@web_xiaobai/business-ui 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/_constant/base.d.ts +2 -0
- package/dist/_cssr/flex.d.ts +4 -0
- package/dist/_enum/index.d.ts +9 -0
- package/dist/_extendThemeOverrides/LayoutAction.d.ts +19 -0
- package/dist/_extendThemeOverrides/LayoutActionUser.d.ts +6 -0
- package/dist/_extendThemeOverrides/PageContainer.d.ts +5 -0
- package/dist/_hooks/boden-use-config-provide-context.d.ts +9 -0
- package/dist/_mixins/use-theme.d.ts +3 -0
- package/dist/_types/_businessTheme.d.ts +8 -0
- package/dist/_types/index.d.ts +3 -0
- package/dist/_utils/cssr.d.ts +4 -0
- package/dist/boden-business-ui.es.js +37068 -0
- package/dist/boden-business-ui.umd.js +4789 -0
- package/dist/components/ConfigProvider/index.d.ts +3 -0
- package/dist/components/ConfigProvider/src/ConfigProvider.d.ts +26 -0
- package/dist/components/ConfigProvider/src/props.d.ts +11 -0
- package/dist/components/ConfigProvider/src/types.d.ts +3 -0
- package/dist/components/LayoutActionLang/index.d.ts +2 -0
- package/dist/components/LayoutActionLang/src/LayoutActionLang.vue.d.ts +10 -0
- package/dist/components/LayoutActionLang/src/props.d.ts +4 -0
- package/dist/components/LayoutActionTheme/index.d.ts +2 -0
- package/dist/components/LayoutActionTheme/src/LayoutActionTheme.vue.d.ts +9 -0
- package/dist/components/LayoutActionTheme/src/props.d.ts +3 -0
- package/dist/components/LayoutActionUser/index.d.ts +3 -0
- package/dist/components/LayoutActionUser/src/LayoutActionUser.vue.d.ts +23 -0
- package/dist/components/LayoutActionUser/src/options.d.ts +6 -0
- package/dist/components/LayoutActionUser/src/props.d.ts +8 -0
- package/dist/components/LayoutActionUser/src/styles/index.cssr.d.ts +2 -0
- package/dist/components/LayoutActionUser/src/useCssVars.d.ts +10 -0
- package/dist/components/LayoutActionUser/styles/_common.d.ts +2 -0
- package/dist/components/LayoutActionUser/styles/dark.d.ts +2 -0
- package/dist/components/LayoutActionUser/styles/index.d.ts +2 -0
- package/dist/components/LayoutActionUser/styles/light.d.ts +2 -0
- package/dist/components/LayoutActionWrap/index.d.ts +1 -0
- package/dist/components/LayoutActionWrap/src/LayoutActionWrap.vue.d.ts +38 -0
- package/dist/components/LayoutActionWrap/src/props.d.ts +8 -0
- package/dist/components/LayoutActionWrap/src/styles/index.cssr.d.ts +2 -0
- package/dist/components/LayoutActionWrap/src/useCssVars.d.ts +23 -0
- package/dist/components/LayoutActionWrap/styles/_common.d.ts +2 -0
- package/dist/components/LayoutActionWrap/styles/dark.d.ts +2 -0
- package/dist/components/LayoutActionWrap/styles/index.d.ts +2 -0
- package/dist/components/LayoutActionWrap/styles/light.d.ts +2 -0
- package/dist/components/LayoutActions/index.d.ts +3 -0
- package/dist/components/LayoutActions/src/LayoutActions.vue.d.ts +28 -0
- package/dist/components/LayoutActions/src/options.d.ts +2 -0
- package/dist/components/LayoutActions/src/props.d.ts +7 -0
- package/dist/components/LayoutActions/src/styles/index.cssr.d.ts +2 -0
- package/dist/components/LayoutHeader/index.d.ts +1 -0
- package/dist/components/LayoutHeader/src/LayoutHeader.vue.d.ts +29 -0
- package/dist/components/LayoutHeader/src/props.d.ts +5 -0
- package/dist/components/LayoutHeader/src/styles/index.cssr.d.ts +2 -0
- package/dist/components/LayoutLogo/index.d.ts +2 -0
- package/dist/components/LayoutLogo/src/LayoutLogo.vue.d.ts +3 -0
- package/dist/components/LayoutLogo/src/props.d.ts +8 -0
- package/dist/components/LayoutSidebar/index.d.ts +1 -0
- package/dist/components/LayoutSidebar/src/LayoutSidebar.d.ts +1397 -0
- package/dist/components/LayoutSidebar/src/props.d.ts +687 -0
- package/dist/components/LayoutSidebar/src/styles/index.cssr.d.ts +2 -0
- package/dist/components/LayoutSidebar/src/types.d.ts +5 -0
- package/dist/components/PageContainer/index.d.ts +1 -0
- package/dist/components/PageContainer/src/PageContainer.vue.d.ts +66 -0
- package/dist/components/PageContainer/src/PageContent.vue.d.ts +22 -0
- package/dist/components/PageContainer/src/PageHeader.vue.d.ts +30 -0
- package/dist/components/PageContainer/src/props.d.ts +26 -0
- package/dist/components/PageContainer/src/styles/index.cssr.d.ts +2 -0
- package/dist/components/PageContainer/src/types.d.ts +3 -0
- package/dist/components/PageContainer/src/useCssVars.d.ts +13 -0
- package/dist/components/PageContainer/styles/_common.d.ts +2 -0
- package/dist/components/PageContainer/styles/dark.d.ts +2 -0
- package/dist/components/PageContainer/styles/index.d.ts +2 -0
- package/dist/components/PageContainer/styles/light.d.ts +2 -0
- package/dist/components/index.d.ts +10 -0
- package/dist/config/index.d.ts +1 -0
- package/dist/config/themes/dark.d.ts +2 -0
- package/dist/config/themes/index.d.ts +2 -0
- package/dist/config/themes/light.d.ts +2 -0
- package/dist/index.d.ts +8 -0
- package/package.json +69 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.