amis-editor-core 6.12.0-ab.3 → 6.12.0-ab.5
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/esm/index.js +2 -2
- package/esm/tpl.d.ts +87 -55
- package/lib/dnd/default.d.ts +1 -1
- package/lib/dnd/flex.d.ts +1 -1
- package/lib/editor.js +1 -1
- package/lib/index.js +2 -2
- package/lib/style.css +1 -1
- package/lib/tpl.d.ts +87 -55
- package/package.json +1 -1
package/esm/tpl.d.ts
CHANGED
|
@@ -19,6 +19,9 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
19
19
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
20
20
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
21
21
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
22
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
23
|
+
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
24
|
+
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
22
25
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
23
26
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
24
27
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -45,17 +48,14 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
45
48
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
46
49
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
47
50
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
48
|
-
|
|
51
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
49
52
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
50
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
51
53
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
52
54
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
53
55
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
54
56
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
55
57
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
56
58
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
57
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
58
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
59
59
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
60
60
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
61
61
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -69,15 +69,12 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
69
69
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
70
70
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
71
71
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
72
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
73
72
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
74
73
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
75
74
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
76
75
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
77
76
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
78
77
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
79
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
80
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
81
78
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
82
79
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
83
80
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -104,8 +101,10 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
104
101
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
105
102
|
clear?: import("csstype").Property.Clear | undefined;
|
|
106
103
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
104
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
107
105
|
color?: import("csstype").Property.Color | undefined;
|
|
108
106
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
107
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
109
108
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
110
109
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
111
110
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -128,9 +127,17 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
128
127
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
129
128
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
130
129
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
130
|
+
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
131
|
+
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
132
|
+
d?: import("csstype").Property.D | undefined;
|
|
131
133
|
direction?: import("csstype").Property.Direction | undefined;
|
|
132
134
|
display?: import("csstype").Property.Display | undefined;
|
|
135
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
133
136
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
137
|
+
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
138
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
139
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
140
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
134
141
|
filter?: import("csstype").Property.Filter | undefined;
|
|
135
142
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
136
143
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -138,6 +145,8 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
138
145
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
139
146
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
140
147
|
float?: import("csstype").Property.Float | undefined;
|
|
148
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
149
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
141
150
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
142
151
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
143
152
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -147,7 +156,6 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
147
156
|
fontSize: import("csstype").Property.FontSize<string | number>;
|
|
148
157
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
149
158
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
150
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
151
159
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
152
160
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
153
161
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -164,6 +172,7 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
164
172
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
165
173
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
166
174
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
175
|
+
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
167
176
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
168
177
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
169
178
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -184,12 +193,13 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
184
193
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
185
194
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
186
195
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
196
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
187
197
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
188
|
-
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
189
198
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
190
199
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
191
200
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
192
201
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
202
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
193
203
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
194
204
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
195
205
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -197,6 +207,7 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
197
207
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
198
208
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
199
209
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
210
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
200
211
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
201
212
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
202
213
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -212,6 +223,10 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
212
223
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
213
224
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
214
225
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
226
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
227
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
228
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
229
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
215
230
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
216
231
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
217
232
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -246,6 +261,7 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
246
261
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
247
262
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
248
263
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
264
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
249
265
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
250
266
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
251
267
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -281,25 +297,32 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
281
297
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
282
298
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
283
299
|
page?: import("csstype").Property.Page | undefined;
|
|
284
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
285
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
286
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
287
300
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
288
301
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
289
302
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
290
303
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
291
304
|
position?: import("csstype").Property.Position | undefined;
|
|
305
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
306
|
+
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
307
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
308
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
309
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
292
310
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
293
311
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
312
|
+
r?: import("csstype").Property.R<string | number> | undefined;
|
|
294
313
|
resize?: import("csstype").Property.Resize | undefined;
|
|
295
314
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
296
315
|
rotate?: import("csstype").Property.Rotate | undefined;
|
|
297
316
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
298
317
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
299
318
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
319
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
300
320
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
321
|
+
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
322
|
+
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
301
323
|
scale?: import("csstype").Property.Scale | undefined;
|
|
302
324
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
325
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
303
326
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
304
327
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
305
328
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -331,10 +354,28 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
331
354
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
332
355
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
333
356
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
357
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
358
|
+
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
359
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
360
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
361
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
362
|
+
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
363
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
364
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
365
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
366
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
367
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
368
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
369
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
334
370
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
335
371
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
336
372
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
337
373
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
374
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
375
|
+
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
376
|
+
textBox?: import("csstype").Property.TextBox | undefined;
|
|
377
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
378
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
338
379
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
339
380
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
340
381
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -352,10 +393,12 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
352
393
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
353
394
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
354
395
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
396
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
355
397
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
356
398
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
357
399
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
358
|
-
|
|
400
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
|
|
401
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
359
402
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
360
403
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
361
404
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -371,15 +414,16 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
371
414
|
translate?: import("csstype").Property.Translate<string | number> | undefined;
|
|
372
415
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
373
416
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
417
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
374
418
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
375
419
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
376
420
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
377
421
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
422
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
378
423
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
379
424
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
380
425
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
381
426
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
382
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
383
427
|
widows?: import("csstype").Property.Widows | undefined;
|
|
384
428
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
385
429
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -387,6 +431,8 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
387
431
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
388
432
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
389
433
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
434
|
+
x?: import("csstype").Property.X<string | number> | undefined;
|
|
435
|
+
y?: import("csstype").Property.Y<string | number> | undefined;
|
|
390
436
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
391
437
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
392
438
|
all?: import("csstype").Globals | undefined;
|
|
@@ -396,14 +442,20 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
396
442
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
397
443
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
398
444
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
445
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
399
446
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
400
447
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
448
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
449
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
401
450
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
402
451
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
403
452
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
404
453
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
454
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
405
455
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
406
456
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
457
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
458
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
407
459
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
408
460
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
409
461
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -445,6 +497,7 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
445
497
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
446
498
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
447
499
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
500
|
+
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
448
501
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
449
502
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
450
503
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -455,6 +508,7 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
455
508
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
456
509
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
457
510
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
511
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
458
512
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
459
513
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
460
514
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -466,6 +520,7 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
466
520
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
467
521
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
468
522
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
523
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
469
524
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
470
525
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
471
526
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -477,8 +532,6 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
477
532
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
478
533
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
479
534
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
480
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
481
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
482
535
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
483
536
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
484
537
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -487,7 +540,6 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
487
540
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
488
541
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
489
542
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
490
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
491
543
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
492
544
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
493
545
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -498,11 +550,15 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
498
550
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
499
551
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
500
552
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
553
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
554
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
501
555
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
502
556
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
503
557
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
504
558
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
505
|
-
|
|
559
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
560
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
561
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
506
562
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
507
563
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
508
564
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -621,6 +677,8 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
621
677
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
622
678
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
623
679
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
680
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
681
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
624
682
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
625
683
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
626
684
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -675,13 +733,14 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
675
733
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
676
734
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
677
735
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
678
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
736
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
|
|
679
737
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
680
738
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
681
739
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
682
740
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
683
741
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
684
742
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
743
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
685
744
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
686
745
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
687
746
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -702,7 +761,6 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
702
761
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
703
762
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
704
763
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
705
|
-
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
706
764
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
707
765
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
708
766
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -712,16 +770,22 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
712
770
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
713
771
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
714
772
|
clip?: import("csstype").Property.Clip | undefined;
|
|
773
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
715
774
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
716
775
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
717
776
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
718
777
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
778
|
+
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
719
779
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
720
780
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
721
781
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
722
782
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
723
783
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
724
784
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
785
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
786
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
787
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
788
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
725
789
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
726
790
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
727
791
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -739,9 +803,7 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
739
803
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
740
804
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
741
805
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
742
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
743
806
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
744
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
745
807
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
746
808
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
747
809
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -756,6 +818,8 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
756
818
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
757
819
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
758
820
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
821
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
822
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
759
823
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
760
824
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
761
825
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -763,20 +827,15 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
763
827
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
764
828
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
765
829
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
766
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
767
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
768
830
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
769
831
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
770
832
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
771
833
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
772
|
-
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
773
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
774
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
775
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
776
834
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
777
835
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
778
836
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
779
837
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
838
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
780
839
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
781
840
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
782
841
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -809,36 +868,9 @@ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: stri
|
|
|
809
868
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
810
869
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
811
870
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
812
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
813
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
814
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
815
871
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
816
872
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
817
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
818
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
819
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
820
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
821
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
822
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
823
873
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
824
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
825
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
826
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
827
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
828
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
829
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
830
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
831
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
832
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
833
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
834
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
835
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
836
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
837
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
838
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
839
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
840
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
841
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
842
874
|
};
|
|
843
875
|
className: string;
|
|
844
876
|
body: string | SchemaObject[];
|
package/lib/dnd/default.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ export declare class DefaultDNDMode implements DNDModeInterface {
|
|
|
38
38
|
getTarget(e: DragEvent): HTMLElement | null;
|
|
39
39
|
getChildren(region: HTMLElement): Array<HTMLElement>;
|
|
40
40
|
detectDropPosition(event: DragEvent, dropTarget: HTMLElement): 'top' | 'bottom' | 'left' | 'right';
|
|
41
|
-
reductionPosition(position: 'top' | 'bottom' | 'left' | 'right', isHorizontal?: boolean): "left" | "right" | "
|
|
41
|
+
reductionPosition(position: 'top' | 'bottom' | 'left' | 'right', isHorizontal?: boolean): "left" | "right" | "bottom" | "top";
|
|
42
42
|
updateIndicator(ghost: HTMLElement, target: HTMLElement, dropPosition: 'top' | 'bottom' | 'left' | 'right' | 'center' | 'middle'): void;
|
|
43
43
|
/**
|
|
44
44
|
* 销毁
|
package/lib/dnd/flex.d.ts
CHANGED
|
@@ -45,6 +45,6 @@ export declare class FlexDNDMode implements DNDModeInterface {
|
|
|
45
45
|
* 销毁
|
|
46
46
|
*/
|
|
47
47
|
dispose(): void;
|
|
48
|
-
getDropPosition(): "left" | "right" | "
|
|
48
|
+
getDropPosition(): "left" | "right" | "bottom" | "top" | undefined;
|
|
49
49
|
interruptionDrop(): boolean;
|
|
50
50
|
}
|
package/lib/editor.js
CHANGED