amis 1.9.1-beta.22 → 1.9.1-beta.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/lib/helper.css.map +1 -1
  2. package/lib/renderers/CRUD.js +2 -2
  3. package/lib/renderers/CRUD.js.map +2 -2
  4. package/lib/renderers/Form/index.js +1 -0
  5. package/lib/renderers/Form/index.js.map +2 -2
  6. package/lib/renderers/Table/exportExcel.js +1 -1
  7. package/lib/renderers/Table/exportExcel.js.map +2 -2
  8. package/lib/themes/ang-ie11.css +11 -14
  9. package/lib/themes/ang.css +11 -14
  10. package/lib/themes/ang.css.map +1 -1
  11. package/lib/themes/antd-ie11.css +11 -14
  12. package/lib/themes/antd.css +11 -14
  13. package/lib/themes/antd.css.map +1 -1
  14. package/lib/themes/cxd-ie11.css +11 -14
  15. package/lib/themes/cxd.css +11 -14
  16. package/lib/themes/cxd.css.map +1 -1
  17. package/lib/themes/dark-ie11.css +11 -14
  18. package/lib/themes/dark.css +11 -14
  19. package/lib/themes/dark.css.map +1 -1
  20. package/lib/themes/default-ie11.css +11 -14
  21. package/lib/themes/default.css +11 -14
  22. package/lib/themes/default.css.map +1 -1
  23. package/lib/utils/helper.js +1 -1
  24. package/lib/utils/helper.js.map +2 -2
  25. package/package.json +1 -1
  26. package/schema.json +19 -24
  27. package/scss/_mixins.scss +1 -1
  28. package/scss/components/form/_date.scss +19 -11
  29. package/sdk/ang-ie11.css +11 -15
  30. package/sdk/ang.css +11 -15
  31. package/sdk/antd-ie11.css +11 -15
  32. package/sdk/antd.css +11 -15
  33. package/sdk/barcode.js +51 -51
  34. package/sdk/charts.js +14 -14
  35. package/sdk/codemirror.js +7 -7
  36. package/sdk/color-picker.js +65 -65
  37. package/sdk/cropperjs.js +2 -2
  38. package/sdk/cxd-ie11.css +11 -15
  39. package/sdk/cxd.css +11 -15
  40. package/sdk/dark-ie11.css +11 -15
  41. package/sdk/dark.css +11 -15
  42. package/sdk/exceljs.js +1 -1
  43. package/sdk/helper.css.map +1 -1
  44. package/sdk/markdown.js +69 -69
  45. package/sdk/papaparse.js +1 -1
  46. package/sdk/renderers/Form/CityDB.js +1 -1
  47. package/sdk/rest.js +16 -16
  48. package/sdk/rich-text.js +62 -62
  49. package/sdk/sdk-ie11.css +11 -15
  50. package/sdk/sdk.css +11 -15
  51. package/sdk/sdk.js +1643 -1648
  52. package/sdk/thirds/hls.js/hls.js +1 -1
  53. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  54. package/sdk/tinymce.js +57 -57
  55. package/src/renderers/CRUD.tsx +2 -2
  56. package/src/renderers/Form/index.tsx +2 -0
  57. package/src/renderers/Table/exportExcel.ts +1 -1
  58. package/src/utils/helper.ts +2 -2
package/sdk/sdk-ie11.css CHANGED
@@ -38207,7 +38207,7 @@ readers do not read off random characters that represent icons */
38207
38207
  }
38208
38208
 
38209
38209
  .amis-scope .cxd-InputBox input {
38210
- flex-basis: 5rem;
38210
+ flex-basis: 1.875rem;
38211
38211
  flex-grow: 1;
38212
38212
  outline: none;
38213
38213
  background: transparent;
@@ -38604,7 +38604,7 @@ readers do not read off random characters that represent icons */
38604
38604
  }
38605
38605
 
38606
38606
  .amis-scope .cxd-ResultBox input {
38607
- flex-basis: 5rem;
38607
+ flex-basis: 1.875rem;
38608
38608
  flex-grow: 1;
38609
38609
  outline: none;
38610
38610
  background: transparent;
@@ -40319,7 +40319,7 @@ readers do not read off random characters that represent icons */
40319
40319
  }
40320
40320
 
40321
40321
  .amis-scope .cxd-TextControl-input input {
40322
- flex-basis: 5rem;
40322
+ flex-basis: 1.875rem;
40323
40323
  flex-grow: 1;
40324
40324
  outline: none;
40325
40325
  background: transparent;
@@ -40716,7 +40716,7 @@ readers do not read off random characters that represent icons */
40716
40716
  }
40717
40717
 
40718
40718
  .amis-scope .cxd-TextareaControl-input input {
40719
- flex-basis: 5rem;
40719
+ flex-basis: 1.875rem;
40720
40720
  flex-grow: 1;
40721
40721
  outline: none;
40722
40722
  background: transparent;
@@ -43342,10 +43342,6 @@ readers do not read off random characters that represent icons */
43342
43342
  display: flex;
43343
43343
  }
43344
43344
 
43345
- .amis-scope .cxd-DateControl {
43346
- width: auto !important;
43347
- }
43348
-
43349
43345
  .amis-scope .cxd-DateControl.is-date > .cxd-DatePicker {
43350
43346
  min-width: calc(calc(
43351
43347
  16px * 5 + 0.75rem * 2 +
@@ -43364,7 +43360,7 @@ readers do not read off random characters that represent icons */
43364
43360
  margin: 0;
43365
43361
  padding-left: 0.625rem;
43366
43362
  list-style: none;
43367
- background: #F7F7F9;
43363
+ background: #f7f7f9;
43368
43364
  line-height: 2rem;
43369
43365
  }
43370
43366
 
@@ -43533,7 +43529,7 @@ readers do not read off random characters that represent icons */
43533
43529
  .amis-scope .rdt .rdtPicker .rdtDisabled.rdtToday > span,
43534
43530
  .amis-scope .rdt .rdtPicker .rdtOld.rdtToday > span,
43535
43531
  .amis-scope .rdt .rdtPicker .rdtNew.rdtToday > span {
43536
- border-color: #E8E9EB;
43532
+ border-color: #e8e9eb;
43537
43533
  }
43538
43534
 
43539
43535
  .amis-scope .rdt .rdtPicker td.rdtActive > span,
@@ -43547,7 +43543,7 @@ readers do not read off random characters that represent icons */
43547
43543
 
43548
43544
  .amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
43549
43545
  background: transparent;
43550
- border-color: #144BCC;
43546
+ border-color: #144bcc;
43551
43547
  }
43552
43548
 
43553
43549
  .amis-scope .rdt .rdtPicker td.rdtDisabled > span,
@@ -43908,7 +43904,7 @@ readers do not read off random characters that represent icons */
43908
43904
  .amis-scope td.rdtQuarter.rdtDisabled,
43909
43905
  .amis-scope td.rdtQuarter.rdtDisabled:hover {
43910
43906
  background: #f7f7f9;
43911
- color: #B8BABF;
43907
+ color: #b8babf;
43912
43908
  }
43913
43909
 
43914
43910
  .amis-scope .cxd-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
@@ -45601,7 +45597,7 @@ readers do not read off random characters that represent icons */
45601
45597
  }
45602
45598
 
45603
45599
  .amis-scope .cxd-TreeSelect-input input {
45604
- flex-basis: 5rem;
45600
+ flex-basis: 1.875rem;
45605
45601
  flex-grow: 1;
45606
45602
  outline: none;
45607
45603
  background: transparent;
@@ -46237,7 +46233,7 @@ readers do not read off random characters that represent icons */
46237
46233
  }
46238
46234
 
46239
46235
  .amis-scope .cxd-Picker-input input {
46240
- flex-basis: 5rem;
46236
+ flex-basis: 1.875rem;
46241
46237
  flex-grow: 1;
46242
46238
  outline: none;
46243
46239
  background: transparent;
@@ -47224,7 +47220,7 @@ readers do not read off random characters that represent icons */
47224
47220
  }
47225
47221
 
47226
47222
  .amis-scope .cxd-IconPickerControl-input input {
47227
- flex-basis: 5rem;
47223
+ flex-basis: 1.875rem;
47228
47224
  flex-grow: 1;
47229
47225
  outline: none;
47230
47226
  background: transparent;
package/sdk/sdk.css CHANGED
@@ -40155,7 +40155,7 @@ readers do not read off random characters that represent icons */
40155
40155
  }
40156
40156
 
40157
40157
  .amis-scope .cxd-InputBox input {
40158
- flex-basis: 5rem;
40158
+ flex-basis: 1.875rem;
40159
40159
  flex-grow: 1;
40160
40160
  outline: none;
40161
40161
  background: transparent;
@@ -40542,7 +40542,7 @@ readers do not read off random characters that represent icons */
40542
40542
  }
40543
40543
 
40544
40544
  .amis-scope .cxd-ResultBox input {
40545
- flex-basis: 5rem;
40545
+ flex-basis: 1.875rem;
40546
40546
  flex-grow: 1;
40547
40547
  outline: none;
40548
40548
  background: transparent;
@@ -42241,7 +42241,7 @@ readers do not read off random characters that represent icons */
42241
42241
  }
42242
42242
 
42243
42243
  .amis-scope .cxd-TextControl-input input {
42244
- flex-basis: 5rem;
42244
+ flex-basis: 1.875rem;
42245
42245
  flex-grow: 1;
42246
42246
  outline: none;
42247
42247
  background: transparent;
@@ -42623,7 +42623,7 @@ readers do not read off random characters that represent icons */
42623
42623
  }
42624
42624
 
42625
42625
  .amis-scope .cxd-TextareaControl-input input {
42626
- flex-basis: 5rem;
42626
+ flex-basis: 1.875rem;
42627
42627
  flex-grow: 1;
42628
42628
  outline: none;
42629
42629
  background: transparent;
@@ -45201,10 +45201,6 @@ readers do not read off random characters that represent icons */
45201
45201
  display: flex;
45202
45202
  }
45203
45203
 
45204
- .amis-scope .cxd-DateControl {
45205
- width: auto !important;
45206
- }
45207
-
45208
45204
  .amis-scope .cxd-DateControl.is-date > .cxd-DatePicker {
45209
45205
  min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
45210
45206
  }
@@ -45217,7 +45213,7 @@ readers do not read off random characters that represent icons */
45217
45213
  margin: 0;
45218
45214
  padding-left: 0.625rem;
45219
45215
  list-style: none;
45220
- background: #F7F7F9;
45216
+ background: #f7f7f9;
45221
45217
  line-height: 2rem;
45222
45218
  }
45223
45219
 
@@ -45386,7 +45382,7 @@ readers do not read off random characters that represent icons */
45386
45382
  .amis-scope .rdt .rdtPicker .rdtDisabled.rdtToday > span,
45387
45383
  .amis-scope .rdt .rdtPicker .rdtOld.rdtToday > span,
45388
45384
  .amis-scope .rdt .rdtPicker .rdtNew.rdtToday > span {
45389
- border-color: #E8E9EB;
45385
+ border-color: #e8e9eb;
45390
45386
  }
45391
45387
 
45392
45388
  .amis-scope .rdt .rdtPicker td.rdtActive > span,
@@ -45400,7 +45396,7 @@ readers do not read off random characters that represent icons */
45400
45396
 
45401
45397
  .amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
45402
45398
  background: transparent;
45403
- border-color: #144BCC;
45399
+ border-color: #144bcc;
45404
45400
  }
45405
45401
 
45406
45402
  .amis-scope .rdt .rdtPicker td.rdtDisabled > span,
@@ -45751,7 +45747,7 @@ readers do not read off random characters that represent icons */
45751
45747
  .amis-scope td.rdtQuarter.rdtDisabled,
45752
45748
  .amis-scope td.rdtQuarter.rdtDisabled:hover {
45753
45749
  background: var(--Calendar-cell-onDisabled-bg);
45754
- color: #B8BABF;
45750
+ color: #b8babf;
45755
45751
  }
45756
45752
 
45757
45753
  .amis-scope .cxd-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
@@ -47418,7 +47414,7 @@ readers do not read off random characters that represent icons */
47418
47414
  }
47419
47415
 
47420
47416
  .amis-scope .cxd-TreeSelect-input input {
47421
- flex-basis: 5rem;
47417
+ flex-basis: 1.875rem;
47422
47418
  flex-grow: 1;
47423
47419
  outline: none;
47424
47420
  background: transparent;
@@ -48034,7 +48030,7 @@ readers do not read off random characters that represent icons */
48034
48030
  }
48035
48031
 
48036
48032
  .amis-scope .cxd-Picker-input input {
48037
- flex-basis: 5rem;
48033
+ flex-basis: 1.875rem;
48038
48034
  flex-grow: 1;
48039
48035
  outline: none;
48040
48036
  background: transparent;
@@ -49010,7 +49006,7 @@ readers do not read off random characters that represent icons */
49010
49006
  }
49011
49007
 
49012
49008
  .amis-scope .cxd-IconPickerControl-input input {
49013
- flex-basis: 5rem;
49009
+ flex-basis: 1.875rem;
49014
49010
  flex-grow: 1;
49015
49011
  outline: none;
49016
49012
  background: transparent;