@topvisor/ui 1.4.3-fixGroupSelector.1 → 1.4.3-fixGroupSelector.2
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-BFldQm5e.es.js +519 -0
- package/.chunks/policy.vue_vue_type_style_index_0_lang-BFldQm5e.es.js.map +1 -0
- package/.chunks/policy.vue_vue_type_style_index_0_lang-CR-aHxza.amd.js +2 -0
- package/.chunks/policy.vue_vue_type_style_index_0_lang-CR-aHxza.amd.js.map +1 -0
- 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 +3 -1
- package/project/project.js.map +1 -1
- package/src/components/formsExt/selector2/composables/useMenu.d.ts +1 -1
- package/src/components/formsExt/selector2/types.d.ts +6 -0
- package/src/components/project/groupSelector/groups/groups.vue.d.ts +1 -0
- package/src/components/project/project.d.ts +1 -0
- package/src/components/project/projectSelector/projectSelector.vue.d.ts +1 -0
- package/.chunks/policy.vue_vue_type_style_index_0_lang-BavS2pf9.es.js +0 -517
- package/.chunks/policy.vue_vue_type_style_index_0_lang-BavS2pf9.es.js.map +0 -1
- package/.chunks/policy.vue_vue_type_style_index_0_lang-gH1s78kS.amd.js +0 -2
- package/.chunks/policy.vue_vue_type_style_index_0_lang-gH1s78kS.amd.js.map +0 -1
package/project/project.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import { defineComponent as K, mergeModels as G, useModel as P, computed as E, createElementBlock as j, openBlock as h, createBlock as A, unref as v, withCtx as B, Fragment as F, renderList as pe, normalizeClass as oe, createElementVNode as N, toDisplayString as b, createVNode as U, createTextVNode as W, toValue as be, ref as _, watch as L, createCommentVNode as M, reactive as De, resolveComponent as Fe, shallowRef as qe, onMounted as et, withModifiers as H, isRef as Pe, mergeProps as We, withKeys as Ee, nextTick as tt, resolveDirective as ot, withDirectives as at, resolveDynamicComponent as lt, renderSlot as nt, createSlots as rt } from "vue";
|
|
7
7
|
import { u as w, C as X, e as ee, q as xe, d as it } from "../.chunks/forms-BpbQYyEQ.es.js";
|
|
8
8
|
import { _ as je, b as Ae, a as dt } from "../.chunks/popupHint.vue_vue_type_style_index_0_lang-if4Qli-k.es.js";
|
|
9
|
-
import { a as st, _ as Be, b as He, c as Je, I as ye } from "../.chunks/policy.vue_vue_type_style_index_0_lang-
|
|
9
|
+
import { a as st, _ as Be, b as He, c as Je, I as ye } from "../.chunks/policy.vue_vue_type_style_index_0_lang-BFldQm5e.es.js";
|
|
10
10
|
import { u as ut } from "../.chunks/utils-MzIaxkRQ.es.js";
|
|
11
11
|
import { getSearcherGIcon as ct, getLangLabel as ft, getDeviceGIcon as gt } from "../utils/searchers.js";
|
|
12
12
|
import "../.chunks/core-DoIr-EAf.es.js";
|
|
@@ -1104,6 +1104,7 @@ const Mt = /* @__PURE__ */ K({
|
|
|
1104
1104
|
apiSetSearchParams: d.value === "api" ? (...p) => v(Qt)(...p) : void 0,
|
|
1105
1105
|
useCache: "",
|
|
1106
1106
|
appendSearchToResult: "",
|
|
1107
|
+
appendSearchAllowDuplicate: "",
|
|
1107
1108
|
appendSearchToResultCond: v(mt),
|
|
1108
1109
|
appendWithoutSelect: "",
|
|
1109
1110
|
buttonProps: e.buttonProps,
|
|
@@ -1637,6 +1638,7 @@ export {
|
|
|
1637
1638
|
_o as TopTagSelector,
|
|
1638
1639
|
fo as TopTagSelectorPopupOpener,
|
|
1639
1640
|
Te as TopTagSelectorTagIcon,
|
|
1641
|
+
to as clearCache,
|
|
1640
1642
|
At as dialogRegionSelector,
|
|
1641
1643
|
jt as findRegion,
|
|
1642
1644
|
Eo as genElTopTagSelectorPopupOpener,
|