@dcodegroup-au/dsg-vue 0.0.32 → 0.0.33
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/{DsgTablePerPage.vue_vue_type_style_index_0_lang-BZcdFc4A.js → DsgTablePerPage.vue_vue_type_style_index_0_lang-vCgh5rQK.js} +2 -1
- package/dist/components/Elements/DsgInputSelect.vue.d.ts +1 -1
- package/dist/dsg-vue.cjs +1 -1
- package/dist/dsg-vue.esm.js +377 -369
- package/dist/dsg-vue.table.esm.js +1 -1
- package/dist/main.d.ts +2 -2
- package/package.json +4 -4
|
@@ -10959,6 +10959,7 @@ function eF(e, t = {}) {
|
|
|
10959
10959
|
function P3(e) {
|
|
10960
10960
|
return Array.isArray(e) ? e : [e];
|
|
10961
10961
|
}
|
|
10962
|
+
// @__NO_SIDE_EFFECTS__
|
|
10962
10963
|
function tF(e, t = 200, n = {}) {
|
|
10963
10964
|
return JN(
|
|
10964
10965
|
eF(t, n),
|
|
@@ -22458,7 +22459,7 @@ const OX = /* @__PURE__ */ O5(SX), LX = (e = window.location.href) => {
|
|
|
22458
22459
|
) : j.results = j.results.concat(
|
|
22459
22460
|
I.filter((w) => !w.count && !w.selected).sort((w, T) => w.label > T.label ? 1 : -1)
|
|
22460
22461
|
);
|
|
22461
|
-
}, k = tF((j, I) => {
|
|
22462
|
+
}, k = /* @__PURE__ */ tF((j, I) => {
|
|
22462
22463
|
const w = !I || I === "" ? null : I;
|
|
22463
22464
|
j.searchTerm = w;
|
|
22464
22465
|
const T = j.searchTerm?.toLowerCase().trim();
|
|
@@ -56,11 +56,11 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
56
56
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
57
57
|
"onUpdate:model-value"?: ((value: any) => any) | undefined;
|
|
58
58
|
onTag?: ((label: any, id: string | number) => any) | undefined;
|
|
59
|
-
"onUpdate:single"?: ((value: any) => any) | undefined;
|
|
60
59
|
"onSearch-change"?: ((queryTerm: string) => any) | undefined;
|
|
61
60
|
onOpen?: ((id: string | number) => any) | undefined;
|
|
62
61
|
onClose?: ((value: any, id: string | number) => any) | undefined;
|
|
63
62
|
onRemove?: ((value: any, id: string | number) => any) | undefined;
|
|
63
|
+
"onUpdate:single"?: ((value: any) => any) | undefined;
|
|
64
64
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
65
65
|
dsgInputSelectEl: HTMLDivElement;
|
|
66
66
|
multiselectEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue-multiselect').ComponentProps>, {}, {}, {}, {
|