@tntd/monaco-editor 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/umd/tntd-monaco.min.css +78 -143
- package/umd/tntd-monaco.min.js +1 -1
package/package.json
CHANGED
package/umd/tntd-monaco.min.css
CHANGED
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
}
|
|
4
4
|
.tnt-react-monaco-editor-container .line-numbers {
|
|
5
5
|
word-wrap: normal !important;
|
|
6
|
-
font-family: Helvetica, Arial, sans-serif, Microsoft YaHei, Menlo, Monaco,
|
|
7
|
-
monospace;
|
|
6
|
+
font-family: Helvetica, Arial, sans-serif, Microsoft YaHei, Menlo, Monaco, "Courier New", monospace;
|
|
8
7
|
}
|
|
9
8
|
.tnt-codemirror {
|
|
10
9
|
border: none !important;
|
|
@@ -28,10 +27,7 @@
|
|
|
28
27
|
line-height: 22px;
|
|
29
28
|
padding: 5px 12px;
|
|
30
29
|
}
|
|
31
|
-
.tntd-cascader-dropdown
|
|
32
|
-
.tntd-cascader-menu
|
|
33
|
-
.tntd-cascader-menu-item
|
|
34
|
-
.tntd-cascader-menu-item-content {
|
|
30
|
+
.tntd-cascader-dropdown .tntd-cascader-menu .tntd-cascader-menu-item .tntd-cascader-menu-item-content {
|
|
35
31
|
flex: 1;
|
|
36
32
|
overflow: hidden;
|
|
37
33
|
white-space: nowrap;
|
|
@@ -91,9 +87,7 @@ body {
|
|
|
91
87
|
margin: 0;
|
|
92
88
|
color: #17233d;
|
|
93
89
|
font-size: 14px;
|
|
94
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB',
|
|
95
|
-
'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji',
|
|
96
|
-
'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
90
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
97
91
|
font-variant: tabular-nums;
|
|
98
92
|
line-height: 1.57142857;
|
|
99
93
|
background-color: #fff;
|
|
@@ -276,9 +270,9 @@ select {
|
|
|
276
270
|
text-transform: none;
|
|
277
271
|
}
|
|
278
272
|
button,
|
|
279
|
-
html [type=
|
|
280
|
-
[type=
|
|
281
|
-
[type=
|
|
273
|
+
html [type="button"],
|
|
274
|
+
[type="reset"],
|
|
275
|
+
[type="submit"] {
|
|
282
276
|
-webkit-appearance: button;
|
|
283
277
|
}
|
|
284
278
|
button::-moz-focus-inner,
|
|
@@ -682,8 +676,7 @@ mark {
|
|
|
682
676
|
border-radius: inherit;
|
|
683
677
|
box-shadow: 0 0 0 0 #126bfb;
|
|
684
678
|
opacity: 0.2;
|
|
685
|
-
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1),
|
|
686
|
-
waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
679
|
+
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
687
680
|
animation-fill-mode: forwards;
|
|
688
681
|
content: '';
|
|
689
682
|
pointer-events: none;
|
|
@@ -1279,13 +1272,11 @@ mark {
|
|
|
1279
1272
|
overflow: hidden;
|
|
1280
1273
|
}
|
|
1281
1274
|
.ant-motion-collapse-legacy-active {
|
|
1282
|
-
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
1283
|
-
opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
1275
|
+
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
1284
1276
|
}
|
|
1285
1277
|
.ant-motion-collapse {
|
|
1286
1278
|
overflow: hidden;
|
|
1287
|
-
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
1288
|
-
opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
1279
|
+
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
1289
1280
|
}
|
|
1290
1281
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
1291
1282
|
/* stylelint-disable no-duplicate-selectors */
|
|
@@ -1399,12 +1390,12 @@ mark {
|
|
|
1399
1390
|
/* stylelint-disable */
|
|
1400
1391
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1401
1392
|
|
|
1402
|
-
[class*=
|
|
1403
|
-
[class*=
|
|
1404
|
-
[class*=
|
|
1405
|
-
[class^=
|
|
1406
|
-
[class^=
|
|
1407
|
-
[class^=
|
|
1393
|
+
[class*=tntd-] input::-ms-clear,
|
|
1394
|
+
[class*=tntd-] input::-ms-reveal,
|
|
1395
|
+
[class*=tntd-]::-ms-clear,
|
|
1396
|
+
[class^=tntd-] input::-ms-clear,
|
|
1397
|
+
[class^=tntd-] input::-ms-reveal,
|
|
1398
|
+
[class^=tntd-]::-ms-clear {
|
|
1408
1399
|
display: none;
|
|
1409
1400
|
}
|
|
1410
1401
|
.tntd-fade-appear,
|
|
@@ -1649,19 +1640,18 @@ mark {
|
|
|
1649
1640
|
transform: rotate(1turn);
|
|
1650
1641
|
}
|
|
1651
1642
|
}
|
|
1652
|
-
[tntd-click-animating-without-extra-node=
|
|
1653
|
-
[tntd-click-animating=
|
|
1643
|
+
[tntd-click-animating-without-extra-node=true],
|
|
1644
|
+
[tntd-click-animating=true] {
|
|
1654
1645
|
position: relative;
|
|
1655
1646
|
}
|
|
1656
1647
|
.tntd-click-animating-node,
|
|
1657
|
-
[tntd-click-animating-without-extra-node=
|
|
1658
|
-
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1),
|
|
1659
|
-
waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
1648
|
+
[tntd-click-animating-without-extra-node=true]:after {
|
|
1649
|
+
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
1660
1650
|
animation-fill-mode: forwards;
|
|
1661
1651
|
border-radius: inherit;
|
|
1662
1652
|
bottom: 0;
|
|
1663
1653
|
box-shadow: 0 0 0 0 #126bfb;
|
|
1664
|
-
content:
|
|
1654
|
+
content: "";
|
|
1665
1655
|
display: block;
|
|
1666
1656
|
left: 0;
|
|
1667
1657
|
opacity: 0.2;
|
|
@@ -2218,8 +2208,7 @@ mark {
|
|
|
2218
2208
|
}
|
|
2219
2209
|
.tntd-motion-collapse,
|
|
2220
2210
|
.tntd-motion-collapse-legacy-active {
|
|
2221
|
-
transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
2222
|
-
opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
2211
|
+
transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
2223
2212
|
}
|
|
2224
2213
|
.tntd-motion-collapse {
|
|
2225
2214
|
overflow: hidden;
|
|
@@ -2235,7 +2224,7 @@ mark {
|
|
|
2235
2224
|
}
|
|
2236
2225
|
}
|
|
2237
2226
|
.tntd-cascader-checkbox {
|
|
2238
|
-
font-feature-settings:
|
|
2227
|
+
font-feature-settings: "tnum", "tnum";
|
|
2239
2228
|
box-sizing: border-box;
|
|
2240
2229
|
color: rgba(0, 0, 0, 0.85);
|
|
2241
2230
|
cursor: pointer;
|
|
@@ -2261,7 +2250,7 @@ mark {
|
|
|
2261
2250
|
animation-fill-mode: backwards;
|
|
2262
2251
|
border: 1px solid #126bfb;
|
|
2263
2252
|
border-radius: 2px;
|
|
2264
|
-
content:
|
|
2253
|
+
content: "";
|
|
2265
2254
|
height: 100%;
|
|
2266
2255
|
left: 0;
|
|
2267
2256
|
position: absolute;
|
|
@@ -2291,7 +2280,7 @@ mark {
|
|
|
2291
2280
|
border: 1px solid #fff;
|
|
2292
2281
|
border-left: 0;
|
|
2293
2282
|
border-top: 0;
|
|
2294
|
-
content:
|
|
2283
|
+
content: " ";
|
|
2295
2284
|
display: table;
|
|
2296
2285
|
height: 7px;
|
|
2297
2286
|
left: 21.5%;
|
|
@@ -2318,7 +2307,7 @@ mark {
|
|
|
2318
2307
|
border: 1px solid #fff;
|
|
2319
2308
|
border-left: 0;
|
|
2320
2309
|
border-top: 0;
|
|
2321
|
-
content:
|
|
2310
|
+
content: " ";
|
|
2322
2311
|
display: table;
|
|
2323
2312
|
opacity: 1;
|
|
2324
2313
|
position: absolute;
|
|
@@ -2332,8 +2321,7 @@ mark {
|
|
|
2332
2321
|
.tntd-cascader-checkbox-disabled {
|
|
2333
2322
|
cursor: not-allowed;
|
|
2334
2323
|
}
|
|
2335
|
-
.tntd-cascader-checkbox-disabled.tntd-cascader-checkbox-checked
|
|
2336
|
-
.tntd-cascader-checkbox-inner:after {
|
|
2324
|
+
.tntd-cascader-checkbox-disabled.tntd-cascader-checkbox-checked .tntd-cascader-checkbox-inner:after {
|
|
2337
2325
|
animation-name: none;
|
|
2338
2326
|
border-color: rgba(0, 0, 0, 0.25);
|
|
2339
2327
|
}
|
|
@@ -2359,7 +2347,7 @@ mark {
|
|
|
2359
2347
|
visibility: hidden;
|
|
2360
2348
|
}
|
|
2361
2349
|
.tntd-cascader-checkbox-wrapper {
|
|
2362
|
-
font-feature-settings:
|
|
2350
|
+
font-feature-settings: "tnum", "tnum";
|
|
2363
2351
|
align-items: baseline;
|
|
2364
2352
|
box-sizing: border-box;
|
|
2365
2353
|
color: rgba(0, 0, 0, 0.85);
|
|
@@ -2374,7 +2362,7 @@ mark {
|
|
|
2374
2362
|
padding: 0;
|
|
2375
2363
|
}
|
|
2376
2364
|
.tntd-cascader-checkbox-wrapper:after {
|
|
2377
|
-
content:
|
|
2365
|
+
content: "\a0";
|
|
2378
2366
|
display: inline-block;
|
|
2379
2367
|
overflow: hidden;
|
|
2380
2368
|
width: 0;
|
|
@@ -2385,7 +2373,7 @@ mark {
|
|
|
2385
2373
|
.tntd-cascader-checkbox-wrapper + .tntd-cascader-checkbox-wrapper {
|
|
2386
2374
|
margin-left: 8px;
|
|
2387
2375
|
}
|
|
2388
|
-
.tntd-cascader-checkbox-wrapper.tntd-cascader-checkbox-wrapper-in-form-item input[type=
|
|
2376
|
+
.tntd-cascader-checkbox-wrapper.tntd-cascader-checkbox-wrapper-in-form-item input[type=checkbox] {
|
|
2389
2377
|
height: 14px;
|
|
2390
2378
|
width: 14px;
|
|
2391
2379
|
}
|
|
@@ -2394,7 +2382,7 @@ mark {
|
|
|
2394
2382
|
padding-right: 8px;
|
|
2395
2383
|
}
|
|
2396
2384
|
.tntd-cascader-checkbox-group {
|
|
2397
|
-
font-feature-settings:
|
|
2385
|
+
font-feature-settings: "tnum", "tnum";
|
|
2398
2386
|
box-sizing: border-box;
|
|
2399
2387
|
color: rgba(0, 0, 0, 0.85);
|
|
2400
2388
|
display: inline-block;
|
|
@@ -2421,7 +2409,7 @@ mark {
|
|
|
2421
2409
|
.tntd-cascader-checkbox-indeterminate .tntd-cascader-checkbox-inner:after {
|
|
2422
2410
|
background-color: #126bfb;
|
|
2423
2411
|
border: 0;
|
|
2424
|
-
content:
|
|
2412
|
+
content: " ";
|
|
2425
2413
|
height: 8px;
|
|
2426
2414
|
left: 50%;
|
|
2427
2415
|
opacity: 1;
|
|
@@ -2429,8 +2417,7 @@ mark {
|
|
|
2429
2417
|
transform: translate(-50%, -50%) scale(1);
|
|
2430
2418
|
width: 8px;
|
|
2431
2419
|
}
|
|
2432
|
-
.tntd-cascader-checkbox-indeterminate.tntd-cascader-checkbox-disabled
|
|
2433
|
-
.tntd-cascader-checkbox-inner:after {
|
|
2420
|
+
.tntd-cascader-checkbox-indeterminate.tntd-cascader-checkbox-disabled .tntd-cascader-checkbox-inner:after {
|
|
2434
2421
|
background-color: rgba(0, 0, 0, 0.25);
|
|
2435
2422
|
border-color: rgba(0, 0, 0, 0.25);
|
|
2436
2423
|
}
|
|
@@ -2505,8 +2492,7 @@ mark {
|
|
|
2505
2492
|
font-size: 10px;
|
|
2506
2493
|
margin-left: 4px;
|
|
2507
2494
|
}
|
|
2508
|
-
.tntd-cascader-menu-item-disabled.tntd-cascader-menu-item-expand
|
|
2509
|
-
.tntd-cascader-menu-item-expand-icon,
|
|
2495
|
+
.tntd-cascader-menu-item-disabled.tntd-cascader-menu-item-expand .tntd-cascader-menu-item-expand-icon,
|
|
2510
2496
|
.tntd-cascader-menu-item-disabled.tntd-cascader-menu-item-loading-icon {
|
|
2511
2497
|
color: rgba(0, 0, 0, 0.25);
|
|
2512
2498
|
}
|
|
@@ -2653,7 +2639,7 @@ mark {
|
|
|
2653
2639
|
.tntd-select-single .tntd-select-selector .tntd-select-selection-item:after,
|
|
2654
2640
|
.tntd-select-single .tntd-select-selector .tntd-select-selection-placeholder:after,
|
|
2655
2641
|
.tntd-select-single .tntd-select-selector:after {
|
|
2656
|
-
content:
|
|
2642
|
+
content: "\a0";
|
|
2657
2643
|
display: inline-block;
|
|
2658
2644
|
visibility: hidden;
|
|
2659
2645
|
width: 0;
|
|
@@ -2673,9 +2659,7 @@ mark {
|
|
|
2673
2659
|
padding: 0 11px;
|
|
2674
2660
|
width: 100%;
|
|
2675
2661
|
}
|
|
2676
|
-
.tntd-select-single:not(.tntd-select-customize-input)
|
|
2677
|
-
.tntd-select-selector
|
|
2678
|
-
.tntd-select-selection-search-input {
|
|
2662
|
+
.tntd-select-single:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-search-input {
|
|
2679
2663
|
height: 32px;
|
|
2680
2664
|
}
|
|
2681
2665
|
.tntd-select-single:not(.tntd-select-customize-input) .tntd-select-selector:after {
|
|
@@ -2684,55 +2668,39 @@ mark {
|
|
|
2684
2668
|
.tntd-select-single.tntd-select-customize-input .tntd-select-selector:after {
|
|
2685
2669
|
display: none;
|
|
2686
2670
|
}
|
|
2687
|
-
.tntd-select-single.tntd-select-customize-input
|
|
2688
|
-
.tntd-select-selector
|
|
2689
|
-
.tntd-select-selection-search {
|
|
2671
|
+
.tntd-select-single.tntd-select-customize-input .tntd-select-selector .tntd-select-selection-search {
|
|
2690
2672
|
position: static;
|
|
2691
2673
|
width: 100%;
|
|
2692
2674
|
}
|
|
2693
|
-
.tntd-select-single.tntd-select-customize-input
|
|
2694
|
-
.tntd-select-selector
|
|
2695
|
-
.tntd-select-selection-placeholder {
|
|
2675
|
+
.tntd-select-single.tntd-select-customize-input .tntd-select-selector .tntd-select-selection-placeholder {
|
|
2696
2676
|
left: 0;
|
|
2697
2677
|
padding: 0 11px;
|
|
2698
2678
|
position: absolute;
|
|
2699
2679
|
right: 0;
|
|
2700
2680
|
}
|
|
2701
|
-
.tntd-select-single.tntd-select-customize-input
|
|
2702
|
-
.tntd-select-selector
|
|
2703
|
-
.tntd-select-selection-placeholder:after {
|
|
2681
|
+
.tntd-select-single.tntd-select-customize-input .tntd-select-selector .tntd-select-selection-placeholder:after {
|
|
2704
2682
|
display: none;
|
|
2705
2683
|
}
|
|
2706
2684
|
.tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input) .tntd-select-selector {
|
|
2707
2685
|
height: 40px;
|
|
2708
2686
|
}
|
|
2709
|
-
.tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input)
|
|
2710
|
-
|
|
2711
|
-
.tntd-select-selection-item,
|
|
2712
|
-
.tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input)
|
|
2713
|
-
.tntd-select-selector
|
|
2714
|
-
.tntd-select-selection-placeholder,
|
|
2687
|
+
.tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-item,
|
|
2688
|
+
.tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-placeholder,
|
|
2715
2689
|
.tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input) .tntd-select-selector:after {
|
|
2716
2690
|
line-height: 38px;
|
|
2717
2691
|
}
|
|
2718
|
-
.tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input):not(.tntd-select-customize-input)
|
|
2719
|
-
.tntd-select-selection-search-input {
|
|
2692
|
+
.tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input):not(.tntd-select-customize-input) .tntd-select-selection-search-input {
|
|
2720
2693
|
height: 38px;
|
|
2721
2694
|
}
|
|
2722
2695
|
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input) .tntd-select-selector {
|
|
2723
2696
|
height: 24px;
|
|
2724
2697
|
}
|
|
2725
|
-
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input)
|
|
2726
|
-
|
|
2727
|
-
.tntd-select-selection-item,
|
|
2728
|
-
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input)
|
|
2729
|
-
.tntd-select-selector
|
|
2730
|
-
.tntd-select-selection-placeholder,
|
|
2698
|
+
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-item,
|
|
2699
|
+
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-placeholder,
|
|
2731
2700
|
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input) .tntd-select-selector:after {
|
|
2732
2701
|
line-height: 22px;
|
|
2733
2702
|
}
|
|
2734
|
-
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input):not(.tntd-select-customize-input)
|
|
2735
|
-
.tntd-select-selection-search-input {
|
|
2703
|
+
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input):not(.tntd-select-customize-input) .tntd-select-selection-search-input {
|
|
2736
2704
|
height: 22px;
|
|
2737
2705
|
}
|
|
2738
2706
|
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input) .tntd-select-selection-search {
|
|
@@ -2742,14 +2710,11 @@ mark {
|
|
|
2742
2710
|
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input) .tntd-select-selector {
|
|
2743
2711
|
padding: 0 7px;
|
|
2744
2712
|
}
|
|
2745
|
-
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow
|
|
2746
|
-
.tntd-select-selection-search {
|
|
2713
|
+
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow .tntd-select-selection-search {
|
|
2747
2714
|
right: 28px;
|
|
2748
2715
|
}
|
|
2749
|
-
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow
|
|
2750
|
-
|
|
2751
|
-
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow
|
|
2752
|
-
.tntd-select-selection-placeholder {
|
|
2716
|
+
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow .tntd-select-selection-item,
|
|
2717
|
+
.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow .tntd-select-selection-placeholder {
|
|
2753
2718
|
padding-right: 21px;
|
|
2754
2719
|
}
|
|
2755
2720
|
.tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input) .tntd-select-selector {
|
|
@@ -2781,7 +2746,7 @@ mark {
|
|
|
2781
2746
|
cursor: not-allowed;
|
|
2782
2747
|
}
|
|
2783
2748
|
.tntd-select-multiple .tntd-select-selector:after {
|
|
2784
|
-
content:
|
|
2749
|
+
content: "\a0";
|
|
2785
2750
|
display: inline-block;
|
|
2786
2751
|
line-height: 22px;
|
|
2787
2752
|
margin: 1px 0;
|
|
@@ -2858,10 +2823,7 @@ mark {
|
|
|
2858
2823
|
.tntd-select-multiple .tntd-select-selection-item-remove:before {
|
|
2859
2824
|
display: none;
|
|
2860
2825
|
}
|
|
2861
|
-
.tntd-select-multiple
|
|
2862
|
-
.tntd-select-selection-item-remove
|
|
2863
|
-
.tntd-select-multiple
|
|
2864
|
-
.tntd-select-selection-item-remove-icon {
|
|
2826
|
+
.tntd-select-multiple .tntd-select-selection-item-remove .tntd-select-multiple .tntd-select-selection-item-remove-icon {
|
|
2865
2827
|
display: block;
|
|
2866
2828
|
}
|
|
2867
2829
|
.tntd-select-multiple .tntd-select-selection-item-remove > .anticon {
|
|
@@ -2870,10 +2832,7 @@ mark {
|
|
|
2870
2832
|
.tntd-select-multiple .tntd-select-selection-item-remove:hover {
|
|
2871
2833
|
color: rgba(0, 0, 0, 0.75);
|
|
2872
2834
|
}
|
|
2873
|
-
.tntd-select-multiple
|
|
2874
|
-
.tntd-select-selection-overflow-item
|
|
2875
|
-
+ .tntd-select-selection-overflow-item
|
|
2876
|
-
.tntd-select-selection-search {
|
|
2835
|
+
.tntd-select-multiple .tntd-select-selection-overflow-item + .tntd-select-selection-overflow-item .tntd-select-selection-search {
|
|
2877
2836
|
-webkit-margin-start: 0;
|
|
2878
2837
|
margin-inline-start: 0;
|
|
2879
2838
|
}
|
|
@@ -2885,8 +2844,7 @@ mark {
|
|
|
2885
2844
|
}
|
|
2886
2845
|
.tntd-select-multiple .tntd-select-selection-search-input,
|
|
2887
2846
|
.tntd-select-multiple .tntd-select-selection-search-mirror {
|
|
2888
|
-
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
|
|
2889
|
-
sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
|
2847
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
|
2890
2848
|
height: 24px;
|
|
2891
2849
|
line-height: 24px;
|
|
2892
2850
|
transition: all 0.3s;
|
|
@@ -2956,29 +2914,23 @@ mark {
|
|
|
2956
2914
|
.tntd-select-disabled .tntd-select-selection-item-remove {
|
|
2957
2915
|
display: none;
|
|
2958
2916
|
}
|
|
2959
|
-
.tntd-select-status-error.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer)
|
|
2960
|
-
.tntd-select-selector {
|
|
2917
|
+
.tntd-select-status-error.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer) .tntd-select-selector {
|
|
2961
2918
|
background-color: #fff;
|
|
2962
2919
|
border-color: #ef4444 !important;
|
|
2963
2920
|
}
|
|
2964
|
-
.tntd-select-status-error.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer).tntd-select-focused
|
|
2965
|
-
|
|
2966
|
-
.tntd-select-status-error.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer).tntd-select-open
|
|
2967
|
-
.tntd-select-selector {
|
|
2921
|
+
.tntd-select-status-error.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer).tntd-select-focused .tntd-select-selector,
|
|
2922
|
+
.tntd-select-status-error.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer).tntd-select-open .tntd-select-selector {
|
|
2968
2923
|
border-color: #ef4444;
|
|
2969
2924
|
border-right-width: 1px;
|
|
2970
2925
|
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
2971
2926
|
outline: 0;
|
|
2972
2927
|
}
|
|
2973
|
-
.tntd-select-status-warning.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer)
|
|
2974
|
-
.tntd-select-selector {
|
|
2928
|
+
.tntd-select-status-warning.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer) .tntd-select-selector {
|
|
2975
2929
|
background-color: #fff;
|
|
2976
2930
|
border-color: #f7b035 !important;
|
|
2977
2931
|
}
|
|
2978
|
-
.tntd-select-status-warning.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer).tntd-select-focused
|
|
2979
|
-
|
|
2980
|
-
.tntd-select-status-warning.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer).tntd-select-open
|
|
2981
|
-
.tntd-select-selector {
|
|
2932
|
+
.tntd-select-status-warning.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer).tntd-select-focused .tntd-select-selector,
|
|
2933
|
+
.tntd-select-status-warning.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer).tntd-select-open .tntd-select-selector {
|
|
2982
2934
|
border-color: #f7b035;
|
|
2983
2935
|
border-right-width: 1px;
|
|
2984
2936
|
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
@@ -2997,7 +2949,7 @@ mark {
|
|
|
2997
2949
|
padding-right: 42px;
|
|
2998
2950
|
}
|
|
2999
2951
|
.tntd-select {
|
|
3000
|
-
font-feature-settings:
|
|
2952
|
+
font-feature-settings: "tnum", "tnum";
|
|
3001
2953
|
box-sizing: border-box;
|
|
3002
2954
|
color: rgba(0, 0, 0, 0.85);
|
|
3003
2955
|
cursor: pointer;
|
|
@@ -3038,8 +2990,7 @@ mark {
|
|
|
3038
2990
|
.tntd-select-show-search.tntd-select:not(.tntd-select-customize-input) .tntd-select-selector input {
|
|
3039
2991
|
cursor: auto;
|
|
3040
2992
|
}
|
|
3041
|
-
.tntd-select-focused:not(.tntd-select-disabled).tntd-select:not(.tntd-select-customize-input)
|
|
3042
|
-
.tntd-select-selector {
|
|
2993
|
+
.tntd-select-focused:not(.tntd-select-disabled).tntd-select:not(.tntd-select-customize-input) .tntd-select-selector {
|
|
3043
2994
|
border-color: #126bfb;
|
|
3044
2995
|
border-right-width: 1px;
|
|
3045
2996
|
outline: 0;
|
|
@@ -3049,16 +3000,13 @@ mark {
|
|
|
3049
3000
|
color: rgba(0, 0, 0, 0.25);
|
|
3050
3001
|
cursor: not-allowed;
|
|
3051
3002
|
}
|
|
3052
|
-
.tntd-select-multiple.tntd-select-disabled.tntd-select:not(.tntd-select-customize-input)
|
|
3053
|
-
.tntd-select-selector {
|
|
3003
|
+
.tntd-select-multiple.tntd-select-disabled.tntd-select:not(.tntd-select-customize-input) .tntd-select-selector {
|
|
3054
3004
|
background: #f1f2f5;
|
|
3055
3005
|
}
|
|
3056
3006
|
.tntd-select-disabled.tntd-select:not(.tntd-select-customize-input) .tntd-select-selector input {
|
|
3057
3007
|
cursor: not-allowed;
|
|
3058
3008
|
}
|
|
3059
|
-
.tntd-select:not(.tntd-select-customize-input)
|
|
3060
|
-
.tntd-select-selector
|
|
3061
|
-
.tntd-select-selection-search-input {
|
|
3009
|
+
.tntd-select:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-search-input {
|
|
3062
3010
|
-webkit-appearance: none;
|
|
3063
3011
|
-moz-appearance: none;
|
|
3064
3012
|
appearance: none;
|
|
@@ -3068,9 +3016,7 @@ mark {
|
|
|
3068
3016
|
outline: none;
|
|
3069
3017
|
padding: 0;
|
|
3070
3018
|
}
|
|
3071
|
-
.tntd-select:not(.tntd-select-customize-input)
|
|
3072
|
-
.tntd-select-selector
|
|
3073
|
-
.tntd-select-selection-search-input::-webkit-search-cancel-button {
|
|
3019
|
+
.tntd-select:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-search-input::-webkit-search-cancel-button {
|
|
3074
3020
|
-webkit-appearance: none;
|
|
3075
3021
|
display: none;
|
|
3076
3022
|
}
|
|
@@ -3189,11 +3135,10 @@ mark {
|
|
|
3189
3135
|
opacity: 1;
|
|
3190
3136
|
}
|
|
3191
3137
|
.tntd-select-dropdown {
|
|
3192
|
-
font-feature-settings:
|
|
3138
|
+
font-feature-settings: "tnum", "tnum";
|
|
3193
3139
|
background-color: #fff;
|
|
3194
3140
|
border-radius: 2px;
|
|
3195
|
-
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
|
|
3196
|
-
0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
3141
|
+
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
3197
3142
|
box-sizing: border-box;
|
|
3198
3143
|
color: rgba(0, 0, 0, 0.85);
|
|
3199
3144
|
font-size: 14px;
|
|
@@ -3275,8 +3220,7 @@ mark {
|
|
|
3275
3220
|
color: rgba(0, 0, 0, 0.85);
|
|
3276
3221
|
font-weight: 600;
|
|
3277
3222
|
}
|
|
3278
|
-
.tntd-select-item-option-selected:not(.tntd-select-item-option-disabled)
|
|
3279
|
-
.tntd-select-item-option-state {
|
|
3223
|
+
.tntd-select-item-option-selected:not(.tntd-select-item-option-disabled) .tntd-select-item-option-state {
|
|
3280
3224
|
color: #126bfb;
|
|
3281
3225
|
}
|
|
3282
3226
|
.tntd-select-item-option-disabled {
|
|
@@ -3316,24 +3260,19 @@ mark {
|
|
|
3316
3260
|
.tntd-select-compact-item[disabled] > * {
|
|
3317
3261
|
z-index: 0;
|
|
3318
3262
|
}
|
|
3319
|
-
.tntd-select-compact-item:not(.tntd-select-compact-first-item):not(.tntd-select-compact-last-item).tntd-select
|
|
3320
|
-
> .tntd-select-selector {
|
|
3263
|
+
.tntd-select-compact-item:not(.tntd-select-compact-first-item):not(.tntd-select-compact-last-item).tntd-select > .tntd-select-selector {
|
|
3321
3264
|
border-radius: 0;
|
|
3322
3265
|
}
|
|
3323
|
-
.tntd-select-compact-item.tntd-select-compact-first-item.tntd-select:not(.tntd-select-compact-last-item):not(.tntd-select-compact-item-rtl)
|
|
3324
|
-
> .tntd-select-selector {
|
|
3266
|
+
.tntd-select-compact-item.tntd-select-compact-first-item.tntd-select:not(.tntd-select-compact-last-item):not(.tntd-select-compact-item-rtl) > .tntd-select-selector {
|
|
3325
3267
|
border-bottom-right-radius: 0;
|
|
3326
3268
|
border-top-right-radius: 0;
|
|
3327
3269
|
}
|
|
3328
|
-
.tntd-select-compact-item.tntd-select-compact-last-item.tntd-select:not(.tntd-select-compact-first-item):not(.tntd-select-compact-item-rtl)
|
|
3329
|
-
|
|
3330
|
-
.tntd-select-compact-item.tntd-select.tntd-select-compact-first-item.tntd-select-compact-item-rtl:not(.tntd-select-compact-last-item)
|
|
3331
|
-
> .tntd-select-selector {
|
|
3270
|
+
.tntd-select-compact-item.tntd-select-compact-last-item.tntd-select:not(.tntd-select-compact-first-item):not(.tntd-select-compact-item-rtl) > .tntd-select-selector,
|
|
3271
|
+
.tntd-select-compact-item.tntd-select.tntd-select-compact-first-item.tntd-select-compact-item-rtl:not(.tntd-select-compact-last-item) > .tntd-select-selector {
|
|
3332
3272
|
border-bottom-left-radius: 0;
|
|
3333
3273
|
border-top-left-radius: 0;
|
|
3334
3274
|
}
|
|
3335
|
-
.tntd-select-compact-item.tntd-select.tntd-select-compact-last-item.tntd-select-compact-item-rtl:not(.tntd-select-compact-first-item)
|
|
3336
|
-
> .tntd-select-selector {
|
|
3275
|
+
.tntd-select-compact-item.tntd-select.tntd-select-compact-last-item.tntd-select-compact-item-rtl:not(.tntd-select-compact-first-item) > .tntd-select-selector {
|
|
3337
3276
|
border-bottom-right-radius: 0;
|
|
3338
3277
|
border-top-right-radius: 0;
|
|
3339
3278
|
}
|
|
@@ -3391,14 +3330,11 @@ mark {
|
|
|
3391
3330
|
padding-left: 18px;
|
|
3392
3331
|
padding-right: 0;
|
|
3393
3332
|
}
|
|
3394
|
-
.tntd-select-rtl.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow
|
|
3395
|
-
.tntd-select-selection-search {
|
|
3333
|
+
.tntd-select-rtl.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow .tntd-select-selection-search {
|
|
3396
3334
|
right: 6px;
|
|
3397
3335
|
}
|
|
3398
|
-
.tntd-select-rtl.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow
|
|
3399
|
-
|
|
3400
|
-
.tntd-select-rtl.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow
|
|
3401
|
-
.tntd-select-selection-placeholder {
|
|
3336
|
+
.tntd-select-rtl.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow .tntd-select-selection-item,
|
|
3337
|
+
.tntd-select-rtl.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow .tntd-select-selection-placeholder {
|
|
3402
3338
|
padding-left: 21px;
|
|
3403
3339
|
padding-right: 0;
|
|
3404
3340
|
}
|
|
@@ -3615,7 +3551,7 @@ mark {
|
|
|
3615
3551
|
}
|
|
3616
3552
|
.tnt-cascader-tag .array-icon {
|
|
3617
3553
|
margin: 0 2px;
|
|
3618
|
-
color: #
|
|
3554
|
+
color: #07C790;
|
|
3619
3555
|
font-size: 14px;
|
|
3620
3556
|
}
|
|
3621
3557
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
@@ -3631,7 +3567,7 @@ mark {
|
|
|
3631
3567
|
width: 0 !important;
|
|
3632
3568
|
}
|
|
3633
3569
|
.monaco-scroll-container > .tntd-cascader {
|
|
3634
|
-
height: 0;
|
|
3570
|
+
height: 0 ;
|
|
3635
3571
|
width: 0;
|
|
3636
3572
|
opacity: 0;
|
|
3637
3573
|
}
|
|
@@ -3651,11 +3587,9 @@ mark {
|
|
|
3651
3587
|
width: auto;
|
|
3652
3588
|
}
|
|
3653
3589
|
.monaco-formula-drop-cascader.tntd-cascader-dropdown .tntd-cascader-menu .rc-virtual-list {
|
|
3654
|
-
width: auto;
|
|
3590
|
+
width: auto ;
|
|
3655
3591
|
}
|
|
3656
|
-
.monaco-formula-drop-cascader:not(.more-levels)
|
|
3657
|
-
.tntd-cascader-menus
|
|
3658
|
-
.tntd-cascader-menu:only-child {
|
|
3592
|
+
.monaco-formula-drop-cascader:not(.more-levels) .tntd-cascader-menus .tntd-cascader-menu:only-child {
|
|
3659
3593
|
width: 280px !important;
|
|
3660
3594
|
}
|
|
3661
3595
|
.monaco-formula-drop-cascader .tntd-cascader-menus {
|
|
@@ -3674,3 +3608,4 @@ mark {
|
|
|
3674
3608
|
/* stylelint-disable no-duplicate-selectors */
|
|
3675
3609
|
/* stylelint-disable */
|
|
3676
3610
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
3611
|
+
|