@vc-shell/framework 1.0.290 → 1.0.292
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 +13 -0
- package/core/composables/index.ts +1 -0
- package/core/composables/useTheme/index.ts +60 -0
- package/core/directives/loading/styles.css +6 -1
- package/dist/core/composables/index.d.ts +1 -0
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useTheme/index.d.ts +11 -0
- package/dist/core/composables/useTheme/index.d.ts.map +1 -0
- package/dist/framework.js +30150 -29360
- package/dist/index.css +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/locales/en.json +6 -0
- package/dist/shared/components/app-bar-button/app-bar-button.vue.d.ts +56 -0
- package/dist/shared/components/app-bar-button/app-bar-button.vue.d.ts.map +1 -0
- package/dist/shared/components/app-bar-button/index.d.ts +2 -0
- package/dist/shared/components/app-bar-button/index.d.ts.map +1 -0
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +5 -5
- 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/vc-blade-navigation.vue.d.ts +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +4 -4
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
- package/dist/shared/components/change-password/change-password.vue.d.ts +3 -3
- package/dist/shared/components/change-password/index.d.ts +4 -4
- package/dist/shared/components/change-password/index.d.ts.map +1 -1
- package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts +3 -3
- package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts +3 -3
- package/dist/shared/components/error-interceptor/index.d.ts +17 -17
- package/dist/shared/components/error-interceptor/interceptor.d.ts +7 -7
- package/dist/shared/components/index.d.ts +3 -0
- package/dist/shared/components/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/index.d.ts +1 -1
- package/dist/shared/components/language-selector/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/language-selector.vue.d.ts +1 -1
- package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
- package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +3 -3
- package/dist/shared/components/notification-dropdown/index.d.ts +1 -1
- package/dist/shared/components/notification-dropdown/index.d.ts.map +1 -1
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +1 -1
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -1
- package/dist/shared/components/notification-template/index.d.ts +5 -5
- package/dist/shared/components/notification-template/notification-template.vue.d.ts +1 -1
- package/dist/shared/components/notification-template/notification-template.vue.d.ts.map +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +6 -6
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +1 -1
- package/dist/shared/components/sidebar/index.d.ts +2 -0
- package/dist/shared/components/sidebar/index.d.ts.map +1 -0
- package/dist/shared/components/sidebar/sidebar.vue.d.ts +49 -0
- package/dist/shared/components/sidebar/sidebar.vue.d.ts.map +1 -0
- package/dist/shared/components/theme-selector/index.d.ts +2 -0
- package/dist/shared/components/theme-selector/index.d.ts.map +1 -0
- package/dist/shared/components/theme-selector/theme-selector.vue.d.ts +3 -0
- package/dist/shared/components/theme-selector/theme-selector.vue.d.ts.map +1 -0
- package/dist/shared/components/user-dropdown-button/index.d.ts +4 -4
- 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 +4 -4
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +5 -5
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +6 -6
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +8 -8
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +143 -172
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +6 -6
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +61 -9
- 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 +31 -12
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +3 -0
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +16 -3
- package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +1 -1
- package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts +9 -9
- package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +24 -3
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts +26 -3
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +1 -1
- package/dist/shared/pages/LoginPage/components/login/index.d.ts +3 -3
- package/dist/shared/pages/LoginPage/components/login/index.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +24 -3
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +26 -3
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts.map +1 -1
- package/dist/tailwind.config.d.ts +43 -15
- package/dist/tailwind.config.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +55 -55
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +143 -143
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-card/index.d.ts +11 -11
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +89 -89
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts +7 -7
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-container/index.d.ts +15 -15
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-hint/index.d.ts +3 -3
- package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +3 -3
- package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +4 -4
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-image/index.d.ts +5 -5
- package/dist/ui/components/atoms/vc-image/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts +5 -5
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +7 -7
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-link/index.d.ts +10 -10
- package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +10 -10
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +3 -3
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-loading/index.d.ts +3 -3
- package/dist/ui/components/atoms/vc-loading/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts +3 -3
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-progress/index.d.ts +7 -7
- package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +7 -7
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts +3 -3
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +7 -7
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +4 -4
- 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 +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +5 -5
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +4 -4
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -3
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/index.d.ts +4 -4
- package/dist/ui/components/atoms/vc-widget/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts +4 -4
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +4 -4
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox/index.d.ts +11 -11
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.stories.d.ts +110 -110
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +405 -18
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +3 -3
- 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.stories.d.ts +4 -4
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +11 -11
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +5 -5
- 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 +3 -3
- package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +3 -3
- package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +23 -23
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +23 -23
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +84 -84
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +12 -12
- package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-pagination/index.d.ts +5 -5
- package/dist/ui/components/molecules/vc-pagination/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts +10 -10
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts +92 -92
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +92 -92
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +150 -150
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +15 -15
- 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 +7 -7
- package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +7 -7
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +77 -77
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +5 -5
- 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 +5 -5
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +7 -7
- 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/vc-app.stories.d.ts +27 -25
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +23 -21
- 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 +4 -4
- 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 +5 -5
- 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 +4 -4
- 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/vc-blade.stories.d.ts +11 -11
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +6 -6
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +5 -5
- 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.stories.d.ts +7 -7
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +7 -7
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +6 -6
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts +4 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +3 -3
- 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 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +5 -4
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +9 -9
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +180 -165
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +36 -33
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +4 -4
- package/shared/components/app-bar-button/app-bar-button.vue +169 -0
- package/shared/components/app-bar-button/index.ts +1 -0
- package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +138 -38
- package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +10 -1
- package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +55 -30
- package/shared/components/change-password/change-password.vue +7 -1
- package/shared/components/common/popup/vc-popup-error.vue +1 -1
- package/shared/components/common/popup/vc-popup-warning.vue +1 -1
- package/shared/components/index.ts +3 -0
- package/shared/components/language-selector/language-selector.vue +55 -39
- package/shared/components/notification-dropdown/_internal/notification/notification.vue +7 -1
- package/shared/components/notification-dropdown/notification-dropdown.vue +96 -83
- package/shared/components/notification-template/notification-template.vue +66 -22
- package/shared/components/notifications/styles/index.scss +1 -0
- package/shared/components/sidebar/index.ts +1 -0
- package/shared/components/sidebar/sidebar.vue +96 -0
- package/shared/components/theme-selector/index.ts +1 -0
- package/shared/components/theme-selector/theme-selector.vue +95 -0
- package/shared/components/user-dropdown-button/user-dropdown-button.vue +139 -86
- package/shared/modules/assets/components/assets-details/assets-details.vue +9 -2
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +16 -6
- package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +1 -1
- package/shared/modules/dynamic/helpers/nodeBuilder.ts +1 -1
- package/shared/modules/dynamic/pages/dynamic-blade-form.vue +6 -2
- package/shared/modules/dynamic/pages/dynamic-blade-list.vue +16 -2
- package/shared/modules/dynamic/types/index.ts +3 -0
- package/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue +14 -9
- package/shared/pages/InvitePage/components/invite/Invite.vue +59 -15
- package/shared/pages/LoginPage/components/login/Login.vue +78 -22
- package/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue +67 -15
- package/tailwind.config.ts +283 -15
- package/ui/components/atoms/vc-badge/vc-badge.vue +38 -23
- package/ui/components/atoms/vc-button/vc-button.vue +37 -34
- package/ui/components/atoms/vc-card/vc-card.vue +17 -11
- package/ui/components/atoms/vc-col/vc-col.vue +4 -6
- package/ui/components/atoms/vc-container/vc-container.vue +26 -8
- package/ui/components/atoms/vc-hint/vc-hint.vue +8 -2
- package/ui/components/atoms/vc-icon/vc-icon.vue +3 -3
- package/ui/components/atoms/vc-image/vc-image.vue +33 -9
- package/ui/components/atoms/vc-label/vc-label.vue +38 -9
- package/ui/components/atoms/vc-link/vc-link.vue +15 -8
- package/ui/components/atoms/vc-loading/vc-loading.vue +37 -8
- package/ui/components/atoms/vc-progress/vc-progress.vue +29 -21
- package/ui/components/atoms/vc-row/vc-row.vue +4 -2
- package/ui/components/atoms/vc-status/vc-status.vue +29 -20
- package/ui/components/atoms/vc-status-icon/vc-status-icon.vue +20 -3
- package/ui/components/atoms/vc-switch/vc-switch.vue +41 -17
- package/ui/components/atoms/vc-tooltip/vc-tooltip.vue +35 -9
- package/ui/components/atoms/vc-video/vc-video.vue +28 -6
- package/ui/components/atoms/vc-widget/vc-widget.vue +59 -28
- package/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue +29 -27
- package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue +34 -11
- package/ui/components/molecules/vc-checkbox/vc-checkbox.vue +43 -21
- package/ui/components/molecules/vc-editor/vc-editor.vue +70 -32
- package/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue +32 -16
- package/ui/components/molecules/vc-field/vc-field.vue +36 -13
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +75 -25
- package/ui/components/molecules/vc-input/vc-input.vue +279 -218
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +24 -2
- package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +102 -64
- package/ui/components/molecules/vc-notification/vc-notification.vue +40 -15
- package/ui/components/molecules/vc-pagination/vc-pagination.vue +19 -15
- package/ui/components/molecules/vc-radio-button/vc-radio-button.vue +18 -23
- package/ui/components/molecules/vc-rating/vc-rating.vue +9 -5
- package/ui/components/molecules/vc-select/vc-select.vue +211 -65
- package/ui/components/molecules/vc-slider/vc-slider.vue +32 -13
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +17 -12
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +68 -14
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +112 -122
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +213 -96
- package/ui/components/organisms/vc-app/vc-app.vue +41 -15
- package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +78 -30
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue +81 -59
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue +27 -13
- package/ui/components/organisms/vc-blade/vc-blade.vue +177 -46
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +40 -11
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue +52 -18
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +38 -6
- package/ui/components/organisms/vc-login-form/vc-login-form.vue +40 -14
- package/ui/components/organisms/vc-popup/vc-popup.vue +186 -44
- package/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue +25 -6
- package/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue +48 -12
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +130 -60
- package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +55 -7
- package/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue +17 -5
- package/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue +38 -6
- package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +111 -62
- package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +139 -46
- package/ui/components/organisms/vc-table/vc-table.vue +370 -128
|
@@ -32,6 +32,7 @@ export default _default;
|
|
|
32
32
|
export declare const Default: StoryFn<(<T extends {
|
|
33
33
|
id?: string | undefined;
|
|
34
34
|
}>(__VLS_props: {
|
|
35
|
+
error?: boolean | undefined;
|
|
35
36
|
disabled?: boolean | undefined;
|
|
36
37
|
type?: "number" | "text" | "integer" | undefined;
|
|
37
38
|
label?: string | undefined;
|
|
@@ -44,14 +45,13 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
44
45
|
options?: T[] | undefined;
|
|
45
46
|
placeholder?: string | undefined;
|
|
46
47
|
errorMessage?: string | undefined;
|
|
47
|
-
|
|
48
|
-
onClose?: (() => any) | undefined;
|
|
48
|
+
readonly onClose?: (() => any) | undefined;
|
|
49
49
|
hint?: string | undefined;
|
|
50
50
|
loading?: boolean | undefined;
|
|
51
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
51
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
52
52
|
optionValue?: string | undefined;
|
|
53
53
|
optionLabel?: string | undefined;
|
|
54
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
54
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
55
55
|
multivalue?: boolean | undefined;
|
|
56
56
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
57
57
|
attrs: any;
|
|
@@ -81,6 +81,7 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
81
81
|
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
82
82
|
} | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
83
83
|
props: {
|
|
84
|
+
error?: boolean | undefined;
|
|
84
85
|
disabled?: boolean | undefined;
|
|
85
86
|
type?: "number" | "text" | "integer" | undefined;
|
|
86
87
|
label?: string | undefined;
|
|
@@ -93,14 +94,13 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
93
94
|
options?: T[] | undefined;
|
|
94
95
|
placeholder?: string | undefined;
|
|
95
96
|
errorMessage?: string | undefined;
|
|
96
|
-
|
|
97
|
-
onClose?: (() => any) | undefined;
|
|
97
|
+
readonly onClose?: (() => any) | undefined;
|
|
98
98
|
hint?: string | undefined;
|
|
99
99
|
loading?: boolean | undefined;
|
|
100
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
100
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
101
101
|
optionValue?: string | undefined;
|
|
102
102
|
optionLabel?: string | undefined;
|
|
103
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
103
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
104
104
|
multivalue?: boolean | undefined;
|
|
105
105
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
106
106
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -134,6 +134,7 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
134
134
|
}> & {
|
|
135
135
|
__ctx?: {
|
|
136
136
|
props: {
|
|
137
|
+
error?: boolean | undefined;
|
|
137
138
|
disabled?: boolean | undefined;
|
|
138
139
|
type?: "number" | "text" | "integer" | undefined;
|
|
139
140
|
label?: string | undefined;
|
|
@@ -146,14 +147,13 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
146
147
|
options?: T[] | undefined;
|
|
147
148
|
placeholder?: string | undefined;
|
|
148
149
|
errorMessage?: string | undefined;
|
|
149
|
-
|
|
150
|
-
onClose?: (() => any) | undefined;
|
|
150
|
+
readonly onClose?: (() => any) | undefined;
|
|
151
151
|
hint?: string | undefined;
|
|
152
152
|
loading?: boolean | undefined;
|
|
153
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
153
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
154
154
|
optionValue?: string | undefined;
|
|
155
155
|
optionLabel?: string | undefined;
|
|
156
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
156
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
157
157
|
multivalue?: boolean | undefined;
|
|
158
158
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
159
159
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -187,6 +187,7 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
187
187
|
export declare const Error: StoryFn<(<T extends {
|
|
188
188
|
id?: string | undefined;
|
|
189
189
|
}>(__VLS_props: {
|
|
190
|
+
error?: boolean | undefined;
|
|
190
191
|
disabled?: boolean | undefined;
|
|
191
192
|
type?: "number" | "text" | "integer" | undefined;
|
|
192
193
|
label?: string | undefined;
|
|
@@ -199,14 +200,13 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
199
200
|
options?: T[] | undefined;
|
|
200
201
|
placeholder?: string | undefined;
|
|
201
202
|
errorMessage?: string | undefined;
|
|
202
|
-
|
|
203
|
-
onClose?: (() => any) | undefined;
|
|
203
|
+
readonly onClose?: (() => any) | undefined;
|
|
204
204
|
hint?: string | undefined;
|
|
205
205
|
loading?: boolean | undefined;
|
|
206
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
206
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
207
207
|
optionValue?: string | undefined;
|
|
208
208
|
optionLabel?: string | undefined;
|
|
209
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
209
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
210
210
|
multivalue?: boolean | undefined;
|
|
211
211
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
212
212
|
attrs: any;
|
|
@@ -236,6 +236,7 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
236
236
|
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
237
237
|
} | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
238
238
|
props: {
|
|
239
|
+
error?: boolean | undefined;
|
|
239
240
|
disabled?: boolean | undefined;
|
|
240
241
|
type?: "number" | "text" | "integer" | undefined;
|
|
241
242
|
label?: string | undefined;
|
|
@@ -248,14 +249,13 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
248
249
|
options?: T[] | undefined;
|
|
249
250
|
placeholder?: string | undefined;
|
|
250
251
|
errorMessage?: string | undefined;
|
|
251
|
-
|
|
252
|
-
onClose?: (() => any) | undefined;
|
|
252
|
+
readonly onClose?: (() => any) | undefined;
|
|
253
253
|
hint?: string | undefined;
|
|
254
254
|
loading?: boolean | undefined;
|
|
255
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
255
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
256
256
|
optionValue?: string | undefined;
|
|
257
257
|
optionLabel?: string | undefined;
|
|
258
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
258
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
259
259
|
multivalue?: boolean | undefined;
|
|
260
260
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
261
261
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -289,6 +289,7 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
289
289
|
}> & {
|
|
290
290
|
__ctx?: {
|
|
291
291
|
props: {
|
|
292
|
+
error?: boolean | undefined;
|
|
292
293
|
disabled?: boolean | undefined;
|
|
293
294
|
type?: "number" | "text" | "integer" | undefined;
|
|
294
295
|
label?: string | undefined;
|
|
@@ -301,14 +302,13 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
301
302
|
options?: T[] | undefined;
|
|
302
303
|
placeholder?: string | undefined;
|
|
303
304
|
errorMessage?: string | undefined;
|
|
304
|
-
|
|
305
|
-
onClose?: (() => any) | undefined;
|
|
305
|
+
readonly onClose?: (() => any) | undefined;
|
|
306
306
|
hint?: string | undefined;
|
|
307
307
|
loading?: boolean | undefined;
|
|
308
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
308
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
309
309
|
optionValue?: string | undefined;
|
|
310
310
|
optionLabel?: string | undefined;
|
|
311
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
311
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
312
312
|
multivalue?: boolean | undefined;
|
|
313
313
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
314
314
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -342,6 +342,7 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
342
342
|
export declare const Disabled: StoryFn<(<T extends {
|
|
343
343
|
id?: string | undefined;
|
|
344
344
|
}>(__VLS_props: {
|
|
345
|
+
error?: boolean | undefined;
|
|
345
346
|
disabled?: boolean | undefined;
|
|
346
347
|
type?: "number" | "text" | "integer" | undefined;
|
|
347
348
|
label?: string | undefined;
|
|
@@ -354,14 +355,13 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
354
355
|
options?: T[] | undefined;
|
|
355
356
|
placeholder?: string | undefined;
|
|
356
357
|
errorMessage?: string | undefined;
|
|
357
|
-
|
|
358
|
-
onClose?: (() => any) | undefined;
|
|
358
|
+
readonly onClose?: (() => any) | undefined;
|
|
359
359
|
hint?: string | undefined;
|
|
360
360
|
loading?: boolean | undefined;
|
|
361
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
361
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
362
362
|
optionValue?: string | undefined;
|
|
363
363
|
optionLabel?: string | undefined;
|
|
364
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
364
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
365
365
|
multivalue?: boolean | undefined;
|
|
366
366
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
367
367
|
attrs: any;
|
|
@@ -391,6 +391,7 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
391
391
|
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
392
392
|
} | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
393
393
|
props: {
|
|
394
|
+
error?: boolean | undefined;
|
|
394
395
|
disabled?: boolean | undefined;
|
|
395
396
|
type?: "number" | "text" | "integer" | undefined;
|
|
396
397
|
label?: string | undefined;
|
|
@@ -403,14 +404,13 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
403
404
|
options?: T[] | undefined;
|
|
404
405
|
placeholder?: string | undefined;
|
|
405
406
|
errorMessage?: string | undefined;
|
|
406
|
-
|
|
407
|
-
onClose?: (() => any) | undefined;
|
|
407
|
+
readonly onClose?: (() => any) | undefined;
|
|
408
408
|
hint?: string | undefined;
|
|
409
409
|
loading?: boolean | undefined;
|
|
410
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
410
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
411
411
|
optionValue?: string | undefined;
|
|
412
412
|
optionLabel?: string | undefined;
|
|
413
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
413
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
414
414
|
multivalue?: boolean | undefined;
|
|
415
415
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
416
416
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -444,6 +444,7 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
444
444
|
}> & {
|
|
445
445
|
__ctx?: {
|
|
446
446
|
props: {
|
|
447
|
+
error?: boolean | undefined;
|
|
447
448
|
disabled?: boolean | undefined;
|
|
448
449
|
type?: "number" | "text" | "integer" | undefined;
|
|
449
450
|
label?: string | undefined;
|
|
@@ -456,14 +457,13 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
456
457
|
options?: T[] | undefined;
|
|
457
458
|
placeholder?: string | undefined;
|
|
458
459
|
errorMessage?: string | undefined;
|
|
459
|
-
|
|
460
|
-
onClose?: (() => any) | undefined;
|
|
460
|
+
readonly onClose?: (() => any) | undefined;
|
|
461
461
|
hint?: string | undefined;
|
|
462
462
|
loading?: boolean | undefined;
|
|
463
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
463
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
464
464
|
optionValue?: string | undefined;
|
|
465
465
|
optionLabel?: string | undefined;
|
|
466
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
466
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
467
467
|
multivalue?: boolean | undefined;
|
|
468
468
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
469
469
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -497,6 +497,7 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
497
497
|
export declare const Tooltip: StoryFn<(<T extends {
|
|
498
498
|
id?: string | undefined;
|
|
499
499
|
}>(__VLS_props: {
|
|
500
|
+
error?: boolean | undefined;
|
|
500
501
|
disabled?: boolean | undefined;
|
|
501
502
|
type?: "number" | "text" | "integer" | undefined;
|
|
502
503
|
label?: string | undefined;
|
|
@@ -509,14 +510,13 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
509
510
|
options?: T[] | undefined;
|
|
510
511
|
placeholder?: string | undefined;
|
|
511
512
|
errorMessage?: string | undefined;
|
|
512
|
-
|
|
513
|
-
onClose?: (() => any) | undefined;
|
|
513
|
+
readonly onClose?: (() => any) | undefined;
|
|
514
514
|
hint?: string | undefined;
|
|
515
515
|
loading?: boolean | undefined;
|
|
516
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
516
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
517
517
|
optionValue?: string | undefined;
|
|
518
518
|
optionLabel?: string | undefined;
|
|
519
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
519
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
520
520
|
multivalue?: boolean | undefined;
|
|
521
521
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
522
522
|
attrs: any;
|
|
@@ -546,6 +546,7 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
546
546
|
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
547
547
|
} | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
548
548
|
props: {
|
|
549
|
+
error?: boolean | undefined;
|
|
549
550
|
disabled?: boolean | undefined;
|
|
550
551
|
type?: "number" | "text" | "integer" | undefined;
|
|
551
552
|
label?: string | undefined;
|
|
@@ -558,14 +559,13 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
558
559
|
options?: T[] | undefined;
|
|
559
560
|
placeholder?: string | undefined;
|
|
560
561
|
errorMessage?: string | undefined;
|
|
561
|
-
|
|
562
|
-
onClose?: (() => any) | undefined;
|
|
562
|
+
readonly onClose?: (() => any) | undefined;
|
|
563
563
|
hint?: string | undefined;
|
|
564
564
|
loading?: boolean | undefined;
|
|
565
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
565
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
566
566
|
optionValue?: string | undefined;
|
|
567
567
|
optionLabel?: string | undefined;
|
|
568
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
568
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
569
569
|
multivalue?: boolean | undefined;
|
|
570
570
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
571
571
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -599,6 +599,7 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
599
599
|
}> & {
|
|
600
600
|
__ctx?: {
|
|
601
601
|
props: {
|
|
602
|
+
error?: boolean | undefined;
|
|
602
603
|
disabled?: boolean | undefined;
|
|
603
604
|
type?: "number" | "text" | "integer" | undefined;
|
|
604
605
|
label?: string | undefined;
|
|
@@ -611,14 +612,13 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
611
612
|
options?: T[] | undefined;
|
|
612
613
|
placeholder?: string | undefined;
|
|
613
614
|
errorMessage?: string | undefined;
|
|
614
|
-
|
|
615
|
-
onClose?: (() => any) | undefined;
|
|
615
|
+
readonly onClose?: (() => any) | undefined;
|
|
616
616
|
hint?: string | undefined;
|
|
617
617
|
loading?: boolean | undefined;
|
|
618
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
618
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
619
619
|
optionValue?: string | undefined;
|
|
620
620
|
optionLabel?: string | undefined;
|
|
621
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
621
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
622
622
|
multivalue?: boolean | undefined;
|
|
623
623
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
624
624
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -652,6 +652,7 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
652
652
|
export declare const SingleValue: StoryFn<(<T extends {
|
|
653
653
|
id?: string | undefined;
|
|
654
654
|
}>(__VLS_props: {
|
|
655
|
+
error?: boolean | undefined;
|
|
655
656
|
disabled?: boolean | undefined;
|
|
656
657
|
type?: "number" | "text" | "integer" | undefined;
|
|
657
658
|
label?: string | undefined;
|
|
@@ -664,14 +665,13 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
664
665
|
options?: T[] | undefined;
|
|
665
666
|
placeholder?: string | undefined;
|
|
666
667
|
errorMessage?: string | undefined;
|
|
667
|
-
|
|
668
|
-
onClose?: (() => any) | undefined;
|
|
668
|
+
readonly onClose?: (() => any) | undefined;
|
|
669
669
|
hint?: string | undefined;
|
|
670
670
|
loading?: boolean | undefined;
|
|
671
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
671
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
672
672
|
optionValue?: string | undefined;
|
|
673
673
|
optionLabel?: string | undefined;
|
|
674
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
674
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
675
675
|
multivalue?: boolean | undefined;
|
|
676
676
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
677
677
|
attrs: any;
|
|
@@ -701,6 +701,7 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
701
701
|
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
702
702
|
} | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
703
703
|
props: {
|
|
704
|
+
error?: boolean | undefined;
|
|
704
705
|
disabled?: boolean | undefined;
|
|
705
706
|
type?: "number" | "text" | "integer" | undefined;
|
|
706
707
|
label?: string | undefined;
|
|
@@ -713,14 +714,13 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
713
714
|
options?: T[] | undefined;
|
|
714
715
|
placeholder?: string | undefined;
|
|
715
716
|
errorMessage?: string | undefined;
|
|
716
|
-
|
|
717
|
-
onClose?: (() => any) | undefined;
|
|
717
|
+
readonly onClose?: (() => any) | undefined;
|
|
718
718
|
hint?: string | undefined;
|
|
719
719
|
loading?: boolean | undefined;
|
|
720
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
720
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
721
721
|
optionValue?: string | undefined;
|
|
722
722
|
optionLabel?: string | undefined;
|
|
723
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
723
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
724
724
|
multivalue?: boolean | undefined;
|
|
725
725
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
726
726
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -754,6 +754,7 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
754
754
|
}> & {
|
|
755
755
|
__ctx?: {
|
|
756
756
|
props: {
|
|
757
|
+
error?: boolean | undefined;
|
|
757
758
|
disabled?: boolean | undefined;
|
|
758
759
|
type?: "number" | "text" | "integer" | undefined;
|
|
759
760
|
label?: string | undefined;
|
|
@@ -766,14 +767,13 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
766
767
|
options?: T[] | undefined;
|
|
767
768
|
placeholder?: string | undefined;
|
|
768
769
|
errorMessage?: string | undefined;
|
|
769
|
-
|
|
770
|
-
onClose?: (() => any) | undefined;
|
|
770
|
+
readonly onClose?: (() => any) | undefined;
|
|
771
771
|
hint?: string | undefined;
|
|
772
772
|
loading?: boolean | undefined;
|
|
773
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
773
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
774
774
|
optionValue?: string | undefined;
|
|
775
775
|
optionLabel?: string | undefined;
|
|
776
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
776
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
777
777
|
multivalue?: boolean | undefined;
|
|
778
778
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
779
779
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -807,6 +807,7 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
807
807
|
export declare const Hint: StoryFn<(<T extends {
|
|
808
808
|
id?: string | undefined;
|
|
809
809
|
}>(__VLS_props: {
|
|
810
|
+
error?: boolean | undefined;
|
|
810
811
|
disabled?: boolean | undefined;
|
|
811
812
|
type?: "number" | "text" | "integer" | undefined;
|
|
812
813
|
label?: string | undefined;
|
|
@@ -819,14 +820,13 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
819
820
|
options?: T[] | undefined;
|
|
820
821
|
placeholder?: string | undefined;
|
|
821
822
|
errorMessage?: string | undefined;
|
|
822
|
-
|
|
823
|
-
onClose?: (() => any) | undefined;
|
|
823
|
+
readonly onClose?: (() => any) | undefined;
|
|
824
824
|
hint?: string | undefined;
|
|
825
825
|
loading?: boolean | undefined;
|
|
826
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
826
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
827
827
|
optionValue?: string | undefined;
|
|
828
828
|
optionLabel?: string | undefined;
|
|
829
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
829
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
830
830
|
multivalue?: boolean | undefined;
|
|
831
831
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
832
832
|
attrs: any;
|
|
@@ -856,6 +856,7 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
856
856
|
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
857
857
|
} | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
858
858
|
props: {
|
|
859
|
+
error?: boolean | undefined;
|
|
859
860
|
disabled?: boolean | undefined;
|
|
860
861
|
type?: "number" | "text" | "integer" | undefined;
|
|
861
862
|
label?: string | undefined;
|
|
@@ -868,14 +869,13 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
868
869
|
options?: T[] | undefined;
|
|
869
870
|
placeholder?: string | undefined;
|
|
870
871
|
errorMessage?: string | undefined;
|
|
871
|
-
|
|
872
|
-
onClose?: (() => any) | undefined;
|
|
872
|
+
readonly onClose?: (() => any) | undefined;
|
|
873
873
|
hint?: string | undefined;
|
|
874
874
|
loading?: boolean | undefined;
|
|
875
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
875
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
876
876
|
optionValue?: string | undefined;
|
|
877
877
|
optionLabel?: string | undefined;
|
|
878
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
878
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
879
879
|
multivalue?: boolean | undefined;
|
|
880
880
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
881
881
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -909,6 +909,7 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
909
909
|
}> & {
|
|
910
910
|
__ctx?: {
|
|
911
911
|
props: {
|
|
912
|
+
error?: boolean | undefined;
|
|
912
913
|
disabled?: boolean | undefined;
|
|
913
914
|
type?: "number" | "text" | "integer" | undefined;
|
|
914
915
|
label?: string | undefined;
|
|
@@ -921,14 +922,13 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
921
922
|
options?: T[] | undefined;
|
|
922
923
|
placeholder?: string | undefined;
|
|
923
924
|
errorMessage?: string | undefined;
|
|
924
|
-
|
|
925
|
-
onClose?: (() => any) | undefined;
|
|
925
|
+
readonly onClose?: (() => any) | undefined;
|
|
926
926
|
hint?: string | undefined;
|
|
927
927
|
loading?: boolean | undefined;
|
|
928
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
928
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
929
929
|
optionValue?: string | undefined;
|
|
930
930
|
optionLabel?: string | undefined;
|
|
931
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
931
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
932
932
|
multivalue?: boolean | undefined;
|
|
933
933
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
934
934
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -962,6 +962,7 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
962
962
|
export declare const Required: StoryFn<(<T extends {
|
|
963
963
|
id?: string | undefined;
|
|
964
964
|
}>(__VLS_props: {
|
|
965
|
+
error?: boolean | undefined;
|
|
965
966
|
disabled?: boolean | undefined;
|
|
966
967
|
type?: "number" | "text" | "integer" | undefined;
|
|
967
968
|
label?: string | undefined;
|
|
@@ -974,14 +975,13 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
974
975
|
options?: T[] | undefined;
|
|
975
976
|
placeholder?: string | undefined;
|
|
976
977
|
errorMessage?: string | undefined;
|
|
977
|
-
|
|
978
|
-
onClose?: (() => any) | undefined;
|
|
978
|
+
readonly onClose?: (() => any) | undefined;
|
|
979
979
|
hint?: string | undefined;
|
|
980
980
|
loading?: boolean | undefined;
|
|
981
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
981
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
982
982
|
optionValue?: string | undefined;
|
|
983
983
|
optionLabel?: string | undefined;
|
|
984
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
984
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
985
985
|
multivalue?: boolean | undefined;
|
|
986
986
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
987
987
|
attrs: any;
|
|
@@ -1011,6 +1011,7 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
1011
1011
|
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
1012
1012
|
} | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
1013
1013
|
props: {
|
|
1014
|
+
error?: boolean | undefined;
|
|
1014
1015
|
disabled?: boolean | undefined;
|
|
1015
1016
|
type?: "number" | "text" | "integer" | undefined;
|
|
1016
1017
|
label?: string | undefined;
|
|
@@ -1023,14 +1024,13 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
1023
1024
|
options?: T[] | undefined;
|
|
1024
1025
|
placeholder?: string | undefined;
|
|
1025
1026
|
errorMessage?: string | undefined;
|
|
1026
|
-
|
|
1027
|
-
onClose?: (() => any) | undefined;
|
|
1027
|
+
readonly onClose?: (() => any) | undefined;
|
|
1028
1028
|
hint?: string | undefined;
|
|
1029
1029
|
loading?: boolean | undefined;
|
|
1030
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
1030
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
1031
1031
|
optionValue?: string | undefined;
|
|
1032
1032
|
optionLabel?: string | undefined;
|
|
1033
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
1033
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
1034
1034
|
multivalue?: boolean | undefined;
|
|
1035
1035
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1036
1036
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -1064,6 +1064,7 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
1064
1064
|
}> & {
|
|
1065
1065
|
__ctx?: {
|
|
1066
1066
|
props: {
|
|
1067
|
+
error?: boolean | undefined;
|
|
1067
1068
|
disabled?: boolean | undefined;
|
|
1068
1069
|
type?: "number" | "text" | "integer" | undefined;
|
|
1069
1070
|
label?: string | undefined;
|
|
@@ -1076,14 +1077,13 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
1076
1077
|
options?: T[] | undefined;
|
|
1077
1078
|
placeholder?: string | undefined;
|
|
1078
1079
|
errorMessage?: string | undefined;
|
|
1079
|
-
|
|
1080
|
-
onClose?: (() => any) | undefined;
|
|
1080
|
+
readonly onClose?: (() => any) | undefined;
|
|
1081
1081
|
hint?: string | undefined;
|
|
1082
1082
|
loading?: boolean | undefined;
|
|
1083
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
1083
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
1084
1084
|
optionValue?: string | undefined;
|
|
1085
1085
|
optionLabel?: string | undefined;
|
|
1086
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
1086
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
1087
1087
|
multivalue?: boolean | undefined;
|
|
1088
1088
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1089
1089
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -26,6 +26,7 @@ export interface Emits<T> {
|
|
|
26
26
|
declare const _default: <T extends {
|
|
27
27
|
id?: string | undefined;
|
|
28
28
|
}>(__VLS_props: {
|
|
29
|
+
error?: boolean | undefined;
|
|
29
30
|
disabled?: boolean | undefined;
|
|
30
31
|
type?: "number" | "text" | "integer" | undefined;
|
|
31
32
|
label?: string | undefined;
|
|
@@ -38,14 +39,13 @@ declare const _default: <T extends {
|
|
|
38
39
|
options?: T[] | undefined;
|
|
39
40
|
placeholder?: string | undefined;
|
|
40
41
|
errorMessage?: string | undefined;
|
|
41
|
-
|
|
42
|
-
onClose?: (() => any) | undefined;
|
|
42
|
+
readonly onClose?: (() => any) | undefined;
|
|
43
43
|
hint?: string | undefined;
|
|
44
44
|
loading?: boolean | undefined;
|
|
45
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
45
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
46
46
|
optionValue?: string | undefined;
|
|
47
47
|
optionLabel?: string | undefined;
|
|
48
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
48
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
49
49
|
multivalue?: boolean | undefined;
|
|
50
50
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
51
51
|
attrs: any;
|
|
@@ -75,6 +75,7 @@ declare const _default: <T extends {
|
|
|
75
75
|
emit: Emits<T>;
|
|
76
76
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
77
77
|
props: {
|
|
78
|
+
error?: boolean | undefined;
|
|
78
79
|
disabled?: boolean | undefined;
|
|
79
80
|
type?: "number" | "text" | "integer" | undefined;
|
|
80
81
|
label?: string | undefined;
|
|
@@ -87,14 +88,13 @@ declare const _default: <T extends {
|
|
|
87
88
|
options?: T[] | undefined;
|
|
88
89
|
placeholder?: string | undefined;
|
|
89
90
|
errorMessage?: string | undefined;
|
|
90
|
-
|
|
91
|
-
onClose?: (() => any) | undefined;
|
|
91
|
+
readonly onClose?: (() => any) | undefined;
|
|
92
92
|
hint?: string | undefined;
|
|
93
93
|
loading?: boolean | undefined;
|
|
94
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
94
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
95
95
|
optionValue?: string | undefined;
|
|
96
96
|
optionLabel?: string | undefined;
|
|
97
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
97
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
98
98
|
multivalue?: boolean | undefined;
|
|
99
99
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
100
100
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
@@ -128,6 +128,7 @@ declare const _default: <T extends {
|
|
|
128
128
|
}> & {
|
|
129
129
|
__ctx?: {
|
|
130
130
|
props: {
|
|
131
|
+
error?: boolean | undefined;
|
|
131
132
|
disabled?: boolean | undefined;
|
|
132
133
|
type?: "number" | "text" | "integer" | undefined;
|
|
133
134
|
label?: string | undefined;
|
|
@@ -140,14 +141,13 @@ declare const _default: <T extends {
|
|
|
140
141
|
options?: T[] | undefined;
|
|
141
142
|
placeholder?: string | undefined;
|
|
142
143
|
errorMessage?: string | undefined;
|
|
143
|
-
|
|
144
|
-
onClose?: (() => any) | undefined;
|
|
144
|
+
readonly onClose?: (() => any) | undefined;
|
|
145
145
|
hint?: string | undefined;
|
|
146
146
|
loading?: boolean | undefined;
|
|
147
|
-
onSearch?: ((value: string) => any) | undefined;
|
|
147
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
|
148
148
|
optionValue?: string | undefined;
|
|
149
149
|
optionLabel?: string | undefined;
|
|
150
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
150
|
+
readonly "onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
151
151
|
multivalue?: boolean | undefined;
|
|
152
152
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
153
153
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
@@ -9,7 +9,7 @@ export interface Props {
|
|
|
9
9
|
closeNotification?: () => void;
|
|
10
10
|
limit?: number;
|
|
11
11
|
}
|
|
12
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
|
12
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
export default _default;
|
|
14
14
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
15
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const VcPagination: import("vue").DefineComponent<{
|
|
1
|
+
export declare const VcPagination: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
variant: {
|
|
3
3
|
type: import("vue").PropType<"default" | "minimal">;
|
|
4
4
|
default: string;
|
|
@@ -14,7 +14,7 @@ export declare const VcPagination: import("vue").DefineComponent<{
|
|
|
14
14
|
type: import("vue").PropType<number>;
|
|
15
15
|
default: number;
|
|
16
16
|
};
|
|
17
|
-
}
|
|
17
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
18
|
itemClick: (pages: number) => void;
|
|
19
19
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
variant: {
|
|
@@ -32,11 +32,11 @@ export declare const VcPagination: import("vue").DefineComponent<{
|
|
|
32
32
|
type: import("vue").PropType<number>;
|
|
33
33
|
default: number;
|
|
34
34
|
};
|
|
35
|
-
}>> & {
|
|
35
|
+
}>> & Readonly<{
|
|
36
36
|
onItemClick?: ((pages: number) => any) | undefined;
|
|
37
|
-
}
|
|
37
|
+
}>, {
|
|
38
38
|
variant: "default" | "minimal";
|
|
39
39
|
pages: number;
|
|
40
40
|
currentPage: number;
|
|
41
|
-
}, {}>;
|
|
41
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
42
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-pagination/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-pagination/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAoC,CAAC"}
|