@pitcher/js-api 1.26.0-beta.7 → 1.26.0-beta.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/impact-js-api.spec.json +9 -0
- package/js-api.esm.js +64 -1
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +9 -9
- package/js-api.umd.min.js.map +1 -1
- package/lib/apps/agenda-selector/components/modals/ApplicationBlockSelectorModal.vue.d.ts +148 -36
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +148 -36
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +162 -37
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +20 -20
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +4 -4
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +12 -0
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +12 -0
- package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +2 -0
- package/lib/apps/content-selector/components/Assets.vue.d.ts +2 -2
- package/lib/apps/content-selector/components/Content.vue.d.ts +2 -2
- package/lib/components/CCarousel/CCarousel.vue.d.ts +98 -20
- package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +2 -2
- package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +3 -3
- package/lib/components/CCreateTemplateSectionBlockModal/CCreateTemplateSectionBlockModal.vue.d.ts +2 -2
- package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +10 -8
- package/lib/components/CDataTable/CDataTable.vue.d.ts +876 -100
- package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +2 -2
- package/lib/components/CImage/CImage.vue.d.ts +99 -20
- package/lib/components/CInput/CInput.vue.d.ts +148 -36
- package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +288 -80
- package/lib/components/CRichTextEditor/components/CFormatterWithFieldSelect.vue.d.ts +468 -130
- package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +288 -80
- package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +148 -36
- package/lib/components/CTableInput/CTableInput.vue.d.ts +296 -72
- package/lib/components/CTableTag/CTableTag.vue.d.ts +290 -38
- package/lib/components/CTags/CTags.vue.d.ts +290 -38
- package/lib/components/CUpsertFolderModal/CUpsertFolderModal.vue.d.ts +2 -2
- package/lib/components/CUserMenu/CUserMenu.vue.d.ts +108 -30
- package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +176 -46
- package/lib/constants/cdp.const.d.ts +3 -0
- package/lib/sdk/api/HighLevelApi.d.ts +3 -0
- package/lib/sdk/api/modules/query.d.ts +75 -2
- package/lib/sdk/main.d.ts +9 -0
- package/lib/sdk/payload.types.d.ts +51 -0
- package/lib/sdk/peer-connectivity/peerConnectivity.constants.d.ts +1 -0
- package/lib/theme/light.d.ts +113 -8
- package/lib/types/app.d.ts +7 -0
- package/lib/types/launchDarkly.types.d.ts +1 -1
- package/lib/types/organizationSettings.types.d.ts +3 -0
- package/package.json +1 -1
|
@@ -23,7 +23,7 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
23
23
|
dataTableRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
24
24
|
readonly onUnstableColumnResize: import('vue').PropType<(resizedWidth: number, limitedWidth: number, column: import('naive-ui').TableBaseColumn, getColumnWidth: (key: import('naive-ui').ColumnKey) => number | undefined) => void>;
|
|
25
25
|
readonly pagination: {
|
|
26
|
-
readonly type: import('vue').PropType<false | import('naive-ui
|
|
26
|
+
readonly type: import('vue').PropType<false | import('naive-ui').PaginationProps>;
|
|
27
27
|
readonly default: false;
|
|
28
28
|
};
|
|
29
29
|
readonly paginateSinglePage: {
|
|
@@ -126,10 +126,10 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
126
126
|
readonly getCsvCell: import('vue').PropType<import('naive-ui').DataTableGetCsvCell>;
|
|
127
127
|
readonly getCsvHeader: import('vue').PropType<import('naive-ui').DataTableGetCsvHeader>;
|
|
128
128
|
readonly onLoad: import('vue').PropType<import('naive-ui/es/data-table/src/interface').DataTableOnLoad>;
|
|
129
|
-
readonly 'onUpdate:page': import('vue').PropType<import('naive-ui
|
|
130
|
-
readonly onUpdatePage: import('vue').PropType<import('naive-ui
|
|
131
|
-
readonly 'onUpdate:pageSize': import('vue').PropType<import('naive-ui
|
|
132
|
-
readonly onUpdatePageSize: import('vue').PropType<import('naive-ui
|
|
129
|
+
readonly 'onUpdate:page': import('vue').PropType<import('naive-ui').PaginationProps["onUpdate:page"]>;
|
|
130
|
+
readonly onUpdatePage: import('vue').PropType<import('naive-ui').PaginationProps["onUpdate:page"]>;
|
|
131
|
+
readonly 'onUpdate:pageSize': import('vue').PropType<import('naive-ui').PaginationProps["onUpdate:pageSize"]>;
|
|
132
|
+
readonly onUpdatePageSize: import('vue').PropType<import('naive-ui').PaginationProps["onUpdate:pageSize"]>;
|
|
133
133
|
readonly 'onUpdate:sorter': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateSorter>>;
|
|
134
134
|
readonly onUpdateSorter: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateSorter>>;
|
|
135
135
|
readonly 'onUpdate:filters': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateFilters>>;
|
|
@@ -139,8 +139,8 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
139
139
|
readonly 'onUpdate:expandedRowKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateExpandedRowKeys>>;
|
|
140
140
|
readonly onUpdateExpandedRowKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateExpandedRowKeys>>;
|
|
141
141
|
readonly onScroll: import('vue').PropType<(e: Event) => void>;
|
|
142
|
-
readonly onPageChange: import('vue').PropType<import('naive-ui
|
|
143
|
-
readonly onPageSizeChange: import('vue').PropType<import('naive-ui
|
|
142
|
+
readonly onPageChange: import('vue').PropType<import('naive-ui').PaginationProps["onUpdate:page"]>;
|
|
143
|
+
readonly onPageSizeChange: import('vue').PropType<import('naive-ui').PaginationProps["onUpdate:pageSize"]>;
|
|
144
144
|
readonly onSorterChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateSorter> | undefined>;
|
|
145
145
|
readonly onFiltersChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateFilters> | undefined>;
|
|
146
146
|
readonly onCheckedRowKeysChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateCheckedRowKeys> | undefined>;
|
|
@@ -617,7 +617,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
617
617
|
arrowOffsetVertical: string;
|
|
618
618
|
arrowHeight: string;
|
|
619
619
|
padding: string;
|
|
620
|
-
},
|
|
620
|
+
}, {
|
|
621
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
622
|
+
height: string;
|
|
623
|
+
width: string;
|
|
624
|
+
borderRadius: string;
|
|
625
|
+
color: string;
|
|
626
|
+
colorHover: string;
|
|
627
|
+
railInsetHorizontalBottom: string;
|
|
628
|
+
railInsetHorizontalTop: string;
|
|
629
|
+
railInsetVerticalRight: string;
|
|
630
|
+
railInsetVerticalLeft: string;
|
|
631
|
+
railColor: string;
|
|
632
|
+
}, any>;
|
|
633
|
+
}>;
|
|
621
634
|
}>;
|
|
622
635
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
623
636
|
optionFontSizeTiny: string;
|
|
@@ -748,7 +761,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
748
761
|
paddingMedium: string;
|
|
749
762
|
paddingLarge: string;
|
|
750
763
|
clearSize: string;
|
|
751
|
-
},
|
|
764
|
+
}, {
|
|
765
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
766
|
+
height: string;
|
|
767
|
+
width: string;
|
|
768
|
+
borderRadius: string;
|
|
769
|
+
color: string;
|
|
770
|
+
colorHover: string;
|
|
771
|
+
railInsetHorizontalBottom: string;
|
|
772
|
+
railInsetHorizontalTop: string;
|
|
773
|
+
railInsetVerticalRight: string;
|
|
774
|
+
railInsetVerticalLeft: string;
|
|
775
|
+
railColor: string;
|
|
776
|
+
}, any>;
|
|
777
|
+
}>;
|
|
752
778
|
Popselect: import('naive-ui/es/_mixins').Theme<"Popselect", {
|
|
753
779
|
menuBoxShadow: string;
|
|
754
780
|
}, {
|
|
@@ -765,7 +791,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
765
791
|
arrowOffsetVertical: string;
|
|
766
792
|
arrowHeight: string;
|
|
767
793
|
padding: string;
|
|
768
|
-
},
|
|
794
|
+
}, {
|
|
795
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
796
|
+
height: string;
|
|
797
|
+
width: string;
|
|
798
|
+
borderRadius: string;
|
|
799
|
+
color: string;
|
|
800
|
+
colorHover: string;
|
|
801
|
+
railInsetHorizontalBottom: string;
|
|
802
|
+
railInsetHorizontalTop: string;
|
|
803
|
+
railInsetVerticalRight: string;
|
|
804
|
+
railInsetVerticalLeft: string;
|
|
805
|
+
railColor: string;
|
|
806
|
+
}, any>;
|
|
807
|
+
}>;
|
|
769
808
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
770
809
|
optionFontSizeTiny: string;
|
|
771
810
|
optionFontSizeSmall: string;
|
|
@@ -875,7 +914,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
875
914
|
arrowOffsetVertical: string;
|
|
876
915
|
arrowHeight: string;
|
|
877
916
|
padding: string;
|
|
878
|
-
},
|
|
917
|
+
}, {
|
|
918
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
919
|
+
height: string;
|
|
920
|
+
width: string;
|
|
921
|
+
borderRadius: string;
|
|
922
|
+
color: string;
|
|
923
|
+
colorHover: string;
|
|
924
|
+
railInsetHorizontalBottom: string;
|
|
925
|
+
railInsetHorizontalTop: string;
|
|
926
|
+
railInsetVerticalRight: string;
|
|
927
|
+
railInsetVerticalLeft: string;
|
|
928
|
+
railColor: string;
|
|
929
|
+
}, any>;
|
|
930
|
+
}>;
|
|
879
931
|
Ellipsis: import('naive-ui/es/_mixins').Theme<"Ellipsis", unknown, {
|
|
880
932
|
Tooltip: import('naive-ui/es/_mixins').Theme<"Tooltip", {
|
|
881
933
|
borderRadius: string;
|
|
@@ -897,7 +949,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
897
949
|
arrowOffsetVertical: string;
|
|
898
950
|
arrowHeight: string;
|
|
899
951
|
padding: string;
|
|
900
|
-
},
|
|
952
|
+
}, {
|
|
953
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
954
|
+
height: string;
|
|
955
|
+
width: string;
|
|
956
|
+
borderRadius: string;
|
|
957
|
+
color: string;
|
|
958
|
+
colorHover: string;
|
|
959
|
+
railInsetHorizontalBottom: string;
|
|
960
|
+
railInsetHorizontalTop: string;
|
|
961
|
+
railInsetVerticalRight: string;
|
|
962
|
+
railInsetVerticalLeft: string;
|
|
963
|
+
railColor: string;
|
|
964
|
+
}, any>;
|
|
965
|
+
}>;
|
|
901
966
|
}>;
|
|
902
967
|
}>;
|
|
903
968
|
Dropdown: import('naive-ui/es/_mixins').Theme<"Dropdown", {
|
|
@@ -968,7 +1033,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
968
1033
|
arrowOffsetVertical: string;
|
|
969
1034
|
arrowHeight: string;
|
|
970
1035
|
padding: string;
|
|
971
|
-
},
|
|
1036
|
+
}, {
|
|
1037
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1038
|
+
height: string;
|
|
1039
|
+
width: string;
|
|
1040
|
+
borderRadius: string;
|
|
1041
|
+
color: string;
|
|
1042
|
+
colorHover: string;
|
|
1043
|
+
railInsetHorizontalBottom: string;
|
|
1044
|
+
railInsetHorizontalTop: string;
|
|
1045
|
+
railInsetVerticalRight: string;
|
|
1046
|
+
railInsetVerticalLeft: string;
|
|
1047
|
+
railColor: string;
|
|
1048
|
+
}, any>;
|
|
1049
|
+
}>;
|
|
972
1050
|
}>;
|
|
973
1051
|
}>>;
|
|
974
1052
|
readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"DataTable", {
|
|
@@ -1444,7 +1522,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
1444
1522
|
arrowOffsetVertical: string;
|
|
1445
1523
|
arrowHeight: string;
|
|
1446
1524
|
padding: string;
|
|
1447
|
-
},
|
|
1525
|
+
}, {
|
|
1526
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1527
|
+
height: string;
|
|
1528
|
+
width: string;
|
|
1529
|
+
borderRadius: string;
|
|
1530
|
+
color: string;
|
|
1531
|
+
colorHover: string;
|
|
1532
|
+
railInsetHorizontalBottom: string;
|
|
1533
|
+
railInsetHorizontalTop: string;
|
|
1534
|
+
railInsetVerticalRight: string;
|
|
1535
|
+
railInsetVerticalLeft: string;
|
|
1536
|
+
railColor: string;
|
|
1537
|
+
}, any>;
|
|
1538
|
+
}>;
|
|
1448
1539
|
}>;
|
|
1449
1540
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
1450
1541
|
optionFontSizeTiny: string;
|
|
@@ -1575,7 +1666,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
1575
1666
|
paddingMedium: string;
|
|
1576
1667
|
paddingLarge: string;
|
|
1577
1668
|
clearSize: string;
|
|
1578
|
-
},
|
|
1669
|
+
}, {
|
|
1670
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1671
|
+
height: string;
|
|
1672
|
+
width: string;
|
|
1673
|
+
borderRadius: string;
|
|
1674
|
+
color: string;
|
|
1675
|
+
colorHover: string;
|
|
1676
|
+
railInsetHorizontalBottom: string;
|
|
1677
|
+
railInsetHorizontalTop: string;
|
|
1678
|
+
railInsetVerticalRight: string;
|
|
1679
|
+
railInsetVerticalLeft: string;
|
|
1680
|
+
railColor: string;
|
|
1681
|
+
}, any>;
|
|
1682
|
+
}>;
|
|
1579
1683
|
Popselect: import('naive-ui/es/_mixins').Theme<"Popselect", {
|
|
1580
1684
|
menuBoxShadow: string;
|
|
1581
1685
|
}, {
|
|
@@ -1592,7 +1696,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
1592
1696
|
arrowOffsetVertical: string;
|
|
1593
1697
|
arrowHeight: string;
|
|
1594
1698
|
padding: string;
|
|
1595
|
-
},
|
|
1699
|
+
}, {
|
|
1700
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1701
|
+
height: string;
|
|
1702
|
+
width: string;
|
|
1703
|
+
borderRadius: string;
|
|
1704
|
+
color: string;
|
|
1705
|
+
colorHover: string;
|
|
1706
|
+
railInsetHorizontalBottom: string;
|
|
1707
|
+
railInsetHorizontalTop: string;
|
|
1708
|
+
railInsetVerticalRight: string;
|
|
1709
|
+
railInsetVerticalLeft: string;
|
|
1710
|
+
railColor: string;
|
|
1711
|
+
}, any>;
|
|
1712
|
+
}>;
|
|
1596
1713
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
1597
1714
|
optionFontSizeTiny: string;
|
|
1598
1715
|
optionFontSizeSmall: string;
|
|
@@ -1702,7 +1819,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
1702
1819
|
arrowOffsetVertical: string;
|
|
1703
1820
|
arrowHeight: string;
|
|
1704
1821
|
padding: string;
|
|
1705
|
-
},
|
|
1822
|
+
}, {
|
|
1823
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1824
|
+
height: string;
|
|
1825
|
+
width: string;
|
|
1826
|
+
borderRadius: string;
|
|
1827
|
+
color: string;
|
|
1828
|
+
colorHover: string;
|
|
1829
|
+
railInsetHorizontalBottom: string;
|
|
1830
|
+
railInsetHorizontalTop: string;
|
|
1831
|
+
railInsetVerticalRight: string;
|
|
1832
|
+
railInsetVerticalLeft: string;
|
|
1833
|
+
railColor: string;
|
|
1834
|
+
}, any>;
|
|
1835
|
+
}>;
|
|
1706
1836
|
Ellipsis: import('naive-ui/es/_mixins').Theme<"Ellipsis", unknown, {
|
|
1707
1837
|
Tooltip: import('naive-ui/es/_mixins').Theme<"Tooltip", {
|
|
1708
1838
|
borderRadius: string;
|
|
@@ -1724,7 +1854,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
1724
1854
|
arrowOffsetVertical: string;
|
|
1725
1855
|
arrowHeight: string;
|
|
1726
1856
|
padding: string;
|
|
1727
|
-
},
|
|
1857
|
+
}, {
|
|
1858
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1859
|
+
height: string;
|
|
1860
|
+
width: string;
|
|
1861
|
+
borderRadius: string;
|
|
1862
|
+
color: string;
|
|
1863
|
+
colorHover: string;
|
|
1864
|
+
railInsetHorizontalBottom: string;
|
|
1865
|
+
railInsetHorizontalTop: string;
|
|
1866
|
+
railInsetVerticalRight: string;
|
|
1867
|
+
railInsetVerticalLeft: string;
|
|
1868
|
+
railColor: string;
|
|
1869
|
+
}, any>;
|
|
1870
|
+
}>;
|
|
1728
1871
|
}>;
|
|
1729
1872
|
}>;
|
|
1730
1873
|
Dropdown: import('naive-ui/es/_mixins').Theme<"Dropdown", {
|
|
@@ -1795,7 +1938,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
1795
1938
|
arrowOffsetVertical: string;
|
|
1796
1939
|
arrowHeight: string;
|
|
1797
1940
|
padding: string;
|
|
1798
|
-
},
|
|
1941
|
+
}, {
|
|
1942
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
1943
|
+
height: string;
|
|
1944
|
+
width: string;
|
|
1945
|
+
borderRadius: string;
|
|
1946
|
+
color: string;
|
|
1947
|
+
colorHover: string;
|
|
1948
|
+
railInsetHorizontalBottom: string;
|
|
1949
|
+
railInsetHorizontalTop: string;
|
|
1950
|
+
railInsetVerticalRight: string;
|
|
1951
|
+
railInsetVerticalLeft: string;
|
|
1952
|
+
railColor: string;
|
|
1953
|
+
}, any>;
|
|
1954
|
+
}>;
|
|
1799
1955
|
}>;
|
|
1800
1956
|
}>>>;
|
|
1801
1957
|
readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"DataTable", {
|
|
@@ -2271,7 +2427,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
2271
2427
|
arrowOffsetVertical: string;
|
|
2272
2428
|
arrowHeight: string;
|
|
2273
2429
|
padding: string;
|
|
2274
|
-
},
|
|
2430
|
+
}, {
|
|
2431
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2432
|
+
height: string;
|
|
2433
|
+
width: string;
|
|
2434
|
+
borderRadius: string;
|
|
2435
|
+
color: string;
|
|
2436
|
+
colorHover: string;
|
|
2437
|
+
railInsetHorizontalBottom: string;
|
|
2438
|
+
railInsetHorizontalTop: string;
|
|
2439
|
+
railInsetVerticalRight: string;
|
|
2440
|
+
railInsetVerticalLeft: string;
|
|
2441
|
+
railColor: string;
|
|
2442
|
+
}, any>;
|
|
2443
|
+
}>;
|
|
2275
2444
|
}>;
|
|
2276
2445
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
2277
2446
|
optionFontSizeTiny: string;
|
|
@@ -2402,7 +2571,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
2402
2571
|
paddingMedium: string;
|
|
2403
2572
|
paddingLarge: string;
|
|
2404
2573
|
clearSize: string;
|
|
2405
|
-
},
|
|
2574
|
+
}, {
|
|
2575
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2576
|
+
height: string;
|
|
2577
|
+
width: string;
|
|
2578
|
+
borderRadius: string;
|
|
2579
|
+
color: string;
|
|
2580
|
+
colorHover: string;
|
|
2581
|
+
railInsetHorizontalBottom: string;
|
|
2582
|
+
railInsetHorizontalTop: string;
|
|
2583
|
+
railInsetVerticalRight: string;
|
|
2584
|
+
railInsetVerticalLeft: string;
|
|
2585
|
+
railColor: string;
|
|
2586
|
+
}, any>;
|
|
2587
|
+
}>;
|
|
2406
2588
|
Popselect: import('naive-ui/es/_mixins').Theme<"Popselect", {
|
|
2407
2589
|
menuBoxShadow: string;
|
|
2408
2590
|
}, {
|
|
@@ -2419,7 +2601,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
2419
2601
|
arrowOffsetVertical: string;
|
|
2420
2602
|
arrowHeight: string;
|
|
2421
2603
|
padding: string;
|
|
2422
|
-
},
|
|
2604
|
+
}, {
|
|
2605
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2606
|
+
height: string;
|
|
2607
|
+
width: string;
|
|
2608
|
+
borderRadius: string;
|
|
2609
|
+
color: string;
|
|
2610
|
+
colorHover: string;
|
|
2611
|
+
railInsetHorizontalBottom: string;
|
|
2612
|
+
railInsetHorizontalTop: string;
|
|
2613
|
+
railInsetVerticalRight: string;
|
|
2614
|
+
railInsetVerticalLeft: string;
|
|
2615
|
+
railColor: string;
|
|
2616
|
+
}, any>;
|
|
2617
|
+
}>;
|
|
2423
2618
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
2424
2619
|
optionFontSizeTiny: string;
|
|
2425
2620
|
optionFontSizeSmall: string;
|
|
@@ -2529,7 +2724,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
2529
2724
|
arrowOffsetVertical: string;
|
|
2530
2725
|
arrowHeight: string;
|
|
2531
2726
|
padding: string;
|
|
2532
|
-
},
|
|
2727
|
+
}, {
|
|
2728
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2729
|
+
height: string;
|
|
2730
|
+
width: string;
|
|
2731
|
+
borderRadius: string;
|
|
2732
|
+
color: string;
|
|
2733
|
+
colorHover: string;
|
|
2734
|
+
railInsetHorizontalBottom: string;
|
|
2735
|
+
railInsetHorizontalTop: string;
|
|
2736
|
+
railInsetVerticalRight: string;
|
|
2737
|
+
railInsetVerticalLeft: string;
|
|
2738
|
+
railColor: string;
|
|
2739
|
+
}, any>;
|
|
2740
|
+
}>;
|
|
2533
2741
|
Ellipsis: import('naive-ui/es/_mixins').Theme<"Ellipsis", unknown, {
|
|
2534
2742
|
Tooltip: import('naive-ui/es/_mixins').Theme<"Tooltip", {
|
|
2535
2743
|
borderRadius: string;
|
|
@@ -2551,7 +2759,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
2551
2759
|
arrowOffsetVertical: string;
|
|
2552
2760
|
arrowHeight: string;
|
|
2553
2761
|
padding: string;
|
|
2554
|
-
},
|
|
2762
|
+
}, {
|
|
2763
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2764
|
+
height: string;
|
|
2765
|
+
width: string;
|
|
2766
|
+
borderRadius: string;
|
|
2767
|
+
color: string;
|
|
2768
|
+
colorHover: string;
|
|
2769
|
+
railInsetHorizontalBottom: string;
|
|
2770
|
+
railInsetHorizontalTop: string;
|
|
2771
|
+
railInsetVerticalRight: string;
|
|
2772
|
+
railInsetVerticalLeft: string;
|
|
2773
|
+
railColor: string;
|
|
2774
|
+
}, any>;
|
|
2775
|
+
}>;
|
|
2555
2776
|
}>;
|
|
2556
2777
|
}>;
|
|
2557
2778
|
Dropdown: import('naive-ui/es/_mixins').Theme<"Dropdown", {
|
|
@@ -2622,7 +2843,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
2622
2843
|
arrowOffsetVertical: string;
|
|
2623
2844
|
arrowHeight: string;
|
|
2624
2845
|
padding: string;
|
|
2625
|
-
},
|
|
2846
|
+
}, {
|
|
2847
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
2848
|
+
height: string;
|
|
2849
|
+
width: string;
|
|
2850
|
+
borderRadius: string;
|
|
2851
|
+
color: string;
|
|
2852
|
+
colorHover: string;
|
|
2853
|
+
railInsetHorizontalBottom: string;
|
|
2854
|
+
railInsetHorizontalTop: string;
|
|
2855
|
+
railInsetVerticalRight: string;
|
|
2856
|
+
railInsetVerticalLeft: string;
|
|
2857
|
+
railColor: string;
|
|
2858
|
+
}, any>;
|
|
2859
|
+
}>;
|
|
2626
2860
|
}>;
|
|
2627
2861
|
}>>>;
|
|
2628
2862
|
}>> & Readonly<{}>, {
|
|
@@ -3122,7 +3356,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3122
3356
|
arrowOffsetVertical: string;
|
|
3123
3357
|
arrowHeight: string;
|
|
3124
3358
|
padding: string;
|
|
3125
|
-
},
|
|
3359
|
+
}, {
|
|
3360
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
3361
|
+
height: string;
|
|
3362
|
+
width: string;
|
|
3363
|
+
borderRadius: string;
|
|
3364
|
+
color: string;
|
|
3365
|
+
colorHover: string;
|
|
3366
|
+
railInsetHorizontalBottom: string;
|
|
3367
|
+
railInsetHorizontalTop: string;
|
|
3368
|
+
railInsetVerticalRight: string;
|
|
3369
|
+
railInsetVerticalLeft: string;
|
|
3370
|
+
railColor: string;
|
|
3371
|
+
}, any>;
|
|
3372
|
+
}>;
|
|
3126
3373
|
}>;
|
|
3127
3374
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
3128
3375
|
optionFontSizeTiny: string;
|
|
@@ -3253,7 +3500,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3253
3500
|
paddingMedium: string;
|
|
3254
3501
|
paddingLarge: string;
|
|
3255
3502
|
clearSize: string;
|
|
3256
|
-
},
|
|
3503
|
+
}, {
|
|
3504
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
3505
|
+
height: string;
|
|
3506
|
+
width: string;
|
|
3507
|
+
borderRadius: string;
|
|
3508
|
+
color: string;
|
|
3509
|
+
colorHover: string;
|
|
3510
|
+
railInsetHorizontalBottom: string;
|
|
3511
|
+
railInsetHorizontalTop: string;
|
|
3512
|
+
railInsetVerticalRight: string;
|
|
3513
|
+
railInsetVerticalLeft: string;
|
|
3514
|
+
railColor: string;
|
|
3515
|
+
}, any>;
|
|
3516
|
+
}>;
|
|
3257
3517
|
Popselect: import('naive-ui/es/_mixins').Theme<"Popselect", {
|
|
3258
3518
|
menuBoxShadow: string;
|
|
3259
3519
|
}, {
|
|
@@ -3270,10 +3530,23 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3270
3530
|
arrowOffsetVertical: string;
|
|
3271
3531
|
arrowHeight: string;
|
|
3272
3532
|
padding: string;
|
|
3273
|
-
},
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3533
|
+
}, {
|
|
3534
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
3535
|
+
height: string;
|
|
3536
|
+
width: string;
|
|
3537
|
+
borderRadius: string;
|
|
3538
|
+
color: string;
|
|
3539
|
+
colorHover: string;
|
|
3540
|
+
railInsetHorizontalBottom: string;
|
|
3541
|
+
railInsetHorizontalTop: string;
|
|
3542
|
+
railInsetVerticalRight: string;
|
|
3543
|
+
railInsetVerticalLeft: string;
|
|
3544
|
+
railColor: string;
|
|
3545
|
+
}, any>;
|
|
3546
|
+
}>;
|
|
3547
|
+
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
3548
|
+
optionFontSizeTiny: string;
|
|
3549
|
+
optionFontSizeSmall: string;
|
|
3277
3550
|
optionFontSizeMedium: string;
|
|
3278
3551
|
optionFontSizeLarge: string;
|
|
3279
3552
|
optionFontSizeHuge: string;
|
|
@@ -3380,7 +3653,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3380
3653
|
arrowOffsetVertical: string;
|
|
3381
3654
|
arrowHeight: string;
|
|
3382
3655
|
padding: string;
|
|
3383
|
-
},
|
|
3656
|
+
}, {
|
|
3657
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
3658
|
+
height: string;
|
|
3659
|
+
width: string;
|
|
3660
|
+
borderRadius: string;
|
|
3661
|
+
color: string;
|
|
3662
|
+
colorHover: string;
|
|
3663
|
+
railInsetHorizontalBottom: string;
|
|
3664
|
+
railInsetHorizontalTop: string;
|
|
3665
|
+
railInsetVerticalRight: string;
|
|
3666
|
+
railInsetVerticalLeft: string;
|
|
3667
|
+
railColor: string;
|
|
3668
|
+
}, any>;
|
|
3669
|
+
}>;
|
|
3384
3670
|
Ellipsis: import('naive-ui/es/_mixins').Theme<"Ellipsis", unknown, {
|
|
3385
3671
|
Tooltip: import('naive-ui/es/_mixins').Theme<"Tooltip", {
|
|
3386
3672
|
borderRadius: string;
|
|
@@ -3402,7 +3688,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3402
3688
|
arrowOffsetVertical: string;
|
|
3403
3689
|
arrowHeight: string;
|
|
3404
3690
|
padding: string;
|
|
3405
|
-
},
|
|
3691
|
+
}, {
|
|
3692
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
3693
|
+
height: string;
|
|
3694
|
+
width: string;
|
|
3695
|
+
borderRadius: string;
|
|
3696
|
+
color: string;
|
|
3697
|
+
colorHover: string;
|
|
3698
|
+
railInsetHorizontalBottom: string;
|
|
3699
|
+
railInsetHorizontalTop: string;
|
|
3700
|
+
railInsetVerticalRight: string;
|
|
3701
|
+
railInsetVerticalLeft: string;
|
|
3702
|
+
railColor: string;
|
|
3703
|
+
}, any>;
|
|
3704
|
+
}>;
|
|
3406
3705
|
}>;
|
|
3407
3706
|
}>;
|
|
3408
3707
|
Dropdown: import('naive-ui/es/_mixins').Theme<"Dropdown", {
|
|
@@ -3473,7 +3772,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3473
3772
|
arrowOffsetVertical: string;
|
|
3474
3773
|
arrowHeight: string;
|
|
3475
3774
|
padding: string;
|
|
3476
|
-
},
|
|
3775
|
+
}, {
|
|
3776
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
3777
|
+
height: string;
|
|
3778
|
+
width: string;
|
|
3779
|
+
borderRadius: string;
|
|
3780
|
+
color: string;
|
|
3781
|
+
colorHover: string;
|
|
3782
|
+
railInsetHorizontalBottom: string;
|
|
3783
|
+
railInsetHorizontalTop: string;
|
|
3784
|
+
railInsetVerticalRight: string;
|
|
3785
|
+
railInsetVerticalLeft: string;
|
|
3786
|
+
railColor: string;
|
|
3787
|
+
}, any>;
|
|
3788
|
+
}>;
|
|
3477
3789
|
}>;
|
|
3478
3790
|
};
|
|
3479
3791
|
peerOverrides: {
|
|
@@ -3565,7 +3877,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3565
3877
|
arrowOffsetVertical: string;
|
|
3566
3878
|
arrowHeight: string;
|
|
3567
3879
|
padding: string;
|
|
3568
|
-
},
|
|
3880
|
+
}, {
|
|
3881
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
3882
|
+
height: string;
|
|
3883
|
+
width: string;
|
|
3884
|
+
borderRadius: string;
|
|
3885
|
+
color: string;
|
|
3886
|
+
colorHover: string;
|
|
3887
|
+
railInsetHorizontalBottom: string;
|
|
3888
|
+
railInsetHorizontalTop: string;
|
|
3889
|
+
railInsetVerticalRight: string;
|
|
3890
|
+
railInsetVerticalLeft: string;
|
|
3891
|
+
railColor: string;
|
|
3892
|
+
}, any>;
|
|
3893
|
+
}>;
|
|
3569
3894
|
}>;
|
|
3570
3895
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
3571
3896
|
optionFontSizeTiny: string;
|
|
@@ -3696,7 +4021,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3696
4021
|
paddingMedium: string;
|
|
3697
4022
|
paddingLarge: string;
|
|
3698
4023
|
clearSize: string;
|
|
3699
|
-
},
|
|
4024
|
+
}, {
|
|
4025
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
4026
|
+
height: string;
|
|
4027
|
+
width: string;
|
|
4028
|
+
borderRadius: string;
|
|
4029
|
+
color: string;
|
|
4030
|
+
colorHover: string;
|
|
4031
|
+
railInsetHorizontalBottom: string;
|
|
4032
|
+
railInsetHorizontalTop: string;
|
|
4033
|
+
railInsetVerticalRight: string;
|
|
4034
|
+
railInsetVerticalLeft: string;
|
|
4035
|
+
railColor: string;
|
|
4036
|
+
}, any>;
|
|
4037
|
+
}>> | undefined;
|
|
3700
4038
|
Popselect?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popselect", {
|
|
3701
4039
|
menuBoxShadow: string;
|
|
3702
4040
|
}, {
|
|
@@ -3713,7 +4051,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3713
4051
|
arrowOffsetVertical: string;
|
|
3714
4052
|
arrowHeight: string;
|
|
3715
4053
|
padding: string;
|
|
3716
|
-
},
|
|
4054
|
+
}, {
|
|
4055
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
4056
|
+
height: string;
|
|
4057
|
+
width: string;
|
|
4058
|
+
borderRadius: string;
|
|
4059
|
+
color: string;
|
|
4060
|
+
colorHover: string;
|
|
4061
|
+
railInsetHorizontalBottom: string;
|
|
4062
|
+
railInsetHorizontalTop: string;
|
|
4063
|
+
railInsetVerticalRight: string;
|
|
4064
|
+
railInsetVerticalLeft: string;
|
|
4065
|
+
railColor: string;
|
|
4066
|
+
}, any>;
|
|
4067
|
+
}>;
|
|
3717
4068
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
3718
4069
|
optionFontSizeTiny: string;
|
|
3719
4070
|
optionFontSizeSmall: string;
|
|
@@ -3796,7 +4147,18 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3796
4147
|
} | undefined;
|
|
3797
4148
|
Popover?: {
|
|
3798
4149
|
peers?: {
|
|
3799
|
-
|
|
4150
|
+
Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
4151
|
+
height: string;
|
|
4152
|
+
width: string;
|
|
4153
|
+
borderRadius: string;
|
|
4154
|
+
color: string;
|
|
4155
|
+
colorHover: string;
|
|
4156
|
+
railInsetHorizontalBottom: string;
|
|
4157
|
+
railInsetHorizontalTop: string;
|
|
4158
|
+
railInsetVerticalRight: string;
|
|
4159
|
+
railInsetVerticalLeft: string;
|
|
4160
|
+
railColor: string;
|
|
4161
|
+
}, any>> | undefined;
|
|
3800
4162
|
} | undefined;
|
|
3801
4163
|
} | undefined;
|
|
3802
4164
|
Ellipsis?: {
|
|
@@ -3821,7 +4183,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3821
4183
|
arrowOffsetVertical: string;
|
|
3822
4184
|
arrowHeight: string;
|
|
3823
4185
|
padding: string;
|
|
3824
|
-
},
|
|
4186
|
+
}, {
|
|
4187
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
4188
|
+
height: string;
|
|
4189
|
+
width: string;
|
|
4190
|
+
borderRadius: string;
|
|
4191
|
+
color: string;
|
|
4192
|
+
colorHover: string;
|
|
4193
|
+
railInsetHorizontalBottom: string;
|
|
4194
|
+
railInsetHorizontalTop: string;
|
|
4195
|
+
railInsetVerticalRight: string;
|
|
4196
|
+
railInsetVerticalLeft: string;
|
|
4197
|
+
railColor: string;
|
|
4198
|
+
}, any>;
|
|
4199
|
+
}>;
|
|
3825
4200
|
}>> | undefined;
|
|
3826
4201
|
} | undefined;
|
|
3827
4202
|
} | undefined;
|
|
@@ -3840,7 +4215,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3840
4215
|
arrowOffsetVertical: string;
|
|
3841
4216
|
arrowHeight: string;
|
|
3842
4217
|
padding: string;
|
|
3843
|
-
},
|
|
4218
|
+
}, {
|
|
4219
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
4220
|
+
height: string;
|
|
4221
|
+
width: string;
|
|
4222
|
+
borderRadius: string;
|
|
4223
|
+
color: string;
|
|
4224
|
+
colorHover: string;
|
|
4225
|
+
railInsetHorizontalBottom: string;
|
|
4226
|
+
railInsetHorizontalTop: string;
|
|
4227
|
+
railInsetVerticalRight: string;
|
|
4228
|
+
railInsetVerticalLeft: string;
|
|
4229
|
+
railColor: string;
|
|
4230
|
+
}, any>;
|
|
4231
|
+
}>> | undefined;
|
|
3844
4232
|
} | undefined;
|
|
3845
4233
|
} | undefined;
|
|
3846
4234
|
};
|
|
@@ -3848,7 +4236,7 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3848
4236
|
paginatedData: import('vue').ComputedRef<import('naive-ui/es/data-table/src/interface').TmNode[]>;
|
|
3849
4237
|
mergedBordered: import('vue').ComputedRef<boolean>;
|
|
3850
4238
|
mergedBottomBordered: import('vue').ComputedRef<boolean>;
|
|
3851
|
-
mergedPagination: import('vue').ComputedRef<import('naive-ui
|
|
4239
|
+
mergedPagination: import('vue').ComputedRef<import('naive-ui').PaginationProps>;
|
|
3852
4240
|
mergedShowPagination: import('vue').ComputedRef<boolean | 0 | undefined>;
|
|
3853
4241
|
cssVars: import('vue').ComputedRef<{
|
|
3854
4242
|
"--n-font-size": string;
|
|
@@ -3902,16 +4290,18 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3902
4290
|
themeClass: import('vue').Ref<string, string> | undefined;
|
|
3903
4291
|
onRender: (() => void) | undefined;
|
|
3904
4292
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
3905
|
-
readonly data: import('naive-ui').RowData[];
|
|
3906
4293
|
readonly size: "small" | "medium" | "large";
|
|
3907
|
-
readonly
|
|
3908
|
-
readonly
|
|
3909
|
-
readonly loading: boolean;
|
|
4294
|
+
readonly data: import('naive-ui').RowData[];
|
|
4295
|
+
readonly spinProps: import('naive-ui/es/_internal').BaseLoadingExposedProps;
|
|
3910
4296
|
readonly bordered: boolean | undefined;
|
|
3911
|
-
readonly
|
|
4297
|
+
readonly loading: boolean;
|
|
4298
|
+
readonly allowCheckingNotLoaded: boolean;
|
|
3912
4299
|
readonly remote: boolean;
|
|
3913
|
-
readonly
|
|
4300
|
+
readonly cascade: boolean;
|
|
4301
|
+
readonly virtualScroll: boolean;
|
|
4302
|
+
readonly pagination: false | import('naive-ui').PaginationProps;
|
|
3914
4303
|
readonly paginateSinglePage: boolean;
|
|
4304
|
+
readonly columns: import('naive-ui/es/data-table/src/interface').TableColumns<any>;
|
|
3915
4305
|
readonly bottomBordered: boolean | undefined;
|
|
3916
4306
|
readonly striped: boolean;
|
|
3917
4307
|
readonly defaultCheckedRowKeys: import('naive-ui').DataTableRowKey[];
|
|
@@ -3924,14 +4314,12 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3924
4314
|
readonly virtualScrollHeader: boolean;
|
|
3925
4315
|
readonly headerHeight: number;
|
|
3926
4316
|
readonly minRowHeight: number;
|
|
3927
|
-
readonly
|
|
3928
|
-
readonly cascade: boolean;
|
|
4317
|
+
readonly tableLayout: "fixed" | "auto";
|
|
3929
4318
|
readonly childrenKey: string;
|
|
3930
4319
|
readonly indent: number;
|
|
3931
4320
|
readonly flexHeight: boolean;
|
|
3932
4321
|
readonly summaryPlacement: "top" | "bottom";
|
|
3933
|
-
readonly paginationBehaviorOnFilter: "
|
|
3934
|
-
readonly spinProps: import('naive-ui/es/_internal').BaseLoadingExposedProps;
|
|
4322
|
+
readonly paginationBehaviorOnFilter: "current" | "first";
|
|
3935
4323
|
}, true, {}, import('vue').SlotsType<import('naive-ui').DataTableSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
3936
4324
|
P: {};
|
|
3937
4325
|
B: {};
|
|
@@ -3942,7 +4330,7 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
3942
4330
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
3943
4331
|
readonly onUnstableColumnResize: import('vue').PropType<(resizedWidth: number, limitedWidth: number, column: import('naive-ui').TableBaseColumn, getColumnWidth: (key: import('naive-ui').ColumnKey) => number | undefined) => void>;
|
|
3944
4332
|
readonly pagination: {
|
|
3945
|
-
readonly type: import('vue').PropType<false | import('naive-ui
|
|
4333
|
+
readonly type: import('vue').PropType<false | import('naive-ui').PaginationProps>;
|
|
3946
4334
|
readonly default: false;
|
|
3947
4335
|
};
|
|
3948
4336
|
readonly paginateSinglePage: {
|
|
@@ -4045,10 +4433,10 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
4045
4433
|
readonly getCsvCell: import('vue').PropType<import('naive-ui').DataTableGetCsvCell>;
|
|
4046
4434
|
readonly getCsvHeader: import('vue').PropType<import('naive-ui').DataTableGetCsvHeader>;
|
|
4047
4435
|
readonly onLoad: import('vue').PropType<import('naive-ui/es/data-table/src/interface').DataTableOnLoad>;
|
|
4048
|
-
readonly 'onUpdate:page': import('vue').PropType<import('naive-ui
|
|
4049
|
-
readonly onUpdatePage: import('vue').PropType<import('naive-ui
|
|
4050
|
-
readonly 'onUpdate:pageSize': import('vue').PropType<import('naive-ui
|
|
4051
|
-
readonly onUpdatePageSize: import('vue').PropType<import('naive-ui
|
|
4436
|
+
readonly 'onUpdate:page': import('vue').PropType<import('naive-ui').PaginationProps["onUpdate:page"]>;
|
|
4437
|
+
readonly onUpdatePage: import('vue').PropType<import('naive-ui').PaginationProps["onUpdate:page"]>;
|
|
4438
|
+
readonly 'onUpdate:pageSize': import('vue').PropType<import('naive-ui').PaginationProps["onUpdate:pageSize"]>;
|
|
4439
|
+
readonly onUpdatePageSize: import('vue').PropType<import('naive-ui').PaginationProps["onUpdate:pageSize"]>;
|
|
4052
4440
|
readonly 'onUpdate:sorter': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateSorter>>;
|
|
4053
4441
|
readonly onUpdateSorter: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateSorter>>;
|
|
4054
4442
|
readonly 'onUpdate:filters': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateFilters>>;
|
|
@@ -4058,8 +4446,8 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
4058
4446
|
readonly 'onUpdate:expandedRowKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateExpandedRowKeys>>;
|
|
4059
4447
|
readonly onUpdateExpandedRowKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateExpandedRowKeys>>;
|
|
4060
4448
|
readonly onScroll: import('vue').PropType<(e: Event) => void>;
|
|
4061
|
-
readonly onPageChange: import('vue').PropType<import('naive-ui
|
|
4062
|
-
readonly onPageSizeChange: import('vue').PropType<import('naive-ui
|
|
4449
|
+
readonly onPageChange: import('vue').PropType<import('naive-ui').PaginationProps["onUpdate:page"]>;
|
|
4450
|
+
readonly onPageSizeChange: import('vue').PropType<import('naive-ui').PaginationProps["onUpdate:pageSize"]>;
|
|
4063
4451
|
readonly onSorterChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateSorter> | undefined>;
|
|
4064
4452
|
readonly onFiltersChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateFilters> | undefined>;
|
|
4065
4453
|
readonly onCheckedRowKeysChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateCheckedRowKeys> | undefined>;
|
|
@@ -4536,7 +4924,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
4536
4924
|
arrowOffsetVertical: string;
|
|
4537
4925
|
arrowHeight: string;
|
|
4538
4926
|
padding: string;
|
|
4539
|
-
},
|
|
4927
|
+
}, {
|
|
4928
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
4929
|
+
height: string;
|
|
4930
|
+
width: string;
|
|
4931
|
+
borderRadius: string;
|
|
4932
|
+
color: string;
|
|
4933
|
+
colorHover: string;
|
|
4934
|
+
railInsetHorizontalBottom: string;
|
|
4935
|
+
railInsetHorizontalTop: string;
|
|
4936
|
+
railInsetVerticalRight: string;
|
|
4937
|
+
railInsetVerticalLeft: string;
|
|
4938
|
+
railColor: string;
|
|
4939
|
+
}, any>;
|
|
4940
|
+
}>;
|
|
4540
4941
|
}>;
|
|
4541
4942
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
4542
4943
|
optionFontSizeTiny: string;
|
|
@@ -4667,7 +5068,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
4667
5068
|
paddingMedium: string;
|
|
4668
5069
|
paddingLarge: string;
|
|
4669
5070
|
clearSize: string;
|
|
4670
|
-
},
|
|
5071
|
+
}, {
|
|
5072
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
5073
|
+
height: string;
|
|
5074
|
+
width: string;
|
|
5075
|
+
borderRadius: string;
|
|
5076
|
+
color: string;
|
|
5077
|
+
colorHover: string;
|
|
5078
|
+
railInsetHorizontalBottom: string;
|
|
5079
|
+
railInsetHorizontalTop: string;
|
|
5080
|
+
railInsetVerticalRight: string;
|
|
5081
|
+
railInsetVerticalLeft: string;
|
|
5082
|
+
railColor: string;
|
|
5083
|
+
}, any>;
|
|
5084
|
+
}>;
|
|
4671
5085
|
Popselect: import('naive-ui/es/_mixins').Theme<"Popselect", {
|
|
4672
5086
|
menuBoxShadow: string;
|
|
4673
5087
|
}, {
|
|
@@ -4684,7 +5098,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
4684
5098
|
arrowOffsetVertical: string;
|
|
4685
5099
|
arrowHeight: string;
|
|
4686
5100
|
padding: string;
|
|
4687
|
-
},
|
|
5101
|
+
}, {
|
|
5102
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
5103
|
+
height: string;
|
|
5104
|
+
width: string;
|
|
5105
|
+
borderRadius: string;
|
|
5106
|
+
color: string;
|
|
5107
|
+
colorHover: string;
|
|
5108
|
+
railInsetHorizontalBottom: string;
|
|
5109
|
+
railInsetHorizontalTop: string;
|
|
5110
|
+
railInsetVerticalRight: string;
|
|
5111
|
+
railInsetVerticalLeft: string;
|
|
5112
|
+
railColor: string;
|
|
5113
|
+
}, any>;
|
|
5114
|
+
}>;
|
|
4688
5115
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
4689
5116
|
optionFontSizeTiny: string;
|
|
4690
5117
|
optionFontSizeSmall: string;
|
|
@@ -4794,7 +5221,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
4794
5221
|
arrowOffsetVertical: string;
|
|
4795
5222
|
arrowHeight: string;
|
|
4796
5223
|
padding: string;
|
|
4797
|
-
},
|
|
5224
|
+
}, {
|
|
5225
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
5226
|
+
height: string;
|
|
5227
|
+
width: string;
|
|
5228
|
+
borderRadius: string;
|
|
5229
|
+
color: string;
|
|
5230
|
+
colorHover: string;
|
|
5231
|
+
railInsetHorizontalBottom: string;
|
|
5232
|
+
railInsetHorizontalTop: string;
|
|
5233
|
+
railInsetVerticalRight: string;
|
|
5234
|
+
railInsetVerticalLeft: string;
|
|
5235
|
+
railColor: string;
|
|
5236
|
+
}, any>;
|
|
5237
|
+
}>;
|
|
4798
5238
|
Ellipsis: import('naive-ui/es/_mixins').Theme<"Ellipsis", unknown, {
|
|
4799
5239
|
Tooltip: import('naive-ui/es/_mixins').Theme<"Tooltip", {
|
|
4800
5240
|
borderRadius: string;
|
|
@@ -4816,7 +5256,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
4816
5256
|
arrowOffsetVertical: string;
|
|
4817
5257
|
arrowHeight: string;
|
|
4818
5258
|
padding: string;
|
|
4819
|
-
},
|
|
5259
|
+
}, {
|
|
5260
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
5261
|
+
height: string;
|
|
5262
|
+
width: string;
|
|
5263
|
+
borderRadius: string;
|
|
5264
|
+
color: string;
|
|
5265
|
+
colorHover: string;
|
|
5266
|
+
railInsetHorizontalBottom: string;
|
|
5267
|
+
railInsetHorizontalTop: string;
|
|
5268
|
+
railInsetVerticalRight: string;
|
|
5269
|
+
railInsetVerticalLeft: string;
|
|
5270
|
+
railColor: string;
|
|
5271
|
+
}, any>;
|
|
5272
|
+
}>;
|
|
4820
5273
|
}>;
|
|
4821
5274
|
}>;
|
|
4822
5275
|
Dropdown: import('naive-ui/es/_mixins').Theme<"Dropdown", {
|
|
@@ -4887,7 +5340,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
4887
5340
|
arrowOffsetVertical: string;
|
|
4888
5341
|
arrowHeight: string;
|
|
4889
5342
|
padding: string;
|
|
4890
|
-
},
|
|
5343
|
+
}, {
|
|
5344
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
5345
|
+
height: string;
|
|
5346
|
+
width: string;
|
|
5347
|
+
borderRadius: string;
|
|
5348
|
+
color: string;
|
|
5349
|
+
colorHover: string;
|
|
5350
|
+
railInsetHorizontalBottom: string;
|
|
5351
|
+
railInsetHorizontalTop: string;
|
|
5352
|
+
railInsetVerticalRight: string;
|
|
5353
|
+
railInsetVerticalLeft: string;
|
|
5354
|
+
railColor: string;
|
|
5355
|
+
}, any>;
|
|
5356
|
+
}>;
|
|
4891
5357
|
}>;
|
|
4892
5358
|
}>>;
|
|
4893
5359
|
readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"DataTable", {
|
|
@@ -5363,7 +5829,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
5363
5829
|
arrowOffsetVertical: string;
|
|
5364
5830
|
arrowHeight: string;
|
|
5365
5831
|
padding: string;
|
|
5366
|
-
},
|
|
5832
|
+
}, {
|
|
5833
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
5834
|
+
height: string;
|
|
5835
|
+
width: string;
|
|
5836
|
+
borderRadius: string;
|
|
5837
|
+
color: string;
|
|
5838
|
+
colorHover: string;
|
|
5839
|
+
railInsetHorizontalBottom: string;
|
|
5840
|
+
railInsetHorizontalTop: string;
|
|
5841
|
+
railInsetVerticalRight: string;
|
|
5842
|
+
railInsetVerticalLeft: string;
|
|
5843
|
+
railColor: string;
|
|
5844
|
+
}, any>;
|
|
5845
|
+
}>;
|
|
5367
5846
|
}>;
|
|
5368
5847
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
5369
5848
|
optionFontSizeTiny: string;
|
|
@@ -5494,7 +5973,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
5494
5973
|
paddingMedium: string;
|
|
5495
5974
|
paddingLarge: string;
|
|
5496
5975
|
clearSize: string;
|
|
5497
|
-
},
|
|
5976
|
+
}, {
|
|
5977
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
5978
|
+
height: string;
|
|
5979
|
+
width: string;
|
|
5980
|
+
borderRadius: string;
|
|
5981
|
+
color: string;
|
|
5982
|
+
colorHover: string;
|
|
5983
|
+
railInsetHorizontalBottom: string;
|
|
5984
|
+
railInsetHorizontalTop: string;
|
|
5985
|
+
railInsetVerticalRight: string;
|
|
5986
|
+
railInsetVerticalLeft: string;
|
|
5987
|
+
railColor: string;
|
|
5988
|
+
}, any>;
|
|
5989
|
+
}>;
|
|
5498
5990
|
Popselect: import('naive-ui/es/_mixins').Theme<"Popselect", {
|
|
5499
5991
|
menuBoxShadow: string;
|
|
5500
5992
|
}, {
|
|
@@ -5511,7 +6003,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
5511
6003
|
arrowOffsetVertical: string;
|
|
5512
6004
|
arrowHeight: string;
|
|
5513
6005
|
padding: string;
|
|
5514
|
-
},
|
|
6006
|
+
}, {
|
|
6007
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
6008
|
+
height: string;
|
|
6009
|
+
width: string;
|
|
6010
|
+
borderRadius: string;
|
|
6011
|
+
color: string;
|
|
6012
|
+
colorHover: string;
|
|
6013
|
+
railInsetHorizontalBottom: string;
|
|
6014
|
+
railInsetHorizontalTop: string;
|
|
6015
|
+
railInsetVerticalRight: string;
|
|
6016
|
+
railInsetVerticalLeft: string;
|
|
6017
|
+
railColor: string;
|
|
6018
|
+
}, any>;
|
|
6019
|
+
}>;
|
|
5515
6020
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
5516
6021
|
optionFontSizeTiny: string;
|
|
5517
6022
|
optionFontSizeSmall: string;
|
|
@@ -5621,8 +6126,21 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
5621
6126
|
arrowOffsetVertical: string;
|
|
5622
6127
|
arrowHeight: string;
|
|
5623
6128
|
padding: string;
|
|
5624
|
-
},
|
|
5625
|
-
|
|
6129
|
+
}, {
|
|
6130
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
6131
|
+
height: string;
|
|
6132
|
+
width: string;
|
|
6133
|
+
borderRadius: string;
|
|
6134
|
+
color: string;
|
|
6135
|
+
colorHover: string;
|
|
6136
|
+
railInsetHorizontalBottom: string;
|
|
6137
|
+
railInsetHorizontalTop: string;
|
|
6138
|
+
railInsetVerticalRight: string;
|
|
6139
|
+
railInsetVerticalLeft: string;
|
|
6140
|
+
railColor: string;
|
|
6141
|
+
}, any>;
|
|
6142
|
+
}>;
|
|
6143
|
+
Ellipsis: import('naive-ui/es/_mixins').Theme<"Ellipsis", unknown, {
|
|
5626
6144
|
Tooltip: import('naive-ui/es/_mixins').Theme<"Tooltip", {
|
|
5627
6145
|
borderRadius: string;
|
|
5628
6146
|
boxShadow: string;
|
|
@@ -5643,7 +6161,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
5643
6161
|
arrowOffsetVertical: string;
|
|
5644
6162
|
arrowHeight: string;
|
|
5645
6163
|
padding: string;
|
|
5646
|
-
},
|
|
6164
|
+
}, {
|
|
6165
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
6166
|
+
height: string;
|
|
6167
|
+
width: string;
|
|
6168
|
+
borderRadius: string;
|
|
6169
|
+
color: string;
|
|
6170
|
+
colorHover: string;
|
|
6171
|
+
railInsetHorizontalBottom: string;
|
|
6172
|
+
railInsetHorizontalTop: string;
|
|
6173
|
+
railInsetVerticalRight: string;
|
|
6174
|
+
railInsetVerticalLeft: string;
|
|
6175
|
+
railColor: string;
|
|
6176
|
+
}, any>;
|
|
6177
|
+
}>;
|
|
5647
6178
|
}>;
|
|
5648
6179
|
}>;
|
|
5649
6180
|
Dropdown: import('naive-ui/es/_mixins').Theme<"Dropdown", {
|
|
@@ -5714,7 +6245,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
5714
6245
|
arrowOffsetVertical: string;
|
|
5715
6246
|
arrowHeight: string;
|
|
5716
6247
|
padding: string;
|
|
5717
|
-
},
|
|
6248
|
+
}, {
|
|
6249
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
6250
|
+
height: string;
|
|
6251
|
+
width: string;
|
|
6252
|
+
borderRadius: string;
|
|
6253
|
+
color: string;
|
|
6254
|
+
colorHover: string;
|
|
6255
|
+
railInsetHorizontalBottom: string;
|
|
6256
|
+
railInsetHorizontalTop: string;
|
|
6257
|
+
railInsetVerticalRight: string;
|
|
6258
|
+
railInsetVerticalLeft: string;
|
|
6259
|
+
railColor: string;
|
|
6260
|
+
}, any>;
|
|
6261
|
+
}>;
|
|
5718
6262
|
}>;
|
|
5719
6263
|
}>>>;
|
|
5720
6264
|
readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"DataTable", {
|
|
@@ -6190,7 +6734,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
6190
6734
|
arrowOffsetVertical: string;
|
|
6191
6735
|
arrowHeight: string;
|
|
6192
6736
|
padding: string;
|
|
6193
|
-
},
|
|
6737
|
+
}, {
|
|
6738
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
6739
|
+
height: string;
|
|
6740
|
+
width: string;
|
|
6741
|
+
borderRadius: string;
|
|
6742
|
+
color: string;
|
|
6743
|
+
colorHover: string;
|
|
6744
|
+
railInsetHorizontalBottom: string;
|
|
6745
|
+
railInsetHorizontalTop: string;
|
|
6746
|
+
railInsetVerticalRight: string;
|
|
6747
|
+
railInsetVerticalLeft: string;
|
|
6748
|
+
railColor: string;
|
|
6749
|
+
}, any>;
|
|
6750
|
+
}>;
|
|
6194
6751
|
}>;
|
|
6195
6752
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
6196
6753
|
optionFontSizeTiny: string;
|
|
@@ -6321,7 +6878,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
6321
6878
|
paddingMedium: string;
|
|
6322
6879
|
paddingLarge: string;
|
|
6323
6880
|
clearSize: string;
|
|
6324
|
-
},
|
|
6881
|
+
}, {
|
|
6882
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
6883
|
+
height: string;
|
|
6884
|
+
width: string;
|
|
6885
|
+
borderRadius: string;
|
|
6886
|
+
color: string;
|
|
6887
|
+
colorHover: string;
|
|
6888
|
+
railInsetHorizontalBottom: string;
|
|
6889
|
+
railInsetHorizontalTop: string;
|
|
6890
|
+
railInsetVerticalRight: string;
|
|
6891
|
+
railInsetVerticalLeft: string;
|
|
6892
|
+
railColor: string;
|
|
6893
|
+
}, any>;
|
|
6894
|
+
}>;
|
|
6325
6895
|
Popselect: import('naive-ui/es/_mixins').Theme<"Popselect", {
|
|
6326
6896
|
menuBoxShadow: string;
|
|
6327
6897
|
}, {
|
|
@@ -6338,7 +6908,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
6338
6908
|
arrowOffsetVertical: string;
|
|
6339
6909
|
arrowHeight: string;
|
|
6340
6910
|
padding: string;
|
|
6341
|
-
},
|
|
6911
|
+
}, {
|
|
6912
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
6913
|
+
height: string;
|
|
6914
|
+
width: string;
|
|
6915
|
+
borderRadius: string;
|
|
6916
|
+
color: string;
|
|
6917
|
+
colorHover: string;
|
|
6918
|
+
railInsetHorizontalBottom: string;
|
|
6919
|
+
railInsetHorizontalTop: string;
|
|
6920
|
+
railInsetVerticalRight: string;
|
|
6921
|
+
railInsetVerticalLeft: string;
|
|
6922
|
+
railColor: string;
|
|
6923
|
+
}, any>;
|
|
6924
|
+
}>;
|
|
6342
6925
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
6343
6926
|
optionFontSizeTiny: string;
|
|
6344
6927
|
optionFontSizeSmall: string;
|
|
@@ -6448,7 +7031,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
6448
7031
|
arrowOffsetVertical: string;
|
|
6449
7032
|
arrowHeight: string;
|
|
6450
7033
|
padding: string;
|
|
6451
|
-
},
|
|
7034
|
+
}, {
|
|
7035
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
7036
|
+
height: string;
|
|
7037
|
+
width: string;
|
|
7038
|
+
borderRadius: string;
|
|
7039
|
+
color: string;
|
|
7040
|
+
colorHover: string;
|
|
7041
|
+
railInsetHorizontalBottom: string;
|
|
7042
|
+
railInsetHorizontalTop: string;
|
|
7043
|
+
railInsetVerticalRight: string;
|
|
7044
|
+
railInsetVerticalLeft: string;
|
|
7045
|
+
railColor: string;
|
|
7046
|
+
}, any>;
|
|
7047
|
+
}>;
|
|
6452
7048
|
Ellipsis: import('naive-ui/es/_mixins').Theme<"Ellipsis", unknown, {
|
|
6453
7049
|
Tooltip: import('naive-ui/es/_mixins').Theme<"Tooltip", {
|
|
6454
7050
|
borderRadius: string;
|
|
@@ -6470,7 +7066,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
6470
7066
|
arrowOffsetVertical: string;
|
|
6471
7067
|
arrowHeight: string;
|
|
6472
7068
|
padding: string;
|
|
6473
|
-
},
|
|
7069
|
+
}, {
|
|
7070
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
7071
|
+
height: string;
|
|
7072
|
+
width: string;
|
|
7073
|
+
borderRadius: string;
|
|
7074
|
+
color: string;
|
|
7075
|
+
colorHover: string;
|
|
7076
|
+
railInsetHorizontalBottom: string;
|
|
7077
|
+
railInsetHorizontalTop: string;
|
|
7078
|
+
railInsetVerticalRight: string;
|
|
7079
|
+
railInsetVerticalLeft: string;
|
|
7080
|
+
railColor: string;
|
|
7081
|
+
}, any>;
|
|
7082
|
+
}>;
|
|
6474
7083
|
}>;
|
|
6475
7084
|
}>;
|
|
6476
7085
|
Dropdown: import('naive-ui/es/_mixins').Theme<"Dropdown", {
|
|
@@ -6541,7 +7150,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
6541
7150
|
arrowOffsetVertical: string;
|
|
6542
7151
|
arrowHeight: string;
|
|
6543
7152
|
padding: string;
|
|
6544
|
-
},
|
|
7153
|
+
}, {
|
|
7154
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
7155
|
+
height: string;
|
|
7156
|
+
width: string;
|
|
7157
|
+
borderRadius: string;
|
|
7158
|
+
color: string;
|
|
7159
|
+
colorHover: string;
|
|
7160
|
+
railInsetHorizontalBottom: string;
|
|
7161
|
+
railInsetHorizontalTop: string;
|
|
7162
|
+
railInsetVerticalRight: string;
|
|
7163
|
+
railInsetVerticalLeft: string;
|
|
7164
|
+
railColor: string;
|
|
7165
|
+
}, any>;
|
|
7166
|
+
}>;
|
|
6545
7167
|
}>;
|
|
6546
7168
|
}>>>;
|
|
6547
7169
|
}>> & Readonly<{}>, {
|
|
@@ -7041,7 +7663,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7041
7663
|
arrowOffsetVertical: string;
|
|
7042
7664
|
arrowHeight: string;
|
|
7043
7665
|
padding: string;
|
|
7044
|
-
},
|
|
7666
|
+
}, {
|
|
7667
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
7668
|
+
height: string;
|
|
7669
|
+
width: string;
|
|
7670
|
+
borderRadius: string;
|
|
7671
|
+
color: string;
|
|
7672
|
+
colorHover: string;
|
|
7673
|
+
railInsetHorizontalBottom: string;
|
|
7674
|
+
railInsetHorizontalTop: string;
|
|
7675
|
+
railInsetVerticalRight: string;
|
|
7676
|
+
railInsetVerticalLeft: string;
|
|
7677
|
+
railColor: string;
|
|
7678
|
+
}, any>;
|
|
7679
|
+
}>;
|
|
7045
7680
|
}>;
|
|
7046
7681
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
7047
7682
|
optionFontSizeTiny: string;
|
|
@@ -7172,7 +7807,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7172
7807
|
paddingMedium: string;
|
|
7173
7808
|
paddingLarge: string;
|
|
7174
7809
|
clearSize: string;
|
|
7175
|
-
},
|
|
7810
|
+
}, {
|
|
7811
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
7812
|
+
height: string;
|
|
7813
|
+
width: string;
|
|
7814
|
+
borderRadius: string;
|
|
7815
|
+
color: string;
|
|
7816
|
+
colorHover: string;
|
|
7817
|
+
railInsetHorizontalBottom: string;
|
|
7818
|
+
railInsetHorizontalTop: string;
|
|
7819
|
+
railInsetVerticalRight: string;
|
|
7820
|
+
railInsetVerticalLeft: string;
|
|
7821
|
+
railColor: string;
|
|
7822
|
+
}, any>;
|
|
7823
|
+
}>;
|
|
7176
7824
|
Popselect: import('naive-ui/es/_mixins').Theme<"Popselect", {
|
|
7177
7825
|
menuBoxShadow: string;
|
|
7178
7826
|
}, {
|
|
@@ -7189,7 +7837,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7189
7837
|
arrowOffsetVertical: string;
|
|
7190
7838
|
arrowHeight: string;
|
|
7191
7839
|
padding: string;
|
|
7192
|
-
},
|
|
7840
|
+
}, {
|
|
7841
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
7842
|
+
height: string;
|
|
7843
|
+
width: string;
|
|
7844
|
+
borderRadius: string;
|
|
7845
|
+
color: string;
|
|
7846
|
+
colorHover: string;
|
|
7847
|
+
railInsetHorizontalBottom: string;
|
|
7848
|
+
railInsetHorizontalTop: string;
|
|
7849
|
+
railInsetVerticalRight: string;
|
|
7850
|
+
railInsetVerticalLeft: string;
|
|
7851
|
+
railColor: string;
|
|
7852
|
+
}, any>;
|
|
7853
|
+
}>;
|
|
7193
7854
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
7194
7855
|
optionFontSizeTiny: string;
|
|
7195
7856
|
optionFontSizeSmall: string;
|
|
@@ -7299,7 +7960,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7299
7960
|
arrowOffsetVertical: string;
|
|
7300
7961
|
arrowHeight: string;
|
|
7301
7962
|
padding: string;
|
|
7302
|
-
},
|
|
7963
|
+
}, {
|
|
7964
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
7965
|
+
height: string;
|
|
7966
|
+
width: string;
|
|
7967
|
+
borderRadius: string;
|
|
7968
|
+
color: string;
|
|
7969
|
+
colorHover: string;
|
|
7970
|
+
railInsetHorizontalBottom: string;
|
|
7971
|
+
railInsetHorizontalTop: string;
|
|
7972
|
+
railInsetVerticalRight: string;
|
|
7973
|
+
railInsetVerticalLeft: string;
|
|
7974
|
+
railColor: string;
|
|
7975
|
+
}, any>;
|
|
7976
|
+
}>;
|
|
7303
7977
|
Ellipsis: import('naive-ui/es/_mixins').Theme<"Ellipsis", unknown, {
|
|
7304
7978
|
Tooltip: import('naive-ui/es/_mixins').Theme<"Tooltip", {
|
|
7305
7979
|
borderRadius: string;
|
|
@@ -7321,7 +7995,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7321
7995
|
arrowOffsetVertical: string;
|
|
7322
7996
|
arrowHeight: string;
|
|
7323
7997
|
padding: string;
|
|
7324
|
-
},
|
|
7998
|
+
}, {
|
|
7999
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
8000
|
+
height: string;
|
|
8001
|
+
width: string;
|
|
8002
|
+
borderRadius: string;
|
|
8003
|
+
color: string;
|
|
8004
|
+
colorHover: string;
|
|
8005
|
+
railInsetHorizontalBottom: string;
|
|
8006
|
+
railInsetHorizontalTop: string;
|
|
8007
|
+
railInsetVerticalRight: string;
|
|
8008
|
+
railInsetVerticalLeft: string;
|
|
8009
|
+
railColor: string;
|
|
8010
|
+
}, any>;
|
|
8011
|
+
}>;
|
|
7325
8012
|
}>;
|
|
7326
8013
|
}>;
|
|
7327
8014
|
Dropdown: import('naive-ui/es/_mixins').Theme<"Dropdown", {
|
|
@@ -7392,7 +8079,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7392
8079
|
arrowOffsetVertical: string;
|
|
7393
8080
|
arrowHeight: string;
|
|
7394
8081
|
padding: string;
|
|
7395
|
-
},
|
|
8082
|
+
}, {
|
|
8083
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
8084
|
+
height: string;
|
|
8085
|
+
width: string;
|
|
8086
|
+
borderRadius: string;
|
|
8087
|
+
color: string;
|
|
8088
|
+
colorHover: string;
|
|
8089
|
+
railInsetHorizontalBottom: string;
|
|
8090
|
+
railInsetHorizontalTop: string;
|
|
8091
|
+
railInsetVerticalRight: string;
|
|
8092
|
+
railInsetVerticalLeft: string;
|
|
8093
|
+
railColor: string;
|
|
8094
|
+
}, any>;
|
|
8095
|
+
}>;
|
|
7396
8096
|
}>;
|
|
7397
8097
|
};
|
|
7398
8098
|
peerOverrides: {
|
|
@@ -7484,7 +8184,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7484
8184
|
arrowOffsetVertical: string;
|
|
7485
8185
|
arrowHeight: string;
|
|
7486
8186
|
padding: string;
|
|
7487
|
-
},
|
|
8187
|
+
}, {
|
|
8188
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
8189
|
+
height: string;
|
|
8190
|
+
width: string;
|
|
8191
|
+
borderRadius: string;
|
|
8192
|
+
color: string;
|
|
8193
|
+
colorHover: string;
|
|
8194
|
+
railInsetHorizontalBottom: string;
|
|
8195
|
+
railInsetHorizontalTop: string;
|
|
8196
|
+
railInsetVerticalRight: string;
|
|
8197
|
+
railInsetVerticalLeft: string;
|
|
8198
|
+
railColor: string;
|
|
8199
|
+
}, any>;
|
|
8200
|
+
}>;
|
|
7488
8201
|
}>;
|
|
7489
8202
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
7490
8203
|
optionFontSizeTiny: string;
|
|
@@ -7615,7 +8328,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7615
8328
|
paddingMedium: string;
|
|
7616
8329
|
paddingLarge: string;
|
|
7617
8330
|
clearSize: string;
|
|
7618
|
-
},
|
|
8331
|
+
}, {
|
|
8332
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
8333
|
+
height: string;
|
|
8334
|
+
width: string;
|
|
8335
|
+
borderRadius: string;
|
|
8336
|
+
color: string;
|
|
8337
|
+
colorHover: string;
|
|
8338
|
+
railInsetHorizontalBottom: string;
|
|
8339
|
+
railInsetHorizontalTop: string;
|
|
8340
|
+
railInsetVerticalRight: string;
|
|
8341
|
+
railInsetVerticalLeft: string;
|
|
8342
|
+
railColor: string;
|
|
8343
|
+
}, any>;
|
|
8344
|
+
}>> | undefined;
|
|
7619
8345
|
Popselect?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popselect", {
|
|
7620
8346
|
menuBoxShadow: string;
|
|
7621
8347
|
}, {
|
|
@@ -7632,7 +8358,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7632
8358
|
arrowOffsetVertical: string;
|
|
7633
8359
|
arrowHeight: string;
|
|
7634
8360
|
padding: string;
|
|
7635
|
-
},
|
|
8361
|
+
}, {
|
|
8362
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
8363
|
+
height: string;
|
|
8364
|
+
width: string;
|
|
8365
|
+
borderRadius: string;
|
|
8366
|
+
color: string;
|
|
8367
|
+
colorHover: string;
|
|
8368
|
+
railInsetHorizontalBottom: string;
|
|
8369
|
+
railInsetHorizontalTop: string;
|
|
8370
|
+
railInsetVerticalRight: string;
|
|
8371
|
+
railInsetVerticalLeft: string;
|
|
8372
|
+
railColor: string;
|
|
8373
|
+
}, any>;
|
|
8374
|
+
}>;
|
|
7636
8375
|
InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
|
|
7637
8376
|
optionFontSizeTiny: string;
|
|
7638
8377
|
optionFontSizeSmall: string;
|
|
@@ -7715,7 +8454,18 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7715
8454
|
} | undefined;
|
|
7716
8455
|
Popover?: {
|
|
7717
8456
|
peers?: {
|
|
7718
|
-
|
|
8457
|
+
Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
8458
|
+
height: string;
|
|
8459
|
+
width: string;
|
|
8460
|
+
borderRadius: string;
|
|
8461
|
+
color: string;
|
|
8462
|
+
colorHover: string;
|
|
8463
|
+
railInsetHorizontalBottom: string;
|
|
8464
|
+
railInsetHorizontalTop: string;
|
|
8465
|
+
railInsetVerticalRight: string;
|
|
8466
|
+
railInsetVerticalLeft: string;
|
|
8467
|
+
railColor: string;
|
|
8468
|
+
}, any>> | undefined;
|
|
7719
8469
|
} | undefined;
|
|
7720
8470
|
} | undefined;
|
|
7721
8471
|
Ellipsis?: {
|
|
@@ -7740,7 +8490,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7740
8490
|
arrowOffsetVertical: string;
|
|
7741
8491
|
arrowHeight: string;
|
|
7742
8492
|
padding: string;
|
|
7743
|
-
},
|
|
8493
|
+
}, {
|
|
8494
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
8495
|
+
height: string;
|
|
8496
|
+
width: string;
|
|
8497
|
+
borderRadius: string;
|
|
8498
|
+
color: string;
|
|
8499
|
+
colorHover: string;
|
|
8500
|
+
railInsetHorizontalBottom: string;
|
|
8501
|
+
railInsetHorizontalTop: string;
|
|
8502
|
+
railInsetVerticalRight: string;
|
|
8503
|
+
railInsetVerticalLeft: string;
|
|
8504
|
+
railColor: string;
|
|
8505
|
+
}, any>;
|
|
8506
|
+
}>;
|
|
7744
8507
|
}>> | undefined;
|
|
7745
8508
|
} | undefined;
|
|
7746
8509
|
} | undefined;
|
|
@@ -7759,7 +8522,20 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7759
8522
|
arrowOffsetVertical: string;
|
|
7760
8523
|
arrowHeight: string;
|
|
7761
8524
|
padding: string;
|
|
7762
|
-
},
|
|
8525
|
+
}, {
|
|
8526
|
+
Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
|
|
8527
|
+
height: string;
|
|
8528
|
+
width: string;
|
|
8529
|
+
borderRadius: string;
|
|
8530
|
+
color: string;
|
|
8531
|
+
colorHover: string;
|
|
8532
|
+
railInsetHorizontalBottom: string;
|
|
8533
|
+
railInsetHorizontalTop: string;
|
|
8534
|
+
railInsetVerticalRight: string;
|
|
8535
|
+
railInsetVerticalLeft: string;
|
|
8536
|
+
railColor: string;
|
|
8537
|
+
}, any>;
|
|
8538
|
+
}>> | undefined;
|
|
7763
8539
|
} | undefined;
|
|
7764
8540
|
} | undefined;
|
|
7765
8541
|
};
|
|
@@ -7767,7 +8543,7 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7767
8543
|
paginatedData: import('vue').ComputedRef<import('naive-ui/es/data-table/src/interface').TmNode[]>;
|
|
7768
8544
|
mergedBordered: import('vue').ComputedRef<boolean>;
|
|
7769
8545
|
mergedBottomBordered: import('vue').ComputedRef<boolean>;
|
|
7770
|
-
mergedPagination: import('vue').ComputedRef<import('naive-ui
|
|
8546
|
+
mergedPagination: import('vue').ComputedRef<import('naive-ui').PaginationProps>;
|
|
7771
8547
|
mergedShowPagination: import('vue').ComputedRef<boolean | 0 | undefined>;
|
|
7772
8548
|
cssVars: import('vue').ComputedRef<{
|
|
7773
8549
|
"--n-font-size": string;
|
|
@@ -7821,16 +8597,18 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7821
8597
|
themeClass: import('vue').Ref<string, string> | undefined;
|
|
7822
8598
|
onRender: (() => void) | undefined;
|
|
7823
8599
|
}, {}, {}, {}, {
|
|
7824
|
-
readonly data: import('naive-ui').RowData[];
|
|
7825
8600
|
readonly size: "small" | "medium" | "large";
|
|
7826
|
-
readonly
|
|
7827
|
-
readonly
|
|
7828
|
-
readonly loading: boolean;
|
|
8601
|
+
readonly data: import('naive-ui').RowData[];
|
|
8602
|
+
readonly spinProps: import('naive-ui/es/_internal').BaseLoadingExposedProps;
|
|
7829
8603
|
readonly bordered: boolean | undefined;
|
|
7830
|
-
readonly
|
|
8604
|
+
readonly loading: boolean;
|
|
8605
|
+
readonly allowCheckingNotLoaded: boolean;
|
|
7831
8606
|
readonly remote: boolean;
|
|
7832
|
-
readonly
|
|
8607
|
+
readonly cascade: boolean;
|
|
8608
|
+
readonly virtualScroll: boolean;
|
|
8609
|
+
readonly pagination: false | import('naive-ui').PaginationProps;
|
|
7833
8610
|
readonly paginateSinglePage: boolean;
|
|
8611
|
+
readonly columns: import('naive-ui/es/data-table/src/interface').TableColumns<any>;
|
|
7834
8612
|
readonly bottomBordered: boolean | undefined;
|
|
7835
8613
|
readonly striped: boolean;
|
|
7836
8614
|
readonly defaultCheckedRowKeys: import('naive-ui').DataTableRowKey[];
|
|
@@ -7843,14 +8621,12 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
7843
8621
|
readonly virtualScrollHeader: boolean;
|
|
7844
8622
|
readonly headerHeight: number;
|
|
7845
8623
|
readonly minRowHeight: number;
|
|
7846
|
-
readonly
|
|
7847
|
-
readonly cascade: boolean;
|
|
8624
|
+
readonly tableLayout: "fixed" | "auto";
|
|
7848
8625
|
readonly childrenKey: string;
|
|
7849
8626
|
readonly indent: number;
|
|
7850
8627
|
readonly flexHeight: boolean;
|
|
7851
8628
|
readonly summaryPlacement: "top" | "bottom";
|
|
7852
|
-
readonly paginationBehaviorOnFilter: "
|
|
7853
|
-
readonly spinProps: import('naive-ui/es/_internal').BaseLoadingExposedProps;
|
|
8629
|
+
readonly paginationBehaviorOnFilter: "current" | "first";
|
|
7854
8630
|
}> | null;
|
|
7855
8631
|
}, any>;
|
|
7856
8632
|
export default _default;
|