@k8slens/element-components 3.3.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 (187) hide show
  1. package/README.md +124 -0
  2. package/dist/index.css +3455 -0
  3. package/dist/index.d.ts +71 -0
  4. package/dist/index.d.ts.map +1 -0
  5. package/dist/index.js +4024 -0
  6. package/dist/src/element-components.performance-test.d.ts +2 -0
  7. package/dist/src/element-components.performance-test.d.ts.map +1 -0
  8. package/dist/src/elements/minimal-div.d.ts +30 -0
  9. package/dist/src/elements/minimal-div.d.ts.map +1 -0
  10. package/dist/src/elements.d.ts +3379 -0
  11. package/dist/src/elements.d.ts.map +1 -0
  12. package/dist/src/feature.d.ts +2 -0
  13. package/dist/src/feature.d.ts.map +1 -0
  14. package/dist/src/plugins/_shared/colors.d.ts +2 -0
  15. package/dist/src/plugins/_shared/colors.d.ts.map +1 -0
  16. package/dist/src/plugins/_shared/directions.d.ts +9 -0
  17. package/dist/src/plugins/_shared/directions.d.ts.map +1 -0
  18. package/dist/src/plugins/_shared/sizes.d.ts +14 -0
  19. package/dist/src/plugins/_shared/sizes.d.ts.map +1 -0
  20. package/dist/src/plugins/absolute/absolute.d.ts +10 -0
  21. package/dist/src/plugins/absolute/absolute.d.ts.map +1 -0
  22. package/dist/src/plugins/anchor/anchor.d.ts +56 -0
  23. package/dist/src/plugins/anchor/anchor.d.ts.map +1 -0
  24. package/dist/src/plugins/area/area.d.ts +15 -0
  25. package/dist/src/plugins/area/area.d.ts.map +1 -0
  26. package/dist/src/plugins/area-content/area-content.d.ts +12 -0
  27. package/dist/src/plugins/area-content/area-content.d.ts.map +1 -0
  28. package/dist/src/plugins/background-color/background-color.d.ts +22 -0
  29. package/dist/src/plugins/background-color/background-color.d.ts.map +1 -0
  30. package/dist/src/plugins/block/block.d.ts +9 -0
  31. package/dist/src/plugins/block/block.d.ts.map +1 -0
  32. package/dist/src/plugins/border/border.d.ts +28 -0
  33. package/dist/src/plugins/border/border.d.ts.map +1 -0
  34. package/dist/src/plugins/border/get-corner-styles.d.ts +10 -0
  35. package/dist/src/plugins/border/get-corner-styles.d.ts.map +1 -0
  36. package/dist/src/plugins/border/get-side-styles.d.ts +9 -0
  37. package/dist/src/plugins/border/get-side-styles.d.ts.map +1 -0
  38. package/dist/src/plugins/border/types.d.ts +9 -0
  39. package/dist/src/plugins/border/types.d.ts.map +1 -0
  40. package/dist/src/plugins/box-shadow/box-shadow.d.ts +9 -0
  41. package/dist/src/plugins/box-shadow/box-shadow.d.ts.map +1 -0
  42. package/dist/src/plugins/class-name/class-name.d.ts +9 -0
  43. package/dist/src/plugins/class-name/class-name.d.ts.map +1 -0
  44. package/dist/src/plugins/clickable/clickable.d.ts +33 -0
  45. package/dist/src/plugins/clickable/clickable.d.ts.map +1 -0
  46. package/dist/src/plugins/clickable/is-mac.injectable.d.ts +10 -0
  47. package/dist/src/plugins/clickable/is-mac.injectable.d.ts.map +1 -0
  48. package/dist/src/plugins/clickable/on-right-trigger.injectable.d.ts +2 -0
  49. package/dist/src/plugins/clickable/on-right-trigger.injectable.d.ts.map +1 -0
  50. package/dist/src/plugins/color/color.d.ts +23 -0
  51. package/dist/src/plugins/color/color.d.ts.map +1 -0
  52. package/dist/src/plugins/cursor/cursor.d.ts +10 -0
  53. package/dist/src/plugins/cursor/cursor.d.ts.map +1 -0
  54. package/dist/src/plugins/display-contents/display-contents.d.ts +9 -0
  55. package/dist/src/plugins/display-contents/display-contents.d.ts.map +1 -0
  56. package/dist/src/plugins/draggable-and-droppable/_shared/dragged-item-state.injectable.d.ts +3 -0
  57. package/dist/src/plugins/draggable-and-droppable/_shared/dragged-item-state.injectable.d.ts.map +1 -0
  58. package/dist/src/plugins/draggable-and-droppable/draggable.d.ts +9 -0
  59. package/dist/src/plugins/draggable-and-droppable/draggable.d.ts.map +1 -0
  60. package/dist/src/plugins/draggable-and-droppable/droppable.d.ts +3 -0
  61. package/dist/src/plugins/draggable-and-droppable/droppable.d.ts.map +1 -0
  62. package/dist/src/plugins/draggable-and-droppable/get-draggable-context.d.ts +18 -0
  63. package/dist/src/plugins/draggable-and-droppable/get-draggable-context.d.ts.map +1 -0
  64. package/dist/src/plugins/draggable-and-droppable/item-being-dragged.injectable.d.ts +9 -0
  65. package/dist/src/plugins/draggable-and-droppable/item-being-dragged.injectable.d.ts.map +1 -0
  66. package/dist/src/plugins/draggable-and-droppable/make-sure-drag-and-drop-events-have-time-to-happen/make-sure-drag-and-drop-events-have-time-to-happen.default-override.d.ts +4 -0
  67. package/dist/src/plugins/draggable-and-droppable/make-sure-drag-and-drop-events-have-time-to-happen/make-sure-drag-and-drop-events-have-time-to-happen.default-override.d.ts.map +1 -0
  68. package/dist/src/plugins/draggable-and-droppable/make-sure-drag-and-drop-events-have-time-to-happen/make-sure-drag-and-drop-events-have-time-to-happen.injectable.d.ts +2 -0
  69. package/dist/src/plugins/draggable-and-droppable/make-sure-drag-and-drop-events-have-time-to-happen/make-sure-drag-and-drop-events-have-time-to-happen.injectable.d.ts.map +1 -0
  70. package/dist/src/plugins/drop-down-menu/drop-down-menu.d.ts +20 -0
  71. package/dist/src/plugins/drop-down-menu/drop-down-menu.d.ts.map +1 -0
  72. package/dist/src/plugins/enabled/enabled.d.ts +20 -0
  73. package/dist/src/plugins/enabled/enabled.d.ts.map +1 -0
  74. package/dist/src/plugins/faded/faded.d.ts +13 -0
  75. package/dist/src/plugins/faded/faded.d.ts.map +1 -0
  76. package/dist/src/plugins/flex/flex.d.ts +28 -0
  77. package/dist/src/plugins/flex/flex.d.ts.map +1 -0
  78. package/dist/src/plugins/flex-child/flex-child.d.ts +24 -0
  79. package/dist/src/plugins/flex-child/flex-child.d.ts.map +1 -0
  80. package/dist/src/plugins/floating/floating.d.ts +24 -0
  81. package/dist/src/plugins/floating/floating.d.ts.map +1 -0
  82. package/dist/src/plugins/focusable/_private/_shared/focusable-event.d.ts +7 -0
  83. package/dist/src/plugins/focusable/_private/_shared/focusable-event.d.ts.map +1 -0
  84. package/dist/src/plugins/focusable/_private/handle-blur.d.ts +6 -0
  85. package/dist/src/plugins/focusable/_private/handle-blur.d.ts.map +1 -0
  86. package/dist/src/plugins/focusable/_private/handle-focus.d.ts +6 -0
  87. package/dist/src/plugins/focusable/_private/handle-focus.d.ts.map +1 -0
  88. package/dist/src/plugins/focusable/_private/use-cleanup-on-unmount.d.ts +4 -0
  89. package/dist/src/plugins/focusable/_private/use-cleanup-on-unmount.d.ts.map +1 -0
  90. package/dist/src/plugins/focusable/_private/use-keyboard-navigation.d.ts +8 -0
  91. package/dist/src/plugins/focusable/_private/use-keyboard-navigation.d.ts.map +1 -0
  92. package/dist/src/plugins/focusable/_private/use-programmatic-focusing.d.ts +4 -0
  93. package/dist/src/plugins/focusable/_private/use-programmatic-focusing.d.ts.map +1 -0
  94. package/dist/src/plugins/focusable/_private/use-update-when-props-change.d.ts +4 -0
  95. package/dist/src/plugins/focusable/_private/use-update-when-props-change.d.ts.map +1 -0
  96. package/dist/src/plugins/focusable/_shared/focusable-html-element-ref-set.injectable.d.ts +6 -0
  97. package/dist/src/plugins/focusable/_shared/focusable-html-element-ref-set.injectable.d.ts.map +1 -0
  98. package/dist/src/plugins/focusable/_shared/focusable-item-state.injectable.d.ts +3 -0
  99. package/dist/src/plugins/focusable/_shared/focusable-item-state.injectable.d.ts.map +1 -0
  100. package/dist/src/plugins/focusable/_shared/keyboard-navigation-state.injectable.d.ts +19 -0
  101. package/dist/src/plugins/focusable/_shared/keyboard-navigation-state.injectable.d.ts.map +1 -0
  102. package/dist/src/plugins/focusable/do-focus.injectable.d.ts +8 -0
  103. package/dist/src/plugins/focusable/do-focus.injectable.d.ts.map +1 -0
  104. package/dist/src/plugins/focusable/focusable.d.ts +27 -0
  105. package/dist/src/plugins/focusable/focusable.d.ts.map +1 -0
  106. package/dist/src/plugins/focusable/get-focusable-context.d.ts +33 -0
  107. package/dist/src/plugins/focusable/get-focusable-context.d.ts.map +1 -0
  108. package/dist/src/plugins/focusable/item-being-focused.injectable.d.ts +9 -0
  109. package/dist/src/plugins/focusable/item-being-focused.injectable.d.ts.map +1 -0
  110. package/dist/src/plugins/font/font.d.ts +32 -0
  111. package/dist/src/plugins/font/font.d.ts.map +1 -0
  112. package/dist/src/plugins/gradient/gradient.d.ts +9 -0
  113. package/dist/src/plugins/gradient/gradient.d.ts.map +1 -0
  114. package/dist/src/plugins/grayscale/grayscale.d.ts +14 -0
  115. package/dist/src/plugins/grayscale/grayscale.d.ts.map +1 -0
  116. package/dist/src/plugins/grid/grid.d.ts +19 -0
  117. package/dist/src/plugins/grid/grid.d.ts.map +1 -0
  118. package/dist/src/plugins/height/height.d.ts +15 -0
  119. package/dist/src/plugins/height/height.d.ts.map +1 -0
  120. package/dist/src/plugins/hidden/hidden.d.ts +9 -0
  121. package/dist/src/plugins/hidden/hidden.d.ts.map +1 -0
  122. package/dist/src/plugins/hoverable/computed-now.injectable.d.ts +12 -0
  123. package/dist/src/plugins/hoverable/computed-now.injectable.d.ts.map +1 -0
  124. package/dist/src/plugins/hoverable/hoverable-by-dragging.d.ts +12 -0
  125. package/dist/src/plugins/hoverable/hoverable-by-dragging.d.ts.map +1 -0
  126. package/dist/src/plugins/hoverable/hoverable.d.ts +27 -0
  127. package/dist/src/plugins/hoverable/hoverable.d.ts.map +1 -0
  128. package/dist/src/plugins/hoverable/hovered-item-state.injectable.d.ts +14 -0
  129. package/dist/src/plugins/hoverable/hovered-item-state.injectable.d.ts.map +1 -0
  130. package/dist/src/plugins/hoverable/item-being-hovered.injectable.d.ts +9 -0
  131. package/dist/src/plugins/hoverable/item-being-hovered.injectable.d.ts.map +1 -0
  132. package/dist/src/plugins/hoverable/local-hoverable/_private/context-is-being-hovered.injectable.d.ts +4 -0
  133. package/dist/src/plugins/hoverable/local-hoverable/_private/context-is-being-hovered.injectable.d.ts.map +1 -0
  134. package/dist/src/plugins/hoverable/local-hoverable/local-hoverable.d.ts +7 -0
  135. package/dist/src/plugins/hoverable/local-hoverable/local-hoverable.d.ts.map +1 -0
  136. package/dist/src/plugins/invisible-backdrop/invisible-backdrop.d.ts +9 -0
  137. package/dist/src/plugins/invisible-backdrop/invisible-backdrop.d.ts.map +1 -0
  138. package/dist/src/plugins/margin/margin.d.ts +18 -0
  139. package/dist/src/plugins/margin/margin.d.ts.map +1 -0
  140. package/dist/src/plugins/no-pointer-events/no-pointer-events.d.ts +9 -0
  141. package/dist/src/plugins/no-pointer-events/no-pointer-events.d.ts.map +1 -0
  142. package/dist/src/plugins/offset/offset.d.ts +17 -0
  143. package/dist/src/plugins/offset/offset.d.ts.map +1 -0
  144. package/dist/src/plugins/offset-children/offset-children.d.ts +17 -0
  145. package/dist/src/plugins/offset-children/offset-children.d.ts.map +1 -0
  146. package/dist/src/plugins/on-outside-click/on-outside-click.d.ts +22 -0
  147. package/dist/src/plugins/on-outside-click/on-outside-click.d.ts.map +1 -0
  148. package/dist/src/plugins/outline/outline.d.ts +21 -0
  149. package/dist/src/plugins/outline/outline.d.ts.map +1 -0
  150. package/dist/src/plugins/overflow/overflow.d.ts +18 -0
  151. package/dist/src/plugins/overflow/overflow.d.ts.map +1 -0
  152. package/dist/src/plugins/padding/padding.d.ts +18 -0
  153. package/dist/src/plugins/padding/padding.d.ts.map +1 -0
  154. package/dist/src/plugins/popover/popover.d.ts +28 -0
  155. package/dist/src/plugins/popover/popover.d.ts.map +1 -0
  156. package/dist/src/plugins/ref/ref.d.ts +13 -0
  157. package/dist/src/plugins/ref/ref.d.ts.map +1 -0
  158. package/dist/src/plugins/ref/type-test.d.ts +3 -0
  159. package/dist/src/plugins/ref/type-test.d.ts.map +1 -0
  160. package/dist/src/plugins/relative/relative.d.ts +11 -0
  161. package/dist/src/plugins/relative/relative.d.ts.map +1 -0
  162. package/dist/src/plugins/size/size.d.ts +17 -0
  163. package/dist/src/plugins/size/size.d.ts.map +1 -0
  164. package/dist/src/plugins/style/style.d.ts +6 -0
  165. package/dist/src/plugins/style/style.d.ts.map +1 -0
  166. package/dist/src/plugins/text-align/text-align.d.ts +9 -0
  167. package/dist/src/plugins/text-align/text-align.d.ts.map +1 -0
  168. package/dist/src/plugins/tint/tint.d.ts +19 -0
  169. package/dist/src/plugins/tint/tint.d.ts.map +1 -0
  170. package/dist/src/plugins/tooltip/tooltip-delay/tooltip-delay.default-override.d.ts +4 -0
  171. package/dist/src/plugins/tooltip/tooltip-delay/tooltip-delay.default-override.d.ts.map +1 -0
  172. package/dist/src/plugins/tooltip/tooltip-delay/tooltip-delay.injectable.d.ts +2 -0
  173. package/dist/src/plugins/tooltip/tooltip-delay/tooltip-delay.injectable.d.ts.map +1 -0
  174. package/dist/src/plugins/tooltip/tooltip.d.ts +64 -0
  175. package/dist/src/plugins/tooltip/tooltip.d.ts.map +1 -0
  176. package/dist/src/plugins/transition/transition.d.ts +9 -0
  177. package/dist/src/plugins/transition/transition.d.ts.map +1 -0
  178. package/dist/src/plugins/visually-hidden/visually-hidden.d.ts +9 -0
  179. package/dist/src/plugins/visually-hidden/visually-hidden.d.ts.map +1 -0
  180. package/dist/src/plugins/width/width.d.ts +15 -0
  181. package/dist/src/plugins/width/width.d.ts.map +1 -0
  182. package/dist/src/remove-css-module-clutter.default-override.d.ts +3 -0
  183. package/dist/src/remove-css-module-clutter.default-override.d.ts.map +1 -0
  184. package/dist/src/test-util-runnable.injectable.d.ts +4 -0
  185. package/dist/src/test-util-runnable.injectable.d.ts.map +1 -0
  186. package/dist/tsconfig.tsbuildinfo +1 -0
  187. package/package.json +72 -0
@@ -0,0 +1,3379 @@
1
+ import type React from "react";
2
+ export declare const sharedPlugins: (import("@k8slens/element-component").Plugin<import("..").DroppablePluginProps, unknown> | import("@k8slens/element-component").Plugin<import("./plugins/on-outside-click/on-outside-click").OnOutsideClickPluginProps, unknown> | import("@k8slens/element-component").Plugin<{
3
+ $className?: import("@k8slens/public-utilities").IClassName;
4
+ className?: string;
5
+ $style?: React.CSSProperties;
6
+ style?: React.CSSProperties;
7
+ $tint?: string;
8
+ }, unknown> | import("@k8slens/element-component").Plugin<{
9
+ $className?: import("@k8slens/public-utilities").IClassName;
10
+ className?: string;
11
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
12
+ }, unknown> | import("@k8slens/element-component").Plugin<{
13
+ $className?: import("@k8slens/public-utilities").IClassName;
14
+ className?: string;
15
+ $offset?: {
16
+ direction: import("..").Direction;
17
+ size: import("..").TShirtSize;
18
+ };
19
+ }, unknown> | import("@k8slens/element-component").Plugin<{
20
+ $className?: import("@k8slens/public-utilities").IClassName;
21
+ className?: string;
22
+ $visuallyHidden?: boolean;
23
+ }, unknown> | import("@k8slens/element-component").Plugin<{
24
+ $className?: import("@k8slens/public-utilities").IClassName;
25
+ className?: string;
26
+ $boxShadow?: boolean | "elevated" | "subtle";
27
+ }, unknown> | import("@k8slens/element-component").Plugin<{
28
+ $className?: import("@k8slens/public-utilities").IClassName;
29
+ className?: string;
30
+ $font?: boolean | {
31
+ size?: import("./plugins/font/font").FontSize;
32
+ italic?: boolean;
33
+ bold?: boolean | import("./plugins/font/font").FontBold;
34
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
35
+ forceWrap?: boolean;
36
+ noWrap?: boolean;
37
+ uppercase?: boolean;
38
+ underline?: boolean;
39
+ textOverflow?: "clip" | "ellipsis" | "default";
40
+ };
41
+ }, unknown> | import("@k8slens/element-component").Plugin<{
42
+ $className?: import("@k8slens/public-utilities").IClassName;
43
+ className?: string;
44
+ $noPointerEvents?: boolean;
45
+ }, unknown> | import("@k8slens/element-component").Plugin<{
46
+ $className?: import("@k8slens/public-utilities").IClassName;
47
+ className?: string;
48
+ $relative?: boolean;
49
+ $fixed?: boolean;
50
+ }, unknown> | import("@k8slens/element-component").Plugin<{
51
+ $className?: import("@k8slens/public-utilities").IClassName;
52
+ className?: string;
53
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
54
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
55
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
56
+ }, unknown> | import("@k8slens/element-component").Plugin<{
57
+ $className?: import("@k8slens/public-utilities").IClassName;
58
+ className?: string;
59
+ $draggable?: {
60
+ context: import("..").DraggableContext<any>;
61
+ item: any;
62
+ } | undefined;
63
+ }, unknown> | import("@k8slens/element-component").Plugin<{
64
+ $className?: import("@k8slens/public-utilities").IClassName;
65
+ className?: string;
66
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
67
+ x?: import("./plugins/overflow/overflow").Overflow;
68
+ y?: import("./plugins/overflow/overflow").Overflow;
69
+ hideScrollbar?: boolean;
70
+ };
71
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
72
+ $area?: boolean;
73
+ }, unknown> | import("@k8slens/element-component").Plugin<{
74
+ $className?: import("@k8slens/public-utilities").IClassName;
75
+ className?: string;
76
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
77
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
78
+ $border?: import("./plugins/border/border").$BorderProps;
79
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
80
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
81
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
82
+ x?: import("./plugins/overflow/overflow").Overflow;
83
+ y?: import("./plugins/overflow/overflow").Overflow;
84
+ hideScrollbar?: boolean;
85
+ };
86
+ readonly children?: React.ReactNode;
87
+ readonly $anchor?: boolean;
88
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
89
+ }, unknown> | import("@k8slens/element-component").Plugin<{
90
+ $className?: import("@k8slens/public-utilities").IClassName;
91
+ className?: string;
92
+ $textAlign?: "left" | "center" | "right";
93
+ }, unknown> | import("@k8slens/element-component").Plugin<{
94
+ $className?: import("@k8slens/public-utilities").IClassName;
95
+ className?: string;
96
+ $style?: React.CSSProperties;
97
+ style?: React.CSSProperties;
98
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
99
+ $areaContent?: boolean;
100
+ }, unknown> | import("@k8slens/element-component").Plugin<{
101
+ $className?: import("@k8slens/public-utilities").IClassName;
102
+ className?: string;
103
+ $grid?: import("./plugins/grid/grid").GridProps;
104
+ }, unknown> | import("@k8slens/element-component").Plugin<{
105
+ $className?: import("@k8slens/public-utilities").IClassName;
106
+ className?: string;
107
+ $block?: boolean | "inline";
108
+ }, unknown> | import("@k8slens/element-component").Plugin<{
109
+ $className?: import("@k8slens/public-utilities").IClassName;
110
+ className?: string;
111
+ $outline?: {
112
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
113
+ };
114
+ }, unknown> | import("@k8slens/element-component").Plugin<{
115
+ $className?: import("@k8slens/public-utilities").IClassName;
116
+ className?: string;
117
+ $gradient?: boolean;
118
+ }, unknown> | import("@k8slens/element-component").Plugin<{
119
+ $className?: import("@k8slens/public-utilities").IClassName;
120
+ className?: string;
121
+ $grayscale?: boolean;
122
+ }, unknown> | import("@k8slens/element-component").Plugin<{
123
+ $className?: import("@k8slens/public-utilities").IClassName;
124
+ className?: string;
125
+ $faded?: boolean;
126
+ }, unknown> | import("@k8slens/element-component").Plugin<{
127
+ $className?: import("@k8slens/public-utilities").IClassName;
128
+ className?: string;
129
+ $transition?: boolean;
130
+ }, unknown> | import("@k8slens/element-component").Plugin<{
131
+ $className?: import("@k8slens/public-utilities").IClassName;
132
+ className?: string;
133
+ $offsetChildren?: {
134
+ direction: import("..").Direction;
135
+ size: import("..").TShirtSize;
136
+ };
137
+ }, unknown> | import("@k8slens/element-component").Plugin<{
138
+ $className?: import("@k8slens/public-utilities").IClassName;
139
+ className?: string;
140
+ $hidden?: boolean;
141
+ }, unknown> | import("@k8slens/element-component").Plugin<{
142
+ $className?: import("@k8slens/public-utilities").IClassName;
143
+ className?: string;
144
+ $invisibleBackdrop?: boolean;
145
+ }, unknown> | import("@k8slens/element-component").Plugin<{
146
+ $className?: import("@k8slens/public-utilities").IClassName;
147
+ className?: string;
148
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
149
+ }, unknown> | import("@k8slens/element-component").Plugin<{
150
+ $className?: import("@k8slens/public-utilities").IClassName;
151
+ className?: string;
152
+ $displayContents?: boolean;
153
+ }, unknown>)[];
154
+ export declare const getSharedTypedPlugins: <T extends HTMLElement>() => (import("@k8slens/element-component").Plugin<{
155
+ $ref?: import("./plugins/ref/ref").$RefProp<T>;
156
+ ref?: import("./plugins/ref/ref").RefLike<T>;
157
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
158
+ onMouseEnter?: React.MouseEventHandler<T> | undefined;
159
+ onMouseLeave?: React.MouseEventHandler<T> | undefined;
160
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
161
+ }, unknown> | import("@k8slens/element-component").Plugin<{
162
+ $ref?: import("./plugins/ref/ref").$RefProp<T>;
163
+ ref?: import("./plugins/ref/ref").RefLike<T>;
164
+ readonly children?: React.ReactNode;
165
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
166
+ }, unknown> | import("@k8slens/element-component").Plugin<{
167
+ $ref?: import("./plugins/ref/ref").$RefProp<T>;
168
+ ref?: import("./plugins/ref/ref").RefLike<T>;
169
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
170
+ }, unknown> | import("@k8slens/element-component").Plugin<{
171
+ $ref?: import("./plugins/ref/ref").$RefProp<T>;
172
+ ref?: import("./plugins/ref/ref").RefLike<T>;
173
+ $focusable?: {
174
+ context: import("..").AnyFocusableContext<any>;
175
+ item: any;
176
+ orderNumber?: number;
177
+ } | undefined;
178
+ onFocus?: React.FocusEventHandler<T> | undefined;
179
+ onBlur?: React.FocusEventHandler<T> | undefined;
180
+ onKeyDown?: React.KeyboardEventHandler<T> | undefined;
181
+ tabIndex?: HTMLElement["tabIndex"];
182
+ }, unknown>)[];
183
+ export declare const Div: import("@k8slens/element-component").ElementComponent<"div", {
184
+ $className?: import("@k8slens/public-utilities").IClassName;
185
+ className?: string;
186
+ $block?: boolean | "inline";
187
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
188
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
189
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
190
+ $border?: import("./plugins/border/border").$BorderProps;
191
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
192
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
193
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
194
+ x?: import("./plugins/overflow/overflow").Overflow;
195
+ y?: import("./plugins/overflow/overflow").Overflow;
196
+ hideScrollbar?: boolean;
197
+ };
198
+ readonly $anchor?: boolean;
199
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
200
+ readonly children?: React.ReactNode;
201
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
202
+ $textAlign?: "left" | "center" | "right";
203
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLDivElement>;
204
+ ref?: import("./plugins/ref/ref").RefLike<HTMLDivElement>;
205
+ $focusable?: {
206
+ context: import("..").AnyFocusableContext<any>;
207
+ item: any;
208
+ orderNumber?: number;
209
+ } | undefined;
210
+ onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
211
+ onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
212
+ onKeyDown?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
213
+ tabIndex?: HTMLElement["tabIndex"];
214
+ $grayscale?: boolean;
215
+ $style?: React.CSSProperties;
216
+ style?: React.CSSProperties;
217
+ $tint?: string;
218
+ $faded?: boolean;
219
+ $outline?: {
220
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
221
+ };
222
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
223
+ $boxShadow?: boolean | "elevated" | "subtle";
224
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
225
+ onMouseEnter?: React.MouseEventHandler<HTMLDivElement> | undefined;
226
+ onMouseLeave?: React.MouseEventHandler<HTMLDivElement> | undefined;
227
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
228
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
229
+ $hidden?: boolean;
230
+ $noPointerEvents?: boolean;
231
+ $offset?: {
232
+ direction: import("..").Direction;
233
+ size: import("..").TShirtSize;
234
+ };
235
+ $offsetChildren?: {
236
+ direction: import("..").Direction;
237
+ size: import("..").TShirtSize;
238
+ };
239
+ $relative?: boolean;
240
+ $fixed?: boolean;
241
+ $transition?: boolean;
242
+ $visuallyHidden?: boolean;
243
+ $displayContents?: boolean;
244
+ $draggable?: {
245
+ context: import("..").DraggableContext<any>;
246
+ item: any;
247
+ } | undefined;
248
+ $droppable?: {
249
+ context: import("..").DraggableContext<any>;
250
+ onDrop: (item: any) => void;
251
+ } | undefined;
252
+ $font?: boolean | {
253
+ size?: import("./plugins/font/font").FontSize;
254
+ italic?: boolean;
255
+ bold?: boolean | import("./plugins/font/font").FontBold;
256
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
257
+ forceWrap?: boolean;
258
+ noWrap?: boolean;
259
+ uppercase?: boolean;
260
+ underline?: boolean;
261
+ textOverflow?: "clip" | "ellipsis" | "default";
262
+ };
263
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
264
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
265
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
266
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
267
+ $grid?: import("./plugins/grid/grid").GridProps;
268
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
269
+ $gradient?: boolean;
270
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
271
+ $area?: boolean;
272
+ $areaContent?: boolean;
273
+ $invisibleBackdrop?: boolean;
274
+ }>;
275
+ export type DivProps = React.ComponentProps<typeof Div>;
276
+ export declare const Common: import("@k8slens/element-component").ElementComponent<"div", {
277
+ $className?: import("@k8slens/public-utilities").IClassName;
278
+ className?: string;
279
+ $block?: boolean | "inline";
280
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
281
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
282
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
283
+ $border?: import("./plugins/border/border").$BorderProps;
284
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
285
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
286
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
287
+ x?: import("./plugins/overflow/overflow").Overflow;
288
+ y?: import("./plugins/overflow/overflow").Overflow;
289
+ hideScrollbar?: boolean;
290
+ };
291
+ readonly $anchor?: boolean;
292
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
293
+ readonly children?: React.ReactNode;
294
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
295
+ $textAlign?: "left" | "center" | "right";
296
+ $ref?: import("./plugins/ref/ref").$RefProp<any>;
297
+ ref?: import("./plugins/ref/ref").RefLike<any>;
298
+ $focusable?: {
299
+ context: import("..").AnyFocusableContext<any>;
300
+ item: any;
301
+ orderNumber?: number;
302
+ } | undefined;
303
+ onFocus?: React.FocusEventHandler<any> | undefined;
304
+ onBlur?: React.FocusEventHandler<any> | undefined;
305
+ onKeyDown?: React.KeyboardEventHandler<any> | undefined;
306
+ tabIndex?: HTMLElement["tabIndex"];
307
+ $grayscale?: boolean;
308
+ $style?: React.CSSProperties;
309
+ style?: React.CSSProperties;
310
+ $tint?: string;
311
+ $faded?: boolean;
312
+ $outline?: {
313
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
314
+ };
315
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
316
+ $boxShadow?: boolean | "elevated" | "subtle";
317
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
318
+ onMouseEnter?: React.MouseEventHandler<any> | undefined;
319
+ onMouseLeave?: React.MouseEventHandler<any> | undefined;
320
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
321
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
322
+ $hidden?: boolean;
323
+ $noPointerEvents?: boolean;
324
+ $offset?: {
325
+ direction: import("..").Direction;
326
+ size: import("..").TShirtSize;
327
+ };
328
+ $offsetChildren?: {
329
+ direction: import("..").Direction;
330
+ size: import("..").TShirtSize;
331
+ };
332
+ $relative?: boolean;
333
+ $fixed?: boolean;
334
+ $transition?: boolean;
335
+ $visuallyHidden?: boolean;
336
+ $displayContents?: boolean;
337
+ $draggable?: {
338
+ context: import("..").DraggableContext<any>;
339
+ item: any;
340
+ } | undefined;
341
+ $droppable?: {
342
+ context: import("..").DraggableContext<any>;
343
+ onDrop: (item: any) => void;
344
+ } | undefined;
345
+ $font?: boolean | {
346
+ size?: import("./plugins/font/font").FontSize;
347
+ italic?: boolean;
348
+ bold?: boolean | import("./plugins/font/font").FontBold;
349
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
350
+ forceWrap?: boolean;
351
+ noWrap?: boolean;
352
+ uppercase?: boolean;
353
+ underline?: boolean;
354
+ textOverflow?: "clip" | "ellipsis" | "default";
355
+ };
356
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
357
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
358
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
359
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
360
+ $grid?: import("./plugins/grid/grid").GridProps;
361
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
362
+ $gradient?: boolean;
363
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
364
+ $area?: boolean;
365
+ $areaContent?: boolean;
366
+ $invisibleBackdrop?: boolean;
367
+ }>;
368
+ export type CommonProps = React.ComponentProps<typeof Common>;
369
+ export declare const Svg: import("@k8slens/element-component").ElementComponent<"svg", {
370
+ $className?: import("@k8slens/public-utilities").IClassName;
371
+ className?: string;
372
+ $block?: boolean | "inline";
373
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
374
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
375
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
376
+ $border?: import("./plugins/border/border").$BorderProps;
377
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
378
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
379
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
380
+ x?: import("./plugins/overflow/overflow").Overflow;
381
+ y?: import("./plugins/overflow/overflow").Overflow;
382
+ hideScrollbar?: boolean;
383
+ };
384
+ readonly $anchor?: boolean;
385
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
386
+ readonly children?: React.ReactNode;
387
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
388
+ $textAlign?: "left" | "center" | "right";
389
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLElement>;
390
+ ref?: import("./plugins/ref/ref").RefLike<HTMLElement>;
391
+ $focusable?: {
392
+ context: import("..").AnyFocusableContext<any>;
393
+ item: any;
394
+ orderNumber?: number;
395
+ } | undefined;
396
+ onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
397
+ onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
398
+ onKeyDown?: React.KeyboardEventHandler<HTMLElement> | undefined;
399
+ tabIndex?: HTMLElement["tabIndex"];
400
+ $grayscale?: boolean;
401
+ $style?: React.CSSProperties;
402
+ style?: React.CSSProperties;
403
+ $tint?: string;
404
+ $faded?: boolean;
405
+ $outline?: {
406
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
407
+ };
408
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
409
+ $boxShadow?: boolean | "elevated" | "subtle";
410
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
411
+ onMouseEnter?: React.MouseEventHandler<HTMLElement> | undefined;
412
+ onMouseLeave?: React.MouseEventHandler<HTMLElement> | undefined;
413
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
414
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
415
+ $hidden?: boolean;
416
+ $noPointerEvents?: boolean;
417
+ $offset?: {
418
+ direction: import("..").Direction;
419
+ size: import("..").TShirtSize;
420
+ };
421
+ $offsetChildren?: {
422
+ direction: import("..").Direction;
423
+ size: import("..").TShirtSize;
424
+ };
425
+ $relative?: boolean;
426
+ $fixed?: boolean;
427
+ $transition?: boolean;
428
+ $visuallyHidden?: boolean;
429
+ $displayContents?: boolean;
430
+ $draggable?: {
431
+ context: import("..").DraggableContext<any>;
432
+ item: any;
433
+ } | undefined;
434
+ $droppable?: {
435
+ context: import("..").DraggableContext<any>;
436
+ onDrop: (item: any) => void;
437
+ } | undefined;
438
+ $font?: boolean | {
439
+ size?: import("./plugins/font/font").FontSize;
440
+ italic?: boolean;
441
+ bold?: boolean | import("./plugins/font/font").FontBold;
442
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
443
+ forceWrap?: boolean;
444
+ noWrap?: boolean;
445
+ uppercase?: boolean;
446
+ underline?: boolean;
447
+ textOverflow?: "clip" | "ellipsis" | "default";
448
+ };
449
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
450
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
451
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
452
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
453
+ $grid?: import("./plugins/grid/grid").GridProps;
454
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
455
+ $gradient?: boolean;
456
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
457
+ $area?: boolean;
458
+ $areaContent?: boolean;
459
+ $invisibleBackdrop?: boolean;
460
+ }>;
461
+ export type SvgProps = React.ComponentProps<typeof Svg>;
462
+ export declare const Input: import("@k8slens/element-component").ElementComponent<"input", {
463
+ $className?: import("@k8slens/public-utilities").IClassName;
464
+ className?: string;
465
+ $block?: boolean | "inline";
466
+ $enabled?: boolean;
467
+ $disabled?: boolean;
468
+ disabled?: undefined;
469
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
470
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
471
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
472
+ $border?: import("./plugins/border/border").$BorderProps;
473
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
474
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
475
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
476
+ x?: import("./plugins/overflow/overflow").Overflow;
477
+ y?: import("./plugins/overflow/overflow").Overflow;
478
+ hideScrollbar?: boolean;
479
+ };
480
+ readonly $anchor?: boolean;
481
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
482
+ readonly children?: React.ReactNode;
483
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
484
+ $textAlign?: "left" | "center" | "right";
485
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLInputElement>;
486
+ ref?: import("./plugins/ref/ref").RefLike<HTMLInputElement>;
487
+ $focusable?: {
488
+ context: import("..").AnyFocusableContext<any>;
489
+ item: any;
490
+ orderNumber?: number;
491
+ } | undefined;
492
+ onFocus?: React.FocusEventHandler<HTMLInputElement> | undefined;
493
+ onBlur?: React.FocusEventHandler<HTMLInputElement> | undefined;
494
+ onKeyDown?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
495
+ tabIndex?: HTMLElement["tabIndex"];
496
+ $grayscale?: boolean;
497
+ $style?: React.CSSProperties;
498
+ style?: React.CSSProperties;
499
+ $tint?: string;
500
+ $faded?: boolean;
501
+ $outline?: {
502
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
503
+ };
504
+ $boxShadow?: boolean | "elevated" | "subtle";
505
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
506
+ onMouseEnter?: React.MouseEventHandler<HTMLInputElement> | undefined;
507
+ onMouseLeave?: React.MouseEventHandler<HTMLInputElement> | undefined;
508
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
509
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
510
+ $hidden?: boolean;
511
+ $noPointerEvents?: boolean;
512
+ $offset?: {
513
+ direction: import("..").Direction;
514
+ size: import("..").TShirtSize;
515
+ };
516
+ $offsetChildren?: {
517
+ direction: import("..").Direction;
518
+ size: import("..").TShirtSize;
519
+ };
520
+ $relative?: boolean;
521
+ $fixed?: boolean;
522
+ $transition?: boolean;
523
+ $visuallyHidden?: boolean;
524
+ $displayContents?: boolean;
525
+ $draggable?: {
526
+ context: import("..").DraggableContext<any>;
527
+ item: any;
528
+ } | undefined;
529
+ $droppable?: {
530
+ context: import("..").DraggableContext<any>;
531
+ onDrop: (item: any) => void;
532
+ } | undefined;
533
+ $font?: boolean | {
534
+ size?: import("./plugins/font/font").FontSize;
535
+ italic?: boolean;
536
+ bold?: boolean | import("./plugins/font/font").FontBold;
537
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
538
+ forceWrap?: boolean;
539
+ noWrap?: boolean;
540
+ uppercase?: boolean;
541
+ underline?: boolean;
542
+ textOverflow?: "clip" | "ellipsis" | "default";
543
+ };
544
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
545
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
546
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
547
+ $grid?: import("./plugins/grid/grid").GridProps;
548
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
549
+ $gradient?: boolean;
550
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
551
+ $area?: boolean;
552
+ $areaContent?: boolean;
553
+ $invisibleBackdrop?: boolean;
554
+ }>;
555
+ export type InputProps = React.ComponentProps<typeof Input>;
556
+ export declare const TextArea: import("@k8slens/element-component").ElementComponent<"textarea", {
557
+ $className?: import("@k8slens/public-utilities").IClassName;
558
+ className?: string;
559
+ $block?: boolean | "inline";
560
+ $enabled?: boolean;
561
+ $disabled?: boolean;
562
+ disabled?: undefined;
563
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
564
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
565
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
566
+ $border?: import("./plugins/border/border").$BorderProps;
567
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
568
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
569
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
570
+ x?: import("./plugins/overflow/overflow").Overflow;
571
+ y?: import("./plugins/overflow/overflow").Overflow;
572
+ hideScrollbar?: boolean;
573
+ };
574
+ readonly $anchor?: boolean;
575
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
576
+ readonly children?: React.ReactNode;
577
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
578
+ $textAlign?: "left" | "center" | "right";
579
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLTextAreaElement>;
580
+ ref?: import("./plugins/ref/ref").RefLike<HTMLTextAreaElement>;
581
+ $focusable?: {
582
+ context: import("..").AnyFocusableContext<any>;
583
+ item: any;
584
+ orderNumber?: number;
585
+ } | undefined;
586
+ onFocus?: React.FocusEventHandler<HTMLTextAreaElement> | undefined;
587
+ onBlur?: React.FocusEventHandler<HTMLTextAreaElement> | undefined;
588
+ onKeyDown?: React.KeyboardEventHandler<HTMLTextAreaElement> | undefined;
589
+ tabIndex?: HTMLElement["tabIndex"];
590
+ $grayscale?: boolean;
591
+ $style?: React.CSSProperties;
592
+ style?: React.CSSProperties;
593
+ $tint?: string;
594
+ $faded?: boolean;
595
+ $outline?: {
596
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
597
+ };
598
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
599
+ $boxShadow?: boolean | "elevated" | "subtle";
600
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
601
+ onMouseEnter?: React.MouseEventHandler<HTMLTextAreaElement> | undefined;
602
+ onMouseLeave?: React.MouseEventHandler<HTMLTextAreaElement> | undefined;
603
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
604
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
605
+ $hidden?: boolean;
606
+ $noPointerEvents?: boolean;
607
+ $offset?: {
608
+ direction: import("..").Direction;
609
+ size: import("..").TShirtSize;
610
+ };
611
+ $offsetChildren?: {
612
+ direction: import("..").Direction;
613
+ size: import("..").TShirtSize;
614
+ };
615
+ $relative?: boolean;
616
+ $fixed?: boolean;
617
+ $transition?: boolean;
618
+ $visuallyHidden?: boolean;
619
+ $displayContents?: boolean;
620
+ $draggable?: {
621
+ context: import("..").DraggableContext<any>;
622
+ item: any;
623
+ } | undefined;
624
+ $droppable?: {
625
+ context: import("..").DraggableContext<any>;
626
+ onDrop: (item: any) => void;
627
+ } | undefined;
628
+ $font?: boolean | {
629
+ size?: import("./plugins/font/font").FontSize;
630
+ italic?: boolean;
631
+ bold?: boolean | import("./plugins/font/font").FontBold;
632
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
633
+ forceWrap?: boolean;
634
+ noWrap?: boolean;
635
+ uppercase?: boolean;
636
+ underline?: boolean;
637
+ textOverflow?: "clip" | "ellipsis" | "default";
638
+ };
639
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
640
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
641
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
642
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
643
+ $grid?: import("./plugins/grid/grid").GridProps;
644
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
645
+ $gradient?: boolean;
646
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
647
+ $area?: boolean;
648
+ $areaContent?: boolean;
649
+ $invisibleBackdrop?: boolean;
650
+ }>;
651
+ export type TextAreaProps = React.ComponentProps<typeof TextArea>;
652
+ export declare const Form: import("@k8slens/element-component").ElementComponent<"form", {
653
+ $className?: import("@k8slens/public-utilities").IClassName;
654
+ className?: string;
655
+ $block?: boolean | "inline";
656
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
657
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
658
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
659
+ $border?: import("./plugins/border/border").$BorderProps;
660
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
661
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
662
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
663
+ x?: import("./plugins/overflow/overflow").Overflow;
664
+ y?: import("./plugins/overflow/overflow").Overflow;
665
+ hideScrollbar?: boolean;
666
+ };
667
+ readonly $anchor?: boolean;
668
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
669
+ readonly children?: React.ReactNode;
670
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
671
+ $textAlign?: "left" | "center" | "right";
672
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLFormElement>;
673
+ ref?: import("./plugins/ref/ref").RefLike<HTMLFormElement>;
674
+ $focusable?: {
675
+ context: import("..").AnyFocusableContext<any>;
676
+ item: any;
677
+ orderNumber?: number;
678
+ } | undefined;
679
+ onFocus?: React.FocusEventHandler<HTMLFormElement> | undefined;
680
+ onBlur?: React.FocusEventHandler<HTMLFormElement> | undefined;
681
+ onKeyDown?: React.KeyboardEventHandler<HTMLFormElement> | undefined;
682
+ tabIndex?: HTMLElement["tabIndex"];
683
+ $grayscale?: boolean;
684
+ $style?: React.CSSProperties;
685
+ style?: React.CSSProperties;
686
+ $tint?: string;
687
+ $faded?: boolean;
688
+ $outline?: {
689
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
690
+ };
691
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
692
+ $boxShadow?: boolean | "elevated" | "subtle";
693
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
694
+ onMouseEnter?: React.MouseEventHandler<HTMLFormElement> | undefined;
695
+ onMouseLeave?: React.MouseEventHandler<HTMLFormElement> | undefined;
696
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
697
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
698
+ $hidden?: boolean;
699
+ $noPointerEvents?: boolean;
700
+ $offset?: {
701
+ direction: import("..").Direction;
702
+ size: import("..").TShirtSize;
703
+ };
704
+ $offsetChildren?: {
705
+ direction: import("..").Direction;
706
+ size: import("..").TShirtSize;
707
+ };
708
+ $relative?: boolean;
709
+ $fixed?: boolean;
710
+ $transition?: boolean;
711
+ $visuallyHidden?: boolean;
712
+ $displayContents?: boolean;
713
+ $draggable?: {
714
+ context: import("..").DraggableContext<any>;
715
+ item: any;
716
+ } | undefined;
717
+ $droppable?: {
718
+ context: import("..").DraggableContext<any>;
719
+ onDrop: (item: any) => void;
720
+ } | undefined;
721
+ $font?: boolean | {
722
+ size?: import("./plugins/font/font").FontSize;
723
+ italic?: boolean;
724
+ bold?: boolean | import("./plugins/font/font").FontBold;
725
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
726
+ forceWrap?: boolean;
727
+ noWrap?: boolean;
728
+ uppercase?: boolean;
729
+ underline?: boolean;
730
+ textOverflow?: "clip" | "ellipsis" | "default";
731
+ };
732
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
733
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
734
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
735
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
736
+ $grid?: import("./plugins/grid/grid").GridProps;
737
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
738
+ $gradient?: boolean;
739
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
740
+ $area?: boolean;
741
+ $areaContent?: boolean;
742
+ $invisibleBackdrop?: boolean;
743
+ }>;
744
+ export type FormProps = React.ComponentProps<typeof Form>;
745
+ export declare const Span: import("@k8slens/element-component").ElementComponent<"span", {
746
+ $className?: import("@k8slens/public-utilities").IClassName;
747
+ className?: string;
748
+ $block?: boolean | "inline";
749
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
750
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
751
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
752
+ $border?: import("./plugins/border/border").$BorderProps;
753
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
754
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
755
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
756
+ x?: import("./plugins/overflow/overflow").Overflow;
757
+ y?: import("./plugins/overflow/overflow").Overflow;
758
+ hideScrollbar?: boolean;
759
+ };
760
+ readonly $anchor?: boolean;
761
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
762
+ readonly children?: React.ReactNode;
763
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
764
+ $textAlign?: "left" | "center" | "right";
765
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLSpanElement>;
766
+ ref?: import("./plugins/ref/ref").RefLike<HTMLSpanElement>;
767
+ $focusable?: {
768
+ context: import("..").AnyFocusableContext<any>;
769
+ item: any;
770
+ orderNumber?: number;
771
+ } | undefined;
772
+ onFocus?: React.FocusEventHandler<HTMLSpanElement> | undefined;
773
+ onBlur?: React.FocusEventHandler<HTMLSpanElement> | undefined;
774
+ onKeyDown?: React.KeyboardEventHandler<HTMLSpanElement> | undefined;
775
+ tabIndex?: HTMLElement["tabIndex"];
776
+ $grayscale?: boolean;
777
+ $style?: React.CSSProperties;
778
+ style?: React.CSSProperties;
779
+ $tint?: string;
780
+ $faded?: boolean;
781
+ $outline?: {
782
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
783
+ };
784
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
785
+ $boxShadow?: boolean | "elevated" | "subtle";
786
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
787
+ onMouseEnter?: React.MouseEventHandler<HTMLSpanElement> | undefined;
788
+ onMouseLeave?: React.MouseEventHandler<HTMLSpanElement> | undefined;
789
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
790
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
791
+ $hidden?: boolean;
792
+ $noPointerEvents?: boolean;
793
+ $offset?: {
794
+ direction: import("..").Direction;
795
+ size: import("..").TShirtSize;
796
+ };
797
+ $offsetChildren?: {
798
+ direction: import("..").Direction;
799
+ size: import("..").TShirtSize;
800
+ };
801
+ $relative?: boolean;
802
+ $fixed?: boolean;
803
+ $transition?: boolean;
804
+ $visuallyHidden?: boolean;
805
+ $displayContents?: boolean;
806
+ $draggable?: {
807
+ context: import("..").DraggableContext<any>;
808
+ item: any;
809
+ } | undefined;
810
+ $droppable?: {
811
+ context: import("..").DraggableContext<any>;
812
+ onDrop: (item: any) => void;
813
+ } | undefined;
814
+ $font?: boolean | {
815
+ size?: import("./plugins/font/font").FontSize;
816
+ italic?: boolean;
817
+ bold?: boolean | import("./plugins/font/font").FontBold;
818
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
819
+ forceWrap?: boolean;
820
+ noWrap?: boolean;
821
+ uppercase?: boolean;
822
+ underline?: boolean;
823
+ textOverflow?: "clip" | "ellipsis" | "default";
824
+ };
825
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
826
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
827
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
828
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
829
+ $grid?: import("./plugins/grid/grid").GridProps;
830
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
831
+ $gradient?: boolean;
832
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
833
+ $area?: boolean;
834
+ $areaContent?: boolean;
835
+ $invisibleBackdrop?: boolean;
836
+ }>;
837
+ export type SpanProps = React.ComponentProps<typeof Span>;
838
+ export declare const ClickableDiv: import("@k8slens/element-component").ElementComponent<"div", {
839
+ $className?: import("@k8slens/public-utilities").IClassName;
840
+ className?: string;
841
+ $block?: boolean | "inline";
842
+ $enabled?: boolean;
843
+ $disabled?: boolean;
844
+ disabled?: undefined;
845
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
846
+ $onClick?: import("./plugins/clickable/clickable").ClickHandler;
847
+ $onOnlyMouseClick?: import("./plugins/clickable/clickable").ClickHandler;
848
+ $onDoubleClick?: import("./plugins/clickable/clickable").ClickHandler;
849
+ $onRightClick?: import("./plugins/clickable/clickable").ClickHandler;
850
+ $onMiddleClick?: import("./plugins/clickable/clickable").ClickHandler;
851
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
852
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
853
+ $border?: import("./plugins/border/border").$BorderProps;
854
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
855
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
856
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
857
+ x?: import("./plugins/overflow/overflow").Overflow;
858
+ y?: import("./plugins/overflow/overflow").Overflow;
859
+ hideScrollbar?: boolean;
860
+ };
861
+ readonly $anchor?: boolean;
862
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
863
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
864
+ children?: React.ReactNode;
865
+ readonly tabIndex?: number;
866
+ readonly $dropDownMenu?: import("@k8slens/drop-down-menu-contracts").DropDownMenuSpec;
867
+ $textAlign?: "left" | "center" | "right";
868
+ $ref?: ((import("./plugins/ref/ref").$RefProp<any>[] | React.MutableRefObject<any> | ((instance: any) => undefined | void | (() => any)) | React.RefObject<any>) & (import("./plugins/ref/ref").$RefProp<HTMLDivElement>[] | React.MutableRefObject<HTMLDivElement | null> | ((instance: HTMLDivElement | null) => undefined | void | (() => any)) | React.RefObject<HTMLDivElement>)) | undefined;
869
+ ref?: ((React.MutableRefObject<any> | ((instance: any) => undefined | void | (() => any)) | React.RefObject<any>) & (React.MutableRefObject<HTMLDivElement | null> | ((instance: HTMLDivElement | null) => undefined | void | (() => any)) | React.RefObject<HTMLDivElement>)) | undefined;
870
+ $focusable?: {
871
+ context: import("..").AnyFocusableContext<any>;
872
+ item: any;
873
+ orderNumber?: number;
874
+ } | undefined;
875
+ onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
876
+ onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
877
+ onKeyDown?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
878
+ $grayscale?: boolean;
879
+ $style?: React.CSSProperties;
880
+ style?: React.CSSProperties;
881
+ $tint?: string;
882
+ $faded?: boolean;
883
+ $outline?: {
884
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
885
+ };
886
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
887
+ $boxShadow?: boolean | "elevated" | "subtle";
888
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
889
+ onMouseEnter?: React.MouseEventHandler<HTMLDivElement> | undefined;
890
+ onMouseLeave?: React.MouseEventHandler<HTMLDivElement> | undefined;
891
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
892
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
893
+ $hidden?: boolean;
894
+ $noPointerEvents?: boolean;
895
+ $offset?: {
896
+ direction: import("..").Direction;
897
+ size: import("..").TShirtSize;
898
+ };
899
+ $offsetChildren?: {
900
+ direction: import("..").Direction;
901
+ size: import("..").TShirtSize;
902
+ };
903
+ $relative?: boolean;
904
+ $fixed?: boolean;
905
+ $transition?: boolean;
906
+ $visuallyHidden?: boolean;
907
+ $displayContents?: boolean;
908
+ $draggable?: {
909
+ context: import("..").DraggableContext<any>;
910
+ item: any;
911
+ } | undefined;
912
+ $droppable?: {
913
+ context: import("..").DraggableContext<any>;
914
+ onDrop: (item: any) => void;
915
+ } | undefined;
916
+ $font?: boolean | {
917
+ size?: import("./plugins/font/font").FontSize;
918
+ italic?: boolean;
919
+ bold?: boolean | import("./plugins/font/font").FontBold;
920
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
921
+ forceWrap?: boolean;
922
+ noWrap?: boolean;
923
+ uppercase?: boolean;
924
+ underline?: boolean;
925
+ textOverflow?: "clip" | "ellipsis" | "default";
926
+ };
927
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
928
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
929
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
930
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
931
+ $grid?: import("./plugins/grid/grid").GridProps;
932
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
933
+ $gradient?: boolean;
934
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
935
+ $area?: boolean;
936
+ $areaContent?: boolean;
937
+ $popover?: () => React.ReactNode;
938
+ $invisibleBackdrop?: boolean;
939
+ }>;
940
+ export type ClickableDivProps = React.ComponentProps<typeof ClickableDiv>;
941
+ export declare const I: import("@k8slens/element-component").ElementComponent<"i", {
942
+ $className?: import("@k8slens/public-utilities").IClassName;
943
+ className?: string;
944
+ $block?: boolean | "inline";
945
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
946
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
947
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
948
+ $border?: import("./plugins/border/border").$BorderProps;
949
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
950
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
951
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
952
+ x?: import("./plugins/overflow/overflow").Overflow;
953
+ y?: import("./plugins/overflow/overflow").Overflow;
954
+ hideScrollbar?: boolean;
955
+ };
956
+ readonly $anchor?: boolean;
957
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
958
+ readonly children?: React.ReactNode;
959
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
960
+ $textAlign?: "left" | "center" | "right";
961
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLElement>;
962
+ ref?: import("./plugins/ref/ref").RefLike<HTMLElement>;
963
+ $focusable?: {
964
+ context: import("..").AnyFocusableContext<any>;
965
+ item: any;
966
+ orderNumber?: number;
967
+ } | undefined;
968
+ onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
969
+ onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
970
+ onKeyDown?: React.KeyboardEventHandler<HTMLElement> | undefined;
971
+ tabIndex?: HTMLElement["tabIndex"];
972
+ $grayscale?: boolean;
973
+ $style?: React.CSSProperties;
974
+ style?: React.CSSProperties;
975
+ $tint?: string;
976
+ $faded?: boolean;
977
+ $outline?: {
978
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
979
+ };
980
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
981
+ $boxShadow?: boolean | "elevated" | "subtle";
982
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
983
+ onMouseEnter?: React.MouseEventHandler<HTMLElement> | undefined;
984
+ onMouseLeave?: React.MouseEventHandler<HTMLElement> | undefined;
985
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
986
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
987
+ $hidden?: boolean;
988
+ $noPointerEvents?: boolean;
989
+ $offset?: {
990
+ direction: import("..").Direction;
991
+ size: import("..").TShirtSize;
992
+ };
993
+ $offsetChildren?: {
994
+ direction: import("..").Direction;
995
+ size: import("..").TShirtSize;
996
+ };
997
+ $relative?: boolean;
998
+ $fixed?: boolean;
999
+ $transition?: boolean;
1000
+ $visuallyHidden?: boolean;
1001
+ $displayContents?: boolean;
1002
+ $draggable?: {
1003
+ context: import("..").DraggableContext<any>;
1004
+ item: any;
1005
+ } | undefined;
1006
+ $droppable?: {
1007
+ context: import("..").DraggableContext<any>;
1008
+ onDrop: (item: any) => void;
1009
+ } | undefined;
1010
+ $font?: boolean | {
1011
+ size?: import("./plugins/font/font").FontSize;
1012
+ italic?: boolean;
1013
+ bold?: boolean | import("./plugins/font/font").FontBold;
1014
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
1015
+ forceWrap?: boolean;
1016
+ noWrap?: boolean;
1017
+ uppercase?: boolean;
1018
+ underline?: boolean;
1019
+ textOverflow?: "clip" | "ellipsis" | "default";
1020
+ };
1021
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
1022
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
1023
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
1024
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
1025
+ $grid?: import("./plugins/grid/grid").GridProps;
1026
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
1027
+ $gradient?: boolean;
1028
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
1029
+ $area?: boolean;
1030
+ $areaContent?: boolean;
1031
+ $invisibleBackdrop?: boolean;
1032
+ }>;
1033
+ export type IProps = React.ComponentProps<typeof I>;
1034
+ export declare const A: import("@k8slens/element-component").ElementComponent<"a", {
1035
+ $className?: import("@k8slens/public-utilities").IClassName;
1036
+ className?: string;
1037
+ $block?: boolean | "inline";
1038
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
1039
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
1040
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
1041
+ $border?: import("./plugins/border/border").$BorderProps;
1042
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
1043
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
1044
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
1045
+ x?: import("./plugins/overflow/overflow").Overflow;
1046
+ y?: import("./plugins/overflow/overflow").Overflow;
1047
+ hideScrollbar?: boolean;
1048
+ };
1049
+ readonly $anchor?: boolean;
1050
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
1051
+ readonly children?: React.ReactNode;
1052
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
1053
+ $textAlign?: "left" | "center" | "right";
1054
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLAnchorElement>;
1055
+ ref?: import("./plugins/ref/ref").RefLike<HTMLAnchorElement>;
1056
+ $focusable?: {
1057
+ context: import("..").AnyFocusableContext<any>;
1058
+ item: any;
1059
+ orderNumber?: number;
1060
+ } | undefined;
1061
+ onFocus?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
1062
+ onBlur?: React.FocusEventHandler<HTMLAnchorElement> | undefined;
1063
+ onKeyDown?: React.KeyboardEventHandler<HTMLAnchorElement> | undefined;
1064
+ tabIndex?: HTMLElement["tabIndex"];
1065
+ $grayscale?: boolean;
1066
+ $style?: React.CSSProperties;
1067
+ style?: React.CSSProperties;
1068
+ $tint?: string;
1069
+ $faded?: boolean;
1070
+ $outline?: {
1071
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
1072
+ };
1073
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
1074
+ $boxShadow?: boolean | "elevated" | "subtle";
1075
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
1076
+ onMouseEnter?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
1077
+ onMouseLeave?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
1078
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
1079
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
1080
+ $hidden?: boolean;
1081
+ $noPointerEvents?: boolean;
1082
+ $offset?: {
1083
+ direction: import("..").Direction;
1084
+ size: import("..").TShirtSize;
1085
+ };
1086
+ $offsetChildren?: {
1087
+ direction: import("..").Direction;
1088
+ size: import("..").TShirtSize;
1089
+ };
1090
+ $relative?: boolean;
1091
+ $fixed?: boolean;
1092
+ $transition?: boolean;
1093
+ $visuallyHidden?: boolean;
1094
+ $displayContents?: boolean;
1095
+ $draggable?: {
1096
+ context: import("..").DraggableContext<any>;
1097
+ item: any;
1098
+ } | undefined;
1099
+ $droppable?: {
1100
+ context: import("..").DraggableContext<any>;
1101
+ onDrop: (item: any) => void;
1102
+ } | undefined;
1103
+ $font?: boolean | {
1104
+ size?: import("./plugins/font/font").FontSize;
1105
+ italic?: boolean;
1106
+ bold?: boolean | import("./plugins/font/font").FontBold;
1107
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
1108
+ forceWrap?: boolean;
1109
+ noWrap?: boolean;
1110
+ uppercase?: boolean;
1111
+ underline?: boolean;
1112
+ textOverflow?: "clip" | "ellipsis" | "default";
1113
+ };
1114
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
1115
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
1116
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
1117
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
1118
+ $grid?: import("./plugins/grid/grid").GridProps;
1119
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
1120
+ $gradient?: boolean;
1121
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
1122
+ $area?: boolean;
1123
+ $areaContent?: boolean;
1124
+ $invisibleBackdrop?: boolean;
1125
+ }>;
1126
+ export type AProps = React.ComponentProps<typeof A>;
1127
+ export declare const Button: import("@k8slens/element-component").ElementComponent<"button", {
1128
+ $className?: import("@k8slens/public-utilities").IClassName;
1129
+ className?: string;
1130
+ $block?: boolean | "inline";
1131
+ $enabled?: boolean;
1132
+ $disabled?: boolean;
1133
+ disabled?: undefined;
1134
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
1135
+ $onClick?: import("./plugins/clickable/clickable").ClickHandler;
1136
+ $onOnlyMouseClick?: import("./plugins/clickable/clickable").ClickHandler;
1137
+ $onDoubleClick?: import("./plugins/clickable/clickable").ClickHandler;
1138
+ $onRightClick?: import("./plugins/clickable/clickable").ClickHandler;
1139
+ $onMiddleClick?: import("./plugins/clickable/clickable").ClickHandler;
1140
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
1141
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
1142
+ $border?: import("./plugins/border/border").$BorderProps;
1143
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
1144
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
1145
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
1146
+ x?: import("./plugins/overflow/overflow").Overflow;
1147
+ y?: import("./plugins/overflow/overflow").Overflow;
1148
+ hideScrollbar?: boolean;
1149
+ };
1150
+ readonly $anchor?: boolean;
1151
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
1152
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
1153
+ children?: React.ReactNode;
1154
+ readonly tabIndex?: number;
1155
+ readonly $dropDownMenu?: import("@k8slens/drop-down-menu-contracts").DropDownMenuSpec;
1156
+ $textAlign?: "left" | "center" | "right";
1157
+ $ref?: ((import("./plugins/ref/ref").$RefProp<any>[] | React.MutableRefObject<any> | ((instance: any) => undefined | void | (() => any)) | React.RefObject<any>) & (import("./plugins/ref/ref").$RefProp<HTMLButtonElement>[] | React.MutableRefObject<HTMLButtonElement | null> | ((instance: HTMLButtonElement | null) => undefined | void | (() => any)) | React.RefObject<HTMLButtonElement>)) | undefined;
1158
+ ref?: ((React.MutableRefObject<any> | ((instance: any) => undefined | void | (() => any)) | React.RefObject<any>) & (React.MutableRefObject<HTMLButtonElement | null> | ((instance: HTMLButtonElement | null) => undefined | void | (() => any)) | React.RefObject<HTMLButtonElement>)) | undefined;
1159
+ $focusable?: {
1160
+ context: import("..").AnyFocusableContext<any>;
1161
+ item: any;
1162
+ orderNumber?: number;
1163
+ } | undefined;
1164
+ onFocus?: React.FocusEventHandler<HTMLButtonElement> | undefined;
1165
+ onBlur?: React.FocusEventHandler<HTMLButtonElement> | undefined;
1166
+ onKeyDown?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
1167
+ $grayscale?: boolean;
1168
+ $style?: React.CSSProperties;
1169
+ style?: React.CSSProperties;
1170
+ $tint?: string;
1171
+ $faded?: boolean;
1172
+ $outline?: {
1173
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
1174
+ };
1175
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
1176
+ $boxShadow?: boolean | "elevated" | "subtle";
1177
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
1178
+ onMouseEnter?: React.MouseEventHandler<HTMLButtonElement> | undefined;
1179
+ onMouseLeave?: React.MouseEventHandler<HTMLButtonElement> | undefined;
1180
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
1181
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
1182
+ $hidden?: boolean;
1183
+ $noPointerEvents?: boolean;
1184
+ $offset?: {
1185
+ direction: import("..").Direction;
1186
+ size: import("..").TShirtSize;
1187
+ };
1188
+ $offsetChildren?: {
1189
+ direction: import("..").Direction;
1190
+ size: import("..").TShirtSize;
1191
+ };
1192
+ $relative?: boolean;
1193
+ $fixed?: boolean;
1194
+ $transition?: boolean;
1195
+ $visuallyHidden?: boolean;
1196
+ $displayContents?: boolean;
1197
+ $draggable?: {
1198
+ context: import("..").DraggableContext<any>;
1199
+ item: any;
1200
+ } | undefined;
1201
+ $droppable?: {
1202
+ context: import("..").DraggableContext<any>;
1203
+ onDrop: (item: any) => void;
1204
+ } | undefined;
1205
+ $font?: boolean | {
1206
+ size?: import("./plugins/font/font").FontSize;
1207
+ italic?: boolean;
1208
+ bold?: boolean | import("./plugins/font/font").FontBold;
1209
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
1210
+ forceWrap?: boolean;
1211
+ noWrap?: boolean;
1212
+ uppercase?: boolean;
1213
+ underline?: boolean;
1214
+ textOverflow?: "clip" | "ellipsis" | "default";
1215
+ };
1216
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
1217
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
1218
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
1219
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
1220
+ $grid?: import("./plugins/grid/grid").GridProps;
1221
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
1222
+ $gradient?: boolean;
1223
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
1224
+ $area?: boolean;
1225
+ $areaContent?: boolean;
1226
+ $popover?: () => React.ReactNode;
1227
+ $invisibleBackdrop?: boolean;
1228
+ }>;
1229
+ export type ButtonProps = React.ComponentProps<typeof Button>;
1230
+ export declare const Code: import("@k8slens/element-component").ElementComponent<"code", {
1231
+ $className?: import("@k8slens/public-utilities").IClassName;
1232
+ className?: string;
1233
+ $block?: boolean | "inline";
1234
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
1235
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
1236
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
1237
+ $border?: import("./plugins/border/border").$BorderProps;
1238
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
1239
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
1240
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
1241
+ x?: import("./plugins/overflow/overflow").Overflow;
1242
+ y?: import("./plugins/overflow/overflow").Overflow;
1243
+ hideScrollbar?: boolean;
1244
+ };
1245
+ readonly $anchor?: boolean;
1246
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
1247
+ readonly children?: React.ReactNode;
1248
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
1249
+ $textAlign?: "left" | "center" | "right";
1250
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLElement>;
1251
+ ref?: import("./plugins/ref/ref").RefLike<HTMLElement>;
1252
+ $focusable?: {
1253
+ context: import("..").AnyFocusableContext<any>;
1254
+ item: any;
1255
+ orderNumber?: number;
1256
+ } | undefined;
1257
+ onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
1258
+ onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
1259
+ onKeyDown?: React.KeyboardEventHandler<HTMLElement> | undefined;
1260
+ tabIndex?: HTMLElement["tabIndex"];
1261
+ $grayscale?: boolean;
1262
+ $style?: React.CSSProperties;
1263
+ style?: React.CSSProperties;
1264
+ $tint?: string;
1265
+ $faded?: boolean;
1266
+ $outline?: {
1267
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
1268
+ };
1269
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
1270
+ $boxShadow?: boolean | "elevated" | "subtle";
1271
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
1272
+ onMouseEnter?: React.MouseEventHandler<HTMLElement> | undefined;
1273
+ onMouseLeave?: React.MouseEventHandler<HTMLElement> | undefined;
1274
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
1275
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
1276
+ $hidden?: boolean;
1277
+ $noPointerEvents?: boolean;
1278
+ $offset?: {
1279
+ direction: import("..").Direction;
1280
+ size: import("..").TShirtSize;
1281
+ };
1282
+ $offsetChildren?: {
1283
+ direction: import("..").Direction;
1284
+ size: import("..").TShirtSize;
1285
+ };
1286
+ $relative?: boolean;
1287
+ $fixed?: boolean;
1288
+ $transition?: boolean;
1289
+ $visuallyHidden?: boolean;
1290
+ $displayContents?: boolean;
1291
+ $draggable?: {
1292
+ context: import("..").DraggableContext<any>;
1293
+ item: any;
1294
+ } | undefined;
1295
+ $droppable?: {
1296
+ context: import("..").DraggableContext<any>;
1297
+ onDrop: (item: any) => void;
1298
+ } | undefined;
1299
+ $font?: boolean | {
1300
+ size?: import("./plugins/font/font").FontSize;
1301
+ italic?: boolean;
1302
+ bold?: boolean | import("./plugins/font/font").FontBold;
1303
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
1304
+ forceWrap?: boolean;
1305
+ noWrap?: boolean;
1306
+ uppercase?: boolean;
1307
+ underline?: boolean;
1308
+ textOverflow?: "clip" | "ellipsis" | "default";
1309
+ };
1310
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
1311
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
1312
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
1313
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
1314
+ $grid?: import("./plugins/grid/grid").GridProps;
1315
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
1316
+ $gradient?: boolean;
1317
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
1318
+ $area?: boolean;
1319
+ $areaContent?: boolean;
1320
+ $invisibleBackdrop?: boolean;
1321
+ }>;
1322
+ export type CodeProps = React.ComponentProps<typeof Code>;
1323
+ export declare const Label: import("@k8slens/element-component").ElementComponent<"label", {
1324
+ $className?: import("@k8slens/public-utilities").IClassName;
1325
+ className?: string;
1326
+ $block?: boolean | "inline";
1327
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
1328
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
1329
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
1330
+ $border?: import("./plugins/border/border").$BorderProps;
1331
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
1332
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
1333
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
1334
+ x?: import("./plugins/overflow/overflow").Overflow;
1335
+ y?: import("./plugins/overflow/overflow").Overflow;
1336
+ hideScrollbar?: boolean;
1337
+ };
1338
+ readonly $anchor?: boolean;
1339
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
1340
+ readonly children?: React.ReactNode;
1341
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
1342
+ $textAlign?: "left" | "center" | "right";
1343
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLElement>;
1344
+ ref?: import("./plugins/ref/ref").RefLike<HTMLElement>;
1345
+ $focusable?: {
1346
+ context: import("..").AnyFocusableContext<any>;
1347
+ item: any;
1348
+ orderNumber?: number;
1349
+ } | undefined;
1350
+ onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
1351
+ onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
1352
+ onKeyDown?: React.KeyboardEventHandler<HTMLElement> | undefined;
1353
+ tabIndex?: HTMLElement["tabIndex"];
1354
+ $grayscale?: boolean;
1355
+ $style?: React.CSSProperties;
1356
+ style?: React.CSSProperties;
1357
+ $tint?: string;
1358
+ $faded?: boolean;
1359
+ $outline?: {
1360
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
1361
+ };
1362
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
1363
+ $boxShadow?: boolean | "elevated" | "subtle";
1364
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
1365
+ onMouseEnter?: React.MouseEventHandler<HTMLElement> | undefined;
1366
+ onMouseLeave?: React.MouseEventHandler<HTMLElement> | undefined;
1367
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
1368
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
1369
+ $hidden?: boolean;
1370
+ $noPointerEvents?: boolean;
1371
+ $offset?: {
1372
+ direction: import("..").Direction;
1373
+ size: import("..").TShirtSize;
1374
+ };
1375
+ $offsetChildren?: {
1376
+ direction: import("..").Direction;
1377
+ size: import("..").TShirtSize;
1378
+ };
1379
+ $relative?: boolean;
1380
+ $fixed?: boolean;
1381
+ $transition?: boolean;
1382
+ $visuallyHidden?: boolean;
1383
+ $displayContents?: boolean;
1384
+ $draggable?: {
1385
+ context: import("..").DraggableContext<any>;
1386
+ item: any;
1387
+ } | undefined;
1388
+ $droppable?: {
1389
+ context: import("..").DraggableContext<any>;
1390
+ onDrop: (item: any) => void;
1391
+ } | undefined;
1392
+ $font?: boolean | {
1393
+ size?: import("./plugins/font/font").FontSize;
1394
+ italic?: boolean;
1395
+ bold?: boolean | import("./plugins/font/font").FontBold;
1396
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
1397
+ forceWrap?: boolean;
1398
+ noWrap?: boolean;
1399
+ uppercase?: boolean;
1400
+ underline?: boolean;
1401
+ textOverflow?: "clip" | "ellipsis" | "default";
1402
+ };
1403
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
1404
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
1405
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
1406
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
1407
+ $grid?: import("./plugins/grid/grid").GridProps;
1408
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
1409
+ $gradient?: boolean;
1410
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
1411
+ $area?: boolean;
1412
+ $areaContent?: boolean;
1413
+ $invisibleBackdrop?: boolean;
1414
+ }>;
1415
+ export type LabelProps = React.ComponentProps<typeof Label>;
1416
+ export declare const Pre: import("@k8slens/element-component").ElementComponent<"pre", {
1417
+ $className?: import("@k8slens/public-utilities").IClassName;
1418
+ className?: string;
1419
+ $block?: boolean | "inline";
1420
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
1421
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
1422
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
1423
+ $border?: import("./plugins/border/border").$BorderProps;
1424
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
1425
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
1426
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
1427
+ x?: import("./plugins/overflow/overflow").Overflow;
1428
+ y?: import("./plugins/overflow/overflow").Overflow;
1429
+ hideScrollbar?: boolean;
1430
+ };
1431
+ readonly $anchor?: boolean;
1432
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
1433
+ readonly children?: React.ReactNode;
1434
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
1435
+ $textAlign?: "left" | "center" | "right";
1436
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLPreElement>;
1437
+ ref?: import("./plugins/ref/ref").RefLike<HTMLPreElement>;
1438
+ $focusable?: {
1439
+ context: import("..").AnyFocusableContext<any>;
1440
+ item: any;
1441
+ orderNumber?: number;
1442
+ } | undefined;
1443
+ onFocus?: React.FocusEventHandler<HTMLPreElement> | undefined;
1444
+ onBlur?: React.FocusEventHandler<HTMLPreElement> | undefined;
1445
+ onKeyDown?: React.KeyboardEventHandler<HTMLPreElement> | undefined;
1446
+ tabIndex?: HTMLElement["tabIndex"];
1447
+ $grayscale?: boolean;
1448
+ $style?: React.CSSProperties;
1449
+ style?: React.CSSProperties;
1450
+ $tint?: string;
1451
+ $faded?: boolean;
1452
+ $outline?: {
1453
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
1454
+ };
1455
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
1456
+ $boxShadow?: boolean | "elevated" | "subtle";
1457
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
1458
+ onMouseEnter?: React.MouseEventHandler<HTMLPreElement> | undefined;
1459
+ onMouseLeave?: React.MouseEventHandler<HTMLPreElement> | undefined;
1460
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
1461
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
1462
+ $hidden?: boolean;
1463
+ $noPointerEvents?: boolean;
1464
+ $offset?: {
1465
+ direction: import("..").Direction;
1466
+ size: import("..").TShirtSize;
1467
+ };
1468
+ $offsetChildren?: {
1469
+ direction: import("..").Direction;
1470
+ size: import("..").TShirtSize;
1471
+ };
1472
+ $relative?: boolean;
1473
+ $fixed?: boolean;
1474
+ $transition?: boolean;
1475
+ $visuallyHidden?: boolean;
1476
+ $displayContents?: boolean;
1477
+ $draggable?: {
1478
+ context: import("..").DraggableContext<any>;
1479
+ item: any;
1480
+ } | undefined;
1481
+ $droppable?: {
1482
+ context: import("..").DraggableContext<any>;
1483
+ onDrop: (item: any) => void;
1484
+ } | undefined;
1485
+ $font?: boolean | {
1486
+ size?: import("./plugins/font/font").FontSize;
1487
+ italic?: boolean;
1488
+ bold?: boolean | import("./plugins/font/font").FontBold;
1489
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
1490
+ forceWrap?: boolean;
1491
+ noWrap?: boolean;
1492
+ uppercase?: boolean;
1493
+ underline?: boolean;
1494
+ textOverflow?: "clip" | "ellipsis" | "default";
1495
+ };
1496
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
1497
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
1498
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
1499
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
1500
+ $grid?: import("./plugins/grid/grid").GridProps;
1501
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
1502
+ $gradient?: boolean;
1503
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
1504
+ $area?: boolean;
1505
+ $areaContent?: boolean;
1506
+ $invisibleBackdrop?: boolean;
1507
+ }>;
1508
+ export type PreProps = React.ComponentProps<typeof Pre>;
1509
+ export declare const Nav: import("@k8slens/element-component").ElementComponent<"nav", {
1510
+ $className?: import("@k8slens/public-utilities").IClassName;
1511
+ className?: string;
1512
+ $block?: boolean | "inline";
1513
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
1514
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
1515
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
1516
+ $border?: import("./plugins/border/border").$BorderProps;
1517
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
1518
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
1519
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
1520
+ x?: import("./plugins/overflow/overflow").Overflow;
1521
+ y?: import("./plugins/overflow/overflow").Overflow;
1522
+ hideScrollbar?: boolean;
1523
+ };
1524
+ readonly $anchor?: boolean;
1525
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
1526
+ readonly children?: React.ReactNode;
1527
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
1528
+ $textAlign?: "left" | "center" | "right";
1529
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLElement>;
1530
+ ref?: import("./plugins/ref/ref").RefLike<HTMLElement>;
1531
+ $focusable?: {
1532
+ context: import("..").AnyFocusableContext<any>;
1533
+ item: any;
1534
+ orderNumber?: number;
1535
+ } | undefined;
1536
+ onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
1537
+ onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
1538
+ onKeyDown?: React.KeyboardEventHandler<HTMLElement> | undefined;
1539
+ tabIndex?: HTMLElement["tabIndex"];
1540
+ $grayscale?: boolean;
1541
+ $style?: React.CSSProperties;
1542
+ style?: React.CSSProperties;
1543
+ $tint?: string;
1544
+ $faded?: boolean;
1545
+ $outline?: {
1546
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
1547
+ };
1548
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
1549
+ $boxShadow?: boolean | "elevated" | "subtle";
1550
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
1551
+ onMouseEnter?: React.MouseEventHandler<HTMLElement> | undefined;
1552
+ onMouseLeave?: React.MouseEventHandler<HTMLElement> | undefined;
1553
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
1554
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
1555
+ $hidden?: boolean;
1556
+ $noPointerEvents?: boolean;
1557
+ $offset?: {
1558
+ direction: import("..").Direction;
1559
+ size: import("..").TShirtSize;
1560
+ };
1561
+ $offsetChildren?: {
1562
+ direction: import("..").Direction;
1563
+ size: import("..").TShirtSize;
1564
+ };
1565
+ $relative?: boolean;
1566
+ $fixed?: boolean;
1567
+ $transition?: boolean;
1568
+ $visuallyHidden?: boolean;
1569
+ $displayContents?: boolean;
1570
+ $draggable?: {
1571
+ context: import("..").DraggableContext<any>;
1572
+ item: any;
1573
+ } | undefined;
1574
+ $droppable?: {
1575
+ context: import("..").DraggableContext<any>;
1576
+ onDrop: (item: any) => void;
1577
+ } | undefined;
1578
+ $font?: boolean | {
1579
+ size?: import("./plugins/font/font").FontSize;
1580
+ italic?: boolean;
1581
+ bold?: boolean | import("./plugins/font/font").FontBold;
1582
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
1583
+ forceWrap?: boolean;
1584
+ noWrap?: boolean;
1585
+ uppercase?: boolean;
1586
+ underline?: boolean;
1587
+ textOverflow?: "clip" | "ellipsis" | "default";
1588
+ };
1589
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
1590
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
1591
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
1592
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
1593
+ $grid?: import("./plugins/grid/grid").GridProps;
1594
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
1595
+ $gradient?: boolean;
1596
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
1597
+ $area?: boolean;
1598
+ $areaContent?: boolean;
1599
+ $invisibleBackdrop?: boolean;
1600
+ }>;
1601
+ export type NavProps = React.ComponentProps<typeof Nav>;
1602
+ export declare const H1: import("@k8slens/element-component").ElementComponent<"h1", {
1603
+ $className?: import("@k8slens/public-utilities").IClassName;
1604
+ className?: string;
1605
+ $block?: boolean | "inline";
1606
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
1607
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
1608
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
1609
+ $border?: import("./plugins/border/border").$BorderProps;
1610
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
1611
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
1612
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
1613
+ x?: import("./plugins/overflow/overflow").Overflow;
1614
+ y?: import("./plugins/overflow/overflow").Overflow;
1615
+ hideScrollbar?: boolean;
1616
+ };
1617
+ readonly $anchor?: boolean;
1618
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
1619
+ readonly children?: React.ReactNode;
1620
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
1621
+ $textAlign?: "left" | "center" | "right";
1622
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLHeadingElement>;
1623
+ ref?: import("./plugins/ref/ref").RefLike<HTMLHeadingElement>;
1624
+ $focusable?: {
1625
+ context: import("..").AnyFocusableContext<any>;
1626
+ item: any;
1627
+ orderNumber?: number;
1628
+ } | undefined;
1629
+ onFocus?: React.FocusEventHandler<HTMLHeadingElement> | undefined;
1630
+ onBlur?: React.FocusEventHandler<HTMLHeadingElement> | undefined;
1631
+ onKeyDown?: React.KeyboardEventHandler<HTMLHeadingElement> | undefined;
1632
+ tabIndex?: HTMLElement["tabIndex"];
1633
+ $grayscale?: boolean;
1634
+ $style?: React.CSSProperties;
1635
+ style?: React.CSSProperties;
1636
+ $tint?: string;
1637
+ $faded?: boolean;
1638
+ $outline?: {
1639
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
1640
+ };
1641
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
1642
+ $boxShadow?: boolean | "elevated" | "subtle";
1643
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
1644
+ onMouseEnter?: React.MouseEventHandler<HTMLHeadingElement> | undefined;
1645
+ onMouseLeave?: React.MouseEventHandler<HTMLHeadingElement> | undefined;
1646
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
1647
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
1648
+ $hidden?: boolean;
1649
+ $noPointerEvents?: boolean;
1650
+ $offset?: {
1651
+ direction: import("..").Direction;
1652
+ size: import("..").TShirtSize;
1653
+ };
1654
+ $offsetChildren?: {
1655
+ direction: import("..").Direction;
1656
+ size: import("..").TShirtSize;
1657
+ };
1658
+ $relative?: boolean;
1659
+ $fixed?: boolean;
1660
+ $transition?: boolean;
1661
+ $visuallyHidden?: boolean;
1662
+ $displayContents?: boolean;
1663
+ $draggable?: {
1664
+ context: import("..").DraggableContext<any>;
1665
+ item: any;
1666
+ } | undefined;
1667
+ $droppable?: {
1668
+ context: import("..").DraggableContext<any>;
1669
+ onDrop: (item: any) => void;
1670
+ } | undefined;
1671
+ $font?: boolean | {
1672
+ size?: import("./plugins/font/font").FontSize;
1673
+ italic?: boolean;
1674
+ bold?: boolean | import("./plugins/font/font").FontBold;
1675
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
1676
+ forceWrap?: boolean;
1677
+ noWrap?: boolean;
1678
+ uppercase?: boolean;
1679
+ underline?: boolean;
1680
+ textOverflow?: "clip" | "ellipsis" | "default";
1681
+ };
1682
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
1683
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
1684
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
1685
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
1686
+ $grid?: import("./plugins/grid/grid").GridProps;
1687
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
1688
+ $gradient?: boolean;
1689
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
1690
+ $area?: boolean;
1691
+ $areaContent?: boolean;
1692
+ $invisibleBackdrop?: boolean;
1693
+ }>;
1694
+ export type H1Props = React.ComponentProps<typeof H1>;
1695
+ export declare const H2: import("@k8slens/element-component").ElementComponent<"h2", {
1696
+ $className?: import("@k8slens/public-utilities").IClassName;
1697
+ className?: string;
1698
+ $block?: boolean | "inline";
1699
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
1700
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
1701
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
1702
+ $border?: import("./plugins/border/border").$BorderProps;
1703
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
1704
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
1705
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
1706
+ x?: import("./plugins/overflow/overflow").Overflow;
1707
+ y?: import("./plugins/overflow/overflow").Overflow;
1708
+ hideScrollbar?: boolean;
1709
+ };
1710
+ readonly $anchor?: boolean;
1711
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
1712
+ readonly children?: React.ReactNode;
1713
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
1714
+ $textAlign?: "left" | "center" | "right";
1715
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLHeadingElement>;
1716
+ ref?: import("./plugins/ref/ref").RefLike<HTMLHeadingElement>;
1717
+ $focusable?: {
1718
+ context: import("..").AnyFocusableContext<any>;
1719
+ item: any;
1720
+ orderNumber?: number;
1721
+ } | undefined;
1722
+ onFocus?: React.FocusEventHandler<HTMLHeadingElement> | undefined;
1723
+ onBlur?: React.FocusEventHandler<HTMLHeadingElement> | undefined;
1724
+ onKeyDown?: React.KeyboardEventHandler<HTMLHeadingElement> | undefined;
1725
+ tabIndex?: HTMLElement["tabIndex"];
1726
+ $grayscale?: boolean;
1727
+ $style?: React.CSSProperties;
1728
+ style?: React.CSSProperties;
1729
+ $tint?: string;
1730
+ $faded?: boolean;
1731
+ $outline?: {
1732
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
1733
+ };
1734
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
1735
+ $boxShadow?: boolean | "elevated" | "subtle";
1736
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
1737
+ onMouseEnter?: React.MouseEventHandler<HTMLHeadingElement> | undefined;
1738
+ onMouseLeave?: React.MouseEventHandler<HTMLHeadingElement> | undefined;
1739
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
1740
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
1741
+ $hidden?: boolean;
1742
+ $noPointerEvents?: boolean;
1743
+ $offset?: {
1744
+ direction: import("..").Direction;
1745
+ size: import("..").TShirtSize;
1746
+ };
1747
+ $offsetChildren?: {
1748
+ direction: import("..").Direction;
1749
+ size: import("..").TShirtSize;
1750
+ };
1751
+ $relative?: boolean;
1752
+ $fixed?: boolean;
1753
+ $transition?: boolean;
1754
+ $visuallyHidden?: boolean;
1755
+ $displayContents?: boolean;
1756
+ $draggable?: {
1757
+ context: import("..").DraggableContext<any>;
1758
+ item: any;
1759
+ } | undefined;
1760
+ $droppable?: {
1761
+ context: import("..").DraggableContext<any>;
1762
+ onDrop: (item: any) => void;
1763
+ } | undefined;
1764
+ $font?: boolean | {
1765
+ size?: import("./plugins/font/font").FontSize;
1766
+ italic?: boolean;
1767
+ bold?: boolean | import("./plugins/font/font").FontBold;
1768
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
1769
+ forceWrap?: boolean;
1770
+ noWrap?: boolean;
1771
+ uppercase?: boolean;
1772
+ underline?: boolean;
1773
+ textOverflow?: "clip" | "ellipsis" | "default";
1774
+ };
1775
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
1776
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
1777
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
1778
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
1779
+ $grid?: import("./plugins/grid/grid").GridProps;
1780
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
1781
+ $gradient?: boolean;
1782
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
1783
+ $area?: boolean;
1784
+ $areaContent?: boolean;
1785
+ $invisibleBackdrop?: boolean;
1786
+ }>;
1787
+ export type H2Props = React.ComponentProps<typeof H2>;
1788
+ export declare const H3: import("@k8slens/element-component").ElementComponent<"h3", {
1789
+ $className?: import("@k8slens/public-utilities").IClassName;
1790
+ className?: string;
1791
+ $block?: boolean | "inline";
1792
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
1793
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
1794
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
1795
+ $border?: import("./plugins/border/border").$BorderProps;
1796
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
1797
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
1798
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
1799
+ x?: import("./plugins/overflow/overflow").Overflow;
1800
+ y?: import("./plugins/overflow/overflow").Overflow;
1801
+ hideScrollbar?: boolean;
1802
+ };
1803
+ readonly $anchor?: boolean;
1804
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
1805
+ readonly children?: React.ReactNode;
1806
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
1807
+ $textAlign?: "left" | "center" | "right";
1808
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLHeadingElement>;
1809
+ ref?: import("./plugins/ref/ref").RefLike<HTMLHeadingElement>;
1810
+ $focusable?: {
1811
+ context: import("..").AnyFocusableContext<any>;
1812
+ item: any;
1813
+ orderNumber?: number;
1814
+ } | undefined;
1815
+ onFocus?: React.FocusEventHandler<HTMLHeadingElement> | undefined;
1816
+ onBlur?: React.FocusEventHandler<HTMLHeadingElement> | undefined;
1817
+ onKeyDown?: React.KeyboardEventHandler<HTMLHeadingElement> | undefined;
1818
+ tabIndex?: HTMLElement["tabIndex"];
1819
+ $grayscale?: boolean;
1820
+ $style?: React.CSSProperties;
1821
+ style?: React.CSSProperties;
1822
+ $tint?: string;
1823
+ $faded?: boolean;
1824
+ $outline?: {
1825
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
1826
+ };
1827
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
1828
+ $boxShadow?: boolean | "elevated" | "subtle";
1829
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
1830
+ onMouseEnter?: React.MouseEventHandler<HTMLHeadingElement> | undefined;
1831
+ onMouseLeave?: React.MouseEventHandler<HTMLHeadingElement> | undefined;
1832
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
1833
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
1834
+ $hidden?: boolean;
1835
+ $noPointerEvents?: boolean;
1836
+ $offset?: {
1837
+ direction: import("..").Direction;
1838
+ size: import("..").TShirtSize;
1839
+ };
1840
+ $offsetChildren?: {
1841
+ direction: import("..").Direction;
1842
+ size: import("..").TShirtSize;
1843
+ };
1844
+ $relative?: boolean;
1845
+ $fixed?: boolean;
1846
+ $transition?: boolean;
1847
+ $visuallyHidden?: boolean;
1848
+ $displayContents?: boolean;
1849
+ $draggable?: {
1850
+ context: import("..").DraggableContext<any>;
1851
+ item: any;
1852
+ } | undefined;
1853
+ $droppable?: {
1854
+ context: import("..").DraggableContext<any>;
1855
+ onDrop: (item: any) => void;
1856
+ } | undefined;
1857
+ $font?: boolean | {
1858
+ size?: import("./plugins/font/font").FontSize;
1859
+ italic?: boolean;
1860
+ bold?: boolean | import("./plugins/font/font").FontBold;
1861
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
1862
+ forceWrap?: boolean;
1863
+ noWrap?: boolean;
1864
+ uppercase?: boolean;
1865
+ underline?: boolean;
1866
+ textOverflow?: "clip" | "ellipsis" | "default";
1867
+ };
1868
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
1869
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
1870
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
1871
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
1872
+ $grid?: import("./plugins/grid/grid").GridProps;
1873
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
1874
+ $gradient?: boolean;
1875
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
1876
+ $area?: boolean;
1877
+ $areaContent?: boolean;
1878
+ $invisibleBackdrop?: boolean;
1879
+ }>;
1880
+ export type H3Props = React.ComponentProps<typeof H3>;
1881
+ export declare const H4: import("@k8slens/element-component").ElementComponent<"h4", {
1882
+ $className?: import("@k8slens/public-utilities").IClassName;
1883
+ className?: string;
1884
+ $block?: boolean | "inline";
1885
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
1886
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
1887
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
1888
+ $border?: import("./plugins/border/border").$BorderProps;
1889
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
1890
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
1891
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
1892
+ x?: import("./plugins/overflow/overflow").Overflow;
1893
+ y?: import("./plugins/overflow/overflow").Overflow;
1894
+ hideScrollbar?: boolean;
1895
+ };
1896
+ readonly $anchor?: boolean;
1897
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
1898
+ readonly children?: React.ReactNode;
1899
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
1900
+ $textAlign?: "left" | "center" | "right";
1901
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLHeadingElement>;
1902
+ ref?: import("./plugins/ref/ref").RefLike<HTMLHeadingElement>;
1903
+ $focusable?: {
1904
+ context: import("..").AnyFocusableContext<any>;
1905
+ item: any;
1906
+ orderNumber?: number;
1907
+ } | undefined;
1908
+ onFocus?: React.FocusEventHandler<HTMLHeadingElement> | undefined;
1909
+ onBlur?: React.FocusEventHandler<HTMLHeadingElement> | undefined;
1910
+ onKeyDown?: React.KeyboardEventHandler<HTMLHeadingElement> | undefined;
1911
+ tabIndex?: HTMLElement["tabIndex"];
1912
+ $grayscale?: boolean;
1913
+ $style?: React.CSSProperties;
1914
+ style?: React.CSSProperties;
1915
+ $tint?: string;
1916
+ $faded?: boolean;
1917
+ $outline?: {
1918
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
1919
+ };
1920
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
1921
+ $boxShadow?: boolean | "elevated" | "subtle";
1922
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
1923
+ onMouseEnter?: React.MouseEventHandler<HTMLHeadingElement> | undefined;
1924
+ onMouseLeave?: React.MouseEventHandler<HTMLHeadingElement> | undefined;
1925
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
1926
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
1927
+ $hidden?: boolean;
1928
+ $noPointerEvents?: boolean;
1929
+ $offset?: {
1930
+ direction: import("..").Direction;
1931
+ size: import("..").TShirtSize;
1932
+ };
1933
+ $offsetChildren?: {
1934
+ direction: import("..").Direction;
1935
+ size: import("..").TShirtSize;
1936
+ };
1937
+ $relative?: boolean;
1938
+ $fixed?: boolean;
1939
+ $transition?: boolean;
1940
+ $visuallyHidden?: boolean;
1941
+ $displayContents?: boolean;
1942
+ $draggable?: {
1943
+ context: import("..").DraggableContext<any>;
1944
+ item: any;
1945
+ } | undefined;
1946
+ $droppable?: {
1947
+ context: import("..").DraggableContext<any>;
1948
+ onDrop: (item: any) => void;
1949
+ } | undefined;
1950
+ $font?: boolean | {
1951
+ size?: import("./plugins/font/font").FontSize;
1952
+ italic?: boolean;
1953
+ bold?: boolean | import("./plugins/font/font").FontBold;
1954
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
1955
+ forceWrap?: boolean;
1956
+ noWrap?: boolean;
1957
+ uppercase?: boolean;
1958
+ underline?: boolean;
1959
+ textOverflow?: "clip" | "ellipsis" | "default";
1960
+ };
1961
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
1962
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
1963
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
1964
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
1965
+ $grid?: import("./plugins/grid/grid").GridProps;
1966
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
1967
+ $gradient?: boolean;
1968
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
1969
+ $area?: boolean;
1970
+ $areaContent?: boolean;
1971
+ $invisibleBackdrop?: boolean;
1972
+ }>;
1973
+ export type H4Props = React.ComponentProps<typeof H4>;
1974
+ export declare const H5: import("@k8slens/element-component").ElementComponent<"h5", {
1975
+ $className?: import("@k8slens/public-utilities").IClassName;
1976
+ className?: string;
1977
+ $block?: boolean | "inline";
1978
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
1979
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
1980
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
1981
+ $border?: import("./plugins/border/border").$BorderProps;
1982
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
1983
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
1984
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
1985
+ x?: import("./plugins/overflow/overflow").Overflow;
1986
+ y?: import("./plugins/overflow/overflow").Overflow;
1987
+ hideScrollbar?: boolean;
1988
+ };
1989
+ readonly $anchor?: boolean;
1990
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
1991
+ readonly children?: React.ReactNode;
1992
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
1993
+ $textAlign?: "left" | "center" | "right";
1994
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLHeadingElement>;
1995
+ ref?: import("./plugins/ref/ref").RefLike<HTMLHeadingElement>;
1996
+ $focusable?: {
1997
+ context: import("..").AnyFocusableContext<any>;
1998
+ item: any;
1999
+ orderNumber?: number;
2000
+ } | undefined;
2001
+ onFocus?: React.FocusEventHandler<HTMLHeadingElement> | undefined;
2002
+ onBlur?: React.FocusEventHandler<HTMLHeadingElement> | undefined;
2003
+ onKeyDown?: React.KeyboardEventHandler<HTMLHeadingElement> | undefined;
2004
+ tabIndex?: HTMLElement["tabIndex"];
2005
+ $grayscale?: boolean;
2006
+ $style?: React.CSSProperties;
2007
+ style?: React.CSSProperties;
2008
+ $tint?: string;
2009
+ $faded?: boolean;
2010
+ $outline?: {
2011
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
2012
+ };
2013
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
2014
+ $boxShadow?: boolean | "elevated" | "subtle";
2015
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
2016
+ onMouseEnter?: React.MouseEventHandler<HTMLHeadingElement> | undefined;
2017
+ onMouseLeave?: React.MouseEventHandler<HTMLHeadingElement> | undefined;
2018
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
2019
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
2020
+ $hidden?: boolean;
2021
+ $noPointerEvents?: boolean;
2022
+ $offset?: {
2023
+ direction: import("..").Direction;
2024
+ size: import("..").TShirtSize;
2025
+ };
2026
+ $offsetChildren?: {
2027
+ direction: import("..").Direction;
2028
+ size: import("..").TShirtSize;
2029
+ };
2030
+ $relative?: boolean;
2031
+ $fixed?: boolean;
2032
+ $transition?: boolean;
2033
+ $visuallyHidden?: boolean;
2034
+ $displayContents?: boolean;
2035
+ $draggable?: {
2036
+ context: import("..").DraggableContext<any>;
2037
+ item: any;
2038
+ } | undefined;
2039
+ $droppable?: {
2040
+ context: import("..").DraggableContext<any>;
2041
+ onDrop: (item: any) => void;
2042
+ } | undefined;
2043
+ $font?: boolean | {
2044
+ size?: import("./plugins/font/font").FontSize;
2045
+ italic?: boolean;
2046
+ bold?: boolean | import("./plugins/font/font").FontBold;
2047
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
2048
+ forceWrap?: boolean;
2049
+ noWrap?: boolean;
2050
+ uppercase?: boolean;
2051
+ underline?: boolean;
2052
+ textOverflow?: "clip" | "ellipsis" | "default";
2053
+ };
2054
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
2055
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
2056
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
2057
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
2058
+ $grid?: import("./plugins/grid/grid").GridProps;
2059
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
2060
+ $gradient?: boolean;
2061
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
2062
+ $area?: boolean;
2063
+ $areaContent?: boolean;
2064
+ $invisibleBackdrop?: boolean;
2065
+ }>;
2066
+ export type H5Props = React.ComponentProps<typeof H5>;
2067
+ export declare const H6: import("@k8slens/element-component").ElementComponent<"h6", {
2068
+ $className?: import("@k8slens/public-utilities").IClassName;
2069
+ className?: string;
2070
+ $block?: boolean | "inline";
2071
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
2072
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
2073
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
2074
+ $border?: import("./plugins/border/border").$BorderProps;
2075
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
2076
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
2077
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
2078
+ x?: import("./plugins/overflow/overflow").Overflow;
2079
+ y?: import("./plugins/overflow/overflow").Overflow;
2080
+ hideScrollbar?: boolean;
2081
+ };
2082
+ readonly $anchor?: boolean;
2083
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
2084
+ readonly children?: React.ReactNode;
2085
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
2086
+ $textAlign?: "left" | "center" | "right";
2087
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLHeadingElement>;
2088
+ ref?: import("./plugins/ref/ref").RefLike<HTMLHeadingElement>;
2089
+ $focusable?: {
2090
+ context: import("..").AnyFocusableContext<any>;
2091
+ item: any;
2092
+ orderNumber?: number;
2093
+ } | undefined;
2094
+ onFocus?: React.FocusEventHandler<HTMLHeadingElement> | undefined;
2095
+ onBlur?: React.FocusEventHandler<HTMLHeadingElement> | undefined;
2096
+ onKeyDown?: React.KeyboardEventHandler<HTMLHeadingElement> | undefined;
2097
+ tabIndex?: HTMLElement["tabIndex"];
2098
+ $grayscale?: boolean;
2099
+ $style?: React.CSSProperties;
2100
+ style?: React.CSSProperties;
2101
+ $tint?: string;
2102
+ $faded?: boolean;
2103
+ $outline?: {
2104
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
2105
+ };
2106
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
2107
+ $boxShadow?: boolean | "elevated" | "subtle";
2108
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
2109
+ onMouseEnter?: React.MouseEventHandler<HTMLHeadingElement> | undefined;
2110
+ onMouseLeave?: React.MouseEventHandler<HTMLHeadingElement> | undefined;
2111
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
2112
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
2113
+ $hidden?: boolean;
2114
+ $noPointerEvents?: boolean;
2115
+ $offset?: {
2116
+ direction: import("..").Direction;
2117
+ size: import("..").TShirtSize;
2118
+ };
2119
+ $offsetChildren?: {
2120
+ direction: import("..").Direction;
2121
+ size: import("..").TShirtSize;
2122
+ };
2123
+ $relative?: boolean;
2124
+ $fixed?: boolean;
2125
+ $transition?: boolean;
2126
+ $visuallyHidden?: boolean;
2127
+ $displayContents?: boolean;
2128
+ $draggable?: {
2129
+ context: import("..").DraggableContext<any>;
2130
+ item: any;
2131
+ } | undefined;
2132
+ $droppable?: {
2133
+ context: import("..").DraggableContext<any>;
2134
+ onDrop: (item: any) => void;
2135
+ } | undefined;
2136
+ $font?: boolean | {
2137
+ size?: import("./plugins/font/font").FontSize;
2138
+ italic?: boolean;
2139
+ bold?: boolean | import("./plugins/font/font").FontBold;
2140
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
2141
+ forceWrap?: boolean;
2142
+ noWrap?: boolean;
2143
+ uppercase?: boolean;
2144
+ underline?: boolean;
2145
+ textOverflow?: "clip" | "ellipsis" | "default";
2146
+ };
2147
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
2148
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
2149
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
2150
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
2151
+ $grid?: import("./plugins/grid/grid").GridProps;
2152
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
2153
+ $gradient?: boolean;
2154
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
2155
+ $area?: boolean;
2156
+ $areaContent?: boolean;
2157
+ $invisibleBackdrop?: boolean;
2158
+ }>;
2159
+ export type H6Props = React.ComponentProps<typeof H6>;
2160
+ export declare const Ol: import("@k8slens/element-component").ElementComponent<"ol", {
2161
+ $className?: import("@k8slens/public-utilities").IClassName;
2162
+ className?: string;
2163
+ $block?: boolean | "inline";
2164
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
2165
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
2166
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
2167
+ $border?: import("./plugins/border/border").$BorderProps;
2168
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
2169
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
2170
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
2171
+ x?: import("./plugins/overflow/overflow").Overflow;
2172
+ y?: import("./plugins/overflow/overflow").Overflow;
2173
+ hideScrollbar?: boolean;
2174
+ };
2175
+ readonly $anchor?: boolean;
2176
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
2177
+ readonly children?: React.ReactNode;
2178
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
2179
+ $textAlign?: "left" | "center" | "right";
2180
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLOListElement>;
2181
+ ref?: import("./plugins/ref/ref").RefLike<HTMLOListElement>;
2182
+ $focusable?: {
2183
+ context: import("..").AnyFocusableContext<any>;
2184
+ item: any;
2185
+ orderNumber?: number;
2186
+ } | undefined;
2187
+ onFocus?: React.FocusEventHandler<HTMLOListElement> | undefined;
2188
+ onBlur?: React.FocusEventHandler<HTMLOListElement> | undefined;
2189
+ onKeyDown?: React.KeyboardEventHandler<HTMLOListElement> | undefined;
2190
+ tabIndex?: HTMLElement["tabIndex"];
2191
+ $grayscale?: boolean;
2192
+ $style?: React.CSSProperties;
2193
+ style?: React.CSSProperties;
2194
+ $tint?: string;
2195
+ $faded?: boolean;
2196
+ $outline?: {
2197
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
2198
+ };
2199
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
2200
+ $boxShadow?: boolean | "elevated" | "subtle";
2201
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
2202
+ onMouseEnter?: React.MouseEventHandler<HTMLOListElement> | undefined;
2203
+ onMouseLeave?: React.MouseEventHandler<HTMLOListElement> | undefined;
2204
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
2205
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
2206
+ $hidden?: boolean;
2207
+ $noPointerEvents?: boolean;
2208
+ $offset?: {
2209
+ direction: import("..").Direction;
2210
+ size: import("..").TShirtSize;
2211
+ };
2212
+ $offsetChildren?: {
2213
+ direction: import("..").Direction;
2214
+ size: import("..").TShirtSize;
2215
+ };
2216
+ $relative?: boolean;
2217
+ $fixed?: boolean;
2218
+ $transition?: boolean;
2219
+ $visuallyHidden?: boolean;
2220
+ $displayContents?: boolean;
2221
+ $draggable?: {
2222
+ context: import("..").DraggableContext<any>;
2223
+ item: any;
2224
+ } | undefined;
2225
+ $droppable?: {
2226
+ context: import("..").DraggableContext<any>;
2227
+ onDrop: (item: any) => void;
2228
+ } | undefined;
2229
+ $font?: boolean | {
2230
+ size?: import("./plugins/font/font").FontSize;
2231
+ italic?: boolean;
2232
+ bold?: boolean | import("./plugins/font/font").FontBold;
2233
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
2234
+ forceWrap?: boolean;
2235
+ noWrap?: boolean;
2236
+ uppercase?: boolean;
2237
+ underline?: boolean;
2238
+ textOverflow?: "clip" | "ellipsis" | "default";
2239
+ };
2240
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
2241
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
2242
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
2243
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
2244
+ $grid?: import("./plugins/grid/grid").GridProps;
2245
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
2246
+ $gradient?: boolean;
2247
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
2248
+ $area?: boolean;
2249
+ $areaContent?: boolean;
2250
+ $invisibleBackdrop?: boolean;
2251
+ }>;
2252
+ export type OlProps = React.ComponentProps<typeof Ol>;
2253
+ export declare const Ul: import("@k8slens/element-component").ElementComponent<"ul", {
2254
+ $className?: import("@k8slens/public-utilities").IClassName;
2255
+ className?: string;
2256
+ $block?: boolean | "inline";
2257
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
2258
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
2259
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
2260
+ $border?: import("./plugins/border/border").$BorderProps;
2261
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
2262
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
2263
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
2264
+ x?: import("./plugins/overflow/overflow").Overflow;
2265
+ y?: import("./plugins/overflow/overflow").Overflow;
2266
+ hideScrollbar?: boolean;
2267
+ };
2268
+ readonly $anchor?: boolean;
2269
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
2270
+ readonly children?: React.ReactNode;
2271
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
2272
+ $textAlign?: "left" | "center" | "right";
2273
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLUListElement>;
2274
+ ref?: import("./plugins/ref/ref").RefLike<HTMLUListElement>;
2275
+ $focusable?: {
2276
+ context: import("..").AnyFocusableContext<any>;
2277
+ item: any;
2278
+ orderNumber?: number;
2279
+ } | undefined;
2280
+ onFocus?: React.FocusEventHandler<HTMLUListElement> | undefined;
2281
+ onBlur?: React.FocusEventHandler<HTMLUListElement> | undefined;
2282
+ onKeyDown?: React.KeyboardEventHandler<HTMLUListElement> | undefined;
2283
+ tabIndex?: HTMLElement["tabIndex"];
2284
+ $grayscale?: boolean;
2285
+ $style?: React.CSSProperties;
2286
+ style?: React.CSSProperties;
2287
+ $tint?: string;
2288
+ $faded?: boolean;
2289
+ $outline?: {
2290
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
2291
+ };
2292
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
2293
+ $boxShadow?: boolean | "elevated" | "subtle";
2294
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
2295
+ onMouseEnter?: React.MouseEventHandler<HTMLUListElement> | undefined;
2296
+ onMouseLeave?: React.MouseEventHandler<HTMLUListElement> | undefined;
2297
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
2298
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
2299
+ $hidden?: boolean;
2300
+ $noPointerEvents?: boolean;
2301
+ $offset?: {
2302
+ direction: import("..").Direction;
2303
+ size: import("..").TShirtSize;
2304
+ };
2305
+ $offsetChildren?: {
2306
+ direction: import("..").Direction;
2307
+ size: import("..").TShirtSize;
2308
+ };
2309
+ $relative?: boolean;
2310
+ $fixed?: boolean;
2311
+ $transition?: boolean;
2312
+ $visuallyHidden?: boolean;
2313
+ $displayContents?: boolean;
2314
+ $draggable?: {
2315
+ context: import("..").DraggableContext<any>;
2316
+ item: any;
2317
+ } | undefined;
2318
+ $droppable?: {
2319
+ context: import("..").DraggableContext<any>;
2320
+ onDrop: (item: any) => void;
2321
+ } | undefined;
2322
+ $font?: boolean | {
2323
+ size?: import("./plugins/font/font").FontSize;
2324
+ italic?: boolean;
2325
+ bold?: boolean | import("./plugins/font/font").FontBold;
2326
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
2327
+ forceWrap?: boolean;
2328
+ noWrap?: boolean;
2329
+ uppercase?: boolean;
2330
+ underline?: boolean;
2331
+ textOverflow?: "clip" | "ellipsis" | "default";
2332
+ };
2333
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
2334
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
2335
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
2336
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
2337
+ $grid?: import("./plugins/grid/grid").GridProps;
2338
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
2339
+ $gradient?: boolean;
2340
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
2341
+ $area?: boolean;
2342
+ $areaContent?: boolean;
2343
+ $invisibleBackdrop?: boolean;
2344
+ }>;
2345
+ export type UlProps = React.ComponentProps<typeof Ul>;
2346
+ export declare const Li: import("@k8slens/element-component").ElementComponent<"li", {
2347
+ $className?: import("@k8slens/public-utilities").IClassName;
2348
+ className?: string;
2349
+ $block?: boolean | "inline";
2350
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
2351
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
2352
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
2353
+ $border?: import("./plugins/border/border").$BorderProps;
2354
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
2355
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
2356
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
2357
+ x?: import("./plugins/overflow/overflow").Overflow;
2358
+ y?: import("./plugins/overflow/overflow").Overflow;
2359
+ hideScrollbar?: boolean;
2360
+ };
2361
+ readonly $anchor?: boolean;
2362
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
2363
+ readonly children?: React.ReactNode;
2364
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
2365
+ $textAlign?: "left" | "center" | "right";
2366
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLLIElement>;
2367
+ ref?: import("./plugins/ref/ref").RefLike<HTMLLIElement>;
2368
+ $focusable?: {
2369
+ context: import("..").AnyFocusableContext<any>;
2370
+ item: any;
2371
+ orderNumber?: number;
2372
+ } | undefined;
2373
+ onFocus?: React.FocusEventHandler<HTMLLIElement> | undefined;
2374
+ onBlur?: React.FocusEventHandler<HTMLLIElement> | undefined;
2375
+ onKeyDown?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
2376
+ tabIndex?: HTMLElement["tabIndex"];
2377
+ $grayscale?: boolean;
2378
+ $style?: React.CSSProperties;
2379
+ style?: React.CSSProperties;
2380
+ $tint?: string;
2381
+ $faded?: boolean;
2382
+ $outline?: {
2383
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
2384
+ };
2385
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
2386
+ $boxShadow?: boolean | "elevated" | "subtle";
2387
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
2388
+ onMouseEnter?: React.MouseEventHandler<HTMLLIElement> | undefined;
2389
+ onMouseLeave?: React.MouseEventHandler<HTMLLIElement> | undefined;
2390
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
2391
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
2392
+ $hidden?: boolean;
2393
+ $noPointerEvents?: boolean;
2394
+ $offset?: {
2395
+ direction: import("..").Direction;
2396
+ size: import("..").TShirtSize;
2397
+ };
2398
+ $offsetChildren?: {
2399
+ direction: import("..").Direction;
2400
+ size: import("..").TShirtSize;
2401
+ };
2402
+ $relative?: boolean;
2403
+ $fixed?: boolean;
2404
+ $transition?: boolean;
2405
+ $visuallyHidden?: boolean;
2406
+ $displayContents?: boolean;
2407
+ $draggable?: {
2408
+ context: import("..").DraggableContext<any>;
2409
+ item: any;
2410
+ } | undefined;
2411
+ $droppable?: {
2412
+ context: import("..").DraggableContext<any>;
2413
+ onDrop: (item: any) => void;
2414
+ } | undefined;
2415
+ $font?: boolean | {
2416
+ size?: import("./plugins/font/font").FontSize;
2417
+ italic?: boolean;
2418
+ bold?: boolean | import("./plugins/font/font").FontBold;
2419
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
2420
+ forceWrap?: boolean;
2421
+ noWrap?: boolean;
2422
+ uppercase?: boolean;
2423
+ underline?: boolean;
2424
+ textOverflow?: "clip" | "ellipsis" | "default";
2425
+ };
2426
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
2427
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
2428
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
2429
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
2430
+ $grid?: import("./plugins/grid/grid").GridProps;
2431
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
2432
+ $gradient?: boolean;
2433
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
2434
+ $area?: boolean;
2435
+ $areaContent?: boolean;
2436
+ $invisibleBackdrop?: boolean;
2437
+ }>;
2438
+ export declare const ClickableLi: import("@k8slens/element-component").ElementComponent<"li", {
2439
+ $className?: import("@k8slens/public-utilities").IClassName;
2440
+ className?: string;
2441
+ $block?: boolean | "inline";
2442
+ $enabled?: boolean;
2443
+ $disabled?: boolean;
2444
+ disabled?: undefined;
2445
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
2446
+ $onClick?: import("./plugins/clickable/clickable").ClickHandler;
2447
+ $onOnlyMouseClick?: import("./plugins/clickable/clickable").ClickHandler;
2448
+ $onDoubleClick?: import("./plugins/clickable/clickable").ClickHandler;
2449
+ $onRightClick?: import("./plugins/clickable/clickable").ClickHandler;
2450
+ $onMiddleClick?: import("./plugins/clickable/clickable").ClickHandler;
2451
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
2452
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
2453
+ $border?: import("./plugins/border/border").$BorderProps;
2454
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
2455
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
2456
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
2457
+ x?: import("./plugins/overflow/overflow").Overflow;
2458
+ y?: import("./plugins/overflow/overflow").Overflow;
2459
+ hideScrollbar?: boolean;
2460
+ };
2461
+ readonly $anchor?: boolean;
2462
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
2463
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
2464
+ children?: React.ReactNode;
2465
+ readonly tabIndex?: number;
2466
+ readonly $dropDownMenu?: import("@k8slens/drop-down-menu-contracts").DropDownMenuSpec;
2467
+ $textAlign?: "left" | "center" | "right";
2468
+ $ref?: ((import("./plugins/ref/ref").$RefProp<any>[] | React.MutableRefObject<any> | ((instance: any) => undefined | void | (() => any)) | React.RefObject<any>) & (import("./plugins/ref/ref").$RefProp<HTMLLIElement>[] | React.MutableRefObject<HTMLLIElement | null> | ((instance: HTMLLIElement | null) => undefined | void | (() => any)) | React.RefObject<HTMLLIElement>)) | undefined;
2469
+ ref?: ((React.MutableRefObject<any> | ((instance: any) => undefined | void | (() => any)) | React.RefObject<any>) & (React.MutableRefObject<HTMLLIElement | null> | ((instance: HTMLLIElement | null) => undefined | void | (() => any)) | React.RefObject<HTMLLIElement>)) | undefined;
2470
+ $focusable?: {
2471
+ context: import("..").AnyFocusableContext<any>;
2472
+ item: any;
2473
+ orderNumber?: number;
2474
+ } | undefined;
2475
+ onFocus?: React.FocusEventHandler<HTMLLIElement> | undefined;
2476
+ onBlur?: React.FocusEventHandler<HTMLLIElement> | undefined;
2477
+ onKeyDown?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
2478
+ $grayscale?: boolean;
2479
+ $style?: React.CSSProperties;
2480
+ style?: React.CSSProperties;
2481
+ $tint?: string;
2482
+ $faded?: boolean;
2483
+ $outline?: {
2484
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
2485
+ };
2486
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
2487
+ $boxShadow?: boolean | "elevated" | "subtle";
2488
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
2489
+ onMouseEnter?: React.MouseEventHandler<HTMLLIElement> | undefined;
2490
+ onMouseLeave?: React.MouseEventHandler<HTMLLIElement> | undefined;
2491
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
2492
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
2493
+ $hidden?: boolean;
2494
+ $noPointerEvents?: boolean;
2495
+ $offset?: {
2496
+ direction: import("..").Direction;
2497
+ size: import("..").TShirtSize;
2498
+ };
2499
+ $offsetChildren?: {
2500
+ direction: import("..").Direction;
2501
+ size: import("..").TShirtSize;
2502
+ };
2503
+ $relative?: boolean;
2504
+ $fixed?: boolean;
2505
+ $transition?: boolean;
2506
+ $visuallyHidden?: boolean;
2507
+ $displayContents?: boolean;
2508
+ $draggable?: {
2509
+ context: import("..").DraggableContext<any>;
2510
+ item: any;
2511
+ } | undefined;
2512
+ $droppable?: {
2513
+ context: import("..").DraggableContext<any>;
2514
+ onDrop: (item: any) => void;
2515
+ } | undefined;
2516
+ $font?: boolean | {
2517
+ size?: import("./plugins/font/font").FontSize;
2518
+ italic?: boolean;
2519
+ bold?: boolean | import("./plugins/font/font").FontBold;
2520
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
2521
+ forceWrap?: boolean;
2522
+ noWrap?: boolean;
2523
+ uppercase?: boolean;
2524
+ underline?: boolean;
2525
+ textOverflow?: "clip" | "ellipsis" | "default";
2526
+ };
2527
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
2528
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
2529
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
2530
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
2531
+ $grid?: import("./plugins/grid/grid").GridProps;
2532
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
2533
+ $gradient?: boolean;
2534
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
2535
+ $area?: boolean;
2536
+ $areaContent?: boolean;
2537
+ $popover?: () => React.ReactNode;
2538
+ $invisibleBackdrop?: boolean;
2539
+ }>;
2540
+ export type ClickableLiProps = React.ComponentProps<typeof ClickableLi>;
2541
+ export type LiProps = React.ComponentProps<typeof Li>;
2542
+ export declare const P: import("@k8slens/element-component").ElementComponent<"p", {
2543
+ $className?: import("@k8slens/public-utilities").IClassName;
2544
+ className?: string;
2545
+ $block?: boolean | "inline";
2546
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
2547
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
2548
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
2549
+ $border?: import("./plugins/border/border").$BorderProps;
2550
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
2551
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
2552
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
2553
+ x?: import("./plugins/overflow/overflow").Overflow;
2554
+ y?: import("./plugins/overflow/overflow").Overflow;
2555
+ hideScrollbar?: boolean;
2556
+ };
2557
+ readonly $anchor?: boolean;
2558
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
2559
+ readonly children?: React.ReactNode;
2560
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
2561
+ $textAlign?: "left" | "center" | "right";
2562
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLParagraphElement>;
2563
+ ref?: import("./plugins/ref/ref").RefLike<HTMLParagraphElement>;
2564
+ $focusable?: {
2565
+ context: import("..").AnyFocusableContext<any>;
2566
+ item: any;
2567
+ orderNumber?: number;
2568
+ } | undefined;
2569
+ onFocus?: React.FocusEventHandler<HTMLParagraphElement> | undefined;
2570
+ onBlur?: React.FocusEventHandler<HTMLParagraphElement> | undefined;
2571
+ onKeyDown?: React.KeyboardEventHandler<HTMLParagraphElement> | undefined;
2572
+ tabIndex?: HTMLElement["tabIndex"];
2573
+ $grayscale?: boolean;
2574
+ $style?: React.CSSProperties;
2575
+ style?: React.CSSProperties;
2576
+ $tint?: string;
2577
+ $faded?: boolean;
2578
+ $outline?: {
2579
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
2580
+ };
2581
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
2582
+ $boxShadow?: boolean | "elevated" | "subtle";
2583
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
2584
+ onMouseEnter?: React.MouseEventHandler<HTMLParagraphElement> | undefined;
2585
+ onMouseLeave?: React.MouseEventHandler<HTMLParagraphElement> | undefined;
2586
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
2587
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
2588
+ $hidden?: boolean;
2589
+ $noPointerEvents?: boolean;
2590
+ $offset?: {
2591
+ direction: import("..").Direction;
2592
+ size: import("..").TShirtSize;
2593
+ };
2594
+ $offsetChildren?: {
2595
+ direction: import("..").Direction;
2596
+ size: import("..").TShirtSize;
2597
+ };
2598
+ $relative?: boolean;
2599
+ $fixed?: boolean;
2600
+ $transition?: boolean;
2601
+ $visuallyHidden?: boolean;
2602
+ $displayContents?: boolean;
2603
+ $draggable?: {
2604
+ context: import("..").DraggableContext<any>;
2605
+ item: any;
2606
+ } | undefined;
2607
+ $droppable?: {
2608
+ context: import("..").DraggableContext<any>;
2609
+ onDrop: (item: any) => void;
2610
+ } | undefined;
2611
+ $font?: boolean | {
2612
+ size?: import("./plugins/font/font").FontSize;
2613
+ italic?: boolean;
2614
+ bold?: boolean | import("./plugins/font/font").FontBold;
2615
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
2616
+ forceWrap?: boolean;
2617
+ noWrap?: boolean;
2618
+ uppercase?: boolean;
2619
+ underline?: boolean;
2620
+ textOverflow?: "clip" | "ellipsis" | "default";
2621
+ };
2622
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
2623
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
2624
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
2625
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
2626
+ $grid?: import("./plugins/grid/grid").GridProps;
2627
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
2628
+ $gradient?: boolean;
2629
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
2630
+ $area?: boolean;
2631
+ $areaContent?: boolean;
2632
+ $invisibleBackdrop?: boolean;
2633
+ }>;
2634
+ export type PProps = React.ComponentProps<typeof P>;
2635
+ export declare const Th: import("@k8slens/element-component").ElementComponent<"th", {
2636
+ $className?: import("@k8slens/public-utilities").IClassName;
2637
+ className?: string;
2638
+ $block?: boolean | "inline";
2639
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
2640
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
2641
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
2642
+ $border?: import("./plugins/border/border").$BorderProps;
2643
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
2644
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
2645
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
2646
+ x?: import("./plugins/overflow/overflow").Overflow;
2647
+ y?: import("./plugins/overflow/overflow").Overflow;
2648
+ hideScrollbar?: boolean;
2649
+ };
2650
+ readonly $anchor?: boolean;
2651
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
2652
+ readonly children?: React.ReactNode;
2653
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
2654
+ $textAlign?: "left" | "center" | "right";
2655
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLTableCellElement>;
2656
+ ref?: import("./plugins/ref/ref").RefLike<HTMLTableCellElement>;
2657
+ $focusable?: {
2658
+ context: import("..").AnyFocusableContext<any>;
2659
+ item: any;
2660
+ orderNumber?: number;
2661
+ } | undefined;
2662
+ onFocus?: React.FocusEventHandler<HTMLTableCellElement> | undefined;
2663
+ onBlur?: React.FocusEventHandler<HTMLTableCellElement> | undefined;
2664
+ onKeyDown?: React.KeyboardEventHandler<HTMLTableCellElement> | undefined;
2665
+ tabIndex?: HTMLElement["tabIndex"];
2666
+ $grayscale?: boolean;
2667
+ $style?: React.CSSProperties;
2668
+ style?: React.CSSProperties;
2669
+ $tint?: string;
2670
+ $faded?: boolean;
2671
+ $outline?: {
2672
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
2673
+ };
2674
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
2675
+ $boxShadow?: boolean | "elevated" | "subtle";
2676
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
2677
+ onMouseEnter?: React.MouseEventHandler<HTMLTableCellElement> | undefined;
2678
+ onMouseLeave?: React.MouseEventHandler<HTMLTableCellElement> | undefined;
2679
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
2680
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
2681
+ $hidden?: boolean;
2682
+ $noPointerEvents?: boolean;
2683
+ $offset?: {
2684
+ direction: import("..").Direction;
2685
+ size: import("..").TShirtSize;
2686
+ };
2687
+ $offsetChildren?: {
2688
+ direction: import("..").Direction;
2689
+ size: import("..").TShirtSize;
2690
+ };
2691
+ $relative?: boolean;
2692
+ $fixed?: boolean;
2693
+ $transition?: boolean;
2694
+ $visuallyHidden?: boolean;
2695
+ $displayContents?: boolean;
2696
+ $draggable?: {
2697
+ context: import("..").DraggableContext<any>;
2698
+ item: any;
2699
+ } | undefined;
2700
+ $droppable?: {
2701
+ context: import("..").DraggableContext<any>;
2702
+ onDrop: (item: any) => void;
2703
+ } | undefined;
2704
+ $font?: boolean | {
2705
+ size?: import("./plugins/font/font").FontSize;
2706
+ italic?: boolean;
2707
+ bold?: boolean | import("./plugins/font/font").FontBold;
2708
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
2709
+ forceWrap?: boolean;
2710
+ noWrap?: boolean;
2711
+ uppercase?: boolean;
2712
+ underline?: boolean;
2713
+ textOverflow?: "clip" | "ellipsis" | "default";
2714
+ };
2715
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
2716
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
2717
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
2718
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
2719
+ $grid?: import("./plugins/grid/grid").GridProps;
2720
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
2721
+ $gradient?: boolean;
2722
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
2723
+ $area?: boolean;
2724
+ $areaContent?: boolean;
2725
+ $invisibleBackdrop?: boolean;
2726
+ }>;
2727
+ export type ThProps = React.ComponentProps<typeof Th>;
2728
+ export declare const Td: import("@k8slens/element-component").ElementComponent<"td", {
2729
+ $className?: import("@k8slens/public-utilities").IClassName;
2730
+ className?: string;
2731
+ $block?: boolean | "inline";
2732
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
2733
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
2734
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
2735
+ $border?: import("./plugins/border/border").$BorderProps;
2736
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
2737
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
2738
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
2739
+ x?: import("./plugins/overflow/overflow").Overflow;
2740
+ y?: import("./plugins/overflow/overflow").Overflow;
2741
+ hideScrollbar?: boolean;
2742
+ };
2743
+ readonly $anchor?: boolean;
2744
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
2745
+ readonly children?: React.ReactNode;
2746
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
2747
+ $textAlign?: "left" | "center" | "right";
2748
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLTableCellElement>;
2749
+ ref?: import("./plugins/ref/ref").RefLike<HTMLTableCellElement>;
2750
+ $focusable?: {
2751
+ context: import("..").AnyFocusableContext<any>;
2752
+ item: any;
2753
+ orderNumber?: number;
2754
+ } | undefined;
2755
+ onFocus?: React.FocusEventHandler<HTMLTableCellElement> | undefined;
2756
+ onBlur?: React.FocusEventHandler<HTMLTableCellElement> | undefined;
2757
+ onKeyDown?: React.KeyboardEventHandler<HTMLTableCellElement> | undefined;
2758
+ tabIndex?: HTMLElement["tabIndex"];
2759
+ $grayscale?: boolean;
2760
+ $style?: React.CSSProperties;
2761
+ style?: React.CSSProperties;
2762
+ $tint?: string;
2763
+ $faded?: boolean;
2764
+ $outline?: {
2765
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
2766
+ };
2767
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
2768
+ $boxShadow?: boolean | "elevated" | "subtle";
2769
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
2770
+ onMouseEnter?: React.MouseEventHandler<HTMLTableCellElement> | undefined;
2771
+ onMouseLeave?: React.MouseEventHandler<HTMLTableCellElement> | undefined;
2772
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
2773
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
2774
+ $hidden?: boolean;
2775
+ $noPointerEvents?: boolean;
2776
+ $offset?: {
2777
+ direction: import("..").Direction;
2778
+ size: import("..").TShirtSize;
2779
+ };
2780
+ $offsetChildren?: {
2781
+ direction: import("..").Direction;
2782
+ size: import("..").TShirtSize;
2783
+ };
2784
+ $relative?: boolean;
2785
+ $fixed?: boolean;
2786
+ $transition?: boolean;
2787
+ $visuallyHidden?: boolean;
2788
+ $displayContents?: boolean;
2789
+ $draggable?: {
2790
+ context: import("..").DraggableContext<any>;
2791
+ item: any;
2792
+ } | undefined;
2793
+ $droppable?: {
2794
+ context: import("..").DraggableContext<any>;
2795
+ onDrop: (item: any) => void;
2796
+ } | undefined;
2797
+ $font?: boolean | {
2798
+ size?: import("./plugins/font/font").FontSize;
2799
+ italic?: boolean;
2800
+ bold?: boolean | import("./plugins/font/font").FontBold;
2801
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
2802
+ forceWrap?: boolean;
2803
+ noWrap?: boolean;
2804
+ uppercase?: boolean;
2805
+ underline?: boolean;
2806
+ textOverflow?: "clip" | "ellipsis" | "default";
2807
+ };
2808
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
2809
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
2810
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
2811
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
2812
+ $grid?: import("./plugins/grid/grid").GridProps;
2813
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
2814
+ $gradient?: boolean;
2815
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
2816
+ $area?: boolean;
2817
+ $areaContent?: boolean;
2818
+ $invisibleBackdrop?: boolean;
2819
+ }>;
2820
+ export type TdProps = React.ComponentProps<typeof Td>;
2821
+ export declare const Tr: import("@k8slens/element-component").ElementComponent<"tr", {
2822
+ $className?: import("@k8slens/public-utilities").IClassName;
2823
+ className?: string;
2824
+ $block?: boolean | "inline";
2825
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
2826
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
2827
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
2828
+ $border?: import("./plugins/border/border").$BorderProps;
2829
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
2830
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
2831
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
2832
+ x?: import("./plugins/overflow/overflow").Overflow;
2833
+ y?: import("./plugins/overflow/overflow").Overflow;
2834
+ hideScrollbar?: boolean;
2835
+ };
2836
+ readonly $anchor?: boolean;
2837
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
2838
+ readonly children?: React.ReactNode;
2839
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
2840
+ $textAlign?: "left" | "center" | "right";
2841
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLTableRowElement>;
2842
+ ref?: import("./plugins/ref/ref").RefLike<HTMLTableRowElement>;
2843
+ $focusable?: {
2844
+ context: import("..").AnyFocusableContext<any>;
2845
+ item: any;
2846
+ orderNumber?: number;
2847
+ } | undefined;
2848
+ onFocus?: React.FocusEventHandler<HTMLTableRowElement> | undefined;
2849
+ onBlur?: React.FocusEventHandler<HTMLTableRowElement> | undefined;
2850
+ onKeyDown?: React.KeyboardEventHandler<HTMLTableRowElement> | undefined;
2851
+ tabIndex?: HTMLElement["tabIndex"];
2852
+ $grayscale?: boolean;
2853
+ $style?: React.CSSProperties;
2854
+ style?: React.CSSProperties;
2855
+ $tint?: string;
2856
+ $faded?: boolean;
2857
+ $outline?: {
2858
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
2859
+ };
2860
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
2861
+ $boxShadow?: boolean | "elevated" | "subtle";
2862
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
2863
+ onMouseEnter?: React.MouseEventHandler<HTMLTableRowElement> | undefined;
2864
+ onMouseLeave?: React.MouseEventHandler<HTMLTableRowElement> | undefined;
2865
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
2866
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
2867
+ $hidden?: boolean;
2868
+ $noPointerEvents?: boolean;
2869
+ $offset?: {
2870
+ direction: import("..").Direction;
2871
+ size: import("..").TShirtSize;
2872
+ };
2873
+ $offsetChildren?: {
2874
+ direction: import("..").Direction;
2875
+ size: import("..").TShirtSize;
2876
+ };
2877
+ $relative?: boolean;
2878
+ $fixed?: boolean;
2879
+ $transition?: boolean;
2880
+ $visuallyHidden?: boolean;
2881
+ $displayContents?: boolean;
2882
+ $draggable?: {
2883
+ context: import("..").DraggableContext<any>;
2884
+ item: any;
2885
+ } | undefined;
2886
+ $droppable?: {
2887
+ context: import("..").DraggableContext<any>;
2888
+ onDrop: (item: any) => void;
2889
+ } | undefined;
2890
+ $font?: boolean | {
2891
+ size?: import("./plugins/font/font").FontSize;
2892
+ italic?: boolean;
2893
+ bold?: boolean | import("./plugins/font/font").FontBold;
2894
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
2895
+ forceWrap?: boolean;
2896
+ noWrap?: boolean;
2897
+ uppercase?: boolean;
2898
+ underline?: boolean;
2899
+ textOverflow?: "clip" | "ellipsis" | "default";
2900
+ };
2901
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
2902
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
2903
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
2904
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
2905
+ $grid?: import("./plugins/grid/grid").GridProps;
2906
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
2907
+ $gradient?: boolean;
2908
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
2909
+ $area?: boolean;
2910
+ $areaContent?: boolean;
2911
+ $invisibleBackdrop?: boolean;
2912
+ }>;
2913
+ export type TrProps = React.ComponentProps<typeof Tr>;
2914
+ export declare const Table: import("@k8slens/element-component").ElementComponent<"table", {
2915
+ $className?: import("@k8slens/public-utilities").IClassName;
2916
+ className?: string;
2917
+ $block?: boolean | "inline";
2918
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
2919
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
2920
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
2921
+ $border?: import("./plugins/border/border").$BorderProps;
2922
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
2923
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
2924
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
2925
+ x?: import("./plugins/overflow/overflow").Overflow;
2926
+ y?: import("./plugins/overflow/overflow").Overflow;
2927
+ hideScrollbar?: boolean;
2928
+ };
2929
+ readonly $anchor?: boolean;
2930
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
2931
+ readonly children?: React.ReactNode;
2932
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
2933
+ $textAlign?: "left" | "center" | "right";
2934
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLTableElement>;
2935
+ ref?: import("./plugins/ref/ref").RefLike<HTMLTableElement>;
2936
+ $focusable?: {
2937
+ context: import("..").AnyFocusableContext<any>;
2938
+ item: any;
2939
+ orderNumber?: number;
2940
+ } | undefined;
2941
+ onFocus?: React.FocusEventHandler<HTMLTableElement> | undefined;
2942
+ onBlur?: React.FocusEventHandler<HTMLTableElement> | undefined;
2943
+ onKeyDown?: React.KeyboardEventHandler<HTMLTableElement> | undefined;
2944
+ tabIndex?: HTMLElement["tabIndex"];
2945
+ $grayscale?: boolean;
2946
+ $style?: React.CSSProperties;
2947
+ style?: React.CSSProperties;
2948
+ $tint?: string;
2949
+ $faded?: boolean;
2950
+ $outline?: {
2951
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
2952
+ };
2953
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
2954
+ $boxShadow?: boolean | "elevated" | "subtle";
2955
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
2956
+ onMouseEnter?: React.MouseEventHandler<HTMLTableElement> | undefined;
2957
+ onMouseLeave?: React.MouseEventHandler<HTMLTableElement> | undefined;
2958
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
2959
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
2960
+ $hidden?: boolean;
2961
+ $noPointerEvents?: boolean;
2962
+ $offset?: {
2963
+ direction: import("..").Direction;
2964
+ size: import("..").TShirtSize;
2965
+ };
2966
+ $offsetChildren?: {
2967
+ direction: import("..").Direction;
2968
+ size: import("..").TShirtSize;
2969
+ };
2970
+ $relative?: boolean;
2971
+ $fixed?: boolean;
2972
+ $transition?: boolean;
2973
+ $visuallyHidden?: boolean;
2974
+ $displayContents?: boolean;
2975
+ $draggable?: {
2976
+ context: import("..").DraggableContext<any>;
2977
+ item: any;
2978
+ } | undefined;
2979
+ $droppable?: {
2980
+ context: import("..").DraggableContext<any>;
2981
+ onDrop: (item: any) => void;
2982
+ } | undefined;
2983
+ $font?: boolean | {
2984
+ size?: import("./plugins/font/font").FontSize;
2985
+ italic?: boolean;
2986
+ bold?: boolean | import("./plugins/font/font").FontBold;
2987
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
2988
+ forceWrap?: boolean;
2989
+ noWrap?: boolean;
2990
+ uppercase?: boolean;
2991
+ underline?: boolean;
2992
+ textOverflow?: "clip" | "ellipsis" | "default";
2993
+ };
2994
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
2995
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
2996
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
2997
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
2998
+ $grid?: import("./plugins/grid/grid").GridProps;
2999
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
3000
+ $gradient?: boolean;
3001
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
3002
+ $area?: boolean;
3003
+ $areaContent?: boolean;
3004
+ $invisibleBackdrop?: boolean;
3005
+ }>;
3006
+ export type TableProps = React.ComponentProps<typeof Table>;
3007
+ export declare const TBody: import("@k8slens/element-component").ElementComponent<"tbody", {
3008
+ $className?: import("@k8slens/public-utilities").IClassName;
3009
+ className?: string;
3010
+ $block?: boolean | "inline";
3011
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
3012
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
3013
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
3014
+ $border?: import("./plugins/border/border").$BorderProps;
3015
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
3016
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
3017
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
3018
+ x?: import("./plugins/overflow/overflow").Overflow;
3019
+ y?: import("./plugins/overflow/overflow").Overflow;
3020
+ hideScrollbar?: boolean;
3021
+ };
3022
+ readonly $anchor?: boolean;
3023
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
3024
+ readonly children?: React.ReactNode;
3025
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
3026
+ $textAlign?: "left" | "center" | "right";
3027
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLTableSectionElement>;
3028
+ ref?: import("./plugins/ref/ref").RefLike<HTMLTableSectionElement>;
3029
+ $focusable?: {
3030
+ context: import("..").AnyFocusableContext<any>;
3031
+ item: any;
3032
+ orderNumber?: number;
3033
+ } | undefined;
3034
+ onFocus?: React.FocusEventHandler<HTMLTableSectionElement> | undefined;
3035
+ onBlur?: React.FocusEventHandler<HTMLTableSectionElement> | undefined;
3036
+ onKeyDown?: React.KeyboardEventHandler<HTMLTableSectionElement> | undefined;
3037
+ tabIndex?: HTMLElement["tabIndex"];
3038
+ $grayscale?: boolean;
3039
+ $style?: React.CSSProperties;
3040
+ style?: React.CSSProperties;
3041
+ $tint?: string;
3042
+ $faded?: boolean;
3043
+ $outline?: {
3044
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
3045
+ };
3046
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
3047
+ $boxShadow?: boolean | "elevated" | "subtle";
3048
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
3049
+ onMouseEnter?: React.MouseEventHandler<HTMLTableSectionElement> | undefined;
3050
+ onMouseLeave?: React.MouseEventHandler<HTMLTableSectionElement> | undefined;
3051
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
3052
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
3053
+ $hidden?: boolean;
3054
+ $noPointerEvents?: boolean;
3055
+ $offset?: {
3056
+ direction: import("..").Direction;
3057
+ size: import("..").TShirtSize;
3058
+ };
3059
+ $offsetChildren?: {
3060
+ direction: import("..").Direction;
3061
+ size: import("..").TShirtSize;
3062
+ };
3063
+ $relative?: boolean;
3064
+ $fixed?: boolean;
3065
+ $transition?: boolean;
3066
+ $visuallyHidden?: boolean;
3067
+ $displayContents?: boolean;
3068
+ $draggable?: {
3069
+ context: import("..").DraggableContext<any>;
3070
+ item: any;
3071
+ } | undefined;
3072
+ $droppable?: {
3073
+ context: import("..").DraggableContext<any>;
3074
+ onDrop: (item: any) => void;
3075
+ } | undefined;
3076
+ $font?: boolean | {
3077
+ size?: import("./plugins/font/font").FontSize;
3078
+ italic?: boolean;
3079
+ bold?: boolean | import("./plugins/font/font").FontBold;
3080
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
3081
+ forceWrap?: boolean;
3082
+ noWrap?: boolean;
3083
+ uppercase?: boolean;
3084
+ underline?: boolean;
3085
+ textOverflow?: "clip" | "ellipsis" | "default";
3086
+ };
3087
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
3088
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
3089
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
3090
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
3091
+ $grid?: import("./plugins/grid/grid").GridProps;
3092
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
3093
+ $gradient?: boolean;
3094
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
3095
+ $area?: boolean;
3096
+ $areaContent?: boolean;
3097
+ $invisibleBackdrop?: boolean;
3098
+ }>;
3099
+ export type TBodyProps = React.ComponentProps<typeof TBody>;
3100
+ export declare const Dialog: import("@k8slens/element-component").ElementComponent<"dialog", {
3101
+ $className?: import("@k8slens/public-utilities").IClassName;
3102
+ className?: string;
3103
+ $block?: boolean | "inline";
3104
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
3105
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
3106
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
3107
+ $border?: import("./plugins/border/border").$BorderProps;
3108
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
3109
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
3110
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
3111
+ x?: import("./plugins/overflow/overflow").Overflow;
3112
+ y?: import("./plugins/overflow/overflow").Overflow;
3113
+ hideScrollbar?: boolean;
3114
+ };
3115
+ readonly $anchor?: boolean;
3116
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
3117
+ readonly children?: React.ReactNode;
3118
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
3119
+ $textAlign?: "left" | "center" | "right";
3120
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLDialogElement>;
3121
+ ref?: import("./plugins/ref/ref").RefLike<HTMLDialogElement>;
3122
+ $focusable?: {
3123
+ context: import("..").AnyFocusableContext<any>;
3124
+ item: any;
3125
+ orderNumber?: number;
3126
+ } | undefined;
3127
+ onFocus?: React.FocusEventHandler<HTMLDialogElement> | undefined;
3128
+ onBlur?: React.FocusEventHandler<HTMLDialogElement> | undefined;
3129
+ onKeyDown?: React.KeyboardEventHandler<HTMLDialogElement> | undefined;
3130
+ tabIndex?: HTMLElement["tabIndex"];
3131
+ $grayscale?: boolean;
3132
+ $style?: React.CSSProperties;
3133
+ style?: React.CSSProperties;
3134
+ $tint?: string;
3135
+ $faded?: boolean;
3136
+ $outline?: {
3137
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
3138
+ };
3139
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
3140
+ $boxShadow?: boolean | "elevated" | "subtle";
3141
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
3142
+ onMouseEnter?: React.MouseEventHandler<HTMLDialogElement> | undefined;
3143
+ onMouseLeave?: React.MouseEventHandler<HTMLDialogElement> | undefined;
3144
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
3145
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
3146
+ $hidden?: boolean;
3147
+ $noPointerEvents?: boolean;
3148
+ $offset?: {
3149
+ direction: import("..").Direction;
3150
+ size: import("..").TShirtSize;
3151
+ };
3152
+ $offsetChildren?: {
3153
+ direction: import("..").Direction;
3154
+ size: import("..").TShirtSize;
3155
+ };
3156
+ $relative?: boolean;
3157
+ $fixed?: boolean;
3158
+ $transition?: boolean;
3159
+ $visuallyHidden?: boolean;
3160
+ $displayContents?: boolean;
3161
+ $draggable?: {
3162
+ context: import("..").DraggableContext<any>;
3163
+ item: any;
3164
+ } | undefined;
3165
+ $droppable?: {
3166
+ context: import("..").DraggableContext<any>;
3167
+ onDrop: (item: any) => void;
3168
+ } | undefined;
3169
+ $font?: boolean | {
3170
+ size?: import("./plugins/font/font").FontSize;
3171
+ italic?: boolean;
3172
+ bold?: boolean | import("./plugins/font/font").FontBold;
3173
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
3174
+ forceWrap?: boolean;
3175
+ noWrap?: boolean;
3176
+ uppercase?: boolean;
3177
+ underline?: boolean;
3178
+ textOverflow?: "clip" | "ellipsis" | "default";
3179
+ };
3180
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
3181
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
3182
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
3183
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
3184
+ $grid?: import("./plugins/grid/grid").GridProps;
3185
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
3186
+ $gradient?: boolean;
3187
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
3188
+ $area?: boolean;
3189
+ $areaContent?: boolean;
3190
+ $invisibleBackdrop?: boolean;
3191
+ }>;
3192
+ export type DialogProps = React.ComponentProps<typeof Dialog>;
3193
+ export declare const Canvas: import("@k8slens/element-component").ElementComponent<"canvas", {
3194
+ $className?: import("@k8slens/public-utilities").IClassName;
3195
+ className?: string;
3196
+ $block?: boolean | "inline";
3197
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
3198
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
3199
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
3200
+ $border?: import("./plugins/border/border").$BorderProps;
3201
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
3202
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
3203
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
3204
+ x?: import("./plugins/overflow/overflow").Overflow;
3205
+ y?: import("./plugins/overflow/overflow").Overflow;
3206
+ hideScrollbar?: boolean;
3207
+ };
3208
+ readonly $anchor?: boolean;
3209
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
3210
+ readonly children?: React.ReactNode;
3211
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
3212
+ $textAlign?: "left" | "center" | "right";
3213
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLCanvasElement>;
3214
+ ref?: import("./plugins/ref/ref").RefLike<HTMLCanvasElement>;
3215
+ $focusable?: {
3216
+ context: import("..").AnyFocusableContext<any>;
3217
+ item: any;
3218
+ orderNumber?: number;
3219
+ } | undefined;
3220
+ onFocus?: React.FocusEventHandler<HTMLCanvasElement> | undefined;
3221
+ onBlur?: React.FocusEventHandler<HTMLCanvasElement> | undefined;
3222
+ onKeyDown?: React.KeyboardEventHandler<HTMLCanvasElement> | undefined;
3223
+ tabIndex?: HTMLElement["tabIndex"];
3224
+ $grayscale?: boolean;
3225
+ $style?: React.CSSProperties;
3226
+ style?: React.CSSProperties;
3227
+ $tint?: string;
3228
+ $faded?: boolean;
3229
+ $outline?: {
3230
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
3231
+ };
3232
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
3233
+ $boxShadow?: boolean | "elevated" | "subtle";
3234
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
3235
+ onMouseEnter?: React.MouseEventHandler<HTMLCanvasElement> | undefined;
3236
+ onMouseLeave?: React.MouseEventHandler<HTMLCanvasElement> | undefined;
3237
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
3238
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
3239
+ $hidden?: boolean;
3240
+ $noPointerEvents?: boolean;
3241
+ $offset?: {
3242
+ direction: import("..").Direction;
3243
+ size: import("..").TShirtSize;
3244
+ };
3245
+ $offsetChildren?: {
3246
+ direction: import("..").Direction;
3247
+ size: import("..").TShirtSize;
3248
+ };
3249
+ $relative?: boolean;
3250
+ $fixed?: boolean;
3251
+ $transition?: boolean;
3252
+ $visuallyHidden?: boolean;
3253
+ $displayContents?: boolean;
3254
+ $draggable?: {
3255
+ context: import("..").DraggableContext<any>;
3256
+ item: any;
3257
+ } | undefined;
3258
+ $droppable?: {
3259
+ context: import("..").DraggableContext<any>;
3260
+ onDrop: (item: any) => void;
3261
+ } | undefined;
3262
+ $font?: boolean | {
3263
+ size?: import("./plugins/font/font").FontSize;
3264
+ italic?: boolean;
3265
+ bold?: boolean | import("./plugins/font/font").FontBold;
3266
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
3267
+ forceWrap?: boolean;
3268
+ noWrap?: boolean;
3269
+ uppercase?: boolean;
3270
+ underline?: boolean;
3271
+ textOverflow?: "clip" | "ellipsis" | "default";
3272
+ };
3273
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
3274
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
3275
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
3276
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
3277
+ $grid?: import("./plugins/grid/grid").GridProps;
3278
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
3279
+ $gradient?: boolean;
3280
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
3281
+ $area?: boolean;
3282
+ $areaContent?: boolean;
3283
+ $invisibleBackdrop?: boolean;
3284
+ }>;
3285
+ export type CanvasProps = React.ComponentProps<typeof Canvas>;
3286
+ export declare const Img: import("@k8slens/element-component").ElementComponent<"img", {
3287
+ $className?: import("@k8slens/public-utilities").IClassName;
3288
+ className?: string;
3289
+ $block?: boolean | "inline";
3290
+ $cursor?: import("./plugins/cursor/cursor").$CursorProps;
3291
+ readonly $color?: import("./plugins/color/color").TextColor | import("./plugins/color/color").$ColorProps;
3292
+ $backgroundColor?: import("./plugins/background-color/background-color").BackgroundColor | import("./plugins/background-color/background-color").$BackgroundColorProps;
3293
+ $border?: import("./plugins/border/border").$BorderProps;
3294
+ $padding?: boolean | import("./plugins/padding/padding").DirectionalPadding | import("..").TShirtSize;
3295
+ $margin?: boolean | import("./plugins/margin/margin").DirectionalMargin | import("..").TShirtSize | "auto";
3296
+ $overflow?: import("./plugins/overflow/overflow").Overflow | {
3297
+ x?: import("./plugins/overflow/overflow").Overflow;
3298
+ y?: import("./plugins/overflow/overflow").Overflow;
3299
+ hideScrollbar?: boolean;
3300
+ };
3301
+ readonly $anchor?: boolean;
3302
+ readonly $anchoredAt?: import("./plugins/anchor/anchor").AnchoredAt;
3303
+ readonly children?: React.ReactNode;
3304
+ readonly $onOutsideClick?: (event: PointerEvent) => void;
3305
+ $textAlign?: "left" | "center" | "right";
3306
+ $ref?: import("./plugins/ref/ref").$RefProp<HTMLImageElement>;
3307
+ ref?: import("./plugins/ref/ref").RefLike<HTMLImageElement>;
3308
+ $focusable?: {
3309
+ context: import("..").AnyFocusableContext<any>;
3310
+ item: any;
3311
+ orderNumber?: number;
3312
+ } | undefined;
3313
+ onFocus?: React.FocusEventHandler<HTMLImageElement> | undefined;
3314
+ onBlur?: React.FocusEventHandler<HTMLImageElement> | undefined;
3315
+ onKeyDown?: React.KeyboardEventHandler<HTMLImageElement> | undefined;
3316
+ tabIndex?: HTMLElement["tabIndex"];
3317
+ $grayscale?: boolean;
3318
+ $style?: React.CSSProperties;
3319
+ style?: React.CSSProperties;
3320
+ $tint?: string;
3321
+ $faded?: boolean;
3322
+ $outline?: {
3323
+ focusVisible?: import("./plugins/outline/outline").$OutlineProps;
3324
+ };
3325
+ readonly $floating?: import("./plugins/floating/floating").$FloatingProps;
3326
+ $boxShadow?: boolean | "elevated" | "subtle";
3327
+ readonly $hoverable?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable").$HoverableProps>;
3328
+ onMouseEnter?: React.MouseEventHandler<HTMLImageElement> | undefined;
3329
+ onMouseLeave?: React.MouseEventHandler<HTMLImageElement> | undefined;
3330
+ $hoverableByDragging?: import("@k8slens/public-utilities").SingleOrMany<import("./plugins/hoverable/hoverable-by-dragging").$HoverableByDraggingProps<any>> | undefined;
3331
+ $absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
3332
+ $hidden?: boolean;
3333
+ $noPointerEvents?: boolean;
3334
+ $offset?: {
3335
+ direction: import("..").Direction;
3336
+ size: import("..").TShirtSize;
3337
+ };
3338
+ $offsetChildren?: {
3339
+ direction: import("..").Direction;
3340
+ size: import("..").TShirtSize;
3341
+ };
3342
+ $relative?: boolean;
3343
+ $fixed?: boolean;
3344
+ $transition?: boolean;
3345
+ $visuallyHidden?: boolean;
3346
+ $displayContents?: boolean;
3347
+ $draggable?: {
3348
+ context: import("..").DraggableContext<any>;
3349
+ item: any;
3350
+ } | undefined;
3351
+ $droppable?: {
3352
+ context: import("..").DraggableContext<any>;
3353
+ onDrop: (item: any) => void;
3354
+ } | undefined;
3355
+ $font?: boolean | {
3356
+ size?: import("./plugins/font/font").FontSize;
3357
+ italic?: boolean;
3358
+ bold?: boolean | import("./plugins/font/font").FontBold;
3359
+ lineHeight?: import("./plugins/font/font").FontLineHeight;
3360
+ forceWrap?: boolean;
3361
+ noWrap?: boolean;
3362
+ uppercase?: boolean;
3363
+ underline?: boolean;
3364
+ textOverflow?: "clip" | "ellipsis" | "default";
3365
+ };
3366
+ $tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
3367
+ $width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
3368
+ $height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
3369
+ $size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
3370
+ $grid?: import("./plugins/grid/grid").GridProps;
3371
+ $flex?: import("./plugins/flex/flex").SimpleFlexProp | import("./plugins/flex/flex").MaximalFlexProps;
3372
+ $gradient?: boolean;
3373
+ $flexChild?: boolean | number | "shrinkable" | "fixed";
3374
+ $area?: boolean;
3375
+ $areaContent?: boolean;
3376
+ $invisibleBackdrop?: boolean;
3377
+ }>;
3378
+ export type ImgProps = React.ComponentProps<typeof Img>;
3379
+ //# sourceMappingURL=elements.d.ts.map