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.
- package/lib/helper.css.map +1 -1
- package/lib/renderers/CRUD.js +2 -2
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Form/index.js +1 -0
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Table/exportExcel.js +1 -1
- package/lib/renderers/Table/exportExcel.js.map +2 -2
- package/lib/themes/ang-ie11.css +11 -14
- package/lib/themes/ang.css +11 -14
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +11 -14
- package/lib/themes/antd.css +11 -14
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +11 -14
- package/lib/themes/cxd.css +11 -14
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +11 -14
- package/lib/themes/dark.css +11 -14
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +11 -14
- package/lib/themes/default.css +11 -14
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/helper.js +1 -1
- package/lib/utils/helper.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +19 -24
- package/scss/_mixins.scss +1 -1
- package/scss/components/form/_date.scss +19 -11
- package/sdk/ang-ie11.css +11 -15
- package/sdk/ang.css +11 -15
- package/sdk/antd-ie11.css +11 -15
- package/sdk/antd.css +11 -15
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +11 -15
- package/sdk/cxd.css +11 -15
- package/sdk/dark-ie11.css +11 -15
- package/sdk/dark.css +11 -15
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +11 -15
- package/sdk/sdk.css +11 -15
- package/sdk/sdk.js +1643 -1648
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/renderers/CRUD.tsx +2 -2
- package/src/renderers/Form/index.tsx +2 -0
- package/src/renderers/Table/exportExcel.ts +1 -1
- 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:
|
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:
|
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:
|
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:
|
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: #
|
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: #
|
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: #
|
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: #
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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: #
|
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: #
|
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: #
|
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: #
|
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:
|
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:
|
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:
|
49009
|
+
flex-basis: 1.875rem;
|
49014
49010
|
flex-grow: 1;
|
49015
49011
|
outline: none;
|
49016
49012
|
background: transparent;
|