@milaboratories/uikit 2.9.0 → 2.10.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.
Files changed (45) hide show
  1. package/.turbo/turbo-build.log +49 -48
  2. package/.turbo/turbo-lint.log +1 -1
  3. package/.turbo/turbo-type-check.log +1 -1
  4. package/CHANGELOG.md +13 -0
  5. package/dist/components/DataTable/TableComponent.vue.js +4 -4
  6. package/dist/components/PlAutocomplete/PlAutocomplete.vue.js +1 -1
  7. package/dist/components/PlAutocompleteMulti/PlAutocompleteMulti.vue.js +1 -1
  8. package/dist/components/PlDropdown/PlDropdown.vue.js +1 -1
  9. package/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.js +1 -1
  10. package/dist/components/PlDropdownMulti/PlDropdownMulti.vue.js +1 -1
  11. package/dist/components/PlFileInput/PlFileInput.vue.js +1 -1
  12. package/dist/components/PlLogView/PlLogView.vue.js +1 -1
  13. package/dist/components/PlNumberField/PlNumberField.vue.js +1 -1
  14. package/dist/components/PlSlideModal/PlPureSlideModal.vue.js +4 -4
  15. package/dist/components/PlTextArea/PlTextArea.vue.js +1 -1
  16. package/dist/components/PlTextField/PlTextField.vue.js +1 -1
  17. package/dist/layout/PlBlockPage/PlBlockPage.vue.d.ts +28 -2
  18. package/dist/layout/PlBlockPage/PlBlockPage.vue.d.ts.map +1 -1
  19. package/dist/layout/PlBlockPage/PlBlockPage.vue.js +7 -58
  20. package/dist/layout/PlBlockPage/PlBlockPage.vue.js.map +1 -1
  21. package/dist/layout/PlBlockPage/PlBlockPage.vue2.js +87 -2
  22. package/dist/layout/PlBlockPage/PlBlockPage.vue2.js.map +1 -1
  23. package/dist/layout/PlBlockPage/PlBlockPage.vue3.js +13 -0
  24. package/dist/layout/PlBlockPage/PlBlockPage.vue3.js.map +1 -0
  25. package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportTarget.d.ts +2 -0
  26. package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportTarget.d.ts.map +1 -0
  27. package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportTarget.js +6 -0
  28. package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportTarget.js.map +1 -0
  29. package/dist/layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.d.ts +1 -1
  30. package/dist/layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.d.ts.map +1 -1
  31. package/dist/layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.js +10 -11
  32. package/dist/layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.js.map +1 -1
  33. package/dist/utils/DoubleContour.vue3.js +1 -1
  34. package/package.json +6 -6
  35. package/src/layout/PlBlockPage/PlBlockPage.vue +92 -23
  36. package/src/layout/PlBlockPage/PlBlockPageTitleTeleportTarget.ts +3 -0
  37. package/src/layout/PlBlockPage/pl-block-page.scss +3 -8
  38. package/src/layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.ts +6 -11
  39. package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportId.d.ts +0 -2
  40. package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportId.d.ts.map +0 -1
  41. package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportId.js +0 -6
  42. package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportId.js.map +0 -1
  43. package/dist/utils/DoubleContour.vue2.js +0 -23
  44. package/dist/utils/DoubleContour.vue2.js.map +0 -1
  45. package/src/layout/PlBlockPage/PlBlockPageTitleTeleportId.ts +0 -3
@@ -1,2 +0,0 @@
1
- export declare const PlBlockPageTitleTeleportId: string;
2
- //# sourceMappingURL=PlBlockPageTitleTeleportId.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlBlockPageTitleTeleportId.d.ts","sourceRoot":"","sources":["../../../src/layout/PlBlockPage/PlBlockPageTitleTeleportId.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,0BAA0B,QAAa,CAAC"}
@@ -1,6 +0,0 @@
1
- import { uniqueId as e } from "@milaboratories/helpers";
2
- const t = e();
3
- export {
4
- t as PlBlockPageTitleTeleportId
5
- };
6
- //# sourceMappingURL=PlBlockPageTitleTeleportId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlBlockPageTitleTeleportId.js","sources":["../../../src/layout/PlBlockPage/PlBlockPageTitleTeleportId.ts"],"sourcesContent":["import { uniqueId } from '@milaboratories/helpers';\n\nexport const PlBlockPageTitleTeleportId = uniqueId();\n"],"names":["PlBlockPageTitleTeleportId","uniqueId"],"mappings":";AAEO,MAAMA,IAA6BC,EAAA;"}
@@ -1,23 +0,0 @@
1
- import { defineComponent as t, createElementBlock as r, openBlock as n, normalizeClass as s, createElementVNode as a, normalizeProps as l, guardReactiveProps as i, renderSlot as u } from "vue";
2
- const d = {
3
- inheritAttrs: !1
4
- }, m = /* @__PURE__ */ t({
5
- ...d,
6
- __name: "DoubleContour",
7
- props: {
8
- groupPosition: { default: void 0 }
9
- },
10
- setup(o) {
11
- return (e, c) => (n(), r("div", {
12
- class: s(["double-contour", { [o.groupPosition]: !0 }])
13
- }, [
14
- a("div", l(i(e.$attrs)), [
15
- u(e.$slots, "default")
16
- ], 16)
17
- ], 2));
18
- }
19
- });
20
- export {
21
- m as default
22
- };
23
- //# sourceMappingURL=DoubleContour.vue2.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DoubleContour.vue2.js","sources":["../../src/utils/DoubleContour.vue"],"sourcesContent":["<script lang=\"ts\" setup>\nwithDefaults(defineProps<{\n groupPosition?: 'top' | 'bottom' | 'left' | 'right' | 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'middle';\n}>(), {\n groupPosition: undefined,\n});\n</script>\n\n<script lang=\"ts\">\n\nexport default {\n inheritAttrs: false,\n};\n</script>\n\n<template>\n <div class=\"double-contour\" :class=\"{ [groupPosition]: true }\">\n <div v-bind=\"$attrs\">\n <slot />\n </div>\n </div>\n</template>\n<style>\n.double-contour {\n &.top > div {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n.double-contour {\n &.bottom > div {\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n }\n}\n.double-contour {\n &.left > div {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n}\n.double-contour {\n &.right > div {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n.double-contour {\n &.top-left > div{\n border-top-right-radius: 0;\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n }\n}\n.double-contour {\n &.top-right > div {\n border-bottom-right-radius: 0;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n.double-contour {\n &.bottom-left > div {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-top-left-radius: 0;\n }\n}\n.double-contour {\n &.bottom-right > div {\n border-top-right-radius: 0;\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n }\n}\n.double-contour {\n &.middle > div {\n border-radius: 0;\n }\n}\n</style>\n"],"names":["__default__","_createElementBlock","_normalizeClass","__props","_createElementVNode","$attrs","_renderSlot","_ctx"],"mappings":";AAUA,MAAAA,IAAe;AAAA,EACb,cAAc;AAChB;;;;;;;2BAIEC,EAIM,OAAA;AAAA,MAJD,OAAKC,EAAA,CAAC,kBAAgB,EAAA,CAAYC,EAAA,aAAa,GAAA,IAAA,CAAA;AAAA,IAAA;MAClDC,EAEM,WAFOC,EAAAA,MAAM,CAAA,GAAA;AAAA,QACjBC,EAAQC,EAAA,QAAA,SAAA;AAAA,MAAA;;;;"}
@@ -1,3 +0,0 @@
1
- import { uniqueId } from '@milaboratories/helpers';
2
-
3
- export const PlBlockPageTitleTeleportId = uniqueId();