@duxweb/dvha-pro 1.1.7 → 1.1.8
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/cjs/components/editor/aiEditor.cjs +1 -1
- package/dist/cjs/components/upload/file.cjs +1 -1
- package/dist/cjs/components/upload/image.cjs +1 -1
- package/dist/cjs/components/upload/manager.cjs +1 -1
- package/dist/cjs/theme/uno.css.cjs +33 -13
- package/dist/esm/components/editor/aiEditor.js +187 -59
- package/dist/esm/components/upload/file.js +19 -20
- package/dist/esm/components/upload/image.js +4 -4
- package/dist/esm/components/upload/manager.js +3 -3
- package/dist/esm/theme/uno.css.js +33 -13
- package/dist/types/components/editor/aiEditor.d.ts +27 -0
- package/dist/types/components/table/table.d.ts +674 -52
- package/dist/types/components/widget/image.d.ts +90 -12
- package/package.json +5 -5
|
@@ -612,7 +612,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
612
612
|
arrowOffsetVertical: string;
|
|
613
613
|
arrowHeight: string;
|
|
614
614
|
padding: string;
|
|
615
|
-
},
|
|
615
|
+
}, {
|
|
616
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
617
|
+
height: string;
|
|
618
|
+
width: string;
|
|
619
|
+
borderRadius: string;
|
|
620
|
+
color: string;
|
|
621
|
+
colorHover: string;
|
|
622
|
+
railInsetHorizontalBottom: string;
|
|
623
|
+
railInsetHorizontalTop: string;
|
|
624
|
+
railInsetVerticalRight: string;
|
|
625
|
+
railInsetVerticalLeft: string;
|
|
626
|
+
railColor: string;
|
|
627
|
+
}, any>;
|
|
628
|
+
}>;
|
|
616
629
|
}>;
|
|
617
630
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
618
631
|
optionFontSizeTiny: string;
|
|
@@ -743,7 +756,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
743
756
|
paddingMedium: string;
|
|
744
757
|
paddingLarge: string;
|
|
745
758
|
clearSize: string;
|
|
746
|
-
},
|
|
759
|
+
}, {
|
|
760
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
761
|
+
height: string;
|
|
762
|
+
width: string;
|
|
763
|
+
borderRadius: string;
|
|
764
|
+
color: string;
|
|
765
|
+
colorHover: string;
|
|
766
|
+
railInsetHorizontalBottom: string;
|
|
767
|
+
railInsetHorizontalTop: string;
|
|
768
|
+
railInsetVerticalRight: string;
|
|
769
|
+
railInsetVerticalLeft: string;
|
|
770
|
+
railColor: string;
|
|
771
|
+
}, any>;
|
|
772
|
+
}>;
|
|
747
773
|
Popselect: import("naive-ui/es/_mixins").Theme<"Popselect", {
|
|
748
774
|
menuBoxShadow: string;
|
|
749
775
|
}, {
|
|
@@ -760,7 +786,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
760
786
|
arrowOffsetVertical: string;
|
|
761
787
|
arrowHeight: string;
|
|
762
788
|
padding: string;
|
|
763
|
-
},
|
|
789
|
+
}, {
|
|
790
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
791
|
+
height: string;
|
|
792
|
+
width: string;
|
|
793
|
+
borderRadius: string;
|
|
794
|
+
color: string;
|
|
795
|
+
colorHover: string;
|
|
796
|
+
railInsetHorizontalBottom: string;
|
|
797
|
+
railInsetHorizontalTop: string;
|
|
798
|
+
railInsetVerticalRight: string;
|
|
799
|
+
railInsetVerticalLeft: string;
|
|
800
|
+
railColor: string;
|
|
801
|
+
}, any>;
|
|
802
|
+
}>;
|
|
764
803
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
765
804
|
optionFontSizeTiny: string;
|
|
766
805
|
optionFontSizeSmall: string;
|
|
@@ -870,7 +909,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
870
909
|
arrowOffsetVertical: string;
|
|
871
910
|
arrowHeight: string;
|
|
872
911
|
padding: string;
|
|
873
|
-
},
|
|
912
|
+
}, {
|
|
913
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
914
|
+
height: string;
|
|
915
|
+
width: string;
|
|
916
|
+
borderRadius: string;
|
|
917
|
+
color: string;
|
|
918
|
+
colorHover: string;
|
|
919
|
+
railInsetHorizontalBottom: string;
|
|
920
|
+
railInsetHorizontalTop: string;
|
|
921
|
+
railInsetVerticalRight: string;
|
|
922
|
+
railInsetVerticalLeft: string;
|
|
923
|
+
railColor: string;
|
|
924
|
+
}, any>;
|
|
925
|
+
}>;
|
|
874
926
|
Ellipsis: import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
875
927
|
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
876
928
|
borderRadius: string;
|
|
@@ -892,7 +944,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
892
944
|
arrowOffsetVertical: string;
|
|
893
945
|
arrowHeight: string;
|
|
894
946
|
padding: string;
|
|
895
|
-
},
|
|
947
|
+
}, {
|
|
948
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
949
|
+
height: string;
|
|
950
|
+
width: string;
|
|
951
|
+
borderRadius: string;
|
|
952
|
+
color: string;
|
|
953
|
+
colorHover: string;
|
|
954
|
+
railInsetHorizontalBottom: string;
|
|
955
|
+
railInsetHorizontalTop: string;
|
|
956
|
+
railInsetVerticalRight: string;
|
|
957
|
+
railInsetVerticalLeft: string;
|
|
958
|
+
railColor: string;
|
|
959
|
+
}, any>;
|
|
960
|
+
}>;
|
|
896
961
|
}>;
|
|
897
962
|
}>;
|
|
898
963
|
Dropdown: import("naive-ui/es/_mixins").Theme<"Dropdown", {
|
|
@@ -963,7 +1028,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
963
1028
|
arrowOffsetVertical: string;
|
|
964
1029
|
arrowHeight: string;
|
|
965
1030
|
padding: string;
|
|
966
|
-
},
|
|
1031
|
+
}, {
|
|
1032
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
1033
|
+
height: string;
|
|
1034
|
+
width: string;
|
|
1035
|
+
borderRadius: string;
|
|
1036
|
+
color: string;
|
|
1037
|
+
colorHover: string;
|
|
1038
|
+
railInsetHorizontalBottom: string;
|
|
1039
|
+
railInsetHorizontalTop: string;
|
|
1040
|
+
railInsetVerticalRight: string;
|
|
1041
|
+
railInsetVerticalLeft: string;
|
|
1042
|
+
railColor: string;
|
|
1043
|
+
}, any>;
|
|
1044
|
+
}>;
|
|
967
1045
|
}>;
|
|
968
1046
|
}>>;
|
|
969
1047
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"DataTable", {
|
|
@@ -1439,7 +1517,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
1439
1517
|
arrowOffsetVertical: string;
|
|
1440
1518
|
arrowHeight: string;
|
|
1441
1519
|
padding: string;
|
|
1442
|
-
},
|
|
1520
|
+
}, {
|
|
1521
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
1522
|
+
height: string;
|
|
1523
|
+
width: string;
|
|
1524
|
+
borderRadius: string;
|
|
1525
|
+
color: string;
|
|
1526
|
+
colorHover: string;
|
|
1527
|
+
railInsetHorizontalBottom: string;
|
|
1528
|
+
railInsetHorizontalTop: string;
|
|
1529
|
+
railInsetVerticalRight: string;
|
|
1530
|
+
railInsetVerticalLeft: string;
|
|
1531
|
+
railColor: string;
|
|
1532
|
+
}, any>;
|
|
1533
|
+
}>;
|
|
1443
1534
|
}>;
|
|
1444
1535
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
1445
1536
|
optionFontSizeTiny: string;
|
|
@@ -1570,7 +1661,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
1570
1661
|
paddingMedium: string;
|
|
1571
1662
|
paddingLarge: string;
|
|
1572
1663
|
clearSize: string;
|
|
1573
|
-
},
|
|
1664
|
+
}, {
|
|
1665
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
1666
|
+
height: string;
|
|
1667
|
+
width: string;
|
|
1668
|
+
borderRadius: string;
|
|
1669
|
+
color: string;
|
|
1670
|
+
colorHover: string;
|
|
1671
|
+
railInsetHorizontalBottom: string;
|
|
1672
|
+
railInsetHorizontalTop: string;
|
|
1673
|
+
railInsetVerticalRight: string;
|
|
1674
|
+
railInsetVerticalLeft: string;
|
|
1675
|
+
railColor: string;
|
|
1676
|
+
}, any>;
|
|
1677
|
+
}>;
|
|
1574
1678
|
Popselect: import("naive-ui/es/_mixins").Theme<"Popselect", {
|
|
1575
1679
|
menuBoxShadow: string;
|
|
1576
1680
|
}, {
|
|
@@ -1587,7 +1691,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
1587
1691
|
arrowOffsetVertical: string;
|
|
1588
1692
|
arrowHeight: string;
|
|
1589
1693
|
padding: string;
|
|
1590
|
-
},
|
|
1694
|
+
}, {
|
|
1695
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
1696
|
+
height: string;
|
|
1697
|
+
width: string;
|
|
1698
|
+
borderRadius: string;
|
|
1699
|
+
color: string;
|
|
1700
|
+
colorHover: string;
|
|
1701
|
+
railInsetHorizontalBottom: string;
|
|
1702
|
+
railInsetHorizontalTop: string;
|
|
1703
|
+
railInsetVerticalRight: string;
|
|
1704
|
+
railInsetVerticalLeft: string;
|
|
1705
|
+
railColor: string;
|
|
1706
|
+
}, any>;
|
|
1707
|
+
}>;
|
|
1591
1708
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
1592
1709
|
optionFontSizeTiny: string;
|
|
1593
1710
|
optionFontSizeSmall: string;
|
|
@@ -1697,7 +1814,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
1697
1814
|
arrowOffsetVertical: string;
|
|
1698
1815
|
arrowHeight: string;
|
|
1699
1816
|
padding: string;
|
|
1700
|
-
},
|
|
1817
|
+
}, {
|
|
1818
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
1819
|
+
height: string;
|
|
1820
|
+
width: string;
|
|
1821
|
+
borderRadius: string;
|
|
1822
|
+
color: string;
|
|
1823
|
+
colorHover: string;
|
|
1824
|
+
railInsetHorizontalBottom: string;
|
|
1825
|
+
railInsetHorizontalTop: string;
|
|
1826
|
+
railInsetVerticalRight: string;
|
|
1827
|
+
railInsetVerticalLeft: string;
|
|
1828
|
+
railColor: string;
|
|
1829
|
+
}, any>;
|
|
1830
|
+
}>;
|
|
1701
1831
|
Ellipsis: import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
1702
1832
|
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
1703
1833
|
borderRadius: string;
|
|
@@ -1719,7 +1849,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
1719
1849
|
arrowOffsetVertical: string;
|
|
1720
1850
|
arrowHeight: string;
|
|
1721
1851
|
padding: string;
|
|
1722
|
-
},
|
|
1852
|
+
}, {
|
|
1853
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
1854
|
+
height: string;
|
|
1855
|
+
width: string;
|
|
1856
|
+
borderRadius: string;
|
|
1857
|
+
color: string;
|
|
1858
|
+
colorHover: string;
|
|
1859
|
+
railInsetHorizontalBottom: string;
|
|
1860
|
+
railInsetHorizontalTop: string;
|
|
1861
|
+
railInsetVerticalRight: string;
|
|
1862
|
+
railInsetVerticalLeft: string;
|
|
1863
|
+
railColor: string;
|
|
1864
|
+
}, any>;
|
|
1865
|
+
}>;
|
|
1723
1866
|
}>;
|
|
1724
1867
|
}>;
|
|
1725
1868
|
Dropdown: import("naive-ui/es/_mixins").Theme<"Dropdown", {
|
|
@@ -1790,7 +1933,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
1790
1933
|
arrowOffsetVertical: string;
|
|
1791
1934
|
arrowHeight: string;
|
|
1792
1935
|
padding: string;
|
|
1793
|
-
},
|
|
1936
|
+
}, {
|
|
1937
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
1938
|
+
height: string;
|
|
1939
|
+
width: string;
|
|
1940
|
+
borderRadius: string;
|
|
1941
|
+
color: string;
|
|
1942
|
+
colorHover: string;
|
|
1943
|
+
railInsetHorizontalBottom: string;
|
|
1944
|
+
railInsetHorizontalTop: string;
|
|
1945
|
+
railInsetVerticalRight: string;
|
|
1946
|
+
railInsetVerticalLeft: string;
|
|
1947
|
+
railColor: string;
|
|
1948
|
+
}, any>;
|
|
1949
|
+
}>;
|
|
1794
1950
|
}>;
|
|
1795
1951
|
}>>>;
|
|
1796
1952
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"DataTable", {
|
|
@@ -2266,7 +2422,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
2266
2422
|
arrowOffsetVertical: string;
|
|
2267
2423
|
arrowHeight: string;
|
|
2268
2424
|
padding: string;
|
|
2269
|
-
},
|
|
2425
|
+
}, {
|
|
2426
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
2427
|
+
height: string;
|
|
2428
|
+
width: string;
|
|
2429
|
+
borderRadius: string;
|
|
2430
|
+
color: string;
|
|
2431
|
+
colorHover: string;
|
|
2432
|
+
railInsetHorizontalBottom: string;
|
|
2433
|
+
railInsetHorizontalTop: string;
|
|
2434
|
+
railInsetVerticalRight: string;
|
|
2435
|
+
railInsetVerticalLeft: string;
|
|
2436
|
+
railColor: string;
|
|
2437
|
+
}, any>;
|
|
2438
|
+
}>;
|
|
2270
2439
|
}>;
|
|
2271
2440
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
2272
2441
|
optionFontSizeTiny: string;
|
|
@@ -2397,7 +2566,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
2397
2566
|
paddingMedium: string;
|
|
2398
2567
|
paddingLarge: string;
|
|
2399
2568
|
clearSize: string;
|
|
2400
|
-
},
|
|
2569
|
+
}, {
|
|
2570
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
2571
|
+
height: string;
|
|
2572
|
+
width: string;
|
|
2573
|
+
borderRadius: string;
|
|
2574
|
+
color: string;
|
|
2575
|
+
colorHover: string;
|
|
2576
|
+
railInsetHorizontalBottom: string;
|
|
2577
|
+
railInsetHorizontalTop: string;
|
|
2578
|
+
railInsetVerticalRight: string;
|
|
2579
|
+
railInsetVerticalLeft: string;
|
|
2580
|
+
railColor: string;
|
|
2581
|
+
}, any>;
|
|
2582
|
+
}>;
|
|
2401
2583
|
Popselect: import("naive-ui/es/_mixins").Theme<"Popselect", {
|
|
2402
2584
|
menuBoxShadow: string;
|
|
2403
2585
|
}, {
|
|
@@ -2414,7 +2596,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
2414
2596
|
arrowOffsetVertical: string;
|
|
2415
2597
|
arrowHeight: string;
|
|
2416
2598
|
padding: string;
|
|
2417
|
-
},
|
|
2599
|
+
}, {
|
|
2600
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
2601
|
+
height: string;
|
|
2602
|
+
width: string;
|
|
2603
|
+
borderRadius: string;
|
|
2604
|
+
color: string;
|
|
2605
|
+
colorHover: string;
|
|
2606
|
+
railInsetHorizontalBottom: string;
|
|
2607
|
+
railInsetHorizontalTop: string;
|
|
2608
|
+
railInsetVerticalRight: string;
|
|
2609
|
+
railInsetVerticalLeft: string;
|
|
2610
|
+
railColor: string;
|
|
2611
|
+
}, any>;
|
|
2612
|
+
}>;
|
|
2418
2613
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
2419
2614
|
optionFontSizeTiny: string;
|
|
2420
2615
|
optionFontSizeSmall: string;
|
|
@@ -2524,7 +2719,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
2524
2719
|
arrowOffsetVertical: string;
|
|
2525
2720
|
arrowHeight: string;
|
|
2526
2721
|
padding: string;
|
|
2527
|
-
},
|
|
2722
|
+
}, {
|
|
2723
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
2724
|
+
height: string;
|
|
2725
|
+
width: string;
|
|
2726
|
+
borderRadius: string;
|
|
2727
|
+
color: string;
|
|
2728
|
+
colorHover: string;
|
|
2729
|
+
railInsetHorizontalBottom: string;
|
|
2730
|
+
railInsetHorizontalTop: string;
|
|
2731
|
+
railInsetVerticalRight: string;
|
|
2732
|
+
railInsetVerticalLeft: string;
|
|
2733
|
+
railColor: string;
|
|
2734
|
+
}, any>;
|
|
2735
|
+
}>;
|
|
2528
2736
|
Ellipsis: import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
2529
2737
|
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
2530
2738
|
borderRadius: string;
|
|
@@ -2546,7 +2754,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
2546
2754
|
arrowOffsetVertical: string;
|
|
2547
2755
|
arrowHeight: string;
|
|
2548
2756
|
padding: string;
|
|
2549
|
-
},
|
|
2757
|
+
}, {
|
|
2758
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
2759
|
+
height: string;
|
|
2760
|
+
width: string;
|
|
2761
|
+
borderRadius: string;
|
|
2762
|
+
color: string;
|
|
2763
|
+
colorHover: string;
|
|
2764
|
+
railInsetHorizontalBottom: string;
|
|
2765
|
+
railInsetHorizontalTop: string;
|
|
2766
|
+
railInsetVerticalRight: string;
|
|
2767
|
+
railInsetVerticalLeft: string;
|
|
2768
|
+
railColor: string;
|
|
2769
|
+
}, any>;
|
|
2770
|
+
}>;
|
|
2550
2771
|
}>;
|
|
2551
2772
|
}>;
|
|
2552
2773
|
Dropdown: import("naive-ui/es/_mixins").Theme<"Dropdown", {
|
|
@@ -2617,7 +2838,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
2617
2838
|
arrowOffsetVertical: string;
|
|
2618
2839
|
arrowHeight: string;
|
|
2619
2840
|
padding: string;
|
|
2620
|
-
},
|
|
2841
|
+
}, {
|
|
2842
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
2843
|
+
height: string;
|
|
2844
|
+
width: string;
|
|
2845
|
+
borderRadius: string;
|
|
2846
|
+
color: string;
|
|
2847
|
+
colorHover: string;
|
|
2848
|
+
railInsetHorizontalBottom: string;
|
|
2849
|
+
railInsetHorizontalTop: string;
|
|
2850
|
+
railInsetVerticalRight: string;
|
|
2851
|
+
railInsetVerticalLeft: string;
|
|
2852
|
+
railColor: string;
|
|
2853
|
+
}, any>;
|
|
2854
|
+
}>;
|
|
2621
2855
|
}>;
|
|
2622
2856
|
}>>>;
|
|
2623
2857
|
}>, {
|
|
@@ -3117,7 +3351,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
3117
3351
|
arrowOffsetVertical: string;
|
|
3118
3352
|
arrowHeight: string;
|
|
3119
3353
|
padding: string;
|
|
3120
|
-
},
|
|
3354
|
+
}, {
|
|
3355
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
3356
|
+
height: string;
|
|
3357
|
+
width: string;
|
|
3358
|
+
borderRadius: string;
|
|
3359
|
+
color: string;
|
|
3360
|
+
colorHover: string;
|
|
3361
|
+
railInsetHorizontalBottom: string;
|
|
3362
|
+
railInsetHorizontalTop: string;
|
|
3363
|
+
railInsetVerticalRight: string;
|
|
3364
|
+
railInsetVerticalLeft: string;
|
|
3365
|
+
railColor: string;
|
|
3366
|
+
}, any>;
|
|
3367
|
+
}>;
|
|
3121
3368
|
}>;
|
|
3122
3369
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
3123
3370
|
optionFontSizeTiny: string;
|
|
@@ -3248,7 +3495,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
3248
3495
|
paddingMedium: string;
|
|
3249
3496
|
paddingLarge: string;
|
|
3250
3497
|
clearSize: string;
|
|
3251
|
-
},
|
|
3498
|
+
}, {
|
|
3499
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
3500
|
+
height: string;
|
|
3501
|
+
width: string;
|
|
3502
|
+
borderRadius: string;
|
|
3503
|
+
color: string;
|
|
3504
|
+
colorHover: string;
|
|
3505
|
+
railInsetHorizontalBottom: string;
|
|
3506
|
+
railInsetHorizontalTop: string;
|
|
3507
|
+
railInsetVerticalRight: string;
|
|
3508
|
+
railInsetVerticalLeft: string;
|
|
3509
|
+
railColor: string;
|
|
3510
|
+
}, any>;
|
|
3511
|
+
}>;
|
|
3252
3512
|
Popselect: import("naive-ui/es/_mixins").Theme<"Popselect", {
|
|
3253
3513
|
menuBoxShadow: string;
|
|
3254
3514
|
}, {
|
|
@@ -3265,7 +3525,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
3265
3525
|
arrowOffsetVertical: string;
|
|
3266
3526
|
arrowHeight: string;
|
|
3267
3527
|
padding: string;
|
|
3268
|
-
},
|
|
3528
|
+
}, {
|
|
3529
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
3530
|
+
height: string;
|
|
3531
|
+
width: string;
|
|
3532
|
+
borderRadius: string;
|
|
3533
|
+
color: string;
|
|
3534
|
+
colorHover: string;
|
|
3535
|
+
railInsetHorizontalBottom: string;
|
|
3536
|
+
railInsetHorizontalTop: string;
|
|
3537
|
+
railInsetVerticalRight: string;
|
|
3538
|
+
railInsetVerticalLeft: string;
|
|
3539
|
+
railColor: string;
|
|
3540
|
+
}, any>;
|
|
3541
|
+
}>;
|
|
3269
3542
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
3270
3543
|
optionFontSizeTiny: string;
|
|
3271
3544
|
optionFontSizeSmall: string;
|
|
@@ -3375,7 +3648,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
3375
3648
|
arrowOffsetVertical: string;
|
|
3376
3649
|
arrowHeight: string;
|
|
3377
3650
|
padding: string;
|
|
3378
|
-
},
|
|
3651
|
+
}, {
|
|
3652
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
3653
|
+
height: string;
|
|
3654
|
+
width: string;
|
|
3655
|
+
borderRadius: string;
|
|
3656
|
+
color: string;
|
|
3657
|
+
colorHover: string;
|
|
3658
|
+
railInsetHorizontalBottom: string;
|
|
3659
|
+
railInsetHorizontalTop: string;
|
|
3660
|
+
railInsetVerticalRight: string;
|
|
3661
|
+
railInsetVerticalLeft: string;
|
|
3662
|
+
railColor: string;
|
|
3663
|
+
}, any>;
|
|
3664
|
+
}>;
|
|
3379
3665
|
Ellipsis: import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
3380
3666
|
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
3381
3667
|
borderRadius: string;
|
|
@@ -3397,7 +3683,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
3397
3683
|
arrowOffsetVertical: string;
|
|
3398
3684
|
arrowHeight: string;
|
|
3399
3685
|
padding: string;
|
|
3400
|
-
},
|
|
3686
|
+
}, {
|
|
3687
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
3688
|
+
height: string;
|
|
3689
|
+
width: string;
|
|
3690
|
+
borderRadius: string;
|
|
3691
|
+
color: string;
|
|
3692
|
+
colorHover: string;
|
|
3693
|
+
railInsetHorizontalBottom: string;
|
|
3694
|
+
railInsetHorizontalTop: string;
|
|
3695
|
+
railInsetVerticalRight: string;
|
|
3696
|
+
railInsetVerticalLeft: string;
|
|
3697
|
+
railColor: string;
|
|
3698
|
+
}, any>;
|
|
3699
|
+
}>;
|
|
3401
3700
|
}>;
|
|
3402
3701
|
}>;
|
|
3403
3702
|
Dropdown: import("naive-ui/es/_mixins").Theme<"Dropdown", {
|
|
@@ -3468,7 +3767,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
3468
3767
|
arrowOffsetVertical: string;
|
|
3469
3768
|
arrowHeight: string;
|
|
3470
3769
|
padding: string;
|
|
3471
|
-
},
|
|
3770
|
+
}, {
|
|
3771
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
3772
|
+
height: string;
|
|
3773
|
+
width: string;
|
|
3774
|
+
borderRadius: string;
|
|
3775
|
+
color: string;
|
|
3776
|
+
colorHover: string;
|
|
3777
|
+
railInsetHorizontalBottom: string;
|
|
3778
|
+
railInsetHorizontalTop: string;
|
|
3779
|
+
railInsetVerticalRight: string;
|
|
3780
|
+
railInsetVerticalLeft: string;
|
|
3781
|
+
railColor: string;
|
|
3782
|
+
}, any>;
|
|
3783
|
+
}>;
|
|
3472
3784
|
}>;
|
|
3473
3785
|
};
|
|
3474
3786
|
peerOverrides: {
|
|
@@ -3560,7 +3872,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
3560
3872
|
arrowOffsetVertical: string;
|
|
3561
3873
|
arrowHeight: string;
|
|
3562
3874
|
padding: string;
|
|
3563
|
-
},
|
|
3875
|
+
}, {
|
|
3876
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
3877
|
+
height: string;
|
|
3878
|
+
width: string;
|
|
3879
|
+
borderRadius: string;
|
|
3880
|
+
color: string;
|
|
3881
|
+
colorHover: string;
|
|
3882
|
+
railInsetHorizontalBottom: string;
|
|
3883
|
+
railInsetHorizontalTop: string;
|
|
3884
|
+
railInsetVerticalRight: string;
|
|
3885
|
+
railInsetVerticalLeft: string;
|
|
3886
|
+
railColor: string;
|
|
3887
|
+
}, any>;
|
|
3888
|
+
}>;
|
|
3564
3889
|
}>;
|
|
3565
3890
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
3566
3891
|
optionFontSizeTiny: string;
|
|
@@ -3691,7 +4016,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
3691
4016
|
paddingMedium: string;
|
|
3692
4017
|
paddingLarge: string;
|
|
3693
4018
|
clearSize: string;
|
|
3694
|
-
},
|
|
4019
|
+
}, {
|
|
4020
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
4021
|
+
height: string;
|
|
4022
|
+
width: string;
|
|
4023
|
+
borderRadius: string;
|
|
4024
|
+
color: string;
|
|
4025
|
+
colorHover: string;
|
|
4026
|
+
railInsetHorizontalBottom: string;
|
|
4027
|
+
railInsetHorizontalTop: string;
|
|
4028
|
+
railInsetVerticalRight: string;
|
|
4029
|
+
railInsetVerticalLeft: string;
|
|
4030
|
+
railColor: string;
|
|
4031
|
+
}, any>;
|
|
4032
|
+
}>> | undefined;
|
|
3695
4033
|
Popselect?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popselect", {
|
|
3696
4034
|
menuBoxShadow: string;
|
|
3697
4035
|
}, {
|
|
@@ -3708,7 +4046,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
3708
4046
|
arrowOffsetVertical: string;
|
|
3709
4047
|
arrowHeight: string;
|
|
3710
4048
|
padding: string;
|
|
3711
|
-
},
|
|
4049
|
+
}, {
|
|
4050
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
4051
|
+
height: string;
|
|
4052
|
+
width: string;
|
|
4053
|
+
borderRadius: string;
|
|
4054
|
+
color: string;
|
|
4055
|
+
colorHover: string;
|
|
4056
|
+
railInsetHorizontalBottom: string;
|
|
4057
|
+
railInsetHorizontalTop: string;
|
|
4058
|
+
railInsetVerticalRight: string;
|
|
4059
|
+
railInsetVerticalLeft: string;
|
|
4060
|
+
railColor: string;
|
|
4061
|
+
}, any>;
|
|
4062
|
+
}>;
|
|
3712
4063
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
3713
4064
|
optionFontSizeTiny: string;
|
|
3714
4065
|
optionFontSizeSmall: string;
|
|
@@ -3791,7 +4142,18 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
3791
4142
|
} | undefined;
|
|
3792
4143
|
Popover?: {
|
|
3793
4144
|
peers?: {
|
|
3794
|
-
|
|
4145
|
+
Scrollbar?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
4146
|
+
height: string;
|
|
4147
|
+
width: string;
|
|
4148
|
+
borderRadius: string;
|
|
4149
|
+
color: string;
|
|
4150
|
+
colorHover: string;
|
|
4151
|
+
railInsetHorizontalBottom: string;
|
|
4152
|
+
railInsetHorizontalTop: string;
|
|
4153
|
+
railInsetVerticalRight: string;
|
|
4154
|
+
railInsetVerticalLeft: string;
|
|
4155
|
+
railColor: string;
|
|
4156
|
+
}, any>> | undefined;
|
|
3795
4157
|
} | undefined;
|
|
3796
4158
|
} | undefined;
|
|
3797
4159
|
Ellipsis?: {
|
|
@@ -3816,7 +4178,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
3816
4178
|
arrowOffsetVertical: string;
|
|
3817
4179
|
arrowHeight: string;
|
|
3818
4180
|
padding: string;
|
|
3819
|
-
},
|
|
4181
|
+
}, {
|
|
4182
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
4183
|
+
height: string;
|
|
4184
|
+
width: string;
|
|
4185
|
+
borderRadius: string;
|
|
4186
|
+
color: string;
|
|
4187
|
+
colorHover: string;
|
|
4188
|
+
railInsetHorizontalBottom: string;
|
|
4189
|
+
railInsetHorizontalTop: string;
|
|
4190
|
+
railInsetVerticalRight: string;
|
|
4191
|
+
railInsetVerticalLeft: string;
|
|
4192
|
+
railColor: string;
|
|
4193
|
+
}, any>;
|
|
4194
|
+
}>;
|
|
3820
4195
|
}>> | undefined;
|
|
3821
4196
|
} | undefined;
|
|
3822
4197
|
} | undefined;
|
|
@@ -3835,7 +4210,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
3835
4210
|
arrowOffsetVertical: string;
|
|
3836
4211
|
arrowHeight: string;
|
|
3837
4212
|
padding: string;
|
|
3838
|
-
},
|
|
4213
|
+
}, {
|
|
4214
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
4215
|
+
height: string;
|
|
4216
|
+
width: string;
|
|
4217
|
+
borderRadius: string;
|
|
4218
|
+
color: string;
|
|
4219
|
+
colorHover: string;
|
|
4220
|
+
railInsetHorizontalBottom: string;
|
|
4221
|
+
railInsetHorizontalTop: string;
|
|
4222
|
+
railInsetVerticalRight: string;
|
|
4223
|
+
railInsetVerticalLeft: string;
|
|
4224
|
+
railColor: string;
|
|
4225
|
+
}, any>;
|
|
4226
|
+
}>> | undefined;
|
|
3839
4227
|
} | undefined;
|
|
3840
4228
|
} | undefined;
|
|
3841
4229
|
};
|
|
@@ -4493,7 +4881,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
4493
4881
|
arrowOffsetVertical: string;
|
|
4494
4882
|
arrowHeight: string;
|
|
4495
4883
|
padding: string;
|
|
4496
|
-
},
|
|
4884
|
+
}, {
|
|
4885
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
4886
|
+
height: string;
|
|
4887
|
+
width: string;
|
|
4888
|
+
borderRadius: string;
|
|
4889
|
+
color: string;
|
|
4890
|
+
colorHover: string;
|
|
4891
|
+
railInsetHorizontalBottom: string;
|
|
4892
|
+
railInsetHorizontalTop: string;
|
|
4893
|
+
railInsetVerticalRight: string;
|
|
4894
|
+
railInsetVerticalLeft: string;
|
|
4895
|
+
railColor: string;
|
|
4896
|
+
}, any>;
|
|
4897
|
+
}>;
|
|
4497
4898
|
}>;
|
|
4498
4899
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
4499
4900
|
optionFontSizeTiny: string;
|
|
@@ -4624,7 +5025,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
4624
5025
|
paddingMedium: string;
|
|
4625
5026
|
paddingLarge: string;
|
|
4626
5027
|
clearSize: string;
|
|
4627
|
-
},
|
|
5028
|
+
}, {
|
|
5029
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
5030
|
+
height: string;
|
|
5031
|
+
width: string;
|
|
5032
|
+
borderRadius: string;
|
|
5033
|
+
color: string;
|
|
5034
|
+
colorHover: string;
|
|
5035
|
+
railInsetHorizontalBottom: string;
|
|
5036
|
+
railInsetHorizontalTop: string;
|
|
5037
|
+
railInsetVerticalRight: string;
|
|
5038
|
+
railInsetVerticalLeft: string;
|
|
5039
|
+
railColor: string;
|
|
5040
|
+
}, any>;
|
|
5041
|
+
}>;
|
|
4628
5042
|
Popselect: import("naive-ui/es/_mixins").Theme<"Popselect", {
|
|
4629
5043
|
menuBoxShadow: string;
|
|
4630
5044
|
}, {
|
|
@@ -4641,7 +5055,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
4641
5055
|
arrowOffsetVertical: string;
|
|
4642
5056
|
arrowHeight: string;
|
|
4643
5057
|
padding: string;
|
|
4644
|
-
},
|
|
5058
|
+
}, {
|
|
5059
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
5060
|
+
height: string;
|
|
5061
|
+
width: string;
|
|
5062
|
+
borderRadius: string;
|
|
5063
|
+
color: string;
|
|
5064
|
+
colorHover: string;
|
|
5065
|
+
railInsetHorizontalBottom: string;
|
|
5066
|
+
railInsetHorizontalTop: string;
|
|
5067
|
+
railInsetVerticalRight: string;
|
|
5068
|
+
railInsetVerticalLeft: string;
|
|
5069
|
+
railColor: string;
|
|
5070
|
+
}, any>;
|
|
5071
|
+
}>;
|
|
4645
5072
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
4646
5073
|
optionFontSizeTiny: string;
|
|
4647
5074
|
optionFontSizeSmall: string;
|
|
@@ -4751,7 +5178,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
4751
5178
|
arrowOffsetVertical: string;
|
|
4752
5179
|
arrowHeight: string;
|
|
4753
5180
|
padding: string;
|
|
4754
|
-
},
|
|
5181
|
+
}, {
|
|
5182
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
5183
|
+
height: string;
|
|
5184
|
+
width: string;
|
|
5185
|
+
borderRadius: string;
|
|
5186
|
+
color: string;
|
|
5187
|
+
colorHover: string;
|
|
5188
|
+
railInsetHorizontalBottom: string;
|
|
5189
|
+
railInsetHorizontalTop: string;
|
|
5190
|
+
railInsetVerticalRight: string;
|
|
5191
|
+
railInsetVerticalLeft: string;
|
|
5192
|
+
railColor: string;
|
|
5193
|
+
}, any>;
|
|
5194
|
+
}>;
|
|
4755
5195
|
Ellipsis: import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
4756
5196
|
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
4757
5197
|
borderRadius: string;
|
|
@@ -4773,7 +5213,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
4773
5213
|
arrowOffsetVertical: string;
|
|
4774
5214
|
arrowHeight: string;
|
|
4775
5215
|
padding: string;
|
|
4776
|
-
},
|
|
5216
|
+
}, {
|
|
5217
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
5218
|
+
height: string;
|
|
5219
|
+
width: string;
|
|
5220
|
+
borderRadius: string;
|
|
5221
|
+
color: string;
|
|
5222
|
+
colorHover: string;
|
|
5223
|
+
railInsetHorizontalBottom: string;
|
|
5224
|
+
railInsetHorizontalTop: string;
|
|
5225
|
+
railInsetVerticalRight: string;
|
|
5226
|
+
railInsetVerticalLeft: string;
|
|
5227
|
+
railColor: string;
|
|
5228
|
+
}, any>;
|
|
5229
|
+
}>;
|
|
4777
5230
|
}>;
|
|
4778
5231
|
}>;
|
|
4779
5232
|
Dropdown: import("naive-ui/es/_mixins").Theme<"Dropdown", {
|
|
@@ -4844,7 +5297,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
4844
5297
|
arrowOffsetVertical: string;
|
|
4845
5298
|
arrowHeight: string;
|
|
4846
5299
|
padding: string;
|
|
4847
|
-
},
|
|
5300
|
+
}, {
|
|
5301
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
5302
|
+
height: string;
|
|
5303
|
+
width: string;
|
|
5304
|
+
borderRadius: string;
|
|
5305
|
+
color: string;
|
|
5306
|
+
colorHover: string;
|
|
5307
|
+
railInsetHorizontalBottom: string;
|
|
5308
|
+
railInsetHorizontalTop: string;
|
|
5309
|
+
railInsetVerticalRight: string;
|
|
5310
|
+
railInsetVerticalLeft: string;
|
|
5311
|
+
railColor: string;
|
|
5312
|
+
}, any>;
|
|
5313
|
+
}>;
|
|
4848
5314
|
}>;
|
|
4849
5315
|
}>>;
|
|
4850
5316
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"DataTable", {
|
|
@@ -5320,7 +5786,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
5320
5786
|
arrowOffsetVertical: string;
|
|
5321
5787
|
arrowHeight: string;
|
|
5322
5788
|
padding: string;
|
|
5323
|
-
},
|
|
5789
|
+
}, {
|
|
5790
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
5791
|
+
height: string;
|
|
5792
|
+
width: string;
|
|
5793
|
+
borderRadius: string;
|
|
5794
|
+
color: string;
|
|
5795
|
+
colorHover: string;
|
|
5796
|
+
railInsetHorizontalBottom: string;
|
|
5797
|
+
railInsetHorizontalTop: string;
|
|
5798
|
+
railInsetVerticalRight: string;
|
|
5799
|
+
railInsetVerticalLeft: string;
|
|
5800
|
+
railColor: string;
|
|
5801
|
+
}, any>;
|
|
5802
|
+
}>;
|
|
5324
5803
|
}>;
|
|
5325
5804
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
5326
5805
|
optionFontSizeTiny: string;
|
|
@@ -5451,7 +5930,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
5451
5930
|
paddingMedium: string;
|
|
5452
5931
|
paddingLarge: string;
|
|
5453
5932
|
clearSize: string;
|
|
5454
|
-
},
|
|
5933
|
+
}, {
|
|
5934
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
5935
|
+
height: string;
|
|
5936
|
+
width: string;
|
|
5937
|
+
borderRadius: string;
|
|
5938
|
+
color: string;
|
|
5939
|
+
colorHover: string;
|
|
5940
|
+
railInsetHorizontalBottom: string;
|
|
5941
|
+
railInsetHorizontalTop: string;
|
|
5942
|
+
railInsetVerticalRight: string;
|
|
5943
|
+
railInsetVerticalLeft: string;
|
|
5944
|
+
railColor: string;
|
|
5945
|
+
}, any>;
|
|
5946
|
+
}>;
|
|
5455
5947
|
Popselect: import("naive-ui/es/_mixins").Theme<"Popselect", {
|
|
5456
5948
|
menuBoxShadow: string;
|
|
5457
5949
|
}, {
|
|
@@ -5468,7 +5960,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
5468
5960
|
arrowOffsetVertical: string;
|
|
5469
5961
|
arrowHeight: string;
|
|
5470
5962
|
padding: string;
|
|
5471
|
-
},
|
|
5963
|
+
}, {
|
|
5964
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
5965
|
+
height: string;
|
|
5966
|
+
width: string;
|
|
5967
|
+
borderRadius: string;
|
|
5968
|
+
color: string;
|
|
5969
|
+
colorHover: string;
|
|
5970
|
+
railInsetHorizontalBottom: string;
|
|
5971
|
+
railInsetHorizontalTop: string;
|
|
5972
|
+
railInsetVerticalRight: string;
|
|
5973
|
+
railInsetVerticalLeft: string;
|
|
5974
|
+
railColor: string;
|
|
5975
|
+
}, any>;
|
|
5976
|
+
}>;
|
|
5472
5977
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
5473
5978
|
optionFontSizeTiny: string;
|
|
5474
5979
|
optionFontSizeSmall: string;
|
|
@@ -5578,7 +6083,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
5578
6083
|
arrowOffsetVertical: string;
|
|
5579
6084
|
arrowHeight: string;
|
|
5580
6085
|
padding: string;
|
|
5581
|
-
},
|
|
6086
|
+
}, {
|
|
6087
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
6088
|
+
height: string;
|
|
6089
|
+
width: string;
|
|
6090
|
+
borderRadius: string;
|
|
6091
|
+
color: string;
|
|
6092
|
+
colorHover: string;
|
|
6093
|
+
railInsetHorizontalBottom: string;
|
|
6094
|
+
railInsetHorizontalTop: string;
|
|
6095
|
+
railInsetVerticalRight: string;
|
|
6096
|
+
railInsetVerticalLeft: string;
|
|
6097
|
+
railColor: string;
|
|
6098
|
+
}, any>;
|
|
6099
|
+
}>;
|
|
5582
6100
|
Ellipsis: import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
5583
6101
|
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
5584
6102
|
borderRadius: string;
|
|
@@ -5600,7 +6118,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
5600
6118
|
arrowOffsetVertical: string;
|
|
5601
6119
|
arrowHeight: string;
|
|
5602
6120
|
padding: string;
|
|
5603
|
-
},
|
|
6121
|
+
}, {
|
|
6122
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
6123
|
+
height: string;
|
|
6124
|
+
width: string;
|
|
6125
|
+
borderRadius: string;
|
|
6126
|
+
color: string;
|
|
6127
|
+
colorHover: string;
|
|
6128
|
+
railInsetHorizontalBottom: string;
|
|
6129
|
+
railInsetHorizontalTop: string;
|
|
6130
|
+
railInsetVerticalRight: string;
|
|
6131
|
+
railInsetVerticalLeft: string;
|
|
6132
|
+
railColor: string;
|
|
6133
|
+
}, any>;
|
|
6134
|
+
}>;
|
|
5604
6135
|
}>;
|
|
5605
6136
|
}>;
|
|
5606
6137
|
Dropdown: import("naive-ui/es/_mixins").Theme<"Dropdown", {
|
|
@@ -5671,7 +6202,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
5671
6202
|
arrowOffsetVertical: string;
|
|
5672
6203
|
arrowHeight: string;
|
|
5673
6204
|
padding: string;
|
|
5674
|
-
},
|
|
6205
|
+
}, {
|
|
6206
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
6207
|
+
height: string;
|
|
6208
|
+
width: string;
|
|
6209
|
+
borderRadius: string;
|
|
6210
|
+
color: string;
|
|
6211
|
+
colorHover: string;
|
|
6212
|
+
railInsetHorizontalBottom: string;
|
|
6213
|
+
railInsetHorizontalTop: string;
|
|
6214
|
+
railInsetVerticalRight: string;
|
|
6215
|
+
railInsetVerticalLeft: string;
|
|
6216
|
+
railColor: string;
|
|
6217
|
+
}, any>;
|
|
6218
|
+
}>;
|
|
5675
6219
|
}>;
|
|
5676
6220
|
}>>>;
|
|
5677
6221
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"DataTable", {
|
|
@@ -6147,7 +6691,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
6147
6691
|
arrowOffsetVertical: string;
|
|
6148
6692
|
arrowHeight: string;
|
|
6149
6693
|
padding: string;
|
|
6150
|
-
},
|
|
6694
|
+
}, {
|
|
6695
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
6696
|
+
height: string;
|
|
6697
|
+
width: string;
|
|
6698
|
+
borderRadius: string;
|
|
6699
|
+
color: string;
|
|
6700
|
+
colorHover: string;
|
|
6701
|
+
railInsetHorizontalBottom: string;
|
|
6702
|
+
railInsetHorizontalTop: string;
|
|
6703
|
+
railInsetVerticalRight: string;
|
|
6704
|
+
railInsetVerticalLeft: string;
|
|
6705
|
+
railColor: string;
|
|
6706
|
+
}, any>;
|
|
6707
|
+
}>;
|
|
6151
6708
|
}>;
|
|
6152
6709
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
6153
6710
|
optionFontSizeTiny: string;
|
|
@@ -6278,7 +6835,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
6278
6835
|
paddingMedium: string;
|
|
6279
6836
|
paddingLarge: string;
|
|
6280
6837
|
clearSize: string;
|
|
6281
|
-
},
|
|
6838
|
+
}, {
|
|
6839
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
6840
|
+
height: string;
|
|
6841
|
+
width: string;
|
|
6842
|
+
borderRadius: string;
|
|
6843
|
+
color: string;
|
|
6844
|
+
colorHover: string;
|
|
6845
|
+
railInsetHorizontalBottom: string;
|
|
6846
|
+
railInsetHorizontalTop: string;
|
|
6847
|
+
railInsetVerticalRight: string;
|
|
6848
|
+
railInsetVerticalLeft: string;
|
|
6849
|
+
railColor: string;
|
|
6850
|
+
}, any>;
|
|
6851
|
+
}>;
|
|
6282
6852
|
Popselect: import("naive-ui/es/_mixins").Theme<"Popselect", {
|
|
6283
6853
|
menuBoxShadow: string;
|
|
6284
6854
|
}, {
|
|
@@ -6295,7 +6865,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
6295
6865
|
arrowOffsetVertical: string;
|
|
6296
6866
|
arrowHeight: string;
|
|
6297
6867
|
padding: string;
|
|
6298
|
-
},
|
|
6868
|
+
}, {
|
|
6869
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
6870
|
+
height: string;
|
|
6871
|
+
width: string;
|
|
6872
|
+
borderRadius: string;
|
|
6873
|
+
color: string;
|
|
6874
|
+
colorHover: string;
|
|
6875
|
+
railInsetHorizontalBottom: string;
|
|
6876
|
+
railInsetHorizontalTop: string;
|
|
6877
|
+
railInsetVerticalRight: string;
|
|
6878
|
+
railInsetVerticalLeft: string;
|
|
6879
|
+
railColor: string;
|
|
6880
|
+
}, any>;
|
|
6881
|
+
}>;
|
|
6299
6882
|
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
6300
6883
|
optionFontSizeTiny: string;
|
|
6301
6884
|
optionFontSizeSmall: string;
|
|
@@ -6405,7 +6988,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
6405
6988
|
arrowOffsetVertical: string;
|
|
6406
6989
|
arrowHeight: string;
|
|
6407
6990
|
padding: string;
|
|
6408
|
-
},
|
|
6991
|
+
}, {
|
|
6992
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
6993
|
+
height: string;
|
|
6994
|
+
width: string;
|
|
6995
|
+
borderRadius: string;
|
|
6996
|
+
color: string;
|
|
6997
|
+
colorHover: string;
|
|
6998
|
+
railInsetHorizontalBottom: string;
|
|
6999
|
+
railInsetHorizontalTop: string;
|
|
7000
|
+
railInsetVerticalRight: string;
|
|
7001
|
+
railInsetVerticalLeft: string;
|
|
7002
|
+
railColor: string;
|
|
7003
|
+
}, any>;
|
|
7004
|
+
}>;
|
|
6409
7005
|
Ellipsis: import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
6410
7006
|
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
6411
7007
|
borderRadius: string;
|
|
@@ -6427,7 +7023,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
6427
7023
|
arrowOffsetVertical: string;
|
|
6428
7024
|
arrowHeight: string;
|
|
6429
7025
|
padding: string;
|
|
6430
|
-
},
|
|
7026
|
+
}, {
|
|
7027
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
7028
|
+
height: string;
|
|
7029
|
+
width: string;
|
|
7030
|
+
borderRadius: string;
|
|
7031
|
+
color: string;
|
|
7032
|
+
colorHover: string;
|
|
7033
|
+
railInsetHorizontalBottom: string;
|
|
7034
|
+
railInsetHorizontalTop: string;
|
|
7035
|
+
railInsetVerticalRight: string;
|
|
7036
|
+
railInsetVerticalLeft: string;
|
|
7037
|
+
railColor: string;
|
|
7038
|
+
}, any>;
|
|
7039
|
+
}>;
|
|
6431
7040
|
}>;
|
|
6432
7041
|
}>;
|
|
6433
7042
|
Dropdown: import("naive-ui/es/_mixins").Theme<"Dropdown", {
|
|
@@ -6498,7 +7107,20 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
6498
7107
|
arrowOffsetVertical: string;
|
|
6499
7108
|
arrowHeight: string;
|
|
6500
7109
|
padding: string;
|
|
6501
|
-
},
|
|
7110
|
+
}, {
|
|
7111
|
+
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
7112
|
+
height: string;
|
|
7113
|
+
width: string;
|
|
7114
|
+
borderRadius: string;
|
|
7115
|
+
color: string;
|
|
7116
|
+
colorHover: string;
|
|
7117
|
+
railInsetHorizontalBottom: string;
|
|
7118
|
+
railInsetHorizontalTop: string;
|
|
7119
|
+
railInsetVerticalRight: string;
|
|
7120
|
+
railInsetVerticalLeft: string;
|
|
7121
|
+
railColor: string;
|
|
7122
|
+
}, any>;
|
|
7123
|
+
}>;
|
|
6502
7124
|
}>;
|
|
6503
7125
|
}>>>;
|
|
6504
7126
|
}>> & Readonly<{}>, {
|
|
@@ -6507,9 +7129,12 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
6507
7129
|
readonly tableLayout: "fixed" | "auto";
|
|
6508
7130
|
readonly columns: import("naive-ui").TableColumns<any>;
|
|
6509
7131
|
readonly loading: boolean;
|
|
7132
|
+
readonly spinProps: import("naive-ui/es/_internal").BaseLoadingExposedProps;
|
|
6510
7133
|
readonly bordered: boolean | undefined;
|
|
6511
|
-
readonly
|
|
7134
|
+
readonly allowCheckingNotLoaded: boolean;
|
|
6512
7135
|
readonly remote: boolean;
|
|
7136
|
+
readonly cascade: boolean;
|
|
7137
|
+
readonly virtualScroll: boolean;
|
|
6513
7138
|
readonly pagination: false | import("naive-ui").PaginationProps;
|
|
6514
7139
|
readonly paginateSinglePage: boolean;
|
|
6515
7140
|
readonly bottomBordered: boolean | undefined;
|
|
@@ -6524,14 +7149,11 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
|
|
|
6524
7149
|
readonly virtualScrollHeader: boolean;
|
|
6525
7150
|
readonly headerHeight: number;
|
|
6526
7151
|
readonly minRowHeight: number;
|
|
6527
|
-
readonly allowCheckingNotLoaded: boolean;
|
|
6528
|
-
readonly cascade: boolean;
|
|
6529
7152
|
readonly childrenKey: string;
|
|
6530
7153
|
readonly indent: number;
|
|
6531
7154
|
readonly flexHeight: boolean;
|
|
6532
7155
|
readonly summaryPlacement: "top" | "bottom";
|
|
6533
7156
|
readonly paginationBehaviorOnFilter: "first" | "current";
|
|
6534
|
-
readonly spinProps: import("naive-ui/es/_internal").BaseLoadingExposedProps;
|
|
6535
7157
|
}, import("vue").SlotsType<import("naive-ui").DataTableSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6536
7158
|
path: {
|
|
6537
7159
|
type: StringConstructor;
|