amis 1.9.1-beta.25 → 1.9.1-beta.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. package/lib/components/Select.d.ts +388 -193
  2. package/lib/components/Select.js +9 -6
  3. package/lib/components/Select.js.map +2 -2
  4. package/lib/factory.js +1 -1
  5. package/lib/factory.js.map +2 -2
  6. package/lib/index.js +1 -1
  7. package/lib/renderers/Dialog.d.ts +147 -169
  8. package/lib/renderers/Dialog.js.map +2 -2
  9. package/lib/renderers/Form/InputText.js +7 -1
  10. package/lib/renderers/Form/InputText.js.map +2 -2
  11. package/lib/renderers/Form/Item.js +2 -1
  12. package/lib/renderers/Form/Item.js.map +2 -2
  13. package/lib/renderers/Form/Select.d.ts +5 -0
  14. package/lib/renderers/Form/Select.js +4 -3
  15. package/lib/renderers/Form/Select.js.map +2 -2
  16. package/lib/renderers/Form/index.d.ts +4 -4
  17. package/lib/renderers/Form/index.js +256 -252
  18. package/lib/renderers/Form/index.js.map +2 -2
  19. package/lib/renderers/Steps.js +2 -1
  20. package/lib/renderers/Steps.js.map +2 -2
  21. package/lib/renderers/Table/index.d.ts +2 -0
  22. package/lib/renderers/Table/index.js +75 -30
  23. package/lib/renderers/Table/index.js.map +2 -2
  24. package/lib/themes/ang-ie11.css +8 -3
  25. package/lib/themes/ang.css +7 -0
  26. package/lib/themes/ang.css.map +1 -1
  27. package/lib/themes/antd-ie11.css +26 -21
  28. package/lib/themes/antd.css +11 -0
  29. package/lib/themes/antd.css.map +1 -1
  30. package/lib/themes/cxd-ie11.css +5 -0
  31. package/lib/themes/cxd.css +7 -2
  32. package/lib/themes/cxd.css.map +1 -1
  33. package/lib/themes/dark-ie11.css +8 -3
  34. package/lib/themes/dark.css +7 -0
  35. package/lib/themes/dark.css.map +1 -1
  36. package/lib/themes/default-ie11.css +5 -0
  37. package/lib/themes/default.css +7 -2
  38. package/lib/themes/default.css.map +1 -1
  39. package/lib/utils/helper.js +2 -1
  40. package/lib/utils/helper.js.map +2 -2
  41. package/package.json +1 -1
  42. package/schema.json +36 -26
  43. package/scss/_properties.scss +5 -0
  44. package/scss/components/_table.scss +9 -1
  45. package/scss/themes/_antd-variables.scss +6 -0
  46. package/scss/themes/_cxd-variables.scss +0 -2
  47. package/sdk/ang-ie11.css +10 -3
  48. package/sdk/ang.css +9 -0
  49. package/sdk/antd-ie11.css +28 -21
  50. package/sdk/antd.css +13 -0
  51. package/sdk/barcode.js +51 -51
  52. package/sdk/charts.js +14 -14
  53. package/sdk/codemirror.js +7 -7
  54. package/sdk/color-picker.js +65 -65
  55. package/sdk/cropperjs.js +2 -2
  56. package/sdk/cxd-ie11.css +7 -0
  57. package/sdk/cxd.css +9 -2
  58. package/sdk/dark-ie11.css +10 -3
  59. package/sdk/dark.css +9 -0
  60. package/sdk/exceljs.js +1 -1
  61. package/sdk/markdown.js +69 -69
  62. package/sdk/papaparse.js +1 -1
  63. package/sdk/renderers/Form/CityDB.js +1 -1
  64. package/sdk/rest.js +16 -16
  65. package/sdk/rich-text.js +62 -62
  66. package/sdk/sdk-ie11.css +7 -0
  67. package/sdk/sdk.css +9 -2
  68. package/sdk/sdk.js +1648 -1643
  69. package/sdk/thirds/hls.js/hls.js +1 -1
  70. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  71. package/sdk/tinymce.js +57 -57
  72. package/src/components/Select.tsx +10 -5
  73. package/src/factory.tsx +1 -1
  74. package/src/renderers/Dialog.tsx +0 -1
  75. package/src/renderers/Form/InputText.tsx +9 -1
  76. package/src/renderers/Form/Item.tsx +2 -1
  77. package/src/renderers/Form/Select.tsx +10 -1
  78. package/src/renderers/Form/index.tsx +18 -25
  79. package/src/renderers/Steps.tsx +7 -2
  80. package/src/renderers/Table/index.tsx +82 -30
  81. package/src/utils/helper.ts +2 -1
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**: `0`"
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| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----: | :----: | :----------: | :-: | | **25** _-x-_ | **46** | **7** | **79** _-x-_ | No |"
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 | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **85** | No | **15.4** | **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 | 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 | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | 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 | | :----: | :-----: | :------: | :----: | :-: | | **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 | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | 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 | | :----: | :-----: | :------: | :----: | :-: | | **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 | Edge | IE | | :----------------------: | :-------------------: | :----------------------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | 2 _(-webkit-margin-end)_ | 3 _(-moz-margin-end)_ | 3 _(-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 | | :----------------------: | :-------------------: | :----------------------: | :-----------------------: | :-: | | **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 | Edge | IE | | :------------------------: | :---------------------: | :------------------------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | 2 _(-webkit-margin-start)_ | 3 _(-moz-margin-start)_ | 3 _(-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 | | :------------------------: | :---------------------: | :------------------------: | :-------------------------: | :-: | | **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**: `0`\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**: `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**: `0`\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**: `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>`\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> | 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 | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **79** | **72** | No | **79** | No |"
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 | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | 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 | | :----: | :-----: | :------: | :----: | :-: | | **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 | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | 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 | | :----: | :-----: | :------: | :----: | :-: | | **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 | Edge | IE | | :-----------------------: | :--------------------: | :-----------------------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | 2 _(-webkit-padding-end)_ | 3 _(-moz-padding-end)_ | 3 _(-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 | | :-----------------------: | :--------------------: | :-----------------------: | :------------------------: | :-: | | **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 | Edge | IE | | :-------------------------: | :----------------------: | :-------------------------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | 2 _(-webkit-padding-start)_ | 3 _(-moz-padding-start)_ | 3 _(-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 | | :-------------------------: | :----------------------: | :-------------------------: | :--------------------------: | :-: | | **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| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----: | :----: | :----------: | :-: | | **25** _-x-_ | **46** | **7** | **79** _-x-_ | No |"
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| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----: | :----: | :----------: | :-: | | **25** _-x-_ | **46** | **7** | **79** _-x-_ | No |"
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| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----: | :----: | :----------: | :-: | | **25** _-x-_ | **46** | **7** | **79** _-x-_ | No |"
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
  },
@@ -56827,6 +56832,10 @@
56827
56832
  "type": "string",
56828
56833
  "description": "可以自定义菜单展示。"
56829
56834
  },
56835
+ "showInvalidMatch": {
56836
+ "type": "boolean",
56837
+ "description": "当在value值未匹配到当前options中的选项时,是否value值对应文本飘红显示"
56838
+ },
56830
56839
  "borderMode": {
56831
56840
  "type": "string",
56832
56841
  "enum": [
@@ -56934,6 +56943,7 @@
56934
56943
  }
56935
56944
  },
56936
56945
  "required": [
56946
+ "showInvalidMatch",
56937
56947
  "type"
56938
56948
  ],
56939
56949
  "additionalProperties": false,
@@ -67502,7 +67512,7 @@
67502
67512
  "$ref": "#/definitions/SelectControlSchema",
67503
67513
  "additionalProperties": false,
67504
67514
  "patternProperties": {
67505
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|popOver|quickEdit|copyable)$": {}
67515
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|popOver|quickEdit|copyable)$": {}
67506
67516
  }
67507
67517
  },
67508
67518
  {
@@ -68338,7 +68348,7 @@
68338
68348
  "$ref": "#/definitions/SelectControlSchema",
68339
68349
  "additionalProperties": false,
68340
68350
  "patternProperties": {
68341
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|popOver|quickEdit|copyable)$": {}
68351
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|popOver|quickEdit|copyable)$": {}
68342
68352
  }
68343
68353
  },
68344
68354
  {
@@ -69174,7 +69184,7 @@
69174
69184
  "$ref": "#/definitions/SelectControlSchema",
69175
69185
  "additionalProperties": false,
69176
69186
  "patternProperties": {
69177
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
69187
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
69178
69188
  }
69179
69189
  },
69180
69190
  {
@@ -70010,7 +70020,7 @@
70010
70020
  "$ref": "#/definitions/SelectControlSchema",
70011
70021
  "additionalProperties": false,
70012
70022
  "patternProperties": {
70013
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|x|y|w|h|width|height|align|valign|gridClassName)$": {}
70023
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|x|y|w|h|width|height|align|valign|gridClassName)$": {}
70014
70024
  }
70015
70025
  },
70016
70026
  {
@@ -70846,7 +70856,7 @@
70846
70856
  "$ref": "#/definitions/SelectControlSchema",
70847
70857
  "additionalProperties": false,
70848
70858
  "patternProperties": {
70849
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|rowClassName|cellClassName)$": {}
70859
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|rowClassName|cellClassName)$": {}
70850
70860
  }
70851
70861
  },
70852
70862
  {
@@ -71682,7 +71692,7 @@
71682
71692
  "$ref": "#/definitions/SelectControlSchema",
71683
71693
  "additionalProperties": false,
71684
71694
  "patternProperties": {
71685
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|unique|columnClassName)$": {}
71695
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|unique|columnClassName)$": {}
71686
71696
  }
71687
71697
  },
71688
71698
  {
@@ -72518,7 +72528,7 @@
72518
72528
  "$ref": "#/definitions/SelectControlSchema",
72519
72529
  "additionalProperties": false,
72520
72530
  "patternProperties": {
72521
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|columnClassName|columnRatio)$": {}
72531
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|size|label|labelAlign|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|columnClassName|columnRatio)$": {}
72522
72532
  }
72523
72533
  },
72524
72534
  {
@@ -1,4 +1,5 @@
1
1
  // 这里放 css 自定义变量
2
+ @import './cxd-colors';
2
3
 
3
4
  :root {
4
5
  --black: #{$black};
@@ -733,6 +734,10 @@
733
734
  --Form-input-onHover-bg: #{rgba($white, 0.6)};
734
735
  --Form-input-onHover-borderColor: var(--Form-input-onFocused-borderColor);
735
736
  --Form-input-paddingX: #{px2rem(8px)};
737
+
738
+ --Form-input-password-icon-size: #{px2rem(16px)};
739
+ --Form-input-password-icon-color: #{$G5};
740
+
736
741
  --Form-inputNumber-paddingX: #{px2rem(12px)};
737
742
  --Form-inputNumber-base-width: #{px2rem(24px)};
738
743
  --Form-inputNumber-base-height: #{px2rem(32px)};
@@ -15,6 +15,14 @@
15
15
  z-index: var(--Table-fixed-zIndex);
16
16
  top: auto;
17
17
  box-shadow: none;
18
+
19
+ &--autoFillHeight {
20
+ & > table thead {
21
+ position: sticky; // 简单实现表头吸顶效果,不考虑 IE 11 不然太麻烦
22
+ top: 0;
23
+ z-index: 1; // 由于 badge 导致 tbody 里 tr 的 position: relative 了
24
+ }
25
+ }
18
26
  }
19
27
 
20
28
  &-fixedLeft {
@@ -606,7 +614,7 @@
606
614
  display: inline-block;
607
615
  vertical-align: top;
608
616
  padding-left: var(--gap-sm);
609
-
617
+
610
618
  &:hover {
611
619
  color: var(--TableCell-searchBtn--onActive-color);
612
620
  }
@@ -168,4 +168,10 @@ $link-color: $info;
168
168
  --Table-onChecked-borderColor: var(--Table-borderColor);
169
169
 
170
170
  --Switch-bgColor: #bfbfbf;
171
+
172
+ // tree
173
+ --Tree-item-onChekced-bg: #bae7ff;
174
+ --Tree-item-onChekced-bg-borderRadius: #{px2rem(2px)};
175
+ --Tree-itemHeight: #{px2rem(24px)};
176
+ --Tree-icon-gap: var(--gap-sm);
171
177
  }
@@ -159,8 +159,6 @@ $L1: 0px 4px 6px 0px rgba(8, 14, 26, 0.06),
159
159
  --Form-input-clearBtn-color: #{$G7};
160
160
  --Form-input-clearBtn-color-onHover: #{$G4};
161
161
  --Form-input-clearBtn-color-onActive: #{$G3};
162
- --Form-input-password-icon-size: #{px2rem(16px)};
163
- --Form-input-password-icon-color: #{$G5};
164
162
 
165
163
  --Form-select-borderWidth: #{px2rem(1px)};
166
164
  --Form-select-borderRadius: #{$R3};
package/sdk/ang-ie11.css CHANGED
@@ -32559,6 +32559,13 @@ readers do not read off random characters that represent icons */
32559
32559
  box-shadow: none;
32560
32560
  }
32561
32561
 
32562
+ .amis-scope .a-Table-fixedLeft--autoFillHeight > table thead,
32563
+ .amis-scope .a-Table-fixedRight--autoFillHeight > table thead {
32564
+ position: sticky;
32565
+ top: 0;
32566
+ z-index: 1;
32567
+ }
32568
+
32562
32569
  .amis-scope .a-Table-fixedLeft {
32563
32570
  left: 0;
32564
32571
  top: -999999px;
@@ -40695,9 +40702,9 @@ readers do not read off random characters that represent icons */
40695
40702
  }
40696
40703
 
40697
40704
  .amis-scope .a-TextControl-revealPassword .icon {
40698
- width: var(--Form-input-password-icon-size);
40699
- height: var(--Form-input-password-icon-size);
40700
- color: var(--Form-input-password-icon-color);
40705
+ width: 1rem;
40706
+ height: 1rem;
40707
+ color: #84868c;
40701
40708
  cursor: pointer;
40702
40709
  }
40703
40710
 
package/sdk/ang.css CHANGED
@@ -13852,6 +13852,8 @@ readers do not read off random characters that represent icons */
13852
13852
  --Form-input-onHover-bg: rgba(255, 255, 255, 0.6);
13853
13853
  --Form-input-onHover-borderColor: var(--Form-input-onFocused-borderColor);
13854
13854
  --Form-input-paddingX: 0.5rem;
13855
+ --Form-input-password-icon-size: 1rem;
13856
+ --Form-input-password-icon-color: #84868c;
13855
13857
  --Form-inputNumber-paddingX: 0.75rem;
13856
13858
  --Form-inputNumber-base-width: 1.5rem;
13857
13859
  --Form-inputNumber-base-height: 2rem;
@@ -34052,6 +34054,13 @@ readers do not read off random characters that represent icons */
34052
34054
  box-shadow: none;
34053
34055
  }
34054
34056
 
34057
+ .amis-scope .a-Table-fixedLeft--autoFillHeight > table thead,
34058
+ .amis-scope .a-Table-fixedRight--autoFillHeight > table thead {
34059
+ position: sticky;
34060
+ top: 0;
34061
+ z-index: 1;
34062
+ }
34063
+
34055
34064
  .amis-scope .a-Table-fixedLeft {
34056
34065
  left: 0;
34057
34066
  top: -999999px;
package/sdk/antd-ie11.css CHANGED
@@ -32537,6 +32537,13 @@ readers do not read off random characters that represent icons */
32537
32537
  box-shadow: none;
32538
32538
  }
32539
32539
 
32540
+ .amis-scope .antd-Table-fixedLeft--autoFillHeight > table thead,
32541
+ .amis-scope .antd-Table-fixedRight--autoFillHeight > table thead {
32542
+ position: sticky;
32543
+ top: 0;
32544
+ z-index: 1;
32545
+ }
32546
+
32540
32547
  .amis-scope .antd-Table-fixedLeft {
32541
32548
  left: 0;
32542
32549
  top: -999999px;
@@ -40673,9 +40680,9 @@ readers do not read off random characters that represent icons */
40673
40680
  }
40674
40681
 
40675
40682
  .amis-scope .antd-TextControl-revealPassword .icon {
40676
- width: var(--Form-input-password-icon-size);
40677
- height: var(--Form-input-password-icon-size);
40678
- color: var(--Form-input-password-icon-color);
40683
+ width: 1rem;
40684
+ height: 1rem;
40685
+ color: #84868c;
40679
40686
  cursor: pointer;
40680
40687
  }
40681
40688
 
@@ -41553,7 +41560,7 @@ readers do not read off random characters that represent icons */
41553
41560
  .amis-scope .antd-TreeSelection-itemInner {
41554
41561
  display: flex;
41555
41562
  align-items: center;
41556
- line-height: 1.875rem;
41563
+ line-height: 1.5rem;
41557
41564
  position: relative;
41558
41565
  font-size: 0.875rem;
41559
41566
  padding: 0 0.5rem;
@@ -45295,7 +45302,7 @@ readers do not read off random characters that represent icons */
45295
45302
  }
45296
45303
 
45297
45304
  .amis-scope .antd-Tree-item {
45298
- line-height: 1.875rem;
45305
+ line-height: 1.5rem;
45299
45306
  position: relative;
45300
45307
  }
45301
45308
 
@@ -45314,7 +45321,7 @@ readers do not read off random characters that represent icons */
45314
45321
  top: 2px;
45315
45322
  width: 1rem;
45316
45323
  height: 1rem;
45317
- margin-left: 0.25rem;
45324
+ margin-left: 0.5rem;
45318
45325
  }
45319
45326
 
45320
45327
  .amis-scope .antd-Tree.is-disabled {
@@ -45335,7 +45342,7 @@ readers do not read off random characters that represent icons */
45335
45342
  }
45336
45343
 
45337
45344
  .amis-scope .antd-Tree-rootItem {
45338
- line-height: 1.875rem;
45345
+ line-height: 1.5rem;
45339
45346
  }
45340
45347
 
45341
45348
  .amis-scope .antd-Tree-item > div:hover > .antd-Tree-item-icons,
@@ -45349,7 +45356,7 @@ readers do not read off random characters that represent icons */
45349
45356
  position: relative;
45350
45357
  user-select: none;
45351
45358
  margin-bottom: 0.25rem;
45352
- padding-left: 0.25rem;
45359
+ padding-left: 0.5rem;
45353
45360
  }
45354
45361
 
45355
45362
  .amis-scope .antd-Tree-itemLabel > * {
@@ -45367,8 +45374,8 @@ readers do not read off random characters that represent icons */
45367
45374
  }
45368
45375
 
45369
45376
  .amis-scope .antd-Tree-item .is-checked {
45370
- background: var(--Tree-item-onChekced-bg);
45371
- border-radius: var(--Tree-item-onChekced-bg-borderRadius);
45377
+ background: #bae7ff;
45378
+ border-radius: 0.125rem;
45372
45379
  }
45373
45380
 
45374
45381
  .amis-scope .antd-Tree-item .is-disabled {
@@ -45389,15 +45396,15 @@ readers do not read off random characters that represent icons */
45389
45396
  transition: visibility 0s ease;
45390
45397
  display: inline-block;
45391
45398
  vertical-align: top;
45392
- height: 1.875rem;
45393
- line-height: 1.875rem;
45394
- padding-right: 0.25rem;
45399
+ height: 1.5rem;
45400
+ line-height: 1.5rem;
45401
+ padding-right: 0.5rem;
45395
45402
  }
45396
45403
 
45397
45404
  .amis-scope .antd-Tree-item-icons > a {
45398
45405
  display: inline-block;
45399
45406
  vertical-align: middle;
45400
- margin-left: 0.25rem;
45407
+ margin-left: 0.5rem;
45401
45408
  cursor: pointer;
45402
45409
  }
45403
45410
 
@@ -45417,7 +45424,7 @@ readers do not read off random characters that represent icons */
45417
45424
  .amis-scope .antd-Tree-itemInput > a {
45418
45425
  display: inline-block;
45419
45426
  cursor: pointer;
45420
- margin-left: 0.25rem;
45427
+ margin-left: 0.5rem;
45421
45428
  color: inherit;
45422
45429
  }
45423
45430
 
@@ -45451,8 +45458,8 @@ readers do not read off random characters that represent icons */
45451
45458
 
45452
45459
  .amis-scope .antd-Tree-addTopBtn {
45453
45460
  cursor: pointer;
45454
- height: 1.875rem;
45455
- line-height: 1.875rem;
45461
+ height: 1.5rem;
45462
+ line-height: 1.5rem;
45456
45463
  display: block;
45457
45464
  }
45458
45465
 
@@ -45469,7 +45476,7 @@ readers do not read off random characters that represent icons */
45469
45476
  width: 0.875rem;
45470
45477
  height: 0.875rem;
45471
45478
  top: 0.109375rem;
45472
- margin-right: 0.25rem;
45479
+ margin-right: 0.5rem;
45473
45480
  }
45474
45481
 
45475
45482
  .amis-scope .antd-Tree-itemArrow {
@@ -45493,7 +45500,7 @@ readers do not read off random characters that represent icons */
45493
45500
 
45494
45501
  .amis-scope .antd-Tree-itemArrowPlaceholder {
45495
45502
  display: inline-block;
45496
- width: calc(1rem + 0.25rem);
45503
+ width: calc(1rem + 0.5rem);
45497
45504
  }
45498
45505
 
45499
45506
  .amis-scope .antd-Tree-itemDrager {
@@ -45502,12 +45509,12 @@ readers do not read off random characters that represent icons */
45502
45509
  }
45503
45510
 
45504
45511
  .amis-scope .antd-Tree-spinner {
45505
- margin-right: 0.25rem;
45512
+ margin-right: 0.5rem;
45506
45513
  }
45507
45514
 
45508
45515
  .amis-scope .antd-Tree-itemIcon {
45509
45516
  display: inline-flex;
45510
- margin-right: 0.25rem;
45517
+ margin-right: 0.5rem;
45511
45518
  }
45512
45519
 
45513
45520
  .amis-scope .antd-Tree-rootIcon > svg,
package/sdk/antd.css CHANGED
@@ -13856,6 +13856,8 @@ readers do not read off random characters that represent icons */
13856
13856
  --Form-input-onHover-bg: rgba(255, 255, 255, 0.6);
13857
13857
  --Form-input-onHover-borderColor: var(--Form-input-onFocused-borderColor);
13858
13858
  --Form-input-paddingX: 0.5rem;
13859
+ --Form-input-password-icon-size: 1rem;
13860
+ --Form-input-password-icon-color: #84868c;
13859
13861
  --Form-inputNumber-paddingX: 0.75rem;
13860
13862
  --Form-inputNumber-base-width: 1.5rem;
13861
13863
  --Form-inputNumber-base-height: 2rem;
@@ -14842,6 +14844,10 @@ readers do not read off random characters that represent icons */
14842
14844
  --Table-onChecked-color: var(--Table-color);
14843
14845
  --Table-onChecked-borderColor: var(--Table-borderColor);
14844
14846
  --Switch-bgColor: #bfbfbf;
14847
+ --Tree-item-onChekced-bg: #bae7ff;
14848
+ --Tree-item-onChekced-bg-borderRadius: 0.125rem;
14849
+ --Tree-itemHeight: 1.5rem;
14850
+ --Tree-icon-gap: var(--gap-sm);
14845
14851
  }
14846
14852
 
14847
14853
  /* BASICS */
@@ -34161,6 +34167,13 @@ readers do not read off random characters that represent icons */
34161
34167
  box-shadow: none;
34162
34168
  }
34163
34169
 
34170
+ .amis-scope .antd-Table-fixedLeft--autoFillHeight > table thead,
34171
+ .amis-scope .antd-Table-fixedRight--autoFillHeight > table thead {
34172
+ position: sticky;
34173
+ top: 0;
34174
+ z-index: 1;
34175
+ }
34176
+
34164
34177
  .amis-scope .antd-Table-fixedLeft {
34165
34178
  left: 0;
34166
34179
  top: -999999px;