@g1cloud/bluesea 5.0.0-beta.3 → 5.0.0-beta.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/{BSAlertModal-xBi30_WT.js → BSAlertModal-BsYimMJ_.js} +1 -1
- package/dist/{BSGridColumnSettingModal-CGOmNxYg.js → BSGridColumnSettingModal-BEB2-Ux4.js} +1 -1
- package/dist/{BSRichTextMaximizedModal-bwfs_ETq.js → BSRichTextMaximizedModal-LB8VUZme.js} +1 -1
- package/dist/{BSYesNoModal-g_jspSyV.js → BSYesNoModal-Cc1Nki9Z.js} +1 -1
- package/dist/{BSYoutubeInputModal-gxqSatHw.js → BSYoutubeInputModal-BJ1snN1M.js} +1 -1
- package/dist/{ImageInsertModal-BjQMX1aF.js → ImageInsertModal-CO6NeKVX.js} +2 -2
- package/dist/{ImageProperties.vue_vue_type_script_setup_true_lang-DngZdEN7.js → ImageProperties.vue_vue_type_script_setup_true_lang-DUkL-qju.js} +1 -1
- package/dist/{ImagePropertiesModal-BVMSRdqN.js → ImagePropertiesModal-NMjlJ5hA.js} +2 -2
- package/dist/{LinkPropertiesModal-CjQMdxnd.js → LinkPropertiesModal-CFQucomV.js} +1 -1
- package/dist/{TableInsertModal-W9oMIgb_.js → TableInsertModal-D0cHwmgl.js} +1 -1
- package/dist/{TablePropertiesModal-rKhKzzYG.js → TablePropertiesModal-H8Ohz-Xv.js} +1 -1
- package/dist/{VideoInsertModal-DMtZM5vy.js → VideoInsertModal-DR06SKIA.js} +2 -2
- package/dist/{VideoProperties.vue_vue_type_script_setup_true_lang-CbE-PZdm.js → VideoProperties.vue_vue_type_script_setup_true_lang-BOCeOQVe.js} +1 -1
- package/dist/{VideoPropertiesModal-CLkvzq3Y.js → VideoPropertiesModal-BvwmSEP-.js} +2 -2
- package/dist/{YoutubeInsertModal-4_qANoY5.js → YoutubeInsertModal-CL4QiU4m.js} +2 -2
- package/dist/{YoutubeProperties.vue_vue_type_script_setup_true_lang-B-LT9GYf.js → YoutubeProperties.vue_vue_type_script_setup_true_lang-BpRF2WTd.js} +1 -1
- package/dist/{YoutubePropertiesModal-BKwZsK6d.js → YoutubePropertiesModal-DaHvv9Df.js} +2 -2
- package/dist/bluesea.js +1 -1
- package/dist/bluesea.umd.cjs +94 -61
- package/dist/component/tree/BSTree.vue.d.ts +3 -0
- package/dist/{index-BQZ3zTp7.js → index-Bx4oDJu3.js} +110 -77
- package/dist/model/CommonTypes.d.ts +1 -1
- package/package.json +1 -1
package/dist/bluesea.umd.cjs
CHANGED
|
@@ -583,7 +583,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
583
583
|
waitDuring,
|
|
584
584
|
tryUntil
|
|
585
585
|
};
|
|
586
|
-
const _hoisted_1$
|
|
586
|
+
const _hoisted_1$1F = ["data-popup-id"];
|
|
587
587
|
const ADJUST_OFFSET = 8;
|
|
588
588
|
const _sfc_main$1Z = /* @__PURE__ */ vue.defineComponent({
|
|
589
589
|
__name: "BSPopup",
|
|
@@ -768,7 +768,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
768
768
|
onKeydown: _cache[1] || (_cache[1] = ($event) => emit("keydown", $event))
|
|
769
769
|
}, [
|
|
770
770
|
vue.renderSlot(_ctx.$slots, "default")
|
|
771
|
-
], 46, _hoisted_1$
|
|
771
|
+
], 46, _hoisted_1$1F)
|
|
772
772
|
]),
|
|
773
773
|
_: 3
|
|
774
774
|
})
|
|
@@ -810,7 +810,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
810
810
|
});
|
|
811
811
|
};
|
|
812
812
|
};
|
|
813
|
-
const _hoisted_1$
|
|
813
|
+
const _hoisted_1$1E = {
|
|
814
814
|
key: 0,
|
|
815
815
|
class: "popup-search pa-4"
|
|
816
816
|
};
|
|
@@ -975,7 +975,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
975
975
|
onKeydown: vue.withKeys(vue.withModifiers(handleKeyboard, ["stop", "prevent"]), ["enter", "down", "up"])
|
|
976
976
|
}, {
|
|
977
977
|
default: vue.withCtx(() => [
|
|
978
|
-
actualShowSearch.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
978
|
+
actualShowSearch.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1E, [
|
|
979
979
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
980
980
|
type: "text",
|
|
981
981
|
onInput: setSearchKeyword,
|
|
@@ -1370,7 +1370,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
1370
1370
|
return this.isModified(this.valueProvider.getCurrentValue());
|
|
1371
1371
|
}
|
|
1372
1372
|
}
|
|
1373
|
-
const _hoisted_1$
|
|
1373
|
+
const _hoisted_1$1D = { key: 0 };
|
|
1374
1374
|
const _sfc_main$1X = /* @__PURE__ */ vue.defineComponent({
|
|
1375
1375
|
__name: "ValidationErrors",
|
|
1376
1376
|
props: {
|
|
@@ -1379,7 +1379,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
1379
1379
|
},
|
|
1380
1380
|
setup(__props) {
|
|
1381
1381
|
return (_ctx, _cache) => {
|
|
1382
|
-
return !_ctx.hideErrorMessage && _ctx.errors && _ctx.errors.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
1382
|
+
return !_ctx.hideErrorMessage && _ctx.errors && _ctx.errors.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1D, [
|
|
1383
1383
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.errors, (error) => {
|
|
1384
1384
|
return vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", {
|
|
1385
1385
|
key: error.code,
|
|
@@ -1426,7 +1426,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
1426
1426
|
}
|
|
1427
1427
|
return defaultKey(item);
|
|
1428
1428
|
};
|
|
1429
|
-
const _hoisted_1$
|
|
1429
|
+
const _hoisted_1$1C = ["tabindex", "onKeydown"];
|
|
1430
1430
|
const _hoisted_2$1f = { key: 0 };
|
|
1431
1431
|
const _hoisted_3$M = {
|
|
1432
1432
|
key: 0,
|
|
@@ -1619,7 +1619,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
1619
1619
|
"hide-error-message": _ctx.hideErrorMessage
|
|
1620
1620
|
}, null, 8, ["errors", "hide-error-message"])) : vue.createCommentVNode("", true)
|
|
1621
1621
|
], 64))
|
|
1622
|
-
], 42, _hoisted_1$
|
|
1622
|
+
], 42, _hoisted_1$1C)), [
|
|
1623
1623
|
[vue.unref(vClickOutside), () => togglePopup(false)]
|
|
1624
1624
|
]);
|
|
1625
1625
|
};
|
|
@@ -1722,7 +1722,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
1722
1722
|
const createContextMenuPlugin = () => {
|
|
1723
1723
|
return new BSContextMenuPlugin();
|
|
1724
1724
|
};
|
|
1725
|
-
const _hoisted_1$
|
|
1725
|
+
const _hoisted_1$1B = ["data-menu-id"];
|
|
1726
1726
|
const _hoisted_2$1e = ["href", "target"];
|
|
1727
1727
|
const _hoisted_3$L = ["data-menu-id"];
|
|
1728
1728
|
const _hoisted_4$v = ["data-menu-id", "onMouseenter", "onClick"];
|
|
@@ -1808,7 +1808,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
1808
1808
|
}, null, 8, _hoisted_2$1e), [
|
|
1809
1809
|
[vue.unref(vT), menu.caption]
|
|
1810
1810
|
])
|
|
1811
|
-
], 8, _hoisted_1$
|
|
1811
|
+
], 8, _hoisted_1$1B)) : menu.type === "route" ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
1812
1812
|
key: 3,
|
|
1813
1813
|
"data-menu-id": menu.menuId,
|
|
1814
1814
|
class: "menu no-padding",
|
|
@@ -2022,7 +2022,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
2022
2022
|
};
|
|
2023
2023
|
}
|
|
2024
2024
|
});
|
|
2025
|
-
const _hoisted_1$
|
|
2025
|
+
const _hoisted_1$1A = {
|
|
2026
2026
|
key: 0,
|
|
2027
2027
|
class: "view-mode"
|
|
2028
2028
|
};
|
|
@@ -2187,7 +2187,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
2187
2187
|
class: vue.normalizeClass([{ required: _ctx.required, disabled: _ctx.disabled, modified: modified.value, error: vue.unref(errors).length > 0 }, "bs-text-input"]),
|
|
2188
2188
|
style: vue.normalizeStyle({ width: _ctx.width })
|
|
2189
2189
|
}, [
|
|
2190
|
-
_ctx.viewMode ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
2190
|
+
_ctx.viewMode ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1A, [
|
|
2191
2191
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(getPrefixSuffixList(_ctx.prefix), (item) => {
|
|
2192
2192
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
2193
2193
|
item.type === "text" ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("span", {
|
|
@@ -2290,7 +2290,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
2290
2290
|
};
|
|
2291
2291
|
}
|
|
2292
2292
|
});
|
|
2293
|
-
const _hoisted_1$
|
|
2293
|
+
const _hoisted_1$1z = { class: "bs-link bs-layout-horizontal-inline flex-align-center" };
|
|
2294
2294
|
const _hoisted_2$1c = ["href", "target"];
|
|
2295
2295
|
const _sfc_main$1R = /* @__PURE__ */ vue.defineComponent({
|
|
2296
2296
|
__name: "BSLink",
|
|
@@ -2301,7 +2301,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
2301
2301
|
},
|
|
2302
2302
|
setup(__props) {
|
|
2303
2303
|
return (_ctx, _cache) => {
|
|
2304
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
2304
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1z, [
|
|
2305
2305
|
_cache[0] || (_cache[0] = vue.createElementVNode("span", { class: "font-icon mr-4" }, "link", -1)),
|
|
2306
2306
|
vue.withDirectives(vue.createElementVNode("a", {
|
|
2307
2307
|
href: _ctx.path,
|
|
@@ -2314,7 +2314,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
2314
2314
|
}
|
|
2315
2315
|
});
|
|
2316
2316
|
const BSLink = /* @__PURE__ */ _export_sfc(_sfc_main$1R, [["__scopeId", "data-v-29df56e5"]]);
|
|
2317
|
-
const _hoisted_1$
|
|
2317
|
+
const _hoisted_1$1y = {
|
|
2318
2318
|
key: 0,
|
|
2319
2319
|
class: "show-percent",
|
|
2320
2320
|
style: { "left": "100%" }
|
|
@@ -2353,7 +2353,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
2353
2353
|
style: vue.normalizeStyle({ width: calculateProgress.value + "%" }),
|
|
2354
2354
|
class: "inner-progressbar"
|
|
2355
2355
|
}, [
|
|
2356
|
-
calculateProgress.value !== void 0 && calculateProgress.value < 50 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$
|
|
2356
|
+
calculateProgress.value !== void 0 && calculateProgress.value < 50 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$1y, vue.toDisplayString(calculatePercent.value) + "% ", 1)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$1b, vue.toDisplayString(calculatePercent.value) + "% ", 1))
|
|
2357
2357
|
], 4)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$J, _cache[0] || (_cache[0] = [
|
|
2358
2358
|
vue.createElementVNode("div", { class: "in-box" }, null, -1)
|
|
2359
2359
|
])))
|
|
@@ -2383,9 +2383,9 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
2383
2383
|
});
|
|
2384
2384
|
const BSConsole = /* @__PURE__ */ _export_sfc(_sfc_main$1P, [["__scopeId", "data-v-f33a4477"]]);
|
|
2385
2385
|
const _sfc_main$1O = {};
|
|
2386
|
-
const _hoisted_1$
|
|
2386
|
+
const _hoisted_1$1x = { class: "bs-loading-icon" };
|
|
2387
2387
|
function _sfc_render$1(_ctx, _cache) {
|
|
2388
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
2388
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1x, _cache[0] || (_cache[0] = [
|
|
2389
2389
|
vue.createElementVNode("span", { class: "font-icon" }, "progress_activity", -1)
|
|
2390
2390
|
]));
|
|
2391
2391
|
}
|
|
@@ -2660,7 +2660,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
2660
2660
|
return tmp.textContent || tmp.innerText;
|
|
2661
2661
|
}
|
|
2662
2662
|
};
|
|
2663
|
-
const _hoisted_1$
|
|
2663
|
+
const _hoisted_1$1w = { class: "bs-date" };
|
|
2664
2664
|
const _sfc_main$1N = /* @__PURE__ */ vue.defineComponent({
|
|
2665
2665
|
__name: "BSDate",
|
|
2666
2666
|
props: {
|
|
@@ -2672,11 +2672,11 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
2672
2672
|
const props = __props;
|
|
2673
2673
|
const formatted = vue.computed(() => formatUtil.formatDateString(props.value, props.format, props.timeZone));
|
|
2674
2674
|
return (_ctx, _cache) => {
|
|
2675
|
-
return vue.openBlock(), vue.createElementBlock("span", _hoisted_1$
|
|
2675
|
+
return vue.openBlock(), vue.createElementBlock("span", _hoisted_1$1w, vue.toDisplayString(formatted.value), 1);
|
|
2676
2676
|
};
|
|
2677
2677
|
}
|
|
2678
2678
|
});
|
|
2679
|
-
const _hoisted_1$
|
|
2679
|
+
const _hoisted_1$1v = { class: "page-navigation" };
|
|
2680
2680
|
const _hoisted_2$1a = ["data-page", "onClick"];
|
|
2681
2681
|
const _sfc_main$1M = /* @__PURE__ */ vue.defineComponent({
|
|
2682
2682
|
__name: "BSPageNavigation",
|
|
@@ -2738,7 +2738,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
2738
2738
|
}
|
|
2739
2739
|
};
|
|
2740
2740
|
return (_ctx, _cache) => {
|
|
2741
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
2741
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1v, [
|
|
2742
2742
|
vue.createElementVNode("span", {
|
|
2743
2743
|
class: vue.normalizeClass([{ "disabled": isFirstSet.value }, "font-icon first"]),
|
|
2744
2744
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => !isFirstSet.value && goToPage(1), ["prevent"]))
|
|
@@ -2767,7 +2767,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
2767
2767
|
};
|
|
2768
2768
|
}
|
|
2769
2769
|
});
|
|
2770
|
-
const _hoisted_1$
|
|
2770
|
+
const _hoisted_1$1u = { class: "bs-calendar bs-layout-vertical-inline" };
|
|
2771
2771
|
const _hoisted_2$19 = { class: "bs-layout-horizontal justify-content-between align-items-center gap-8" };
|
|
2772
2772
|
const _hoisted_3$I = { class: "year-month bs-layout-horizontal gap-4" };
|
|
2773
2773
|
const _hoisted_4$t = { class: "timezone" };
|
|
@@ -2957,7 +2957,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
2957
2957
|
}
|
|
2958
2958
|
};
|
|
2959
2959
|
return (_ctx, _cache) => {
|
|
2960
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
2960
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1u, [
|
|
2961
2961
|
vue.createElementVNode("div", _hoisted_2$19, [
|
|
2962
2962
|
vue.createElementVNode("div", _hoisted_3$I, [
|
|
2963
2963
|
vue.createVNode(BSButton, {
|
|
@@ -3014,7 +3014,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
3014
3014
|
}), 128))
|
|
3015
3015
|
])
|
|
3016
3016
|
], 2),
|
|
3017
|
-
|
|
3017
|
+
["HOUR", "MINUTE_10", "MINUTE", "SECOND"].includes(_ctx.resolution) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$5, [
|
|
3018
3018
|
vue.createElementVNode("div", _hoisted_8$3, [
|
|
3019
3019
|
vue.createVNode(_sfc_main$1W, {
|
|
3020
3020
|
disabled: _ctx.disabled,
|
|
@@ -3049,7 +3049,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
3049
3049
|
};
|
|
3050
3050
|
}
|
|
3051
3051
|
});
|
|
3052
|
-
const _hoisted_1$
|
|
3052
|
+
const _hoisted_1$1t = { class: "bs-calendar-range bs-layout-horizontal" };
|
|
3053
3053
|
const _hoisted_2$18 = { class: "bs-layout-vertical" };
|
|
3054
3054
|
const _hoisted_3$H = { class: "bs-layout-horizontal align-items-center" };
|
|
3055
3055
|
const _hoisted_4$s = {
|
|
@@ -3097,7 +3097,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
3097
3097
|
};
|
|
3098
3098
|
const displayTimeZones = vue.computed(() => [actualTimeZone.value, ...blueseaConfig.getValidDisplayTimeZones()]);
|
|
3099
3099
|
return (_ctx, _cache) => {
|
|
3100
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
3100
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1t, [
|
|
3101
3101
|
vue.createElementVNode("div", _hoisted_2$18, [
|
|
3102
3102
|
vue.createElementVNode("div", _hoisted_3$H, [
|
|
3103
3103
|
vue.createVNode(_sfc_main$1L, {
|
|
@@ -3155,7 +3155,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
3155
3155
|
};
|
|
3156
3156
|
}
|
|
3157
3157
|
});
|
|
3158
|
-
const _hoisted_1$
|
|
3158
|
+
const _hoisted_1$1s = {
|
|
3159
3159
|
key: 0,
|
|
3160
3160
|
class: "view-mode"
|
|
3161
3161
|
};
|
|
@@ -3278,7 +3278,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
3278
3278
|
class: vue.normalizeClass([{ required: _ctx.required, disabled: _ctx.disabled, modified: modified.value, error: vue.unref(errors).length > 0 }, "bs-number-input"]),
|
|
3279
3279
|
style: vue.normalizeStyle({ width: _ctx.width })
|
|
3280
3280
|
}, [
|
|
3281
|
-
_ctx.viewMode ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
3281
|
+
_ctx.viewMode ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1s, [
|
|
3282
3282
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(componentUtil).toMultiLangTextArray(_ctx.prefix), (text) => {
|
|
3283
3283
|
return vue.withDirectives((vue.openBlock(), vue.createElementBlock("span", {
|
|
3284
3284
|
key: JSON.stringify(text),
|
|
@@ -3344,7 +3344,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
3344
3344
|
};
|
|
3345
3345
|
}
|
|
3346
3346
|
});
|
|
3347
|
-
const _hoisted_1$
|
|
3347
|
+
const _hoisted_1$1r = {
|
|
3348
3348
|
key: 0,
|
|
3349
3349
|
class: "view-mode"
|
|
3350
3350
|
};
|
|
@@ -3476,7 +3476,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
3476
3476
|
class: vue.normalizeClass([{ required: _ctx.required, disabled: _ctx.disabled, modified: modified.value, error: vue.unref(errors).length > 0 }, "bs-price-input"]),
|
|
3477
3477
|
style: vue.normalizeStyle({ width: _ctx.width })
|
|
3478
3478
|
}, [
|
|
3479
|
-
_ctx.viewMode ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
3479
|
+
_ctx.viewMode ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1r, [
|
|
3480
3480
|
vue.createElementVNode("span", {
|
|
3481
3481
|
class: "price mr-4",
|
|
3482
3482
|
textContent: vue.toDisplayString(_ctx.formatInViewMode ? formattedStringValue.value : vue.unref(stringValue))
|
|
@@ -3701,7 +3701,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
3701
3701
|
yellow: "#FFFF00",
|
|
3702
3702
|
yellowgreen: "#9ACD32"
|
|
3703
3703
|
};
|
|
3704
|
-
const _hoisted_1$
|
|
3704
|
+
const _hoisted_1$1q = {
|
|
3705
3705
|
key: 0,
|
|
3706
3706
|
class: "bs-layout-horizontal gap-4 align-items-center view-mode"
|
|
3707
3707
|
};
|
|
@@ -3802,7 +3802,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
3802
3802
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
3803
3803
|
class: vue.normalizeClass([{ required: _ctx.required, disabled: _ctx.disabled, modified: modified.value, error: vue.unref(errors).length > 0 }, "bs-color-input bs-layout-vertical-inline"])
|
|
3804
3804
|
}, [
|
|
3805
|
-
_ctx.viewMode ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
3805
|
+
_ctx.viewMode ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1q, [
|
|
3806
3806
|
vue.createElementVNode("span", {
|
|
3807
3807
|
style: vue.normalizeStyle({ "background-color": vue.unref(stringValue) }),
|
|
3808
3808
|
class: "color-preview"
|
|
@@ -3848,6 +3848,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
3848
3848
|
const dateInputFormatByResolution = (resolution) => {
|
|
3849
3849
|
if (resolution === "DAY") return "YYYYMMDD";
|
|
3850
3850
|
else if (resolution === "HOUR") return "YYYYMMDDHH";
|
|
3851
|
+
else if (resolution === "SECOND") return "YYYYMMDDHHmmss";
|
|
3851
3852
|
else return "YYYYMMDDHHmm";
|
|
3852
3853
|
};
|
|
3853
3854
|
const convertInputToDateString = (str, inputFormat, endTime, resolution, inputTimeZone, minDateValue, maxDateValue) => {
|
|
@@ -3899,7 +3900,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
3899
3900
|
const normalizeDateInput = (value) => {
|
|
3900
3901
|
return value.replace(/[^\d-]/g, "");
|
|
3901
3902
|
};
|
|
3902
|
-
const _hoisted_1$
|
|
3903
|
+
const _hoisted_1$1p = { class: "bs-layout-vertical px-16 py-8" };
|
|
3903
3904
|
const _hoisted_2$14 = { class: "bs-layout-horizontal justify-content-center align-items-center gap-8 mt-8 mb-8" };
|
|
3904
3905
|
const _sfc_main$1G = /* @__PURE__ */ vue.defineComponent({
|
|
3905
3906
|
__name: "BSDateInputPopup",
|
|
@@ -3938,7 +3939,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
3938
3939
|
}, ["stop"]))
|
|
3939
3940
|
}, {
|
|
3940
3941
|
default: vue.withCtx(() => [
|
|
3941
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
3942
|
+
vue.createElementVNode("div", _hoisted_1$1p, [
|
|
3942
3943
|
vue.createVNode(_sfc_main$1L, {
|
|
3943
3944
|
modelValue: date.value,
|
|
3944
3945
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => date.value = $event),
|
|
@@ -3969,7 +3970,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
3969
3970
|
};
|
|
3970
3971
|
}
|
|
3971
3972
|
});
|
|
3972
|
-
const _hoisted_1$
|
|
3973
|
+
const _hoisted_1$1o = {
|
|
3973
3974
|
key: 0,
|
|
3974
3975
|
class: "view-mode"
|
|
3975
3976
|
};
|
|
@@ -4034,6 +4035,19 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4034
4035
|
);
|
|
4035
4036
|
return formatUtil.formatDateString(date, props.displayFormat, displayTimeZone);
|
|
4036
4037
|
};
|
|
4038
|
+
const viewModeValue = vue.computed(() => viewModeTimeZoneValue(actualTimeZone.value));
|
|
4039
|
+
const viewModeTimeZoneValue = (displayTimeZone) => {
|
|
4040
|
+
const date = convertInputToDateString(
|
|
4041
|
+
props.modelValue,
|
|
4042
|
+
"SECOND",
|
|
4043
|
+
props.endTime,
|
|
4044
|
+
"SECOND",
|
|
4045
|
+
actualTimeZone.value,
|
|
4046
|
+
props.minDateValue,
|
|
4047
|
+
props.maxDateValue
|
|
4048
|
+
);
|
|
4049
|
+
return formatUtil.formatDateString(date, props.displayFormat, displayTimeZone);
|
|
4050
|
+
};
|
|
4037
4051
|
const maxlength = vue.computed(() => inputFormat.value.length);
|
|
4038
4052
|
const rootRef = vue.useTemplateRef("root");
|
|
4039
4053
|
const field = vue.ref();
|
|
@@ -4130,8 +4144,8 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4130
4144
|
style: vue.normalizeStyle({ width: _ctx.width }),
|
|
4131
4145
|
onKeydown: _cache[2] || (_cache[2] = vue.withKeys(vue.withModifiers(() => togglePopup(false), ["stop", "prevent"]), ["esc"]))
|
|
4132
4146
|
}, [
|
|
4133
|
-
_ctx.viewMode ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
4134
|
-
vue.createElementVNode("span", null, vue.toDisplayString(
|
|
4147
|
+
_ctx.viewMode ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1o, [
|
|
4148
|
+
vue.createElementVNode("span", null, vue.toDisplayString(viewModeValue.value), 1)
|
|
4135
4149
|
])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$13, [
|
|
4136
4150
|
vue.createElementVNode("span", {
|
|
4137
4151
|
class: vue.normalizeClass([{ "bs-clickable": !_ctx.disabled }, "font-icon"]),
|
|
@@ -4195,7 +4209,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4195
4209
|
};
|
|
4196
4210
|
}
|
|
4197
4211
|
});
|
|
4198
|
-
const _hoisted_1$
|
|
4212
|
+
const _hoisted_1$1n = { class: "bs-layout-vertical px-16 py-8" };
|
|
4199
4213
|
const _hoisted_2$12 = { class: "bs-layout-horizontal justify-content-end align-items-center gap-8 mt-16 mb-8" };
|
|
4200
4214
|
const _sfc_main$1E = /* @__PURE__ */ vue.defineComponent({
|
|
4201
4215
|
__name: "BSDateRangeInputPopup",
|
|
@@ -4235,7 +4249,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4235
4249
|
}, ["stop"]))
|
|
4236
4250
|
}, {
|
|
4237
4251
|
default: vue.withCtx(() => [
|
|
4238
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
4252
|
+
vue.createElementVNode("div", _hoisted_1$1n, [
|
|
4239
4253
|
vue.createVNode(_sfc_main$1K, {
|
|
4240
4254
|
from: fromValue.value,
|
|
4241
4255
|
"onUpdate:from": _cache[0] || (_cache[0] = ($event) => fromValue.value = $event),
|
|
@@ -4270,7 +4284,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4270
4284
|
};
|
|
4271
4285
|
}
|
|
4272
4286
|
});
|
|
4273
|
-
const _hoisted_1$
|
|
4287
|
+
const _hoisted_1$1m = {
|
|
4274
4288
|
key: 0,
|
|
4275
4289
|
class: "view-mode"
|
|
4276
4290
|
};
|
|
@@ -4324,7 +4338,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4324
4338
|
const emit = __emit;
|
|
4325
4339
|
const rootRef = vue.useTemplateRef("root");
|
|
4326
4340
|
const formattedDateRange = vue.computed(() => {
|
|
4327
|
-
return `${
|
|
4341
|
+
return `${viewModeFrom.value} ~ ${viewModeTo.value}`;
|
|
4328
4342
|
});
|
|
4329
4343
|
const actualTimeZone = vue.computed(() => props.timeZone || blueseaConfig.timeZone);
|
|
4330
4344
|
const inputFormat = vue.computed(() => dateInputFormatByResolution(props.resolution));
|
|
@@ -4350,11 +4364,12 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4350
4364
|
const focusedTo = vue.ref(false);
|
|
4351
4365
|
const formattedFrom = vue.computed(() => formattedTimeZoneFrom(actualTimeZone.value));
|
|
4352
4366
|
const formattedTimeZoneFrom = (timeZone) => {
|
|
4367
|
+
const resolution = props.resolution === "MINUTE_10" ? "MINUTE" : props.resolution;
|
|
4353
4368
|
const date = convertInputToDateString(
|
|
4354
4369
|
stringValueFrom.value,
|
|
4355
4370
|
inputFormat.value,
|
|
4356
4371
|
false,
|
|
4357
|
-
|
|
4372
|
+
resolution,
|
|
4358
4373
|
actualTimeZone.value,
|
|
4359
4374
|
props.minDateValue,
|
|
4360
4375
|
props.maxDateValue
|
|
@@ -4374,6 +4389,20 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4374
4389
|
);
|
|
4375
4390
|
return formatUtil.formatDateString(date, props.displayFormat, timeZone);
|
|
4376
4391
|
};
|
|
4392
|
+
const viewModeFrom = vue.computed(() => viewModeTimeZoneValue(props.fromValue, false, actualTimeZone.value));
|
|
4393
|
+
const viewModeTo = vue.computed(() => viewModeTimeZoneValue(props.toValue, true, actualTimeZone.value));
|
|
4394
|
+
const viewModeTimeZoneValue = (value, endTime, displayTimeZone) => {
|
|
4395
|
+
const date = convertInputToDateString(
|
|
4396
|
+
value,
|
|
4397
|
+
"SECOND",
|
|
4398
|
+
endTime,
|
|
4399
|
+
"SECOND",
|
|
4400
|
+
actualTimeZone.value,
|
|
4401
|
+
props.minDateValue,
|
|
4402
|
+
props.maxDateValue
|
|
4403
|
+
);
|
|
4404
|
+
return formatUtil.formatDateString(date, props.displayFormat, displayTimeZone);
|
|
4405
|
+
};
|
|
4377
4406
|
const maxlength = vue.computed(() => inputFormat.value.length);
|
|
4378
4407
|
const disabled = vue.computed(() => props.disabledFrom && props.disabledTo);
|
|
4379
4408
|
const fieldFrom = vue.ref();
|
|
@@ -4563,7 +4592,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4563
4592
|
style: vue.normalizeStyle({ width: _ctx.width }),
|
|
4564
4593
|
onKeydown: _cache[2] || (_cache[2] = vue.withKeys(vue.withModifiers(() => togglePopup(false), ["stop", "prevent"]), ["esc"]))
|
|
4565
4594
|
}, [
|
|
4566
|
-
_ctx.viewMode ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
4595
|
+
_ctx.viewMode ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1m, [
|
|
4567
4596
|
vue.createElementVNode("span", null, vue.toDisplayString(formattedDateRange.value), 1)
|
|
4568
4597
|
])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$11, [
|
|
4569
4598
|
vue.createElementVNode("span", {
|
|
@@ -4717,7 +4746,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4717
4746
|
const today = dayjs().tz(timeZone);
|
|
4718
4747
|
return from ? today.add(-years, "year").startOf("year") : today.add(-years, "year").endOf("year");
|
|
4719
4748
|
};
|
|
4720
|
-
const _hoisted_1$
|
|
4749
|
+
const _hoisted_1$1l = ["id", "checked", "disabled", "name", "tabindex"];
|
|
4721
4750
|
const _hoisted_2$10 = ["for"];
|
|
4722
4751
|
const _hoisted_3$B = {
|
|
4723
4752
|
key: 0,
|
|
@@ -4771,7 +4800,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4771
4800
|
class: "",
|
|
4772
4801
|
role: "radio",
|
|
4773
4802
|
type: "radio"
|
|
4774
|
-
}, vue.toHandlers(handlers2, true)), null, 16, _hoisted_1$
|
|
4803
|
+
}, vue.toHandlers(handlers2, true)), null, 16, _hoisted_1$1l),
|
|
4775
4804
|
vue.createElementVNode("label", { for: _ctx.id }, [
|
|
4776
4805
|
_ctx.icon ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$B, vue.toDisplayString(_ctx.icon), 1)) : vue.createCommentVNode("", true),
|
|
4777
4806
|
_ctx.label ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("span", _hoisted_4$o, null, 512)), [
|
|
@@ -4789,7 +4818,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4789
4818
|
};
|
|
4790
4819
|
}
|
|
4791
4820
|
});
|
|
4792
|
-
const _hoisted_1$
|
|
4821
|
+
const _hoisted_1$1k = ["data-name"];
|
|
4793
4822
|
const _hoisted_2$$ = { key: 0 };
|
|
4794
4823
|
const _sfc_main$1B = /* @__PURE__ */ vue.defineComponent({
|
|
4795
4824
|
__name: "BSRadioButtonGroup",
|
|
@@ -4899,7 +4928,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4899
4928
|
errors: vue.unref(errors),
|
|
4900
4929
|
"hide-error-message": _ctx.hideErrorMessage
|
|
4901
4930
|
}, null, 8, ["errors", "hide-error-message"])) : vue.createCommentVNode("", true)
|
|
4902
|
-
], 10, _hoisted_1$
|
|
4931
|
+
], 10, _hoisted_1$1k);
|
|
4903
4932
|
};
|
|
4904
4933
|
}
|
|
4905
4934
|
});
|
|
@@ -4957,7 +4986,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4957
4986
|
};
|
|
4958
4987
|
}
|
|
4959
4988
|
});
|
|
4960
|
-
const _hoisted_1$
|
|
4989
|
+
const _hoisted_1$1j = ["id", "checked", "disabled", "name", "tabindex"];
|
|
4961
4990
|
const _hoisted_2$_ = ["for"];
|
|
4962
4991
|
const _hoisted_3$A = ["for"];
|
|
4963
4992
|
const _sfc_main$1z = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -5016,7 +5045,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5016
5045
|
tabindex: _ctx.tabindex,
|
|
5017
5046
|
class: "",
|
|
5018
5047
|
type: "checkbox"
|
|
5019
|
-
}, vue.toHandlers(handlers2, true)), null, 16, _hoisted_1$
|
|
5048
|
+
}, vue.toHandlers(handlers2, true)), null, 16, _hoisted_1$1j),
|
|
5020
5049
|
_ctx.label ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("label", {
|
|
5021
5050
|
key: 0,
|
|
5022
5051
|
for: _ctx.id,
|
|
@@ -5035,7 +5064,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5035
5064
|
};
|
|
5036
5065
|
}
|
|
5037
5066
|
});
|
|
5038
|
-
const _hoisted_1$
|
|
5067
|
+
const _hoisted_1$1i = ["data-name"];
|
|
5039
5068
|
const _hoisted_2$Z = { class: "items" };
|
|
5040
5069
|
const _hoisted_3$z = ["textContent"];
|
|
5041
5070
|
const _sfc_main$1y = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -5161,7 +5190,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5161
5190
|
errors: vue.unref(errors),
|
|
5162
5191
|
"hide-error-message": _ctx.hideErrorMessage
|
|
5163
5192
|
}, null, 8, ["errors", "hide-error-message"])) : vue.createCommentVNode("", true)
|
|
5164
|
-
], 10, _hoisted_1$
|
|
5193
|
+
], 10, _hoisted_1$1i);
|
|
5165
5194
|
};
|
|
5166
5195
|
}
|
|
5167
5196
|
});
|
|
@@ -5211,7 +5240,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5211
5240
|
};
|
|
5212
5241
|
}
|
|
5213
5242
|
});
|
|
5214
|
-
const _hoisted_1$
|
|
5243
|
+
const _hoisted_1$1h = ["tabindex", "onKeydown"];
|
|
5215
5244
|
const _hoisted_2$Y = { key: 0 };
|
|
5216
5245
|
const _hoisted_3$y = {
|
|
5217
5246
|
key: 0,
|
|
@@ -5413,7 +5442,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5413
5442
|
errors: vue.unref(errors),
|
|
5414
5443
|
"hide-error-message": _ctx.hideErrorMessage
|
|
5415
5444
|
}, null, 8, ["errors", "hide-error-message"])) : vue.createCommentVNode("", true)
|
|
5416
|
-
], 42, _hoisted_1$
|
|
5445
|
+
], 42, _hoisted_1$1h)), [
|
|
5417
5446
|
[vue.unref(vClickOutside), () => togglePopup(false)]
|
|
5418
5447
|
]);
|
|
5419
5448
|
};
|
|
@@ -5574,7 +5603,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5574
5603
|
}
|
|
5575
5604
|
}
|
|
5576
5605
|
};
|
|
5577
|
-
const _hoisted_1$
|
|
5606
|
+
const _hoisted_1$1g = { class: "bs-tree-row" };
|
|
5578
5607
|
const _hoisted_2$X = ["textContent"];
|
|
5579
5608
|
const _hoisted_3$x = {
|
|
5580
5609
|
key: 1,
|
|
@@ -5680,7 +5709,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5680
5709
|
};
|
|
5681
5710
|
return (_ctx, _cache) => {
|
|
5682
5711
|
const _component_BSTreeRow = vue.resolveComponent("BSTreeRow", true);
|
|
5683
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
5712
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1g, [
|
|
5684
5713
|
vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", {
|
|
5685
5714
|
ref: "row-caption",
|
|
5686
5715
|
class: vue.normalizeClass([{ disabled: _ctx.disabledProvider && _ctx.disabledProvider(_ctx.row) }, "row-caption"])
|
|
@@ -5746,7 +5775,6 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5746
5775
|
};
|
|
5747
5776
|
}
|
|
5748
5777
|
});
|
|
5749
|
-
const _hoisted_1$1g = { class: "tree-wrap pb-80" };
|
|
5750
5778
|
const _sfc_main$1u = /* @__PURE__ */ vue.defineComponent({
|
|
5751
5779
|
__name: "BSTree",
|
|
5752
5780
|
props: {
|
|
@@ -5763,7 +5791,8 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5763
5791
|
multiSelect: { type: Boolean },
|
|
5764
5792
|
showCheckbox: { type: Boolean },
|
|
5765
5793
|
rowDisabledProvider: {},
|
|
5766
|
-
contextMenuProvider: {}
|
|
5794
|
+
contextMenuProvider: {},
|
|
5795
|
+
bottomPadding: { default: "80px" }
|
|
5767
5796
|
},
|
|
5768
5797
|
emits: ["update:expandedRows", "before:selectedRows", "update:selectedRows", "rowMoved"],
|
|
5769
5798
|
setup(__props, { emit: __emit }) {
|
|
@@ -5878,7 +5907,10 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5878
5907
|
class: "bs-tree",
|
|
5879
5908
|
onContextmenu: showOutsideContextMenu
|
|
5880
5909
|
}, [
|
|
5881
|
-
vue.createElementVNode("div",
|
|
5910
|
+
vue.createElementVNode("div", {
|
|
5911
|
+
style: vue.normalizeStyle({ "padding-bottom": _ctx.bottomPadding }),
|
|
5912
|
+
class: "tree-wrap"
|
|
5913
|
+
}, [
|
|
5882
5914
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.data, (item) => {
|
|
5883
5915
|
return vue.openBlock(), vue.createBlock(_sfc_main$1v, {
|
|
5884
5916
|
key: _ctx.keyProvider(item),
|
|
@@ -5900,7 +5932,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5900
5932
|
onSelectRow: selectRow
|
|
5901
5933
|
}, null, 8, ["children-provider", "disabled-provider", "enable-drag-and-drop", "icon-provider", "key-provider", "label-provider", "multi-select", "row", "show-checkbox", "show-move-button", "siblings"]);
|
|
5902
5934
|
}), 128))
|
|
5903
|
-
])
|
|
5935
|
+
], 4)
|
|
5904
5936
|
], 32);
|
|
5905
5937
|
};
|
|
5906
5938
|
}
|
|
@@ -6562,7 +6594,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
6562
6594
|
}, ["stop"]))
|
|
6563
6595
|
}, {
|
|
6564
6596
|
default: vue.withCtx(() => [
|
|
6565
|
-
vue.createVNode(_sfc_main$1u, vue.mergeProps(vue.unref(treeHandler).tree, vue.toHandlers(vue.unref(treeHandler).treeEventListener)), null, 16)
|
|
6597
|
+
vue.createVNode(_sfc_main$1u, vue.mergeProps({ "bottom-padding": "0" }, vue.unref(treeHandler).tree, vue.toHandlers(vue.unref(treeHandler).treeEventListener)), null, 16)
|
|
6566
6598
|
]),
|
|
6567
6599
|
_: 1
|
|
6568
6600
|
}, 8, ["base-element", "max-height", "popup-align", "popup-direction"])) : vue.createCommentVNode("", true),
|
|
@@ -6753,6 +6785,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
6753
6785
|
}, {
|
|
6754
6786
|
default: vue.withCtx(() => [
|
|
6755
6787
|
vue.createVNode(_sfc_main$1u, vue.mergeProps({
|
|
6788
|
+
"bottom-padding": "0",
|
|
6756
6789
|
"multi-select": "",
|
|
6757
6790
|
"show-checkbox": ""
|
|
6758
6791
|
}, vue.unref(treeHandler).tree, vue.toHandlers(vue.unref(treeHandler).treeEventListener), {
|
|
@@ -21,6 +21,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
21
21
|
readonly "onBefore:selectedRows"?: ((event: ChangeSelectionEvent<T>) => any) | undefined;
|
|
22
22
|
dontChangeDataWhenRowMoved?: boolean | undefined;
|
|
23
23
|
rowDisabledProvider?: ((item: T) => boolean) | undefined;
|
|
24
|
+
bottomPadding?: string | undefined;
|
|
24
25
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
|
|
25
26
|
attrs: any;
|
|
26
27
|
slots: {};
|
|
@@ -50,6 +51,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
50
51
|
readonly "onBefore:selectedRows"?: ((event: ChangeSelectionEvent<T>) => any) | undefined;
|
|
51
52
|
dontChangeDataWhenRowMoved?: boolean | undefined;
|
|
52
53
|
rowDisabledProvider?: ((item: T) => boolean) | undefined;
|
|
54
|
+
bottomPadding?: string | undefined;
|
|
53
55
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
54
56
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
55
57
|
attrs: any;
|
|
@@ -83,6 +85,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
83
85
|
readonly "onBefore:selectedRows"?: ((event: ChangeSelectionEvent<T>) => any) | undefined;
|
|
84
86
|
dontChangeDataWhenRowMoved?: boolean | undefined;
|
|
85
87
|
rowDisabledProvider?: ((item: T) => boolean) | undefined;
|
|
88
|
+
bottomPadding?: string | undefined;
|
|
86
89
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
87
90
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
88
91
|
attrs: any;
|