@vc-shell/framework 1.0.327 → 1.1.0-alpha.1
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 +4 -0
- package/core/types/index.ts +4 -8
- package/dist/core/types/index.d.ts +5 -8
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/framework.js +231 -218
- package/dist/{index-YPa3sZmi.js → index-6afjoxl_.js} +1 -1
- package/dist/{index-B0gk_mcS.js → index-BbQdOYmi.js} +1 -1
- package/dist/{index-CJmhp9vS.js → index-BrkL9UJR.js} +1 -1
- package/dist/{index-CgCz4CyH.js → index-BrmiwSoL.js} +1 -1
- package/dist/{index-D2jOZZjY.js → index-C2fcXLd3.js} +1 -1
- package/dist/{index-F3Hq-uIf.js → index-CUGEM4hi.js} +1 -1
- package/dist/{index-DAPeO06N.js → index-D0rhsYYW.js} +1 -1
- package/dist/{index-cnzEckQv.js → index-D8jMD-EZ.js} +1 -1
- package/dist/{index-iKZHcZzW.js → index-DQP89JB7.js} +1 -1
- package/dist/{index-BzXuUqVu.js → index-DaD28rcu.js} +1 -1
- package/dist/{index-uJMg_eoD.js → index-Df8tA8qI.js} +1 -1
- package/dist/{index-sB8jPoQD.js → index-Dg25Tarq.js} +1 -1
- package/dist/{index-KsWKxMp0.js → index-DrL4GDih.js} +1 -1
- package/dist/{index-CimbhNJz.js → index-DrxadmGH.js} +1 -1
- package/dist/{index-52C01JSh.js → index-DulPT6l3.js} +1 -1
- package/dist/{index-C8ZFV-LP.js → index-Y1Vd-H3g.js} +34754 -34242
- package/dist/{index-Dr0Jm59E.js → index-lQO4lsVu.js} +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/locales/en.json +1 -0
- package/dist/shared/components/app-bar-button/app-bar-button.vue.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +15 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +1 -1
- package/dist/shared/components/generic-dropdown/generic-dropdown.vue.d.ts +110 -0
- package/dist/shared/components/generic-dropdown/generic-dropdown.vue.d.ts.map +1 -0
- package/dist/shared/components/generic-dropdown/index.d.ts +2 -0
- package/dist/shared/components/generic-dropdown/index.d.ts.map +1 -0
- package/dist/shared/components/index.d.ts +2 -0
- package/dist/shared/components/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
- package/dist/shared/components/menu-item/index.d.ts +2 -0
- package/dist/shared/components/menu-item/index.d.ts.map +1 -0
- package/dist/shared/components/menu-item/menu-item.vue.d.ts +57 -0
- package/dist/shared/components/menu-item/menu-item.vue.d.ts.map +1 -0
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -1
- package/dist/shared/components/notification-template/index.d.ts +0 -6
- package/dist/shared/components/notification-template/index.d.ts.map +1 -1
- package/dist/shared/components/notification-template/notification-template.vue.d.ts +2 -2
- package/dist/shared/components/notification-template/notification-template.vue.d.ts.map +1 -1
- package/dist/shared/components/sidebar/sidebar.vue.d.ts +1 -0
- package/dist/shared/components/sidebar/sidebar.vue.d.ts.map +1 -1
- package/dist/shared/components/theme-selector/theme-selector.vue.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/_internal/user-actions.vue.d.ts +21 -0
- package/dist/shared/components/user-dropdown-button/_internal/user-actions.vue.d.ts.map +1 -0
- package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts +17 -0
- package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts.map +1 -0
- package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts +25 -0
- package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts.map +1 -0
- package/dist/shared/components/user-dropdown-button/composables/useUserActions.d.ts +3921 -0
- package/dist/shared/components/user-dropdown-button/composables/useUserActions.d.ts.map +1 -0
- package/dist/shared/components/user-dropdown-button/index.d.ts +5 -5
- 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/dynamic/components/fields/Button.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/props.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +0 -18
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +0 -12
- 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 +0 -12
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts +8 -8
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +8 -8
- package/dist/tailwind.config.d.ts +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +156 -156
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/icons/AppWindowIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/AppWindowIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/ArrowLeftIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/ArrowLeftIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/ArrowRightIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/ArrowRightIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/BellIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/BellIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/CircleDotsIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/CircleDotsIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/CrossSignIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/CrossSignIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/LogoutIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/LogoutIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/MinusSignIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/MinusSignIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/PlusSignIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/PlusSignIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/SettingsBoltIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/SettingsBoltIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/index.d.ts +12 -0
- package/dist/ui/components/atoms/vc-icon/icons/index.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/index.d.ts +1 -0
- package/dist/ui/components/atoms/vc-icon/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +3 -3
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +4 -0
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +996 -0
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +332 -0
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +3 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/composables/useToolbarSlots.d.ts +5 -0
- package/dist/ui/components/organisms/vc-app/composables/useToolbarSlots.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +16 -106
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +16 -106
- 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 +0 -2
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +0 -3
- 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 +13 -2
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +0 -16
- package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +0 -2
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +3 -3
- 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 +30 -30
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +6 -6
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +9 -6
- package/shared/components/app-bar-button/app-bar-button.vue +62 -45
- package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +31 -134
- package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +8 -7
- package/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.ts +16 -4
- package/shared/components/change-password/change-password.vue +2 -1
- package/shared/components/generic-dropdown/generic-dropdown.vue +171 -0
- package/shared/components/generic-dropdown/index.ts +1 -0
- package/shared/components/index.ts +2 -0
- package/shared/components/language-selector/language-selector.vue +29 -64
- package/shared/components/menu-item/index.ts +1 -0
- package/shared/components/menu-item/menu-item.vue +111 -0
- package/shared/components/notification-dropdown/notification-dropdown.vue +21 -72
- package/shared/components/notification-template/notification-template.vue +23 -34
- package/shared/components/sidebar/sidebar.vue +16 -1
- package/shared/components/theme-selector/theme-selector.vue +34 -76
- package/shared/components/user-dropdown-button/_internal/user-actions.vue +68 -0
- package/shared/components/user-dropdown-button/_internal/user-info.vue +74 -0
- package/shared/components/user-dropdown-button/_internal/user-sidebar.vue +73 -0
- package/shared/components/user-dropdown-button/composables/useUserActions.ts +56 -0
- package/shared/components/user-dropdown-button/user-dropdown-button.vue +69 -271
- package/tailwind.config.ts +1 -1
- package/ui/components/atoms/vc-badge/vc-badge.vue +10 -9
- package/ui/components/atoms/vc-button/vc-button.vue +2 -2
- package/ui/components/atoms/vc-card/vc-card.vue +4 -7
- package/ui/components/atoms/vc-icon/icons/AppWindowIcon.vue +32 -0
- package/ui/components/atoms/vc-icon/icons/ArrowLeftIcon.vue +24 -0
- package/ui/components/atoms/vc-icon/icons/ArrowRightIcon.vue +24 -0
- package/ui/components/atoms/vc-icon/icons/BellIcon.vue +29 -0
- package/ui/components/atoms/vc-icon/icons/CircleDotsIcon.vue +41 -0
- package/ui/components/atoms/vc-icon/icons/CrossSignIcon.vue +24 -0
- package/ui/components/atoms/vc-icon/icons/LogoutIcon.vue +24 -0
- package/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue +24 -0
- package/ui/components/atoms/vc-icon/icons/MinusSignIcon.vue +24 -0
- package/ui/components/atoms/vc-icon/icons/PlusSignIcon.vue +24 -0
- package/ui/components/atoms/vc-icon/icons/SettingsBoltIcon.vue +31 -0
- package/ui/components/atoms/vc-icon/icons/index.ts +11 -0
- package/ui/components/atoms/vc-icon/index.ts +1 -0
- package/ui/components/atoms/vc-icon/vc-icon.vue +33 -3
- package/ui/components/atoms/vc-status/vc-status.vue +17 -4
- package/ui/components/atoms/vc-tooltip/vc-tooltip.vue +22 -7
- package/ui/components/atoms/vc-widget/vc-widget.vue +31 -22
- package/ui/components/molecules/vc-pagination/vc-pagination.vue +9 -17
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +196 -33
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +47 -47
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +5 -29
- package/ui/components/organisms/vc-app/composables/useToolbarSlots.ts +37 -0
- package/ui/components/organisms/vc-app/vc-app.vue +87 -70
- package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +17 -17
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue +9 -69
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue +199 -31
- package/ui/components/organisms/vc-blade/vc-blade.stories.ts +1 -1
- package/ui/components/organisms/vc-blade/vc-blade.vue +129 -38
- package/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue +2 -2
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +1 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +34 -23
- package/ui/components/organisms/vc-table/vc-table.vue +44 -29
|
@@ -14,19 +14,19 @@ declare const _default: {
|
|
|
14
14
|
type: import("vue").PropType<boolean>;
|
|
15
15
|
};
|
|
16
16
|
icon: {
|
|
17
|
-
type: import("vue").PropType<string>;
|
|
17
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
18
18
|
};
|
|
19
19
|
variant: {
|
|
20
20
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
|
-
iconClass: {
|
|
24
|
-
type: import("vue").PropType<string>;
|
|
25
|
-
};
|
|
26
23
|
iconSize: {
|
|
27
24
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
28
25
|
default: string;
|
|
29
26
|
};
|
|
27
|
+
iconClass: {
|
|
28
|
+
type: import("vue").PropType<string>;
|
|
29
|
+
};
|
|
30
30
|
outline: {
|
|
31
31
|
type: import("vue").PropType<boolean>;
|
|
32
32
|
};
|
|
@@ -61,19 +61,19 @@ declare const _default: {
|
|
|
61
61
|
type: import("vue").PropType<boolean>;
|
|
62
62
|
};
|
|
63
63
|
icon: {
|
|
64
|
-
type: import("vue").PropType<string>;
|
|
64
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
65
65
|
};
|
|
66
66
|
variant: {
|
|
67
67
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
68
68
|
default: string;
|
|
69
69
|
};
|
|
70
|
-
iconClass: {
|
|
71
|
-
type: import("vue").PropType<string>;
|
|
72
|
-
};
|
|
73
70
|
iconSize: {
|
|
74
71
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
75
72
|
default: string;
|
|
76
73
|
};
|
|
74
|
+
iconClass: {
|
|
75
|
+
type: import("vue").PropType<string>;
|
|
76
|
+
};
|
|
77
77
|
outline: {
|
|
78
78
|
type: import("vue").PropType<boolean>;
|
|
79
79
|
};
|
|
@@ -103,19 +103,19 @@ declare const _default: {
|
|
|
103
103
|
type: import("vue").PropType<boolean>;
|
|
104
104
|
};
|
|
105
105
|
icon: {
|
|
106
|
-
type: import("vue").PropType<string>;
|
|
106
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
107
107
|
};
|
|
108
108
|
variant: {
|
|
109
109
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
110
110
|
default: string;
|
|
111
111
|
};
|
|
112
|
-
iconClass: {
|
|
113
|
-
type: import("vue").PropType<string>;
|
|
114
|
-
};
|
|
115
112
|
iconSize: {
|
|
116
113
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
117
114
|
default: string;
|
|
118
115
|
};
|
|
116
|
+
iconClass: {
|
|
117
|
+
type: import("vue").PropType<string>;
|
|
118
|
+
};
|
|
119
119
|
outline: {
|
|
120
120
|
type: import("vue").PropType<boolean>;
|
|
121
121
|
};
|
|
@@ -206,19 +206,19 @@ export declare const Basic: StoryFn<{
|
|
|
206
206
|
type: import("vue").PropType<boolean>;
|
|
207
207
|
};
|
|
208
208
|
icon: {
|
|
209
|
-
type: import("vue").PropType<string>;
|
|
209
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
210
210
|
};
|
|
211
211
|
variant: {
|
|
212
212
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
213
213
|
default: string;
|
|
214
214
|
};
|
|
215
|
-
iconClass: {
|
|
216
|
-
type: import("vue").PropType<string>;
|
|
217
|
-
};
|
|
218
215
|
iconSize: {
|
|
219
216
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
220
217
|
default: string;
|
|
221
218
|
};
|
|
219
|
+
iconClass: {
|
|
220
|
+
type: import("vue").PropType<string>;
|
|
221
|
+
};
|
|
222
222
|
outline: {
|
|
223
223
|
type: import("vue").PropType<boolean>;
|
|
224
224
|
};
|
|
@@ -253,19 +253,19 @@ export declare const Basic: StoryFn<{
|
|
|
253
253
|
type: import("vue").PropType<boolean>;
|
|
254
254
|
};
|
|
255
255
|
icon: {
|
|
256
|
-
type: import("vue").PropType<string>;
|
|
256
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
257
257
|
};
|
|
258
258
|
variant: {
|
|
259
259
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
260
260
|
default: string;
|
|
261
261
|
};
|
|
262
|
-
iconClass: {
|
|
263
|
-
type: import("vue").PropType<string>;
|
|
264
|
-
};
|
|
265
262
|
iconSize: {
|
|
266
263
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
267
264
|
default: string;
|
|
268
265
|
};
|
|
266
|
+
iconClass: {
|
|
267
|
+
type: import("vue").PropType<string>;
|
|
268
|
+
};
|
|
269
269
|
outline: {
|
|
270
270
|
type: import("vue").PropType<boolean>;
|
|
271
271
|
};
|
|
@@ -295,19 +295,19 @@ export declare const Basic: StoryFn<{
|
|
|
295
295
|
type: import("vue").PropType<boolean>;
|
|
296
296
|
};
|
|
297
297
|
icon: {
|
|
298
|
-
type: import("vue").PropType<string>;
|
|
298
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
299
299
|
};
|
|
300
300
|
variant: {
|
|
301
301
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
302
302
|
default: string;
|
|
303
303
|
};
|
|
304
|
-
iconClass: {
|
|
305
|
-
type: import("vue").PropType<string>;
|
|
306
|
-
};
|
|
307
304
|
iconSize: {
|
|
308
305
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
309
306
|
default: string;
|
|
310
307
|
};
|
|
308
|
+
iconClass: {
|
|
309
|
+
type: import("vue").PropType<string>;
|
|
310
|
+
};
|
|
311
311
|
outline: {
|
|
312
312
|
type: import("vue").PropType<boolean>;
|
|
313
313
|
};
|
|
@@ -343,19 +343,19 @@ export declare const Disabled: StoryFn<{
|
|
|
343
343
|
type: import("vue").PropType<boolean>;
|
|
344
344
|
};
|
|
345
345
|
icon: {
|
|
346
|
-
type: import("vue").PropType<string>;
|
|
346
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
347
347
|
};
|
|
348
348
|
variant: {
|
|
349
349
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
350
350
|
default: string;
|
|
351
351
|
};
|
|
352
|
-
iconClass: {
|
|
353
|
-
type: import("vue").PropType<string>;
|
|
354
|
-
};
|
|
355
352
|
iconSize: {
|
|
356
353
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
357
354
|
default: string;
|
|
358
355
|
};
|
|
356
|
+
iconClass: {
|
|
357
|
+
type: import("vue").PropType<string>;
|
|
358
|
+
};
|
|
359
359
|
outline: {
|
|
360
360
|
type: import("vue").PropType<boolean>;
|
|
361
361
|
};
|
|
@@ -390,19 +390,19 @@ export declare const Disabled: StoryFn<{
|
|
|
390
390
|
type: import("vue").PropType<boolean>;
|
|
391
391
|
};
|
|
392
392
|
icon: {
|
|
393
|
-
type: import("vue").PropType<string>;
|
|
393
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
394
394
|
};
|
|
395
395
|
variant: {
|
|
396
396
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
397
397
|
default: string;
|
|
398
398
|
};
|
|
399
|
-
iconClass: {
|
|
400
|
-
type: import("vue").PropType<string>;
|
|
401
|
-
};
|
|
402
399
|
iconSize: {
|
|
403
400
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
404
401
|
default: string;
|
|
405
402
|
};
|
|
403
|
+
iconClass: {
|
|
404
|
+
type: import("vue").PropType<string>;
|
|
405
|
+
};
|
|
406
406
|
outline: {
|
|
407
407
|
type: import("vue").PropType<boolean>;
|
|
408
408
|
};
|
|
@@ -432,19 +432,19 @@ export declare const Disabled: StoryFn<{
|
|
|
432
432
|
type: import("vue").PropType<boolean>;
|
|
433
433
|
};
|
|
434
434
|
icon: {
|
|
435
|
-
type: import("vue").PropType<string>;
|
|
435
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
436
436
|
};
|
|
437
437
|
variant: {
|
|
438
438
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
439
439
|
default: string;
|
|
440
440
|
};
|
|
441
|
-
iconClass: {
|
|
442
|
-
type: import("vue").PropType<string>;
|
|
443
|
-
};
|
|
444
441
|
iconSize: {
|
|
445
442
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
446
443
|
default: string;
|
|
447
444
|
};
|
|
445
|
+
iconClass: {
|
|
446
|
+
type: import("vue").PropType<string>;
|
|
447
|
+
};
|
|
448
448
|
outline: {
|
|
449
449
|
type: import("vue").PropType<boolean>;
|
|
450
450
|
};
|
|
@@ -480,19 +480,19 @@ export declare const Small: StoryFn<{
|
|
|
480
480
|
type: import("vue").PropType<boolean>;
|
|
481
481
|
};
|
|
482
482
|
icon: {
|
|
483
|
-
type: import("vue").PropType<string>;
|
|
483
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
484
484
|
};
|
|
485
485
|
variant: {
|
|
486
486
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
487
487
|
default: string;
|
|
488
488
|
};
|
|
489
|
-
iconClass: {
|
|
490
|
-
type: import("vue").PropType<string>;
|
|
491
|
-
};
|
|
492
489
|
iconSize: {
|
|
493
490
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
494
491
|
default: string;
|
|
495
492
|
};
|
|
493
|
+
iconClass: {
|
|
494
|
+
type: import("vue").PropType<string>;
|
|
495
|
+
};
|
|
496
496
|
outline: {
|
|
497
497
|
type: import("vue").PropType<boolean>;
|
|
498
498
|
};
|
|
@@ -527,19 +527,19 @@ export declare const Small: StoryFn<{
|
|
|
527
527
|
type: import("vue").PropType<boolean>;
|
|
528
528
|
};
|
|
529
529
|
icon: {
|
|
530
|
-
type: import("vue").PropType<string>;
|
|
530
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
531
531
|
};
|
|
532
532
|
variant: {
|
|
533
533
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
534
534
|
default: string;
|
|
535
535
|
};
|
|
536
|
-
iconClass: {
|
|
537
|
-
type: import("vue").PropType<string>;
|
|
538
|
-
};
|
|
539
536
|
iconSize: {
|
|
540
537
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
541
538
|
default: string;
|
|
542
539
|
};
|
|
540
|
+
iconClass: {
|
|
541
|
+
type: import("vue").PropType<string>;
|
|
542
|
+
};
|
|
543
543
|
outline: {
|
|
544
544
|
type: import("vue").PropType<boolean>;
|
|
545
545
|
};
|
|
@@ -569,19 +569,19 @@ export declare const Small: StoryFn<{
|
|
|
569
569
|
type: import("vue").PropType<boolean>;
|
|
570
570
|
};
|
|
571
571
|
icon: {
|
|
572
|
-
type: import("vue").PropType<string>;
|
|
572
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
573
573
|
};
|
|
574
574
|
variant: {
|
|
575
575
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
576
576
|
default: string;
|
|
577
577
|
};
|
|
578
|
-
iconClass: {
|
|
579
|
-
type: import("vue").PropType<string>;
|
|
580
|
-
};
|
|
581
578
|
iconSize: {
|
|
582
579
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
583
580
|
default: string;
|
|
584
581
|
};
|
|
582
|
+
iconClass: {
|
|
583
|
+
type: import("vue").PropType<string>;
|
|
584
|
+
};
|
|
585
585
|
outline: {
|
|
586
586
|
type: import("vue").PropType<boolean>;
|
|
587
587
|
};
|
|
@@ -617,19 +617,19 @@ export declare const Outline: StoryFn<{
|
|
|
617
617
|
type: import("vue").PropType<boolean>;
|
|
618
618
|
};
|
|
619
619
|
icon: {
|
|
620
|
-
type: import("vue").PropType<string>;
|
|
620
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
621
621
|
};
|
|
622
622
|
variant: {
|
|
623
623
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
624
624
|
default: string;
|
|
625
625
|
};
|
|
626
|
-
iconClass: {
|
|
627
|
-
type: import("vue").PropType<string>;
|
|
628
|
-
};
|
|
629
626
|
iconSize: {
|
|
630
627
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
631
628
|
default: string;
|
|
632
629
|
};
|
|
630
|
+
iconClass: {
|
|
631
|
+
type: import("vue").PropType<string>;
|
|
632
|
+
};
|
|
633
633
|
outline: {
|
|
634
634
|
type: import("vue").PropType<boolean>;
|
|
635
635
|
};
|
|
@@ -664,19 +664,19 @@ export declare const Outline: StoryFn<{
|
|
|
664
664
|
type: import("vue").PropType<boolean>;
|
|
665
665
|
};
|
|
666
666
|
icon: {
|
|
667
|
-
type: import("vue").PropType<string>;
|
|
667
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
668
668
|
};
|
|
669
669
|
variant: {
|
|
670
670
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
671
671
|
default: string;
|
|
672
672
|
};
|
|
673
|
-
iconClass: {
|
|
674
|
-
type: import("vue").PropType<string>;
|
|
675
|
-
};
|
|
676
673
|
iconSize: {
|
|
677
674
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
678
675
|
default: string;
|
|
679
676
|
};
|
|
677
|
+
iconClass: {
|
|
678
|
+
type: import("vue").PropType<string>;
|
|
679
|
+
};
|
|
680
680
|
outline: {
|
|
681
681
|
type: import("vue").PropType<boolean>;
|
|
682
682
|
};
|
|
@@ -706,19 +706,19 @@ export declare const Outline: StoryFn<{
|
|
|
706
706
|
type: import("vue").PropType<boolean>;
|
|
707
707
|
};
|
|
708
708
|
icon: {
|
|
709
|
-
type: import("vue").PropType<string>;
|
|
709
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
710
710
|
};
|
|
711
711
|
variant: {
|
|
712
712
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
713
713
|
default: string;
|
|
714
714
|
};
|
|
715
|
-
iconClass: {
|
|
716
|
-
type: import("vue").PropType<string>;
|
|
717
|
-
};
|
|
718
715
|
iconSize: {
|
|
719
716
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
720
717
|
default: string;
|
|
721
718
|
};
|
|
719
|
+
iconClass: {
|
|
720
|
+
type: import("vue").PropType<string>;
|
|
721
|
+
};
|
|
722
722
|
outline: {
|
|
723
723
|
type: import("vue").PropType<boolean>;
|
|
724
724
|
};
|
|
@@ -754,19 +754,19 @@ export declare const Selected: StoryFn<{
|
|
|
754
754
|
type: import("vue").PropType<boolean>;
|
|
755
755
|
};
|
|
756
756
|
icon: {
|
|
757
|
-
type: import("vue").PropType<string>;
|
|
757
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
758
758
|
};
|
|
759
759
|
variant: {
|
|
760
760
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
761
761
|
default: string;
|
|
762
762
|
};
|
|
763
|
-
iconClass: {
|
|
764
|
-
type: import("vue").PropType<string>;
|
|
765
|
-
};
|
|
766
763
|
iconSize: {
|
|
767
764
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
768
765
|
default: string;
|
|
769
766
|
};
|
|
767
|
+
iconClass: {
|
|
768
|
+
type: import("vue").PropType<string>;
|
|
769
|
+
};
|
|
770
770
|
outline: {
|
|
771
771
|
type: import("vue").PropType<boolean>;
|
|
772
772
|
};
|
|
@@ -801,19 +801,19 @@ export declare const Selected: StoryFn<{
|
|
|
801
801
|
type: import("vue").PropType<boolean>;
|
|
802
802
|
};
|
|
803
803
|
icon: {
|
|
804
|
-
type: import("vue").PropType<string>;
|
|
804
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
805
805
|
};
|
|
806
806
|
variant: {
|
|
807
807
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
808
808
|
default: string;
|
|
809
809
|
};
|
|
810
|
-
iconClass: {
|
|
811
|
-
type: import("vue").PropType<string>;
|
|
812
|
-
};
|
|
813
810
|
iconSize: {
|
|
814
811
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
815
812
|
default: string;
|
|
816
813
|
};
|
|
814
|
+
iconClass: {
|
|
815
|
+
type: import("vue").PropType<string>;
|
|
816
|
+
};
|
|
817
817
|
outline: {
|
|
818
818
|
type: import("vue").PropType<boolean>;
|
|
819
819
|
};
|
|
@@ -843,19 +843,19 @@ export declare const Selected: StoryFn<{
|
|
|
843
843
|
type: import("vue").PropType<boolean>;
|
|
844
844
|
};
|
|
845
845
|
icon: {
|
|
846
|
-
type: import("vue").PropType<string>;
|
|
846
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
847
847
|
};
|
|
848
848
|
variant: {
|
|
849
849
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
850
850
|
default: string;
|
|
851
851
|
};
|
|
852
|
-
iconClass: {
|
|
853
|
-
type: import("vue").PropType<string>;
|
|
854
|
-
};
|
|
855
852
|
iconSize: {
|
|
856
853
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
857
854
|
default: string;
|
|
858
855
|
};
|
|
856
|
+
iconClass: {
|
|
857
|
+
type: import("vue").PropType<string>;
|
|
858
|
+
};
|
|
859
859
|
outline: {
|
|
860
860
|
type: import("vue").PropType<boolean>;
|
|
861
861
|
};
|
|
@@ -891,19 +891,19 @@ export declare const Text: StoryFn<{
|
|
|
891
891
|
type: import("vue").PropType<boolean>;
|
|
892
892
|
};
|
|
893
893
|
icon: {
|
|
894
|
-
type: import("vue").PropType<string>;
|
|
894
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
895
895
|
};
|
|
896
896
|
variant: {
|
|
897
897
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
898
898
|
default: string;
|
|
899
899
|
};
|
|
900
|
-
iconClass: {
|
|
901
|
-
type: import("vue").PropType<string>;
|
|
902
|
-
};
|
|
903
900
|
iconSize: {
|
|
904
901
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
905
902
|
default: string;
|
|
906
903
|
};
|
|
904
|
+
iconClass: {
|
|
905
|
+
type: import("vue").PropType<string>;
|
|
906
|
+
};
|
|
907
907
|
outline: {
|
|
908
908
|
type: import("vue").PropType<boolean>;
|
|
909
909
|
};
|
|
@@ -938,19 +938,19 @@ export declare const Text: StoryFn<{
|
|
|
938
938
|
type: import("vue").PropType<boolean>;
|
|
939
939
|
};
|
|
940
940
|
icon: {
|
|
941
|
-
type: import("vue").PropType<string>;
|
|
941
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
942
942
|
};
|
|
943
943
|
variant: {
|
|
944
944
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
945
945
|
default: string;
|
|
946
946
|
};
|
|
947
|
-
iconClass: {
|
|
948
|
-
type: import("vue").PropType<string>;
|
|
949
|
-
};
|
|
950
947
|
iconSize: {
|
|
951
948
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
952
949
|
default: string;
|
|
953
950
|
};
|
|
951
|
+
iconClass: {
|
|
952
|
+
type: import("vue").PropType<string>;
|
|
953
|
+
};
|
|
954
954
|
outline: {
|
|
955
955
|
type: import("vue").PropType<boolean>;
|
|
956
956
|
};
|
|
@@ -980,19 +980,19 @@ export declare const Text: StoryFn<{
|
|
|
980
980
|
type: import("vue").PropType<boolean>;
|
|
981
981
|
};
|
|
982
982
|
icon: {
|
|
983
|
-
type: import("vue").PropType<string>;
|
|
983
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
984
984
|
};
|
|
985
985
|
variant: {
|
|
986
986
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
987
987
|
default: string;
|
|
988
988
|
};
|
|
989
|
-
iconClass: {
|
|
990
|
-
type: import("vue").PropType<string>;
|
|
991
|
-
};
|
|
992
989
|
iconSize: {
|
|
993
990
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
994
991
|
default: string;
|
|
995
992
|
};
|
|
993
|
+
iconClass: {
|
|
994
|
+
type: import("vue").PropType<string>;
|
|
995
|
+
};
|
|
996
996
|
outline: {
|
|
997
997
|
type: import("vue").PropType<boolean>;
|
|
998
998
|
};
|
|
@@ -1028,19 +1028,19 @@ export declare const Raised: StoryFn<{
|
|
|
1028
1028
|
type: import("vue").PropType<boolean>;
|
|
1029
1029
|
};
|
|
1030
1030
|
icon: {
|
|
1031
|
-
type: import("vue").PropType<string>;
|
|
1031
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1032
1032
|
};
|
|
1033
1033
|
variant: {
|
|
1034
1034
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1035
1035
|
default: string;
|
|
1036
1036
|
};
|
|
1037
|
-
iconClass: {
|
|
1038
|
-
type: import("vue").PropType<string>;
|
|
1039
|
-
};
|
|
1040
1037
|
iconSize: {
|
|
1041
1038
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1042
1039
|
default: string;
|
|
1043
1040
|
};
|
|
1041
|
+
iconClass: {
|
|
1042
|
+
type: import("vue").PropType<string>;
|
|
1043
|
+
};
|
|
1044
1044
|
outline: {
|
|
1045
1045
|
type: import("vue").PropType<boolean>;
|
|
1046
1046
|
};
|
|
@@ -1075,19 +1075,19 @@ export declare const Raised: StoryFn<{
|
|
|
1075
1075
|
type: import("vue").PropType<boolean>;
|
|
1076
1076
|
};
|
|
1077
1077
|
icon: {
|
|
1078
|
-
type: import("vue").PropType<string>;
|
|
1078
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1079
1079
|
};
|
|
1080
1080
|
variant: {
|
|
1081
1081
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1082
1082
|
default: string;
|
|
1083
1083
|
};
|
|
1084
|
-
iconClass: {
|
|
1085
|
-
type: import("vue").PropType<string>;
|
|
1086
|
-
};
|
|
1087
1084
|
iconSize: {
|
|
1088
1085
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1089
1086
|
default: string;
|
|
1090
1087
|
};
|
|
1088
|
+
iconClass: {
|
|
1089
|
+
type: import("vue").PropType<string>;
|
|
1090
|
+
};
|
|
1091
1091
|
outline: {
|
|
1092
1092
|
type: import("vue").PropType<boolean>;
|
|
1093
1093
|
};
|
|
@@ -1117,19 +1117,19 @@ export declare const Raised: StoryFn<{
|
|
|
1117
1117
|
type: import("vue").PropType<boolean>;
|
|
1118
1118
|
};
|
|
1119
1119
|
icon: {
|
|
1120
|
-
type: import("vue").PropType<string>;
|
|
1120
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1121
1121
|
};
|
|
1122
1122
|
variant: {
|
|
1123
1123
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1124
1124
|
default: string;
|
|
1125
1125
|
};
|
|
1126
|
-
iconClass: {
|
|
1127
|
-
type: import("vue").PropType<string>;
|
|
1128
|
-
};
|
|
1129
1126
|
iconSize: {
|
|
1130
1127
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1131
1128
|
default: string;
|
|
1132
1129
|
};
|
|
1130
|
+
iconClass: {
|
|
1131
|
+
type: import("vue").PropType<string>;
|
|
1132
|
+
};
|
|
1133
1133
|
outline: {
|
|
1134
1134
|
type: import("vue").PropType<boolean>;
|
|
1135
1135
|
};
|
|
@@ -1165,19 +1165,19 @@ export declare const Icon: StoryFn<{
|
|
|
1165
1165
|
type: import("vue").PropType<boolean>;
|
|
1166
1166
|
};
|
|
1167
1167
|
icon: {
|
|
1168
|
-
type: import("vue").PropType<string>;
|
|
1168
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1169
1169
|
};
|
|
1170
1170
|
variant: {
|
|
1171
1171
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1172
1172
|
default: string;
|
|
1173
1173
|
};
|
|
1174
|
-
iconClass: {
|
|
1175
|
-
type: import("vue").PropType<string>;
|
|
1176
|
-
};
|
|
1177
1174
|
iconSize: {
|
|
1178
1175
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1179
1176
|
default: string;
|
|
1180
1177
|
};
|
|
1178
|
+
iconClass: {
|
|
1179
|
+
type: import("vue").PropType<string>;
|
|
1180
|
+
};
|
|
1181
1181
|
outline: {
|
|
1182
1182
|
type: import("vue").PropType<boolean>;
|
|
1183
1183
|
};
|
|
@@ -1212,19 +1212,19 @@ export declare const Icon: StoryFn<{
|
|
|
1212
1212
|
type: import("vue").PropType<boolean>;
|
|
1213
1213
|
};
|
|
1214
1214
|
icon: {
|
|
1215
|
-
type: import("vue").PropType<string>;
|
|
1215
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1216
1216
|
};
|
|
1217
1217
|
variant: {
|
|
1218
1218
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1219
1219
|
default: string;
|
|
1220
1220
|
};
|
|
1221
|
-
iconClass: {
|
|
1222
|
-
type: import("vue").PropType<string>;
|
|
1223
|
-
};
|
|
1224
1221
|
iconSize: {
|
|
1225
1222
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1226
1223
|
default: string;
|
|
1227
1224
|
};
|
|
1225
|
+
iconClass: {
|
|
1226
|
+
type: import("vue").PropType<string>;
|
|
1227
|
+
};
|
|
1228
1228
|
outline: {
|
|
1229
1229
|
type: import("vue").PropType<boolean>;
|
|
1230
1230
|
};
|
|
@@ -1254,19 +1254,19 @@ export declare const Icon: StoryFn<{
|
|
|
1254
1254
|
type: import("vue").PropType<boolean>;
|
|
1255
1255
|
};
|
|
1256
1256
|
icon: {
|
|
1257
|
-
type: import("vue").PropType<string>;
|
|
1257
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1258
1258
|
};
|
|
1259
1259
|
variant: {
|
|
1260
1260
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1261
1261
|
default: string;
|
|
1262
1262
|
};
|
|
1263
|
-
iconClass: {
|
|
1264
|
-
type: import("vue").PropType<string>;
|
|
1265
|
-
};
|
|
1266
1263
|
iconSize: {
|
|
1267
1264
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1268
1265
|
default: string;
|
|
1269
1266
|
};
|
|
1267
|
+
iconClass: {
|
|
1268
|
+
type: import("vue").PropType<string>;
|
|
1269
|
+
};
|
|
1270
1270
|
outline: {
|
|
1271
1271
|
type: import("vue").PropType<boolean>;
|
|
1272
1272
|
};
|
|
@@ -1302,19 +1302,19 @@ export declare const IconClass: StoryFn<{
|
|
|
1302
1302
|
type: import("vue").PropType<boolean>;
|
|
1303
1303
|
};
|
|
1304
1304
|
icon: {
|
|
1305
|
-
type: import("vue").PropType<string>;
|
|
1305
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1306
1306
|
};
|
|
1307
1307
|
variant: {
|
|
1308
1308
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1309
1309
|
default: string;
|
|
1310
1310
|
};
|
|
1311
|
-
iconClass: {
|
|
1312
|
-
type: import("vue").PropType<string>;
|
|
1313
|
-
};
|
|
1314
1311
|
iconSize: {
|
|
1315
1312
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1316
1313
|
default: string;
|
|
1317
1314
|
};
|
|
1315
|
+
iconClass: {
|
|
1316
|
+
type: import("vue").PropType<string>;
|
|
1317
|
+
};
|
|
1318
1318
|
outline: {
|
|
1319
1319
|
type: import("vue").PropType<boolean>;
|
|
1320
1320
|
};
|
|
@@ -1349,19 +1349,19 @@ export declare const IconClass: StoryFn<{
|
|
|
1349
1349
|
type: import("vue").PropType<boolean>;
|
|
1350
1350
|
};
|
|
1351
1351
|
icon: {
|
|
1352
|
-
type: import("vue").PropType<string>;
|
|
1352
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1353
1353
|
};
|
|
1354
1354
|
variant: {
|
|
1355
1355
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1356
1356
|
default: string;
|
|
1357
1357
|
};
|
|
1358
|
-
iconClass: {
|
|
1359
|
-
type: import("vue").PropType<string>;
|
|
1360
|
-
};
|
|
1361
1358
|
iconSize: {
|
|
1362
1359
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1363
1360
|
default: string;
|
|
1364
1361
|
};
|
|
1362
|
+
iconClass: {
|
|
1363
|
+
type: import("vue").PropType<string>;
|
|
1364
|
+
};
|
|
1365
1365
|
outline: {
|
|
1366
1366
|
type: import("vue").PropType<boolean>;
|
|
1367
1367
|
};
|
|
@@ -1391,19 +1391,19 @@ export declare const IconClass: StoryFn<{
|
|
|
1391
1391
|
type: import("vue").PropType<boolean>;
|
|
1392
1392
|
};
|
|
1393
1393
|
icon: {
|
|
1394
|
-
type: import("vue").PropType<string>;
|
|
1394
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1395
1395
|
};
|
|
1396
1396
|
variant: {
|
|
1397
1397
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1398
1398
|
default: string;
|
|
1399
1399
|
};
|
|
1400
|
-
iconClass: {
|
|
1401
|
-
type: import("vue").PropType<string>;
|
|
1402
|
-
};
|
|
1403
1400
|
iconSize: {
|
|
1404
1401
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1405
1402
|
default: string;
|
|
1406
1403
|
};
|
|
1404
|
+
iconClass: {
|
|
1405
|
+
type: import("vue").PropType<string>;
|
|
1406
|
+
};
|
|
1407
1407
|
outline: {
|
|
1408
1408
|
type: import("vue").PropType<boolean>;
|
|
1409
1409
|
};
|
|
@@ -1439,19 +1439,19 @@ export declare const IconSize: StoryFn<{
|
|
|
1439
1439
|
type: import("vue").PropType<boolean>;
|
|
1440
1440
|
};
|
|
1441
1441
|
icon: {
|
|
1442
|
-
type: import("vue").PropType<string>;
|
|
1442
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1443
1443
|
};
|
|
1444
1444
|
variant: {
|
|
1445
1445
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1446
1446
|
default: string;
|
|
1447
1447
|
};
|
|
1448
|
-
iconClass: {
|
|
1449
|
-
type: import("vue").PropType<string>;
|
|
1450
|
-
};
|
|
1451
1448
|
iconSize: {
|
|
1452
1449
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1453
1450
|
default: string;
|
|
1454
1451
|
};
|
|
1452
|
+
iconClass: {
|
|
1453
|
+
type: import("vue").PropType<string>;
|
|
1454
|
+
};
|
|
1455
1455
|
outline: {
|
|
1456
1456
|
type: import("vue").PropType<boolean>;
|
|
1457
1457
|
};
|
|
@@ -1486,19 +1486,19 @@ export declare const IconSize: StoryFn<{
|
|
|
1486
1486
|
type: import("vue").PropType<boolean>;
|
|
1487
1487
|
};
|
|
1488
1488
|
icon: {
|
|
1489
|
-
type: import("vue").PropType<string>;
|
|
1489
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1490
1490
|
};
|
|
1491
1491
|
variant: {
|
|
1492
1492
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1493
1493
|
default: string;
|
|
1494
1494
|
};
|
|
1495
|
-
iconClass: {
|
|
1496
|
-
type: import("vue").PropType<string>;
|
|
1497
|
-
};
|
|
1498
1495
|
iconSize: {
|
|
1499
1496
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1500
1497
|
default: string;
|
|
1501
1498
|
};
|
|
1499
|
+
iconClass: {
|
|
1500
|
+
type: import("vue").PropType<string>;
|
|
1501
|
+
};
|
|
1502
1502
|
outline: {
|
|
1503
1503
|
type: import("vue").PropType<boolean>;
|
|
1504
1504
|
};
|
|
@@ -1528,19 +1528,19 @@ export declare const IconSize: StoryFn<{
|
|
|
1528
1528
|
type: import("vue").PropType<boolean>;
|
|
1529
1529
|
};
|
|
1530
1530
|
icon: {
|
|
1531
|
-
type: import("vue").PropType<string>;
|
|
1531
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1532
1532
|
};
|
|
1533
1533
|
variant: {
|
|
1534
1534
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1535
1535
|
default: string;
|
|
1536
1536
|
};
|
|
1537
|
-
iconClass: {
|
|
1538
|
-
type: import("vue").PropType<string>;
|
|
1539
|
-
};
|
|
1540
1537
|
iconSize: {
|
|
1541
1538
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1542
1539
|
default: string;
|
|
1543
1540
|
};
|
|
1541
|
+
iconClass: {
|
|
1542
|
+
type: import("vue").PropType<string>;
|
|
1543
|
+
};
|
|
1544
1544
|
outline: {
|
|
1545
1545
|
type: import("vue").PropType<boolean>;
|
|
1546
1546
|
};
|
|
@@ -1576,19 +1576,19 @@ export declare const Warning: StoryFn<{
|
|
|
1576
1576
|
type: import("vue").PropType<boolean>;
|
|
1577
1577
|
};
|
|
1578
1578
|
icon: {
|
|
1579
|
-
type: import("vue").PropType<string>;
|
|
1579
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1580
1580
|
};
|
|
1581
1581
|
variant: {
|
|
1582
1582
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1583
1583
|
default: string;
|
|
1584
1584
|
};
|
|
1585
|
-
iconClass: {
|
|
1586
|
-
type: import("vue").PropType<string>;
|
|
1587
|
-
};
|
|
1588
1585
|
iconSize: {
|
|
1589
1586
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1590
1587
|
default: string;
|
|
1591
1588
|
};
|
|
1589
|
+
iconClass: {
|
|
1590
|
+
type: import("vue").PropType<string>;
|
|
1591
|
+
};
|
|
1592
1592
|
outline: {
|
|
1593
1593
|
type: import("vue").PropType<boolean>;
|
|
1594
1594
|
};
|
|
@@ -1623,19 +1623,19 @@ export declare const Warning: StoryFn<{
|
|
|
1623
1623
|
type: import("vue").PropType<boolean>;
|
|
1624
1624
|
};
|
|
1625
1625
|
icon: {
|
|
1626
|
-
type: import("vue").PropType<string>;
|
|
1626
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1627
1627
|
};
|
|
1628
1628
|
variant: {
|
|
1629
1629
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1630
1630
|
default: string;
|
|
1631
1631
|
};
|
|
1632
|
-
iconClass: {
|
|
1633
|
-
type: import("vue").PropType<string>;
|
|
1634
|
-
};
|
|
1635
1632
|
iconSize: {
|
|
1636
1633
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1637
1634
|
default: string;
|
|
1638
1635
|
};
|
|
1636
|
+
iconClass: {
|
|
1637
|
+
type: import("vue").PropType<string>;
|
|
1638
|
+
};
|
|
1639
1639
|
outline: {
|
|
1640
1640
|
type: import("vue").PropType<boolean>;
|
|
1641
1641
|
};
|
|
@@ -1665,19 +1665,19 @@ export declare const Warning: StoryFn<{
|
|
|
1665
1665
|
type: import("vue").PropType<boolean>;
|
|
1666
1666
|
};
|
|
1667
1667
|
icon: {
|
|
1668
|
-
type: import("vue").PropType<string>;
|
|
1668
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1669
1669
|
};
|
|
1670
1670
|
variant: {
|
|
1671
1671
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1672
1672
|
default: string;
|
|
1673
1673
|
};
|
|
1674
|
-
iconClass: {
|
|
1675
|
-
type: import("vue").PropType<string>;
|
|
1676
|
-
};
|
|
1677
1674
|
iconSize: {
|
|
1678
1675
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1679
1676
|
default: string;
|
|
1680
1677
|
};
|
|
1678
|
+
iconClass: {
|
|
1679
|
+
type: import("vue").PropType<string>;
|
|
1680
|
+
};
|
|
1681
1681
|
outline: {
|
|
1682
1682
|
type: import("vue").PropType<boolean>;
|
|
1683
1683
|
};
|
|
@@ -1713,19 +1713,19 @@ export declare const Danger: StoryFn<{
|
|
|
1713
1713
|
type: import("vue").PropType<boolean>;
|
|
1714
1714
|
};
|
|
1715
1715
|
icon: {
|
|
1716
|
-
type: import("vue").PropType<string>;
|
|
1716
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1717
1717
|
};
|
|
1718
1718
|
variant: {
|
|
1719
1719
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1720
1720
|
default: string;
|
|
1721
1721
|
};
|
|
1722
|
-
iconClass: {
|
|
1723
|
-
type: import("vue").PropType<string>;
|
|
1724
|
-
};
|
|
1725
1722
|
iconSize: {
|
|
1726
1723
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1727
1724
|
default: string;
|
|
1728
1725
|
};
|
|
1726
|
+
iconClass: {
|
|
1727
|
+
type: import("vue").PropType<string>;
|
|
1728
|
+
};
|
|
1729
1729
|
outline: {
|
|
1730
1730
|
type: import("vue").PropType<boolean>;
|
|
1731
1731
|
};
|
|
@@ -1760,19 +1760,19 @@ export declare const Danger: StoryFn<{
|
|
|
1760
1760
|
type: import("vue").PropType<boolean>;
|
|
1761
1761
|
};
|
|
1762
1762
|
icon: {
|
|
1763
|
-
type: import("vue").PropType<string>;
|
|
1763
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1764
1764
|
};
|
|
1765
1765
|
variant: {
|
|
1766
1766
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1767
1767
|
default: string;
|
|
1768
1768
|
};
|
|
1769
|
-
iconClass: {
|
|
1770
|
-
type: import("vue").PropType<string>;
|
|
1771
|
-
};
|
|
1772
1769
|
iconSize: {
|
|
1773
1770
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1774
1771
|
default: string;
|
|
1775
1772
|
};
|
|
1773
|
+
iconClass: {
|
|
1774
|
+
type: import("vue").PropType<string>;
|
|
1775
|
+
};
|
|
1776
1776
|
outline: {
|
|
1777
1777
|
type: import("vue").PropType<boolean>;
|
|
1778
1778
|
};
|
|
@@ -1802,19 +1802,19 @@ export declare const Danger: StoryFn<{
|
|
|
1802
1802
|
type: import("vue").PropType<boolean>;
|
|
1803
1803
|
};
|
|
1804
1804
|
icon: {
|
|
1805
|
-
type: import("vue").PropType<string>;
|
|
1805
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
1806
1806
|
};
|
|
1807
1807
|
variant: {
|
|
1808
1808
|
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1809
1809
|
default: string;
|
|
1810
1810
|
};
|
|
1811
|
-
iconClass: {
|
|
1812
|
-
type: import("vue").PropType<string>;
|
|
1813
|
-
};
|
|
1814
1811
|
iconSize: {
|
|
1815
1812
|
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1816
1813
|
default: string;
|
|
1817
1814
|
};
|
|
1815
|
+
iconClass: {
|
|
1816
|
+
type: import("vue").PropType<string>;
|
|
1817
|
+
};
|
|
1818
1818
|
outline: {
|
|
1819
1819
|
type: import("vue").PropType<boolean>;
|
|
1820
1820
|
};
|