diff --git a/meta/definitions.php b/meta/definitions.php index df885d3..e5c4840 100644 --- a/meta/definitions.php +++ b/meta/definitions.php @@ -3,6 +3,12 @@ return [ 'assets.webcomponent' => [ 'picea' => [ + 'view' => [ + [ + 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "view", '' ]), + 'order' => 10 + ] + ], 'asset' => [ [ 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), diff --git a/view/webcomponent/ui-calendar.phtml b/view/webcomponent/ui-calendar.phtml new file mode 100644 index 0000000..12de752 --- /dev/null +++ b/view/webcomponent/ui-calendar.phtml @@ -0,0 +1,4 @@ + + + + diff --git a/view/webcomponent/ui-message.phtml b/view/webcomponent/ui-message.phtml new file mode 100644 index 0000000..beecf87 --- /dev/null +++ b/view/webcomponent/ui-message.phtml @@ -0,0 +1,46 @@ + + + diff --git a/view/webcomponent/ui-notification.phtml b/view/webcomponent/ui-notification.phtml new file mode 100644 index 0000000..2f4bd55 --- /dev/null +++ b/view/webcomponent/ui-notification.phtml @@ -0,0 +1,23 @@ + + + diff --git a/view/webcomponent/ui-popup.phtml b/view/webcomponent/ui-popup.phtml new file mode 100644 index 0000000..6297bca --- /dev/null +++ b/view/webcomponent/ui-popup.phtml @@ -0,0 +1,19 @@ + + + diff --git a/view/webcomponent/ui-responsive.phtml b/view/webcomponent/ui-responsive.phtml new file mode 100644 index 0000000..e69de29 diff --git a/view/webcomponent/ui-select.phtml b/view/webcomponent/ui-select.phtml new file mode 100644 index 0000000..78df532 --- /dev/null +++ b/view/webcomponent/ui-select.phtml @@ -0,0 +1,31 @@ + + + diff --git a/view/webcomponent/ui-textarea.phtml b/view/webcomponent/ui-textarea.phtml new file mode 100644 index 0000000..1c505c7 --- /dev/null +++ b/view/webcomponent/ui-textarea.phtml @@ -0,0 +1,94 @@ + + + +{# #} +