﻿<?xml version="1.0" encoding="utf-8"?>
<config>
  <Version>0.43</Version>
  <AppName>Dom Pytlików - Mobile</AppName>
  <Author>Piotr Pytlik</Author>
  <Copyright>Double P Software, {Author}</Copyright>
  <!-- theme color & primary CSS color -->
  <MainColor>#ecebeb</MainColor>
  <useAppDrawer bool="true" />
  <useSideBar bool="true" />
  <security>
    <path url="docs/*" role="" />
    <path url="admin/*" role="admin" />
  </security>
  <imports root="/node_modules" Xas="absolute">
    <map from="@ppc" to="/src/(controls,components)" module="/node_modules" />
    <import name="config" what="config" from="/src/config.js" />
    <import name="icons" what="icons" from="@pwa/icons.js" />
    <import name="store" what="store" from="/src/redux/store.js" />
    <import name="User" what="User" from="/src/redux/User.js" />
    <import name="SharedStyles" what="SharedStyles" from="/src/shared-styles.js" />
    <map from="@pwa" to="/src/pwa" />
    <map from="^@pp1/" to="/node_modules/@pp/" />
    <map from="^@pp2/" to="/src/controls/" />
    <map from="^@pp3/" to="/src/components/" />
    <map from="^@pp4/" to="/src/pwa/controls/" />
    <map from="^@pp/" to="(/node_modules/@pp,/src/controls,/src/components,@pwa/controls)/" />
    <import name="LitElement" what="LitElement, html, css, svg" from="lit-element" />
    <import name="repeat" what="repeat" from="lit-html/directives/repeat" />
    <import name="until" what="until" from="lit-html/directives/until" />
    <import name="unsafeHTML" what="unsafeHTML" from="lit-html/directives/unsafe-html" />
    <import name="unsafeCSS" what="unsafeCSS" from="lit-element/lib/css-tag" />
    <import name="live" what="live" from="lit-html/directives/live" />
    <import name="classMap" what="classMap" from="lit-html/directives/class-map" />
    <import name="styleMap" what="styleMap" from="lit-html/directives/style-map" />
    <import name="AuthElement" what="AuthElement, html, css, svg" from="@pp/AuthElement" />
    <import name="updatePage" what="updatePage" from="@pp/AuthElement" />
    <import name="Toast" what="Toast" from="@pp/pp-toast" />
    <import name="Call" what="Call" from="@pp/call" />
    <import name="watcher" what="watcher" from="@pp/watcher" />
    <import name="entities" what="entity, entities" from="@pp/entities" />
    <import name="api" what="api" from="/src/services/api" />
  </imports>
  <!--
		defaults:
				url = '/' + cfg
				dir = '/src/module/' + (dir ?? cfg)
				name = (name ?? cfg).Replace('.', '-')
				
				import = dir + '/' + prefix + '-' + name + '.js'
		-->
  <mods prefix="pp" links="home,user,admin">
    <mod cfg="doc.sync" url="/admin/doc/sync" dir="admin" />
    <mod cfg="home" url="/" />
    <mod cfg="user" />
    <mod cfg="login" url="/user/login" dir="user" />
    <mod cfg="admin" role="admin" />
  </mods>
  <AppTitle>{AppName}</AppTitle>
  <AppDescription>{AppName}</AppDescription>
  <Author>Piotr Pytlik</Author>
  <Copyright>Double P Software, {Author}</Copyright>
  <License>File: {FileName}
@license
Copyright © 2018-{Year} {Copyright}. All rights reserved.
Last Updated: {Updated}
Last Xformed: {Now}</License>
  <LicenseJs>/**
{License}
*/</LicenseJs>
  <AppControl>pp-app</AppControl>
  <MainColor>#ecebeb</MainColor>
  <Splash>@pwa/controls/pp-splash.js</Splash>
  <Logo>/images/Logo.png</Logo>
  <IconPrefix>images/Icon/</IconPrefix>
  <IconSizes>48,72,96,144,192,512</IconSizes>
  <vConsole></vConsole>
  <AutoSkipWaiting bool="false" />
  <useRoboto bool="true" />
  <useBusy bool="true" />
  <useToast bool="true" />
  <useIconConfig bool="false" />
  <useAppDrawer bool="false" />
  <useSideBar bool="true" />
</config>