bkui-vue 0.0.3-beta.6 → 1.0.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.
Files changed (276) hide show
  1. package/README.md +1 -0
  2. package/dist/index.cjs.js +47 -47
  3. package/dist/index.esm.js +10444 -10431
  4. package/dist/index.umd.js +47 -47
  5. package/dist/style.css +1 -1
  6. package/dist/style.variable.css +1 -1
  7. package/lib/affix/index.d.ts +57 -111
  8. package/lib/affix/index.js +35 -34
  9. package/lib/alert/alert.d.ts +1 -1
  10. package/lib/alert/index.d.ts +82 -132
  11. package/lib/alert/index.js +43 -42
  12. package/lib/animate-number/index.d.ts +33 -96
  13. package/lib/animate-number/index.js +7 -7
  14. package/lib/backtop/index.d.ts +69 -117
  15. package/lib/backtop/index.js +23 -22
  16. package/lib/badge/badge.d.ts +1 -1
  17. package/lib/badge/index.d.ts +120 -153
  18. package/lib/badge/index.js +40 -39
  19. package/lib/breadcrumb/index.d.ts +67 -119
  20. package/lib/breadcrumb/index.js +48 -47
  21. package/lib/button/button.d.ts +2 -2
  22. package/lib/button/index.d.ts +119 -155
  23. package/lib/button/index.js +60 -53
  24. package/lib/card/card.d.ts +1 -1
  25. package/lib/card/index.d.ts +129 -158
  26. package/lib/card/index.js +62 -57
  27. package/lib/cascader/cascader.d.ts +3 -3
  28. package/lib/cascader/index.d.ts +393 -354
  29. package/lib/cascader/index.js +338 -320
  30. package/lib/checkbox/checkbox.d.ts +1 -1
  31. package/lib/checkbox/index.d.ts +119 -161
  32. package/lib/checkbox/index.js +77 -78
  33. package/lib/code-diff/code-diff.css +0 -1
  34. package/lib/code-diff/code-diff.d.ts +1 -0
  35. package/lib/code-diff/code-diff.less +1 -1
  36. package/lib/code-diff/code-diff.variable.css +0 -1
  37. package/lib/code-diff/index.d.ts +65 -82
  38. package/lib/code-diff/index.js +532 -452
  39. package/lib/collapse/index.d.ts +144 -168
  40. package/lib/collapse/index.js +67 -66
  41. package/lib/collapse-transition/index.d.ts +19 -94
  42. package/lib/collapse-transition/index.js +10 -10
  43. package/lib/color-picker/color-picker.d.ts +1 -1
  44. package/lib/color-picker/index.d.ts +128 -154
  45. package/lib/color-picker/index.js +74 -76
  46. package/lib/components.js +63 -504
  47. package/lib/config-provider/index.d.ts +159 -226
  48. package/lib/config-provider/index.js +49 -45
  49. package/lib/config-provider/use-global-config.d.ts +2 -2
  50. package/lib/container/container.d.ts +1 -1
  51. package/lib/container/index.d.ts +74 -85
  52. package/lib/container/index.js +47 -46
  53. package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
  54. package/lib/date-picker/base/time-spinner.d.ts +3 -3
  55. package/lib/date-picker/date-picker.d.ts +3 -3
  56. package/lib/date-picker/index.d.ts +384 -351
  57. package/lib/date-picker/index.js +164 -170
  58. package/lib/date-picker/panel/date-range.d.ts +1 -1
  59. package/lib/date-picker/panel/date.d.ts +1 -1
  60. package/lib/date-picker/panel/time-range.d.ts +2 -2
  61. package/lib/date-picker/panel/time.d.ts +1 -1
  62. package/lib/date-picker/time-picker.d.ts +3 -3
  63. package/lib/dialog/index.d.ts +355 -309
  64. package/lib/dialog/index.js +291 -279
  65. package/lib/directives/index.js +51 -51
  66. package/lib/dist.index.js +5 -61
  67. package/lib/divider/index.d.ts +57 -111
  68. package/lib/divider/index.js +16 -15
  69. package/lib/dropdown/dropdown.d.ts +1 -1
  70. package/lib/dropdown/index.d.ts +94 -136
  71. package/lib/dropdown/index.js +56 -49
  72. package/lib/exception/index.d.ts +41 -102
  73. package/lib/exception/index.js +37 -37
  74. package/lib/fixed-navbar/index.d.ts +59 -113
  75. package/lib/fixed-navbar/index.js +16 -15
  76. package/lib/form/form.d.ts +1 -1
  77. package/lib/form/index.d.ts +80 -132
  78. package/lib/form/index.js +83 -83
  79. package/lib/hooks.js +8 -48
  80. package/lib/icon/angle-double-down-line.js +23 -23
  81. package/lib/icon/angle-double-left-line.js +23 -23
  82. package/lib/icon/angle-double-left.js +23 -23
  83. package/lib/icon/angle-double-right-line.js +23 -23
  84. package/lib/icon/angle-double-right.js +23 -23
  85. package/lib/icon/angle-double-up-line.js +23 -23
  86. package/lib/icon/angle-down-fill.js +23 -23
  87. package/lib/icon/angle-down-line.js +23 -23
  88. package/lib/icon/angle-down.js +23 -23
  89. package/lib/icon/angle-left.js +23 -23
  90. package/lib/icon/angle-right.js +23 -23
  91. package/lib/icon/angle-up-fill.js +23 -23
  92. package/lib/icon/angle-up.js +23 -23
  93. package/lib/icon/archive-fill.js +23 -23
  94. package/lib/icon/arrows-left.js +23 -23
  95. package/lib/icon/arrows-right.js +23 -23
  96. package/lib/icon/assistant.js +23 -23
  97. package/lib/icon/audio-fill.js +23 -23
  98. package/lib/icon/bk.js +23 -23
  99. package/lib/icon/circle.js +23 -23
  100. package/lib/icon/close-line.js +23 -23
  101. package/lib/icon/close.js +23 -23
  102. package/lib/icon/code.js +23 -23
  103. package/lib/icon/cog-shape.js +23 -23
  104. package/lib/icon/collapse-left.js +23 -23
  105. package/lib/icon/copy-shape.js +23 -23
  106. package/lib/icon/copy.js +23 -23
  107. package/lib/icon/data-shape.js +23 -23
  108. package/lib/icon/del.js +23 -23
  109. package/lib/icon/doc-fill.js +23 -23
  110. package/lib/icon/done.js +23 -23
  111. package/lib/icon/down-shape.js +23 -23
  112. package/lib/icon/down-small.js +23 -23
  113. package/lib/icon/edit-line.js +23 -23
  114. package/lib/icon/ellipsis.js +23 -23
  115. package/lib/icon/enlarge-line.js +23 -23
  116. package/lib/icon/error.js +23 -23
  117. package/lib/icon/excel-fill.js +23 -23
  118. package/lib/icon/exclamation-circle-shape.js +23 -23
  119. package/lib/icon/eye.js +23 -23
  120. package/lib/icon/filliscreen-line.js +23 -23
  121. package/lib/icon/fix-line.js +23 -23
  122. package/lib/icon/fix-shape.js +23 -23
  123. package/lib/icon/folder-open.js +23 -23
  124. package/lib/icon/folder-shape-open.js +23 -23
  125. package/lib/icon/folder-shape.js +23 -23
  126. package/lib/icon/folder.js +23 -23
  127. package/lib/icon/funnel.js +23 -23
  128. package/lib/icon/grag-fill.js +23 -23
  129. package/lib/icon/help-document-fill.js +23 -23
  130. package/lib/icon/help-fill.js +23 -23
  131. package/lib/icon/help.js +23 -23
  132. package/lib/icon/image-fill.js +29 -29
  133. package/lib/icon/img-error.js +29 -29
  134. package/lib/icon/img-placehoulder.js +29 -29
  135. package/lib/icon/index.js +485 -485
  136. package/lib/icon/info-line.js +29 -29
  137. package/lib/icon/info.js +29 -29
  138. package/lib/icon/left-shape.js +29 -29
  139. package/lib/icon/left-turn-line.js +29 -29
  140. package/lib/icon/loading.js +29 -29
  141. package/lib/icon/narrow-line.js +29 -29
  142. package/lib/icon/original.js +29 -29
  143. package/lib/icon/pdf-fill.js +29 -29
  144. package/lib/icon/play-shape.js +29 -29
  145. package/lib/icon/plus.js +29 -29
  146. package/lib/icon/ppt-fill.js +29 -29
  147. package/lib/icon/qq.js +29 -29
  148. package/lib/icon/right-shape.js +29 -29
  149. package/lib/icon/right-turn-line.js +29 -29
  150. package/lib/icon/search.js +29 -29
  151. package/lib/icon/share.js +29 -29
  152. package/lib/icon/spinner.js +29 -29
  153. package/lib/icon/success.js +29 -29
  154. package/lib/icon/switcher-loading.js +29 -29
  155. package/lib/icon/text-file.js +29 -29
  156. package/lib/icon/text-fill.js +29 -29
  157. package/lib/icon/transfer.js +29 -29
  158. package/lib/icon/tree-application-shape.js +29 -29
  159. package/lib/icon/unfull-screen.js +29 -29
  160. package/lib/icon/unvisible.js +29 -29
  161. package/lib/icon/up-shape.js +29 -29
  162. package/lib/icon/upload.js +29 -29
  163. package/lib/icon/video-fill.js +29 -29
  164. package/lib/icon/warn.js +29 -29
  165. package/lib/icon/weixin-pro.js +29 -29
  166. package/lib/icon/weixin.js +29 -29
  167. package/lib/image/index.d.ts +113 -149
  168. package/lib/image/index.js +62 -62
  169. package/lib/index.js +8 -72
  170. package/lib/info-box/index.js +296 -284
  171. package/lib/input/index.d.ts +326 -293
  172. package/lib/input/index.js +316 -317
  173. package/lib/link/index.d.ts +73 -122
  174. package/lib/link/index.js +16 -15
  175. package/lib/loading/index.d.ts +130 -156
  176. package/lib/loading/index.js +49 -50
  177. package/lib/loading/loading.d.ts +1 -1
  178. package/lib/locale/index.js +2 -4
  179. package/lib/menu/index.d.ts +51 -112
  180. package/lib/menu/index.js +49 -48
  181. package/lib/message/index.js +69 -70
  182. package/lib/message/messageConstructor.d.ts +5 -5
  183. package/lib/modal/index.d.ts +261 -249
  184. package/lib/modal/index.js +535 -75
  185. package/lib/navigation/index.d.ts +152 -188
  186. package/lib/navigation/index.js +17 -16
  187. package/lib/notify/index.js +56 -57
  188. package/lib/notify/notifyConstructor.d.ts +1 -1
  189. package/lib/overflow-title/index.d.ts +314 -242
  190. package/lib/overflow-title/index.js +32 -25
  191. package/lib/pagination/index.d.ts +194 -205
  192. package/lib/pagination/index.js +116 -109
  193. package/lib/plugin-popover/index.js +247 -153
  194. package/lib/plugins/index.js +2 -2
  195. package/lib/pop-confirm/index.d.ts +126 -159
  196. package/lib/pop-confirm/index.js +43 -31
  197. package/lib/pop-confirm/pop-confirm.d.ts +1 -1
  198. package/lib/popover/content.d.ts +1 -1
  199. package/lib/popover/index.d.ts +374 -330
  200. package/lib/popover/index.js +251 -156
  201. package/lib/popover2/index.d.ts +8 -83
  202. package/lib/popover2/index.js +5 -5
  203. package/lib/preset.d.ts +2 -287
  204. package/lib/preset.js +16 -58
  205. package/lib/process/index.d.ts +93 -137
  206. package/lib/process/index.js +253 -254
  207. package/lib/progress/index.d.ts +178 -187
  208. package/lib/progress/index.js +48 -47
  209. package/lib/progress/progress.d.ts +2 -2
  210. package/lib/radio/index.d.ts +83 -135
  211. package/lib/radio/index.js +80 -81
  212. package/lib/rate/index.d.ts +55 -112
  213. package/lib/rate/index.js +43 -43
  214. package/lib/resize-layout/index.d.ts +156 -185
  215. package/lib/resize-layout/index.js +48 -48
  216. package/lib/resize-layout/resize-layout.d.ts +2 -2
  217. package/lib/search-select/index.d.ts +292 -327
  218. package/lib/search-select/index.js +310 -293
  219. package/lib/search-select/input.d.ts +2 -2
  220. package/lib/search-select/search-select.d.ts +3 -3
  221. package/lib/search-select/selected.d.ts +2 -2
  222. package/lib/select/index.d.ts +1234 -1135
  223. package/lib/select/index.js +427 -392
  224. package/lib/select/select.d.ts +121 -161
  225. package/lib/select/selectTagInput.d.ts +2 -2
  226. package/lib/shared/helper.d.ts +4 -0
  227. package/lib/shared/index.js +235 -217
  228. package/lib/sideslider/index.d.ts +247 -233
  229. package/lib/sideslider/index.js +264 -263
  230. package/lib/slider/index.d.ts +204 -204
  231. package/lib/slider/index.js +245 -233
  232. package/lib/steps/index.d.ts +114 -150
  233. package/lib/steps/index.js +257 -257
  234. package/lib/styles/index.d.ts +0 -1
  235. package/lib/swiper/index.d.ts +81 -127
  236. package/lib/swiper/index.js +35 -34
  237. package/lib/switcher/index.d.ts +152 -174
  238. package/lib/switcher/index.js +52 -53
  239. package/lib/tab/index.d.ts +199 -211
  240. package/lib/tab/index.js +78 -79
  241. package/lib/table/components/table-column.d.ts +2 -2
  242. package/lib/table/index.d.ts +605 -593
  243. package/lib/table/index.js +275 -237
  244. package/lib/table/plugins/use-pagination.d.ts +1 -1
  245. package/lib/table/table.d.ts +1 -1
  246. package/lib/table/use-common.d.ts +67 -34
  247. package/lib/table-column/index.d.ts +207 -243
  248. package/lib/table-column/index.js +61 -62
  249. package/lib/tag/index.d.ts +95 -142
  250. package/lib/tag/index.js +41 -40
  251. package/lib/tag-input/index.d.ts +690 -498
  252. package/lib/tag-input/index.js +135 -129
  253. package/lib/tag-input/tag-input.d.ts +5 -5
  254. package/lib/time-picker/index.d.ts +442 -385
  255. package/lib/time-picker/index.js +10 -9
  256. package/lib/timeline/index.d.ts +50 -109
  257. package/lib/timeline/index.js +20 -20
  258. package/lib/transfer/index.d.ts +191 -206
  259. package/lib/transfer/index.js +52 -38
  260. package/lib/tree/index.d.ts +322 -288
  261. package/lib/tree/index.js +129 -113
  262. package/lib/tree/tree.d.ts +1 -1
  263. package/lib/tree/use-tree-init.d.ts +1 -1
  264. package/lib/upload/index.d.ts +281 -254
  265. package/lib/upload/index.js +313 -302
  266. package/lib/upload/upload.d.ts +2 -2
  267. package/lib/virtual-render/index.d.ts +337 -242
  268. package/lib/virtual-render/index.js +66 -65
  269. package/lib/virtual-render/virtual-render.d.ts +1 -1
  270. package/package.json +10 -14
  271. package/lib/version-log/index.d.ts +0 -298
  272. package/lib/version-log/index.js +0 -9045
  273. package/lib/version-log/version-log.css +0 -224
  274. package/lib/version-log/version-log.d.ts +0 -203
  275. package/lib/version-log/version-log.less +0 -239
  276. package/lib/version-log/version-log.variable.css +0 -350
@@ -10,7 +10,7 @@ export declare const resolvePaginationOption: (propPagination: any, defVal: any)
10
10
  declare const _default: (props: TablePropTypes) => {
11
11
  pageData: any[];
12
12
  indexData: import("vue").ComputedRef<any[]>;
13
- localPagination: any;
13
+ localPagination: import("vue").Ref<any>;
14
14
  resolvePageData: (filterFn?: any, sortFn?: any, column?: Column, type?: string, sortScope?: any, multiCol?: any) => void;
15
15
  resolvePageDataBySortList: (multiCol?: any) => void;
16
16
  resetStartEndIndex: () => void;
@@ -485,7 +485,6 @@ declare const _default: import("vue").DefineComponent<{
485
485
  [key: string]: any;
486
486
  };
487
487
  minHeight: string | number;
488
- columns: Column[];
489
488
  checked: unknown[];
490
489
  emptyText: string;
491
490
  cellClass: any;
@@ -495,6 +494,7 @@ declare const _default: import("vue").DefineComponent<{
495
494
  [key: string]: any;
496
495
  };
497
496
  columnPick: "disabled" | "single" | "multi";
497
+ columns: Column[];
498
498
  stripe: boolean;
499
499
  rowHeight: import("./props").RowHeightFunctionNumber;
500
500
  showHead: boolean;
@@ -92,6 +92,8 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
92
92
  animationIterationCount?: import("csstype").Property.AnimationIterationCount;
93
93
  animationName?: import("csstype").Property.AnimationName;
94
94
  animationPlayState?: import("csstype").Property.AnimationPlayState;
95
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number>;
96
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number>;
95
97
  animationTimeline?: import("csstype").Property.AnimationTimeline;
96
98
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction;
97
99
  appearance?: import("csstype").Property.Appearance;
@@ -213,6 +215,10 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
213
215
  fontStretch?: import("csstype").Property.FontStretch;
214
216
  fontStyle?: import("csstype").Property.FontStyle;
215
217
  fontSynthesis?: import("csstype").Property.FontSynthesis;
218
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition;
219
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps;
220
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle;
221
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight;
216
222
  fontVariant?: import("csstype").Property.FontVariant;
217
223
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates;
218
224
  fontVariantCaps?: import("csstype").Property.FontVariantCaps;
@@ -286,6 +292,7 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
286
292
  maskRepeat?: import("csstype").Property.MaskRepeat;
287
293
  maskSize?: import("csstype").Property.MaskSize<string | number>;
288
294
  maskType?: import("csstype").Property.MaskType;
295
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow;
289
296
  mathDepth?: import("csstype").Property.MathDepth;
290
297
  mathShift?: import("csstype").Property.MathShift;
291
298
  mathStyle?: import("csstype").Property.MathStyle;
@@ -325,6 +332,7 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
325
332
  overflowWrap?: import("csstype").Property.OverflowWrap;
326
333
  overflowX?: import("csstype").Property.OverflowX;
327
334
  overflowY?: import("csstype").Property.OverflowY;
335
+ overlay?: import("csstype").Property.Overlay;
328
336
  overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock;
329
337
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline;
330
338
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX;
@@ -412,12 +420,15 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
412
420
  textTransform?: import("csstype").Property.TextTransform;
413
421
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number>;
414
422
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition;
423
+ textWrap?: import("csstype").Property.TextWrap;
424
+ timelineScope?: import("csstype").Property.TimelineScope;
415
425
  top: import("csstype").Property.Top<string | number>;
416
426
  touchAction?: import("csstype").Property.TouchAction;
417
427
  transform?: import("csstype").Property.Transform;
418
428
  transformBox?: import("csstype").Property.TransformBox;
419
429
  transformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
420
430
  transformStyle?: import("csstype").Property.TransformStyle;
431
+ transitionBehavior?: import("csstype").Property.TransitionBehavior;
421
432
  transitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
422
433
  transitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
423
434
  transitionProperty?: import("csstype").Property.TransitionProperty;
@@ -426,9 +437,14 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
426
437
  unicodeBidi?: import("csstype").Property.UnicodeBidi;
427
438
  userSelect?: import("csstype").Property.UserSelect;
428
439
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number>;
440
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis;
441
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number>;
442
+ viewTimelineName?: import("csstype").Property.ViewTimelineName;
429
443
  viewTransitionName?: import("csstype").Property.ViewTransitionName;
430
444
  visibility?: import("csstype").Property.Visibility;
431
445
  whiteSpace?: import("csstype").Property.WhiteSpace;
446
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse;
447
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim;
432
448
  widows?: import("csstype").Property.Widows;
433
449
  width?: import("csstype").Property.Width<string | number>;
434
450
  willChange?: import("csstype").Property.WillChange;
@@ -440,6 +456,7 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
440
456
  zoom?: import("csstype").Property.Zoom;
441
457
  all?: import("csstype").Globals;
442
458
  animation?: import("csstype").Property.Animation<string & {}>;
459
+ animationRange?: import("csstype").Property.AnimationRange<string | number>;
443
460
  background?: import("csstype").Property.Background<string | number>;
444
461
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number>;
445
462
  border?: import("csstype").Property.Border<string | number>;
@@ -504,6 +521,7 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
504
521
  textDecoration?: import("csstype").Property.TextDecoration<string | number>;
505
522
  textEmphasis?: import("csstype").Property.TextEmphasis;
506
523
  transition?: import("csstype").Property.Transition<string & {}>;
524
+ viewTimeline?: import("csstype").Property.ViewTimeline;
507
525
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
508
526
  MozAnimationDirection?: import("csstype").Property.AnimationDirection;
509
527
  MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
@@ -513,7 +531,6 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
513
531
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState;
514
532
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction;
515
533
  MozAppearance?: import("csstype").Property.MozAppearance;
516
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility;
517
534
  MozBinding?: import("csstype").Property.MozBinding;
518
535
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors;
519
536
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor;
@@ -540,20 +557,16 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
540
557
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number>;
541
558
  MozOrient?: import("csstype").Property.MozOrient;
542
559
  MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number>;
560
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number>;
561
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number>;
562
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number>;
563
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number>;
543
564
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
544
565
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number>;
545
- MozPerspective?: import("csstype").Property.Perspective<string | number>;
546
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
547
566
  MozStackSizing?: import("csstype").Property.MozStackSizing;
548
567
  MozTabSize?: import("csstype").Property.TabSize<string | number>;
549
568
  MozTextBlink?: import("csstype").Property.MozTextBlink;
550
569
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust;
551
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
552
- MozTransformStyle?: import("csstype").Property.TransformStyle;
553
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
554
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
555
- MozTransitionProperty?: import("csstype").Property.TransitionProperty;
556
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction;
557
570
  MozUserFocus?: import("csstype").Property.MozUserFocus;
558
571
  MozUserModify?: import("csstype").Property.MozUserModify;
559
572
  MozUserSelect?: import("csstype").Property.UserSelect;
@@ -733,7 +746,7 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
733
746
  MozBorderImage?: import("csstype").Property.BorderImage;
734
747
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number>;
735
748
  MozColumns?: import("csstype").Property.Columns<string | number>;
736
- MozTransition?: import("csstype").Property.Transition<string & {}>;
749
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number>;
737
750
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit;
738
751
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap;
739
752
  msFlex?: import("csstype").Property.Flex<string | number>;
@@ -791,6 +804,7 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
791
804
  KhtmlLineBreak?: import("csstype").Property.LineBreak;
792
805
  KhtmlOpacity?: import("csstype").Property.Opacity;
793
806
  KhtmlUserSelect?: import("csstype").Property.UserSelect;
807
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility;
794
808
  MozBackgroundClip?: import("csstype").Property.BackgroundClip;
795
809
  MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak;
796
810
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin;
@@ -812,17 +826,22 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
812
826
  MozOpacity?: import("csstype").Property.Opacity;
813
827
  MozOutline?: import("csstype").Property.Outline<string | number>;
814
828
  MozOutlineColor?: import("csstype").Property.OutlineColor;
815
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number>;
816
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number>;
817
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number>;
818
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number>;
819
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number>;
820
829
  MozOutlineStyle?: import("csstype").Property.OutlineStyle;
821
830
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number>;
831
+ MozPerspective?: import("csstype").Property.Perspective<string | number>;
832
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
822
833
  MozTextAlignLast?: import("csstype").Property.TextAlignLast;
823
834
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor;
824
835
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine;
825
836
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle;
837
+ MozTransform?: import("csstype").Property.Transform;
838
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
839
+ MozTransformStyle?: import("csstype").Property.TransformStyle;
840
+ MozTransition?: import("csstype").Property.Transition<string & {}>;
841
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
842
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
843
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty;
844
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction;
826
845
  MozUserInput?: import("csstype").Property.MozUserInput;
827
846
  msImeMode?: import("csstype").Property.ImeMode;
828
847
  OAnimation?: import("csstype").Property.Animation<string & {}>;
@@ -855,8 +874,6 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
855
874
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup;
856
875
  WebkitBoxOrient?: import("csstype").Property.BoxOrient;
857
876
  WebkitBoxPack?: import("csstype").Property.BoxPack;
858
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX;
859
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY;
860
877
  alignmentBaseline?: import("csstype").Property.AlignmentBaseline;
861
878
  baselineShift?: import("csstype").Property.BaselineShift<string | number>;
862
879
  clipRule?: import("csstype").Property.ClipRule;
@@ -900,6 +917,8 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
900
917
  "animation-iteration-count"?: import("csstype").Property.AnimationIterationCount;
901
918
  "animation-name"?: import("csstype").Property.AnimationName;
902
919
  "animation-play-state"?: import("csstype").Property.AnimationPlayState;
920
+ "animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number>;
921
+ "animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number>;
903
922
  "animation-timeline"?: import("csstype").Property.AnimationTimeline;
904
923
  "animation-timing-function"?: import("csstype").Property.AnimationTimingFunction;
905
924
  "aspect-ratio"?: import("csstype").Property.AspectRatio;
@@ -1010,6 +1029,10 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
1010
1029
  "font-stretch"?: import("csstype").Property.FontStretch;
1011
1030
  "font-style"?: import("csstype").Property.FontStyle;
1012
1031
  "font-synthesis"?: import("csstype").Property.FontSynthesis;
1032
+ "font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition;
1033
+ "font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps;
1034
+ "font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle;
1035
+ "font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight;
1013
1036
  "font-variant"?: import("csstype").Property.FontVariant;
1014
1037
  "font-variant-alternates"?: import("csstype").Property.FontVariantAlternates;
1015
1038
  "font-variant-caps"?: import("csstype").Property.FontVariantCaps;
@@ -1079,6 +1102,7 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
1079
1102
  "mask-repeat"?: import("csstype").Property.MaskRepeat;
1080
1103
  "mask-size"?: import("csstype").Property.MaskSize<string | number>;
1081
1104
  "mask-type"?: import("csstype").Property.MaskType;
1105
+ "masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow;
1082
1106
  "math-depth"?: import("csstype").Property.MathDepth;
1083
1107
  "math-shift"?: import("csstype").Property.MathShift;
1084
1108
  "math-style"?: import("csstype").Property.MathStyle;
@@ -1194,10 +1218,13 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
1194
1218
  "text-transform"?: import("csstype").Property.TextTransform;
1195
1219
  "text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number>;
1196
1220
  "text-underline-position"?: import("csstype").Property.TextUnderlinePosition;
1221
+ "text-wrap"?: import("csstype").Property.TextWrap;
1222
+ "timeline-scope"?: import("csstype").Property.TimelineScope;
1197
1223
  "touch-action"?: import("csstype").Property.TouchAction;
1198
1224
  "transform-box"?: import("csstype").Property.TransformBox;
1199
1225
  "transform-origin"?: import("csstype").Property.TransformOrigin<string | number>;
1200
1226
  "transform-style"?: import("csstype").Property.TransformStyle;
1227
+ "transition-behavior"?: import("csstype").Property.TransitionBehavior;
1201
1228
  "transition-delay"?: import("csstype").Property.TransitionDelay<string & {}>;
1202
1229
  "transition-duration"?: import("csstype").Property.TransitionDuration<string & {}>;
1203
1230
  "transition-property"?: import("csstype").Property.TransitionProperty;
@@ -1205,14 +1232,20 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
1205
1232
  "unicode-bidi"?: import("csstype").Property.UnicodeBidi;
1206
1233
  "user-select"?: import("csstype").Property.UserSelect;
1207
1234
  "vertical-align"?: import("csstype").Property.VerticalAlign<string | number>;
1235
+ "view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis;
1236
+ "view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number>;
1237
+ "view-timeline-name"?: import("csstype").Property.ViewTimelineName;
1208
1238
  "view-transition-name"?: import("csstype").Property.ViewTransitionName;
1209
1239
  "white-space"?: import("csstype").Property.WhiteSpace;
1240
+ "white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse;
1241
+ "white-space-trim"?: import("csstype").Property.WhiteSpaceTrim;
1210
1242
  "will-change"?: import("csstype").Property.WillChange;
1211
1243
  "word-break"?: import("csstype").Property.WordBreak;
1212
1244
  "word-spacing"?: import("csstype").Property.WordSpacing<string | number>;
1213
1245
  "word-wrap"?: import("csstype").Property.WordWrap;
1214
1246
  "writing-mode"?: import("csstype").Property.WritingMode;
1215
1247
  "z-index"?: import("csstype").Property.ZIndex;
1248
+ "animation-range"?: import("csstype").Property.AnimationRange<string | number>;
1216
1249
  "background-position"?: import("csstype").Property.BackgroundPosition<string | number>;
1217
1250
  "border-block"?: import("csstype").Property.BorderBlock<string | number>;
1218
1251
  "border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number>;
@@ -1259,6 +1292,7 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
1259
1292
  "scroll-timeline"?: import("csstype").Property.ScrollTimeline;
1260
1293
  "text-decoration"?: import("csstype").Property.TextDecoration<string | number>;
1261
1294
  "text-emphasis"?: import("csstype").Property.TextEmphasis;
1295
+ "view-timeline"?: import("csstype").Property.ViewTimeline;
1262
1296
  "-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}>;
1263
1297
  "-moz-animation-direction"?: import("csstype").Property.AnimationDirection;
1264
1298
  "-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}>;
@@ -1268,7 +1302,6 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
1268
1302
  "-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState;
1269
1303
  "-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction;
1270
1304
  "-moz-appearance"?: import("csstype").Property.MozAppearance;
1271
- "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility;
1272
1305
  "-moz-binding"?: import("csstype").Property.MozBinding;
1273
1306
  "-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors;
1274
1307
  "-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor;
@@ -1295,20 +1328,16 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
1295
1328
  "-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number>;
1296
1329
  "-moz-orient"?: import("csstype").Property.MozOrient;
1297
1330
  "-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number>;
1331
+ "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number>;
1332
+ "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number>;
1333
+ "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number>;
1334
+ "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number>;
1298
1335
  "-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number>;
1299
1336
  "-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number>;
1300
- "-moz-perspective"?: import("csstype").Property.Perspective<string | number>;
1301
- "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number>;
1302
1337
  "-moz-stack-sizing"?: import("csstype").Property.MozStackSizing;
1303
1338
  "-moz-tab-size"?: import("csstype").Property.TabSize<string | number>;
1304
1339
  "-moz-text-blink"?: import("csstype").Property.MozTextBlink;
1305
1340
  "-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust;
1306
- "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number>;
1307
- "-moz-transform-style"?: import("csstype").Property.TransformStyle;
1308
- "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}>;
1309
- "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}>;
1310
- "-moz-transition-property"?: import("csstype").Property.TransitionProperty;
1311
- "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction;
1312
1341
  "-moz-user-focus"?: import("csstype").Property.MozUserFocus;
1313
1342
  "-moz-user-modify"?: import("csstype").Property.MozUserModify;
1314
1343
  "-moz-user-select"?: import("csstype").Property.UserSelect;
@@ -1488,7 +1517,7 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
1488
1517
  "-moz-border-image"?: import("csstype").Property.BorderImage;
1489
1518
  "-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number>;
1490
1519
  "-moz-columns"?: import("csstype").Property.Columns<string | number>;
1491
- "-moz-transition"?: import("csstype").Property.Transition<string & {}>;
1520
+ "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number>;
1492
1521
  "-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit;
1493
1522
  "-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap;
1494
1523
  "-ms-flex"?: import("csstype").Property.Flex<string | number>;
@@ -1544,6 +1573,7 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
1544
1573
  "-khtml-line-break"?: import("csstype").Property.LineBreak;
1545
1574
  "-khtml-opacity"?: import("csstype").Property.Opacity;
1546
1575
  "-khtml-user-select"?: import("csstype").Property.UserSelect;
1576
+ "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility;
1547
1577
  "-moz-background-clip"?: import("csstype").Property.BackgroundClip;
1548
1578
  "-moz-background-inline-policy"?: import("csstype").Property.BoxDecorationBreak;
1549
1579
  "-moz-background-origin"?: import("csstype").Property.BackgroundOrigin;
@@ -1565,17 +1595,22 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
1565
1595
  "-moz-opacity"?: import("csstype").Property.Opacity;
1566
1596
  "-moz-outline"?: import("csstype").Property.Outline<string | number>;
1567
1597
  "-moz-outline-color"?: import("csstype").Property.OutlineColor;
1568
- "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number>;
1569
- "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number>;
1570
- "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number>;
1571
- "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number>;
1572
- "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number>;
1573
1598
  "-moz-outline-style"?: import("csstype").Property.OutlineStyle;
1574
1599
  "-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number>;
1600
+ "-moz-perspective"?: import("csstype").Property.Perspective<string | number>;
1601
+ "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number>;
1575
1602
  "-moz-text-align-last"?: import("csstype").Property.TextAlignLast;
1576
1603
  "-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor;
1577
1604
  "-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine;
1578
1605
  "-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle;
1606
+ "-moz-transform"?: import("csstype").Property.Transform;
1607
+ "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number>;
1608
+ "-moz-transform-style"?: import("csstype").Property.TransformStyle;
1609
+ "-moz-transition"?: import("csstype").Property.Transition<string & {}>;
1610
+ "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}>;
1611
+ "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}>;
1612
+ "-moz-transition-property"?: import("csstype").Property.TransitionProperty;
1613
+ "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction;
1579
1614
  "-moz-user-input"?: import("csstype").Property.MozUserInput;
1580
1615
  "-ms-ime-mode"?: import("csstype").Property.ImeMode;
1581
1616
  "-o-animation"?: import("csstype").Property.Animation<string & {}>;
@@ -1608,8 +1643,6 @@ export declare const useClass: (props: TablePropTypes, targetColumns: ITableColu
1608
1643
  "-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup;
1609
1644
  "-webkit-box-orient"?: import("csstype").Property.BoxOrient;
1610
1645
  "-webkit-box-pack"?: import("csstype").Property.BoxPack;
1611
- "-webkit-scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX;
1612
- "-webkit-scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY;
1613
1646
  "alignment-baseline"?: import("csstype").Property.AlignmentBaseline;
1614
1647
  "baseline-shift"?: import("csstype").Property.BaselineShift<string | number>;
1615
1648
  "clip-rule"?: import("csstype").Property.ClipRule;