@vc-shell/framework 1.0.340 → 1.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/core/api/platform.ts +9883 -9883
- package/core/composables/index.ts +17 -16
- package/core/composables/useApiClient/index.ts +22 -22
- package/core/composables/useBeforeUnload/index.ts +25 -25
- package/core/composables/useFunctions/debounce.ts +16 -16
- package/core/composables/useFunctions/delay.ts +4 -4
- package/core/composables/useFunctions/index.ts +21 -21
- package/core/composables/useFunctions/once.ts +12 -12
- package/core/composables/useFunctions/sleep.ts +4 -4
- package/core/composables/useFunctions/throttle.ts +14 -14
- package/core/composables/useGlobalSearch.ts +44 -0
- package/core/composables/useLanguages/index.ts +78 -78
- package/core/composables/useLoading/index.ts +9 -9
- package/core/composables/useMenuService/index.ts +110 -110
- package/core/composables/useTheme/index.ts +62 -61
- package/core/composables/useWidgets/index.ts +18 -0
- package/core/directives/autofocus/index.ts +9 -9
- package/core/directives/loading/index.ts +30 -1
- package/core/directives/loading/styles.css +36 -7
- package/core/plugins/i18n/index.ts +11 -11
- package/core/plugins/modularity/index.ts +28 -26
- package/core/plugins/moment/humanize.ts +74 -74
- package/core/plugins/moment/index.ts +1 -1
- package/core/plugins/permissions/index.ts +10 -10
- package/core/plugins/validation/index.ts +1 -1
- package/core/plugins/validation/rules.ts +145 -145
- package/core/services/toolbarbus-service.ts +34 -0
- package/core/services/widget-service.ts +130 -0
- package/core/types/index.ts +12 -16
- package/core/types/widget.ts +15 -0
- package/core/utilities/camelToSnake.ts +7 -7
- package/core/utilities/camelize.ts +5 -5
- package/core/utilities/generateId.ts +3 -3
- package/core/utilities/kebabToCamel.ts +7 -7
- package/dist/{asn1-DF4fnRHj.js → asn1-jKiBa2Ya.js} +20 -18
- package/dist/{clike-l4mx49Q1.js → clike-BUuHEmgZ.js} +0 -1
- package/dist/{cobol-CJVkMW0i.js → cobol-BlTKFDRj.js} +0 -1
- package/dist/core/composables/index.d.ts +8 -7
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useGlobalSearch.d.ts +10 -0
- package/dist/core/composables/useGlobalSearch.d.ts.map +1 -0
- package/dist/core/composables/useTheme/index.d.ts.map +1 -1
- package/dist/core/composables/useWidgets/index.d.ts +4 -0
- package/dist/core/composables/useWidgets/index.d.ts.map +1 -0
- package/dist/core/directives/loading/index.d.ts.map +1 -1
- package/dist/core/plugins/modularity/index.d.ts +7 -7
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/core/services/toolbarbus-service.d.ts +10 -0
- package/dist/core/services/toolbarbus-service.d.ts.map +1 -0
- package/dist/core/services/widget-service.d.ts +35 -0
- package/dist/core/services/widget-service.d.ts.map +1 -0
- package/dist/core/types/index.d.ts +11 -14
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/core/types/widget.d.ts +12 -0
- package/dist/core/types/widget.d.ts.map +1 -0
- package/dist/{dockerfile-CFG_IPGn.js → dockerfile-Bo-KZxHS.js} +1 -1
- package/dist/{factor-DJHfQ4a1.js → factor-Bny6SIz6.js} +1 -1
- package/dist/framework.js +252 -223
- package/dist/{haxe-pdDS1aE8.js → haxe-70NVW1pR.js} +1 -1
- package/dist/{index-Ce86fM2z.js → index-3eLJLrzP.js} +94187 -91660
- package/dist/{index-Dho4-wXM.js → index-B7KsNz2e.js} +8 -8
- package/dist/{index-bAD1-blW.js → index-BbLSuXfB.js} +7 -7
- package/dist/{index-YvFwPxsI.js → index-CUuop2Pm.js} +9 -9
- package/dist/index-D5mVNTjP.js +308 -0
- package/dist/index-D7HzlheD.js +243 -0
- package/dist/{index-lnO7rLKk.js → index-D8YubeMT.js} +9 -9
- package/dist/{index-DSefVRVC.js → index-DQXUkbse.js} +19 -19
- package/dist/{index-n48DzlNW.js → index-DY3kTJtR.js} +9 -9
- package/dist/{index-DK6ijkM9.js → index-DdgLwPZH.js} +171 -162
- package/dist/{index-BXTIkfHT.js → index-DkfZxmI7.js} +42 -42
- package/dist/{index-CV4fOhK1.js → index-Dn54TX9M.js} +6 -6
- package/dist/{index-Dcdjgpoe.js → index-DnpVJexS.js} +5 -5
- package/dist/{index-Ck9pr8TI.js → index-Yc2AandF.js} +16 -16
- package/dist/{index-wsG2MecP.js → index-h6Tp1RYq.js} +7 -7
- package/dist/{index-BON_eF-3.js → index-lE5Ov0XL.js} +9 -9
- package/dist/{index-CT72nbMk.js → index-q2J1GObW.js} +10 -10
- package/dist/index.css +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/injection-keys.d.ts +10 -0
- package/dist/injection-keys.d.ts.map +1 -0
- package/dist/{javascript-CWGekh08.js → javascript-WMWNx-Vj.js} +1 -1
- package/dist/{livescript-CE_BxZmN.js → livescript-CanGTf8u.js} +25 -25
- package/dist/locales/de.json +5 -2
- package/dist/locales/en.json +3 -1
- package/dist/{mllike-1yy7Y7jE.js → mllike-BSnXJBGA.js} +0 -3
- package/dist/{nsis-BtA0qkjU.js → nsis-BEzMtmb7.js} +1 -1
- package/dist/{pascal-ixanSKUz.js → pascal-De0D6mP7.js} +1 -1
- package/dist/{pug-CW1q1xhQ.js → pug-BqUR2bBq.js} +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts +19 -0
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts.map +1 -0
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +32 -2
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts +5 -1
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts +9 -0
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/shared/components/change-password-button/change-password-button.vue.d.ts +3 -0
- package/dist/shared/components/change-password-button/change-password-button.vue.d.ts.map +1 -0
- package/dist/shared/components/change-password-button/index.d.ts +2 -0
- package/dist/shared/components/change-password-button/index.d.ts.map +1 -0
- package/dist/shared/components/generic-dropdown/generic-dropdown.vue.d.ts +122 -0
- package/dist/shared/components/generic-dropdown/generic-dropdown.vue.d.ts.map +1 -0
- package/dist/shared/components/generic-dropdown/index.d.ts +2 -0
- package/dist/shared/components/generic-dropdown/index.d.ts.map +1 -0
- package/dist/shared/components/index.d.ts +2 -1
- package/dist/shared/components/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
- package/dist/shared/components/logout-button/index.d.ts +2 -0
- package/dist/shared/components/logout-button/index.d.ts.map +1 -0
- package/dist/shared/components/logout-button/logout-button.vue.d.ts +3 -0
- package/dist/shared/components/logout-button/logout-button.vue.d.ts.map +1 -0
- package/dist/shared/components/notification-dropdown/_internal/notification/index.d.ts +2 -0
- package/dist/shared/components/notification-dropdown/_internal/notification/index.d.ts.map +1 -0
- package/dist/shared/components/notification-dropdown/index.d.ts +13 -1
- package/dist/shared/components/notification-dropdown/index.d.ts.map +1 -1
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +27 -1
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -1
- package/dist/shared/components/notification-template/index.d.ts +4 -31
- package/dist/shared/components/notification-template/index.d.ts.map +1 -1
- package/dist/shared/components/notification-template/notification-template.vue.d.ts +4 -14
- package/dist/shared/components/notification-template/notification-template.vue.d.ts.map +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/settings-menu/index.d.ts +2 -0
- package/dist/shared/components/settings-menu/index.d.ts.map +1 -0
- package/dist/shared/components/settings-menu/settings-menu.vue.d.ts +3 -0
- package/dist/shared/components/settings-menu/settings-menu.vue.d.ts.map +1 -0
- package/dist/shared/components/settings-menu-item/index.d.ts +2 -0
- package/dist/shared/components/settings-menu-item/index.d.ts.map +1 -0
- package/dist/shared/components/settings-menu-item/settings-menu-item.vue.d.ts +57 -0
- package/dist/shared/components/settings-menu-item/settings-menu-item.vue.d.ts.map +1 -0
- package/dist/shared/components/sidebar/sidebar.vue.d.ts +7 -2
- package/dist/shared/components/sidebar/sidebar.vue.d.ts.map +1 -1
- package/dist/shared/components/theme-selector/theme-selector.vue.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts +18 -0
- package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts.map +1 -0
- package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts +23 -0
- package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts.map +1 -0
- package/dist/shared/components/user-dropdown-button/index.d.ts +9 -25
- package/dist/shared/components/user-dropdown-button/index.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +1 -18
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
- package/dist/shared/composables/useMenuExpanded.d.ts +5 -0
- package/dist/shared/composables/useMenuExpanded.d.ts.map +1 -0
- package/dist/shared/composables/useSettingsMenu.d.ts +180 -0
- package/dist/shared/composables/useSettingsMenu.d.ts.map +1 -0
- package/dist/shared/modules/assets/index.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +16 -16
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/props.d.ts +1 -7
- package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +3 -21
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +2 -14
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +3 -17
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +5 -0
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts +10 -10
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +10 -10
- package/dist/{simple-mode-HGTvdazT.js → simple-mode-BqqHn0g6.js} +1 -1
- package/dist/{sql-uoWIYwDX.js → sql-mMre1Bo3.js} +0 -2
- package/dist/tailwind.config.d.ts +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ttcn-DmjTzZb6.js → ttcn-Bsa4sfRm.js} +20 -22
- package/dist/{ttcn-cfg-B2U3U7dn.js → ttcn-cfg-Bac_acMi.js} +15 -17
- package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +156 -156
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +24 -24
- package/dist/ui/components/atoms/vc-icon/icons/AppWindowIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/AppWindowIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/ArrowLeftIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/ArrowLeftIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/ArrowRightIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/ArrowRightIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/BellIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/BellIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/ChevronDownIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/ChevronDownIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/ChevronLeftIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/ChevronLeftIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/ChevronRightIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/ChevronRightIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/ChevronUpIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/ChevronUpIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/CircleDotsIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/CircleDotsIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/CrossSignIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/CrossSignIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/DoubleArrowLeftIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/DoubleArrowLeftIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/DoubleArrowRightIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/DoubleArrowRightIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/LogoutIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/LogoutIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/MinusSignIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/MinusSignIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/PlusSignIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/PlusSignIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/SearchIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/SearchIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/SettingsBoltIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/SettingsBoltIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/VertDotsIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/VertDotsIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/index.d.ts +20 -0
- package/dist/ui/components/atoms/vc-icon/icons/index.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/index.d.ts +1 -0
- package/dist/ui/components/atoms/vc-icon/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +3 -3
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts +35 -0
- package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +15 -0
- package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +7 -0
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +4 -0
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/index.d.ts +6 -0
- package/dist/ui/components/atoms/vc-widget/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts +6 -0
- package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +1 -3
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
- package/dist/ui/components/index.d.ts +1 -0
- package/dist/ui/components/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +67 -33
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +25 -11
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +996 -0
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +332 -0
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts +3 -3
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +12 -12
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +24 -24
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +18 -18
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +84 -84
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +12 -12
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +240 -240
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +24 -24
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/index.d.ts +9 -9
- package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +9 -9
- package/dist/ui/components/organisms/vc-app/_internal/composables/useAppMenuState.d.ts +23 -0
- package/dist/ui/components/organisms/vc-app/_internal/composables/useAppMenuState.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarContent.vue.d.ts +24 -0
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarContent.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarHeader.vue.d.ts +35 -0
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarHeader.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarOverlay.vue.d.ts +29 -0
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarOverlay.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/MenuSidebar.vue.d.ts +39 -0
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/MenuSidebar.vue.d.ts.map +1 -0
- package/dist/{shared → ui/components/organisms/vc-app/_internal/vc-app-bar}/components/app-bar-button/app-bar-button.vue.d.ts +9 -5
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/components/app-bar-button/app-bar-button.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/composables/useAppBarOverlay.d.ts +19 -0
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/composables/useAppBarOverlay.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +9 -16
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +3 -12
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/composables/useToolbarSlots.d.ts +5 -0
- package/dist/ui/components/organisms/vc-app/composables/useToolbarSlots.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-app/index.d.ts +1 -0
- package/dist/ui/components/organisms/vc-app/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +16 -146
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +16 -146
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +1 -2
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-base-button.vue.d.ts +48 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-base-button.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/{vc-blade-toolbar-button → vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button}/vc-blade-toolbar-button.vue.d.ts +10 -4
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-circle-button.vue.d.ts +40 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-circle-button.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/desktop/vc-blade-toolbar-desktop.vue.d.ts +19 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/desktop/vc-blade-toolbar-desktop.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/mobile/vc-blade-toolbar-mobile.vue.d.ts +17 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/mobile/vc-blade-toolbar-mobile.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/vc-blade-toolbar-buttons.vue.d.ts +19 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/vc-blade-toolbar-buttons.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +9 -2
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/index.d.ts +3 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/vc-widget-container-desktop.vue.d.ts +16 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/vc-widget-container-desktop.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/vc-widget-container-mobile.vue.d.ts +16 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/vc-widget-container-mobile.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/vc-widget-container.vue.d.ts +15 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/vc-widget-container.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +2 -16
- package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +56 -2
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts +13 -13
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-body/vc-table-body.vue.d.ts +219 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-body/vc-table-body.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-header/vc-table-header.vue.d.ts +114 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-header/vc-table-header.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-row/vc-table-row.vue.d.ts +236 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-row/vc-table-row.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-select-all-header/vc-table-select-all-header.vue.d.ts +24 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-select-all-header/vc-table-select-all-header.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/vc-table-desktop-view.vue.d.ts +315 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/vc-table-desktop-view.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-footer/vc-table-footer.vue.d.ts +44 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-footer/vc-table-footer.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-header/vc-table-header.vue.d.ts +66 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-header/vc-table-header.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +6 -13
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-view/vc-table-mobile-view.vue.d.ts +199 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-view/vc-table-mobile-view.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-select-all/vc-table-select-all.vue.d.ts +38 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-select-all/vc-table-select-all.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableActions.d.ts +17 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableActions.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableColumnReorder.d.ts +407 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableColumnReorder.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableColumnResize.d.ts +9 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableColumnResize.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableRowReorder.d.ts +16 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableRowReorder.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableSelection.d.ts +23 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableSelection.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableState.d.ts +19 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableState.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableSwipe.d.ts +12 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableSwipe.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/types.d.ts +19 -0
- package/dist/ui/components/organisms/vc-table/types.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +105 -735
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +49 -142
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/dist/ui/composables/useVisibleElements.d.ts +19 -0
- package/dist/ui/composables/useVisibleElements.d.ts.map +1 -0
- package/dist/{xquery-xQxle02u.js → xquery-BUQdORAS.js} +72 -76
- package/package.json +11 -6
- package/shared/components/app-switcher/components/vc-app-switcher/index.ts +1 -1
- package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +31 -134
- package/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue +77 -0
- package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +23 -10
- package/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.ts +30 -6
- package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +9 -1
- package/shared/components/blade-navigation/types/index.ts +117 -107
- package/shared/components/change-password/change-password.vue +2 -1
- package/shared/components/change-password-button/change-password-button.vue +20 -0
- package/shared/components/change-password-button/index.ts +1 -0
- package/shared/components/error-interceptor/interceptor.ts +44 -44
- package/shared/components/generic-dropdown/generic-dropdown.vue +219 -0
- package/shared/components/generic-dropdown/index.ts +1 -0
- package/shared/components/index.ts +2 -1
- package/shared/components/language-selector/language-selector.vue +56 -65
- package/shared/components/logout-button/index.ts +1 -0
- package/shared/components/logout-button/logout-button.vue +27 -0
- package/shared/components/notification-dropdown/_internal/notification/index.ts +1 -0
- package/shared/components/notification-dropdown/notification-dropdown.vue +44 -74
- package/shared/components/notification-template/notification-template.vue +26 -61
- package/shared/components/notifications/styles/index.scss +10 -10
- package/shared/components/settings-menu/index.ts +1 -0
- package/shared/components/settings-menu/settings-menu.vue +24 -0
- package/shared/components/settings-menu-item/index.ts +1 -0
- package/shared/components/settings-menu-item/settings-menu-item.vue +136 -0
- package/shared/components/sidebar/sidebar.vue +45 -11
- package/shared/components/theme-selector/theme-selector.vue +55 -66
- package/shared/components/user-dropdown-button/_internal/user-info.vue +82 -0
- package/shared/components/user-dropdown-button/_internal/user-sidebar.vue +48 -0
- package/shared/components/user-dropdown-button/user-dropdown-button.vue +73 -289
- package/shared/composables/useMenuExpanded.ts +16 -0
- package/shared/composables/useSettingsMenu.ts +44 -0
- package/shared/modules/assets/index.ts +0 -1
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +0 -1
- package/shared/modules/dynamic/components/FIELD_MAP.ts +53 -53
- package/shared/modules/dynamic/components/SchemaRender.ts +102 -102
- package/shared/modules/dynamic/components/factories.ts +244 -244
- package/shared/modules/dynamic/components/fields/Button.ts +44 -44
- package/shared/modules/dynamic/components/fields/Card.ts +119 -119
- package/shared/modules/dynamic/components/fields/Checkbox.ts +53 -53
- package/shared/modules/dynamic/components/fields/ContentField.ts +33 -33
- package/shared/modules/dynamic/components/fields/CustomComponent.ts +29 -29
- package/shared/modules/dynamic/components/fields/DynamicProperty.ts +141 -141
- package/shared/modules/dynamic/components/fields/EditorField.ts +46 -46
- package/shared/modules/dynamic/components/fields/Fieldset.ts +65 -65
- package/shared/modules/dynamic/components/fields/GalleryField.ts +161 -161
- package/shared/modules/dynamic/components/fields/ImageField.ts +35 -35
- package/shared/modules/dynamic/components/fields/InputCurrency.ts +79 -79
- package/shared/modules/dynamic/components/fields/InputField.ts +81 -81
- package/shared/modules/dynamic/components/fields/MultivalueField.ts +68 -68
- package/shared/modules/dynamic/components/fields/RadioButtonGroup.ts +82 -82
- package/shared/modules/dynamic/components/fields/RatingField.ts +28 -28
- package/shared/modules/dynamic/components/fields/SelectField.ts +72 -72
- package/shared/modules/dynamic/components/fields/StatusField.ts +110 -110
- package/shared/modules/dynamic/components/fields/SwitchField.ts +29 -29
- package/shared/modules/dynamic/components/fields/Table.ts +1 -2
- package/shared/modules/dynamic/components/fields/TextareaField.ts +46 -46
- package/shared/modules/dynamic/components/fields/ValidationField.ts +54 -54
- package/shared/modules/dynamic/components/fields/VideoField.ts +30 -30
- package/shared/modules/dynamic/components/fields/props.ts +39 -39
- package/shared/modules/dynamic/components/fields/storybook/Button.stories.ts +247 -247
- package/shared/modules/dynamic/components/fields/storybook/Card.stories.ts +176 -176
- package/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.ts +185 -185
- package/shared/modules/dynamic/components/fields/storybook/ContentField.stories.ts +245 -245
- package/shared/modules/dynamic/components/fields/storybook/EditorField.stories.ts +192 -192
- package/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.ts +347 -347
- package/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.ts +239 -239
- package/shared/modules/dynamic/components/fields/storybook/ImageField.stories.ts +186 -186
- package/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.ts +281 -281
- package/shared/modules/dynamic/components/fields/storybook/InputField.stories.ts +312 -312
- package/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.ts +361 -361
- package/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.ts +224 -224
- package/shared/modules/dynamic/components/fields/storybook/RatingField.stories.ts +131 -131
- package/shared/modules/dynamic/components/fields/storybook/SelectField.stories.ts +666 -666
- package/shared/modules/dynamic/components/fields/storybook/StatusField.stories.ts +202 -202
- package/shared/modules/dynamic/components/fields/storybook/SwitchField.stories.ts +178 -178
- package/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.ts +203 -203
- package/shared/modules/dynamic/components/fields/storybook/VideoField.stories.ts +92 -92
- package/shared/modules/dynamic/components/fields/storybook/common/args.ts +130 -130
- package/shared/modules/dynamic/components/fields/storybook/common/templates.ts +8 -8
- package/shared/modules/dynamic/components/index.ts +4 -4
- package/shared/modules/dynamic/composables/index.ts +4 -4
- package/shared/modules/dynamic/composables/useDynamicViewsUtils/index.ts +46 -46
- package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +31 -22
- package/shared/modules/dynamic/composables/useTableTemplates/index.ts +67 -67
- package/shared/modules/dynamic/composables/useToolbarReducer/index.ts +70 -70
- package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +144 -144
- package/shared/modules/dynamic/factories/base/useListFactory.ts +68 -68
- package/shared/modules/dynamic/factories/index.ts +4 -4
- package/shared/modules/dynamic/factories/types/index.ts +229 -229
- package/shared/modules/dynamic/helpers/getters.ts +12 -12
- package/shared/modules/dynamic/helpers/methodHandler.ts +22 -22
- package/shared/modules/dynamic/helpers/nodeBuilder.ts +242 -242
- package/shared/modules/dynamic/helpers/override.ts +153 -153
- package/shared/modules/dynamic/helpers/safeIn.ts +6 -6
- package/shared/modules/dynamic/helpers/setters.ts +24 -24
- package/shared/modules/dynamic/helpers/unrefNested.ts +14 -14
- package/shared/modules/dynamic/helpers/unwrapInterpolation.ts +16 -16
- package/shared/modules/dynamic/pages/dynamic-blade-form.vue +69 -31
- package/shared/modules/dynamic/pages/dynamic-blade-list.vue +17 -16
- package/shared/modules/dynamic/types/index.ts +5 -0
- package/shared/pages/ChangePasswordPage/components/change-password/index.ts +3 -3
- package/shared/pages/ChangePasswordPage/components/index.ts +1 -1
- package/shared/pages/ChangePasswordPage/index.ts +1 -1
- package/shared/pages/ChangePasswordPage/plugin.ts +4 -4
- package/shared/pages/InvitePage/components/index.ts +1 -1
- package/shared/pages/InvitePage/components/invite/Invite.vue +216 -216
- package/shared/pages/InvitePage/components/invite/index.ts +3 -3
- package/shared/pages/InvitePage/index.ts +1 -1
- package/shared/pages/InvitePage/plugin.ts +4 -4
- package/shared/pages/LoginPage/components/index.ts +1 -1
- package/shared/pages/LoginPage/components/login/index.ts +3 -3
- package/shared/pages/LoginPage/index.ts +1 -1
- package/shared/pages/LoginPage/plugin.ts +4 -4
- package/shared/pages/ResetPasswordPage/components/index.ts +1 -1
- package/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue +218 -218
- package/shared/pages/ResetPasswordPage/components/reset-password/index.ts +3 -3
- package/shared/pages/ResetPasswordPage/index.ts +1 -1
- package/shared/pages/ResetPasswordPage/plugin.ts +4 -4
- package/shared/pages/index.ts +4 -4
- package/shared/pages/plugin.ts +4 -4
- package/shared/utilities/assets.ts +42 -42
- package/shared/utilities/vueUtils.ts +50 -50
- package/tailwind.config.ts +126 -126
- package/ui/components/atoms/vc-badge/index.ts +1 -1
- package/ui/components/atoms/vc-badge/vc-badge.stories.ts +53 -53
- package/ui/components/atoms/vc-badge/vc-badge.vue +10 -9
- package/ui/components/atoms/vc-button/vc-button.vue +2 -2
- package/ui/components/atoms/vc-card/index.ts +3 -3
- package/ui/components/atoms/vc-card/vc-card.stories.ts +102 -102
- package/ui/components/atoms/vc-card/vc-card.vue +159 -162
- package/ui/components/atoms/vc-col/index.ts +1 -1
- package/ui/components/atoms/vc-col/vc-col.stories.ts +22 -22
- package/ui/components/atoms/vc-col/vc-col.vue +29 -29
- package/ui/components/atoms/vc-container/index.ts +10 -10
- package/ui/components/atoms/vc-container/vc-container.stories.ts +29 -29
- package/ui/components/atoms/vc-hint/index.ts +10 -10
- package/ui/components/atoms/vc-hint/vc-hint.stories.ts +23 -23
- package/ui/components/atoms/vc-hint/vc-hint.vue +17 -17
- package/ui/components/atoms/vc-icon/icons/AppWindowIcon.vue +15 -0
- package/ui/components/atoms/vc-icon/icons/ArrowLeftIcon.vue +20 -0
- package/ui/components/atoms/vc-icon/icons/ArrowRightIcon.vue +13 -0
- package/ui/components/atoms/vc-icon/icons/BellIcon.vue +14 -0
- package/ui/components/atoms/vc-icon/icons/ChevronDownIcon.vue +13 -0
- package/ui/components/atoms/vc-icon/icons/ChevronLeftIcon.vue +13 -0
- package/ui/components/atoms/vc-icon/icons/ChevronRightIcon.vue +13 -0
- package/ui/components/atoms/vc-icon/icons/ChevronUpIcon.vue +13 -0
- package/ui/components/atoms/vc-icon/icons/CircleDotsIcon.vue +16 -0
- package/ui/components/atoms/vc-icon/icons/CrossSignIcon.vue +20 -0
- package/ui/components/atoms/vc-icon/icons/DoubleArrowLeftIcon.vue +14 -0
- package/ui/components/atoms/vc-icon/icons/DoubleArrowRightIcon.vue +14 -0
- package/ui/components/atoms/vc-icon/icons/LogoutIcon.vue +13 -0
- package/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue +20 -0
- package/ui/components/atoms/vc-icon/icons/MinusSignIcon.vue +14 -0
- package/ui/components/atoms/vc-icon/icons/PlusSignIcon.vue +20 -0
- package/ui/components/atoms/vc-icon/icons/SearchIcon.vue +14 -0
- package/ui/components/atoms/vc-icon/icons/SettingsBoltIcon.vue +21 -0
- package/ui/components/atoms/vc-icon/icons/VertDotsIcon.vue +19 -0
- package/ui/components/atoms/vc-icon/icons/index.ts +19 -0
- package/ui/components/atoms/vc-icon/index.ts +1 -0
- package/ui/components/atoms/vc-icon/vc-icon.vue +82 -49
- package/ui/components/atoms/vc-image/index.ts +1 -1
- package/ui/components/atoms/vc-image/vc-image.stories.ts +85 -85
- package/ui/components/atoms/vc-label/index.ts +1 -1
- package/ui/components/atoms/vc-label/vc-label.stories.ts +31 -31
- package/ui/components/atoms/vc-label/vc-label.vue +92 -92
- package/ui/components/atoms/vc-link/index.ts +10 -10
- package/ui/components/atoms/vc-link/vc-link.stories.ts +37 -37
- package/ui/components/atoms/vc-link/vc-link.vue +54 -54
- package/ui/components/atoms/vc-loading/index.ts +3 -3
- package/ui/components/atoms/vc-loading/vc-loading.stories.ts +18 -18
- package/ui/components/atoms/vc-loading/vc-loading.vue +58 -58
- package/ui/components/atoms/vc-progress/index.ts +10 -10
- package/ui/components/atoms/vc-progress/vc-progress.stories.ts +30 -30
- package/ui/components/atoms/vc-progress/vc-progress.vue +68 -68
- package/ui/components/atoms/vc-row/index.ts +1 -1
- package/ui/components/atoms/vc-row/vc-row.stories.ts +20 -20
- package/ui/components/atoms/vc-row/vc-row.vue +22 -22
- package/ui/components/atoms/vc-skeleton/vc-skeleton.vue +51 -0
- package/ui/components/atoms/vc-status/index.ts +1 -1
- package/ui/components/atoms/vc-status/vc-status.stories.ts +85 -85
- package/ui/components/atoms/vc-status/vc-status.vue +64 -17
- package/ui/components/atoms/vc-status-icon/index.ts +1 -1
- package/ui/components/atoms/vc-switch/index.ts +1 -1
- package/ui/components/atoms/vc-tooltip/index.ts +1 -1
- package/ui/components/atoms/vc-tooltip/vc-tooltip.vue +26 -11
- package/ui/components/atoms/vc-video/index.ts +1 -1
- package/ui/components/atoms/vc-video/vc-video.stories.ts +19 -19
- package/ui/components/atoms/vc-widget/index.ts +3 -3
- package/ui/components/atoms/vc-widget/vc-widget.stories.ts +20 -20
- package/ui/components/atoms/vc-widget/vc-widget.vue +86 -59
- package/ui/components/index.ts +2 -0
- package/ui/components/molecules/index.ts +16 -16
- package/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue +89 -92
- package/ui/components/molecules/vc-breadcrumbs/index.ts +1 -1
- package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.ts +43 -43
- package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue +157 -121
- package/ui/components/molecules/vc-checkbox/index.ts +3 -3
- package/ui/components/molecules/vc-checkbox/vc-checkbox.stories.ts +84 -84
- package/ui/components/molecules/vc-editor/index.ts +1 -1
- package/ui/components/molecules/vc-editor/vc-editor.stories.ts +29 -29
- package/ui/components/molecules/vc-editor/vc-editor.vue +2 -2
- package/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue +96 -96
- package/ui/components/molecules/vc-field/index.ts +1 -1
- package/ui/components/molecules/vc-field/vc-field.stories.ts +114 -114
- package/ui/components/molecules/vc-file-upload/index.ts +1 -1
- package/ui/components/molecules/vc-file-upload/vc-file-upload.stories.ts +39 -39
- package/ui/components/molecules/vc-form/index.ts +10 -10
- package/ui/components/molecules/vc-form/vc-form.stories.ts +25 -25
- package/ui/components/molecules/vc-form/vc-form.vue +5 -5
- package/ui/components/molecules/vc-input/index.ts +1 -1
- package/ui/components/molecules/vc-input/vc-input.stories.ts +165 -165
- package/ui/components/molecules/vc-input-currency/index.ts +1 -1
- package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +83 -83
- package/ui/components/molecules/vc-multivalue/index.ts +1 -1
- package/ui/components/molecules/vc-multivalue/vc-multivalue.stories.ts +120 -120
- package/ui/components/molecules/vc-notification/index.ts +1 -1
- package/ui/components/molecules/vc-pagination/index.ts +3 -3
- package/ui/components/molecules/vc-pagination/vc-pagination.stories.ts +24 -24
- package/ui/components/molecules/vc-pagination/vc-pagination.vue +48 -110
- package/ui/components/molecules/vc-radio-button/index.ts +1 -1
- package/ui/components/molecules/vc-radio-button/vc-radio-button.stories.ts +97 -97
- package/ui/components/molecules/vc-radio-button/vc-radio-button.vue +192 -192
- package/ui/components/molecules/vc-rating/index.ts +1 -1
- package/ui/components/molecules/vc-rating/vc-rating.stories.ts +59 -59
- package/ui/components/molecules/vc-select/index.ts +1 -1
- package/ui/components/molecules/vc-select/vc-select.stories.ts +685 -685
- package/ui/components/molecules/vc-slider/index.ts +13 -13
- package/ui/components/molecules/vc-slider/vc-slider.stories.ts +61 -61
- package/ui/components/molecules/vc-slider/vc-slider.vue +118 -118
- package/ui/components/molecules/vc-textarea/index.ts +1 -1
- package/ui/components/molecules/vc-textarea/vc-textarea.stories.ts +53 -53
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +151 -151
- package/ui/components/organisms/index.ts +7 -7
- package/ui/components/organisms/vc-app/_internal/composables/useAppMenuState.ts +49 -0
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarContent.vue +47 -0
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarHeader.vue +175 -0
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarOverlay.vue +87 -0
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/MenuSidebar.vue +171 -0
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/components/app-bar-button/app-bar-button.vue +213 -0
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/composables/useAppBarOverlay.ts +78 -0
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +216 -148
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +133 -109
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +80 -128
- package/ui/components/organisms/vc-app/composables/useToolbarSlots.ts +37 -0
- package/ui/components/organisms/vc-app/index.ts +1 -0
- package/ui/components/organisms/vc-app/vc-app.stories.ts +214 -214
- package/ui/components/organisms/vc-app/vc-app.vue +105 -90
- package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +137 -87
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-base-button.vue +136 -0
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/{vc-blade-toolbar-button → vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button}/vc-blade-toolbar-button.vue +61 -85
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-circle-button.vue +101 -0
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/desktop/vc-blade-toolbar-desktop.vue +182 -0
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/mobile/vc-blade-toolbar-mobile.vue +146 -0
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/vc-blade-toolbar-buttons.vue +32 -0
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue +32 -47
- package/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/index.ts +2 -0
- package/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/vc-widget-container-desktop.vue +96 -0
- package/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/vc-widget-container-mobile.vue +181 -0
- package/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/vc-widget-container.vue +113 -0
- package/ui/components/organisms/vc-blade/index.ts +1 -1
- package/ui/components/organisms/vc-blade/vc-blade.stories.ts +83 -83
- package/ui/components/organisms/vc-blade/vc-blade.vue +170 -115
- package/ui/components/organisms/vc-dynamic-property/index.ts +1 -1
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +163 -163
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue +166 -166
- package/ui/components/organisms/vc-gallery/index.ts +1 -1
- package/ui/components/organisms/vc-gallery/vc-gallery.stories.ts +91 -91
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +348 -348
- package/ui/components/organisms/vc-login-form/index.ts +1 -1
- package/ui/components/organisms/vc-login-form/vc-login-form.vue +99 -99
- package/ui/components/organisms/vc-popup/index.ts +3 -3
- package/ui/components/organisms/vc-popup/vc-popup.vue +1 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue +63 -63
- package/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue +22 -16
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +5 -5
- package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +2 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue +3 -2
- package/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-body/vc-table-body.vue +134 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-header/vc-table-header.vue +244 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-row/vc-table-row.vue +237 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-select-all-header/vc-table-select-all-header.vue +54 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/vc-table-desktop-view.vue +215 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue +1 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +58 -31
- package/ui/components/organisms/vc-table/_internal/vc-table-footer/vc-table-footer.vue +70 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-header/vc-table-header.vue +106 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +46 -68
- package/ui/components/organisms/vc-table/_internal/vc-table-mobile-view/vc-table-mobile-view.vue +343 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-select-all/vc-table-select-all.vue +118 -0
- package/ui/components/organisms/vc-table/composables/useTableActions.ts +56 -0
- package/ui/components/organisms/vc-table/composables/useTableColumnReorder.ts +255 -0
- package/ui/components/organisms/vc-table/composables/useTableColumnResize.ts +147 -0
- package/ui/components/organisms/vc-table/composables/useTableRowReorder.ts +174 -0
- package/ui/components/organisms/vc-table/composables/useTableSelection.ts +118 -0
- package/ui/components/organisms/vc-table/composables/useTableState.ts +229 -0
- package/ui/components/organisms/vc-table/composables/useTableSwipe.ts +32 -0
- package/ui/components/organisms/vc-table/index.ts +1 -1
- package/ui/components/organisms/vc-table/types.ts +25 -0
- package/ui/components/organisms/vc-table/vc-table.stories.ts +214 -214
- package/ui/components/organisms/vc-table/vc-table.vue +271 -1264
- package/ui/composables/useVisibleElements.ts +146 -0
- package/dist/index-DiJJUsG2.js +0 -243
- package/dist/index-PaekRinB.js +0 -312
- package/dist/shared/components/app-bar-button/app-bar-button.vue.d.ts.map +0 -1
- package/dist/shared/components/app-bar-button/index.d.ts +0 -2
- package/dist/shared/components/app-bar-button/index.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/injectionKeys.d.ts +0 -4
- package/dist/shared/components/blade-navigation/injectionKeys.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +0 -1
- package/shared/components/app-bar-button/app-bar-button.vue +0 -169
- package/shared/components/app-bar-button/index.ts +0 -1
- package/shared/components/blade-navigation/injectionKeys.ts +0 -4
|
@@ -59,16 +59,10 @@ declare const _default: {
|
|
|
59
59
|
id?: string | undefined;
|
|
60
60
|
icon?: string | (() => string) | undefined;
|
|
61
61
|
disabled?: boolean | undefined;
|
|
62
|
-
dropdownItems?: {
|
|
63
|
-
id: string;
|
|
64
|
-
title: string;
|
|
65
|
-
icon?: string | undefined;
|
|
66
|
-
clickHandler?: (() => void) | undefined;
|
|
67
|
-
}[] | undefined;
|
|
68
62
|
title?: string | undefined;
|
|
69
63
|
isVisible?: boolean | undefined;
|
|
70
64
|
clickHandler?: ((app?: Record<string, any> | import("../../../../..").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
71
|
-
separator?: "
|
|
65
|
+
separator?: "left" | "right" | "both" | undefined;
|
|
72
66
|
permissions?: string | string[] | undefined;
|
|
73
67
|
}[] | {
|
|
74
68
|
[x: string]: import("vue").MaybeRef<import("../../../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../../../..").IBladeToolbar>;
|
|
@@ -146,16 +140,10 @@ declare const _default: {
|
|
|
146
140
|
id?: string | undefined;
|
|
147
141
|
icon?: string | (() => string) | undefined;
|
|
148
142
|
disabled?: boolean | undefined;
|
|
149
|
-
dropdownItems?: {
|
|
150
|
-
id: string;
|
|
151
|
-
title: string;
|
|
152
|
-
icon?: string | undefined;
|
|
153
|
-
clickHandler?: (() => void) | undefined;
|
|
154
|
-
}[] | undefined;
|
|
155
143
|
title?: string | undefined;
|
|
156
144
|
isVisible?: boolean | undefined;
|
|
157
145
|
clickHandler?: ((app?: Record<string, any> | import("../../../../..").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
158
|
-
separator?: "
|
|
146
|
+
separator?: "left" | "right" | "both" | undefined;
|
|
159
147
|
permissions?: string | string[] | undefined;
|
|
160
148
|
}[] | {
|
|
161
149
|
[x: string]: import("vue").MaybeRef<import("../../../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../../../..").IBladeToolbar>;
|
|
@@ -232,16 +220,10 @@ declare const _default: {
|
|
|
232
220
|
id?: string | undefined;
|
|
233
221
|
icon?: string | (() => string) | undefined;
|
|
234
222
|
disabled?: boolean | undefined;
|
|
235
|
-
dropdownItems?: {
|
|
236
|
-
id: string;
|
|
237
|
-
title: string;
|
|
238
|
-
icon?: string | undefined;
|
|
239
|
-
clickHandler?: (() => void) | undefined;
|
|
240
|
-
}[] | undefined;
|
|
241
223
|
title?: string | undefined;
|
|
242
224
|
isVisible?: boolean | undefined;
|
|
243
225
|
clickHandler?: ((app?: Record<string, any> | import("../../../../..").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
244
|
-
separator?: "
|
|
226
|
+
separator?: "left" | "right" | "both" | undefined;
|
|
245
227
|
permissions?: string | string[] | undefined;
|
|
246
228
|
}[] | {
|
|
247
229
|
[x: string]: import("vue").MaybeRef<import("../../../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../../../..").IBladeToolbar>;
|
package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextareaField.stories.d.ts","sourceRoot":"","sources":["../../../../../../../shared/modules/dynamic/components/fields/storybook/TextareaField.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC
|
|
1
|
+
{"version":3,"file":"TextareaField.stories.d.ts","sourceRoot":"","sources":["../../../../../../../shared/modules/dynamic/components/fields/storybook/TextareaField.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAM1C,wBAqDiC;AAEjC,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,cAAc,CAW3C,CAAC;AAEH,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC,cAAc,CAWlD,CAAC;AAKH,eAAO,MAAM,SAAS,yBAAoB,CAAC;AAK3C,eAAO,MAAM,WAAW,yBAAoB,CAAC;AAM7C,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,cAAc,CAWjD,CAAC;AASH,eAAO,MAAM,YAAY,EAAE,OAAO,CAAC,cAAc,CAc/C,CAAC;AAQH,eAAO,MAAM,aAAa,yBAAoB,CAAC;AAM/C,eAAO,MAAM,oBAAoB,EAAE,OAAO,CAAC,cAAc,CAoBvD,CAAC;AAMH,eAAO,MAAM,gBAAgB,EAAE,OAAO,CAAC,cAAc,CAcnD,CAAC;AAQH,eAAO,MAAM,uBAAuB,yBAAoB,CAAC"}
|
|
@@ -59,16 +59,10 @@ declare const _default: {
|
|
|
59
59
|
id?: string | undefined;
|
|
60
60
|
icon?: string | (() => string) | undefined;
|
|
61
61
|
disabled?: boolean | undefined;
|
|
62
|
-
dropdownItems?: {
|
|
63
|
-
id: string;
|
|
64
|
-
title: string;
|
|
65
|
-
icon?: string | undefined;
|
|
66
|
-
clickHandler?: (() => void) | undefined;
|
|
67
|
-
}[] | undefined;
|
|
68
62
|
title?: string | undefined;
|
|
69
63
|
isVisible?: boolean | undefined;
|
|
70
64
|
clickHandler?: ((app?: Record<string, any> | import("../../../../..").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
71
|
-
separator?: "
|
|
65
|
+
separator?: "left" | "right" | "both" | undefined;
|
|
72
66
|
permissions?: string | string[] | undefined;
|
|
73
67
|
}[] | {
|
|
74
68
|
[x: string]: import("vue").MaybeRef<import("../../../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../../../..").IBladeToolbar>;
|
|
@@ -146,16 +140,10 @@ declare const _default: {
|
|
|
146
140
|
id?: string | undefined;
|
|
147
141
|
icon?: string | (() => string) | undefined;
|
|
148
142
|
disabled?: boolean | undefined;
|
|
149
|
-
dropdownItems?: {
|
|
150
|
-
id: string;
|
|
151
|
-
title: string;
|
|
152
|
-
icon?: string | undefined;
|
|
153
|
-
clickHandler?: (() => void) | undefined;
|
|
154
|
-
}[] | undefined;
|
|
155
143
|
title?: string | undefined;
|
|
156
144
|
isVisible?: boolean | undefined;
|
|
157
145
|
clickHandler?: ((app?: Record<string, any> | import("../../../../..").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
158
|
-
separator?: "
|
|
146
|
+
separator?: "left" | "right" | "both" | undefined;
|
|
159
147
|
permissions?: string | string[] | undefined;
|
|
160
148
|
}[] | {
|
|
161
149
|
[x: string]: import("vue").MaybeRef<import("../../../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../../../..").IBladeToolbar>;
|
|
@@ -232,16 +220,10 @@ declare const _default: {
|
|
|
232
220
|
id?: string | undefined;
|
|
233
221
|
icon?: string | (() => string) | undefined;
|
|
234
222
|
disabled?: boolean | undefined;
|
|
235
|
-
dropdownItems?: {
|
|
236
|
-
id: string;
|
|
237
|
-
title: string;
|
|
238
|
-
icon?: string | undefined;
|
|
239
|
-
clickHandler?: (() => void) | undefined;
|
|
240
|
-
}[] | undefined;
|
|
241
223
|
title?: string | undefined;
|
|
242
224
|
isVisible?: boolean | undefined;
|
|
243
225
|
clickHandler?: ((app?: Record<string, any> | import("../../../../..").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
244
|
-
separator?: "
|
|
226
|
+
separator?: "left" | "right" | "both" | undefined;
|
|
245
227
|
permissions?: string | string[] | undefined;
|
|
246
228
|
}[] | {
|
|
247
229
|
[x: string]: import("vue").MaybeRef<import("../../../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../../../..").IBladeToolbar>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VideoField.stories.d.ts","sourceRoot":"","sources":["../../../../../../../shared/modules/dynamic/components/fields/storybook/VideoField.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC
|
|
1
|
+
{"version":3,"file":"VideoField.stories.d.ts","sourceRoot":"","sources":["../../../../../../../shared/modules/dynamic/components/fields/storybook/VideoField.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOvC,wBAiC8B;AAE9B,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,WAAW,CAWxC,CAAC;AAEH,eAAO,MAAM,SAAS,sBAAoB,CAAC;AAK3C,eAAO,MAAM,WAAW,sBAAoB,CAAC;AAM7C,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,WAAW,CAmB9C,CAAC"}
|
|
@@ -57,16 +57,10 @@ declare const _default: DefineComponent<import("vue").ExtractPropTypes<{
|
|
|
57
57
|
id?: string | undefined;
|
|
58
58
|
icon?: string | (() => string) | undefined;
|
|
59
59
|
disabled?: boolean | undefined;
|
|
60
|
-
dropdownItems?: {
|
|
61
|
-
id: string;
|
|
62
|
-
title: string;
|
|
63
|
-
icon?: string | undefined;
|
|
64
|
-
clickHandler?: (() => void) | undefined;
|
|
65
|
-
}[] | undefined;
|
|
66
60
|
title?: string | undefined;
|
|
67
61
|
isVisible?: boolean | undefined;
|
|
68
62
|
clickHandler?: ((app?: Record<string, any> | import("../../../../../..").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
69
|
-
separator?: "
|
|
63
|
+
separator?: "left" | "right" | "both" | undefined;
|
|
70
64
|
permissions?: string | string[] | undefined;
|
|
71
65
|
}[] | {
|
|
72
66
|
[x: string]: import("vue").MaybeRef<import("../../../../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../../../../..").IBladeToolbar>;
|
|
@@ -144,16 +138,10 @@ declare const _default: DefineComponent<import("vue").ExtractPropTypes<{
|
|
|
144
138
|
id?: string | undefined;
|
|
145
139
|
icon?: string | (() => string) | undefined;
|
|
146
140
|
disabled?: boolean | undefined;
|
|
147
|
-
dropdownItems?: {
|
|
148
|
-
id: string;
|
|
149
|
-
title: string;
|
|
150
|
-
icon?: string | undefined;
|
|
151
|
-
clickHandler?: (() => void) | undefined;
|
|
152
|
-
}[] | undefined;
|
|
153
141
|
title?: string | undefined;
|
|
154
142
|
isVisible?: boolean | undefined;
|
|
155
143
|
clickHandler?: ((app?: Record<string, any> | import("../../../../../..").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
156
|
-
separator?: "
|
|
144
|
+
separator?: "left" | "right" | "both" | undefined;
|
|
157
145
|
permissions?: string | string[] | undefined;
|
|
158
146
|
}[] | {
|
|
159
147
|
[x: string]: import("vue").MaybeRef<import("../../../../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../../../../..").IBladeToolbar>;
|
|
@@ -230,16 +218,10 @@ declare const _default: DefineComponent<import("vue").ExtractPropTypes<{
|
|
|
230
218
|
id?: string | undefined;
|
|
231
219
|
icon?: string | (() => string) | undefined;
|
|
232
220
|
disabled?: boolean | undefined;
|
|
233
|
-
dropdownItems?: {
|
|
234
|
-
id: string;
|
|
235
|
-
title: string;
|
|
236
|
-
icon?: string | undefined;
|
|
237
|
-
clickHandler?: (() => void) | undefined;
|
|
238
|
-
}[] | undefined;
|
|
239
221
|
title?: string | undefined;
|
|
240
222
|
isVisible?: boolean | undefined;
|
|
241
223
|
clickHandler?: ((app?: Record<string, any> | import("../../../../../..").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
242
|
-
separator?: "
|
|
224
|
+
separator?: "left" | "right" | "both" | undefined;
|
|
243
225
|
permissions?: string | string[] | undefined;
|
|
244
226
|
}[] | {
|
|
245
227
|
[x: string]: import("vue").MaybeRef<import("../../../../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../../../../..").IBladeToolbar>;
|
package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicRender.d.ts","sourceRoot":"","sources":["../../../../../../../../shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,QAAQ,EAAoE,MAAM,KAAK,CAAC;AAGlH,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC
|
|
1
|
+
{"version":3,"file":"DynamicRender.d.ts","sourceRoot":"","sources":["../../../../../../../../shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,QAAQ,EAAoE,MAAM,KAAK,CAAC;AAGlH,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAe9C,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAAb,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAXhC,wBA8CG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/composables/useFilterBuilder/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAIL,QAAQ,EAGR,eAAe,EACf,YAAY,EACZ,KAAK,EACL,WAAW,EAKZ,MAAM,KAAK,CAAC;AAGb,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAG9D,OAAO,EAAE,UAAU,EAA4E,MAAM,aAAa,CAAC;AAqBnH,MAAM,WAAW,gBAAgB;IAC/B,eAAe,EAAE,CAAC,WAAW,EAAE;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,KAChD,KAAK,CACH,YAAY,EACZ,eAAe,EACf;QAEE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KACpB,CACF,GACD,SAAS,CAAC;IACd,iBAAiB,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACvC,eAAe,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACtC,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAE3B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACtC;;UAGO,UAAU,GAAG,SAAS;;;WAGrB,OAAO,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS;MACpC,gBAAgB;AALpB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/composables/useFilterBuilder/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAIL,QAAQ,EAGR,eAAe,EACf,YAAY,EACZ,KAAK,EACL,WAAW,EAKZ,MAAM,KAAK,CAAC;AAGb,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAG9D,OAAO,EAAE,UAAU,EAA4E,MAAM,aAAa,CAAC;AAqBnH,MAAM,WAAW,gBAAgB;IAC/B,eAAe,EAAE,CAAC,WAAW,EAAE;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,KAChD,KAAK,CACH,YAAY,EACZ,eAAe,EACf;QAEE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KACpB,CACF,GACD,SAAS,CAAC;IACd,iBAAiB,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACvC,eAAe,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACtC,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAE3B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACtC;;UAGO,UAAU,GAAG,SAAS;;;WAGrB,OAAO,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS;MACpC,gBAAgB;AALpB,wBAuXE"}
|
|
@@ -101,16 +101,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
101
101
|
id?: string | undefined;
|
|
102
102
|
icon?: string | (() => string) | undefined;
|
|
103
103
|
disabled?: boolean | undefined;
|
|
104
|
-
dropdownItems?: {
|
|
105
|
-
id: string;
|
|
106
|
-
title: string;
|
|
107
|
-
icon?: string | undefined;
|
|
108
|
-
clickHandler?: (() => void) | undefined;
|
|
109
|
-
}[] | undefined;
|
|
110
104
|
title?: string | undefined;
|
|
111
105
|
isVisible?: boolean | undefined;
|
|
112
106
|
clickHandler?: ((app?: Record<string, any> | CoreBladeExposed | null | undefined) => void) | undefined;
|
|
113
|
-
separator?: "
|
|
107
|
+
separator?: "left" | "right" | "both" | undefined;
|
|
114
108
|
permissions?: string | string[] | undefined;
|
|
115
109
|
}[] | {
|
|
116
110
|
[x: string]: import("vue").MaybeRef<import("../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../..").IBladeToolbar>;
|
|
@@ -118,16 +112,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
118
112
|
id?: string | undefined;
|
|
119
113
|
icon?: string | (() => string) | undefined;
|
|
120
114
|
disabled?: boolean | undefined;
|
|
121
|
-
dropdownItems?: {
|
|
122
|
-
id: string;
|
|
123
|
-
title: string;
|
|
124
|
-
icon?: string | undefined;
|
|
125
|
-
clickHandler?: (() => void) | undefined;
|
|
126
|
-
}[] | undefined;
|
|
127
115
|
title?: string | undefined;
|
|
128
116
|
isVisible?: boolean | undefined;
|
|
129
117
|
clickHandler?: ((app?: Record<string, any> | CoreBladeExposed | null | undefined) => void) | undefined;
|
|
130
|
-
separator?: "
|
|
118
|
+
separator?: "left" | "right" | "both" | undefined;
|
|
131
119
|
permissions?: string | string[] | undefined;
|
|
132
120
|
}[] | {
|
|
133
121
|
[x: string]: import("vue").MaybeRef<import("../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../..").IBladeToolbar>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamic-blade-form.vue.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/pages/dynamic-blade-form.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAWL,WAAW,
|
|
1
|
+
{"version":3,"file":"dynamic-blade-form.vue.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/pages/dynamic-blade-form.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAWL,WAAW,EAUZ,MAAM,KAAK,CAAC;AACb,OAAO,EAAE,oBAAoB,EAAqC,MAAM,UAAU,CAAC;AAEnF,OAAO,EAGL,eAAe,EAIf,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AAexB,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACrB,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B,OAAO,CAAC,EAAE;QACR,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;KACtB,CAAC;IACF,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;IACtE,OAAO,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC,EAAE,CAAC;CACvC;AAqWD,iBAAe,uBAAuB,kBAOrC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4QD,wBAQG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -22,7 +22,6 @@ export interface Emits {
|
|
|
22
22
|
}): void;
|
|
23
23
|
(event: "add"): void;
|
|
24
24
|
}
|
|
25
|
-
declare function updateActiveWidgetCount(): void;
|
|
26
25
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
27
26
|
expanded: boolean;
|
|
28
27
|
closable: boolean;
|
|
@@ -44,16 +43,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
44
43
|
id?: string | undefined;
|
|
45
44
|
icon?: string | (() => string) | undefined;
|
|
46
45
|
disabled?: boolean | undefined;
|
|
47
|
-
dropdownItems?: {
|
|
48
|
-
id: string;
|
|
49
|
-
title: string;
|
|
50
|
-
icon?: string | undefined;
|
|
51
|
-
clickHandler?: (() => void) | undefined;
|
|
52
|
-
}[] | undefined;
|
|
53
46
|
title?: string | undefined;
|
|
54
47
|
isVisible?: boolean | undefined;
|
|
55
48
|
clickHandler?: ((app?: Record<string, any> | import("../../../components").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
56
|
-
separator?: "
|
|
49
|
+
separator?: "left" | "right" | "both" | undefined;
|
|
57
50
|
permissions?: string | string[] | undefined;
|
|
58
51
|
}[] | {
|
|
59
52
|
[x: string]: import("vue").MaybeRef<import("../../../../core/types").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../../core/types").IBladeToolbar>;
|
|
@@ -61,23 +54,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
61
54
|
id?: string | undefined;
|
|
62
55
|
icon?: string | (() => string) | undefined;
|
|
63
56
|
disabled?: boolean | undefined;
|
|
64
|
-
dropdownItems?: {
|
|
65
|
-
id: string;
|
|
66
|
-
title: string;
|
|
67
|
-
icon?: string | undefined;
|
|
68
|
-
clickHandler?: (() => void) | undefined;
|
|
69
|
-
}[] | undefined;
|
|
70
57
|
title?: string | undefined;
|
|
71
58
|
isVisible?: boolean | undefined;
|
|
72
59
|
clickHandler?: ((app?: Record<string, any> | import("../../../components").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
73
|
-
separator?: "
|
|
60
|
+
separator?: "left" | "right" | "both" | undefined;
|
|
74
61
|
permissions?: string | string[] | undefined;
|
|
75
62
|
}[] | {
|
|
76
63
|
[x: string]: import("vue").MaybeRef<import("../../../../core/types").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../../core/types").IBladeToolbar>;
|
|
77
64
|
} | ((...args: any[]) => any) | undefined> | undefined;
|
|
78
65
|
reload: () => Promise<void>;
|
|
79
66
|
title: ComputedRef<string>;
|
|
80
|
-
updateActiveWidgetCount: typeof updateActiveWidgetCount;
|
|
81
67
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
82
68
|
"parent:call": (args: IParentCallArgs) => void;
|
|
83
69
|
"close:blade": () => void;
|
|
@@ -97,10 +83,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
97
83
|
"onClose:blade"?: (() => any) | undefined;
|
|
98
84
|
"onExpand:blade"?: (() => any) | undefined;
|
|
99
85
|
"onCollapse:blade"?: (() => any) | undefined;
|
|
100
|
-
"onParent:call"?: ((args: IParentCallArgs) => any) | undefined;
|
|
101
86
|
"onItem-click"?: ((args: {
|
|
102
87
|
param: string | undefined;
|
|
103
88
|
}) => any) | undefined;
|
|
89
|
+
"onParent:call"?: ((args: IParentCallArgs) => any) | undefined;
|
|
104
90
|
"onClose:children"?: (() => any) | undefined;
|
|
105
91
|
}>, {
|
|
106
92
|
param: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamic-blade-list.vue.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/pages/dynamic-blade-list.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EASL,WAAW,
|
|
1
|
+
{"version":3,"file":"dynamic-blade-list.vue.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/pages/dynamic-blade-list.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EASL,WAAW,EAMZ,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,iBAAiB,EAAqC,MAAM,UAAU,CAAC;AAOhF,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAMjD,MAAM,WAAW,KAAK;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,iBAAiB,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;IACtE,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC,EAAE,CAAC;CACvC;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,eAAe,GAAG,IAAI,CAAC;IACpD,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAChC,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI,CAAC;IAC9B,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAChC,CAAC,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE,GAAG,IAAI,CAAC;IACjE,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;CACtB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+9BD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/types/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/types/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,22 +4,22 @@ export declare const Invite: import("vue").DefineComponent<import("vue").Extract
|
|
|
4
4
|
required: true;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
|
-
|
|
7
|
+
userId: {
|
|
8
8
|
type: import("vue").PropType<string>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
userName: {
|
|
12
12
|
type: import("vue").PropType<string>;
|
|
13
13
|
required: true;
|
|
14
|
-
default: string;
|
|
15
14
|
};
|
|
16
|
-
|
|
15
|
+
token: {
|
|
17
16
|
type: import("vue").PropType<string>;
|
|
18
17
|
required: true;
|
|
19
18
|
};
|
|
20
|
-
|
|
19
|
+
logo: {
|
|
21
20
|
type: import("vue").PropType<string>;
|
|
22
21
|
required: true;
|
|
22
|
+
default: string;
|
|
23
23
|
};
|
|
24
24
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
background: {
|
|
@@ -27,22 +27,22 @@ export declare const Invite: import("vue").DefineComponent<import("vue").Extract
|
|
|
27
27
|
required: true;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
|
-
|
|
30
|
+
userId: {
|
|
31
31
|
type: import("vue").PropType<string>;
|
|
32
32
|
required: true;
|
|
33
33
|
};
|
|
34
|
-
|
|
34
|
+
userName: {
|
|
35
35
|
type: import("vue").PropType<string>;
|
|
36
36
|
required: true;
|
|
37
|
-
default: string;
|
|
38
37
|
};
|
|
39
|
-
|
|
38
|
+
token: {
|
|
40
39
|
type: import("vue").PropType<string>;
|
|
41
40
|
required: true;
|
|
42
41
|
};
|
|
43
|
-
|
|
42
|
+
logo: {
|
|
44
43
|
type: import("vue").PropType<string>;
|
|
45
44
|
required: true;
|
|
45
|
+
default: string;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{}>, {
|
|
48
48
|
background: string;
|
|
@@ -4,22 +4,22 @@ export declare const ResetPassword: import("vue").DefineComponent<import("vue").
|
|
|
4
4
|
required: true;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
|
-
|
|
7
|
+
userId: {
|
|
8
8
|
type: import("vue").PropType<string>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
userName: {
|
|
12
12
|
type: import("vue").PropType<string>;
|
|
13
13
|
required: true;
|
|
14
|
-
default: string;
|
|
15
14
|
};
|
|
16
|
-
|
|
15
|
+
token: {
|
|
17
16
|
type: import("vue").PropType<string>;
|
|
18
17
|
required: true;
|
|
19
18
|
};
|
|
20
|
-
|
|
19
|
+
logo: {
|
|
21
20
|
type: import("vue").PropType<string>;
|
|
22
21
|
required: true;
|
|
22
|
+
default: string;
|
|
23
23
|
};
|
|
24
24
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
background: {
|
|
@@ -27,22 +27,22 @@ export declare const ResetPassword: import("vue").DefineComponent<import("vue").
|
|
|
27
27
|
required: true;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
|
-
|
|
30
|
+
userId: {
|
|
31
31
|
type: import("vue").PropType<string>;
|
|
32
32
|
required: true;
|
|
33
33
|
};
|
|
34
|
-
|
|
34
|
+
userName: {
|
|
35
35
|
type: import("vue").PropType<string>;
|
|
36
36
|
required: true;
|
|
37
|
-
default: string;
|
|
38
37
|
};
|
|
39
|
-
|
|
38
|
+
token: {
|
|
40
39
|
type: import("vue").PropType<string>;
|
|
41
40
|
required: true;
|
|
42
41
|
};
|
|
43
|
-
|
|
42
|
+
logo: {
|
|
44
43
|
type: import("vue").PropType<string>;
|
|
45
44
|
required: true;
|
|
45
|
+
default: string;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{}>, {
|
|
48
48
|
background: string;
|
|
@@ -64,7 +64,7 @@ function s(n) {
|
|
|
64
64
|
}
|
|
65
65
|
function x(n, i) {
|
|
66
66
|
return function(e, p) {
|
|
67
|
-
if (e.indent == null || i.dontIndentStates && i.
|
|
67
|
+
if (e.indent == null || i.dontIndentStates && i.dontIndentStates.indexOf(e.state) > -1)
|
|
68
68
|
return null;
|
|
69
69
|
var d = e.indent.length - 1, u = n[e.state];
|
|
70
70
|
n: for (; ; ) {
|
|
@@ -187,8 +187,6 @@ const F = s({
|
|
|
187
187
|
// SQLite is weakly typed, ref: http://sqlite.org/datatype3.html. This is just a list of some common types.
|
|
188
188
|
dateSQL: e("date time timestamp datetime"),
|
|
189
189
|
support: e("decimallessFloat zerolessFloat"),
|
|
190
|
-
identifierQuote: '"',
|
|
191
|
-
//ref: http://sqlite.org/lang_keywords.html
|
|
192
190
|
hooks: {
|
|
193
191
|
// bind-parameters ref:http://sqlite.org/lang_expr.html#varparam
|
|
194
192
|
"@": u,
|