@vc-shell/framework 1.0.127 → 1.0.129
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 +43 -0
- package/core/api/platform.ts +514 -92
- package/core/composables/index.ts +2 -1
- package/core/composables/useApiClient/index.ts +1 -7
- package/core/composables/useAssets/index.ts +0 -6
- package/core/composables/useBeforeUnload/index.ts +20 -0
- package/core/composables/useMenuService/index.ts +96 -0
- package/core/composables/useNotifications/index.ts +29 -40
- package/core/composables/useSettings/index.ts +23 -29
- package/core/composables/useUser/index.ts +69 -125
- package/core/directives/loading/styles.css +5 -5
- package/core/interceptors/index.ts +75 -0
- package/core/plugins/i18n/index.ts +1 -0
- package/core/plugins/modularity/index.ts +63 -20
- package/core/plugins/moment/moment.ts +2 -2
- package/core/plugins/signalR/index.ts +24 -4
- package/core/types/index.ts +18 -35
- package/core/utilities/kebabToCamel.ts +1 -1
- package/dist/core/api/platform.d.ts +125 -87
- package/dist/core/api/platform.d.ts.map +1 -1
- package/dist/core/composables/index.d.ts +2 -1
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useApiClient/index.d.ts.map +1 -1
- package/dist/core/composables/useAssets/index.d.ts.map +1 -1
- package/dist/core/composables/useBeforeUnload/index.d.ts +5 -0
- package/dist/core/composables/useBeforeUnload/index.d.ts.map +1 -0
- package/dist/core/composables/useMenuService/index.d.ts +16 -0
- package/dist/core/composables/useMenuService/index.d.ts.map +1 -0
- package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
- package/dist/core/composables/useSettings/index.d.ts +2 -2
- package/dist/core/composables/useSettings/index.d.ts.map +1 -1
- package/dist/core/composables/useUser/index.d.ts +8 -6
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/core/interceptors/index.d.ts +3 -0
- package/dist/core/interceptors/index.d.ts.map +1 -0
- package/dist/core/plugins/i18n/index.d.ts.map +1 -1
- package/dist/core/plugins/modularity/index.d.ts +1 -1
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/core/plugins/moment/moment.d.ts.map +1 -1
- package/dist/core/plugins/signalR/index.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +16 -29
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/{framework.mjs → framework.js} +31832 -31900
- package/dist/index.css +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts +1 -19
- package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +3 -0
- 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/index.d.ts +1 -70
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +1 -82
- 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 +28 -0
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +1 -0
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts +11 -27
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/injectionKeys.d.ts +4 -0
- package/dist/shared/components/blade-navigation/injectionKeys.d.ts.map +1 -0
- package/dist/shared/components/blade-navigation/plugin.d.ts +4 -1
- package/dist/shared/components/blade-navigation/plugin.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts +48 -35
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/shared/components/error-interceptor/index.d.ts +33 -67
- package/dist/shared/components/error-interceptor/index.d.ts.map +1 -1
- package/dist/shared/components/index.d.ts +2 -0
- package/dist/shared/components/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/index.d.ts +1 -49
- package/dist/shared/components/language-selector/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/language-selector.vue.d.ts +1 -40
- package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
- package/dist/{ui/components/organisms/vc-notification-dropdown → shared/components/notification-dropdown}/_internal/notification/notification.vue.d.ts +2 -2
- package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -0
- package/dist/shared/components/notification-dropdown/index.d.ts +7 -0
- package/dist/shared/components/notification-dropdown/index.d.ts.map +1 -0
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +3 -0
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -0
- package/dist/shared/components/notification-template/index.d.ts +91 -0
- package/dist/shared/components/notification-template/index.d.ts.map +1 -0
- package/dist/{ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts → shared/components/notification-template/notification-template.vue.d.ts} +2 -2
- package/dist/shared/components/notification-template/notification-template.vue.d.ts.map +1 -0
- 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/popup-handler/composables/usePopup/index.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/index.d.ts +10 -16
- 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 +7 -4
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
- package/dist/shared/index.d.ts +4 -1
- package/dist/shared/index.d.ts.map +1 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +3 -0
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +3 -0
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +3 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/index.d.ts +1 -3
- package/dist/shared/modules/dynamic/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +12 -10
- 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 +5 -2
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +20 -2
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
- package/dist/shared/utilities/vueUtils.d.ts.map +1 -1
- package/dist/tailwind.config.d.ts +56 -0
- package/dist/tailwind.config.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/index.d.ts +32 -67
- package/dist/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +6 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/index.d.ts +66 -102
- package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +7 -0
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +7 -1
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts +91 -129
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +7 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +6 -1
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-container/index.d.ts +36 -71
- package/dist/ui/components/atoms/vc-container/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-hint/index.d.ts +8 -38
- package/dist/ui/components/atoms/vc-hint/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +3 -0
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +3 -0
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts +3 -0
- package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/index.d.ts +42 -74
- package/dist/ui/components/atoms/vc-label/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +7 -1
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/index.d.ts +32 -66
- package/dist/ui/components/atoms/vc-link/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/index.d.ts +30 -63
- package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +3 -0
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +3 -1
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +6 -1
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -0
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts +59 -98
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +1 -0
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +4 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts +67 -105
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-form/index.d.ts +8 -38
- package/dist/ui/components/molecules/vc-form/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +56 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts +159 -214
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +27 -9
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/index.d.ts +59 -96
- package/dist/ui/components/molecules/vc-rating/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +257 -8
- 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 +55 -91
- package/dist/ui/components/molecules/vc-slider/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +6 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/index.d.ts +0 -2
- package/dist/ui/components/organisms/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +2 -4
- 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 +10 -7
- 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/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +10 -18
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +16 -16
- 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/index.d.ts +1 -292
- package/dist/ui/components/organisms/vc-app/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +17 -56
- 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.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +3 -0
- 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/index.d.ts +89 -131
- package/dist/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +3 -0
- 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 +21 -18
- 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 +4 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +4 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-login-form/index.d.ts +32 -66
- package/dist/ui/components/organisms/vc-login-form/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts.map +1 -1
- 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 +3 -0
- 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-counter/vc-table-counter.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +3 -0
- 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/vc-table.vue.d.ts +57 -6
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/dist/ui/types/index.d.ts +5 -45
- package/dist/ui/types/index.d.ts.map +1 -1
- package/package.json +24 -28
- package/shared/components/app-switcher/components/vc-app-switcher/index.ts +1 -3
- package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +3 -3
- package/shared/components/blade-navigation/components/vc-blade-navigation/index.ts +1 -3
- package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +46 -157
- package/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.ts +81 -0
- package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +323 -261
- package/shared/components/blade-navigation/injectionKeys.ts +4 -0
- package/shared/components/blade-navigation/plugin.ts +8 -10
- package/shared/components/blade-navigation/types/index.ts +53 -44
- package/shared/components/index.ts +2 -0
- package/shared/components/language-selector/language-selector.vue +12 -12
- package/{ui/components/organisms/vc-notification-dropdown → shared/components/notification-dropdown}/_internal/notification/notification.vue +6 -5
- package/shared/components/notification-dropdown/index.ts +10 -0
- package/{ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue → shared/components/notification-dropdown/notification-dropdown.vue} +21 -17
- package/shared/components/notification-template/index.ts +10 -0
- package/{ui/components/organisms/vc-notification-template/vc-notification-template.vue → shared/components/notification-template/notification-template.vue} +2 -2
- package/shared/components/popup-handler/composables/usePopup/index.ts +29 -9
- package/shared/components/user-dropdown-button/user-dropdown-button.vue +58 -17
- package/shared/index.ts +3 -2
- package/shared/locales/en.json +7 -0
- package/shared/modules/assets/components/assets-details/assets-details.vue +5 -0
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +8 -5
- package/shared/modules/dynamic/components/fields/GalleryField.ts +7 -7
- package/shared/modules/dynamic/components/fields/InputCurrency.ts +2 -1
- package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +42 -36
- package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +5 -3
- package/shared/modules/dynamic/factories/types/index.ts +6 -2
- package/shared/modules/dynamic/helpers/override.ts +38 -32
- package/shared/modules/dynamic/helpers/safeIn.ts +1 -1
- package/shared/modules/dynamic/index.ts +12 -12
- package/shared/modules/dynamic/pages/dynamic-blade-form.vue +96 -57
- package/shared/modules/dynamic/pages/dynamic-blade-list.vue +150 -114
- package/shared/modules/dynamic/types/index.ts +22 -2
- package/shared/pages/InvitePage/components/invite/Invite.vue +2 -2
- package/shared/pages/LoginPage/components/login/Login.vue +23 -16
- package/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue +3 -3
- package/shared/utilities/vueUtils.ts +7 -7
- package/ui/components/atoms/vc-button/vc-button.vue +1 -1
- package/ui/components/atoms/vc-card/vc-card.stories.ts +25 -0
- package/ui/components/atoms/vc-card/vc-card.vue +1 -1
- package/ui/components/atoms/vc-container/vc-container.vue +1 -1
- package/ui/components/atoms/vc-icon/vc-icon.vue +1 -1
- package/ui/components/molecules/vc-editor/vc-editor.vue +2 -7
- package/ui/components/molecules/vc-notification/vc-notification.vue +2 -2
- package/ui/components/molecules/vc-select/vc-select.vue +13 -13
- package/ui/components/organisms/index.ts +0 -2
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +25 -42
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +123 -25
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +11 -103
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +34 -52
- package/ui/components/organisms/vc-app/index.ts +1 -12
- package/ui/components/organisms/vc-app/vc-app.stories.ts +36 -36
- package/ui/components/organisms/vc-app/vc-app.vue +122 -61
- package/ui/components/organisms/vc-blade/vc-blade.vue +5 -13
- package/ui/components/organisms/vc-table/vc-table.vue +19 -11
- package/ui/locales/en.json +2 -4
- package/ui/types/index.ts +7 -51
- package/core/composables/useMenuComposer/index.ts +0 -25
- package/dist/core/composables/useMenuComposer/index.d.ts +0 -12
- package/dist/core/composables/useMenuComposer/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts +0 -38
- package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts +0 -21
- package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-notification-template/index.d.ts +0 -2
- package/dist/ui/components/organisms/vc-notification-template/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts.map +0 -1
- package/dist/vite.config.d.ts +0 -3
- package/dist/vite.config.d.ts.map +0 -1
- package/tailwind.config.js +0 -50
- package/ui/components/organisms/vc-notification-dropdown/index.ts +0 -3
- package/ui/components/organisms/vc-notification-template/index.ts +0 -1
|
@@ -1,100 +1,6 @@
|
|
|
1
1
|
import { VNode } from "vue";
|
|
2
2
|
export declare const VcRating: {
|
|
3
|
-
new (...args: any[]): {
|
|
4
|
-
$: import("vue").ComponentInternalInstance;
|
|
5
|
-
$data: {};
|
|
6
|
-
$props: Partial<{
|
|
7
|
-
variant: "text" | "stars" | "star-and-text";
|
|
8
|
-
max: number;
|
|
9
|
-
}> & Omit<{
|
|
10
|
-
readonly variant: "text" | "stars" | "star-and-text";
|
|
11
|
-
readonly max: number;
|
|
12
|
-
readonly rating: number;
|
|
13
|
-
readonly label?: string | undefined;
|
|
14
|
-
readonly tooltip?: string | undefined;
|
|
15
|
-
readonly placeholder?: string | undefined;
|
|
16
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
label: {
|
|
18
|
-
type: import("vue").PropType<string>;
|
|
19
|
-
};
|
|
20
|
-
variant: {
|
|
21
|
-
type: import("vue").PropType<"text" | "stars" | "star-and-text">;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
tooltip: {
|
|
25
|
-
type: import("vue").PropType<string>;
|
|
26
|
-
};
|
|
27
|
-
placeholder: {
|
|
28
|
-
type: import("vue").PropType<string>;
|
|
29
|
-
};
|
|
30
|
-
max: {
|
|
31
|
-
type: import("vue").PropType<number>;
|
|
32
|
-
default: number;
|
|
33
|
-
};
|
|
34
|
-
rating: {
|
|
35
|
-
type: import("vue").PropType<number>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
}>>, "variant" | "max">;
|
|
39
|
-
$attrs: {
|
|
40
|
-
[x: string]: unknown;
|
|
41
|
-
};
|
|
42
|
-
$refs: {
|
|
43
|
-
[x: string]: unknown;
|
|
44
|
-
};
|
|
45
|
-
$slots: Readonly<{
|
|
46
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
47
|
-
}>;
|
|
48
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
49
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
50
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
51
|
-
$el: any;
|
|
52
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
-
label: {
|
|
54
|
-
type: import("vue").PropType<string>;
|
|
55
|
-
};
|
|
56
|
-
variant: {
|
|
57
|
-
type: import("vue").PropType<"text" | "stars" | "star-and-text">;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
tooltip: {
|
|
61
|
-
type: import("vue").PropType<string>;
|
|
62
|
-
};
|
|
63
|
-
placeholder: {
|
|
64
|
-
type: import("vue").PropType<string>;
|
|
65
|
-
};
|
|
66
|
-
max: {
|
|
67
|
-
type: import("vue").PropType<number>;
|
|
68
|
-
default: number;
|
|
69
|
-
};
|
|
70
|
-
rating: {
|
|
71
|
-
type: import("vue").PropType<number>;
|
|
72
|
-
required: true;
|
|
73
|
-
};
|
|
74
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
75
|
-
variant: "text" | "stars" | "star-and-text";
|
|
76
|
-
max: number;
|
|
77
|
-
}, {}, string, {}> & {
|
|
78
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
79
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
80
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
81
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
82
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
83
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
84
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
85
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
86
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
87
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
88
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
89
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
90
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
91
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
92
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
93
|
-
};
|
|
94
|
-
$forceUpdate: () => void;
|
|
95
|
-
$nextTick: typeof import("vue").nextTick;
|
|
96
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
97
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
98
4
|
label: {
|
|
99
5
|
type: import("vue").PropType<string>;
|
|
100
6
|
};
|
|
@@ -116,7 +22,64 @@ export declare const VcRating: {
|
|
|
116
22
|
type: import("vue").PropType<number>;
|
|
117
23
|
required: true;
|
|
118
24
|
};
|
|
119
|
-
}
|
|
25
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
label: {
|
|
27
|
+
type: import("vue").PropType<string>;
|
|
28
|
+
};
|
|
29
|
+
variant: {
|
|
30
|
+
type: import("vue").PropType<"text" | "stars" | "star-and-text">;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
tooltip: {
|
|
34
|
+
type: import("vue").PropType<string>;
|
|
35
|
+
};
|
|
36
|
+
placeholder: {
|
|
37
|
+
type: import("vue").PropType<string>;
|
|
38
|
+
};
|
|
39
|
+
max: {
|
|
40
|
+
type: import("vue").PropType<number>;
|
|
41
|
+
default: number;
|
|
42
|
+
};
|
|
43
|
+
rating: {
|
|
44
|
+
type: import("vue").PropType<number>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
}>>, {
|
|
48
|
+
variant: "text" | "stars" | "star-and-text";
|
|
49
|
+
max: number;
|
|
50
|
+
}, true, {}, {}, {
|
|
51
|
+
P: {};
|
|
52
|
+
B: {};
|
|
53
|
+
D: {};
|
|
54
|
+
C: {};
|
|
55
|
+
M: {};
|
|
56
|
+
Defaults: {};
|
|
57
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
58
|
+
label: {
|
|
59
|
+
type: import("vue").PropType<string>;
|
|
60
|
+
};
|
|
61
|
+
variant: {
|
|
62
|
+
type: import("vue").PropType<"text" | "stars" | "star-and-text">;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
tooltip: {
|
|
66
|
+
type: import("vue").PropType<string>;
|
|
67
|
+
};
|
|
68
|
+
placeholder: {
|
|
69
|
+
type: import("vue").PropType<string>;
|
|
70
|
+
};
|
|
71
|
+
max: {
|
|
72
|
+
type: import("vue").PropType<number>;
|
|
73
|
+
default: number;
|
|
74
|
+
};
|
|
75
|
+
rating: {
|
|
76
|
+
type: import("vue").PropType<number>;
|
|
77
|
+
required: true;
|
|
78
|
+
};
|
|
79
|
+
}>>, {}, {}, {}, {}, {
|
|
80
|
+
variant: "text" | "stars" | "star-and-text";
|
|
81
|
+
max: number;
|
|
82
|
+
}>;
|
|
120
83
|
__isFragment?: undefined;
|
|
121
84
|
__isTeleport?: undefined;
|
|
122
85
|
__isSuspense?: undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-rating/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-rating/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACX;IACN,MAAM,EAAE;QACN,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;KACxB,CAAC;CACH,CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-rating.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-rating/vc-rating.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,GAAG,eAAe,GAAG,MAAM,CAAC;CAC9C;;;;;;;;;;;;;AA+LD,wBAAwG;
|
|
1
|
+
{"version":3,"file":"vc-rating.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-rating/vc-rating.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,GAAG,eAAe,GAAG,MAAM,CAAC;CAC9C;;;;;;;;;;;;;AA+LD,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,7 +1,7 @@
|
|
|
1
1
|
export type OptionProp<T> = ((option: T) => string) | string | undefined;
|
|
2
2
|
declare const _default: <T, P extends {
|
|
3
|
-
results
|
|
4
|
-
totalCount
|
|
3
|
+
results?: any;
|
|
4
|
+
totalCount?: number | undefined;
|
|
5
5
|
}>(__VLS_props: {
|
|
6
6
|
disabled?: boolean | undefined;
|
|
7
7
|
label?: string | undefined;
|
|
@@ -25,10 +25,10 @@ declare const _default: <T, P extends {
|
|
|
25
25
|
debounce?: string | number | undefined;
|
|
26
26
|
multiple?: boolean | undefined;
|
|
27
27
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
28
|
+
mapOptions?: boolean | undefined;
|
|
28
29
|
optionValue?: OptionProp<T & P["results"][number]>;
|
|
29
30
|
optionLabel?: OptionProp<T & P["results"][number]>;
|
|
30
31
|
emitValue?: boolean | undefined;
|
|
31
|
-
mapOptions?: boolean | undefined;
|
|
32
32
|
searchable?: boolean | undefined;
|
|
33
33
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
34
34
|
attrs: any;
|
|
@@ -114,7 +114,89 @@ declare const _default: <T, P extends {
|
|
|
114
114
|
toggleOption: (opt: any) => void;
|
|
115
115
|
}) => any;
|
|
116
116
|
"no-options": (props: any) => any;
|
|
117
|
-
}
|
|
117
|
+
}> & {
|
|
118
|
+
/**
|
|
119
|
+
* Custom select control
|
|
120
|
+
*/
|
|
121
|
+
control: (scope: {
|
|
122
|
+
toggleHandler: () => void;
|
|
123
|
+
}) => any;
|
|
124
|
+
/**
|
|
125
|
+
* Prepend inner field
|
|
126
|
+
*/
|
|
127
|
+
"prepend-inner": (props: any) => any;
|
|
128
|
+
/**
|
|
129
|
+
* Append to inner field
|
|
130
|
+
*/
|
|
131
|
+
"append-inner": (props: any) => any;
|
|
132
|
+
/**
|
|
133
|
+
* Prepend outer field
|
|
134
|
+
*/
|
|
135
|
+
prepend: (props: any) => any;
|
|
136
|
+
/**
|
|
137
|
+
* Append outer field
|
|
138
|
+
*/
|
|
139
|
+
append: (props: any) => any;
|
|
140
|
+
/**
|
|
141
|
+
* What should the menu display after filtering options and none are left to be displayed
|
|
142
|
+
* @param scope
|
|
143
|
+
*/
|
|
144
|
+
"no-option": (props: any) => any;
|
|
145
|
+
/**
|
|
146
|
+
* Slot for errors
|
|
147
|
+
*/
|
|
148
|
+
error: (props: any) => any;
|
|
149
|
+
/**
|
|
150
|
+
* Slot for hint text
|
|
151
|
+
*/
|
|
152
|
+
hint: (props: any) => any;
|
|
153
|
+
/**
|
|
154
|
+
* Override default selection slot
|
|
155
|
+
* @param scope
|
|
156
|
+
*/
|
|
157
|
+
"selected-item": (scope: {
|
|
158
|
+
/**
|
|
159
|
+
* Selection index
|
|
160
|
+
*/
|
|
161
|
+
index: number;
|
|
162
|
+
/**
|
|
163
|
+
* Selected option -- its value is taken from model
|
|
164
|
+
*/
|
|
165
|
+
opt: T & P["results"][number];
|
|
166
|
+
/**
|
|
167
|
+
* Always true -- passed as prop
|
|
168
|
+
*/
|
|
169
|
+
selected: boolean;
|
|
170
|
+
/**
|
|
171
|
+
* Remove selected option located at specific index
|
|
172
|
+
* @param index Index at which to remove selection
|
|
173
|
+
*/
|
|
174
|
+
removeAtIndex: (index: number) => void;
|
|
175
|
+
}) => any;
|
|
176
|
+
/**
|
|
177
|
+
* Override default selection slot;
|
|
178
|
+
*/
|
|
179
|
+
option: (scope: {
|
|
180
|
+
/**
|
|
181
|
+
* Option index
|
|
182
|
+
*/
|
|
183
|
+
index: number;
|
|
184
|
+
/**
|
|
185
|
+
* Option -- its value is taken from 'options' prop
|
|
186
|
+
*/
|
|
187
|
+
opt: T & P["results"][number];
|
|
188
|
+
/**
|
|
189
|
+
* Is option selected
|
|
190
|
+
*/
|
|
191
|
+
selected: boolean;
|
|
192
|
+
/**
|
|
193
|
+
* Add/remove option from model
|
|
194
|
+
* @param opt Option to add to model
|
|
195
|
+
*/
|
|
196
|
+
toggleOption: (opt: any) => void;
|
|
197
|
+
}) => any;
|
|
198
|
+
"no-options": (props: any) => any;
|
|
199
|
+
};
|
|
118
200
|
emit: ((evt: "search", inputValue: string) => void) & ((evt: "update:modelValue", inputValue: (string | (T & P["results"][number]) | (T & P["results"][number] & object)[keyof T | keyof P["results"][number]] | (string | (T & P["results"][number]) | (T & P["results"][number] & object)[keyof T | keyof P["results"][number]])[]) | null) => void) & ((evt: "close") => void);
|
|
119
201
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
120
202
|
props: {
|
|
@@ -140,10 +222,10 @@ declare const _default: <T, P extends {
|
|
|
140
222
|
debounce?: string | number | undefined;
|
|
141
223
|
multiple?: boolean | undefined;
|
|
142
224
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
225
|
+
mapOptions?: boolean | undefined;
|
|
143
226
|
optionValue?: OptionProp<T & P["results"][number]>;
|
|
144
227
|
optionLabel?: OptionProp<T & P["results"][number]>;
|
|
145
228
|
emitValue?: boolean | undefined;
|
|
146
|
-
mapOptions?: boolean | undefined;
|
|
147
229
|
searchable?: boolean | undefined;
|
|
148
230
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
149
231
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
@@ -230,7 +312,89 @@ declare const _default: <T, P extends {
|
|
|
230
312
|
toggleOption: (opt: any) => void;
|
|
231
313
|
}) => any;
|
|
232
314
|
"no-options": (props: any) => any;
|
|
233
|
-
}
|
|
315
|
+
}> & {
|
|
316
|
+
/**
|
|
317
|
+
* Custom select control
|
|
318
|
+
*/
|
|
319
|
+
control: (scope: {
|
|
320
|
+
toggleHandler: () => void;
|
|
321
|
+
}) => any;
|
|
322
|
+
/**
|
|
323
|
+
* Prepend inner field
|
|
324
|
+
*/
|
|
325
|
+
"prepend-inner": (props: any) => any;
|
|
326
|
+
/**
|
|
327
|
+
* Append to inner field
|
|
328
|
+
*/
|
|
329
|
+
"append-inner": (props: any) => any;
|
|
330
|
+
/**
|
|
331
|
+
* Prepend outer field
|
|
332
|
+
*/
|
|
333
|
+
prepend: (props: any) => any;
|
|
334
|
+
/**
|
|
335
|
+
* Append outer field
|
|
336
|
+
*/
|
|
337
|
+
append: (props: any) => any;
|
|
338
|
+
/**
|
|
339
|
+
* What should the menu display after filtering options and none are left to be displayed
|
|
340
|
+
* @param scope
|
|
341
|
+
*/
|
|
342
|
+
"no-option": (props: any) => any;
|
|
343
|
+
/**
|
|
344
|
+
* Slot for errors
|
|
345
|
+
*/
|
|
346
|
+
error: (props: any) => any;
|
|
347
|
+
/**
|
|
348
|
+
* Slot for hint text
|
|
349
|
+
*/
|
|
350
|
+
hint: (props: any) => any;
|
|
351
|
+
/**
|
|
352
|
+
* Override default selection slot
|
|
353
|
+
* @param scope
|
|
354
|
+
*/
|
|
355
|
+
"selected-item": (scope: {
|
|
356
|
+
/**
|
|
357
|
+
* Selection index
|
|
358
|
+
*/
|
|
359
|
+
index: number;
|
|
360
|
+
/**
|
|
361
|
+
* Selected option -- its value is taken from model
|
|
362
|
+
*/
|
|
363
|
+
opt: T & P["results"][number];
|
|
364
|
+
/**
|
|
365
|
+
* Always true -- passed as prop
|
|
366
|
+
*/
|
|
367
|
+
selected: boolean;
|
|
368
|
+
/**
|
|
369
|
+
* Remove selected option located at specific index
|
|
370
|
+
* @param index Index at which to remove selection
|
|
371
|
+
*/
|
|
372
|
+
removeAtIndex: (index: number) => void;
|
|
373
|
+
}) => any;
|
|
374
|
+
/**
|
|
375
|
+
* Override default selection slot;
|
|
376
|
+
*/
|
|
377
|
+
option: (scope: {
|
|
378
|
+
/**
|
|
379
|
+
* Option index
|
|
380
|
+
*/
|
|
381
|
+
index: number;
|
|
382
|
+
/**
|
|
383
|
+
* Option -- its value is taken from 'options' prop
|
|
384
|
+
*/
|
|
385
|
+
opt: T & P["results"][number];
|
|
386
|
+
/**
|
|
387
|
+
* Is option selected
|
|
388
|
+
*/
|
|
389
|
+
selected: boolean;
|
|
390
|
+
/**
|
|
391
|
+
* Add/remove option from model
|
|
392
|
+
* @param opt Option to add to model
|
|
393
|
+
*/
|
|
394
|
+
toggleOption: (opt: any) => void;
|
|
395
|
+
}) => any;
|
|
396
|
+
"no-options": (props: any) => any;
|
|
397
|
+
};
|
|
234
398
|
emit: ((evt: "search", inputValue: string) => void) & ((evt: "update:modelValue", inputValue: (string | (T & P["results"][number]) | (T & P["results"][number] & object)[keyof T | keyof P["results"][number]] | (string | (T & P["results"][number]) | (T & P["results"][number] & object)[keyof T | keyof P["results"][number]])[]) | null) => void) & ((evt: "close") => void);
|
|
235
399
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
236
400
|
[key: string]: any;
|
|
@@ -259,10 +423,10 @@ declare const _default: <T, P extends {
|
|
|
259
423
|
debounce?: string | number | undefined;
|
|
260
424
|
multiple?: boolean | undefined;
|
|
261
425
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
426
|
+
mapOptions?: boolean | undefined;
|
|
262
427
|
optionValue?: OptionProp<T & P["results"][number]>;
|
|
263
428
|
optionLabel?: OptionProp<T & P["results"][number]>;
|
|
264
429
|
emitValue?: boolean | undefined;
|
|
265
|
-
mapOptions?: boolean | undefined;
|
|
266
430
|
searchable?: boolean | undefined;
|
|
267
431
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
268
432
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
@@ -349,9 +513,94 @@ declare const _default: <T, P extends {
|
|
|
349
513
|
toggleOption: (opt: any) => void;
|
|
350
514
|
}) => any;
|
|
351
515
|
"no-options": (props: any) => any;
|
|
352
|
-
}
|
|
516
|
+
}> & {
|
|
517
|
+
/**
|
|
518
|
+
* Custom select control
|
|
519
|
+
*/
|
|
520
|
+
control: (scope: {
|
|
521
|
+
toggleHandler: () => void;
|
|
522
|
+
}) => any;
|
|
523
|
+
/**
|
|
524
|
+
* Prepend inner field
|
|
525
|
+
*/
|
|
526
|
+
"prepend-inner": (props: any) => any;
|
|
527
|
+
/**
|
|
528
|
+
* Append to inner field
|
|
529
|
+
*/
|
|
530
|
+
"append-inner": (props: any) => any;
|
|
531
|
+
/**
|
|
532
|
+
* Prepend outer field
|
|
533
|
+
*/
|
|
534
|
+
prepend: (props: any) => any;
|
|
535
|
+
/**
|
|
536
|
+
* Append outer field
|
|
537
|
+
*/
|
|
538
|
+
append: (props: any) => any;
|
|
539
|
+
/**
|
|
540
|
+
* What should the menu display after filtering options and none are left to be displayed
|
|
541
|
+
* @param scope
|
|
542
|
+
*/
|
|
543
|
+
"no-option": (props: any) => any;
|
|
544
|
+
/**
|
|
545
|
+
* Slot for errors
|
|
546
|
+
*/
|
|
547
|
+
error: (props: any) => any;
|
|
548
|
+
/**
|
|
549
|
+
* Slot for hint text
|
|
550
|
+
*/
|
|
551
|
+
hint: (props: any) => any;
|
|
552
|
+
/**
|
|
553
|
+
* Override default selection slot
|
|
554
|
+
* @param scope
|
|
555
|
+
*/
|
|
556
|
+
"selected-item": (scope: {
|
|
557
|
+
/**
|
|
558
|
+
* Selection index
|
|
559
|
+
*/
|
|
560
|
+
index: number;
|
|
561
|
+
/**
|
|
562
|
+
* Selected option -- its value is taken from model
|
|
563
|
+
*/
|
|
564
|
+
opt: T & P["results"][number];
|
|
565
|
+
/**
|
|
566
|
+
* Always true -- passed as prop
|
|
567
|
+
*/
|
|
568
|
+
selected: boolean;
|
|
569
|
+
/**
|
|
570
|
+
* Remove selected option located at specific index
|
|
571
|
+
* @param index Index at which to remove selection
|
|
572
|
+
*/
|
|
573
|
+
removeAtIndex: (index: number) => void;
|
|
574
|
+
}) => any;
|
|
575
|
+
/**
|
|
576
|
+
* Override default selection slot;
|
|
577
|
+
*/
|
|
578
|
+
option: (scope: {
|
|
579
|
+
/**
|
|
580
|
+
* Option index
|
|
581
|
+
*/
|
|
582
|
+
index: number;
|
|
583
|
+
/**
|
|
584
|
+
* Option -- its value is taken from 'options' prop
|
|
585
|
+
*/
|
|
586
|
+
opt: T & P["results"][number];
|
|
587
|
+
/**
|
|
588
|
+
* Is option selected
|
|
589
|
+
*/
|
|
590
|
+
selected: boolean;
|
|
591
|
+
/**
|
|
592
|
+
* Add/remove option from model
|
|
593
|
+
* @param opt Option to add to model
|
|
594
|
+
*/
|
|
595
|
+
toggleOption: (opt: any) => void;
|
|
596
|
+
}) => any;
|
|
597
|
+
"no-options": (props: any) => any;
|
|
598
|
+
};
|
|
353
599
|
emit: ((evt: "search", inputValue: string) => void) & ((evt: "update:modelValue", inputValue: (string | (T & P["results"][number]) | (T & P["results"][number] & object)[keyof T | keyof P["results"][number]] | (string | (T & P["results"][number]) | (T & P["results"][number] & object)[keyof T | keyof P["results"][number]])[]) | null) => void) & ((evt: "close") => void);
|
|
354
600
|
} | undefined;
|
|
355
601
|
};
|
|
356
602
|
export default _default;
|
|
603
|
+
type __VLS_Prettify<T> = {
|
|
604
|
+
[K in keyof T]: T[K];
|
|
605
|
+
} & {};
|
|
357
606
|
//# sourceMappingURL=vc-select.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-select.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-select/vc-select.vue.ts"],"names":[],"mappings":"AAUA,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,MAAM,CAAC,GAAG,MAAM,GAAG,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"vc-select.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-select/vc-select.vue.ts"],"names":[],"mappings":"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"}
|