@varlet/ui 2.22.3 → 3.0.0-alpha.1707916363117
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 +1 -0
- package/README.zh-CN.md +1 -0
- package/es/action-sheet/ActionSheet.mjs +3 -3
- package/es/back-top/BackTop.mjs +0 -1
- package/es/back-top/backTop.css +1 -1
- package/es/badge/badge.css +1 -1
- package/es/bottom-navigation/BottomNavigation.mjs +1 -1
- package/es/bottom-navigation/bottomNavigation.css +1 -1
- package/es/button/Button.mjs +12 -7
- package/es/button/button.css +1 -1
- package/es/button/props.mjs +1 -0
- package/es/card/Card.mjs +0 -1
- package/es/card/card.css +1 -1
- package/es/cell/cell.css +1 -1
- package/es/chip/Chip.mjs +1 -1
- package/es/chip/chip.css +1 -1
- package/es/chip/props.mjs +0 -2
- package/es/collapse-item/collapseItem.css +1 -1
- package/es/countdown/countdown.css +1 -1
- package/es/date-picker/DatePicker.mjs +11 -11
- package/es/date-picker/date-picker.css +1 -1
- package/es/date-picker/props.mjs +0 -2
- package/es/date-picker/src/day-picker-panel.mjs +2 -2
- package/es/date-picker/src/month-picker-panel.mjs +3 -3
- package/es/date-picker/src/panel-header.mjs +11 -9
- package/es/dialog/Dialog.mjs +5 -5
- package/es/divider/divider.css +1 -1
- package/es/fab/Fab.mjs +1 -1
- package/es/fab/fab.css +1 -1
- package/es/field-decorator/FieldDecorator.mjs +33 -15
- package/es/field-decorator/fieldDecorator.css +1 -1
- package/es/field-decorator/props.mjs +4 -0
- package/es/hover-overlay/hoverOverlay.css +1 -1
- package/es/icon/icon.css +1 -1
- package/es/image-preview/ImagePreview.mjs +2 -10
- package/es/image-preview/props.mjs +0 -2
- package/es/index-bar/IndexBar.mjs +1 -1
- package/es/index-bar/props.mjs +0 -2
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/input/Input.mjs +1 -0
- package/es/list/List.mjs +5 -5
- package/es/loading-bar/index.mjs +0 -5
- package/es/locale/en-US.d.ts +2 -2
- package/es/locale/fa-IR.d.ts +2 -2
- package/es/locale/index.mjs +32 -25
- package/es/locale/zh-CN.d.ts +2 -2
- package/es/locale/zh-HK.d.ts +2 -2
- package/es/locale/zh-HK.mjs +2 -2
- package/es/locale/zh-TW.d.ts +2 -2
- package/es/pagination/Pagination.mjs +5 -5
- package/es/pagination/pagination.css +1 -1
- package/es/picker/Picker.mjs +5 -5
- package/es/picker/picker.css +1 -1
- package/es/progress/Progress.mjs +1 -1
- package/es/progress/progress.css +1 -1
- package/es/progress/props.mjs +0 -1
- package/es/slider/slider.css +1 -1
- package/es/step/step.css +1 -1
- package/es/style.css +1 -1
- package/es/styles/common.css +1 -1
- package/es/switch/Switch.mjs +1 -1
- package/es/table/table.css +1 -1
- package/es/themes/dark/badge.mjs +2 -1
- package/es/themes/dark/bottomNavigation.mjs +1 -2
- package/es/themes/dark/button.mjs +3 -1
- package/es/themes/dark/card.mjs +0 -1
- package/es/themes/dark/cell.mjs +1 -2
- package/es/themes/dark/collapse.mjs +1 -2
- package/es/themes/dark/datePicker.mjs +1 -1
- package/es/themes/dark/divider.mjs +0 -1
- package/es/themes/dark/index.mjs +19 -4
- package/es/themes/dark/pagination.mjs +0 -1
- package/es/themes/dark/picker.mjs +0 -1
- package/es/themes/dark/table.mjs +1 -4
- package/es/themes/dark/timePicker.mjs +2 -1
- package/es/themes/index.mjs +3 -1
- package/es/themes/md3-dark/actionSheet.mjs +9 -0
- package/es/themes/md3-dark/appBar.mjs +7 -0
- package/es/themes/md3-dark/avatar.mjs +7 -0
- package/es/themes/md3-dark/backTop.mjs +6 -0
- package/es/themes/md3-dark/badge.mjs +7 -0
- package/es/themes/md3-dark/bottomNavigation.mjs +6 -0
- package/es/themes/md3-dark/bottomNavigationItem.mjs +8 -0
- package/es/themes/md3-dark/breadcrumb.mjs +6 -0
- package/es/themes/md3-dark/button.mjs +10 -0
- package/es/themes/md3-dark/card.mjs +27 -0
- package/es/themes/md3-dark/cell.mjs +6 -0
- package/es/themes/md3-dark/checkbox.mjs +7 -0
- package/es/themes/md3-dark/chip.mjs +8 -0
- package/es/themes/md3-dark/collapse.mjs +7 -0
- package/es/themes/md3-dark/counter.mjs +7 -0
- package/es/themes/md3-dark/datePicker.mjs +19 -0
- package/es/themes/md3-dark/dialog.mjs +15 -0
- package/es/themes/{dark/countdown.mjs → md3-dark/divider.mjs} +1 -1
- package/es/themes/md3-dark/fab.mjs +8 -0
- package/es/themes/md3-dark/fieldDecorator.mjs +7 -0
- package/es/themes/md3-dark/floatingPanel.mjs +10 -0
- package/es/themes/md3-dark/hoverOverlay.mjs +6 -0
- package/es/themes/md3-dark/index.d.ts +5 -0
- package/es/themes/md3-dark/index.mjs +96 -0
- package/es/themes/md3-dark/link.mjs +6 -0
- package/es/themes/md3-dark/menu.mjs +7 -0
- package/es/themes/md3-dark/menuOption.mjs +6 -0
- package/es/themes/md3-dark/menuSelect.mjs +7 -0
- package/es/themes/md3-dark/option.mjs +6 -0
- package/es/themes/md3-dark/pagination.mjs +9 -0
- package/es/themes/md3-dark/paper.mjs +6 -0
- package/es/themes/md3-dark/picker.mjs +10 -0
- package/es/themes/md3-dark/popup.mjs +6 -0
- package/es/themes/md3-dark/progress.mjs +6 -0
- package/es/themes/md3-dark/pullRefresh.mjs +6 -0
- package/es/themes/md3-dark/radio.mjs +7 -0
- package/es/themes/md3-dark/rate.mjs +6 -0
- package/es/themes/md3-dark/result.mjs +16 -0
- package/es/themes/md3-dark/select.mjs +7 -0
- package/es/themes/md3-dark/skeleton.mjs +11 -0
- package/es/themes/md3-dark/slider.mjs +10 -0
- package/es/themes/md3-dark/snackbar.mjs +7 -0
- package/es/themes/md3-dark/steps.mjs +8 -0
- package/es/themes/md3-dark/switch.mjs +7 -0
- package/es/themes/md3-dark/tab.mjs +6 -0
- package/es/themes/md3-dark/table.mjs +9 -0
- package/es/themes/md3-dark/tabs.mjs +6 -0
- package/es/themes/md3-dark/timePicker.mjs +27 -0
- package/es/themes/md3-dark/tooltip.mjs +8 -0
- package/es/themes/md3-dark/uploader.mjs +11 -0
- package/es/themes/md3-dark/watermark.mjs +6 -0
- package/es/themes/md3-light/actionSheet.mjs +9 -0
- package/es/themes/md3-light/avatar.mjs +7 -0
- package/es/themes/md3-light/backTop.mjs +6 -0
- package/es/themes/md3-light/bottomNavigation.mjs +7 -0
- package/es/themes/md3-light/bottomNavigationItem.mjs +7 -0
- package/es/themes/md3-light/breadcrumb.mjs +6 -0
- package/es/themes/md3-light/button.mjs +10 -0
- package/es/themes/md3-light/card.mjs +27 -0
- package/es/themes/md3-light/cell.mjs +6 -0
- package/es/themes/md3-light/checkbox.mjs +7 -0
- package/es/themes/md3-light/chip.mjs +8 -0
- package/es/themes/md3-light/collapse.mjs +7 -0
- package/es/themes/md3-light/datePicker.mjs +19 -0
- package/es/themes/md3-light/dialog.mjs +15 -0
- package/es/themes/md3-light/fab.mjs +8 -0
- package/es/themes/md3-light/fieldDecorator.mjs +7 -0
- package/es/themes/md3-light/floatingPanel.mjs +10 -0
- package/es/themes/md3-light/hoverOverlay.mjs +6 -0
- package/es/themes/md3-light/index.d.ts +5 -0
- package/es/themes/md3-light/index.mjs +86 -0
- package/es/themes/md3-light/link.mjs +6 -0
- package/es/themes/md3-light/menu.mjs +7 -0
- package/es/themes/md3-light/menuOption.mjs +6 -0
- package/es/themes/md3-light/menuSelect.mjs +7 -0
- package/es/themes/md3-light/option.mjs +6 -0
- package/es/themes/md3-light/pagination.mjs +6 -0
- package/es/themes/md3-light/paper.mjs +6 -0
- package/es/themes/md3-light/picker.mjs +8 -0
- package/es/themes/md3-light/popup.mjs +6 -0
- package/es/themes/md3-light/pullRefresh.mjs +6 -0
- package/es/themes/md3-light/radio.mjs +7 -0
- package/es/themes/md3-light/rate.mjs +6 -0
- package/es/themes/md3-light/result.mjs +12 -0
- package/es/themes/md3-light/select.mjs +7 -0
- package/es/themes/md3-light/slider.mjs +10 -0
- package/es/themes/md3-light/snackbar.mjs +7 -0
- package/es/themes/md3-light/switch.mjs +7 -0
- package/es/themes/md3-light/tab.mjs +6 -0
- package/es/themes/md3-light/table.mjs +7 -0
- package/es/themes/md3-light/tabs.mjs +6 -0
- package/es/themes/md3-light/timePicker.mjs +25 -0
- package/es/themes/md3-light/tooltip.mjs +7 -0
- package/es/themes/md3-light/uploader.mjs +11 -0
- package/es/time-picker/TimePicker.mjs +24 -16
- package/es/time-picker/clock.mjs +4 -4
- package/es/time-picker/props.mjs +0 -2
- package/es/time-picker/timePicker.css +1 -1
- package/es/tooltip/tooltip.css +1 -1
- package/es/uploader/uploader.css +1 -1
- package/es/varlet.esm.js +6588 -6082
- package/highlight/web-types.en-US.json +15 -6
- package/highlight/web-types.zh-CN.json +15 -6
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +2190 -1566
- package/package.json +8 -7
- package/types/button.d.ts +1 -0
- package/types/buttonGroup.d.ts +1 -1
- package/types/chip.d.ts +0 -2
- package/types/datePicker.d.ts +0 -2
- package/types/imagePreview.d.ts +0 -6
- package/types/indexBar.d.ts +0 -3
- package/types/loadingBar.d.ts +0 -3
- package/types/locale.d.ts +18 -14
- package/types/progress.d.ts +0 -3
- package/types/styleVars.d.ts +192 -68
- package/types/themes.d.ts +2 -0
- package/types/timePicker.d.ts +0 -2
- package/types/uploader.d.ts +1 -0
- package/umd/varlet.js +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-alpha.1707916363117",
|
|
4
4
|
"description": "A material like components library",
|
|
5
5
|
"main": "lib/varlet.cjs.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@popperjs/core": "^2.11.6",
|
|
49
49
|
"dayjs": "^1.10.4",
|
|
50
50
|
"decimal.js": "^10.2.1",
|
|
51
|
-
"@varlet/
|
|
52
|
-
"@varlet/
|
|
53
|
-
"@varlet/
|
|
51
|
+
"@varlet/shared": "3.0.0-alpha.1707916363117",
|
|
52
|
+
"@varlet/use": "3.0.0-alpha.1707916363117",
|
|
53
|
+
"@varlet/icons": "3.0.0-alpha.1707916363117"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@vue/runtime-core": "3.4.15",
|
|
@@ -66,15 +66,16 @@
|
|
|
66
66
|
"typescript": "^5.1.5",
|
|
67
67
|
"vue": "3.4.15",
|
|
68
68
|
"vue-router": "4.2.0",
|
|
69
|
-
"@varlet/
|
|
70
|
-
"@varlet/
|
|
71
|
-
"@varlet/
|
|
69
|
+
"@varlet/cli": "3.0.0-alpha.1707916363117",
|
|
70
|
+
"@varlet/ui": "3.0.0-alpha.1707916363117",
|
|
71
|
+
"@varlet/touch-emulator": "3.0.0-alpha.1707916363117"
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|
|
74
74
|
"dev": "varlet-cli dev",
|
|
75
75
|
"build": "varlet-cli build",
|
|
76
76
|
"preview": "varlet-cli preview",
|
|
77
77
|
"compile": "varlet-cli compile",
|
|
78
|
+
"compile:style-vars": "varlet-cli compile:style-vars",
|
|
78
79
|
"create": "varlet-cli create -i",
|
|
79
80
|
"test": "varlet-cli test",
|
|
80
81
|
"test:watch": "varlet-cli test -w",
|
package/types/button.d.ts
CHANGED
package/types/buttonGroup.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
|
|
10
10
|
export declare const buttonGroupProps: Record<keyof ButtonGroupProps, any>
|
|
11
11
|
|
|
12
|
-
export type ButtonGroupMode = 'normal' | 'text' | 'outline'
|
|
12
|
+
export type ButtonGroupMode = 'normal' | 'text' | 'outline' | 'icon-container'
|
|
13
13
|
|
|
14
14
|
export interface ButtonGroupProps extends BasicAttributes {
|
|
15
15
|
type?: ButtonGroupType
|
package/types/chip.d.ts
CHANGED
package/types/datePicker.d.ts
CHANGED
|
@@ -11,8 +11,6 @@ export interface DatePickerProps extends BasicAttributes {
|
|
|
11
11
|
allowedDates?: (val: string) => boolean
|
|
12
12
|
color?: string
|
|
13
13
|
hint?: string
|
|
14
|
-
/** @deprecated Use titleColor to instead. */
|
|
15
|
-
headerColor?: string
|
|
16
14
|
titleColor?: string
|
|
17
15
|
elevation?: boolean | string | number
|
|
18
16
|
buttonElevation?: boolean | string | number
|
package/types/imagePreview.d.ts
CHANGED
|
@@ -21,9 +21,6 @@ export interface ImagePreviewProps extends BasicAttributes {
|
|
|
21
21
|
onChange?: ListenerProp<(index: number) => void>
|
|
22
22
|
onLongPress?: ListenerProp<(index: number) => void>
|
|
23
23
|
'onUpdate:show'?: ListenerProp<(show: boolean) => void>
|
|
24
|
-
|
|
25
|
-
/** @deprecated Use initialIndex to instead. */
|
|
26
|
-
current?: string
|
|
27
24
|
}
|
|
28
25
|
|
|
29
26
|
export interface ImagePreviewOptions {
|
|
@@ -40,9 +37,6 @@ export interface ImagePreviewOptions {
|
|
|
40
37
|
onClosed?: () => void
|
|
41
38
|
onChange?: (index: number) => void
|
|
42
39
|
onLongPress?: (index: number) => void
|
|
43
|
-
|
|
44
|
-
/** @deprecated Use initialIndex to instead. */
|
|
45
|
-
current?: string
|
|
46
40
|
}
|
|
47
41
|
|
|
48
42
|
export class ImagePreviewComponent extends VarComponent {
|
package/types/indexBar.d.ts
CHANGED
|
@@ -17,9 +17,6 @@ export interface IndexBarProps extends BasicAttributes {
|
|
|
17
17
|
duration?: number | string
|
|
18
18
|
onClick?: ListenerProp<(value: string | number) => void>
|
|
19
19
|
onChange?: ListenerProp<(value: string | number) => void>
|
|
20
|
-
|
|
21
|
-
/** @deprecated Use stickyCssMode to instead. */
|
|
22
|
-
cssMode?: boolean
|
|
23
20
|
}
|
|
24
21
|
|
|
25
22
|
export class IndexBar extends VarComponent {
|
package/types/loadingBar.d.ts
CHANGED
|
@@ -8,9 +8,6 @@ export interface LoadingBarOptions {
|
|
|
8
8
|
export declare const loadingBarProps: Record<string, any>
|
|
9
9
|
|
|
10
10
|
export interface ILoadingBar {
|
|
11
|
-
/** @deprecated Use setDefaultOptions to instead. */
|
|
12
|
-
mergeConfig(options: LoadingBarOptions): void
|
|
13
|
-
|
|
14
11
|
start(): void
|
|
15
12
|
|
|
16
13
|
finish(): void
|
package/types/locale.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export type Month = '01' | '02' | '03' | '04' | '05' | '06' | '07' | '08' | '09'
|
|
|
4
4
|
|
|
5
5
|
export type Week = '0' | '1' | '2' | '3' | '4' | '5' | '6'
|
|
6
6
|
|
|
7
|
-
export type
|
|
7
|
+
export type Message = {
|
|
8
8
|
// Dialog
|
|
9
9
|
dialogTitle: string
|
|
10
10
|
dialogConfirmButtonText: string
|
|
@@ -27,25 +27,29 @@ export type Pack = {
|
|
|
27
27
|
paginationItem: string
|
|
28
28
|
paginationPage: string
|
|
29
29
|
paginationJump: string
|
|
30
|
+
|
|
31
|
+
[key: PropertyKey]: any
|
|
30
32
|
}
|
|
31
33
|
|
|
32
34
|
interface Locale {
|
|
33
|
-
zhCN:
|
|
34
|
-
enUS:
|
|
35
|
-
zhTW:
|
|
36
|
-
zhHK:
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
add(lang: string,
|
|
35
|
+
zhCN: Message
|
|
36
|
+
enUS: Message
|
|
37
|
+
zhTW: Message
|
|
38
|
+
zhHK: Message
|
|
39
|
+
messages: Record<string, Partial<Message>>
|
|
40
|
+
currentMessage: Ref<Partial<Pack>>
|
|
41
|
+
add(lang: string, message: Partial<Message>): void
|
|
40
42
|
use(lang: string): void
|
|
41
|
-
merge(lang: string,
|
|
43
|
+
merge(lang: string, message: Partial<Message>): void
|
|
44
|
+
t(id: string): string
|
|
42
45
|
|
|
43
|
-
useLocale<T =
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
add(lang: string,
|
|
46
|
+
useLocale<T = Message>(): {
|
|
47
|
+
messages: Record<string, Partial<T>>
|
|
48
|
+
currentMessage: Ref<Partial<T>>
|
|
49
|
+
add(lang: string, message: Partial<T> & { lang?: string }): void
|
|
47
50
|
use(lang: string): void
|
|
48
|
-
merge(lang: string,
|
|
51
|
+
merge(lang: string, message: Partial<T>): void
|
|
52
|
+
t(id: string): string
|
|
49
53
|
}
|
|
50
54
|
}
|
|
51
55
|
|
package/types/progress.d.ts
CHANGED
|
@@ -20,9 +20,6 @@ export interface ProgressProps extends BasicAttributes {
|
|
|
20
20
|
value?: number | string
|
|
21
21
|
size?: number | string
|
|
22
22
|
rotate?: number
|
|
23
|
-
|
|
24
|
-
/** @deprecated Use indeterminate to instead. */
|
|
25
|
-
ripple?: boolean
|
|
26
23
|
}
|
|
27
24
|
|
|
28
25
|
export class Progress extends VarComponent {
|
package/types/styleVars.d.ts
CHANGED
|
@@ -67,6 +67,8 @@ export interface StyleVars {
|
|
|
67
67
|
backTopBottom?: string
|
|
68
68
|
'--back-top-button-size'?: string
|
|
69
69
|
backTopButtonSize?: string
|
|
70
|
+
'--back-top-button-border-radius'?: string
|
|
71
|
+
backTopButtonBorderRadius?: string
|
|
70
72
|
'--badge-content-padding'?: string
|
|
71
73
|
badgeContentPadding?: string
|
|
72
74
|
'--badge-content-border'?: string
|
|
@@ -89,6 +91,18 @@ export interface StyleVars {
|
|
|
89
91
|
badgeWarningColor?: string
|
|
90
92
|
'--badge-info-color'?: string
|
|
91
93
|
badgeInfoColor?: string
|
|
94
|
+
'--badge-default-text-color'?: string
|
|
95
|
+
badgeDefaultTextColor?: string
|
|
96
|
+
'--badge-primary-text-color'?: string
|
|
97
|
+
badgePrimaryTextColor?: string
|
|
98
|
+
'--badge-danger-text-color'?: string
|
|
99
|
+
badgeDangerTextColor?: string
|
|
100
|
+
'--badge-success-text-color'?: string
|
|
101
|
+
badgeSuccessTextColor?: string
|
|
102
|
+
'--badge-warning-text-color'?: string
|
|
103
|
+
badgeWarningTextColor?: string
|
|
104
|
+
'--badge-info-text-color'?: string
|
|
105
|
+
badgeInfoTextColor?: string
|
|
92
106
|
'--badge-dot-width'?: string
|
|
93
107
|
badgeDotWidth?: string
|
|
94
108
|
'--badge-dot-height'?: string
|
|
@@ -117,6 +131,8 @@ export interface StyleVars {
|
|
|
117
131
|
bottomNavigationItemIconSize?: string
|
|
118
132
|
'--bottom-navigation-item-icon-margin-bottom'?: string
|
|
119
133
|
bottomNavigationItemIconMarginBottom?: string
|
|
134
|
+
'--bottom-navigation-fab-border-radius'?: string
|
|
135
|
+
bottomNavigationFabBorderRadius?: string
|
|
120
136
|
'--breadcrumb-active-color'?: string
|
|
121
137
|
breadcrumbActiveColor?: string
|
|
122
138
|
'--breadcrumb-inactive-color'?: string
|
|
@@ -125,10 +141,20 @@ export interface StyleVars {
|
|
|
125
141
|
breadcrumbSeparatorMargin?: string
|
|
126
142
|
'--breadcrumb-separator-font-size'?: string
|
|
127
143
|
breadcrumbSeparatorFontSize?: string
|
|
128
|
-
'--button-default-color'?: string
|
|
129
|
-
buttonDefaultColor?: string
|
|
130
144
|
'--button-default-text-color'?: string
|
|
131
145
|
buttonDefaultTextColor?: string
|
|
146
|
+
'--button-primary-text-color'?: string
|
|
147
|
+
buttonPrimaryTextColor?: string
|
|
148
|
+
'--button-danger-text-color'?: string
|
|
149
|
+
buttonDangerTextColor?: string
|
|
150
|
+
'--button-success-text-color'?: string
|
|
151
|
+
buttonSuccessTextColor?: string
|
|
152
|
+
'--button-warning-text-color'?: string
|
|
153
|
+
buttonWarningTextColor?: string
|
|
154
|
+
'--button-info-text-color'?: string
|
|
155
|
+
buttonInfoTextColor?: string
|
|
156
|
+
'--button-default-color'?: string
|
|
157
|
+
buttonDefaultColor?: string
|
|
132
158
|
'--button-primary-color'?: string
|
|
133
159
|
buttonPrimaryColor?: string
|
|
134
160
|
'--button-danger-color'?: string
|
|
@@ -139,6 +165,30 @@ export interface StyleVars {
|
|
|
139
165
|
buttonWarningColor?: string
|
|
140
166
|
'--button-info-color'?: string
|
|
141
167
|
buttonInfoColor?: string
|
|
168
|
+
'--button-default-icon-color'?: string
|
|
169
|
+
buttonDefaultIconColor?: string
|
|
170
|
+
'--button-primary-icon-color'?: string
|
|
171
|
+
buttonPrimaryIconColor?: string
|
|
172
|
+
'--button-danger-icon-color'?: string
|
|
173
|
+
buttonDangerIconColor?: string
|
|
174
|
+
'--button-success-icon-color'?: string
|
|
175
|
+
buttonSuccessIconColor?: string
|
|
176
|
+
'--button-warning-icon-color'?: string
|
|
177
|
+
buttonWarningIconColor?: string
|
|
178
|
+
'--button-info-icon-color'?: string
|
|
179
|
+
buttonInfoIconColor?: string
|
|
180
|
+
'--button-default-icon-container-color'?: string
|
|
181
|
+
buttonDefaultIconContainerColor?: string
|
|
182
|
+
'--button-primary-icon-container-color'?: string
|
|
183
|
+
buttonPrimaryIconContainerColor?: string
|
|
184
|
+
'--button-danger-icon-container-color'?: string
|
|
185
|
+
buttonDangerIconContainerColor?: string
|
|
186
|
+
'--button-success-icon-container-color'?: string
|
|
187
|
+
buttonSuccessIconContainerColor?: string
|
|
188
|
+
'--button-warning-icon-container-color'?: string
|
|
189
|
+
buttonWarningIconContainerColor?: string
|
|
190
|
+
'--button-info-icon-container-color'?: string
|
|
191
|
+
buttonInfoIconContainerColor?: string
|
|
142
192
|
'--button-disabled-color'?: string
|
|
143
193
|
buttonDisabledColor?: string
|
|
144
194
|
'--button-disabled-text-color'?: string
|
|
@@ -241,6 +291,8 @@ export interface StyleVars {
|
|
|
241
291
|
cardCloseButtonPrimaryColor?: string
|
|
242
292
|
'--card-close-button-text-color'?: string
|
|
243
293
|
cardCloseButtonTextColor?: string
|
|
294
|
+
'--card-close-button-border-radius'?: string
|
|
295
|
+
cardCloseButtonBorderRadius?: string
|
|
244
296
|
'--cell-color'?: string
|
|
245
297
|
cellColor?: string
|
|
246
298
|
'--cell-font-size'?: string
|
|
@@ -279,6 +331,16 @@ export interface StyleVars {
|
|
|
279
331
|
checkboxIconSize?: string
|
|
280
332
|
'--chip-default-text-color'?: string
|
|
281
333
|
chipDefaultTextColor?: string
|
|
334
|
+
'--chip-primary-text-color'?: string
|
|
335
|
+
chipPrimaryTextColor?: string
|
|
336
|
+
'--chip-danger-text-color'?: string
|
|
337
|
+
chipDangerTextColor?: string
|
|
338
|
+
'--chip-success-text-color'?: string
|
|
339
|
+
chipSuccessTextColor?: string
|
|
340
|
+
'--chip-warning-text-color'?: string
|
|
341
|
+
chipWarningTextColor?: string
|
|
342
|
+
'--chip-info-text-color'?: string
|
|
343
|
+
chipInfoTextColor?: string
|
|
282
344
|
'--chip-default-color'?: string
|
|
283
345
|
chipDefaultColor?: string
|
|
284
346
|
'--chip-primary-color'?: string
|
|
@@ -291,30 +353,40 @@ export interface StyleVars {
|
|
|
291
353
|
chipWarningColor?: string
|
|
292
354
|
'--chip-info-color'?: string
|
|
293
355
|
chipInfoColor?: string
|
|
356
|
+
'--chip-primary-plain-color'?: string
|
|
357
|
+
chipPrimaryPlainColor?: string
|
|
358
|
+
'--chip-danger-plain-color'?: string
|
|
359
|
+
chipDangerPlainColor?: string
|
|
360
|
+
'--chip-success-plain-color'?: string
|
|
361
|
+
chipSuccessPlainColor?: string
|
|
362
|
+
'--chip-warning-plain-color'?: string
|
|
363
|
+
chipWarningPlainColor?: string
|
|
364
|
+
'--chip-info-plain-color'?: string
|
|
365
|
+
chipInfoPlainColor?: string
|
|
294
366
|
'--chip-border-radius'?: string
|
|
295
367
|
chipBorderRadius?: string
|
|
296
|
-
'--chip-mini-height'?: string
|
|
297
|
-
chipMiniHeight?: string
|
|
298
|
-
'--chip-small-height'?: string
|
|
299
|
-
chipSmallHeight?: string
|
|
300
368
|
'--chip-normal-height'?: string
|
|
301
369
|
chipNormalHeight?: string
|
|
302
370
|
'--chip-large-height'?: string
|
|
303
371
|
chipLargeHeight?: string
|
|
372
|
+
'--chip-small-height'?: string
|
|
373
|
+
chipSmallHeight?: string
|
|
374
|
+
'--chip-mini-height'?: string
|
|
375
|
+
chipMiniHeight?: string
|
|
304
376
|
'--chip-round-radius'?: string
|
|
305
377
|
chipRoundRadius?: string
|
|
306
|
-
'--chip-mini-padding'?: string
|
|
307
|
-
chipMiniPadding?: string
|
|
308
|
-
'--chip-small-padding'?: string
|
|
309
|
-
chipSmallPadding?: string
|
|
310
378
|
'--chip-normal-padding'?: string
|
|
311
379
|
chipNormalPadding?: string
|
|
312
380
|
'--chip-large-padding'?: string
|
|
313
381
|
chipLargePadding?: string
|
|
314
|
-
'--chip-
|
|
315
|
-
|
|
382
|
+
'--chip-small-padding'?: string
|
|
383
|
+
chipSmallPadding?: string
|
|
384
|
+
'--chip-mini-padding'?: string
|
|
385
|
+
chipMiniPadding?: string
|
|
316
386
|
'--chip-text-normal-margin'?: string
|
|
317
387
|
chipTextNormalMargin?: string
|
|
388
|
+
'--chip-text-large-margin'?: string
|
|
389
|
+
chipTextLargeMargin?: string
|
|
318
390
|
'--chip-text-small-margin'?: string
|
|
319
391
|
chipTextSmallMargin?: string
|
|
320
392
|
'--chip-text-mini-margin'?: string
|
|
@@ -383,6 +455,8 @@ export interface StyleVars {
|
|
|
383
455
|
datePickerMinWidth?: string
|
|
384
456
|
'--date-picker-main-color'?: string
|
|
385
457
|
datePickerMainColor?: string
|
|
458
|
+
'--date-picker-title-hint-color'?: string
|
|
459
|
+
datePickerTitleHintColor?: string
|
|
386
460
|
'--date-picker-title-hint-font-size'?: string
|
|
387
461
|
datePickerTitleHintFontSize?: string
|
|
388
462
|
'--date-picker-title-height'?: string
|
|
@@ -407,16 +481,20 @@ export interface StyleVars {
|
|
|
407
481
|
datePickerTitleDateFontWeight?: string
|
|
408
482
|
'--date-picker-title-date-range-font-size'?: string
|
|
409
483
|
datePickerTitleDateRangeFontSize?: string
|
|
484
|
+
'--date-picker-body-padding'?: string
|
|
485
|
+
datePickerBodyPadding?: string
|
|
410
486
|
'--date-picker-body-background-color'?: string
|
|
411
487
|
datePickerBodyBackgroundColor?: string
|
|
412
488
|
'--date-picker-body-height'?: string
|
|
413
489
|
datePickerBodyHeight?: string
|
|
414
|
-
'--picker-header-
|
|
415
|
-
|
|
416
|
-
'--picker-
|
|
417
|
-
|
|
418
|
-
'--picker-
|
|
419
|
-
|
|
490
|
+
'--date-picker-header-arrow-filter'?: string
|
|
491
|
+
datePickerHeaderArrowFilter?: string
|
|
492
|
+
'--date-picker-header-padding'?: string
|
|
493
|
+
datePickerHeaderPadding?: string
|
|
494
|
+
'--date-picker-actions-padding'?: string
|
|
495
|
+
datePickerActionsPadding?: string
|
|
496
|
+
'--date-picker-header-color'?: string
|
|
497
|
+
datePickerHeaderColor?: string
|
|
420
498
|
'--month-picker-padding'?: string
|
|
421
499
|
monthPickerPadding?: string
|
|
422
500
|
'--month-picker-item-width'?: string
|
|
@@ -499,6 +577,8 @@ export interface StyleVars {
|
|
|
499
577
|
fabRight?: string
|
|
500
578
|
'--fab-trigger-size'?: string
|
|
501
579
|
fabTriggerSize?: string
|
|
580
|
+
'--fab-trigger-border-radius'?: string
|
|
581
|
+
fabTriggerBorderRadius?: string
|
|
502
582
|
'--fab-trigger-inactive-icon-size'?: string
|
|
503
583
|
fabTriggerInactiveIconSize?: string
|
|
504
584
|
'--fab-trigger-active-icon-size'?: string
|
|
@@ -507,6 +587,10 @@ export interface StyleVars {
|
|
|
507
587
|
fabActionsPadding?: string
|
|
508
588
|
'--fab-action-margin'?: string
|
|
509
589
|
fabActionMargin?: string
|
|
590
|
+
'--fab-action-size'?: string
|
|
591
|
+
fabActionSize?: string
|
|
592
|
+
'--fab-action-border-radius'?: string
|
|
593
|
+
fabActionBorderRadius?: string
|
|
510
594
|
'--fab-transition-standard-easing'?: string
|
|
511
595
|
fabTransitionStandardEasing?: string
|
|
512
596
|
'--floating-panel-z-index'?: string
|
|
@@ -583,8 +667,6 @@ export interface StyleVars {
|
|
|
583
667
|
fieldDecoratorTextColor?: string
|
|
584
668
|
'--field-decorator-error-color'?: string
|
|
585
669
|
fieldDecoratorErrorColor?: string
|
|
586
|
-
'--field-decorator-placeholder-color'?: string
|
|
587
|
-
fieldDecoratorPlaceholderColor?: string
|
|
588
670
|
'--field-decorator-blur-color'?: string
|
|
589
671
|
fieldDecoratorBlurColor?: string
|
|
590
672
|
'--field-decorator-focus-color'?: string
|
|
@@ -601,54 +683,54 @@ export interface StyleVars {
|
|
|
601
683
|
fieldDecoratorLineBorderRadius?: string
|
|
602
684
|
'--field-decorator-disabled-color'?: string
|
|
603
685
|
fieldDecoratorDisabledColor?: string
|
|
604
|
-
'--field-decorator-standard-normal-
|
|
605
|
-
|
|
606
|
-
'--field-decorator-standard-normal-
|
|
607
|
-
|
|
608
|
-
'--field-decorator-standard-normal-icon-
|
|
609
|
-
|
|
610
|
-
'--field-decorator-standard-normal-
|
|
611
|
-
|
|
612
|
-
'--field-decorator-standard-normal-
|
|
613
|
-
|
|
614
|
-
'--field-decorator-standard-small-
|
|
615
|
-
|
|
616
|
-
'--field-decorator-standard-small-
|
|
617
|
-
|
|
618
|
-
'--field-decorator-standard-small-icon-
|
|
619
|
-
|
|
620
|
-
'--field-decorator-standard-small-
|
|
621
|
-
|
|
622
|
-
'--field-decorator-standard-small-
|
|
623
|
-
|
|
624
|
-
'--field-decorator-outlined-normal-
|
|
625
|
-
|
|
626
|
-
'--field-decorator-outlined-normal-
|
|
627
|
-
|
|
686
|
+
'--field-decorator-standard-normal-margin-top'?: string
|
|
687
|
+
fieldDecoratorStandardNormalMarginTop?: string
|
|
688
|
+
'--field-decorator-standard-normal-margin-bottom'?: string
|
|
689
|
+
fieldDecoratorStandardNormalMarginBottom?: string
|
|
690
|
+
'--field-decorator-standard-normal-icon-margin-top'?: string
|
|
691
|
+
fieldDecoratorStandardNormalIconMarginTop?: string
|
|
692
|
+
'--field-decorator-standard-normal-icon-margin-bottom'?: string
|
|
693
|
+
fieldDecoratorStandardNormalIconMarginBottom?: string
|
|
694
|
+
'--field-decorator-standard-normal-non-hint-margin-top'?: string
|
|
695
|
+
fieldDecoratorStandardNormalNonHintMarginTop?: string
|
|
696
|
+
'--field-decorator-standard-small-margin-top'?: string
|
|
697
|
+
fieldDecoratorStandardSmallMarginTop?: string
|
|
698
|
+
'--field-decorator-standard-small-margin-bottom'?: string
|
|
699
|
+
fieldDecoratorStandardSmallMarginBottom?: string
|
|
700
|
+
'--field-decorator-standard-small-icon-margin-top'?: string
|
|
701
|
+
fieldDecoratorStandardSmallIconMarginTop?: string
|
|
702
|
+
'--field-decorator-standard-small-icon-margin-bottom'?: string
|
|
703
|
+
fieldDecoratorStandardSmallIconMarginBottom?: string
|
|
704
|
+
'--field-decorator-standard-small-non-hint-margin-top'?: string
|
|
705
|
+
fieldDecoratorStandardSmallNonHintMarginTop?: string
|
|
706
|
+
'--field-decorator-outlined-normal-margin-top'?: string
|
|
707
|
+
fieldDecoratorOutlinedNormalMarginTop?: string
|
|
708
|
+
'--field-decorator-outlined-normal-margin-bottom'?: string
|
|
709
|
+
fieldDecoratorOutlinedNormalMarginBottom?: string
|
|
628
710
|
'--field-decorator-outlined-normal-padding-left'?: string
|
|
629
711
|
fieldDecoratorOutlinedNormalPaddingLeft?: string
|
|
630
712
|
'--field-decorator-outlined-normal-padding-right'?: string
|
|
631
713
|
fieldDecoratorOutlinedNormalPaddingRight?: string
|
|
632
714
|
'--field-decorator-outlined-normal-placeholder-space'?: string
|
|
633
715
|
fieldDecoratorOutlinedNormalPlaceholderSpace?: string
|
|
634
|
-
'--field-decorator-outlined-normal-icon-
|
|
635
|
-
|
|
636
|
-
'--field-decorator-outlined-normal-
|
|
637
|
-
|
|
638
|
-
'--field-decorator-outlined-small-
|
|
639
|
-
|
|
640
|
-
'--field-decorator-outlined-small-
|
|
641
|
-
|
|
716
|
+
'--field-decorator-outlined-normal-icon-margin-top'?: string
|
|
717
|
+
fieldDecoratorOutlinedNormalIconMarginTop?: string
|
|
718
|
+
'--field-decorator-outlined-normal-icon-margin-bottom'?: string
|
|
719
|
+
fieldDecoratorOutlinedNormalIconMarginBottom?: string
|
|
720
|
+
'--field-decorator-outlined-small-margin-top'?: string
|
|
721
|
+
fieldDecoratorOutlinedSmallMarginTop?: string
|
|
722
|
+
'--field-decorator-outlined-small-margin-bottom'?: string
|
|
723
|
+
fieldDecoratorOutlinedSmallMarginBottom?: string
|
|
642
724
|
'--field-decorator-outlined-small-padding-left'?: string
|
|
643
725
|
fieldDecoratorOutlinedSmallPaddingLeft?: string
|
|
644
726
|
'--field-decorator-outlined-small-padding-right'?: string
|
|
645
727
|
fieldDecoratorOutlinedSmallPaddingRight?: string
|
|
646
728
|
'--field-decorator-outlined-small-placeholder-space'?: string
|
|
647
729
|
fieldDecoratorOutlinedSmallPlaceholderSpace?: string
|
|
648
|
-
'--field-decorator-outlined-small-icon-
|
|
649
|
-
|
|
650
|
-
'--field-decorator-outlined-small-
|
|
651
|
-
|
|
730
|
+
'--field-decorator-outlined-small-icon-margin-top'?: string
|
|
731
|
+
fieldDecoratorOutlinedSmallIconMarginTop?: string
|
|
732
|
+
'--field-decorator-outlined-small-icon-margin-bottom'?: string
|
|
733
|
+
fieldDecoratorOutlinedSmallIconMarginBottom?: string
|
|
652
734
|
'--input-input-height'?: string
|
|
653
735
|
inputInputHeight?: string
|
|
654
736
|
'--input-input-font-size'?: string
|
|
@@ -807,8 +889,6 @@ export interface StyleVars {
|
|
|
807
889
|
popupContentBackgroundColor?: string
|
|
808
890
|
'--progress-font-size'?: string
|
|
809
891
|
progressFontSize?: string
|
|
810
|
-
'--progress-ripple-color'?: string
|
|
811
|
-
progressRippleColor?: string
|
|
812
892
|
'--progress-track-color'?: string
|
|
813
893
|
progressTrackColor?: string
|
|
814
894
|
'--progress-label-color'?: string
|
|
@@ -1071,10 +1151,6 @@ export interface StyleVars {
|
|
|
1071
1151
|
stepLineBackground?: string
|
|
1072
1152
|
'--step-line-gap'?: string
|
|
1073
1153
|
stepLineGap?: string
|
|
1074
|
-
'--step-min-size'?: string
|
|
1075
|
-
stepMinSize?: string
|
|
1076
|
-
'--step-line-size'?: string
|
|
1077
|
-
stepLineSize?: string
|
|
1078
1154
|
'--step-vertical-tag-margin'?: string
|
|
1079
1155
|
stepVerticalTagMargin?: string
|
|
1080
1156
|
'--step-vertical-min-height'?: string
|
|
@@ -1115,6 +1191,18 @@ export interface StyleVars {
|
|
|
1115
1191
|
colorTextDisabled?: string
|
|
1116
1192
|
'--opacity-disabled'?: string
|
|
1117
1193
|
opacityDisabled?: string
|
|
1194
|
+
'--color-on-primary'?: string
|
|
1195
|
+
colorOnPrimary?: string
|
|
1196
|
+
'--color-on-info'?: string
|
|
1197
|
+
colorOnInfo?: string
|
|
1198
|
+
'--color-on-success'?: string
|
|
1199
|
+
colorOnSuccess?: string
|
|
1200
|
+
'--color-on-warning'?: string
|
|
1201
|
+
colorOnWarning?: string
|
|
1202
|
+
'--color-on-danger'?: string
|
|
1203
|
+
colorOnDanger?: string
|
|
1204
|
+
'--color-outline'?: string
|
|
1205
|
+
colorOutline?: string
|
|
1118
1206
|
'--cubic-bezier'?: string
|
|
1119
1207
|
cubicBezier?: string
|
|
1120
1208
|
'--shadow-key-umbra-opacity'?: string
|
|
@@ -1231,20 +1319,40 @@ export interface StyleVars {
|
|
|
1231
1319
|
timePickerTitleHeight?: string
|
|
1232
1320
|
'--time-picker-title-padding'?: string
|
|
1233
1321
|
timePickerTitlePadding?: string
|
|
1234
|
-
'--time-picker-title-color'?: string
|
|
1235
|
-
timePickerTitleColor?: string
|
|
1236
1322
|
'--time-picker-title-margin-bottom'?: string
|
|
1237
1323
|
timePickerTitleMarginBottom?: string
|
|
1238
|
-
'--time-picker-title-
|
|
1239
|
-
|
|
1324
|
+
'--time-picker-title-color'?: string
|
|
1325
|
+
timePickerTitleColor?: string
|
|
1240
1326
|
'--time-picker-title-background'?: string
|
|
1241
1327
|
timePickerTitleBackground?: string
|
|
1328
|
+
'--time-picker-title-hint-color'?: string
|
|
1329
|
+
timePickerTitleHintColor?: string
|
|
1330
|
+
'--time-picker-title-hint-font-size'?: string
|
|
1331
|
+
timePickerTitleHintFontSize?: string
|
|
1332
|
+
'--time-picker-title-inactive-opacity'?: string
|
|
1333
|
+
timePickerTitleInactiveOpacity?: string
|
|
1242
1334
|
'--time-picker-title-time-font-size'?: string
|
|
1243
1335
|
timePickerTitleTimeFontSize?: string
|
|
1244
1336
|
'--time-picker-title-time-margin'?: string
|
|
1245
1337
|
timePickerTitleTimeMargin?: string
|
|
1338
|
+
'--time-picker-title-time-border-radius'?: string
|
|
1339
|
+
timePickerTitleTimeBorderRadius?: string
|
|
1340
|
+
'--time-picker-title-time-padding'?: string
|
|
1341
|
+
timePickerTitleTimePadding?: string
|
|
1342
|
+
'--time-picker-title-time-background'?: string
|
|
1343
|
+
timePickerTitleTimeBackground?: string
|
|
1344
|
+
'--time-picker-title-time-active-background'?: string
|
|
1345
|
+
timePickerTitleTimeActiveBackground?: string
|
|
1346
|
+
'--time-picker-title-ampm-button-active-background'?: string
|
|
1347
|
+
timePickerTitleAmpmButtonActiveBackground?: string
|
|
1246
1348
|
'--time-picker-title-ampm-margin-left'?: string
|
|
1247
1349
|
timePickerTitleAmpmMarginLeft?: string
|
|
1350
|
+
'--time-picker-title-ampm-border-radius'?: string
|
|
1351
|
+
timePickerTitleAmpmBorderRadius?: string
|
|
1352
|
+
'--time-picker-title-ampm-border'?: string
|
|
1353
|
+
timePickerTitleAmpmBorder?: string
|
|
1354
|
+
'--time-picker-title-ampm-button-padding'?: string
|
|
1355
|
+
timePickerTitleAmpmButtonPadding?: string
|
|
1248
1356
|
'--time-picker-clock-left'?: string
|
|
1249
1357
|
timePickerClockLeft?: string
|
|
1250
1358
|
'--time-picker-clock-right'?: string
|
|
@@ -1291,6 +1399,8 @@ export interface StyleVars {
|
|
|
1291
1399
|
timePickerClockItemActiveColor?: string
|
|
1292
1400
|
'--time-picker-clock-item-disable-color'?: string
|
|
1293
1401
|
timePickerClockItemDisableColor?: string
|
|
1402
|
+
'--time-picker-clock-item-disable-background'?: string
|
|
1403
|
+
timePickerClockItemDisableBackground?: string
|
|
1294
1404
|
'--time-picker-clock-item-text-color'?: string
|
|
1295
1405
|
timePickerClockItemTextColor?: string
|
|
1296
1406
|
'--time-picker-inner-left'?: string
|
|
@@ -1315,10 +1425,10 @@ export interface StyleVars {
|
|
|
1315
1425
|
tooltipFontSize?: string
|
|
1316
1426
|
'--tooltip-padding'?: string
|
|
1317
1427
|
tooltipPadding?: string
|
|
1318
|
-
'--tooltip-default-color'?: string
|
|
1319
|
-
tooltipDefaultColor?: string
|
|
1320
1428
|
'--tooltip-offset'?: string
|
|
1321
1429
|
tooltipOffset?: string
|
|
1430
|
+
'--tooltip-default-color'?: string
|
|
1431
|
+
tooltipDefaultColor?: string
|
|
1322
1432
|
'--tooltip-primary-color'?: string
|
|
1323
1433
|
tooltipPrimaryColor?: string
|
|
1324
1434
|
'--tooltip-info-color'?: string
|
|
@@ -1329,6 +1439,18 @@ export interface StyleVars {
|
|
|
1329
1439
|
tooltipWarningColor?: string
|
|
1330
1440
|
'--tooltip-danger-color'?: string
|
|
1331
1441
|
tooltipDangerColor?: string
|
|
1442
|
+
'--tooltip-default-text-color'?: string
|
|
1443
|
+
tooltipDefaultTextColor?: string
|
|
1444
|
+
'--tooltip-primary-text-color'?: string
|
|
1445
|
+
tooltipPrimaryTextColor?: string
|
|
1446
|
+
'--tooltip-info-text-color'?: string
|
|
1447
|
+
tooltipInfoTextColor?: string
|
|
1448
|
+
'--tooltip-success-text-color'?: string
|
|
1449
|
+
tooltipSuccessTextColor?: string
|
|
1450
|
+
'--tooltip-warning-text-color'?: string
|
|
1451
|
+
tooltipWarningTextColor?: string
|
|
1452
|
+
'--tooltip-danger-text-color'?: string
|
|
1453
|
+
tooltipDangerTextColor?: string
|
|
1332
1454
|
'--uploader-action-background'?: string
|
|
1333
1455
|
uploaderActionBackground?: string
|
|
1334
1456
|
'--uploader-action-icon-color'?: string
|
|
@@ -1349,6 +1471,8 @@ export interface StyleVars {
|
|
|
1349
1471
|
uploaderFileNameFontSize?: string
|
|
1350
1472
|
'--uploader-file-name-padding'?: string
|
|
1351
1473
|
uploaderFileNamePadding?: string
|
|
1474
|
+
'--uploader-file-border-radius'?: string
|
|
1475
|
+
uploaderFileBorderRadius?: string
|
|
1352
1476
|
'--uploader-file-text-align'?: string
|
|
1353
1477
|
uploaderFileTextAlign?: string
|
|
1354
1478
|
'--uploader-file-close-background'?: string
|
package/types/themes.d.ts
CHANGED
package/types/timePicker.d.ts
CHANGED
|
@@ -16,8 +16,6 @@ export interface TimePickerProps extends BasicAttributes {
|
|
|
16
16
|
elevation?: boolean | string | number
|
|
17
17
|
color?: string
|
|
18
18
|
hint?: string
|
|
19
|
-
/** @deprecated Use titleColor to instead. */
|
|
20
|
-
headerColor?: string
|
|
21
19
|
titleColor?: string
|
|
22
20
|
allowedTime?: AllowedTime
|
|
23
21
|
format?: TimePickerFormat
|
package/types/uploader.d.ts
CHANGED