@milaboratories/uikit 2.10.31 → 2.10.32

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 (176) hide show
  1. package/.turbo/turbo-build.log +186 -112
  2. package/.turbo/turbo-formatter$colon$check.log +2 -2
  3. package/.turbo/turbo-linter$colon$check.log +2 -2
  4. package/.turbo/turbo-types$colon$check.log +1 -1
  5. package/CHANGELOG.md +8 -0
  6. package/dist/assets/ui.css +1 -0
  7. package/dist/base/BtnBase.vue.js +1 -1
  8. package/dist/components/DataTable/TableComponent.vue.js +59 -114
  9. package/dist/components/DataTable/TableComponent.vue.js.map +1 -1
  10. package/dist/components/DataTable/assets/data-table-style.css +1 -0
  11. package/dist/components/LongText.css +1 -0
  12. package/dist/components/LongText.vue3.js +1 -1
  13. package/dist/components/PlAccordion/ExpandTransition.css +1 -0
  14. package/dist/components/PlAccordion/ExpandTransition.vue3.js +1 -1
  15. package/dist/components/PlAccordion/PlAccordionSection.css +1 -0
  16. package/dist/components/PlAccordion/PlAccordionSection.vue2.js +5 -5
  17. package/dist/components/PlAccordion/PlAccordionSection.vue3.js +1 -1
  18. package/dist/components/PlAlert/PlAlert.vue.js +1 -1
  19. package/dist/components/PlAlert/pl-alert.css +1 -0
  20. package/dist/components/PlAutocomplete/PlAutocomplete.vue.js +25 -25
  21. package/dist/components/PlAutocomplete/pl-autocomplete.css +1 -0
  22. package/dist/components/PlAutocompleteMulti/PlAutocompleteMulti.vue.js +9 -9
  23. package/dist/components/PlAutocompleteMulti/pl-autocomplete-multi.css +1 -0
  24. package/dist/components/PlBtnAccent/PlBtnAccent.vue.js +1 -1
  25. package/dist/components/PlBtnAccent/pl-btn-accent.css +1 -0
  26. package/dist/components/PlBtnDanger/PlBtnDanger.vue.js +1 -1
  27. package/dist/components/PlBtnDanger/pl-btn-danger.css +1 -0
  28. package/dist/components/PlBtnGhost/PlBtnGhost.vue.js +2 -2
  29. package/dist/components/PlBtnGhost/pl-btn-ghost.css +1 -0
  30. package/dist/components/PlBtnGroup/PlBtnGroup.vue.js +7 -7
  31. package/dist/components/PlBtnGroup/pl-btn-group.css +1 -0
  32. package/dist/components/PlBtnLink/PlBtnLink.vue.js +1 -1
  33. package/dist/components/PlBtnLink/pl-btn-link.css +1 -0
  34. package/dist/components/PlBtnPrimary/PlBtnPrimary.vue.js +1 -1
  35. package/dist/components/PlBtnPrimary/pl-btn-primary.css +1 -0
  36. package/dist/components/PlBtnSecondary/PlBtnSecondary.vue.js +1 -1
  37. package/dist/components/PlBtnSecondary/pl-btn-secondary.css +1 -0
  38. package/dist/components/PlBtnSplit/PlBtnSplit.vue.js +1 -1
  39. package/dist/components/PlBtnSplit/pl-btn-split.css +1 -0
  40. package/dist/components/PlChartHistogram/PlChartHistogram.css +1 -0
  41. package/dist/components/PlChartHistogram/PlChartHistogram.vue3.js +1 -1
  42. package/dist/components/PlChartStackedBar/Legends.css +1 -0
  43. package/dist/components/PlChartStackedBar/Legends.vue3.js +1 -1
  44. package/dist/components/PlChartStackedBar/PlChartStackedBar.css +1 -0
  45. package/dist/components/PlChartStackedBar/PlChartStackedBar.vue3.js +1 -1
  46. package/dist/components/PlChartStackedBar/PlChartStackedBarCompact.css +1 -0
  47. package/dist/components/PlChartStackedBar/PlChartStackedBarCompact.vue3.js +1 -1
  48. package/dist/components/PlChartStackedBar/StackedRow.css +1 -0
  49. package/dist/components/PlChartStackedBar/StackedRow.vue3.js +1 -1
  50. package/dist/components/PlChartStackedBar/StackedRowCompact.css +1 -0
  51. package/dist/components/PlChartStackedBar/StackedRowCompact.vue3.js +1 -1
  52. package/dist/components/PlCheckbox/PlCheckbox.vue.js +1 -1
  53. package/dist/components/PlCheckbox/PlCheckboxBase.vue.js +1 -1
  54. package/dist/components/PlCheckbox/pl-checkbox-base.css +1 -0
  55. package/dist/components/PlCheckbox/pl-checkbox.css +1 -0
  56. package/dist/components/PlCheckboxGroup/PlCheckboxGroup.vue.js +1 -1
  57. package/dist/components/PlCheckboxGroup/pl-checkbox-group.css +1 -0
  58. package/dist/components/PlChip/PlChip.vue.js +1 -1
  59. package/dist/components/PlChip/pl-chip.css +1 -0
  60. package/dist/components/PlClipboard/PlClipboard.css +1 -0
  61. package/dist/components/PlClipboard/PlClipboard.vue3.js +1 -1
  62. package/dist/components/PlConfirmDialog.vue.js +6 -6
  63. package/dist/components/PlDialogModal/PlDialogModal.vue.js +1 -1
  64. package/dist/components/PlDialogModal/pl-dialog-modal.css +1 -0
  65. package/dist/components/PlDropdown/OptionList.vue.js +1 -1
  66. package/dist/components/PlDropdown/PlDropdown.vue.js +11 -11
  67. package/dist/components/PlDropdown/pl-dropdown.css +1 -0
  68. package/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.js +23 -23
  69. package/dist/components/PlDropdownLegacy/pl-dropdown-legacy.css +1 -0
  70. package/dist/components/PlDropdownLine/PlDropdownLine.vue.js +1 -1
  71. package/dist/components/PlDropdownLine/ResizableInput.vue.js +1 -1
  72. package/dist/components/PlDropdownLine/pl-dropdown-line.css +1 -0
  73. package/dist/components/PlDropdownLine/resizable-input.css +1 -0
  74. package/dist/components/PlDropdownMulti/PlDropdownMulti.vue.js +2 -2
  75. package/dist/components/PlDropdownMulti/pl-dropdown-multi.css +1 -0
  76. package/dist/components/PlEditableTitle/pl-editable-title.css +1 -0
  77. package/dist/components/PlEditableTitle/pl-editable-title.module.scss.js +1 -1
  78. package/dist/components/PlElementList/PlElementList.css +1 -0
  79. package/dist/components/PlElementList/PlElementList.vue3.js +1 -1
  80. package/dist/components/PlElementList/PlElementListItem.css +1 -0
  81. package/dist/components/PlElementList/PlElementListItem.vue3.js +1 -1
  82. package/dist/components/PlErrorAlert/PlErrorAlert.css +1 -0
  83. package/dist/components/PlErrorAlert/PlErrorAlert.vue3.js +1 -1
  84. package/dist/components/PlErrorBoundary/PlErrorBoundary.vue.js +5 -5
  85. package/dist/components/PlFileDialog/Local.vue.js +4 -4
  86. package/dist/components/PlFileDialog/PlFileDialog.vue.js +10 -10
  87. package/dist/components/PlFileDialog/Remote.vue.js +11 -11
  88. package/dist/components/PlFileDialog/Shortcuts.css +1 -0
  89. package/dist/components/PlFileDialog/Shortcuts.vue3.js +1 -1
  90. package/dist/components/PlFileDialog/pl-file-dialog.css +1 -0
  91. package/dist/components/PlFileDialog/pl-file-dialog.module.scss.js +1 -1
  92. package/dist/components/PlFileInput/PlFileInput.vue.js +9 -9
  93. package/dist/components/PlFileInput/PlFileInput.vue.js.map +1 -1
  94. package/dist/components/PlFileInput/pl-file-input.css +1 -0
  95. package/dist/components/PlIcon16/PlIcon16.css +1 -0
  96. package/dist/components/PlIcon16/PlIcon16.vue3.js +1 -1
  97. package/dist/components/PlIcon24/PlIcon24.css +1 -0
  98. package/dist/components/PlIcon24/PlIcon24.vue3.js +1 -1
  99. package/dist/components/PlLoaderCircular/PlLoaderCircular.vue.js +1 -1
  100. package/dist/components/PlLoaderCircular/pl-loader-circular.css +1 -0
  101. package/dist/components/PlLoaderLogo.css +1 -0
  102. package/dist/components/PlLoaderLogo.vue3.js +1 -1
  103. package/dist/components/PlLogView/PlLogView.vue.js +2 -2
  104. package/dist/components/PlLogView/pl-log-view.css +1 -0
  105. package/dist/components/PlNotificationAlert/PlNotificationAlert.vue.js +1 -1
  106. package/dist/components/PlNotificationAlert/pl-notification-alert.css +1 -0
  107. package/dist/components/PlNumberField/PlNumberField.vue.js +2 -2
  108. package/dist/components/PlNumberField/pl-number-field.css +1 -0
  109. package/dist/components/PlProgressCell/PlProgressCell.vue.js +5 -5
  110. package/dist/components/PlProgressCell/pl-progress-cell.css +1 -0
  111. package/dist/components/PlRadio/PlRadio.css +1 -0
  112. package/dist/components/PlRadio/PlRadio.vue3.js +1 -1
  113. package/dist/components/PlRadio/PlRadioGroup.css +1 -0
  114. package/dist/components/PlRadio/PlRadioGroup.vue3.js +1 -1
  115. package/dist/components/PlSearchField/PlSearchField.css +1 -0
  116. package/dist/components/PlSearchField/PlSearchField.vue2.js +4 -4
  117. package/dist/components/PlSearchField/PlSearchField.vue3.js +1 -1
  118. package/dist/components/PlSectionSeparator/PlSectionSeparator.css +1 -0
  119. package/dist/components/PlSectionSeparator/PlSectionSeparator.vue3.js +1 -1
  120. package/dist/components/PlSidebar/PlSidebarGroup.css +1 -0
  121. package/dist/components/PlSidebar/PlSidebarGroup.vue3.js +1 -1
  122. package/dist/components/PlSidebar/PlSidebarItem.css +1 -0
  123. package/dist/components/PlSidebar/PlSidebarItem.vue3.js +1 -1
  124. package/dist/components/PlSlideModal/PlPureSlideModal.vue.js +24 -80
  125. package/dist/components/PlSlideModal/PlPureSlideModal.vue.js.map +1 -1
  126. package/dist/components/PlSlideModal/PlSlideModal.css +1 -0
  127. package/dist/components/PlSlideModal/PlSlideModal.vue2.js +1 -1
  128. package/dist/components/PlSlideModal/PlSlideModal.vue3.js +1 -1
  129. package/dist/components/PlSlideModal/pl-slide-modal.css +1 -0
  130. package/dist/components/PlSplash/pl-splash.css +1 -0
  131. package/dist/components/PlSplash/pl-splash.module.scss.js +1 -1
  132. package/dist/components/PlStatusTag/PlStatusTag.vue.js +1 -1
  133. package/dist/components/PlStatusTag/pl-status-tag.css +1 -0
  134. package/dist/components/PlSvg/PlSvg.css +1 -0
  135. package/dist/components/PlSvg/PlSvg.vue3.js +1 -1
  136. package/dist/components/PlTabs/pl-tabs.css +1 -0
  137. package/dist/components/PlTabs/pl-tabs.module.scss.js +1 -1
  138. package/dist/components/PlTextArea/PlTextArea.vue.js +13 -13
  139. package/dist/components/PlTextArea/pl-textarea.css +1 -0
  140. package/dist/components/PlTextField/PlTextField.vue.js +9 -9
  141. package/dist/components/PlTextField/pl-text-field.css +1 -0
  142. package/dist/components/PlToggleSwitch/PlToggleSwitch.vue.js +1 -1
  143. package/dist/components/PlToggleSwitch/pl-toggle-switch.css +1 -0
  144. package/dist/components/PlTooltip/PlTooltip.css +1 -0
  145. package/dist/components/PlTooltip/PlTooltip.vue3.js +1 -1
  146. package/dist/components/Slider.vue.js +6 -6
  147. package/dist/components/SliderRange.vue.js +8 -8
  148. package/dist/components/SliderRangeTriple.vue.js +6 -6
  149. package/dist/components/contextMenu/Menu.css +1 -0
  150. package/dist/components/contextMenu/Menu.vue.js +1 -1
  151. package/dist/composition/useResizeObserver.js +3 -3
  152. package/dist/composition/useTheme.js +3 -3
  153. package/dist/index.js +221 -222
  154. package/dist/layout/PlBlockPage/PlBlockPage.css +1 -0
  155. package/dist/layout/PlBlockPage/PlBlockPage.vue2.js +5 -5
  156. package/dist/layout/PlBlockPage/PlBlockPage.vue3.js +1 -1
  157. package/dist/layout/PlBlockPage/pl-block-page.css +1 -0
  158. package/dist/layout/PlContainer/PlContainer.vue.js +1 -1
  159. package/dist/layout/PlContainer/pl-container.css +1 -0
  160. package/dist/layout/PlGrid/PlGrid.vue.js +1 -1
  161. package/dist/layout/PlGrid/pl-grid.css +1 -0
  162. package/dist/layout/PlPlaceholder/PlPlaceholder.css +1 -0
  163. package/dist/layout/PlPlaceholder/PlPlaceholder.vue3.js +1 -1
  164. package/dist/layout/PlPlaceholder/index.js +2 -3
  165. package/dist/layout/PlPlaceholder/index.js.map +1 -1
  166. package/dist/layout/PlRow/PlRow.vue.js +1 -1
  167. package/dist/layout/PlRow/pl-row.css +1 -0
  168. package/dist/utils/DoubleContour.css +1 -0
  169. package/dist/utils/DoubleContour.vue3.js +1 -1
  170. package/dist/utils/PlCloseModalBtn.css +1 -0
  171. package/dist/utils/PlCloseModalBtn.vue2.js +1 -1
  172. package/dist/utils/TextLabel.css +1 -0
  173. package/dist/utils/TextLabel.vue2.js +1 -1
  174. package/package.json +8 -6
  175. package/dist/components/PlAccordion/ExpandTransition.vue2.js +0 -27
  176. package/dist/components/PlAccordion/ExpandTransition.vue2.js.map +0 -1
@@ -0,0 +1 @@
1
+ ._header_19wcy_2{display:flex;flex-direction:column;padding:12px 24px;margin-block-end:-8px;gap:2px;overflow:hidden}._subtitle_19wcy_11{display:flex;padding-inline-end:28px}._subtitle_19wcy_11 input{anchor-name:--pl-block-page-subtitle;field-sizing:content;padding:0;border:none;outline:none;caret-color:var(--border-color-focus);color:var(--txt-01);font-family:Manrope;font-size:20px;font-weight:500;line-height:28px;letter-spacing:-.2px;margin-block-end:-4px;max-inline-size:100%;text-overflow:ellipsis}._subtitle_19wcy_11 input::placeholder{color:var(--txt-03)}._subtitle_19wcy_11 ._editIcon_19wcy_37{visibility:hidden;position:fixed;position-anchor:--pl-block-page-subtitle;position-area:center inline-end;inset-inline-start:4px}._subtitle_19wcy_11:hover ._editIcon_19wcy_37,._subtitle_19wcy_11:focus-within ._editIcon_19wcy_37{visibility:visible}
@@ -1,8 +1,8 @@
1
1
  import { defineComponent as g, mergeModels as b, useSlots as h, useModel as k, useCssModule as P, computed as T, useTemplateRef as B, watchEffect as L, createElementBlock as o, openBlock as s, normalizeClass as i, createElementVNode as t, unref as l, createCommentVNode as E, renderSlot as r, toDisplayString as M, withDirectives as v, createVNode as y, vModelText as S, normalizeProps as C, guardReactiveProps as z, vShow as D, normalizeStyle as G } from "vue";
2
2
  import { PlBlockPageTitleTeleportTarget as N } from "./PlBlockPageTitleTeleportTarget.js";
3
- /* empty css */
4
- import V from "../../components/PlIcon24/PlIcon24.vue.js";
5
- import { PL_PLACEHOLDER_TEXTS as $ } from "../PlPlaceholder/index.js";
3
+ import './pl-block-page.css';/* empty css */
4
+ import { PL_PLACEHOLDER_TEXTS as V } from "../PlPlaceholder/index.js";
5
+ import $ from "../../components/PlIcon24/PlIcon24.vue.js";
6
6
  import w from "../PlPlaceholder/PlPlaceholder.vue.js";
7
7
  const I = { class: "pl-block-page__title" }, R = { class: "pl-block-page__title__default" }, A = { key: 0 }, O = { key: 1 }, H = { class: "pl-block-page__title__append" }, U = ["placeholder"], X = { key: 1 }, j = { class: "pl-block-page__body" }, q = {
8
8
  name: "PlBlockPage"
@@ -19,7 +19,7 @@ const I = { class: "pl-block-page__title" }, R = { class: "pl-block-page__title_
19
19
  }),
20
20
  emits: ["update:subtitle"],
21
21
  setup(p) {
22
- const u = h(), e = p, n = k(p, "subtitle"), d = P(), c = T(() => typeof e.bodyLoading == "string" ? { variant: e.bodyLoading, ...$.LOADING } : e.bodyLoading), _ = B("teleportTarget");
22
+ const u = h(), e = p, n = k(p, "subtitle"), d = P(), c = T(() => typeof e.bodyLoading == "string" ? { variant: e.bodyLoading, ...V.LOADING } : e.bodyLoading), _ = B("teleportTarget");
23
23
  return L(() => {
24
24
  N.value = _.value;
25
25
  }), (a, m) => (s(), o("div", {
@@ -63,7 +63,7 @@ const I = { class: "pl-block-page__title" }, R = { class: "pl-block-page__title_
63
63
  }
64
64
  ]
65
65
  ]),
66
- y(l(V), {
66
+ y(l($), {
67
67
  class: i(l(d).editIcon),
68
68
  name: "edit",
69
69
  color: "var(--ic-02)"
@@ -1,4 +1,4 @@
1
- const t = "_header_19wcy_2", e = "_subtitle_19wcy_11", c = "_editIcon_19wcy_37", s = {
1
+ import './PlBlockPage.css';const t = "_header_19wcy_2", e = "_subtitle_19wcy_11", c = "_editIcon_19wcy_37", s = {
2
2
  header: t,
3
3
  subtitle: e,
4
4
  editIcon: c
@@ -0,0 +1 @@
1
+ .pl-block-page{--pl-block-page-body-padding: var(--main-spacing, 24px);background-color:var(--bg-elevated-01);height:100%;max-width:100%;display:grid;grid-template-rows:auto minmax(0,1fr)}.pl-block-page.noBodyGutters{--pl-block-page-body-padding: 0}.pl-block-page__title{display:flex;align-items:center;gap:12px;min-width:0;max-width:100%}.pl-block-page__title__default{flex:1;min-width:0;max-width:100%;margin:0;color:var(--txt-01);display:flex;flex-direction:row;align-items:center;gap:12px}.pl-block-page__title__default>span{font-size:28px;font-weight:500;line-height:36px;letter-spacing:-.56px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;max-width:100%;display:inline-block}.pl-block-page__title__append{margin-left:auto;display:flex;align-items:center;gap:2px}.pl-block-page__title__append__teleport{display:contents}.pl-block-page__body{max-width:100%;display:flex;flex-direction:column;gap:var(--gap-v);padding:var(--pl-block-page-body-padding);--thumb-color: var(--ic-02);overflow-y:auto;overflow-x:auto}.pl-block-page__body::-webkit-scrollbar{width:var(--scrollbar-width, 6px);height:5px;background-color:transparent;display:block}.pl-block-page__body::-webkit-scrollbar-thumb{background:var(--thumb-color);border-radius:5px}.pl-block-page__body::-webkit-scrollbar-thumb:hover{--thumb-color: var(--border-color-focus)}
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as l, computed as a, createBlock as i, openBlock as d, normalizeStyle as r, withCtx as c, renderSlot as s } from "vue";
2
- /* empty css */
2
+ import './pl-container.css';/* empty css */
3
3
  import m from "../../components/PlSplash/PlSplash.vue.js";
4
4
  const p = {
5
5
  name: "PlContainer"
@@ -0,0 +1 @@
1
+ .pl-container{display:flex;flex-direction:column;gap:var(--gap-v)}
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as n, computed as r, createElementBlock as s, openBlock as m, normalizeStyle as p, renderSlot as a } from "vue";
2
- /* empty css */
2
+ import './pl-grid.css';/* empty css */
3
3
  const c = {
4
4
  name: "PlGrid"
5
5
  }, f = /* @__PURE__ */ n({
@@ -0,0 +1 @@
1
+ .pl-grid{display:grid;row-gap:var(--gap-h);column-gap:var(--gap-v)}
@@ -0,0 +1 @@
1
+ ._root_xfknp_2{block-size:100%;inline-size:100%;position:relative;-webkit-user-select:none;user-select:none;background-color:var(--bg-elevated-01)}._background_xfknp_10{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;mask:linear-gradient(transparent 35%,#000 40% 60%,transparent 65%);-webkit-mask-size:100% 300%;mask-size:100% 300%;animation-duration:5s;animation-iteration-count:infinite;animation-name:_slide_xfknp_1}._background_xfknp_10._table_xfknp_19{background-image:paint(pl-placeholder-table-skeleton)}._background_xfknp_10._graph_xfknp_22{background-image:paint(pl-placeholder-graph-skeleton)}._content_xfknp_27{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}._text_xfknp_37{display:flex;flex-direction:column;align-items:center;gap:4px;-webkit-text-stroke-color:white;-webkit-text-stroke-width:4px;paint-order:stroke}._title_xfknp_47{color:var(--txt-03);font-size:20px;font-weight:500;line-height:24px;letter-spacing:-.2px}._subtitle_xfknp_55{color:var(--txt-03);font-weight:500;line-height:20px;display:grid}._subtitle_xfknp_55 span{grid-area:1 / 1;text-align:center;animation-name:_active-subtitle_xfknp_1;animation-duration:calc(6s*sibling-count());animation-iteration-count:infinite;animation-timing-function:steps(sibling-count(),jump-none);visibility:if(style(--pl-placeholder-active-subtitle: sibling-index()): visible; else: hidden;)}@keyframes _slide_xfknp_1{0%{-webkit-mask-position:0 100%;mask-position:0 100%}}@keyframes _active-subtitle_xfknp_1{0%{--pl-placeholder-active-subtitle: 1}to{--pl-placeholder-active-subtitle: sibling-count()}}@property --pl-placeholder-active-subtitle{syntax: "<number>"; inherits: false; initial-value: 1;}
@@ -1,4 +1,4 @@
1
- const t = "_root_xfknp_2", _ = "_background_xfknp_10", n = "_slide_xfknp_1", e = "_table_xfknp_19", o = "_graph_xfknp_22", s = "_content_xfknp_27", c = "_text_xfknp_37", l = "_title_xfknp_47", p = "_subtitle_xfknp_55", x = {
1
+ import './PlPlaceholder.css';const t = "_root_xfknp_2", _ = "_background_xfknp_10", n = "_slide_xfknp_1", e = "_table_xfknp_19", o = "_graph_xfknp_22", s = "_content_xfknp_27", c = "_text_xfknp_37", l = "_title_xfknp_47", p = "_subtitle_xfknp_55", x = {
2
2
  root: t,
3
3
  background: _,
4
4
  slide: n,
@@ -1,5 +1,4 @@
1
- import "./PlPlaceholder.vue2.js";
2
- const t = {
1
+ const e = {
3
2
  LOADING: {
4
3
  title: "Loading data...",
5
4
  subtitle: [
@@ -20,6 +19,6 @@ const t = {
20
19
  }
21
20
  };
22
21
  export {
23
- t as PL_PLACEHOLDER_TEXTS
22
+ e as PL_PLACEHOLDER_TEXTS
24
23
  };
25
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/layout/PlPlaceholder/index.ts"],"sourcesContent":["export { type PlPlaceholderProps, default as PlPlaceholder } from \"./PlPlaceholder.vue\";\n\nexport const PL_PLACEHOLDER_TEXTS = {\n LOADING: {\n title: \"Loading data...\",\n subtitle: [\n \"No action needed—the job is active\",\n \"Larger datasets take longer to load\",\n \"Results will appear here as soon as they’re ready\",\n \"Loading may take minutes to hours\",\n ],\n },\n RUNNING: {\n title: \"Running analysis...\",\n subtitle: [\n \"No action needed—the job is active\",\n \"Larger datasets take longer to process\",\n \"Results will appear here as soon as they’re ready\",\n \"Processing may take minutes to hours\",\n ],\n },\n};\n"],"names":["PL_PLACEHOLDER_TEXTS"],"mappings":";AAEO,MAAMA,IAAuB;AAAA,EAClC,SAAS;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,MACR;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,SAAS;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,MACR;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAEJ;"}
1
+ {"version":3,"file":"index.js","sources":["../../../src/layout/PlPlaceholder/index.ts"],"sourcesContent":["export { type PlPlaceholderProps, default as PlPlaceholder } from \"./PlPlaceholder.vue\";\n\nexport const PL_PLACEHOLDER_TEXTS = {\n LOADING: {\n title: \"Loading data...\",\n subtitle: [\n \"No action needed—the job is active\",\n \"Larger datasets take longer to load\",\n \"Results will appear here as soon as they’re ready\",\n \"Loading may take minutes to hours\",\n ],\n },\n RUNNING: {\n title: \"Running analysis...\",\n subtitle: [\n \"No action needed—the job is active\",\n \"Larger datasets take longer to process\",\n \"Results will appear here as soon as they’re ready\",\n \"Processing may take minutes to hours\",\n ],\n },\n};\n"],"names":["PL_PLACEHOLDER_TEXTS"],"mappings":"AAEO,MAAMA,IAAuB;AAAA,EAClC,SAAS;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,MACR;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,SAAS;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,MACR;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAEJ;"}
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as n, createElementBlock as t, openBlock as a, normalizeClass as l, renderSlot as r } from "vue";
2
- /* empty css */
2
+ import './pl-row.css';/* empty css */
3
3
  const p = {
4
4
  name: "PlRow"
5
5
  }, m = /* @__PURE__ */ n({
@@ -0,0 +1 @@
1
+ .pl-row{display:flex;flex-direction:row;gap:var(--gap-h)}.pl-row.noGap{gap:0}.pl-row.wrap{flex-wrap:wrap}.pl-row.align-center{align-items:center}
@@ -0,0 +1 @@
1
+ .double-contour.top>div{border-bottom-right-radius:0;border-bottom-left-radius:0}.double-contour.bottom>div{border-top-right-radius:0;border-top-left-radius:0}.double-contour.left>div{border-top-right-radius:0;border-bottom-right-radius:0}.double-contour.right>div{border-top-left-radius:0;border-bottom-left-radius:0}.double-contour.top-left>div{border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.double-contour.top-right>div{border-bottom-right-radius:0;border-top-left-radius:0;border-top-right-radius:0}.double-contour.bottom-left>div{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:0}.double-contour.bottom-right>div{border-top-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0}.double-contour.middle>div{border-radius:0}
@@ -1,5 +1,5 @@
1
1
  import o from "./DoubleContour.vue.js";
2
- /* empty css */
2
+ import './DoubleContour.css';/* empty css */
3
3
  export {
4
4
  o as default
5
5
  };
@@ -0,0 +1 @@
1
+ ._component_grelk_1{display:flex;place-content:center;place-items:center;width:40px;height:40px;cursor:pointer;border-radius:12px}._component_grelk_1:hover{background-color:var(--btn-sec-hover-grey);transition:all .1s ease-in-out}._component_grelk_1>div{background-color:var(--ic-01);mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.99954%2018L11.9995%2012M11.9995%2012L17.9995%206M11.9995%2012L5.99954%206M11.9995%2012L17.9995%2018'%20stroke='%23110529'%20stroke-width='1.5'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.99954%2018L11.9995%2012M11.9995%2012L17.9995%206M11.9995%2012L5.99954%206M11.9995%2012L17.9995%2018'%20stroke='%23110529'%20stroke-width='1.5'/%3e%3c/svg%3e");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;mask-size:24px;-webkit-mask-size:24px;width:24px;height:24px}
@@ -1,4 +1,4 @@
1
- const o = "_component_grelk_1", n = {
1
+ import './PlCloseModalBtn.css';const o = "_component_grelk_1", n = {
2
2
  component: o
3
3
  };
4
4
  export {
@@ -0,0 +1 @@
1
+ ._textLabel_v2o3d_1{padding:0 12px}._label_v2o3d_5{display:flex;align-items:center;gap:4px;color:var(--txt-03);font-size:12px;font-weight:500;line-height:16px}._labelText_v2o3d_15{display:inline-block;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._label_v2o3d_5:after{display:block;flex:1;content:"";height:1px;background-color:var(--border-color-div-grey);width:100%}
@@ -1,4 +1,4 @@
1
- const e = "_textLabel_v2o3d_1", l = "_label_v2o3d_5", t = "_labelText_v2o3d_15", a = {
1
+ import './TextLabel.css';const e = "_textLabel_v2o3d_1", l = "_label_v2o3d_5", t = "_labelText_v2o3d_15", a = {
2
2
  textLabel: e,
3
3
  label: l,
4
4
  labelText: t
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "@milaboratories/uikit",
3
- "version": "2.10.31",
3
+ "version": "2.10.32",
4
4
  "type": "module",
5
+ "sideEffects": [
6
+ "**/*.css"
7
+ ],
5
8
  "main": "dist/index.js",
6
9
  "exports": {
7
10
  ".": {
@@ -9,7 +12,6 @@
9
12
  "sources": "./src/index.ts",
10
13
  "default": "./dist/index.js"
11
14
  },
12
- "./styles": "./dist/index.js",
13
15
  "./styles/variables": "./src/assets/variables.scss",
14
16
  "./assets/mixins.scss": "./src/assets/mixins.scss",
15
17
  "./svg/icons/*": "./src/assets/icons/icon-assets-min/*",
@@ -32,8 +34,8 @@
32
34
  "resize-observer-polyfill": "^1.5.1",
33
35
  "sortablejs": "^1.15.6",
34
36
  "vue": "^3.5.24",
35
- "@milaboratories/helpers": "1.13.5",
36
- "@platforma-sdk/model": "1.57.2"
37
+ "@platforma-sdk/model": "1.57.2",
38
+ "@milaboratories/helpers": "1.13.5"
37
39
  },
38
40
  "devDependencies": {
39
41
  "@vitest/coverage-istanbul": "^4.0.16",
@@ -41,8 +43,8 @@
41
43
  "svgo": "^3.3.2",
42
44
  "typescript": "~5.6.3",
43
45
  "vitest": "^4.0.16",
44
- "@milaboratories/ts-builder": "1.2.10",
45
- "@milaboratories/build-configs": "1.4.4",
46
+ "@milaboratories/build-configs": "1.5.0",
47
+ "@milaboratories/ts-builder": "1.2.11",
46
48
  "@milaboratories/ts-configs": "1.2.1"
47
49
  },
48
50
  "scripts": {
@@ -1,27 +0,0 @@
1
- import { defineComponent as n, createBlock as r, openBlock as a, Transition as s, withCtx as p, renderSlot as c } from "vue";
2
- const f = /* @__PURE__ */ n({
3
- __name: "ExpandTransition",
4
- setup(l) {
5
- const t = (e) => {
6
- e.classList.add("expand-collapse-fix"), e.style.setProperty("--component-height", e.scrollHeight + "px");
7
- }, o = (e) => {
8
- e.style.removeProperty("--component-height"), e.classList.remove("expand-collapse-fix");
9
- };
10
- return (e, i) => (a(), r(s, {
11
- name: "expand-collapse",
12
- onEnter: t,
13
- onLeave: t,
14
- onAfterEnter: o,
15
- onAfterLeave: o
16
- }, {
17
- default: p(() => [
18
- c(e.$slots, "default")
19
- ]),
20
- _: 3
21
- }));
22
- }
23
- });
24
- export {
25
- f as default
26
- };
27
- //# sourceMappingURL=ExpandTransition.vue2.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExpandTransition.vue2.js","sources":["../../../src/components/PlAccordion/ExpandTransition.vue"],"sourcesContent":["<script lang=\"ts\" setup>\nconst onStart = (el: Element) => {\n el.classList.add(\"expand-collapse-fix\");\n (el as HTMLElement).style.setProperty(\"--component-height\", el.scrollHeight + \"px\");\n};\n\nconst onAfter = (el: Element) => {\n (el as HTMLElement).style.removeProperty(\"--component-height\");\n el.classList.remove(\"expand-collapse-fix\");\n};\n</script>\n\n<template>\n <Transition\n name=\"expand-collapse\"\n @enter=\"onStart\"\n @leave=\"onStart\"\n @after-enter=\"onAfter\"\n @after-leave=\"onAfter\"\n >\n <slot />\n </Transition>\n</template>\n\n<style>\n.expand-collapse-fix {\n overflow: hidden;\n}\n\n.expand-collapse-enter-active,\n.expand-collapse-leave-active {\n transition:\n height 0.2s ease-in-out,\n opacity 0.2s ease-in-out;\n height: var(--component-height);\n}\n\n.expand-collapse-enter-from,\n.expand-collapse-leave-to {\n opacity: 0.5;\n height: 0;\n}\n</style>\n"],"names":["onStart","el","onAfter","_createBlock","_Transition","_renderSlot","_ctx"],"mappings":";;;;AACA,UAAMA,IAAU,CAACC,MAAgB;AAC/B,MAAAA,EAAG,UAAU,IAAI,qBAAqB,GACrCA,EAAmB,MAAM,YAAY,sBAAsBA,EAAG,eAAe,IAAI;AAAA,IACpF,GAEMC,IAAU,CAACD,MAAgB;AAC9B,MAAAA,EAAmB,MAAM,eAAe,oBAAoB,GAC7DA,EAAG,UAAU,OAAO,qBAAqB;AAAA,IAC3C;2BAIEE,EAQaC,GAAA;AAAA,MAPX,MAAK;AAAA,MACJ,SAAOJ;AAAA,MACP,SAAOA;AAAA,MACP,cAAaE;AAAA,MACb,cAAaA;AAAA,IAAA;iBAEd,MAAQ;AAAA,QAARG,EAAQC,EAAA,QAAA,SAAA;AAAA,MAAA;;;;;"}