@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
|
@@ -3,7 +3,7 @@ import { VcButton } from "./";
|
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
5
|
component: {
|
|
6
|
-
new (...args: any[]): import("vue").
|
|
6
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
disabled: {
|
|
8
8
|
type: import("vue").PropType<boolean>;
|
|
9
9
|
};
|
|
@@ -36,9 +36,9 @@ declare const _default: {
|
|
|
36
36
|
raised: {
|
|
37
37
|
type: import("vue").PropType<boolean>;
|
|
38
38
|
};
|
|
39
|
-
}>> & {
|
|
39
|
+
}>> & Readonly<{
|
|
40
40
|
onClick?: ((value: Event) => any) | undefined;
|
|
41
|
-
}
|
|
41
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
42
|
click: (value: Event) => void;
|
|
43
43
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
44
44
|
disabled: {
|
|
@@ -73,12 +73,12 @@ declare const _default: {
|
|
|
73
73
|
raised: {
|
|
74
74
|
type: import("vue").PropType<boolean>;
|
|
75
75
|
};
|
|
76
|
-
}>> & {
|
|
76
|
+
}>> & Readonly<{
|
|
77
77
|
onClick?: ((value: Event) => any) | undefined;
|
|
78
|
-
}
|
|
78
|
+
}>, {
|
|
79
79
|
variant: "warning" | "danger" | "primary";
|
|
80
80
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
81
|
-
}, true, {}, {}, {
|
|
81
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
82
82
|
P: {};
|
|
83
83
|
B: {};
|
|
84
84
|
D: {};
|
|
@@ -118,9 +118,9 @@ declare const _default: {
|
|
|
118
118
|
raised: {
|
|
119
119
|
type: import("vue").PropType<boolean>;
|
|
120
120
|
};
|
|
121
|
-
}>> & {
|
|
121
|
+
}>> & Readonly<{
|
|
122
122
|
onClick?: ((value: Event) => any) | undefined;
|
|
123
|
-
}
|
|
123
|
+
}>, {}, {}, {}, {}, {
|
|
124
124
|
variant: "warning" | "danger" | "primary";
|
|
125
125
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
126
126
|
}>;
|
|
@@ -160,14 +160,14 @@ declare const _default: {
|
|
|
160
160
|
raised: {
|
|
161
161
|
type: import("vue").PropType<boolean>;
|
|
162
162
|
};
|
|
163
|
-
}>> & {
|
|
163
|
+
}>> & Readonly<{
|
|
164
164
|
onClick?: ((value: Event) => any) | undefined;
|
|
165
|
-
}
|
|
165
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
166
166
|
click: (value: Event) => void;
|
|
167
167
|
}, string, {
|
|
168
168
|
variant: "warning" | "danger" | "primary";
|
|
169
169
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
170
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
170
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
171
171
|
$slots: Readonly<{
|
|
172
172
|
default: (props?: any) => any;
|
|
173
173
|
}> & {
|
|
@@ -230,7 +230,7 @@ declare const _default: {
|
|
|
230
230
|
export default _default;
|
|
231
231
|
export declare const Template: StoryFn<typeof VcButton>;
|
|
232
232
|
export declare const Basic: StoryFn<{
|
|
233
|
-
new (...args: any[]): import("vue").
|
|
233
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
234
234
|
disabled: {
|
|
235
235
|
type: import("vue").PropType<boolean>;
|
|
236
236
|
};
|
|
@@ -263,9 +263,9 @@ export declare const Basic: StoryFn<{
|
|
|
263
263
|
raised: {
|
|
264
264
|
type: import("vue").PropType<boolean>;
|
|
265
265
|
};
|
|
266
|
-
}>> & {
|
|
266
|
+
}>> & Readonly<{
|
|
267
267
|
onClick?: ((value: Event) => any) | undefined;
|
|
268
|
-
}
|
|
268
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
269
269
|
click: (value: Event) => void;
|
|
270
270
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
271
271
|
disabled: {
|
|
@@ -300,12 +300,12 @@ export declare const Basic: StoryFn<{
|
|
|
300
300
|
raised: {
|
|
301
301
|
type: import("vue").PropType<boolean>;
|
|
302
302
|
};
|
|
303
|
-
}>> & {
|
|
303
|
+
}>> & Readonly<{
|
|
304
304
|
onClick?: ((value: Event) => any) | undefined;
|
|
305
|
-
}
|
|
305
|
+
}>, {
|
|
306
306
|
variant: "warning" | "danger" | "primary";
|
|
307
307
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
308
|
-
}, true, {}, {}, {
|
|
308
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
309
309
|
P: {};
|
|
310
310
|
B: {};
|
|
311
311
|
D: {};
|
|
@@ -345,9 +345,9 @@ export declare const Basic: StoryFn<{
|
|
|
345
345
|
raised: {
|
|
346
346
|
type: import("vue").PropType<boolean>;
|
|
347
347
|
};
|
|
348
|
-
}>> & {
|
|
348
|
+
}>> & Readonly<{
|
|
349
349
|
onClick?: ((value: Event) => any) | undefined;
|
|
350
|
-
}
|
|
350
|
+
}>, {}, {}, {}, {}, {
|
|
351
351
|
variant: "warning" | "danger" | "primary";
|
|
352
352
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
353
353
|
}>;
|
|
@@ -387,14 +387,14 @@ export declare const Basic: StoryFn<{
|
|
|
387
387
|
raised: {
|
|
388
388
|
type: import("vue").PropType<boolean>;
|
|
389
389
|
};
|
|
390
|
-
}>> & {
|
|
390
|
+
}>> & Readonly<{
|
|
391
391
|
onClick?: ((value: Event) => any) | undefined;
|
|
392
|
-
}
|
|
392
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
393
393
|
click: (value: Event) => void;
|
|
394
394
|
}, string, {
|
|
395
395
|
variant: "warning" | "danger" | "primary";
|
|
396
396
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
397
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
397
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
398
398
|
$slots: Readonly<{
|
|
399
399
|
default: (props?: any) => any;
|
|
400
400
|
}> & {
|
|
@@ -402,7 +402,7 @@ export declare const Basic: StoryFn<{
|
|
|
402
402
|
};
|
|
403
403
|
})>;
|
|
404
404
|
export declare const Disabled: StoryFn<{
|
|
405
|
-
new (...args: any[]): import("vue").
|
|
405
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
406
406
|
disabled: {
|
|
407
407
|
type: import("vue").PropType<boolean>;
|
|
408
408
|
};
|
|
@@ -435,9 +435,9 @@ export declare const Disabled: StoryFn<{
|
|
|
435
435
|
raised: {
|
|
436
436
|
type: import("vue").PropType<boolean>;
|
|
437
437
|
};
|
|
438
|
-
}>> & {
|
|
438
|
+
}>> & Readonly<{
|
|
439
439
|
onClick?: ((value: Event) => any) | undefined;
|
|
440
|
-
}
|
|
440
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
441
441
|
click: (value: Event) => void;
|
|
442
442
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
443
443
|
disabled: {
|
|
@@ -472,12 +472,12 @@ export declare const Disabled: StoryFn<{
|
|
|
472
472
|
raised: {
|
|
473
473
|
type: import("vue").PropType<boolean>;
|
|
474
474
|
};
|
|
475
|
-
}>> & {
|
|
475
|
+
}>> & Readonly<{
|
|
476
476
|
onClick?: ((value: Event) => any) | undefined;
|
|
477
|
-
}
|
|
477
|
+
}>, {
|
|
478
478
|
variant: "warning" | "danger" | "primary";
|
|
479
479
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
480
|
-
}, true, {}, {}, {
|
|
480
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
481
481
|
P: {};
|
|
482
482
|
B: {};
|
|
483
483
|
D: {};
|
|
@@ -517,9 +517,9 @@ export declare const Disabled: StoryFn<{
|
|
|
517
517
|
raised: {
|
|
518
518
|
type: import("vue").PropType<boolean>;
|
|
519
519
|
};
|
|
520
|
-
}>> & {
|
|
520
|
+
}>> & Readonly<{
|
|
521
521
|
onClick?: ((value: Event) => any) | undefined;
|
|
522
|
-
}
|
|
522
|
+
}>, {}, {}, {}, {}, {
|
|
523
523
|
variant: "warning" | "danger" | "primary";
|
|
524
524
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
525
525
|
}>;
|
|
@@ -559,14 +559,14 @@ export declare const Disabled: StoryFn<{
|
|
|
559
559
|
raised: {
|
|
560
560
|
type: import("vue").PropType<boolean>;
|
|
561
561
|
};
|
|
562
|
-
}>> & {
|
|
562
|
+
}>> & Readonly<{
|
|
563
563
|
onClick?: ((value: Event) => any) | undefined;
|
|
564
|
-
}
|
|
564
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
565
565
|
click: (value: Event) => void;
|
|
566
566
|
}, string, {
|
|
567
567
|
variant: "warning" | "danger" | "primary";
|
|
568
568
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
569
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
569
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
570
570
|
$slots: Readonly<{
|
|
571
571
|
default: (props?: any) => any;
|
|
572
572
|
}> & {
|
|
@@ -574,7 +574,7 @@ export declare const Disabled: StoryFn<{
|
|
|
574
574
|
};
|
|
575
575
|
})>;
|
|
576
576
|
export declare const Small: StoryFn<{
|
|
577
|
-
new (...args: any[]): import("vue").
|
|
577
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
578
578
|
disabled: {
|
|
579
579
|
type: import("vue").PropType<boolean>;
|
|
580
580
|
};
|
|
@@ -607,9 +607,9 @@ export declare const Small: StoryFn<{
|
|
|
607
607
|
raised: {
|
|
608
608
|
type: import("vue").PropType<boolean>;
|
|
609
609
|
};
|
|
610
|
-
}>> & {
|
|
610
|
+
}>> & Readonly<{
|
|
611
611
|
onClick?: ((value: Event) => any) | undefined;
|
|
612
|
-
}
|
|
612
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
613
613
|
click: (value: Event) => void;
|
|
614
614
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
615
615
|
disabled: {
|
|
@@ -644,12 +644,12 @@ export declare const Small: StoryFn<{
|
|
|
644
644
|
raised: {
|
|
645
645
|
type: import("vue").PropType<boolean>;
|
|
646
646
|
};
|
|
647
|
-
}>> & {
|
|
647
|
+
}>> & Readonly<{
|
|
648
648
|
onClick?: ((value: Event) => any) | undefined;
|
|
649
|
-
}
|
|
649
|
+
}>, {
|
|
650
650
|
variant: "warning" | "danger" | "primary";
|
|
651
651
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
652
|
-
}, true, {}, {}, {
|
|
652
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
653
653
|
P: {};
|
|
654
654
|
B: {};
|
|
655
655
|
D: {};
|
|
@@ -689,9 +689,9 @@ export declare const Small: StoryFn<{
|
|
|
689
689
|
raised: {
|
|
690
690
|
type: import("vue").PropType<boolean>;
|
|
691
691
|
};
|
|
692
|
-
}>> & {
|
|
692
|
+
}>> & Readonly<{
|
|
693
693
|
onClick?: ((value: Event) => any) | undefined;
|
|
694
|
-
}
|
|
694
|
+
}>, {}, {}, {}, {}, {
|
|
695
695
|
variant: "warning" | "danger" | "primary";
|
|
696
696
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
697
697
|
}>;
|
|
@@ -731,14 +731,14 @@ export declare const Small: StoryFn<{
|
|
|
731
731
|
raised: {
|
|
732
732
|
type: import("vue").PropType<boolean>;
|
|
733
733
|
};
|
|
734
|
-
}>> & {
|
|
734
|
+
}>> & Readonly<{
|
|
735
735
|
onClick?: ((value: Event) => any) | undefined;
|
|
736
|
-
}
|
|
736
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
737
737
|
click: (value: Event) => void;
|
|
738
738
|
}, string, {
|
|
739
739
|
variant: "warning" | "danger" | "primary";
|
|
740
740
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
741
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
741
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
742
742
|
$slots: Readonly<{
|
|
743
743
|
default: (props?: any) => any;
|
|
744
744
|
}> & {
|
|
@@ -746,7 +746,7 @@ export declare const Small: StoryFn<{
|
|
|
746
746
|
};
|
|
747
747
|
})>;
|
|
748
748
|
export declare const Outline: StoryFn<{
|
|
749
|
-
new (...args: any[]): import("vue").
|
|
749
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
750
750
|
disabled: {
|
|
751
751
|
type: import("vue").PropType<boolean>;
|
|
752
752
|
};
|
|
@@ -779,9 +779,9 @@ export declare const Outline: StoryFn<{
|
|
|
779
779
|
raised: {
|
|
780
780
|
type: import("vue").PropType<boolean>;
|
|
781
781
|
};
|
|
782
|
-
}>> & {
|
|
782
|
+
}>> & Readonly<{
|
|
783
783
|
onClick?: ((value: Event) => any) | undefined;
|
|
784
|
-
}
|
|
784
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
785
785
|
click: (value: Event) => void;
|
|
786
786
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
787
787
|
disabled: {
|
|
@@ -816,12 +816,12 @@ export declare const Outline: StoryFn<{
|
|
|
816
816
|
raised: {
|
|
817
817
|
type: import("vue").PropType<boolean>;
|
|
818
818
|
};
|
|
819
|
-
}>> & {
|
|
819
|
+
}>> & Readonly<{
|
|
820
820
|
onClick?: ((value: Event) => any) | undefined;
|
|
821
|
-
}
|
|
821
|
+
}>, {
|
|
822
822
|
variant: "warning" | "danger" | "primary";
|
|
823
823
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
824
|
-
}, true, {}, {}, {
|
|
824
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
825
825
|
P: {};
|
|
826
826
|
B: {};
|
|
827
827
|
D: {};
|
|
@@ -861,9 +861,9 @@ export declare const Outline: StoryFn<{
|
|
|
861
861
|
raised: {
|
|
862
862
|
type: import("vue").PropType<boolean>;
|
|
863
863
|
};
|
|
864
|
-
}>> & {
|
|
864
|
+
}>> & Readonly<{
|
|
865
865
|
onClick?: ((value: Event) => any) | undefined;
|
|
866
|
-
}
|
|
866
|
+
}>, {}, {}, {}, {}, {
|
|
867
867
|
variant: "warning" | "danger" | "primary";
|
|
868
868
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
869
869
|
}>;
|
|
@@ -903,14 +903,14 @@ export declare const Outline: StoryFn<{
|
|
|
903
903
|
raised: {
|
|
904
904
|
type: import("vue").PropType<boolean>;
|
|
905
905
|
};
|
|
906
|
-
}>> & {
|
|
906
|
+
}>> & Readonly<{
|
|
907
907
|
onClick?: ((value: Event) => any) | undefined;
|
|
908
|
-
}
|
|
908
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
909
909
|
click: (value: Event) => void;
|
|
910
910
|
}, string, {
|
|
911
911
|
variant: "warning" | "danger" | "primary";
|
|
912
912
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
913
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
913
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
914
914
|
$slots: Readonly<{
|
|
915
915
|
default: (props?: any) => any;
|
|
916
916
|
}> & {
|
|
@@ -918,7 +918,7 @@ export declare const Outline: StoryFn<{
|
|
|
918
918
|
};
|
|
919
919
|
})>;
|
|
920
920
|
export declare const Selected: StoryFn<{
|
|
921
|
-
new (...args: any[]): import("vue").
|
|
921
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
922
922
|
disabled: {
|
|
923
923
|
type: import("vue").PropType<boolean>;
|
|
924
924
|
};
|
|
@@ -951,9 +951,9 @@ export declare const Selected: StoryFn<{
|
|
|
951
951
|
raised: {
|
|
952
952
|
type: import("vue").PropType<boolean>;
|
|
953
953
|
};
|
|
954
|
-
}>> & {
|
|
954
|
+
}>> & Readonly<{
|
|
955
955
|
onClick?: ((value: Event) => any) | undefined;
|
|
956
|
-
}
|
|
956
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
957
957
|
click: (value: Event) => void;
|
|
958
958
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
959
959
|
disabled: {
|
|
@@ -988,12 +988,12 @@ export declare const Selected: StoryFn<{
|
|
|
988
988
|
raised: {
|
|
989
989
|
type: import("vue").PropType<boolean>;
|
|
990
990
|
};
|
|
991
|
-
}>> & {
|
|
991
|
+
}>> & Readonly<{
|
|
992
992
|
onClick?: ((value: Event) => any) | undefined;
|
|
993
|
-
}
|
|
993
|
+
}>, {
|
|
994
994
|
variant: "warning" | "danger" | "primary";
|
|
995
995
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
996
|
-
}, true, {}, {}, {
|
|
996
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
997
997
|
P: {};
|
|
998
998
|
B: {};
|
|
999
999
|
D: {};
|
|
@@ -1033,9 +1033,9 @@ export declare const Selected: StoryFn<{
|
|
|
1033
1033
|
raised: {
|
|
1034
1034
|
type: import("vue").PropType<boolean>;
|
|
1035
1035
|
};
|
|
1036
|
-
}>> & {
|
|
1036
|
+
}>> & Readonly<{
|
|
1037
1037
|
onClick?: ((value: Event) => any) | undefined;
|
|
1038
|
-
}
|
|
1038
|
+
}>, {}, {}, {}, {}, {
|
|
1039
1039
|
variant: "warning" | "danger" | "primary";
|
|
1040
1040
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1041
1041
|
}>;
|
|
@@ -1075,14 +1075,14 @@ export declare const Selected: StoryFn<{
|
|
|
1075
1075
|
raised: {
|
|
1076
1076
|
type: import("vue").PropType<boolean>;
|
|
1077
1077
|
};
|
|
1078
|
-
}>> & {
|
|
1078
|
+
}>> & Readonly<{
|
|
1079
1079
|
onClick?: ((value: Event) => any) | undefined;
|
|
1080
|
-
}
|
|
1080
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1081
1081
|
click: (value: Event) => void;
|
|
1082
1082
|
}, string, {
|
|
1083
1083
|
variant: "warning" | "danger" | "primary";
|
|
1084
1084
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1085
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1085
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1086
1086
|
$slots: Readonly<{
|
|
1087
1087
|
default: (props?: any) => any;
|
|
1088
1088
|
}> & {
|
|
@@ -1090,7 +1090,7 @@ export declare const Selected: StoryFn<{
|
|
|
1090
1090
|
};
|
|
1091
1091
|
})>;
|
|
1092
1092
|
export declare const Text: StoryFn<{
|
|
1093
|
-
new (...args: any[]): import("vue").
|
|
1093
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1094
1094
|
disabled: {
|
|
1095
1095
|
type: import("vue").PropType<boolean>;
|
|
1096
1096
|
};
|
|
@@ -1123,9 +1123,9 @@ export declare const Text: StoryFn<{
|
|
|
1123
1123
|
raised: {
|
|
1124
1124
|
type: import("vue").PropType<boolean>;
|
|
1125
1125
|
};
|
|
1126
|
-
}>> & {
|
|
1126
|
+
}>> & Readonly<{
|
|
1127
1127
|
onClick?: ((value: Event) => any) | undefined;
|
|
1128
|
-
}
|
|
1128
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1129
1129
|
click: (value: Event) => void;
|
|
1130
1130
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1131
1131
|
disabled: {
|
|
@@ -1160,12 +1160,12 @@ export declare const Text: StoryFn<{
|
|
|
1160
1160
|
raised: {
|
|
1161
1161
|
type: import("vue").PropType<boolean>;
|
|
1162
1162
|
};
|
|
1163
|
-
}>> & {
|
|
1163
|
+
}>> & Readonly<{
|
|
1164
1164
|
onClick?: ((value: Event) => any) | undefined;
|
|
1165
|
-
}
|
|
1165
|
+
}>, {
|
|
1166
1166
|
variant: "warning" | "danger" | "primary";
|
|
1167
1167
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1168
|
-
}, true, {}, {}, {
|
|
1168
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1169
1169
|
P: {};
|
|
1170
1170
|
B: {};
|
|
1171
1171
|
D: {};
|
|
@@ -1205,9 +1205,9 @@ export declare const Text: StoryFn<{
|
|
|
1205
1205
|
raised: {
|
|
1206
1206
|
type: import("vue").PropType<boolean>;
|
|
1207
1207
|
};
|
|
1208
|
-
}>> & {
|
|
1208
|
+
}>> & Readonly<{
|
|
1209
1209
|
onClick?: ((value: Event) => any) | undefined;
|
|
1210
|
-
}
|
|
1210
|
+
}>, {}, {}, {}, {}, {
|
|
1211
1211
|
variant: "warning" | "danger" | "primary";
|
|
1212
1212
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1213
1213
|
}>;
|
|
@@ -1247,14 +1247,14 @@ export declare const Text: StoryFn<{
|
|
|
1247
1247
|
raised: {
|
|
1248
1248
|
type: import("vue").PropType<boolean>;
|
|
1249
1249
|
};
|
|
1250
|
-
}>> & {
|
|
1250
|
+
}>> & Readonly<{
|
|
1251
1251
|
onClick?: ((value: Event) => any) | undefined;
|
|
1252
|
-
}
|
|
1252
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1253
1253
|
click: (value: Event) => void;
|
|
1254
1254
|
}, string, {
|
|
1255
1255
|
variant: "warning" | "danger" | "primary";
|
|
1256
1256
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1257
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1257
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1258
1258
|
$slots: Readonly<{
|
|
1259
1259
|
default: (props?: any) => any;
|
|
1260
1260
|
}> & {
|
|
@@ -1262,7 +1262,7 @@ export declare const Text: StoryFn<{
|
|
|
1262
1262
|
};
|
|
1263
1263
|
})>;
|
|
1264
1264
|
export declare const Raised: StoryFn<{
|
|
1265
|
-
new (...args: any[]): import("vue").
|
|
1265
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1266
1266
|
disabled: {
|
|
1267
1267
|
type: import("vue").PropType<boolean>;
|
|
1268
1268
|
};
|
|
@@ -1295,9 +1295,9 @@ export declare const Raised: StoryFn<{
|
|
|
1295
1295
|
raised: {
|
|
1296
1296
|
type: import("vue").PropType<boolean>;
|
|
1297
1297
|
};
|
|
1298
|
-
}>> & {
|
|
1298
|
+
}>> & Readonly<{
|
|
1299
1299
|
onClick?: ((value: Event) => any) | undefined;
|
|
1300
|
-
}
|
|
1300
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1301
1301
|
click: (value: Event) => void;
|
|
1302
1302
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1303
1303
|
disabled: {
|
|
@@ -1332,12 +1332,12 @@ export declare const Raised: StoryFn<{
|
|
|
1332
1332
|
raised: {
|
|
1333
1333
|
type: import("vue").PropType<boolean>;
|
|
1334
1334
|
};
|
|
1335
|
-
}>> & {
|
|
1335
|
+
}>> & Readonly<{
|
|
1336
1336
|
onClick?: ((value: Event) => any) | undefined;
|
|
1337
|
-
}
|
|
1337
|
+
}>, {
|
|
1338
1338
|
variant: "warning" | "danger" | "primary";
|
|
1339
1339
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1340
|
-
}, true, {}, {}, {
|
|
1340
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1341
1341
|
P: {};
|
|
1342
1342
|
B: {};
|
|
1343
1343
|
D: {};
|
|
@@ -1377,9 +1377,9 @@ export declare const Raised: StoryFn<{
|
|
|
1377
1377
|
raised: {
|
|
1378
1378
|
type: import("vue").PropType<boolean>;
|
|
1379
1379
|
};
|
|
1380
|
-
}>> & {
|
|
1380
|
+
}>> & Readonly<{
|
|
1381
1381
|
onClick?: ((value: Event) => any) | undefined;
|
|
1382
|
-
}
|
|
1382
|
+
}>, {}, {}, {}, {}, {
|
|
1383
1383
|
variant: "warning" | "danger" | "primary";
|
|
1384
1384
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1385
1385
|
}>;
|
|
@@ -1419,14 +1419,14 @@ export declare const Raised: StoryFn<{
|
|
|
1419
1419
|
raised: {
|
|
1420
1420
|
type: import("vue").PropType<boolean>;
|
|
1421
1421
|
};
|
|
1422
|
-
}>> & {
|
|
1422
|
+
}>> & Readonly<{
|
|
1423
1423
|
onClick?: ((value: Event) => any) | undefined;
|
|
1424
|
-
}
|
|
1424
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1425
1425
|
click: (value: Event) => void;
|
|
1426
1426
|
}, string, {
|
|
1427
1427
|
variant: "warning" | "danger" | "primary";
|
|
1428
1428
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1429
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1429
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1430
1430
|
$slots: Readonly<{
|
|
1431
1431
|
default: (props?: any) => any;
|
|
1432
1432
|
}> & {
|
|
@@ -1434,7 +1434,7 @@ export declare const Raised: StoryFn<{
|
|
|
1434
1434
|
};
|
|
1435
1435
|
})>;
|
|
1436
1436
|
export declare const Icon: StoryFn<{
|
|
1437
|
-
new (...args: any[]): import("vue").
|
|
1437
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1438
1438
|
disabled: {
|
|
1439
1439
|
type: import("vue").PropType<boolean>;
|
|
1440
1440
|
};
|
|
@@ -1467,9 +1467,9 @@ export declare const Icon: StoryFn<{
|
|
|
1467
1467
|
raised: {
|
|
1468
1468
|
type: import("vue").PropType<boolean>;
|
|
1469
1469
|
};
|
|
1470
|
-
}>> & {
|
|
1470
|
+
}>> & Readonly<{
|
|
1471
1471
|
onClick?: ((value: Event) => any) | undefined;
|
|
1472
|
-
}
|
|
1472
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1473
1473
|
click: (value: Event) => void;
|
|
1474
1474
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1475
1475
|
disabled: {
|
|
@@ -1504,12 +1504,12 @@ export declare const Icon: StoryFn<{
|
|
|
1504
1504
|
raised: {
|
|
1505
1505
|
type: import("vue").PropType<boolean>;
|
|
1506
1506
|
};
|
|
1507
|
-
}>> & {
|
|
1507
|
+
}>> & Readonly<{
|
|
1508
1508
|
onClick?: ((value: Event) => any) | undefined;
|
|
1509
|
-
}
|
|
1509
|
+
}>, {
|
|
1510
1510
|
variant: "warning" | "danger" | "primary";
|
|
1511
1511
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1512
|
-
}, true, {}, {}, {
|
|
1512
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1513
1513
|
P: {};
|
|
1514
1514
|
B: {};
|
|
1515
1515
|
D: {};
|
|
@@ -1549,9 +1549,9 @@ export declare const Icon: StoryFn<{
|
|
|
1549
1549
|
raised: {
|
|
1550
1550
|
type: import("vue").PropType<boolean>;
|
|
1551
1551
|
};
|
|
1552
|
-
}>> & {
|
|
1552
|
+
}>> & Readonly<{
|
|
1553
1553
|
onClick?: ((value: Event) => any) | undefined;
|
|
1554
|
-
}
|
|
1554
|
+
}>, {}, {}, {}, {}, {
|
|
1555
1555
|
variant: "warning" | "danger" | "primary";
|
|
1556
1556
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1557
1557
|
}>;
|
|
@@ -1591,14 +1591,14 @@ export declare const Icon: StoryFn<{
|
|
|
1591
1591
|
raised: {
|
|
1592
1592
|
type: import("vue").PropType<boolean>;
|
|
1593
1593
|
};
|
|
1594
|
-
}>> & {
|
|
1594
|
+
}>> & Readonly<{
|
|
1595
1595
|
onClick?: ((value: Event) => any) | undefined;
|
|
1596
|
-
}
|
|
1596
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1597
1597
|
click: (value: Event) => void;
|
|
1598
1598
|
}, string, {
|
|
1599
1599
|
variant: "warning" | "danger" | "primary";
|
|
1600
1600
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1601
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1601
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1602
1602
|
$slots: Readonly<{
|
|
1603
1603
|
default: (props?: any) => any;
|
|
1604
1604
|
}> & {
|
|
@@ -1606,7 +1606,7 @@ export declare const Icon: StoryFn<{
|
|
|
1606
1606
|
};
|
|
1607
1607
|
})>;
|
|
1608
1608
|
export declare const IconClass: StoryFn<{
|
|
1609
|
-
new (...args: any[]): import("vue").
|
|
1609
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1610
1610
|
disabled: {
|
|
1611
1611
|
type: import("vue").PropType<boolean>;
|
|
1612
1612
|
};
|
|
@@ -1639,9 +1639,9 @@ export declare const IconClass: StoryFn<{
|
|
|
1639
1639
|
raised: {
|
|
1640
1640
|
type: import("vue").PropType<boolean>;
|
|
1641
1641
|
};
|
|
1642
|
-
}>> & {
|
|
1642
|
+
}>> & Readonly<{
|
|
1643
1643
|
onClick?: ((value: Event) => any) | undefined;
|
|
1644
|
-
}
|
|
1644
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1645
1645
|
click: (value: Event) => void;
|
|
1646
1646
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1647
1647
|
disabled: {
|
|
@@ -1676,12 +1676,12 @@ export declare const IconClass: StoryFn<{
|
|
|
1676
1676
|
raised: {
|
|
1677
1677
|
type: import("vue").PropType<boolean>;
|
|
1678
1678
|
};
|
|
1679
|
-
}>> & {
|
|
1679
|
+
}>> & Readonly<{
|
|
1680
1680
|
onClick?: ((value: Event) => any) | undefined;
|
|
1681
|
-
}
|
|
1681
|
+
}>, {
|
|
1682
1682
|
variant: "warning" | "danger" | "primary";
|
|
1683
1683
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1684
|
-
}, true, {}, {}, {
|
|
1684
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1685
1685
|
P: {};
|
|
1686
1686
|
B: {};
|
|
1687
1687
|
D: {};
|
|
@@ -1721,9 +1721,9 @@ export declare const IconClass: StoryFn<{
|
|
|
1721
1721
|
raised: {
|
|
1722
1722
|
type: import("vue").PropType<boolean>;
|
|
1723
1723
|
};
|
|
1724
|
-
}>> & {
|
|
1724
|
+
}>> & Readonly<{
|
|
1725
1725
|
onClick?: ((value: Event) => any) | undefined;
|
|
1726
|
-
}
|
|
1726
|
+
}>, {}, {}, {}, {}, {
|
|
1727
1727
|
variant: "warning" | "danger" | "primary";
|
|
1728
1728
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1729
1729
|
}>;
|
|
@@ -1763,14 +1763,14 @@ export declare const IconClass: StoryFn<{
|
|
|
1763
1763
|
raised: {
|
|
1764
1764
|
type: import("vue").PropType<boolean>;
|
|
1765
1765
|
};
|
|
1766
|
-
}>> & {
|
|
1766
|
+
}>> & Readonly<{
|
|
1767
1767
|
onClick?: ((value: Event) => any) | undefined;
|
|
1768
|
-
}
|
|
1768
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1769
1769
|
click: (value: Event) => void;
|
|
1770
1770
|
}, string, {
|
|
1771
1771
|
variant: "warning" | "danger" | "primary";
|
|
1772
1772
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1773
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1773
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1774
1774
|
$slots: Readonly<{
|
|
1775
1775
|
default: (props?: any) => any;
|
|
1776
1776
|
}> & {
|
|
@@ -1778,7 +1778,7 @@ export declare const IconClass: StoryFn<{
|
|
|
1778
1778
|
};
|
|
1779
1779
|
})>;
|
|
1780
1780
|
export declare const IconSize: StoryFn<{
|
|
1781
|
-
new (...args: any[]): import("vue").
|
|
1781
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1782
1782
|
disabled: {
|
|
1783
1783
|
type: import("vue").PropType<boolean>;
|
|
1784
1784
|
};
|
|
@@ -1811,9 +1811,9 @@ export declare const IconSize: StoryFn<{
|
|
|
1811
1811
|
raised: {
|
|
1812
1812
|
type: import("vue").PropType<boolean>;
|
|
1813
1813
|
};
|
|
1814
|
-
}>> & {
|
|
1814
|
+
}>> & Readonly<{
|
|
1815
1815
|
onClick?: ((value: Event) => any) | undefined;
|
|
1816
|
-
}
|
|
1816
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1817
1817
|
click: (value: Event) => void;
|
|
1818
1818
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1819
1819
|
disabled: {
|
|
@@ -1848,12 +1848,12 @@ export declare const IconSize: StoryFn<{
|
|
|
1848
1848
|
raised: {
|
|
1849
1849
|
type: import("vue").PropType<boolean>;
|
|
1850
1850
|
};
|
|
1851
|
-
}>> & {
|
|
1851
|
+
}>> & Readonly<{
|
|
1852
1852
|
onClick?: ((value: Event) => any) | undefined;
|
|
1853
|
-
}
|
|
1853
|
+
}>, {
|
|
1854
1854
|
variant: "warning" | "danger" | "primary";
|
|
1855
1855
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1856
|
-
}, true, {}, {}, {
|
|
1856
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1857
1857
|
P: {};
|
|
1858
1858
|
B: {};
|
|
1859
1859
|
D: {};
|
|
@@ -1893,9 +1893,9 @@ export declare const IconSize: StoryFn<{
|
|
|
1893
1893
|
raised: {
|
|
1894
1894
|
type: import("vue").PropType<boolean>;
|
|
1895
1895
|
};
|
|
1896
|
-
}>> & {
|
|
1896
|
+
}>> & Readonly<{
|
|
1897
1897
|
onClick?: ((value: Event) => any) | undefined;
|
|
1898
|
-
}
|
|
1898
|
+
}>, {}, {}, {}, {}, {
|
|
1899
1899
|
variant: "warning" | "danger" | "primary";
|
|
1900
1900
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1901
1901
|
}>;
|
|
@@ -1935,14 +1935,14 @@ export declare const IconSize: StoryFn<{
|
|
|
1935
1935
|
raised: {
|
|
1936
1936
|
type: import("vue").PropType<boolean>;
|
|
1937
1937
|
};
|
|
1938
|
-
}>> & {
|
|
1938
|
+
}>> & Readonly<{
|
|
1939
1939
|
onClick?: ((value: Event) => any) | undefined;
|
|
1940
|
-
}
|
|
1940
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1941
1941
|
click: (value: Event) => void;
|
|
1942
1942
|
}, string, {
|
|
1943
1943
|
variant: "warning" | "danger" | "primary";
|
|
1944
1944
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1945
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1945
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1946
1946
|
$slots: Readonly<{
|
|
1947
1947
|
default: (props?: any) => any;
|
|
1948
1948
|
}> & {
|
|
@@ -1950,7 +1950,7 @@ export declare const IconSize: StoryFn<{
|
|
|
1950
1950
|
};
|
|
1951
1951
|
})>;
|
|
1952
1952
|
export declare const Warning: StoryFn<{
|
|
1953
|
-
new (...args: any[]): import("vue").
|
|
1953
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1954
1954
|
disabled: {
|
|
1955
1955
|
type: import("vue").PropType<boolean>;
|
|
1956
1956
|
};
|
|
@@ -1983,9 +1983,9 @@ export declare const Warning: StoryFn<{
|
|
|
1983
1983
|
raised: {
|
|
1984
1984
|
type: import("vue").PropType<boolean>;
|
|
1985
1985
|
};
|
|
1986
|
-
}>> & {
|
|
1986
|
+
}>> & Readonly<{
|
|
1987
1987
|
onClick?: ((value: Event) => any) | undefined;
|
|
1988
|
-
}
|
|
1988
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1989
1989
|
click: (value: Event) => void;
|
|
1990
1990
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1991
1991
|
disabled: {
|
|
@@ -2020,12 +2020,12 @@ export declare const Warning: StoryFn<{
|
|
|
2020
2020
|
raised: {
|
|
2021
2021
|
type: import("vue").PropType<boolean>;
|
|
2022
2022
|
};
|
|
2023
|
-
}>> & {
|
|
2023
|
+
}>> & Readonly<{
|
|
2024
2024
|
onClick?: ((value: Event) => any) | undefined;
|
|
2025
|
-
}
|
|
2025
|
+
}>, {
|
|
2026
2026
|
variant: "warning" | "danger" | "primary";
|
|
2027
2027
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
2028
|
-
}, true, {}, {}, {
|
|
2028
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2029
2029
|
P: {};
|
|
2030
2030
|
B: {};
|
|
2031
2031
|
D: {};
|
|
@@ -2065,9 +2065,9 @@ export declare const Warning: StoryFn<{
|
|
|
2065
2065
|
raised: {
|
|
2066
2066
|
type: import("vue").PropType<boolean>;
|
|
2067
2067
|
};
|
|
2068
|
-
}>> & {
|
|
2068
|
+
}>> & Readonly<{
|
|
2069
2069
|
onClick?: ((value: Event) => any) | undefined;
|
|
2070
|
-
}
|
|
2070
|
+
}>, {}, {}, {}, {}, {
|
|
2071
2071
|
variant: "warning" | "danger" | "primary";
|
|
2072
2072
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
2073
2073
|
}>;
|
|
@@ -2107,14 +2107,14 @@ export declare const Warning: StoryFn<{
|
|
|
2107
2107
|
raised: {
|
|
2108
2108
|
type: import("vue").PropType<boolean>;
|
|
2109
2109
|
};
|
|
2110
|
-
}>> & {
|
|
2110
|
+
}>> & Readonly<{
|
|
2111
2111
|
onClick?: ((value: Event) => any) | undefined;
|
|
2112
|
-
}
|
|
2112
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2113
2113
|
click: (value: Event) => void;
|
|
2114
2114
|
}, string, {
|
|
2115
2115
|
variant: "warning" | "danger" | "primary";
|
|
2116
2116
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
2117
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2117
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2118
2118
|
$slots: Readonly<{
|
|
2119
2119
|
default: (props?: any) => any;
|
|
2120
2120
|
}> & {
|
|
@@ -2122,7 +2122,7 @@ export declare const Warning: StoryFn<{
|
|
|
2122
2122
|
};
|
|
2123
2123
|
})>;
|
|
2124
2124
|
export declare const Danger: StoryFn<{
|
|
2125
|
-
new (...args: any[]): import("vue").
|
|
2125
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2126
2126
|
disabled: {
|
|
2127
2127
|
type: import("vue").PropType<boolean>;
|
|
2128
2128
|
};
|
|
@@ -2155,9 +2155,9 @@ export declare const Danger: StoryFn<{
|
|
|
2155
2155
|
raised: {
|
|
2156
2156
|
type: import("vue").PropType<boolean>;
|
|
2157
2157
|
};
|
|
2158
|
-
}>> & {
|
|
2158
|
+
}>> & Readonly<{
|
|
2159
2159
|
onClick?: ((value: Event) => any) | undefined;
|
|
2160
|
-
}
|
|
2160
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2161
2161
|
click: (value: Event) => void;
|
|
2162
2162
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2163
2163
|
disabled: {
|
|
@@ -2192,12 +2192,12 @@ export declare const Danger: StoryFn<{
|
|
|
2192
2192
|
raised: {
|
|
2193
2193
|
type: import("vue").PropType<boolean>;
|
|
2194
2194
|
};
|
|
2195
|
-
}>> & {
|
|
2195
|
+
}>> & Readonly<{
|
|
2196
2196
|
onClick?: ((value: Event) => any) | undefined;
|
|
2197
|
-
}
|
|
2197
|
+
}>, {
|
|
2198
2198
|
variant: "warning" | "danger" | "primary";
|
|
2199
2199
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
2200
|
-
}, true, {}, {}, {
|
|
2200
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2201
2201
|
P: {};
|
|
2202
2202
|
B: {};
|
|
2203
2203
|
D: {};
|
|
@@ -2237,9 +2237,9 @@ export declare const Danger: StoryFn<{
|
|
|
2237
2237
|
raised: {
|
|
2238
2238
|
type: import("vue").PropType<boolean>;
|
|
2239
2239
|
};
|
|
2240
|
-
}>> & {
|
|
2240
|
+
}>> & Readonly<{
|
|
2241
2241
|
onClick?: ((value: Event) => any) | undefined;
|
|
2242
|
-
}
|
|
2242
|
+
}>, {}, {}, {}, {}, {
|
|
2243
2243
|
variant: "warning" | "danger" | "primary";
|
|
2244
2244
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
2245
2245
|
}>;
|
|
@@ -2279,14 +2279,14 @@ export declare const Danger: StoryFn<{
|
|
|
2279
2279
|
raised: {
|
|
2280
2280
|
type: import("vue").PropType<boolean>;
|
|
2281
2281
|
};
|
|
2282
|
-
}>> & {
|
|
2282
|
+
}>> & Readonly<{
|
|
2283
2283
|
onClick?: ((value: Event) => any) | undefined;
|
|
2284
|
-
}
|
|
2284
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2285
2285
|
click: (value: Event) => void;
|
|
2286
2286
|
}, string, {
|
|
2287
2287
|
variant: "warning" | "danger" | "primary";
|
|
2288
2288
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
2289
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2289
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2290
2290
|
$slots: Readonly<{
|
|
2291
2291
|
default: (props?: any) => any;
|
|
2292
2292
|
}> & {
|