amis 1.9.1-beta.24 → 1.9.1-beta.25
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index.js +1 -1
- package/lib/utils/helper.js +1 -1
- package/lib/utils/helper.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +19 -24
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk.js +1340 -1344
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/utils/helper.ts +2 -2
package/schema.json
CHANGED
@@ -19429,7 +19429,7 @@
|
|
19429
19429
|
},
|
19430
19430
|
"WebkitMaxInlineSize": {
|
19431
19431
|
"$ref": "#/definitions/Property.MaxInlineSize%3C(string%7Cnumber)%3E",
|
19432
|
-
"description": "The **`max-inline-size`** CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the `max-width` or the `max-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `
|
19432
|
+
"description": "The **`max-inline-size`** CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the `max-width` or the `max-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `0`"
|
19433
19433
|
},
|
19434
19434
|
"WebkitOrder": {
|
19435
19435
|
"$ref": "#/definitions/Property.Order",
|
@@ -19577,7 +19577,7 @@
|
|
19577
19577
|
},
|
19578
19578
|
"all": {
|
19579
19579
|
"$ref": "#/definitions/Property.All",
|
19580
|
-
"description": "The **`all`** shorthand CSS property resets all of an element's properties except `unicode-bidi`, `direction`, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another stylesheet origin.\n\n**Syntax**: `initial | inherit | unset | revert
|
19580
|
+
"description": "The **`all`** shorthand CSS property resets all of an element's properties except `unicode-bidi`, `direction`, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another stylesheet origin.\n\n**Syntax**: `initial | inherit | unset | revert`\n\n**Initial value**: There is no practical initial value for it.\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **37** | **27** | **9.1** | **79** | No |"
|
19581
19581
|
},
|
19582
19582
|
"animation": {
|
19583
19583
|
"$ref": "#/definitions/Property.Animation%3Cstring%3E",
|
@@ -19741,7 +19741,7 @@
|
|
19741
19741
|
},
|
19742
19742
|
"textEmphasis": {
|
19743
19743
|
"$ref": "#/definitions/Property.TextEmphasis",
|
19744
|
-
"description": "The **`text-emphasis`** CSS property applies emphasis marks to text (except spaces and control characters). It is a shorthand for `text-emphasis-style` and `text-emphasis-color`.\n\n**Syntax**: `<'text-emphasis-style'> || <'text-emphasis-color'>`\n\n|
|
19744
|
+
"description": "The **`text-emphasis`** CSS property applies emphasis marks to text (except spaces and control characters). It is a shorthand for `text-emphasis-style` and `text-emphasis-color`.\n\n**Syntax**: `<'text-emphasis-style'> || <'text-emphasis-color'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----: | :----: | :----------: | :-: | | **25** _-x-_ | **46** | **7** | **79** _-x-_ | No |"
|
19745
19745
|
},
|
19746
19746
|
"transition": {
|
19747
19747
|
"$ref": "#/definitions/Property.Transition%3Cstring%3E",
|
@@ -20137,7 +20137,7 @@
|
|
20137
20137
|
},
|
20138
20138
|
"contentVisibility": {
|
20139
20139
|
"$ref": "#/definitions/Property.ContentVisibility",
|
20140
|
-
"description": "The **`content-visibility`** CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work (including layout and painting) until it is needed — which makes the initial page load much faster.\n\n**Syntax**: `visible | auto | hidden`\n\n**Initial value**: `visible`\n\n| Chrome | Firefox |
|
20140
|
+
"description": "The **`content-visibility`** CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work (including layout and painting) until it is needed — which makes the initial page load much faster.\n\n**Syntax**: `visible | auto | hidden`\n\n**Initial value**: `visible`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **85** | No | **15.4** | **85** | No |"
|
20141
20141
|
},
|
20142
20142
|
"counterIncrement": {
|
20143
20143
|
"$ref": "#/definitions/Property.CounterIncrement",
|
@@ -20389,11 +20389,11 @@
|
|
20389
20389
|
},
|
20390
20390
|
"marginBlockEnd": {
|
20391
20391
|
"$ref": "#/definitions/Property.MarginBlockEnd%3C(string%7Cnumber)%3E",
|
20392
|
-
"description": "The **`margin-block-end`** CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **
|
20392
|
+
"description": "The **`margin-block-end`** CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
|
20393
20393
|
},
|
20394
20394
|
"marginBlockStart": {
|
20395
20395
|
"$ref": "#/definitions/Property.MarginBlockStart%3C(string%7Cnumber)%3E",
|
20396
|
-
"description": "The **`margin-block-start`** CSS property defines the logical block start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **
|
20396
|
+
"description": "The **`margin-block-start`** CSS property defines the logical block start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
|
20397
20397
|
},
|
20398
20398
|
"marginBottom": {
|
20399
20399
|
"$ref": "#/definitions/Property.MarginBottom%3C(string%7Cnumber)%3E",
|
@@ -20405,11 +20405,11 @@
|
|
20405
20405
|
},
|
20406
20406
|
"marginInlineEnd": {
|
20407
20407
|
"$ref": "#/definitions/Property.MarginInlineEnd%3C(string%7Cnumber)%3E",
|
20408
|
-
"description": "The **`margin-inline-end`** CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the `margin-top`, `margin-right`, `margin-bottom` or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari |
|
20408
|
+
"description": "The **`margin-inline-end`** CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the `margin-top`, `margin-right`, `margin-bottom` or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------------: | :-------------------: | :----------------------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | 2 _(-webkit-margin-end)_ | 3 _(-moz-margin-end)_ | 3 _(-webkit-margin-end)_ | | |"
|
20409
20409
|
},
|
20410
20410
|
"marginInlineStart": {
|
20411
20411
|
"$ref": "#/definitions/Property.MarginInlineStart%3C(string%7Cnumber)%3E",
|
20412
|
-
"description": "The **`margin-inline-start`** CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the `margin-top`, `margin-right`, `margin-bottom`, or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari |
|
20412
|
+
"description": "The **`margin-inline-start`** CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the `margin-top`, `margin-right`, `margin-bottom`, or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------: | :---------------------: | :------------------------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | 2 _(-webkit-margin-start)_ | 3 _(-moz-margin-start)_ | 3 _(-webkit-margin-start)_ | | |"
|
20413
20413
|
},
|
20414
20414
|
"marginLeft": {
|
20415
20415
|
"$ref": "#/definitions/Property.MarginLeft%3C(string%7Cnumber)%3E",
|
@@ -20489,7 +20489,7 @@
|
|
20489
20489
|
},
|
20490
20490
|
"maxBlockSize": {
|
20491
20491
|
"$ref": "#/definitions/Property.MaxBlockSize%3C(string%7Cnumber)%3E",
|
20492
|
-
"description": "The **`max-block-size`** CSS property specifies the maximum size of an element in the direction opposite that of the writing direction as specified by `writing-mode`. That is, if the writing direction is horizontal, then `max-block-size` is equivalent to `max-height`; if the writing direction is vertical, `max-block-size` is the same as `max-width`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `
|
20492
|
+
"description": "The **`max-block-size`** CSS property specifies the maximum size of an element in the direction opposite that of the writing direction as specified by `writing-mode`. That is, if the writing direction is horizontal, then `max-block-size` is equivalent to `max-height`; if the writing direction is vertical, `max-block-size` is the same as `max-width`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
|
20493
20493
|
},
|
20494
20494
|
"maxHeight": {
|
20495
20495
|
"$ref": "#/definitions/Property.MaxHeight%3C(string%7Cnumber)%3E",
|
@@ -20497,7 +20497,7 @@
|
|
20497
20497
|
},
|
20498
20498
|
"maxInlineSize": {
|
20499
20499
|
"$ref": "#/definitions/Property.MaxInlineSize%3C(string%7Cnumber)%3E",
|
20500
|
-
"description": "The **`max-inline-size`** CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the `max-width` or the `max-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `
|
20500
|
+
"description": "The **`max-inline-size`** CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the `max-width` or the `max-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :--------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No | | | | 10.1 _-x-_ | | |"
|
20501
20501
|
},
|
20502
20502
|
"maxLines": {
|
20503
20503
|
"$ref": "#/definitions/Property.MaxLines",
|
@@ -20525,7 +20525,7 @@
|
|
20525
20525
|
},
|
20526
20526
|
"mixBlendMode": {
|
20527
20527
|
"$ref": "#/definitions/Property.MixBlendMode",
|
20528
|
-
"description": "The **`mix-blend-mode`** CSS property sets how an element's content should blend with the content of the element's parent and the element's background.\n\n**Syntax**: `<blend-mode
|
20528
|
+
"description": "The **`mix-blend-mode`** CSS property sets how an element's content should blend with the content of the element's parent and the element's background.\n\n**Syntax**: `<blend-mode>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **41** | **32** | **8** | **79** | No |"
|
20529
20529
|
},
|
20530
20530
|
"motionDistance": {
|
20531
20531
|
"$ref": "#/definitions/Property.OffsetDistance%3C(string%7Cnumber)%3E",
|
@@ -20549,7 +20549,7 @@
|
|
20549
20549
|
},
|
20550
20550
|
"offsetAnchor": {
|
20551
20551
|
"$ref": "#/definitions/Property.OffsetAnchor%3C(string%7Cnumber)%3E",
|
20552
|
-
"description": "**Syntax**: `auto | <position>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari |
|
20552
|
+
"description": "**Syntax**: `auto | <position>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **79** | **72** | No | **79** | No |"
|
20553
20553
|
},
|
20554
20554
|
"offsetDistance": {
|
20555
20555
|
"$ref": "#/definitions/Property.OffsetDistance%3C(string%7Cnumber)%3E",
|
@@ -20645,11 +20645,11 @@
|
|
20645
20645
|
},
|
20646
20646
|
"paddingBlockEnd": {
|
20647
20647
|
"$ref": "#/definitions/Property.PaddingBlockEnd%3C(string%7Cnumber)%3E",
|
20648
|
-
"description": "The **`padding-block-end`** CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **
|
20648
|
+
"description": "The **`padding-block-end`** CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
|
20649
20649
|
},
|
20650
20650
|
"paddingBlockStart": {
|
20651
20651
|
"$ref": "#/definitions/Property.PaddingBlockStart%3C(string%7Cnumber)%3E",
|
20652
|
-
"description": "The **`padding-block-start`** CSS property defines the logical block start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **
|
20652
|
+
"description": "The **`padding-block-start`** CSS property defines the logical block start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
|
20653
20653
|
},
|
20654
20654
|
"paddingBottom": {
|
20655
20655
|
"$ref": "#/definitions/Property.PaddingBottom%3C(string%7Cnumber)%3E",
|
@@ -20661,11 +20661,11 @@
|
|
20661
20661
|
},
|
20662
20662
|
"paddingInlineEnd": {
|
20663
20663
|
"$ref": "#/definitions/Property.PaddingInlineEnd%3C(string%7Cnumber)%3E",
|
20664
|
-
"description": "The **`padding-inline-end`** CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari |
|
20664
|
+
"description": "The **`padding-inline-end`** CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------------------: | :--------------------: | :-----------------------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | 2 _(-webkit-padding-end)_ | 3 _(-moz-padding-end)_ | 3 _(-webkit-padding-end)_ | | |"
|
20665
20665
|
},
|
20666
20666
|
"paddingInlineStart": {
|
20667
20667
|
"$ref": "#/definitions/Property.PaddingInlineStart%3C(string%7Cnumber)%3E",
|
20668
|
-
"description": "The **`padding-inline-start`** CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari |
|
20668
|
+
"description": "The **`padding-inline-start`** CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------: | :----------------------: | :-------------------------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | 2 _(-webkit-padding-start)_ | 3 _(-moz-padding-start)_ | 3 _(-webkit-padding-start)_ | | |"
|
20669
20669
|
},
|
20670
20670
|
"paddingLeft": {
|
20671
20671
|
"$ref": "#/definitions/Property.PaddingLeft%3C(string%7Cnumber)%3E",
|
@@ -20945,15 +20945,15 @@
|
|
20945
20945
|
},
|
20946
20946
|
"textEmphasisColor": {
|
20947
20947
|
"$ref": "#/definitions/Property.TextEmphasisColor",
|
20948
|
-
"description": "The **`text-emphasis-color`** CSS property sets the color of emphasis marks. This value can also be set using the `text-emphasis` shorthand.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`\n\n|
|
20948
|
+
"description": "The **`text-emphasis-color`** CSS property sets the color of emphasis marks. This value can also be set using the `text-emphasis` shorthand.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----: | :----: | :----------: | :-: | | **25** _-x-_ | **46** | **7** | **79** _-x-_ | No |"
|
20949
20949
|
},
|
20950
20950
|
"textEmphasisPosition": {
|
20951
20951
|
"$ref": "#/definitions/Property.TextEmphasisPosition",
|
20952
|
-
"description": "The **`text-emphasis-position`** CSS property sets where emphasis marks are drawn. Like ruby text, if there isn't enough room for emphasis marks, the line height is increased.\n\n**Syntax**: `[ over | under ] && [ right | left ]`\n\n**Initial value**: `over right`\n\n|
|
20952
|
+
"description": "The **`text-emphasis-position`** CSS property sets where emphasis marks are drawn. Like ruby text, if there isn't enough room for emphasis marks, the line height is increased.\n\n**Syntax**: `[ over | under ] && [ right | left ]`\n\n**Initial value**: `over right`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----: | :----: | :----------: | :-: | | **25** _-x-_ | **46** | **7** | **79** _-x-_ | No |"
|
20953
20953
|
},
|
20954
20954
|
"textEmphasisStyle": {
|
20955
20955
|
"$ref": "#/definitions/Property.TextEmphasisStyle",
|
20956
|
-
"description": "The **`text-emphasis-style`** CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the `text-emphasis` shorthand.\n\n**Syntax**: `none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>`\n\n**Initial value**: `none`\n\n|
|
20956
|
+
"description": "The **`text-emphasis-style`** CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the `text-emphasis` shorthand.\n\n**Syntax**: `none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----: | :----: | :----------: | :-: | | **25** _-x-_ | **46** | **7** | **79** _-x-_ | No |"
|
20957
20957
|
},
|
20958
20958
|
"textIndent": {
|
20959
20959
|
"$ref": "#/definitions/Property.TextIndent%3C(string%7Cnumber)%3E",
|
@@ -21135,7 +21135,6 @@
|
|
21135
21135
|
"inherit",
|
21136
21136
|
"initial",
|
21137
21137
|
"revert",
|
21138
|
-
"revert-layer",
|
21139
21138
|
"unset"
|
21140
21139
|
]
|
21141
21140
|
},
|
@@ -31364,10 +31363,6 @@
|
|
31364
31363
|
},
|
31365
31364
|
{
|
31366
31365
|
"$ref": "#/definitions/DataType.BlendMode"
|
31367
|
-
},
|
31368
|
-
{
|
31369
|
-
"type": "string",
|
31370
|
-
"const": "plus-lighter"
|
31371
31366
|
}
|
31372
31367
|
]
|
31373
31368
|
},
|