tsv2-library 1.0.61-alpha.145 → 1.0.61-alpha.146
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/src/presets/multiselect/index.js +0 -1
- package/dist/src/presets/paginator/index.js +1 -1
- package/dist/style.css +1 -1
- package/dist/tsv2-library.es.js +8 -34
- package/dist/tsv2-library.umd.js +2 -2
- package/package.json +1 -1
- package/src/presets/multiselect/index.js +0 -1
- package/src/presets/paginator/index.js +1 -1
package/dist/tsv2-library.es.js
CHANGED
|
@@ -19325,7 +19325,6 @@ const multiselect = {
|
|
|
19325
19325
|
// Position
|
|
19326
19326
|
"absolute top-0 left-0",
|
|
19327
19327
|
"mt-2",
|
|
19328
|
-
"!z-[2222]",
|
|
19329
19328
|
"max-w-[30vw]",
|
|
19330
19329
|
// Shape
|
|
19331
19330
|
"border-0",
|
|
@@ -21875,7 +21874,7 @@ const paginator = {
|
|
|
21875
21874
|
class: [
|
|
21876
21875
|
// Position
|
|
21877
21876
|
"absolute top-0 left-0",
|
|
21878
|
-
"mt-1
|
|
21877
|
+
"mt-1",
|
|
21879
21878
|
// Shape
|
|
21880
21879
|
"border-0",
|
|
21881
21880
|
"rounded-md",
|
|
@@ -31036,17 +31035,8 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
|
|
|
31036
31035
|
emits: ["update:visible", "hide", "afterHide", "show", "maximize", "unmaximize", "dragend"],
|
|
31037
31036
|
setup(__props) {
|
|
31038
31037
|
return (_ctx, _cache) => {
|
|
31039
|
-
var _a;
|
|
31040
31038
|
return openBlock(), createBlock(unref(script$13), mergeProps(_ctx.$props, {
|
|
31041
31039
|
pt: {
|
|
31042
|
-
mask: {
|
|
31043
|
-
class: [
|
|
31044
|
-
...(_a = unref(DialogPreset)) == null ? void 0 : _a.mask({ props: { modal: true } }).class,
|
|
31045
|
-
...Array.isArray(_ctx.$props.maskClass) ? _ctx.$props.maskClass : [_ctx.$props.maskClass],
|
|
31046
|
-
// Override z-index to prevent overlay component in form become hidden
|
|
31047
|
-
{ "!z-[1101]": _ctx.$props.autoZIndex }
|
|
31048
|
-
]
|
|
31049
|
-
},
|
|
31050
31040
|
root: {
|
|
31051
31041
|
class: [
|
|
31052
31042
|
...unref(DialogPreset).root({ state: {} }).class,
|
|
@@ -40604,20 +40594,13 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
40604
40594
|
{ once: true }
|
|
40605
40595
|
);
|
|
40606
40596
|
return (_ctx, _cache) => {
|
|
40607
|
-
var _a;
|
|
40608
40597
|
return openBlock(), createBlock(_sfc_main$1x, {
|
|
40609
40598
|
modal: !_ctx.hidden,
|
|
40610
40599
|
pt: {
|
|
40611
|
-
mask: {
|
|
40612
|
-
class: [
|
|
40613
|
-
...(_a = unref(DialogPreset)) == null ? void 0 : _a.mask({ props: { modal: true } }).class,
|
|
40614
|
-
"!z-[1112]"
|
|
40615
|
-
]
|
|
40616
|
-
},
|
|
40617
40600
|
root: {
|
|
40618
40601
|
class: [
|
|
40619
40602
|
...unref(DialogPreset).root({ state: {} }).class,
|
|
40620
|
-
"!w-[400px]
|
|
40603
|
+
"!w-[400px]",
|
|
40621
40604
|
{ "!hidden": _ctx.hidden }
|
|
40622
40605
|
]
|
|
40623
40606
|
},
|
|
@@ -40647,7 +40630,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
40647
40630
|
"onUpdate:visible": _cache[8] || (_cache[8] = ($event) => _ctx.$emit("update:visible", $event))
|
|
40648
40631
|
}, createSlots({
|
|
40649
40632
|
header: withCtx(() => {
|
|
40650
|
-
var
|
|
40633
|
+
var _a;
|
|
40651
40634
|
return [
|
|
40652
40635
|
createElementVNode("div", _hoisted_1$1s, [
|
|
40653
40636
|
createElementVNode("h3", {
|
|
@@ -40666,7 +40649,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
40666
40649
|
class: normalizeClass([...unref(DialogPreset).title.class, "!leading-6 text-sm"])
|
|
40667
40650
|
}, toDisplayString$1(_ctx.subHeader), 3)) : createCommentVNode("", true),
|
|
40668
40651
|
renderSlot(_ctx.$slots, "description"),
|
|
40669
|
-
!((
|
|
40652
|
+
!((_a = treeComponent.value) == null ? void 0 : _a.isLoading) ? (openBlock(), createBlock(_sfc_main$1b, {
|
|
40670
40653
|
key: 2,
|
|
40671
40654
|
modelValue: treeFilter.value,
|
|
40672
40655
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => treeFilter.value = $event),
|
|
@@ -40708,7 +40691,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
40708
40691
|
name: "footer",
|
|
40709
40692
|
fn: withCtx(() => [
|
|
40710
40693
|
renderSlot(_ctx.$slots, "footer", {}, () => {
|
|
40711
|
-
var
|
|
40694
|
+
var _a;
|
|
40712
40695
|
return [
|
|
40713
40696
|
!_ctx.allowEmptySelection ? withDirectives((openBlock(), createBlock(_sfc_main$1m, {
|
|
40714
40697
|
key: 0,
|
|
@@ -40725,7 +40708,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
40725
40708
|
text: ""
|
|
40726
40709
|
}),
|
|
40727
40710
|
createVNode(_sfc_main$1z, {
|
|
40728
|
-
disabled: (
|
|
40711
|
+
disabled: (_a = treeComponent.value) == null ? void 0 : _a.isLoading,
|
|
40729
40712
|
onClick: _cache[6] || (_cache[6] = ($event) => onButtonSelectClicked(true)),
|
|
40730
40713
|
label: "Select",
|
|
40731
40714
|
severity: "success"
|
|
@@ -66748,7 +66731,6 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
66748
66731
|
};
|
|
66749
66732
|
__expose({ form, clearField });
|
|
66750
66733
|
return (_ctx, _cache) => {
|
|
66751
|
-
var _a;
|
|
66752
66734
|
return openBlock(), createBlock(unref(script$13), {
|
|
66753
66735
|
ref_key: "dialogForm",
|
|
66754
66736
|
ref: dialogForm,
|
|
@@ -66757,14 +66739,6 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
66757
66739
|
draggable: false,
|
|
66758
66740
|
header: _ctx.header,
|
|
66759
66741
|
pt: {
|
|
66760
|
-
mask: {
|
|
66761
|
-
class: [
|
|
66762
|
-
...(_a = unref(DialogPreset)) == null ? void 0 : _a.mask({ props: { modal: true } }).class,
|
|
66763
|
-
...Array.isArray(_ctx.$props.maskClass) ? _ctx.$props.maskClass : [_ctx.$props.maskClass],
|
|
66764
|
-
// Override z-index to prevent overlay component in form become hidden
|
|
66765
|
-
{ "!z-[1101]": props.autoZIndex }
|
|
66766
|
-
]
|
|
66767
|
-
},
|
|
66768
66742
|
root: {
|
|
66769
66743
|
class: [
|
|
66770
66744
|
...unref(DialogPreset).root({ state: {} }).class,
|
|
@@ -66826,11 +66800,11 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
66826
66800
|
})
|
|
66827
66801
|
]),
|
|
66828
66802
|
footer: withCtx(() => {
|
|
66829
|
-
var
|
|
66803
|
+
var _a;
|
|
66830
66804
|
return [
|
|
66831
66805
|
visibilityStayCheckbox.value ? (openBlock(), createBlock(_sfc_main$1a, {
|
|
66832
66806
|
key: 0,
|
|
66833
|
-
"model-value": (
|
|
66807
|
+
"model-value": (_a = form.value) == null ? void 0 : _a.stayAfterSubmit,
|
|
66834
66808
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => form.value && (form.value.stayAfterSubmit = $event)),
|
|
66835
66809
|
label: "Stay on this form after submitting"
|
|
66836
66810
|
}, null, 8, ["model-value"])) : createCommentVNode("", true),
|