amis 1.9.1-beta.21 → 1.9.1-beta.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (171) hide show
  1. package/lib/components/AssociatedSelection.d.ts +40 -40
  2. package/lib/components/Badge.d.ts +1 -1
  3. package/lib/components/Badge.js.map +1 -1
  4. package/lib/components/ChainedSelection.d.ts +40 -40
  5. package/lib/components/GroupedSelection.d.ts +40 -40
  6. package/lib/components/GroupedSelection.js +2 -3
  7. package/lib/components/GroupedSelection.js.map +2 -2
  8. package/lib/components/PickerContainer.d.ts +0 -1
  9. package/lib/components/PickerContainer.js +4 -4
  10. package/lib/components/PickerContainer.js.map +2 -2
  11. package/lib/components/ResultBox.js +3 -1
  12. package/lib/components/ResultBox.js.map +2 -2
  13. package/lib/components/ResultList.d.ts +53 -43
  14. package/lib/components/ResultList.js +22 -34
  15. package/lib/components/ResultList.js.map +2 -2
  16. package/lib/components/ResultTableList.d.ts +40 -40
  17. package/lib/components/ResultTreeList.d.ts +40 -40
  18. package/lib/components/Select.js +10 -6
  19. package/lib/components/Select.js.map +2 -2
  20. package/lib/components/Selection.d.ts +40 -41
  21. package/lib/components/Selection.js.map +2 -2
  22. package/lib/components/TableSelection.d.ts +40 -40
  23. package/lib/components/TabsTransfer.d.ts +2 -2
  24. package/lib/components/TabsTransfer.js.map +1 -1
  25. package/lib/components/Transfer.d.ts +40 -40
  26. package/lib/components/Transfer.js +1 -1
  27. package/lib/components/Transfer.js.map +2 -2
  28. package/lib/components/TransferDropDown.d.ts +40 -40
  29. package/lib/components/TreeSelection.d.ts +40 -40
  30. package/lib/components/TreeSelection.js +2 -3
  31. package/lib/components/TreeSelection.js.map +2 -2
  32. package/lib/components/formula/Editor.d.ts +45 -45
  33. package/lib/components/formula/Editor.js +16 -11
  34. package/lib/components/formula/Editor.js.map +2 -2
  35. package/lib/components/formula/Picker.d.ts +85 -40
  36. package/lib/components/formula/Picker.js +12 -6
  37. package/lib/components/formula/Picker.js.map +2 -2
  38. package/lib/components/formula/VariableList.d.ts +0 -2
  39. package/lib/components/formula/VariableList.js +5 -15
  40. package/lib/components/formula/VariableList.js.map +2 -2
  41. package/lib/components/index.d.ts +1 -3
  42. package/lib/components/index.js +1 -5
  43. package/lib/components/index.js.map +2 -2
  44. package/lib/components/schema-editor/SchemaVariableList.d.ts +0 -1
  45. package/lib/components/schema-editor/SchemaVariableList.js +2 -2
  46. package/lib/components/schema-editor/SchemaVariableList.js.map +2 -2
  47. package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +0 -1
  48. package/lib/components/schema-editor/SchemaVariableListPicker.js +2 -2
  49. package/lib/components/schema-editor/SchemaVariableListPicker.js.map +2 -2
  50. package/lib/helper.css.map +1 -1
  51. package/lib/index.js +1 -1
  52. package/lib/renderers/CRUD.js +3 -3
  53. package/lib/renderers/CRUD.js.map +2 -2
  54. package/lib/renderers/Form/DiffEditor.d.ts +66 -20
  55. package/lib/renderers/Form/Editor.d.ts +66 -20
  56. package/lib/renderers/Form/Group.js +1 -1
  57. package/lib/renderers/Form/Group.js.map +2 -2
  58. package/lib/renderers/Form/InputFormula.d.ts +5 -5
  59. package/lib/renderers/Form/InputFormula.js +4 -3
  60. package/lib/renderers/Form/InputFormula.js.map +2 -2
  61. package/lib/renderers/Form/InputTag.d.ts +1 -1
  62. package/lib/renderers/Form/InputTag.js.map +1 -1
  63. package/lib/renderers/Form/Options.js +7 -7
  64. package/lib/renderers/Form/Options.js.map +2 -2
  65. package/lib/renderers/Form/Select.d.ts +6 -1
  66. package/lib/renderers/Form/Select.js +3 -1
  67. package/lib/renderers/Form/Select.js.map +2 -2
  68. package/lib/renderers/Form/TreeSelect.d.ts +0 -1
  69. package/lib/renderers/Form/TreeSelect.js +1 -9
  70. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  71. package/lib/renderers/Form/index.js +9 -4
  72. package/lib/renderers/Form/index.js.map +2 -2
  73. package/lib/renderers/Table/exportExcel.js +1 -1
  74. package/lib/renderers/Table/exportExcel.js.map +2 -2
  75. package/lib/renderers/Table/index.d.ts +2 -0
  76. package/lib/renderers/Table/index.js +37 -5
  77. package/lib/renderers/Table/index.js.map +2 -2
  78. package/lib/renderers/Tpl.d.ts +4 -0
  79. package/lib/renderers/Tpl.js +6 -3
  80. package/lib/renderers/Tpl.js.map +2 -2
  81. package/lib/store/combo.d.ts +72 -22
  82. package/lib/store/form.d.ts +30 -9
  83. package/lib/store/form.js +28 -10
  84. package/lib/store/form.js.map +2 -2
  85. package/lib/store/formItem.d.ts +3 -1
  86. package/lib/store/formItem.js +3 -5
  87. package/lib/store/formItem.js.map +2 -2
  88. package/lib/store/table.d.ts +60 -18
  89. package/lib/themes/ang-ie11.css +33 -9
  90. package/lib/themes/ang.css +27 -9
  91. package/lib/themes/ang.css.map +1 -1
  92. package/lib/themes/antd-ie11.css +33 -9
  93. package/lib/themes/antd.css +27 -9
  94. package/lib/themes/antd.css.map +1 -1
  95. package/lib/themes/cxd-ie11.css +35 -15
  96. package/lib/themes/cxd.css +31 -17
  97. package/lib/themes/cxd.css.map +1 -1
  98. package/lib/themes/dark-ie11.css +33 -9
  99. package/lib/themes/dark.css +27 -9
  100. package/lib/themes/dark.css.map +1 -1
  101. package/lib/themes/default-ie11.css +35 -15
  102. package/lib/themes/default.css +31 -17
  103. package/lib/themes/default.css.map +1 -1
  104. package/lib/utils/formula.js +2 -3
  105. package/lib/utils/formula.js.map +2 -2
  106. package/lib/utils/helper.js +1 -1
  107. package/lib/utils/helper.js.map +2 -2
  108. package/package.json +1 -1
  109. package/schema.json +22 -16
  110. package/scss/_mixins.scss +1 -1
  111. package/scss/components/form/_date.scss +9 -10
  112. package/scss/components/form/_select.scss +14 -0
  113. package/scss/components/form/_transfer.scss +1 -2
  114. package/scss/themes/cxd.scss +4 -9
  115. package/sdk/ang-ie11.css +36 -9
  116. package/sdk/ang.css +30 -9
  117. package/sdk/antd-ie11.css +36 -9
  118. package/sdk/antd.css +30 -9
  119. package/sdk/barcode.js +51 -51
  120. package/sdk/charts.js +14 -14
  121. package/sdk/codemirror.js +7 -7
  122. package/sdk/color-picker.js +65 -65
  123. package/sdk/cropperjs.js +2 -2
  124. package/sdk/cxd-ie11.css +38 -16
  125. package/sdk/cxd.css +34 -18
  126. package/sdk/dark-ie11.css +36 -9
  127. package/sdk/dark.css +30 -9
  128. package/sdk/exceljs.js +1 -1
  129. package/sdk/helper.css.map +1 -1
  130. package/sdk/markdown.js +69 -69
  131. package/sdk/papaparse.js +1 -1
  132. package/sdk/renderers/Form/CityDB.js +1 -1
  133. package/sdk/rest.js +16 -16
  134. package/sdk/rich-text.js +62 -62
  135. package/sdk/sdk-ie11.css +38 -16
  136. package/sdk/sdk.css +34 -18
  137. package/sdk/sdk.js +1356 -1354
  138. package/sdk/thirds/hls.js/hls.js +1 -1
  139. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  140. package/sdk/tinymce.js +57 -57
  141. package/src/components/Badge.tsx +1 -1
  142. package/src/components/GroupedSelection.tsx +2 -3
  143. package/src/components/PickerContainer.tsx +8 -13
  144. package/src/components/ResultBox.tsx +3 -1
  145. package/src/components/ResultList.tsx +51 -48
  146. package/src/components/Select.tsx +16 -8
  147. package/src/components/Selection.tsx +0 -1
  148. package/src/components/TabsTransfer.tsx +2 -2
  149. package/src/components/Transfer.tsx +4 -0
  150. package/src/components/TreeSelection.tsx +1 -2
  151. package/src/components/formula/Editor.tsx +51 -38
  152. package/src/components/formula/Picker.tsx +26 -7
  153. package/src/components/formula/VariableList.tsx +2 -36
  154. package/src/components/index.tsx +0 -4
  155. package/src/components/schema-editor/SchemaVariableList.tsx +2 -4
  156. package/src/components/schema-editor/SchemaVariableListPicker.tsx +1 -4
  157. package/src/renderers/CRUD.tsx +3 -3
  158. package/src/renderers/Form/Group.tsx +1 -1
  159. package/src/renderers/Form/InputFormula.tsx +11 -10
  160. package/src/renderers/Form/InputTag.tsx +1 -1
  161. package/src/renderers/Form/Options.tsx +7 -9
  162. package/src/renderers/Form/Select.tsx +10 -2
  163. package/src/renderers/Form/TreeSelect.tsx +14 -16
  164. package/src/renderers/Form/index.tsx +13 -2
  165. package/src/renderers/Table/exportExcel.ts +1 -1
  166. package/src/renderers/Table/index.tsx +42 -6
  167. package/src/renderers/Tpl.tsx +11 -1
  168. package/src/store/form.ts +31 -24
  169. package/src/store/formItem.ts +65 -52
  170. package/src/utils/formula.ts +2 -2
  171. package/src/utils/helper.ts +2 -2
@@ -459,7 +459,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
459
459
  validateOnChange?: boolean | undefined;
460
460
  label?: string | undefined;
461
461
  }) => void;
462
- validate: (data: Object, hook?: any) => Promise<boolean>;
462
+ validate: (data: Object, hook?: any, customRules?: {
463
+ [propName: string]: any;
464
+ } | undefined) => Promise<boolean>;
463
465
  setError: (msg: string | string[], tag?: string) => void;
464
466
  addError: (msg: string | (string | {
465
467
  msg: string;
@@ -866,7 +868,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
866
868
  validateOnChange?: boolean | undefined;
867
869
  label?: string | undefined;
868
870
  }) => void;
869
- validate: (data: Object, hook?: any) => Promise<boolean>;
871
+ validate: (data: Object, hook?: any, customRules?: {
872
+ [propName: string]: any;
873
+ } | undefined) => Promise<boolean>;
870
874
  setError: (msg: string | string[], tag?: string) => void;
871
875
  addError: (msg: string | (string | {
872
876
  msg: string;
@@ -1282,7 +1286,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
1282
1286
  validateOnChange?: boolean | undefined;
1283
1287
  label?: string | undefined;
1284
1288
  }) => void;
1285
- validate: (data: Object, hook?: any) => Promise<boolean>;
1289
+ validate: (data: Object, hook?: any, customRules?: {
1290
+ [propName: string]: any;
1291
+ } | undefined) => Promise<boolean>;
1286
1292
  setError: (msg: string | string[], tag?: string) => void;
1287
1293
  addError: (msg: string | (string | {
1288
1294
  msg: string;
@@ -1689,7 +1695,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
1689
1695
  validateOnChange?: boolean | undefined;
1690
1696
  label?: string | undefined;
1691
1697
  }) => void;
1692
- validate: (data: Object, hook?: any) => Promise<boolean>;
1698
+ validate: (data: Object, hook?: any, customRules?: {
1699
+ [propName: string]: any;
1700
+ } | undefined) => Promise<boolean>;
1693
1701
  setError: (msg: string | string[], tag?: string) => void;
1694
1702
  addError: (msg: string | (string | {
1695
1703
  msg: string;
@@ -2100,7 +2108,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
2100
2108
  validateOnChange?: boolean | undefined;
2101
2109
  label?: string | undefined;
2102
2110
  }) => void;
2103
- validate: (data: Object, hook?: any) => Promise<boolean>;
2111
+ validate: (data: Object, hook?: any, customRules?: {
2112
+ [propName: string]: any;
2113
+ } | undefined) => Promise<boolean>;
2104
2114
  setError: (msg: string | string[], tag?: string) => void;
2105
2115
  addError: (msg: string | (string | {
2106
2116
  msg: string;
@@ -2507,7 +2517,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
2507
2517
  validateOnChange?: boolean | undefined;
2508
2518
  label?: string | undefined;
2509
2519
  }) => void;
2510
- validate: (data: Object, hook?: any) => Promise<boolean>;
2520
+ validate: (data: Object, hook?: any, customRules?: {
2521
+ [propName: string]: any;
2522
+ } | undefined) => Promise<boolean>;
2511
2523
  setError: (msg: string | string[], tag?: string) => void;
2512
2524
  addError: (msg: string | (string | {
2513
2525
  msg: string;
@@ -2918,7 +2930,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
2918
2930
  validateOnChange?: boolean | undefined;
2919
2931
  label?: string | undefined;
2920
2932
  }) => void;
2921
- validate: (data: Object, hook?: any) => Promise<boolean>;
2933
+ validate: (data: Object, hook?: any, customRules?: {
2934
+ [propName: string]: any;
2935
+ } | undefined) => Promise<boolean>;
2922
2936
  setError: (msg: string | string[], tag?: string) => void;
2923
2937
  addError: (msg: string | (string | {
2924
2938
  msg: string;
@@ -3325,7 +3339,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
3325
3339
  validateOnChange?: boolean | undefined;
3326
3340
  label?: string | undefined;
3327
3341
  }) => void;
3328
- validate: (data: Object, hook?: any) => Promise<boolean>;
3342
+ validate: (data: Object, hook?: any, customRules?: {
3343
+ [propName: string]: any;
3344
+ } | undefined) => Promise<boolean>;
3329
3345
  setError: (msg: string | string[], tag?: string) => void;
3330
3346
  addError: (msg: string | (string | {
3331
3347
  msg: string;
@@ -3646,7 +3662,12 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
3646
3662
  trimValues: () => void;
3647
3663
  submit: (fn?: ((values: object) => Promise<any>) | undefined, hooks?: (() => Promise<any>)[] | undefined, failedMessage?: string | undefined, validateErrCb?: (() => void) | undefined) => Promise<any>;
3648
3664
  validate: (hooks?: (() => Promise<any>)[] | undefined, forceValidate?: boolean | undefined) => Promise<boolean>;
3649
- validateFields: (fields: string[]) => Promise<boolean>;
3665
+ validateFields: (fields: (string | {
3666
+ name: string;
3667
+ rules: {
3668
+ [propName: string]: any;
3669
+ };
3670
+ })[]) => Promise<boolean>;
3650
3671
  clearErrors: () => void;
3651
3672
  saveRemote: (api: import("../types").Api, data?: object | undefined, options?: import("../types").fetchOptions | undefined) => Promise<any>;
3652
3673
  reset: (cb?: ((data: any) => void) | undefined, resetData?: boolean) => void;
@@ -3847,7 +3868,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
3847
3868
  validateOnChange?: boolean | undefined;
3848
3869
  label?: string | undefined;
3849
3870
  }) => void;
3850
- validate: (data: Object, hook?: any) => Promise<boolean>;
3871
+ validate: (data: Object, hook?: any, customRules?: {
3872
+ [propName: string]: any;
3873
+ } | undefined) => Promise<boolean>;
3851
3874
  setError: (msg: string | string[], tag?: string) => void;
3852
3875
  addError: (msg: string | (string | {
3853
3876
  msg: string;
@@ -4254,7 +4277,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
4254
4277
  validateOnChange?: boolean | undefined;
4255
4278
  label?: string | undefined;
4256
4279
  }) => void;
4257
- validate: (data: Object, hook?: any) => Promise<boolean>;
4280
+ validate: (data: Object, hook?: any, customRules?: {
4281
+ [propName: string]: any;
4282
+ } | undefined) => Promise<boolean>;
4258
4283
  setError: (msg: string | string[], tag?: string) => void;
4259
4284
  addError: (msg: string | (string | {
4260
4285
  msg: string;
@@ -4670,7 +4695,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
4670
4695
  validateOnChange?: boolean | undefined;
4671
4696
  label?: string | undefined;
4672
4697
  }) => void;
4673
- validate: (data: Object, hook?: any) => Promise<boolean>;
4698
+ validate: (data: Object, hook?: any, customRules?: {
4699
+ [propName: string]: any;
4700
+ } | undefined) => Promise<boolean>;
4674
4701
  setError: (msg: string | string[], tag?: string) => void;
4675
4702
  addError: (msg: string | (string | {
4676
4703
  msg: string;
@@ -5077,7 +5104,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
5077
5104
  validateOnChange?: boolean | undefined;
5078
5105
  label?: string | undefined;
5079
5106
  }) => void;
5080
- validate: (data: Object, hook?: any) => Promise<boolean>;
5107
+ validate: (data: Object, hook?: any, customRules?: {
5108
+ [propName: string]: any;
5109
+ } | undefined) => Promise<boolean>;
5081
5110
  setError: (msg: string | string[], tag?: string) => void;
5082
5111
  addError: (msg: string | (string | {
5083
5112
  msg: string;
@@ -5488,7 +5517,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
5488
5517
  validateOnChange?: boolean | undefined;
5489
5518
  label?: string | undefined;
5490
5519
  }) => void;
5491
- validate: (data: Object, hook?: any) => Promise<boolean>;
5520
+ validate: (data: Object, hook?: any, customRules?: {
5521
+ [propName: string]: any;
5522
+ } | undefined) => Promise<boolean>;
5492
5523
  setError: (msg: string | string[], tag?: string) => void;
5493
5524
  addError: (msg: string | (string | {
5494
5525
  msg: string;
@@ -5895,7 +5926,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
5895
5926
  validateOnChange?: boolean | undefined;
5896
5927
  label?: string | undefined;
5897
5928
  }) => void;
5898
- validate: (data: Object, hook?: any) => Promise<boolean>;
5929
+ validate: (data: Object, hook?: any, customRules?: {
5930
+ [propName: string]: any;
5931
+ } | undefined) => Promise<boolean>;
5899
5932
  setError: (msg: string | string[], tag?: string) => void;
5900
5933
  addError: (msg: string | (string | {
5901
5934
  msg: string;
@@ -6306,7 +6339,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
6306
6339
  validateOnChange?: boolean | undefined;
6307
6340
  label?: string | undefined;
6308
6341
  }) => void;
6309
- validate: (data: Object, hook?: any) => Promise<boolean>;
6342
+ validate: (data: Object, hook?: any, customRules?: {
6343
+ [propName: string]: any;
6344
+ } | undefined) => Promise<boolean>;
6310
6345
  setError: (msg: string | string[], tag?: string) => void;
6311
6346
  addError: (msg: string | (string | {
6312
6347
  msg: string;
@@ -6713,7 +6748,9 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
6713
6748
  validateOnChange?: boolean | undefined;
6714
6749
  label?: string | undefined;
6715
6750
  }) => void;
6716
- validate: (data: Object, hook?: any) => Promise<boolean>;
6751
+ validate: (data: Object, hook?: any, customRules?: {
6752
+ [propName: string]: any;
6753
+ } | undefined) => Promise<boolean>;
6717
6754
  setError: (msg: string | string[], tag?: string) => void;
6718
6755
  addError: (msg: string | (string | {
6719
6756
  msg: string;
@@ -7034,7 +7071,12 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
7034
7071
  trimValues: () => void;
7035
7072
  submit: (fn?: ((values: object) => Promise<any>) | undefined, hooks?: (() => Promise<any>)[] | undefined, failedMessage?: string | undefined, validateErrCb?: (() => void) | undefined) => Promise<any>;
7036
7073
  validate: (hooks?: (() => Promise<any>)[] | undefined, forceValidate?: boolean | undefined) => Promise<boolean>;
7037
- validateFields: (fields: string[]) => Promise<boolean>;
7074
+ validateFields: (fields: (string | {
7075
+ name: string;
7076
+ rules: {
7077
+ [propName: string]: any;
7078
+ };
7079
+ })[]) => Promise<boolean>;
7038
7080
  clearErrors: () => void;
7039
7081
  saveRemote: (api: import("../types").Api, data?: object | undefined, options?: import("../types").fetchOptions | undefined) => Promise<any>;
7040
7082
  reset: (cb?: ((data: any) => void) | undefined, resetData?: boolean) => void;
@@ -22332,7 +22332,7 @@ input[type=button].a-Button--block {
22332
22332
  justify-content: flex-start;
22333
22333
  }
22334
22334
  .a-InputBox input {
22335
- flex-basis: 5rem;
22335
+ flex-basis: 1.875rem;
22336
22336
  flex-grow: 1;
22337
22337
  outline: none;
22338
22338
  background: transparent;
@@ -22668,7 +22668,7 @@ input[type=button].a-Button--block {
22668
22668
  position: relative;
22669
22669
  }
22670
22670
  .a-ResultBox input {
22671
- flex-basis: 5rem;
22671
+ flex-basis: 1.875rem;
22672
22672
  flex-grow: 1;
22673
22673
  outline: none;
22674
22674
  background: transparent;
@@ -24087,7 +24087,7 @@ fieldset.a-Collapse--lg:after {
24087
24087
  justify-content: flex-start;
24088
24088
  }
24089
24089
  .a-TextControl-input input {
24090
- flex-basis: 5rem;
24090
+ flex-basis: 1.875rem;
24091
24091
  flex-grow: 1;
24092
24092
  outline: none;
24093
24093
  background: transparent;
@@ -24412,7 +24412,7 @@ input.a-TextControl-input-password {
24412
24412
  justify-content: flex-start;
24413
24413
  }
24414
24414
  .a-TextareaControl-input input {
24415
- flex-basis: 5rem;
24415
+ flex-basis: 1.875rem;
24416
24416
  flex-grow: 1;
24417
24417
  outline: none;
24418
24418
  background: transparent;
@@ -25708,6 +25708,9 @@ input.a-TextControl-input-password {
25708
25708
  .a-Select:focus {
25709
25709
  box-shadow: none;
25710
25710
  }
25711
+ .a-Select .a-PopOver.a-Select-popover .a-Select-menu {
25712
+ overflow-x: hidden;
25713
+ }
25711
25714
  .a-Select .a-PopOver.a-Select-popover .a-Select-menu .a-Select-option {
25712
25715
  height: 2rem;
25713
25716
  line-height: 1.375rem;
@@ -25927,6 +25930,15 @@ input.a-TextControl-input-password {
25927
25930
  .a-Select-option.is-highlight > a {
25928
25931
  display: block;
25929
25932
  }
25933
+ .a-Select-option .a-Select-option-content,
25934
+ .a-Select-option .a-Select-option-content > span > div {
25935
+ flex: auto;
25936
+ overflow: hidden;
25937
+ white-space: nowrap;
25938
+ text-overflow: ellipsis;
25939
+ display: inline-block;
25940
+ max-width: 100%;
25941
+ }
25930
25942
  .a-Select-noResult {
25931
25943
  color: #99a6ad;
25932
25944
  line-height: 1.4285714286;
@@ -26625,6 +26637,19 @@ input.a-TextControl-input-password {
26625
26637
  display: flex;
26626
26638
  }
26627
26639
 
26640
+ .a-DateControl.is-date > .a-DatePicker {
26641
+ min-width: calc(calc(
26642
+ 1rem * 5 + 0.75rem * 2 +
26643
+ 0.875rem * 2
26644
+ ) + 1rem * 2);
26645
+ }
26646
+ .a-DateControl.is-datetime > .a-DatePicker {
26647
+ min-width: calc(calc(
26648
+ 1rem * 5 + 0.75rem * 2 +
26649
+ 0.875rem * 2
26650
+ ) + 1rem * 6);
26651
+ }
26652
+
26628
26653
  .a-DatePicker-shortcuts {
26629
26654
  margin: 0;
26630
26655
  padding-left: 0.625rem;
@@ -28535,7 +28560,7 @@ td.rdtQuarter.rdtDisabled:hover {
28535
28560
  justify-content: flex-start;
28536
28561
  }
28537
28562
  .a-TreeSelect-input input {
28538
- flex-basis: 5rem;
28563
+ flex-basis: 1.875rem;
28539
28564
  flex-grow: 1;
28540
28565
  outline: none;
28541
28566
  background: transparent;
@@ -29071,7 +29096,7 @@ td.rdtQuarter.rdtDisabled:hover {
29071
29096
  justify-content: flex-start;
29072
29097
  }
29073
29098
  .a-Picker-input input {
29074
- flex-basis: 5rem;
29099
+ flex-basis: 1.875rem;
29075
29100
  flex-grow: 1;
29076
29101
  outline: none;
29077
29102
  background: transparent;
@@ -29481,8 +29506,7 @@ td.rdtQuarter.rdtDisabled:hover {
29481
29506
  .a-Transfer-select > .a-ChainedSelection .a-ChainedSelection-col {
29482
29507
  height: 100%;
29483
29508
  overflow: auto;
29484
- min-width: unset;
29485
- flex: 1 1 0;
29509
+ min-width: 8.125rem;
29486
29510
  }
29487
29511
  .a-Transfer .a--ResultTreeList {
29488
29512
  border-top: 1px solid #d1d5db;
@@ -29906,7 +29930,7 @@ td.rdtQuarter.rdtDisabled:hover {
29906
29930
  justify-content: flex-start;
29907
29931
  }
29908
29932
  .a-IconPickerControl-input input {
29909
- flex-basis: 5rem;
29933
+ flex-basis: 1.875rem;
29910
29934
  flex-grow: 1;
29911
29935
  outline: none;
29912
29936
  background: transparent;
@@ -23744,7 +23744,7 @@ input[type=button].a-Button--block {
23744
23744
  justify-content: flex-start;
23745
23745
  }
23746
23746
  .a-InputBox input {
23747
- flex-basis: 5rem;
23747
+ flex-basis: 1.875rem;
23748
23748
  flex-grow: 1;
23749
23749
  outline: none;
23750
23750
  background: transparent;
@@ -24070,7 +24070,7 @@ input[type=button].a-Button--block {
24070
24070
  position: relative;
24071
24071
  }
24072
24072
  .a-ResultBox input {
24073
- flex-basis: 5rem;
24073
+ flex-basis: 1.875rem;
24074
24074
  flex-grow: 1;
24075
24075
  outline: none;
24076
24076
  background: transparent;
@@ -25473,7 +25473,7 @@ fieldset.a-Collapse--lg:after {
25473
25473
  justify-content: flex-start;
25474
25474
  }
25475
25475
  .a-TextControl-input input {
25476
- flex-basis: 5rem;
25476
+ flex-basis: 1.875rem;
25477
25477
  flex-grow: 1;
25478
25478
  outline: none;
25479
25479
  background: transparent;
@@ -25783,7 +25783,7 @@ input.a-TextControl-input-password {
25783
25783
  justify-content: flex-start;
25784
25784
  }
25785
25785
  .a-TextareaControl-input input {
25786
- flex-basis: 5rem;
25786
+ flex-basis: 1.875rem;
25787
25787
  flex-grow: 1;
25788
25788
  outline: none;
25789
25789
  background: transparent;
@@ -27049,6 +27049,9 @@ input.a-TextControl-input-password {
27049
27049
  .a-Select:focus {
27050
27050
  box-shadow: var(--Form-select-onFocus-boxShadow);
27051
27051
  }
27052
+ .a-Select .a-PopOver.a-Select-popover .a-Select-menu {
27053
+ overflow-x: hidden;
27054
+ }
27052
27055
  .a-Select .a-PopOver.a-Select-popover .a-Select-menu .a-Select-option {
27053
27056
  height: 2rem;
27054
27057
  line-height: 1.375rem;
@@ -27268,6 +27271,15 @@ input.a-TextControl-input-password {
27268
27271
  .a-Select-option.is-highlight > a {
27269
27272
  display: block;
27270
27273
  }
27274
+ .a-Select-option .a-Select-option-content,
27275
+ .a-Select-option .a-Select-option-content > span > div {
27276
+ flex: auto;
27277
+ overflow: hidden;
27278
+ white-space: nowrap;
27279
+ text-overflow: ellipsis;
27280
+ display: inline-block;
27281
+ max-width: 100%;
27282
+ }
27271
27283
  .a-Select-noResult {
27272
27284
  color: var(--Form-select-placeholderColor);
27273
27285
  line-height: var(--Form-input-lineHeight);
@@ -27948,6 +27960,13 @@ input.a-TextControl-input-password {
27948
27960
  display: flex;
27949
27961
  }
27950
27962
 
27963
+ .a-DateControl.is-date > .a-DatePicker {
27964
+ min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
27965
+ }
27966
+ .a-DateControl.is-datetime > .a-DatePicker {
27967
+ min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 6);
27968
+ }
27969
+
27951
27970
  .a-DatePicker-shortcuts {
27952
27971
  margin: 0;
27953
27972
  padding-left: 0.625rem;
@@ -29816,7 +29835,7 @@ td.rdtQuarter.rdtDisabled:hover {
29816
29835
  justify-content: flex-start;
29817
29836
  }
29818
29837
  .a-TreeSelect-input input {
29819
- flex-basis: 5rem;
29838
+ flex-basis: 1.875rem;
29820
29839
  flex-grow: 1;
29821
29840
  outline: none;
29822
29841
  background: transparent;
@@ -30320,7 +30339,7 @@ td.rdtQuarter.rdtDisabled:hover {
30320
30339
  justify-content: flex-start;
30321
30340
  }
30322
30341
  .a-Picker-input input {
30323
- flex-basis: 5rem;
30342
+ flex-basis: 1.875rem;
30324
30343
  flex-grow: 1;
30325
30344
  outline: none;
30326
30345
  background: transparent;
@@ -30722,8 +30741,7 @@ td.rdtQuarter.rdtDisabled:hover {
30722
30741
  .a-Transfer-select > .a-ChainedSelection .a-ChainedSelection-col {
30723
30742
  height: 100%;
30724
30743
  overflow: auto;
30725
- min-width: unset;
30726
- flex: 1 1 0;
30744
+ min-width: 8.125rem;
30727
30745
  }
30728
30746
  .a-Transfer .a--ResultTreeList {
30729
30747
  border-top: 1px solid var(--borderColor);
@@ -31142,7 +31160,7 @@ td.rdtQuarter.rdtDisabled:hover {
31142
31160
  justify-content: flex-start;
31143
31161
  }
31144
31162
  .a-IconPickerControl-input input {
31145
- flex-basis: 5rem;
31163
+ flex-basis: 1.875rem;
31146
31164
  flex-grow: 1;
31147
31165
  outline: none;
31148
31166
  background: transparent;