@topvisor/ui 1.4.1-projectSelector.3 → 1.4.1-projectSelector.4
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/.chunks/{policy.vue_vue_type_style_index_0_lang-dgZjCI-7.amd.js → policy.vue_vue_type_style_index_0_lang-BkKOPt0o.amd.js} +2 -2
- package/.chunks/{policy.vue_vue_type_style_index_0_lang-dgZjCI-7.amd.js.map → policy.vue_vue_type_style_index_0_lang-BkKOPt0o.amd.js.map} +1 -1
- package/.chunks/{policy.vue_vue_type_style_index_0_lang-RJnqOsjD.es.js → policy.vue_vue_type_style_index_0_lang-CaEdkGWd.es.js} +2 -2
- package/.chunks/{policy.vue_vue_type_style_index_0_lang-RJnqOsjD.es.js.map → policy.vue_vue_type_style_index_0_lang-CaEdkGWd.es.js.map} +1 -1
- package/formsExt/formsExt.amd.js +1 -1
- package/formsExt/formsExt.js +1 -1
- package/package.json +1 -1
- package/project/project.amd.js +1 -1
- package/project/project.amd.js.map +1 -1
- package/project/project.js +111 -110
- package/project/project.js.map +1 -1
- package/src/components/formsExt/selector2/selector2.vue.d.ts +1 -0
- package/src/components/project/groupSelector/groups/groups.vue.d.ts +3 -1
- package/src/components/project/projectSelector/projectSelector.vue.d.ts +3 -1
|
@@ -38,6 +38,7 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
|
|
|
38
38
|
items: Item[];
|
|
39
39
|
searchType: "none" | "inline" | "popup";
|
|
40
40
|
minLength: number;
|
|
41
|
+
closeAfterAppend: boolean;
|
|
41
42
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
42
43
|
popupRef: ShallowUnwrapRef<{
|
|
43
44
|
id: string;
|
|
@@ -93,6 +93,7 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
93
93
|
items: SelectorItem[];
|
|
94
94
|
searchType: "none" | "inline" | "popup";
|
|
95
95
|
minLength: number;
|
|
96
|
+
closeAfterAppend: boolean;
|
|
96
97
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
97
98
|
beforeCreate?: (() => void) | (() => void)[];
|
|
98
99
|
created?: (() => void) | (() => void)[];
|
|
@@ -119,13 +120,14 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
119
120
|
items: SelectorItem[];
|
|
120
121
|
searchType: "none" | "inline" | "popup";
|
|
121
122
|
minLength: number;
|
|
123
|
+
closeAfterAppend: boolean;
|
|
122
124
|
}> & Omit<Readonly<{
|
|
123
125
|
modelValue: Props["modelValue"];
|
|
124
126
|
} & Props> & Readonly<{
|
|
125
127
|
onOpen?: (() => any) | undefined;
|
|
126
128
|
"onUpdate:modelValue"?: ((value: SelectorItem | SelectorItem[]) => any) | undefined;
|
|
127
129
|
onAppendItem?: ((item: SelectorItem) => any) | undefined;
|
|
128
|
-
}>, "resetCache" | ("size" | "openByFocusInput" | "items" | "searchType" | "minLength")> & ShallowUnwrapRef<{
|
|
130
|
+
}>, "resetCache" | ("size" | "openByFocusInput" | "items" | "searchType" | "minLength" | "closeAfterAppend")> & ShallowUnwrapRef<{
|
|
129
131
|
resetCache: (resetAPICache?: boolean) => void;
|
|
130
132
|
}> & {} & ComponentCustomProperties & {} & {
|
|
131
133
|
$slots: Readonly< Slots> & Slots;
|
|
@@ -88,6 +88,7 @@ declare const _default: DefineComponent<__VLS_PublicProps, {
|
|
|
88
88
|
items: Item[];
|
|
89
89
|
searchType: "none" | "inline" | "popup";
|
|
90
90
|
minLength: number;
|
|
91
|
+
closeAfterAppend: boolean;
|
|
91
92
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
92
93
|
beforeCreate?: (() => void) | (() => void)[];
|
|
93
94
|
created?: (() => void) | (() => void)[];
|
|
@@ -114,13 +115,14 @@ declare const _default: DefineComponent<__VLS_PublicProps, {
|
|
|
114
115
|
items: Item[];
|
|
115
116
|
searchType: "none" | "inline" | "popup";
|
|
116
117
|
minLength: number;
|
|
118
|
+
closeAfterAppend: boolean;
|
|
117
119
|
}> & Omit<Readonly<{
|
|
118
120
|
modelValue: Props["modelValue"];
|
|
119
121
|
} & Props> & Readonly<{
|
|
120
122
|
onOpen?: (() => any) | undefined;
|
|
121
123
|
"onUpdate:modelValue"?: ((value: Item | Item[]) => any) | undefined;
|
|
122
124
|
onAppendItem?: ((item: Item) => any) | undefined;
|
|
123
|
-
}>, "resetCache" | ("size" | "openByFocusInput" | "items" | "searchType" | "minLength")> & ShallowUnwrapRef<{
|
|
125
|
+
}>, "resetCache" | ("size" | "openByFocusInput" | "items" | "searchType" | "minLength" | "closeAfterAppend")> & ShallowUnwrapRef<{
|
|
124
126
|
resetCache: (resetAPICache?: boolean) => void;
|
|
125
127
|
}> & {} & ComponentCustomProperties & {} & {
|
|
126
128
|
$slots: Readonly< Slots> & Slots;
|