@opentiny/tiny-engine-toolbar-media 2.1.0-rc.0 → 2.1.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.
package/LICENSE CHANGED
@@ -1,22 +1,22 @@
1
- MIT License
2
-
3
- Copyright (c) 2023 - present TinyEngine Authors.
4
- Copyright (c) 2023 - present Huawei Cloud Computing Technologies Co., Ltd.
5
-
6
- Permission is hereby granted, free of charge, to any person obtaining a copy
7
- of this software and associated documentation files (the "Software"), to deal
8
- in the Software without restriction, including without limitation the rights
9
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- copies of the Software, and to permit persons to whom the Software is
11
- furnished to do so, subject to the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be included in all
14
- copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2023 - present TinyEngine Authors.
4
+ Copyright (c) 2023 - present Huawei Cloud Computing Technologies Co., Ltd.
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in all
14
+ copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ SOFTWARE.
package/dist/index.js CHANGED
@@ -1,20 +1,20 @@
1
1
  import "./style.css";
2
- import { ref as C, computed as E, reactive as Y, toRaw as Z, watch as F, watchEffect as $, onMounted as ee, onUnmounted as te, resolveComponent as _, openBlock as v, createBlock as W, withCtx as p, createElementVNode as t, createElementBlock as I, Fragment as ne, renderList as oe, normalizeClass as ie, createVNode as f, createTextVNode as D, toDisplayString as r, createCommentVNode as N, pushScopeId as ae, popScopeId as se } from "vue";
3
- import { Popover as le, Input as de, Switch as ce } from "@opentiny/vue";
4
- import { IconWebPlus as P } from "@opentiny/vue-icon";
5
- import { useLayout as g, useCanvas as L } from "@opentiny/tiny-engine-meta-register";
6
- import { ToolbarBase as re } from "@opentiny/tiny-engine-common";
7
- const pe = (d, l) => {
8
- const c = d.__vccOpts || d;
9
- for (const [n, u] of l)
10
- c[n] = u;
11
- return c;
12
- }, ue = {
2
+ import { ref as _, computed as B, reactive as X, toRaw as Y, watch as E, watchEffect as Z, onMounted as $, onUnmounted as ee, resolveComponent as f, openBlock as v, createBlock as T, withCtx as c, createElementVNode as t, createElementBlock as W, Fragment as te, renderList as ne, normalizeClass as ie, createVNode as g, createTextVNode as I, toDisplayString as r, createCommentVNode as D } from "vue";
3
+ import { Popover as oe, Input as ae, Switch as le } from "@opentiny/vue";
4
+ import { IconWebPlus as N } from "@opentiny/vue-icon";
5
+ import { useLayout as V, useCanvas as F } from "@opentiny/tiny-engine-meta-register";
6
+ import { ToolbarBase as se } from "@opentiny/tiny-engine-common";
7
+ const de = (h, n) => {
8
+ const d = h.__vccOpts || h;
9
+ for (const [i, p] of n)
10
+ d[i] = p;
11
+ return d;
12
+ }, re = {
13
13
  components: {
14
- TinyPopover: le,
15
- TinyInput: de,
16
- TinySwitch: ce,
17
- ToolbarBase: re
14
+ TinyPopover: oe,
15
+ TinyInput: ae,
16
+ TinySwitch: le,
17
+ ToolbarBase: se
18
18
  },
19
19
  props: {
20
20
  data: {
@@ -30,9 +30,9 @@ const pe = (d, l) => {
30
30
  default: () => ({})
31
31
  }
32
32
  },
33
- setup(d, { emit: l }) {
34
- let c = null, n = "", u = "";
35
- const { layoutState: w } = g(), m = C(!1), b = C(!1), h = C(!1), { getCanvasType: y } = L().canvasApi.value, T = C((y == null ? void 0 : y()) === "absolute"), o = E(() => g().getDimension()), x = E(() => o.value.scale * 100), i = Y({
33
+ setup(h, { emit: n }) {
34
+ let d = null, i = "", p = "";
35
+ const { layoutState: w } = V(), u = _(!1), b = _(!1), m = _(!1), { getCanvasType: y } = F().canvasApi.value, C = _((y == null ? void 0 : y()) === "absolute"), o = B(() => V().getDimension()), x = B(() => o.value.scale * 100), a = X({
36
36
  activeIndex: 0,
37
37
  guideValue: "",
38
38
  width: "",
@@ -43,15 +43,15 @@ const pe = (d, l) => {
43
43
  title: "添加大断点",
44
44
  list: [
45
45
  {
46
- icon: P(),
46
+ icon: N(),
47
47
  text: "1280px"
48
48
  },
49
49
  {
50
- icon: P(),
50
+ icon: N(),
51
51
  text: "1440px"
52
52
  },
53
53
  {
54
- icon: P(),
54
+ icon: N(),
55
55
  text: "1920px"
56
56
  }
57
57
  ],
@@ -149,220 +149,220 @@ const pe = (d, l) => {
149
149
  enContent: "styles added here will apply at 480px and down."
150
150
  }
151
151
  ]
152
- }), O = () => {
152
+ }), L = () => {
153
153
  b.value = !1;
154
- }, U = () => {
155
- c = setTimeout(() => {
156
- m.value = !0;
154
+ }, O = () => {
155
+ d = setTimeout(() => {
156
+ u.value = !0;
157
157
  }, 1e3);
158
+ }, U = () => {
159
+ u.value = !1, clearTimeout(d);
158
160
  }, j = () => {
159
- m.value = !1, clearTimeout(c);
161
+ w.toolbars.visiblePopover = !0, m.value = !0;
160
162
  }, q = () => {
161
- w.toolbars.visiblePopover = !0, h.value = !0;
162
- }, z = () => {
163
- w.toolbars.visiblePopover = !1, h.value = !1;
164
- }, S = (e) => {
165
- const a = document.querySelector(".reference-text"), s = a == null ? void 0 : a.contains(e.target);
166
- a !== e.target && !s && (w.toolbars.visiblePopover = !1);
167
- }, k = i.media.reduce((e, a, s) => (e[a.view] = { ...Z(a), index: s }, e), {}), M = (e) => {
168
- d.isCanvas ? g().setDimension({
163
+ w.toolbars.visiblePopover = !1, m.value = !1;
164
+ }, P = (e) => {
165
+ const l = document.querySelector(".reference-text"), s = l == null ? void 0 : l.contains(e.target);
166
+ l !== e.target && !s && (w.toolbars.visiblePopover = !1);
167
+ }, k = a.media.reduce((e, l, s) => (e[l.view] = { ...Y(l), index: s }, e), {}), S = (e) => {
168
+ h.isCanvas ? V().setDimension({
169
169
  deviceType: e.view,
170
170
  width: e.width,
171
171
  minWidth: e.minWidth,
172
172
  maxWidth: e.maxWidth
173
- }) : (i.activeIndex = e.idx, l("setViewPort", e.width));
174
- }, R = (e, a) => {
175
- const s = k[a];
176
- g().setDimension({
173
+ }) : (a.activeIndex = e.idx, n("setViewPort", e.width));
174
+ }, z = (e, l) => {
175
+ const s = k[l];
176
+ V().setDimension({
177
177
  deviceType: s.view,
178
178
  width: e ? `${e}px` : s.width,
179
179
  minWidth: s.minWidth,
180
180
  maxWidth: s.maxWidth
181
181
  });
182
- }, G = [
182
+ }, R = [
183
183
  { type: "mobile", min: 240, max: 480 },
184
184
  { type: "lanMobile", min: 480, max: 768 },
185
185
  { type: "tablet", min: 768, max: 992 },
186
186
  { type: "desktop", min: 992, max: 1200 },
187
187
  { type: "mdx", min: 1200, max: 1920 }
188
- ], H = (e) => {
189
- var A;
190
- const a = /^\d+$/;
191
- String(e).match(a) ? Number(e) < 240 ? i.width = 240 : Number(e) > 1920 ? i.width = 1920 : i.width = e : i.width = n || parseInt(o.value.width, 10);
192
- const s = Number(i.width), X = ((A = G.find((B) => B.min <= s && s <= B.max)) == null ? void 0 : A.type) || "desktop";
193
- R(s, X);
194
- }, J = (e) => {
195
- const a = k.mdx, s = /^\d+(\.\d+)?$/;
196
- String(e).match(s) ? Number(e) > 100 ? i.scaleValue = 100 : Number(e) < 20 ? i.scaleValue = 20 : i.scaleValue = e : i.scaleValue = u || parseInt(a.scale), i.scaleValue = Number(i.scaleValue).toFixed(2), g().setDimension({
197
- scale: Number(i.scaleValue) / 100
188
+ ], G = (e) => {
189
+ var M;
190
+ const l = /^\d+$/;
191
+ String(e).match(l) ? Number(e) < 240 ? a.width = 240 : Number(e) > 1920 ? a.width = 1920 : a.width = e : a.width = i || parseInt(o.value.width, 10);
192
+ const s = Number(a.width), Q = ((M = R.find((A) => A.min <= s && s <= A.max)) == null ? void 0 : M.type) || "desktop";
193
+ z(s, Q);
194
+ }, H = (e) => {
195
+ const l = k.mdx, s = /^\d+(\.\d+)?$/;
196
+ String(e).match(s) ? Number(e) > 100 ? a.scaleValue = 100 : Number(e) < 20 ? a.scaleValue = 20 : a.scaleValue = e : a.scaleValue = p || parseInt(l.scale), a.scaleValue = Number(a.scaleValue).toFixed(2), V().setDimension({
197
+ scale: Number(a.scaleValue) / 100
198
198
  });
199
- }, K = (e) => {
200
- const { setCanvasType: a } = L().canvasApi.value;
201
- a(e ? "absolute" : "normal");
199
+ }, J = (e) => {
200
+ const { setCanvasType: l } = F().canvasApi.value;
201
+ l(e ? "absolute" : "normal");
202
202
  };
203
- F(
203
+ E(
204
204
  () => o.value.deviceType,
205
205
  (e) => {
206
- i.activeIndex = k[e].index, i.readonly = e !== "mdx";
206
+ a.activeIndex = k[e].index, a.readonly = e !== "mdx";
207
207
  },
208
208
  { immediate: !0 }
209
- ), $(() => {
210
- i.scaleValue = x.value.toFixed(2), u = x.value;
211
- }), F(
209
+ ), Z(() => {
210
+ a.scaleValue = x.value.toFixed(2), p = x.value;
211
+ }), E(
212
212
  () => o.value.width,
213
213
  (e) => {
214
- const a = parseInt(e, 10);
215
- Number.isInteger(a) && (i.width = a, n = a);
214
+ const l = parseInt(e, 10);
215
+ Number.isInteger(l) && (a.width = l, i = l);
216
216
  }
217
- ), ee(() => {
218
- document.addEventListener("click", S);
219
- }), te(() => {
220
- document.removeEventListener("click", S);
217
+ ), $(() => {
218
+ document.addEventListener("click", P);
219
+ }), ee(() => {
220
+ document.removeEventListener("click", P);
221
221
  });
222
- const Q = o.value.deviceType || "desktop";
223
- return M(k[Q]), {
222
+ const K = o.value.deviceType || "desktop";
223
+ return S(k[K]), {
224
224
  scale: x,
225
- state: i,
225
+ state: a,
226
226
  active: b,
227
- flag: h,
228
- hide: O,
227
+ flag: m,
228
+ hide: L,
229
229
  layoutState: w,
230
- visible: m,
231
- showTips: U,
232
- hideTips: j,
233
- timer: c,
230
+ visible: u,
231
+ showTips: O,
232
+ hideTips: U,
233
+ timer: d,
234
234
  dimension: o,
235
- setViewPort: M,
236
- showPopover: q,
237
- hidePopover: z,
238
- widthChange: H,
239
- scaleChange: J,
240
- isAbsolute: T,
241
- changeCanvasType: K
235
+ setViewPort: S,
236
+ showPopover: j,
237
+ hidePopover: q,
238
+ widthChange: G,
239
+ scaleChange: H,
240
+ isAbsolute: C,
241
+ changeCanvasType: J
242
242
  };
243
243
  }
244
- }, V = (d) => (ae("data-v-036ff61a"), d = d(), se(), d), me = { class: "toolbar-wrap" }, he = { class: "toolbar-icon-wrap" }, xe = ["onClick"], ve = { class: "media-content" }, we = { class: "media-title" }, be = {
244
+ }, ce = { class: "toolbar-wrap" }, pe = { class: "toolbar-icon-wrap" }, ue = ["onClick"], me = { class: "media-content" }, xe = { class: "media-title" }, ve = {
245
245
  key: 0,
246
246
  class: "sub-title"
247
- }, ye = { class: "content" }, _e = {
247
+ }, he = { class: "content" }, we = {
248
248
  class: "reference-text",
249
249
  title: "画布设置"
250
- }, fe = /* @__PURE__ */ V(() => /* @__PURE__ */ t("span", { class: "symbol" }, "px", -1)), ge = /* @__PURE__ */ V(() => /* @__PURE__ */ t("span", { class: "symbol" }, "%", -1)), Ve = { class: "content-wrap text-content" }, ke = { class: "title text-title" }, Ce = { class: "setting" }, Te = /* @__PURE__ */ V(() => /* @__PURE__ */ t("span", null, "px", -1)), We = /* @__PURE__ */ V(() => /* @__PURE__ */ t("span", null, "%", -1)), Ie = /* @__PURE__ */ V(() => /* @__PURE__ */ t("label", null, /* @__PURE__ */ r("自由布局"), -1));
251
- function De(d, l, c, n, u, w) {
252
- const m = _("svg-icon"), b = _("tiny-popover"), h = _("tiny-input"), y = _("tiny-switch"), T = _("toolbar-base");
253
- return v(), W(T, { options: c.options }, {
254
- default: p(() => [
255
- t("div", me, [
256
- t("div", he, [
257
- (v(!0), I(ne, null, oe(n.state.media, (o, x) => (v(), I("span", {
250
+ }, be = { class: "content-wrap text-content" }, ye = { class: "title text-title" }, fe = { class: "setting" };
251
+ function ge(h, n, d, i, p, w) {
252
+ const u = f("svg-icon"), b = f("tiny-popover"), m = f("tiny-input"), y = f("tiny-switch"), C = f("toolbar-base");
253
+ return v(), T(C, { options: d.options }, {
254
+ default: c(() => [
255
+ t("div", ce, [
256
+ t("div", pe, [
257
+ (v(!0), W(te, null, ne(i.state.media, (o, x) => (v(), W("span", {
258
258
  key: x,
259
- class: ie(["icon", { active: n.state.activeIndex === x, "is-rotate": o.view === "lanMobile" }]),
260
- onClick: (i) => n.setViewPort(o)
259
+ class: ie(["icon", { active: i.state.activeIndex === x, "is-rotate": o.view === "lanMobile" }]),
260
+ onClick: (a) => i.setViewPort(o)
261
261
  }, [
262
- f(b, {
262
+ g(b, {
263
263
  trigger: "hover",
264
264
  width: "260",
265
265
  "append-to-body": "",
266
266
  "open-delay": 1e3,
267
267
  "popper-class": "media-icon-popover"
268
268
  }, {
269
- reference: p(() => [
270
- f(m, {
269
+ reference: c(() => [
270
+ g(u, {
271
271
  name: o.liked,
272
272
  class: "media-icon"
273
273
  }, null, 8, ["name"])
274
274
  ]),
275
- default: p(() => [
276
- t("div", ve, [
277
- t("div", we, [
275
+ default: c(() => [
276
+ t("div", me, [
277
+ t("div", xe, [
278
278
  t("div", null, [
279
- D(r(o.title) + " ", 1),
280
- o.subTitle ? (v(), I("span", be, [
281
- D(" ("),
282
- o.view === "desktop" ? (v(), W(m, {
279
+ I(r(o.title) + " ", 1),
280
+ o.subTitle ? (v(), W("span", ve, [
281
+ n[3] || (n[3] = I(" (")),
282
+ o.view === "desktop" ? (v(), T(u, {
283
283
  key: 0,
284
284
  name: "stars"
285
- })) : N("", !0),
285
+ })) : D("", !0),
286
286
  t("span", null, r(o.subTitle), 1),
287
- D(") ")
288
- ])) : N("", !0)
287
+ n[4] || (n[4] = I(") "))
288
+ ])) : D("", !0)
289
289
  ])
290
290
  ]),
291
- t("div", ye, r(o.content), 1)
291
+ t("div", he, r(o.content), 1)
292
292
  ])
293
293
  ]),
294
294
  _: 2
295
295
  }, 1024)
296
- ], 10, xe))), 128))
296
+ ], 10, ue))), 128))
297
297
  ]),
298
- c.isCanvas ? (v(), W(b, {
298
+ d.isCanvas ? (v(), T(b, {
299
299
  key: 0,
300
300
  width: "200",
301
301
  trigger: "click",
302
302
  "popper-class": "toolbar-media-popper"
303
303
  }, {
304
- reference: p(() => [
305
- t("span", _e, [
304
+ reference: c(() => [
305
+ t("span", we, [
306
306
  t("span", null, [
307
- t("span", null, r(parseInt(n.state.width)), 1),
308
- fe
307
+ t("span", null, r(parseInt(i.state.width)), 1),
308
+ n[5] || (n[5] = t("span", { class: "symbol" }, "px", -1))
309
309
  ]),
310
310
  t("span", null, [
311
- t("span", null, r(n.scale.toFixed(2)), 1),
312
- ge
311
+ t("span", null, r(i.scale.toFixed(2)), 1),
312
+ n[6] || (n[6] = t("span", { class: "symbol" }, "%", -1))
313
313
  ])
314
314
  ])
315
315
  ]),
316
- default: p(() => [
317
- t("div", Ve, [
318
- t("div", ke, r(n.state.textData.title), 1),
319
- t("div", Ce, [
316
+ default: c(() => [
317
+ t("div", be, [
318
+ t("div", ye, r(i.state.textData.title), 1),
319
+ t("div", fe, [
320
320
  t("div", null, [
321
- t("label", null, r(n.state.textData.width), 1),
322
- f(h, {
323
- modelValue: n.state.width,
324
- "onUpdate:modelValue": l[0] || (l[0] = (o) => n.state.width = o),
325
- onChange: n.widthChange
321
+ t("label", null, r(i.state.textData.width), 1),
322
+ g(m, {
323
+ modelValue: i.state.width,
324
+ "onUpdate:modelValue": n[0] || (n[0] = (o) => i.state.width = o),
325
+ onChange: i.widthChange
326
326
  }, {
327
- suffix: p(() => [
328
- Te
329
- ]),
327
+ suffix: c(() => n[7] || (n[7] = [
328
+ t("span", null, "px", -1)
329
+ ])),
330
330
  _: 1
331
331
  }, 8, ["modelValue", "onChange"])
332
332
  ]),
333
333
  t("div", null, [
334
- t("label", null, r(n.state.textData.scale), 1),
335
- f(h, {
336
- modelValue: n.state.scaleValue,
337
- "onUpdate:modelValue": l[1] || (l[1] = (o) => n.state.scaleValue = o),
338
- readonly: n.state.readonly,
339
- onChange: n.scaleChange
334
+ t("label", null, r(i.state.textData.scale), 1),
335
+ g(m, {
336
+ modelValue: i.state.scaleValue,
337
+ "onUpdate:modelValue": n[1] || (n[1] = (o) => i.state.scaleValue = o),
338
+ readonly: i.state.readonly,
339
+ onChange: i.scaleChange
340
340
  }, {
341
- suffix: p(() => [
342
- We
343
- ]),
341
+ suffix: c(() => n[8] || (n[8] = [
342
+ t("span", null, "%", -1)
343
+ ])),
344
344
  _: 1
345
345
  }, 8, ["modelValue", "readonly", "onChange"])
346
346
  ]),
347
347
  t("div", null, [
348
- Ie,
349
- f(y, {
350
- modelValue: n.isAbsolute,
351
- "onUpdate:modelValue": l[2] || (l[2] = (o) => n.isAbsolute = o),
352
- onChange: n.changeCanvasType
348
+ n[9] || (n[9] = t("label", null, r("自由布局"), -1)),
349
+ g(y, {
350
+ modelValue: i.isAbsolute,
351
+ "onUpdate:modelValue": n[2] || (n[2] = (o) => i.isAbsolute = o),
352
+ onChange: i.changeCanvasType
353
353
  }, null, 8, ["modelValue", "onChange"])
354
354
  ])
355
355
  ])
356
356
  ])
357
357
  ]),
358
358
  _: 1
359
- })) : N("", !0)
359
+ })) : D("", !0)
360
360
  ])
361
361
  ]),
362
362
  _: 1
363
363
  }, 8, ["options"]);
364
364
  }
365
- const Ne = /* @__PURE__ */ pe(ue, [["render", De], ["__scopeId", "data-v-036ff61a"]]), Pe = {
365
+ const Ve = /* @__PURE__ */ de(re, [["render", ge], ["__scopeId", "data-v-4a9898e3"]]), ke = {
366
366
  id: "engine.toolbars.media",
367
367
  type: "toolbars",
368
368
  title: "media",
@@ -372,10 +372,10 @@ const Ne = /* @__PURE__ */ pe(ue, [["render", De], ["__scopeId", "data-v-036ff61
372
372
  },
373
373
  renderType: "slot"
374
374
  }
375
- }, Le = {
376
- ...Pe,
377
- entry: Ne
375
+ }, Ne = {
376
+ ...ke,
377
+ entry: Ve
378
378
  };
379
379
  export {
380
- Le as default
380
+ Ne as default
381
381
  };
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .toolbar-wrap[data-v-036ff61a]{display:flex;align-items:center}.toolbar-wrap .reference-text[data-v-036ff61a]{cursor:pointer;height:var(--base-top-panel-height);line-height:var(--base-top-panel-height);padding:0 7px;color:var(--ti-lowcode-toolbar-breadcrumb-color);display:inline-block}.toolbar-wrap .reference-text>span[data-v-036ff61a]:last-child{margin-left:8px}.toolbar-wrap .toolbar-icon-wrap[data-v-036ff61a]{display:flex;flex-wrap:nowrap;align-items:center;gap:6px}.toolbar-wrap .toolbar-icon-wrap .icon[data-v-036ff61a]{width:24px;height:24px;display:inline-flex;justify-content:center;align-items:center;border-radius:4px}.toolbar-wrap .toolbar-icon-wrap .icon svg[data-v-036ff61a]{cursor:pointer;color:var(--ti-lowcode-toolbar-title-color);outline:none;width:18px;height:18px;margin-top:-.5px}.toolbar-wrap .toolbar-icon-wrap .icon.active[data-v-036ff61a],.toolbar-wrap .toolbar-icon-wrap .icon[data-v-036ff61a]:hover{background:var(--ti-lowcode-toolbar-view-active-bg)}.toolbar-wrap .toolbar-icon-wrap .icon.active svg[data-v-036ff61a]{color:var(--ti-lowcode-common-primary-color)}.toolbar-wrap .more-setting .setting-item[data-v-036ff61a]{display:flex;justify-content:space-between;padding:12px}.media-content[data-v-036ff61a]{padding:12px 8px;line-height:18px}.media-content .media-title[data-v-036ff61a]{font-weight:600}.media-content .content[data-v-036ff61a]{color:var(--te-common-text-secondary)}.setting-content[data-v-036ff61a]{padding:12px 8px}.content-wrap[data-v-036ff61a]{padding:20px 12px}.content-wrap .title[data-v-036ff61a]{font-weight:600;margin-bottom:16px}.content-wrap .setting[data-v-036ff61a]{display:flex;flex-direction:column;gap:12px}.content-wrap .setting div[data-v-036ff61a]{display:flex;align-items:center;justify-content:space-between}.content-wrap .setting div label[data-v-036ff61a]{color:var(--te-common-text-secondary);min-width:64px}.content-wrap .setting div[data-v-036ff61a]:last-child{justify-content:flex-start}
1
+ .toolbar-wrap[data-v-4a9898e3]{display:flex;align-items:center}.toolbar-wrap .reference-text[data-v-4a9898e3]{cursor:pointer;height:var(--base-top-panel-height);line-height:var(--base-top-panel-height);padding:0 7px;color:var(--ti-lowcode-toolbar-breadcrumb-color);display:inline-block}.toolbar-wrap .reference-text>span[data-v-4a9898e3]:last-child{margin-left:8px}.toolbar-wrap .toolbar-icon-wrap[data-v-4a9898e3]{display:flex;flex-wrap:nowrap;align-items:center;gap:6px}.toolbar-wrap .toolbar-icon-wrap .icon[data-v-4a9898e3]{width:24px;height:24px;display:inline-flex;justify-content:center;align-items:center;border-radius:4px}.toolbar-wrap .toolbar-icon-wrap .icon svg[data-v-4a9898e3]{cursor:pointer;color:var(--ti-lowcode-toolbar-title-color);outline:none;width:18px;height:18px;margin-top:-.5px}.toolbar-wrap .toolbar-icon-wrap .icon.active[data-v-4a9898e3],.toolbar-wrap .toolbar-icon-wrap .icon[data-v-4a9898e3]:hover{background:var(--ti-lowcode-toolbar-view-active-bg)}.toolbar-wrap .toolbar-icon-wrap .icon.active svg[data-v-4a9898e3]{color:var(--ti-lowcode-common-primary-color)}.toolbar-wrap .more-setting .setting-item[data-v-4a9898e3]{display:flex;justify-content:space-between;padding:12px}.media-content[data-v-4a9898e3]{padding:12px 8px;line-height:18px}.media-content .media-title[data-v-4a9898e3]{font-weight:600}.media-content .content[data-v-4a9898e3]{color:var(--te-common-text-secondary)}.setting-content[data-v-4a9898e3]{padding:12px 8px}.content-wrap[data-v-4a9898e3]{padding:20px 12px}.content-wrap .title[data-v-4a9898e3]{font-weight:600;margin-bottom:16px}.content-wrap .setting[data-v-4a9898e3]{display:flex;flex-direction:column;gap:12px}.content-wrap .setting div[data-v-4a9898e3]{display:flex;align-items:center;justify-content:space-between}.content-wrap .setting div label[data-v-4a9898e3]{color:var(--te-common-text-secondary);min-width:64px}.content-wrap .setting div[data-v-4a9898e3]:last-child{justify-content:flex-start}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/tiny-engine-toolbar-media",
3
- "version": "2.1.0-rc.0",
3
+ "version": "2.1.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,11 +25,11 @@
25
25
  "license": "MIT",
26
26
  "homepage": "https://opentiny.design/tiny-engine",
27
27
  "dependencies": {
28
- "@opentiny/tiny-engine-common": "2.1.0-rc.0",
29
- "@opentiny/tiny-engine-meta-register": "2.1.0-rc.0"
28
+ "@opentiny/tiny-engine-common": "2.1.0",
29
+ "@opentiny/tiny-engine-meta-register": "2.1.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.1.0-rc.0",
32
+ "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.1.0",
33
33
  "@vitejs/plugin-vue": "^5.1.2",
34
34
  "@vitejs/plugin-vue-jsx": "^4.0.1",
35
35
  "vite": "^5.4.2"
@@ -39,5 +39,5 @@
39
39
  "@opentiny/vue-icon": "^3.14.0",
40
40
  "vue": "^3.4.15"
41
41
  },
42
- "gitHead": "71a3549d5f1d38d2ed3934ce83b722b11878aa7c"
42
+ "gitHead": "faf3072c75ea5024689972e2a687916e084c156f"
43
43
  }