base6-ui 2.0.7 → 2.0.8
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/components/data-table/data-table.d.ts +1363 -1
- package/dist/components/data-table/interface.d.ts +19 -8
- package/dist/components/global-header/index.vue.d.ts +3 -2
- package/dist/components/global-header/interface.d.ts +5 -6
- package/dist/components/global-header/title.vue.d.ts +2 -0
- package/dist/components/index.d.ts +1 -2
- package/dist/components/nav-icon/type.d.ts +1 -0
- package/dist/components/platform-navigation/index.d.ts +2 -0
- package/{es/components/product-introduction → dist/components/platform-navigation}/index.vue.d.ts +5 -3
- package/dist/components/platform-navigation/interface.d.ts +29 -0
- package/dist/config/themes/components/dataTable/common.d.ts +2 -0
- package/dist/index.css +1 -1
- package/dist/index.umd.js +1 -1
- package/es/components/data-table/data-table.d.ts +1363 -1
- package/es/components/data-table/data-table.mjs +49 -34
- package/es/components/data-table/interface.d.ts +19 -8
- package/es/components/data-table/interface.mjs +3 -0
- package/es/components/global-header/index.vue.d.ts +3 -2
- package/es/components/global-header/index.vue.mjs +35 -32
- package/es/components/global-header/interface.d.ts +5 -6
- package/es/components/global-header/title.vue.d.ts +2 -0
- package/es/components/global-header/title.vue.mjs +2 -2
- package/es/components/global-header/title.vue2.mjs +34 -30
- package/es/components/index.d.ts +1 -2
- package/es/components/layout/components/{WrapHeader.vue.mjs → WrapHeader.vue2.mjs} +1 -1
- package/es/components/layout/index.vue2.mjs +1 -1
- package/es/components/nav-icon/index.vue.mjs +2 -2
- package/es/components/nav-icon/index.vue2.mjs +21 -19
- package/es/components/nav-icon/type.d.ts +1 -0
- package/es/components/platform-navigation/index.d.ts +2 -0
- package/{lib/components/product-introduction → es/components/platform-navigation}/index.vue.d.ts +5 -3
- package/es/components/{product-introduction → platform-navigation}/index.vue.mjs +2 -2
- package/es/components/platform-navigation/index.vue2.mjs +194 -0
- package/es/components/platform-navigation/interface.d.ts +29 -0
- package/es/components/platform-navigation/interface.mjs +4 -0
- package/es/config/themes/components/dataTable/common.d.ts +2 -0
- package/es/config/themes/components/dataTable/common.mjs +11 -0
- package/es/config/themes/components/dataTable/dark.mjs +4 -2
- package/es/config/themes/components/dataTable/light.mjs +4 -2
- package/es/index.css +1 -1
- package/es/index.mjs +79 -89
- package/lib/components/data-table/data-table.d.ts +1363 -1
- package/lib/components/data-table/data-table.js +1 -1
- package/lib/components/data-table/interface.d.ts +19 -8
- package/lib/components/data-table/interface.js +1 -1
- package/lib/components/global-header/index.vue.d.ts +3 -2
- package/lib/components/global-header/index.vue.js +1 -1
- package/lib/components/global-header/interface.d.ts +5 -6
- package/lib/components/global-header/title.vue.d.ts +2 -0
- package/lib/components/global-header/title.vue.js +1 -1
- package/lib/components/global-header/title.vue2.js +1 -1
- package/lib/components/index.d.ts +1 -2
- package/lib/components/input-number/index.vue.js +1 -1
- package/lib/components/layout/aside/index.vue.js +1 -1
- package/lib/components/layout/components/WrapHeader.vue2.js +1 -0
- package/lib/components/layout/header/index.vue.js +1 -1
- package/lib/components/layout/index.vue.js +1 -1
- package/lib/components/layout/index.vue2.js +1 -1
- package/lib/components/nav-icon/index.vue.js +1 -1
- package/lib/components/nav-icon/index.vue2.js +1 -1
- package/lib/components/nav-icon/type.d.ts +1 -0
- package/lib/components/platform-navigation/index.d.ts +2 -0
- package/{dist/components/product-introduction → lib/components/platform-navigation}/index.vue.d.ts +5 -3
- package/lib/components/platform-navigation/index.vue.js +1 -0
- package/lib/components/platform-navigation/index.vue2.js +1 -0
- package/lib/components/platform-navigation/interface.d.ts +29 -0
- package/lib/components/platform-navigation/interface.js +1 -0
- package/lib/components/radio/index.vue.js +1 -1
- package/lib/components/select/index.vue.js +1 -1
- package/lib/components/slider/index.vue.js +1 -1
- package/lib/components/switch/index.vue.js +1 -1
- package/lib/components/system-actions/index.vue.js +1 -1
- package/lib/config/themes/components/dataTable/common.d.ts +2 -0
- package/lib/config/themes/components/dataTable/common.js +1 -0
- package/lib/config/themes/components/dataTable/dark.js +1 -1
- package/lib/config/themes/components/dataTable/light.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/dist/components/BaseLayout/ASide/index.vue.d.ts +0 -23
- package/dist/components/BaseLayout/ASide/type.d.ts +0 -10
- package/dist/components/BaseLayout/AsideMenu/index.vue.d.ts +0 -4
- package/dist/components/BaseLayout/Default/constants.d.ts +0 -5
- package/dist/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +0 -3
- package/dist/components/BaseLayout/Default/hooks/useLogo.d.ts +0 -5
- package/dist/components/BaseLayout/Default/index.vue.d.ts +0 -72
- package/dist/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +0 -2
- package/dist/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +0 -2
- package/dist/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +0 -2
- package/dist/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +0 -2
- package/dist/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +0 -32
- package/dist/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +0 -2
- package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +0 -2
- package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +0 -2
- package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +0 -2
- package/dist/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +0 -2
- package/dist/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +0 -2
- package/dist/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +0 -2
- package/dist/components/BaseLayout/Default/layoutTab/index.vue.d.ts +0 -2
- package/dist/components/BaseLayout/Default/options.d.ts +0 -3
- package/dist/components/BaseLayout/Default/type.d.ts +0 -40
- package/dist/components/BaseLayout/Header/index.vue.d.ts +0 -19
- package/dist/components/BaseLayout/components/WrapContent.vue.d.ts +0 -22
- package/dist/components/BaseLayout/components/WrapFooter.vue.d.ts +0 -24
- package/dist/components/BaseLayout/components/WrapHeader.vue.d.ts +0 -24
- package/dist/components/BaseLayout/components/WrapSlider.vue.d.ts +0 -24
- package/dist/components/BaseLayout/components/WrapTab.vue.d.ts +0 -24
- package/dist/components/BaseLayout/constants.d.ts +0 -1
- package/dist/components/BaseLayout/index.d.ts +0 -7
- package/dist/components/BaseLayout/index.vue.d.ts +0 -49
- package/dist/components/BaseLayout/layoutCssVar.d.ts +0 -4
- package/dist/components/BaseLayout/options.d.ts +0 -2
- package/dist/components/BaseLayout/type.d.ts +0 -52
- package/dist/components/product-introduction/constants.d.ts +0 -2
- package/dist/components/product-introduction/index.d.ts +0 -2
- package/dist/components/product-introduction/interface.d.ts +0 -20
- package/dist/hooks/useMenu.d.ts +0 -34
- package/es/components/BaseLayout/ASide/index.vue.d.ts +0 -23
- package/es/components/BaseLayout/ASide/index.vue.mjs +0 -7
- package/es/components/BaseLayout/ASide/index.vue2.mjs +0 -62
- package/es/components/BaseLayout/ASide/type.d.ts +0 -10
- package/es/components/BaseLayout/AsideMenu/index.vue.d.ts +0 -4
- package/es/components/BaseLayout/AsideMenu/index.vue.mjs +0 -7
- package/es/components/BaseLayout/AsideMenu/index.vue2.mjs +0 -66
- package/es/components/BaseLayout/Default/constants.d.ts +0 -5
- package/es/components/BaseLayout/Default/constants.mjs +0 -5
- package/es/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +0 -3
- package/es/components/BaseLayout/Default/hooks/useBaseLayoutContext.mjs +0 -11
- package/es/components/BaseLayout/Default/hooks/useLogo.d.ts +0 -5
- package/es/components/BaseLayout/Default/hooks/useLogo.mjs +0 -19
- package/es/components/BaseLayout/Default/index.vue.d.ts +0 -72
- package/es/components/BaseLayout/Default/index.vue.mjs +0 -7
- package/es/components/BaseLayout/Default/index.vue2.mjs +0 -151
- package/es/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +0 -2
- package/es/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +0 -2
- package/es/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +0 -2
- package/es/components/BaseLayout/Default/layoutHeader/index.vue.mjs +0 -38
- package/es/components/BaseLayout/Default/layoutHeader/index.vue2.mjs +0 -4
- package/es/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +0 -2
- package/es/components/BaseLayout/Default/layoutHeader/title.vue.mjs +0 -7
- package/es/components/BaseLayout/Default/layoutHeader/title.vue2.mjs +0 -29
- package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +0 -32
- package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.mjs +0 -7
- package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.mjs +0 -65
- package/es/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +0 -2
- package/es/components/BaseLayout/Default/layoutMenu/index.vue.mjs +0 -4
- package/es/components/BaseLayout/Default/layoutMenu/index.vue2.mjs +0 -23
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +0 -2
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.mjs +0 -30
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue2.mjs +0 -4
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +0 -2
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.mjs +0 -53
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue2.mjs +0 -4
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +0 -2
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.mjs +0 -73
- package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue2.mjs +0 -4
- package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +0 -2
- package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.mjs +0 -39
- package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue2.mjs +0 -4
- package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +0 -2
- package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.mjs +0 -97
- package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue2.mjs +0 -4
- package/es/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +0 -2
- package/es/components/BaseLayout/Default/layoutSlider/index.vue.mjs +0 -31
- package/es/components/BaseLayout/Default/layoutSlider/index.vue2.mjs +0 -4
- package/es/components/BaseLayout/Default/layoutTab/index.vue.d.ts +0 -2
- package/es/components/BaseLayout/Default/options.d.ts +0 -3
- package/es/components/BaseLayout/Default/options.mjs +0 -35
- package/es/components/BaseLayout/Default/type.d.ts +0 -40
- package/es/components/BaseLayout/Header/index.vue.d.ts +0 -19
- package/es/components/BaseLayout/Header/index.vue.mjs +0 -20
- package/es/components/BaseLayout/components/WrapContent.vue.d.ts +0 -22
- package/es/components/BaseLayout/components/WrapContent.vue.mjs +0 -23
- package/es/components/BaseLayout/components/WrapContent.vue2.mjs +0 -4
- package/es/components/BaseLayout/components/WrapFooter.vue.d.ts +0 -24
- package/es/components/BaseLayout/components/WrapFooter.vue.mjs +0 -33
- package/es/components/BaseLayout/components/WrapFooter.vue2.mjs +0 -4
- package/es/components/BaseLayout/components/WrapHeader.vue.d.ts +0 -24
- package/es/components/BaseLayout/components/WrapHeader.vue.mjs +0 -7
- package/es/components/BaseLayout/components/WrapHeader.vue2.mjs +0 -30
- package/es/components/BaseLayout/components/WrapSlider.vue.d.ts +0 -24
- package/es/components/BaseLayout/components/WrapSlider.vue.mjs +0 -24
- package/es/components/BaseLayout/components/WrapSlider.vue2.mjs +0 -4
- package/es/components/BaseLayout/components/WrapTab.vue.d.ts +0 -24
- package/es/components/BaseLayout/components/WrapTab.vue.mjs +0 -34
- package/es/components/BaseLayout/components/WrapTab.vue2.mjs +0 -4
- package/es/components/BaseLayout/constants.d.ts +0 -1
- package/es/components/BaseLayout/constants.mjs +0 -4
- package/es/components/BaseLayout/index.d.ts +0 -7
- package/es/components/BaseLayout/index.module.css.mjs +0 -24
- package/es/components/BaseLayout/index.vue.d.ts +0 -49
- package/es/components/BaseLayout/index.vue.mjs +0 -7
- package/es/components/BaseLayout/index.vue2.mjs +0 -124
- package/es/components/BaseLayout/layoutCssVar.d.ts +0 -4
- package/es/components/BaseLayout/layoutCssVar.mjs +0 -27
- package/es/components/BaseLayout/options.d.ts +0 -2
- package/es/components/BaseLayout/options.mjs +0 -25
- package/es/components/BaseLayout/type.d.ts +0 -52
- package/es/components/product-introduction/constants.d.ts +0 -2
- package/es/components/product-introduction/constants.mjs +0 -7
- package/es/components/product-introduction/index.d.ts +0 -2
- package/es/components/product-introduction/index.vue2.mjs +0 -185
- package/es/components/product-introduction/interface.d.ts +0 -20
- package/es/hooks/useBoolean.mjs +0 -26
- package/es/hooks/useContext.mjs +0 -30
- package/es/hooks/useMenu.d.ts +0 -34
- package/es/hooks/useMenu.mjs +0 -78
- package/es/node_modules/.pnpm/@vueuse_core@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/core/index.mjs +0 -43
- package/es/node_modules/.pnpm/@vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/shared/index.mjs +0 -29
- package/lib/components/BaseLayout/ASide/index.vue.d.ts +0 -23
- package/lib/components/BaseLayout/ASide/index.vue.js +0 -1
- package/lib/components/BaseLayout/ASide/index.vue2.js +0 -1
- package/lib/components/BaseLayout/ASide/type.d.ts +0 -10
- package/lib/components/BaseLayout/AsideMenu/index.vue.d.ts +0 -4
- package/lib/components/BaseLayout/AsideMenu/index.vue.js +0 -1
- package/lib/components/BaseLayout/AsideMenu/index.vue2.js +0 -1
- package/lib/components/BaseLayout/Default/constants.d.ts +0 -5
- package/lib/components/BaseLayout/Default/constants.js +0 -1
- package/lib/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +0 -3
- package/lib/components/BaseLayout/Default/hooks/useBaseLayoutContext.js +0 -1
- package/lib/components/BaseLayout/Default/hooks/useLogo.d.ts +0 -5
- package/lib/components/BaseLayout/Default/hooks/useLogo.js +0 -1
- package/lib/components/BaseLayout/Default/index.vue.d.ts +0 -72
- package/lib/components/BaseLayout/Default/index.vue.js +0 -1
- package/lib/components/BaseLayout/Default/index.vue2.js +0 -1
- package/lib/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +0 -2
- package/lib/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +0 -2
- package/lib/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +0 -2
- package/lib/components/BaseLayout/Default/layoutHeader/index.vue.js +0 -1
- package/lib/components/BaseLayout/Default/layoutHeader/index.vue2.js +0 -1
- package/lib/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +0 -2
- package/lib/components/BaseLayout/Default/layoutHeader/title.vue.js +0 -1
- package/lib/components/BaseLayout/Default/layoutHeader/title.vue2.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +0 -32
- package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +0 -2
- package/lib/components/BaseLayout/Default/layoutMenu/index.vue.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/index.vue2.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +0 -2
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue2.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +0 -2
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue2.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +0 -2
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue2.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +0 -2
- package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue2.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +0 -2
- package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.js +0 -1
- package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue2.js +0 -1
- package/lib/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +0 -2
- package/lib/components/BaseLayout/Default/layoutSlider/index.vue.js +0 -1
- package/lib/components/BaseLayout/Default/layoutSlider/index.vue2.js +0 -1
- package/lib/components/BaseLayout/Default/layoutTab/index.vue.d.ts +0 -2
- package/lib/components/BaseLayout/Default/options.d.ts +0 -3
- package/lib/components/BaseLayout/Default/options.js +0 -1
- package/lib/components/BaseLayout/Default/type.d.ts +0 -40
- package/lib/components/BaseLayout/Header/index.vue.d.ts +0 -19
- package/lib/components/BaseLayout/Header/index.vue.js +0 -1
- package/lib/components/BaseLayout/components/WrapContent.vue.d.ts +0 -22
- package/lib/components/BaseLayout/components/WrapContent.vue.js +0 -1
- package/lib/components/BaseLayout/components/WrapContent.vue2.js +0 -1
- package/lib/components/BaseLayout/components/WrapFooter.vue.d.ts +0 -24
- package/lib/components/BaseLayout/components/WrapFooter.vue.js +0 -1
- package/lib/components/BaseLayout/components/WrapFooter.vue2.js +0 -1
- package/lib/components/BaseLayout/components/WrapHeader.vue.d.ts +0 -24
- package/lib/components/BaseLayout/components/WrapHeader.vue.js +0 -1
- package/lib/components/BaseLayout/components/WrapHeader.vue2.js +0 -1
- package/lib/components/BaseLayout/components/WrapSlider.vue.d.ts +0 -24
- package/lib/components/BaseLayout/components/WrapSlider.vue.js +0 -1
- package/lib/components/BaseLayout/components/WrapSlider.vue2.js +0 -1
- package/lib/components/BaseLayout/components/WrapTab.vue.d.ts +0 -24
- package/lib/components/BaseLayout/components/WrapTab.vue.js +0 -1
- package/lib/components/BaseLayout/components/WrapTab.vue2.js +0 -1
- package/lib/components/BaseLayout/constants.d.ts +0 -1
- package/lib/components/BaseLayout/constants.js +0 -1
- package/lib/components/BaseLayout/index.d.ts +0 -7
- package/lib/components/BaseLayout/index.module.css.js +0 -1
- package/lib/components/BaseLayout/index.vue.d.ts +0 -49
- package/lib/components/BaseLayout/index.vue.js +0 -1
- package/lib/components/BaseLayout/index.vue2.js +0 -1
- package/lib/components/BaseLayout/layoutCssVar.d.ts +0 -4
- package/lib/components/BaseLayout/layoutCssVar.js +0 -1
- package/lib/components/BaseLayout/options.d.ts +0 -2
- package/lib/components/BaseLayout/options.js +0 -1
- package/lib/components/BaseLayout/type.d.ts +0 -52
- package/lib/components/layout/components/WrapHeader.vue.js +0 -1
- package/lib/components/product-introduction/constants.d.ts +0 -2
- package/lib/components/product-introduction/constants.js +0 -1
- package/lib/components/product-introduction/index.d.ts +0 -2
- package/lib/components/product-introduction/index.vue.js +0 -1
- package/lib/components/product-introduction/index.vue2.js +0 -1
- package/lib/components/product-introduction/interface.d.ts +0 -20
- package/lib/hooks/useBoolean.js +0 -1
- package/lib/hooks/useContext.js +0 -1
- package/lib/hooks/useMenu.d.ts +0 -34
- package/lib/hooks/useMenu.js +0 -1
- package/lib/node_modules/.pnpm/@vueuse_core@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/core/index.js +0 -1
- package/lib/node_modules/.pnpm/@vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/shared/index.js +0 -1
- /package/dist/components/{product-introduction → platform-navigation}/cssVar.d.ts +0 -0
- /package/es/components/{product-introduction → platform-navigation}/cssVar.d.ts +0 -0
- /package/es/components/{product-introduction → platform-navigation}/cssVar.mjs +0 -0
- /package/lib/components/{product-introduction → platform-navigation}/cssVar.d.ts +0 -0
- /package/lib/components/{product-introduction → platform-navigation}/cssVar.js +0 -0
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import { NPopover as z, NCard as E, NButton as $ } from "naive-ui";
|
|
2
|
+
import { defineComponent as F, ref as h, computed as v, resolveComponent as U, createElementBlock as c, openBlock as r, createVNode as a, createBlock as y, withModifiers as _, normalizeStyle as K, withCtx as m, createElementVNode as t, toDisplayString as p, unref as j, Fragment as I, renderList as P, createCommentVNode as C, createTextVNode as S, Teleport as q, withDirectives as G, vShow as H } from "vue";
|
|
3
|
+
import J from "../nav-icon/index.vue.mjs";
|
|
4
|
+
import { useLocale as Q } from "../../hooks/useLocale.mjs";
|
|
5
|
+
import W from "../../hooks/useNaiveConfigProvideContext.mjs";
|
|
6
|
+
import X from "../../assets/cover/base-ads.png.mjs";
|
|
7
|
+
import Y from "../../assets/cover/base-studio.png.mjs";
|
|
8
|
+
import Z from "../../assets/cover/base-multimodal.png.mjs";
|
|
9
|
+
import ee from "../../assets/cover/source-robot.png.mjs";
|
|
10
|
+
import { createCardThemeOverrides as oe, createPopoverCssVar as te } from "./cssVar.mjs";
|
|
11
|
+
import { PLATFORM_ENUM as f } from "./interface.mjs";
|
|
12
|
+
const ne = { class: "header" }, ie = { class: "platform-wrap" }, re = { class: "platform-item-header" }, se = { class: "icon" }, de = ["onClick"], le = { class: "description" }, ce = {
|
|
13
|
+
key: 0,
|
|
14
|
+
class: "platform-child-wrap"
|
|
15
|
+
}, ae = ["src"], ue = {
|
|
16
|
+
key: 0,
|
|
17
|
+
class: "to-use"
|
|
18
|
+
}, me = { class: "boden-platform-navigation-panel-mask" }, Se = /* @__PURE__ */ F({
|
|
19
|
+
__name: "index",
|
|
20
|
+
props: {
|
|
21
|
+
platformCode: { default: () => [] },
|
|
22
|
+
triggerDisabled: { type: Boolean, default: !1 },
|
|
23
|
+
x: { default: 0 },
|
|
24
|
+
y: { default: 0 }
|
|
25
|
+
},
|
|
26
|
+
emits: ["togglePlatform"],
|
|
27
|
+
setup(l, { emit: B }) {
|
|
28
|
+
const w = l, D = B, N = W(), { t: e } = Q(), u = h(null), n = h(!1), g = v(() => {
|
|
29
|
+
const {
|
|
30
|
+
name: s = "light"
|
|
31
|
+
} = N?.mergedThemeRef.value || {};
|
|
32
|
+
return s !== "light";
|
|
33
|
+
}), x = [
|
|
34
|
+
{
|
|
35
|
+
id: f.BASE,
|
|
36
|
+
key: "base",
|
|
37
|
+
title: e("boden.productIntroduction.BasePlatform"),
|
|
38
|
+
description: e("boden.productIntroduction.BasePlatformDescription"),
|
|
39
|
+
svgIcon: "logo-base",
|
|
40
|
+
children: [
|
|
41
|
+
{
|
|
42
|
+
key: "ads",
|
|
43
|
+
title: e("boden.productIntroduction.AdsPlatform"),
|
|
44
|
+
description: e("boden.productIntroduction.AdsPlatformDescription"),
|
|
45
|
+
imageSrc: X
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
key: "studio",
|
|
49
|
+
title: e("boden.productIntroduction.StudioPlatform"),
|
|
50
|
+
description: e("boden.productIntroduction.StudioPlatformDescription"),
|
|
51
|
+
imageSrc: Y
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
key: "omni",
|
|
55
|
+
title: e("boden.productIntroduction.OmniPlatform"),
|
|
56
|
+
description: e("boden.productIntroduction.OmniPlatformDescription"),
|
|
57
|
+
imageSrc: Z
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
id: f.BLINK,
|
|
63
|
+
key: "blink",
|
|
64
|
+
title: e("boden.productIntroduction.BlinkPlatform"),
|
|
65
|
+
description: e("boden.productIntroduction.BlinkPlatformDescription"),
|
|
66
|
+
svgIcon: "logo-base"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
id: f.VLA,
|
|
70
|
+
key: "source",
|
|
71
|
+
title: e("boden.productIntroduction.SourcePlatform"),
|
|
72
|
+
description: e("boden.productIntroduction.SourcePlatformDescription"),
|
|
73
|
+
svgIcon: "logo-base",
|
|
74
|
+
children: [
|
|
75
|
+
{
|
|
76
|
+
key: "robot",
|
|
77
|
+
title: e("boden.productIntroduction.RobotPlatform"),
|
|
78
|
+
description: e("boden.productIntroduction.RobotPlatformDescription"),
|
|
79
|
+
imageSrc: ee
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
], R = v(() => oe(g.value)), A = v(() => te(g.value)), L = () => {
|
|
84
|
+
w.triggerDisabled || (n.value = !n.value);
|
|
85
|
+
}, b = (s) => {
|
|
86
|
+
D("togglePlatform", s);
|
|
87
|
+
}, O = (s) => {
|
|
88
|
+
u.value && u.value.instRef && u.value.instRef.contains(s.target) || (n.value = !1);
|
|
89
|
+
};
|
|
90
|
+
return (s, i) => {
|
|
91
|
+
const k = U("svg-icon"), T = $, V = E, M = z;
|
|
92
|
+
return r(), c("div", null, [
|
|
93
|
+
a(J, {
|
|
94
|
+
ref_key: "triggerInstRef",
|
|
95
|
+
ref: u,
|
|
96
|
+
active: n.value,
|
|
97
|
+
disabled: l.triggerDisabled,
|
|
98
|
+
onClick: _(L, ["stop"])
|
|
99
|
+
}, null, 8, ["active", "disabled"]),
|
|
100
|
+
a(M, {
|
|
101
|
+
"content-class": "boden-platform-navigation-panel-popover",
|
|
102
|
+
trigger: "manual",
|
|
103
|
+
show: n.value,
|
|
104
|
+
"onUpdate:show": i[2] || (i[2] = (o) => n.value = o),
|
|
105
|
+
style: K(A.value),
|
|
106
|
+
"show-arrow": !1,
|
|
107
|
+
width: 1058,
|
|
108
|
+
scrollable: "",
|
|
109
|
+
x: l.x,
|
|
110
|
+
y: l.y,
|
|
111
|
+
"theme-overrides": { padding: "0", space: "0", borderRadius: "3px" },
|
|
112
|
+
onClickoutside: O
|
|
113
|
+
}, {
|
|
114
|
+
default: m(() => [
|
|
115
|
+
t("div", {
|
|
116
|
+
class: "boden-platform-navigation-panel",
|
|
117
|
+
onClick: i[1] || (i[1] = _(() => {
|
|
118
|
+
}, ["stop"]))
|
|
119
|
+
}, [
|
|
120
|
+
t("div", ne, [
|
|
121
|
+
t("div", null, p(j(e)("boden.productIntroduction.allProducts")), 1),
|
|
122
|
+
a(k, {
|
|
123
|
+
icon: "operate-close",
|
|
124
|
+
size: "16",
|
|
125
|
+
onClick: i[0] || (i[0] = (o) => n.value = !1)
|
|
126
|
+
})
|
|
127
|
+
]),
|
|
128
|
+
t("div", ie, [
|
|
129
|
+
(r(), c(I, null, P(x, (o) => t("div", {
|
|
130
|
+
key: o.key,
|
|
131
|
+
class: "platform-item"
|
|
132
|
+
}, [
|
|
133
|
+
t("div", re, [
|
|
134
|
+
t("div", se, [
|
|
135
|
+
a(k, {
|
|
136
|
+
icon: o.svgIcon,
|
|
137
|
+
size: "32"
|
|
138
|
+
}, null, 8, ["icon"])
|
|
139
|
+
]),
|
|
140
|
+
t("div", {
|
|
141
|
+
class: "title",
|
|
142
|
+
onClick: (d) => b(o.key)
|
|
143
|
+
}, p(o.title), 9, de),
|
|
144
|
+
t("div", le, p(o.description), 1)
|
|
145
|
+
]),
|
|
146
|
+
o.children && o.children.length ? (r(), c("div", ce, [
|
|
147
|
+
(r(!0), c(I, null, P(o.children, (d) => (r(), y(V, {
|
|
148
|
+
key: d.key,
|
|
149
|
+
title: d.title,
|
|
150
|
+
"theme-overrides": R.value
|
|
151
|
+
}, {
|
|
152
|
+
cover: m(() => [
|
|
153
|
+
t("img", {
|
|
154
|
+
src: d.imageSrc,
|
|
155
|
+
alt: ""
|
|
156
|
+
}, null, 8, ae)
|
|
157
|
+
]),
|
|
158
|
+
default: m(() => [
|
|
159
|
+
S(" " + p(d.description) + " ", 1),
|
|
160
|
+
l.platformCode?.includes(o.id) ? (r(), c("div", ue, [
|
|
161
|
+
a(T, {
|
|
162
|
+
round: "",
|
|
163
|
+
size: "tiny",
|
|
164
|
+
type: "primary",
|
|
165
|
+
onClick: (pe) => b(d.key)
|
|
166
|
+
}, {
|
|
167
|
+
default: m(() => [...i[3] || (i[3] = [
|
|
168
|
+
S("开始使用", -1)
|
|
169
|
+
])]),
|
|
170
|
+
_: 1
|
|
171
|
+
}, 8, ["onClick"])
|
|
172
|
+
])) : C("", !0)
|
|
173
|
+
]),
|
|
174
|
+
_: 2
|
|
175
|
+
}, 1032, ["title", "theme-overrides"]))), 128))
|
|
176
|
+
])) : C("", !0)
|
|
177
|
+
])), 64))
|
|
178
|
+
])
|
|
179
|
+
])
|
|
180
|
+
]),
|
|
181
|
+
_: 1
|
|
182
|
+
}, 8, ["show", "style", "x", "y"]),
|
|
183
|
+
(r(), y(q, { to: "body" }, [
|
|
184
|
+
G(t("div", me, null, 512), [
|
|
185
|
+
[H, n.value]
|
|
186
|
+
])
|
|
187
|
+
]))
|
|
188
|
+
]);
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
});
|
|
192
|
+
export {
|
|
193
|
+
Se as default
|
|
194
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { PopoverProps } from 'naive-ui';
|
|
2
|
+
export declare const enum PLATFORM_ENUM {
|
|
3
|
+
BASE = 1,// 标注
|
|
4
|
+
BLINK = 2,// Blink
|
|
5
|
+
ACCOUNT = 3,// 账号管理平台
|
|
6
|
+
VLA = 4
|
|
7
|
+
}
|
|
8
|
+
export type BodenPlatformNavigationProps = {
|
|
9
|
+
platformCode?: PLATFORM_ENUM[];
|
|
10
|
+
triggerDisabled?: boolean;
|
|
11
|
+
x?: PopoverProps['x'];
|
|
12
|
+
y?: PopoverProps['y'];
|
|
13
|
+
};
|
|
14
|
+
export type SubPlatformItem = {
|
|
15
|
+
key: string;
|
|
16
|
+
title: string;
|
|
17
|
+
description: string;
|
|
18
|
+
imageSrc: string;
|
|
19
|
+
href?: string;
|
|
20
|
+
};
|
|
21
|
+
export type PlatformItem = {
|
|
22
|
+
id: PLATFORM_ENUM;
|
|
23
|
+
key: string;
|
|
24
|
+
title: string;
|
|
25
|
+
description: string;
|
|
26
|
+
svgIcon: string;
|
|
27
|
+
href?: string;
|
|
28
|
+
children?: Array<SubPlatformItem>;
|
|
29
|
+
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import r from "../../color/dark.mjs";
|
|
2
2
|
import o from "../../token/dark.mjs";
|
|
3
|
-
|
|
3
|
+
import { DataTableThemeCommon as t } from "./common.mjs";
|
|
4
|
+
const m = {
|
|
5
|
+
...t,
|
|
4
6
|
tdColor: o["bg-color-2"],
|
|
5
7
|
tdColorStriped: o["fill-color-5"],
|
|
6
8
|
tdTextColor: r["color-gray-10"],
|
|
@@ -13,5 +15,5 @@ const e = {
|
|
|
13
15
|
// borderRadius: commonBase['borderRadiusMedium']
|
|
14
16
|
};
|
|
15
17
|
export {
|
|
16
|
-
|
|
18
|
+
m as DataTableThemeDark
|
|
17
19
|
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import o from "../../color/light.mjs";
|
|
2
2
|
import r from "../../token/light.mjs";
|
|
3
|
-
|
|
3
|
+
import { DataTableThemeCommon as t } from "./common.mjs";
|
|
4
|
+
const g = {
|
|
5
|
+
...t,
|
|
4
6
|
tdColor: r["bg-color-2"],
|
|
5
7
|
tdColorStriped: o["color-gray-1"],
|
|
6
8
|
tdTextColor: o["color-gray-10"],
|
|
@@ -13,5 +15,5 @@ const e = {
|
|
|
13
15
|
// borderRadius: commonBase['borderRadiusMedium']
|
|
14
16
|
};
|
|
15
17
|
export {
|
|
16
|
-
|
|
18
|
+
g as DataTableThemeLight
|
|
17
19
|
};
|