oxy-uni-ui 2.1.3 → 2.1.5
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/attributes.json +1 -1
- package/components/common/abstracts/variable.scss +364 -5
- package/components/oxy-action-sheet/index.scss +21 -13
- package/components/oxy-backtop/index.scss +1 -1
- package/components/oxy-badge/index.scss +1 -1
- package/components/oxy-button/index.scss +13 -10
- package/components/oxy-calendar/index.scss +32 -8
- package/components/oxy-calendar-view/month/index.scss +3 -3
- package/components/oxy-calendar-view/monthPanel/index.scss +4 -4
- package/components/oxy-calendar-view/year/index.scss +3 -3
- package/components/oxy-calendar-view/yearPanel/index.scss +1 -1
- package/components/oxy-card/index.scss +5 -5
- package/components/oxy-cell/index.scss +9 -9
- package/components/oxy-cell-group/index.scss +10 -10
- package/components/oxy-checkbox/index.scss +47 -6
- package/components/oxy-checkbox-group/index.scss +1 -1
- package/components/oxy-col-picker/index.scss +7 -7
- package/components/oxy-collapse/index.scss +7 -3
- package/components/oxy-collapse-item/index.scss +9 -5
- package/components/oxy-config-provider/oxy-config-provider.vue +49 -10
- package/components/oxy-config-provider/types.ts +856 -1
- package/components/oxy-corner/index.scss +1 -1
- package/components/oxy-count-down/index.scss +2 -2
- package/components/oxy-curtain/index.scss +1 -1
- package/components/oxy-date-strip-item/index.scss +1 -1
- package/components/oxy-datetime-picker/index.scss +12 -8
- package/components/oxy-divider/index.scss +3 -3
- package/components/oxy-drop-menu/index.scss +3 -3
- package/components/oxy-drop-menu-item/index.scss +10 -2
- package/components/oxy-drop-menu-item/oxy-drop-menu-item.vue +1 -1
- package/components/oxy-echarts/oxy-echarts.vue +2 -2
- package/components/oxy-fab/index.scss +25 -0
- package/components/oxy-file-list/index.scss +3 -3
- package/components/oxy-floating-panel/index.scss +10 -2
- package/components/oxy-footer/index.scss +6 -0
- package/components/oxy-gap/index.scss +3 -1
- package/components/oxy-gap/oxy-gap.vue +2 -2
- package/components/oxy-gap/types.ts +1 -1
- package/components/oxy-grid-item/index.scss +7 -4
- package/components/oxy-grid-item/oxy-grid-item.vue +4 -3
- package/components/oxy-index-anchor/index.scss +4 -4
- package/components/oxy-index-bar/index.scss +8 -3
- package/components/oxy-index-bar/oxy-index-bar.vue +14 -1
- package/components/oxy-index-bar/types.ts +2 -1
- package/components/oxy-input/index.scss +14 -14
- package/components/oxy-input/placeholder.scss +1 -1
- package/components/oxy-input-number/index.scss +16 -6
- package/components/oxy-keyboard/index.scss +11 -3
- package/components/oxy-keyboard/key/index.scss +4 -4
- package/components/oxy-keyboard/oxy-keyboard.vue +1 -0
- package/components/oxy-loadmore/index.scss +1 -1
- package/components/oxy-message-box/index.scss +5 -5
- package/components/oxy-message-box/oxy-message-box.vue +5 -1
- package/components/oxy-navbar/index.scss +9 -5
- package/components/oxy-navbar-capsule/index.scss +5 -5
- package/components/oxy-overlay/index.scss +2 -0
- package/components/oxy-pagination/index.scss +47 -9
- package/components/oxy-password-input/index.scss +7 -7
- package/components/oxy-picker/index.scss +43 -6
- package/components/oxy-picker-view/index.scss +12 -4
- package/components/oxy-popover/index.scss +2 -2
- package/components/oxy-popup/index.scss +2 -2
- package/components/oxy-progress/index.scss +1 -1
- package/components/oxy-radio/index.scss +17 -16
- package/components/oxy-radio-group/index.scss +1 -1
- package/components/oxy-rich-text/index.scss +27 -4
- package/components/oxy-rich-text/mp-html/mp-html.vue +4 -0
- package/components/oxy-rich-text/oxy-rich-text.vue +4 -15
- package/components/oxy-rich-text/types.ts +11 -0
- package/components/oxy-search/index.scss +14 -11
- package/components/oxy-segmented/index.scss +6 -6
- package/components/oxy-select/index.scss +22 -22
- package/components/oxy-select-picker/index.scss +24 -4
- package/components/oxy-sidebar/index.scss +5 -5
- package/components/oxy-sidebar-item/index.scss +8 -7
- package/components/oxy-skeleton/index.scss +1 -1
- package/components/oxy-slider/index.scss +3 -3
- package/components/oxy-sort-button/index.scss +1 -1
- package/components/oxy-splitter-panel/index.scss +7 -7
- package/components/oxy-status-tip/index.scss +3 -2
- package/components/oxy-step/index.scss +10 -10
- package/components/oxy-tabbar/index.scss +7 -3
- package/components/oxy-tabbar-item/index.scss +2 -2
- package/components/oxy-table/index.scss +7 -7
- package/components/oxy-tabs/index.scss +30 -18
- package/components/oxy-tag/index.scss +19 -7
- package/components/oxy-textarea/index.scss +17 -17
- package/components/oxy-textarea/placeholder.scss +2 -2
- package/components/oxy-tooltip/index.scss +2 -2
- package/components/oxy-tree/index.scss +1 -1
- package/components/oxy-upload/index.scss +10 -10
- package/components/oxy-voice-player/index.scss +4 -0
- package/package.json +1 -1
- package/tags.json +1 -1
- package/web-types.json +1 -1
|
@@ -1002,6 +1002,860 @@ export type signatureThemeVars = {
|
|
|
1002
1002
|
signatureButtonMarginLeft?: string
|
|
1003
1003
|
}
|
|
1004
1004
|
|
|
1005
|
+
export type configProviderThemeVarKeys = {
|
|
1006
|
+
actionSheetActiveColorDark?: string
|
|
1007
|
+
actionSheetBgDark?: string
|
|
1008
|
+
actionSheetCancelBgDark?: string
|
|
1009
|
+
actionSheetCancelColorDark?: string
|
|
1010
|
+
actionSheetCloseColorDark?: string
|
|
1011
|
+
actionSheetColorDark?: string
|
|
1012
|
+
actionSheetDisabledColorDark?: string
|
|
1013
|
+
actionSheetSubnameColorDark?: string
|
|
1014
|
+
backtopColor?: string
|
|
1015
|
+
backtopSize?: string
|
|
1016
|
+
backtopSquareRadius?: string
|
|
1017
|
+
badgeBorderDark?: string
|
|
1018
|
+
borderWidthBase?: string
|
|
1019
|
+
buttonActiveOverlayColor?: string
|
|
1020
|
+
buttonDefaultBoxShadowSize?: string
|
|
1021
|
+
buttonDefaultFs?: string
|
|
1022
|
+
buttonDefaultHeight?: string
|
|
1023
|
+
buttonDefaultLoading?: string
|
|
1024
|
+
buttonDefaultPadding?: string
|
|
1025
|
+
buttonDefaultRadius?: string
|
|
1026
|
+
buttonIconColorDark?: string
|
|
1027
|
+
buttonIconDisabledColorDark?: string
|
|
1028
|
+
buttonInfoBgColorDark?: string
|
|
1029
|
+
buttonInfoColorDark?: string
|
|
1030
|
+
buttonInfoPlainBorderColorDark?: string
|
|
1031
|
+
buttonInfoPlainNormalColorDark?: string
|
|
1032
|
+
buttonNormalBg?: string
|
|
1033
|
+
buttonNormalColorDark?: string
|
|
1034
|
+
buttonNormalDisabledColorDark?: string
|
|
1035
|
+
buttonRoundRadius?: string
|
|
1036
|
+
calendarBg?: string
|
|
1037
|
+
calendarBgDark?: string
|
|
1038
|
+
calendarCloseColor?: string
|
|
1039
|
+
calendarCloseColorDark?: string
|
|
1040
|
+
calendarCloseFs?: string
|
|
1041
|
+
calendarCloseRight?: string
|
|
1042
|
+
calendarCloseTop?: string
|
|
1043
|
+
calendarDayColorDark?: string
|
|
1044
|
+
calendarDisabledColorDark?: string
|
|
1045
|
+
calendarPanelShadowDark?: string
|
|
1046
|
+
calendarPanelShadowLight?: string
|
|
1047
|
+
calendarPanelShadowReverseLight?: string
|
|
1048
|
+
calendarPanelTitleColorDark?: string
|
|
1049
|
+
calendarPickerBg?: string
|
|
1050
|
+
calendarPickerBgDark?: string
|
|
1051
|
+
calendarPickerColor?: string
|
|
1052
|
+
calendarPickerColorDark?: string
|
|
1053
|
+
calendarPickerDisabledColorDark?: string
|
|
1054
|
+
calendarPickerLoadingBg?: string
|
|
1055
|
+
calendarPickerSelectBg?: string
|
|
1056
|
+
calendarPickerSelectBgDark?: string
|
|
1057
|
+
calendarRangeLabelColorDark?: string
|
|
1058
|
+
calendarRangePlaceholderColor?: string
|
|
1059
|
+
calendarRangePlaceholderColorDark?: string
|
|
1060
|
+
calendarRangeSeparatorColorDark?: string
|
|
1061
|
+
calendarRangeSperatorColorDark?: string
|
|
1062
|
+
calendarTitleColor?: string
|
|
1063
|
+
calendarTitleColorDark?: string
|
|
1064
|
+
calendarTitleFs?: string
|
|
1065
|
+
calendarTitleFw?: string
|
|
1066
|
+
calendarTitleHeight?: string
|
|
1067
|
+
calendarWeekColorDark?: string
|
|
1068
|
+
cardBgDark?: string
|
|
1069
|
+
cardContentBorderColorDark?: string
|
|
1070
|
+
cardContentColorDark?: string
|
|
1071
|
+
cardTitleColorDark?: string
|
|
1072
|
+
cellArrowColorDark?: string
|
|
1073
|
+
cellBg?: string
|
|
1074
|
+
cellBgDark?: string
|
|
1075
|
+
cellBorderColor?: string
|
|
1076
|
+
cellBorderColorDark?: string
|
|
1077
|
+
cellGroupBg?: string
|
|
1078
|
+
cellGroupBgDark?: string
|
|
1079
|
+
cellGroupTitleColorDark?: string
|
|
1080
|
+
cellGroupValueColorDark?: string
|
|
1081
|
+
cellLabelColorDark?: string
|
|
1082
|
+
cellTapBgDark?: string
|
|
1083
|
+
cellTitleColorDark?: string
|
|
1084
|
+
cellValueColorDark?: string
|
|
1085
|
+
checkboxBgDark?: string
|
|
1086
|
+
checkboxBorderColorDark?: string
|
|
1087
|
+
checkboxButtonBgDark?: string
|
|
1088
|
+
checkboxButtonBorderDark?: string
|
|
1089
|
+
checkboxButtonDisabledBorderDark?: string
|
|
1090
|
+
checkboxCheckedBtnBg?: string
|
|
1091
|
+
checkboxCheckedBtnBgDark?: string
|
|
1092
|
+
checkboxDisabledCheckBgDark?: string
|
|
1093
|
+
checkboxDisabledCheckColorDark?: string
|
|
1094
|
+
checkboxDisabledColorDark?: string
|
|
1095
|
+
checkboxDisabledLabelColorDark?: string
|
|
1096
|
+
checkboxIconBg?: string
|
|
1097
|
+
checkboxIconBgDark?: string
|
|
1098
|
+
checkboxLabelColorDark?: string
|
|
1099
|
+
checkboxLargeIconSize?: string
|
|
1100
|
+
checkboxTextColorDark?: string
|
|
1101
|
+
colPickerArrowColorDark?: string
|
|
1102
|
+
colPickerListColorDark?: string
|
|
1103
|
+
colPickerListColorDisabledDark?: string
|
|
1104
|
+
colPickerListColorTipDark?: string
|
|
1105
|
+
colPickerPlaceholderColor?: string
|
|
1106
|
+
colPickerPlaceholderColorDark?: string
|
|
1107
|
+
colPickerSelectedColorDark?: string
|
|
1108
|
+
collapseArrowColorDark?: string
|
|
1109
|
+
collapseArrowMargin?: string
|
|
1110
|
+
collapseBg?: string
|
|
1111
|
+
collapseBgDark?: string
|
|
1112
|
+
collapseBodyColorDark?: string
|
|
1113
|
+
collapseBorderColorDark?: string
|
|
1114
|
+
collapseDisabledColorDark?: string
|
|
1115
|
+
collapseTitleColorDark?: string
|
|
1116
|
+
cornerColor?: string
|
|
1117
|
+
cornerDangerBg?: string
|
|
1118
|
+
cornerDangerColor?: string
|
|
1119
|
+
cornerEmbeddedDangerBg?: string
|
|
1120
|
+
cornerEmbeddedFontSize?: string
|
|
1121
|
+
cornerEmbeddedFontWeight?: string
|
|
1122
|
+
cornerEmbeddedInfoBg?: string
|
|
1123
|
+
cornerEmbeddedPrimaryBg?: string
|
|
1124
|
+
cornerEmbeddedSuccessBg?: string
|
|
1125
|
+
cornerEmbeddedWarningBg?: string
|
|
1126
|
+
cornerFontWeight?: string
|
|
1127
|
+
cornerFs?: string
|
|
1128
|
+
cornerHorizontalDangerBg?: string
|
|
1129
|
+
cornerHorizontalFontSize?: string
|
|
1130
|
+
cornerHorizontalFontWeight?: string
|
|
1131
|
+
cornerHorizontalInfoBg?: string
|
|
1132
|
+
cornerHorizontalPrimaryBg?: string
|
|
1133
|
+
cornerHorizontalSuccessBg?: string
|
|
1134
|
+
cornerHorizontalWarningBg?: string
|
|
1135
|
+
cornerInfoBg?: string
|
|
1136
|
+
cornerInfoColor?: string
|
|
1137
|
+
cornerNotchBg?: string
|
|
1138
|
+
cornerPrimaryBg?: string
|
|
1139
|
+
cornerPrimaryColor?: string
|
|
1140
|
+
cornerRadius?: string
|
|
1141
|
+
cornerSuccessBg?: string
|
|
1142
|
+
cornerSuccessColor?: string
|
|
1143
|
+
cornerWarningBg?: string
|
|
1144
|
+
cornerWarningColor?: string
|
|
1145
|
+
countDownTextColorDark?: string
|
|
1146
|
+
curtainContentBg?: string
|
|
1147
|
+
curtainContentCloseOffset?: string
|
|
1148
|
+
curtainContentClosePadding?: string
|
|
1149
|
+
curtainContentCloseRight?: string
|
|
1150
|
+
curtainContentCloseTop?: string
|
|
1151
|
+
dateStripActiveColor?: string
|
|
1152
|
+
dateStripActiveTextColor?: string
|
|
1153
|
+
dateStripBgColor?: string
|
|
1154
|
+
dateStripColor?: string
|
|
1155
|
+
dateStripFontSize?: string
|
|
1156
|
+
dateStripGridCircleRadius?: string
|
|
1157
|
+
dateStripGridSquarePaddingX?: string
|
|
1158
|
+
dateStripGridSquarePaddingY?: string
|
|
1159
|
+
dateStripGridWidth?: string
|
|
1160
|
+
dateStripHeight?: string
|
|
1161
|
+
dateStripPaddingX?: string
|
|
1162
|
+
dateStripPaddingY?: string
|
|
1163
|
+
dateStripPrefixColor?: string
|
|
1164
|
+
dateStripPrefixFontSize?: string
|
|
1165
|
+
dateStripSquareRadius?: string
|
|
1166
|
+
dateStripSuffixFontSize?: string
|
|
1167
|
+
datetimePickerArrowColorDark?: string
|
|
1168
|
+
datetimePickerClearColorDark?: string
|
|
1169
|
+
datetimePickerPlaceholderColor?: string
|
|
1170
|
+
datetimePickerPlaceholderColorDark?: string
|
|
1171
|
+
dividerColorDark?: string
|
|
1172
|
+
dividerLineColorDark?: string
|
|
1173
|
+
dropMenuBg?: string
|
|
1174
|
+
dropMenuBgDark?: string
|
|
1175
|
+
dropMenuColorDark?: string
|
|
1176
|
+
dropMenuDisabledColorDark?: string
|
|
1177
|
+
dropMenuItemColorDark?: string
|
|
1178
|
+
dropMenuItemColorTipDark?: string
|
|
1179
|
+
dropMenuModalBg?: string
|
|
1180
|
+
fabTriggerErrorBg?: string
|
|
1181
|
+
fabTriggerErrorColor?: string
|
|
1182
|
+
fabTriggerInfoBg?: string
|
|
1183
|
+
fabTriggerInfoColor?: string
|
|
1184
|
+
fabTriggerPrimaryBg?: string
|
|
1185
|
+
fabTriggerPrimaryColor?: string
|
|
1186
|
+
fabTriggerSuccessBg?: string
|
|
1187
|
+
fabTriggerSuccessColor?: string
|
|
1188
|
+
fabTriggerWarningBg?: string
|
|
1189
|
+
fabTriggerWarningColor?: string
|
|
1190
|
+
fileListActionIconColor?: string
|
|
1191
|
+
fileListActionIconSize?: string
|
|
1192
|
+
fileListActionTextColor?: string
|
|
1193
|
+
fileListBg?: string
|
|
1194
|
+
fileListCardBorderColor?: string
|
|
1195
|
+
fileListCardRadius?: string
|
|
1196
|
+
fileListDownloadBg?: string
|
|
1197
|
+
fileListFileNameColor?: string
|
|
1198
|
+
fileListFileNameFs?: string
|
|
1199
|
+
fileListHeight?: string
|
|
1200
|
+
fileListListItemRadius?: string
|
|
1201
|
+
floatingPanelBarBgDark?: string
|
|
1202
|
+
floatingPanelBgDark?: string
|
|
1203
|
+
floatingPanelColor?: string
|
|
1204
|
+
floatingPanelColorDark?: string
|
|
1205
|
+
floatingPanelContentBgDark?: string
|
|
1206
|
+
footerBg?: string
|
|
1207
|
+
footerBgDark?: string
|
|
1208
|
+
footerColor?: string
|
|
1209
|
+
footerColorDark?: string
|
|
1210
|
+
footerPadding?: string
|
|
1211
|
+
fwBold?: string
|
|
1212
|
+
gapBg?: string
|
|
1213
|
+
gridItemBgDark?: string
|
|
1214
|
+
gridItemBorderColorDark?: string
|
|
1215
|
+
gridItemColor?: string
|
|
1216
|
+
gridItemColorDark?: string
|
|
1217
|
+
guideArrowZIndex?: string
|
|
1218
|
+
guideContentZIndex?: string
|
|
1219
|
+
guideHighlightBorderColor?: string
|
|
1220
|
+
guideHighlightRadius?: string
|
|
1221
|
+
guideModelZIndex?: string
|
|
1222
|
+
guideTipActionBg?: string
|
|
1223
|
+
guideTipActionColor?: string
|
|
1224
|
+
guideTipActionRadius?: string
|
|
1225
|
+
guideTipBg?: string
|
|
1226
|
+
guideTipColor?: string
|
|
1227
|
+
guideTipRadius?: string
|
|
1228
|
+
guideTipShadow?: string
|
|
1229
|
+
guideTipZIndex?: string
|
|
1230
|
+
imgCropperActionFs?: string
|
|
1231
|
+
imgCropperActionRadius?: string
|
|
1232
|
+
imgCropperBg?: string
|
|
1233
|
+
imgCropperBorderColor?: string
|
|
1234
|
+
imgCropperCanvasBg?: string
|
|
1235
|
+
imgCropperMaskBg?: string
|
|
1236
|
+
imgCropperWrapperBg?: string
|
|
1237
|
+
indexAnchorBg?: string
|
|
1238
|
+
indexAnchorBgDark?: string
|
|
1239
|
+
indexAnchorColor?: string
|
|
1240
|
+
indexAnchorColorDark?: string
|
|
1241
|
+
indexBarIndexActiveColor?: string
|
|
1242
|
+
indexBarIndexColor?: string
|
|
1243
|
+
indexBarIndexColorDark?: string
|
|
1244
|
+
indexBarSidebarBg?: string
|
|
1245
|
+
inputBgDark?: string
|
|
1246
|
+
inputBorderColorDark?: string
|
|
1247
|
+
inputCellBgDark?: string
|
|
1248
|
+
inputCellBorderColorDark?: string
|
|
1249
|
+
inputClearColorDark?: string
|
|
1250
|
+
inputColorDark?: string
|
|
1251
|
+
inputCountColorDark?: string
|
|
1252
|
+
inputCountCurrentColorDark?: string
|
|
1253
|
+
inputDisabledColorDark?: string
|
|
1254
|
+
inputIconColorDark?: string
|
|
1255
|
+
inputLabelColor?: string
|
|
1256
|
+
inputLabelColorDark?: string
|
|
1257
|
+
inputNotEmptyBorderColorDark?: string
|
|
1258
|
+
inputNumberActiveBg?: string
|
|
1259
|
+
inputNumberBorderColorDark?: string
|
|
1260
|
+
inputNumberColorDark?: string
|
|
1261
|
+
inputNumberDisabledColorDark?: string
|
|
1262
|
+
inputPlaceholderColorDark?: string
|
|
1263
|
+
keyboardBackgroundDark?: string
|
|
1264
|
+
keyboardCarKeyFontSize?: string
|
|
1265
|
+
keyboardColor?: string
|
|
1266
|
+
keyboardKeyActiveColorDark?: string
|
|
1267
|
+
keyboardKeyBackgroundDark?: string
|
|
1268
|
+
keyboardKeyColorDark?: string
|
|
1269
|
+
keyboardPanelRadius?: string
|
|
1270
|
+
keyboardTitleColorDark?: string
|
|
1271
|
+
lhBase?: string
|
|
1272
|
+
lhSm?: string
|
|
1273
|
+
lhXs?: string
|
|
1274
|
+
lineHeightBase?: string
|
|
1275
|
+
lineHeightLoose?: string
|
|
1276
|
+
lineHeightTight?: string
|
|
1277
|
+
linkErrorColor?: string
|
|
1278
|
+
linkFontSizeDefault?: string
|
|
1279
|
+
linkFontSizeLarge?: string
|
|
1280
|
+
linkFontSizeMedium?: string
|
|
1281
|
+
linkFontSizeSmall?: string
|
|
1282
|
+
linkInfoColor?: string
|
|
1283
|
+
linkPrimaryColor?: string
|
|
1284
|
+
linkSuccessColor?: string
|
|
1285
|
+
linkWarningColor?: string
|
|
1286
|
+
loadmoreColorDark?: string
|
|
1287
|
+
loadmoreTextMargin?: string
|
|
1288
|
+
longPressMenuActiveBg?: string
|
|
1289
|
+
longPressMenuArrowSize?: string
|
|
1290
|
+
longPressMenuBg?: string
|
|
1291
|
+
longPressMenuColor?: string
|
|
1292
|
+
longPressMenuDividerColor?: string
|
|
1293
|
+
longPressMenuFs?: string
|
|
1294
|
+
longPressMenuPadding?: string
|
|
1295
|
+
longPressMenuRadius?: string
|
|
1296
|
+
longPressMenuZIndex?: string
|
|
1297
|
+
messageBoxActionsConfirmFw?: string
|
|
1298
|
+
messageBoxActionsPadding?: string
|
|
1299
|
+
messageBoxActionsPaddingVertical?: string
|
|
1300
|
+
messageBoxActionsSpacing?: string
|
|
1301
|
+
messageBoxActionsSpacingVertical?: string
|
|
1302
|
+
messageBoxActionsTextBorder?: string
|
|
1303
|
+
messageBoxActionsTextBorderColor?: string
|
|
1304
|
+
messageBoxActionsTextBtnFs?: string
|
|
1305
|
+
messageBoxActionsTextBtnLineHeight?: string
|
|
1306
|
+
messageBoxActionsTextBtnPadding?: string
|
|
1307
|
+
messageBoxActionsTextConfirmColor?: string
|
|
1308
|
+
messageBoxActionsTextPadding?: string
|
|
1309
|
+
messageBoxBgDark?: string
|
|
1310
|
+
messageBoxBodySpacing?: string
|
|
1311
|
+
messageBoxBodySpacingLarge?: string
|
|
1312
|
+
messageBoxCloseColor?: string
|
|
1313
|
+
messageBoxCloseColorDark?: string
|
|
1314
|
+
messageBoxCloseRight?: string
|
|
1315
|
+
messageBoxCloseSize?: string
|
|
1316
|
+
messageBoxCloseTop?: string
|
|
1317
|
+
messageBoxContentColorDark?: string
|
|
1318
|
+
messageBoxContentLineHeight?: string
|
|
1319
|
+
messageBoxContentScrollbarColorDark?: string
|
|
1320
|
+
messageBoxIconColor?: string
|
|
1321
|
+
messageBoxIconDangerColor?: string
|
|
1322
|
+
messageBoxIconInfoColor?: string
|
|
1323
|
+
messageBoxIconMarginBottom?: string
|
|
1324
|
+
messageBoxIconSize?: string
|
|
1325
|
+
messageBoxIconSuccessColor?: string
|
|
1326
|
+
messageBoxIconWarningColor?: string
|
|
1327
|
+
messageBoxImgRadius?: string
|
|
1328
|
+
messageBoxInputFs?: string
|
|
1329
|
+
messageBoxInputLineHeight?: string
|
|
1330
|
+
messageBoxInputPaddingTop?: string
|
|
1331
|
+
messageBoxTitleColorDark?: string
|
|
1332
|
+
messageBoxTitleFw?: string
|
|
1333
|
+
messageBoxTitleLineHeight?: string
|
|
1334
|
+
navbarBackgroundDark?: string
|
|
1335
|
+
navbarBorderColor?: string
|
|
1336
|
+
navbarBorderColorDark?: string
|
|
1337
|
+
navbarCapsuleBorderColorDark?: string
|
|
1338
|
+
navbarCapsuleIconColor?: string
|
|
1339
|
+
navbarCapsuleIconColorDark?: string
|
|
1340
|
+
navbarColorDark?: string
|
|
1341
|
+
navbarDescFontColorDark?: string
|
|
1342
|
+
opacityDisabled?: string
|
|
1343
|
+
opacityMuted?: string
|
|
1344
|
+
overlayColor?: string
|
|
1345
|
+
overlayColorDark?: string
|
|
1346
|
+
paginationBg?: string
|
|
1347
|
+
paginationBgDark?: string
|
|
1348
|
+
paginationMessageColorDark?: string
|
|
1349
|
+
paginationNavActiveColor?: string
|
|
1350
|
+
paginationNavActiveColorDark?: string
|
|
1351
|
+
paginationNavBg?: string
|
|
1352
|
+
paginationNavBgDark?: string
|
|
1353
|
+
paginationNavBorderDark?: string
|
|
1354
|
+
paginationNavColorDark?: string
|
|
1355
|
+
paginationNavDisabledColor?: string
|
|
1356
|
+
paginationNavDisabledColorDark?: string
|
|
1357
|
+
paginationNavSeparatorPadding?: string
|
|
1358
|
+
paginationSeparatorColor?: string
|
|
1359
|
+
paginationSeparatorColorDark?: string
|
|
1360
|
+
paginationSizeColor?: string
|
|
1361
|
+
paginationSizeColorDark?: string
|
|
1362
|
+
passwordBorderColor?: string
|
|
1363
|
+
passwordBorderColorDark?: string
|
|
1364
|
+
passwordInputBackgroundDark?: string
|
|
1365
|
+
passwordInputBorderColorDark?: string
|
|
1366
|
+
passwordInputCursorColorDark?: string
|
|
1367
|
+
passwordInputDotColorDark?: string
|
|
1368
|
+
passwordInputInfoBorderColorDark?: string
|
|
1369
|
+
passwordInputInfoColorDark?: string
|
|
1370
|
+
passwordInputTextColorDark?: string
|
|
1371
|
+
pickerArrowColorDark?: string
|
|
1372
|
+
pickerBgDark?: string
|
|
1373
|
+
pickerClearColorDark?: string
|
|
1374
|
+
pickerColumnColorDark?: string
|
|
1375
|
+
pickerColumnDisabledColorDark?: string
|
|
1376
|
+
pickerColumnSelectBgDark?: string
|
|
1377
|
+
pickerLoadingBgDark?: string
|
|
1378
|
+
pickerLoadingButtonColorDark?: string
|
|
1379
|
+
pickerMaskDark?: string
|
|
1380
|
+
pickerPlaceholderColor?: string
|
|
1381
|
+
pickerPlaceholderColorDark?: string
|
|
1382
|
+
pickerRegionActiveColor?: string
|
|
1383
|
+
pickerRegionColorDark?: string
|
|
1384
|
+
pickerRegionTimeFs?: string
|
|
1385
|
+
pickerSearchBg?: string
|
|
1386
|
+
pickerSearchBgDark?: string
|
|
1387
|
+
pickerSearchIconColor?: string
|
|
1388
|
+
pickerSearchIconColorDark?: string
|
|
1389
|
+
pickerSearchIconSize?: string
|
|
1390
|
+
pickerSearchInputColor?: string
|
|
1391
|
+
pickerSearchInputColorDark?: string
|
|
1392
|
+
pickerSearchPlaceholderColor?: string
|
|
1393
|
+
pickerSearchPlaceholderColorDark?: string
|
|
1394
|
+
pickerSearchRadius?: string
|
|
1395
|
+
pickerToolbarCancelColorDark?: string
|
|
1396
|
+
pickerToolbarTitleColorDark?: string
|
|
1397
|
+
popoverBorderColorDark?: string
|
|
1398
|
+
popoverColorDark?: string
|
|
1399
|
+
popoverDarkBg?: string
|
|
1400
|
+
popoverDarkBoxShadow?: string
|
|
1401
|
+
popoverTriggerIconSize?: string
|
|
1402
|
+
popupBg?: string
|
|
1403
|
+
popupBgDark?: string
|
|
1404
|
+
popupCloseColorDark?: string
|
|
1405
|
+
progressLabelColorDark?: string
|
|
1406
|
+
progressRadius?: string
|
|
1407
|
+
radioBgDark?: string
|
|
1408
|
+
radioButtonBgDark?: string
|
|
1409
|
+
radioButtonBorderDark?: string
|
|
1410
|
+
radioButtonCheckedBgDark?: string
|
|
1411
|
+
radioButtonDisabledBgDark?: string
|
|
1412
|
+
radioButtonDisabledBorderDark?: string
|
|
1413
|
+
radioButtonDisabledLabelColorDark?: string
|
|
1414
|
+
radioButtonPadding?: string
|
|
1415
|
+
radioDisabledLabelColorDark?: string
|
|
1416
|
+
radioDotColor?: string
|
|
1417
|
+
radioDotDisabledBgDark?: string
|
|
1418
|
+
radioDotDisabledBorderDark?: string
|
|
1419
|
+
radioDotDisabledColorDark?: string
|
|
1420
|
+
radioDotShapeLargeSize?: string
|
|
1421
|
+
radioDotShapeSize?: string
|
|
1422
|
+
radioLabelColorDark?: string
|
|
1423
|
+
radioShapeBgDark?: string
|
|
1424
|
+
radius2xl?: string
|
|
1425
|
+
radius3xl?: string
|
|
1426
|
+
radiusCircle?: string
|
|
1427
|
+
radiusLg?: string
|
|
1428
|
+
radiusMd?: string
|
|
1429
|
+
radiusPill?: string
|
|
1430
|
+
radiusSm?: string
|
|
1431
|
+
radiusXl?: string
|
|
1432
|
+
radiusXs?: string
|
|
1433
|
+
richTextAColor?: string
|
|
1434
|
+
richTextBlockquoteBg?: string
|
|
1435
|
+
richTextBlockquoteBorderColor?: string
|
|
1436
|
+
richTextBlockquoteColor?: string
|
|
1437
|
+
richTextCodeBg?: string
|
|
1438
|
+
richTextCodeColor?: string
|
|
1439
|
+
richTextDialogTitleColor?: string
|
|
1440
|
+
richTextEditableBorderColor?: string
|
|
1441
|
+
richTextEmColor?: string
|
|
1442
|
+
richTextEmojiFs?: string
|
|
1443
|
+
richTextHrColor?: string
|
|
1444
|
+
richTextLinkLabelColor?: string
|
|
1445
|
+
richTextListColor?: string
|
|
1446
|
+
richTextPopupDividerColor?: string
|
|
1447
|
+
richTextPrimaryColor?: string
|
|
1448
|
+
richTextStrongColor?: string
|
|
1449
|
+
richTextTableBorderColor?: string
|
|
1450
|
+
richTextTableHeadBg?: string
|
|
1451
|
+
richTextTableHeadColor?: string
|
|
1452
|
+
richTextTableTextColor?: string
|
|
1453
|
+
richTextTitleColor?: string
|
|
1454
|
+
richTextToolboxBg?: string
|
|
1455
|
+
richTextToolboxBgGradient?: string
|
|
1456
|
+
richTextToolboxBorderColor?: string
|
|
1457
|
+
richTextToolboxIconActiveBg?: string
|
|
1458
|
+
richTextToolboxIconColor?: string
|
|
1459
|
+
richTextToolboxIconHoverBg?: string
|
|
1460
|
+
richTextToolboxIconRadius?: string
|
|
1461
|
+
richTextToolboxIconSize?: string
|
|
1462
|
+
richTextToolboxShadow?: string
|
|
1463
|
+
searchBg?: string
|
|
1464
|
+
searchBgDark?: string
|
|
1465
|
+
searchCancelColorDark?: string
|
|
1466
|
+
searchIconColorDark?: string
|
|
1467
|
+
searchInputBgDark?: string
|
|
1468
|
+
searchInputColorDark?: string
|
|
1469
|
+
searchLightBgDark?: string
|
|
1470
|
+
searchLightInputBg?: string
|
|
1471
|
+
searchLightInputBgDark?: string
|
|
1472
|
+
searchPlaceholderColorDark?: string
|
|
1473
|
+
segmentedItemAcitveBgDark?: string
|
|
1474
|
+
segmentedItemActiveBg?: string
|
|
1475
|
+
segmentedItemActiveBgDark?: string
|
|
1476
|
+
segmentedItemActiveColorDark?: string
|
|
1477
|
+
segmentedItemActiveDisabledColorDark?: string
|
|
1478
|
+
segmentedItemBgColorDark?: string
|
|
1479
|
+
segmentedItemColorDark?: string
|
|
1480
|
+
segmentedItemDisabledColorDark?: string
|
|
1481
|
+
segmentedRadius?: string
|
|
1482
|
+
selectActiveBg?: string
|
|
1483
|
+
selectBg?: string
|
|
1484
|
+
selectBorderColor?: string
|
|
1485
|
+
selectClearIconColor?: string
|
|
1486
|
+
selectDisabledBorderColor?: string
|
|
1487
|
+
selectDisabledTextColor?: string
|
|
1488
|
+
selectDropdownBg?: string
|
|
1489
|
+
selectDropdownBorderColor?: string
|
|
1490
|
+
selectDropdownFilterShadow?: string
|
|
1491
|
+
selectDropdownMaxHeight?: string
|
|
1492
|
+
selectDropdownRadius?: string
|
|
1493
|
+
selectDropdownShadow?: string
|
|
1494
|
+
selectFocusBorderColor?: string
|
|
1495
|
+
selectFocusShadow?: string
|
|
1496
|
+
selectFs?: string
|
|
1497
|
+
selectHoverBg?: string
|
|
1498
|
+
selectIconColor?: string
|
|
1499
|
+
selectIconSize?: string
|
|
1500
|
+
selectInputHeight?: string
|
|
1501
|
+
selectInputLineHeight?: string
|
|
1502
|
+
selectLabelColor?: string
|
|
1503
|
+
selectLabelGap?: string
|
|
1504
|
+
selectLoadingColor?: string
|
|
1505
|
+
selectNoBorderMinHeight?: string
|
|
1506
|
+
selectOptionDisabledTextColor?: string
|
|
1507
|
+
selectOptionMinHeight?: string
|
|
1508
|
+
selectOptionTextColor?: string
|
|
1509
|
+
selectPickerArrowColorDark?: string
|
|
1510
|
+
selectPickerClearColorDark?: string
|
|
1511
|
+
selectPickerPlaceholderColor?: string
|
|
1512
|
+
selectPickerPlaceholderColorDark?: string
|
|
1513
|
+
selectPlaceholderColor?: string
|
|
1514
|
+
selectTagBorderColor?: string
|
|
1515
|
+
selectTagCloseActiveColor?: string
|
|
1516
|
+
selectTagCloseColor?: string
|
|
1517
|
+
selectTagCloseMargin?: string
|
|
1518
|
+
selectTagFontSize?: string
|
|
1519
|
+
selectTagHeight?: string
|
|
1520
|
+
selectTagHoverBorderColor?: string
|
|
1521
|
+
selectTagHoverTextColor?: string
|
|
1522
|
+
selectTagLineHeight?: string
|
|
1523
|
+
selectTagPadding?: string
|
|
1524
|
+
selectTagRadius?: string
|
|
1525
|
+
selectTagTextColor?: string
|
|
1526
|
+
selectTextColor?: string
|
|
1527
|
+
selectWrapperMinHeight?: string
|
|
1528
|
+
selectWrapperPaddingX?: string
|
|
1529
|
+
selectWrapperRadius?: string
|
|
1530
|
+
shadowColorMuted?: string
|
|
1531
|
+
shadowFocus?: string
|
|
1532
|
+
shadowMd?: string
|
|
1533
|
+
shadowSm?: string
|
|
1534
|
+
sideBarDisabledColor?: string
|
|
1535
|
+
sideBarDisabledColorDark?: string
|
|
1536
|
+
sidebarActiveBgDark?: string
|
|
1537
|
+
sidebarBgDark?: string
|
|
1538
|
+
sidebarColorDark?: string
|
|
1539
|
+
sidebarDisabledColorDark?: string
|
|
1540
|
+
sidebarHoverBgDark?: string
|
|
1541
|
+
sidebarItemBgDark?: string
|
|
1542
|
+
sidebarItemPadding?: string
|
|
1543
|
+
sidebarTransitionDuration?: string
|
|
1544
|
+
sidebarTransitionTimingFunction?: string
|
|
1545
|
+
size32?: string
|
|
1546
|
+
size48?: string
|
|
1547
|
+
size64?: string
|
|
1548
|
+
size80?: string
|
|
1549
|
+
sizeSidePaddingSmall?: string
|
|
1550
|
+
skeletonBackgroundColorDark?: string
|
|
1551
|
+
slideVerifyBg?: string
|
|
1552
|
+
slideVerifyButtonBg?: string
|
|
1553
|
+
slideVerifyButtonBorderColor?: string
|
|
1554
|
+
slideVerifyButtonColor?: string
|
|
1555
|
+
slideVerifyButtonIconSize?: string
|
|
1556
|
+
slideVerifyButtonShadow?: string
|
|
1557
|
+
slideVerifyButtonSize?: string
|
|
1558
|
+
slideVerifyButtonSuccessColor?: string
|
|
1559
|
+
slideVerifyDisabledOpacity?: string
|
|
1560
|
+
slideVerifyHeight?: string
|
|
1561
|
+
slideVerifyRadius?: string
|
|
1562
|
+
slideVerifySuccessIconSize?: string
|
|
1563
|
+
slideVerifySuccessTextColor?: string
|
|
1564
|
+
slideVerifyTextColor?: string
|
|
1565
|
+
slideVerifyTextFontSize?: string
|
|
1566
|
+
slideVerifyTextLineHeight?: string
|
|
1567
|
+
slideVerifyTextPaddingX?: string
|
|
1568
|
+
slideVerifyTrackBg?: string
|
|
1569
|
+
slideVerifyWidth?: string
|
|
1570
|
+
sliderButtonShadowColor?: string
|
|
1571
|
+
sliderColorDark?: string
|
|
1572
|
+
sliderDarkLabelBg?: string
|
|
1573
|
+
sliderDisabledColorDark?: string
|
|
1574
|
+
sliderLabelBg?: string
|
|
1575
|
+
sortButtonColorDark?: string
|
|
1576
|
+
sortButtonLineBottom?: string
|
|
1577
|
+
sortButtonLineWidth?: string
|
|
1578
|
+
spacing12?: string
|
|
1579
|
+
spacing16?: string
|
|
1580
|
+
spacing20?: string
|
|
1581
|
+
spacing24?: string
|
|
1582
|
+
spacing32?: string
|
|
1583
|
+
spacing4?: string
|
|
1584
|
+
spacing40?: string
|
|
1585
|
+
spacing48?: string
|
|
1586
|
+
spacing8?: string
|
|
1587
|
+
splitterActionActiveBg?: string
|
|
1588
|
+
splitterActionBg?: string
|
|
1589
|
+
splitterActionBgDark?: string
|
|
1590
|
+
splitterActionBorder?: string
|
|
1591
|
+
splitterActionBorderDark?: string
|
|
1592
|
+
splitterActionColorDark?: string
|
|
1593
|
+
splitterActionDarkActiveBg?: string
|
|
1594
|
+
splitterActionGroupRadius?: string
|
|
1595
|
+
splitterActionRadius?: string
|
|
1596
|
+
splitterActionShadow?: string
|
|
1597
|
+
splitterActionSize?: string
|
|
1598
|
+
splitterArrowColor?: string
|
|
1599
|
+
splitterArrowSize?: string
|
|
1600
|
+
splitterArrowStroke?: string
|
|
1601
|
+
splitterBarActiveBg?: string
|
|
1602
|
+
splitterBarBg?: string
|
|
1603
|
+
splitterBarBorder?: string
|
|
1604
|
+
splitterBarDarkBg?: string
|
|
1605
|
+
splitterBarDarkBorder?: string
|
|
1606
|
+
splitterBarRadius?: string
|
|
1607
|
+
splitterBarSize?: string
|
|
1608
|
+
splitterGripActiveColor?: string
|
|
1609
|
+
splitterGripColor?: string
|
|
1610
|
+
splitterGripDarkColor?: string
|
|
1611
|
+
splitterGripGap?: string
|
|
1612
|
+
splitterGripLength?: string
|
|
1613
|
+
splitterGripRadius?: string
|
|
1614
|
+
splitterGripSize?: string
|
|
1615
|
+
splitterLineColor?: string
|
|
1616
|
+
splitterTouchHitSize?: string
|
|
1617
|
+
statustipBg?: string
|
|
1618
|
+
statustipBgDark?: string
|
|
1619
|
+
statustipColorDark?: string
|
|
1620
|
+
statustipImageSize?: string
|
|
1621
|
+
stepIconBg?: string
|
|
1622
|
+
stepIconBgDark?: string
|
|
1623
|
+
stepIconBorderColorDark?: string
|
|
1624
|
+
stepIconTextColorDark?: string
|
|
1625
|
+
stepProcessTextColor?: string
|
|
1626
|
+
stepsDescriptionColorDark?: string
|
|
1627
|
+
stepsInactiveColorDark?: string
|
|
1628
|
+
stepsLineColorDark?: string
|
|
1629
|
+
switchCircleBg?: string
|
|
1630
|
+
tabbarBg?: string
|
|
1631
|
+
tabbarBgDark?: string
|
|
1632
|
+
tabbarBorderColor?: string
|
|
1633
|
+
tabbarBorderColorDark?: string
|
|
1634
|
+
tabbarInactiveColorDark?: string
|
|
1635
|
+
tabbarRoundRadius?: string
|
|
1636
|
+
tableBgDark?: string
|
|
1637
|
+
tableBorderColorDark?: string
|
|
1638
|
+
tableColorDark?: string
|
|
1639
|
+
tableFixedShadowDark?: string
|
|
1640
|
+
tableFixedShadowLight?: string
|
|
1641
|
+
tableStripeBgDark?: string
|
|
1642
|
+
tabsNavActiveColorDark?: string
|
|
1643
|
+
tabsNavBgDark?: string
|
|
1644
|
+
tabsNavColorDark?: string
|
|
1645
|
+
tabsNavDisabledColorDark?: string
|
|
1646
|
+
tabsNavMapArrowColorDark?: string
|
|
1647
|
+
tabsNavMapBtnBeforeBgDark?: string
|
|
1648
|
+
tabsNavMapButtonActiveBgDark?: string
|
|
1649
|
+
tabsNavMapButtonBackColorDark?: string
|
|
1650
|
+
tabsNavMapColorDark?: string
|
|
1651
|
+
tabsNavMapDisabledBorderColor?: string
|
|
1652
|
+
tabsNavMapDisabledBorderColorDark?: string
|
|
1653
|
+
tabsNavMapHeaderBorderColor?: string
|
|
1654
|
+
tabsNavMapHeaderBorderColorDark?: string
|
|
1655
|
+
tabsNavPillsBgColor?: string
|
|
1656
|
+
tabsNavPillsBorderRadius?: string
|
|
1657
|
+
tabsNavPillsColor?: string
|
|
1658
|
+
tabsNavPillsColorDark?: string
|
|
1659
|
+
tabsNavPillsPaddingX?: string
|
|
1660
|
+
tabsNavPillsPaddingY?: string
|
|
1661
|
+
tagAddPlaceholderColor?: string
|
|
1662
|
+
tagAddPlaceholderColorDark?: string
|
|
1663
|
+
tagCloseActiveColorDark?: string
|
|
1664
|
+
tagColorDark?: string
|
|
1665
|
+
tagInfoBgDark?: string
|
|
1666
|
+
tagLargeFs?: string
|
|
1667
|
+
tagLargeRadius?: string
|
|
1668
|
+
tagLightOpacity?: string
|
|
1669
|
+
tagMarkLargeRadius?: string
|
|
1670
|
+
tagMarkMiniRadius?: string
|
|
1671
|
+
tagMarkSmallRadius?: string
|
|
1672
|
+
tagMiniFs?: string
|
|
1673
|
+
tagMiniRadius?: string
|
|
1674
|
+
tagRadius?: string
|
|
1675
|
+
tagRoundBorderColorDark?: string
|
|
1676
|
+
tagRoundColorDark?: string
|
|
1677
|
+
tagRoundLargeRadius?: string
|
|
1678
|
+
tagRoundMiniRadius?: string
|
|
1679
|
+
tagRoundSmallRadius?: string
|
|
1680
|
+
tagSmallRadius?: string
|
|
1681
|
+
textareaBgDark?: string
|
|
1682
|
+
textareaBorderColorDark?: string
|
|
1683
|
+
textareaCellBorderColorDark?: string
|
|
1684
|
+
textareaClearColorDark?: string
|
|
1685
|
+
textareaColorDark?: string
|
|
1686
|
+
textareaCountColorDark?: string
|
|
1687
|
+
textareaCountCurrentColorDark?: string
|
|
1688
|
+
textareaDisabledColor?: string
|
|
1689
|
+
textareaDisabledColorDark?: string
|
|
1690
|
+
textareaIconColorDark?: string
|
|
1691
|
+
textareaLabelColor?: string
|
|
1692
|
+
textareaLabelColorDark?: string
|
|
1693
|
+
textareaNotEmptyBorderColorDark?: string
|
|
1694
|
+
textareaPlaceholderColor?: string
|
|
1695
|
+
textareaPlaceholderColorDark?: string
|
|
1696
|
+
tooltipBgDark?: string
|
|
1697
|
+
transitionDurationBase?: string
|
|
1698
|
+
transitionDurationFast?: string
|
|
1699
|
+
transitionDurationSlow?: string
|
|
1700
|
+
transitionTimingFunctionBase?: string
|
|
1701
|
+
treeDisabledOpacity?: string
|
|
1702
|
+
treeNodeColor?: string
|
|
1703
|
+
treeNodeCurrentBg?: string
|
|
1704
|
+
treeNodeCurrentColor?: string
|
|
1705
|
+
treeNodeDisabledColor?: string
|
|
1706
|
+
treeNodeFontSize?: string
|
|
1707
|
+
treeNodeIconActiveColor?: string
|
|
1708
|
+
treeNodeIconBoxSize?: string
|
|
1709
|
+
treeNodeIconColor?: string
|
|
1710
|
+
treeNodeIconGap?: string
|
|
1711
|
+
treeNodeIconSize?: string
|
|
1712
|
+
treeNodePaddingRight?: string
|
|
1713
|
+
treeNodeRadius?: string
|
|
1714
|
+
treeSearchBtnMarginBottom?: string
|
|
1715
|
+
treeSearchBtnMinWidth?: string
|
|
1716
|
+
treeSearchInputColor?: string
|
|
1717
|
+
treeSearchInputRadius?: string
|
|
1718
|
+
uploadCloseIconBg?: string
|
|
1719
|
+
uploadEvokeBgDark?: string
|
|
1720
|
+
uploadEvokeColorDark?: string
|
|
1721
|
+
uploadEvokeDisabledColorDark?: string
|
|
1722
|
+
uploadFileBorderColor?: string
|
|
1723
|
+
uploadFileColorDark?: string
|
|
1724
|
+
uploadFileRadius?: string
|
|
1725
|
+
uploadItemMarginBottom?: string
|
|
1726
|
+
uploadMaskTextColor?: string
|
|
1727
|
+
uploadVideoPlayBg?: string
|
|
1728
|
+
virtualScrollBackTopBg?: string
|
|
1729
|
+
virtualScrollBackTopZIndex?: string
|
|
1730
|
+
voicePlayerAlbumColor?: string
|
|
1731
|
+
voicePlayerAlbumFs?: string
|
|
1732
|
+
voicePlayerArtistColor?: string
|
|
1733
|
+
voicePlayerArtistFs?: string
|
|
1734
|
+
voicePlayerArtistShadow?: string
|
|
1735
|
+
voicePlayerBg?: string
|
|
1736
|
+
voicePlayerBgDark?: string
|
|
1737
|
+
voicePlayerControlBtnActiveShadow?: string
|
|
1738
|
+
voicePlayerControlBtnBg?: string
|
|
1739
|
+
voicePlayerControlBtnIconColor?: string
|
|
1740
|
+
voicePlayerControlBtnIconFs?: string
|
|
1741
|
+
voicePlayerControlBtnIconShadow?: string
|
|
1742
|
+
voicePlayerControlBtnPlayActiveShadow?: string
|
|
1743
|
+
voicePlayerControlBtnPlayBg?: string
|
|
1744
|
+
voicePlayerControlBtnPlayShadow?: string
|
|
1745
|
+
voicePlayerControlBtnPlaySize?: string
|
|
1746
|
+
voicePlayerControlBtnShadow?: string
|
|
1747
|
+
voicePlayerControlBtnSize?: string
|
|
1748
|
+
voicePlayerControlIconColor?: string
|
|
1749
|
+
voicePlayerControlIconFs?: string
|
|
1750
|
+
voicePlayerControlIconShadow?: string
|
|
1751
|
+
voicePlayerCoverCenterBg?: string
|
|
1752
|
+
voicePlayerCoverCenterDotBg?: string
|
|
1753
|
+
voicePlayerCoverCenterDotShadow?: string
|
|
1754
|
+
voicePlayerCoverCenterDotSize?: string
|
|
1755
|
+
voicePlayerCoverCenterShadow?: string
|
|
1756
|
+
voicePlayerCoverCenterSize?: string
|
|
1757
|
+
voicePlayerCoverRotatingShadow?: string
|
|
1758
|
+
voicePlayerCoverShadow?: string
|
|
1759
|
+
voicePlayerCoverSize?: string
|
|
1760
|
+
voicePlayerExtraBtnActiveShadow?: string
|
|
1761
|
+
voicePlayerExtraBtnBg?: string
|
|
1762
|
+
voicePlayerExtraBtnFavoriteColor?: string
|
|
1763
|
+
voicePlayerExtraBtnIconColor?: string
|
|
1764
|
+
voicePlayerExtraBtnIconFs?: string
|
|
1765
|
+
voicePlayerExtraBtnIconShadow?: string
|
|
1766
|
+
voicePlayerExtraBtnShadow?: string
|
|
1767
|
+
voicePlayerExtraBtnSize?: string
|
|
1768
|
+
voicePlayerLyricActiveColor?: string
|
|
1769
|
+
voicePlayerLyricActiveFs?: string
|
|
1770
|
+
voicePlayerLyricActiveShadow?: string
|
|
1771
|
+
voicePlayerLyricColor?: string
|
|
1772
|
+
voicePlayerLyricExpandedHeight?: string
|
|
1773
|
+
voicePlayerLyricFs?: string
|
|
1774
|
+
voicePlayerLyricHeight?: string
|
|
1775
|
+
voicePlayerLyricTranslationActiveColor?: string
|
|
1776
|
+
voicePlayerLyricTranslationColor?: string
|
|
1777
|
+
voicePlayerLyricTranslationFs?: string
|
|
1778
|
+
voicePlayerMiniArtistColor?: string
|
|
1779
|
+
voicePlayerMiniArtistFs?: string
|
|
1780
|
+
voicePlayerMiniBg?: string
|
|
1781
|
+
voicePlayerMiniBtnIconColor?: string
|
|
1782
|
+
voicePlayerMiniBtnIconFs?: string
|
|
1783
|
+
voicePlayerMiniBtnIconShadow?: string
|
|
1784
|
+
voicePlayerMiniControlBtnPlayBg?: string
|
|
1785
|
+
voicePlayerMiniControlBtnPlayShadow?: string
|
|
1786
|
+
voicePlayerMiniControlBtnPlaySize?: string
|
|
1787
|
+
voicePlayerMiniControlBtnSize?: string
|
|
1788
|
+
voicePlayerMiniCoverCenterBg?: string
|
|
1789
|
+
voicePlayerMiniCoverCenterDotShadow?: string
|
|
1790
|
+
voicePlayerMiniCoverCenterDotSize?: string
|
|
1791
|
+
voicePlayerMiniCoverCenterShadow?: string
|
|
1792
|
+
voicePlayerMiniCoverCenterSize?: string
|
|
1793
|
+
voicePlayerMiniCoverShadow?: string
|
|
1794
|
+
voicePlayerMiniCoverSize?: string
|
|
1795
|
+
voicePlayerMiniPadding?: string
|
|
1796
|
+
voicePlayerMiniProgressBarBg?: string
|
|
1797
|
+
voicePlayerMiniProgressBg?: string
|
|
1798
|
+
voicePlayerMiniProgressDotBg?: string
|
|
1799
|
+
voicePlayerMiniProgressDotShadow?: string
|
|
1800
|
+
voicePlayerMiniProgressDotSize?: string
|
|
1801
|
+
voicePlayerMiniProgressHeight?: string
|
|
1802
|
+
voicePlayerMiniProgressShadow?: string
|
|
1803
|
+
voicePlayerMiniShadow?: string
|
|
1804
|
+
voicePlayerMiniTitleColor?: string
|
|
1805
|
+
voicePlayerMiniTitleFs?: string
|
|
1806
|
+
voicePlayerMiniTitleShadow?: string
|
|
1807
|
+
voicePlayerPlayingShadow?: string
|
|
1808
|
+
voicePlayerProgressBg?: string
|
|
1809
|
+
voicePlayerProgressBufferedBg?: string
|
|
1810
|
+
voicePlayerProgressDotActiveShadow?: string
|
|
1811
|
+
voicePlayerProgressDotBg?: string
|
|
1812
|
+
voicePlayerProgressDotShadow?: string
|
|
1813
|
+
voicePlayerProgressDotSize?: string
|
|
1814
|
+
voicePlayerProgressFilledBg?: string
|
|
1815
|
+
voicePlayerProgressHeight?: string
|
|
1816
|
+
voicePlayerProgressRadius?: string
|
|
1817
|
+
voicePlayerProgressShadow?: string
|
|
1818
|
+
voicePlayerRadius?: string
|
|
1819
|
+
voicePlayerShadow?: string
|
|
1820
|
+
voicePlayerSimpleBg?: string
|
|
1821
|
+
voicePlayerSimplePadding?: string
|
|
1822
|
+
voicePlayerSimpleProgressBg?: string
|
|
1823
|
+
voicePlayerSimpleProgressDotBg?: string
|
|
1824
|
+
voicePlayerSimpleProgressDotShadow?: string
|
|
1825
|
+
voicePlayerSimpleProgressDotSize?: string
|
|
1826
|
+
voicePlayerSimpleProgressFilledBg?: string
|
|
1827
|
+
voicePlayerSimpleProgressHeight?: string
|
|
1828
|
+
voicePlayerSimpleProgressRadius?: string
|
|
1829
|
+
voicePlayerSimpleProgressShadow?: string
|
|
1830
|
+
voicePlayerSimpleRadius?: string
|
|
1831
|
+
voicePlayerSimpleTimeColor?: string
|
|
1832
|
+
voicePlayerSimpleTimeFs?: string
|
|
1833
|
+
voicePlayerTimeColor?: string
|
|
1834
|
+
voicePlayerTimeFs?: string
|
|
1835
|
+
voicePlayerTimeShadow?: string
|
|
1836
|
+
voicePlayerTitleColor?: string
|
|
1837
|
+
voicePlayerTitleFs?: string
|
|
1838
|
+
voicePlayerTitleShadow?: string
|
|
1839
|
+
voicePlayerVolumeDotBg?: string
|
|
1840
|
+
voicePlayerVolumeDotShadow?: string
|
|
1841
|
+
voicePlayerVolumeDotSize?: string
|
|
1842
|
+
voicePlayerVolumeFilledBg?: string
|
|
1843
|
+
voicePlayerVolumePanelBg?: string
|
|
1844
|
+
voicePlayerVolumePanelRadius?: string
|
|
1845
|
+
voicePlayerVolumePanelShadow?: string
|
|
1846
|
+
voicePlayerVolumeShadow?: string
|
|
1847
|
+
voicePlayerVolumeTextColor?: string
|
|
1848
|
+
voicePlayerVolumeTextFs?: string
|
|
1849
|
+
voicePlayerVolumeTextShadow?: string
|
|
1850
|
+
voicePlayerVolumeTrackBg?: string
|
|
1851
|
+
voicePlayerVolumeTrackHeight?: string
|
|
1852
|
+
voicePlayerVolumeTrackRadius?: string
|
|
1853
|
+
zIndexFixed?: string
|
|
1854
|
+
zIndexOverlay?: string
|
|
1855
|
+
zIndexSticky?: string
|
|
1856
|
+
zIndexTop?: string
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1005
1859
|
export type ConfigProviderThemeVars = baseThemeVars &
|
|
1006
1860
|
actionSheetThemeVars &
|
|
1007
1861
|
badgeThemeVars &
|
|
@@ -1067,4 +1921,5 @@ export type ConfigProviderThemeVars = baseThemeVars &
|
|
|
1067
1921
|
videoPreviewThemeVars &
|
|
1068
1922
|
imgCropperThemeVars &
|
|
1069
1923
|
floatingPanelThemeVars &
|
|
1070
|
-
signatureThemeVars
|
|
1924
|
+
signatureThemeVars &
|
|
1925
|
+
configProviderThemeVarKeys
|