amis 1.9.1-beta.22 → 1.9.1-beta.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. package/lib/helper.css.map +1 -1
  2. package/lib/index.js +1 -1
  3. package/lib/renderers/CRUD.js +2 -2
  4. package/lib/renderers/CRUD.js.map +2 -2
  5. package/lib/renderers/Form/index.js +1 -0
  6. package/lib/renderers/Form/index.js.map +2 -2
  7. package/lib/renderers/Table/exportExcel.js +1 -1
  8. package/lib/renderers/Table/exportExcel.js.map +2 -2
  9. package/lib/themes/ang-ie11.css +7 -7
  10. package/lib/themes/ang.css +7 -7
  11. package/lib/themes/ang.css.map +1 -1
  12. package/lib/themes/antd-ie11.css +7 -7
  13. package/lib/themes/antd.css +7 -7
  14. package/lib/themes/antd.css.map +1 -1
  15. package/lib/themes/cxd-ie11.css +7 -7
  16. package/lib/themes/cxd.css +7 -7
  17. package/lib/themes/cxd.css.map +1 -1
  18. package/lib/themes/dark-ie11.css +7 -7
  19. package/lib/themes/dark.css +7 -7
  20. package/lib/themes/dark.css.map +1 -1
  21. package/lib/themes/default-ie11.css +7 -7
  22. package/lib/themes/default.css +7 -7
  23. package/lib/themes/default.css.map +1 -1
  24. package/package.json +1 -1
  25. package/schema.json +19 -24
  26. package/scss/_mixins.scss +1 -1
  27. package/sdk/ang-ie11.css +7 -7
  28. package/sdk/ang.css +7 -7
  29. package/sdk/antd-ie11.css +7 -7
  30. package/sdk/antd.css +7 -7
  31. package/sdk/barcode.js +51 -51
  32. package/sdk/charts.js +14 -14
  33. package/sdk/codemirror.js +7 -7
  34. package/sdk/color-picker.js +65 -65
  35. package/sdk/cropperjs.js +2 -2
  36. package/sdk/cxd-ie11.css +7 -7
  37. package/sdk/cxd.css +7 -7
  38. package/sdk/dark-ie11.css +7 -7
  39. package/sdk/dark.css +7 -7
  40. package/sdk/exceljs.js +1 -1
  41. package/sdk/helper.css.map +1 -1
  42. package/sdk/markdown.js +69 -69
  43. package/sdk/papaparse.js +1 -1
  44. package/sdk/renderers/Form/CityDB.js +1 -1
  45. package/sdk/rest.js +16 -16
  46. package/sdk/rich-text.js +62 -62
  47. package/sdk/sdk-ie11.css +7 -7
  48. package/sdk/sdk.css +7 -7
  49. package/sdk/sdk.js +1642 -1647
  50. package/sdk/thirds/hls.js/hls.js +1 -1
  51. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  52. package/sdk/tinymce.js +57 -57
  53. package/src/renderers/CRUD.tsx +2 -2
  54. package/src/renderers/Form/index.tsx +2 -0
  55. package/src/renderers/Table/exportExcel.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amis",
3
- "version": "1.9.1-beta.22",
3
+ "version": "1.9.1-beta.23",
4
4
  "description": "一种MIS页面生成工具",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
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**: `none`"
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 | 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 |"
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| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
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 | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **85** | No | No | **85** | No |"
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 | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
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 | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
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 | Edge | IE | | :----------------------: | :-------------------: | :----------------------: | :-----------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-margin-end)_ | 3 _(-moz-margin-end)_ | 3 _(-webkit-margin-end)_ | 79 _(-webkit-margin-end)_ | |"
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 | Edge | IE | | :------------------------: | :---------------------: | :------------------------: | :-------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-margin-start)_ | 3 _(-moz-margin-start)_ | 3 _(-webkit-margin-start)_ | 79 _(-webkit-margin-start)_ | |"
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**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
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**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :--------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No | | | | 10.1 _-x-_ | | |"
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> | plus-lighter`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **41** | **32** | **8** | **79** | No |"
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 | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **72** | No | No | No |"
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 | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
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 | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
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 | Edge | IE | | :-----------------------: | :--------------------: | :-----------------------: | :------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-padding-end)_ | 3 _(-moz-padding-end)_ | 3 _(-webkit-padding-end)_ | 79 _(-webkit-padding-end)_ | |"
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 | Edge | IE | | :-------------------------: | :----------------------: | :-------------------------: | :--------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-padding-start)_ | 3 _(-moz-padding-start)_ | 3 _(-webkit-padding-start)_ | 79 _(-webkit-padding-start)_ | |"
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| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
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| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
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| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
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
  },
package/scss/_mixins.scss CHANGED
@@ -340,7 +340,7 @@
340
340
  justify-content: flex-start;
341
341
 
342
342
  input {
343
- flex-basis: px2rem(80px);
343
+ flex-basis: px2rem(30px);
344
344
  flex-grow: 1;
345
345
  outline: none;
346
346
  background: transparent;
package/sdk/ang-ie11.css CHANGED
@@ -38230,7 +38230,7 @@ readers do not read off random characters that represent icons */
38230
38230
  }
38231
38231
 
38232
38232
  .amis-scope .a-InputBox input {
38233
- flex-basis: 5rem;
38233
+ flex-basis: 1.875rem;
38234
38234
  flex-grow: 1;
38235
38235
  outline: none;
38236
38236
  background: transparent;
@@ -38627,7 +38627,7 @@ readers do not read off random characters that represent icons */
38627
38627
  }
38628
38628
 
38629
38629
  .amis-scope .a-ResultBox input {
38630
- flex-basis: 5rem;
38630
+ flex-basis: 1.875rem;
38631
38631
  flex-grow: 1;
38632
38632
  outline: none;
38633
38633
  background: transparent;
@@ -40342,7 +40342,7 @@ readers do not read off random characters that represent icons */
40342
40342
  }
40343
40343
 
40344
40344
  .amis-scope .a-TextControl-input input {
40345
- flex-basis: 5rem;
40345
+ flex-basis: 1.875rem;
40346
40346
  flex-grow: 1;
40347
40347
  outline: none;
40348
40348
  background: transparent;
@@ -40739,7 +40739,7 @@ readers do not read off random characters that represent icons */
40739
40739
  }
40740
40740
 
40741
40741
  .amis-scope .a-TextareaControl-input input {
40742
- flex-basis: 5rem;
40742
+ flex-basis: 1.875rem;
40743
40743
  flex-grow: 1;
40744
40744
  outline: none;
40745
40745
  background: transparent;
@@ -45630,7 +45630,7 @@ readers do not read off random characters that represent icons */
45630
45630
  }
45631
45631
 
45632
45632
  .amis-scope .a-TreeSelect-input input {
45633
- flex-basis: 5rem;
45633
+ flex-basis: 1.875rem;
45634
45634
  flex-grow: 1;
45635
45635
  outline: none;
45636
45636
  background: transparent;
@@ -46278,7 +46278,7 @@ readers do not read off random characters that represent icons */
46278
46278
  }
46279
46279
 
46280
46280
  .amis-scope .a-Picker-input input {
46281
- flex-basis: 5rem;
46281
+ flex-basis: 1.875rem;
46282
46282
  flex-grow: 1;
46283
46283
  outline: none;
46284
46284
  background: transparent;
@@ -47267,7 +47267,7 @@ readers do not read off random characters that represent icons */
47267
47267
  }
47268
47268
 
47269
47269
  .amis-scope .a-IconPickerControl-input input {
47270
- flex-basis: 5rem;
47270
+ flex-basis: 1.875rem;
47271
47271
  flex-grow: 1;
47272
47272
  outline: none;
47273
47273
  background: transparent;
package/sdk/ang.css CHANGED
@@ -39658,7 +39658,7 @@ readers do not read off random characters that represent icons */
39658
39658
  }
39659
39659
 
39660
39660
  .amis-scope .a-InputBox input {
39661
- flex-basis: 5rem;
39661
+ flex-basis: 1.875rem;
39662
39662
  flex-grow: 1;
39663
39663
  outline: none;
39664
39664
  background: transparent;
@@ -40045,7 +40045,7 @@ readers do not read off random characters that represent icons */
40045
40045
  }
40046
40046
 
40047
40047
  .amis-scope .a-ResultBox input {
40048
- flex-basis: 5rem;
40048
+ flex-basis: 1.875rem;
40049
40049
  flex-grow: 1;
40050
40050
  outline: none;
40051
40051
  background: transparent;
@@ -41744,7 +41744,7 @@ readers do not read off random characters that represent icons */
41744
41744
  }
41745
41745
 
41746
41746
  .amis-scope .a-TextControl-input input {
41747
- flex-basis: 5rem;
41747
+ flex-basis: 1.875rem;
41748
41748
  flex-grow: 1;
41749
41749
  outline: none;
41750
41750
  background: transparent;
@@ -42126,7 +42126,7 @@ readers do not read off random characters that represent icons */
42126
42126
  }
42127
42127
 
42128
42128
  .amis-scope .a-TextareaControl-input input {
42129
- flex-basis: 5rem;
42129
+ flex-basis: 1.875rem;
42130
42130
  flex-grow: 1;
42131
42131
  outline: none;
42132
42132
  background: transparent;
@@ -46921,7 +46921,7 @@ readers do not read off random characters that represent icons */
46921
46921
  }
46922
46922
 
46923
46923
  .amis-scope .a-TreeSelect-input input {
46924
- flex-basis: 5rem;
46924
+ flex-basis: 1.875rem;
46925
46925
  flex-grow: 1;
46926
46926
  outline: none;
46927
46927
  background: transparent;
@@ -47537,7 +47537,7 @@ readers do not read off random characters that represent icons */
47537
47537
  }
47538
47538
 
47539
47539
  .amis-scope .a-Picker-input input {
47540
- flex-basis: 5rem;
47540
+ flex-basis: 1.875rem;
47541
47541
  flex-grow: 1;
47542
47542
  outline: none;
47543
47543
  background: transparent;
@@ -48513,7 +48513,7 @@ readers do not read off random characters that represent icons */
48513
48513
  }
48514
48514
 
48515
48515
  .amis-scope .a-IconPickerControl-input input {
48516
- flex-basis: 5rem;
48516
+ flex-basis: 1.875rem;
48517
48517
  flex-grow: 1;
48518
48518
  outline: none;
48519
48519
  background: transparent;
package/sdk/antd-ie11.css CHANGED
@@ -38208,7 +38208,7 @@ readers do not read off random characters that represent icons */
38208
38208
  }
38209
38209
 
38210
38210
  .amis-scope .antd-InputBox input {
38211
- flex-basis: 5rem;
38211
+ flex-basis: 1.875rem;
38212
38212
  flex-grow: 1;
38213
38213
  outline: none;
38214
38214
  background: transparent;
@@ -38605,7 +38605,7 @@ readers do not read off random characters that represent icons */
38605
38605
  }
38606
38606
 
38607
38607
  .amis-scope .antd-ResultBox input {
38608
- flex-basis: 5rem;
38608
+ flex-basis: 1.875rem;
38609
38609
  flex-grow: 1;
38610
38610
  outline: none;
38611
38611
  background: transparent;
@@ -40320,7 +40320,7 @@ readers do not read off random characters that represent icons */
40320
40320
  }
40321
40321
 
40322
40322
  .amis-scope .antd-TextControl-input input {
40323
- flex-basis: 5rem;
40323
+ flex-basis: 1.875rem;
40324
40324
  flex-grow: 1;
40325
40325
  outline: none;
40326
40326
  background: transparent;
@@ -40717,7 +40717,7 @@ readers do not read off random characters that represent icons */
40717
40717
  }
40718
40718
 
40719
40719
  .amis-scope .antd-TextareaControl-input input {
40720
- flex-basis: 5rem;
40720
+ flex-basis: 1.875rem;
40721
40721
  flex-grow: 1;
40722
40722
  outline: none;
40723
40723
  background: transparent;
@@ -45603,7 +45603,7 @@ readers do not read off random characters that represent icons */
45603
45603
  }
45604
45604
 
45605
45605
  .amis-scope .antd-TreeSelect-input input {
45606
- flex-basis: 5rem;
45606
+ flex-basis: 1.875rem;
45607
45607
  flex-grow: 1;
45608
45608
  outline: none;
45609
45609
  background: transparent;
@@ -46249,7 +46249,7 @@ readers do not read off random characters that represent icons */
46249
46249
  }
46250
46250
 
46251
46251
  .amis-scope .antd-Picker-input input {
46252
- flex-basis: 5rem;
46252
+ flex-basis: 1.875rem;
46253
46253
  flex-grow: 1;
46254
46254
  outline: none;
46255
46255
  background: transparent;
@@ -47237,7 +47237,7 @@ readers do not read off random characters that represent icons */
47237
47237
  }
47238
47238
 
47239
47239
  .amis-scope .antd-IconPickerControl-input input {
47240
- flex-basis: 5rem;
47240
+ flex-basis: 1.875rem;
47241
47241
  flex-grow: 1;
47242
47242
  outline: none;
47243
47243
  background: transparent;
package/sdk/antd.css CHANGED
@@ -39767,7 +39767,7 @@ readers do not read off random characters that represent icons */
39767
39767
  }
39768
39768
 
39769
39769
  .amis-scope .antd-InputBox input {
39770
- flex-basis: 5rem;
39770
+ flex-basis: 1.875rem;
39771
39771
  flex-grow: 1;
39772
39772
  outline: none;
39773
39773
  background: transparent;
@@ -40154,7 +40154,7 @@ readers do not read off random characters that represent icons */
40154
40154
  }
40155
40155
 
40156
40156
  .amis-scope .antd-ResultBox input {
40157
- flex-basis: 5rem;
40157
+ flex-basis: 1.875rem;
40158
40158
  flex-grow: 1;
40159
40159
  outline: none;
40160
40160
  background: transparent;
@@ -41853,7 +41853,7 @@ readers do not read off random characters that represent icons */
41853
41853
  }
41854
41854
 
41855
41855
  .amis-scope .antd-TextControl-input input {
41856
- flex-basis: 5rem;
41856
+ flex-basis: 1.875rem;
41857
41857
  flex-grow: 1;
41858
41858
  outline: none;
41859
41859
  background: transparent;
@@ -42235,7 +42235,7 @@ readers do not read off random characters that represent icons */
42235
42235
  }
42236
42236
 
42237
42237
  .amis-scope .antd-TextareaControl-input input {
42238
- flex-basis: 5rem;
42238
+ flex-basis: 1.875rem;
42239
42239
  flex-grow: 1;
42240
42240
  outline: none;
42241
42241
  background: transparent;
@@ -47030,7 +47030,7 @@ readers do not read off random characters that represent icons */
47030
47030
  }
47031
47031
 
47032
47032
  .amis-scope .antd-TreeSelect-input input {
47033
- flex-basis: 5rem;
47033
+ flex-basis: 1.875rem;
47034
47034
  flex-grow: 1;
47035
47035
  outline: none;
47036
47036
  background: transparent;
@@ -47646,7 +47646,7 @@ readers do not read off random characters that represent icons */
47646
47646
  }
47647
47647
 
47648
47648
  .amis-scope .antd-Picker-input input {
47649
- flex-basis: 5rem;
47649
+ flex-basis: 1.875rem;
47650
47650
  flex-grow: 1;
47651
47651
  outline: none;
47652
47652
  background: transparent;
@@ -48622,7 +48622,7 @@ readers do not read off random characters that represent icons */
48622
48622
  }
48623
48623
 
48624
48624
  .amis-scope .antd-IconPickerControl-input input {
48625
- flex-basis: 5rem;
48625
+ flex-basis: 1.875rem;
48626
48626
  flex-grow: 1;
48627
48627
  outline: none;
48628
48628
  background: transparent;