@uzum-tech/ui 1.14.0 → 1.14.1
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 +177 -143
- package/dist/index.prod.js +2 -2
- package/es/auto-complete/src/AutoComplete.d.ts +70 -0
- package/es/auto-complete/styles/light.d.ts +7 -0
- package/es/chat/src/Chat.d.ts +70 -0
- package/es/chat/src/ChatListItems.d.ts +77 -0
- package/es/chat/src/ChatMessages.d.ts +77 -0
- package/es/chat/src/ChatParts/MainArea.js +47 -54
- package/es/chat/src/ChatParts/Sidebar.d.ts +7 -0
- package/es/chat/src/styles/index.cssr.js +12 -7
- package/es/chat/styles/dark.d.ts +7 -0
- package/es/chat/styles/light.d.ts +7 -0
- package/es/color-picker/src/ColorInputUnit.d.ts +7 -0
- package/es/color-picker/src/ColorPicker.d.ts +63 -0
- package/es/color-picker/styles/light.d.ts +7 -0
- package/es/data-table/src/DataTable.d.ts +56 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +14 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +14 -0
- package/es/data-table/src/TableParts/Body.d.ts +14 -0
- package/es/data-table/src/TableParts/Header.d.ts +14 -0
- package/es/data-table/src/interface.d.ts +21 -0
- package/es/data-table/styles/light.d.ts +7 -0
- package/es/date-picker/src/DatePicker.d.ts +147 -0
- package/es/date-picker/src/panel/date.d.ts +21 -0
- package/es/date-picker/src/panel/daterange.d.ts +21 -0
- package/es/date-picker/src/panel/datetime.d.ts +21 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +21 -0
- package/es/date-picker/src/panel/panelMonth.d.ts +42 -0
- package/es/date-picker/src/panel/panelMonthContent.d.ts +21 -0
- package/es/date-picker/src/panel/panelYear.d.ts +42 -0
- package/es/date-picker/src/panel/panelYearContent.d.ts +21 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +21 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +21 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +21 -0
- package/es/date-picker/styles/light.d.ts +14 -0
- package/es/date-picker-v2/src/DatePickerV2.d.ts +70 -0
- package/es/date-picker-v2/styles/dark.d.ts +7 -0
- package/es/date-picker-v2/styles/light.d.ts +7 -0
- package/es/dynamic-input/src/DynamicInput.d.ts +70 -0
- package/es/dynamic-input/src/InputPreset.d.ts +7 -0
- package/es/dynamic-input/src/PairPreset.d.ts +7 -0
- package/es/dynamic-input/styles/light.d.ts +7 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +70 -0
- package/es/dynamic-tags/styles/light.d.ts +7 -0
- package/es/input/src/Input.d.ts +77 -0
- package/es/input/src/Input.js +9 -1
- package/es/input/src/InputGroupLabel.d.ts +63 -0
- package/es/input/src/styles/input.cssr.js +1 -1
- package/es/input/styles/light.d.ts +7 -0
- package/es/input/styles/light.js +11 -1
- package/es/input-number/src/InputNumber.d.ts +70 -0
- package/es/input-number/styles/light.d.ts +7 -0
- package/es/input-otp/src/InputOtp.d.ts +70 -0
- package/es/input-otp/styles/light.d.ts +7 -0
- package/es/legacy-transfer/src/Transfer.d.ts +70 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +7 -0
- package/es/legacy-transfer/src/TransferList.d.ts +7 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +7 -0
- package/es/legacy-transfer/styles/light.d.ts +7 -0
- package/es/mention/src/Mention.d.ts +70 -0
- package/es/mention/styles/light.d.ts +7 -0
- package/es/pagination/src/Pagination.d.ts +70 -0
- package/es/pagination/styles/light.d.ts +7 -0
- package/es/time-picker/src/Panel.d.ts +7 -0
- package/es/time-picker/src/TimePicker.d.ts +70 -0
- package/es/time-picker/styles/light.d.ts +7 -0
- package/es/transfer/src/Transfer.d.ts +70 -0
- package/es/transfer/src/TransferFilter.d.ts +7 -0
- package/es/transfer/src/TransferList.d.ts +7 -0
- package/es/transfer/src/TransferListItem.d.ts +7 -0
- package/es/transfer/styles/light.d.ts +7 -0
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +70 -0
- package/lib/auto-complete/styles/light.d.ts +7 -0
- package/lib/chat/src/Chat.d.ts +70 -0
- package/lib/chat/src/ChatListItems.d.ts +77 -0
- package/lib/chat/src/ChatMessages.d.ts +77 -0
- package/lib/chat/src/ChatParts/MainArea.js +47 -54
- package/lib/chat/src/ChatParts/Sidebar.d.ts +7 -0
- package/lib/chat/src/styles/index.cssr.js +12 -7
- package/lib/chat/styles/dark.d.ts +7 -0
- package/lib/chat/styles/light.d.ts +7 -0
- package/lib/color-picker/src/ColorInputUnit.d.ts +7 -0
- package/lib/color-picker/src/ColorPicker.d.ts +63 -0
- package/lib/color-picker/styles/light.d.ts +7 -0
- package/lib/data-table/src/DataTable.d.ts +56 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +14 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +14 -0
- package/lib/data-table/src/TableParts/Body.d.ts +14 -0
- package/lib/data-table/src/TableParts/Header.d.ts +14 -0
- package/lib/data-table/src/interface.d.ts +21 -0
- package/lib/data-table/styles/light.d.ts +7 -0
- package/lib/date-picker/src/DatePicker.d.ts +147 -0
- package/lib/date-picker/src/panel/date.d.ts +21 -0
- package/lib/date-picker/src/panel/daterange.d.ts +21 -0
- package/lib/date-picker/src/panel/datetime.d.ts +21 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +21 -0
- package/lib/date-picker/src/panel/panelMonth.d.ts +42 -0
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +21 -0
- package/lib/date-picker/src/panel/panelYear.d.ts +42 -0
- package/lib/date-picker/src/panel/panelYearContent.d.ts +21 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +21 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +21 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +21 -0
- package/lib/date-picker/styles/light.d.ts +14 -0
- package/lib/date-picker-v2/src/DatePickerV2.d.ts +70 -0
- package/lib/date-picker-v2/styles/dark.d.ts +7 -0
- package/lib/date-picker-v2/styles/light.d.ts +7 -0
- package/lib/dynamic-input/src/DynamicInput.d.ts +70 -0
- package/lib/dynamic-input/src/InputPreset.d.ts +7 -0
- package/lib/dynamic-input/src/PairPreset.d.ts +7 -0
- package/lib/dynamic-input/styles/light.d.ts +7 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +70 -0
- package/lib/dynamic-tags/styles/light.d.ts +7 -0
- package/lib/input/src/Input.d.ts +77 -0
- package/lib/input/src/Input.js +9 -1
- package/lib/input/src/InputGroupLabel.d.ts +63 -0
- package/lib/input/src/styles/input.cssr.js +1 -1
- package/lib/input/styles/light.d.ts +7 -0
- package/lib/input/styles/light.js +11 -1
- package/lib/input-number/src/InputNumber.d.ts +70 -0
- package/lib/input-number/styles/light.d.ts +7 -0
- package/lib/input-otp/src/InputOtp.d.ts +70 -0
- package/lib/input-otp/styles/light.d.ts +7 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +70 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +7 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +7 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +7 -0
- package/lib/legacy-transfer/styles/light.d.ts +7 -0
- package/lib/mention/src/Mention.d.ts +70 -0
- package/lib/mention/styles/light.d.ts +7 -0
- package/lib/pagination/src/Pagination.d.ts +70 -0
- package/lib/pagination/styles/light.d.ts +7 -0
- package/lib/time-picker/src/Panel.d.ts +7 -0
- package/lib/time-picker/src/TimePicker.d.ts +70 -0
- package/lib/time-picker/styles/light.d.ts +7 -0
- package/lib/transfer/src/Transfer.d.ts +70 -0
- package/lib/transfer/src/TransferFilter.d.ts +7 -0
- package/lib/transfer/src/TransferList.d.ts +7 -0
- package/lib/transfer/src/TransferListItem.d.ts +7 -0
- package/lib/transfer/styles/light.d.ts +7 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
|
@@ -199,6 +199,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
199
|
borderFocus: string;
|
|
200
200
|
boxShadowFocus: string;
|
|
201
201
|
loadingColor: string;
|
|
202
|
+
loadingColorSuccess: string;
|
|
203
|
+
borderSuccess: string;
|
|
204
|
+
borderHoverSuccess: string;
|
|
205
|
+
colorFocusSuccess: string;
|
|
206
|
+
borderFocusSuccess: string;
|
|
207
|
+
boxShadowFocusSuccess: string;
|
|
208
|
+
caretColorSuccess: string;
|
|
202
209
|
loadingColorWarning: string;
|
|
203
210
|
borderWarning: string;
|
|
204
211
|
borderHoverWarning: string;
|
|
@@ -731,6 +738,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
731
738
|
borderFocus: string;
|
|
732
739
|
boxShadowFocus: string;
|
|
733
740
|
loadingColor: string;
|
|
741
|
+
loadingColorSuccess: string;
|
|
742
|
+
borderSuccess: string;
|
|
743
|
+
borderHoverSuccess: string;
|
|
744
|
+
colorFocusSuccess: string;
|
|
745
|
+
borderFocusSuccess: string;
|
|
746
|
+
boxShadowFocusSuccess: string;
|
|
747
|
+
caretColorSuccess: string;
|
|
734
748
|
loadingColorWarning: string;
|
|
735
749
|
borderWarning: string;
|
|
736
750
|
borderHoverWarning: string;
|
|
@@ -1176,6 +1190,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1176
1190
|
borderFocus: string;
|
|
1177
1191
|
boxShadowFocus: string;
|
|
1178
1192
|
loadingColor: string;
|
|
1193
|
+
loadingColorSuccess: string;
|
|
1194
|
+
borderSuccess: string;
|
|
1195
|
+
borderHoverSuccess: string;
|
|
1196
|
+
colorFocusSuccess: string;
|
|
1197
|
+
borderFocusSuccess: string;
|
|
1198
|
+
boxShadowFocusSuccess: string;
|
|
1199
|
+
caretColorSuccess: string;
|
|
1179
1200
|
loadingColorWarning: string;
|
|
1180
1201
|
borderWarning: string;
|
|
1181
1202
|
borderHoverWarning: string;
|
|
@@ -195,6 +195,13 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
195
195
|
borderFocus: string;
|
|
196
196
|
boxShadowFocus: string;
|
|
197
197
|
loadingColor: string;
|
|
198
|
+
loadingColorSuccess: string;
|
|
199
|
+
borderSuccess: string;
|
|
200
|
+
borderHoverSuccess: string;
|
|
201
|
+
colorFocusSuccess: string;
|
|
202
|
+
borderFocusSuccess: string;
|
|
203
|
+
boxShadowFocusSuccess: string;
|
|
204
|
+
caretColorSuccess: string;
|
|
198
205
|
loadingColorWarning: string;
|
|
199
206
|
borderWarning: string;
|
|
200
207
|
borderHoverWarning: string;
|
|
@@ -727,6 +734,13 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
727
734
|
borderFocus: string;
|
|
728
735
|
boxShadowFocus: string;
|
|
729
736
|
loadingColor: string;
|
|
737
|
+
loadingColorSuccess: string;
|
|
738
|
+
borderSuccess: string;
|
|
739
|
+
borderHoverSuccess: string;
|
|
740
|
+
colorFocusSuccess: string;
|
|
741
|
+
borderFocusSuccess: string;
|
|
742
|
+
boxShadowFocusSuccess: string;
|
|
743
|
+
caretColorSuccess: string;
|
|
730
744
|
loadingColorWarning: string;
|
|
731
745
|
borderWarning: string;
|
|
732
746
|
borderHoverWarning: string;
|
|
@@ -1172,6 +1186,13 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
1172
1186
|
borderFocus: string;
|
|
1173
1187
|
boxShadowFocus: string;
|
|
1174
1188
|
loadingColor: string;
|
|
1189
|
+
loadingColorSuccess: string;
|
|
1190
|
+
borderSuccess: string;
|
|
1191
|
+
borderHoverSuccess: string;
|
|
1192
|
+
colorFocusSuccess: string;
|
|
1193
|
+
borderFocusSuccess: string;
|
|
1194
|
+
boxShadowFocusSuccess: string;
|
|
1195
|
+
caretColorSuccess: string;
|
|
1175
1196
|
loadingColorWarning: string;
|
|
1176
1197
|
borderWarning: string;
|
|
1177
1198
|
borderHoverWarning: string;
|
|
@@ -227,6 +227,13 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
227
227
|
borderFocus: string;
|
|
228
228
|
boxShadowFocus: string;
|
|
229
229
|
loadingColor: string;
|
|
230
|
+
loadingColorSuccess: string;
|
|
231
|
+
borderSuccess: string;
|
|
232
|
+
borderHoverSuccess: string;
|
|
233
|
+
colorFocusSuccess: string;
|
|
234
|
+
borderFocusSuccess: string;
|
|
235
|
+
boxShadowFocusSuccess: string;
|
|
236
|
+
caretColorSuccess: string;
|
|
230
237
|
loadingColorWarning: string;
|
|
231
238
|
borderWarning: string;
|
|
232
239
|
borderHoverWarning: string;
|
|
@@ -759,6 +766,13 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
759
766
|
borderFocus: string;
|
|
760
767
|
boxShadowFocus: string;
|
|
761
768
|
loadingColor: string;
|
|
769
|
+
loadingColorSuccess: string;
|
|
770
|
+
borderSuccess: string;
|
|
771
|
+
borderHoverSuccess: string;
|
|
772
|
+
colorFocusSuccess: string;
|
|
773
|
+
borderFocusSuccess: string;
|
|
774
|
+
boxShadowFocusSuccess: string;
|
|
775
|
+
caretColorSuccess: string;
|
|
762
776
|
loadingColorWarning: string;
|
|
763
777
|
borderWarning: string;
|
|
764
778
|
borderHoverWarning: string;
|
|
@@ -1204,6 +1218,13 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
1204
1218
|
borderFocus: string;
|
|
1205
1219
|
boxShadowFocus: string;
|
|
1206
1220
|
loadingColor: string;
|
|
1221
|
+
loadingColorSuccess: string;
|
|
1222
|
+
borderSuccess: string;
|
|
1223
|
+
borderHoverSuccess: string;
|
|
1224
|
+
colorFocusSuccess: string;
|
|
1225
|
+
borderFocusSuccess: string;
|
|
1226
|
+
boxShadowFocusSuccess: string;
|
|
1227
|
+
caretColorSuccess: string;
|
|
1207
1228
|
loadingColorWarning: string;
|
|
1208
1229
|
borderWarning: string;
|
|
1209
1230
|
borderHoverWarning: string;
|
|
@@ -171,6 +171,13 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
171
171
|
borderFocus: string;
|
|
172
172
|
boxShadowFocus: string;
|
|
173
173
|
loadingColor: string;
|
|
174
|
+
loadingColorSuccess: string;
|
|
175
|
+
borderSuccess: string;
|
|
176
|
+
borderHoverSuccess: string;
|
|
177
|
+
colorFocusSuccess: string;
|
|
178
|
+
borderFocusSuccess: string;
|
|
179
|
+
boxShadowFocusSuccess: string;
|
|
180
|
+
caretColorSuccess: string;
|
|
174
181
|
loadingColorWarning: string;
|
|
175
182
|
borderWarning: string;
|
|
176
183
|
borderHoverWarning: string;
|
|
@@ -703,6 +710,13 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
703
710
|
borderFocus: string;
|
|
704
711
|
boxShadowFocus: string;
|
|
705
712
|
loadingColor: string;
|
|
713
|
+
loadingColorSuccess: string;
|
|
714
|
+
borderSuccess: string;
|
|
715
|
+
borderHoverSuccess: string;
|
|
716
|
+
colorFocusSuccess: string;
|
|
717
|
+
borderFocusSuccess: string;
|
|
718
|
+
boxShadowFocusSuccess: string;
|
|
719
|
+
caretColorSuccess: string;
|
|
706
720
|
loadingColorWarning: string;
|
|
707
721
|
borderWarning: string;
|
|
708
722
|
borderHoverWarning: string;
|
|
@@ -1148,6 +1162,13 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
1148
1162
|
borderFocus: string;
|
|
1149
1163
|
boxShadowFocus: string;
|
|
1150
1164
|
loadingColor: string;
|
|
1165
|
+
loadingColorSuccess: string;
|
|
1166
|
+
borderSuccess: string;
|
|
1167
|
+
borderHoverSuccess: string;
|
|
1168
|
+
colorFocusSuccess: string;
|
|
1169
|
+
borderFocusSuccess: string;
|
|
1170
|
+
boxShadowFocusSuccess: string;
|
|
1171
|
+
caretColorSuccess: string;
|
|
1151
1172
|
loadingColorWarning: string;
|
|
1152
1173
|
borderWarning: string;
|
|
1153
1174
|
borderHoverWarning: string;
|
|
@@ -238,6 +238,13 @@ declare const datePickerLight: import("../../_mixins").Theme<"DatePicker", {
|
|
|
238
238
|
borderFocus: string;
|
|
239
239
|
boxShadowFocus: string;
|
|
240
240
|
loadingColor: string;
|
|
241
|
+
loadingColorSuccess: string;
|
|
242
|
+
borderSuccess: string;
|
|
243
|
+
borderHoverSuccess: string;
|
|
244
|
+
colorFocusSuccess: string;
|
|
245
|
+
borderFocusSuccess: string;
|
|
246
|
+
boxShadowFocusSuccess: string;
|
|
247
|
+
caretColorSuccess: string;
|
|
241
248
|
loadingColorWarning: string;
|
|
242
249
|
borderWarning: string;
|
|
243
250
|
borderHoverWarning: string;
|
|
@@ -770,6 +777,13 @@ declare const datePickerLight: import("../../_mixins").Theme<"DatePicker", {
|
|
|
770
777
|
borderFocus: string;
|
|
771
778
|
boxShadowFocus: string;
|
|
772
779
|
loadingColor: string;
|
|
780
|
+
loadingColorSuccess: string;
|
|
781
|
+
borderSuccess: string;
|
|
782
|
+
borderHoverSuccess: string;
|
|
783
|
+
colorFocusSuccess: string;
|
|
784
|
+
borderFocusSuccess: string;
|
|
785
|
+
boxShadowFocusSuccess: string;
|
|
786
|
+
caretColorSuccess: string;
|
|
773
787
|
loadingColorWarning: string;
|
|
774
788
|
borderWarning: string;
|
|
775
789
|
borderHoverWarning: string;
|
|
@@ -342,6 +342,13 @@ export declare const datePickerV2Props: {
|
|
|
342
342
|
borderFocus: string;
|
|
343
343
|
boxShadowFocus: string;
|
|
344
344
|
loadingColor: string;
|
|
345
|
+
loadingColorSuccess: string;
|
|
346
|
+
borderSuccess: string;
|
|
347
|
+
borderHoverSuccess: string;
|
|
348
|
+
colorFocusSuccess: string;
|
|
349
|
+
borderFocusSuccess: string;
|
|
350
|
+
boxShadowFocusSuccess: string;
|
|
351
|
+
caretColorSuccess: string;
|
|
345
352
|
loadingColorWarning: string;
|
|
346
353
|
borderWarning: string;
|
|
347
354
|
borderHoverWarning: string;
|
|
@@ -788,6 +795,13 @@ export declare const datePickerV2Props: {
|
|
|
788
795
|
borderFocus: string;
|
|
789
796
|
boxShadowFocus: string;
|
|
790
797
|
loadingColor: string;
|
|
798
|
+
loadingColorSuccess: string;
|
|
799
|
+
borderSuccess: string;
|
|
800
|
+
borderHoverSuccess: string;
|
|
801
|
+
colorFocusSuccess: string;
|
|
802
|
+
borderFocusSuccess: string;
|
|
803
|
+
boxShadowFocusSuccess: string;
|
|
804
|
+
caretColorSuccess: string;
|
|
791
805
|
loadingColorWarning: string;
|
|
792
806
|
borderWarning: string;
|
|
793
807
|
borderHoverWarning: string;
|
|
@@ -1234,6 +1248,13 @@ export declare const datePickerV2Props: {
|
|
|
1234
1248
|
borderFocus: string;
|
|
1235
1249
|
boxShadowFocus: string;
|
|
1236
1250
|
loadingColor: string;
|
|
1251
|
+
loadingColorSuccess: string;
|
|
1252
|
+
borderSuccess: string;
|
|
1253
|
+
borderHoverSuccess: string;
|
|
1254
|
+
colorFocusSuccess: string;
|
|
1255
|
+
borderFocusSuccess: string;
|
|
1256
|
+
boxShadowFocusSuccess: string;
|
|
1257
|
+
caretColorSuccess: string;
|
|
1237
1258
|
loadingColorWarning: string;
|
|
1238
1259
|
borderWarning: string;
|
|
1239
1260
|
borderHoverWarning: string;
|
|
@@ -1733,6 +1754,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1733
1754
|
borderFocus: string;
|
|
1734
1755
|
boxShadowFocus: string;
|
|
1735
1756
|
loadingColor: string;
|
|
1757
|
+
loadingColorSuccess: string;
|
|
1758
|
+
borderSuccess: string;
|
|
1759
|
+
borderHoverSuccess: string;
|
|
1760
|
+
colorFocusSuccess: string;
|
|
1761
|
+
borderFocusSuccess: string;
|
|
1762
|
+
boxShadowFocusSuccess: string;
|
|
1763
|
+
caretColorSuccess: string;
|
|
1736
1764
|
loadingColorWarning: string;
|
|
1737
1765
|
borderWarning: string;
|
|
1738
1766
|
borderHoverWarning: string;
|
|
@@ -2179,6 +2207,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2179
2207
|
borderFocus: string;
|
|
2180
2208
|
boxShadowFocus: string;
|
|
2181
2209
|
loadingColor: string;
|
|
2210
|
+
loadingColorSuccess: string;
|
|
2211
|
+
borderSuccess: string;
|
|
2212
|
+
borderHoverSuccess: string;
|
|
2213
|
+
colorFocusSuccess: string;
|
|
2214
|
+
borderFocusSuccess: string;
|
|
2215
|
+
boxShadowFocusSuccess: string;
|
|
2216
|
+
caretColorSuccess: string;
|
|
2182
2217
|
loadingColorWarning: string;
|
|
2183
2218
|
borderWarning: string;
|
|
2184
2219
|
borderHoverWarning: string;
|
|
@@ -2625,6 +2660,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2625
2660
|
borderFocus: string;
|
|
2626
2661
|
boxShadowFocus: string;
|
|
2627
2662
|
loadingColor: string;
|
|
2663
|
+
loadingColorSuccess: string;
|
|
2664
|
+
borderSuccess: string;
|
|
2665
|
+
borderHoverSuccess: string;
|
|
2666
|
+
colorFocusSuccess: string;
|
|
2667
|
+
borderFocusSuccess: string;
|
|
2668
|
+
boxShadowFocusSuccess: string;
|
|
2669
|
+
caretColorSuccess: string;
|
|
2628
2670
|
loadingColorWarning: string;
|
|
2629
2671
|
borderWarning: string;
|
|
2630
2672
|
borderHoverWarning: string;
|
|
@@ -3103,6 +3145,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3103
3145
|
borderFocus: string;
|
|
3104
3146
|
boxShadowFocus: string;
|
|
3105
3147
|
loadingColor: string;
|
|
3148
|
+
loadingColorSuccess: string;
|
|
3149
|
+
borderSuccess: string;
|
|
3150
|
+
borderHoverSuccess: string;
|
|
3151
|
+
colorFocusSuccess: string;
|
|
3152
|
+
borderFocusSuccess: string;
|
|
3153
|
+
boxShadowFocusSuccess: string;
|
|
3154
|
+
caretColorSuccess: string;
|
|
3106
3155
|
loadingColorWarning: string;
|
|
3107
3156
|
borderWarning: string;
|
|
3108
3157
|
borderHoverWarning: string;
|
|
@@ -3697,6 +3746,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3697
3746
|
borderFocus: string;
|
|
3698
3747
|
boxShadowFocus: string;
|
|
3699
3748
|
loadingColor: string;
|
|
3749
|
+
loadingColorSuccess: string;
|
|
3750
|
+
borderSuccess: string;
|
|
3751
|
+
borderHoverSuccess: string;
|
|
3752
|
+
colorFocusSuccess: string;
|
|
3753
|
+
borderFocusSuccess: string;
|
|
3754
|
+
boxShadowFocusSuccess: string;
|
|
3755
|
+
caretColorSuccess: string;
|
|
3700
3756
|
loadingColorWarning: string;
|
|
3701
3757
|
borderWarning: string;
|
|
3702
3758
|
borderHoverWarning: string;
|
|
@@ -4143,6 +4199,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4143
4199
|
borderFocus: string;
|
|
4144
4200
|
boxShadowFocus: string;
|
|
4145
4201
|
loadingColor: string;
|
|
4202
|
+
loadingColorSuccess: string;
|
|
4203
|
+
borderSuccess: string;
|
|
4204
|
+
borderHoverSuccess: string;
|
|
4205
|
+
colorFocusSuccess: string;
|
|
4206
|
+
borderFocusSuccess: string;
|
|
4207
|
+
boxShadowFocusSuccess: string;
|
|
4208
|
+
caretColorSuccess: string;
|
|
4146
4209
|
loadingColorWarning: string;
|
|
4147
4210
|
borderWarning: string;
|
|
4148
4211
|
borderHoverWarning: string;
|
|
@@ -4589,6 +4652,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4589
4652
|
borderFocus: string;
|
|
4590
4653
|
boxShadowFocus: string;
|
|
4591
4654
|
loadingColor: string;
|
|
4655
|
+
loadingColorSuccess: string;
|
|
4656
|
+
borderSuccess: string;
|
|
4657
|
+
borderHoverSuccess: string;
|
|
4658
|
+
colorFocusSuccess: string;
|
|
4659
|
+
borderFocusSuccess: string;
|
|
4660
|
+
boxShadowFocusSuccess: string;
|
|
4661
|
+
caretColorSuccess: string;
|
|
4592
4662
|
loadingColorWarning: string;
|
|
4593
4663
|
borderWarning: string;
|
|
4594
4664
|
borderHoverWarning: string;
|
|
@@ -284,6 +284,13 @@ declare const datePickerV2Dark: import("../../_mixins").Theme<"DatePickerV2", {
|
|
|
284
284
|
borderFocus: string;
|
|
285
285
|
boxShadowFocus: string;
|
|
286
286
|
loadingColor: string;
|
|
287
|
+
loadingColorSuccess: string;
|
|
288
|
+
borderSuccess: string;
|
|
289
|
+
borderHoverSuccess: string;
|
|
290
|
+
colorFocusSuccess: string;
|
|
291
|
+
borderFocusSuccess: string;
|
|
292
|
+
boxShadowFocusSuccess: string;
|
|
293
|
+
caretColorSuccess: string;
|
|
287
294
|
loadingColorWarning: string;
|
|
288
295
|
borderWarning: string;
|
|
289
296
|
borderHoverWarning: string;
|
|
@@ -313,6 +313,13 @@ declare const datePickerV2Light: import("../../_mixins").Theme<"DatePickerV2", {
|
|
|
313
313
|
borderFocus: string;
|
|
314
314
|
boxShadowFocus: string;
|
|
315
315
|
loadingColor: string;
|
|
316
|
+
loadingColorSuccess: string;
|
|
317
|
+
borderSuccess: string;
|
|
318
|
+
borderHoverSuccess: string;
|
|
319
|
+
colorFocusSuccess: string;
|
|
320
|
+
borderFocusSuccess: string;
|
|
321
|
+
boxShadowFocusSuccess: string;
|
|
322
|
+
caretColorSuccess: string;
|
|
316
323
|
loadingColorWarning: string;
|
|
317
324
|
borderWarning: string;
|
|
318
325
|
borderHoverWarning: string;
|
|
@@ -84,6 +84,13 @@ export declare const dynamicInputProps: {
|
|
|
84
84
|
borderFocus: string;
|
|
85
85
|
boxShadowFocus: string;
|
|
86
86
|
loadingColor: string;
|
|
87
|
+
loadingColorSuccess: string;
|
|
88
|
+
borderSuccess: string;
|
|
89
|
+
borderHoverSuccess: string;
|
|
90
|
+
colorFocusSuccess: string;
|
|
91
|
+
borderFocusSuccess: string;
|
|
92
|
+
boxShadowFocusSuccess: string;
|
|
93
|
+
caretColorSuccess: string;
|
|
87
94
|
loadingColorWarning: string;
|
|
88
95
|
borderWarning: string;
|
|
89
96
|
borderHoverWarning: string;
|
|
@@ -372,6 +379,13 @@ export declare const dynamicInputProps: {
|
|
|
372
379
|
borderFocus: string;
|
|
373
380
|
boxShadowFocus: string;
|
|
374
381
|
loadingColor: string;
|
|
382
|
+
loadingColorSuccess: string;
|
|
383
|
+
borderSuccess: string;
|
|
384
|
+
borderHoverSuccess: string;
|
|
385
|
+
colorFocusSuccess: string;
|
|
386
|
+
borderFocusSuccess: string;
|
|
387
|
+
boxShadowFocusSuccess: string;
|
|
388
|
+
caretColorSuccess: string;
|
|
375
389
|
loadingColorWarning: string;
|
|
376
390
|
borderWarning: string;
|
|
377
391
|
borderHoverWarning: string;
|
|
@@ -660,6 +674,13 @@ export declare const dynamicInputProps: {
|
|
|
660
674
|
borderFocus: string;
|
|
661
675
|
boxShadowFocus: string;
|
|
662
676
|
loadingColor: string;
|
|
677
|
+
loadingColorSuccess: string;
|
|
678
|
+
borderSuccess: string;
|
|
679
|
+
borderHoverSuccess: string;
|
|
680
|
+
colorFocusSuccess: string;
|
|
681
|
+
borderFocusSuccess: string;
|
|
682
|
+
boxShadowFocusSuccess: string;
|
|
683
|
+
caretColorSuccess: string;
|
|
663
684
|
loadingColorWarning: string;
|
|
664
685
|
borderWarning: string;
|
|
665
686
|
borderHoverWarning: string;
|
|
@@ -988,6 +1009,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
988
1009
|
borderFocus: string;
|
|
989
1010
|
boxShadowFocus: string;
|
|
990
1011
|
loadingColor: string;
|
|
1012
|
+
loadingColorSuccess: string;
|
|
1013
|
+
borderSuccess: string;
|
|
1014
|
+
borderHoverSuccess: string;
|
|
1015
|
+
colorFocusSuccess: string;
|
|
1016
|
+
borderFocusSuccess: string;
|
|
1017
|
+
boxShadowFocusSuccess: string;
|
|
1018
|
+
caretColorSuccess: string;
|
|
991
1019
|
loadingColorWarning: string;
|
|
992
1020
|
borderWarning: string;
|
|
993
1021
|
borderHoverWarning: string;
|
|
@@ -1276,6 +1304,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1276
1304
|
borderFocus: string;
|
|
1277
1305
|
boxShadowFocus: string;
|
|
1278
1306
|
loadingColor: string;
|
|
1307
|
+
loadingColorSuccess: string;
|
|
1308
|
+
borderSuccess: string;
|
|
1309
|
+
borderHoverSuccess: string;
|
|
1310
|
+
colorFocusSuccess: string;
|
|
1311
|
+
borderFocusSuccess: string;
|
|
1312
|
+
boxShadowFocusSuccess: string;
|
|
1313
|
+
caretColorSuccess: string;
|
|
1279
1314
|
loadingColorWarning: string;
|
|
1280
1315
|
borderWarning: string;
|
|
1281
1316
|
borderHoverWarning: string;
|
|
@@ -1564,6 +1599,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1564
1599
|
borderFocus: string;
|
|
1565
1600
|
boxShadowFocus: string;
|
|
1566
1601
|
loadingColor: string;
|
|
1602
|
+
loadingColorSuccess: string;
|
|
1603
|
+
borderSuccess: string;
|
|
1604
|
+
borderHoverSuccess: string;
|
|
1605
|
+
colorFocusSuccess: string;
|
|
1606
|
+
borderFocusSuccess: string;
|
|
1607
|
+
boxShadowFocusSuccess: string;
|
|
1608
|
+
caretColorSuccess: string;
|
|
1567
1609
|
loadingColorWarning: string;
|
|
1568
1610
|
borderWarning: string;
|
|
1569
1611
|
borderHoverWarning: string;
|
|
@@ -1873,6 +1915,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1873
1915
|
borderFocus: string;
|
|
1874
1916
|
boxShadowFocus: string;
|
|
1875
1917
|
loadingColor: string;
|
|
1918
|
+
loadingColorSuccess: string;
|
|
1919
|
+
borderSuccess: string;
|
|
1920
|
+
borderHoverSuccess: string;
|
|
1921
|
+
colorFocusSuccess: string;
|
|
1922
|
+
borderFocusSuccess: string;
|
|
1923
|
+
boxShadowFocusSuccess: string;
|
|
1924
|
+
caretColorSuccess: string;
|
|
1876
1925
|
loadingColorWarning: string;
|
|
1877
1926
|
borderWarning: string;
|
|
1878
1927
|
borderHoverWarning: string;
|
|
@@ -2218,6 +2267,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2218
2267
|
borderFocus: string;
|
|
2219
2268
|
boxShadowFocus: string;
|
|
2220
2269
|
loadingColor: string;
|
|
2270
|
+
loadingColorSuccess: string;
|
|
2271
|
+
borderSuccess: string;
|
|
2272
|
+
borderHoverSuccess: string;
|
|
2273
|
+
colorFocusSuccess: string;
|
|
2274
|
+
borderFocusSuccess: string;
|
|
2275
|
+
boxShadowFocusSuccess: string;
|
|
2276
|
+
caretColorSuccess: string;
|
|
2221
2277
|
loadingColorWarning: string;
|
|
2222
2278
|
borderWarning: string;
|
|
2223
2279
|
borderHoverWarning: string;
|
|
@@ -2506,6 +2562,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2506
2562
|
borderFocus: string;
|
|
2507
2563
|
boxShadowFocus: string;
|
|
2508
2564
|
loadingColor: string;
|
|
2565
|
+
loadingColorSuccess: string;
|
|
2566
|
+
borderSuccess: string;
|
|
2567
|
+
borderHoverSuccess: string;
|
|
2568
|
+
colorFocusSuccess: string;
|
|
2569
|
+
borderFocusSuccess: string;
|
|
2570
|
+
boxShadowFocusSuccess: string;
|
|
2571
|
+
caretColorSuccess: string;
|
|
2509
2572
|
loadingColorWarning: string;
|
|
2510
2573
|
borderWarning: string;
|
|
2511
2574
|
borderHoverWarning: string;
|
|
@@ -2794,6 +2857,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2794
2857
|
borderFocus: string;
|
|
2795
2858
|
boxShadowFocus: string;
|
|
2796
2859
|
loadingColor: string;
|
|
2860
|
+
loadingColorSuccess: string;
|
|
2861
|
+
borderSuccess: string;
|
|
2862
|
+
borderHoverSuccess: string;
|
|
2863
|
+
colorFocusSuccess: string;
|
|
2864
|
+
borderFocusSuccess: string;
|
|
2865
|
+
boxShadowFocusSuccess: string;
|
|
2866
|
+
caretColorSuccess: string;
|
|
2797
2867
|
loadingColorWarning: string;
|
|
2798
2868
|
borderWarning: string;
|
|
2799
2869
|
borderHoverWarning: string;
|
|
@@ -63,6 +63,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
63
63
|
borderFocus: string;
|
|
64
64
|
boxShadowFocus: string;
|
|
65
65
|
loadingColor: string;
|
|
66
|
+
loadingColorSuccess: string;
|
|
67
|
+
borderSuccess: string;
|
|
68
|
+
borderHoverSuccess: string;
|
|
69
|
+
colorFocusSuccess: string;
|
|
70
|
+
borderFocusSuccess: string;
|
|
71
|
+
boxShadowFocusSuccess: string;
|
|
72
|
+
caretColorSuccess: string;
|
|
66
73
|
loadingColorWarning: string;
|
|
67
74
|
borderWarning: string;
|
|
68
75
|
borderHoverWarning: string;
|
|
@@ -72,6 +72,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
72
|
borderFocus: string;
|
|
73
73
|
boxShadowFocus: string;
|
|
74
74
|
loadingColor: string;
|
|
75
|
+
loadingColorSuccess: string;
|
|
76
|
+
borderSuccess: string;
|
|
77
|
+
borderHoverSuccess: string;
|
|
78
|
+
colorFocusSuccess: string;
|
|
79
|
+
borderFocusSuccess: string;
|
|
80
|
+
boxShadowFocusSuccess: string;
|
|
81
|
+
caretColorSuccess: string;
|
|
75
82
|
loadingColorWarning: string;
|
|
76
83
|
borderWarning: string;
|
|
77
84
|
borderHoverWarning: string;
|
|
@@ -47,6 +47,13 @@ declare const dynamicInputLight: import("../../_mixins").Theme<"DynamicInput", {
|
|
|
47
47
|
borderFocus: string;
|
|
48
48
|
boxShadowFocus: string;
|
|
49
49
|
loadingColor: string;
|
|
50
|
+
loadingColorSuccess: string;
|
|
51
|
+
borderSuccess: string;
|
|
52
|
+
borderHoverSuccess: string;
|
|
53
|
+
colorFocusSuccess: string;
|
|
54
|
+
borderFocusSuccess: string;
|
|
55
|
+
boxShadowFocusSuccess: string;
|
|
56
|
+
caretColorSuccess: string;
|
|
50
57
|
loadingColorWarning: string;
|
|
51
58
|
borderWarning: string;
|
|
52
59
|
borderHoverWarning: string;
|
|
@@ -81,6 +81,13 @@ export declare const dynamicTagsProps: {
|
|
|
81
81
|
borderFocus: string;
|
|
82
82
|
boxShadowFocus: string;
|
|
83
83
|
loadingColor: string;
|
|
84
|
+
loadingColorSuccess: string;
|
|
85
|
+
borderSuccess: string;
|
|
86
|
+
borderHoverSuccess: string;
|
|
87
|
+
colorFocusSuccess: string;
|
|
88
|
+
borderFocusSuccess: string;
|
|
89
|
+
boxShadowFocusSuccess: string;
|
|
90
|
+
caretColorSuccess: string;
|
|
84
91
|
loadingColorWarning: string;
|
|
85
92
|
borderWarning: string;
|
|
86
93
|
borderHoverWarning: string;
|
|
@@ -435,6 +442,13 @@ export declare const dynamicTagsProps: {
|
|
|
435
442
|
borderFocus: string;
|
|
436
443
|
boxShadowFocus: string;
|
|
437
444
|
loadingColor: string;
|
|
445
|
+
loadingColorSuccess: string;
|
|
446
|
+
borderSuccess: string;
|
|
447
|
+
borderHoverSuccess: string;
|
|
448
|
+
colorFocusSuccess: string;
|
|
449
|
+
borderFocusSuccess: string;
|
|
450
|
+
boxShadowFocusSuccess: string;
|
|
451
|
+
caretColorSuccess: string;
|
|
438
452
|
loadingColorWarning: string;
|
|
439
453
|
borderWarning: string;
|
|
440
454
|
borderHoverWarning: string;
|
|
@@ -789,6 +803,13 @@ export declare const dynamicTagsProps: {
|
|
|
789
803
|
borderFocus: string;
|
|
790
804
|
boxShadowFocus: string;
|
|
791
805
|
loadingColor: string;
|
|
806
|
+
loadingColorSuccess: string;
|
|
807
|
+
borderSuccess: string;
|
|
808
|
+
borderHoverSuccess: string;
|
|
809
|
+
colorFocusSuccess: string;
|
|
810
|
+
borderFocusSuccess: string;
|
|
811
|
+
boxShadowFocusSuccess: string;
|
|
812
|
+
caretColorSuccess: string;
|
|
792
813
|
loadingColorWarning: string;
|
|
793
814
|
borderWarning: string;
|
|
794
815
|
borderHoverWarning: string;
|
|
@@ -1181,6 +1202,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1181
1202
|
borderFocus: string;
|
|
1182
1203
|
boxShadowFocus: string;
|
|
1183
1204
|
loadingColor: string;
|
|
1205
|
+
loadingColorSuccess: string;
|
|
1206
|
+
borderSuccess: string;
|
|
1207
|
+
borderHoverSuccess: string;
|
|
1208
|
+
colorFocusSuccess: string;
|
|
1209
|
+
borderFocusSuccess: string;
|
|
1210
|
+
boxShadowFocusSuccess: string;
|
|
1211
|
+
caretColorSuccess: string;
|
|
1184
1212
|
loadingColorWarning: string;
|
|
1185
1213
|
borderWarning: string;
|
|
1186
1214
|
borderHoverWarning: string;
|
|
@@ -1535,6 +1563,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1535
1563
|
borderFocus: string;
|
|
1536
1564
|
boxShadowFocus: string;
|
|
1537
1565
|
loadingColor: string;
|
|
1566
|
+
loadingColorSuccess: string;
|
|
1567
|
+
borderSuccess: string;
|
|
1568
|
+
borderHoverSuccess: string;
|
|
1569
|
+
colorFocusSuccess: string;
|
|
1570
|
+
borderFocusSuccess: string;
|
|
1571
|
+
boxShadowFocusSuccess: string;
|
|
1572
|
+
caretColorSuccess: string;
|
|
1538
1573
|
loadingColorWarning: string;
|
|
1539
1574
|
borderWarning: string;
|
|
1540
1575
|
borderHoverWarning: string;
|
|
@@ -1889,6 +1924,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1889
1924
|
borderFocus: string;
|
|
1890
1925
|
boxShadowFocus: string;
|
|
1891
1926
|
loadingColor: string;
|
|
1927
|
+
loadingColorSuccess: string;
|
|
1928
|
+
borderSuccess: string;
|
|
1929
|
+
borderHoverSuccess: string;
|
|
1930
|
+
colorFocusSuccess: string;
|
|
1931
|
+
borderFocusSuccess: string;
|
|
1932
|
+
boxShadowFocusSuccess: string;
|
|
1933
|
+
caretColorSuccess: string;
|
|
1892
1934
|
loadingColorWarning: string;
|
|
1893
1935
|
borderWarning: string;
|
|
1894
1936
|
borderHoverWarning: string;
|
|
@@ -2276,6 +2318,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2276
2318
|
borderFocus: string;
|
|
2277
2319
|
boxShadowFocus: string;
|
|
2278
2320
|
loadingColor: string;
|
|
2321
|
+
loadingColorSuccess: string;
|
|
2322
|
+
borderSuccess: string;
|
|
2323
|
+
borderHoverSuccess: string;
|
|
2324
|
+
colorFocusSuccess: string;
|
|
2325
|
+
borderFocusSuccess: string;
|
|
2326
|
+
boxShadowFocusSuccess: string;
|
|
2327
|
+
caretColorSuccess: string;
|
|
2279
2328
|
loadingColorWarning: string;
|
|
2280
2329
|
borderWarning: string;
|
|
2281
2330
|
borderHoverWarning: string;
|
|
@@ -2695,6 +2744,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2695
2744
|
borderFocus: string;
|
|
2696
2745
|
boxShadowFocus: string;
|
|
2697
2746
|
loadingColor: string;
|
|
2747
|
+
loadingColorSuccess: string;
|
|
2748
|
+
borderSuccess: string;
|
|
2749
|
+
borderHoverSuccess: string;
|
|
2750
|
+
colorFocusSuccess: string;
|
|
2751
|
+
borderFocusSuccess: string;
|
|
2752
|
+
boxShadowFocusSuccess: string;
|
|
2753
|
+
caretColorSuccess: string;
|
|
2698
2754
|
loadingColorWarning: string;
|
|
2699
2755
|
borderWarning: string;
|
|
2700
2756
|
borderHoverWarning: string;
|
|
@@ -3049,6 +3105,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3049
3105
|
borderFocus: string;
|
|
3050
3106
|
boxShadowFocus: string;
|
|
3051
3107
|
loadingColor: string;
|
|
3108
|
+
loadingColorSuccess: string;
|
|
3109
|
+
borderSuccess: string;
|
|
3110
|
+
borderHoverSuccess: string;
|
|
3111
|
+
colorFocusSuccess: string;
|
|
3112
|
+
borderFocusSuccess: string;
|
|
3113
|
+
boxShadowFocusSuccess: string;
|
|
3114
|
+
caretColorSuccess: string;
|
|
3052
3115
|
loadingColorWarning: string;
|
|
3053
3116
|
borderWarning: string;
|
|
3054
3117
|
borderHoverWarning: string;
|
|
@@ -3403,6 +3466,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3403
3466
|
borderFocus: string;
|
|
3404
3467
|
boxShadowFocus: string;
|
|
3405
3468
|
loadingColor: string;
|
|
3469
|
+
loadingColorSuccess: string;
|
|
3470
|
+
borderSuccess: string;
|
|
3471
|
+
borderHoverSuccess: string;
|
|
3472
|
+
colorFocusSuccess: string;
|
|
3473
|
+
borderFocusSuccess: string;
|
|
3474
|
+
boxShadowFocusSuccess: string;
|
|
3475
|
+
caretColorSuccess: string;
|
|
3406
3476
|
loadingColorWarning: string;
|
|
3407
3477
|
borderWarning: string;
|
|
3408
3478
|
borderHoverWarning: string;
|