@snabcentr/vue-ui-lib 3.0.0 → 3.0.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/manifest.json +1 -1
- package/dist/release_notes.tmp +3 -3
- package/dist/sc-vue-ui-lib.js +16442 -13244
- package/dist/sc-vue-ui-lib.js.map +1 -1
- package/dist/sc-vue-ui-lib.umd.cjs +103 -103
- package/dist/sc-vue-ui-lib.umd.cjs.map +1 -1
- package/dist/src/components/configurators/metal-for-doors/metal-for-doors-configurator-form.vue.d.ts +136 -10
- package/dist/src/components/configurators/strip/strip-configurator-line-item.vue.d.ts +136 -10
- package/dist/src/components/inputs/debounced-input-number.vue.d.ts +136 -10
- package/dist/src/components/selects/manager-select.vue.d.ts +160 -30
- package/package.json +1 -1
package/dist/src/components/configurators/metal-for-doors/metal-for-doors-configurator-form.vue.d.ts
CHANGED
|
@@ -408,7 +408,20 @@ declare const _default: import('vue').DefineComponent<IValue<ICartItemBase<IConf
|
|
|
408
408
|
paddingMedium: string;
|
|
409
409
|
paddingLarge: string;
|
|
410
410
|
clearSize: string;
|
|
411
|
-
},
|
|
411
|
+
}, {
|
|
412
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
413
|
+
height: string;
|
|
414
|
+
width: string;
|
|
415
|
+
borderRadius: string;
|
|
416
|
+
color: string;
|
|
417
|
+
colorHover: string;
|
|
418
|
+
railInsetHorizontalBottom: string;
|
|
419
|
+
railInsetHorizontalTop: string;
|
|
420
|
+
railInsetVerticalRight: string;
|
|
421
|
+
railInsetVerticalLeft: string;
|
|
422
|
+
railColor: string;
|
|
423
|
+
}, any>;
|
|
424
|
+
}>;
|
|
412
425
|
}>>;
|
|
413
426
|
themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
|
|
414
427
|
iconColorDisabled: string;
|
|
@@ -678,7 +691,20 @@ declare const _default: import('vue').DefineComponent<IValue<ICartItemBase<IConf
|
|
|
678
691
|
paddingMedium: string;
|
|
679
692
|
paddingLarge: string;
|
|
680
693
|
clearSize: string;
|
|
681
|
-
},
|
|
694
|
+
}, {
|
|
695
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
696
|
+
height: string;
|
|
697
|
+
width: string;
|
|
698
|
+
borderRadius: string;
|
|
699
|
+
color: string;
|
|
700
|
+
colorHover: string;
|
|
701
|
+
railInsetHorizontalBottom: string;
|
|
702
|
+
railInsetHorizontalTop: string;
|
|
703
|
+
railInsetVerticalRight: string;
|
|
704
|
+
railInsetVerticalLeft: string;
|
|
705
|
+
railColor: string;
|
|
706
|
+
}, any>;
|
|
707
|
+
}>;
|
|
682
708
|
}>>>;
|
|
683
709
|
builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
|
|
684
710
|
iconColorDisabled: string;
|
|
@@ -948,7 +974,20 @@ declare const _default: import('vue').DefineComponent<IValue<ICartItemBase<IConf
|
|
|
948
974
|
paddingMedium: string;
|
|
949
975
|
paddingLarge: string;
|
|
950
976
|
clearSize: string;
|
|
951
|
-
},
|
|
977
|
+
}, {
|
|
978
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
979
|
+
height: string;
|
|
980
|
+
width: string;
|
|
981
|
+
borderRadius: string;
|
|
982
|
+
color: string;
|
|
983
|
+
colorHover: string;
|
|
984
|
+
railInsetHorizontalBottom: string;
|
|
985
|
+
railInsetHorizontalTop: string;
|
|
986
|
+
railInsetVerticalRight: string;
|
|
987
|
+
railInsetVerticalLeft: string;
|
|
988
|
+
railColor: string;
|
|
989
|
+
}, any>;
|
|
990
|
+
}>;
|
|
952
991
|
}>>>;
|
|
953
992
|
}>> & Readonly<{}>, {
|
|
954
993
|
rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
|
|
@@ -1296,7 +1335,20 @@ declare const _default: import('vue').DefineComponent<IValue<ICartItemBase<IConf
|
|
|
1296
1335
|
paddingMedium: string;
|
|
1297
1336
|
paddingLarge: string;
|
|
1298
1337
|
clearSize: string;
|
|
1299
|
-
},
|
|
1338
|
+
}, {
|
|
1339
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1340
|
+
height: string;
|
|
1341
|
+
width: string;
|
|
1342
|
+
borderRadius: string;
|
|
1343
|
+
color: string;
|
|
1344
|
+
colorHover: string;
|
|
1345
|
+
railInsetHorizontalBottom: string;
|
|
1346
|
+
railInsetHorizontalTop: string;
|
|
1347
|
+
railInsetVerticalRight: string;
|
|
1348
|
+
railInsetVerticalLeft: string;
|
|
1349
|
+
railColor: string;
|
|
1350
|
+
}, any>;
|
|
1351
|
+
}>;
|
|
1300
1352
|
};
|
|
1301
1353
|
peerOverrides: {
|
|
1302
1354
|
Button?: {
|
|
@@ -1306,7 +1358,18 @@ declare const _default: import('vue').DefineComponent<IValue<ICartItemBase<IConf
|
|
|
1306
1358
|
} | undefined;
|
|
1307
1359
|
Input?: {
|
|
1308
1360
|
peers?: {
|
|
1309
|
-
|
|
1361
|
+
Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1362
|
+
height: string;
|
|
1363
|
+
width: string;
|
|
1364
|
+
borderRadius: string;
|
|
1365
|
+
color: string;
|
|
1366
|
+
colorHover: string;
|
|
1367
|
+
railInsetHorizontalBottom: string;
|
|
1368
|
+
railInsetHorizontalTop: string;
|
|
1369
|
+
railInsetVerticalRight: string;
|
|
1370
|
+
railInsetVerticalLeft: string;
|
|
1371
|
+
railColor: string;
|
|
1372
|
+
}, any>> | undefined;
|
|
1310
1373
|
} | undefined;
|
|
1311
1374
|
} | undefined;
|
|
1312
1375
|
};
|
|
@@ -1679,7 +1742,20 @@ declare const _default: import('vue').DefineComponent<IValue<ICartItemBase<IConf
|
|
|
1679
1742
|
paddingMedium: string;
|
|
1680
1743
|
paddingLarge: string;
|
|
1681
1744
|
clearSize: string;
|
|
1682
|
-
},
|
|
1745
|
+
}, {
|
|
1746
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1747
|
+
height: string;
|
|
1748
|
+
width: string;
|
|
1749
|
+
borderRadius: string;
|
|
1750
|
+
color: string;
|
|
1751
|
+
colorHover: string;
|
|
1752
|
+
railInsetHorizontalBottom: string;
|
|
1753
|
+
railInsetHorizontalTop: string;
|
|
1754
|
+
railInsetVerticalRight: string;
|
|
1755
|
+
railInsetVerticalLeft: string;
|
|
1756
|
+
railColor: string;
|
|
1757
|
+
}, any>;
|
|
1758
|
+
}>;
|
|
1683
1759
|
}>>;
|
|
1684
1760
|
themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
|
|
1685
1761
|
iconColorDisabled: string;
|
|
@@ -1949,7 +2025,20 @@ declare const _default: import('vue').DefineComponent<IValue<ICartItemBase<IConf
|
|
|
1949
2025
|
paddingMedium: string;
|
|
1950
2026
|
paddingLarge: string;
|
|
1951
2027
|
clearSize: string;
|
|
1952
|
-
},
|
|
2028
|
+
}, {
|
|
2029
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2030
|
+
height: string;
|
|
2031
|
+
width: string;
|
|
2032
|
+
borderRadius: string;
|
|
2033
|
+
color: string;
|
|
2034
|
+
colorHover: string;
|
|
2035
|
+
railInsetHorizontalBottom: string;
|
|
2036
|
+
railInsetHorizontalTop: string;
|
|
2037
|
+
railInsetVerticalRight: string;
|
|
2038
|
+
railInsetVerticalLeft: string;
|
|
2039
|
+
railColor: string;
|
|
2040
|
+
}, any>;
|
|
2041
|
+
}>;
|
|
1953
2042
|
}>>>;
|
|
1954
2043
|
builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
|
|
1955
2044
|
iconColorDisabled: string;
|
|
@@ -2219,7 +2308,20 @@ declare const _default: import('vue').DefineComponent<IValue<ICartItemBase<IConf
|
|
|
2219
2308
|
paddingMedium: string;
|
|
2220
2309
|
paddingLarge: string;
|
|
2221
2310
|
clearSize: string;
|
|
2222
|
-
},
|
|
2311
|
+
}, {
|
|
2312
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2313
|
+
height: string;
|
|
2314
|
+
width: string;
|
|
2315
|
+
borderRadius: string;
|
|
2316
|
+
color: string;
|
|
2317
|
+
colorHover: string;
|
|
2318
|
+
railInsetHorizontalBottom: string;
|
|
2319
|
+
railInsetHorizontalTop: string;
|
|
2320
|
+
railInsetVerticalRight: string;
|
|
2321
|
+
railInsetVerticalLeft: string;
|
|
2322
|
+
railColor: string;
|
|
2323
|
+
}, any>;
|
|
2324
|
+
}>;
|
|
2223
2325
|
}>>>;
|
|
2224
2326
|
}>> & Readonly<{}>, {
|
|
2225
2327
|
rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
|
|
@@ -2567,7 +2669,20 @@ declare const _default: import('vue').DefineComponent<IValue<ICartItemBase<IConf
|
|
|
2567
2669
|
paddingMedium: string;
|
|
2568
2670
|
paddingLarge: string;
|
|
2569
2671
|
clearSize: string;
|
|
2570
|
-
},
|
|
2672
|
+
}, {
|
|
2673
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2674
|
+
height: string;
|
|
2675
|
+
width: string;
|
|
2676
|
+
borderRadius: string;
|
|
2677
|
+
color: string;
|
|
2678
|
+
colorHover: string;
|
|
2679
|
+
railInsetHorizontalBottom: string;
|
|
2680
|
+
railInsetHorizontalTop: string;
|
|
2681
|
+
railInsetVerticalRight: string;
|
|
2682
|
+
railInsetVerticalLeft: string;
|
|
2683
|
+
railColor: string;
|
|
2684
|
+
}, any>;
|
|
2685
|
+
}>;
|
|
2571
2686
|
};
|
|
2572
2687
|
peerOverrides: {
|
|
2573
2688
|
Button?: {
|
|
@@ -2577,7 +2692,18 @@ declare const _default: import('vue').DefineComponent<IValue<ICartItemBase<IConf
|
|
|
2577
2692
|
} | undefined;
|
|
2578
2693
|
Input?: {
|
|
2579
2694
|
peers?: {
|
|
2580
|
-
|
|
2695
|
+
Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2696
|
+
height: string;
|
|
2697
|
+
width: string;
|
|
2698
|
+
borderRadius: string;
|
|
2699
|
+
color: string;
|
|
2700
|
+
colorHover: string;
|
|
2701
|
+
railInsetHorizontalBottom: string;
|
|
2702
|
+
railInsetHorizontalTop: string;
|
|
2703
|
+
railInsetVerticalRight: string;
|
|
2704
|
+
railInsetVerticalLeft: string;
|
|
2705
|
+
railColor: string;
|
|
2706
|
+
}, any>> | undefined;
|
|
2581
2707
|
} | undefined;
|
|
2582
2708
|
} | undefined;
|
|
2583
2709
|
};
|
|
@@ -442,7 +442,20 @@ declare const _default: import('vue').DefineComponent<IValue<number> & {
|
|
|
442
442
|
paddingMedium: string;
|
|
443
443
|
paddingLarge: string;
|
|
444
444
|
clearSize: string;
|
|
445
|
-
},
|
|
445
|
+
}, {
|
|
446
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
447
|
+
height: string;
|
|
448
|
+
width: string;
|
|
449
|
+
borderRadius: string;
|
|
450
|
+
color: string;
|
|
451
|
+
colorHover: string;
|
|
452
|
+
railInsetHorizontalBottom: string;
|
|
453
|
+
railInsetHorizontalTop: string;
|
|
454
|
+
railInsetVerticalRight: string;
|
|
455
|
+
railInsetVerticalLeft: string;
|
|
456
|
+
railColor: string;
|
|
457
|
+
}, any>;
|
|
458
|
+
}>;
|
|
446
459
|
}>>;
|
|
447
460
|
themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
|
|
448
461
|
iconColorDisabled: string;
|
|
@@ -712,7 +725,20 @@ declare const _default: import('vue').DefineComponent<IValue<number> & {
|
|
|
712
725
|
paddingMedium: string;
|
|
713
726
|
paddingLarge: string;
|
|
714
727
|
clearSize: string;
|
|
715
|
-
},
|
|
728
|
+
}, {
|
|
729
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
730
|
+
height: string;
|
|
731
|
+
width: string;
|
|
732
|
+
borderRadius: string;
|
|
733
|
+
color: string;
|
|
734
|
+
colorHover: string;
|
|
735
|
+
railInsetHorizontalBottom: string;
|
|
736
|
+
railInsetHorizontalTop: string;
|
|
737
|
+
railInsetVerticalRight: string;
|
|
738
|
+
railInsetVerticalLeft: string;
|
|
739
|
+
railColor: string;
|
|
740
|
+
}, any>;
|
|
741
|
+
}>;
|
|
716
742
|
}>>>;
|
|
717
743
|
builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
|
|
718
744
|
iconColorDisabled: string;
|
|
@@ -982,7 +1008,20 @@ declare const _default: import('vue').DefineComponent<IValue<number> & {
|
|
|
982
1008
|
paddingMedium: string;
|
|
983
1009
|
paddingLarge: string;
|
|
984
1010
|
clearSize: string;
|
|
985
|
-
},
|
|
1011
|
+
}, {
|
|
1012
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1013
|
+
height: string;
|
|
1014
|
+
width: string;
|
|
1015
|
+
borderRadius: string;
|
|
1016
|
+
color: string;
|
|
1017
|
+
colorHover: string;
|
|
1018
|
+
railInsetHorizontalBottom: string;
|
|
1019
|
+
railInsetHorizontalTop: string;
|
|
1020
|
+
railInsetVerticalRight: string;
|
|
1021
|
+
railInsetVerticalLeft: string;
|
|
1022
|
+
railColor: string;
|
|
1023
|
+
}, any>;
|
|
1024
|
+
}>;
|
|
986
1025
|
}>>>;
|
|
987
1026
|
}>> & Readonly<{}>, {
|
|
988
1027
|
rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
|
|
@@ -1330,7 +1369,20 @@ declare const _default: import('vue').DefineComponent<IValue<number> & {
|
|
|
1330
1369
|
paddingMedium: string;
|
|
1331
1370
|
paddingLarge: string;
|
|
1332
1371
|
clearSize: string;
|
|
1333
|
-
},
|
|
1372
|
+
}, {
|
|
1373
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1374
|
+
height: string;
|
|
1375
|
+
width: string;
|
|
1376
|
+
borderRadius: string;
|
|
1377
|
+
color: string;
|
|
1378
|
+
colorHover: string;
|
|
1379
|
+
railInsetHorizontalBottom: string;
|
|
1380
|
+
railInsetHorizontalTop: string;
|
|
1381
|
+
railInsetVerticalRight: string;
|
|
1382
|
+
railInsetVerticalLeft: string;
|
|
1383
|
+
railColor: string;
|
|
1384
|
+
}, any>;
|
|
1385
|
+
}>;
|
|
1334
1386
|
};
|
|
1335
1387
|
peerOverrides: {
|
|
1336
1388
|
Button?: {
|
|
@@ -1340,7 +1392,18 @@ declare const _default: import('vue').DefineComponent<IValue<number> & {
|
|
|
1340
1392
|
} | undefined;
|
|
1341
1393
|
Input?: {
|
|
1342
1394
|
peers?: {
|
|
1343
|
-
|
|
1395
|
+
Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1396
|
+
height: string;
|
|
1397
|
+
width: string;
|
|
1398
|
+
borderRadius: string;
|
|
1399
|
+
color: string;
|
|
1400
|
+
colorHover: string;
|
|
1401
|
+
railInsetHorizontalBottom: string;
|
|
1402
|
+
railInsetHorizontalTop: string;
|
|
1403
|
+
railInsetVerticalRight: string;
|
|
1404
|
+
railInsetVerticalLeft: string;
|
|
1405
|
+
railColor: string;
|
|
1406
|
+
}, any>> | undefined;
|
|
1344
1407
|
} | undefined;
|
|
1345
1408
|
} | undefined;
|
|
1346
1409
|
};
|
|
@@ -1713,7 +1776,20 @@ declare const _default: import('vue').DefineComponent<IValue<number> & {
|
|
|
1713
1776
|
paddingMedium: string;
|
|
1714
1777
|
paddingLarge: string;
|
|
1715
1778
|
clearSize: string;
|
|
1716
|
-
},
|
|
1779
|
+
}, {
|
|
1780
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1781
|
+
height: string;
|
|
1782
|
+
width: string;
|
|
1783
|
+
borderRadius: string;
|
|
1784
|
+
color: string;
|
|
1785
|
+
colorHover: string;
|
|
1786
|
+
railInsetHorizontalBottom: string;
|
|
1787
|
+
railInsetHorizontalTop: string;
|
|
1788
|
+
railInsetVerticalRight: string;
|
|
1789
|
+
railInsetVerticalLeft: string;
|
|
1790
|
+
railColor: string;
|
|
1791
|
+
}, any>;
|
|
1792
|
+
}>;
|
|
1717
1793
|
}>>;
|
|
1718
1794
|
themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
|
|
1719
1795
|
iconColorDisabled: string;
|
|
@@ -1983,7 +2059,20 @@ declare const _default: import('vue').DefineComponent<IValue<number> & {
|
|
|
1983
2059
|
paddingMedium: string;
|
|
1984
2060
|
paddingLarge: string;
|
|
1985
2061
|
clearSize: string;
|
|
1986
|
-
},
|
|
2062
|
+
}, {
|
|
2063
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2064
|
+
height: string;
|
|
2065
|
+
width: string;
|
|
2066
|
+
borderRadius: string;
|
|
2067
|
+
color: string;
|
|
2068
|
+
colorHover: string;
|
|
2069
|
+
railInsetHorizontalBottom: string;
|
|
2070
|
+
railInsetHorizontalTop: string;
|
|
2071
|
+
railInsetVerticalRight: string;
|
|
2072
|
+
railInsetVerticalLeft: string;
|
|
2073
|
+
railColor: string;
|
|
2074
|
+
}, any>;
|
|
2075
|
+
}>;
|
|
1987
2076
|
}>>>;
|
|
1988
2077
|
builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
|
|
1989
2078
|
iconColorDisabled: string;
|
|
@@ -2253,7 +2342,20 @@ declare const _default: import('vue').DefineComponent<IValue<number> & {
|
|
|
2253
2342
|
paddingMedium: string;
|
|
2254
2343
|
paddingLarge: string;
|
|
2255
2344
|
clearSize: string;
|
|
2256
|
-
},
|
|
2345
|
+
}, {
|
|
2346
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2347
|
+
height: string;
|
|
2348
|
+
width: string;
|
|
2349
|
+
borderRadius: string;
|
|
2350
|
+
color: string;
|
|
2351
|
+
colorHover: string;
|
|
2352
|
+
railInsetHorizontalBottom: string;
|
|
2353
|
+
railInsetHorizontalTop: string;
|
|
2354
|
+
railInsetVerticalRight: string;
|
|
2355
|
+
railInsetVerticalLeft: string;
|
|
2356
|
+
railColor: string;
|
|
2357
|
+
}, any>;
|
|
2358
|
+
}>;
|
|
2257
2359
|
}>>>;
|
|
2258
2360
|
}>> & Readonly<{}>, {
|
|
2259
2361
|
rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
|
|
@@ -2601,7 +2703,20 @@ declare const _default: import('vue').DefineComponent<IValue<number> & {
|
|
|
2601
2703
|
paddingMedium: string;
|
|
2602
2704
|
paddingLarge: string;
|
|
2603
2705
|
clearSize: string;
|
|
2604
|
-
},
|
|
2706
|
+
}, {
|
|
2707
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2708
|
+
height: string;
|
|
2709
|
+
width: string;
|
|
2710
|
+
borderRadius: string;
|
|
2711
|
+
color: string;
|
|
2712
|
+
colorHover: string;
|
|
2713
|
+
railInsetHorizontalBottom: string;
|
|
2714
|
+
railInsetHorizontalTop: string;
|
|
2715
|
+
railInsetVerticalRight: string;
|
|
2716
|
+
railInsetVerticalLeft: string;
|
|
2717
|
+
railColor: string;
|
|
2718
|
+
}, any>;
|
|
2719
|
+
}>;
|
|
2605
2720
|
};
|
|
2606
2721
|
peerOverrides: {
|
|
2607
2722
|
Button?: {
|
|
@@ -2611,7 +2726,18 @@ declare const _default: import('vue').DefineComponent<IValue<number> & {
|
|
|
2611
2726
|
} | undefined;
|
|
2612
2727
|
Input?: {
|
|
2613
2728
|
peers?: {
|
|
2614
|
-
|
|
2729
|
+
Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2730
|
+
height: string;
|
|
2731
|
+
width: string;
|
|
2732
|
+
borderRadius: string;
|
|
2733
|
+
color: string;
|
|
2734
|
+
colorHover: string;
|
|
2735
|
+
railInsetHorizontalBottom: string;
|
|
2736
|
+
railInsetHorizontalTop: string;
|
|
2737
|
+
railInsetVerticalRight: string;
|
|
2738
|
+
railInsetVerticalLeft: string;
|
|
2739
|
+
railColor: string;
|
|
2740
|
+
}, any>> | undefined;
|
|
2615
2741
|
} | undefined;
|
|
2616
2742
|
} | undefined;
|
|
2617
2743
|
};
|
|
@@ -386,7 +386,20 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
386
386
|
paddingMedium: string;
|
|
387
387
|
paddingLarge: string;
|
|
388
388
|
clearSize: string;
|
|
389
|
-
},
|
|
389
|
+
}, {
|
|
390
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
391
|
+
height: string;
|
|
392
|
+
width: string;
|
|
393
|
+
borderRadius: string;
|
|
394
|
+
color: string;
|
|
395
|
+
colorHover: string;
|
|
396
|
+
railInsetHorizontalBottom: string;
|
|
397
|
+
railInsetHorizontalTop: string;
|
|
398
|
+
railInsetVerticalRight: string;
|
|
399
|
+
railInsetVerticalLeft: string;
|
|
400
|
+
railColor: string;
|
|
401
|
+
}, any>;
|
|
402
|
+
}>;
|
|
390
403
|
}>>;
|
|
391
404
|
themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
|
|
392
405
|
iconColorDisabled: string;
|
|
@@ -656,7 +669,20 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
656
669
|
paddingMedium: string;
|
|
657
670
|
paddingLarge: string;
|
|
658
671
|
clearSize: string;
|
|
659
|
-
},
|
|
672
|
+
}, {
|
|
673
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
674
|
+
height: string;
|
|
675
|
+
width: string;
|
|
676
|
+
borderRadius: string;
|
|
677
|
+
color: string;
|
|
678
|
+
colorHover: string;
|
|
679
|
+
railInsetHorizontalBottom: string;
|
|
680
|
+
railInsetHorizontalTop: string;
|
|
681
|
+
railInsetVerticalRight: string;
|
|
682
|
+
railInsetVerticalLeft: string;
|
|
683
|
+
railColor: string;
|
|
684
|
+
}, any>;
|
|
685
|
+
}>;
|
|
660
686
|
}>>>;
|
|
661
687
|
builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
|
|
662
688
|
iconColorDisabled: string;
|
|
@@ -926,7 +952,20 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
926
952
|
paddingMedium: string;
|
|
927
953
|
paddingLarge: string;
|
|
928
954
|
clearSize: string;
|
|
929
|
-
},
|
|
955
|
+
}, {
|
|
956
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
957
|
+
height: string;
|
|
958
|
+
width: string;
|
|
959
|
+
borderRadius: string;
|
|
960
|
+
color: string;
|
|
961
|
+
colorHover: string;
|
|
962
|
+
railInsetHorizontalBottom: string;
|
|
963
|
+
railInsetHorizontalTop: string;
|
|
964
|
+
railInsetVerticalRight: string;
|
|
965
|
+
railInsetVerticalLeft: string;
|
|
966
|
+
railColor: string;
|
|
967
|
+
}, any>;
|
|
968
|
+
}>;
|
|
930
969
|
}>>>;
|
|
931
970
|
}>> & Readonly<{}>, {
|
|
932
971
|
rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
|
|
@@ -1274,7 +1313,20 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1274
1313
|
paddingMedium: string;
|
|
1275
1314
|
paddingLarge: string;
|
|
1276
1315
|
clearSize: string;
|
|
1277
|
-
},
|
|
1316
|
+
}, {
|
|
1317
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1318
|
+
height: string;
|
|
1319
|
+
width: string;
|
|
1320
|
+
borderRadius: string;
|
|
1321
|
+
color: string;
|
|
1322
|
+
colorHover: string;
|
|
1323
|
+
railInsetHorizontalBottom: string;
|
|
1324
|
+
railInsetHorizontalTop: string;
|
|
1325
|
+
railInsetVerticalRight: string;
|
|
1326
|
+
railInsetVerticalLeft: string;
|
|
1327
|
+
railColor: string;
|
|
1328
|
+
}, any>;
|
|
1329
|
+
}>;
|
|
1278
1330
|
};
|
|
1279
1331
|
peerOverrides: {
|
|
1280
1332
|
Button?: {
|
|
@@ -1284,7 +1336,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1284
1336
|
} | undefined;
|
|
1285
1337
|
Input?: {
|
|
1286
1338
|
peers?: {
|
|
1287
|
-
|
|
1339
|
+
Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1340
|
+
height: string;
|
|
1341
|
+
width: string;
|
|
1342
|
+
borderRadius: string;
|
|
1343
|
+
color: string;
|
|
1344
|
+
colorHover: string;
|
|
1345
|
+
railInsetHorizontalBottom: string;
|
|
1346
|
+
railInsetHorizontalTop: string;
|
|
1347
|
+
railInsetVerticalRight: string;
|
|
1348
|
+
railInsetVerticalLeft: string;
|
|
1349
|
+
railColor: string;
|
|
1350
|
+
}, any>> | undefined;
|
|
1288
1351
|
} | undefined;
|
|
1289
1352
|
} | undefined;
|
|
1290
1353
|
};
|
|
@@ -1657,7 +1720,20 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1657
1720
|
paddingMedium: string;
|
|
1658
1721
|
paddingLarge: string;
|
|
1659
1722
|
clearSize: string;
|
|
1660
|
-
},
|
|
1723
|
+
}, {
|
|
1724
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1725
|
+
height: string;
|
|
1726
|
+
width: string;
|
|
1727
|
+
borderRadius: string;
|
|
1728
|
+
color: string;
|
|
1729
|
+
colorHover: string;
|
|
1730
|
+
railInsetHorizontalBottom: string;
|
|
1731
|
+
railInsetHorizontalTop: string;
|
|
1732
|
+
railInsetVerticalRight: string;
|
|
1733
|
+
railInsetVerticalLeft: string;
|
|
1734
|
+
railColor: string;
|
|
1735
|
+
}, any>;
|
|
1736
|
+
}>;
|
|
1661
1737
|
}>>;
|
|
1662
1738
|
themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
|
|
1663
1739
|
iconColorDisabled: string;
|
|
@@ -1927,7 +2003,20 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1927
2003
|
paddingMedium: string;
|
|
1928
2004
|
paddingLarge: string;
|
|
1929
2005
|
clearSize: string;
|
|
1930
|
-
},
|
|
2006
|
+
}, {
|
|
2007
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2008
|
+
height: string;
|
|
2009
|
+
width: string;
|
|
2010
|
+
borderRadius: string;
|
|
2011
|
+
color: string;
|
|
2012
|
+
colorHover: string;
|
|
2013
|
+
railInsetHorizontalBottom: string;
|
|
2014
|
+
railInsetHorizontalTop: string;
|
|
2015
|
+
railInsetVerticalRight: string;
|
|
2016
|
+
railInsetVerticalLeft: string;
|
|
2017
|
+
railColor: string;
|
|
2018
|
+
}, any>;
|
|
2019
|
+
}>;
|
|
1931
2020
|
}>>>;
|
|
1932
2021
|
builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
|
|
1933
2022
|
iconColorDisabled: string;
|
|
@@ -2197,7 +2286,20 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2197
2286
|
paddingMedium: string;
|
|
2198
2287
|
paddingLarge: string;
|
|
2199
2288
|
clearSize: string;
|
|
2200
|
-
},
|
|
2289
|
+
}, {
|
|
2290
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2291
|
+
height: string;
|
|
2292
|
+
width: string;
|
|
2293
|
+
borderRadius: string;
|
|
2294
|
+
color: string;
|
|
2295
|
+
colorHover: string;
|
|
2296
|
+
railInsetHorizontalBottom: string;
|
|
2297
|
+
railInsetHorizontalTop: string;
|
|
2298
|
+
railInsetVerticalRight: string;
|
|
2299
|
+
railInsetVerticalLeft: string;
|
|
2300
|
+
railColor: string;
|
|
2301
|
+
}, any>;
|
|
2302
|
+
}>;
|
|
2201
2303
|
}>>>;
|
|
2202
2304
|
}>> & Readonly<{}>, {
|
|
2203
2305
|
rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
|
|
@@ -2545,7 +2647,20 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2545
2647
|
paddingMedium: string;
|
|
2546
2648
|
paddingLarge: string;
|
|
2547
2649
|
clearSize: string;
|
|
2548
|
-
},
|
|
2650
|
+
}, {
|
|
2651
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2652
|
+
height: string;
|
|
2653
|
+
width: string;
|
|
2654
|
+
borderRadius: string;
|
|
2655
|
+
color: string;
|
|
2656
|
+
colorHover: string;
|
|
2657
|
+
railInsetHorizontalBottom: string;
|
|
2658
|
+
railInsetHorizontalTop: string;
|
|
2659
|
+
railInsetVerticalRight: string;
|
|
2660
|
+
railInsetVerticalLeft: string;
|
|
2661
|
+
railColor: string;
|
|
2662
|
+
}, any>;
|
|
2663
|
+
}>;
|
|
2549
2664
|
};
|
|
2550
2665
|
peerOverrides: {
|
|
2551
2666
|
Button?: {
|
|
@@ -2555,7 +2670,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2555
2670
|
} | undefined;
|
|
2556
2671
|
Input?: {
|
|
2557
2672
|
peers?: {
|
|
2558
|
-
|
|
2673
|
+
Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2674
|
+
height: string;
|
|
2675
|
+
width: string;
|
|
2676
|
+
borderRadius: string;
|
|
2677
|
+
color: string;
|
|
2678
|
+
colorHover: string;
|
|
2679
|
+
railInsetHorizontalBottom: string;
|
|
2680
|
+
railInsetHorizontalTop: string;
|
|
2681
|
+
railInsetVerticalRight: string;
|
|
2682
|
+
railInsetVerticalLeft: string;
|
|
2683
|
+
railColor: string;
|
|
2684
|
+
}, any>> | undefined;
|
|
2559
2685
|
} | undefined;
|
|
2560
2686
|
} | undefined;
|
|
2561
2687
|
};
|