amis 1.9.1-beta.23 → 1.9.1-beta.24
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/themes/ang-ie11.css +4 -7
- package/lib/themes/ang.css +4 -7
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +4 -7
- package/lib/themes/antd.css +4 -7
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +4 -7
- package/lib/themes/cxd.css +4 -7
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +4 -7
- package/lib/themes/dark.css +4 -7
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +4 -7
- package/lib/themes/default.css +4 -7
- package/lib/themes/default.css.map +1 -1
- package/package.json +1 -1
- package/schema.json +24 -19
- package/scss/components/form/_date.scss +19 -11
- package/sdk/ang-ie11.css +4 -8
- package/sdk/ang.css +4 -8
- package/sdk/antd-ie11.css +4 -8
- package/sdk/antd.css +4 -8
- 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/cxd-ie11.css +4 -8
- package/sdk/cxd.css +4 -8
- package/sdk/dark-ie11.css +4 -8
- package/sdk/dark.css +4 -8
- 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-ie11.css +4 -8
- package/sdk/sdk.css +4 -8
- package/sdk/sdk.js +1344 -1340
- 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/package.json
CHANGED
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**: `none`"
|
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`\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 |"
|
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 | revert-layer`\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 | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
|
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 | No | **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 | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | 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 | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | 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 | | :----------------------: | :-------------------: | :----------------------: | :-----------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-margin-end)_ | 3 _(-moz-margin-end)_ | 3 _(-webkit-margin-end)_ | 79 _(-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 | | :------------------------: | :---------------------: | :------------------------: | :-------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-margin-start)_ | 3 _(-moz-margin-start)_ | 3 _(-webkit-margin-start)_ | 79 _(-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**: `none`\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**: `none`\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> | plus-lighter`\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 | | :----: | :-----: | :----: | :--: | :-: | | No | **72** | No | No | 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 | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | 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 | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | 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 | | :-----------------------: | :--------------------: | :-----------------------: | :------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-padding-end)_ | 3 _(-moz-padding-end)_ | 3 _(-webkit-padding-end)_ | 79 _(-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 | | :-------------------------: | :----------------------: | :-------------------------: | :--------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-padding-start)_ | 3 _(-moz-padding-start)_ | 3 _(-webkit-padding-start)_ | 79 _(-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 | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
|
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 | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
|
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 | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
|
20957
20957
|
},
|
20958
20958
|
"textIndent": {
|
20959
20959
|
"$ref": "#/definitions/Property.TextIndent%3C(string%7Cnumber)%3E",
|
@@ -21135,6 +21135,7 @@
|
|
21135
21135
|
"inherit",
|
21136
21136
|
"initial",
|
21137
21137
|
"revert",
|
21138
|
+
"revert-layer",
|
21138
21139
|
"unset"
|
21139
21140
|
]
|
21140
21141
|
},
|
@@ -31363,6 +31364,10 @@
|
|
31363
31364
|
},
|
31364
31365
|
{
|
31365
31366
|
"$ref": "#/definitions/DataType.BlendMode"
|
31367
|
+
},
|
31368
|
+
{
|
31369
|
+
"type": "string",
|
31370
|
+
"const": "plus-lighter"
|
31366
31371
|
}
|
31367
31372
|
]
|
31368
31373
|
},
|
@@ -93,7 +93,6 @@
|
|
93
93
|
}
|
94
94
|
|
95
95
|
.#{$ns}DateControl {
|
96
|
-
width: auto !important; // 因为这里要撑开父容器
|
97
96
|
&.is-date > .#{$ns}DatePicker {
|
98
97
|
min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
|
99
98
|
}
|
@@ -107,7 +106,7 @@
|
|
107
106
|
margin: 0;
|
108
107
|
padding-left: px2rem(10px);
|
109
108
|
list-style: none;
|
110
|
-
background: #
|
109
|
+
background: #f7f7f9;
|
111
110
|
line-height: px2rem(32px);
|
112
111
|
}
|
113
112
|
|
@@ -274,8 +273,8 @@
|
|
274
273
|
.rdtDisabled.rdtToday,
|
275
274
|
.rdtOld.rdtToday,
|
276
275
|
.rdtNew.rdtToday {
|
277
|
-
>span {
|
278
|
-
border-color: #
|
276
|
+
> span {
|
277
|
+
border-color: #e8e9eb;
|
279
278
|
}
|
280
279
|
}
|
281
280
|
|
@@ -290,7 +289,7 @@
|
|
290
289
|
color: #151b26;
|
291
290
|
> span {
|
292
291
|
background: transparent;
|
293
|
-
border-color: #
|
292
|
+
border-color: #144bcc;
|
294
293
|
}
|
295
294
|
}
|
296
295
|
|
@@ -584,7 +583,6 @@
|
|
584
583
|
td.rdtMonth,
|
585
584
|
td.rdtYear,
|
586
585
|
td.rdtQuarter {
|
587
|
-
|
588
586
|
> span {
|
589
587
|
display: inline-block;
|
590
588
|
}
|
@@ -607,21 +605,31 @@ td.rdtQuarter {
|
|
607
605
|
&.rdtDisabled,
|
608
606
|
&.rdtDisabled:hover {
|
609
607
|
background: var(--Calendar-cell-onDisabled-bg);
|
610
|
-
color: #
|
608
|
+
color: #b8babf;
|
611
609
|
}
|
612
|
-
|
613
610
|
}
|
614
611
|
|
615
612
|
.#{$ns}DateRangePicker-start {
|
616
613
|
.rdtPicker .rdtActive.rdtBetween {
|
617
|
-
background: linear-gradient(
|
614
|
+
background: linear-gradient(
|
615
|
+
to right,
|
616
|
+
transparent 0%,
|
617
|
+
transparent 50%,
|
618
|
+
var(--Calendar-cell-onBetween-bg) 51%,
|
619
|
+
var(--Calendar-cell-onBetween-bg) 100%
|
620
|
+
);
|
618
621
|
}
|
619
622
|
}
|
620
623
|
|
621
|
-
|
622
624
|
.#{$ns}DateRangePicker-end {
|
623
625
|
.rdtPicker .rdtActive.rdtBetween {
|
624
|
-
background: linear-gradient(
|
626
|
+
background: linear-gradient(
|
627
|
+
to right,
|
628
|
+
var(--Calendar-cell-onBetween-bg) 0%,
|
629
|
+
var(--Calendar-cell-onBetween-bg) 50%,
|
630
|
+
transparent 51%,
|
631
|
+
transparent 100%
|
632
|
+
);
|
625
633
|
}
|
626
634
|
}
|
627
635
|
|
package/sdk/ang-ie11.css
CHANGED
@@ -43365,10 +43365,6 @@ readers do not read off random characters that represent icons */
|
|
43365
43365
|
display: flex;
|
43366
43366
|
}
|
43367
43367
|
|
43368
|
-
.amis-scope .a-DateControl {
|
43369
|
-
width: auto !important;
|
43370
|
-
}
|
43371
|
-
|
43372
43368
|
.amis-scope .a-DateControl.is-date > .a-DatePicker {
|
43373
43369
|
min-width: calc(calc(
|
43374
43370
|
1rem * 5 + 0.75rem * 2 +
|
@@ -43387,7 +43383,7 @@ readers do not read off random characters that represent icons */
|
|
43387
43383
|
margin: 0;
|
43388
43384
|
padding-left: 0.625rem;
|
43389
43385
|
list-style: none;
|
43390
|
-
background: #
|
43386
|
+
background: #f7f7f9;
|
43391
43387
|
line-height: 2rem;
|
43392
43388
|
}
|
43393
43389
|
|
@@ -43556,7 +43552,7 @@ readers do not read off random characters that represent icons */
|
|
43556
43552
|
.amis-scope .rdt .rdtPicker .rdtDisabled.rdtToday > span,
|
43557
43553
|
.amis-scope .rdt .rdtPicker .rdtOld.rdtToday > span,
|
43558
43554
|
.amis-scope .rdt .rdtPicker .rdtNew.rdtToday > span {
|
43559
|
-
border-color: #
|
43555
|
+
border-color: #e8e9eb;
|
43560
43556
|
}
|
43561
43557
|
|
43562
43558
|
.amis-scope .rdt .rdtPicker td.rdtActive > span,
|
@@ -43570,7 +43566,7 @@ readers do not read off random characters that represent icons */
|
|
43570
43566
|
|
43571
43567
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
43572
43568
|
background: transparent;
|
43573
|
-
border-color: #
|
43569
|
+
border-color: #144bcc;
|
43574
43570
|
}
|
43575
43571
|
|
43576
43572
|
.amis-scope .rdt .rdtPicker td.rdtDisabled > span,
|
@@ -43935,7 +43931,7 @@ readers do not read off random characters that represent icons */
|
|
43935
43931
|
.amis-scope td.rdtQuarter.rdtDisabled,
|
43936
43932
|
.amis-scope td.rdtQuarter.rdtDisabled:hover {
|
43937
43933
|
background: #f7f7f9;
|
43938
|
-
color: #
|
43934
|
+
color: #b8babf;
|
43939
43935
|
}
|
43940
43936
|
|
43941
43937
|
.amis-scope .a-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
|
package/sdk/ang.css
CHANGED
@@ -44704,10 +44704,6 @@ readers do not read off random characters that represent icons */
|
|
44704
44704
|
display: flex;
|
44705
44705
|
}
|
44706
44706
|
|
44707
|
-
.amis-scope .a-DateControl {
|
44708
|
-
width: auto !important;
|
44709
|
-
}
|
44710
|
-
|
44711
44707
|
.amis-scope .a-DateControl.is-date > .a-DatePicker {
|
44712
44708
|
min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
|
44713
44709
|
}
|
@@ -44720,7 +44716,7 @@ readers do not read off random characters that represent icons */
|
|
44720
44716
|
margin: 0;
|
44721
44717
|
padding-left: 0.625rem;
|
44722
44718
|
list-style: none;
|
44723
|
-
background: #
|
44719
|
+
background: #f7f7f9;
|
44724
44720
|
line-height: 2rem;
|
44725
44721
|
}
|
44726
44722
|
|
@@ -44889,7 +44885,7 @@ readers do not read off random characters that represent icons */
|
|
44889
44885
|
.amis-scope .rdt .rdtPicker .rdtDisabled.rdtToday > span,
|
44890
44886
|
.amis-scope .rdt .rdtPicker .rdtOld.rdtToday > span,
|
44891
44887
|
.amis-scope .rdt .rdtPicker .rdtNew.rdtToday > span {
|
44892
|
-
border-color: #
|
44888
|
+
border-color: #e8e9eb;
|
44893
44889
|
}
|
44894
44890
|
|
44895
44891
|
.amis-scope .rdt .rdtPicker td.rdtActive > span,
|
@@ -44903,7 +44899,7 @@ readers do not read off random characters that represent icons */
|
|
44903
44899
|
|
44904
44900
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
44905
44901
|
background: transparent;
|
44906
|
-
border-color: #
|
44902
|
+
border-color: #144bcc;
|
44907
44903
|
}
|
44908
44904
|
|
44909
44905
|
.amis-scope .rdt .rdtPicker td.rdtDisabled > span,
|
@@ -45254,7 +45250,7 @@ readers do not read off random characters that represent icons */
|
|
45254
45250
|
.amis-scope td.rdtQuarter.rdtDisabled,
|
45255
45251
|
.amis-scope td.rdtQuarter.rdtDisabled:hover {
|
45256
45252
|
background: var(--Calendar-cell-onDisabled-bg);
|
45257
|
-
color: #
|
45253
|
+
color: #b8babf;
|
45258
45254
|
}
|
45259
45255
|
|
45260
45256
|
.amis-scope .a-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
|
package/sdk/antd-ie11.css
CHANGED
@@ -43344,10 +43344,6 @@ readers do not read off random characters that represent icons */
|
|
43344
43344
|
display: flex;
|
43345
43345
|
}
|
43346
43346
|
|
43347
|
-
.amis-scope .antd-DateControl {
|
43348
|
-
width: auto !important;
|
43349
|
-
}
|
43350
|
-
|
43351
43347
|
.amis-scope .antd-DateControl.is-date > .antd-DatePicker {
|
43352
43348
|
min-width: calc(calc(
|
43353
43349
|
1rem * 5 + 0.75rem * 2 +
|
@@ -43366,7 +43362,7 @@ readers do not read off random characters that represent icons */
|
|
43366
43362
|
margin: 0;
|
43367
43363
|
padding-left: 0.625rem;
|
43368
43364
|
list-style: none;
|
43369
|
-
background: #
|
43365
|
+
background: #f7f7f9;
|
43370
43366
|
line-height: 2rem;
|
43371
43367
|
}
|
43372
43368
|
|
@@ -43535,7 +43531,7 @@ readers do not read off random characters that represent icons */
|
|
43535
43531
|
.amis-scope .rdt .rdtPicker .rdtDisabled.rdtToday > span,
|
43536
43532
|
.amis-scope .rdt .rdtPicker .rdtOld.rdtToday > span,
|
43537
43533
|
.amis-scope .rdt .rdtPicker .rdtNew.rdtToday > span {
|
43538
|
-
border-color: #
|
43534
|
+
border-color: #e8e9eb;
|
43539
43535
|
}
|
43540
43536
|
|
43541
43537
|
.amis-scope .rdt .rdtPicker td.rdtActive > span,
|
@@ -43549,7 +43545,7 @@ readers do not read off random characters that represent icons */
|
|
43549
43545
|
|
43550
43546
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
43551
43547
|
background: transparent;
|
43552
|
-
border-color: #
|
43548
|
+
border-color: #144bcc;
|
43553
43549
|
}
|
43554
43550
|
|
43555
43551
|
.amis-scope .rdt .rdtPicker td.rdtDisabled > span,
|
@@ -43910,7 +43906,7 @@ readers do not read off random characters that represent icons */
|
|
43910
43906
|
.amis-scope td.rdtQuarter.rdtDisabled,
|
43911
43907
|
.amis-scope td.rdtQuarter.rdtDisabled:hover {
|
43912
43908
|
background: #f7f7f9;
|
43913
|
-
color: #
|
43909
|
+
color: #b8babf;
|
43914
43910
|
}
|
43915
43911
|
|
43916
43912
|
.amis-scope .antd-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
|
package/sdk/antd.css
CHANGED
@@ -44813,10 +44813,6 @@ readers do not read off random characters that represent icons */
|
|
44813
44813
|
display: flex;
|
44814
44814
|
}
|
44815
44815
|
|
44816
|
-
.amis-scope .antd-DateControl {
|
44817
|
-
width: auto !important;
|
44818
|
-
}
|
44819
|
-
|
44820
44816
|
.amis-scope .antd-DateControl.is-date > .antd-DatePicker {
|
44821
44817
|
min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
|
44822
44818
|
}
|
@@ -44829,7 +44825,7 @@ readers do not read off random characters that represent icons */
|
|
44829
44825
|
margin: 0;
|
44830
44826
|
padding-left: 0.625rem;
|
44831
44827
|
list-style: none;
|
44832
|
-
background: #
|
44828
|
+
background: #f7f7f9;
|
44833
44829
|
line-height: 2rem;
|
44834
44830
|
}
|
44835
44831
|
|
@@ -44998,7 +44994,7 @@ readers do not read off random characters that represent icons */
|
|
44998
44994
|
.amis-scope .rdt .rdtPicker .rdtDisabled.rdtToday > span,
|
44999
44995
|
.amis-scope .rdt .rdtPicker .rdtOld.rdtToday > span,
|
45000
44996
|
.amis-scope .rdt .rdtPicker .rdtNew.rdtToday > span {
|
45001
|
-
border-color: #
|
44997
|
+
border-color: #e8e9eb;
|
45002
44998
|
}
|
45003
44999
|
|
45004
45000
|
.amis-scope .rdt .rdtPicker td.rdtActive > span,
|
@@ -45012,7 +45008,7 @@ readers do not read off random characters that represent icons */
|
|
45012
45008
|
|
45013
45009
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
45014
45010
|
background: transparent;
|
45015
|
-
border-color: #
|
45011
|
+
border-color: #144bcc;
|
45016
45012
|
}
|
45017
45013
|
|
45018
45014
|
.amis-scope .rdt .rdtPicker td.rdtDisabled > span,
|
@@ -45363,7 +45359,7 @@ readers do not read off random characters that represent icons */
|
|
45363
45359
|
.amis-scope td.rdtQuarter.rdtDisabled,
|
45364
45360
|
.amis-scope td.rdtQuarter.rdtDisabled:hover {
|
45365
45361
|
background: var(--Calendar-cell-onDisabled-bg);
|
45366
|
-
color: #
|
45362
|
+
color: #b8babf;
|
45367
45363
|
}
|
45368
45364
|
|
45369
45365
|
.amis-scope .antd-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
|