@progress/kendo-react-common 8.3.0-develop.4 → 8.3.0-develop.6

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
@@ -20,7 +20,7 @@ export declare function addItem(item: any, operation: 'before' | 'after' | 'chil
20
20
  /**
21
21
  * @hidden
22
22
  */
23
- export declare interface AllClassStructure extends AnimationsClassStructure, IconsClassStructure, ButtonsClassStructure, PopupClassStructure, GridClassStructure, MaskedTextBoxClassStructure, RadioButtonClassStructure, RadioGroupClassStructure {
23
+ export declare interface AllClassStructure extends AnimationsClassStructure, ButtonsClassStructure, DropDownsClassStructure, GridClassStructure, IconsClassStructure, InputsClassStructure, LabelsClassStructure, PopupClassStructure {
24
24
  }
25
25
 
26
26
  /**
@@ -98,6 +98,21 @@ export declare interface AutoScrollOptions {
98
98
  }> | null;
99
99
  }
100
100
 
101
+ /**
102
+ * @hidden
103
+ */
104
+ export declare const base: {
105
+ prefix: string;
106
+ important: string;
107
+ rtl: string;
108
+ rounded: string;
109
+ value: string;
110
+ filter: string;
111
+ virtual: string;
112
+ clear: string;
113
+ nodata: string;
114
+ };
115
+
101
116
  /** @hidden */
102
117
  declare interface BaseDraggableEvent {
103
118
  /**
@@ -226,6 +241,11 @@ export declare class BrowserSupportService {
226
241
  get scrollbarWidth(): number;
227
242
  }
228
243
 
244
+ /**
245
+ * @hidden
246
+ */
247
+ export declare const buttonPrefix: string;
248
+
229
249
  /**
230
250
  * @hidden
231
251
  */
@@ -289,6 +309,35 @@ export declare interface CollectionAction<T> {
289
309
  item: T;
290
310
  }
291
311
 
312
+ /**
313
+ * @hidden
314
+ */
315
+ export declare const components: {
316
+ actionsheet: string;
317
+ dropdownlist: string;
318
+ maskedtextbox: string;
319
+ menu: string;
320
+ searchbox: string;
321
+ };
322
+
323
+ /**
324
+ * @hidden
325
+ */
326
+ export declare const containers: {
327
+ actions: string;
328
+ container: string;
329
+ content: string;
330
+ group: string;
331
+ row: string;
332
+ wrap: string;
333
+ list: string;
334
+ popup: string;
335
+ item: string;
336
+ picker: string;
337
+ titlebar: string;
338
+ optionlabel: string;
339
+ };
340
+
292
341
  /**
293
342
  * @hidden
294
343
  */
@@ -297,6 +346,22 @@ declare function createId(childId: string | number, parentId?: string): string;
297
346
  /** @hidden */
298
347
  export declare const createPropsContext: <T extends unknown>() => React_2.Context<(p: T) => T>;
299
348
 
349
+ /**
350
+ * @hidden
351
+ */
352
+ export declare const cssUtils: {
353
+ center: string;
354
+ hbox: string;
355
+ overflow: string;
356
+ };
357
+
358
+ /**
359
+ * @hidden
360
+ */
361
+ export declare const cursor: {
362
+ default: string;
363
+ };
364
+
300
365
  /**
301
366
  * @hidden
302
367
  */
@@ -313,6 +378,31 @@ export declare interface DataItemWrapper {
313
378
  dataIndex: number;
314
379
  }
315
380
 
381
+ /**
382
+ * @hidden
383
+ */
384
+ export declare const ddbPrefix: string;
385
+
386
+ /**
387
+ * @hidden
388
+ */
389
+ export declare const dimensions: {
390
+ height: string;
391
+ width: string;
392
+ };
393
+
394
+ /**
395
+ * @hidden
396
+ */
397
+ export declare const directionMap: {
398
+ up: string;
399
+ down: string;
400
+ left: string;
401
+ right: string;
402
+ start: string;
403
+ end: string;
404
+ };
405
+
316
406
  /**
317
407
  * @hidden
318
408
  */
@@ -472,6 +562,20 @@ export declare interface DraggableProps extends DraggableOptions {
472
562
  export declare interface DraggableReleaseEvent extends BaseDraggableEvent {
473
563
  }
474
564
 
565
+ /**
566
+ * @hidden
567
+ */
568
+ export declare const dropDownListPrefix: string;
569
+
570
+ /**
571
+ * @hidden
572
+ */
573
+ export declare interface DropDownsClassStructure {
574
+ uDropDownsActionSheet?: WidgetClassStructure;
575
+ uDropDownsBase?: WidgetClassStructure;
576
+ uDropDownList?: WidgetClassStructure;
577
+ }
578
+
475
579
  /**
476
580
  * Represents the KendoReact Droppable component.
477
581
  *
@@ -551,6 +655,26 @@ declare type ElementMouse = {
551
655
  [P in keyof Required<KendoMouse<any, any>>]: (event: React_2.MouseEvent<any>) => void;
552
656
  };
553
657
 
658
+ /**
659
+ * @hidden
660
+ */
661
+ export declare const elements: {
662
+ table: string;
663
+ text: string;
664
+ button: string;
665
+ tbody: string;
666
+ thead: string;
667
+ th: string;
668
+ td: string;
669
+ header: string;
670
+ footer: string;
671
+ icon: string;
672
+ title: string;
673
+ link: string;
674
+ label: string;
675
+ ul: string;
676
+ };
677
+
554
678
  /**
555
679
  * @hidden
556
680
  */
@@ -644,6 +768,11 @@ export declare interface FieldRenderPropsBase {
644
768
  [customProp: string]: any;
645
769
  }
646
770
 
771
+ /**
772
+ * @hidden
773
+ */
774
+ export declare const fillModeMap: Record<Exclude<any, null>, string>;
775
+
647
776
  /**
648
777
  * @hidden
649
778
  */
@@ -876,6 +1005,25 @@ export declare const getTabIndex: (tabIndex?: number | string, disabled?: boolea
876
1005
  */
877
1006
  export declare function getter(field: string): (values: any) => any;
878
1007
 
1008
+ /**
1009
+ * @hidden
1010
+ */
1011
+ export declare const grid: {
1012
+ prefix: string;
1013
+ ariaRoot: string;
1014
+ tableWrap: string;
1015
+ master: string;
1016
+ column: string;
1017
+ cell: string;
1018
+ cellInner: string;
1019
+ row: string;
1020
+ group: string;
1021
+ hierarchy: string;
1022
+ detail: string;
1023
+ noRecords: string;
1024
+ pager: string;
1025
+ };
1026
+
879
1027
  /**
880
1028
  * @hidden
881
1029
  */
@@ -883,6 +1031,11 @@ export declare interface GridClassStructure {
883
1031
  uGrid?: WidgetClassStructure;
884
1032
  }
885
1033
 
1034
+ /**
1035
+ * @hidden
1036
+ */
1037
+ export declare const gridPrefix: string;
1038
+
886
1039
  /**
887
1040
  * @hidden
888
1041
  */
@@ -911,6 +1064,18 @@ export declare const hasRelativeStackingContext: (elementSource?: HTMLElement) =
911
1064
  */
912
1065
  export declare const Icon: React_2.ForwardRefExoticComponent<IconProps & React_2.RefAttributes<IconHandle | null>>;
913
1066
 
1067
+ /**
1068
+ * @hidden
1069
+ */
1070
+ export declare const icon: {
1071
+ prefix: string;
1072
+ svg: string;
1073
+ i: string;
1074
+ color: string;
1075
+ flipH: string;
1076
+ flipV: string;
1077
+ };
1078
+
914
1079
  /**
915
1080
  * Specifies the icon flip direction.
916
1081
  *
@@ -1014,6 +1179,35 @@ export declare type IconThemeColor = 'inherit' | 'primary' | 'secondary' | 'tert
1014
1179
  */
1015
1180
  export declare const IconWrap: React_2.ForwardRefExoticComponent<IconProps & SvgIconProps & React_2.RefAttributes<(IconHandle & SvgIconHandle) | null>>;
1016
1181
 
1182
+ /**
1183
+ * @hidden
1184
+ */
1185
+ export declare const inputPrefix: string;
1186
+
1187
+ /**
1188
+ * @hidden
1189
+ */
1190
+ export declare const inputs: {
1191
+ input: string;
1192
+ inner: string;
1193
+ maskedtextbox: string;
1194
+ radio: string;
1195
+ textbox: string;
1196
+ prefix: string;
1197
+ suffix: string;
1198
+ };
1199
+
1200
+ /**
1201
+ * @hidden
1202
+ */
1203
+ export declare interface InputsClassStructure {
1204
+ uMaskedTextBox?: WidgetClassStructure;
1205
+ uRadioGroup?: WidgetClassStructure;
1206
+ uRadioButton?: WidgetClassStructure;
1207
+ uTextBox?: WidgetClassStructure;
1208
+ uInput?: WidgetClassStructure;
1209
+ }
1210
+
1017
1211
  /**
1018
1212
  * @hidden
1019
1213
  */
@@ -1122,7 +1316,7 @@ export declare interface KendoReactComponentBaseProps {
1122
1316
  /**
1123
1317
  * @hidden
1124
1318
  */
1125
- declare interface KendoTheme {
1319
+ export declare interface KendoTheme {
1126
1320
  base: Record<Exclude<any, null>, string>;
1127
1321
  animation: Record<Exclude<any, null>, string>;
1128
1322
  containers: Record<Exclude<any, null>, string>;
@@ -1135,12 +1329,12 @@ declare interface KendoTheme {
1135
1329
  cursor: Record<Exclude<any, null>, string>;
1136
1330
  dimensions: Record<Exclude<any, null>, string>;
1137
1331
  states: Record<Exclude<any, null>, string>;
1138
- button: Record<Exclude<any, null>, string>;
1139
- input: Record<Exclude<any, null>, string>;
1332
+ inputs: Record<Exclude<any, null>, string>;
1333
+ labels: Record<Exclude<any, null>, string>;
1140
1334
  popup: Record<Exclude<any, null>, string>;
1141
- ddb: Record<Exclude<any, null>, string>;
1142
1335
  icon: Record<Exclude<any, null>, string>;
1143
1336
  grid: Record<Exclude<any, null>, string>;
1337
+ orientationMap: Record<Exclude<any, null>, string>;
1144
1338
  }
1145
1339
 
1146
1340
  /** @hidden */
@@ -1213,6 +1407,28 @@ export declare const Keys: {
1213
1407
  delete: number;
1214
1408
  };
1215
1409
 
1410
+ /**
1411
+ * @hidden
1412
+ */
1413
+ export declare const labels: {
1414
+ label: string;
1415
+ text: string;
1416
+ floatingLabel: string;
1417
+ container: string;
1418
+ hint: string;
1419
+ error: string;
1420
+ };
1421
+
1422
+ /**
1423
+ * @hidden
1424
+ */
1425
+ export declare interface LabelsClassStructure {
1426
+ uError?: WidgetClassStructure;
1427
+ uHint?: WidgetClassStructure;
1428
+ uLabel?: WidgetClassStructure;
1429
+ uFloatingLabel?: WidgetClassStructure;
1430
+ }
1431
+
1216
1432
  /**
1217
1433
  * @hidden
1218
1434
  */
@@ -1268,9 +1484,7 @@ export declare type MarginEnum = 'xsmall' | 'small' | 'medium' | 'large' | 'xlar
1268
1484
  /**
1269
1485
  * @hidden
1270
1486
  */
1271
- export declare interface MaskedTextBoxClassStructure {
1272
- uMaskedTextBox?: WidgetClassStructure;
1273
- }
1487
+ export declare const maskedPrefix: string;
1274
1488
 
1275
1489
  declare type MemoizedFn<TFunc extends (this: any, ...args: any[]) => any> = {
1276
1490
  clear: () => void;
@@ -1450,6 +1664,23 @@ export declare const noop: () => void;
1450
1664
 
1451
1665
  export { NormalizedDragEvent }
1452
1666
 
1667
+ /**
1668
+ * @hidden
1669
+ */
1670
+ export declare const orientationMap: Record<Exclude<any, null>, string>;
1671
+
1672
+ /**
1673
+ * @hidden
1674
+ */
1675
+ export declare const pickerPrefix: string;
1676
+
1677
+ /**
1678
+ * @hidden
1679
+ */
1680
+ export declare const popup: {
1681
+ prefix: string;
1682
+ };
1683
+
1453
1684
  /**
1454
1685
  * @hidden
1455
1686
  */
@@ -1460,16 +1691,21 @@ export declare interface PopupClassStructure {
1460
1691
  /**
1461
1692
  * @hidden
1462
1693
  */
1463
- export declare interface RadioButtonClassStructure {
1464
- uRadioButton?: WidgetClassStructure;
1465
- }
1694
+ export declare const radioButtonClasses: {
1695
+ [key: string]: any;
1696
+ };
1466
1697
 
1467
1698
  /**
1468
1699
  * @hidden
1469
1700
  */
1470
- export declare interface RadioGroupClassStructure {
1471
- uRadioGroup?: WidgetClassStructure;
1472
- }
1701
+ export declare const radioGroupClasses: {
1702
+ [key: string]: any;
1703
+ };
1704
+
1705
+ /**
1706
+ * @hidden
1707
+ */
1708
+ export declare const radioPrefix: string;
1473
1709
 
1474
1710
  /**
1475
1711
  * @hidden
@@ -1486,6 +1722,11 @@ export declare function resolveItemId(publicId: any, idField: string, items: any
1486
1722
  */
1487
1723
  export declare function resolveItemsIds(publicIds: any[], idField: string, items: any[], childrenField: string): string[];
1488
1724
 
1725
+ /**
1726
+ * @hidden
1727
+ */
1728
+ export declare const roundedMap: Record<Exclude<any, null>, string>;
1729
+
1489
1730
  /**
1490
1731
  * @hidden
1491
1732
  */
@@ -1532,6 +1773,11 @@ export declare function setter(field: string): any;
1532
1773
  */
1533
1774
  export declare function shouldShowValidationUI(packageMetadata: any): boolean;
1534
1775
 
1776
+ /**
1777
+ * @hidden
1778
+ */
1779
+ export declare const sizeMap: Record<Exclude<any, null>, string>;
1780
+
1535
1781
  /**
1536
1782
  * @hidden
1537
1783
  */
@@ -1541,6 +1787,39 @@ export declare class SortedPublicItemIds {
1541
1787
  hasId(publicItemId: any): boolean;
1542
1788
  }
1543
1789
 
1790
+ /**
1791
+ * @hidden
1792
+ */
1793
+ export declare const states: {
1794
+ adaptive: string;
1795
+ first: string;
1796
+ focus: string;
1797
+ last: string;
1798
+ draggable: string;
1799
+ filterable: string;
1800
+ grouping: string;
1801
+ selected: string;
1802
+ disabled: string;
1803
+ hidden: string;
1804
+ invalid: string;
1805
+ loading: string;
1806
+ required: string;
1807
+ checked: string;
1808
+ empty: string;
1809
+ sorted: string;
1810
+ sort: string;
1811
+ sticky: string;
1812
+ order: string;
1813
+ alt: string;
1814
+ edit: string;
1815
+ template: string;
1816
+ shown: string;
1817
+ horizontal: string;
1818
+ vertical: string;
1819
+ fullscreen: string;
1820
+ bottom: string;
1821
+ };
1822
+
1544
1823
  /**
1545
1824
  * @hidden
1546
1825
  */
@@ -1628,6 +1907,11 @@ export declare const svgIconPropType: PropTypes.Requireable<PropTypes.InferProps
1628
1907
  */
1629
1908
  export declare const TABBABLE_ELEMENTS: string[];
1630
1909
 
1910
+ /**
1911
+ * @hidden
1912
+ */
1913
+ export declare const themeColorMap: Record<Exclude<any, null>, string>;
1914
+
1631
1915
  /**
1632
1916
  * @hidden
1633
1917
  */
@@ -1854,11 +2138,51 @@ export declare const uButton: WidgetClassStructure;
1854
2138
  */
1855
2139
  export declare const uDropDownButton: WidgetClassStructure;
1856
2140
 
2141
+ /**
2142
+ * @hidden
2143
+ */
2144
+ export declare const uDropDownList: WidgetClassStructure;
2145
+
2146
+ /**
2147
+ * @hidden
2148
+ */
2149
+ export declare const uDropDownsActionSheet: WidgetClassStructure;
2150
+
2151
+ /**
2152
+ * @hidden
2153
+ */
2154
+ export declare const uDropDownsBase: WidgetClassStructure;
2155
+
2156
+ /**
2157
+ * @hidden
2158
+ */
2159
+ export declare const uError: WidgetClassStructure;
2160
+
2161
+ /**
2162
+ * @hidden
2163
+ */
2164
+ export declare const uFloatingLabel: WidgetClassStructure;
2165
+
1857
2166
  /**
1858
2167
  * @hidden
1859
2168
  */
1860
2169
  export declare const uGrid: WidgetClassStructure;
1861
2170
 
2171
+ /**
2172
+ * @hidden
2173
+ */
2174
+ export declare const uHint: WidgetClassStructure;
2175
+
2176
+ /**
2177
+ * @hidden
2178
+ */
2179
+ export declare const uInput: WidgetClassStructure;
2180
+
2181
+ /**
2182
+ * @hidden
2183
+ */
2184
+ export declare const uLabel: WidgetClassStructure;
2185
+
1862
2186
  /**
1863
2187
  * @hidden
1864
2188
  */
@@ -2008,6 +2332,11 @@ export declare const useZIndexContext: () => ZIndexContextType;
2008
2332
  */
2009
2333
  export declare const uSvgIcon: WidgetClassStructure;
2010
2334
 
2335
+ /**
2336
+ * @hidden
2337
+ */
2338
+ export declare const uTextBox: WidgetClassStructure;
2339
+
2011
2340
  /**
2012
2341
  * @hidden
2013
2342
  */