tsv2-library 1.0.61-alpha.110 → 1.0.61-alpha.111
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/style.css +1 -1
- package/dist/tsv2-library.es.js +11 -4
- package/dist/tsv2-library.umd.js +2 -2
- package/package.json +1 -1
package/dist/tsv2-library.es.js
CHANGED
|
@@ -64252,7 +64252,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
64252
64252
|
}, [
|
|
64253
64253
|
createVNode(_sfc_main$1v, {
|
|
64254
64254
|
icon: isFullScreen.value ? "fullscreen-exit-line" : "fullscreen-line",
|
|
64255
|
-
class: "
|
|
64255
|
+
class: "text-2xl"
|
|
64256
64256
|
}, null, 8, ["icon"])
|
|
64257
64257
|
])
|
|
64258
64258
|
]);
|
|
@@ -65282,7 +65282,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
65282
65282
|
});
|
|
65283
65283
|
const AssetList_vue_vue_type_style_index_0_scoped_1e1d4c27_lang = "";
|
|
65284
65284
|
const AssetList = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-1e1d4c27"]]);
|
|
65285
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
65285
|
+
const _withScopeId = (n) => (pushScopeId("data-v-a86f10b8"), n = n(), popScopeId(), n);
|
|
65286
65286
|
const _hoisted_1$x = {
|
|
65287
65287
|
key: 1,
|
|
65288
65288
|
class: "flex items-center justify-between"
|
|
@@ -65736,6 +65736,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
65736
65736
|
}
|
|
65737
65737
|
);
|
|
65738
65738
|
return (_ctx, _cache) => {
|
|
65739
|
+
var _a;
|
|
65739
65740
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
65740
65741
|
createVNode(unref(_sfc_main$1s), {
|
|
65741
65742
|
visible: visible4.value,
|
|
@@ -65744,6 +65745,12 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
65744
65745
|
closable: !isFullScreen.value,
|
|
65745
65746
|
"close-on-escape": false,
|
|
65746
65747
|
pt: {
|
|
65748
|
+
mask: {
|
|
65749
|
+
class: [
|
|
65750
|
+
...(_a = unref(DialogPreset)) == null ? void 0 : _a.mask({ props: { modal: true } }).class,
|
|
65751
|
+
"!z-40"
|
|
65752
|
+
]
|
|
65753
|
+
},
|
|
65747
65754
|
root: {
|
|
65748
65755
|
class: [
|
|
65749
65756
|
...unref(DialogPreset).root({ state: {} }).class,
|
|
@@ -65840,8 +65847,8 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
65840
65847
|
};
|
|
65841
65848
|
}
|
|
65842
65849
|
});
|
|
65843
|
-
const
|
|
65844
|
-
const TSDialogCoordinate = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-
|
|
65850
|
+
const DialogCoordinate_vue_vue_type_style_index_0_scoped_a86f10b8_lang = "";
|
|
65851
|
+
const TSDialogCoordinate = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-a86f10b8"]]);
|
|
65845
65852
|
const _hoisted_1$w = {
|
|
65846
65853
|
key: 0,
|
|
65847
65854
|
class: "ts-form-stay-checkbox"
|