base6-ui 2.0.31 → 2.0.34
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/dist/_internal/select-menu/styles/dark.d.ts +2 -0
- package/dist/_internal/select-menu/styles/index.d.ts +2 -0
- package/dist/_internal/select-menu/styles/light.d.ts +2 -0
- package/dist/_internal/selection/index.d.ts +0 -0
- package/dist/_internal/selection/styles/dark.d.ts +2 -0
- package/dist/_internal/selection/styles/index.d.ts +2 -0
- package/dist/_internal/selection/styles/light.d.ts +2 -0
- package/dist/_mixins/index.d.ts +2 -0
- package/dist/_mixins/use-boden-http-message.d.ts +10 -0
- package/dist/_mixins/use-locale.d.ts +17 -0
- package/dist/_styles/index.d.ts +1 -0
- package/dist/_styles/vars/base/dark.d.ts +3 -0
- package/dist/_styles/vars/base/index.d.ts +3 -0
- package/dist/_styles/vars/base/light.d.ts +54 -0
- package/dist/_styles/vars/colors/dark.d.ts +3 -0
- package/dist/_styles/vars/colors/index.d.ts +3 -0
- package/dist/_styles/vars/colors/light.d.ts +35 -0
- package/dist/_styles/vars/index.d.ts +2 -0
- package/dist/_themeOverrides/charts/dark.d.ts +398 -0
- package/dist/_themeOverrides/charts/index.d.ts +2 -0
- package/dist/_themeOverrides/charts/light.d.ts +396 -0
- package/dist/_types/_internal.d.ts +94 -0
- package/dist/_utils/index.d.ts +1 -0
- package/dist/components/alert/index.d.ts +0 -0
- package/dist/components/alert/styles/_common.d.ts +2 -0
- package/dist/components/alert/styles/dark.d.ts +2 -0
- package/dist/components/alert/styles/index.d.ts +2 -0
- package/dist/components/alert/styles/light.d.ts +2 -0
- package/dist/components/breadcrumb/styles/dark.d.ts +2 -0
- package/dist/components/breadcrumb/styles/index.d.ts +2 -0
- package/dist/components/breadcrumb/styles/light.d.ts +2 -0
- package/dist/components/button/index.d.ts +2 -2
- package/dist/components/button/src/button.d.ts +1352 -0
- package/dist/components/button/styles/_common.d.ts +2 -0
- package/dist/components/button/styles/dark.d.ts +2 -0
- package/dist/components/button/styles/index.d.ts +2 -0
- package/dist/components/button/styles/light.d.ts +2 -0
- package/dist/components/card/index.d.ts +0 -0
- package/dist/components/card/styles/dark.d.ts +2 -0
- package/dist/components/card/styles/index.d.ts +2 -0
- package/dist/components/card/styles/light.d.ts +2 -0
- package/dist/components/cascader/index.d.ts +2 -2
- package/dist/components/cascader/src/cascader.d.ts +1597 -0
- package/dist/components/cascader/src/cssVar.d.ts +10 -0
- package/dist/components/cascader/styles/_common.d.ts +2 -0
- package/dist/components/cascader/styles/dark.d.ts +2 -0
- package/dist/components/cascader/styles/index.d.ts +2 -0
- package/dist/components/cascader/styles/light.d.ts +2 -0
- package/dist/components/checkbox/index.d.ts +0 -0
- package/dist/components/checkbox/styles/_common.d.ts +2 -0
- package/dist/components/checkbox/styles/dark.d.ts +2 -0
- package/dist/components/checkbox/styles/index.d.ts +2 -0
- package/dist/components/checkbox/styles/light.d.ts +2 -0
- package/dist/components/config-provider/config-provider.d.ts +2 -2
- package/dist/components/data-table/index.d.ts +2 -2
- package/dist/components/data-table/styles/_common.d.ts +2 -0
- package/dist/components/data-table/styles/dark.d.ts +2 -0
- package/dist/components/data-table/styles/index.d.ts +2 -0
- package/dist/components/data-table/styles/light.d.ts +2 -0
- package/dist/components/date-picker/index.d.ts +0 -0
- package/dist/components/date-picker/styles/dark.d.ts +2 -0
- package/dist/components/date-picker/styles/index.d.ts +2 -0
- package/dist/components/date-picker/styles/light.d.ts +2 -0
- package/dist/components/dialog/index.d.ts +2 -2
- package/dist/components/dialog/src/index.vue.d.ts +58 -0
- package/dist/components/dialog/styles/_common.d.ts +2 -0
- package/dist/components/dialog/styles/dark.d.ts +2 -0
- package/dist/components/dialog/styles/index.d.ts +2 -0
- package/dist/components/dialog/styles/light.d.ts +2 -0
- package/dist/components/divider/styles/index.d.ts +1 -0
- package/dist/components/divider/styles/light.d.ts +2 -0
- package/dist/components/dropdown/styles/_common.d.ts +2 -0
- package/dist/components/dropdown/styles/dark.d.ts +2 -0
- package/dist/components/dropdown/styles/index.d.ts +2 -0
- package/dist/components/dropdown/styles/light.d.ts +2 -0
- package/dist/components/form/styles/_common.d.ts +2 -0
- package/dist/components/form/styles/dark.d.ts +2 -0
- package/dist/components/form/styles/index.d.ts +2 -0
- package/dist/components/form/styles/light.d.ts +2 -0
- package/dist/components/index.d.ts +1 -1
- package/dist/components/input/styles/_common.d.ts +2 -0
- package/dist/components/input/styles/dark.d.ts +2 -0
- package/dist/components/input/styles/index.d.ts +2 -0
- package/dist/components/input/styles/light.d.ts +2 -0
- package/dist/components/input-number/index.d.ts +1 -1
- package/dist/components/input-number/styles/_common.d.ts +3 -0
- package/dist/components/input-number/styles/dark.d.ts +3 -0
- package/dist/components/input-number/styles/index.d.ts +2 -0
- package/dist/components/input-number/styles/light.d.ts +3 -0
- package/dist/components/layout/aside-menu/aside-menu.d.ts +1 -1
- package/dist/components/layout/styles/dark.d.ts +6 -0
- package/dist/components/layout/styles/index.d.ts +2 -0
- package/dist/components/layout/styles/light.d.ts +6 -0
- package/dist/components/layout/types.d.ts +1 -1
- package/dist/components/menu/styles/dark.d.ts +2 -0
- package/dist/components/menu/styles/index.d.ts +2 -0
- package/dist/components/menu/styles/light.d.ts +2 -0
- package/dist/components/pagination/styles/_common.d.ts +2 -0
- package/dist/components/pagination/styles/dark.d.ts +2 -0
- package/dist/components/pagination/styles/index.d.ts +2 -0
- package/dist/components/pagination/styles/light.d.ts +2 -0
- package/dist/components/platform-header-navigation/src/interface.d.ts +1 -0
- package/dist/components/popconfirm/styles/_common.d.ts +2 -0
- package/dist/components/popconfirm/styles/dark.d.ts +2 -0
- package/dist/components/popconfirm/styles/index.d.ts +2 -0
- package/dist/components/popconfirm/styles/light.d.ts +2 -0
- package/dist/components/popover/styles/_common.d.ts +2 -0
- package/dist/components/popover/styles/dark.d.ts +2 -0
- package/dist/components/popover/styles/index.d.ts +2 -0
- package/dist/components/popover/styles/light.d.ts +2 -0
- package/dist/components/progress/index.d.ts +1 -389
- package/dist/components/progress/src/cssVar.d.ts +8 -0
- package/dist/components/progress/src/progress.d.ts +389 -0
- package/dist/components/progress/styles/dark.d.ts +2 -0
- package/dist/components/progress/styles/index.d.ts +2 -0
- package/dist/components/progress/styles/light.d.ts +2 -0
- package/dist/components/radio/index.d.ts +1 -1
- package/dist/components/radio/src/cssVar.d.ts +5 -0
- package/dist/components/radio/src/radio.vue.d.ts +23 -0
- package/dist/components/radio/styles/dark.d.ts +2 -0
- package/dist/components/radio/styles/index.d.ts +2 -0
- package/dist/components/radio/styles/light.d.ts +2 -0
- package/dist/components/select/src/select.d.ts +10 -10
- package/dist/components/select/styles/dark.d.ts +2 -0
- package/dist/components/select/styles/index.d.ts +2 -0
- package/dist/components/select/styles/light.d.ts +2 -0
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/slider/src/slider.vue.d.ts +28 -0
- package/dist/components/slider/styles/dark.d.ts +3 -0
- package/dist/components/slider/styles/index.d.ts +2 -0
- package/dist/components/slider/styles/light.d.ts +3 -0
- package/dist/components/steps/index.d.ts +1 -1
- package/dist/components/steps/styles/_common.d.ts +2 -0
- package/dist/components/steps/styles/dark.d.ts +2 -0
- package/dist/components/steps/styles/index.d.ts +2 -0
- package/dist/components/steps/styles/light.d.ts +2 -0
- package/dist/components/switch/index.d.ts +1 -1
- package/dist/components/switch/src/cssVar.d.ts +7 -0
- package/dist/components/switch/src/switch.vue.d.ts +23 -0
- package/dist/components/switch/styles/_common.d.ts +2 -0
- package/dist/components/switch/styles/dark.d.ts +2 -0
- package/dist/components/switch/styles/index.d.ts +2 -0
- package/dist/components/switch/styles/light.d.ts +2 -0
- package/dist/components/tabs/index.d.ts +2 -2
- package/dist/components/tabs/src/cssVar.d.ts +4 -0
- package/dist/components/tabs/src/tabs.d.ts +699 -0
- package/dist/components/tabs/styles/_common.d.ts +2 -0
- package/dist/components/tabs/styles/dark.d.ts +2 -0
- package/dist/components/tabs/styles/index.d.ts +2 -0
- package/dist/components/tabs/styles/light.d.ts +2 -0
- package/dist/components/tag/styles/_common.d.ts +2 -0
- package/dist/components/tag/styles/dark.d.ts +2 -0
- package/dist/components/tag/styles/index.d.ts +2 -0
- package/dist/components/tag/styles/light.d.ts +2 -0
- package/dist/components/tooltip/styles/_common.d.ts +2 -0
- package/dist/components/tooltip/styles/dark.d.ts +2 -0
- package/dist/components/tooltip/styles/index.d.ts +2 -0
- package/dist/components/tooltip/styles/light.d.ts +2 -0
- package/dist/components/transfer/styles/dark.d.ts +2 -0
- package/dist/components/transfer/styles/index.d.ts +2 -0
- package/dist/components/transfer/styles/light.d.ts +2 -0
- package/dist/components/tree/styles/dark.d.ts +2 -0
- package/dist/components/tree/styles/index.d.ts +2 -0
- package/dist/components/tree/styles/light.d.ts +2 -0
- package/dist/config/index.d.ts +1 -1
- package/dist/config/themes/dark.d.ts +1 -1
- package/dist/config/themes/index.d.ts +2 -6
- package/dist/config/themes/light.d.ts +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.umd.js +10 -10
- package/dist/locale/http/en-us.d.ts +11 -0
- package/dist/locale/index.d.ts +2 -2
- package/es/_internal/select-menu/styles/dark.d.ts +2 -0
- package/es/_internal/select-menu/styles/dark.mjs +18 -0
- package/es/_internal/select-menu/styles/index.d.ts +2 -0
- package/es/_internal/select-menu/styles/light.d.ts +2 -0
- package/es/_internal/select-menu/styles/light.mjs +17 -0
- package/es/_internal/selection/index.d.ts +0 -0
- package/es/_internal/selection/styles/dark.d.ts +2 -0
- package/es/_internal/selection/styles/dark.mjs +22 -0
- package/es/_internal/selection/styles/index.d.ts +2 -0
- package/es/_internal/selection/styles/light.d.ts +2 -0
- package/es/_internal/selection/styles/light.mjs +20 -0
- package/es/_mixins/index.d.ts +2 -0
- package/es/_mixins/use-boden-http-message.d.ts +10 -0
- package/es/_mixins/use-boden-http-message.mjs +19 -0
- package/es/_mixins/use-locale.d.ts +17 -0
- package/es/_styles/index.d.ts +1 -0
- package/es/_styles/vars/base/dark.d.ts +3 -0
- package/es/_styles/vars/base/dark.mjs +60 -0
- package/es/_styles/vars/base/index.d.ts +3 -0
- package/es/_styles/vars/base/light.d.ts +54 -0
- package/es/_styles/vars/colors/dark.d.ts +3 -0
- package/es/_styles/vars/colors/dark.mjs +38 -0
- package/es/_styles/vars/colors/index.d.ts +3 -0
- package/es/_styles/vars/colors/light.d.ts +35 -0
- package/es/_styles/vars/colors/light.mjs +37 -0
- package/es/_styles/vars/index.d.ts +2 -0
- package/es/_themeOverrides/charts/dark.d.ts +398 -0
- package/es/_themeOverrides/charts/dark.mjs +429 -0
- package/es/_themeOverrides/charts/index.d.ts +2 -0
- package/es/_themeOverrides/charts/light.d.ts +396 -0
- package/es/_themeOverrides/charts/light.mjs +428 -0
- package/es/_types/_internal.d.ts +94 -0
- package/es/_utils/index.d.ts +1 -0
- package/es/components/alert/index.d.ts +0 -0
- package/es/components/alert/styles/_common.d.ts +2 -0
- package/es/components/alert/styles/_common.mjs +9 -0
- package/es/components/alert/styles/dark.d.ts +2 -0
- package/es/components/alert/styles/dark.mjs +23 -0
- package/es/components/alert/styles/index.d.ts +2 -0
- package/es/components/alert/styles/light.d.ts +2 -0
- package/es/components/alert/styles/light.mjs +20 -0
- package/es/components/breadcrumb/styles/dark.d.ts +2 -0
- package/es/components/breadcrumb/styles/dark.mjs +24 -0
- package/es/components/breadcrumb/styles/index.d.ts +2 -0
- package/es/components/breadcrumb/styles/light.d.ts +2 -0
- package/es/components/breadcrumb/styles/light.mjs +25 -0
- package/es/components/button/index.d.ts +2 -2
- package/es/components/button/src/button.d.ts +1352 -0
- package/es/components/button/src/button.mjs +28 -0
- package/es/components/button/styles/_common.d.ts +2 -0
- package/es/components/button/styles/_common.mjs +19 -0
- package/es/components/button/styles/dark.d.ts +2 -0
- package/es/components/button/styles/dark.mjs +120 -0
- package/es/components/button/styles/index.d.ts +2 -0
- package/es/components/button/styles/light.d.ts +2 -0
- package/es/components/button/styles/light.mjs +99 -0
- package/es/components/button-list/src/button-list.mjs +2 -2
- package/es/components/card/index.d.ts +0 -0
- package/es/components/card/styles/dark.d.ts +2 -0
- package/es/components/card/styles/dark.mjs +17 -0
- package/es/components/card/styles/index.d.ts +2 -0
- package/es/components/card/styles/light.d.ts +2 -0
- package/es/components/card/styles/light.mjs +17 -0
- package/es/components/cascader/index.d.ts +2 -2
- package/es/components/cascader/src/cascader.d.ts +1597 -0
- package/es/components/cascader/src/cascader.mjs +38 -0
- package/es/components/cascader/src/cssVar.d.ts +10 -0
- package/es/components/cascader/src/cssVar.mjs +14 -0
- package/es/components/cascader/styles/_common.d.ts +2 -0
- package/es/components/cascader/styles/_common.mjs +9 -0
- package/es/components/cascader/styles/dark.d.ts +2 -0
- package/es/components/cascader/styles/dark.mjs +25 -0
- package/es/components/cascader/styles/index.d.ts +2 -0
- package/es/components/cascader/styles/light.d.ts +2 -0
- package/es/components/cascader/styles/light.mjs +24 -0
- package/es/components/checkbox/index.d.ts +0 -0
- package/es/components/checkbox/styles/_common.d.ts +2 -0
- package/es/components/checkbox/styles/_common.mjs +7 -0
- package/es/components/checkbox/styles/dark.d.ts +2 -0
- package/es/components/checkbox/styles/dark.mjs +22 -0
- package/es/components/checkbox/styles/index.d.ts +2 -0
- package/es/components/checkbox/styles/light.d.ts +2 -0
- package/es/components/checkbox/styles/light.mjs +21 -0
- package/es/components/config-provider/config-provider.d.ts +2 -2
- package/es/components/data-table/index.d.ts +2 -2
- package/es/components/data-table/src/data-table.mjs +73 -0
- package/es/components/data-table/styles/_common.d.ts +2 -0
- package/es/components/data-table/styles/_common.mjs +14 -0
- package/es/components/data-table/styles/dark.d.ts +2 -0
- package/es/components/data-table/styles/dark.mjs +27 -0
- package/es/components/data-table/styles/index.d.ts +2 -0
- package/es/components/data-table/styles/light.d.ts +2 -0
- package/es/components/data-table/styles/light.mjs +19 -0
- package/es/components/date-picker/index.d.ts +0 -0
- package/es/components/date-picker/styles/dark.d.ts +2 -0
- package/es/components/date-picker/styles/dark.mjs +13 -0
- package/es/components/date-picker/styles/index.d.ts +2 -0
- package/es/components/date-picker/styles/light.d.ts +2 -0
- package/es/components/date-picker/styles/light.mjs +13 -0
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/src/index.vue.d.ts +58 -0
- package/es/components/dialog/src/index.vue.mjs +151 -0
- package/es/components/dialog/styles/_common.d.ts +2 -0
- package/es/components/dialog/styles/_common.mjs +12 -0
- package/es/components/dialog/styles/dark.d.ts +2 -0
- package/es/components/dialog/styles/dark.mjs +18 -0
- package/es/components/dialog/styles/index.d.ts +2 -0
- package/es/components/dialog/styles/light.d.ts +2 -0
- package/es/components/dialog/styles/light.mjs +17 -0
- package/es/components/divider/styles/index.d.ts +1 -0
- package/es/components/divider/styles/light.d.ts +2 -0
- package/es/components/divider/styles/light.mjs +8 -0
- package/es/components/dropdown/styles/_common.d.ts +2 -0
- package/es/components/dropdown/styles/_common.mjs +6 -0
- package/es/components/dropdown/styles/dark.d.ts +2 -0
- package/es/components/dropdown/styles/dark.mjs +12 -0
- package/es/components/dropdown/styles/index.d.ts +2 -0
- package/es/components/dropdown/styles/light.d.ts +2 -0
- package/es/components/dropdown/styles/light.mjs +12 -0
- package/es/components/form/styles/_common.d.ts +2 -0
- package/es/components/form/styles/_common.mjs +12 -0
- package/es/components/form/styles/dark.d.ts +2 -0
- package/es/components/form/styles/dark.mjs +12 -0
- package/es/components/form/styles/index.d.ts +2 -0
- package/es/components/form/styles/light.d.ts +2 -0
- package/es/components/form/styles/light.mjs +12 -0
- package/es/components/global-header/index.vue.mjs +63 -53
- package/es/components/index.d.ts +1 -1
- package/es/components/input/styles/_common.d.ts +2 -0
- package/es/components/input/styles/_common.mjs +10 -0
- package/es/components/input/styles/dark.d.ts +2 -0
- package/es/components/input/styles/dark.mjs +30 -0
- package/es/components/input/styles/index.d.ts +2 -0
- package/es/components/input/styles/light.d.ts +2 -0
- package/es/components/input/styles/light.mjs +28 -0
- package/es/components/input-number/index.d.ts +1 -1
- package/es/components/input-number/src/input-number.vue.mjs +7 -0
- package/es/components/input-number/src/input-number.vue2.mjs +144 -0
- package/es/components/input-number/styles/_common.d.ts +3 -0
- package/es/components/input-number/styles/_common.mjs +14 -0
- package/es/components/input-number/styles/dark.d.ts +3 -0
- package/es/components/input-number/styles/dark.mjs +22 -0
- package/es/components/input-number/styles/index.d.ts +2 -0
- package/es/components/input-number/styles/light.d.ts +3 -0
- package/es/components/input-number/styles/light.mjs +19 -0
- package/es/components/layout/aside/index.vue.mjs +2 -2
- package/es/components/layout/aside/index.vue2.mjs +4 -3
- package/es/components/layout/aside-menu/aside-menu.d.ts +1 -1
- package/es/components/layout/styles/dark.d.ts +6 -0
- package/es/components/layout/styles/dark.mjs +12 -0
- package/es/components/layout/styles/index.d.ts +2 -0
- package/es/components/layout/styles/light.d.ts +6 -0
- package/es/components/layout/styles/light.mjs +13 -0
- package/es/components/layout/types.d.ts +1 -1
- package/es/components/menu/styles/dark.d.ts +2 -0
- package/es/components/menu/styles/dark.mjs +34 -0
- package/es/components/menu/styles/index.d.ts +2 -0
- package/es/components/menu/styles/light.d.ts +2 -0
- package/es/components/menu/styles/light.mjs +33 -0
- package/es/components/nav-icon/cssVar.mjs +6 -57
- package/es/components/pagination/styles/_common.d.ts +2 -0
- package/es/components/pagination/styles/_common.mjs +14 -0
- package/es/components/pagination/styles/dark.d.ts +2 -0
- package/es/components/pagination/styles/dark.mjs +33 -0
- package/es/components/pagination/styles/index.d.ts +2 -0
- package/es/components/pagination/styles/light.d.ts +2 -0
- package/es/components/pagination/styles/light.mjs +51 -0
- package/es/components/platform-header-navigation/src/interface.d.ts +1 -0
- package/es/components/platform-header-navigation/src/useCssVars.mjs +16 -67
- package/es/components/platform-navigation/cssVar.mjs +26 -77
- package/es/components/platform-navigation/index.vue.mjs +1 -1
- package/es/components/platform-navigation/index.vue2.mjs +102 -153
- package/es/components/popconfirm/styles/_common.d.ts +2 -0
- package/es/components/popconfirm/styles/_common.mjs +7 -0
- package/es/components/popconfirm/styles/dark.d.ts +2 -0
- package/es/components/popconfirm/styles/dark.mjs +16 -0
- package/es/components/popconfirm/styles/index.d.ts +2 -0
- package/es/components/popconfirm/styles/light.d.ts +2 -0
- package/es/components/popconfirm/styles/light.mjs +16 -0
- package/es/components/popover/styles/_common.d.ts +2 -0
- package/es/components/popover/styles/_common.mjs +7 -0
- package/es/components/popover/styles/dark.d.ts +2 -0
- package/es/components/popover/styles/dark.mjs +11 -0
- package/es/components/popover/styles/index.d.ts +2 -0
- package/es/components/popover/styles/light.d.ts +2 -0
- package/es/components/popover/styles/light.mjs +12 -0
- package/es/components/progress/index.d.ts +1 -389
- package/es/components/progress/src/cssVar.d.ts +8 -0
- package/es/components/progress/src/cssVar.mjs +17 -0
- package/es/components/progress/src/progress.d.ts +389 -0
- package/es/components/progress/src/progress.mjs +69 -0
- package/es/components/progress/styles/dark.d.ts +2 -0
- package/es/components/progress/styles/dark.mjs +22 -0
- package/es/components/progress/styles/index.d.ts +2 -0
- package/es/components/progress/styles/light.d.ts +2 -0
- package/es/components/progress/styles/light.mjs +22 -0
- package/es/components/radio/index.d.ts +1 -1
- package/es/components/radio/src/cssVar.d.ts +5 -0
- package/es/components/radio/src/cssVar.mjs +9 -0
- package/es/components/radio/src/radio.vue.d.ts +23 -0
- package/es/components/radio/src/radio.vue.mjs +7 -0
- package/es/components/radio/src/radio.vue2.mjs +32 -0
- package/es/components/radio/styles/dark.d.ts +2 -0
- package/es/components/radio/styles/dark.mjs +21 -0
- package/es/components/radio/styles/index.d.ts +2 -0
- package/es/components/radio/styles/light.d.ts +2 -0
- package/es/components/radio/styles/light.mjs +19 -0
- package/es/components/select/src/cssVar.mjs +7 -58
- package/es/components/select/src/select.d.ts +10 -10
- package/es/components/select/styles/dark.d.ts +2 -0
- package/es/components/select/styles/dark.mjs +17 -0
- package/es/components/select/styles/index.d.ts +2 -0
- package/es/components/select/styles/light.d.ts +2 -0
- package/es/components/select/styles/light.mjs +17 -0
- package/es/components/shape-button/src/cssVar.mjs +8 -59
- package/es/components/slider/index.d.ts +1 -1
- package/es/components/slider/src/slider.vue.d.ts +28 -0
- package/es/components/slider/src/slider.vue.mjs +7 -0
- package/es/components/slider/src/slider.vue2.mjs +111 -0
- package/es/components/slider/styles/dark.d.ts +3 -0
- package/es/components/slider/styles/dark.mjs +18 -0
- package/es/components/slider/styles/index.d.ts +2 -0
- package/es/components/slider/styles/light.d.ts +3 -0
- package/es/components/slider/styles/light.mjs +18 -0
- package/es/components/steps/index.d.ts +1 -1
- package/es/components/steps/src/steps.mjs +27 -0
- package/es/components/steps/styles/_common.d.ts +2 -0
- package/es/components/steps/styles/_common.mjs +22 -0
- package/es/components/steps/styles/dark.d.ts +2 -0
- package/es/components/steps/styles/dark.mjs +48 -0
- package/es/components/steps/styles/index.d.ts +2 -0
- package/es/components/steps/styles/light.d.ts +2 -0
- package/es/components/steps/styles/light.mjs +48 -0
- package/es/components/switch/index.d.ts +1 -1
- package/es/components/switch/src/cssVar.d.ts +7 -0
- package/es/components/switch/src/cssVar.mjs +11 -0
- package/es/components/switch/src/switch.vue.d.ts +23 -0
- package/es/components/switch/src/switch.vue.mjs +7 -0
- package/es/components/switch/src/switch.vue2.mjs +32 -0
- package/es/components/switch/styles/_common.d.ts +2 -0
- package/es/components/switch/styles/_common.mjs +13 -0
- package/es/components/switch/styles/dark.d.ts +2 -0
- package/es/components/switch/styles/dark.mjs +16 -0
- package/es/components/switch/styles/index.d.ts +2 -0
- package/es/components/switch/styles/light.d.ts +2 -0
- package/es/components/switch/styles/light.mjs +16 -0
- package/es/components/system-actions/index.vue.mjs +2 -2
- package/es/components/system-actions/index.vue2.mjs +2 -2
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/tabs/src/cssVar.d.ts +4 -0
- package/es/components/tabs/src/cssVar.mjs +8 -0
- package/es/components/tabs/src/tabs.d.ts +699 -0
- package/es/components/tabs/src/tabs.mjs +44 -0
- package/es/components/tabs/styles/_common.d.ts +2 -0
- package/es/components/tabs/styles/_common.mjs +50 -0
- package/es/components/tabs/styles/dark.d.ts +2 -0
- package/es/components/tabs/styles/dark.mjs +68 -0
- package/es/components/tabs/styles/index.d.ts +2 -0
- package/es/components/tabs/styles/light.d.ts +2 -0
- package/es/components/tabs/styles/light.mjs +69 -0
- package/es/components/tag/styles/_common.d.ts +2 -0
- package/es/components/tag/styles/_common.mjs +17 -0
- package/es/components/tag/styles/dark.d.ts +2 -0
- package/es/components/tag/styles/dark.mjs +25 -0
- package/es/components/tag/styles/index.d.ts +2 -0
- package/es/components/tag/styles/light.d.ts +2 -0
- package/es/components/tag/styles/light.mjs +25 -0
- package/es/components/tooltip/styles/_common.d.ts +2 -0
- package/es/components/tooltip/styles/_common.mjs +7 -0
- package/es/components/tooltip/styles/dark.d.ts +2 -0
- package/es/components/tooltip/styles/dark.mjs +16 -0
- package/es/components/tooltip/styles/index.d.ts +2 -0
- package/es/components/tooltip/styles/light.d.ts +2 -0
- package/es/components/tooltip/styles/light.mjs +16 -0
- package/es/components/transfer/styles/dark.d.ts +2 -0
- package/es/components/transfer/styles/dark.mjs +13 -0
- package/es/components/transfer/styles/index.d.ts +2 -0
- package/es/components/transfer/styles/light.d.ts +2 -0
- package/es/components/transfer/styles/light.mjs +11 -0
- package/es/components/tree/styles/dark.d.ts +2 -0
- package/es/components/tree/styles/dark.mjs +28 -0
- package/es/components/tree/styles/index.d.ts +2 -0
- package/es/components/tree/styles/light.d.ts +2 -0
- package/es/components/tree/styles/light.mjs +11 -0
- package/es/config/index.d.ts +1 -1
- package/es/config/themes/common/dark.mjs +26 -25
- package/es/config/themes/common/light.mjs +6 -5
- package/es/config/themes/dark.d.ts +1 -1
- package/es/config/themes/dark.mjs +90 -52
- package/es/config/themes/index.d.ts +2 -6
- package/es/config/themes/index.mjs +63 -57
- package/es/config/themes/light.d.ts +1 -1
- package/es/config/themes/light.mjs +92 -54
- package/es/index.css +1 -1
- package/es/index.d.ts +4 -2
- package/es/index.mjs +116 -116
- package/es/locale/http/en-us.d.ts +11 -0
- package/es/locale/http/en-us.mjs +11 -0
- package/es/locale/http/zh-cn.mjs +14 -2
- package/es/locale/index.d.ts +2 -2
- package/lib/_internal/select-menu/styles/dark.d.ts +2 -0
- package/lib/_internal/select-menu/styles/dark.js +1 -0
- package/lib/_internal/select-menu/styles/index.d.ts +2 -0
- package/lib/_internal/select-menu/styles/light.d.ts +2 -0
- package/lib/_internal/select-menu/styles/light.js +1 -0
- package/lib/_internal/selection/index.d.ts +0 -0
- package/lib/_internal/selection/styles/dark.d.ts +2 -0
- package/lib/_internal/selection/styles/dark.js +1 -0
- package/lib/_internal/selection/styles/index.d.ts +2 -0
- package/lib/_internal/selection/styles/light.d.ts +2 -0
- package/lib/_internal/selection/styles/light.js +1 -0
- package/lib/_mixins/index.d.ts +2 -0
- package/lib/_mixins/use-boden-http-message.d.ts +10 -0
- package/lib/_mixins/use-boden-http-message.js +1 -0
- package/lib/_mixins/use-locale.d.ts +17 -0
- package/lib/_styles/index.d.ts +1 -0
- package/lib/_styles/vars/base/dark.d.ts +3 -0
- package/lib/_styles/vars/base/dark.js +1 -0
- package/lib/_styles/vars/base/index.d.ts +3 -0
- package/lib/_styles/vars/base/light.d.ts +54 -0
- package/lib/_styles/vars/colors/dark.d.ts +3 -0
- package/lib/_styles/vars/colors/dark.js +1 -0
- package/lib/_styles/vars/colors/index.d.ts +3 -0
- package/lib/_styles/vars/colors/light.d.ts +35 -0
- package/lib/_styles/vars/colors/light.js +1 -0
- package/lib/_styles/vars/index.d.ts +2 -0
- package/lib/_themeOverrides/charts/dark.d.ts +398 -0
- package/lib/_themeOverrides/charts/dark.js +1 -0
- package/lib/_themeOverrides/charts/index.d.ts +2 -0
- package/lib/_themeOverrides/charts/light.d.ts +396 -0
- package/lib/_themeOverrides/charts/light.js +1 -0
- package/lib/_types/_internal.d.ts +94 -0
- package/lib/_utils/index.d.ts +1 -0
- package/lib/components/alert/index.d.ts +0 -0
- package/lib/components/alert/styles/_common.d.ts +2 -0
- package/lib/components/alert/styles/_common.js +1 -0
- package/lib/components/alert/styles/dark.d.ts +2 -0
- package/lib/components/alert/styles/dark.js +1 -0
- package/lib/components/alert/styles/index.d.ts +2 -0
- package/lib/components/alert/styles/light.d.ts +2 -0
- package/lib/components/alert/styles/light.js +1 -0
- package/lib/components/breadcrumb/styles/dark.d.ts +2 -0
- package/lib/components/breadcrumb/styles/dark.js +1 -0
- package/lib/components/breadcrumb/styles/index.d.ts +2 -0
- package/lib/components/breadcrumb/styles/light.d.ts +2 -0
- package/lib/components/breadcrumb/styles/light.js +1 -0
- package/lib/components/button/index.d.ts +2 -2
- package/lib/components/button/src/button.d.ts +1352 -0
- package/lib/components/button/src/button.js +1 -0
- package/lib/components/button/styles/_common.d.ts +2 -0
- package/lib/components/button/styles/_common.js +1 -0
- package/lib/components/button/styles/dark.d.ts +2 -0
- package/lib/components/button/styles/dark.js +1 -0
- package/lib/components/button/styles/index.d.ts +2 -0
- package/lib/components/button/styles/light.d.ts +2 -0
- package/lib/components/button/styles/light.js +1 -0
- package/lib/components/button-list/src/button-list.js +1 -1
- package/lib/components/card/index.d.ts +0 -0
- package/lib/components/card/styles/dark.d.ts +2 -0
- package/lib/components/card/styles/dark.js +1 -0
- package/lib/components/card/styles/index.d.ts +2 -0
- package/lib/components/card/styles/light.d.ts +2 -0
- package/lib/components/card/styles/light.js +1 -0
- package/lib/components/cascader/index.d.ts +2 -2
- package/lib/components/cascader/src/cascader.d.ts +1597 -0
- package/lib/components/cascader/src/cascader.js +1 -0
- package/lib/components/cascader/src/cssVar.d.ts +10 -0
- package/lib/components/cascader/src/cssVar.js +1 -0
- package/lib/components/cascader/styles/_common.d.ts +2 -0
- package/lib/components/cascader/styles/_common.js +1 -0
- package/lib/components/cascader/styles/dark.d.ts +2 -0
- package/lib/components/cascader/styles/dark.js +1 -0
- package/lib/components/cascader/styles/index.d.ts +2 -0
- package/lib/components/cascader/styles/light.d.ts +2 -0
- package/lib/components/cascader/styles/light.js +1 -0
- package/lib/components/checkbox/index.d.ts +0 -0
- package/lib/components/checkbox/styles/_common.d.ts +2 -0
- package/lib/components/checkbox/styles/_common.js +1 -0
- package/lib/components/checkbox/styles/dark.d.ts +2 -0
- package/lib/components/checkbox/styles/dark.js +1 -0
- package/lib/components/checkbox/styles/index.d.ts +2 -0
- package/lib/components/checkbox/styles/light.d.ts +2 -0
- package/lib/components/checkbox/styles/light.js +1 -0
- package/lib/components/config-provider/config-provider.d.ts +2 -2
- package/lib/components/data-table/index.d.ts +2 -2
- package/lib/components/data-table/src/data-table.js +1 -0
- package/lib/components/data-table/styles/_common.d.ts +2 -0
- package/lib/components/data-table/styles/_common.js +1 -0
- package/lib/components/data-table/styles/dark.d.ts +2 -0
- package/lib/components/data-table/styles/dark.js +1 -0
- package/lib/components/data-table/styles/index.d.ts +2 -0
- package/lib/components/data-table/styles/light.d.ts +2 -0
- package/lib/components/data-table/styles/light.js +1 -0
- package/lib/components/date-picker/index.d.ts +0 -0
- package/lib/components/date-picker/styles/dark.d.ts +2 -0
- package/lib/components/date-picker/styles/dark.js +1 -0
- package/lib/components/date-picker/styles/index.d.ts +2 -0
- package/lib/components/date-picker/styles/light.d.ts +2 -0
- package/lib/components/date-picker/styles/light.js +1 -0
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/src/index.vue.d.ts +58 -0
- package/lib/components/dialog/src/index.vue.js +1 -0
- package/lib/components/dialog/styles/_common.d.ts +2 -0
- package/lib/components/dialog/styles/_common.js +1 -0
- package/lib/components/dialog/styles/dark.d.ts +2 -0
- package/lib/components/dialog/styles/dark.js +1 -0
- package/lib/components/dialog/styles/index.d.ts +2 -0
- package/lib/components/dialog/styles/light.d.ts +2 -0
- package/lib/components/dialog/styles/light.js +1 -0
- package/lib/components/divider/styles/index.d.ts +1 -0
- package/lib/components/divider/styles/light.d.ts +2 -0
- package/lib/components/divider/styles/light.js +1 -0
- package/lib/components/dropdown/styles/_common.d.ts +2 -0
- package/lib/components/dropdown/styles/_common.js +1 -0
- package/lib/components/dropdown/styles/dark.d.ts +2 -0
- package/lib/components/dropdown/styles/dark.js +1 -0
- package/lib/components/dropdown/styles/index.d.ts +2 -0
- package/lib/components/dropdown/styles/light.d.ts +2 -0
- package/lib/components/dropdown/styles/light.js +1 -0
- package/lib/components/form/styles/_common.d.ts +2 -0
- package/lib/components/form/styles/_common.js +1 -0
- package/lib/components/form/styles/dark.d.ts +2 -0
- package/lib/components/form/styles/dark.js +1 -0
- package/lib/components/form/styles/index.d.ts +2 -0
- package/lib/components/form/styles/light.d.ts +2 -0
- package/lib/components/form/styles/light.js +1 -0
- package/lib/components/global-header/index.vue.js +1 -1
- package/lib/components/index.d.ts +1 -1
- package/lib/components/input/styles/_common.d.ts +2 -0
- package/lib/components/input/styles/_common.js +1 -0
- package/lib/components/input/styles/dark.d.ts +2 -0
- package/lib/components/input/styles/dark.js +1 -0
- package/lib/components/input/styles/index.d.ts +2 -0
- package/lib/components/input/styles/light.d.ts +2 -0
- package/lib/components/input/styles/light.js +1 -0
- package/lib/components/input-number/index.d.ts +1 -1
- package/lib/components/input-number/src/input-number.vue.js +1 -0
- package/lib/components/input-number/src/input-number.vue2.js +1 -0
- package/lib/components/input-number/styles/_common.d.ts +3 -0
- package/lib/components/input-number/styles/_common.js +1 -0
- package/lib/components/input-number/styles/dark.d.ts +3 -0
- package/lib/components/input-number/styles/dark.js +1 -0
- package/lib/components/input-number/styles/index.d.ts +2 -0
- package/lib/components/input-number/styles/light.d.ts +3 -0
- package/lib/components/input-number/styles/light.js +1 -0
- package/lib/components/layout/aside/index.vue.js +1 -1
- package/lib/components/layout/aside/index.vue2.js +1 -1
- package/lib/components/layout/aside-menu/aside-menu.d.ts +1 -1
- package/lib/components/layout/styles/dark.d.ts +6 -0
- package/lib/components/layout/styles/dark.js +1 -0
- package/lib/components/layout/styles/index.d.ts +2 -0
- package/lib/components/layout/styles/light.d.ts +6 -0
- package/lib/components/layout/styles/light.js +1 -0
- package/lib/components/layout/types.d.ts +1 -1
- package/lib/components/menu/styles/dark.d.ts +2 -0
- package/lib/components/menu/styles/dark.js +1 -0
- package/lib/components/menu/styles/index.d.ts +2 -0
- package/lib/components/menu/styles/light.d.ts +2 -0
- package/lib/components/menu/styles/light.js +1 -0
- package/lib/components/nav-icon/cssVar.js +1 -1
- package/lib/components/pagination/styles/_common.d.ts +2 -0
- package/lib/components/pagination/styles/_common.js +1 -0
- package/lib/components/pagination/styles/dark.d.ts +2 -0
- package/lib/components/pagination/styles/dark.js +1 -0
- package/lib/components/pagination/styles/index.d.ts +2 -0
- package/lib/components/pagination/styles/light.d.ts +2 -0
- package/lib/components/pagination/styles/light.js +1 -0
- package/lib/components/platform-header-navigation/src/interface.d.ts +1 -0
- package/lib/components/platform-header-navigation/src/useCssVars.js +1 -1
- package/lib/components/platform-navigation/cssVar.js +1 -1
- package/lib/components/platform-navigation/index.vue.js +1 -1
- package/lib/components/platform-navigation/index.vue2.js +1 -1
- package/lib/components/popconfirm/styles/_common.d.ts +2 -0
- package/lib/components/popconfirm/styles/_common.js +1 -0
- package/lib/components/popconfirm/styles/dark.d.ts +2 -0
- package/lib/components/popconfirm/styles/dark.js +1 -0
- package/lib/components/popconfirm/styles/index.d.ts +2 -0
- package/lib/components/popconfirm/styles/light.d.ts +2 -0
- package/lib/components/popconfirm/styles/light.js +1 -0
- package/lib/components/popover/styles/_common.d.ts +2 -0
- package/lib/components/popover/styles/_common.js +1 -0
- package/lib/components/popover/styles/dark.d.ts +2 -0
- package/lib/components/popover/styles/dark.js +1 -0
- package/lib/components/popover/styles/index.d.ts +2 -0
- package/lib/components/popover/styles/light.d.ts +2 -0
- package/lib/components/popover/styles/light.js +1 -0
- package/lib/components/progress/index.d.ts +1 -389
- package/lib/components/progress/src/cssVar.d.ts +8 -0
- package/lib/components/progress/src/cssVar.js +1 -0
- package/lib/components/progress/src/progress.d.ts +389 -0
- package/lib/components/progress/src/progress.js +1 -0
- package/lib/components/progress/styles/dark.d.ts +2 -0
- package/lib/components/progress/styles/dark.js +1 -0
- package/lib/components/progress/styles/index.d.ts +2 -0
- package/lib/components/progress/styles/light.d.ts +2 -0
- package/lib/components/progress/styles/light.js +1 -0
- package/lib/components/radio/index.d.ts +1 -1
- package/lib/components/radio/src/cssVar.d.ts +5 -0
- package/lib/components/radio/src/cssVar.js +1 -0
- package/lib/components/radio/src/radio.vue.d.ts +23 -0
- package/lib/components/radio/src/radio.vue.js +1 -0
- package/lib/components/radio/src/radio.vue2.js +1 -0
- package/lib/components/radio/styles/dark.d.ts +2 -0
- package/lib/components/radio/styles/dark.js +1 -0
- package/lib/components/radio/styles/index.d.ts +2 -0
- package/lib/components/radio/styles/light.d.ts +2 -0
- package/lib/components/radio/styles/light.js +1 -0
- package/lib/components/select/src/cssVar.js +1 -1
- package/lib/components/select/src/select.d.ts +10 -10
- package/lib/components/select/styles/dark.d.ts +2 -0
- package/lib/components/select/styles/dark.js +1 -0
- package/lib/components/select/styles/index.d.ts +2 -0
- package/lib/components/select/styles/light.d.ts +2 -0
- package/lib/components/select/styles/light.js +1 -0
- package/lib/components/shape-button/src/cssVar.js +1 -1
- package/lib/components/slider/index.d.ts +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +28 -0
- package/lib/components/slider/src/slider.vue.js +1 -0
- package/lib/components/slider/src/slider.vue2.js +1 -0
- package/lib/components/slider/styles/dark.d.ts +3 -0
- package/lib/components/slider/styles/dark.js +1 -0
- package/lib/components/slider/styles/index.d.ts +2 -0
- package/lib/components/slider/styles/light.d.ts +3 -0
- package/lib/components/slider/styles/light.js +1 -0
- package/lib/components/steps/index.d.ts +1 -1
- package/lib/components/steps/src/steps.js +1 -0
- package/lib/components/steps/styles/_common.d.ts +2 -0
- package/lib/components/steps/styles/_common.js +1 -0
- package/lib/components/steps/styles/dark.d.ts +2 -0
- package/lib/components/steps/styles/dark.js +1 -0
- package/lib/components/steps/styles/index.d.ts +2 -0
- package/lib/components/steps/styles/light.d.ts +2 -0
- package/lib/components/steps/styles/light.js +1 -0
- package/lib/components/switch/index.d.ts +1 -1
- package/lib/components/switch/src/cssVar.d.ts +7 -0
- package/lib/components/switch/src/cssVar.js +1 -0
- package/lib/components/switch/src/switch.vue.d.ts +23 -0
- package/lib/components/switch/src/switch.vue.js +1 -0
- package/lib/components/switch/src/switch.vue2.js +1 -0
- package/lib/components/switch/styles/_common.d.ts +2 -0
- package/lib/components/switch/styles/_common.js +1 -0
- package/lib/components/switch/styles/dark.d.ts +2 -0
- package/lib/components/switch/styles/dark.js +1 -0
- package/lib/components/switch/styles/index.d.ts +2 -0
- package/lib/components/switch/styles/light.d.ts +2 -0
- package/lib/components/switch/styles/light.js +1 -0
- package/lib/components/system-actions/index.vue.js +1 -1
- package/lib/components/system-actions/index.vue2.js +1 -1
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/tabs/src/cssVar.d.ts +4 -0
- package/lib/components/tabs/src/cssVar.js +1 -0
- package/lib/components/tabs/src/tabs.d.ts +699 -0
- package/lib/components/tabs/src/tabs.js +1 -0
- package/lib/components/tabs/styles/_common.d.ts +2 -0
- package/lib/components/tabs/styles/_common.js +1 -0
- package/lib/components/tabs/styles/dark.d.ts +2 -0
- package/lib/components/tabs/styles/dark.js +1 -0
- package/lib/components/tabs/styles/index.d.ts +2 -0
- package/lib/components/tabs/styles/light.d.ts +2 -0
- package/lib/components/tabs/styles/light.js +1 -0
- package/lib/components/tag/styles/_common.d.ts +2 -0
- package/lib/components/tag/styles/_common.js +1 -0
- package/lib/components/tag/styles/dark.d.ts +2 -0
- package/lib/components/tag/styles/dark.js +1 -0
- package/lib/components/tag/styles/index.d.ts +2 -0
- package/lib/components/tag/styles/light.d.ts +2 -0
- package/lib/components/tag/styles/light.js +1 -0
- package/lib/components/tooltip/styles/_common.d.ts +2 -0
- package/lib/components/tooltip/styles/_common.js +1 -0
- package/lib/components/tooltip/styles/dark.d.ts +2 -0
- package/lib/components/tooltip/styles/dark.js +1 -0
- package/lib/components/tooltip/styles/index.d.ts +2 -0
- package/lib/components/tooltip/styles/light.d.ts +2 -0
- package/lib/components/tooltip/styles/light.js +1 -0
- package/lib/components/transfer/styles/dark.d.ts +2 -0
- package/lib/components/transfer/styles/dark.js +1 -0
- package/lib/components/transfer/styles/index.d.ts +2 -0
- package/lib/components/transfer/styles/light.d.ts +2 -0
- package/lib/components/transfer/styles/light.js +1 -0
- package/lib/components/tree/styles/dark.d.ts +2 -0
- package/lib/components/tree/styles/dark.js +1 -0
- package/lib/components/tree/styles/index.d.ts +2 -0
- package/lib/components/tree/styles/light.d.ts +2 -0
- package/lib/components/tree/styles/light.js +1 -0
- package/lib/config/index.d.ts +1 -1
- package/lib/config/themes/common/dark.js +1 -1
- package/lib/config/themes/common/light.js +1 -1
- package/lib/config/themes/dark.d.ts +1 -1
- package/lib/config/themes/dark.js +1 -1
- package/lib/config/themes/index.d.ts +2 -6
- package/lib/config/themes/index.js +1 -1
- package/lib/config/themes/light.d.ts +1 -1
- package/lib/config/themes/light.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.d.ts +4 -2
- package/lib/index.js +1 -1
- package/lib/locale/http/en-us.d.ts +11 -0
- package/lib/locale/http/en-us.js +1 -1
- package/lib/locale/http/zh-cn.js +1 -1
- package/lib/locale/index.d.ts +2 -2
- package/package.json +1 -1
- package/dist/components/button/button.d.ts +0 -1352
- package/dist/components/cascader/cascader.d.ts +0 -1597
- package/dist/components/cascader/cssVar.d.ts +0 -10
- package/dist/components/dialog/index.vue.d.ts +0 -58
- package/dist/components/progress/cssVar.d.ts +0 -8
- package/dist/components/radio/cssVar.d.ts +0 -5
- package/dist/components/radio/index.vue.d.ts +0 -23
- package/dist/components/slider/index.vue.d.ts +0 -28
- package/dist/components/switch/cssVar.d.ts +0 -7
- package/dist/components/switch/index.vue.d.ts +0 -23
- package/dist/components/tabs/cssVar.d.ts +0 -4
- package/dist/components/tabs/tabs.d.ts +0 -699
- package/dist/config/themes/color/dark.d.ts +0 -54
- package/dist/config/themes/color/index.d.ts +0 -2
- package/dist/config/themes/color/light.d.ts +0 -53
- package/dist/config/themes/common.d.ts +0 -43
- package/dist/config/themes/components/alert/common.d.ts +0 -2
- package/dist/config/themes/components/alert/dark.d.ts +0 -2
- package/dist/config/themes/components/alert/light.d.ts +0 -2
- package/dist/config/themes/components/baseComponent/dark.d.ts +0 -9
- package/dist/config/themes/components/baseComponent/light.d.ts +0 -9
- package/dist/config/themes/components/button/common.d.ts +0 -2
- package/dist/config/themes/components/button/dark.d.ts +0 -2
- package/dist/config/themes/components/button/light.d.ts +0 -2
- package/dist/config/themes/components/card/dark.d.ts +0 -2
- package/dist/config/themes/components/card/light.d.ts +0 -2
- package/dist/config/themes/components/cascader/common.d.ts +0 -2
- package/dist/config/themes/components/cascader/dark.d.ts +0 -2
- package/dist/config/themes/components/cascader/light.d.ts +0 -2
- package/dist/config/themes/components/charts/dark.d.ts +0 -398
- package/dist/config/themes/components/charts/light.d.ts +0 -396
- package/dist/config/themes/components/checkbox/common.d.ts +0 -2
- package/dist/config/themes/components/checkbox/dark.d.ts +0 -2
- package/dist/config/themes/components/checkbox/light.d.ts +0 -2
- package/dist/config/themes/components/dataTable/common.d.ts +0 -2
- package/dist/config/themes/components/dataTable/dark.d.ts +0 -2
- package/dist/config/themes/components/dataTable/light.d.ts +0 -2
- package/dist/config/themes/components/datePicker/dark.d.ts +0 -2
- package/dist/config/themes/components/datePicker/light.d.ts +0 -2
- package/dist/config/themes/components/dialog/common.d.ts +0 -9
- package/dist/config/themes/components/dialog/dark.d.ts +0 -17
- package/dist/config/themes/components/dialog/light.d.ts +0 -16
- package/dist/config/themes/components/divider/light.d.ts +0 -2
- package/dist/config/themes/components/dropdown/common.d.ts +0 -2
- package/dist/config/themes/components/dropdown/dark.d.ts +0 -2
- package/dist/config/themes/components/dropdown/light.d.ts +0 -2
- package/dist/config/themes/components/form/common.d.ts +0 -2
- package/dist/config/themes/components/form/dark.d.ts +0 -2
- package/dist/config/themes/components/form/light.d.ts +0 -2
- package/dist/config/themes/components/input/common.d.ts +0 -2
- package/dist/config/themes/components/input/dark.d.ts +0 -2
- package/dist/config/themes/components/input/light.d.ts +0 -2
- package/dist/config/themes/components/inputNumber/common.d.ts +0 -3
- package/dist/config/themes/components/inputNumber/dark.d.ts +0 -3
- package/dist/config/themes/components/inputNumber/light.d.ts +0 -3
- package/dist/config/themes/components/layout/dark.d.ts +0 -6
- package/dist/config/themes/components/layout/light.d.ts +0 -6
- package/dist/config/themes/components/menu/dark.d.ts +0 -2
- package/dist/config/themes/components/menu/light.d.ts +0 -2
- package/dist/config/themes/components/popover/common.d.ts +0 -2
- package/dist/config/themes/components/popover/dark.d.ts +0 -2
- package/dist/config/themes/components/popover/light.d.ts +0 -2
- package/dist/config/themes/components/progress/dark.d.ts +0 -2
- package/dist/config/themes/components/progress/light.d.ts +0 -2
- package/dist/config/themes/components/radio/dark.d.ts +0 -2
- package/dist/config/themes/components/radio/light.d.ts +0 -2
- package/dist/config/themes/components/select/dark.d.ts +0 -2
- package/dist/config/themes/components/select/light.d.ts +0 -2
- package/dist/config/themes/components/slider/dark.d.ts +0 -3
- package/dist/config/themes/components/slider/light.d.ts +0 -3
- package/dist/config/themes/components/switch/common.d.ts +0 -2
- package/dist/config/themes/components/switch/dark.d.ts +0 -2
- package/dist/config/themes/components/switch/light.d.ts +0 -2
- package/dist/config/themes/components/tag/dark.d.ts +0 -2
- package/dist/config/themes/components/tag/light.d.ts +0 -2
- package/dist/config/themes/components/transfer/dark.d.ts +0 -2
- package/dist/config/themes/components/transfer/light.d.ts +0 -2
- package/dist/config/themes/token/dark.d.ts +0 -33
- package/dist/config/themes/token/index.d.ts +0 -2
- package/dist/config/themes/token/light.d.ts +0 -20
- package/dist/hooks/index.d.ts +0 -2
- package/dist/hooks/useBodenHttpMessage.d.ts +0 -10
- package/dist/hooks/useLocale.d.ts +0 -17
- package/es/components/button/button.d.ts +0 -1352
- package/es/components/button/button.mjs +0 -28
- package/es/components/cascader/cascader.d.ts +0 -1597
- package/es/components/cascader/cascader.mjs +0 -38
- package/es/components/cascader/cssVar.d.ts +0 -10
- package/es/components/cascader/cssVar.mjs +0 -13
- package/es/components/data-table/data-table.mjs +0 -73
- package/es/components/dialog/index.vue.d.ts +0 -58
- package/es/components/dialog/index.vue.mjs +0 -151
- package/es/components/input-number/index.vue.mjs +0 -7
- package/es/components/input-number/index.vue2.mjs +0 -144
- package/es/components/progress/cssVar.d.ts +0 -8
- package/es/components/progress/cssVar.mjs +0 -14
- package/es/components/progress/index.mjs +0 -69
- package/es/components/radio/cssVar.d.ts +0 -5
- package/es/components/radio/cssVar.mjs +0 -8
- package/es/components/radio/index.vue.d.ts +0 -23
- package/es/components/radio/index.vue.mjs +0 -7
- package/es/components/radio/index.vue2.mjs +0 -32
- package/es/components/slider/index.vue.d.ts +0 -28
- package/es/components/slider/index.vue.mjs +0 -7
- package/es/components/slider/index.vue2.mjs +0 -111
- package/es/components/steps/steps.mjs +0 -27
- package/es/components/switch/cssVar.d.ts +0 -7
- package/es/components/switch/cssVar.mjs +0 -10
- package/es/components/switch/index.vue.d.ts +0 -23
- package/es/components/switch/index.vue.mjs +0 -7
- package/es/components/switch/index.vue2.mjs +0 -32
- package/es/components/tabs/cssVar.d.ts +0 -4
- package/es/components/tabs/cssVar.mjs +0 -7
- package/es/components/tabs/tabs.d.ts +0 -699
- package/es/components/tabs/tabs.mjs +0 -44
- package/es/config/themes/color/dark.d.ts +0 -54
- package/es/config/themes/color/dark.mjs +0 -61
- package/es/config/themes/color/index.d.ts +0 -2
- package/es/config/themes/color/light.d.ts +0 -53
- package/es/config/themes/common.d.ts +0 -43
- package/es/config/themes/common.mjs +0 -41
- package/es/config/themes/components/alert/common.d.ts +0 -2
- package/es/config/themes/components/alert/common.mjs +0 -10
- package/es/config/themes/components/alert/dark.d.ts +0 -2
- package/es/config/themes/components/alert/dark.mjs +0 -21
- package/es/config/themes/components/alert/light.d.ts +0 -2
- package/es/config/themes/components/alert/light.mjs +0 -18
- package/es/config/themes/components/baseComponent/dark.d.ts +0 -9
- package/es/config/themes/components/baseComponent/dark.mjs +0 -260
- package/es/config/themes/components/baseComponent/light.d.ts +0 -9
- package/es/config/themes/components/baseComponent/light.mjs +0 -358
- package/es/config/themes/components/button/common.d.ts +0 -2
- package/es/config/themes/components/button/common.mjs +0 -20
- package/es/config/themes/components/button/dark.d.ts +0 -2
- package/es/config/themes/components/button/dark.mjs +0 -120
- package/es/config/themes/components/button/light.d.ts +0 -2
- package/es/config/themes/components/button/light.mjs +0 -97
- package/es/config/themes/components/card/dark.d.ts +0 -2
- package/es/config/themes/components/card/dark.mjs +0 -17
- package/es/config/themes/components/card/light.d.ts +0 -2
- package/es/config/themes/components/card/light.mjs +0 -17
- package/es/config/themes/components/cascader/common.d.ts +0 -2
- package/es/config/themes/components/cascader/common.mjs +0 -10
- package/es/config/themes/components/cascader/dark.d.ts +0 -2
- package/es/config/themes/components/cascader/dark.mjs +0 -24
- package/es/config/themes/components/cascader/light.d.ts +0 -2
- package/es/config/themes/components/cascader/light.mjs +0 -21
- package/es/config/themes/components/charts/dark.d.ts +0 -398
- package/es/config/themes/components/charts/dark.mjs +0 -429
- package/es/config/themes/components/charts/light.d.ts +0 -396
- package/es/config/themes/components/charts/light.mjs +0 -426
- package/es/config/themes/components/checkbox/common.d.ts +0 -2
- package/es/config/themes/components/checkbox/common.mjs +0 -7
- package/es/config/themes/components/checkbox/dark.d.ts +0 -2
- package/es/config/themes/components/checkbox/dark.mjs +0 -22
- package/es/config/themes/components/checkbox/light.d.ts +0 -2
- package/es/config/themes/components/checkbox/light.mjs +0 -21
- package/es/config/themes/components/dataTable/common.d.ts +0 -2
- package/es/config/themes/components/dataTable/common.mjs +0 -14
- package/es/config/themes/components/dataTable/dark.d.ts +0 -2
- package/es/config/themes/components/dataTable/dark.mjs +0 -27
- package/es/config/themes/components/dataTable/light.d.ts +0 -2
- package/es/config/themes/components/dataTable/light.mjs +0 -19
- package/es/config/themes/components/datePicker/dark.d.ts +0 -2
- package/es/config/themes/components/datePicker/dark.mjs +0 -11
- package/es/config/themes/components/datePicker/light.d.ts +0 -2
- package/es/config/themes/components/datePicker/light.mjs +0 -11
- package/es/config/themes/components/dialog/common.d.ts +0 -9
- package/es/config/themes/components/dialog/common.mjs +0 -12
- package/es/config/themes/components/dialog/dark.d.ts +0 -17
- package/es/config/themes/components/dialog/dark.mjs +0 -18
- package/es/config/themes/components/dialog/light.d.ts +0 -16
- package/es/config/themes/components/dialog/light.mjs +0 -15
- package/es/config/themes/components/divider/light.d.ts +0 -2
- package/es/config/themes/components/divider/light.mjs +0 -8
- package/es/config/themes/components/dropdown/common.d.ts +0 -2
- package/es/config/themes/components/dropdown/common.mjs +0 -6
- package/es/config/themes/components/dropdown/dark.d.ts +0 -2
- package/es/config/themes/components/dropdown/dark.mjs +0 -12
- package/es/config/themes/components/dropdown/light.d.ts +0 -2
- package/es/config/themes/components/dropdown/light.mjs +0 -10
- package/es/config/themes/components/form/common.d.ts +0 -2
- package/es/config/themes/components/form/common.mjs +0 -12
- package/es/config/themes/components/form/dark.d.ts +0 -2
- package/es/config/themes/components/form/dark.mjs +0 -10
- package/es/config/themes/components/form/light.d.ts +0 -2
- package/es/config/themes/components/form/light.mjs +0 -10
- package/es/config/themes/components/input/common.d.ts +0 -2
- package/es/config/themes/components/input/common.mjs +0 -11
- package/es/config/themes/components/input/dark.d.ts +0 -2
- package/es/config/themes/components/input/dark.mjs +0 -30
- package/es/config/themes/components/input/light.d.ts +0 -2
- package/es/config/themes/components/input/light.mjs +0 -26
- package/es/config/themes/components/inputNumber/common.d.ts +0 -3
- package/es/config/themes/components/inputNumber/common.mjs +0 -14
- package/es/config/themes/components/inputNumber/dark.d.ts +0 -3
- package/es/config/themes/components/inputNumber/dark.mjs +0 -22
- package/es/config/themes/components/inputNumber/light.d.ts +0 -3
- package/es/config/themes/components/inputNumber/light.mjs +0 -19
- package/es/config/themes/components/layout/dark.d.ts +0 -6
- package/es/config/themes/components/layout/dark.mjs +0 -12
- package/es/config/themes/components/layout/light.d.ts +0 -6
- package/es/config/themes/components/layout/light.mjs +0 -13
- package/es/config/themes/components/menu/dark.d.ts +0 -2
- package/es/config/themes/components/menu/dark.mjs +0 -34
- package/es/config/themes/components/menu/light.d.ts +0 -2
- package/es/config/themes/components/menu/light.mjs +0 -31
- package/es/config/themes/components/popover/common.d.ts +0 -2
- package/es/config/themes/components/popover/common.mjs +0 -8
- package/es/config/themes/components/popover/dark.d.ts +0 -2
- package/es/config/themes/components/popover/dark.mjs +0 -11
- package/es/config/themes/components/popover/light.d.ts +0 -2
- package/es/config/themes/components/popover/light.mjs +0 -12
- package/es/config/themes/components/progress/dark.d.ts +0 -2
- package/es/config/themes/components/progress/dark.mjs +0 -22
- package/es/config/themes/components/progress/light.d.ts +0 -2
- package/es/config/themes/components/progress/light.mjs +0 -20
- package/es/config/themes/components/radio/dark.d.ts +0 -2
- package/es/config/themes/components/radio/dark.mjs +0 -21
- package/es/config/themes/components/radio/light.d.ts +0 -2
- package/es/config/themes/components/radio/light.mjs +0 -19
- package/es/config/themes/components/select/dark.d.ts +0 -2
- package/es/config/themes/components/select/dark.mjs +0 -39
- package/es/config/themes/components/select/light.d.ts +0 -2
- package/es/config/themes/components/select/light.mjs +0 -34
- package/es/config/themes/components/slider/dark.d.ts +0 -3
- package/es/config/themes/components/slider/dark.mjs +0 -16
- package/es/config/themes/components/slider/light.d.ts +0 -3
- package/es/config/themes/components/slider/light.mjs +0 -16
- package/es/config/themes/components/switch/common.d.ts +0 -2
- package/es/config/themes/components/switch/common.mjs +0 -14
- package/es/config/themes/components/switch/dark.d.ts +0 -2
- package/es/config/themes/components/switch/dark.mjs +0 -16
- package/es/config/themes/components/switch/light.d.ts +0 -2
- package/es/config/themes/components/switch/light.mjs +0 -16
- package/es/config/themes/components/tag/dark.d.ts +0 -2
- package/es/config/themes/components/tag/dark.mjs +0 -36
- package/es/config/themes/components/tag/light.d.ts +0 -2
- package/es/config/themes/components/tag/light.mjs +0 -34
- package/es/config/themes/components/transfer/dark.d.ts +0 -2
- package/es/config/themes/components/transfer/dark.mjs +0 -14
- package/es/config/themes/components/transfer/light.d.ts +0 -2
- package/es/config/themes/components/transfer/light.mjs +0 -10
- package/es/config/themes/token/dark.d.ts +0 -33
- package/es/config/themes/token/dark.mjs +0 -37
- package/es/config/themes/token/index.d.ts +0 -2
- package/es/config/themes/token/light.d.ts +0 -20
- package/es/config/themes/token/light.mjs +0 -23
- package/es/hooks/index.d.ts +0 -2
- package/es/hooks/useBodenHttpMessage.d.ts +0 -10
- package/es/hooks/useBodenHttpMessage.mjs +0 -19
- package/es/hooks/useLocale.d.ts +0 -17
- package/lib/components/button/button.d.ts +0 -1352
- package/lib/components/button/button.js +0 -1
- package/lib/components/cascader/cascader.d.ts +0 -1597
- package/lib/components/cascader/cascader.js +0 -1
- package/lib/components/cascader/cssVar.d.ts +0 -10
- package/lib/components/cascader/cssVar.js +0 -1
- package/lib/components/data-table/data-table.js +0 -1
- package/lib/components/dialog/index.vue.d.ts +0 -58
- package/lib/components/dialog/index.vue.js +0 -1
- package/lib/components/input-number/index.vue.js +0 -1
- package/lib/components/input-number/index.vue2.js +0 -1
- package/lib/components/progress/cssVar.d.ts +0 -8
- package/lib/components/progress/cssVar.js +0 -1
- package/lib/components/progress/index.js +0 -1
- package/lib/components/radio/cssVar.d.ts +0 -5
- package/lib/components/radio/cssVar.js +0 -1
- package/lib/components/radio/index.vue.d.ts +0 -23
- package/lib/components/radio/index.vue.js +0 -1
- package/lib/components/radio/index.vue2.js +0 -1
- package/lib/components/slider/index.vue.d.ts +0 -28
- package/lib/components/slider/index.vue.js +0 -1
- package/lib/components/slider/index.vue2.js +0 -1
- package/lib/components/steps/steps.js +0 -1
- package/lib/components/switch/cssVar.d.ts +0 -7
- package/lib/components/switch/cssVar.js +0 -1
- package/lib/components/switch/index.vue.d.ts +0 -23
- package/lib/components/switch/index.vue.js +0 -1
- package/lib/components/switch/index.vue2.js +0 -1
- package/lib/components/tabs/cssVar.d.ts +0 -4
- package/lib/components/tabs/cssVar.js +0 -1
- package/lib/components/tabs/tabs.d.ts +0 -699
- package/lib/components/tabs/tabs.js +0 -1
- package/lib/config/themes/color/dark.d.ts +0 -54
- package/lib/config/themes/color/dark.js +0 -1
- package/lib/config/themes/color/index.d.ts +0 -2
- package/lib/config/themes/color/light.d.ts +0 -53
- package/lib/config/themes/common.d.ts +0 -43
- package/lib/config/themes/common.js +0 -1
- package/lib/config/themes/components/alert/common.d.ts +0 -2
- package/lib/config/themes/components/alert/common.js +0 -1
- package/lib/config/themes/components/alert/dark.d.ts +0 -2
- package/lib/config/themes/components/alert/dark.js +0 -1
- package/lib/config/themes/components/alert/light.d.ts +0 -2
- package/lib/config/themes/components/alert/light.js +0 -1
- package/lib/config/themes/components/baseComponent/dark.d.ts +0 -9
- package/lib/config/themes/components/baseComponent/dark.js +0 -1
- package/lib/config/themes/components/baseComponent/light.d.ts +0 -9
- package/lib/config/themes/components/baseComponent/light.js +0 -1
- package/lib/config/themes/components/button/common.d.ts +0 -2
- package/lib/config/themes/components/button/common.js +0 -1
- package/lib/config/themes/components/button/dark.d.ts +0 -2
- package/lib/config/themes/components/button/dark.js +0 -1
- package/lib/config/themes/components/button/light.d.ts +0 -2
- package/lib/config/themes/components/button/light.js +0 -1
- package/lib/config/themes/components/card/dark.d.ts +0 -2
- package/lib/config/themes/components/card/dark.js +0 -1
- package/lib/config/themes/components/card/light.d.ts +0 -2
- package/lib/config/themes/components/card/light.js +0 -1
- package/lib/config/themes/components/cascader/common.d.ts +0 -2
- package/lib/config/themes/components/cascader/common.js +0 -1
- package/lib/config/themes/components/cascader/dark.d.ts +0 -2
- package/lib/config/themes/components/cascader/dark.js +0 -1
- package/lib/config/themes/components/cascader/light.d.ts +0 -2
- package/lib/config/themes/components/cascader/light.js +0 -1
- package/lib/config/themes/components/charts/dark.d.ts +0 -398
- package/lib/config/themes/components/charts/dark.js +0 -1
- package/lib/config/themes/components/charts/light.d.ts +0 -396
- package/lib/config/themes/components/charts/light.js +0 -1
- package/lib/config/themes/components/checkbox/common.d.ts +0 -2
- package/lib/config/themes/components/checkbox/common.js +0 -1
- package/lib/config/themes/components/checkbox/dark.d.ts +0 -2
- package/lib/config/themes/components/checkbox/dark.js +0 -1
- package/lib/config/themes/components/checkbox/light.d.ts +0 -2
- package/lib/config/themes/components/checkbox/light.js +0 -1
- package/lib/config/themes/components/dataTable/common.d.ts +0 -2
- package/lib/config/themes/components/dataTable/common.js +0 -1
- package/lib/config/themes/components/dataTable/dark.d.ts +0 -2
- package/lib/config/themes/components/dataTable/dark.js +0 -1
- package/lib/config/themes/components/dataTable/light.d.ts +0 -2
- package/lib/config/themes/components/dataTable/light.js +0 -1
- package/lib/config/themes/components/datePicker/dark.d.ts +0 -2
- package/lib/config/themes/components/datePicker/dark.js +0 -1
- package/lib/config/themes/components/datePicker/light.d.ts +0 -2
- package/lib/config/themes/components/datePicker/light.js +0 -1
- package/lib/config/themes/components/dialog/common.d.ts +0 -9
- package/lib/config/themes/components/dialog/common.js +0 -1
- package/lib/config/themes/components/dialog/dark.d.ts +0 -17
- package/lib/config/themes/components/dialog/dark.js +0 -1
- package/lib/config/themes/components/dialog/light.d.ts +0 -16
- package/lib/config/themes/components/dialog/light.js +0 -1
- package/lib/config/themes/components/divider/light.d.ts +0 -2
- package/lib/config/themes/components/divider/light.js +0 -1
- package/lib/config/themes/components/dropdown/common.d.ts +0 -2
- package/lib/config/themes/components/dropdown/common.js +0 -1
- package/lib/config/themes/components/dropdown/dark.d.ts +0 -2
- package/lib/config/themes/components/dropdown/dark.js +0 -1
- package/lib/config/themes/components/dropdown/light.d.ts +0 -2
- package/lib/config/themes/components/dropdown/light.js +0 -1
- package/lib/config/themes/components/form/common.d.ts +0 -2
- package/lib/config/themes/components/form/common.js +0 -1
- package/lib/config/themes/components/form/dark.d.ts +0 -2
- package/lib/config/themes/components/form/dark.js +0 -1
- package/lib/config/themes/components/form/light.d.ts +0 -2
- package/lib/config/themes/components/form/light.js +0 -1
- package/lib/config/themes/components/input/common.d.ts +0 -2
- package/lib/config/themes/components/input/common.js +0 -1
- package/lib/config/themes/components/input/dark.d.ts +0 -2
- package/lib/config/themes/components/input/dark.js +0 -1
- package/lib/config/themes/components/input/light.d.ts +0 -2
- package/lib/config/themes/components/input/light.js +0 -1
- package/lib/config/themes/components/inputNumber/common.d.ts +0 -3
- package/lib/config/themes/components/inputNumber/common.js +0 -1
- package/lib/config/themes/components/inputNumber/dark.d.ts +0 -3
- package/lib/config/themes/components/inputNumber/dark.js +0 -1
- package/lib/config/themes/components/inputNumber/light.d.ts +0 -3
- package/lib/config/themes/components/inputNumber/light.js +0 -1
- package/lib/config/themes/components/layout/dark.d.ts +0 -6
- package/lib/config/themes/components/layout/dark.js +0 -1
- package/lib/config/themes/components/layout/light.d.ts +0 -6
- package/lib/config/themes/components/layout/light.js +0 -1
- package/lib/config/themes/components/menu/dark.d.ts +0 -2
- package/lib/config/themes/components/menu/dark.js +0 -1
- package/lib/config/themes/components/menu/light.d.ts +0 -2
- package/lib/config/themes/components/menu/light.js +0 -1
- package/lib/config/themes/components/popover/common.d.ts +0 -2
- package/lib/config/themes/components/popover/common.js +0 -1
- package/lib/config/themes/components/popover/dark.d.ts +0 -2
- package/lib/config/themes/components/popover/dark.js +0 -1
- package/lib/config/themes/components/popover/light.d.ts +0 -2
- package/lib/config/themes/components/popover/light.js +0 -1
- package/lib/config/themes/components/progress/dark.d.ts +0 -2
- package/lib/config/themes/components/progress/dark.js +0 -1
- package/lib/config/themes/components/progress/light.d.ts +0 -2
- package/lib/config/themes/components/progress/light.js +0 -1
- package/lib/config/themes/components/radio/dark.d.ts +0 -2
- package/lib/config/themes/components/radio/dark.js +0 -1
- package/lib/config/themes/components/radio/light.d.ts +0 -2
- package/lib/config/themes/components/radio/light.js +0 -1
- package/lib/config/themes/components/select/dark.d.ts +0 -2
- package/lib/config/themes/components/select/dark.js +0 -1
- package/lib/config/themes/components/select/light.d.ts +0 -2
- package/lib/config/themes/components/select/light.js +0 -1
- package/lib/config/themes/components/slider/dark.d.ts +0 -3
- package/lib/config/themes/components/slider/dark.js +0 -1
- package/lib/config/themes/components/slider/light.d.ts +0 -3
- package/lib/config/themes/components/slider/light.js +0 -1
- package/lib/config/themes/components/switch/common.d.ts +0 -2
- package/lib/config/themes/components/switch/common.js +0 -1
- package/lib/config/themes/components/switch/dark.d.ts +0 -2
- package/lib/config/themes/components/switch/dark.js +0 -1
- package/lib/config/themes/components/switch/light.d.ts +0 -2
- package/lib/config/themes/components/switch/light.js +0 -1
- package/lib/config/themes/components/tag/dark.d.ts +0 -2
- package/lib/config/themes/components/tag/dark.js +0 -1
- package/lib/config/themes/components/tag/light.d.ts +0 -2
- package/lib/config/themes/components/tag/light.js +0 -1
- package/lib/config/themes/components/transfer/dark.d.ts +0 -2
- package/lib/config/themes/components/transfer/dark.js +0 -1
- package/lib/config/themes/components/transfer/light.d.ts +0 -2
- package/lib/config/themes/components/transfer/light.js +0 -1
- package/lib/config/themes/token/dark.d.ts +0 -33
- package/lib/config/themes/token/dark.js +0 -1
- package/lib/config/themes/token/index.d.ts +0 -2
- package/lib/config/themes/token/light.d.ts +0 -20
- package/lib/config/themes/token/light.js +0 -1
- package/lib/hooks/index.d.ts +0 -2
- package/lib/hooks/useBodenHttpMessage.d.ts +0 -10
- package/lib/hooks/useBodenHttpMessage.js +0 -1
- package/lib/hooks/useLocale.d.ts +0 -17
- /package/dist/{hooks/useAnimationHook.d.ts → _mixins/use-animation-hook.d.ts} +0 -0
- /package/dist/{types → _types}/utils.d.ts +0 -0
- /package/dist/{utils → _utils}/render.d.ts +0 -0
- /package/dist/{utils → _utils}/typescript.d.ts +0 -0
- /package/dist/components/button/{interface.d.ts → src/interface.d.ts} +0 -0
- /package/dist/components/cascader/{types.d.ts → src/types.d.ts} +0 -0
- /package/dist/components/data-table/{data-table.d.ts → src/data-table.d.ts} +0 -0
- /package/dist/components/data-table/{interface.d.ts → src/interface.d.ts} +0 -0
- /package/dist/components/dialog/{options.d.ts → src/options.d.ts} +0 -0
- /package/dist/components/dialog/{type.d.ts → src/type.d.ts} +0 -0
- /package/dist/components/input-number/{index.vue.d.ts → src/input-number.vue.d.ts} +0 -0
- /package/dist/components/steps/{steps.d.ts → src/steps.d.ts} +0 -0
- /package/es/{hooks/useAnimationHook.d.ts → _mixins/use-animation-hook.d.ts} +0 -0
- /package/es/{hooks/useAnimationHook.mjs → _mixins/use-animation-hook.mjs} +0 -0
- /package/es/{hooks/useLocale.mjs → _mixins/use-locale.mjs} +0 -0
- /package/es/{config/themes/color → _styles/vars/base}/light.mjs +0 -0
- /package/es/{types → _types}/utils.d.ts +0 -0
- /package/es/{utils → _utils}/render.d.ts +0 -0
- /package/es/{utils → _utils}/render.mjs +0 -0
- /package/es/{utils → _utils}/typescript.d.ts +0 -0
- /package/es/components/button/{interface.d.ts → src/interface.d.ts} +0 -0
- /package/es/components/button/{interface.mjs → src/interface.mjs} +0 -0
- /package/es/components/cascader/{types.d.ts → src/types.d.ts} +0 -0
- /package/es/components/cascader/{types.mjs → src/types.mjs} +0 -0
- /package/es/components/data-table/{data-table.d.ts → src/data-table.d.ts} +0 -0
- /package/es/components/data-table/{interface.d.ts → src/interface.d.ts} +0 -0
- /package/es/components/data-table/{interface.mjs → src/interface.mjs} +0 -0
- /package/es/components/dialog/{index.vue2.mjs → src/index.vue2.mjs} +0 -0
- /package/es/components/dialog/{options.d.ts → src/options.d.ts} +0 -0
- /package/es/components/dialog/{options.mjs → src/options.mjs} +0 -0
- /package/es/components/dialog/{type.d.ts → src/type.d.ts} +0 -0
- /package/es/components/input-number/{index.vue.d.ts → src/input-number.vue.d.ts} +0 -0
- /package/es/components/steps/{steps.d.ts → src/steps.d.ts} +0 -0
- /package/lib/{hooks/useAnimationHook.d.ts → _mixins/use-animation-hook.d.ts} +0 -0
- /package/lib/{hooks/useAnimationHook.js → _mixins/use-animation-hook.js} +0 -0
- /package/lib/{hooks/useLocale.js → _mixins/use-locale.js} +0 -0
- /package/lib/{config/themes/color → _styles/vars/base}/light.js +0 -0
- /package/lib/{types → _types}/utils.d.ts +0 -0
- /package/lib/{utils → _utils}/render.d.ts +0 -0
- /package/lib/{utils → _utils}/render.js +0 -0
- /package/lib/{utils → _utils}/typescript.d.ts +0 -0
- /package/lib/components/button/{interface.d.ts → src/interface.d.ts} +0 -0
- /package/lib/components/button/{interface.js → src/interface.js} +0 -0
- /package/lib/components/cascader/{types.d.ts → src/types.d.ts} +0 -0
- /package/lib/components/cascader/{types.js → src/types.js} +0 -0
- /package/lib/components/data-table/{data-table.d.ts → src/data-table.d.ts} +0 -0
- /package/lib/components/data-table/{interface.d.ts → src/interface.d.ts} +0 -0
- /package/lib/components/data-table/{interface.js → src/interface.js} +0 -0
- /package/lib/components/dialog/{index.vue2.js → src/index.vue2.js} +0 -0
- /package/lib/components/dialog/{options.d.ts → src/options.d.ts} +0 -0
- /package/lib/components/dialog/{options.js → src/options.js} +0 -0
- /package/lib/components/dialog/{type.d.ts → src/type.d.ts} +0 -0
- /package/lib/components/input-number/{index.vue.d.ts → src/input-number.vue.d.ts} +0 -0
- /package/lib/components/steps/{steps.d.ts → src/steps.d.ts} +0 -0
|
@@ -1,699 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { TabsProps } from 'naive-ui';
|
|
3
|
-
import { BaseTabsThemeOverrides } from '../../types/themes/components';
|
|
4
|
-
type BodenTabsType = TabsProps['type'] | 'segment-round';
|
|
5
|
-
export declare const bodenTabsProps: {
|
|
6
|
-
readonly themeOverrides: PropType<BaseTabsThemeOverrides>;
|
|
7
|
-
readonly type: {
|
|
8
|
-
readonly type: PropType<BodenTabsType>;
|
|
9
|
-
readonly default: "bar";
|
|
10
|
-
};
|
|
11
|
-
readonly value: PropType<string | number>;
|
|
12
|
-
readonly defaultValue: PropType<string | number>;
|
|
13
|
-
readonly trigger: {
|
|
14
|
-
readonly type: PropType<"click" | "hover">;
|
|
15
|
-
readonly default: "click";
|
|
16
|
-
};
|
|
17
|
-
readonly closable: BooleanConstructor;
|
|
18
|
-
readonly justifyContent: PropType<"space-between" | "space-around" | "space-evenly" | "center" | "start" | "end">;
|
|
19
|
-
readonly size: {
|
|
20
|
-
readonly type: PropType<"small" | "medium" | "large">;
|
|
21
|
-
readonly default: "medium";
|
|
22
|
-
};
|
|
23
|
-
readonly placement: {
|
|
24
|
-
readonly type: PropType<"top" | "left" | "right" | "bottom">;
|
|
25
|
-
readonly default: "top";
|
|
26
|
-
};
|
|
27
|
-
readonly tabStyle: PropType<string | import('vue').CSSProperties>;
|
|
28
|
-
readonly tabClass: StringConstructor;
|
|
29
|
-
readonly addTabStyle: PropType<string | import('vue').CSSProperties>;
|
|
30
|
-
readonly addTabClass: StringConstructor;
|
|
31
|
-
readonly barWidth: NumberConstructor;
|
|
32
|
-
readonly paneClass: StringConstructor;
|
|
33
|
-
readonly paneStyle: PropType<string | import('vue').CSSProperties>;
|
|
34
|
-
readonly paneWrapperClass: StringConstructor;
|
|
35
|
-
readonly paneWrapperStyle: PropType<string | import('vue').CSSProperties>;
|
|
36
|
-
readonly addable: PropType<import('naive-ui/es/tabs/src/interface').Addable>;
|
|
37
|
-
readonly tabsPadding: {
|
|
38
|
-
readonly type: NumberConstructor;
|
|
39
|
-
readonly default: 0;
|
|
40
|
-
};
|
|
41
|
-
readonly animated: BooleanConstructor;
|
|
42
|
-
readonly onBeforeLeave: PropType<import('naive-ui/es/tabs/src/interface').OnBeforeLeave>;
|
|
43
|
-
readonly onAdd: PropType<() => void>;
|
|
44
|
-
readonly 'onUpdate:value': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnUpdateValue>>;
|
|
45
|
-
readonly onUpdateValue: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnUpdateValue>>;
|
|
46
|
-
readonly onClose: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnClose>>;
|
|
47
|
-
readonly labelSize: PropType<"small" | "medium" | "large">;
|
|
48
|
-
readonly activeName: PropType<string | number>;
|
|
49
|
-
readonly onActiveNameChange: PropType<import('naive-ui/es/_utils').MaybeArray<(value: string & number) => void>>;
|
|
50
|
-
readonly theme: PropType<import('naive-ui/es/_mixins').Theme<"Tabs", {
|
|
51
|
-
colorSegment: string;
|
|
52
|
-
tabFontSizeCard: string;
|
|
53
|
-
tabTextColorLine: string;
|
|
54
|
-
tabTextColorActiveLine: string;
|
|
55
|
-
tabTextColorHoverLine: string;
|
|
56
|
-
tabTextColorDisabledLine: string;
|
|
57
|
-
tabTextColorSegment: string;
|
|
58
|
-
tabTextColorActiveSegment: string;
|
|
59
|
-
tabTextColorHoverSegment: string;
|
|
60
|
-
tabTextColorDisabledSegment: string;
|
|
61
|
-
tabTextColorBar: string;
|
|
62
|
-
tabTextColorActiveBar: string;
|
|
63
|
-
tabTextColorHoverBar: string;
|
|
64
|
-
tabTextColorDisabledBar: string;
|
|
65
|
-
tabTextColorCard: string;
|
|
66
|
-
tabTextColorHoverCard: string;
|
|
67
|
-
tabTextColorActiveCard: string;
|
|
68
|
-
tabTextColorDisabledCard: string;
|
|
69
|
-
barColor: string;
|
|
70
|
-
closeIconColor: string;
|
|
71
|
-
closeIconColorHover: string;
|
|
72
|
-
closeIconColorPressed: string;
|
|
73
|
-
closeColorHover: string;
|
|
74
|
-
closeColorPressed: string;
|
|
75
|
-
closeBorderRadius: string;
|
|
76
|
-
tabColor: string;
|
|
77
|
-
tabColorSegment: string;
|
|
78
|
-
tabBorderColor: string;
|
|
79
|
-
tabFontWeightActive: string;
|
|
80
|
-
tabFontWeight: string;
|
|
81
|
-
tabBorderRadius: string;
|
|
82
|
-
paneTextColor: string;
|
|
83
|
-
fontWeightStrong: string;
|
|
84
|
-
tabFontSizeSmall: string;
|
|
85
|
-
tabFontSizeMedium: string;
|
|
86
|
-
tabFontSizeLarge: string;
|
|
87
|
-
tabGapSmallLine: string;
|
|
88
|
-
tabGapMediumLine: string;
|
|
89
|
-
tabGapLargeLine: string;
|
|
90
|
-
tabGapSmallLineVertical: string;
|
|
91
|
-
tabGapMediumLineVertical: string;
|
|
92
|
-
tabGapLargeLineVertical: string;
|
|
93
|
-
tabPaddingSmallLine: string;
|
|
94
|
-
tabPaddingMediumLine: string;
|
|
95
|
-
tabPaddingLargeLine: string;
|
|
96
|
-
tabPaddingVerticalSmallLine: string;
|
|
97
|
-
tabPaddingVerticalMediumLine: string;
|
|
98
|
-
tabPaddingVerticalLargeLine: string;
|
|
99
|
-
tabGapSmallBar: string;
|
|
100
|
-
tabGapMediumBar: string;
|
|
101
|
-
tabGapLargeBar: string;
|
|
102
|
-
tabGapSmallBarVertical: string;
|
|
103
|
-
tabGapMediumBarVertical: string;
|
|
104
|
-
tabGapLargeBarVertical: string;
|
|
105
|
-
tabPaddingSmallBar: string;
|
|
106
|
-
tabPaddingMediumBar: string;
|
|
107
|
-
tabPaddingLargeBar: string;
|
|
108
|
-
tabPaddingVerticalSmallBar: string;
|
|
109
|
-
tabPaddingVerticalMediumBar: string;
|
|
110
|
-
tabPaddingVerticalLargeBar: string;
|
|
111
|
-
tabGapSmallCard: string;
|
|
112
|
-
tabGapMediumCard: string;
|
|
113
|
-
tabGapLargeCard: string;
|
|
114
|
-
tabGapSmallCardVertical: string;
|
|
115
|
-
tabGapMediumCardVertical: string;
|
|
116
|
-
tabGapLargeCardVertical: string;
|
|
117
|
-
tabPaddingSmallCard: string;
|
|
118
|
-
tabPaddingMediumCard: string;
|
|
119
|
-
tabPaddingLargeCard: string;
|
|
120
|
-
tabPaddingSmallSegment: string;
|
|
121
|
-
tabPaddingMediumSegment: string;
|
|
122
|
-
tabPaddingLargeSegment: string;
|
|
123
|
-
tabPaddingVerticalLargeSegment: string;
|
|
124
|
-
tabPaddingVerticalSmallCard: string;
|
|
125
|
-
tabPaddingVerticalMediumCard: string;
|
|
126
|
-
tabPaddingVerticalLargeCard: string;
|
|
127
|
-
tabPaddingVerticalSmallSegment: string;
|
|
128
|
-
tabPaddingVerticalMediumSegment: string;
|
|
129
|
-
tabGapSmallSegment: string;
|
|
130
|
-
tabGapMediumSegment: string;
|
|
131
|
-
tabGapLargeSegment: string;
|
|
132
|
-
tabGapSmallSegmentVertical: string;
|
|
133
|
-
tabGapMediumSegmentVertical: string;
|
|
134
|
-
tabGapLargeSegmentVertical: string;
|
|
135
|
-
panePaddingSmall: string;
|
|
136
|
-
panePaddingMedium: string;
|
|
137
|
-
panePaddingLarge: string;
|
|
138
|
-
closeSize: string;
|
|
139
|
-
closeIconSize: string;
|
|
140
|
-
}, any>>;
|
|
141
|
-
readonly builtinThemeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tabs", {
|
|
142
|
-
colorSegment: string;
|
|
143
|
-
tabFontSizeCard: string;
|
|
144
|
-
tabTextColorLine: string;
|
|
145
|
-
tabTextColorActiveLine: string;
|
|
146
|
-
tabTextColorHoverLine: string;
|
|
147
|
-
tabTextColorDisabledLine: string;
|
|
148
|
-
tabTextColorSegment: string;
|
|
149
|
-
tabTextColorActiveSegment: string;
|
|
150
|
-
tabTextColorHoverSegment: string;
|
|
151
|
-
tabTextColorDisabledSegment: string;
|
|
152
|
-
tabTextColorBar: string;
|
|
153
|
-
tabTextColorActiveBar: string;
|
|
154
|
-
tabTextColorHoverBar: string;
|
|
155
|
-
tabTextColorDisabledBar: string;
|
|
156
|
-
tabTextColorCard: string;
|
|
157
|
-
tabTextColorHoverCard: string;
|
|
158
|
-
tabTextColorActiveCard: string;
|
|
159
|
-
tabTextColorDisabledCard: string;
|
|
160
|
-
barColor: string;
|
|
161
|
-
closeIconColor: string;
|
|
162
|
-
closeIconColorHover: string;
|
|
163
|
-
closeIconColorPressed: string;
|
|
164
|
-
closeColorHover: string;
|
|
165
|
-
closeColorPressed: string;
|
|
166
|
-
closeBorderRadius: string;
|
|
167
|
-
tabColor: string;
|
|
168
|
-
tabColorSegment: string;
|
|
169
|
-
tabBorderColor: string;
|
|
170
|
-
tabFontWeightActive: string;
|
|
171
|
-
tabFontWeight: string;
|
|
172
|
-
tabBorderRadius: string;
|
|
173
|
-
paneTextColor: string;
|
|
174
|
-
fontWeightStrong: string;
|
|
175
|
-
tabFontSizeSmall: string;
|
|
176
|
-
tabFontSizeMedium: string;
|
|
177
|
-
tabFontSizeLarge: string;
|
|
178
|
-
tabGapSmallLine: string;
|
|
179
|
-
tabGapMediumLine: string;
|
|
180
|
-
tabGapLargeLine: string;
|
|
181
|
-
tabGapSmallLineVertical: string;
|
|
182
|
-
tabGapMediumLineVertical: string;
|
|
183
|
-
tabGapLargeLineVertical: string;
|
|
184
|
-
tabPaddingSmallLine: string;
|
|
185
|
-
tabPaddingMediumLine: string;
|
|
186
|
-
tabPaddingLargeLine: string;
|
|
187
|
-
tabPaddingVerticalSmallLine: string;
|
|
188
|
-
tabPaddingVerticalMediumLine: string;
|
|
189
|
-
tabPaddingVerticalLargeLine: string;
|
|
190
|
-
tabGapSmallBar: string;
|
|
191
|
-
tabGapMediumBar: string;
|
|
192
|
-
tabGapLargeBar: string;
|
|
193
|
-
tabGapSmallBarVertical: string;
|
|
194
|
-
tabGapMediumBarVertical: string;
|
|
195
|
-
tabGapLargeBarVertical: string;
|
|
196
|
-
tabPaddingSmallBar: string;
|
|
197
|
-
tabPaddingMediumBar: string;
|
|
198
|
-
tabPaddingLargeBar: string;
|
|
199
|
-
tabPaddingVerticalSmallBar: string;
|
|
200
|
-
tabPaddingVerticalMediumBar: string;
|
|
201
|
-
tabPaddingVerticalLargeBar: string;
|
|
202
|
-
tabGapSmallCard: string;
|
|
203
|
-
tabGapMediumCard: string;
|
|
204
|
-
tabGapLargeCard: string;
|
|
205
|
-
tabGapSmallCardVertical: string;
|
|
206
|
-
tabGapMediumCardVertical: string;
|
|
207
|
-
tabGapLargeCardVertical: string;
|
|
208
|
-
tabPaddingSmallCard: string;
|
|
209
|
-
tabPaddingMediumCard: string;
|
|
210
|
-
tabPaddingLargeCard: string;
|
|
211
|
-
tabPaddingSmallSegment: string;
|
|
212
|
-
tabPaddingMediumSegment: string;
|
|
213
|
-
tabPaddingLargeSegment: string;
|
|
214
|
-
tabPaddingVerticalLargeSegment: string;
|
|
215
|
-
tabPaddingVerticalSmallCard: string;
|
|
216
|
-
tabPaddingVerticalMediumCard: string;
|
|
217
|
-
tabPaddingVerticalLargeCard: string;
|
|
218
|
-
tabPaddingVerticalSmallSegment: string;
|
|
219
|
-
tabPaddingVerticalMediumSegment: string;
|
|
220
|
-
tabGapSmallSegment: string;
|
|
221
|
-
tabGapMediumSegment: string;
|
|
222
|
-
tabGapLargeSegment: string;
|
|
223
|
-
tabGapSmallSegmentVertical: string;
|
|
224
|
-
tabGapMediumSegmentVertical: string;
|
|
225
|
-
tabGapLargeSegmentVertical: string;
|
|
226
|
-
panePaddingSmall: string;
|
|
227
|
-
panePaddingMedium: string;
|
|
228
|
-
panePaddingLarge: string;
|
|
229
|
-
closeSize: string;
|
|
230
|
-
closeIconSize: string;
|
|
231
|
-
}, any>>>;
|
|
232
|
-
};
|
|
233
|
-
export type BodenTabsProps = ExtractPropTypes<typeof bodenTabsProps>;
|
|
234
|
-
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
|
235
|
-
readonly themeOverrides: PropType<BaseTabsThemeOverrides>;
|
|
236
|
-
readonly type: {
|
|
237
|
-
readonly type: PropType<BodenTabsType>;
|
|
238
|
-
readonly default: "bar";
|
|
239
|
-
};
|
|
240
|
-
readonly value: PropType<string | number>;
|
|
241
|
-
readonly defaultValue: PropType<string | number>;
|
|
242
|
-
readonly trigger: {
|
|
243
|
-
readonly type: PropType<"click" | "hover">;
|
|
244
|
-
readonly default: "click";
|
|
245
|
-
};
|
|
246
|
-
readonly closable: BooleanConstructor;
|
|
247
|
-
readonly justifyContent: PropType<"space-between" | "space-around" | "space-evenly" | "center" | "start" | "end">;
|
|
248
|
-
readonly size: {
|
|
249
|
-
readonly type: PropType<"small" | "medium" | "large">;
|
|
250
|
-
readonly default: "medium";
|
|
251
|
-
};
|
|
252
|
-
readonly placement: {
|
|
253
|
-
readonly type: PropType<"top" | "left" | "right" | "bottom">;
|
|
254
|
-
readonly default: "top";
|
|
255
|
-
};
|
|
256
|
-
readonly tabStyle: PropType<string | import('vue').CSSProperties>;
|
|
257
|
-
readonly tabClass: StringConstructor;
|
|
258
|
-
readonly addTabStyle: PropType<string | import('vue').CSSProperties>;
|
|
259
|
-
readonly addTabClass: StringConstructor;
|
|
260
|
-
readonly barWidth: NumberConstructor;
|
|
261
|
-
readonly paneClass: StringConstructor;
|
|
262
|
-
readonly paneStyle: PropType<string | import('vue').CSSProperties>;
|
|
263
|
-
readonly paneWrapperClass: StringConstructor;
|
|
264
|
-
readonly paneWrapperStyle: PropType<string | import('vue').CSSProperties>;
|
|
265
|
-
readonly addable: PropType<import('naive-ui/es/tabs/src/interface').Addable>;
|
|
266
|
-
readonly tabsPadding: {
|
|
267
|
-
readonly type: NumberConstructor;
|
|
268
|
-
readonly default: 0;
|
|
269
|
-
};
|
|
270
|
-
readonly animated: BooleanConstructor;
|
|
271
|
-
readonly onBeforeLeave: PropType<import('naive-ui/es/tabs/src/interface').OnBeforeLeave>;
|
|
272
|
-
readonly onAdd: PropType<() => void>;
|
|
273
|
-
readonly 'onUpdate:value': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnUpdateValue>>;
|
|
274
|
-
readonly onUpdateValue: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnUpdateValue>>;
|
|
275
|
-
readonly onClose: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnClose>>;
|
|
276
|
-
readonly labelSize: PropType<"small" | "medium" | "large">;
|
|
277
|
-
readonly activeName: PropType<string | number>;
|
|
278
|
-
readonly onActiveNameChange: PropType<import('naive-ui/es/_utils').MaybeArray<(value: string & number) => void>>;
|
|
279
|
-
readonly theme: PropType<import('naive-ui/es/_mixins').Theme<"Tabs", {
|
|
280
|
-
colorSegment: string;
|
|
281
|
-
tabFontSizeCard: string;
|
|
282
|
-
tabTextColorLine: string;
|
|
283
|
-
tabTextColorActiveLine: string;
|
|
284
|
-
tabTextColorHoverLine: string;
|
|
285
|
-
tabTextColorDisabledLine: string;
|
|
286
|
-
tabTextColorSegment: string;
|
|
287
|
-
tabTextColorActiveSegment: string;
|
|
288
|
-
tabTextColorHoverSegment: string;
|
|
289
|
-
tabTextColorDisabledSegment: string;
|
|
290
|
-
tabTextColorBar: string;
|
|
291
|
-
tabTextColorActiveBar: string;
|
|
292
|
-
tabTextColorHoverBar: string;
|
|
293
|
-
tabTextColorDisabledBar: string;
|
|
294
|
-
tabTextColorCard: string;
|
|
295
|
-
tabTextColorHoverCard: string;
|
|
296
|
-
tabTextColorActiveCard: string;
|
|
297
|
-
tabTextColorDisabledCard: string;
|
|
298
|
-
barColor: string;
|
|
299
|
-
closeIconColor: string;
|
|
300
|
-
closeIconColorHover: string;
|
|
301
|
-
closeIconColorPressed: string;
|
|
302
|
-
closeColorHover: string;
|
|
303
|
-
closeColorPressed: string;
|
|
304
|
-
closeBorderRadius: string;
|
|
305
|
-
tabColor: string;
|
|
306
|
-
tabColorSegment: string;
|
|
307
|
-
tabBorderColor: string;
|
|
308
|
-
tabFontWeightActive: string;
|
|
309
|
-
tabFontWeight: string;
|
|
310
|
-
tabBorderRadius: string;
|
|
311
|
-
paneTextColor: string;
|
|
312
|
-
fontWeightStrong: string;
|
|
313
|
-
tabFontSizeSmall: string;
|
|
314
|
-
tabFontSizeMedium: string;
|
|
315
|
-
tabFontSizeLarge: string;
|
|
316
|
-
tabGapSmallLine: string;
|
|
317
|
-
tabGapMediumLine: string;
|
|
318
|
-
tabGapLargeLine: string;
|
|
319
|
-
tabGapSmallLineVertical: string;
|
|
320
|
-
tabGapMediumLineVertical: string;
|
|
321
|
-
tabGapLargeLineVertical: string;
|
|
322
|
-
tabPaddingSmallLine: string;
|
|
323
|
-
tabPaddingMediumLine: string;
|
|
324
|
-
tabPaddingLargeLine: string;
|
|
325
|
-
tabPaddingVerticalSmallLine: string;
|
|
326
|
-
tabPaddingVerticalMediumLine: string;
|
|
327
|
-
tabPaddingVerticalLargeLine: string;
|
|
328
|
-
tabGapSmallBar: string;
|
|
329
|
-
tabGapMediumBar: string;
|
|
330
|
-
tabGapLargeBar: string;
|
|
331
|
-
tabGapSmallBarVertical: string;
|
|
332
|
-
tabGapMediumBarVertical: string;
|
|
333
|
-
tabGapLargeBarVertical: string;
|
|
334
|
-
tabPaddingSmallBar: string;
|
|
335
|
-
tabPaddingMediumBar: string;
|
|
336
|
-
tabPaddingLargeBar: string;
|
|
337
|
-
tabPaddingVerticalSmallBar: string;
|
|
338
|
-
tabPaddingVerticalMediumBar: string;
|
|
339
|
-
tabPaddingVerticalLargeBar: string;
|
|
340
|
-
tabGapSmallCard: string;
|
|
341
|
-
tabGapMediumCard: string;
|
|
342
|
-
tabGapLargeCard: string;
|
|
343
|
-
tabGapSmallCardVertical: string;
|
|
344
|
-
tabGapMediumCardVertical: string;
|
|
345
|
-
tabGapLargeCardVertical: string;
|
|
346
|
-
tabPaddingSmallCard: string;
|
|
347
|
-
tabPaddingMediumCard: string;
|
|
348
|
-
tabPaddingLargeCard: string;
|
|
349
|
-
tabPaddingSmallSegment: string;
|
|
350
|
-
tabPaddingMediumSegment: string;
|
|
351
|
-
tabPaddingLargeSegment: string;
|
|
352
|
-
tabPaddingVerticalLargeSegment: string;
|
|
353
|
-
tabPaddingVerticalSmallCard: string;
|
|
354
|
-
tabPaddingVerticalMediumCard: string;
|
|
355
|
-
tabPaddingVerticalLargeCard: string;
|
|
356
|
-
tabPaddingVerticalSmallSegment: string;
|
|
357
|
-
tabPaddingVerticalMediumSegment: string;
|
|
358
|
-
tabGapSmallSegment: string;
|
|
359
|
-
tabGapMediumSegment: string;
|
|
360
|
-
tabGapLargeSegment: string;
|
|
361
|
-
tabGapSmallSegmentVertical: string;
|
|
362
|
-
tabGapMediumSegmentVertical: string;
|
|
363
|
-
tabGapLargeSegmentVertical: string;
|
|
364
|
-
panePaddingSmall: string;
|
|
365
|
-
panePaddingMedium: string;
|
|
366
|
-
panePaddingLarge: string;
|
|
367
|
-
closeSize: string;
|
|
368
|
-
closeIconSize: string;
|
|
369
|
-
}, any>>;
|
|
370
|
-
readonly builtinThemeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tabs", {
|
|
371
|
-
colorSegment: string;
|
|
372
|
-
tabFontSizeCard: string;
|
|
373
|
-
tabTextColorLine: string;
|
|
374
|
-
tabTextColorActiveLine: string;
|
|
375
|
-
tabTextColorHoverLine: string;
|
|
376
|
-
tabTextColorDisabledLine: string;
|
|
377
|
-
tabTextColorSegment: string;
|
|
378
|
-
tabTextColorActiveSegment: string;
|
|
379
|
-
tabTextColorHoverSegment: string;
|
|
380
|
-
tabTextColorDisabledSegment: string;
|
|
381
|
-
tabTextColorBar: string;
|
|
382
|
-
tabTextColorActiveBar: string;
|
|
383
|
-
tabTextColorHoverBar: string;
|
|
384
|
-
tabTextColorDisabledBar: string;
|
|
385
|
-
tabTextColorCard: string;
|
|
386
|
-
tabTextColorHoverCard: string;
|
|
387
|
-
tabTextColorActiveCard: string;
|
|
388
|
-
tabTextColorDisabledCard: string;
|
|
389
|
-
barColor: string;
|
|
390
|
-
closeIconColor: string;
|
|
391
|
-
closeIconColorHover: string;
|
|
392
|
-
closeIconColorPressed: string;
|
|
393
|
-
closeColorHover: string;
|
|
394
|
-
closeColorPressed: string;
|
|
395
|
-
closeBorderRadius: string;
|
|
396
|
-
tabColor: string;
|
|
397
|
-
tabColorSegment: string;
|
|
398
|
-
tabBorderColor: string;
|
|
399
|
-
tabFontWeightActive: string;
|
|
400
|
-
tabFontWeight: string;
|
|
401
|
-
tabBorderRadius: string;
|
|
402
|
-
paneTextColor: string;
|
|
403
|
-
fontWeightStrong: string;
|
|
404
|
-
tabFontSizeSmall: string;
|
|
405
|
-
tabFontSizeMedium: string;
|
|
406
|
-
tabFontSizeLarge: string;
|
|
407
|
-
tabGapSmallLine: string;
|
|
408
|
-
tabGapMediumLine: string;
|
|
409
|
-
tabGapLargeLine: string;
|
|
410
|
-
tabGapSmallLineVertical: string;
|
|
411
|
-
tabGapMediumLineVertical: string;
|
|
412
|
-
tabGapLargeLineVertical: string;
|
|
413
|
-
tabPaddingSmallLine: string;
|
|
414
|
-
tabPaddingMediumLine: string;
|
|
415
|
-
tabPaddingLargeLine: string;
|
|
416
|
-
tabPaddingVerticalSmallLine: string;
|
|
417
|
-
tabPaddingVerticalMediumLine: string;
|
|
418
|
-
tabPaddingVerticalLargeLine: string;
|
|
419
|
-
tabGapSmallBar: string;
|
|
420
|
-
tabGapMediumBar: string;
|
|
421
|
-
tabGapLargeBar: string;
|
|
422
|
-
tabGapSmallBarVertical: string;
|
|
423
|
-
tabGapMediumBarVertical: string;
|
|
424
|
-
tabGapLargeBarVertical: string;
|
|
425
|
-
tabPaddingSmallBar: string;
|
|
426
|
-
tabPaddingMediumBar: string;
|
|
427
|
-
tabPaddingLargeBar: string;
|
|
428
|
-
tabPaddingVerticalSmallBar: string;
|
|
429
|
-
tabPaddingVerticalMediumBar: string;
|
|
430
|
-
tabPaddingVerticalLargeBar: string;
|
|
431
|
-
tabGapSmallCard: string;
|
|
432
|
-
tabGapMediumCard: string;
|
|
433
|
-
tabGapLargeCard: string;
|
|
434
|
-
tabGapSmallCardVertical: string;
|
|
435
|
-
tabGapMediumCardVertical: string;
|
|
436
|
-
tabGapLargeCardVertical: string;
|
|
437
|
-
tabPaddingSmallCard: string;
|
|
438
|
-
tabPaddingMediumCard: string;
|
|
439
|
-
tabPaddingLargeCard: string;
|
|
440
|
-
tabPaddingSmallSegment: string;
|
|
441
|
-
tabPaddingMediumSegment: string;
|
|
442
|
-
tabPaddingLargeSegment: string;
|
|
443
|
-
tabPaddingVerticalLargeSegment: string;
|
|
444
|
-
tabPaddingVerticalSmallCard: string;
|
|
445
|
-
tabPaddingVerticalMediumCard: string;
|
|
446
|
-
tabPaddingVerticalLargeCard: string;
|
|
447
|
-
tabPaddingVerticalSmallSegment: string;
|
|
448
|
-
tabPaddingVerticalMediumSegment: string;
|
|
449
|
-
tabGapSmallSegment: string;
|
|
450
|
-
tabGapMediumSegment: string;
|
|
451
|
-
tabGapLargeSegment: string;
|
|
452
|
-
tabGapSmallSegmentVertical: string;
|
|
453
|
-
tabGapMediumSegmentVertical: string;
|
|
454
|
-
tabGapLargeSegmentVertical: string;
|
|
455
|
-
panePaddingSmall: string;
|
|
456
|
-
panePaddingMedium: string;
|
|
457
|
-
panePaddingLarge: string;
|
|
458
|
-
closeSize: string;
|
|
459
|
-
closeIconSize: string;
|
|
460
|
-
}, any>>>;
|
|
461
|
-
}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
462
|
-
[key: string]: any;
|
|
463
|
-
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
|
464
|
-
readonly themeOverrides: PropType<BaseTabsThemeOverrides>;
|
|
465
|
-
readonly type: {
|
|
466
|
-
readonly type: PropType<BodenTabsType>;
|
|
467
|
-
readonly default: "bar";
|
|
468
|
-
};
|
|
469
|
-
readonly value: PropType<string | number>;
|
|
470
|
-
readonly defaultValue: PropType<string | number>;
|
|
471
|
-
readonly trigger: {
|
|
472
|
-
readonly type: PropType<"click" | "hover">;
|
|
473
|
-
readonly default: "click";
|
|
474
|
-
};
|
|
475
|
-
readonly closable: BooleanConstructor;
|
|
476
|
-
readonly justifyContent: PropType<"space-between" | "space-around" | "space-evenly" | "center" | "start" | "end">;
|
|
477
|
-
readonly size: {
|
|
478
|
-
readonly type: PropType<"small" | "medium" | "large">;
|
|
479
|
-
readonly default: "medium";
|
|
480
|
-
};
|
|
481
|
-
readonly placement: {
|
|
482
|
-
readonly type: PropType<"top" | "left" | "right" | "bottom">;
|
|
483
|
-
readonly default: "top";
|
|
484
|
-
};
|
|
485
|
-
readonly tabStyle: PropType<string | import('vue').CSSProperties>;
|
|
486
|
-
readonly tabClass: StringConstructor;
|
|
487
|
-
readonly addTabStyle: PropType<string | import('vue').CSSProperties>;
|
|
488
|
-
readonly addTabClass: StringConstructor;
|
|
489
|
-
readonly barWidth: NumberConstructor;
|
|
490
|
-
readonly paneClass: StringConstructor;
|
|
491
|
-
readonly paneStyle: PropType<string | import('vue').CSSProperties>;
|
|
492
|
-
readonly paneWrapperClass: StringConstructor;
|
|
493
|
-
readonly paneWrapperStyle: PropType<string | import('vue').CSSProperties>;
|
|
494
|
-
readonly addable: PropType<import('naive-ui/es/tabs/src/interface').Addable>;
|
|
495
|
-
readonly tabsPadding: {
|
|
496
|
-
readonly type: NumberConstructor;
|
|
497
|
-
readonly default: 0;
|
|
498
|
-
};
|
|
499
|
-
readonly animated: BooleanConstructor;
|
|
500
|
-
readonly onBeforeLeave: PropType<import('naive-ui/es/tabs/src/interface').OnBeforeLeave>;
|
|
501
|
-
readonly onAdd: PropType<() => void>;
|
|
502
|
-
readonly 'onUpdate:value': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnUpdateValue>>;
|
|
503
|
-
readonly onUpdateValue: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnUpdateValue>>;
|
|
504
|
-
readonly onClose: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnClose>>;
|
|
505
|
-
readonly labelSize: PropType<"small" | "medium" | "large">;
|
|
506
|
-
readonly activeName: PropType<string | number>;
|
|
507
|
-
readonly onActiveNameChange: PropType<import('naive-ui/es/_utils').MaybeArray<(value: string & number) => void>>;
|
|
508
|
-
readonly theme: PropType<import('naive-ui/es/_mixins').Theme<"Tabs", {
|
|
509
|
-
colorSegment: string;
|
|
510
|
-
tabFontSizeCard: string;
|
|
511
|
-
tabTextColorLine: string;
|
|
512
|
-
tabTextColorActiveLine: string;
|
|
513
|
-
tabTextColorHoverLine: string;
|
|
514
|
-
tabTextColorDisabledLine: string;
|
|
515
|
-
tabTextColorSegment: string;
|
|
516
|
-
tabTextColorActiveSegment: string;
|
|
517
|
-
tabTextColorHoverSegment: string;
|
|
518
|
-
tabTextColorDisabledSegment: string;
|
|
519
|
-
tabTextColorBar: string;
|
|
520
|
-
tabTextColorActiveBar: string;
|
|
521
|
-
tabTextColorHoverBar: string;
|
|
522
|
-
tabTextColorDisabledBar: string;
|
|
523
|
-
tabTextColorCard: string;
|
|
524
|
-
tabTextColorHoverCard: string;
|
|
525
|
-
tabTextColorActiveCard: string;
|
|
526
|
-
tabTextColorDisabledCard: string;
|
|
527
|
-
barColor: string;
|
|
528
|
-
closeIconColor: string;
|
|
529
|
-
closeIconColorHover: string;
|
|
530
|
-
closeIconColorPressed: string;
|
|
531
|
-
closeColorHover: string;
|
|
532
|
-
closeColorPressed: string;
|
|
533
|
-
closeBorderRadius: string;
|
|
534
|
-
tabColor: string;
|
|
535
|
-
tabColorSegment: string;
|
|
536
|
-
tabBorderColor: string;
|
|
537
|
-
tabFontWeightActive: string;
|
|
538
|
-
tabFontWeight: string;
|
|
539
|
-
tabBorderRadius: string;
|
|
540
|
-
paneTextColor: string;
|
|
541
|
-
fontWeightStrong: string;
|
|
542
|
-
tabFontSizeSmall: string;
|
|
543
|
-
tabFontSizeMedium: string;
|
|
544
|
-
tabFontSizeLarge: string;
|
|
545
|
-
tabGapSmallLine: string;
|
|
546
|
-
tabGapMediumLine: string;
|
|
547
|
-
tabGapLargeLine: string;
|
|
548
|
-
tabGapSmallLineVertical: string;
|
|
549
|
-
tabGapMediumLineVertical: string;
|
|
550
|
-
tabGapLargeLineVertical: string;
|
|
551
|
-
tabPaddingSmallLine: string;
|
|
552
|
-
tabPaddingMediumLine: string;
|
|
553
|
-
tabPaddingLargeLine: string;
|
|
554
|
-
tabPaddingVerticalSmallLine: string;
|
|
555
|
-
tabPaddingVerticalMediumLine: string;
|
|
556
|
-
tabPaddingVerticalLargeLine: string;
|
|
557
|
-
tabGapSmallBar: string;
|
|
558
|
-
tabGapMediumBar: string;
|
|
559
|
-
tabGapLargeBar: string;
|
|
560
|
-
tabGapSmallBarVertical: string;
|
|
561
|
-
tabGapMediumBarVertical: string;
|
|
562
|
-
tabGapLargeBarVertical: string;
|
|
563
|
-
tabPaddingSmallBar: string;
|
|
564
|
-
tabPaddingMediumBar: string;
|
|
565
|
-
tabPaddingLargeBar: string;
|
|
566
|
-
tabPaddingVerticalSmallBar: string;
|
|
567
|
-
tabPaddingVerticalMediumBar: string;
|
|
568
|
-
tabPaddingVerticalLargeBar: string;
|
|
569
|
-
tabGapSmallCard: string;
|
|
570
|
-
tabGapMediumCard: string;
|
|
571
|
-
tabGapLargeCard: string;
|
|
572
|
-
tabGapSmallCardVertical: string;
|
|
573
|
-
tabGapMediumCardVertical: string;
|
|
574
|
-
tabGapLargeCardVertical: string;
|
|
575
|
-
tabPaddingSmallCard: string;
|
|
576
|
-
tabPaddingMediumCard: string;
|
|
577
|
-
tabPaddingLargeCard: string;
|
|
578
|
-
tabPaddingSmallSegment: string;
|
|
579
|
-
tabPaddingMediumSegment: string;
|
|
580
|
-
tabPaddingLargeSegment: string;
|
|
581
|
-
tabPaddingVerticalLargeSegment: string;
|
|
582
|
-
tabPaddingVerticalSmallCard: string;
|
|
583
|
-
tabPaddingVerticalMediumCard: string;
|
|
584
|
-
tabPaddingVerticalLargeCard: string;
|
|
585
|
-
tabPaddingVerticalSmallSegment: string;
|
|
586
|
-
tabPaddingVerticalMediumSegment: string;
|
|
587
|
-
tabGapSmallSegment: string;
|
|
588
|
-
tabGapMediumSegment: string;
|
|
589
|
-
tabGapLargeSegment: string;
|
|
590
|
-
tabGapSmallSegmentVertical: string;
|
|
591
|
-
tabGapMediumSegmentVertical: string;
|
|
592
|
-
tabGapLargeSegmentVertical: string;
|
|
593
|
-
panePaddingSmall: string;
|
|
594
|
-
panePaddingMedium: string;
|
|
595
|
-
panePaddingLarge: string;
|
|
596
|
-
closeSize: string;
|
|
597
|
-
closeIconSize: string;
|
|
598
|
-
}, any>>;
|
|
599
|
-
readonly builtinThemeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tabs", {
|
|
600
|
-
colorSegment: string;
|
|
601
|
-
tabFontSizeCard: string;
|
|
602
|
-
tabTextColorLine: string;
|
|
603
|
-
tabTextColorActiveLine: string;
|
|
604
|
-
tabTextColorHoverLine: string;
|
|
605
|
-
tabTextColorDisabledLine: string;
|
|
606
|
-
tabTextColorSegment: string;
|
|
607
|
-
tabTextColorActiveSegment: string;
|
|
608
|
-
tabTextColorHoverSegment: string;
|
|
609
|
-
tabTextColorDisabledSegment: string;
|
|
610
|
-
tabTextColorBar: string;
|
|
611
|
-
tabTextColorActiveBar: string;
|
|
612
|
-
tabTextColorHoverBar: string;
|
|
613
|
-
tabTextColorDisabledBar: string;
|
|
614
|
-
tabTextColorCard: string;
|
|
615
|
-
tabTextColorHoverCard: string;
|
|
616
|
-
tabTextColorActiveCard: string;
|
|
617
|
-
tabTextColorDisabledCard: string;
|
|
618
|
-
barColor: string;
|
|
619
|
-
closeIconColor: string;
|
|
620
|
-
closeIconColorHover: string;
|
|
621
|
-
closeIconColorPressed: string;
|
|
622
|
-
closeColorHover: string;
|
|
623
|
-
closeColorPressed: string;
|
|
624
|
-
closeBorderRadius: string;
|
|
625
|
-
tabColor: string;
|
|
626
|
-
tabColorSegment: string;
|
|
627
|
-
tabBorderColor: string;
|
|
628
|
-
tabFontWeightActive: string;
|
|
629
|
-
tabFontWeight: string;
|
|
630
|
-
tabBorderRadius: string;
|
|
631
|
-
paneTextColor: string;
|
|
632
|
-
fontWeightStrong: string;
|
|
633
|
-
tabFontSizeSmall: string;
|
|
634
|
-
tabFontSizeMedium: string;
|
|
635
|
-
tabFontSizeLarge: string;
|
|
636
|
-
tabGapSmallLine: string;
|
|
637
|
-
tabGapMediumLine: string;
|
|
638
|
-
tabGapLargeLine: string;
|
|
639
|
-
tabGapSmallLineVertical: string;
|
|
640
|
-
tabGapMediumLineVertical: string;
|
|
641
|
-
tabGapLargeLineVertical: string;
|
|
642
|
-
tabPaddingSmallLine: string;
|
|
643
|
-
tabPaddingMediumLine: string;
|
|
644
|
-
tabPaddingLargeLine: string;
|
|
645
|
-
tabPaddingVerticalSmallLine: string;
|
|
646
|
-
tabPaddingVerticalMediumLine: string;
|
|
647
|
-
tabPaddingVerticalLargeLine: string;
|
|
648
|
-
tabGapSmallBar: string;
|
|
649
|
-
tabGapMediumBar: string;
|
|
650
|
-
tabGapLargeBar: string;
|
|
651
|
-
tabGapSmallBarVertical: string;
|
|
652
|
-
tabGapMediumBarVertical: string;
|
|
653
|
-
tabGapLargeBarVertical: string;
|
|
654
|
-
tabPaddingSmallBar: string;
|
|
655
|
-
tabPaddingMediumBar: string;
|
|
656
|
-
tabPaddingLargeBar: string;
|
|
657
|
-
tabPaddingVerticalSmallBar: string;
|
|
658
|
-
tabPaddingVerticalMediumBar: string;
|
|
659
|
-
tabPaddingVerticalLargeBar: string;
|
|
660
|
-
tabGapSmallCard: string;
|
|
661
|
-
tabGapMediumCard: string;
|
|
662
|
-
tabGapLargeCard: string;
|
|
663
|
-
tabGapSmallCardVertical: string;
|
|
664
|
-
tabGapMediumCardVertical: string;
|
|
665
|
-
tabGapLargeCardVertical: string;
|
|
666
|
-
tabPaddingSmallCard: string;
|
|
667
|
-
tabPaddingMediumCard: string;
|
|
668
|
-
tabPaddingLargeCard: string;
|
|
669
|
-
tabPaddingSmallSegment: string;
|
|
670
|
-
tabPaddingMediumSegment: string;
|
|
671
|
-
tabPaddingLargeSegment: string;
|
|
672
|
-
tabPaddingVerticalLargeSegment: string;
|
|
673
|
-
tabPaddingVerticalSmallCard: string;
|
|
674
|
-
tabPaddingVerticalMediumCard: string;
|
|
675
|
-
tabPaddingVerticalLargeCard: string;
|
|
676
|
-
tabPaddingVerticalSmallSegment: string;
|
|
677
|
-
tabPaddingVerticalMediumSegment: string;
|
|
678
|
-
tabGapSmallSegment: string;
|
|
679
|
-
tabGapMediumSegment: string;
|
|
680
|
-
tabGapLargeSegment: string;
|
|
681
|
-
tabGapSmallSegmentVertical: string;
|
|
682
|
-
tabGapMediumSegmentVertical: string;
|
|
683
|
-
tabGapLargeSegmentVertical: string;
|
|
684
|
-
panePaddingSmall: string;
|
|
685
|
-
panePaddingMedium: string;
|
|
686
|
-
panePaddingLarge: string;
|
|
687
|
-
closeSize: string;
|
|
688
|
-
closeIconSize: string;
|
|
689
|
-
}, any>>>;
|
|
690
|
-
}>> & Readonly<{}>, {
|
|
691
|
-
readonly type: BodenTabsType;
|
|
692
|
-
readonly placement: "left" | "right" | "top" | "bottom";
|
|
693
|
-
readonly closable: boolean;
|
|
694
|
-
readonly size: "small" | "medium" | "large";
|
|
695
|
-
readonly trigger: "click" | "hover";
|
|
696
|
-
readonly animated: boolean;
|
|
697
|
-
readonly tabsPadding: number;
|
|
698
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
699
|
-
export default _default;
|