@xtctwins/tctwins-bimx-engine 0.2.54 → 0.3.0

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.
Files changed (90) hide show
  1. package/README.md +196 -193
  2. package/dist/AnnotationTool-CGRte6Cc.mjs +167 -0
  3. package/dist/BIMX_Viewer_Lib.es.js +3 -3
  4. package/dist/BIMX_Viewer_Lib.umd.js +139 -131
  5. package/dist/CommentTool-CT3wFozB.mjs +1529 -0
  6. package/dist/{HiddenTool-BmsQJILs.mjs → HiddenTool-CoPawMRd.mjs} +13 -13
  7. package/dist/{InspectorTool-Bov8jwXr.mjs → InspectorTool-BIvnydPf.mjs} +53 -53
  8. package/dist/{MeasureTool-DVLt6Pqa.mjs → MeasureTool-BUi0QI_R.mjs} +24 -24
  9. package/dist/{MouseTool-Bqd5Bmlr.mjs → MouseTool-CdVwRiX1.mjs} +15 -15
  10. package/dist/{NavigateTool-YAKQUjOa.mjs → NavigateTool-DoP9z3yP.mjs} +13 -13
  11. package/dist/{RoamTool-CU4dpCTS.mjs → RoamTool-POFy076i.mjs} +17 -17
  12. package/dist/ScreenShotTool-CcUyU0g7.mjs +357 -0
  13. package/dist/{SectionTool-BMMQBnYz.mjs → SectionTool-DGjjH3JO.mjs} +51 -51
  14. package/dist/SettingTool-CjXfbX5r.mjs +657 -0
  15. package/dist/StructureTree-DdRX-y-V.mjs +1583 -0
  16. package/dist/{alert-iUe8hu7Z.mjs → alert-ChDNxVgQ.mjs} +9 -9
  17. package/dist/el-input-number-CK5d8pzH.mjs +818 -0
  18. package/dist/{index-DBpA3PFq.mjs → index-Dsq1epCY.mjs} +47823 -51679
  19. package/dist/index.html +17 -17
  20. package/dist/{panel.vue_vue_type_style_index_0_lang-BmLQqrQm.mjs → panel.vue_vue_type_style_index_0_lang-BaSZShh_.mjs} +3 -3
  21. package/dist/style.css +1 -1
  22. package/dist/{tallPanel-CgR65rDU.mjs → tallPanel-DKlcFjrl.mjs} +15 -15
  23. package/package.json +2 -2
  24. package/types/components/BCFComponents/BCFAddPanel.vue.d.ts +10 -38
  25. package/types/components/BCFComponents/BCFCommentNew.vue.d.ts +22 -0
  26. package/types/components/BCFComponents/BCFDetailPanel.vue.d.ts +9 -37
  27. package/types/components/BCFComponents/BCFDisplayList.vue.d.ts +7 -5
  28. package/types/components/BCFComponents/BCFFilter.vue.d.ts +7 -5
  29. package/types/components/BCFComponents/BCFTool.vue.d.ts +7 -4
  30. package/types/components/BCFComponents/addObjectOrAnno.vue.d.ts +7 -5
  31. package/types/components/BCFComponents/checkObjectPanel.vue.d.ts +6 -5
  32. package/types/components/BCFComponents/commentInput.vue.d.ts +10 -36
  33. package/types/components/BCFComponents/commentsView.vue.d.ts +7 -36
  34. package/types/components/BCFComponents/dialogPanel.vue.d.ts +8 -5
  35. package/types/components/BCFComponents/imageView.vue.d.ts +7 -5
  36. package/types/components/BCFComponents/imageZoomIn.vue.d.ts +6 -5
  37. package/types/components/BimViewerComponents/AnnotationTool.vue.d.ts +1 -1
  38. package/types/components/BimViewerComponents/AppToolbar.vue.d.ts +1 -18
  39. package/types/components/BimViewerComponents/ClickEvent.vue.d.ts +1 -1
  40. package/types/components/BimViewerComponents/CommentTool.vue.d.ts +1 -32
  41. package/types/components/BimViewerComponents/HiddenTool.vue.d.ts +1 -1
  42. package/types/components/BimViewerComponents/InspectorTool.vue.d.ts +0 -2
  43. package/types/components/BimViewerComponents/MeasureTool.vue.d.ts +0 -2
  44. package/types/components/BimViewerComponents/MobileCommentsTool/{MobileCommentAdd.vue.d.ts → add.vue.d.ts} +8 -6
  45. package/types/components/BimViewerComponents/MobileCommentsTool/detail.vue.d.ts +5 -4
  46. package/types/components/BimViewerComponents/MobileCommentsTool/draw.vue.d.ts +2 -2
  47. package/types/components/BimViewerComponents/MobileCommentsTool/filter.vue.d.ts +1 -478
  48. package/types/components/BimViewerComponents/MobileCommentsTool/list.vue.d.ts +7 -499
  49. package/types/components/BimViewerComponents/MobileCommentsTool/zoomIn.vue.d.ts +6 -5
  50. package/types/components/BimViewerComponents/MouseTool.vue.d.ts +1 -1
  51. package/types/components/BimViewerComponents/NavigateTool.vue.d.ts +1 -1
  52. package/types/components/BimViewerComponents/PCCommentTool/pcdraw.vue.d.ts +1 -1
  53. package/types/components/BimViewerComponents/RoamTool.vue.d.ts +1 -1
  54. package/types/components/BimViewerComponents/SectionTool.vue.d.ts +0 -4
  55. package/types/components/BimViewerComponents/SettingTool.vue.d.ts +6 -4
  56. package/types/components/BimViewerComponents/StructureTree.vue.d.ts +1 -4026
  57. package/types/components/BimViewerComponents/Toolbar.vue.d.ts +1 -1
  58. package/types/components/BimViewerComponents/emptyPage.vue.d.ts +8 -0
  59. package/types/components/BimViewerComponents/mobileToolbar.vue.d.ts +1 -18
  60. package/types/components/BimxViewerComp.vue.d.ts +14 -7
  61. package/types/components/MobileBCFComponents/MobileBCFAdd.vue.d.ts +10 -37
  62. package/types/components/MobileBCFComponents/MobileBCFDetail.vue.d.ts +9 -37
  63. package/types/components/MobileBCFComponents/MobileBCFDisplayList.vue.d.ts +7 -499
  64. package/types/components/MobileBCFComponents/MobileBCFFilter.vue.d.ts +1 -478
  65. package/types/components/MobileBCFComponents/MobileBCFTool.vue.d.ts +8 -5
  66. package/types/components/MobileBCFComponents/MobileCommentInput.vue.d.ts +12 -38
  67. package/types/components/MobileBCFComponents/MobileCommentsView.vue.d.ts +9 -7
  68. package/types/components/MobileBCFComponents/selectPanel.vue.d.ts +7 -5
  69. package/types/components/bimxViewer.vue.d.ts +14 -7
  70. package/types/components/utilsComponents/alert.vue.d.ts +1 -1
  71. package/types/components/utilsComponents/closeButton.vue.d.ts +1 -1
  72. package/types/components/utilsComponents/closeButton_dark.vue.d.ts +1 -1
  73. package/types/components/utilsComponents/emptyPage.vue.d.ts +1 -1
  74. package/types/components/utilsComponents/loading.vue.d.ts +1 -1
  75. package/types/components/utilsComponents/panel.vue.d.ts +2 -8
  76. package/types/components/utilsComponents/prompt.vue.d.ts +1 -1
  77. package/types/components/utilsComponents/rectangleButton.vue.d.ts +1 -3
  78. package/types/components/utilsComponents/tallPanel.vue.d.ts +3 -13
  79. package/types/components/utilsComponents/tallPanel_noPos.vue.d.ts +3 -13
  80. package/types/pages/BimxViewerEntry.vue.d.ts +57 -5
  81. package/types/pages/viewerEntry.vue.d.ts +57 -7
  82. package/types/store/initConfigs.d.ts +1 -1
  83. package/types/store/toolbars.d.ts +46 -46
  84. package/types/tests/cmt.d.ts +1 -0
  85. package/dist/AnnotationTool-Dt8mr8Pv.mjs +0 -239
  86. package/dist/CommentTool-C7EjIHT-.mjs +0 -1521
  87. package/dist/ScreenShotTool-XXjP20-m.mjs +0 -500
  88. package/dist/SettingTool-BwYwYqNZ.mjs +0 -815
  89. package/dist/StructureTree-CrTd7vJp.mjs +0 -1846
  90. package/dist/el-input-number-BE5izksC.mjs +0 -1169
@@ -1,500 +0,0 @@
1
- import { _ as he } from "./panel.vue_vue_type_style_index_0_lang-BmLQqrQm.mjs";
2
- import { j as K, a6 as q, d as H, b as N, a7 as T, a8 as L, a9 as Y, l as W, a as Se, aa as Ve, ab as _e, u as U, ac as Ee, v as X, ad as Re, ae as Ie, af as ke, y as Be, o as Ce, ag as Pe, ah as J, w as xe, A as we, B as Ne, F as $e } from "./index-DBpA3PFq.mjs";
3
- import { ref as k, inject as ze, computed as S, defineComponent as $, createElementBlock as B, openBlock as R, normalizeClass as E, unref as e, createElementVNode as g, withDirectives as Q, withModifiers as x, isRef as Z, vModelRadio as ee, renderSlot as A, createTextVNode as w, toDisplayString as C, nextTick as oe, normalizeStyle as Ge, onMounted as ae, provide as Te, reactive as Le, toRefs as Ue, watch as te, Fragment as le, renderList as ne, createBlock as se, resolveDynamicComponent as Ae, mergeProps as De, withCtx as z, createVNode as P, createCommentVNode as Fe } from "vue";
4
- import { a as G } from "./const-DOnRsYpZ.mjs";
5
- const ie = N({
6
- /**
7
- * @description binding value
8
- */
9
- modelValue: {
10
- type: [String, Number, Boolean],
11
- default: void 0
12
- },
13
- /**
14
- * @description size of the Radio
15
- */
16
- size: Y,
17
- /**
18
- * @description whether Radio is disabled
19
- */
20
- disabled: {
21
- type: Boolean,
22
- default: void 0
23
- },
24
- /**
25
- * @description the label of Radio
26
- */
27
- label: {
28
- type: [String, Number, Boolean],
29
- default: void 0
30
- },
31
- /**
32
- * @description the value of Radio
33
- */
34
- value: {
35
- type: [String, Number, Boolean],
36
- default: void 0
37
- },
38
- /**
39
- * @description native `name` attribute
40
- */
41
- name: {
42
- type: String,
43
- default: void 0
44
- }
45
- }), je = N({
46
- ...ie,
47
- /**
48
- * @description whether to add a border around Radio
49
- */
50
- border: Boolean
51
- }), re = {
52
- [L]: (t) => K(t) || q(t) || H(t),
53
- [T]: (t) => K(t) || q(t) || H(t)
54
- }, de = /* @__PURE__ */ Symbol("radioGroupKey"), ue = (t, V) => {
55
- const l = k(), r = ze(de, void 0), n = S(() => !!r), f = S(() => W(t.value) ? t.label : t.value), c = S({
56
- get() {
57
- return n.value ? r.modelValue : t.modelValue;
58
- },
59
- set(y) {
60
- n.value ? r.changeEvent(y) : V && V(L, y), l.value.checked = t.modelValue === f.value;
61
- }
62
- }), s = Se(S(() => r == null ? void 0 : r.size)), i = Ve(S(() => r == null ? void 0 : r.disabled)), b = k(!1), v = S(() => i.value || n.value && c.value !== f.value ? -1 : 0);
63
- return _e(
64
- {
65
- from: "label act as value",
66
- replacement: "value",
67
- version: "3.0.0",
68
- scope: "el-radio",
69
- ref: "https://element-plus.org/en-US/component/radio.html"
70
- },
71
- S(() => n.value && W(t.value))
72
- ), {
73
- radioRef: l,
74
- isGroup: n,
75
- radioGroup: r,
76
- focus: b,
77
- size: s,
78
- disabled: i,
79
- tabIndex: v,
80
- modelValue: c,
81
- actualValue: f
82
- };
83
- }, Me = ["value", "name", "disabled", "checked"];
84
- var ce = /* @__PURE__ */ $({
85
- name: "ElRadio",
86
- __name: "radio",
87
- props: je,
88
- emits: re,
89
- setup(t, { emit: V }) {
90
- const l = t, r = V, n = U("radio"), { radioRef: f, radioGroup: c, focus: s, size: i, disabled: b, modelValue: v, actualValue: y } = ue(l, r);
91
- function u() {
92
- oe(() => r(T, v.value));
93
- }
94
- return (I, a) => {
95
- var o;
96
- return R(), B(
97
- "label",
98
- {
99
- class: E([
100
- e(n).b(),
101
- e(n).is("disabled", e(b)),
102
- e(n).is("focus", e(s)),
103
- e(n).is("bordered", t.border),
104
- e(n).is("checked", e(v) === e(y)),
105
- e(n).m(e(i))
106
- ])
107
- },
108
- [
109
- g(
110
- "span",
111
- {
112
- class: E([
113
- e(n).e("input"),
114
- e(n).is("disabled", e(b)),
115
- e(n).is("checked", e(v) === e(y))
116
- ])
117
- },
118
- [
119
- Q(g("input", {
120
- ref_key: "radioRef",
121
- ref: f,
122
- "onUpdate:modelValue": a[0] || (a[0] = (m) => Z(v) ? v.value = m : null),
123
- class: E(e(n).e("original")),
124
- value: e(y),
125
- name: t.name || ((o = e(c)) == null ? void 0 : o.name),
126
- disabled: e(b),
127
- checked: e(v) === e(y),
128
- type: "radio",
129
- onFocus: a[1] || (a[1] = (m) => s.value = !0),
130
- onBlur: a[2] || (a[2] = (m) => s.value = !1),
131
- onChange: u,
132
- onClick: a[3] || (a[3] = x(() => {
133
- }, ["stop"]))
134
- }, null, 42, Me), [
135
- [ee, e(v)]
136
- ]),
137
- g(
138
- "span",
139
- {
140
- class: E(e(n).e("inner"))
141
- },
142
- null,
143
- 2
144
- /* CLASS */
145
- )
146
- ],
147
- 2
148
- /* CLASS */
149
- ),
150
- g(
151
- "span",
152
- {
153
- class: E(e(n).e("label")),
154
- onKeydown: a[4] || (a[4] = x(() => {
155
- }, ["stop"]))
156
- },
157
- [
158
- A(I.$slots, "default", {}, () => [
159
- w(
160
- C(t.label),
161
- 1
162
- /* TEXT */
163
- )
164
- ])
165
- ],
166
- 34
167
- /* CLASS, NEED_HYDRATION */
168
- )
169
- ],
170
- 2
171
- /* CLASS */
172
- );
173
- };
174
- }
175
- });
176
- const Oe = N({
177
- ...ie
178
- }), Ke = ["value", "name", "disabled"];
179
- var D = /* @__PURE__ */ $({
180
- name: "ElRadioButton",
181
- __name: "radio-button",
182
- props: Oe,
183
- setup(t) {
184
- const V = t, l = U("radio"), { radioRef: r, focus: n, size: f, disabled: c, modelValue: s, radioGroup: i, actualValue: b } = ue(V), v = S(() => ({
185
- backgroundColor: (i == null ? void 0 : i.fill) || "",
186
- borderColor: (i == null ? void 0 : i.fill) || "",
187
- boxShadow: i != null && i.fill ? `-1px 0 0 0 ${i.fill}` : "",
188
- color: (i == null ? void 0 : i.textColor) || ""
189
- }));
190
- return (y, u) => {
191
- var I;
192
- return R(), B(
193
- "label",
194
- {
195
- class: E([
196
- e(l).b("button"),
197
- e(l).is("active", e(s) === e(b)),
198
- e(l).is("disabled", e(c)),
199
- e(l).is("focus", e(n)),
200
- e(l).bm("button", e(f))
201
- ])
202
- },
203
- [
204
- Q(g("input", {
205
- ref_key: "radioRef",
206
- ref: r,
207
- "onUpdate:modelValue": u[0] || (u[0] = (a) => Z(s) ? s.value = a : null),
208
- class: E(e(l).be("button", "original-radio")),
209
- value: e(b),
210
- type: "radio",
211
- name: t.name || ((I = e(i)) == null ? void 0 : I.name),
212
- disabled: e(c),
213
- onFocus: u[1] || (u[1] = (a) => n.value = !0),
214
- onBlur: u[2] || (u[2] = (a) => n.value = !1),
215
- onClick: u[3] || (u[3] = x(() => {
216
- }, ["stop"]))
217
- }, null, 42, Ke), [
218
- [ee, e(s)]
219
- ]),
220
- g(
221
- "span",
222
- {
223
- class: E(e(l).be("button", "inner")),
224
- style: Ge(e(s) === e(b) ? v.value : {}),
225
- onKeydown: u[4] || (u[4] = x(() => {
226
- }, ["stop"]))
227
- },
228
- [
229
- A(y.$slots, "default", {}, () => [
230
- w(
231
- C(t.label),
232
- 1
233
- /* TEXT */
234
- )
235
- ])
236
- ],
237
- 38
238
- /* CLASS, STYLE, NEED_HYDRATION */
239
- )
240
- ],
241
- 2
242
- /* CLASS */
243
- );
244
- };
245
- }
246
- });
247
- const me = {
248
- label: "label",
249
- value: "value",
250
- disabled: "disabled"
251
- }, qe = N({
252
- /**
253
- * @description native `id` attribute
254
- */
255
- id: {
256
- type: String,
257
- default: void 0
258
- },
259
- /**
260
- * @description the size of radio buttons or bordered radios
261
- */
262
- size: Y,
263
- /**
264
- * @description whether the nesting radios are disabled
265
- */
266
- disabled: {
267
- type: Boolean,
268
- default: void 0
269
- },
270
- /**
271
- * @description binding value
272
- */
273
- modelValue: {
274
- type: [String, Number, Boolean],
275
- default: void 0
276
- },
277
- /**
278
- * @description border and background color when button is active
279
- */
280
- fill: {
281
- type: String,
282
- default: ""
283
- },
284
- /**
285
- * @description font color when button is active
286
- */
287
- textColor: {
288
- type: String,
289
- default: ""
290
- },
291
- /**
292
- * @description native `name` attribute
293
- */
294
- name: {
295
- type: String,
296
- default: void 0
297
- },
298
- /**
299
- * @description whether to trigger form validation
300
- */
301
- validateEvent: {
302
- type: Boolean,
303
- default: !0
304
- },
305
- options: {
306
- type: X(Array)
307
- },
308
- props: {
309
- type: X(Object),
310
- default: () => me
311
- },
312
- type: {
313
- type: String,
314
- values: ["radio", "button"],
315
- default: "radio"
316
- },
317
- ...Ee(["ariaLabel"])
318
- }), He = re, We = ["id", "aria-label", "aria-labelledby"];
319
- var pe = /* @__PURE__ */ $({
320
- name: "ElRadioGroup",
321
- __name: "radio-group",
322
- props: qe,
323
- emits: He,
324
- setup(t, { emit: V }) {
325
- const l = t, r = V, n = U("radio"), f = Re(), c = k(), { formItem: s } = Ie(), { inputId: i, isLabeledByFormItem: b } = ke(l, {
326
- formItemContext: s
327
- }), v = (o) => {
328
- r(L, o), oe(() => r(T, o));
329
- };
330
- ae(() => {
331
- const o = c.value.querySelectorAll("[type=radio]"), m = o[0];
332
- !Array.from(o).some((d) => d.checked) && m && (m.tabIndex = 0);
333
- });
334
- const y = S(() => l.name || f.value), u = S(() => ({
335
- ...me,
336
- ...l.props
337
- })), I = (o) => {
338
- const { label: m, value: d, disabled: h } = u.value, _ = {
339
- label: o[m],
340
- value: o[d],
341
- disabled: o[h]
342
- };
343
- return { ...Pe(o, [m, d, h]), ..._ };
344
- }, a = S(
345
- () => l.type === "button" ? D : ce
346
- );
347
- return Te(
348
- de,
349
- Le({
350
- ...Ue(l),
351
- changeEvent: v,
352
- name: y
353
- })
354
- ), te(
355
- () => l.modelValue,
356
- (o, m) => {
357
- l.validateEvent && !Be(o, m) && (s == null || s.validate("change").catch((d) => Ce(d)));
358
- }
359
- ), (o, m) => (R(), B("div", {
360
- id: e(i),
361
- ref_key: "radioGroupRef",
362
- ref: c,
363
- class: E(e(n).b("group")),
364
- role: "radiogroup",
365
- "aria-label": e(b) ? void 0 : t.ariaLabel || "radio-group",
366
- "aria-labelledby": e(b) ? e(s).labelId : void 0
367
- }, [
368
- A(o.$slots, "default", {}, () => [
369
- (R(!0), B(
370
- le,
371
- null,
372
- ne(t.options, (d, h) => (R(), se(
373
- Ae(a.value),
374
- De({ key: h }, { ref_for: !0 }, I(d)),
375
- null,
376
- 16
377
- /* FULL_PROPS */
378
- ))),
379
- 128
380
- /* KEYED_FRAGMENT */
381
- ))
382
- ])
383
- ], 10, We));
384
- }
385
- });
386
- const Xe = xe(ce, {
387
- RadioButton: D,
388
- RadioGroup: pe
389
- }), Ye = J(pe);
390
- J(D);
391
- const Je = { class: "wrapper" }, Qe = { class: "screen_thumbnail" }, Ze = ["src"], eo = { class: "validity-period" }, oo = {
392
- key: 0,
393
- class: "custom"
394
- }, ao = { class: "footer" }, io = /* @__PURE__ */ $({
395
- __name: "ScreenShotTool",
396
- props: ["componentId"],
397
- emits: ["closePanel"],
398
- setup(t, { emit: V }) {
399
- const l = we(), r = Ne(), n = t, f = k(0), c = k(), s = k(), i = k(), b = V;
400
- ae(() => {
401
- c.value = 1280, s.value = 720, r.setReadyById(n.componentId);
402
- }), te(
403
- () => r.isToolActive(n.componentId),
404
- (a) => {
405
- a && u(220, 124, !1);
406
- }
407
- );
408
- const v = (a) => {
409
- f.value = a, a !== 3 && (c.value = G[a].width, s.value = G[a].height);
410
- }, y = () => {
411
- b("closePanel");
412
- }, u = (a, o, m) => {
413
- const d = document.getElementById("myCanvas"), h = document.createElement("a");
414
- h.download = "screenshot.png";
415
- const _ = document.createElement("canvas"), p = _.getContext("2d");
416
- if (d && p) {
417
- _.width = a, _.height = o;
418
- const ve = a / d.width, fe = o / d.height, F = Math.max(ve, fe), j = d.width * F, M = d.height * F, be = (a - j) / 2, ye = (o - M) / 2;
419
- p.clearRect(0, 0, a, o), p.fillStyle = "transparent", p.fillRect(0, 0, a, o), p.drawImage(d, 0, 0, d.width, d.height, be, ye, j, M), m ? _.toBlob(function(ge) {
420
- const O = URL.createObjectURL(ge);
421
- h.href = O, h.click(), URL.revokeObjectURL(O);
422
- }) : i.value = _.toDataURL("image/png");
423
- }
424
- }, I = () => {
425
- u(c.value, s.value, !0);
426
- };
427
- return (a, o) => {
428
- const m = Xe, d = Ye, h = $e, _ = he;
429
- return R(), se(_, {
430
- class: "screen_container",
431
- width: 240,
432
- panelTitle: e(l)("screenshot.title"),
433
- "click-handle": y
434
- }, {
435
- default: z(() => [
436
- g("div", Je, [
437
- g("div", Qe, [
438
- g("img", {
439
- class: "thumbnail_img",
440
- src: i.value,
441
- alt: ""
442
- }, null, 8, Ze)
443
- ]),
444
- P(d, {
445
- modelValue: f.value,
446
- "onUpdate:modelValue": o[0] || (o[0] = (p) => f.value = p),
447
- onChange: v
448
- }, {
449
- default: z(() => [
450
- g("div", eo, [
451
- (R(!0), B(le, null, ne(e(G), (p) => (R(), B("div", {
452
- key: p.id,
453
- class: "period_box"
454
- }, [
455
- P(m, {
456
- value: p.id
457
- }, {
458
- default: z(() => [
459
- w(C(p.name || e(l)(p.label ?? "")), 1)
460
- ]),
461
- _: 2
462
- }, 1032, ["value"])
463
- ]))), 128))
464
- ])
465
- ]),
466
- _: 1
467
- }, 8, ["modelValue"]),
468
- f.value === 3 ? (R(), B("div", oo, [
469
- P(h, {
470
- modelValue: c.value,
471
- "onUpdate:modelValue": o[1] || (o[1] = (p) => c.value = p),
472
- placeholder: e(l)("screenshot.widthPlaceholder")
473
- }, null, 8, ["modelValue", "placeholder"]),
474
- o[3] || (o[3] = w(" x ", -1)),
475
- P(h, {
476
- modelValue: s.value,
477
- "onUpdate:modelValue": o[2] || (o[2] = (p) => s.value = p),
478
- placeholder: e(l)("screenshot.heightPlaceholder")
479
- }, null, 8, ["modelValue", "placeholder"])
480
- ])) : Fe("", !0),
481
- g("div", ao, [
482
- g("div", {
483
- class: "btn1",
484
- onClick: y
485
- }, C(e(l)("common.cancel")), 1),
486
- g("div", {
487
- class: "btn2",
488
- onClick: I
489
- }, C(e(l)("common.save")), 1)
490
- ])
491
- ])
492
- ]),
493
- _: 1
494
- }, 8, ["panelTitle"]);
495
- };
496
- }
497
- });
498
- export {
499
- io as default
500
- };