g-ai-robot3 0.1.87 → 0.1.88

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.
@@ -14,6 +14,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14
14
  width: string;
15
15
  height: string;
16
16
  };
17
+ canvasStyle: () => {
18
+ width: string;
19
+ height: string;
20
+ };
17
21
  bubbleStyle: () => {
18
22
  width: string;
19
23
  height: string;
@@ -49,6 +53,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
49
53
  width: string;
50
54
  height: string;
51
55
  };
56
+ canvasStyle: () => {
57
+ width: string;
58
+ height: string;
59
+ };
52
60
  bubbleStyle: () => {
53
61
  width: string;
54
62
  height: string;
@@ -71,6 +79,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
71
79
  isFuYangPro: boolean;
72
80
  videoStyle: import("vue").CSSProperties;
73
81
  digitalStyle: import("vue").CSSProperties;
82
+ canvasStyle: import("vue").CSSProperties;
74
83
  bubbleStyle: import("vue").CSSProperties;
75
84
  offer: string;
76
85
  human: string;
@@ -91894,6 +91894,10 @@ const DC = "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIzN2IzODNlNzZiMmU0NGNmOTQ5ODg2YjY1NjI
91894
91894
  width: "180px",
91895
91895
  height: "180px"
91896
91896
  }) },
91897
+ canvasStyle: { default: () => ({
91898
+ width: "180px",
91899
+ height: "180px"
91900
+ }) },
91897
91901
  bubbleStyle: { default: () => ({
91898
91902
  width: "30%",
91899
91903
  height: "30%"
@@ -92257,7 +92261,7 @@ const DC = "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIzN2IzODNlNzZiMmU0NGNmOTQ5ODg2YjY1NjI
92257
92261
  ta(ge("canvas", {
92258
92262
  id: "output-canvas",
92259
92263
  class: vl({ "fade-out": !Y.value }),
92260
- style: Ua({ visibility: Y.value ? "visible" : "hidden" }),
92264
+ style: Ua({ ...K.canvasStyle, visibility: Y.value ? "visible" : "hidden" }),
92261
92265
  willReadFrequently: "true",
92262
92266
  ref_key: "canvasRef",
92263
92267
  ref: A
@@ -92343,7 +92347,7 @@ const DC = "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIzN2IzODNlNzZiMmU0NGNmOTQ5ODg2YjY1NjI
92343
92347
  for (const [l, n] of e)
92344
92348
  a[l] = n;
92345
92349
  return a;
92346
- }, Mft = /* @__PURE__ */ rL(Tft, [["__scopeId", "data-v-8d184fb4"]]), UC = {};
92350
+ }, Mft = /* @__PURE__ */ rL(Tft, [["__scopeId", "data-v-fc8faaf3"]]), UC = {};
92347
92351
  function Kft(t) {
92348
92352
  let e = UC[t];
92349
92353
  if (e)
@@ -95669,6 +95673,7 @@ const Igt = { class: "robot" }, Cgt = {
95669
95673
  ] },
95670
95674
  videoStyle: {},
95671
95675
  digitalStyle: {},
95676
+ canvasStyle: {},
95672
95677
  bubbleStyle: {},
95673
95678
  offer: {},
95674
95679
  human: {},