tsv2-library 1.1.2 → 1.1.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/dist/tsv2-library.es.js
CHANGED
|
@@ -38162,6 +38162,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
|
38162
38162
|
invalid: invalidInput.value,
|
|
38163
38163
|
options: visibleOptions3.value,
|
|
38164
38164
|
placeholder: dropdownPlaceholder.value,
|
|
38165
|
+
"virtual-scroller-options": visibleOptions3.value.length > 10 ? { itemSize: 32 } : void 0,
|
|
38165
38166
|
onChange: updateFieldValue,
|
|
38166
38167
|
onHide: _cache[1] || (_cache[1] = ($event) => isShowOverlay.value = false),
|
|
38167
38168
|
onShow: _cache[2] || (_cache[2] = ($event) => (_ctx.$emit("show"), isShowOverlay.value = true)),
|
|
@@ -38214,7 +38215,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
|
38214
38215
|
]),
|
|
38215
38216
|
key: "2"
|
|
38216
38217
|
} : void 0
|
|
38217
|
-
]), 1040, ["modelValue", "aria-describedby", "invalid", "options", "placeholder"]),
|
|
38218
|
+
]), 1040, ["modelValue", "aria-describedby", "invalid", "options", "placeholder", "virtual-scroller-options"]),
|
|
38218
38219
|
_ctx.$slots["addon-right"] ? (openBlock(), createBlock(unref(script$L), {
|
|
38219
38220
|
key: 1,
|
|
38220
38221
|
class: normalizeClass({
|
|
@@ -39274,7 +39275,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
|
39274
39275
|
const isDev = window.location.hostname.includes("dev");
|
|
39275
39276
|
const isStaging = window.location.hostname.includes("staging");
|
|
39276
39277
|
const isLocal = window.location.hostname.includes("localhost");
|
|
39277
|
-
const isCompanyProdTest = companyId === "
|
|
39278
|
+
const isCompanyProdTest = companyId === "2083038253983731712";
|
|
39278
39279
|
if (isTest && (isLocal || isDev || isStaging || isCompanyProdTest)) {
|
|
39279
39280
|
startScanForTest();
|
|
39280
39281
|
} else {
|
|
@@ -57641,6 +57642,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
57641
57642
|
placeholder: multiSelectPlaceholder.value,
|
|
57642
57643
|
"selected-items-label": props.selectedItemsLabel,
|
|
57643
57644
|
"show-toggle-all": props.filter,
|
|
57645
|
+
"virtual-scroller-options": visibleOptions3.value.length > 10 ? { itemSize: 32 } : void 0,
|
|
57644
57646
|
onHide: _cache[1] || (_cache[1] = ($event) => (isShowOverlay.value = false, _ctx.$emit("hide"))),
|
|
57645
57647
|
onShow: _cache[2] || (_cache[2] = ($event) => (_ctx.$emit("show"), isShowOverlay.value = true))
|
|
57646
57648
|
}), createSlots({
|
|
@@ -57681,7 +57683,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
57681
57683
|
]),
|
|
57682
57684
|
key: "0"
|
|
57683
57685
|
} : void 0
|
|
57684
|
-
]), 1040, ["modelValue", "aria-describedby", "class", "display", "max-selected-labels", "options", "placeholder", "selected-items-label", "show-toggle-all"]),
|
|
57686
|
+
]), 1040, ["modelValue", "aria-describedby", "class", "display", "max-selected-labels", "options", "placeholder", "selected-items-label", "show-toggle-all", "virtual-scroller-options"]),
|
|
57685
57687
|
renderSlot(_ctx.$slots, "trigger", {
|
|
57686
57688
|
disabled: props.disabled
|
|
57687
57689
|
}, () => [
|