base6-ui 2.0.26 → 2.0.28
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/_utils/composable/use-omit-props.d.ts +2 -0
- package/dist/_utils/simply-omit.d.ts +1 -0
- package/dist/components/button-list/index.d.ts +2 -0
- package/dist/components/button-list/src/button-list.d.ts +35 -0
- package/dist/components/button-list/src/interface.d.ts +48 -0
- package/dist/components/data-table/data-table.d.ts +2 -7094
- package/dist/components/data-table/interface.d.ts +26 -2
- package/dist/components/index.d.ts +2 -0
- package/dist/components/shape-button/index.d.ts +2 -0
- package/dist/components/shape-button/src/cssVar.d.ts +7 -0
- package/dist/components/shape-button/src/interface.d.ts +667 -0
- package/dist/components/shape-button/src/shape-button.d.ts +4 -0
- package/dist/hooks/useBodenHttpMessage.d.ts +7 -1
- package/dist/index.css +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/locale/http/en-us.d.ts +96 -42
- package/es/_utils/composable/use-omit-props.d.ts +2 -0
- package/es/_utils/composable/use-omit-props.mjs +12 -0
- package/es/_utils/simply-omit.d.ts +1 -0
- package/es/_utils/simply-omit.mjs +9 -0
- package/es/_virtual/virtual_svg-icons-register.mjs +1 -1
- package/es/components/button-list/index.d.ts +2 -0
- package/es/components/button-list/src/button-list.d.ts +35 -0
- package/es/components/button-list/src/button-list.mjs +63 -0
- package/es/components/button-list/src/interface.d.ts +48 -0
- package/es/components/button-list/src/interface.mjs +12 -0
- package/es/components/data-table/data-table.d.ts +2 -7094
- package/es/components/data-table/data-table.mjs +34 -29
- package/es/components/data-table/interface.d.ts +26 -2
- package/es/components/data-table/interface.mjs +17 -7
- package/es/components/index.d.ts +2 -0
- package/es/components/shape-button/index.d.ts +2 -0
- package/es/components/shape-button/src/cssVar.d.ts +7 -0
- package/es/components/shape-button/src/cssVar.mjs +65 -0
- package/es/components/shape-button/src/interface.d.ts +667 -0
- package/es/components/shape-button/src/interface.mjs +30 -0
- package/es/components/shape-button/src/shape-button.d.ts +4 -0
- package/es/components/shape-button/src/shape-button.mjs +52 -0
- package/es/components/system-actions/index.vue.mjs +2 -2
- package/es/components/system-actions/index.vue2.mjs +43 -48
- package/es/config/themes/components/card/dark.mjs +1 -1
- package/es/config/themes/components/dataTable/dark.mjs +3 -3
- package/es/config/themes/components/inputNumber/light.mjs +7 -5
- package/es/hooks/useBodenHttpMessage.d.ts +7 -1
- package/es/hooks/useBodenHttpMessage.mjs +17 -71
- package/es/index.css +1 -1
- package/es/index.mjs +104 -96
- package/es/locale/http/en-us.d.ts +96 -42
- package/es/locale/http/en-us.mjs +96 -85
- package/es/locale/http/zh-cn.mjs +95 -83
- package/es/node_modules/.pnpm/naive-ui@2.43.1_vue@3.5.22_typescript@5.7.2_/node_modules/naive-ui/es/_utils/css/format-length.mjs +22 -0
- package/lib/_utils/composable/use-omit-props.d.ts +2 -0
- package/lib/_utils/composable/use-omit-props.js +1 -0
- package/lib/_utils/simply-omit.d.ts +1 -0
- package/lib/_utils/simply-omit.js +1 -0
- package/lib/_virtual/virtual_svg-icons-register.js +1 -1
- package/lib/components/button-list/index.d.ts +2 -0
- package/lib/components/button-list/src/button-list.d.ts +35 -0
- package/lib/components/button-list/src/button-list.js +1 -0
- package/lib/components/button-list/src/interface.d.ts +48 -0
- package/lib/components/button-list/src/interface.js +1 -0
- package/lib/components/data-table/data-table.d.ts +2 -7094
- package/lib/components/data-table/data-table.js +1 -1
- package/lib/components/data-table/interface.d.ts +26 -2
- package/lib/components/data-table/interface.js +1 -1
- package/lib/components/index.d.ts +2 -0
- package/lib/components/shape-button/index.d.ts +2 -0
- package/lib/components/shape-button/src/cssVar.d.ts +7 -0
- package/lib/components/shape-button/src/cssVar.js +1 -0
- package/lib/components/shape-button/src/interface.d.ts +667 -0
- package/lib/components/shape-button/src/interface.js +1 -0
- package/lib/components/shape-button/src/shape-button.d.ts +4 -0
- package/lib/components/shape-button/src/shape-button.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/config/themes/components/card/dark.js +1 -1
- package/lib/config/themes/components/dataTable/dark.js +1 -1
- package/lib/config/themes/components/inputNumber/light.js +1 -1
- package/lib/hooks/useBodenHttpMessage.d.ts +7 -1
- package/lib/hooks/useBodenHttpMessage.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/http/en-us.d.ts +96 -42
- package/lib/locale/http/en-us.js +1 -1
- package/lib/locale/http/zh-cn.js +1 -1
- package/lib/node_modules/.pnpm/naive-ui@2.43.1_vue@3.5.22_typescript@5.7.2_/node_modules/naive-ui/es/_utils/css/format-length.js +1 -0
- package/package.json +1 -1
- package/es/components/system-actions/cssVar.mjs +0 -65
- package/lib/components/system-actions/cssVar.js +0 -1
|
@@ -2,19 +2,43 @@ import { ExtractPublicPropTypes, PropType, VNode } from 'vue';
|
|
|
2
2
|
import { PaginationProps, DataTableInst } from 'naive-ui';
|
|
3
3
|
import { MergedTheme, Theme } from 'naive-ui/es/_mixins';
|
|
4
4
|
import { DataTableTheme, DataTableThemeVars } from 'naive-ui/es/data-table/styles';
|
|
5
|
-
export declare const
|
|
5
|
+
export declare const bodenDataTableExtendProps: {
|
|
6
|
+
contentClass: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
bottomShadow: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
6
13
|
headerIconPlacement: {
|
|
7
14
|
type: PropType<"left" | "right">;
|
|
8
15
|
default: string;
|
|
9
16
|
};
|
|
10
|
-
|
|
17
|
+
footerClass: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
};
|
|
20
|
+
transparent: BooleanConstructor;
|
|
21
|
+
};
|
|
22
|
+
export declare const bodenDataTableProps: {
|
|
23
|
+
contentClass: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
};
|
|
26
|
+
bottomShadow: {
|
|
11
27
|
type: BooleanConstructor;
|
|
12
28
|
default: boolean;
|
|
13
29
|
};
|
|
30
|
+
headerIconPlacement: {
|
|
31
|
+
type: PropType<"left" | "right">;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
14
34
|
footerClass: {
|
|
15
35
|
type: StringConstructor;
|
|
16
36
|
};
|
|
17
37
|
transparent: BooleanConstructor;
|
|
38
|
+
flexHeight: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
18
42
|
onUnstableColumnResize: PropType<(resizedWidth: number, limitedWidth: number, column: import('naive-ui').DataTableBaseColumn, getColumnWidth: (key: import('naive-ui').DataTableColumnKey) => number | undefined) => void>;
|
|
19
43
|
pagination: {
|
|
20
44
|
readonly type: PropType<false | PaginationProps>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from './app-provider';
|
|
2
2
|
export * from './button';
|
|
3
|
+
export * from './button-list';
|
|
3
4
|
export * from './cascader';
|
|
4
5
|
export * from './config-provider';
|
|
5
6
|
export * from './data-table';
|
|
@@ -13,6 +14,7 @@ export * from './radio';
|
|
|
13
14
|
export * from './platform-navigation';
|
|
14
15
|
export { default as BodenProgress } from './progress';
|
|
15
16
|
export * from './select';
|
|
17
|
+
export * from './shape-button';
|
|
16
18
|
export * from './slider';
|
|
17
19
|
export * from './steps';
|
|
18
20
|
export * from './switch';
|