amis 1.9.1-beta.18 → 1.9.1-beta.19
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index.js +1 -1
- 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 +1339 -1343
- 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/lib/index.js
CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.registerLocale = exports.setDefaultLocale = exports.getDefaultLocale = exports.classnames = exports.getClassPrefix = exports.classPrefix = exports.getTheme = exports.theme = exports.setDefaultTheme = exports.validateObject = exports.validate = exports.ScopedContext = exports.Scoped = exports.registerIcon = exports.Icon = exports.setIconVendor = exports.resolveVariableAndFilter = exports.resolveVariable = exports.relativeValueRe = exports.filterDate = exports.filterSchema = exports.resolveRenderer = exports.registerOptionsControl = exports.registerFormItem = exports.getRenderers = exports.unRegisterRenderer = exports.registerRenderer = exports.getRendererByName = exports.normalizeOptions = exports.str2rules = exports.addRule = exports.setCustomEvalExpression = exports.setCustomEvalJs = exports.evalJS = exports.evalExpression = exports.registerTplEnginer = exports.registerFilter = exports.resizeSensor = exports.utils = exports.filter = exports.buildApi = exports.wrapFetcher = exports.OptionsControl = exports.FormItemWrap = exports.FormItem = exports.RegisterStore = exports.Renderer = exports.updateEnv = exports.clearStoresCache = exports.render = void 0;
|
4
4
|
exports.DataScope = exports.DataSchema = exports.animation = exports.makeTranslator = void 0;
|
5
5
|
var tslib_1 = require("tslib");
|
6
|
-
/** @license amis v1.9.1-beta.
|
6
|
+
/** @license amis v1.9.1-beta.19
|
7
7
|
*
|
8
8
|
* Copyright Baidu
|
9
9
|
*
|
package/package.json
CHANGED
package/schema.json
CHANGED
@@ -19425,7 +19425,7 @@
|
|
19425
19425
|
},
|
19426
19426
|
"WebkitMaxInlineSize": {
|
19427
19427
|
"$ref": "#/definitions/Property.MaxInlineSize%3C(string%7Cnumber)%3E",
|
19428
|
-
"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**: `
|
19428
|
+
"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`"
|
19429
19429
|
},
|
19430
19430
|
"WebkitOrder": {
|
19431
19431
|
"$ref": "#/definitions/Property.Order",
|
@@ -19573,7 +19573,7 @@
|
|
19573
19573
|
},
|
19574
19574
|
"all": {
|
19575
19575
|
"$ref": "#/definitions/Property.All",
|
19576
|
-
"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
|
19576
|
+
"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 |"
|
19577
19577
|
},
|
19578
19578
|
"animation": {
|
19579
19579
|
"$ref": "#/definitions/Property.Animation%3Cstring%3E",
|
@@ -19737,7 +19737,7 @@
|
|
19737
19737
|
},
|
19738
19738
|
"textEmphasis": {
|
19739
19739
|
"$ref": "#/definitions/Property.TextEmphasis",
|
19740
|
-
"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|
|
19740
|
+
"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 |"
|
19741
19741
|
},
|
19742
19742
|
"transition": {
|
19743
19743
|
"$ref": "#/definitions/Property.Transition%3Cstring%3E",
|
@@ -20133,7 +20133,7 @@
|
|
20133
20133
|
},
|
20134
20134
|
"contentVisibility": {
|
20135
20135
|
"$ref": "#/definitions/Property.ContentVisibility",
|
20136
|
-
"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 |
|
20136
|
+
"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 |"
|
20137
20137
|
},
|
20138
20138
|
"counterIncrement": {
|
20139
20139
|
"$ref": "#/definitions/Property.CounterIncrement",
|
@@ -20385,11 +20385,11 @@
|
|
20385
20385
|
},
|
20386
20386
|
"marginBlockEnd": {
|
20387
20387
|
"$ref": "#/definitions/Property.MarginBlockEnd%3C(string%7Cnumber)%3E",
|
20388
|
-
"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 | | :----: | :-----: | :------: | :----: | :-: | | **
|
20388
|
+
"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 |"
|
20389
20389
|
},
|
20390
20390
|
"marginBlockStart": {
|
20391
20391
|
"$ref": "#/definitions/Property.MarginBlockStart%3C(string%7Cnumber)%3E",
|
20392
|
-
"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 | | :----: | :-----: | :------: | :----: | :-: | | **
|
20392
|
+
"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 |"
|
20393
20393
|
},
|
20394
20394
|
"marginBottom": {
|
20395
20395
|
"$ref": "#/definitions/Property.MarginBottom%3C(string%7Cnumber)%3E",
|
@@ -20401,11 +20401,11 @@
|
|
20401
20401
|
},
|
20402
20402
|
"marginInlineEnd": {
|
20403
20403
|
"$ref": "#/definitions/Property.MarginInlineEnd%3C(string%7Cnumber)%3E",
|
20404
|
-
"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 |
|
20404
|
+
"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)_ | | |"
|
20405
20405
|
},
|
20406
20406
|
"marginInlineStart": {
|
20407
20407
|
"$ref": "#/definitions/Property.MarginInlineStart%3C(string%7Cnumber)%3E",
|
20408
|
-
"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 |
|
20408
|
+
"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)_ | | |"
|
20409
20409
|
},
|
20410
20410
|
"marginLeft": {
|
20411
20411
|
"$ref": "#/definitions/Property.MarginLeft%3C(string%7Cnumber)%3E",
|
@@ -20485,7 +20485,7 @@
|
|
20485
20485
|
},
|
20486
20486
|
"maxBlockSize": {
|
20487
20487
|
"$ref": "#/definitions/Property.MaxBlockSize%3C(string%7Cnumber)%3E",
|
20488
|
-
"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**: `
|
20488
|
+
"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 |"
|
20489
20489
|
},
|
20490
20490
|
"maxHeight": {
|
20491
20491
|
"$ref": "#/definitions/Property.MaxHeight%3C(string%7Cnumber)%3E",
|
@@ -20493,7 +20493,7 @@
|
|
20493
20493
|
},
|
20494
20494
|
"maxInlineSize": {
|
20495
20495
|
"$ref": "#/definitions/Property.MaxInlineSize%3C(string%7Cnumber)%3E",
|
20496
|
-
"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**: `
|
20496
|
+
"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-_ | | |"
|
20497
20497
|
},
|
20498
20498
|
"maxLines": {
|
20499
20499
|
"$ref": "#/definitions/Property.MaxLines",
|
@@ -20521,7 +20521,7 @@
|
|
20521
20521
|
},
|
20522
20522
|
"mixBlendMode": {
|
20523
20523
|
"$ref": "#/definitions/Property.MixBlendMode",
|
20524
|
-
"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
|
20524
|
+
"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 |"
|
20525
20525
|
},
|
20526
20526
|
"motionDistance": {
|
20527
20527
|
"$ref": "#/definitions/Property.OffsetDistance%3C(string%7Cnumber)%3E",
|
@@ -20545,7 +20545,7 @@
|
|
20545
20545
|
},
|
20546
20546
|
"offsetAnchor": {
|
20547
20547
|
"$ref": "#/definitions/Property.OffsetAnchor%3C(string%7Cnumber)%3E",
|
20548
|
-
"description": "**Syntax**: `auto | <position>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari |
|
20548
|
+
"description": "**Syntax**: `auto | <position>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **79** | **72** | No | **79** | No |"
|
20549
20549
|
},
|
20550
20550
|
"offsetDistance": {
|
20551
20551
|
"$ref": "#/definitions/Property.OffsetDistance%3C(string%7Cnumber)%3E",
|
@@ -20641,11 +20641,11 @@
|
|
20641
20641
|
},
|
20642
20642
|
"paddingBlockEnd": {
|
20643
20643
|
"$ref": "#/definitions/Property.PaddingBlockEnd%3C(string%7Cnumber)%3E",
|
20644
|
-
"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 | | :----: | :-----: | :------: | :----: | :-: | | **
|
20644
|
+
"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 |"
|
20645
20645
|
},
|
20646
20646
|
"paddingBlockStart": {
|
20647
20647
|
"$ref": "#/definitions/Property.PaddingBlockStart%3C(string%7Cnumber)%3E",
|
20648
|
-
"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 | | :----: | :-----: | :------: | :----: | :-: | | **
|
20648
|
+
"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 |"
|
20649
20649
|
},
|
20650
20650
|
"paddingBottom": {
|
20651
20651
|
"$ref": "#/definitions/Property.PaddingBottom%3C(string%7Cnumber)%3E",
|
@@ -20657,11 +20657,11 @@
|
|
20657
20657
|
},
|
20658
20658
|
"paddingInlineEnd": {
|
20659
20659
|
"$ref": "#/definitions/Property.PaddingInlineEnd%3C(string%7Cnumber)%3E",
|
20660
|
-
"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 |
|
20660
|
+
"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)_ | | |"
|
20661
20661
|
},
|
20662
20662
|
"paddingInlineStart": {
|
20663
20663
|
"$ref": "#/definitions/Property.PaddingInlineStart%3C(string%7Cnumber)%3E",
|
20664
|
-
"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 |
|
20664
|
+
"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)_ | | |"
|
20665
20665
|
},
|
20666
20666
|
"paddingLeft": {
|
20667
20667
|
"$ref": "#/definitions/Property.PaddingLeft%3C(string%7Cnumber)%3E",
|
@@ -20941,15 +20941,15 @@
|
|
20941
20941
|
},
|
20942
20942
|
"textEmphasisColor": {
|
20943
20943
|
"$ref": "#/definitions/Property.TextEmphasisColor",
|
20944
|
-
"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|
|
20944
|
+
"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 |"
|
20945
20945
|
},
|
20946
20946
|
"textEmphasisPosition": {
|
20947
20947
|
"$ref": "#/definitions/Property.TextEmphasisPosition",
|
20948
|
-
"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|
|
20948
|
+
"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 |"
|
20949
20949
|
},
|
20950
20950
|
"textEmphasisStyle": {
|
20951
20951
|
"$ref": "#/definitions/Property.TextEmphasisStyle",
|
20952
|
-
"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|
|
20952
|
+
"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 |"
|
20953
20953
|
},
|
20954
20954
|
"textIndent": {
|
20955
20955
|
"$ref": "#/definitions/Property.TextIndent%3C(string%7Cnumber)%3E",
|
@@ -21131,7 +21131,6 @@
|
|
21131
21131
|
"inherit",
|
21132
21132
|
"initial",
|
21133
21133
|
"revert",
|
21134
|
-
"revert-layer",
|
21135
21134
|
"unset"
|
21136
21135
|
]
|
21137
21136
|
},
|
@@ -31360,10 +31359,6 @@
|
|
31360
31359
|
},
|
31361
31360
|
{
|
31362
31361
|
"$ref": "#/definitions/DataType.BlendMode"
|
31363
|
-
},
|
31364
|
-
{
|
31365
|
-
"type": "string",
|
31366
|
-
"const": "plus-lighter"
|
31367
31362
|
}
|
31368
31363
|
]
|
31369
31364
|
},
|