@feedmepos/mf-miniprogram-v2 0.1.0-dev.18 → 0.1.0-dev.19

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.
@@ -8353,7 +8353,8 @@ ${Te}`;
8353
8353
  key: `${r.value}-${s.value}`,
8354
8354
  src: e.chat.previewUrl,
8355
8355
  class: "preview__frame",
8356
- title: "brand-app-poc preview"
8356
+ title: "brand-app-poc preview",
8357
+ allow: "camera"
8357
8358
  }, null, 8, Cd)),
8358
8359
  i.value ? (x(), I("div", {
8359
8360
  key: 0,
@@ -8394,7 +8395,7 @@ ${Te}`;
8394
8395
  ]);
8395
8396
  };
8396
8397
  }
8397
- }), Ld = /* @__PURE__ */ zt(Md, [["__scopeId", "data-v-894b60b4"]]), Pd = { class: "flex justify-end gap-8" }, Dd = /* @__PURE__ */ at({
8398
+ }), Ld = /* @__PURE__ */ zt(Md, [["__scopeId", "data-v-aef0753f"]]), Pd = { class: "flex justify-end gap-8" }, Dd = /* @__PURE__ */ at({
8398
8399
  __name: "RenameSessionDialog",
8399
8400
  props: {
8400
8401
  initialTitle: {}
package/dist/app.js CHANGED
@@ -3,7 +3,7 @@ const n = [
3
3
  {
4
4
  path: "/",
5
5
  name: "miniprogram-v2-control",
6
- component: () => import("./ControlPlaneView-2Y_jmnWp.js")
6
+ component: () => import("./ControlPlaneView-DxWpnS1T.js")
7
7
  },
8
8
  {
9
9
  path: "/:pathMatch(.*)*",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-miniprogram-v2",
3
- "version": "0.1.0-dev.18",
3
+ "version": "0.1.0-dev.19",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -23,6 +23,7 @@
23
23
  "build": "npm run type-check && npm run build-only:dev",
24
24
  "build:prod": "npm run type-check && npm run build-only:prod",
25
25
  "preview": "vite preview",
26
+ "test": "node --test src/components/PreviewPanel.test.mjs",
26
27
  "type-check": "vue-tsc --build --force",
27
28
  "typecheck": "npm run type-check",
28
29
  "build:mf:dev": "vite build --mode fmmf:dev",