@chamn/engine 0.0.41 → 0.0.42
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/Engine.module.scss.d.ts +5 -0
- package/dist/component/CSSEditor/index.d.ts +16 -0
- package/dist/component/CSSEditor/style.module.scss.d.ts +6 -0
- package/dist/component/CSSPropertiesEditor/cssProperties.d.ts +898 -0
- package/dist/component/CSSPropertiesEditor/index.d.ts +21 -0
- package/dist/component/CSSPropertiesEditor/signleProperty.d.ts +25 -0
- package/dist/component/CSSPropertiesEditor/style.module.scss.d.ts +17 -0
- package/dist/component/CSSPropertiesVariableBindEditor/SingleProperty.d.ts +24 -0
- package/dist/component/CSSPropertiesVariableBindEditor/cssProperties.d.ts +898 -0
- package/dist/component/CSSPropertiesVariableBindEditor/index.d.ts +19 -0
- package/dist/component/CSSPropertiesVariableBindEditor/style.module.scss.d.ts +16 -0
- package/dist/component/CSSSizeInput/index.d.ts +39 -0
- package/dist/component/CSSSizeInput/style.module.scss.d.ts +10 -0
- package/dist/component/CSSUIPanel/BackgroundInput/index.d.ts +10 -0
- package/dist/component/CSSUIPanel/BorderInput/index.d.ts +10 -0
- package/dist/component/CSSUIPanel/DimensionInput/index.d.ts +11 -0
- package/dist/component/CSSUIPanel/FontInput/index.d.ts +10 -0
- package/dist/component/CSSUIPanel/MarginAndPaddingInput/index.d.ts +11 -0
- package/dist/component/CSSUIPanel/ShadowInput/index.d.ts +10 -0
- package/dist/component/CSSUIPanel/index.d.ts +9 -0
- package/dist/component/CSSUIPanel/style.module.scss.d.ts +11 -0
- package/dist/component/CSSUIPanel/type.d.ts +3 -0
- package/dist/component/ClassNameEditor/index.d.ts +10 -0
- package/dist/component/CustomSchemaForm/components/Form/Field/index.d.ts +12 -0
- package/dist/component/CustomSchemaForm/components/Form/Field/style.module.scss.d.ts +8 -0
- package/dist/component/CustomSchemaForm/components/Form/context.d.ts +12 -0
- package/dist/component/CustomSchemaForm/components/Form/index.d.ts +19 -0
- package/dist/component/CustomSchemaForm/components/SetterSwitcher/index.d.ts +14 -0
- package/dist/component/CustomSchemaForm/components/SetterSwitcher/style.module.scss.d.ts +7 -0
- package/dist/component/CustomSchemaForm/components/Setters/AntDColorSetter/index.d.ts +2 -0
- package/dist/component/CustomSchemaForm/components/Setters/ArraySetter/ArrayItem.d.ts +11 -0
- package/dist/component/CustomSchemaForm/components/Setters/ArraySetter/SortItemOrderModal.d.ts +10 -0
- package/dist/component/CustomSchemaForm/components/Setters/ArraySetter/index.d.ts +14 -0
- package/dist/component/CustomSchemaForm/components/Setters/ArraySetter/style.module.scss.d.ts +7 -0
- package/dist/component/CustomSchemaForm/components/Setters/BooleanSetter/index.d.ts +7 -0
- package/dist/component/CustomSchemaForm/components/Setters/CSSSizeSetter/index.d.ts +3 -0
- package/dist/component/CustomSchemaForm/components/Setters/CSSValueSetter/index.d.ts +6 -0
- package/dist/component/CustomSchemaForm/components/Setters/CSSValueSetter/style.module.scss.d.ts +6 -0
- package/dist/component/CustomSchemaForm/components/Setters/ColorSetter/index.d.ts +2 -0
- package/dist/component/CustomSchemaForm/components/Setters/ExpressionSetter/index.d.ts +10 -0
- package/dist/component/CustomSchemaForm/components/Setters/FunctionSetter/index.d.ts +2 -0
- package/dist/component/CustomSchemaForm/components/Setters/JSONSetter/index.d.ts +2 -0
- package/dist/component/CustomSchemaForm/components/Setters/NumberSetter/index.d.ts +3 -0
- package/dist/component/CustomSchemaForm/components/Setters/RadioGroupSetter/index.d.ts +2 -0
- package/dist/component/CustomSchemaForm/components/Setters/SelectSetter/index.d.ts +3 -0
- package/dist/component/CustomSchemaForm/components/Setters/ShapeSetter/index.d.ts +8 -0
- package/dist/component/CustomSchemaForm/components/Setters/SliderSetter/index.d.ts +3 -0
- package/dist/component/CustomSchemaForm/components/Setters/StringSetter/index.d.ts +3 -0
- package/dist/component/CustomSchemaForm/components/Setters/TextAreaSetter/index.d.ts +3 -0
- package/dist/component/CustomSchemaForm/components/Setters/index.d.ts +4 -0
- package/dist/component/CustomSchemaForm/components/Setters/type.d.ts +20 -0
- package/dist/component/CustomSchemaForm/context.d.ts +15 -0
- package/dist/component/CustomSchemaForm/index.d.ts +22 -0
- package/dist/component/CustomSchemaForm/style.module.scss.d.ts +11 -0
- package/dist/component/CustomSchemaForm/utils.d.ts +2 -0
- package/dist/component/InputNumberPlus/index.d.ts +9 -0
- package/dist/component/InputNumberPlus/style.module.scss.d.ts +6 -0
- package/dist/component/MonacoEditor/index.d.ts +14 -0
- package/dist/component/Workbench/index.d.ts +72 -0
- package/dist/component/Workbench/style.module.scss.d.ts +26 -0
- package/dist/config/colorPickerColorList.d.ts +4 -0
- package/dist/core/assetPackagesListManage.d.ts +8 -0
- package/dist/core/pluginManager.d.ts +63 -0
- package/dist/i18n/en_US/index.d.ts +5 -0
- package/dist/i18n/index.d.ts +6 -0
- package/dist/i18n/zh_CN/index.d.ts +5 -0
- package/dist/index.d.ts +57 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/material/innerMaterial.d.ts +2 -0
- package/dist/plugins/AdvancePanel/index.d.ts +10 -0
- package/dist/plugins/AdvancePanel/style.module.scss.d.ts +7 -0
- package/dist/plugins/ComponentLibrary/components/DragItem/index.d.ts +12 -0
- package/dist/plugins/ComponentLibrary/components/DragItem/style.module.scss.d.ts +9 -0
- package/dist/plugins/ComponentLibrary/components/ListView/index.d.ts +9 -0
- package/dist/plugins/ComponentLibrary/components/ListView/style.module.scss.d.ts +12 -0
- package/dist/plugins/ComponentLibrary/index.d.ts +3 -0
- package/dist/plugins/ComponentLibrary/localize/en_US/index.d.ts +1 -0
- package/dist/plugins/ComponentLibrary/localize/index.d.ts +2 -0
- package/dist/plugins/ComponentLibrary/localize/zh_CN/index.d.ts +1 -0
- package/dist/plugins/ComponentLibrary/style.module.scss.d.ts +11 -0
- package/dist/plugins/ComponentLibrary/util.d.ts +1 -0
- package/dist/plugins/ComponentStatePanel/index.d.ts +10 -0
- package/dist/plugins/Designer/components/Canvas/advanceCustomHook.d.ts +45 -0
- package/dist/plugins/Designer/components/Canvas/index.d.ts +63 -0
- package/dist/plugins/Designer/components/Canvas/style.module.scss.d.ts +5 -0
- package/dist/plugins/Designer/components/DefaultSelectToolBar/index.d.ts +16 -0
- package/dist/plugins/Designer/components/DefaultSelectToolBar/style.module.scss.d.ts +11 -0
- package/dist/plugins/Designer/components/GhostView/index.d.ts +5 -0
- package/dist/plugins/Designer/config.d.ts +1 -0
- package/dist/plugins/Designer/index.d.ts +2 -0
- package/dist/plugins/Designer/localize/en_US/index.d.ts +1 -0
- package/dist/plugins/Designer/localize/index.d.ts +2 -0
- package/dist/plugins/Designer/localize/zh_CN/index.d.ts +1 -0
- package/dist/plugins/Designer/type.d.ts +26 -0
- package/dist/plugins/Designer/util.d.ts +2 -0
- package/dist/plugins/DisplaySourceSchema/index.d.ts +9 -0
- package/dist/plugins/GlobalStatePanel/index.d.ts +3 -0
- package/dist/plugins/GlobalStatePanel/localize/en_US/index.d.ts +1 -0
- package/dist/plugins/GlobalStatePanel/localize/index.d.ts +2 -0
- package/dist/plugins/GlobalStatePanel/localize/zh_CN/index.d.ts +1 -0
- package/dist/plugins/GlobalStatePanel/style.module.scss.d.ts +5 -0
- package/dist/plugins/History/index.d.ts +2 -0
- package/dist/plugins/History/type.d.ts +12 -0
- package/dist/plugins/OutlineTree/components/TreeView/context.d.ts +30 -0
- package/dist/plugins/OutlineTree/components/TreeView/dataStruct.d.ts +21 -0
- package/dist/plugins/OutlineTree/components/TreeView/index.d.ts +33 -0
- package/dist/plugins/OutlineTree/components/TreeView/style.module.scss.d.ts +16 -0
- package/dist/plugins/OutlineTree/components/TreeView/treeNode.d.ts +11 -0
- package/dist/plugins/OutlineTree/index.d.ts +3 -0
- package/dist/plugins/OutlineTree/localize/en_US/index.d.ts +1 -0
- package/dist/plugins/OutlineTree/localize/index.d.ts +2 -0
- package/dist/plugins/OutlineTree/localize/zh_CN/index.d.ts +1 -0
- package/dist/plugins/OutlineTree/util.d.ts +14 -0
- package/dist/plugins/PropertyPanel/index.d.ts +9 -0
- package/dist/plugins/PropertyPanel/style.module.scss.d.ts +10 -0
- package/dist/plugins/RightPanel/index.d.ts +2 -0
- package/dist/plugins/RightPanel/style.module.scss.d.ts +10 -0
- package/dist/plugins/RightPanel/view.d.ts +39 -0
- package/dist/plugins/VisualPanelPlus/index.d.ts +4 -0
- package/dist/plugins/VisualPanelPlus/style.module.scss.d.ts +10 -0
- package/dist/plugins/index.d.ts +9 -0
- package/dist/utils/css.d.ts +40 -0
- package/dist/utils/defaultEngineConfig.d.ts +13 -0
- package/dist/utils/index.d.ts +12 -0
- package/dist/utils/logger.d.ts +1 -0
- package/package.json +7 -7
|
@@ -0,0 +1,898 @@
|
|
|
1
|
+
export declare const CSSProperties: {
|
|
2
|
+
'align-content': {
|
|
3
|
+
values: string[];
|
|
4
|
+
};
|
|
5
|
+
'align-items': {
|
|
6
|
+
values: string[];
|
|
7
|
+
};
|
|
8
|
+
'align-self': {
|
|
9
|
+
values: string[];
|
|
10
|
+
};
|
|
11
|
+
all: {
|
|
12
|
+
values: never[];
|
|
13
|
+
};
|
|
14
|
+
animation: {
|
|
15
|
+
values: never[];
|
|
16
|
+
};
|
|
17
|
+
'animation-delay': {
|
|
18
|
+
values: never[];
|
|
19
|
+
};
|
|
20
|
+
'animation-direction': {
|
|
21
|
+
values: string[];
|
|
22
|
+
};
|
|
23
|
+
'animation-duration': {
|
|
24
|
+
values: never[];
|
|
25
|
+
};
|
|
26
|
+
'animation-fill-mode': {
|
|
27
|
+
values: string[];
|
|
28
|
+
};
|
|
29
|
+
'animation-iteration-count': {
|
|
30
|
+
values: string[];
|
|
31
|
+
};
|
|
32
|
+
'animation-name': {
|
|
33
|
+
values: string[];
|
|
34
|
+
};
|
|
35
|
+
'animation-play-state': {
|
|
36
|
+
values: string[];
|
|
37
|
+
};
|
|
38
|
+
'animation-timing-function': {
|
|
39
|
+
values: string[];
|
|
40
|
+
};
|
|
41
|
+
'backface-visibility': {
|
|
42
|
+
values: string[];
|
|
43
|
+
};
|
|
44
|
+
background: {
|
|
45
|
+
values: never[];
|
|
46
|
+
type: string;
|
|
47
|
+
};
|
|
48
|
+
'background-attachment': {
|
|
49
|
+
values: string[];
|
|
50
|
+
};
|
|
51
|
+
'background-blend-mode': {
|
|
52
|
+
values: string[];
|
|
53
|
+
};
|
|
54
|
+
'background-clip': {
|
|
55
|
+
values: string[];
|
|
56
|
+
};
|
|
57
|
+
'background-color': {
|
|
58
|
+
values: never[];
|
|
59
|
+
type: string;
|
|
60
|
+
};
|
|
61
|
+
'background-image': {
|
|
62
|
+
values: string[];
|
|
63
|
+
};
|
|
64
|
+
'background-origin': {
|
|
65
|
+
values: string[];
|
|
66
|
+
};
|
|
67
|
+
'background-position': {
|
|
68
|
+
values: string[];
|
|
69
|
+
};
|
|
70
|
+
'background-repeat': {
|
|
71
|
+
values: string[];
|
|
72
|
+
};
|
|
73
|
+
'background-size': {
|
|
74
|
+
values: string[];
|
|
75
|
+
};
|
|
76
|
+
border: {
|
|
77
|
+
values: never[];
|
|
78
|
+
};
|
|
79
|
+
'border-collapse': {
|
|
80
|
+
values: string[];
|
|
81
|
+
};
|
|
82
|
+
'border-color': {
|
|
83
|
+
values: never[];
|
|
84
|
+
type: string;
|
|
85
|
+
};
|
|
86
|
+
'border-spacing': {
|
|
87
|
+
values: never[];
|
|
88
|
+
};
|
|
89
|
+
'border-style': {
|
|
90
|
+
values: string[];
|
|
91
|
+
};
|
|
92
|
+
'border-bottom': {
|
|
93
|
+
values: never[];
|
|
94
|
+
};
|
|
95
|
+
'border-bottom-color': {
|
|
96
|
+
values: never[];
|
|
97
|
+
type: string;
|
|
98
|
+
};
|
|
99
|
+
'border-bottom-left-radius': {
|
|
100
|
+
values: never[];
|
|
101
|
+
};
|
|
102
|
+
'border-bottom-right-radius': {
|
|
103
|
+
values: never[];
|
|
104
|
+
};
|
|
105
|
+
'border-bottom-style': {
|
|
106
|
+
values: string[];
|
|
107
|
+
};
|
|
108
|
+
'border-bottom-width': {
|
|
109
|
+
values: string[];
|
|
110
|
+
};
|
|
111
|
+
'border-image': {
|
|
112
|
+
values: string[];
|
|
113
|
+
};
|
|
114
|
+
'border-image-outset': {
|
|
115
|
+
values: never[];
|
|
116
|
+
};
|
|
117
|
+
'border-image-slice': {
|
|
118
|
+
values: never[];
|
|
119
|
+
};
|
|
120
|
+
'border-image-source': {
|
|
121
|
+
values: never[];
|
|
122
|
+
};
|
|
123
|
+
'border-image-repeat': {
|
|
124
|
+
values: string[];
|
|
125
|
+
};
|
|
126
|
+
'border-image-width': {
|
|
127
|
+
values: string[];
|
|
128
|
+
};
|
|
129
|
+
'border-left': {
|
|
130
|
+
values: never[];
|
|
131
|
+
};
|
|
132
|
+
'border-left-color': {
|
|
133
|
+
values: never[];
|
|
134
|
+
type: string;
|
|
135
|
+
};
|
|
136
|
+
'border-left-style': {
|
|
137
|
+
values: string[];
|
|
138
|
+
};
|
|
139
|
+
'border-left-width': {
|
|
140
|
+
values: string[];
|
|
141
|
+
};
|
|
142
|
+
'border-radius': {
|
|
143
|
+
values: never[];
|
|
144
|
+
};
|
|
145
|
+
'border-right': {
|
|
146
|
+
values: never[];
|
|
147
|
+
};
|
|
148
|
+
'border-right-color': {
|
|
149
|
+
values: never[];
|
|
150
|
+
type: string;
|
|
151
|
+
};
|
|
152
|
+
'border-right-style': {
|
|
153
|
+
values: string[];
|
|
154
|
+
};
|
|
155
|
+
'border-right-width': {
|
|
156
|
+
values: string[];
|
|
157
|
+
};
|
|
158
|
+
'border-top': {
|
|
159
|
+
values: never[];
|
|
160
|
+
};
|
|
161
|
+
'border-top-color': {
|
|
162
|
+
values: never[];
|
|
163
|
+
type: string;
|
|
164
|
+
};
|
|
165
|
+
'border-top-left-radius': {
|
|
166
|
+
values: never[];
|
|
167
|
+
};
|
|
168
|
+
'border-top-right-radius': {
|
|
169
|
+
values: never[];
|
|
170
|
+
};
|
|
171
|
+
'border-top-style': {
|
|
172
|
+
values: string[];
|
|
173
|
+
};
|
|
174
|
+
'border-top-width': {
|
|
175
|
+
values: string[];
|
|
176
|
+
};
|
|
177
|
+
'border-width': {
|
|
178
|
+
values: string[];
|
|
179
|
+
};
|
|
180
|
+
'box-decoration-break': {
|
|
181
|
+
values: string[];
|
|
182
|
+
};
|
|
183
|
+
'box-shadow': {
|
|
184
|
+
values: string[];
|
|
185
|
+
};
|
|
186
|
+
'box-sizing': {
|
|
187
|
+
values: string[];
|
|
188
|
+
};
|
|
189
|
+
bottom: {
|
|
190
|
+
values: string[];
|
|
191
|
+
};
|
|
192
|
+
'break-after': {
|
|
193
|
+
values: string[];
|
|
194
|
+
};
|
|
195
|
+
'break-before': {
|
|
196
|
+
values: string[];
|
|
197
|
+
};
|
|
198
|
+
'break-inside': {
|
|
199
|
+
values: string[];
|
|
200
|
+
};
|
|
201
|
+
'caption-side': {
|
|
202
|
+
values: string[];
|
|
203
|
+
};
|
|
204
|
+
'caret-color': {
|
|
205
|
+
values: string[];
|
|
206
|
+
type: string;
|
|
207
|
+
};
|
|
208
|
+
clear: {
|
|
209
|
+
values: string[];
|
|
210
|
+
};
|
|
211
|
+
clip: {
|
|
212
|
+
values: string[];
|
|
213
|
+
};
|
|
214
|
+
color: {
|
|
215
|
+
values: never[];
|
|
216
|
+
type: string;
|
|
217
|
+
};
|
|
218
|
+
columns: {
|
|
219
|
+
values: never[];
|
|
220
|
+
};
|
|
221
|
+
'column-count': {
|
|
222
|
+
values: never[];
|
|
223
|
+
};
|
|
224
|
+
'column-fill': {
|
|
225
|
+
values: string[];
|
|
226
|
+
};
|
|
227
|
+
'column-gap': {
|
|
228
|
+
values: string[];
|
|
229
|
+
};
|
|
230
|
+
'column-rule': {
|
|
231
|
+
values: never[];
|
|
232
|
+
};
|
|
233
|
+
'column-rule-color': {
|
|
234
|
+
values: never[];
|
|
235
|
+
type: string;
|
|
236
|
+
};
|
|
237
|
+
'column-rule-style': {
|
|
238
|
+
values: string[];
|
|
239
|
+
};
|
|
240
|
+
'column-rule-width': {
|
|
241
|
+
values: string[];
|
|
242
|
+
};
|
|
243
|
+
'column-span': {
|
|
244
|
+
values: string[];
|
|
245
|
+
};
|
|
246
|
+
'column-width': {
|
|
247
|
+
values: string[];
|
|
248
|
+
};
|
|
249
|
+
content: {
|
|
250
|
+
values: string[];
|
|
251
|
+
};
|
|
252
|
+
'counter-increment': {
|
|
253
|
+
values: string[];
|
|
254
|
+
};
|
|
255
|
+
'counter-reset': {
|
|
256
|
+
values: string[];
|
|
257
|
+
};
|
|
258
|
+
cursor: {
|
|
259
|
+
values: string[];
|
|
260
|
+
};
|
|
261
|
+
direction: {
|
|
262
|
+
values: string[];
|
|
263
|
+
};
|
|
264
|
+
display: {
|
|
265
|
+
values: string[];
|
|
266
|
+
};
|
|
267
|
+
'empty-cells': {
|
|
268
|
+
values: string[];
|
|
269
|
+
};
|
|
270
|
+
fill: {
|
|
271
|
+
values: never[];
|
|
272
|
+
};
|
|
273
|
+
filter: {
|
|
274
|
+
values: string[];
|
|
275
|
+
};
|
|
276
|
+
flex: {
|
|
277
|
+
values: string[];
|
|
278
|
+
};
|
|
279
|
+
'flex-basis': {
|
|
280
|
+
values: string[];
|
|
281
|
+
};
|
|
282
|
+
'flex-direction': {
|
|
283
|
+
values: string[];
|
|
284
|
+
};
|
|
285
|
+
'flex-flow': {
|
|
286
|
+
values: string[];
|
|
287
|
+
};
|
|
288
|
+
'flex-grow': {
|
|
289
|
+
values: never[];
|
|
290
|
+
};
|
|
291
|
+
'flex-shrink': {
|
|
292
|
+
values: never[];
|
|
293
|
+
};
|
|
294
|
+
'flex-wrap': {
|
|
295
|
+
values: string[];
|
|
296
|
+
};
|
|
297
|
+
float: {
|
|
298
|
+
values: string[];
|
|
299
|
+
};
|
|
300
|
+
'flow-into': {
|
|
301
|
+
values: string[];
|
|
302
|
+
type: string;
|
|
303
|
+
};
|
|
304
|
+
'flow-from': {
|
|
305
|
+
values: string[];
|
|
306
|
+
type: string;
|
|
307
|
+
};
|
|
308
|
+
font: {
|
|
309
|
+
values: never[];
|
|
310
|
+
};
|
|
311
|
+
'font-display': {
|
|
312
|
+
values: string[];
|
|
313
|
+
};
|
|
314
|
+
'font-family': {
|
|
315
|
+
values: string[];
|
|
316
|
+
};
|
|
317
|
+
'font-feature-settings': {
|
|
318
|
+
values: string[];
|
|
319
|
+
};
|
|
320
|
+
'font-kerning': {
|
|
321
|
+
values: string[];
|
|
322
|
+
};
|
|
323
|
+
'font-language-override': {
|
|
324
|
+
values: string[];
|
|
325
|
+
};
|
|
326
|
+
'font-size': {
|
|
327
|
+
values: string[];
|
|
328
|
+
};
|
|
329
|
+
'font-size-adjust': {
|
|
330
|
+
values: string[];
|
|
331
|
+
};
|
|
332
|
+
'font-stretch': {
|
|
333
|
+
values: string[];
|
|
334
|
+
};
|
|
335
|
+
'font-style': {
|
|
336
|
+
values: string[];
|
|
337
|
+
};
|
|
338
|
+
'font-synthesis': {
|
|
339
|
+
values: string[];
|
|
340
|
+
};
|
|
341
|
+
'font-variant': {
|
|
342
|
+
values: string[];
|
|
343
|
+
};
|
|
344
|
+
'font-variant-alternates': {
|
|
345
|
+
values: string[];
|
|
346
|
+
};
|
|
347
|
+
'font-variant-caps': {
|
|
348
|
+
values: string[];
|
|
349
|
+
};
|
|
350
|
+
'font-variant-east-asian': {
|
|
351
|
+
values: string[];
|
|
352
|
+
};
|
|
353
|
+
'font-variant-ligatures': {
|
|
354
|
+
values: string[];
|
|
355
|
+
};
|
|
356
|
+
'font-variant-numeric': {
|
|
357
|
+
values: string[];
|
|
358
|
+
};
|
|
359
|
+
'font-variant-position': {
|
|
360
|
+
values: string[];
|
|
361
|
+
};
|
|
362
|
+
'font-weight': {
|
|
363
|
+
values: string[];
|
|
364
|
+
};
|
|
365
|
+
gap: {
|
|
366
|
+
values: string[];
|
|
367
|
+
};
|
|
368
|
+
grid: {
|
|
369
|
+
values: never[];
|
|
370
|
+
};
|
|
371
|
+
'grid-area': {
|
|
372
|
+
values: never[];
|
|
373
|
+
};
|
|
374
|
+
'grid-auto-columns': {
|
|
375
|
+
values: never[];
|
|
376
|
+
};
|
|
377
|
+
'grid-auto-flow': {
|
|
378
|
+
values: string[];
|
|
379
|
+
};
|
|
380
|
+
'grid-auto-rows': {
|
|
381
|
+
values: never[];
|
|
382
|
+
};
|
|
383
|
+
'grid-column': {
|
|
384
|
+
values: string[];
|
|
385
|
+
};
|
|
386
|
+
'grid-column-end': {
|
|
387
|
+
values: never[];
|
|
388
|
+
};
|
|
389
|
+
'grid-column-gap': {
|
|
390
|
+
values: never[];
|
|
391
|
+
};
|
|
392
|
+
'grid-column-start': {
|
|
393
|
+
values: never[];
|
|
394
|
+
};
|
|
395
|
+
'grid-gap': {
|
|
396
|
+
values: never[];
|
|
397
|
+
};
|
|
398
|
+
'grid-row': {
|
|
399
|
+
values: string[];
|
|
400
|
+
};
|
|
401
|
+
'grid-row-end': {
|
|
402
|
+
values: never[];
|
|
403
|
+
};
|
|
404
|
+
'grid-row-start': {
|
|
405
|
+
values: never[];
|
|
406
|
+
};
|
|
407
|
+
'grid-row-gap': {
|
|
408
|
+
values: never[];
|
|
409
|
+
};
|
|
410
|
+
'grid-template': {
|
|
411
|
+
values: string[];
|
|
412
|
+
};
|
|
413
|
+
'grid-template-areas': {
|
|
414
|
+
values: never[];
|
|
415
|
+
};
|
|
416
|
+
'grid-template-columns': {
|
|
417
|
+
values: string[];
|
|
418
|
+
};
|
|
419
|
+
'grid-template-rows': {
|
|
420
|
+
values: string[];
|
|
421
|
+
};
|
|
422
|
+
'hanging-punctuation': {
|
|
423
|
+
values: string[];
|
|
424
|
+
};
|
|
425
|
+
height: {
|
|
426
|
+
values: string[];
|
|
427
|
+
};
|
|
428
|
+
hyphens: {
|
|
429
|
+
values: string[];
|
|
430
|
+
};
|
|
431
|
+
'image-orientation': {
|
|
432
|
+
values: never[];
|
|
433
|
+
};
|
|
434
|
+
'image-resolution': {
|
|
435
|
+
values: string[];
|
|
436
|
+
};
|
|
437
|
+
isolation: {
|
|
438
|
+
values: string[];
|
|
439
|
+
};
|
|
440
|
+
'justify-content': {
|
|
441
|
+
values: string[];
|
|
442
|
+
};
|
|
443
|
+
'justify-items': {
|
|
444
|
+
values: string[];
|
|
445
|
+
};
|
|
446
|
+
'justify-self': {
|
|
447
|
+
values: string[];
|
|
448
|
+
};
|
|
449
|
+
left: {
|
|
450
|
+
values: string[];
|
|
451
|
+
};
|
|
452
|
+
'letter-spacing': {
|
|
453
|
+
values: string[];
|
|
454
|
+
};
|
|
455
|
+
'line-height': {
|
|
456
|
+
values: string[];
|
|
457
|
+
};
|
|
458
|
+
'list-style': {
|
|
459
|
+
values: string[];
|
|
460
|
+
};
|
|
461
|
+
'list-style-image': {
|
|
462
|
+
values: string[];
|
|
463
|
+
};
|
|
464
|
+
'list-style-position': {
|
|
465
|
+
values: string[];
|
|
466
|
+
};
|
|
467
|
+
'list-style-type': {
|
|
468
|
+
values: string[];
|
|
469
|
+
};
|
|
470
|
+
margin: {
|
|
471
|
+
values: string[];
|
|
472
|
+
};
|
|
473
|
+
'margin-bottom': {
|
|
474
|
+
values: string[];
|
|
475
|
+
};
|
|
476
|
+
'margin-left': {
|
|
477
|
+
values: string[];
|
|
478
|
+
};
|
|
479
|
+
'margin-right': {
|
|
480
|
+
values: string[];
|
|
481
|
+
};
|
|
482
|
+
'margin-top': {
|
|
483
|
+
values: string[];
|
|
484
|
+
};
|
|
485
|
+
'max-height': {
|
|
486
|
+
values: string[];
|
|
487
|
+
};
|
|
488
|
+
'max-width': {
|
|
489
|
+
values: string[];
|
|
490
|
+
};
|
|
491
|
+
'min-height': {
|
|
492
|
+
values: never[];
|
|
493
|
+
};
|
|
494
|
+
'min-width': {
|
|
495
|
+
values: never[];
|
|
496
|
+
};
|
|
497
|
+
'mix-blend-mode': {
|
|
498
|
+
values: string[];
|
|
499
|
+
};
|
|
500
|
+
'object-fit': {
|
|
501
|
+
values: string[];
|
|
502
|
+
};
|
|
503
|
+
'object-position': {
|
|
504
|
+
values: string[];
|
|
505
|
+
};
|
|
506
|
+
opacity: {
|
|
507
|
+
values: never[];
|
|
508
|
+
};
|
|
509
|
+
order: {
|
|
510
|
+
values: never[];
|
|
511
|
+
};
|
|
512
|
+
orphans: {
|
|
513
|
+
values: never[];
|
|
514
|
+
};
|
|
515
|
+
outline: {
|
|
516
|
+
values: never[];
|
|
517
|
+
};
|
|
518
|
+
'outline-color': {
|
|
519
|
+
values: string[];
|
|
520
|
+
type: string;
|
|
521
|
+
};
|
|
522
|
+
'outline-offset': {
|
|
523
|
+
values: never[];
|
|
524
|
+
};
|
|
525
|
+
'outline-style': {
|
|
526
|
+
values: string[];
|
|
527
|
+
};
|
|
528
|
+
'outline-width': {
|
|
529
|
+
values: string[];
|
|
530
|
+
};
|
|
531
|
+
overflow: {
|
|
532
|
+
values: string[];
|
|
533
|
+
};
|
|
534
|
+
'overflow-x': {
|
|
535
|
+
values: string[];
|
|
536
|
+
};
|
|
537
|
+
'overflow-y': {
|
|
538
|
+
values: string[];
|
|
539
|
+
};
|
|
540
|
+
'overflow-wrap': {
|
|
541
|
+
values: string[];
|
|
542
|
+
};
|
|
543
|
+
padding: {
|
|
544
|
+
values: never[];
|
|
545
|
+
};
|
|
546
|
+
'padding-bottom': {
|
|
547
|
+
values: never[];
|
|
548
|
+
};
|
|
549
|
+
'padding-left': {
|
|
550
|
+
values: never[];
|
|
551
|
+
};
|
|
552
|
+
'padding-right': {
|
|
553
|
+
values: never[];
|
|
554
|
+
};
|
|
555
|
+
'padding-top': {
|
|
556
|
+
values: never[];
|
|
557
|
+
};
|
|
558
|
+
'page-break-after': {
|
|
559
|
+
values: string[];
|
|
560
|
+
};
|
|
561
|
+
'page-break-before': {
|
|
562
|
+
values: string[];
|
|
563
|
+
};
|
|
564
|
+
'page-break-inside': {
|
|
565
|
+
values: string[];
|
|
566
|
+
};
|
|
567
|
+
perspective: {
|
|
568
|
+
values: string[];
|
|
569
|
+
};
|
|
570
|
+
'perspective-origin': {
|
|
571
|
+
values: string[];
|
|
572
|
+
};
|
|
573
|
+
'pointer-events': {
|
|
574
|
+
values: string[];
|
|
575
|
+
};
|
|
576
|
+
position: {
|
|
577
|
+
values: string[];
|
|
578
|
+
};
|
|
579
|
+
quotes: {
|
|
580
|
+
values: string[];
|
|
581
|
+
};
|
|
582
|
+
'region-break-after': {
|
|
583
|
+
values: string[];
|
|
584
|
+
};
|
|
585
|
+
'region-break-before': {
|
|
586
|
+
values: string[];
|
|
587
|
+
};
|
|
588
|
+
'region-break-inside': {
|
|
589
|
+
values: string[];
|
|
590
|
+
};
|
|
591
|
+
'region-fragment': {
|
|
592
|
+
values: string[];
|
|
593
|
+
};
|
|
594
|
+
resize: {
|
|
595
|
+
values: string[];
|
|
596
|
+
};
|
|
597
|
+
right: {
|
|
598
|
+
values: string[];
|
|
599
|
+
};
|
|
600
|
+
'scroll-behavior': {
|
|
601
|
+
values: string[];
|
|
602
|
+
};
|
|
603
|
+
'scroll-snap-type': {
|
|
604
|
+
values: string[];
|
|
605
|
+
};
|
|
606
|
+
src: {
|
|
607
|
+
values: string[];
|
|
608
|
+
};
|
|
609
|
+
'shape-image-threshold': {
|
|
610
|
+
values: never[];
|
|
611
|
+
};
|
|
612
|
+
'shape-inside': {
|
|
613
|
+
values: string[];
|
|
614
|
+
};
|
|
615
|
+
'shape-margin': {
|
|
616
|
+
values: never[];
|
|
617
|
+
};
|
|
618
|
+
'shape-outside': {
|
|
619
|
+
values: string[];
|
|
620
|
+
};
|
|
621
|
+
'tab-size': {
|
|
622
|
+
values: never[];
|
|
623
|
+
};
|
|
624
|
+
'table-layout': {
|
|
625
|
+
values: string[];
|
|
626
|
+
};
|
|
627
|
+
'text-align': {
|
|
628
|
+
values: string[];
|
|
629
|
+
};
|
|
630
|
+
'text-align-last': {
|
|
631
|
+
values: string[];
|
|
632
|
+
};
|
|
633
|
+
'text-decoration': {
|
|
634
|
+
values: string[];
|
|
635
|
+
};
|
|
636
|
+
'text-decoration-color': {
|
|
637
|
+
values: never[];
|
|
638
|
+
type: string;
|
|
639
|
+
};
|
|
640
|
+
'text-decoration-line': {
|
|
641
|
+
values: string[];
|
|
642
|
+
};
|
|
643
|
+
'text-decoration-skip': {
|
|
644
|
+
values: string[];
|
|
645
|
+
};
|
|
646
|
+
'text-decoration-style': {
|
|
647
|
+
values: string[];
|
|
648
|
+
};
|
|
649
|
+
'text-emphasis': {
|
|
650
|
+
values: never[];
|
|
651
|
+
};
|
|
652
|
+
'text-emphasis-color': {
|
|
653
|
+
values: never[];
|
|
654
|
+
type: string;
|
|
655
|
+
};
|
|
656
|
+
'text-emphasis-position': {
|
|
657
|
+
values: string[];
|
|
658
|
+
};
|
|
659
|
+
'text-emphasis-style': {
|
|
660
|
+
values: string[];
|
|
661
|
+
};
|
|
662
|
+
'text-indent': {
|
|
663
|
+
values: never[];
|
|
664
|
+
};
|
|
665
|
+
'text-justify': {
|
|
666
|
+
values: string[];
|
|
667
|
+
};
|
|
668
|
+
'text-overflow': {
|
|
669
|
+
values: string[];
|
|
670
|
+
};
|
|
671
|
+
'text-shadow': {
|
|
672
|
+
values: never[];
|
|
673
|
+
};
|
|
674
|
+
'text-rendering': {
|
|
675
|
+
values: string[];
|
|
676
|
+
};
|
|
677
|
+
'text-transform': {
|
|
678
|
+
values: string[];
|
|
679
|
+
};
|
|
680
|
+
'text-underline-position': {
|
|
681
|
+
values: string[];
|
|
682
|
+
};
|
|
683
|
+
top: {
|
|
684
|
+
values: string[];
|
|
685
|
+
};
|
|
686
|
+
transform: {
|
|
687
|
+
values: string[];
|
|
688
|
+
};
|
|
689
|
+
'transform-origin': {
|
|
690
|
+
values: string[];
|
|
691
|
+
};
|
|
692
|
+
'transform-style': {
|
|
693
|
+
values: string[];
|
|
694
|
+
};
|
|
695
|
+
transition: {
|
|
696
|
+
values: never[];
|
|
697
|
+
};
|
|
698
|
+
'transition-delay': {
|
|
699
|
+
values: never[];
|
|
700
|
+
};
|
|
701
|
+
'transition-duration': {
|
|
702
|
+
values: never[];
|
|
703
|
+
};
|
|
704
|
+
'transition-property': {
|
|
705
|
+
values: string[];
|
|
706
|
+
};
|
|
707
|
+
'transition-timing-function': {
|
|
708
|
+
values: string[];
|
|
709
|
+
};
|
|
710
|
+
'unicode-bidi': {
|
|
711
|
+
values: string[];
|
|
712
|
+
};
|
|
713
|
+
'unicode-range': {
|
|
714
|
+
values: never[];
|
|
715
|
+
};
|
|
716
|
+
'user-select': {
|
|
717
|
+
values: string[];
|
|
718
|
+
};
|
|
719
|
+
'vertical-align': {
|
|
720
|
+
values: string[];
|
|
721
|
+
};
|
|
722
|
+
visibility: {
|
|
723
|
+
values: string[];
|
|
724
|
+
};
|
|
725
|
+
'white-space': {
|
|
726
|
+
values: string[];
|
|
727
|
+
};
|
|
728
|
+
widows: {
|
|
729
|
+
values: never[];
|
|
730
|
+
};
|
|
731
|
+
width: {
|
|
732
|
+
values: string[];
|
|
733
|
+
};
|
|
734
|
+
'will-change': {
|
|
735
|
+
values: string[];
|
|
736
|
+
};
|
|
737
|
+
'word-break': {
|
|
738
|
+
values: string[];
|
|
739
|
+
};
|
|
740
|
+
'word-spacing': {
|
|
741
|
+
values: string[];
|
|
742
|
+
};
|
|
743
|
+
'z-index': {
|
|
744
|
+
values: string[];
|
|
745
|
+
};
|
|
746
|
+
};
|
|
747
|
+
export declare const CSSColors: {
|
|
748
|
+
aliceblue: string;
|
|
749
|
+
antiquewhite: string;
|
|
750
|
+
aqua: string;
|
|
751
|
+
aquamarine: string;
|
|
752
|
+
azure: string;
|
|
753
|
+
beige: string;
|
|
754
|
+
bisque: string;
|
|
755
|
+
black: string;
|
|
756
|
+
blanchedalmond: string;
|
|
757
|
+
blue: string;
|
|
758
|
+
blueviolet: string;
|
|
759
|
+
brown: string;
|
|
760
|
+
burlywood: string;
|
|
761
|
+
cadetblue: string;
|
|
762
|
+
chartreuse: string;
|
|
763
|
+
chocolate: string;
|
|
764
|
+
coral: string;
|
|
765
|
+
cornflowerblue: string;
|
|
766
|
+
cornsilk: string;
|
|
767
|
+
crimson: string;
|
|
768
|
+
cyan: string;
|
|
769
|
+
darkblue: string;
|
|
770
|
+
darkcyan: string;
|
|
771
|
+
darkgoldenrod: string;
|
|
772
|
+
darkgray: string;
|
|
773
|
+
darkgreen: string;
|
|
774
|
+
darkgrey: string;
|
|
775
|
+
darkkhaki: string;
|
|
776
|
+
darkmagenta: string;
|
|
777
|
+
darkolivegreen: string;
|
|
778
|
+
darkorange: string;
|
|
779
|
+
darkorchid: string;
|
|
780
|
+
darkred: string;
|
|
781
|
+
darksalmon: string;
|
|
782
|
+
darkseagreen: string;
|
|
783
|
+
darkslateblue: string;
|
|
784
|
+
darkslategray: string;
|
|
785
|
+
darkslategrey: string;
|
|
786
|
+
darkturquoise: string;
|
|
787
|
+
darkviolet: string;
|
|
788
|
+
deeppink: string;
|
|
789
|
+
deepskyblue: string;
|
|
790
|
+
dimgray: string;
|
|
791
|
+
dimgrey: string;
|
|
792
|
+
dodgerblue: string;
|
|
793
|
+
firebrick: string;
|
|
794
|
+
floralwhite: string;
|
|
795
|
+
forestgreen: string;
|
|
796
|
+
fuchsia: string;
|
|
797
|
+
gainsboro: string;
|
|
798
|
+
ghostwhite: string;
|
|
799
|
+
goldenrod: string;
|
|
800
|
+
gold: string;
|
|
801
|
+
gray: string;
|
|
802
|
+
green: string;
|
|
803
|
+
greenyellow: string;
|
|
804
|
+
grey: string;
|
|
805
|
+
honeydew: string;
|
|
806
|
+
hotpink: string;
|
|
807
|
+
indianred: string;
|
|
808
|
+
indigo: string;
|
|
809
|
+
ivory: string;
|
|
810
|
+
khaki: string;
|
|
811
|
+
lavenderblush: string;
|
|
812
|
+
lavender: string;
|
|
813
|
+
lawngreen: string;
|
|
814
|
+
lemonchiffon: string;
|
|
815
|
+
lightblue: string;
|
|
816
|
+
lightcoral: string;
|
|
817
|
+
lightcyan: string;
|
|
818
|
+
lightgoldenrodyellow: string;
|
|
819
|
+
lightgray: string;
|
|
820
|
+
lightgreen: string;
|
|
821
|
+
lightgrey: string;
|
|
822
|
+
lightpink: string;
|
|
823
|
+
lightsalmon: string;
|
|
824
|
+
lightseagreen: string;
|
|
825
|
+
lightskyblue: string;
|
|
826
|
+
lightslategray: string;
|
|
827
|
+
lightslategrey: string;
|
|
828
|
+
lightsteelblue: string;
|
|
829
|
+
lightyellow: string;
|
|
830
|
+
lime: string;
|
|
831
|
+
limegreen: string;
|
|
832
|
+
linen: string;
|
|
833
|
+
magenta: string;
|
|
834
|
+
maroon: string;
|
|
835
|
+
mediumaquamarine: string;
|
|
836
|
+
mediumblue: string;
|
|
837
|
+
mediumorchid: string;
|
|
838
|
+
mediumpurple: string;
|
|
839
|
+
mediumseagreen: string;
|
|
840
|
+
mediumslateblue: string;
|
|
841
|
+
mediumspringgreen: string;
|
|
842
|
+
mediumturquoise: string;
|
|
843
|
+
mediumvioletred: string;
|
|
844
|
+
midnightblue: string;
|
|
845
|
+
mintcream: string;
|
|
846
|
+
mistyrose: string;
|
|
847
|
+
moccasin: string;
|
|
848
|
+
navajowhite: string;
|
|
849
|
+
navy: string;
|
|
850
|
+
oldlace: string;
|
|
851
|
+
olive: string;
|
|
852
|
+
olivedrab: string;
|
|
853
|
+
orange: string;
|
|
854
|
+
orangered: string;
|
|
855
|
+
orchid: string;
|
|
856
|
+
palegoldenrod: string;
|
|
857
|
+
palegreen: string;
|
|
858
|
+
paleturquoise: string;
|
|
859
|
+
palevioletred: string;
|
|
860
|
+
papayawhip: string;
|
|
861
|
+
peachpuff: string;
|
|
862
|
+
peru: string;
|
|
863
|
+
pink: string;
|
|
864
|
+
plum: string;
|
|
865
|
+
powderblue: string;
|
|
866
|
+
purple: string;
|
|
867
|
+
rebeccapurple: string;
|
|
868
|
+
red: string;
|
|
869
|
+
rosybrown: string;
|
|
870
|
+
royalblue: string;
|
|
871
|
+
saddlebrown: string;
|
|
872
|
+
salmon: string;
|
|
873
|
+
sandybrown: string;
|
|
874
|
+
seagreen: string;
|
|
875
|
+
seashell: string;
|
|
876
|
+
sienna: string;
|
|
877
|
+
silver: string;
|
|
878
|
+
skyblue: string;
|
|
879
|
+
slateblue: string;
|
|
880
|
+
slategray: string;
|
|
881
|
+
slategrey: string;
|
|
882
|
+
snow: string;
|
|
883
|
+
springgreen: string;
|
|
884
|
+
steelblue: string;
|
|
885
|
+
tan: string;
|
|
886
|
+
teal: string;
|
|
887
|
+
thistle: string;
|
|
888
|
+
tomato: string;
|
|
889
|
+
turquoise: string;
|
|
890
|
+
violet: string;
|
|
891
|
+
wheat: string;
|
|
892
|
+
white: string;
|
|
893
|
+
whitesmoke: string;
|
|
894
|
+
yellow: string;
|
|
895
|
+
yellowgreen: string;
|
|
896
|
+
};
|
|
897
|
+
export type CSSPropertiesKey = keyof typeof CSSProperties;
|
|
898
|
+
export declare const CSSPropertyList: string[];
|