@progress/kendo-react-common 8.4.0-develop.5 → 8.4.0-develop.7

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/index.d.mts CHANGED
@@ -29,16 +29,86 @@ export declare const actions: {
29
29
  export declare function addItem(item: any, operation: 'before' | 'after' | 'child', childrenField: string, targetItemId: string, items: any[]): any[];
30
30
 
31
31
  /**
32
- * @hidden
32
+ * All classes
33
33
  */
34
34
  export declare interface AllClassStructure extends AnimationsClassStructure, ButtonsClassStructure, DropDownsClassStructure, GridClassStructure, IconsClassStructure, LabelsClassStructure, FormClassStructure, PopupClassStructure, ButtonsClassStructure, PopupClassStructure, GridClassStructure, InputsClassStructure, DropDownsClassStructure, DateInputsClassStructure {
35
35
  }
36
36
 
37
+ /** Configuration for the child element */
38
+ export declare interface AnimationChildClasses {
39
+ /** Container for child element */
40
+ container?: string;
41
+ /** Relative positioning for child container */
42
+ relative?: string;
43
+ }
44
+
45
+ /** Configuration for the child element */
46
+ export declare interface AnimationChildContainerClasses {
47
+ /** Container for childContainer element */
48
+ container?: string;
49
+ }
50
+
51
+ /** Animation Classes */
52
+ export declare interface AnimationClasses {
53
+ /** Configuration for the child element */
54
+ child?: AnimationChildClasses;
55
+ /** Configuration for the childContainer element */
56
+ childContainer?: AnimationChildContainerClasses;
57
+ /** Animation states for appear transition */
58
+ appear?: Appear;
59
+ /** Active states for appear transition */
60
+ appearActive?: AppearActive;
61
+ /** Animation states for enter transition */
62
+ enter?: Enter;
63
+ /** Active states for enter transition */
64
+ enterActive?: EnterActive;
65
+ /** Animation states for exit transition */
66
+ exit?: Exit;
67
+ /** Active states for exit transition */
68
+ exitActive?: ExitActive;
69
+ }
70
+
37
71
  /**
38
- * @hidden
72
+ * Animation classes
39
73
  */
40
74
  export declare interface AnimationsClassStructure {
41
- uAnimation?: WidgetClassStructure;
75
+ uAnimation?: AnimationClasses;
76
+ }
77
+
78
+ /** Animation states */
79
+ export declare interface AnimationStatesClasses {
80
+ /** Animation for 'push-right' transition */
81
+ 'push-right'?: string;
82
+ /** Animation for 'push-left' transition */
83
+ 'push-left'?: string;
84
+ /** Animation for 'push-down' transition */
85
+ 'push-down'?: string;
86
+ /** Animation for 'push-up' transition */
87
+ 'push-up'?: string;
88
+ /** Animation for 'expand-vertical' transition */
89
+ 'expand-vertical'?: string;
90
+ /** Animation for 'expand-horizontal' transition */
91
+ 'expand-horizontal'?: string;
92
+ /** Animation for 'fade' transition */
93
+ fade?: string;
94
+ /** Animation for 'zoom-in' transition */
95
+ 'zoom-in'?: string;
96
+ /** Animation for 'zoom-out' transition */
97
+ 'zoom-out'?: string;
98
+ /** Animation for 'slide-in' transition */
99
+ 'slide-in'?: string;
100
+ /** Animation for 'slide-down' transition */
101
+ 'slide-down'?: string;
102
+ /** Animation for 'slide-up' transition */
103
+ 'slide-up'?: string;
104
+ /** Animation for 'slide-right' transition */
105
+ 'slide-right'?: string;
106
+ /** Animation for 'slide-left' transition */
107
+ 'slide-left'?: string;
108
+ /** Animation for 'reveal-vertical' transition */
109
+ 'reveal-vertical'?: string;
110
+ /** Animation for 'reveal-horizontal' transition */
111
+ 'reveal-horizontal'?: string;
42
112
  }
43
113
 
44
114
  /**
@@ -48,6 +118,14 @@ export declare const animationStyles: {
48
118
  [key: string]: string;
49
119
  };
50
120
 
121
+ /** Animation states for appear transition */
122
+ export declare interface Appear extends AnimationStatesClasses {
123
+ }
124
+
125
+ /** Active states for appear transition */
126
+ export declare interface AppearActive extends AnimationStatesClasses {
127
+ }
128
+
51
129
  /**
52
130
  * @hidden
53
131
  */
@@ -257,18 +335,182 @@ export declare class BrowserSupportService {
257
335
  get scrollbarWidth(): number;
258
336
  }
259
337
 
338
+ /** Button classes */
339
+ export declare interface ButtonClasses {
340
+ /** Button wrapper */
341
+ wrapper?: ButtonWrapperClasses;
342
+ /** Text element */
343
+ text?: string;
344
+ /** Icon element */
345
+ icon?: string;
346
+ }
347
+
348
+ export declare interface ButtonGroupClasses {
349
+ /** Wrapper configuration for the button group */
350
+ wrapper?: ButtonGroupWrapperClasses;
351
+ /** Position configuration for the button group */
352
+ position?: ButtonGroupPositionClasses;
353
+ }
354
+
355
+ export declare interface ButtonGroupPositionClasses {
356
+ /** Position for the button group at the start */
357
+ start?: string;
358
+ /** Position for the button group at the end */
359
+ end?: string;
360
+ }
361
+
362
+ export declare interface ButtonGroupWrapperClasses {
363
+ /** Main button group classes */
364
+ main?: string;
365
+ /** Stretched state classes for the button group */
366
+ stretched?: string;
367
+ /** Disabled state classes for the button group */
368
+ disabled?: string;
369
+ }
370
+
260
371
  /**
261
372
  * @hidden
262
373
  */
263
374
  export declare const buttonPrefix: string;
264
375
 
265
376
  /**
266
- * @hidden
377
+ * Buttons classes
267
378
  */
268
379
  export declare interface ButtonsClassStructure {
269
- uButton?: WidgetClassStructure;
270
- uButtonGroup?: WidgetClassStructure;
271
- uDropDownButton?: WidgetClassStructure;
380
+ uButton?: ButtonClasses;
381
+ uButtonGroup?: ButtonGroupClasses;
382
+ uDropDownButton?: DropDownButtonClasses;
383
+ }
384
+
385
+ /** Button wrapper classes */
386
+ export declare interface ButtonWrapperClasses {
387
+ /** Main button */
388
+ main?: string;
389
+ /** Size options for the button */
390
+ size?: {
391
+ /** Small size button */
392
+ small?: string;
393
+ /** Medium size button */
394
+ medium?: string;
395
+ /** Large size button */
396
+ large?: string;
397
+ };
398
+ /** Fill mode options for the button */
399
+ fillMode?: {
400
+ /** Solid fill mode for the button */
401
+ solid?: string;
402
+ /** Outline fill mode for the button */
403
+ outline?: string;
404
+ /** Flat fill mode for the button */
405
+ flat?: string;
406
+ /** Link fill mode for the button */
407
+ link?: string;
408
+ /** Clear fill mode for the button */
409
+ clear?: string;
410
+ };
411
+ /** Theme color options for the button */
412
+ themeColor?: {
413
+ /** Base theme color options */
414
+ base?: ThemeColorFillModeClasses;
415
+ /** Primary theme color options */
416
+ primary?: ThemeColorFillModeClasses;
417
+ /** Secondary theme color options */
418
+ secondary?: ThemeColorFillModeClasses;
419
+ /** Tertiary theme color options */
420
+ tertiary?: ThemeColorFillModeClasses;
421
+ /** Info theme color options */
422
+ info?: ThemeColorFillModeClasses;
423
+ /** Success theme color options */
424
+ success?: ThemeColorFillModeClasses;
425
+ /** Warning theme color options */
426
+ warning?: ThemeColorFillModeClasses;
427
+ /** Error theme color options */
428
+ error?: ThemeColorFillModeClasses;
429
+ /** Dark theme color options */
430
+ dark?: ThemeColorFillModeClasses;
431
+ /** Light theme color options */
432
+ light?: ThemeColorFillModeClasses;
433
+ /** Inverse theme color options */
434
+ inverse?: ThemeColorFillModeClasses;
435
+ };
436
+ /** Rounded options for the button */
437
+ rounded?: {
438
+ /** Small rounded option */
439
+ small?: string;
440
+ /** Medium rounded option */
441
+ medium?: string;
442
+ /** Large rounded option */
443
+ large?: string;
444
+ };
445
+ /** Icon button */
446
+ iconButton?: string;
447
+ /** Disabled state */
448
+ disabled?: string;
449
+ /** Selected state */
450
+ selected?: string;
451
+ /** Right-to-left layout */
452
+ isRtl?: string;
453
+ }
454
+
455
+ export declare interface CalendarClasses {
456
+ /** Wrapper configuration for the calendar */
457
+ wrapper?: CalendarWrapperClasses;
458
+ /** View configuration for the calendar */
459
+ view?: CalendarViewClasses;
460
+ /** Navigation class for the calendar */
461
+ navigation?: string;
462
+ /** Navigation highlight class for the calendar */
463
+ navigationHighlight?: string;
464
+ /** Table configuration for the calendar */
465
+ table?: CalendarTableClasses;
466
+ /** Header class for the calendar */
467
+ thead?: string;
468
+ /** Row class for the calendar */
469
+ tr?: string;
470
+ /** Header cell class for the calendar */
471
+ th?: string;
472
+ /** Caption class for the calendar */
473
+ caption?: string;
474
+ /** Body class for the calendar */
475
+ tbody?: string;
476
+ /** Unordered list class for the calendar */
477
+ ul?: string;
478
+ /** List item class for the calendar */
479
+ li?: string;
480
+ /** Table cell configuration for the calendar */
481
+ td?: CalendarTdClasses;
482
+ /** Title class for the calendar */
483
+ title?: string;
484
+ /** Header configuration for the calendar */
485
+ header?: CalendarHeaderClasses;
486
+ /** Spacer class for the calendar */
487
+ spacer?: string;
488
+ /** Navigation class for the calendar */
489
+ nav?: string;
490
+ /** Today configuration for the calendar */
491
+ today?: CalendarTodayClasses;
492
+ /** Scrollable configuration for the calendar */
493
+ scrollable?: CalendarScrollableClasses;
494
+ /** Scrollable selector class for the calendar */
495
+ scrollableSelector?: string;
496
+ /** Scrollable placeholder configuration for the calendar */
497
+ scrollablePlaceholder?: {
498
+ /** Main class for the scrollable placeholder */
499
+ main?: string;
500
+ /** Horizontal scrollable placeholder class */
501
+ horizontal?: string;
502
+ };
503
+ /** Link class for the calendar */
504
+ link?: string;
505
+ /** Navigation marker class for the calendar */
506
+ navigationMarker?: string;
507
+ }
508
+
509
+ export declare interface CalendarHeaderClasses {
510
+ /** Main class for the calendar header */
511
+ main?: string;
512
+ /** Vertical alignment class for the calendar header */
513
+ vertical?: string;
272
514
  }
273
515
 
274
516
  /**
@@ -276,6 +518,90 @@ export declare interface ButtonsClassStructure {
276
518
  */
277
519
  export declare const calendarPrefix: string;
278
520
 
521
+ export declare interface CalendarScrollableClasses {
522
+ /** Main class for the scrollable calendar area */
523
+ main?: string;
524
+ /** Content class for the scrollable area */
525
+ content?: string;
526
+ /** Horizontal scrollable state class */
527
+ horizontal?: string;
528
+ }
529
+
530
+ export declare interface CalendarTableClasses {
531
+ /** Main class for the calendar table */
532
+ main?: string;
533
+ /** Weekdays class for the calendar */
534
+ weekdays?: string;
535
+ }
536
+
537
+ export declare interface CalendarTdClasses {
538
+ /** Main class for the table cell */
539
+ main?: string;
540
+ /** Range start class for the table cell */
541
+ rangeStart?: string;
542
+ /** Range end class for the table cell */
543
+ rangeEnd?: string;
544
+ /** Range middle class for the table cell */
545
+ rangeMid?: string;
546
+ /** Range split end class for the table cell */
547
+ rangeSplitEnd?: string;
548
+ /** Range split start class for the table cell */
549
+ rangeSplitStart?: string;
550
+ /** Active state class for the table cell */
551
+ active?: string;
552
+ /** Focused state class for the table cell */
553
+ focused?: string;
554
+ /** Selected state class for the table cell */
555
+ selected?: string;
556
+ /** Today’s date class for the table cell */
557
+ today?: string;
558
+ /** Weekend class for the table cell */
559
+ weekend?: string;
560
+ /** Disabled state class for the table cell */
561
+ disabled?: string;
562
+ /** Other month class for the table cell */
563
+ isOtherMonth?: string;
564
+ /** Empty state class for the table cell */
565
+ isEmpty?: string;
566
+ /** Week state class for the table cell */
567
+ isWeek?: string;
568
+ }
569
+
570
+ export declare interface CalendarTodayClasses {
571
+ /** Main class for today's calendar entry */
572
+ main?: string;
573
+ /** Disabled state class for today’s calendar entry */
574
+ disabled?: string;
575
+ }
576
+
577
+ export declare interface CalendarViewClasses {
578
+ /** Main class for the calendar view */
579
+ main?: string;
580
+ /** Vertical alignment class for the calendar view */
581
+ vertical?: string;
582
+ /** Month view class for the calendar */
583
+ month?: string;
584
+ /** Year view class for the calendar */
585
+ year?: string;
586
+ /** Decade view class for the calendar */
587
+ decade?: string;
588
+ /** Century view class for the calendar */
589
+ century?: string;
590
+ }
591
+
592
+ export declare interface CalendarWrapperClasses {
593
+ /** Main class for the calendar wrapper */
594
+ main?: string;
595
+ /** Prefix for the infinite calendar state */
596
+ infinite?: string;
597
+ /** Disabled state class for the calendar wrapper */
598
+ disabled?: string;
599
+ /** Week number class for the calendar */
600
+ weekNumber?: string;
601
+ /** Size configurations for the calendar */
602
+ size?: DateTimeSizeClasses;
603
+ }
604
+
279
605
  /**
280
606
  * @hidden
281
607
  */
@@ -331,6 +657,108 @@ export declare interface CollectionAction<T> {
331
657
  item: T;
332
658
  }
333
659
 
660
+ export declare interface ComboBoxClasses {
661
+ /** Wrapper configurations for the combo box component */
662
+ wrapper?: {
663
+ /** Main prefix for the combo box */
664
+ main?: string;
665
+ /** Class for the input element */
666
+ input?: string;
667
+ /** Size configurations for the input */
668
+ size?: {
669
+ /** Class for the small size of the input */
670
+ small?: string;
671
+ /** Class for the medium size of the input */
672
+ medium?: string;
673
+ /** Class for the large size of the input */
674
+ large?: string;
675
+ };
676
+ /** Fill mode configurations for the input */
677
+ fillMode?: {
678
+ /** Class for the solid fill mode of the input */
679
+ solid?: string;
680
+ /** Class for the outline fill mode of the input */
681
+ outline?: string;
682
+ /** Class for the flat fill mode of the input */
683
+ flat?: string;
684
+ /** Class for the link fill mode of the input */
685
+ link?: string;
686
+ /** Class for the clear fill mode of the input */
687
+ clear?: string;
688
+ };
689
+ /** Rounded configurations for the input */
690
+ rounded?: {
691
+ /** Class for the small rounded input */
692
+ small?: string;
693
+ /** Class for the medium rounded input */
694
+ medium?: string;
695
+ /** Class for the large rounded input */
696
+ large?: string;
697
+ };
698
+ /** Class for the disabled state of the input */
699
+ disabled?: string;
700
+ /** Class for the invalid state of the input */
701
+ invalid?: string;
702
+ /** Class for the loading state of the input */
703
+ loading?: string;
704
+ /** Class for the required state of the input */
705
+ required?: string;
706
+ };
707
+ /** Class for the loading icon associated with the input */
708
+ loadingIcon?: string;
709
+ /** Class for the input button within the combo box */
710
+ inputButton?: string;
711
+ /** List container configurations for the combo box */
712
+ listContainer?: {
713
+ /** Main prefix for the list container */
714
+ main?: string;
715
+ /** Class for the popup within the combo box */
716
+ popup?: string;
717
+ };
718
+ /** Class for the header of the list within the combo box */
719
+ listHeader?: string;
720
+ /** List configurations for the combo box */
721
+ list?: {
722
+ /** Main prefix for the list */
723
+ list?: string;
724
+ /** Class for the table element within the list */
725
+ table?: string;
726
+ /** Size configurations for the list */
727
+ size?: {
728
+ /** Class for the list size */
729
+ prefix?: string;
730
+ /** Class for the small size of the list */
731
+ small?: string;
732
+ /** Class for the medium size of the list */
733
+ medium?: string;
734
+ /** Class for the large size of the list */
735
+ large?: string;
736
+ };
737
+ /** Table size configurations for the list */
738
+ tableSize?: {
739
+ /** Class for the table size */
740
+ prefix?: string;
741
+ /** Class for the small size of the table */
742
+ small?: string;
743
+ /** Class for the medium size of the table */
744
+ medium?: string;
745
+ /** Class for the large size of the table */
746
+ large?: string;
747
+ };
748
+ /** Class for the virtual list configuration */
749
+ virtual?: string;
750
+ };
751
+ /** List content configurations for the combo box */
752
+ listContent?: {
753
+ /** Main prefix for the list content */
754
+ main?: string;
755
+ /** Class for the scroller within the list content */
756
+ scroller?: string;
757
+ };
758
+ /** Class for the footer of the list within the combo box */
759
+ listFooter?: string;
760
+ }
761
+
334
762
  /**
335
763
  * @hidden
336
764
  */
@@ -376,7 +804,7 @@ export declare const containers: {
376
804
  spacer: string;
377
805
  tab: string;
378
806
  titlebar: string;
379
- optionlabel: string;
807
+ optionLabel: string;
380
808
  view: string;
381
809
  };
382
810
 
@@ -422,6 +850,38 @@ export declare interface DataItemWrapper {
422
850
  dataIndex: number;
423
851
  }
424
852
 
853
+ export declare interface DateInputClasses {
854
+ /** Wrapper configuration for the date input */
855
+ wrapper?: {
856
+ /** Main class for the date input wrapper */
857
+ main?: string;
858
+ /** Prefix for the inner input element */
859
+ input?: string;
860
+ /** Size configurations for the date input */
861
+ size?: DateTimeSizeClasses;
862
+ /** Fill mode configurations for the date input */
863
+ fillMode?: DateTimeFillModeClasses;
864
+ /** Rounded configurations for the date input */
865
+ rounded?: DateTimeRoundedClasses;
866
+ /** Disabled state class for the date input */
867
+ disabled?: string;
868
+ /** Required state class for the date input */
869
+ required?: string;
870
+ /** Invalid state class for the date input */
871
+ invalid?: string;
872
+ };
873
+ /** Inner input class for the date input */
874
+ inputInner?: string;
875
+ /** Configuration for the input spinner */
876
+ inputSpinner?: DateTimeSpinnerClasses;
877
+ /** Spinner increase action class */
878
+ spinnerIncrease?: string;
879
+ /** Spinner decrease action class */
880
+ spinnerDecrease?: string;
881
+ /** Clear button class for the date input */
882
+ clearButton?: string;
883
+ }
884
+
425
885
  /**
426
886
  * @hidden
427
887
  */
@@ -447,14 +907,111 @@ export declare const dateInputs: {
447
907
  };
448
908
 
449
909
  /**
450
- * @hidden
910
+ * DateInputs classes
451
911
  */
452
912
  export declare interface DateInputsClassStructure {
453
- uCalendar?: WidgetClassStructure;
454
- uDateInput?: WidgetClassStructure;
455
- uDateTimePicker?: WidgetClassStructure;
456
- uTime?: WidgetClassStructure;
457
- uTimePicker?: WidgetClassStructure;
913
+ uCalendar?: CalendarClasses;
914
+ uDateInput?: DateInputClasses;
915
+ uDateTimePicker?: DateTimePickerClasses;
916
+ uTime?: TimeClasses;
917
+ uTimePicker?: TimePickerClasses;
918
+ }
919
+
920
+ export declare interface DateTimeFillModeClasses {
921
+ /** Solid fill mode class for the date-time picker */
922
+ solid?: string;
923
+ /** Outline fill mode class for the date-time picker */
924
+ outline?: string;
925
+ /** Flat fill mode class for the date-time picker */
926
+ flat?: string;
927
+ }
928
+
929
+ export declare interface DateTimePickerClasses {
930
+ /** Wrapper configuration for the date-time picker */
931
+ wrapper?: {
932
+ /** Main class for the date-time picker wrapper */
933
+ main?: string;
934
+ /** Prefix for the inner input element */
935
+ input?: string;
936
+ /** Size configurations for the date-time picker */
937
+ size?: DateTimeSizeClasses;
938
+ /** Fill mode configurations for the date-time picker */
939
+ fillMode?: DateTimeFillModeClasses;
940
+ /** Rounded configurations for the date-time picker */
941
+ rounded?: DateTimeRoundedClasses;
942
+ /** Disabled state class for the date-time picker */
943
+ disabled?: string;
944
+ /** Required state class for the date-time picker */
945
+ required?: string;
946
+ /** Invalid state class for the date-time picker */
947
+ invalid?: string;
948
+ };
949
+ /** Input button class for the date-time picker */
950
+ inputButton?: string;
951
+ /** Configuration for the popup */
952
+ popup?: DateTimePopupClasses;
953
+ /** Wrap configurations for the date-time picker */
954
+ wrap?: {
955
+ /** Main class for the wrap element */
956
+ main?: string;
957
+ /** Date tab class for the wrap */
958
+ date?: string;
959
+ /** Time tab class for the wrap */
960
+ time?: string;
961
+ /** Disabled state class for the wrap */
962
+ disabled?: string;
963
+ };
964
+ /** Footer configurations for the time section */
965
+ timeFooter?: {
966
+ /** Main class for the time footer */
967
+ main?: string;
968
+ /** Actions class for the footer */
969
+ actions?: string;
970
+ /** Stretched state class for the footer */
971
+ stretched?: string;
972
+ };
973
+ /** Button group class for the date-time picker */
974
+ buttonGroup?: string;
975
+ /** Selector class for the date-time picker */
976
+ selector?: string;
977
+ /** Wrap class for the calendar */
978
+ calendarWrap?: string;
979
+ /** Wrap class for the time section */
980
+ timeWrap?: string;
981
+ /** Configuration for the time selector */
982
+ timeSelector?: TimeSelectorClasses;
983
+ }
984
+
985
+ export declare interface DateTimePopupClasses {
986
+ /** Main class for the popup container */
987
+ main?: string;
988
+ /** Reset class for the popup */
989
+ reset?: string;
990
+ }
991
+
992
+ export declare interface DateTimeRoundedClasses {
993
+ /** Small rounded class for the date-time picker */
994
+ small?: string;
995
+ /** Medium rounded class for the date-time picker */
996
+ medium?: string;
997
+ /** Large rounded class for the date-time picker */
998
+ large?: string;
999
+ }
1000
+
1001
+ export declare interface DateTimeSizeClasses {
1002
+ /** Small size class for the date-time picker */
1003
+ small?: string;
1004
+ /** Medium size class for the date-time picker */
1005
+ medium?: string;
1006
+ /** Large size class for the date-time picker */
1007
+ large?: string;
1008
+ }
1009
+
1010
+ export declare interface DateTimeSpinnerClasses {
1011
+ /** Main class for the input spinner */
1012
+ main?: string;
1013
+ /** Button class for the input spinner */
1014
+ button?: string;
458
1015
  }
459
1016
 
460
1017
  /**
@@ -642,19 +1199,273 @@ export declare interface DraggableProps extends DraggableOptions {
642
1199
  export declare interface DraggableReleaseEvent extends BaseDraggableEvent {
643
1200
  }
644
1201
 
1202
+ export declare interface DropDownBaseClasses {
1203
+ /** Class for the clear button */
1204
+ clearButton?: string;
1205
+ /** Class for the sticky header of the grouped list */
1206
+ groupStickyHeader?: string;
1207
+ /** Class for the header text in the list */
1208
+ listHeaderText?: string;
1209
+ /** Class for the unordered list element */
1210
+ ul?: string;
1211
+ /** List item configurations */
1212
+ li?: DropDownBaseListItemClasses;
1213
+ /** Grouped list item configurations */
1214
+ groupLi?: DropDownBaseGroupLiClasses;
1215
+ /** Class for the text of regular list items */
1216
+ itemText?: string;
1217
+ /** Grouped item text configurations */
1218
+ groupItemText?: DropDownBaseGroupItemClasses;
1219
+ /** Class for the label of grouped items */
1220
+ itemGroupLabel?: string;
1221
+ /** Class for displaying no data message */
1222
+ noData?: string;
1223
+ /** Class for the height container */
1224
+ heightContainer?: string;
1225
+ /** Option label configurations */
1226
+ optionLabel?: DropDownBaseOptionLabelClasses;
1227
+ /** Class for the inner input */
1228
+ inputInner?: string;
1229
+ /** Class for the input icon */
1230
+ inputIcon?: string;
1231
+ /** Class for the search box component */
1232
+ searchbox?: string;
1233
+ /** Class for the list filter */
1234
+ listFilter?: string;
1235
+ }
1236
+
1237
+ export declare interface DropDownBaseGroupItemClasses {
1238
+ /** Class for the text of list items in a group */
1239
+ list?: string;
1240
+ /** Class for the header cell text in a group table */
1241
+ table?: string;
1242
+ }
1243
+
1244
+ export declare interface DropDownBaseGroupLiClasses {
1245
+ /** Class for the list of grouped items */
1246
+ list?: string;
1247
+ /** Class for the table representation of grouped items */
1248
+ table?: string;
1249
+ }
1250
+
1251
+ export declare interface DropDownBaseListItemClasses {
1252
+ /** Main class for the list item */
1253
+ main?: string;
1254
+ /** Class for the selected state of the list item */
1255
+ selected?: string;
1256
+ /** Class for the focused state of the list item */
1257
+ focused?: string;
1258
+ /** Class for the first item in the list */
1259
+ first?: string;
1260
+ /** Class for the disabled state of the list item */
1261
+ disabled?: string;
1262
+ }
1263
+
1264
+ export declare interface DropDownBaseOptionLabelClasses {
1265
+ /** Main class for the option label */
1266
+ main?: string;
1267
+ /** Class for the selected state of the option label */
1268
+ selected?: string;
1269
+ }
1270
+
1271
+ export declare interface DropDownButtonClasses {
1272
+ /** Wrapper configuration for the button */
1273
+ wrapper?: DropDownButtonWrapperClasses;
1274
+ /** Unordered list configuration for the button group */
1275
+ ul?: DropDownButtonGroupClasses;
1276
+ /** List item configuration */
1277
+ li?: DropDownButtonListItemClasses;
1278
+ /** Item class for the button */
1279
+ item?: string;
1280
+ /** Link configuration for the button */
1281
+ link?: DropDownButtonLinkClasses;
1282
+ /** Popup class for the button group */
1283
+ popup?: string;
1284
+ }
1285
+
1286
+ export declare interface DropDownButtonGroupClasses {
1287
+ /** Group class for the button container */
1288
+ group?: string;
1289
+ /** Size configuration for the button group */
1290
+ size?: DropDownButtonSizeClasses;
1291
+ }
1292
+
1293
+ export declare interface DropDownButtonLinkClasses {
1294
+ /** Main link class */
1295
+ main?: string;
1296
+ /** Link class for the button */
1297
+ link?: string;
1298
+ /** Selected state class for the link */
1299
+ selected?: string;
1300
+ /** Disabled state class for the link */
1301
+ disabled?: string;
1302
+ }
1303
+
1304
+ export declare interface DropDownButtonListItemClasses {
1305
+ /** Item class for the list container */
1306
+ item?: string;
1307
+ /** Focus state class for the list item */
1308
+ focus?: string;
1309
+ }
1310
+
1311
+ export declare interface DropDownButtonSizeClasses {
1312
+ /** Small size class for the button group */
1313
+ small?: string;
1314
+ /** Medium size class for the button group */
1315
+ medium?: string;
1316
+ /** Large size class for the button group */
1317
+ large?: string;
1318
+ }
1319
+
1320
+ export declare interface DropDownButtonWrapperClasses {
1321
+ /** Main button class */
1322
+ main?: string;
1323
+ /** Focus state class for the button */
1324
+ focus?: string;
1325
+ /** Disabled state class for the button */
1326
+ disabled?: string;
1327
+ }
1328
+
1329
+ export declare interface DropDownListClasses {
1330
+ /** Wrapper configurations for the dropdown list component */
1331
+ wrapper?: {
1332
+ /** Main class for the dropdown list */
1333
+ main?: string;
1334
+ /** Class for the picker element */
1335
+ picker?: string;
1336
+ /** Size configurations for the picker */
1337
+ size?: {
1338
+ /** Class for the small size of the picker */
1339
+ small?: string;
1340
+ /** Class for the medium size of the picker */
1341
+ medium?: string;
1342
+ /** Class for the large size of the picker */
1343
+ large?: string;
1344
+ };
1345
+ /** Fill mode configurations for the picker */
1346
+ fillMode?: {
1347
+ /** Class for the solid fill mode of the picker */
1348
+ solid?: string;
1349
+ /** Class for the outline fill mode of the picker */
1350
+ outline?: string;
1351
+ /** Class for the flat fill mode of the picker */
1352
+ flat?: string;
1353
+ /** Class for the link fill mode of the picker */
1354
+ link?: string;
1355
+ /** Class for the clear fill mode of the picker */
1356
+ clear?: string;
1357
+ };
1358
+ /** Rounded configurations for the picker */
1359
+ rounded?: {
1360
+ /** Class for the small rounded picker */
1361
+ small?: string;
1362
+ /** Class for the medium rounded picker */
1363
+ medium?: string;
1364
+ /** Class for the large rounded picker */
1365
+ large?: string;
1366
+ };
1367
+ /** Class for the disabled state of the picker */
1368
+ disabled?: string;
1369
+ /** Class for the focused state of the picker */
1370
+ focused?: string;
1371
+ /** Class for the invalid state of the picker */
1372
+ invalid?: string;
1373
+ /** Class for the loading state of the picker */
1374
+ loading?: string;
1375
+ /** Class for the required state of the picker */
1376
+ required?: string;
1377
+ };
1378
+ /** Class for the loading icon associated with the input */
1379
+ loadingIcon?: string;
1380
+ /** Class for the input button within the dropdown list */
1381
+ inputButton?: string;
1382
+ /** List container configurations for the dropdown list */
1383
+ listContainer?: {
1384
+ /** Main class for the list container */
1385
+ main?: string;
1386
+ /** Class for the popup within the dropdown list */
1387
+ popup?: string;
1388
+ };
1389
+ /** Class for the inner input of the dropdown list */
1390
+ inputInner?: string;
1391
+ /** Class for the input text of the dropdown list */
1392
+ inputText?: string;
1393
+ /** Class for the header of the list within the dropdown */
1394
+ listHeader?: string;
1395
+ /** List configurations for the dropdown list */
1396
+ list?: {
1397
+ /** Main class for the list */
1398
+ main?: string;
1399
+ /** Size configurations for the list */
1400
+ size?: {
1401
+ /** Class for the small size of the list */
1402
+ small?: string;
1403
+ /** Class for the medium size of the list */
1404
+ medium?: string;
1405
+ /** Class for the large size of the list */
1406
+ large?: string;
1407
+ };
1408
+ /** Class for the virtual list configuration */
1409
+ virtual?: string;
1410
+ };
1411
+ /** Class for the content of the list within the dropdown */
1412
+ listContent?: string;
1413
+ /** Class for the footer of the list within the dropdown */
1414
+ listFooter?: string;
1415
+ }
1416
+
645
1417
  /**
646
1418
  * @hidden
647
1419
  */
648
1420
  export declare const dropDownListPrefix: string;
649
1421
 
1422
+ export declare interface DropDownsActionSheetClasses {
1423
+ /** Wrapper configurations for the action sheet component */
1424
+ wrapper?: {
1425
+ /** Main class for the action sheet */
1426
+ main?: string;
1427
+ /** Class for the fullscreen state of the action sheet */
1428
+ fullscreen?: string;
1429
+ /** Class for the bottom state of the action sheet */
1430
+ bottom?: string;
1431
+ };
1432
+ /** Class for the header text, centered */
1433
+ header?: string;
1434
+ /** Title bar configurations for the action sheet */
1435
+ titleBar?: {
1436
+ /** Main class for the title bar within the action sheet */
1437
+ main?: string;
1438
+ /** Class for positioning the title bar horizontally */
1439
+ position?: string;
1440
+ };
1441
+ /** Class for the title of the action sheet */
1442
+ title?: string;
1443
+ /** Subtitle configurations for the action sheet */
1444
+ subtitle?: {
1445
+ /** Main class for the subtitle in the action sheet */
1446
+ main?: string;
1447
+ /** Class for centered text in the subtitle */
1448
+ textCenter?: string;
1449
+ };
1450
+ /** Class for the actions container within the action sheet */
1451
+ actions?: string;
1452
+ /** Title bar group configurations for the action sheet */
1453
+ titleBarGroup?: {
1454
+ /** Main class for the title bar group */
1455
+ main?: string;
1456
+ /** Class for the filter within the action sheet */
1457
+ filter?: string;
1458
+ };
1459
+ }
1460
+
650
1461
  /**
651
- * @hidden
1462
+ * DropDowns classes
652
1463
  */
653
1464
  export declare interface DropDownsClassStructure {
654
- uDropDownsActionSheet?: WidgetClassStructure;
655
- uDropDownsBase?: WidgetClassStructure;
656
- uDropDownList?: WidgetClassStructure;
657
- uComboBox?: WidgetClassStructure;
1465
+ uDropDownsActionSheet?: DropDownsActionSheetClasses;
1466
+ uDropDownsBase?: DropDownBaseClasses;
1467
+ uDropDownList?: DropDownListClasses;
1468
+ uComboBox?: ComboBoxClasses;
658
1469
  }
659
1470
 
660
1471
  /**
@@ -769,8 +1580,39 @@ declare const EMPTY_ID = "";
769
1580
  */
770
1581
  export declare const enableNavigatableContainer: (containerElement: HTMLElement, elementsSelectors?: string[]) => void;
771
1582
 
1583
+ /** Animation states for enter transition */
1584
+ export declare interface Enter extends AnimationStatesClasses {
1585
+ }
1586
+
1587
+ /** Active states for enter transition */
1588
+ export declare interface EnterActive extends AnimationStatesClasses {
1589
+ }
1590
+
772
1591
  declare type EqualityFn<TFunc extends (...args: any[]) => any> = (newArgs: Parameters<TFunc>, lastArgs: Parameters<TFunc>) => boolean;
773
1592
 
1593
+ export declare interface ErrorClasses {
1594
+ /** Wrapper element configurations */
1595
+ wrapper?: {
1596
+ /** Main class for the wrapper */
1597
+ main?: string;
1598
+ /** Direction-related configurations */
1599
+ direction?: {
1600
+ /** Class for start-aligned text */
1601
+ start?: string;
1602
+ /** Class for end-aligned text */
1603
+ end?: string;
1604
+ };
1605
+ };
1606
+ }
1607
+
1608
+ /** Animation states for exit transition */
1609
+ export declare interface Exit extends AnimationStatesClasses {
1610
+ }
1611
+
1612
+ /** Active states for exit transition */
1613
+ export declare interface ExitActive extends AnimationStatesClasses {
1614
+ }
1615
+
774
1616
  /**
775
1617
  * Similar to the `Object.assign` function. Additionally, creates a new array for the subitems.
776
1618
  *
@@ -862,6 +1704,39 @@ export declare const fillModeMap: PresetOption;
862
1704
  */
863
1705
  export declare const firstFocusableChild: (element: HTMLElement, elementsSelectors?: string[]) => HTMLElement | undefined;
864
1706
 
1707
+ export declare interface FloatingLabelClasses {
1708
+ /** Wrapper element configurations */
1709
+ wrapper?: {
1710
+ /** Main class for the wrapper */
1711
+ main?: string;
1712
+ /** Class applied when the element is focused */
1713
+ focused?: string;
1714
+ /** Class applied when the element is empty */
1715
+ empty?: string;
1716
+ /** Class for non-empty state (empty in this case) */
1717
+ notEmpty?: string;
1718
+ /** Class for disabled state */
1719
+ disabled?: string;
1720
+ /** Class applied when in RTL mode */
1721
+ isRtl?: string;
1722
+ };
1723
+ /** Label element configurations */
1724
+ label?: {
1725
+ /** Main class for the label */
1726
+ main?: string;
1727
+ /** Class applied when the label is focused */
1728
+ focused?: string;
1729
+ /** Class applied when the label is empty */
1730
+ empty?: string;
1731
+ /** Class for non-empty label state */
1732
+ notEmpty?: string;
1733
+ /** Class applied when the label is in an invalid state */
1734
+ invalid?: string;
1735
+ /** Class applied when the label is disabled */
1736
+ disabled?: string;
1737
+ };
1738
+ }
1739
+
865
1740
  /**
866
1741
  * @hidden
867
1742
  */
@@ -888,11 +1763,44 @@ export declare const focusFirstFocusableChild: (element: HTMLElement, elementsSe
888
1763
  */
889
1764
  export declare const focusLastFocusableChild: (element: HTMLElement, elementsSelectors?: string[]) => void;
890
1765
 
1766
+ export declare interface FormClasses {
1767
+ /** Form configurations */
1768
+ form?: {
1769
+ /** Main class for the form */
1770
+ main?: string;
1771
+ /** Size configurations for the form */
1772
+ size?: {
1773
+ /** Prefix for size classes */
1774
+ prefix?: string;
1775
+ /** Class for small size */
1776
+ small?: string;
1777
+ /** Class for medium size */
1778
+ medium?: string;
1779
+ /** Class for large size */
1780
+ large?: string;
1781
+ };
1782
+ /** Orientation configurations for the form */
1783
+ orientation?: {
1784
+ /** Class for horizontal orientation */
1785
+ horizontal?: string;
1786
+ /** Class for vertical orientation */
1787
+ vertical?: string;
1788
+ };
1789
+ };
1790
+ /** Field configurations within the form */
1791
+ field?: {
1792
+ /** Main class for form fields */
1793
+ main?: string;
1794
+ /** Class indicating right-to-left (RTL) layout */
1795
+ isRtl?: string;
1796
+ };
1797
+ }
1798
+
891
1799
  /**
892
- * @hidden
1800
+ * Form classes
893
1801
  */
894
1802
  export declare interface FormClassStructure {
895
- uForm?: WidgetClassStructure;
1803
+ uForm?: FormClasses;
896
1804
  }
897
1805
 
898
1806
  /**
@@ -1148,6 +2056,23 @@ export declare function hasChildren(item: any, childrenField: string): boolean;
1148
2056
  /** @hidden */
1149
2057
  export declare const hasRelativeStackingContext: (elementSource?: HTMLElement) => boolean;
1150
2058
 
2059
+ export declare interface HintClasses {
2060
+ /** Wrapper element configurations */
2061
+ wrapper?: {
2062
+ /** Main class for the wrapper */
2063
+ main?: string;
2064
+ /** Direction-related configurations */
2065
+ direction?: {
2066
+ /** Class for start-aligned text */
2067
+ start?: string;
2068
+ /** Class for end-aligned text */
2069
+ end?: string;
2070
+ /** Class for disabled state */
2071
+ disabled?: string;
2072
+ };
2073
+ };
2074
+ }
2075
+
1151
2076
  /**
1152
2077
  * Represents the [KendoReact Icon component]({% slug overview_icon %}).
1153
2078
  *
@@ -1208,10 +2133,10 @@ export declare interface IconProps extends BaseIconProps, KendoMouse<IconHandle,
1208
2133
  }
1209
2134
 
1210
2135
  /**
1211
- * @hidden
2136
+ * Icons classes
1212
2137
  */
1213
2138
  export declare interface IconsClassStructure {
1214
- uSvgIcon?: WidgetClassStructure;
2139
+ uSvgIcon?: SVGIconClasses;
1215
2140
  }
1216
2141
 
1217
2142
  /**
@@ -1278,6 +2203,24 @@ export declare type IconThemeColor = 'inherit' | 'primary' | 'secondary' | 'tert
1278
2203
  */
1279
2204
  export declare const IconWrap: React_2.ForwardRefExoticComponent<IconProps & SvgIconProps & React_2.RefAttributes<(IconHandle & SvgIconHandle) | null>>;
1280
2205
 
2206
+ export declare interface InputClasses {
2207
+ /** Input element configurations */
2208
+ input?: {
2209
+ /** Main class for the input, combining size, rounded, and fill mode */
2210
+ main?: string;
2211
+ /** Disabled state class */
2212
+ disabled?: string;
2213
+ /** Required state class */
2214
+ required?: string;
2215
+ /** Invalid state class */
2216
+ invalid?: string;
2217
+ /** RTL (right-to-left) layout class */
2218
+ isRtl?: string;
2219
+ };
2220
+ /** Clear button class */
2221
+ clearButton?: string;
2222
+ }
2223
+
1281
2224
  /**
1282
2225
  * @hidden
1283
2226
  */
@@ -1299,14 +2242,14 @@ export declare const inputs: {
1299
2242
  };
1300
2243
 
1301
2244
  /**
1302
- * @hidden
2245
+ * Inputs classes
1303
2246
  */
1304
2247
  export declare interface InputsClassStructure {
1305
- uMaskedTextBox?: WidgetClassStructure;
1306
- uRadioGroup?: WidgetClassStructure;
1307
- uRadioButton?: WidgetClassStructure;
1308
- uTextBox?: WidgetClassStructure;
1309
- uInput?: WidgetClassStructure;
2248
+ uMaskedTextBox?: MaskedTextBoxClasses;
2249
+ uRadioGroup?: RadioGroupClasses;
2250
+ uRadioButton?: RadioButtonClasses;
2251
+ uTextBox?: TextBoxClasses;
2252
+ uInput?: InputClasses;
1310
2253
  }
1311
2254
 
1312
2255
  /**
@@ -1513,6 +2456,20 @@ export declare const Keys: {
1513
2456
  delete: number;
1514
2457
  };
1515
2458
 
2459
+ export declare interface LabelClasses {
2460
+ /** Label */
2461
+ label?: {
2462
+ /** Main class for the label */
2463
+ main?: string;
2464
+ /** Class applied when the label is in an empty state */
2465
+ empty?: string;
2466
+ /** Class applied when the label is in an invalid state */
2467
+ invalid?: string;
2468
+ /** Class applied when the label is disabled */
2469
+ disabled?: string;
2470
+ };
2471
+ }
2472
+
1516
2473
  /**
1517
2474
  * @hidden
1518
2475
  */
@@ -1526,13 +2483,13 @@ export declare const labels: {
1526
2483
  };
1527
2484
 
1528
2485
  /**
1529
- * @hidden
2486
+ * Labels classes
1530
2487
  */
1531
2488
  export declare interface LabelsClassStructure {
1532
- uError?: WidgetClassStructure;
1533
- uHint?: WidgetClassStructure;
1534
- uLabel?: WidgetClassStructure;
1535
- uFloatingLabel?: WidgetClassStructure;
2489
+ uError?: ErrorClasses;
2490
+ uHint?: HintClasses;
2491
+ uLabel?: LabelClasses;
2492
+ uFloatingLabel?: FloatingLabelClasses;
1536
2493
  }
1537
2494
 
1538
2495
  /**
@@ -1592,6 +2549,51 @@ export declare type MarginEnum = 'xsmall' | 'small' | 'medium' | 'large' | 'xlar
1592
2549
  */
1593
2550
  export declare const maskedPrefix: string;
1594
2551
 
2552
+ export declare interface MaskedTextBoxClasses {
2553
+ /** Wrapper configurations for the masked input */
2554
+ wrapper?: {
2555
+ /** Main class for the wrapper */
2556
+ main?: string;
2557
+ /** Class for the input element */
2558
+ input?: string;
2559
+ /** Size configurations for the input */
2560
+ size?: {
2561
+ /** Small size class */
2562
+ small?: string;
2563
+ /** Medium size class */
2564
+ medium?: string;
2565
+ /** Large size class */
2566
+ large?: string;
2567
+ };
2568
+ /** Fill mode configurations for the input */
2569
+ fillMode?: {
2570
+ /** Solid fill mode class */
2571
+ solid?: string;
2572
+ /** Outline fill mode class */
2573
+ outline?: string;
2574
+ /** Flat fill mode class */
2575
+ flat?: string;
2576
+ };
2577
+ /** Rounded border configurations */
2578
+ rounded?: {
2579
+ /** Small rounded border class */
2580
+ small?: string;
2581
+ /** Medium rounded border class */
2582
+ medium?: string;
2583
+ /** Large rounded border class */
2584
+ large?: string;
2585
+ };
2586
+ /** Disabled state class */
2587
+ disabled?: string;
2588
+ /** Invalid state class */
2589
+ invalid?: string;
2590
+ /** RTL (right-to-left) layout class */
2591
+ isRtl?: string;
2592
+ };
2593
+ /** Class for the inner part of the input */
2594
+ inputInner?: string;
2595
+ }
2596
+
1595
2597
  declare type MemoizedFn<TFunc extends (this: any, ...args: any[]) => any> = {
1596
2598
  clear: () => void;
1597
2599
  (this: ThisParameterType<TFunc>, ...args: Parameters<TFunc>): ReturnType<TFunc>;
@@ -1787,28 +2789,85 @@ export declare const popup: {
1787
2789
  prefix: string;
1788
2790
  };
1789
2791
 
2792
+ export declare interface PopupClasses {
2793
+ /** Prefix for the animation container */
2794
+ animationContainer?: string;
2795
+ /** Prefix for the shown animation container */
2796
+ animationContainerShown?: string;
2797
+ /** Prefix for child animations within the animation */
2798
+ animationChild?: string;
2799
+ /** Prefix for the popup animation */
2800
+ popup?: string;
2801
+ /** Slide animation configurations for different directions */
2802
+ slide?: SlideClasses;
2803
+ /** Active slide animation configurations for different directions */
2804
+ slideActive?: SlideClasses;
2805
+ }
2806
+
1790
2807
  /**
1791
- * @hidden
2808
+ * Popup classes
1792
2809
  */
1793
2810
  export declare interface PopupClassStructure {
1794
- uPopup?: WidgetClassStructure;
2811
+ uPopup?: PopupClasses;
1795
2812
  }
1796
2813
 
1797
2814
  declare type PresetOption = Record<Exclude<any, null>, string>;
1798
2815
 
2816
+ export declare interface RadioButtonClasses {
2817
+ /** Input configurations */
2818
+ input?: {
2819
+ /** Class for the radio input */
2820
+ radio?: string;
2821
+ /** Size configurations for the radio input */
2822
+ size?: {
2823
+ /** Prefix for size classes */
2824
+ prefix?: string;
2825
+ /** Class for small size radio input */
2826
+ small?: string;
2827
+ /** Class for medium size radio input */
2828
+ medium?: string;
2829
+ /** Class for large size radio input */
2830
+ large?: string;
2831
+ };
2832
+ /** Class for invalid state */
2833
+ invalid?: string;
2834
+ /** Class for checked state */
2835
+ checked?: string;
2836
+ };
2837
+ /** Class for wrapping container */
2838
+ wrap?: string;
2839
+ /** Class for the label */
2840
+ label?: string;
2841
+ }
2842
+
1799
2843
  /**
1800
2844
  * @hidden
1801
2845
  */
1802
- export declare const radioButtonClasses: {
1803
- [key: string]: any;
1804
- };
2846
+ export declare const radioButtonClasses: RadioButtonClasses;
2847
+
2848
+ export declare interface RadioGroupClasses {
2849
+ /** Unordered list (ul) configurations */
2850
+ ul?: {
2851
+ /** Main class for the ul element */
2852
+ main?: string;
2853
+ /** Class for horizontal list layout */
2854
+ horizontal?: string;
2855
+ /** Class for vertical list layout */
2856
+ vertical?: string;
2857
+ };
2858
+ /** Item configurations inside the ul */
2859
+ item?: {
2860
+ /** Main class for the list item (li) element */
2861
+ main?: string;
2862
+ /** Class for disabled state of list item */
2863
+ disabled?: string;
2864
+ };
2865
+ }
1805
2866
 
1806
2867
  /**
1807
2868
  * @hidden
1808
2869
  */
1809
- export declare const radioGroupClasses: {
1810
- [key: string]: any;
1811
- };
2870
+ export declare const radioGroupClasses: RadioGroupClasses;
1812
2871
 
1813
2872
  /**
1814
2873
  * @hidden
@@ -1881,11 +2940,49 @@ export declare function setter(field: string): any;
1881
2940
  */
1882
2941
  export declare function shouldShowValidationUI(packageMetadata: any): boolean;
1883
2942
 
2943
+ /** Size options */
2944
+ export declare interface SizeClasses {
2945
+ /** Default size (16px by 16px) */
2946
+ default?: string;
2947
+ /** Extra small size (0.75 times the default size) */
2948
+ xsmall?: string;
2949
+ /** Small size (0.875 times the default size) */
2950
+ small?: string;
2951
+ /** Medium size, same as default (16px by 16px) */
2952
+ medium?: string;
2953
+ /** Large size (1.25 times the default size) */
2954
+ large?: string;
2955
+ /** Extra large size (1.5 times the default size) */
2956
+ xlarge?: string;
2957
+ /** Double extra large size (2 times the default size) */
2958
+ xxlarge?: string;
2959
+ /** Triple extra large size (3 times the default size) */
2960
+ xxxlarge?: string;
2961
+ }
2962
+
1884
2963
  /**
1885
2964
  * @hidden
1886
2965
  */
1887
2966
  export declare const sizeMap: PresetOption;
1888
2967
 
2968
+ export declare interface SlideAnimationClasses {
2969
+ /** Enter animation prefix for sliding up */
2970
+ enter?: string;
2971
+ /** Exit animation prefix for sliding up */
2972
+ exit?: string;
2973
+ }
2974
+
2975
+ export declare interface SlideClasses {
2976
+ /** Animation settings for sliding up */
2977
+ up?: SlideAnimationClasses;
2978
+ /** Animation settings for sliding down */
2979
+ down?: SlideAnimationClasses;
2980
+ /** Animation settings for sliding left */
2981
+ left?: SlideAnimationClasses;
2982
+ /** Animation settings for sliding right */
2983
+ right?: SlideAnimationClasses;
2984
+ }
2985
+
1889
2986
  /**
1890
2987
  * @hidden
1891
2988
  */
@@ -1938,6 +3035,16 @@ export declare const states: {
1938
3035
  */
1939
3036
  export declare const strippedClassNames: (...args: any[]) => string;
1940
3037
 
3038
+ /** SVG classes configuration */
3039
+ export declare interface SvgClasses {
3040
+ /** Main SVG class, sets fill and flex behavior */
3041
+ main?: string;
3042
+ /** Horizontal flip transformation for the SVG */
3043
+ flipH?: string;
3044
+ /** Vertical flip transformation for the SVG */
3045
+ flipV?: string;
3046
+ }
3047
+
1941
3048
  /**
1942
3049
  * @hidden
1943
3050
  */
@@ -1974,6 +3081,16 @@ export declare interface SVGIcon {
1974
3081
  */
1975
3082
  export declare const SvgIcon: React_2.ForwardRefExoticComponent<SvgIconProps & React_2.RefAttributes<SvgIconHandle | null>>;
1976
3083
 
3084
+ /**
3085
+ * SVGIcon Classes
3086
+ */
3087
+ export declare interface SVGIconClasses {
3088
+ /** Wrapper configuration*/
3089
+ wrapper?: WrapperClasses;
3090
+ /** SVG configuration */
3091
+ svg?: SvgClasses;
3092
+ }
3093
+
1977
3094
  /**
1978
3095
  * @hidden
1979
3096
  */
@@ -2025,11 +3142,244 @@ export declare const svgIconPropType: PropTypes.Requireable<PropTypes.InferProps
2025
3142
  */
2026
3143
  export declare const TABBABLE_ELEMENTS: string[];
2027
3144
 
3145
+ export declare interface TextBoxClasses {
3146
+ /** Wrapper configurations for the text box */
3147
+ wrapper?: {
3148
+ /** Main class for the wrapper */
3149
+ main?: string;
3150
+ /** Class for the input element */
3151
+ input?: string;
3152
+ /** Size configurations for the input */
3153
+ size?: {
3154
+ /** Small size class */
3155
+ small?: string;
3156
+ /** Medium size class */
3157
+ medium?: string;
3158
+ /** Large size class */
3159
+ large?: string;
3160
+ };
3161
+ /** Fill mode configurations for the input */
3162
+ fillMode?: {
3163
+ /** Solid fill mode class */
3164
+ solid?: string;
3165
+ /** Outline fill mode class */
3166
+ outline?: string;
3167
+ /** Flat fill mode class */
3168
+ flat?: string;
3169
+ };
3170
+ /** Rounded border configurations */
3171
+ rounded?: {
3172
+ /** Small rounded border class */
3173
+ small?: string;
3174
+ /** Medium rounded border class */
3175
+ medium?: string;
3176
+ /** Large rounded border class */
3177
+ large?: string;
3178
+ };
3179
+ /** Disabled state class */
3180
+ disabled?: string;
3181
+ /** Focused state class */
3182
+ focused?: string;
3183
+ /** Required state class */
3184
+ required?: string;
3185
+ /** Invalid state class */
3186
+ invalid?: string;
3187
+ /** RTL (right-to-left) layout class */
3188
+ isRtl?: string;
3189
+ };
3190
+ /** Class for the inner part of the input */
3191
+ inputInner?: string;
3192
+ /** Prefix configurations for the input */
3193
+ prefix?: {
3194
+ /** Main class for the prefix */
3195
+ main?: string;
3196
+ /** Orientation configurations for the prefix */
3197
+ orientation?: {
3198
+ /** Horizontal orientation class */
3199
+ horizontal?: string;
3200
+ /** Vertical orientation class */
3201
+ vertical?: string;
3202
+ };
3203
+ };
3204
+ /** Suffix configurations for the input */
3205
+ suffix?: {
3206
+ /** Main class for the suffix */
3207
+ main?: string;
3208
+ /** Orientation configurations for the suffix */
3209
+ orientation?: {
3210
+ /** Horizontal orientation class */
3211
+ horizontal?: string;
3212
+ /** Vertical orientation class */
3213
+ vertical?: string;
3214
+ };
3215
+ };
3216
+ }
3217
+
3218
+ /** Theme color options for the wrapper */
3219
+ export declare interface ThemeColorClasses {
3220
+ /** The text color should inherit from its parent */
3221
+ inherit?: string;
3222
+ /** Text color for the primary theme */
3223
+ primary?: string;
3224
+ /** Text color for the secondary theme */
3225
+ secondary?: string;
3226
+ /** Text color for the tertiary theme */
3227
+ tertiary?: string;
3228
+ /** Text color for informational messages */
3229
+ info?: string;
3230
+ /** Text color indicating success */
3231
+ success?: string;
3232
+ /** Text color for warnings */
3233
+ warning?: string;
3234
+ /** Text color indicating errors */
3235
+ error?: string;
3236
+ /** Text color for dark theme */
3237
+ dark?: string;
3238
+ /** Text color for light theme */
3239
+ light?: string;
3240
+ }
3241
+
3242
+ /** Theme colors fill mode options for */
3243
+ export declare interface ThemeColorFillModeClasses {
3244
+ /** Fill mode options for theme colors */
3245
+ fillMode?: {
3246
+ /** Solid fill mode for theme colors */
3247
+ solid?: string;
3248
+ /** Outline fill mode for theme colors */
3249
+ outline?: string;
3250
+ /** Flat fill mode for theme colors */
3251
+ flat?: string;
3252
+ /** Link fill mode for theme colors */
3253
+ link?: string;
3254
+ /** Clear fill mode for theme colors */
3255
+ clear?: string;
3256
+ };
3257
+ }
3258
+
2028
3259
  /**
2029
3260
  * @hidden
2030
3261
  */
2031
3262
  export declare const themeColorMap: PresetOption;
2032
3263
 
3264
+ export declare interface TimeClasses {
3265
+ /** Footer configuration for the date input */
3266
+ footer?: TimeFooterClasses;
3267
+ /** Cancel action class for the date input */
3268
+ cancel?: string;
3269
+ /** Accept action class for the date input */
3270
+ accept?: string;
3271
+ /** Part configuration for the date input */
3272
+ part?: TimePartClasses;
3273
+ /** Header class for the date input */
3274
+ header?: string;
3275
+ /** Now action class for the date input */
3276
+ now?: string;
3277
+ /** List container class for the date input */
3278
+ listContainer?: string;
3279
+ /** Highlighted state class for the date input */
3280
+ highlight?: string;
3281
+ /** List wrapper configuration for the date input */
3282
+ listWrapper?: TimeListWrapperClasses;
3283
+ /** List class for the date input */
3284
+ list?: string;
3285
+ /** Main container configuration for the date input */
3286
+ container?: TimeContainerClasses;
3287
+ /** Container selector class for the date input */
3288
+ containerSelector?: string;
3289
+ /** Separator class for the date input */
3290
+ separator?: string;
3291
+ /** Unordered list class */
3292
+ ul?: string;
3293
+ /** List item class */
3294
+ li?: string;
3295
+ /** Title class for the date input */
3296
+ title?: string;
3297
+ /** Scrollable placeholder class for the date input */
3298
+ scrollablePlaceholder?: string;
3299
+ }
3300
+
3301
+ export declare interface TimeContainerClasses {
3302
+ /** Main container class for the date input */
3303
+ main?: string;
3304
+ /** Scrollable state class for the container */
3305
+ scrollable?: string;
3306
+ /** Content class within the container */
3307
+ content?: string;
3308
+ }
3309
+
3310
+ export declare interface TimeFooterClasses {
3311
+ /** Main footer class for time date input */
3312
+ main?: string;
3313
+ /** Actions container class within the footer */
3314
+ actions?: string;
3315
+ /** Stretched state class for the footer actions */
3316
+ stretched?: string;
3317
+ /** Horizontal alignment class for the footer actions */
3318
+ horizontal?: string;
3319
+ }
3320
+
3321
+ export declare interface TimeListWrapperClasses {
3322
+ /** Main wrapper class for the list */
3323
+ main?: string;
3324
+ /** Focused state class for the list wrapper */
3325
+ focused?: string;
3326
+ }
3327
+
3328
+ export declare interface TimePartClasses {
3329
+ /** Main class for the part of the date input */
3330
+ main?: string;
3331
+ /** Disabled state class for the part */
3332
+ disabled?: string;
3333
+ }
3334
+
3335
+ export declare interface TimePickerClasses {
3336
+ /** Wrapper configuration for the timepicker */
3337
+ wrapper?: TimePickerWrapperClasses;
3338
+ /** Button class for the input component of the timepicker */
3339
+ inputButton?: string;
3340
+ /** Popup configuration for the timepicker */
3341
+ popup?: TimePopupClasses;
3342
+ /** Time selector configuration for the timepicker */
3343
+ timeSelector?: TimeSelectorClasses;
3344
+ }
3345
+
3346
+ export declare interface TimePickerWrapperClasses {
3347
+ /** Main class for the timepicker wrapper */
3348
+ main?: string;
3349
+ /** Input class for the timepicker */
3350
+ input?: string;
3351
+ /** Size configurations for the timepicker */
3352
+ size?: DateTimeSizeClasses;
3353
+ /** Fill mode configurations for the timepicker */
3354
+ fillMode?: DateTimeFillModeClasses;
3355
+ /** Rounded configurations for the timepicker */
3356
+ rounded?: DateTimeRoundedClasses;
3357
+ /** Disabled state class for the timepicker */
3358
+ disabled?: string;
3359
+ /** Required state class for the timepicker */
3360
+ required?: string;
3361
+ /** Invalid state class for the timepicker */
3362
+ invalid?: string;
3363
+ }
3364
+
3365
+ export declare interface TimePopupClasses {
3366
+ /** Main class for the timepicker popup */
3367
+ main?: string;
3368
+ /** Container class for the popup list */
3369
+ container?: string;
3370
+ }
3371
+
3372
+ export declare interface TimeSelectorClasses {
3373
+ /** Main class for the time selector */
3374
+ main?: string;
3375
+ /** Size configurations for the time selector */
3376
+ size?: DateTimeSizeClasses;
3377
+ /** Disabled state class for the time selector */
3378
+ disabled?: string;
3379
+ /** Reset class for the time selector */
3380
+ reset?: string;
3381
+ }
3382
+
2033
3383
  /**
2034
3384
  * @hidden
2035
3385
  */
@@ -2337,9 +3687,9 @@ export declare const uLabel: WidgetClassStructure;
2337
3687
  export declare const uMaskedTextBox: WidgetClassStructure;
2338
3688
 
2339
3689
  /**
2340
- * @hidden
3690
+ * UnstyledContext
2341
3691
  */
2342
- export declare const UnstyledContext: React_3.Context<any>;
3692
+ export declare const UnstyledContext: React_3.Context<AllClassStructure | undefined>;
2343
3693
 
2344
3694
  /**
2345
3695
  * @hidden
@@ -2461,7 +3811,7 @@ export declare const usePropsContext: <T extends unknown>(context: React_2.Conte
2461
3811
  export declare function useRtl(elementRef: React_2.RefObject<HTMLElement | null>, initialDir?: string, args?: any): string | undefined;
2462
3812
 
2463
3813
  /**
2464
- * @hidden
3814
+ * useUnstyled
2465
3815
  */
2466
3816
  export declare const useUnstyled: () => AllClassStructure | undefined;
2467
3817
 
@@ -2526,6 +3876,24 @@ export declare const withPropsContext: <T extends unknown>(context: React_2.Cont
2526
3876
  /** @hidden */
2527
3877
  export declare const withUnstyledHOC: <P extends object>(Component: React_2.ComponentType<P>) => React_2.ForwardRefExoticComponent<React_2.PropsWithoutRef<P> & React_2.RefAttributes<any>>;
2528
3878
 
3879
+ /** Wrapper classes configuration */
3880
+ export declare interface WrapperClasses {
3881
+ /** Main wrapper class */
3882
+ main?: string;
3883
+ /** SVG prefix class */
3884
+ svgPrefix?: string;
3885
+ /** SVG name prefix class */
3886
+ namePrefix?: string;
3887
+ /** Horizontal flip transformation */
3888
+ flipH?: string;
3889
+ /** Vertical flip transformation */
3890
+ flipV?: string;
3891
+ /** Theme color options for the wrapper */
3892
+ themeColor?: ThemeColorClasses;
3893
+ /** Size options for the wrapper */
3894
+ size?: SizeClasses;
3895
+ }
3896
+
2529
3897
  /**
2530
3898
  * @hidden
2531
3899
  */