@platforma-sdk/ui-vue 1.42.8 → 1.42.14

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 (31) hide show
  1. package/.turbo/turbo-build.log +14 -14
  2. package/.turbo/turbo-test.log +565 -0
  3. package/.turbo/turbo-type-check.log +1 -1
  4. package/CHANGELOG.md +15 -0
  5. package/dist/components/PlAnnotations/components/DynamicForm.vue2.js +12 -12
  6. package/dist/lib/model/common/dist/index.js.map +1 -1
  7. package/dist/lib/ui/uikit/dist/components/DataTable/TableComponent.vue.js +1 -1
  8. package/dist/lib/ui/uikit/dist/components/PlAccordion/ExpandTransition.vue2.js +27 -0
  9. package/dist/lib/ui/uikit/dist/components/PlAccordion/ExpandTransition.vue2.js.map +1 -0
  10. package/dist/lib/ui/uikit/dist/components/PlAutocomplete/PlAutocomplete.vue.js +22 -22
  11. package/dist/lib/ui/uikit/dist/components/PlAutocomplete/PlAutocomplete.vue.js.map +1 -1
  12. package/dist/lib/ui/uikit/dist/components/PlDropdown/OptionList.vue.js +2 -2
  13. package/dist/lib/ui/uikit/dist/components/PlDropdown/PlDropdown.vue.js +106 -103
  14. package/dist/lib/ui/uikit/dist/components/PlDropdown/PlDropdown.vue.js.map +1 -1
  15. package/dist/lib/ui/uikit/dist/components/PlDropdownLine/PlDropdownLine.vue.js +81 -77
  16. package/dist/lib/ui/uikit/dist/components/PlDropdownLine/PlDropdownLine.vue.js.map +1 -1
  17. package/dist/lib/ui/uikit/dist/components/PlDropdownMulti/PlDropdownMulti.vue.js +21 -21
  18. package/dist/lib/ui/uikit/dist/components/PlDropdownMulti/PlDropdownMulti.vue.js.map +1 -1
  19. package/dist/lib/ui/uikit/dist/components/PlDropdownRef/PlDropdownRef.vue.js +24 -22
  20. package/dist/lib/ui/uikit/dist/components/PlDropdownRef/PlDropdownRef.vue.js.map +1 -1
  21. package/dist/lib/ui/uikit/dist/components/PlFileDialog/Remote.vue.js +8 -8
  22. package/dist/lib/ui/uikit/dist/components/PlSlideModal/PlPureSlideModal.vue.js +1 -1
  23. package/dist/lib/ui/uikit/dist/lib/model/common/dist/index.js.map +1 -1
  24. package/dist/lib/ui/uikit/dist/sdk/model/dist/index.js +1 -1
  25. package/dist/lib/ui/uikit/dist/sdk/model/dist/index.js.map +1 -1
  26. package/dist/lib/ui/uikit/dist/utils/DropdownOverlay/DropdownOverlay.vue.js +13 -11
  27. package/dist/lib/ui/uikit/dist/utils/DropdownOverlay/DropdownOverlay.vue.js.map +1 -1
  28. package/dist/plugins/Monetization/MonetizationSidebar.vue.js +4 -4
  29. package/dist/sdk/model/dist/index.js +1 -1
  30. package/dist/sdk/model/dist/index.js.map +1 -1
  31. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.42.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5c49322]
8
+ - Updated dependencies [68776f8]
9
+ - @milaboratories/uikit@2.4.0
10
+
11
+ ## 1.42.10
12
+
13
+ ### Patch Changes
14
+
15
+ - @platforma-sdk/model@1.42.10
16
+ - @milaboratories/uikit@2.3.29
17
+
3
18
  ## 1.42.8
4
19
 
5
20
  ### Patch Changes
@@ -1,12 +1,12 @@
1
1
  import { defineComponent as g, mergeModels as O, useModel as D, computed as c, watch as _, resolveComponent as h, createElementBlock as v, createCommentVNode as V, openBlock as u, normalizeClass as B, Fragment as i, renderList as S, createBlock as p, unref as s, withCtx as j, createTextVNode as w, toDisplayString as U } from "vue";
2
- import { isNil as R } from "../../../lib/util/helpers/dist/index.js";
2
+ import { isNil as Q } from "../../../lib/util/helpers/dist/index.js";
3
3
  import "../../../lib/ui/uikit/dist/index.js";
4
- import { getFilterUiMetadata as x, getFilterUiTypeOptions as z } from "../../../sdk/model/dist/index.js";
4
+ import { getFilterUiMetadata as R, getFilterUiTypeOptions as x } from "../../../sdk/model/dist/index.js";
5
5
  import k from "../../../lib/ui/uikit/dist/components/PlDropdown/PlDropdown.vue.js";
6
- import E from "../../../lib/ui/uikit/dist/components/PlTextField/PlTextField.vue.js";
6
+ import z from "../../../lib/ui/uikit/dist/components/PlTextField/PlTextField.vue.js";
7
7
  import T from "../../../lib/ui/uikit/dist/components/PlNumberField/PlNumberField.vue.js";
8
- import I from "../../../lib/ui/uikit/dist/components/PlCheckbox/PlCheckbox.vue.js";
9
- const L = { key: 7 }, H = /* @__PURE__ */ g({
8
+ import E from "../../../lib/ui/uikit/dist/components/PlCheckbox/PlCheckbox.vue.js";
9
+ const I = { key: 7 }, J = /* @__PURE__ */ g({
10
10
  __name: "DynamicForm",
11
11
  props: /* @__PURE__ */ O({
12
12
  columns: {},
@@ -25,8 +25,8 @@ const L = { key: 7 }, H = /* @__PURE__ */ g({
25
25
  }), f = c(() => {
26
26
  const o = t.value;
27
27
  if (o.type && typeof o.type == "string")
28
- return x(o.type);
29
- }), M = c(() => z(b.value)), F = c(() => d.columns.map((o) => ({ label: o.label, value: o.id }))), C = c(() => {
28
+ return R(o.type);
29
+ }), M = c(() => x(b.value)), F = c(() => d.columns.map((o) => ({ label: o.label, value: o.id }))), C = c(() => {
30
30
  const o = f.value, n = b.value;
31
31
  return o && n ? d.columns.filter((r) => o.supportedFor(n, r.obj)).map((r) => ({
32
32
  label: r.label,
@@ -41,7 +41,7 @@ const L = { key: 7 }, H = /* @__PURE__ */ g({
41
41
  for (const [n, r] of Object.entries(o))
42
42
  if (t.value[n] === void 0) {
43
43
  const l = r.defaultValue();
44
- R(l) || (t.value[n] = l);
44
+ Q(l) || (t.value[n] = l);
45
45
  }
46
46
  },
47
47
  { immediate: !0, deep: !0 }
@@ -66,7 +66,7 @@ const L = { key: 7 }, H = /* @__PURE__ */ g({
66
66
  label: l.label ?? e,
67
67
  options: M.value,
68
68
  "onUpdate:modelValue": (a) => m(e, a)
69
- }, null, 8, ["model-value", "label", "options", "onUpdate:modelValue"])) : l.fieldType === "string" ? (u(), p(s(E), {
69
+ }, null, 8, ["model-value", "label", "options", "onUpdate:modelValue"])) : l.fieldType === "string" ? (u(), p(s(z), {
70
70
  key: 2,
71
71
  "model-value": t.value[e],
72
72
  label: l.label ?? e,
@@ -88,7 +88,7 @@ const L = { key: 7 }, H = /* @__PURE__ */ g({
88
88
  label: l.label ?? e,
89
89
  clearable: !0,
90
90
  "onUpdate:modelValue": (a) => m(e, a)
91
- }, null, 8, ["model-value", "label", "onUpdate:modelValue"])) : l.fieldType === "boolean" || l.fieldType === "boolean?" ? (u(), p(s(I), {
91
+ }, null, 8, ["model-value", "label", "onUpdate:modelValue"])) : l.fieldType === "boolean" || l.fieldType === "boolean?" ? (u(), p(s(E), {
92
92
  key: 6,
93
93
  "model-value": !!t.value[e],
94
94
  label: l.label ?? e,
@@ -98,13 +98,13 @@ const L = { key: 7 }, H = /* @__PURE__ */ g({
98
98
  w(U(l.label ?? e), 1)
99
99
  ]),
100
100
  _: 2
101
- }, 1032, ["model-value", "label", "onUpdate:modelValue"])) : (u(), v("pre", L, "TODO:" + U(l.fieldType), 1))
101
+ }, 1032, ["model-value", "label", "onUpdate:modelValue"])) : (u(), v("pre", I, "TODO:" + U(l.fieldType), 1))
102
102
  ], 64))), 128))
103
103
  ], 2)) : V("", !0);
104
104
  };
105
105
  }
106
106
  });
107
107
  export {
108
- H as default
108
+ J as default
109
109
  };
110
110
  //# sourceMappingURL=DynamicForm.vue2.js.map