@uzum-tech/ui 1.0.3 → 1.1.0
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.js +387 -126
- package/dist/index.prod.js +1 -1
- package/es/_internal/account-option/index.d.ts +1 -0
- package/es/_internal/account-option/index.js +1 -0
- package/es/_internal/account-option/src/AccountOption.d.ts +162 -0
- package/es/_internal/account-option/src/AccountOption.js +56 -0
- package/es/_internal/account-option/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/account-option/src/styles/index.cssr.js +40 -0
- package/es/_internal/account-option/styles/_common.d.ts +12 -0
- package/es/_internal/account-option/styles/_common.js +11 -0
- package/es/_internal/account-option/styles/dark.d.ts +2 -0
- package/es/_internal/account-option/styles/dark.js +7 -0
- package/es/_internal/account-option/styles/index.d.ts +3 -0
- package/es/_internal/account-option/styles/index.js +2 -0
- package/es/_internal/account-option/styles/light.d.ts +26 -0
- package/es/_internal/account-option/styles/light.js +11 -0
- package/es/_internal/index.d.ts +1 -0
- package/es/_internal/index.js +1 -0
- package/es/_internal/select-menu/src/SelectMenu.d.ts +3 -0
- package/es/_internal/select-menu/src/SelectMenu.js +2 -1
- package/es/_internal/select-menu/src/SelectOption.d.ts +1 -0
- package/es/_internal/select-menu/src/SelectOption.js +14 -8
- package/es/_internal/select-menu/src/interface.d.ts +1 -0
- package/es/_internal/select-menu/src/styles/index.cssr.js +4 -3
- package/es/_internal/selection/src/Selection.d.ts +35 -8
- package/es/_internal/selection/src/Selection.js +44 -25
- package/es/_internal/selection/src/styles/index.cssr.js +12 -3
- package/es/_internal/selection/styles/light.d.ts +4 -0
- package/es/_internal/selection/styles/light.js +2 -0
- package/es/badge/src/Badge.d.ts +71 -4
- package/es/badge/src/Badge.js +5 -4
- package/es/badge/src/styles/index.cssr.js +1 -1
- package/es/badge/styles/light.d.ts +7 -0
- package/es/badge/styles/light.js +9 -2
- package/es/cascader/src/Cascader.d.ts +20 -0
- package/es/cascader/src/CascaderMenu.d.ts +2 -0
- package/es/cascader/src/CascaderOption.d.ts +2 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +2 -0
- package/es/cascader/src/CascaderSubmenu.d.ts +2 -0
- package/es/cascader/styles/light.d.ts +2 -0
- package/es/config-provider/src/internal-interface.d.ts +2 -0
- package/es/data-table/src/DataTable.d.ts +16 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +4 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +6 -2
- package/es/data-table/src/TableParts/Body.d.ts +4 -0
- package/es/data-table/src/TableParts/Cell.d.ts +8 -0
- package/es/data-table/src/TableParts/Header.d.ts +4 -0
- package/es/data-table/src/interface.d.ts +6 -0
- package/es/data-table/styles/light.d.ts +2 -0
- package/es/list/src/List.d.ts +1 -1
- package/es/list/src/ListItem.d.ts +1 -1
- package/es/pagination/src/Pagination.d.ts +22 -0
- package/es/pagination/styles/light.d.ts +2 -0
- package/es/select/demos/enUS/flag.d.ts +2 -0
- package/es/select/demos/enUS/flag.js +25 -0
- package/es/select/src/Select.d.ts +35 -1
- package/es/select/src/Select.js +10 -5
- package/es/select/src/interface.d.ts +2 -0
- package/es/select/styles/light.d.ts +2 -0
- package/es/theme-editor/src/ThemeEditor.js +2 -2
- package/es/themes/dark.js +2 -0
- package/es/themes/light.js +2 -0
- package/es/tree-select/src/TreeSelect.d.ts +20 -0
- package/es/tree-select/styles/light.d.ts +2 -0
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/account-option/index.d.ts +1 -0
- package/lib/_internal/account-option/index.js +8 -0
- package/lib/_internal/account-option/src/AccountOption.d.ts +162 -0
- package/lib/_internal/account-option/src/AccountOption.js +61 -0
- package/lib/_internal/account-option/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/account-option/src/styles/index.cssr.js +45 -0
- package/lib/_internal/account-option/styles/_common.d.ts +12 -0
- package/lib/_internal/account-option/styles/_common.js +13 -0
- package/lib/_internal/account-option/styles/dark.d.ts +2 -0
- package/lib/_internal/account-option/styles/dark.js +10 -0
- package/lib/_internal/account-option/styles/index.d.ts +3 -0
- package/lib/_internal/account-option/styles/index.js +7 -0
- package/lib/_internal/account-option/styles/light.d.ts +26 -0
- package/lib/_internal/account-option/styles/light.js +18 -0
- package/lib/_internal/index.d.ts +1 -0
- package/lib/_internal/index.js +3 -1
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +3 -0
- package/lib/_internal/select-menu/src/SelectMenu.js +2 -1
- package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
- package/lib/_internal/select-menu/src/SelectOption.js +14 -8
- package/lib/_internal/select-menu/src/interface.d.ts +1 -0
- package/lib/_internal/select-menu/src/styles/index.cssr.js +4 -3
- package/lib/_internal/selection/src/Selection.d.ts +35 -8
- package/lib/_internal/selection/src/Selection.js +43 -24
- package/lib/_internal/selection/src/styles/index.cssr.js +12 -3
- package/lib/_internal/selection/styles/light.d.ts +4 -0
- package/lib/_internal/selection/styles/light.js +2 -0
- package/lib/badge/src/Badge.d.ts +71 -4
- package/lib/badge/src/Badge.js +5 -4
- package/lib/badge/src/styles/index.cssr.js +1 -1
- package/lib/badge/styles/light.d.ts +7 -0
- package/lib/badge/styles/light.js +9 -2
- package/lib/cascader/src/Cascader.d.ts +20 -0
- package/lib/cascader/src/CascaderMenu.d.ts +2 -0
- package/lib/cascader/src/CascaderOption.d.ts +2 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +2 -0
- package/lib/cascader/src/CascaderSubmenu.d.ts +2 -0
- package/lib/cascader/styles/light.d.ts +2 -0
- package/lib/config-provider/src/internal-interface.d.ts +2 -0
- package/lib/data-table/src/DataTable.d.ts +16 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +4 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +6 -2
- package/lib/data-table/src/TableParts/Body.d.ts +4 -0
- package/lib/data-table/src/TableParts/Cell.d.ts +8 -0
- package/lib/data-table/src/TableParts/Header.d.ts +4 -0
- package/lib/data-table/src/interface.d.ts +6 -0
- package/lib/data-table/styles/light.d.ts +2 -0
- package/lib/list/src/List.d.ts +1 -1
- package/lib/list/src/ListItem.d.ts +1 -1
- package/lib/pagination/src/Pagination.d.ts +22 -0
- package/lib/pagination/styles/light.d.ts +2 -0
- package/lib/select/demos/enUS/flag.d.ts +2 -0
- package/lib/select/demos/enUS/flag.js +27 -0
- package/lib/select/src/Select.d.ts +35 -1
- package/lib/select/src/Select.js +10 -5
- package/lib/select/src/interface.d.ts +2 -0
- package/lib/select/styles/light.d.ts +2 -0
- package/lib/theme-editor/src/ThemeEditor.js +2 -2
- package/lib/themes/dark.js +2 -0
- package/lib/themes/light.js +2 -0
- package/lib/tree-select/src/TreeSelect.d.ts +20 -0
- package/lib/tree-select/styles/light.d.ts +2 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +2 -2
- package/web-types.json +41 -6
package/es/badge/src/Badge.js
CHANGED
|
@@ -11,7 +11,7 @@ export const badgeProps = Object.assign(Object.assign({}, useTheme.props), { val
|
|
|
11
11
|
}, show: {
|
|
12
12
|
type: Boolean,
|
|
13
13
|
default: true
|
|
14
|
-
}, showZero: Boolean, processing: Boolean, color: String, offset: Array });
|
|
14
|
+
}, showZero: Boolean, processing: Boolean, color: String, textColor: String, offset: Array });
|
|
15
15
|
export default defineComponent({
|
|
16
16
|
name: 'Badge',
|
|
17
17
|
props: badgeProps,
|
|
@@ -38,14 +38,15 @@ export default defineComponent({
|
|
|
38
38
|
});
|
|
39
39
|
const rtlEnabledRef = useRtl('Badge', mergedRtlRef, mergedClsPrefixRef);
|
|
40
40
|
const cssVarsRef = computed(() => {
|
|
41
|
-
const { type, color: propColor } = props;
|
|
42
|
-
const { common: { cubicBezierEaseInOut, cubicBezierEaseOut }, self: { [createKey('color', type)]: color, fontSize } } = themeRef.value;
|
|
41
|
+
const { type, color: propColor, textColor: propTextColor } = props;
|
|
42
|
+
const { common: { cubicBezierEaseInOut, cubicBezierEaseOut }, self: { [createKey('color', type)]: color, [createKey('textColor', type)]: textColor, fontSize } } = themeRef.value;
|
|
43
43
|
return {
|
|
44
44
|
'--u-font-size': fontSize,
|
|
45
45
|
'--u-color': propColor || color,
|
|
46
46
|
'--u-ripple-color': propColor || color,
|
|
47
47
|
'--u-bezier': cubicBezierEaseInOut,
|
|
48
|
-
'--u-ripple-bezier': cubicBezierEaseOut
|
|
48
|
+
'--u-ripple-bezier': cubicBezierEaseOut,
|
|
49
|
+
'--u-text-color': propTextColor || textColor
|
|
49
50
|
};
|
|
50
51
|
});
|
|
51
52
|
const themeClassHandle = inlineThemeDisabled
|
|
@@ -2,11 +2,18 @@ import type { ThemeCommonVars } from '../../_styles/common';
|
|
|
2
2
|
import type { Theme } from '../../_mixins';
|
|
3
3
|
export declare const self: (vars: ThemeCommonVars) => {
|
|
4
4
|
color: string;
|
|
5
|
+
colorPrime: string;
|
|
5
6
|
colorInfo: string;
|
|
6
7
|
colorSuccess: string;
|
|
7
8
|
colorError: string;
|
|
8
9
|
colorWarning: string;
|
|
9
10
|
fontSize: string;
|
|
11
|
+
textColor: string;
|
|
12
|
+
textColorPrime: string;
|
|
13
|
+
textColorInfo: string;
|
|
14
|
+
textColorSuccess: string;
|
|
15
|
+
textColorError: string;
|
|
16
|
+
textColorWarning: string;
|
|
10
17
|
};
|
|
11
18
|
export type BadgeThemeVars = ReturnType<typeof self>;
|
|
12
19
|
declare const badgeLight: Theme<'Badge', BadgeThemeVars>;
|
package/es/badge/styles/light.js
CHANGED
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
import { commonLight } from '../../_styles/common';
|
|
2
2
|
export const self = (vars) => {
|
|
3
|
-
const { brandQuaternary500, staticGreen, staticRed, staticOrange, fontBodySmall } = vars;
|
|
3
|
+
const { brandQuaternary500, elementsPrimary, staticGreen, staticRed, staticOrange, fontBodySmall, textPrimary, textQuaternary } = vars;
|
|
4
4
|
return {
|
|
5
5
|
color: staticRed,
|
|
6
|
+
colorPrime: elementsPrimary,
|
|
6
7
|
colorInfo: brandQuaternary500,
|
|
7
8
|
colorSuccess: staticGreen,
|
|
8
9
|
colorError: staticRed,
|
|
9
10
|
colorWarning: staticOrange,
|
|
10
|
-
fontSize: fontBodySmall
|
|
11
|
+
fontSize: fontBodySmall,
|
|
12
|
+
textColor: textPrimary,
|
|
13
|
+
textColorPrime: textQuaternary,
|
|
14
|
+
textColorInfo: textPrimary,
|
|
15
|
+
textColorSuccess: textQuaternary,
|
|
16
|
+
textColorError: textQuaternary,
|
|
17
|
+
textColorWarning: textQuaternary
|
|
11
18
|
};
|
|
12
19
|
};
|
|
13
20
|
const badgeLight = {
|
|
@@ -211,9 +211,11 @@ export declare const cascaderProps: {
|
|
|
211
211
|
placeholderColor: string;
|
|
212
212
|
placeholderColorDisabled: string;
|
|
213
213
|
color: string;
|
|
214
|
+
colorFilled: string;
|
|
214
215
|
colorDisabled: string;
|
|
215
216
|
colorActive: string;
|
|
216
217
|
border: string;
|
|
218
|
+
borderFilled: string;
|
|
217
219
|
borderHover: string;
|
|
218
220
|
borderActive: string;
|
|
219
221
|
borderFocus: string;
|
|
@@ -472,9 +474,11 @@ export declare const cascaderProps: {
|
|
|
472
474
|
placeholderColor: string;
|
|
473
475
|
placeholderColorDisabled: string;
|
|
474
476
|
color: string;
|
|
477
|
+
colorFilled: string;
|
|
475
478
|
colorDisabled: string;
|
|
476
479
|
colorActive: string;
|
|
477
480
|
border: string;
|
|
481
|
+
borderFilled: string;
|
|
478
482
|
borderHover: string;
|
|
479
483
|
borderActive: string;
|
|
480
484
|
borderFocus: string;
|
|
@@ -733,9 +737,11 @@ export declare const cascaderProps: {
|
|
|
733
737
|
placeholderColor: string;
|
|
734
738
|
placeholderColorDisabled: string;
|
|
735
739
|
color: string;
|
|
740
|
+
colorFilled: string;
|
|
736
741
|
colorDisabled: string;
|
|
737
742
|
colorActive: string;
|
|
738
743
|
border: string;
|
|
744
|
+
borderFilled: string;
|
|
739
745
|
borderHover: string;
|
|
740
746
|
borderActive: string;
|
|
741
747
|
borderFocus: string;
|
|
@@ -1092,9 +1098,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1092
1098
|
placeholderColor: string;
|
|
1093
1099
|
placeholderColorDisabled: string;
|
|
1094
1100
|
color: string;
|
|
1101
|
+
colorFilled: string;
|
|
1095
1102
|
colorDisabled: string;
|
|
1096
1103
|
colorActive: string;
|
|
1097
1104
|
border: string;
|
|
1105
|
+
borderFilled: string;
|
|
1098
1106
|
borderHover: string;
|
|
1099
1107
|
borderActive: string;
|
|
1100
1108
|
borderFocus: string;
|
|
@@ -1353,9 +1361,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1353
1361
|
placeholderColor: string;
|
|
1354
1362
|
placeholderColorDisabled: string;
|
|
1355
1363
|
color: string;
|
|
1364
|
+
colorFilled: string;
|
|
1356
1365
|
colorDisabled: string;
|
|
1357
1366
|
colorActive: string;
|
|
1358
1367
|
border: string;
|
|
1368
|
+
borderFilled: string;
|
|
1359
1369
|
borderHover: string;
|
|
1360
1370
|
borderActive: string;
|
|
1361
1371
|
borderFocus: string;
|
|
@@ -1614,9 +1624,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1614
1624
|
placeholderColor: string;
|
|
1615
1625
|
placeholderColorDisabled: string;
|
|
1616
1626
|
color: string;
|
|
1627
|
+
colorFilled: string;
|
|
1617
1628
|
colorDisabled: string;
|
|
1618
1629
|
colorActive: string;
|
|
1619
1630
|
border: string;
|
|
1631
|
+
borderFilled: string;
|
|
1620
1632
|
borderHover: string;
|
|
1621
1633
|
borderActive: string;
|
|
1622
1634
|
borderFocus: string;
|
|
@@ -2049,9 +2061,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2049
2061
|
placeholderColor: string;
|
|
2050
2062
|
placeholderColorDisabled: string;
|
|
2051
2063
|
color: string;
|
|
2064
|
+
colorFilled: string;
|
|
2052
2065
|
colorDisabled: string;
|
|
2053
2066
|
colorActive: string;
|
|
2054
2067
|
border: string;
|
|
2068
|
+
borderFilled: string;
|
|
2055
2069
|
borderHover: string;
|
|
2056
2070
|
borderActive: string;
|
|
2057
2071
|
borderFocus: string;
|
|
@@ -2494,9 +2508,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2494
2508
|
placeholderColor: string;
|
|
2495
2509
|
placeholderColorDisabled: string;
|
|
2496
2510
|
color: string;
|
|
2511
|
+
colorFilled: string;
|
|
2497
2512
|
colorDisabled: string;
|
|
2498
2513
|
colorActive: string;
|
|
2499
2514
|
border: string;
|
|
2515
|
+
borderFilled: string;
|
|
2500
2516
|
borderHover: string;
|
|
2501
2517
|
borderActive: string;
|
|
2502
2518
|
borderFocus: string;
|
|
@@ -2755,9 +2771,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2755
2771
|
placeholderColor: string;
|
|
2756
2772
|
placeholderColorDisabled: string;
|
|
2757
2773
|
color: string;
|
|
2774
|
+
colorFilled: string;
|
|
2758
2775
|
colorDisabled: string;
|
|
2759
2776
|
colorActive: string;
|
|
2760
2777
|
border: string;
|
|
2778
|
+
borderFilled: string;
|
|
2761
2779
|
borderHover: string;
|
|
2762
2780
|
borderActive: string;
|
|
2763
2781
|
borderFocus: string;
|
|
@@ -3016,9 +3034,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3016
3034
|
placeholderColor: string;
|
|
3017
3035
|
placeholderColorDisabled: string;
|
|
3018
3036
|
color: string;
|
|
3037
|
+
colorFilled: string;
|
|
3019
3038
|
colorDisabled: string;
|
|
3020
3039
|
colorActive: string;
|
|
3021
3040
|
border: string;
|
|
3041
|
+
borderFilled: string;
|
|
3022
3042
|
borderHover: string;
|
|
3023
3043
|
borderActive: string;
|
|
3024
3044
|
borderFocus: string;
|
|
@@ -264,9 +264,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
264
264
|
placeholderColor: string;
|
|
265
265
|
placeholderColorDisabled: string;
|
|
266
266
|
color: string;
|
|
267
|
+
colorFilled: string;
|
|
267
268
|
colorDisabled: string;
|
|
268
269
|
colorActive: string;
|
|
269
270
|
border: string;
|
|
271
|
+
borderFilled: string;
|
|
270
272
|
borderHover: string;
|
|
271
273
|
borderActive: string;
|
|
272
274
|
borderFocus: string;
|
|
@@ -240,9 +240,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
240
240
|
placeholderColor: string;
|
|
241
241
|
placeholderColorDisabled: string;
|
|
242
242
|
color: string;
|
|
243
|
+
colorFilled: string;
|
|
243
244
|
colorDisabled: string;
|
|
244
245
|
colorActive: string;
|
|
245
246
|
border: string;
|
|
247
|
+
borderFilled: string;
|
|
246
248
|
borderHover: string;
|
|
247
249
|
borderActive: string;
|
|
248
250
|
borderFocus: string;
|
|
@@ -252,9 +252,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
252
252
|
placeholderColor: string;
|
|
253
253
|
placeholderColorDisabled: string;
|
|
254
254
|
color: string;
|
|
255
|
+
colorFilled: string;
|
|
255
256
|
colorDisabled: string;
|
|
256
257
|
colorActive: string;
|
|
257
258
|
border: string;
|
|
259
|
+
borderFilled: string;
|
|
258
260
|
borderHover: string;
|
|
259
261
|
borderActive: string;
|
|
260
262
|
borderFocus: string;
|
|
@@ -233,9 +233,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
233
233
|
placeholderColor: string;
|
|
234
234
|
placeholderColorDisabled: string;
|
|
235
235
|
color: string;
|
|
236
|
+
colorFilled: string;
|
|
236
237
|
colorDisabled: string;
|
|
237
238
|
colorActive: string;
|
|
238
239
|
border: string;
|
|
240
|
+
borderFilled: string;
|
|
239
241
|
borderHover: string;
|
|
240
242
|
borderActive: string;
|
|
241
243
|
borderFocus: string;
|
|
@@ -126,9 +126,11 @@ declare const cascaderLight: import("../../_mixins").Theme<"Cascader", {
|
|
|
126
126
|
placeholderColor: string;
|
|
127
127
|
placeholderColorDisabled: string;
|
|
128
128
|
color: string;
|
|
129
|
+
colorFilled: string;
|
|
129
130
|
colorDisabled: string;
|
|
130
131
|
colorActive: string;
|
|
131
132
|
border: string;
|
|
133
|
+
borderFilled: string;
|
|
132
134
|
borderHover: string;
|
|
133
135
|
borderActive: string;
|
|
134
136
|
borderFocus: string;
|
|
@@ -96,6 +96,7 @@ import type { ButtonGroupTheme } from '../../button-group/styles/light';
|
|
|
96
96
|
import type { RowTheme } from '../../legacy-grid/styles';
|
|
97
97
|
import type { Katex } from './katex';
|
|
98
98
|
import type { ToggleButtonTheme } from '../../toggle-button/styles';
|
|
99
|
+
import type { AccountOptionTheme } from '../../_internal/account-option/styles';
|
|
99
100
|
export interface GlobalThemeWithoutCommon {
|
|
100
101
|
Alert?: AlertTheme;
|
|
101
102
|
Anchor?: AnchorTheme;
|
|
@@ -182,6 +183,7 @@ export interface GlobalThemeWithoutCommon {
|
|
|
182
183
|
ToggleButton?: ToggleButtonTheme;
|
|
183
184
|
InternalSelectMenu?: InternalSelectMenuTheme;
|
|
184
185
|
InternalSelection?: InternalSelectionTheme;
|
|
186
|
+
AccountOption?: AccountOptionTheme;
|
|
185
187
|
}
|
|
186
188
|
export interface GlobalComponentConfig {
|
|
187
189
|
Pagination?: {
|
|
@@ -597,9 +597,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
597
597
|
placeholderColor: string;
|
|
598
598
|
placeholderColorDisabled: string;
|
|
599
599
|
color: string;
|
|
600
|
+
colorFilled: string;
|
|
600
601
|
colorDisabled: string;
|
|
601
602
|
colorActive: string;
|
|
602
603
|
border: string;
|
|
604
|
+
borderFilled: string;
|
|
603
605
|
borderHover: string;
|
|
604
606
|
borderActive: string;
|
|
605
607
|
borderFocus: string;
|
|
@@ -1490,9 +1492,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1490
1492
|
placeholderColor: string;
|
|
1491
1493
|
placeholderColorDisabled: string;
|
|
1492
1494
|
color: string;
|
|
1495
|
+
colorFilled: string;
|
|
1493
1496
|
colorDisabled: string;
|
|
1494
1497
|
colorActive: string;
|
|
1495
1498
|
border: string;
|
|
1499
|
+
borderFilled: string;
|
|
1496
1500
|
borderHover: string;
|
|
1497
1501
|
borderActive: string;
|
|
1498
1502
|
borderFocus: string;
|
|
@@ -2383,9 +2387,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2383
2387
|
placeholderColor: string;
|
|
2384
2388
|
placeholderColorDisabled: string;
|
|
2385
2389
|
color: string;
|
|
2390
|
+
colorFilled: string;
|
|
2386
2391
|
colorDisabled: string;
|
|
2387
2392
|
colorActive: string;
|
|
2388
2393
|
border: string;
|
|
2394
|
+
borderFilled: string;
|
|
2389
2395
|
borderHover: string;
|
|
2390
2396
|
borderActive: string;
|
|
2391
2397
|
borderFocus: string;
|
|
@@ -3403,9 +3409,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3403
3409
|
placeholderColor: string;
|
|
3404
3410
|
placeholderColorDisabled: string;
|
|
3405
3411
|
color: string;
|
|
3412
|
+
colorFilled: string;
|
|
3406
3413
|
colorDisabled: string;
|
|
3407
3414
|
colorActive: string;
|
|
3408
3415
|
border: string;
|
|
3416
|
+
borderFilled: string;
|
|
3409
3417
|
borderHover: string;
|
|
3410
3418
|
borderActive: string;
|
|
3411
3419
|
borderFocus: string;
|
|
@@ -3870,9 +3878,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3870
3878
|
placeholderColor: string;
|
|
3871
3879
|
placeholderColorDisabled: string;
|
|
3872
3880
|
color: string;
|
|
3881
|
+
colorFilled: string;
|
|
3873
3882
|
colorDisabled: string;
|
|
3874
3883
|
colorActive: string;
|
|
3875
3884
|
border: string;
|
|
3885
|
+
borderFilled: string;
|
|
3876
3886
|
borderHover: string;
|
|
3877
3887
|
borderActive: string;
|
|
3878
3888
|
borderFocus: string;
|
|
@@ -4860,9 +4870,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4860
4870
|
placeholderColor: string;
|
|
4861
4871
|
placeholderColorDisabled: string;
|
|
4862
4872
|
color: string;
|
|
4873
|
+
colorFilled: string;
|
|
4863
4874
|
colorDisabled: string;
|
|
4864
4875
|
colorActive: string;
|
|
4865
4876
|
border: string;
|
|
4877
|
+
borderFilled: string;
|
|
4866
4878
|
borderHover: string;
|
|
4867
4879
|
borderActive: string;
|
|
4868
4880
|
borderFocus: string;
|
|
@@ -5753,9 +5765,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5753
5765
|
placeholderColor: string;
|
|
5754
5766
|
placeholderColorDisabled: string;
|
|
5755
5767
|
color: string;
|
|
5768
|
+
colorFilled: string;
|
|
5756
5769
|
colorDisabled: string;
|
|
5757
5770
|
colorActive: string;
|
|
5758
5771
|
border: string;
|
|
5772
|
+
borderFilled: string;
|
|
5759
5773
|
borderHover: string;
|
|
5760
5774
|
borderActive: string;
|
|
5761
5775
|
borderFocus: string;
|
|
@@ -6646,9 +6660,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6646
6660
|
placeholderColor: string;
|
|
6647
6661
|
placeholderColorDisabled: string;
|
|
6648
6662
|
color: string;
|
|
6663
|
+
colorFilled: string;
|
|
6649
6664
|
colorDisabled: string;
|
|
6650
6665
|
colorActive: string;
|
|
6651
6666
|
border: string;
|
|
6667
|
+
borderFilled: string;
|
|
6652
6668
|
borderHover: string;
|
|
6653
6669
|
borderActive: string;
|
|
6654
6670
|
borderFocus: string;
|
|
@@ -610,9 +610,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
610
610
|
placeholderColor: string;
|
|
611
611
|
placeholderColorDisabled: string;
|
|
612
612
|
color: string;
|
|
613
|
+
colorFilled: string;
|
|
613
614
|
colorDisabled: string;
|
|
614
615
|
colorActive: string;
|
|
615
616
|
border: string;
|
|
617
|
+
borderFilled: string;
|
|
616
618
|
borderHover: string;
|
|
617
619
|
borderActive: string;
|
|
618
620
|
borderFocus: string;
|
|
@@ -1077,9 +1079,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1077
1079
|
placeholderColor: string;
|
|
1078
1080
|
placeholderColorDisabled: string;
|
|
1079
1081
|
color: string;
|
|
1082
|
+
colorFilled: string;
|
|
1080
1083
|
colorDisabled: string;
|
|
1081
1084
|
colorActive: string;
|
|
1082
1085
|
border: string;
|
|
1086
|
+
borderFilled: string;
|
|
1083
1087
|
borderHover: string;
|
|
1084
1088
|
borderActive: string;
|
|
1085
1089
|
borderFocus: string;
|
|
@@ -635,9 +635,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
635
635
|
placeholderColor: string;
|
|
636
636
|
placeholderColorDisabled: string;
|
|
637
637
|
color: string;
|
|
638
|
+
colorFilled: string;
|
|
638
639
|
colorDisabled: string;
|
|
639
640
|
colorActive: string;
|
|
640
641
|
border: string;
|
|
642
|
+
borderFilled: string;
|
|
641
643
|
borderHover: string;
|
|
642
644
|
borderActive: string;
|
|
643
645
|
borderFocus: string;
|
|
@@ -646,7 +648,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
646
648
|
boxShadowActive: string;
|
|
647
649
|
boxShadowFocus: string;
|
|
648
650
|
caretColor: string;
|
|
649
|
-
arrowColor: string;
|
|
651
|
+
arrowColor: string;
|
|
650
652
|
arrowColorHover: string;
|
|
651
653
|
arrowColorDisabled: string;
|
|
652
654
|
loadingColor: string;
|
|
@@ -1102,9 +1104,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1102
1104
|
placeholderColor: string;
|
|
1103
1105
|
placeholderColorDisabled: string;
|
|
1104
1106
|
color: string;
|
|
1107
|
+
colorFilled: string;
|
|
1105
1108
|
colorDisabled: string;
|
|
1106
1109
|
colorActive: string;
|
|
1107
1110
|
border: string;
|
|
1111
|
+
borderFilled: string;
|
|
1108
1112
|
borderHover: string;
|
|
1109
1113
|
borderActive: string;
|
|
1110
1114
|
borderFocus: string;
|
|
@@ -1113,7 +1117,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1113
1117
|
boxShadowActive: string;
|
|
1114
1118
|
boxShadowFocus: string;
|
|
1115
1119
|
caretColor: string;
|
|
1116
|
-
arrowColor: string;
|
|
1120
|
+
arrowColor: string;
|
|
1117
1121
|
arrowColorHover: string;
|
|
1118
1122
|
arrowColorDisabled: string;
|
|
1119
1123
|
loadingColor: string;
|
|
@@ -635,9 +635,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
635
635
|
placeholderColor: string;
|
|
636
636
|
placeholderColorDisabled: string;
|
|
637
637
|
color: string;
|
|
638
|
+
colorFilled: string;
|
|
638
639
|
colorDisabled: string;
|
|
639
640
|
colorActive: string;
|
|
640
641
|
border: string;
|
|
642
|
+
borderFilled: string;
|
|
641
643
|
borderHover: string;
|
|
642
644
|
borderActive: string;
|
|
643
645
|
borderFocus: string;
|
|
@@ -1102,9 +1104,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1102
1104
|
placeholderColor: string;
|
|
1103
1105
|
placeholderColorDisabled: string;
|
|
1104
1106
|
color: string;
|
|
1107
|
+
colorFilled: string;
|
|
1105
1108
|
colorDisabled: string;
|
|
1106
1109
|
colorActive: string;
|
|
1107
1110
|
border: string;
|
|
1111
|
+
borderFilled: string;
|
|
1108
1112
|
borderHover: string;
|
|
1109
1113
|
borderActive: string;
|
|
1110
1114
|
borderFocus: string;
|
|
@@ -619,9 +619,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
619
619
|
placeholderColor: string;
|
|
620
620
|
placeholderColorDisabled: string;
|
|
621
621
|
color: string;
|
|
622
|
+
colorFilled: string;
|
|
622
623
|
colorDisabled: string;
|
|
623
624
|
colorActive: string;
|
|
624
625
|
border: string;
|
|
626
|
+
borderFilled: string;
|
|
625
627
|
borderHover: string;
|
|
626
628
|
borderActive: string;
|
|
627
629
|
borderFocus: string;
|
|
@@ -1086,9 +1088,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1086
1088
|
placeholderColor: string;
|
|
1087
1089
|
placeholderColorDisabled: string;
|
|
1088
1090
|
color: string;
|
|
1091
|
+
colorFilled: string;
|
|
1089
1092
|
colorDisabled: string;
|
|
1090
1093
|
colorActive: string;
|
|
1091
1094
|
border: string;
|
|
1095
|
+
borderFilled: string;
|
|
1092
1096
|
borderHover: string;
|
|
1093
1097
|
borderActive: string;
|
|
1094
1098
|
borderFocus: string;
|
|
@@ -2048,9 +2052,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2048
2052
|
placeholderColor: string;
|
|
2049
2053
|
placeholderColorDisabled: string;
|
|
2050
2054
|
color: string;
|
|
2055
|
+
colorFilled: string;
|
|
2051
2056
|
colorDisabled: string;
|
|
2052
2057
|
colorActive: string;
|
|
2053
2058
|
border: string;
|
|
2059
|
+
borderFilled: string;
|
|
2054
2060
|
borderHover: string;
|
|
2055
2061
|
borderActive: string;
|
|
2056
2062
|
borderFocus: string;
|
|
@@ -2515,9 +2521,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2515
2521
|
placeholderColor: string;
|
|
2516
2522
|
placeholderColorDisabled: string;
|
|
2517
2523
|
color: string;
|
|
2524
|
+
colorFilled: string;
|
|
2518
2525
|
colorDisabled: string;
|
|
2519
2526
|
colorActive: string;
|
|
2520
2527
|
border: string;
|
|
2528
|
+
borderFilled: string;
|
|
2521
2529
|
borderHover: string;
|
|
2522
2530
|
borderActive: string;
|
|
2523
2531
|
borderFocus: string;
|
|
@@ -623,9 +623,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
623
623
|
placeholderColor: string;
|
|
624
624
|
placeholderColorDisabled: string;
|
|
625
625
|
color: string;
|
|
626
|
+
colorFilled: string;
|
|
626
627
|
colorDisabled: string;
|
|
627
628
|
colorActive: string;
|
|
628
629
|
border: string;
|
|
630
|
+
borderFilled: string;
|
|
629
631
|
borderHover: string;
|
|
630
632
|
borderActive: string;
|
|
631
633
|
borderFocus: string;
|
|
@@ -1090,9 +1092,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1090
1092
|
placeholderColor: string;
|
|
1091
1093
|
placeholderColorDisabled: string;
|
|
1092
1094
|
color: string;
|
|
1095
|
+
colorFilled: string;
|
|
1093
1096
|
colorDisabled: string;
|
|
1094
1097
|
colorActive: string;
|
|
1095
1098
|
border: string;
|
|
1099
|
+
borderFilled: string;
|
|
1096
1100
|
borderHover: string;
|
|
1097
1101
|
borderActive: string;
|
|
1098
1102
|
borderFocus: string;
|
|
@@ -607,9 +607,11 @@ export declare const dataTableProps: {
|
|
|
607
607
|
placeholderColor: string;
|
|
608
608
|
placeholderColorDisabled: string;
|
|
609
609
|
color: string;
|
|
610
|
+
colorFilled: string;
|
|
610
611
|
colorDisabled: string;
|
|
611
612
|
colorActive: string;
|
|
612
613
|
border: string;
|
|
614
|
+
borderFilled: string;
|
|
613
615
|
borderHover: string;
|
|
614
616
|
borderActive: string;
|
|
615
617
|
borderFocus: string;
|
|
@@ -1500,9 +1502,11 @@ export declare const dataTableProps: {
|
|
|
1500
1502
|
placeholderColor: string;
|
|
1501
1503
|
placeholderColorDisabled: string;
|
|
1502
1504
|
color: string;
|
|
1505
|
+
colorFilled: string;
|
|
1503
1506
|
colorDisabled: string;
|
|
1504
1507
|
colorActive: string;
|
|
1505
1508
|
border: string;
|
|
1509
|
+
borderFilled: string;
|
|
1506
1510
|
borderHover: string;
|
|
1507
1511
|
borderActive: string;
|
|
1508
1512
|
borderFocus: string;
|
|
@@ -2393,9 +2397,11 @@ export declare const dataTableProps: {
|
|
|
2393
2397
|
placeholderColor: string;
|
|
2394
2398
|
placeholderColorDisabled: string;
|
|
2395
2399
|
color: string;
|
|
2400
|
+
colorFilled: string;
|
|
2396
2401
|
colorDisabled: string;
|
|
2397
2402
|
colorActive: string;
|
|
2398
2403
|
border: string;
|
|
2404
|
+
borderFilled: string;
|
|
2399
2405
|
borderHover: string;
|
|
2400
2406
|
borderActive: string;
|
|
2401
2407
|
borderFocus: string;
|
|
@@ -545,9 +545,11 @@ declare const dataTableLight: import("../../_mixins").Theme<"DataTable", {
|
|
|
545
545
|
placeholderColor: string;
|
|
546
546
|
placeholderColorDisabled: string;
|
|
547
547
|
color: string;
|
|
548
|
+
colorFilled: string;
|
|
548
549
|
colorDisabled: string;
|
|
549
550
|
colorActive: string;
|
|
550
551
|
border: string;
|
|
552
|
+
borderFilled: string;
|
|
551
553
|
borderHover: string;
|
|
552
554
|
borderActive: string;
|
|
553
555
|
borderFocus: string;
|
package/es/list/src/List.d.ts
CHANGED
|
@@ -315,10 +315,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
315
315
|
onKeypress: import("../../_utils").ArrayKeyboardHandler | undefined;
|
|
316
316
|
onClick: import("../../_utils").ArrayMouseHandler | undefined;
|
|
317
317
|
header: import("./interface").RenderableType;
|
|
318
|
+
avatar: import("./interface").RenderableType;
|
|
318
319
|
loading: boolean;
|
|
319
320
|
bordered: boolean;
|
|
320
321
|
showIcon: boolean;
|
|
321
|
-
avatar: import("./interface").RenderableType;
|
|
322
322
|
loadingSkeleton: boolean;
|
|
323
323
|
rounded: boolean;
|
|
324
324
|
clickable: boolean;
|
|
@@ -109,9 +109,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
109
109
|
onKeypress: ArrayKeyboardHandler | undefined;
|
|
110
110
|
onClick: ArrayMouseHandler | undefined;
|
|
111
111
|
header: RenderableType;
|
|
112
|
+
avatar: RenderableType;
|
|
112
113
|
loading: boolean;
|
|
113
114
|
showIcon: boolean;
|
|
114
|
-
avatar: RenderableType;
|
|
115
115
|
loadingSkeleton: boolean;
|
|
116
116
|
rounded: boolean;
|
|
117
117
|
hoverable: boolean;
|