@ibiz-template/vue3-components 0.7.21 → 0.7.22
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/index-3r8aPzsK.js +1 -0
- package/dist/index-d_MgYoar.js +1 -0
- package/dist/index-j68-5YVA.js +4 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/{xlsx-util-5JdpVLzR.js → xlsx-util-0QZbYSph.js} +1 -1
- package/es/common/custom-theme/custom-theme-model.d.ts +137 -143
- package/es/common/custom-theme/custom-theme-model.mjs +415 -743
- package/es/common/custom-theme/custom-theme.controller.mjs +1 -0
- package/es/common/custom-theme/custom-theme.css +1 -1
- package/es/common/custom-theme/custom-theme.mjs +4 -7
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +1 -0
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +8 -4
- package/es/control/grid/grid-column/grid-field-column/index.d.ts +1 -0
- package/es/control/tree-grid-ex/tree-grid-ex.css +1 -1
- package/es/index.mjs +0 -1
- package/es/locale/en/index.d.ts +26 -3
- package/es/locale/en/index.mjs +32 -9
- package/es/locale/zh-CN/index.d.ts +26 -3
- package/es/locale/zh-CN/index.mjs +29 -6
- package/es/panel-component/index.d.ts +0 -1
- package/es/panel-component/index.mjs +1 -3
- package/lib/common/custom-theme/custom-theme-model.cjs +415 -743
- package/lib/common/custom-theme/custom-theme.cjs +4 -7
- package/lib/common/custom-theme/custom-theme.controller.cjs +1 -0
- package/lib/common/custom-theme/custom-theme.css +1 -1
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/grid/grid-column/grid-field-column/grid-field-column.cjs +8 -4
- package/lib/control/tree-grid-ex/tree-grid-ex.css +1 -1
- package/lib/index.cjs +10 -12
- package/lib/locale/en/index.cjs +32 -9
- package/lib/locale/zh-CN/index.cjs +29 -6
- package/lib/panel-component/index.cjs +32 -35
- package/package.json +5 -5
- package/dist/index-Mtw_Trpt.js +0 -4
- package/dist/index-OVul_8RS.js +0 -1
- package/dist/index-QDBU_qVN.js +0 -1
- package/es/panel-component/custom-setting/custom-setting-provider.d.ts +0 -6
- package/es/panel-component/custom-setting/custom-setting-provider.mjs +0 -21
- package/es/panel-component/custom-setting/custom-setting.css +0 -1
- package/es/panel-component/custom-setting/custom-setting.d.ts +0 -35
- package/es/panel-component/custom-setting/custom-setting.mjs +0 -105
- package/es/panel-component/custom-setting/index.d.ts +0 -32
- package/es/panel-component/custom-setting/index.mjs +0 -15
- package/lib/panel-component/custom-setting/custom-setting-provider.cjs +0 -23
- package/lib/panel-component/custom-setting/custom-setting.cjs +0 -107
- package/lib/panel-component/custom-setting/custom-setting.css +0 -1
- package/lib/panel-component/custom-setting/index.cjs +0 -20
|
@@ -1,121 +1,141 @@
|
|
|
1
1
|
export declare const predefineThemeVars: ({
|
|
2
2
|
caption: string;
|
|
3
3
|
labelLang: string;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
value: string;
|
|
7
|
-
labelLang: string;
|
|
8
|
-
unit: string;
|
|
9
|
-
type: string;
|
|
10
|
-
kindVars: {
|
|
11
|
-
'--ibiz-font-size-small': number;
|
|
12
|
-
'--ibiz-font-size-header-6': number;
|
|
13
|
-
'--ibiz-font-size-header-5': number;
|
|
14
|
-
'--ibiz-font-size-header-4': number;
|
|
15
|
-
'--ibiz-font-size-header-3': number;
|
|
16
|
-
'--ibiz-font-size-header-2': number;
|
|
17
|
-
'--ibiz-font-size-header-1': number;
|
|
18
|
-
'--ibiz-font-weight-light'?: undefined;
|
|
19
|
-
'--ibiz-font-weight-bold'?: undefined;
|
|
20
|
-
'--ibiz-border-radius-extra-small'?: undefined;
|
|
21
|
-
'--ibiz-border-radius-small'?: undefined;
|
|
22
|
-
'--ibiz-border-radius-large'?: undefined;
|
|
23
|
-
'--ibiz-width-icon-extra-small'?: undefined;
|
|
24
|
-
'--ibiz-width-icon-small'?: undefined;
|
|
25
|
-
'--ibiz-width-icon-large'?: undefined;
|
|
26
|
-
'--ibiz-width-icon-extra-large'?: undefined;
|
|
27
|
-
};
|
|
28
|
-
} | {
|
|
29
|
-
label: string;
|
|
30
|
-
value: string;
|
|
4
|
+
children: ({
|
|
5
|
+
caption: string;
|
|
31
6
|
labelLang: string;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
|
|
7
|
+
vars: ({
|
|
8
|
+
label: string;
|
|
9
|
+
value: string;
|
|
10
|
+
labelLang: string;
|
|
11
|
+
descLang: string;
|
|
12
|
+
unit: string;
|
|
13
|
+
type: string;
|
|
14
|
+
kindVars: {
|
|
15
|
+
'--ibiz-font-size-small': number;
|
|
16
|
+
'--ibiz-font-size-header-6': number;
|
|
17
|
+
'--ibiz-font-size-header-5': number;
|
|
18
|
+
'--ibiz-font-size-header-4': number;
|
|
19
|
+
'--ibiz-font-size-header-3': number;
|
|
20
|
+
'--ibiz-font-size-header-2': number;
|
|
21
|
+
'--ibiz-font-size-header-1': number;
|
|
22
|
+
'--ibiz-font-weight-light'?: undefined;
|
|
23
|
+
'--ibiz-font-weight-bold'?: undefined;
|
|
24
|
+
};
|
|
25
|
+
} | {
|
|
26
|
+
label: string;
|
|
27
|
+
value: string;
|
|
28
|
+
labelLang: string;
|
|
29
|
+
descLang: string;
|
|
30
|
+
type: string;
|
|
31
|
+
kindVars: {
|
|
32
|
+
'--ibiz-font-weight-light': number;
|
|
33
|
+
'--ibiz-font-weight-bold': number;
|
|
34
|
+
'--ibiz-font-size-small'?: undefined;
|
|
35
|
+
'--ibiz-font-size-header-6'?: undefined;
|
|
36
|
+
'--ibiz-font-size-header-5'?: undefined;
|
|
37
|
+
'--ibiz-font-size-header-4'?: undefined;
|
|
38
|
+
'--ibiz-font-size-header-3'?: undefined;
|
|
39
|
+
'--ibiz-font-size-header-2'?: undefined;
|
|
40
|
+
'--ibiz-font-size-header-1'?: undefined;
|
|
41
|
+
};
|
|
42
|
+
unit?: undefined;
|
|
43
|
+
})[];
|
|
44
|
+
children?: undefined;
|
|
52
45
|
} | {
|
|
53
|
-
|
|
54
|
-
value: string;
|
|
46
|
+
caption: string;
|
|
55
47
|
labelLang: string;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
'--ibiz-font-size-header-1'?: undefined;
|
|
69
|
-
'--ibiz-font-weight-light'?: undefined;
|
|
70
|
-
'--ibiz-font-weight-bold'?: undefined;
|
|
71
|
-
'--ibiz-width-icon-extra-small'?: undefined;
|
|
72
|
-
'--ibiz-width-icon-small'?: undefined;
|
|
73
|
-
'--ibiz-width-icon-large'?: undefined;
|
|
74
|
-
'--ibiz-width-icon-extra-large'?: undefined;
|
|
75
|
-
};
|
|
48
|
+
children: {
|
|
49
|
+
caption: string;
|
|
50
|
+
labelLang: string;
|
|
51
|
+
vars: {
|
|
52
|
+
label: string;
|
|
53
|
+
description: string;
|
|
54
|
+
labelLang: string;
|
|
55
|
+
descLang: string;
|
|
56
|
+
value: string;
|
|
57
|
+
}[];
|
|
58
|
+
}[];
|
|
59
|
+
vars?: undefined;
|
|
76
60
|
} | {
|
|
77
|
-
label: string;
|
|
78
|
-
value: string;
|
|
79
|
-
labelLang: string;
|
|
80
|
-
unit: string;
|
|
81
|
-
type: string;
|
|
82
|
-
kindVars: {
|
|
83
|
-
'--ibiz-width-icon-extra-small': number;
|
|
84
|
-
'--ibiz-width-icon-small': number;
|
|
85
|
-
'--ibiz-width-icon-large': number;
|
|
86
|
-
'--ibiz-width-icon-extra-large': number;
|
|
87
|
-
'--ibiz-font-size-small'?: undefined;
|
|
88
|
-
'--ibiz-font-size-header-6'?: undefined;
|
|
89
|
-
'--ibiz-font-size-header-5'?: undefined;
|
|
90
|
-
'--ibiz-font-size-header-4'?: undefined;
|
|
91
|
-
'--ibiz-font-size-header-3'?: undefined;
|
|
92
|
-
'--ibiz-font-size-header-2'?: undefined;
|
|
93
|
-
'--ibiz-font-size-header-1'?: undefined;
|
|
94
|
-
'--ibiz-font-weight-light'?: undefined;
|
|
95
|
-
'--ibiz-font-weight-bold'?: undefined;
|
|
96
|
-
'--ibiz-border-radius-extra-small'?: undefined;
|
|
97
|
-
'--ibiz-border-radius-small'?: undefined;
|
|
98
|
-
'--ibiz-border-radius-large'?: undefined;
|
|
99
|
-
};
|
|
100
|
-
})[];
|
|
101
|
-
children?: undefined;
|
|
102
|
-
type?: undefined;
|
|
103
|
-
} | {
|
|
104
|
-
caption: string;
|
|
105
|
-
labelLang: string;
|
|
106
|
-
children: {
|
|
107
61
|
caption: string;
|
|
108
62
|
labelLang: string;
|
|
109
|
-
vars: {
|
|
63
|
+
vars: ({
|
|
110
64
|
label: string;
|
|
111
|
-
|
|
65
|
+
value: string;
|
|
112
66
|
labelLang: string;
|
|
113
67
|
descLang: string;
|
|
68
|
+
unit: string;
|
|
69
|
+
type: string;
|
|
70
|
+
kindVars: {
|
|
71
|
+
'--ibiz-spacing-super-tight': number;
|
|
72
|
+
'--ibiz-spacing-extra-tight': number;
|
|
73
|
+
'--ibiz-spacing-tight': number;
|
|
74
|
+
'--ibiz-spacing-base-tight': number;
|
|
75
|
+
'--ibiz-spacing-base-loose': number;
|
|
76
|
+
'--ibiz-spacing-loose': number;
|
|
77
|
+
'--ibiz-spacing-extra-loose': number;
|
|
78
|
+
'--ibiz-spacing-super-loose': number;
|
|
79
|
+
'--ibiz-border-radius-extra-small'?: undefined;
|
|
80
|
+
'--ibiz-border-radius-small'?: undefined;
|
|
81
|
+
'--ibiz-border-radius-large'?: undefined;
|
|
82
|
+
'--ibiz-width-icon-extra-small'?: undefined;
|
|
83
|
+
'--ibiz-width-icon-small'?: undefined;
|
|
84
|
+
'--ibiz-width-icon-large'?: undefined;
|
|
85
|
+
'--ibiz-width-icon-extra-large'?: undefined;
|
|
86
|
+
};
|
|
87
|
+
} | {
|
|
88
|
+
label: string;
|
|
114
89
|
value: string;
|
|
115
|
-
|
|
116
|
-
|
|
90
|
+
labelLang: string;
|
|
91
|
+
descLang: string;
|
|
92
|
+
unit: string;
|
|
93
|
+
type: string;
|
|
94
|
+
kindVars: {
|
|
95
|
+
'--ibiz-border-radius-extra-small': number;
|
|
96
|
+
'--ibiz-border-radius-small': number;
|
|
97
|
+
'--ibiz-border-radius-large': number;
|
|
98
|
+
'--ibiz-spacing-super-tight'?: undefined;
|
|
99
|
+
'--ibiz-spacing-extra-tight'?: undefined;
|
|
100
|
+
'--ibiz-spacing-tight'?: undefined;
|
|
101
|
+
'--ibiz-spacing-base-tight'?: undefined;
|
|
102
|
+
'--ibiz-spacing-base-loose'?: undefined;
|
|
103
|
+
'--ibiz-spacing-loose'?: undefined;
|
|
104
|
+
'--ibiz-spacing-extra-loose'?: undefined;
|
|
105
|
+
'--ibiz-spacing-super-loose'?: undefined;
|
|
106
|
+
'--ibiz-width-icon-extra-small'?: undefined;
|
|
107
|
+
'--ibiz-width-icon-small'?: undefined;
|
|
108
|
+
'--ibiz-width-icon-large'?: undefined;
|
|
109
|
+
'--ibiz-width-icon-extra-large'?: undefined;
|
|
110
|
+
};
|
|
111
|
+
} | {
|
|
112
|
+
label: string;
|
|
113
|
+
value: string;
|
|
114
|
+
labelLang: string;
|
|
115
|
+
descLang: string;
|
|
116
|
+
unit: string;
|
|
117
|
+
type: string;
|
|
118
|
+
kindVars: {
|
|
119
|
+
'--ibiz-width-icon-extra-small': number;
|
|
120
|
+
'--ibiz-width-icon-small': number;
|
|
121
|
+
'--ibiz-width-icon-large': number;
|
|
122
|
+
'--ibiz-width-icon-extra-large': number;
|
|
123
|
+
'--ibiz-spacing-super-tight'?: undefined;
|
|
124
|
+
'--ibiz-spacing-extra-tight'?: undefined;
|
|
125
|
+
'--ibiz-spacing-tight'?: undefined;
|
|
126
|
+
'--ibiz-spacing-base-tight'?: undefined;
|
|
127
|
+
'--ibiz-spacing-base-loose'?: undefined;
|
|
128
|
+
'--ibiz-spacing-loose'?: undefined;
|
|
129
|
+
'--ibiz-spacing-extra-loose'?: undefined;
|
|
130
|
+
'--ibiz-spacing-super-loose'?: undefined;
|
|
131
|
+
'--ibiz-border-radius-extra-small'?: undefined;
|
|
132
|
+
'--ibiz-border-radius-small'?: undefined;
|
|
133
|
+
'--ibiz-border-radius-large'?: undefined;
|
|
134
|
+
};
|
|
135
|
+
})[];
|
|
136
|
+
children?: undefined;
|
|
137
|
+
})[];
|
|
117
138
|
vars?: undefined;
|
|
118
|
-
type?: undefined;
|
|
119
139
|
} | {
|
|
120
140
|
caption: string;
|
|
121
141
|
labelLang: string;
|
|
@@ -124,50 +144,24 @@ export declare const predefineThemeVars: ({
|
|
|
124
144
|
value: string;
|
|
125
145
|
defaultValue: string;
|
|
126
146
|
labelLang: string;
|
|
147
|
+
descLang: string;
|
|
127
148
|
className: string;
|
|
128
149
|
}[];
|
|
129
150
|
children?: undefined;
|
|
130
|
-
type?: undefined;
|
|
131
151
|
} | {
|
|
132
152
|
caption: string;
|
|
133
153
|
labelLang: string;
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
label: string;
|
|
137
|
-
value: string;
|
|
138
|
-
labelLang: string;
|
|
139
|
-
unit: string;
|
|
140
|
-
type: string;
|
|
141
|
-
kindVars: {
|
|
142
|
-
'--ibiz-height-control-small': number;
|
|
143
|
-
'--ibiz-height-control-large': number;
|
|
144
|
-
'--ibiz-spacing-super-tight'?: undefined;
|
|
145
|
-
'--ibiz-spacing-extra-tight'?: undefined;
|
|
146
|
-
'--ibiz-spacing-tight'?: undefined;
|
|
147
|
-
'--ibiz-spacing-base-tight'?: undefined;
|
|
148
|
-
'--ibiz-spacing-base-loose'?: undefined;
|
|
149
|
-
'--ibiz-spacing-loose'?: undefined;
|
|
150
|
-
'--ibiz-spacing-extra-loose'?: undefined;
|
|
151
|
-
'--ibiz-spacing-super-loose'?: undefined;
|
|
152
|
-
};
|
|
153
|
-
} | {
|
|
154
|
-
label: string;
|
|
155
|
-
value: string;
|
|
154
|
+
children: {
|
|
155
|
+
caption: string;
|
|
156
156
|
labelLang: string;
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
'--ibiz-spacing-super-loose': number;
|
|
168
|
-
'--ibiz-height-control-small'?: undefined;
|
|
169
|
-
'--ibiz-height-control-large'?: undefined;
|
|
170
|
-
};
|
|
171
|
-
})[];
|
|
172
|
-
children?: undefined;
|
|
157
|
+
vars: {
|
|
158
|
+
label: string;
|
|
159
|
+
value: string;
|
|
160
|
+
defaultValue: string;
|
|
161
|
+
labelLang: string;
|
|
162
|
+
descLang: string;
|
|
163
|
+
className: string;
|
|
164
|
+
}[];
|
|
165
|
+
}[];
|
|
166
|
+
vars?: undefined;
|
|
173
167
|
})[];
|