flame-plus 1.0.5 → 1.0.7

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 (51) hide show
  1. package/README.md +7 -7
  2. package/flameDist/flame-plus.es.js +12 -10
  3. package/flameDist/flame-plus.es.js.map +1 -1
  4. package/flameDist/flame-plus.umd.js +3 -3
  5. package/flameDist/flame-plus.umd.js.map +1 -1
  6. package/flameDist/style.css +1 -1
  7. package/flameDist/tinymce/skins/content/dark/content.css +66 -66
  8. package/flameDist/tinymce/skins/content/dark/content.min.css +1 -1
  9. package/flameDist/tinymce/skins/content/default/content.css +61 -61
  10. package/flameDist/tinymce/skins/content/default/content.min.css +1 -1
  11. package/flameDist/tinymce/skins/content/document/content.css +66 -66
  12. package/flameDist/tinymce/skins/content/document/content.min.css +1 -1
  13. package/flameDist/tinymce/skins/content/tinymce-5/content.css +61 -61
  14. package/flameDist/tinymce/skins/content/tinymce-5/content.min.css +1 -1
  15. package/flameDist/tinymce/skins/content/tinymce-5-dark/content.css +66 -66
  16. package/flameDist/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -1
  17. package/flameDist/tinymce/skins/content/writer/content.css +62 -62
  18. package/flameDist/tinymce/skins/content/writer/content.min.css +1 -1
  19. package/flameDist/tinymce/skins/ui/oxide/content.css +785 -785
  20. package/flameDist/tinymce/skins/ui/oxide/content.inline.css +779 -779
  21. package/flameDist/tinymce/skins/ui/oxide/content.inline.min.css +1 -1
  22. package/flameDist/tinymce/skins/ui/oxide/content.min.css +1 -1
  23. package/flameDist/tinymce/skins/ui/oxide/skin.css +3759 -3759
  24. package/flameDist/tinymce/skins/ui/oxide/skin.min.css +1 -1
  25. package/flameDist/tinymce/skins/ui/oxide/skin.shadowdom.css +30 -30
  26. package/flameDist/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -1
  27. package/flameDist/tinymce/skins/ui/oxide-dark/content.css +766 -766
  28. package/flameDist/tinymce/skins/ui/oxide-dark/content.inline.css +779 -779
  29. package/flameDist/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -1
  30. package/flameDist/tinymce/skins/ui/oxide-dark/content.min.css +1 -1
  31. package/flameDist/tinymce/skins/ui/oxide-dark/skin.css +3762 -3762
  32. package/flameDist/tinymce/skins/ui/oxide-dark/skin.min.css +1 -1
  33. package/flameDist/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +30 -30
  34. package/flameDist/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -1
  35. package/flameDist/tinymce/skins/ui/tinymce-5/content.css +785 -785
  36. package/flameDist/tinymce/skins/ui/tinymce-5/content.inline.css +779 -779
  37. package/flameDist/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -1
  38. package/flameDist/tinymce/skins/ui/tinymce-5/content.min.css +1 -1
  39. package/flameDist/tinymce/skins/ui/tinymce-5/skin.css +3853 -3853
  40. package/flameDist/tinymce/skins/ui/tinymce-5/skin.min.css +1 -1
  41. package/flameDist/tinymce/skins/ui/tinymce-5/skin.shadowdom.css +30 -30
  42. package/flameDist/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -1
  43. package/flameDist/tinymce/skins/ui/tinymce-5-dark/content.css +766 -766
  44. package/flameDist/tinymce/skins/ui/tinymce-5-dark/content.inline.css +779 -779
  45. package/flameDist/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -1
  46. package/flameDist/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -1
  47. package/flameDist/tinymce/skins/ui/tinymce-5-dark/skin.css +3853 -3853
  48. package/flameDist/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -1
  49. package/flameDist/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.css +30 -30
  50. package/flameDist/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -1
  51. package/package.json +47 -47
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
- # Vue 3 + Vite
2
-
3
- This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
-
5
- ## Recommended IDE Setup
6
-
7
- - [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
1
+ # Vue 3 + Vite
2
+
3
+ This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
+
5
+ ## Recommended IDE Setup
6
+
7
+ - [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
@@ -2113,7 +2113,7 @@ const ir = (n, r) => {
2113
2113
  ])
2114
2114
  ]));
2115
2115
  }
2116
- }), mg = /* @__PURE__ */ ir(pg, [["__scopeId", "data-v-cdbc49ba"]]), hg = So(mg), gg = xo({
2116
+ }), mg = /* @__PURE__ */ ir(pg, [["__scopeId", "data-v-a78ebdee"]]), hg = So(mg), gg = xo({
2117
2117
  modelValue: {
2118
2118
  type: String,
2119
2119
  default: ""
@@ -5287,7 +5287,7 @@ const bg = { class: "component" }, yg = Ae({
5287
5287
  ]);
5288
5288
  };
5289
5289
  }
5290
- }), Cg = /* @__PURE__ */ ir(_g, [["__scopeId", "data-v-33ed5f86"]]), Ri = So(Cg), wg = xo({
5290
+ }), Cg = /* @__PURE__ */ ir(_g, [["__scopeId", "data-v-18dcaa8a"]]), Ri = So(Cg), wg = xo({
5291
5291
  modelValue: {
5292
5292
  type: String,
5293
5293
  default: ""
@@ -5809,11 +5809,11 @@ function ki(n) {
5809
5809
  }
5810
5810
  const Ts = () => {
5811
5811
  vf((n) => ({
5812
- "6937d0a2": n.columnNumber
5812
+ "193436c3": n.columnNumber
5813
5813
  }));
5814
5814
  }, Ds = Ji.setup;
5815
5815
  Ji.setup = Ds ? (n, r) => (Ts(), Ds(n, r)) : Ts;
5816
- const Xn = /* @__PURE__ */ ir(Ji, [["__scopeId", "data-v-7e195392"]]);
5816
+ const Xn = /* @__PURE__ */ ir(Ji, [["__scopeId", "data-v-61681c43"]]);
5817
5817
  function Oi(n) {
5818
5818
  return typeof n == "function" || Object.prototype.toString.call(n) === "[object Object]" && !Co(n);
5819
5819
  }
@@ -6216,7 +6216,7 @@ const Pg = Ae({
6216
6216
  ], 2);
6217
6217
  };
6218
6218
  }
6219
- }), Dg = /* @__PURE__ */ ir(Tg, [["__scopeId", "data-v-5de07d04"]]), _o = So(Dg);
6219
+ }), Dg = /* @__PURE__ */ ir(Tg, [["__scopeId", "data-v-769d46f9"]]), _o = So(Dg);
6220
6220
  const $g = { class: "page-header" }, Bg = Ae({
6221
6221
  __name: "flmReportPage",
6222
6222
  props: {
@@ -6324,7 +6324,7 @@ const $g = { class: "page-header" }, Bg = Ae({
6324
6324
  X.items.forEach((Ue) => {
6325
6325
  me[Ue.field_name] = Ue;
6326
6326
  }), we.table.tableInfo = me, we.addForm.tableInfo = me, we.editForm.tableInfo = me, we.readForm.tableInfo = me, l.value = we, O();
6327
- }).finally(() => S.value = !0);
6327
+ });
6328
6328
  });
6329
6329
  };
6330
6330
  let E = Be(!1);
@@ -6352,8 +6352,10 @@ const $g = { class: "page-header" }, Bg = Ae({
6352
6352
  order_by: "flame_id DESC"
6353
6353
  }
6354
6354
  }).then(({ items: X, total: me }) => {
6355
- l.value.table.data = X, l.value.table.pagination = l.value.pagination, l.value.pagination.total = me, S.value = !0;
6356
- }).finally(() => E.value = !1);
6355
+ l.value.table.data = X, l.value.table.pagination = l.value.pagination, l.value.pagination.total = me;
6356
+ }).finally(() => {
6357
+ E.value = !1, S.value = !0;
6358
+ });
6357
6359
  }, m = () => {
6358
6360
  l.value.pagination["current-page"] = 1, O();
6359
6361
  }, N = (M) => {
@@ -6714,7 +6716,7 @@ const $g = { class: "page-header" }, Bg = Ae({
6714
6716
  ]);
6715
6717
  };
6716
6718
  }
6717
- }), Cc = /* @__PURE__ */ ir(Bg, [["__scopeId", "data-v-02efccf0"]]);
6719
+ }), Cc = /* @__PURE__ */ ir(Bg, [["__scopeId", "data-v-4aaf6453"]]);
6718
6720
  const Ng = { class: "page-header" }, jg = { class: "page-search" }, Rg = Ae({
6719
6721
  __name: "flmExportPage",
6720
6722
  props: {
@@ -6856,7 +6858,7 @@ const Ng = { class: "page-header" }, jg = { class: "page-search" }, Rg = Ae({
6856
6858
  ], 64)) : wo("", !0)
6857
6859
  ], 512));
6858
6860
  }
6859
- }), Ig = /* @__PURE__ */ ir(Rg, [["__scopeId", "data-v-e8b74af6"]]), Mg = /* @__PURE__ */ Ae({
6861
+ }), Ig = /* @__PURE__ */ ir(Rg, [["__scopeId", "data-v-b4ed2712"]]), Mg = /* @__PURE__ */ Ae({
6860
6862
  components: {
6861
6863
  flmCheckbox: Er
6862
6864
  },