From 29057fcdfa68ab7b2daa682e45f4ea995e12d00d Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 17 Oct 2023 23:20:33 -0400 Subject: [PATCH] - Set webcomponent views into this package --- meta/definitions.php | 6 ++ view/webcomponent/ui-calendar.phtml | 4 ++ view/webcomponent/ui-message.phtml | 46 ++++++++++++ view/webcomponent/ui-notification.phtml | 23 ++++++ view/webcomponent/ui-popup.phtml | 19 +++++ view/webcomponent/ui-responsive.phtml | 0 view/webcomponent/ui-select.phtml | 31 ++++++++ view/webcomponent/ui-textarea.phtml | 94 +++++++++++++++++++++++++ 8 files changed, 223 insertions(+) create mode 100644 view/webcomponent/ui-calendar.phtml create mode 100644 view/webcomponent/ui-message.phtml create mode 100644 view/webcomponent/ui-notification.phtml create mode 100644 view/webcomponent/ui-popup.phtml create mode 100644 view/webcomponent/ui-responsive.phtml create mode 100644 view/webcomponent/ui-select.phtml create mode 100644 view/webcomponent/ui-textarea.phtml 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 @@ + + + +{# #} +