@vc-shell/framework 1.0.53 → 1.0.56
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/core/composables/index.ts +0 -1
- package/core/composables/useApiClient/index.ts +1 -4
- package/core/composables/useAsync/index.ts +2 -6
- package/core/composables/useAutosave/index.ts +1 -3
- package/core/composables/useFunctions/debounce.ts +1 -4
- package/core/composables/useFunctions/delay.ts +1 -4
- package/core/composables/useFunctions/once.ts +1 -3
- package/core/composables/useFunctions/throttle.ts +1 -4
- package/core/composables/useI18n/index.ts +3 -24
- package/core/composables/useLoading/index.ts +1 -3
- package/core/composables/useNotifications/index.ts +5 -12
- package/core/composables/useSettings/index.ts +2 -3
- package/core/composables/useUser/index.ts +25 -64
- package/core/plugins/i18n/index.ts +8 -0
- package/core/plugins/index.ts +3 -1
- package/core/plugins/modularity/index.ts +32 -0
- package/core/plugins/moment/humanize.ts +1 -4
- package/core/plugins/validation/index.ts +11 -1
- package/core/plugins/validation/rules.ts +48 -170
- package/core/types/index.ts +7 -9
- package/dist/framework.mjs +105222 -0
- package/dist/index.css +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/core/api/index.d.ts.map +1 -0
- package/dist/types/core/api/platform.d.ts.map +1 -0
- package/dist/{core → types/core}/composables/index.d.ts +0 -1
- package/dist/types/core/composables/index.d.ts.map +1 -0
- package/dist/types/core/composables/useApiClient/index.d.ts.map +1 -0
- package/dist/types/core/composables/useAsync/index.d.ts.map +1 -0
- package/dist/types/core/composables/useAutosave/index.d.ts.map +1 -0
- package/dist/types/core/composables/useFunctions/debounce.d.ts.map +1 -0
- package/dist/types/core/composables/useFunctions/delay.d.ts.map +1 -0
- package/dist/types/core/composables/useFunctions/index.d.ts.map +1 -0
- package/dist/types/core/composables/useFunctions/once.d.ts.map +1 -0
- package/dist/types/core/composables/useFunctions/sleep.d.ts.map +1 -0
- package/dist/types/core/composables/useFunctions/throttle.d.ts.map +1 -0
- package/dist/types/core/composables/useI18n/index.d.ts +3 -0
- package/dist/types/core/composables/useI18n/index.d.ts.map +1 -0
- package/dist/types/core/composables/useLoading/index.d.ts.map +1 -0
- package/dist/types/core/composables/useNotifications/index.d.ts.map +1 -0
- package/dist/types/core/composables/usePermissions/index.d.ts.map +1 -0
- package/dist/types/core/composables/useSettings/index.d.ts.map +1 -0
- package/dist/types/core/composables/useUser/index.d.ts.map +1 -0
- package/dist/types/core/directives/autofocus/index.d.ts.map +1 -0
- package/dist/types/core/directives/click-outside/index.d.ts.map +1 -0
- package/dist/types/core/directives/index.d.ts.map +1 -0
- package/dist/types/core/directives/loading/index.d.ts.map +1 -0
- package/dist/types/core/directives/permissions/index.d.ts.map +1 -0
- package/dist/types/core/plugins/i18n/index.d.ts +3 -0
- package/dist/types/core/plugins/i18n/index.d.ts.map +1 -0
- package/dist/types/core/plugins/index.d.ts +5 -0
- package/dist/types/core/plugins/index.d.ts.map +1 -0
- package/dist/types/core/plugins/modularity/index.d.ts +8 -0
- package/dist/types/core/plugins/modularity/index.d.ts.map +1 -0
- package/dist/types/core/plugins/moment/humanize.d.ts.map +1 -0
- package/dist/types/core/plugins/moment/index.d.ts.map +1 -0
- package/dist/types/core/plugins/moment/moment.d.ts.map +1 -0
- package/dist/types/core/plugins/validation/index.d.ts +5 -0
- package/dist/types/core/plugins/validation/index.d.ts.map +1 -0
- package/dist/types/core/plugins/validation/rules.d.ts +33 -0
- package/dist/types/core/plugins/validation/rules.d.ts.map +1 -0
- package/dist/{core → types/core}/types/index.d.ts +4 -5
- package/dist/types/core/types/index.d.ts.map +1 -0
- package/dist/types/core/utilities/camelToSnake.d.ts.map +1 -0
- package/dist/types/core/utilities/index.d.ts.map +1 -0
- package/dist/{index.d.ts → types/index.d.ts} +1 -1
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/shared/app-switcher/components/index.d.ts.map +1 -0
- package/dist/types/shared/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +31 -0
- package/dist/types/shared/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -0
- package/dist/types/shared/app-switcher/composables/index.d.ts.map +1 -0
- package/dist/types/shared/app-switcher/composables/useAppSwitcher/index.d.ts.map +1 -0
- package/dist/{shared → types/shared}/app-switcher/index.d.ts +2 -3
- package/dist/types/shared/app-switcher/index.d.ts.map +1 -0
- package/dist/types/shared/assets/components/assets-details/assets-details.vue.d.ts +52 -0
- package/dist/types/shared/assets/components/assets-details/assets-details.vue.d.ts.map +1 -0
- package/dist/types/shared/assets/components/index.d.ts +2 -0
- package/dist/types/shared/assets/components/index.d.ts.map +1 -0
- package/dist/types/shared/assets/index.d.ts +6 -0
- package/dist/types/shared/assets/index.d.ts.map +1 -0
- package/dist/types/shared/assets/locales/index.d.ts.map +1 -0
- package/dist/types/shared/blade-navigation/components/index.d.ts.map +1 -0
- package/dist/types/shared/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +70 -0
- package/dist/types/shared/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -0
- package/dist/types/shared/blade-navigation/composables/index.d.ts +2 -0
- package/dist/types/shared/blade-navigation/composables/index.d.ts.map +1 -0
- package/dist/{shared → types/shared}/blade-navigation/composables/useBladeNavigation/index.d.ts +1 -1
- package/dist/types/shared/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -0
- package/dist/types/shared/blade-navigation/index.d.ts +8 -0
- package/dist/types/shared/blade-navigation/index.d.ts.map +1 -0
- package/dist/types/shared/blade-navigation/types/index.d.ts.map +1 -0
- package/dist/{shared → types/shared}/index.d.ts +4 -1
- package/dist/types/shared/index.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -0
- package/dist/types/ui/components/atoms/vc-badge/index.d.ts +11 -0
- package/dist/types/ui/components/atoms/vc-badge/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +105 -0
- package/dist/types/ui/components/atoms/vc-badge/vc-badge.stories.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +31 -0
- package/dist/types/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-button/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-button/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-button/vc-button.stories.d.ts +163 -0
- package/dist/types/ui/components/atoms/vc-button/vc-button.stories.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-button/vc-button.vue.d.ts +48 -0
- package/dist/types/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-card/index.d.ts +9 -0
- package/dist/types/ui/components/atoms/vc-card/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-card/vc-card.vue.d.ts +50 -0
- package/dist/types/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-checkbox/index.d.ts +9 -0
- package/dist/types/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts +144 -0
- package/dist/types/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +45 -0
- package/dist/types/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-col/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-col/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-col/vc-col.vue.d.ts +33 -0
- package/dist/types/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-container/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-container/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-container/vc-container.stories.d.ts +114 -0
- package/dist/types/ui/components/atoms/vc-container/vc-container.stories.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-container/vc-container.vue.d.ts +34 -0
- package/dist/types/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-hint/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-hint/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +53 -0
- package/dist/types/ui/components/atoms/vc-hint/vc-hint.stories.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +10 -0
- package/dist/types/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-icon/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-icon/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +40 -0
- package/dist/types/ui/components/atoms/vc-icon/vc-icon.stories.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +30 -0
- package/dist/types/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-image/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-image/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-image/vc-image.stories.d.ts +87 -0
- package/dist/types/ui/components/atoms/vc-image/vc-image.stories.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-image/vc-image.vue.d.ts +45 -0
- package/dist/types/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-info-row/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-info-row/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts +29 -0
- package/dist/types/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-label/index.d.ts +9 -0
- package/dist/types/ui/components/atoms/vc-label/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-label/vc-label.stories.d.ts +96 -0
- package/dist/types/ui/components/atoms/vc-label/vc-label.stories.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-label/vc-label.vue.d.ts +35 -0
- package/dist/types/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-link/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-link/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-link/vc-link.stories.d.ts +111 -0
- package/dist/types/ui/components/atoms/vc-link/vc-link.stories.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-link/vc-link.vue.d.ts +31 -0
- package/dist/types/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-loading/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-loading/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +15 -0
- package/dist/types/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-progress/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-progress/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +32 -0
- package/dist/types/ui/components/atoms/vc-progress/vc-progress.stories.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +30 -0
- package/dist/types/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-row/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-row/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-row/vc-row.vue.d.ts +10 -0
- package/dist/types/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-status/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-status/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-status/vc-status.stories.d.ts +118 -0
- package/dist/types/ui/components/atoms/vc-status/vc-status.stories.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-status/vc-status.vue.d.ts +38 -0
- package/dist/types/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-status-icon/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-status-icon/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +15 -0
- package/dist/types/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-switch/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-switch/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +45 -0
- package/dist/types/ui/components/atoms/vc-switch/vc-switch.stories.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +26 -0
- package/dist/types/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-widget/index.d.ts +8 -0
- package/dist/types/ui/components/atoms/vc-widget/index.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +25 -0
- package/dist/types/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -0
- package/dist/types/ui/components/index.d.ts +40 -0
- package/dist/types/ui/components/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +53 -0
- package/dist/types/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-breadcrumbs/index.d.ts +8 -0
- package/dist/types/ui/components/molecules/vc-breadcrumbs/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +39 -0
- package/dist/types/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +38 -0
- package/dist/types/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-code-editor/index.d.ts +8 -0
- package/dist/types/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +52 -0
- package/dist/types/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-editor/index.d.ts +8 -0
- package/dist/types/ui/components/molecules/vc-editor/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +52 -0
- package/dist/types/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-file-upload/index.d.ts +8 -0
- package/dist/types/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +51 -0
- package/dist/types/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-form/index.d.ts +8 -0
- package/dist/types/ui/components/molecules/vc-form/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-form/vc-form.stories.d.ts +53 -0
- package/dist/types/ui/components/molecules/vc-form/vc-form.stories.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-form/vc-form.vue.d.ts +10 -0
- package/dist/types/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-input/index.d.ts +58 -0
- package/dist/types/ui/components/molecules/vc-input/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-input/vc-input.vue.d.ts +135 -0
- package/dist/types/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-input-currency/index.d.ts +16 -0
- package/dist/types/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +144 -0
- package/dist/types/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-notification/index.d.ts +8 -0
- package/dist/types/ui/components/molecules/vc-notification/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +44 -0
- package/dist/types/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-pagination/index.d.ts +8 -0
- package/dist/types/ui/components/molecules/vc-pagination/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts +42 -0
- package/dist/types/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +38 -0
- package/dist/types/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-rating/index.d.ts +8 -0
- package/dist/types/ui/components/molecules/vc-rating/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +158 -0
- package/dist/types/ui/components/molecules/vc-rating/vc-rating.stories.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +41 -0
- package/dist/types/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-select/index.d.ts +87 -0
- package/dist/types/ui/components/molecules/vc-select/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-select/vc-select.vue.d.ts +216 -0
- package/dist/types/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-slider/index.d.ts +12 -0
- package/dist/types/ui/components/molecules/vc-slider/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +50 -0
- package/dist/types/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-textarea/index.d.ts +8 -0
- package/dist/types/ui/components/molecules/vc-textarea/index.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +206 -0
- package/dist/types/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts.map +1 -0
- package/dist/types/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +51 -0
- package/dist/types/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +49 -0
- package/dist/types/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +50 -0
- package/dist/types/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +75 -0
- package/dist/types/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +49 -0
- package/dist/types/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-app/index.d.ts +11 -0
- package/dist/types/ui/components/organisms/vc-app/index.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-app/vc-app.stories.d.ts +310 -0
- package/dist/types/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-app/vc-app.vue.d.ts +82 -0
- package/dist/types/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +48 -0
- package/dist/types/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +64 -0
- package/dist/types/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +27 -0
- package/dist/types/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-blade/index.d.ts +9 -0
- package/dist/types/ui/components/organisms/vc-blade/index.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +212 -0
- package/dist/types/ui/components/organisms/vc-blade/vc-blade.stories.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +55 -0
- package/dist/types/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-dynamic-property/index.d.ts +8 -0
- package/dist/types/ui/components/organisms/vc-dynamic-property/index.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +35 -0
- package/dist/types/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +78 -0
- package/dist/types/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +31 -0
- package/dist/types/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-gallery/index.d.ts +8 -0
- package/dist/types/ui/components/organisms/vc-gallery/index.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +96 -0
- package/dist/types/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-login-form/index.d.ts +8 -0
- package/dist/types/ui/components/organisms/vc-login-form/index.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-login-form/vc-login-form.stories.d.ts +115 -0
- package/dist/types/ui/components/organisms/vc-login-form/vc-login-form.stories.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +35 -0
- package/dist/types/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-popup/index.d.ts +8 -0
- package/dist/types/ui/components/organisms/vc-popup/index.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-popup/vc-popup.stories.d.ts +131 -0
- package/dist/types/ui/components/organisms/vc-popup/vc-popup.stories.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +46 -0
- package/dist/types/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +31 -0
- package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +28 -0
- package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +30 -0
- package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +43 -0
- package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +55 -0
- package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-table/index.d.ts +29 -0
- package/dist/types/ui/components/organisms/vc-table/index.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-table/vc-table.stories.d.ts +631 -0
- package/dist/types/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -0
- package/dist/types/ui/components/organisms/vc-table/vc-table.vue.d.ts +165 -0
- package/dist/types/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -0
- package/dist/types/ui/services/components.d.ts +2 -0
- package/dist/types/ui/services/components.d.ts.map +1 -0
- package/dist/types/ui/services/types/components.d.ts +14 -0
- package/dist/types/ui/services/types/components.d.ts.map +1 -0
- package/dist/types/ui/services/types/index.d.ts +7 -0
- package/dist/types/ui/services/types/index.d.ts.map +1 -0
- package/dist/types/ui/services/types/ts-helpers.d.ts +8 -0
- package/dist/types/ui/services/types/ts-helpers.d.ts.map +1 -0
- package/dist/types/vite.config.d.ts +3 -0
- package/dist/{vite.config.d.ts.map → types/vite.config.d.ts.map} +1 -1
- package/package.json +19 -19
- package/shared/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +3 -6
- package/shared/app-switcher/composables/useAppSwitcher/index.ts +2 -7
- package/shared/app-switcher/index.ts +3 -10
- package/shared/assets/components/assets-details/assets-details.vue +7 -28
- package/shared/assets/components/index.ts +1 -1
- package/shared/assets/index.ts +3 -15
- package/shared/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +2 -7
- package/shared/blade-navigation/composables/index.ts +1 -1
- package/shared/blade-navigation/composables/useBladeNavigation/index.ts +7 -36
- package/shared/blade-navigation/index.ts +3 -10
- package/shared/index.ts +9 -11
- package/ui/components/atoms/vc-badge/index.ts +11 -6
- package/ui/components/atoms/vc-badge/vc-badge.vue +13 -10
- package/ui/components/atoms/vc-button/index.ts +8 -6
- package/ui/components/atoms/vc-button/vc-button.vue +22 -9
- package/ui/components/atoms/vc-card/index.ts +9 -6
- package/ui/components/atoms/vc-card/vc-card.vue +34 -9
- package/ui/components/atoms/vc-checkbox/index.ts +9 -6
- package/ui/components/atoms/vc-checkbox/vc-checkbox.vue +27 -12
- package/ui/components/atoms/vc-col/index.ts +8 -5
- package/ui/components/atoms/vc-col/vc-col.vue +4 -2
- package/ui/components/atoms/vc-container/index.ts +8 -6
- package/ui/components/atoms/vc-container/vc-container.vue +15 -14
- package/ui/components/atoms/vc-hint/index.ts +8 -1
- package/ui/components/atoms/vc-icon/index.ts +8 -6
- package/ui/components/atoms/vc-icon/vc-icon.vue +5 -2
- package/ui/components/atoms/vc-image/index.ts +8 -6
- package/ui/components/atoms/vc-image/vc-image.stories.ts +1 -2
- package/ui/components/atoms/vc-image/vc-image.vue +26 -13
- package/ui/components/atoms/vc-info-row/index.ts +8 -6
- package/ui/components/atoms/vc-info-row/vc-info-row.vue +19 -7
- package/ui/components/atoms/vc-label/index.ts +9 -6
- package/ui/components/atoms/vc-label/vc-label.vue +10 -4
- package/ui/components/atoms/vc-link/index.ts +8 -6
- package/ui/components/atoms/vc-link/vc-link.vue +12 -6
- package/ui/components/atoms/vc-loading/index.ts +8 -6
- package/ui/components/atoms/vc-loading/vc-loading.vue +6 -9
- package/ui/components/atoms/vc-progress/index.ts +8 -6
- package/ui/components/atoms/vc-progress/vc-progress.vue +8 -11
- package/ui/components/atoms/vc-row/index.ts +8 -1
- package/ui/components/atoms/vc-status/index.ts +8 -6
- package/ui/components/atoms/vc-status/vc-status.vue +7 -8
- package/ui/components/atoms/vc-status-icon/index.ts +8 -6
- package/ui/components/atoms/vc-status-icon/vc-status-icon.vue +4 -4
- package/ui/components/atoms/vc-switch/index.ts +8 -6
- package/ui/components/atoms/vc-switch/vc-switch.vue +23 -11
- package/ui/components/atoms/vc-widget/index.ts +8 -6
- package/ui/components/atoms/vc-widget/vc-widget.vue +25 -7
- package/ui/components/index.ts +39 -38
- package/ui/components/molecules/vc-breadcrumbs/index.ts +8 -6
- package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue +15 -3
- package/ui/components/molecules/vc-code-editor/index.ts +9 -0
- package/ui/components/molecules/vc-code-editor/vc-code-editor.vue +103 -0
- package/ui/components/molecules/vc-editor/index.ts +8 -6
- package/ui/components/molecules/vc-editor/vc-editor.vue +105 -28
- package/ui/components/molecules/vc-file-upload/index.ts +8 -6
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +23 -11
- package/ui/components/molecules/vc-form/index.ts +8 -1
- package/ui/components/molecules/vc-input/index.ts +57 -6
- package/ui/components/molecules/vc-input/vc-input.vue +126 -26
- package/ui/components/molecules/vc-input-currency/index.ts +15 -6
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +117 -6
- package/ui/components/molecules/vc-notification/index.ts +8 -6
- package/ui/components/molecules/vc-notification/vc-notification.vue +11 -3
- package/ui/components/molecules/vc-pagination/index.ts +8 -6
- package/ui/components/molecules/vc-pagination/vc-pagination.vue +28 -8
- package/ui/components/molecules/vc-rating/index.ts +8 -6
- package/ui/components/molecules/vc-rating/vc-rating.vue +18 -4
- package/ui/components/molecules/vc-select/index.ts +86 -6
- package/ui/components/molecules/vc-select/vc-select.vue +322 -210
- package/ui/components/molecules/vc-slider/index.ts +11 -6
- package/ui/components/molecules/vc-slider/vc-slider.vue +11 -5
- package/ui/components/molecules/vc-textarea/index.ts +8 -6
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +32 -10
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +13 -9
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +12 -3
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +18 -16
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +8 -2
- package/ui/components/organisms/vc-app/index.ts +11 -5
- package/ui/components/organisms/vc-app/vc-app.vue +29 -19
- package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +22 -7
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue +19 -13
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue +13 -11
- package/ui/components/organisms/vc-blade/index.ts +9 -6
- package/ui/components/organisms/vc-blade/vc-blade.stories.ts +1 -2
- package/ui/components/organisms/vc-blade/vc-blade.vue +27 -10
- package/ui/components/organisms/vc-dynamic-property/index.ts +9 -6
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +114 -87
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +9 -2
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue +14 -9
- package/ui/components/organisms/vc-gallery/index.ts +8 -6
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +37 -9
- package/ui/components/organisms/vc-login-form/index.ts +8 -6
- package/ui/components/organisms/vc-login-form/vc-login-form.vue +6 -2
- package/ui/components/organisms/vc-popup/index.ts +8 -6
- package/ui/components/organisms/vc-popup/vc-popup.vue +15 -4
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +19 -25
- package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +94 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue +2 -6
- package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +8 -2
- package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +27 -39
- package/ui/components/organisms/vc-table/index.ts +16 -6
- package/ui/components/organisms/vc-table/vc-table.vue +561 -133
- package/ui/services/components.ts +40 -0
- package/ui/services/types/components.ts +14 -0
- package/ui/services/types/index.ts +9 -0
- package/ui/services/types/ts-helpers.ts +18 -0
- package/core/composables/useLogger/index.ts +0 -24
- package/dist/core/api/index.d.ts.map +0 -1
- package/dist/core/api/platform.d.ts.map +0 -1
- package/dist/core/composables/index.d.ts.map +0 -1
- package/dist/core/composables/useApiClient/index.d.ts.map +0 -1
- package/dist/core/composables/useAsync/index.d.ts.map +0 -1
- package/dist/core/composables/useAutosave/index.d.ts.map +0 -1
- package/dist/core/composables/useFunctions/debounce.d.ts.map +0 -1
- package/dist/core/composables/useFunctions/delay.d.ts.map +0 -1
- package/dist/core/composables/useFunctions/index.d.ts.map +0 -1
- package/dist/core/composables/useFunctions/once.d.ts.map +0 -1
- package/dist/core/composables/useFunctions/sleep.d.ts.map +0 -1
- package/dist/core/composables/useFunctions/throttle.d.ts.map +0 -1
- package/dist/core/composables/useI18n/index.d.ts +0 -5
- package/dist/core/composables/useI18n/index.d.ts.map +0 -1
- package/dist/core/composables/useLoading/index.d.ts.map +0 -1
- package/dist/core/composables/useLogger/index.d.ts +0 -5
- package/dist/core/composables/useLogger/index.d.ts.map +0 -1
- package/dist/core/composables/useNotifications/index.d.ts.map +0 -1
- package/dist/core/composables/usePermissions/index.d.ts.map +0 -1
- package/dist/core/composables/useSettings/index.d.ts.map +0 -1
- package/dist/core/composables/useUser/index.d.ts.map +0 -1
- package/dist/core/directives/autofocus/index.d.ts.map +0 -1
- package/dist/core/directives/click-outside/index.d.ts.map +0 -1
- package/dist/core/directives/index.d.ts.map +0 -1
- package/dist/core/directives/loading/index.d.ts.map +0 -1
- package/dist/core/directives/permissions/index.d.ts.map +0 -1
- package/dist/core/plugins/index.d.ts +0 -3
- package/dist/core/plugins/index.d.ts.map +0 -1
- package/dist/core/plugins/moment/humanize.d.ts.map +0 -1
- package/dist/core/plugins/moment/index.d.ts.map +0 -1
- package/dist/core/plugins/moment/moment.d.ts.map +0 -1
- package/dist/core/plugins/validation/index.d.ts +0 -3
- package/dist/core/plugins/validation/index.d.ts.map +0 -1
- package/dist/core/plugins/validation/rules.d.ts +0 -12
- package/dist/core/plugins/validation/rules.d.ts.map +0 -1
- package/dist/core/types/index.d.ts.map +0 -1
- package/dist/core/utilities/camelToSnake.d.ts.map +0 -1
- package/dist/core/utilities/index.d.ts.map +0 -1
- package/dist/framework.js +0 -1135
- package/dist/index.d.ts.map +0 -1
- package/dist/shared/app-switcher/components/index.d.ts.map +0 -1
- package/dist/shared/app-switcher/composables/index.d.ts.map +0 -1
- package/dist/shared/app-switcher/composables/useAppSwitcher/index.d.ts.map +0 -1
- package/dist/shared/app-switcher/index.d.ts.map +0 -1
- package/dist/shared/assets/components/index.d.ts +0 -2
- package/dist/shared/assets/components/index.d.ts.map +0 -1
- package/dist/shared/assets/index.d.ts +0 -7
- package/dist/shared/assets/index.d.ts.map +0 -1
- package/dist/shared/assets/locales/index.d.ts.map +0 -1
- package/dist/shared/blade-navigation/components/index.d.ts.map +0 -1
- package/dist/shared/blade-navigation/composables/index.d.ts +0 -2
- package/dist/shared/blade-navigation/composables/index.d.ts.map +0 -1
- package/dist/shared/blade-navigation/composables/useBladeNavigation/index.d.ts.map +0 -1
- package/dist/shared/blade-navigation/index.d.ts +0 -9
- package/dist/shared/blade-navigation/index.d.ts.map +0 -1
- package/dist/shared/blade-navigation/types/index.d.ts.map +0 -1
- package/dist/shared/index.d.ts.map +0 -1
- package/dist/style.css +0 -1
- package/dist/ui/components/atoms/vc-badge/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-badge/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge-model.d.ts +0 -23
- package/dist/ui/components/atoms/vc-badge/vc-badge-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +0 -7
- package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-button/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-button/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-button/vc-button-model.d.ts +0 -14
- package/dist/ui/components/atoms/vc-button/vc-button-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +0 -15
- package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-card/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-card/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-card/vc-card-model.d.ts +0 -16
- package/dist/ui/components/atoms/vc-card/vc-card-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox-model.d.ts +0 -14
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts +0 -7
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-col/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-col/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-col/vc-col-model.d.ts +0 -8
- package/dist/ui/components/atoms/vc-col/vc-col-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-container/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-container/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-container/vc-container-model.d.ts +0 -11
- package/dist/ui/components/atoms/vc-container/vc-container-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-container/vc-container.stories.d.ts +0 -7
- package/dist/ui/components/atoms/vc-container/vc-container.stories.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-hint/index.d.ts +0 -2
- package/dist/ui/components/atoms/vc-hint/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +0 -7
- package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-icon/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-icon/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon-model.d.ts +0 -9
- package/dist/ui/components/atoms/vc-icon/vc-icon-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +0 -15
- package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-image/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-image/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-image/vc-image-model.d.ts +0 -15
- package/dist/ui/components/atoms/vc-image/vc-image-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts +0 -21
- package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-info-row/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-info-row/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-info-row/vc-info-row-model.d.ts +0 -11
- package/dist/ui/components/atoms/vc-info-row/vc-info-row-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-label/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-label/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-label/vc-label-model.d.ts +0 -10
- package/dist/ui/components/atoms/vc-label/vc-label-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +0 -7
- package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-link/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-link/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-link/vc-link-model.d.ts +0 -10
- package/dist/ui/components/atoms/vc-link/vc-link-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +0 -13
- package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-loading/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-loading/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading-model.d.ts +0 -8
- package/dist/ui/components/atoms/vc-loading/vc-loading-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-progress/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-progress/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress-model.d.ts +0 -9
- package/dist/ui/components/atoms/vc-progress/vc-progress-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +0 -7
- package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-row/index.d.ts +0 -2
- package/dist/ui/components/atoms/vc-row/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-row/vc-row-model.d.ts +0 -5
- package/dist/ui/components/atoms/vc-row/vc-row-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-status/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-status/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-status/vc-status-model.d.ts +0 -10
- package/dist/ui/components/atoms/vc-status/vc-status-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +0 -7
- package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-status-icon/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-status-icon/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon-model.d.ts +0 -8
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-switch/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-switch/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch-model.d.ts +0 -13
- package/dist/ui/components/atoms/vc-switch/vc-switch-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +0 -7
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-widget/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-widget/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget-model.d.ts +0 -12
- package/dist/ui/components/atoms/vc-widget/vc-widget-model.d.ts.map +0 -1
- package/dist/ui/components/index.d.ts +0 -39
- package/dist/ui/components/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs-model.d.ts +0 -14
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +0 -7
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-editor/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-editor/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor-model.d.ts +0 -16
- package/dist/ui/components/molecules/vc-editor/vc-editor-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload-model.d.ts +0 -14
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-form/index.d.ts +0 -2
- package/dist/ui/components/molecules/vc-form/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +0 -7
- package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-input/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-input/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-input/vc-input-model.d.ts +0 -136
- package/dist/ui/components/molecules/vc-input/vc-input-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency-model.d.ts +0 -118
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-notification/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-notification/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-notification/vc-notification-model.d.ts +0 -10
- package/dist/ui/components/molecules/vc-notification/vc-notification-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-pagination/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-pagination/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination-model.d.ts +0 -11
- package/dist/ui/components/molecules/vc-pagination/vc-pagination-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts +0 -7
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-rating/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-rating/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating-model.d.ts +0 -13
- package/dist/ui/components/molecules/vc-rating/vc-rating-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +0 -7
- package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-select/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-select/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-select/vc-select-model.d.ts +0 -200
- package/dist/ui/components/molecules/vc-select/vc-select-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-slider/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-slider/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-slider/vc-slider-model.d.ts +0 -16
- package/dist/ui/components/molecules/vc-slider/vc-slider-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-textarea/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-textarea/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea-model.d.ts +0 -17
- package/dist/ui/components/molecules/vc-textarea/vc-textarea-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +0 -7
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-app/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-app/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-app/vc-app-model.d.ts +0 -26
- package/dist/ui/components/organisms/vc-app/vc-app-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +0 -16
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-blade/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-blade/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade-model.d.ts +0 -17
- package/dist/ui/components/organisms/vc-blade/vc-blade-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +0 -17
- package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property-model.d.ts +0 -14
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-gallery/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-gallery/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery-model.d.ts +0 -32
- package/dist/ui/components/organisms/vc-gallery/vc-gallery-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-login-form/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-login-form/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-login-form/vc-login-form-model.d.ts +0 -10
- package/dist/ui/components/organisms/vc-login-form/vc-login-form-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.stories.d.ts +0 -7
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.stories.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-popup/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-popup/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup-model.d.ts +0 -11
- package/dist/ui/components/organisms/vc-popup/vc-popup-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.stories.d.ts +0 -7
- package/dist/ui/components/organisms/vc-popup/vc-popup.stories.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-table/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/vc-table-model.d.ts +0 -66
- package/dist/ui/components/organisms/vc-table/vc-table-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +0 -7
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +0 -1
- package/dist/ui/types/index.d.ts +0 -81
- package/dist/ui/types/index.d.ts.map +0 -1
- package/dist/ui/types/ts-helpers.d.ts +0 -12
- package/dist/ui/types/ts-helpers.d.ts.map +0 -1
- package/dist/vite.config.d.ts +0 -3
- package/ui/components/atoms/vc-badge/vc-badge-model.ts +0 -24
- package/ui/components/atoms/vc-button/vc-button-model.ts +0 -22
- package/ui/components/atoms/vc-card/vc-card-model.ts +0 -17
- package/ui/components/atoms/vc-checkbox/vc-checkbox-model.ts +0 -15
- package/ui/components/atoms/vc-col/vc-col-model.ts +0 -9
- package/ui/components/atoms/vc-container/vc-container-model.ts +0 -12
- package/ui/components/atoms/vc-icon/vc-icon-model.ts +0 -10
- package/ui/components/atoms/vc-image/vc-image-model.ts +0 -27
- package/ui/components/atoms/vc-info-row/vc-info-row-model.ts +0 -12
- package/ui/components/atoms/vc-label/vc-label-model.ts +0 -11
- package/ui/components/atoms/vc-link/vc-link-model.ts +0 -11
- package/ui/components/atoms/vc-loading/vc-loading-model.ts +0 -9
- package/ui/components/atoms/vc-progress/vc-progress-model.ts +0 -10
- package/ui/components/atoms/vc-row/vc-row-model.ts +0 -5
- package/ui/components/atoms/vc-status/vc-status-model.ts +0 -17
- package/ui/components/atoms/vc-status-icon/vc-status-icon-model.ts +0 -9
- package/ui/components/atoms/vc-switch/vc-switch-model.ts +0 -14
- package/ui/components/atoms/vc-widget/vc-widget-model.ts +0 -13
- package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs-model.ts +0 -15
- package/ui/components/molecules/vc-editor/vc-editor-model.ts +0 -17
- package/ui/components/molecules/vc-file-upload/vc-file-upload-model.ts +0 -15
- package/ui/components/molecules/vc-input/vc-input-model.ts +0 -147
- package/ui/components/molecules/vc-input-currency/vc-input-currency-model.ts +0 -122
- package/ui/components/molecules/vc-notification/vc-notification-model.ts +0 -11
- package/ui/components/molecules/vc-pagination/vc-pagination-model.ts +0 -12
- package/ui/components/molecules/vc-rating/vc-rating-model.ts +0 -14
- package/ui/components/molecules/vc-select/vc-select-model.ts +0 -210
- package/ui/components/molecules/vc-slider/vc-slider-model.ts +0 -15
- package/ui/components/molecules/vc-textarea/vc-textarea-model.ts +0 -18
- package/ui/components/organisms/vc-app/vc-app-model.ts +0 -27
- package/ui/components/organisms/vc-blade/vc-blade-model.ts +0 -18
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property-model.ts +0 -25
- package/ui/components/organisms/vc-gallery/vc-gallery-model.ts +0 -33
- package/ui/components/organisms/vc-login-form/vc-login-form-model.ts +0 -11
- package/ui/components/organisms/vc-popup/vc-popup-model.ts +0 -12
- package/ui/components/organisms/vc-table/vc-table-model.ts +0 -56
- package/ui/types/index.ts +0 -213
- package/ui/types/ts-helpers.ts +0 -32
- /package/dist/{core → types/core}/api/index.d.ts +0 -0
- /package/dist/{core → types/core}/api/platform.d.ts +0 -0
- /package/dist/{core → types/core}/composables/useApiClient/index.d.ts +0 -0
- /package/dist/{core → types/core}/composables/useAsync/index.d.ts +0 -0
- /package/dist/{core → types/core}/composables/useAutosave/index.d.ts +0 -0
- /package/dist/{core → types/core}/composables/useFunctions/debounce.d.ts +0 -0
- /package/dist/{core → types/core}/composables/useFunctions/delay.d.ts +0 -0
- /package/dist/{core → types/core}/composables/useFunctions/index.d.ts +0 -0
- /package/dist/{core → types/core}/composables/useFunctions/once.d.ts +0 -0
- /package/dist/{core → types/core}/composables/useFunctions/sleep.d.ts +0 -0
- /package/dist/{core → types/core}/composables/useFunctions/throttle.d.ts +0 -0
- /package/dist/{core → types/core}/composables/useLoading/index.d.ts +0 -0
- /package/dist/{core → types/core}/composables/useNotifications/index.d.ts +0 -0
- /package/dist/{core → types/core}/composables/usePermissions/index.d.ts +0 -0
- /package/dist/{core → types/core}/composables/useSettings/index.d.ts +0 -0
- /package/dist/{core → types/core}/composables/useUser/index.d.ts +0 -0
- /package/dist/{core → types/core}/directives/autofocus/index.d.ts +0 -0
- /package/dist/{core → types/core}/directives/click-outside/index.d.ts +0 -0
- /package/dist/{core → types/core}/directives/index.d.ts +0 -0
- /package/dist/{core → types/core}/directives/loading/index.d.ts +0 -0
- /package/dist/{core → types/core}/directives/permissions/index.d.ts +0 -0
- /package/dist/{core → types/core}/plugins/moment/humanize.d.ts +0 -0
- /package/dist/{core → types/core}/plugins/moment/index.d.ts +0 -0
- /package/dist/{core → types/core}/plugins/moment/moment.d.ts +0 -0
- /package/dist/{core → types/core}/utilities/camelToSnake.d.ts +0 -0
- /package/dist/{core → types/core}/utilities/index.d.ts +0 -0
- /package/dist/{shared → types/shared}/app-switcher/components/index.d.ts +0 -0
- /package/dist/{shared → types/shared}/app-switcher/composables/index.d.ts +0 -0
- /package/dist/{shared → types/shared}/app-switcher/composables/useAppSwitcher/index.d.ts +0 -0
- /package/dist/{shared → types/shared}/assets/locales/index.d.ts +0 -0
- /package/dist/{shared → types/shared}/blade-navigation/components/index.d.ts +0 -0
- /package/dist/{shared → types/shared}/blade-navigation/types/index.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-select-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-select/vc-select-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcSliderProps } from "./vc-slider-model";
|
|
3
|
-
import { ComponentConstructor } from "./../../../types/ts-helpers";
|
|
4
|
-
export declare const VcSlider: ComponentConstructor<ComponentPublicInstance<VcSliderProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-slider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,QAAQ,EAAE,oBAAoB,CACzC,uBAAuB,CAAC,aAAa,CAAC,CAC9B,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcSliderProps {
|
|
3
|
-
slides?: Record<string, unknown>[] | any[];
|
|
4
|
-
navigation?: boolean | undefined;
|
|
5
|
-
overflow?: boolean | undefined;
|
|
6
|
-
slidesPerView?: string | 'auto' | undefined;
|
|
7
|
-
spaceBetweenSlides?: number | undefined;
|
|
8
|
-
}
|
|
9
|
-
export interface VcSliderSlots {
|
|
10
|
-
default: (args: {
|
|
11
|
-
slide: Record<string, unknown> | any;
|
|
12
|
-
}) => VNode[];
|
|
13
|
-
prevBtn: () => VNode[];
|
|
14
|
-
nextBtn: () => VNode[];
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=vc-slider-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-slider-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-slider/vc-slider-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,KAAK,CAAC;AAE1B,MAAM,WAAW,aAAa;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,GAAG,EAAE,CAAA;IAC1C,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAChC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;IAC3C,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC1C;AAED,MAAM,WAAW,aAAa;IAC1B,OAAO,EAAE,CAAC,IAAI,EAAE;QAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,GAAG,CAAA;KAAC,KAAK,KAAK,EAAE,CAAA;IAClE,OAAO,EAAE,MAAM,KAAK,EAAE,CAAA;IACtB,OAAO,EAAE,MAAM,KAAK,EAAE,CAAA;CACzB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcTextareaProps } from "./vc-textarea-model";
|
|
3
|
-
import { ComponentConstructor } from "./../../../types/ts-helpers";
|
|
4
|
-
export declare const VcTextarea: ComponentConstructor<ComponentPublicInstance<VcTextareaProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-textarea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,UAAU,EAAE,oBAAoB,CAC3C,uBAAuB,CAAC,eAAe,CAAC,CAC9B,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcTextareaProps {
|
|
3
|
-
placeholder?: string | undefined;
|
|
4
|
-
modelValue: string | undefined;
|
|
5
|
-
required?: boolean | undefined;
|
|
6
|
-
disabled?: boolean | undefined;
|
|
7
|
-
label?: string | undefined;
|
|
8
|
-
tooltip?: string | undefined;
|
|
9
|
-
name?: string | undefined;
|
|
10
|
-
maxchars?: string | undefined;
|
|
11
|
-
errorMessage?: string | undefined;
|
|
12
|
-
"onUpdate:modelValue"?: (value: string) => void;
|
|
13
|
-
}
|
|
14
|
-
export interface VcTextareaSlots {
|
|
15
|
-
error: () => VNode[];
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=vc-textarea-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-textarea-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-textarea/vc-textarea-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,eAAe;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACjD;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,KAAK,EAAE,CAAC;CACtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-textarea.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-textarea/vc-textarea.stories.ts"],"names":[],"mappings":";;;;AAOA,wBAGE;AAUF,eAAO,MAAM,QAAQ,KAAoB,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcAppProps } from "./vc-app-model";
|
|
3
|
-
import { ComponentConstructor } from "./../../../types/ts-helpers";
|
|
4
|
-
export declare const VcApp: ComponentConstructor<ComponentPublicInstance<VcAppProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-app/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,KAAK,EAAE,oBAAoB,CAAC,uBAAuB,CAAC,UAAU,CAAC,CACvE,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ExtendedComponent, IBladeElement, IOpenBlade } from "./../../../../shared";
|
|
2
|
-
import { IBladeToolbar, IMenuItems } from "./../../../../core/types";
|
|
3
|
-
import { VNode } from "vue";
|
|
4
|
-
export interface VcAppProps {
|
|
5
|
-
pages?: ExtendedComponent[] | undefined;
|
|
6
|
-
menuItems?: IMenuItems[] | undefined;
|
|
7
|
-
mobileMenuItems?: IMenuItems[] | undefined;
|
|
8
|
-
toolbarItems?: IBladeToolbar[] | undefined;
|
|
9
|
-
isReady?: boolean | undefined;
|
|
10
|
-
isAuthorized?: boolean | undefined;
|
|
11
|
-
logo?: string | undefined;
|
|
12
|
-
version?: string | undefined;
|
|
13
|
-
theme?: "light" | "dark" | undefined;
|
|
14
|
-
bladesRefs?: IBladeElement[] | undefined;
|
|
15
|
-
title?: string | undefined;
|
|
16
|
-
onOpen?: (args: IOpenBlade) => void;
|
|
17
|
-
onClose?: (index: number) => void;
|
|
18
|
-
"onBacklink:click"?: (index: number) => void;
|
|
19
|
-
}
|
|
20
|
-
export interface VcAppSlots {
|
|
21
|
-
appSwitcher: () => VNode[];
|
|
22
|
-
bladeNavigation: () => VNode[];
|
|
23
|
-
notifications: () => VNode[];
|
|
24
|
-
passwordChange: () => VNode[];
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=vc-app-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-app-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-app/vc-app-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,iBAAiB,EAAE,GAAG,SAAS,CAAC;IACxC,SAAS,CAAC,EAAE,UAAU,EAAE,GAAG,SAAS,CAAC;IACrC,eAAe,CAAC,EAAE,UAAU,EAAE,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,aAAa,EAAE,GAAG,SAAS,CAAC;IAC3C,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IACrC,UAAU,CAAC,EAAE,aAAa,EAAE,GAAG,SAAS,CAAC;IACzC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;IACpC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C;AAED,MAAM,WAAW,UAAU;IACzB,WAAW,EAAE,MAAM,KAAK,EAAE,CAAC;IAC3B,eAAe,EAAE,MAAM,KAAK,EAAE,CAAC;IAC/B,aAAa,EAAE,MAAM,KAAK,EAAE,CAAC;IAC7B,cAAc,EAAE,MAAM,KAAK,EAAE,CAAC;CAC/B"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
title: string;
|
|
3
|
-
component: any;
|
|
4
|
-
parameters: {
|
|
5
|
-
backgrounds: {
|
|
6
|
-
default: string;
|
|
7
|
-
values: {
|
|
8
|
-
name: string;
|
|
9
|
-
value: string;
|
|
10
|
-
}[];
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export default _default;
|
|
15
|
-
export declare const App: any;
|
|
16
|
-
//# sourceMappingURL=vc-app.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-app.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-app/vc-app.stories.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAOA,wBAeE;AAUF,eAAO,MAAM,GAAG,KAAoB,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcBladeProps } from "./vc-blade-model";
|
|
3
|
-
import { ComponentConstructor } from "./../../../types/ts-helpers";
|
|
4
|
-
export declare const VcBlade: ComponentConstructor<ComponentPublicInstance<VcBladeProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,OAAO,EAAE,oBAAoB,CACxC,uBAAuB,CAAC,YAAY,CAAC,CAC9B,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IBladeToolbar } from "./../../../../core/types";
|
|
2
|
-
import { VNode } from "vue";
|
|
3
|
-
export interface VcBladeProps {
|
|
4
|
-
icon?: string | undefined;
|
|
5
|
-
title?: string | undefined;
|
|
6
|
-
subtitle?: string | undefined;
|
|
7
|
-
width?: number | string | undefined;
|
|
8
|
-
expanded?: boolean | undefined;
|
|
9
|
-
closable?: boolean | undefined;
|
|
10
|
-
toolbarItems?: IBladeToolbar[] | undefined;
|
|
11
|
-
onClose?: () => void;
|
|
12
|
-
}
|
|
13
|
-
export interface VcBladeSlots {
|
|
14
|
-
actions: () => VNode[];
|
|
15
|
-
default: () => VNode[];
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=vc-blade-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-blade-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/vc-blade-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,YAAY,CAAC,EAAE,aAAa,EAAE,GAAG,SAAS,CAAC;IAC3C,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;IACvB,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
title: string;
|
|
3
|
-
component: any;
|
|
4
|
-
argTypes: {
|
|
5
|
-
collapse: {
|
|
6
|
-
action: string;
|
|
7
|
-
name: string;
|
|
8
|
-
};
|
|
9
|
-
expand: {
|
|
10
|
-
action: string;
|
|
11
|
-
name: string;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
16
|
-
export declare const Blade: any;
|
|
17
|
-
//# sourceMappingURL=vc-blade.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-blade.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/vc-blade.stories.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAOA,wBAOE;AAWF,eAAO,MAAM,KAAK,KAAoB,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcDynamicPropertyProps } from "./vc-dynamic-property-model";
|
|
3
|
-
import { ComponentConstructor } from "./../../../types/ts-helpers";
|
|
4
|
-
export declare const VcDynamicProperty: ComponentConstructor<ComponentPublicInstance<VcDynamicPropertyProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,CAClD,uBAAuB,CAAC,sBAAsB,CAAC,CAC9B,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcDynamicPropertyProps {
|
|
3
|
-
property?: Record<string, any> | undefined;
|
|
4
|
-
dictionaries?: Record<string, any> | undefined;
|
|
5
|
-
getter?: (property: Record<string, any>, isDictionary?: boolean) => Record<string, any> | string | number | boolean | Date | undefined;
|
|
6
|
-
optionsGetter?: (property: Record<string, any>, keyword?: string) => Promise<any[] | undefined> | any[];
|
|
7
|
-
setter?: (property: Record<string, any>, value: Record<string, any> | string | number | boolean, dictionary?: any[]) => void | undefined;
|
|
8
|
-
culture?: string | undefined;
|
|
9
|
-
disabled?: boolean | undefined;
|
|
10
|
-
}
|
|
11
|
-
export interface VcDynamicPropertySlots {
|
|
12
|
-
default: () => VNode[];
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=vc-dynamic-property-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-dynamic-property-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/vc-dynamic-property-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;IAC/C,MAAM,CAAC,EAAE,CACP,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,YAAY,CAAC,EAAE,OAAO,KACnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACxE,aAAa,CAAC,EAAE,CACd,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,OAAO,CAAC,EAAE,MAAM,KACb,OAAO,CAAC,GAAG,EAAE,GAAG,SAAS,CAAC,GAAG,GAAG,EAAE,CAAC;IACxC,MAAM,CAAC,EAAE,CACP,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,EACtD,UAAU,CAAC,EAAE,GAAG,EAAE,KACf,IAAI,GAAG,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcGalleryProps } from "./vc-gallery-model";
|
|
3
|
-
import { ComponentConstructor } from "./../../../types/ts-helpers";
|
|
4
|
-
export declare const VcGallery: ComponentConstructor<ComponentPublicInstance<VcGalleryProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,SAAS,EAAE,oBAAoB,CAC1C,uBAAuB,CAAC,cAAc,CAAC,CAC9B,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { IImage } from "./../../../../core/types";
|
|
2
|
-
import { VNode } from "vue";
|
|
3
|
-
export interface VcGalleryProps {
|
|
4
|
-
images?: IImage[] | undefined;
|
|
5
|
-
disabled?: boolean | undefined;
|
|
6
|
-
required?: boolean | undefined;
|
|
7
|
-
label?: string | undefined;
|
|
8
|
-
tooltip?: string | undefined;
|
|
9
|
-
tooltipIcon?: string | undefined;
|
|
10
|
-
uploadIcon?: string | undefined;
|
|
11
|
-
multiple?: boolean | undefined;
|
|
12
|
-
variant?: "gallery" | "file-upload" | undefined;
|
|
13
|
-
itemActions?: {
|
|
14
|
-
name?: string | undefined;
|
|
15
|
-
preview: boolean | undefined;
|
|
16
|
-
edit: boolean | undefined;
|
|
17
|
-
remove: boolean | undefined;
|
|
18
|
-
};
|
|
19
|
-
disableDrag?: boolean | undefined;
|
|
20
|
-
hideAfterUpload?: boolean | undefined;
|
|
21
|
-
rules?: string | Record<string, unknown> | undefined;
|
|
22
|
-
name?: string | undefined;
|
|
23
|
-
onUpload?: (files: FileList) => void;
|
|
24
|
-
onSort?: (sorted: IImage[]) => void;
|
|
25
|
-
"onItem:edit"?: (image: IImage) => void;
|
|
26
|
-
"onItem:remove"?: (image: IImage) => void;
|
|
27
|
-
"onItem:move"?: (image: IImage) => void;
|
|
28
|
-
}
|
|
29
|
-
export interface VcGallerySlots {
|
|
30
|
-
default: () => VNode[];
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=vc-gallery-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-gallery-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/vc-gallery-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,cAAc;IAC7B,MAAM,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,SAAS,CAAC;IAChD,WAAW,CAAC,EAAE;QACZ,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAC1B,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;QAC7B,IAAI,EAAE,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,EAAE,OAAO,GAAG,SAAS,CAAC;KAC7B,CAAC;IACF,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAClC,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAC;IACrD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,QAAQ,KAAK,IAAI,CAAC;IACrC,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACpC,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AAED,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcLoginFormProps } from "./vc-login-form-model";
|
|
3
|
-
import { ComponentConstructor } from "./../../../types/ts-helpers";
|
|
4
|
-
export declare const VcLoginForm: ComponentConstructor<ComponentPublicInstance<VcLoginFormProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-login-form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,WAAW,EAAE,oBAAoB,CAC5C,uBAAuB,CAAC,gBAAgB,CAAC,CAC9B,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcLoginFormProps {
|
|
3
|
-
logo?: string | undefined;
|
|
4
|
-
background?: string | undefined;
|
|
5
|
-
title?: string | undefined;
|
|
6
|
-
}
|
|
7
|
-
export interface VcLoginFormSlots {
|
|
8
|
-
default: () => VNode[];
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=vc-login-form-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-login-form-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-login-form/vc-login-form-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-login-form.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-login-form/vc-login-form.stories.ts"],"names":[],"mappings":";;;;AASA,wBAGE;AAqCF,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcPopupProps } from "./vc-popup-model";
|
|
3
|
-
import { ComponentConstructor } from "./../../../types/ts-helpers";
|
|
4
|
-
export declare const VcPopup: ComponentConstructor<ComponentPublicInstance<VcPopupProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-popup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,OAAO,EAAE,oBAAoB,CACxC,uBAAuB,CAAC,YAAY,CAAC,CAC9B,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcPopupProps {
|
|
3
|
-
title?: string | undefined;
|
|
4
|
-
closable?: boolean | undefined;
|
|
5
|
-
variant?: "small" | "medium" | "fullscreen" | undefined;
|
|
6
|
-
onClose?: () => void;
|
|
7
|
-
}
|
|
8
|
-
export interface VcPopupSlots {
|
|
9
|
-
default: () => VNode[];
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=vc-popup-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-popup-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-popup/vc-popup-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,YAAY,GAAG,SAAS,CAAC;IACxD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-popup.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-popup/vc-popup.stories.ts"],"names":[],"mappings":";;;;AAOA,wBAGE;AAUF,eAAO,MAAM,KAAK,KAAoB,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcTableProps } from "./vc-table-model";
|
|
3
|
-
import { ComponentConstructor } from "./../../../types/ts-helpers";
|
|
4
|
-
export declare const VcTable: ComponentConstructor<ComponentPublicInstance<VcTableProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,OAAO,EAAE,oBAAoB,CACxC,uBAAuB,CAAC,YAAY,CAAC,CAC9B,CAAC"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { IActionBuilderResult, ITableColumns } from "./../../../../core/types";
|
|
2
|
-
import { VNode } from "vue";
|
|
3
|
-
export interface StatusImage {
|
|
4
|
-
image?: string;
|
|
5
|
-
text: string;
|
|
6
|
-
action?: string;
|
|
7
|
-
clickHandler?: () => void;
|
|
8
|
-
}
|
|
9
|
-
export interface VcTableProps {
|
|
10
|
-
columns?: ITableColumns[];
|
|
11
|
-
items?: {
|
|
12
|
-
id?: string;
|
|
13
|
-
}[] | any[];
|
|
14
|
-
itemActionBuilder?: (item: {
|
|
15
|
-
id?: string;
|
|
16
|
-
}) => IActionBuilderResult[] | undefined;
|
|
17
|
-
sort?: string | undefined;
|
|
18
|
-
multiselect?: boolean | undefined;
|
|
19
|
-
expanded?: boolean | undefined;
|
|
20
|
-
totalLabel?: string | undefined;
|
|
21
|
-
totalCount?: number | undefined;
|
|
22
|
-
pages?: number | undefined;
|
|
23
|
-
currentPage?: number | undefined;
|
|
24
|
-
searchPlaceholder?: string | undefined;
|
|
25
|
-
searchValue?: string | undefined;
|
|
26
|
-
loading?: boolean | undefined;
|
|
27
|
-
empty?: StatusImage | undefined;
|
|
28
|
-
notfound?: StatusImage | undefined;
|
|
29
|
-
header?: boolean | undefined;
|
|
30
|
-
footer?: boolean | undefined;
|
|
31
|
-
activeFilterCount?: number | undefined;
|
|
32
|
-
selectedItemId?: string | undefined;
|
|
33
|
-
scrolling?: boolean | undefined;
|
|
34
|
-
onPaginationClick?: (page: number) => void;
|
|
35
|
-
onSelectionChanged?: (values: Record<string, boolean>) => void;
|
|
36
|
-
"onSearch:change"?: (value: string) => void;
|
|
37
|
-
onHeaderClick?: (value: Record<string, unknown>) => void;
|
|
38
|
-
onItemClick?: (item: {
|
|
39
|
-
id?: string;
|
|
40
|
-
}) => void;
|
|
41
|
-
"onScroll:ptr"?: () => void;
|
|
42
|
-
}
|
|
43
|
-
export interface VcTableSlots {
|
|
44
|
-
header: () => VNode[];
|
|
45
|
-
filters: (args: {
|
|
46
|
-
closePanel: () => void;
|
|
47
|
-
}) => VNode[];
|
|
48
|
-
"mobile-item": (args: {
|
|
49
|
-
item: {
|
|
50
|
-
[x: string]: any;
|
|
51
|
-
id: string;
|
|
52
|
-
};
|
|
53
|
-
}) => VNode[];
|
|
54
|
-
[key: `header_${string}`]: () => VNode[];
|
|
55
|
-
[key: `item_${string}`]: (args: {
|
|
56
|
-
item?: {
|
|
57
|
-
[x: string]: any;
|
|
58
|
-
id: string;
|
|
59
|
-
};
|
|
60
|
-
cell?: ITableColumns;
|
|
61
|
-
}) => VNode[];
|
|
62
|
-
notfound: () => VNode[];
|
|
63
|
-
empty: () => VNode[];
|
|
64
|
-
footer: () => VNode[];
|
|
65
|
-
}
|
|
66
|
-
//# sourceMappingURL=vc-table-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-table-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/vc-table-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-table.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/vc-table.stories.ts"],"names":[],"mappings":";;;;AASA,wBAGE;AAwBF,eAAO,MAAM,KAAK,KAAoB,CAAC"}
|
package/dist/ui/types/index.d.ts
DELETED
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import { GlobalComponentConstructor } from "./ts-helpers";
|
|
2
|
-
import { VcInputProps, VcInputSlots } from "../components/molecules/vc-input/vc-input-model";
|
|
3
|
-
import { VcSelectProps, VcSelectSlots } from "../components/molecules/vc-select/vc-select-model";
|
|
4
|
-
import { VcInputCurrencyProps, VcInputCurrencySlots } from "../components/molecules/vc-input-currency/vc-input-currency-model";
|
|
5
|
-
import { VcBadgeProps, VcBadgeSlots } from "../components/atoms/vc-badge/vc-badge-model";
|
|
6
|
-
import { VcButtonProps, VcButtonSlots } from "../components/atoms/vc-button/vc-button-model";
|
|
7
|
-
import { VcCardProps, VcCardSlots } from "../components/atoms/vc-card/vc-card-model";
|
|
8
|
-
import { VcCheckboxProps, VcCheckboxSlots } from "../components/atoms/vc-checkbox/vc-checkbox-model";
|
|
9
|
-
import { VcColProps, VcColSlots } from "../components/atoms/vc-col/vc-col-model";
|
|
10
|
-
import { VcContainerProps, VcContainerSlots } from "../components/atoms/vc-container/vc-container-model";
|
|
11
|
-
import { VcIconProps, VcIconSlots } from "../components/atoms/vc-icon/vc-icon-model";
|
|
12
|
-
import { VcImageProps, VcImageSlots } from "../components/atoms/vc-image/vc-image-model";
|
|
13
|
-
import { VcInfoRowProps, VcInfoRowSlots } from "../components/atoms/vc-info-row/vc-info-row-model";
|
|
14
|
-
import { VcLabelProps, VcLabelSlots } from "../components/atoms/vc-label/vc-label-model";
|
|
15
|
-
import { VcLinkProps, VcLinkSlots } from "../components/atoms/vc-link/vc-link-model";
|
|
16
|
-
import { VcLoadingProps, VcLoadingSlots } from "../components/atoms/vc-loading/vc-loading-model";
|
|
17
|
-
import { VcProgressProps, VcProgressSlots } from "../components/atoms/vc-progress/vc-progress-model";
|
|
18
|
-
import { VcRowSlots } from "../components/atoms/vc-row/vc-row-model";
|
|
19
|
-
import { VcStatusProps, VcStatusSlots } from "../components/atoms/vc-status/vc-status-model";
|
|
20
|
-
import { VcStatusIconProps, VcStatusIconSlots } from "../components/atoms/vc-status-icon/vc-status-icon-model";
|
|
21
|
-
import { VcSwitchProps, VcSwitchSlots } from "../components/atoms/vc-switch/vc-switch-model";
|
|
22
|
-
import { VcWidgetProps, VcWidgetSlots } from "../components/atoms/vc-widget/vc-widget-model";
|
|
23
|
-
import { VcBreadcrumbsProps, VcBreadcrumbsSlots } from "../components/molecules/vc-breadcrumbs/vc-breadcrumbs-model";
|
|
24
|
-
import { VcEditorProps, VcEditorSlots } from "../components/molecules/vc-editor/vc-editor-model";
|
|
25
|
-
import { VcFileUploadProps, VcFileUploadSlots } from "../components/molecules/vc-file-upload/vc-file-upload-model";
|
|
26
|
-
import { VcNotificationProps, VcNotificationSlots } from "../components/molecules/vc-notification/vc-notification-model";
|
|
27
|
-
import { VcPaginationProps, VcPaginationSlots } from "../components/molecules/vc-pagination/vc-pagination-model";
|
|
28
|
-
import { VcRatingProps, VcRatingSlots } from "../components/molecules/vc-rating/vc-rating-model";
|
|
29
|
-
import { VcSliderProps, VcSliderSlots } from "../components/molecules/vc-slider/vc-slider-model";
|
|
30
|
-
import { VcTextareaProps, VcTextareaSlots } from "../components/molecules/vc-textarea/vc-textarea-model";
|
|
31
|
-
import { VcAppProps, VcAppSlots } from "../components/organisms/vc-app/vc-app-model";
|
|
32
|
-
import { VcBladeProps, VcBladeSlots } from "../components/organisms/vc-blade/vc-blade-model";
|
|
33
|
-
import { VcDynamicPropertyProps, VcDynamicPropertySlots } from "../components/organisms/vc-dynamic-property/vc-dynamic-property-model";
|
|
34
|
-
import { VcGalleryProps, VcGallerySlots } from "../components/organisms/vc-gallery/vc-gallery-model";
|
|
35
|
-
import { VcLoginFormProps, VcLoginFormSlots } from "../components/organisms/vc-login-form/vc-login-form-model";
|
|
36
|
-
import { VcPopupProps, VcPopupSlots } from "../components/organisms/vc-popup/vc-popup-model";
|
|
37
|
-
import { VcTableProps, VcTableSlots } from "../components/organisms/vc-table/vc-table-model";
|
|
38
|
-
declare module "@vue/runtime-core" {
|
|
39
|
-
interface GlobalComponents {
|
|
40
|
-
VcBadge: GlobalComponentConstructor<VcBadgeProps, VcBadgeSlots>;
|
|
41
|
-
VcButton: GlobalComponentConstructor<VcButtonProps, VcButtonSlots>;
|
|
42
|
-
VcCard: GlobalComponentConstructor<VcCardProps, VcCardSlots>;
|
|
43
|
-
VcCheckbox: GlobalComponentConstructor<VcCheckboxProps, VcCheckboxSlots>;
|
|
44
|
-
VcCol: GlobalComponentConstructor<VcColProps, VcColSlots>;
|
|
45
|
-
VcContainer: GlobalComponentConstructor<VcContainerProps, VcContainerSlots>;
|
|
46
|
-
VcHint: GlobalComponentConstructor;
|
|
47
|
-
VcIcon: GlobalComponentConstructor<VcIconProps, VcIconSlots>;
|
|
48
|
-
VcImage: GlobalComponentConstructor<VcImageProps, VcImageSlots>;
|
|
49
|
-
VcInfoRow: GlobalComponentConstructor<VcInfoRowProps, VcInfoRowSlots>;
|
|
50
|
-
VcLabel: GlobalComponentConstructor<VcLabelProps, VcLabelSlots>;
|
|
51
|
-
VcLink: GlobalComponentConstructor<VcLinkProps, VcLinkSlots>;
|
|
52
|
-
VcLoading: GlobalComponentConstructor<VcLoadingProps, VcLoadingSlots>;
|
|
53
|
-
VcProgress: GlobalComponentConstructor<VcProgressProps, VcProgressSlots>;
|
|
54
|
-
VcRow: GlobalComponentConstructor<any, VcRowSlots>;
|
|
55
|
-
VcStatus: GlobalComponentConstructor<VcStatusProps, VcStatusSlots>;
|
|
56
|
-
VcStatusIcon: GlobalComponentConstructor<VcStatusIconProps, VcStatusIconSlots>;
|
|
57
|
-
VcSwitch: GlobalComponentConstructor<VcSwitchProps, VcSwitchSlots>;
|
|
58
|
-
VcWidget: GlobalComponentConstructor<VcWidgetProps, VcWidgetSlots>;
|
|
59
|
-
VcBreadcrumbs: GlobalComponentConstructor<VcBreadcrumbsProps, VcBreadcrumbsSlots>;
|
|
60
|
-
VcEditor: GlobalComponentConstructor<VcEditorProps, VcEditorSlots>;
|
|
61
|
-
VcFileUpload: GlobalComponentConstructor<VcFileUploadProps, VcFileUploadSlots>;
|
|
62
|
-
VcForm: GlobalComponentConstructor;
|
|
63
|
-
VcInput: GlobalComponentConstructor<VcInputProps, VcInputSlots>;
|
|
64
|
-
VcInputCurrency: GlobalComponentConstructor<VcInputCurrencyProps, VcInputCurrencySlots>;
|
|
65
|
-
VcNotification: GlobalComponentConstructor<VcNotificationProps, VcNotificationSlots>;
|
|
66
|
-
VcPagination: GlobalComponentConstructor<VcPaginationProps, VcPaginationSlots>;
|
|
67
|
-
VcRating: GlobalComponentConstructor<VcRatingProps, VcRatingSlots>;
|
|
68
|
-
VcSelect: GlobalComponentConstructor<VcSelectProps, VcSelectSlots>;
|
|
69
|
-
VcSlider: GlobalComponentConstructor<VcSliderProps, VcSliderSlots>;
|
|
70
|
-
VcTextarea: GlobalComponentConstructor<VcTextareaProps, VcTextareaSlots>;
|
|
71
|
-
VcApp: GlobalComponentConstructor<VcAppProps, VcAppSlots>;
|
|
72
|
-
VcBlade: GlobalComponentConstructor<VcBladeProps, VcBladeSlots>;
|
|
73
|
-
VcDynamicProperty: GlobalComponentConstructor<VcDynamicPropertyProps, VcDynamicPropertySlots>;
|
|
74
|
-
VcGallery: GlobalComponentConstructor<VcGalleryProps, VcGallerySlots>;
|
|
75
|
-
VcLoginForm: GlobalComponentConstructor<VcLoginFormProps, VcLoginFormSlots>;
|
|
76
|
-
VcPopup: GlobalComponentConstructor<VcPopupProps, VcPopupSlots>;
|
|
77
|
-
VcTable: GlobalComponentConstructor<VcTableProps, VcTableSlots>;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
export {};
|
|
81
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../ui/types/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ComponentOptions, ComponentPublicInstance, ComputedOptions, MethodOptions, VNodeProps } from "vue";
|
|
2
|
-
export type PublicProps = VNodeProps;
|
|
3
|
-
export type ComponentConstructor<Component extends ComponentPublicInstance<Props, RawBindings, D, C, M> = ComponentPublicInstance<any>, Props = any, RawBindings = any, D = any, C extends ComputedOptions = ComputedOptions, M extends MethodOptions = MethodOptions> = {
|
|
4
|
-
new (): Component;
|
|
5
|
-
} & ComponentOptions<Props, RawBindings, D, C, M>;
|
|
6
|
-
export type GlobalComponentConstructor<Props = {}, Slots = {}> = {
|
|
7
|
-
new (): {
|
|
8
|
-
$props: PublicProps & Props;
|
|
9
|
-
$slots: Slots;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=ts-helpers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ts-helpers.d.ts","sourceRoot":"","sources":["../../../ui/types/ts-helpers.ts"],"names":[],"mappings":"AACA,OAAO,EACL,gBAAgB,EAChB,uBAAuB,EACvB,eAAe,EACf,aAAa,EACb,UAAU,EACX,MAAM,KAAK,CAAC;AAEb,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC;AAErC,MAAM,MAAM,oBAAoB,CAC9B,SAAS,SAAS,uBAAuB,CACvC,KAAK,EACL,WAAW,EACX,CAAC,EACD,CAAC,EACD,CAAC,CACF,GAAG,uBAAuB,CAAC,GAAG,CAAC,EAChC,KAAK,GAAG,GAAG,EACX,WAAW,GAAG,GAAG,EACjB,CAAC,GAAG,GAAG,EACP,CAAC,SAAS,eAAe,GAAG,eAAe,EAC3C,CAAC,SAAS,aAAa,GAAG,aAAa,IACrC;IAAE,QAAQ,SAAS,CAAA;CAAE,GAAG,gBAAgB,CAAC,KAAK,EAAE,WAAW,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAE1E,MAAM,MAAM,0BAA0B,CAAC,KAAK,GAAG,EAAE,EAAE,KAAK,GAAG,EAAE,IAAI;IAC7D,QAAQ;QACN,MAAM,EAAE,WAAW,GAAG,KAAK,CAAC;QAC5B,MAAM,EAAE,KAAK,CAAC;KACf,CAAA;CACJ,CAAC"}
|
package/dist/vite.config.d.ts
DELETED