@oiij/naive-ui 0.0.8 → 0.0.10
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/components/data-table-plus/DataTablePlus.vue.d.ts +2 -0
- package/dist/components/preset-select/PresetSelect.vue.d.ts +2 -0
- package/dist/components/search-input/SearchInput.vue.d.ts +2 -2
- package/dist/components.cjs +8 -8
- package/dist/components.js +757 -731
- package/dist/components.umd.cjs +13 -13
- package/package.json +5 -5
|
@@ -29,6 +29,8 @@ declare const _default: <P extends Record<string, any> = Record<string, any>, D
|
|
|
29
29
|
refs: DataTablePlusExposeRefs<P, D, R>;
|
|
30
30
|
actions: DataTablePlusExposeActions<P, D>;
|
|
31
31
|
}): any;
|
|
32
|
+
empty?(_: {}): any;
|
|
33
|
+
loading?(_: {}): any;
|
|
32
34
|
actions?(_: {}): any;
|
|
33
35
|
extra?(_: {}): any;
|
|
34
36
|
pagination?(_: {}): any;
|
|
@@ -8,7 +8,7 @@ declare function __VLS_template(): {
|
|
|
8
8
|
'button-icon'?(_: {}): any;
|
|
9
9
|
};
|
|
10
10
|
refs: {
|
|
11
|
-
|
|
11
|
+
'input-ref': import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
12
12
|
bordered: {
|
|
13
13
|
type: import('vue').PropType<boolean | undefined>;
|
|
14
14
|
default: undefined;
|
|
@@ -1049,7 +1049,7 @@ declare const __VLS_component: import('vue').DefineComponent<SearchInputProps, {
|
|
|
1049
1049
|
}, string, import('vue').PublicProps, Readonly<SearchInputProps> & Readonly<{
|
|
1050
1050
|
"onUpdate:value"?: ((v: string) => any) | undefined;
|
|
1051
1051
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
1052
|
-
|
|
1052
|
+
'input-ref': import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
1053
1053
|
bordered: {
|
|
1054
1054
|
type: import('vue').PropType<boolean | undefined>;
|
|
1055
1055
|
default: undefined;
|