@k8slens/element-components 3.3.1 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +4 -1
- package/dist/index.js +26 -17
- package/dist/src/elements.d.ts +58 -56
- package/dist/src/elements.d.ts.map +1 -1
- package/dist/src/plugins/border/border.d.ts +5 -0
- package/dist/src/plugins/border/border.d.ts.map +1 -1
- package/dist/src/plugins/size/size.d.ts +3 -1
- package/dist/src/plugins/size/size.d.ts.map +1 -1
- package/dist/src/plugins/width/width.d.ts +9 -5
- package/dist/src/plugins/width/width.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/dist/src/elements.d.ts
CHANGED
|
@@ -2,24 +2,30 @@ import type React from "react";
|
|
|
2
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
3
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
4
4
|
className?: string;
|
|
5
|
-
$
|
|
6
|
-
style?: React.CSSProperties;
|
|
7
|
-
$tint?: string;
|
|
5
|
+
$block?: boolean | "inline";
|
|
8
6
|
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
9
7
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
10
8
|
className?: string;
|
|
11
|
-
$
|
|
9
|
+
$cursor?: import("./plugins/cursor/cursor").$CursorProps;
|
|
12
10
|
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
13
11
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
14
12
|
className?: string;
|
|
15
|
-
$
|
|
13
|
+
$faded?: boolean;
|
|
14
|
+
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
15
|
+
$className?: import("@k8slens/public-utilities").IClassName;
|
|
16
|
+
className?: string;
|
|
17
|
+
$hidden?: boolean;
|
|
18
|
+
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
19
|
+
$className?: import("@k8slens/public-utilities").IClassName;
|
|
20
|
+
className?: string;
|
|
21
|
+
$offsetChildren?: {
|
|
16
22
|
direction: import("..").Direction;
|
|
17
23
|
size: import("..").TShirtSize;
|
|
18
24
|
};
|
|
19
25
|
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
20
26
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
21
27
|
className?: string;
|
|
22
|
-
$
|
|
28
|
+
$displayContents?: boolean;
|
|
23
29
|
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
24
30
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
25
31
|
className?: string;
|
|
@@ -50,7 +56,13 @@ export declare const sharedPlugins: (import("@k8slens/element-component").Plugin
|
|
|
50
56
|
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
51
57
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
52
58
|
className?: string;
|
|
53
|
-
$
|
|
59
|
+
$absolute?: import("./plugins/absolute/absolute").AbsolutePosition | boolean;
|
|
60
|
+
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
61
|
+
$className?: import("@k8slens/public-utilities").IClassName;
|
|
62
|
+
className?: string;
|
|
63
|
+
$style?: React.CSSProperties;
|
|
64
|
+
style?: React.CSSProperties;
|
|
65
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
54
66
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
55
67
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
56
68
|
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
@@ -101,10 +113,6 @@ export declare const sharedPlugins: (import("@k8slens/element-component").Plugin
|
|
|
101
113
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
102
114
|
className?: string;
|
|
103
115
|
$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
116
|
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
109
117
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
110
118
|
className?: string;
|
|
@@ -122,7 +130,9 @@ export declare const sharedPlugins: (import("@k8slens/element-component").Plugin
|
|
|
122
130
|
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
123
131
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
124
132
|
className?: string;
|
|
125
|
-
$
|
|
133
|
+
$style?: React.CSSProperties;
|
|
134
|
+
style?: React.CSSProperties;
|
|
135
|
+
$tint?: string;
|
|
126
136
|
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
127
137
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
128
138
|
className?: string;
|
|
@@ -130,14 +140,10 @@ export declare const sharedPlugins: (import("@k8slens/element-component").Plugin
|
|
|
130
140
|
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
131
141
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
132
142
|
className?: string;
|
|
133
|
-
$
|
|
143
|
+
$offset?: {
|
|
134
144
|
direction: import("..").Direction;
|
|
135
145
|
size: import("..").TShirtSize;
|
|
136
146
|
};
|
|
137
|
-
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
138
|
-
$className?: import("@k8slens/public-utilities").IClassName;
|
|
139
|
-
className?: string;
|
|
140
|
-
$hidden?: boolean;
|
|
141
147
|
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
142
148
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
143
149
|
className?: string;
|
|
@@ -145,11 +151,7 @@ export declare const sharedPlugins: (import("@k8slens/element-component").Plugin
|
|
|
145
151
|
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
146
152
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
147
153
|
className?: string;
|
|
148
|
-
$
|
|
149
|
-
}, unknown> | import("@k8slens/element-component").Plugin<{
|
|
150
|
-
$className?: import("@k8slens/public-utilities").IClassName;
|
|
151
|
-
className?: string;
|
|
152
|
-
$displayContents?: boolean;
|
|
154
|
+
$visuallyHidden?: boolean;
|
|
153
155
|
}, unknown>)[];
|
|
154
156
|
export declare const getSharedTypedPlugins: <T extends HTMLElement>() => (import("@k8slens/element-component").Plugin<{
|
|
155
157
|
$ref?: import("./plugins/ref/ref").$RefProp<T>;
|
|
@@ -261,7 +263,7 @@ export declare const Div: import("@k8slens/element-component").ElementComponent<
|
|
|
261
263
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
262
264
|
};
|
|
263
265
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
264
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
266
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
265
267
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
266
268
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
267
269
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -354,7 +356,7 @@ export declare const Common: import("@k8slens/element-component").ElementCompone
|
|
|
354
356
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
355
357
|
};
|
|
356
358
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
357
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
359
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
358
360
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
359
361
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
360
362
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -447,7 +449,7 @@ export declare const Svg: import("@k8slens/element-component").ElementComponent<
|
|
|
447
449
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
448
450
|
};
|
|
449
451
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
450
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
452
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
451
453
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
452
454
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
453
455
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -541,7 +543,7 @@ export declare const Input: import("@k8slens/element-component").ElementComponen
|
|
|
541
543
|
underline?: boolean;
|
|
542
544
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
543
545
|
};
|
|
544
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
546
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
545
547
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
546
548
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
547
549
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -637,7 +639,7 @@ export declare const TextArea: import("@k8slens/element-component").ElementCompo
|
|
|
637
639
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
638
640
|
};
|
|
639
641
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
640
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
642
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
641
643
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
642
644
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
643
645
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -730,7 +732,7 @@ export declare const Form: import("@k8slens/element-component").ElementComponent
|
|
|
730
732
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
731
733
|
};
|
|
732
734
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
733
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
735
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
734
736
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
735
737
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
736
738
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -823,7 +825,7 @@ export declare const Span: import("@k8slens/element-component").ElementComponent
|
|
|
823
825
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
824
826
|
};
|
|
825
827
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
826
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
828
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
827
829
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
828
830
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
829
831
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -925,7 +927,7 @@ export declare const ClickableDiv: import("@k8slens/element-component").ElementC
|
|
|
925
927
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
926
928
|
};
|
|
927
929
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
928
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
930
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
929
931
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
930
932
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
931
933
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -1019,7 +1021,7 @@ export declare const I: import("@k8slens/element-component").ElementComponent<"i
|
|
|
1019
1021
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
1020
1022
|
};
|
|
1021
1023
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
1022
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
1024
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
1023
1025
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
1024
1026
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
1025
1027
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -1112,7 +1114,7 @@ export declare const A: import("@k8slens/element-component").ElementComponent<"a
|
|
|
1112
1114
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
1113
1115
|
};
|
|
1114
1116
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
1115
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
1117
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
1116
1118
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
1117
1119
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
1118
1120
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -1214,7 +1216,7 @@ export declare const Button: import("@k8slens/element-component").ElementCompone
|
|
|
1214
1216
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
1215
1217
|
};
|
|
1216
1218
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
1217
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
1219
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
1218
1220
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
1219
1221
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
1220
1222
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -1308,7 +1310,7 @@ export declare const Code: import("@k8slens/element-component").ElementComponent
|
|
|
1308
1310
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
1309
1311
|
};
|
|
1310
1312
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
1311
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
1313
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
1312
1314
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
1313
1315
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
1314
1316
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -1401,7 +1403,7 @@ export declare const Label: import("@k8slens/element-component").ElementComponen
|
|
|
1401
1403
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
1402
1404
|
};
|
|
1403
1405
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
1404
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
1406
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
1405
1407
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
1406
1408
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
1407
1409
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -1494,7 +1496,7 @@ export declare const Pre: import("@k8slens/element-component").ElementComponent<
|
|
|
1494
1496
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
1495
1497
|
};
|
|
1496
1498
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
1497
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
1499
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
1498
1500
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
1499
1501
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
1500
1502
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -1587,7 +1589,7 @@ export declare const Nav: import("@k8slens/element-component").ElementComponent<
|
|
|
1587
1589
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
1588
1590
|
};
|
|
1589
1591
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
1590
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
1592
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
1591
1593
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
1592
1594
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
1593
1595
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -1680,7 +1682,7 @@ export declare const H1: import("@k8slens/element-component").ElementComponent<"
|
|
|
1680
1682
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
1681
1683
|
};
|
|
1682
1684
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
1683
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
1685
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
1684
1686
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
1685
1687
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
1686
1688
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -1773,7 +1775,7 @@ export declare const H2: import("@k8slens/element-component").ElementComponent<"
|
|
|
1773
1775
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
1774
1776
|
};
|
|
1775
1777
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
1776
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
1778
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
1777
1779
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
1778
1780
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
1779
1781
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -1866,7 +1868,7 @@ export declare const H3: import("@k8slens/element-component").ElementComponent<"
|
|
|
1866
1868
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
1867
1869
|
};
|
|
1868
1870
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
1869
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
1871
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
1870
1872
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
1871
1873
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
1872
1874
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -1959,7 +1961,7 @@ export declare const H4: import("@k8slens/element-component").ElementComponent<"
|
|
|
1959
1961
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
1960
1962
|
};
|
|
1961
1963
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
1962
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
1964
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
1963
1965
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
1964
1966
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
1965
1967
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -2052,7 +2054,7 @@ export declare const H5: import("@k8slens/element-component").ElementComponent<"
|
|
|
2052
2054
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
2053
2055
|
};
|
|
2054
2056
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
2055
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
2057
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
2056
2058
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
2057
2059
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
2058
2060
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -2145,7 +2147,7 @@ export declare const H6: import("@k8slens/element-component").ElementComponent<"
|
|
|
2145
2147
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
2146
2148
|
};
|
|
2147
2149
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
2148
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
2150
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
2149
2151
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
2150
2152
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
2151
2153
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -2238,7 +2240,7 @@ export declare const Ol: import("@k8slens/element-component").ElementComponent<"
|
|
|
2238
2240
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
2239
2241
|
};
|
|
2240
2242
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
2241
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
2243
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
2242
2244
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
2243
2245
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
2244
2246
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -2331,7 +2333,7 @@ export declare const Ul: import("@k8slens/element-component").ElementComponent<"
|
|
|
2331
2333
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
2332
2334
|
};
|
|
2333
2335
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
2334
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
2336
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
2335
2337
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
2336
2338
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
2337
2339
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -2424,7 +2426,7 @@ export declare const Li: import("@k8slens/element-component").ElementComponent<"
|
|
|
2424
2426
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
2425
2427
|
};
|
|
2426
2428
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
2427
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
2429
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
2428
2430
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
2429
2431
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
2430
2432
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -2525,7 +2527,7 @@ export declare const ClickableLi: import("@k8slens/element-component").ElementCo
|
|
|
2525
2527
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
2526
2528
|
};
|
|
2527
2529
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
2528
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
2530
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
2529
2531
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
2530
2532
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
2531
2533
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -2620,7 +2622,7 @@ export declare const P: import("@k8slens/element-component").ElementComponent<"p
|
|
|
2620
2622
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
2621
2623
|
};
|
|
2622
2624
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
2623
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
2625
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
2624
2626
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
2625
2627
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
2626
2628
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -2713,7 +2715,7 @@ export declare const Th: import("@k8slens/element-component").ElementComponent<"
|
|
|
2713
2715
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
2714
2716
|
};
|
|
2715
2717
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
2716
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
2718
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
2717
2719
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
2718
2720
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
2719
2721
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -2806,7 +2808,7 @@ export declare const Td: import("@k8slens/element-component").ElementComponent<"
|
|
|
2806
2808
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
2807
2809
|
};
|
|
2808
2810
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
2809
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
2811
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
2810
2812
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
2811
2813
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
2812
2814
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -2899,7 +2901,7 @@ export declare const Tr: import("@k8slens/element-component").ElementComponent<"
|
|
|
2899
2901
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
2900
2902
|
};
|
|
2901
2903
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
2902
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
2904
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
2903
2905
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
2904
2906
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
2905
2907
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -2992,7 +2994,7 @@ export declare const Table: import("@k8slens/element-component").ElementComponen
|
|
|
2992
2994
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
2993
2995
|
};
|
|
2994
2996
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
2995
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
2997
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
2996
2998
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
2997
2999
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
2998
3000
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -3085,7 +3087,7 @@ export declare const TBody: import("@k8slens/element-component").ElementComponen
|
|
|
3085
3087
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
3086
3088
|
};
|
|
3087
3089
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
3088
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
3090
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
3089
3091
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
3090
3092
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
3091
3093
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -3178,7 +3180,7 @@ export declare const Dialog: import("@k8slens/element-component").ElementCompone
|
|
|
3178
3180
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
3179
3181
|
};
|
|
3180
3182
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
3181
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
3183
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
3182
3184
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
3183
3185
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
3184
3186
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -3271,7 +3273,7 @@ export declare const Canvas: import("@k8slens/element-component").ElementCompone
|
|
|
3271
3273
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
3272
3274
|
};
|
|
3273
3275
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
3274
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
3276
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
3275
3277
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
3276
3278
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
3277
3279
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -3364,7 +3366,7 @@ export declare const Img: import("@k8slens/element-component").ElementComponent<
|
|
|
3364
3366
|
textOverflow?: "clip" | "ellipsis" | "default";
|
|
3365
3367
|
};
|
|
3366
3368
|
$tooltip?: string | import("./plugins/tooltip/tooltip").$TooltipProps<any> | null;
|
|
3367
|
-
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").$WidthProps;
|
|
3369
|
+
$width?: import("..").TShirtSize | "full" | "stretch" | import("./plugins/width/width").Percentage | import("./plugins/width/width").$WidthProps;
|
|
3368
3370
|
$height?: import("..").TShirtSize | "full" | "auto" | "stretch" | import("./plugins/height/height").$HeightProps;
|
|
3369
3371
|
$size?: import("..").TShirtSize | "full" | import("./plugins/size/size").$SizeProps;
|
|
3370
3372
|
$grid?: import("./plugins/grid/grid").GridProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elements.d.ts","sourceRoot":"","sources":["../../src/elements.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAyC/B,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"elements.d.ts","sourceRoot":"","sources":["../../src/elements.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,6 +15,11 @@ export type $BorderColorProps = {
|
|
|
15
15
|
export type $BorderProps = {
|
|
16
16
|
color?: BorderColor | $BorderColorProps;
|
|
17
17
|
width?: BorderWidth | boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Leave the last of the element's siblings without the border, so that a stack
|
|
20
|
+
* of bordered rows reads as rows separated from each other rather than framed.
|
|
21
|
+
*/
|
|
22
|
+
exceptLast?: boolean;
|
|
18
23
|
} & SideStyles & CornerStyles;
|
|
19
24
|
export type BorderPluginProps = {
|
|
20
25
|
$border?: $BorderProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../../../src/plugins/border/border.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,KAAK,YAAY,EAAmB,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAiB,KAAK,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAGnE,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,cAAc,CAAC;AAC3D,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,gBAAgB,CAAC;AAEnD,QAAA,MAAM,cAAc;aAAK,aAAa,EAAE,QAAQ;CAAW,CAAC;AAI5D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,CAAC,MAAM,CAAC,EAAE,WAAW,CAAC;IAC9B,QAAQ,CAAC,KAAK,CAAC,EAAE,WAAW,CAAC;IAC7B,QAAQ,CAAC,QAAQ,CAAC,EAAE,WAAW,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;
|
|
1
|
+
{"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../../../src/plugins/border/border.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,KAAK,YAAY,EAAmB,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAiB,KAAK,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAGnE,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,cAAc,CAAC;AAC3D,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,gBAAgB,CAAC;AAEnD,QAAA,MAAM,cAAc;aAAK,aAAa,EAAE,QAAQ;CAAW,CAAC;AAI5D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,CAAC,MAAM,CAAC,EAAE,WAAW,CAAC;IAC9B,QAAQ,CAAC,KAAK,CAAC,EAAE,WAAW,CAAC;IAC7B,QAAQ,CAAC,QAAQ,CAAC,EAAE,WAAW,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,WAAW,GAAG,iBAAiB,CAAC;IACxC,KAAK,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC;IAC9B;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,GAAG,UAAU,GACZ,YAAY,CAAC;AAEf,MAAM,MAAM,iBAAiB,GAAG;IAAE,OAAO,CAAC,EAAE,YAAY,CAAA;CAAE,CAAC;AAE3D,eAAO,MAAM,YAAY;;;cAFmB,YAAY;WAWtD,CAAC"}
|
|
@@ -10,7 +10,9 @@ export type SizePluginProps = {
|
|
|
10
10
|
export declare const sizePlugin: import("@k8slens/element-component").Plugin<{
|
|
11
11
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
12
12
|
className?: string;
|
|
13
|
-
$
|
|
13
|
+
$style?: React.CSSProperties;
|
|
14
|
+
style?: React.CSSProperties;
|
|
15
|
+
$width?: TShirtSize | "full" | "stretch" | import("../width/width").Percentage | import("../width/width").$WidthProps;
|
|
14
16
|
$height?: TShirtSize | "full" | "auto" | "stretch" | import("../height/height").$HeightProps;
|
|
15
17
|
$size?: TShirtSize | "full" | $SizeProps;
|
|
16
18
|
}, unknown>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"size.d.ts","sourceRoot":"","sources":["../../../../src/plugins/size/size.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAInD,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,MAAM,CAAC;IACpC,GAAG,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAC1B,GAAG,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAAE,KAAK,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,UAAU,CAAA;CAAE,CAAC;AAE3E,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"size.d.ts","sourceRoot":"","sources":["../../../../src/plugins/size/size.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAInD,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,MAAM,CAAC;IACpC,GAAG,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAC1B,GAAG,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAAE,KAAK,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,UAAU,CAAA;CAAE,CAAC;AAE3E,eAAO,MAAM,UAAU;;;;;;;YAFiB,UAAU,GAAG,MAAM,GAAG,UAAU;WAgBtE,CAAC"}
|
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
import type { TShirtSize } from "../_shared/sizes";
|
|
2
|
+
/** A share of the parent's width, e.g. `"30%"`, for layouts that divide a row rather than size a box. */
|
|
3
|
+
export type Percentage = `${number}%`;
|
|
2
4
|
export type $WidthProps = {
|
|
3
|
-
width?: TShirtSize | "full" | "stretch";
|
|
4
|
-
min?: TShirtSize | "fit";
|
|
5
|
-
max?: TShirtSize | "full" | "content";
|
|
5
|
+
width?: TShirtSize | "full" | "stretch" | Percentage;
|
|
6
|
+
min?: TShirtSize | "fit" | Percentage;
|
|
7
|
+
max?: TShirtSize | "full" | "content" | Percentage;
|
|
6
8
|
};
|
|
7
9
|
export type WidthPluginProps = {
|
|
8
|
-
$width?: TShirtSize | "full" | "stretch" | $WidthProps;
|
|
10
|
+
$width?: TShirtSize | "full" | "stretch" | Percentage | $WidthProps;
|
|
9
11
|
};
|
|
10
12
|
export declare const widthPlugin: import("@k8slens/element-component").Plugin<{
|
|
11
13
|
$className?: import("@k8slens/public-utilities").IClassName;
|
|
12
14
|
className?: string;
|
|
13
|
-
$
|
|
15
|
+
$style?: React.CSSProperties;
|
|
16
|
+
style?: React.CSSProperties;
|
|
17
|
+
$width?: TShirtSize | "full" | "stretch" | Percentage | $WidthProps;
|
|
14
18
|
}, unknown>;
|
|
15
19
|
//# sourceMappingURL=width.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"width.d.ts","sourceRoot":"","sources":["../../../../src/plugins/width/width.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"width.d.ts","sourceRoot":"","sources":["../../../../src/plugins/width/width.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAEnD,yGAAyG;AACzG,MAAM,MAAM,UAAU,GAAG,GAAG,MAAM,GAAG,CAAC;AAEtC,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC;IACrD,GAAG,CAAC,EAAE,UAAU,GAAG,KAAK,GAAG,UAAU,CAAC;IACtC,GAAG,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC;CACpD,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAAE,MAAM,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,CAAA;CAAE,CAAC;AAIvG,eAAO,MAAM,WAAW;;;;;aAJkB,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW;WAuBlG,CAAC"}
|