amis 1.9.1-beta.27 → 1.9.1-beta.28
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/components/Select.d.ts +388 -193
- package/lib/components/Select.js +9 -6
- package/lib/components/Select.js.map +2 -2
- package/lib/factory.js +1 -1
- package/lib/factory.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/renderers/Form/InputText.js +7 -1
- package/lib/renderers/Form/InputText.js.map +2 -2
- package/lib/renderers/Form/Item.js +2 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +5 -0
- package/lib/renderers/Form/Select.js +4 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Steps.js +2 -1
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +2 -0
- package/lib/renderers/Table/index.js +75 -30
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/themes/ang-ie11.css +8 -3
- package/lib/themes/ang.css +7 -0
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +26 -21
- package/lib/themes/antd.css +11 -0
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +5 -0
- package/lib/themes/cxd.css +7 -2
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +8 -3
- package/lib/themes/dark.css +7 -0
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +5 -0
- package/lib/themes/default.css +7 -2
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/helper.js +2 -1
- package/lib/utils/helper.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +12 -7
- package/scss/_properties.scss +5 -0
- package/scss/components/_table.scss +9 -1
- package/scss/themes/_antd-variables.scss +6 -0
- package/scss/themes/_cxd-variables.scss +0 -2
- package/sdk/ang-ie11.css +10 -3
- package/sdk/ang.css +9 -0
- package/sdk/antd-ie11.css +28 -21
- package/sdk/antd.css +13 -0
- 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 +7 -0
- package/sdk/cxd.css +9 -2
- package/sdk/dark-ie11.css +10 -3
- package/sdk/dark.css +9 -0
- package/sdk/exceljs.js +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 +7 -0
- package/sdk/sdk.css +9 -2
- package/sdk/sdk.js +1337 -1337
- 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/components/Select.tsx +10 -5
- package/src/factory.tsx +1 -1
- package/src/renderers/Form/InputText.tsx +9 -1
- package/src/renderers/Form/Item.tsx +2 -1
- package/src/renderers/Form/Select.tsx +10 -1
- package/src/renderers/Steps.tsx +7 -2
- package/src/renderers/Table/index.tsx +82 -30
- package/src/utils/helper.ts +2 -1
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:
|
40677
|
-
height:
|
40678
|
-
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.
|
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.
|
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.
|
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.
|
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.
|
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:
|
45371
|
-
border-radius:
|
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.
|
45393
|
-
line-height: 1.
|
45394
|
-
padding-right: 0.
|
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.
|
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.
|
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.
|
45455
|
-
line-height: 1.
|
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.
|
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.
|
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.
|
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.
|
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;
|