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