@milaboratories/uikit 2.2.92 → 2.2.94
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.
- package/.turbo/turbo-build.log +735 -726
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +13 -0
- package/dist/components/PlElementList/PlElementList.vue.d.ts +70 -0
- package/dist/components/PlElementList/PlElementList.vue.d.ts.map +1 -0
- package/dist/components/PlElementList/PlElementList.vue.js +10 -0
- package/dist/components/PlElementList/PlElementList.vue.js.map +1 -0
- package/dist/components/PlElementList/PlElementList.vue2.js +240 -0
- package/dist/components/PlElementList/PlElementList.vue2.js.map +1 -0
- package/dist/components/PlElementList/PlElementList.vue3.js +13 -0
- package/dist/components/PlElementList/PlElementList.vue3.js.map +1 -0
- package/dist/components/PlElementList/PlElementListItem.vue.d.ts +57 -0
- package/dist/components/PlElementList/PlElementListItem.vue.d.ts.map +1 -0
- package/dist/components/PlElementList/PlElementListItem.vue.js +10 -0
- package/dist/components/PlElementList/PlElementListItem.vue.js.map +1 -0
- package/dist/components/PlElementList/PlElementListItem.vue2.js +106 -0
- package/dist/components/PlElementList/PlElementListItem.vue2.js.map +1 -0
- package/dist/components/PlElementList/PlElementListItem.vue3.js +39 -0
- package/dist/components/PlElementList/PlElementListItem.vue3.js.map +1 -0
- package/dist/components/PlElementList/index.d.ts +2 -0
- package/dist/components/PlElementList/index.d.ts.map +1 -0
- package/dist/components/PlElementList/utils.d.ts +3 -0
- package/dist/components/PlElementList/utils.d.ts.map +1 -0
- package/dist/components/PlElementList/utils.js +17 -0
- package/dist/components/PlElementList/utils.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +107 -105
- package/dist/index.js.map +1 -1
- package/dist/lib/util/helpers/dist/index.js +134 -105
- package/dist/lib/util/helpers/dist/index.js.map +1 -1
- package/dist/node_modules/.pnpm/@vueuse_core@13.3.0_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/core/index.js +54 -44
- package/dist/node_modules/.pnpm/@vueuse_core@13.3.0_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/core/index.js.map +1 -1
- package/dist/node_modules/.pnpm/@vueuse_integrations@13.3.0_axios@1.8.1_focus-trap@7.6.0_sortablejs@1.15.6_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/integrations/useSortable.js +51 -0
- package/dist/node_modules/.pnpm/@vueuse_integrations@13.3.0_axios@1.8.1_focus-trap@7.6.0_sortablejs@1.15.6_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/integrations/useSortable.js.map +1 -0
- package/dist/node_modules/.pnpm/@vueuse_shared@13.3.0_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/shared/index.js +57 -49
- package/dist/node_modules/.pnpm/@vueuse_shared@13.3.0_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/shared/index.js.map +1 -1
- package/dist/node_modules/.pnpm/sortablejs@1.15.6/node_modules/sortablejs/modular/sortable.esm.js +1262 -0
- package/dist/node_modules/.pnpm/sortablejs@1.15.6/node_modules/sortablejs/modular/sortable.esm.js.map +1 -0
- package/dist/sdk/model/dist/index.js +1 -1
- package/dist/sdk/model/dist/index.js.map +1 -1
- package/package.json +11 -8
- package/src/components/PlElementList/PlElementList.vue +336 -0
- package/src/components/PlElementList/PlElementListItem.vue +239 -0
- package/src/components/PlElementList/README.md +92 -0
- package/src/components/PlElementList/index.ts +1 -0
- package/src/components/PlElementList/utils.ts +17 -0
- package/src/index.ts +1 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var o=document.createElement("style");o.appendChild(document.createTextNode('@use "../../assets/variables.scss" as *;._root_lt147_4{--background: rgba(255, 255, 255, .8);--border-color: var(--color-div-grey);--head-background: unset;--box-shadow: none;--box-shadow-active: 0 0 0 4px color-mix(in srgb, var(--border-color-focus) 50%, transparent)}._root_lt147_4.sortable-drag,._root_lt147_4.sortable-chosen{--head-background: var(--gradient-light-lime);--border-color: var(--border-color-focus);--box-shadow: var(--box-shadow-active) }._root_lt147_4{display:flex;flex-direction:column;justify-content:center;border-radius:var(--border-radius);border:1px solid var(--border-color);background-color:var(--background);transition:box-shadow .15s;box-shadow:var(--box-shadow);overflow:hidden}._root_lt147_4:hover{--border-color: var(--border-color-focus)}._root_lt147_4._disabled_lt147_33{opacity:.6;filter:grayscale(1)}._root_lt147_4._pinned_lt147_38{--background: var(--bg-base-light)}._root_lt147_4._active_lt147_42{--border-color: var(--border-color-focus);--head-background: var(--btn-accent-positive-500)}._head_lt147_48{position:relative;display:flex;align-items:center;padding:8px;border-radius:var(--border-radius) var(--border-radius) 0 0;background:var(--head-background)}._head_lt147_48:hover,._head_lt147_48._opened_lt147_56{--head-background: var(--gradient-light-lime)}._contentChevron_lt147_61{display:block;width:16px;height:16px;margin-right:4px;transform:rotate(-90deg);transition:transform .15s}._contentChevron_lt147_61._opened_lt147_56{transform:rotate(0)}._title_lt147_74{display:flex;flex-direction:row;gap:8px;max-width:calc(100% - 50px);overflow:hidden;text-overflow:ellipsis}._body_lt147_83{display:flex;flex-direction:column;gap:8px;padding:24px;border-radius:0 0 var(--border-radius) var(--border-radius)}._actions_lt147_91{position:absolute;top:8px;right:8px;display:flex;align-items:center;background-color:var(--background);border-radius:var(--border-radius)}._action_lt147_91{width:24px;height:24px;padding:4px;opacity:.6;border-radius:var(--border-radius);transition:all .15s}._action_lt147_91 svg{width:16px;height:16px}._action_lt147_91:hover{opacity:1;background-color:var(--bg-elevated-02)}._action_lt147_91._activated_lt147_119{opacity:.8}._action_lt147_91._disable_lt147_33{cursor:not-allowed;opacity:.4}._clickable_lt147_129{cursor:pointer}._draggable_lt147_133{cursor:grab}._showOnHover_lt147_137{opacity:0;transition:opacity .15s}._root_lt147_4:hover ._showOnHover_lt147_137{opacity:1}')),document.head.appendChild(o)}}catch(r){console.error("vite-plugin-css-injected-by-js",r)}})();
|
|
2
|
+
const t = "_root_lt147_4", o = "_disabled_lt147_33", _ = "_pinned_lt147_38", e = "_active_lt147_42", n = "_head_lt147_48", c = "_opened_lt147_56", l = "_contentChevron_lt147_61", a = "_title_lt147_74", s = "_body_lt147_83", d = "_actions_lt147_91", i = "_action_lt147_91", b = "_activated_lt147_119", r = "_disable_lt147_33", v = "_clickable_lt147_129", h = "_draggable_lt147_133", p = "_showOnHover_lt147_137", g = {
|
|
3
|
+
root: t,
|
|
4
|
+
disabled: o,
|
|
5
|
+
pinned: _,
|
|
6
|
+
active: e,
|
|
7
|
+
head: n,
|
|
8
|
+
opened: c,
|
|
9
|
+
contentChevron: l,
|
|
10
|
+
title: a,
|
|
11
|
+
body: s,
|
|
12
|
+
actions: d,
|
|
13
|
+
action: i,
|
|
14
|
+
activated: b,
|
|
15
|
+
disable: r,
|
|
16
|
+
clickable: v,
|
|
17
|
+
draggable: h,
|
|
18
|
+
showOnHover: p
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
i as action,
|
|
22
|
+
d as actions,
|
|
23
|
+
b as activated,
|
|
24
|
+
e as active,
|
|
25
|
+
s as body,
|
|
26
|
+
v as clickable,
|
|
27
|
+
l as contentChevron,
|
|
28
|
+
g as default,
|
|
29
|
+
r as disable,
|
|
30
|
+
o as disabled,
|
|
31
|
+
h as draggable,
|
|
32
|
+
n as head,
|
|
33
|
+
c as opened,
|
|
34
|
+
_ as pinned,
|
|
35
|
+
t as root,
|
|
36
|
+
p as showOnHover,
|
|
37
|
+
a as title
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=PlElementListItem.vue3.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlElementListItem.vue3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PlElementList/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/PlElementList/utils.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,CAAC,EAAE,QAAQ,MAAM,MAAM,MAAM,KAAG,CAAC,EAOvE,CAAC;AAEF,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,QAI1C"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { isRef as i, isShallow as n } from "vue";
|
|
2
|
+
import { shallowClone as s } from "../../lib/util/helpers/dist/index.js";
|
|
3
|
+
const c = (e, o, l) => {
|
|
4
|
+
if (l >= 0 && l < e.length) {
|
|
5
|
+
const t = e.splice(o, 1)[0];
|
|
6
|
+
e.splice(l, 0, t);
|
|
7
|
+
}
|
|
8
|
+
return e;
|
|
9
|
+
};
|
|
10
|
+
function f(e) {
|
|
11
|
+
i(e) && n(e) && (e.value = s(e.value));
|
|
12
|
+
}
|
|
13
|
+
export {
|
|
14
|
+
c as moveElements,
|
|
15
|
+
f as optionalUpdateRef
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","sources":["../../../src/components/PlElementList/utils.ts"],"sourcesContent":["import { isRef, isShallow } from 'vue';\nimport { shallowClone } from '@milaboratories/helpers';\n\nexport const moveElements = <T>(array: T[], from: number, to: number): T[] => {\n if (to >= 0 && to < array.length) {\n const element = array.splice(from, 1)[0];\n array.splice(to, 0, element);\n }\n\n return array;\n};\n\nexport function optionalUpdateRef<T>(ref: T) {\n if (isRef(ref) && isShallow(ref)) {\n ref.value = shallowClone(ref.value);\n }\n}\n"],"names":["moveElements","array","from","to","element","optionalUpdateRef","ref","isRef","isShallow","shallowClone"],"mappings":";;AAGO,MAAMA,IAAe,CAAIC,GAAYC,GAAcC,MAAoB;AAC5E,MAAIA,KAAM,KAAKA,IAAKF,EAAM,QAAQ;AAChC,UAAMG,IAAUH,EAAM,OAAOC,GAAM,CAAC,EAAE,CAAC;AACjC,IAAAD,EAAA,OAAOE,GAAI,GAAGC,CAAO;AAAA,EAAA;AAGtB,SAAAH;AACT;AAEO,SAASI,EAAqBC,GAAQ;AAC3C,EAAIC,EAAMD,CAAG,KAAKE,EAAUF,CAAG,MACzBA,EAAA,QAAQG,EAAaH,EAAI,KAAK;AAEtC;"}
|
package/dist/index.d.ts
CHANGED
|
@@ -57,6 +57,7 @@ export * from './components/PlLoaderCircular';
|
|
|
57
57
|
export * from './components/PlSplash';
|
|
58
58
|
export * from './components/PlProgressCell';
|
|
59
59
|
export * from './components/PlAutocomplete';
|
|
60
|
+
export * from './components/PlElementList';
|
|
60
61
|
export * from './components/PlFileDialog';
|
|
61
62
|
export * from './components/PlFileInput';
|
|
62
63
|
export * from './components/PlNotificationAlert';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAG1B,OAAO,KAAK,SAAS,MAAM,wBAAwB,CAAC;AACpD,OAAO,aAAa,MAAM,gCAAgC,CAAC;AAE3D,OAAO,gBAAgB,MAAM,mCAAmC,CAAC;AAGjE,OAAO,eAAe,MAAM,kCAAkC,CAAC;AAC/D,OAAO,MAAM,MAAM,yBAAyB,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE3D,OAAO,QAAQ,MAAM,2BAA2B,CAAC;AACjD,OAAO,iBAAiB,MAAM,oCAAoC,CAAC;AACnE,OAAO,WAAW,MAAM,8BAA8B,CAAC;AACvD,OAAO,UAAU,MAAM,6BAA6B,CAAC;AAIrD;;GAEG;AAEH,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAEhC;;GAEG;AACH,cAAc,8BAA8B,CAAC;AAE7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import { default as h } from "./components/SliderRangeTriple.vue.js";
|
|
|
13
13
|
import { default as D } from "./components/SliderRange.vue.js";
|
|
14
14
|
import { default as B } from "./components/Scrollable.vue.js";
|
|
15
15
|
import { allCssVariables as e } from "./demo-site-data/all-css-variables.js";
|
|
16
|
-
import { default as
|
|
16
|
+
import { default as L } from "./layout/PlBlockPage/PlBlockPage.vue.js";
|
|
17
17
|
import { default as I } from "./layout/PlContainer/PlContainer.vue.js";
|
|
18
18
|
import { default as v } from "./layout/PlRow/PlRow.vue.js";
|
|
19
19
|
import { default as O } from "./layout/PlSpacer/PlSpacer.vue.js";
|
|
@@ -40,7 +40,7 @@ import { default as ge } from "./components/PlTooltip/PlTooltip.vue.js";
|
|
|
40
40
|
import { default as he } from "./components/PlProgressBar/PlProgressBar.vue.js";
|
|
41
41
|
import { default as De } from "./components/PlNumberField/PlNumberField.vue.js";
|
|
42
42
|
import { default as Be } from "./components/PlDropdownMulti/PlDropdownMulti.vue.js";
|
|
43
|
-
import { default as
|
|
43
|
+
import { default as Le } from "./components/PlDropdownMultiRef/PlDropdownMultiRef.vue.js";
|
|
44
44
|
import { default as Ie } from "./components/PlCheckbox/PlCheckbox.vue.js";
|
|
45
45
|
import { default as ve } from "./components/PlCheckboxGroup/PlCheckboxGroup.vue.js";
|
|
46
46
|
import { default as Oe } from "./components/PlChip/PlChip.vue.js";
|
|
@@ -57,60 +57,61 @@ import { default as _e } from "./components/PlLoaderCircular/PlLoaderCircular.vu
|
|
|
57
57
|
import { default as eo } from "./components/PlSplash/PlSplash.vue.js";
|
|
58
58
|
import { default as ro } from "./components/PlProgressCell/PlProgressCell.vue.js";
|
|
59
59
|
import { default as ao } from "./components/PlAutocomplete/PlAutocomplete.vue.js";
|
|
60
|
-
import { default as fo } from "./components/
|
|
61
|
-
import { default as po } from "./components/
|
|
62
|
-
import { default as uo } from "./components/
|
|
63
|
-
import { default as io } from "./components/
|
|
64
|
-
import { default as Po
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as bo } from "./components/
|
|
67
|
-
import { default as wo } from "./components/PlChartStackedBar/
|
|
68
|
-
import { default as To } from "./components/
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as Mo } from "./components/PlRadio/
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import { default as
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
60
|
+
import { default as fo } from "./components/PlElementList/PlElementList.vue.js";
|
|
61
|
+
import { default as po } from "./components/PlFileDialog/PlFileDialog.vue.js";
|
|
62
|
+
import { default as uo } from "./components/PlFileInput/PlFileInput.vue.js";
|
|
63
|
+
import { default as io } from "./components/PlNotificationAlert/PlNotificationAlert.vue.js";
|
|
64
|
+
import { default as Po } from "./components/PlSvg/PlSvg.vue.js";
|
|
65
|
+
import { default as So, default as go } from "./components/PlIcon16/PlIcon16.vue.js";
|
|
66
|
+
import { default as ho, default as bo } from "./components/PlIcon24/PlIcon24.vue.js";
|
|
67
|
+
import { default as wo } from "./components/PlChartStackedBar/PlChartStackedBar.vue.js";
|
|
68
|
+
import { default as To } from "./components/PlChartStackedBar/PlChartStackedBarCompact.vue.js";
|
|
69
|
+
import { default as ko } from "./components/PlChartHistogram/PlChartHistogram.vue.js";
|
|
70
|
+
import { default as Mo } from "./components/PlRadio/PlRadio.vue.js";
|
|
71
|
+
import { default as Eo } from "./components/PlRadio/PlRadioGroup.vue.js";
|
|
72
|
+
import { categoricalColors as Ro, magma as yo, palettes as Ao, viridis as Fo } from "./colors/palette.js";
|
|
73
|
+
import { Color as Vo } from "./colors/color.js";
|
|
74
|
+
import { Gradient as No, interpolateColor as Ho, normalizeGradient as qo } from "./colors/gradient.js";
|
|
75
|
+
import { useElementPosition as Wo } from "./composition/usePosition.js";
|
|
76
|
+
import { useClickOutside as Jo } from "./composition/useClickOutside.js";
|
|
77
|
+
import { useEventListener as Uo } from "./composition/useEventListener.js";
|
|
78
|
+
import { useScroll as Yo } from "./composition/useScroll.js";
|
|
79
|
+
import { useResizeObserver as _o } from "./composition/useResizeObserver.js";
|
|
80
|
+
import { useTheme as er } from "./composition/useTheme.js";
|
|
81
|
+
import { useLocalStorage as rr } from "./composition/useLocalStorage.js";
|
|
82
|
+
import { useMouseCapture as ar } from "./composition/useMouseCapture.js";
|
|
83
|
+
import { useHover as fr } from "./composition/useHover.js";
|
|
84
|
+
import { useMouse as pr } from "./composition/useMouse.js";
|
|
85
|
+
import { useSortable as ur } from "./composition/useSortable.js";
|
|
86
|
+
import { useSortable2 as xr } from "./composition/useSortable2.js";
|
|
87
|
+
import { useInterval as nr } from "./composition/useInterval.js";
|
|
88
|
+
import { useFormState as cr } from "./composition/useFormState.js";
|
|
89
|
+
import { useQuery as gr } from "./composition/useQuery.js";
|
|
90
|
+
import { useDraggable as hr } from "./composition/useDraggable.js";
|
|
91
|
+
import { useComponentProp as Dr } from "./composition/useComponentProp.js";
|
|
92
|
+
import { useWatchFetch as Br } from "./composition/useWatchFetch.js";
|
|
93
|
+
import { default as Lr } from "./utils/PlCloseModalBtn.vue.js";
|
|
94
|
+
import { default as Ir } from "./utils/DropdownOverlay/DropdownOverlay.vue.js";
|
|
95
|
+
import { useLabelNotch as vr } from "./utils/useLabelNotch.js";
|
|
96
|
+
import { icons16 as Or } from "./generated/icons-16.js";
|
|
97
|
+
import { icons24 as yr } from "./generated/icons-24.js";
|
|
98
|
+
import { detectOutside as Fr, eventListener as Gr, getElementScrollPosition as Vr, isElementVisible as zr, scrollIntoView as Nr } from "./helpers/dom.js";
|
|
99
|
+
import { animate as qr, animateInfinite as Qr, call as Wr, delay as jr, listToOptions as Jr, makeEaseInOut as Kr, makeEaseOut as Ur, normalizeListOptions as Xr, randomInt as Yr, randomString as Zr, requestTick as _r, throttle as $r, timeout as et } from "./helpers/utils.js";
|
|
99
100
|
const l = { allCssVariables: e() };
|
|
100
101
|
export {
|
|
101
|
-
|
|
102
|
+
Vo as Color,
|
|
102
103
|
x as ContextProvider,
|
|
103
104
|
r as DataTable,
|
|
104
105
|
l as DemoData,
|
|
105
106
|
u as DropdownListItem,
|
|
106
|
-
|
|
107
|
-
|
|
107
|
+
Ir as DropdownOverlay,
|
|
108
|
+
No as Gradient,
|
|
108
109
|
g as LongText,
|
|
109
110
|
Je as PlAccordion,
|
|
110
111
|
Ue as PlAccordionSection,
|
|
111
112
|
V as PlAlert,
|
|
112
113
|
ao as PlAutocomplete,
|
|
113
|
-
|
|
114
|
+
L as PlBlockPage,
|
|
114
115
|
W as PlBtnAccent,
|
|
115
116
|
J as PlBtnDanger,
|
|
116
117
|
Y as PlBtnGhost,
|
|
@@ -119,38 +120,39 @@ export {
|
|
|
119
120
|
q as PlBtnPrimary,
|
|
120
121
|
U as PlBtnSecondary,
|
|
121
122
|
N as PlBtnSplit,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
ko as PlChartHistogram,
|
|
124
|
+
wo as PlChartStackedBar,
|
|
125
|
+
To as PlChartStackedBarCompact,
|
|
125
126
|
Ie as PlCheckbox,
|
|
126
127
|
ve as PlCheckboxGroup,
|
|
127
128
|
Oe as PlChip,
|
|
128
|
-
|
|
129
|
+
Lr as PlCloseModalBtn,
|
|
129
130
|
I as PlContainer,
|
|
130
131
|
ye as PlDialogModal,
|
|
131
132
|
ue as PlDropdown,
|
|
132
133
|
ce as PlDropdownLegacy,
|
|
133
134
|
ne as PlDropdownLine,
|
|
134
135
|
Be as PlDropdownMulti,
|
|
135
|
-
|
|
136
|
+
Le as PlDropdownMultiRef,
|
|
136
137
|
xe as PlDropdownRef,
|
|
137
138
|
re as PlEditableTitle,
|
|
139
|
+
fo as PlElementList,
|
|
138
140
|
F as PlErrorBoundary,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
+
po as PlFileDialog,
|
|
142
|
+
uo as PlFileInput,
|
|
141
143
|
y as PlGrid,
|
|
142
|
-
|
|
143
|
-
|
|
144
|
+
So as PlIcon16,
|
|
145
|
+
ho as PlIcon24,
|
|
144
146
|
_e as PlLoaderCircular,
|
|
145
147
|
Ne as PlLogView,
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
148
|
+
go as PlMaskIcon16,
|
|
149
|
+
bo as PlMaskIcon24,
|
|
150
|
+
io as PlNotificationAlert,
|
|
149
151
|
De as PlNumberField,
|
|
150
152
|
he as PlProgressBar,
|
|
151
153
|
ro as PlProgressCell,
|
|
152
|
-
|
|
153
|
-
|
|
154
|
+
Mo as PlRadio,
|
|
155
|
+
Eo as PlRadioGroup,
|
|
154
156
|
v as PlRow,
|
|
155
157
|
fe as PlSearchField,
|
|
156
158
|
We as PlSectionSeparator,
|
|
@@ -158,7 +160,7 @@ export {
|
|
|
158
160
|
O as PlSpacer,
|
|
159
161
|
eo as PlSplash,
|
|
160
162
|
Ye as PlStatusTag,
|
|
161
|
-
|
|
163
|
+
Po as PlSvg,
|
|
162
164
|
qe as PlTabs,
|
|
163
165
|
pe as PlTextArea,
|
|
164
166
|
ae as PlTextField,
|
|
@@ -169,51 +171,51 @@ export {
|
|
|
169
171
|
D as SliderRange,
|
|
170
172
|
h as SliderRangeTriple,
|
|
171
173
|
p as ThemeSwitcher,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
174
|
+
qr as animate,
|
|
175
|
+
Qr as animateInfinite,
|
|
176
|
+
Wr as call,
|
|
177
|
+
Ro as categoricalColors,
|
|
178
|
+
jr as delay,
|
|
179
|
+
Fr as detectOutside,
|
|
180
|
+
Gr as eventListener,
|
|
181
|
+
Vr as getElementScrollPosition,
|
|
182
|
+
Or as icons16,
|
|
183
|
+
yr as icons24,
|
|
184
|
+
Ho as interpolateColor,
|
|
185
|
+
zr as isElementVisible,
|
|
186
|
+
Jr as listToOptions,
|
|
187
|
+
yo as magma,
|
|
188
|
+
Kr as makeEaseInOut,
|
|
189
|
+
Ur as makeEaseOut,
|
|
190
|
+
qo as normalizeGradient,
|
|
191
|
+
Xr as normalizeListOptions,
|
|
192
|
+
Ao as palettes,
|
|
193
|
+
Yr as randomInt,
|
|
194
|
+
Zr as randomString,
|
|
195
|
+
_r as requestTick,
|
|
196
|
+
Nr as scrollIntoView,
|
|
195
197
|
c as showContextMenu,
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
198
|
+
$r as throttle,
|
|
199
|
+
et as timeout,
|
|
200
|
+
Jo as useClickOutside,
|
|
201
|
+
Dr as useComponentProp,
|
|
202
|
+
hr as useDraggable,
|
|
203
|
+
Uo as useEventListener,
|
|
204
|
+
cr as useFormState,
|
|
205
|
+
fr as useHover,
|
|
206
|
+
nr as useInterval,
|
|
207
|
+
vr as useLabelNotch,
|
|
208
|
+
rr as useLocalStorage,
|
|
209
|
+
pr as useMouse,
|
|
210
|
+
ar as useMouseCapture,
|
|
211
|
+
Wo as usePosition,
|
|
212
|
+
gr as useQuery,
|
|
213
|
+
_o as useResizeObserver,
|
|
214
|
+
Yo as useScroll,
|
|
215
|
+
ur as useSortable,
|
|
216
|
+
xr as useSortable2,
|
|
217
|
+
er as useTheme,
|
|
218
|
+
Br as useWatchFetch,
|
|
219
|
+
Fo as viridis
|
|
218
220
|
};
|
|
219
221
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import './assets/ui.scss';\n\n// @TODO review\nimport * as DataTable from './components/DataTable';\nimport ThemeSwitcher from './components/ThemeSwitcher.vue';\n// @TODO review (may be private)\nimport DropdownListItem from './components/DropdownListItem.vue';\n\n// @TODO review\nimport ContextProvider from './components/ContextProvider.vue';\nimport Slider from './components/Slider.vue';\nimport { showContextMenu } from './components/contextMenu';\n// for new version\nimport LongText from './components/LongText.vue';\nimport SliderRangeTriple from './components/SliderRangeTriple.vue';\nimport SliderRange from './components/SliderRange.vue';\nimport Scrollable from './components/Scrollable.vue';\n\nimport { allCssVariables } from './demo-site-data/all-css-variables.ts';\n\n/**\n * Layout components\n */\n\nexport * from './layout/PlBlockPage';\nexport * from './layout/PlContainer';\nexport * from './layout/PlRow';\nexport * from './layout/PlSpacer';\nexport * from './layout/PlGrid';\n\n/**\n * Components\n */\nexport * from './components/PlErrorBoundary';\n// export * from './components/PlErrorAlert'; // @TODO discuss if we should export it\nexport * from './components/PlAlert';\nexport * from './components/PlBtnSplit';\nexport * from './components/PlBtnPrimary';\nexport * from './components/PlBtnAccent';\nexport * from './components/PlBtnDanger';\nexport * from './components/PlBtnSecondary';\nexport * from './components/PlBtnGhost';\nexport * from './components/PlBtnLink';\nexport * from './components/PlBtnGroup';\nexport * from './components/PlEditableTitle';\nexport * from './components/PlTextField';\nexport * from './components/PlSearchField';\nexport * from './components/PlTextArea';\nexport * from './components/PlDropdown';\nexport * from './components/PlDropdownRef';\nexport * from './components/PlDropdownLine';\nexport * from './components/PlDropdownLegacy';\nexport * from './components/PlTooltip';\nexport * from './components/PlProgressBar';\nexport * from './components/PlNumberField';\nexport * from './components/PlDropdownMulti';\nexport * from './components/PlDropdownMultiRef';\nexport * from './components/PlCheckbox';\nexport * from './components/PlCheckboxGroup';\nexport * from './components/PlChip';\nexport * from './components/PlDialogModal';\nexport * from './components/PlSlideModal';\nexport * from './components/PlToggleSwitch';\nexport * from './components/PlLogView';\nexport * from './components/PlTabs';\nexport * from './components/PlSectionSeparator';\nexport * from './components/PlAccordion';\nexport * from './components/PlStatusTag';\nexport * from './components/PlLoaderCircular';\nexport * from './components/PlSplash';\nexport * from './components/PlProgressCell';\nexport * from './components/PlAutocomplete';\n\nexport * from './components/PlFileDialog';\nexport * from './components/PlFileInput';\nexport * from './components/PlNotificationAlert';\n\nexport * from './components/PlSvg';\nexport * from './components/PlMaskIcon16';\nexport * from './components/PlMaskIcon24';\nexport * from './components/PlIcon16';\nexport * from './components/PlIcon24';\n\nexport * from './components/PlChartStackedBar';\nexport * from './components/PlChartHistogram';\n\nexport * from './components/PlRadio';\n\nexport * from './colors';\n\n/**\n * Usables\n */\nexport { useElementPosition as usePosition } from './composition/usePosition';\nexport { useClickOutside } from './composition/useClickOutside';\nexport { useEventListener } from './composition/useEventListener';\nexport { useScroll } from './composition/useScroll';\nexport { useResizeObserver } from './composition/useResizeObserver';\nexport { useTheme } from './composition/useTheme';\nexport { useLocalStorage } from './composition/useLocalStorage';\nexport { useMouseCapture } from './composition/useMouseCapture';\nexport { useHover } from './composition/useHover';\nexport { useMouse } from './composition/useMouse';\nexport { useSortable } from './composition/useSortable';\nexport { useSortable2 } from './composition/useSortable2';\nexport { useInterval } from './composition/useInterval';\nexport { useFormState } from './composition/useFormState';\nexport { useQuery } from './composition/useQuery.ts';\nexport { useDraggable } from './composition/useDraggable';\nexport { useComponentProp } from './composition/useComponentProp';\nexport * from './composition/useWatchFetch';\n\n/**\n * Utils/Partials\n */\n\nexport { default as PlCloseModalBtn } from './utils/PlCloseModalBtn.vue';\nexport * from './utils/DropdownOverlay';\n\n/**\n * Technical\n * @TODO move it from here maybe\n */\nexport { useLabelNotch } from './utils/useLabelNotch.ts';\n\nexport type * from './types';\n\nexport { icons16, icons24 } from './types';\n\nexport * from './helpers/dom';\n\nexport * from './helpers/utils';\n\n/**\n * @TODO review\n */\nexport { ThemeSwitcher, DropdownListItem, DataTable, ContextProvider, Slider };\n\n// Helpers\nexport { showContextMenu };\n\n// move to new version pl-uikit\nexport { LongText, SliderRangeTriple, SliderRange, Scrollable };\n\n// @todo\nconst DemoData = { allCssVariables: allCssVariables() };\nexport { DemoData };\n"],"names":["DemoData","allCssVariables"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import './assets/ui.scss';\n\n// @TODO review\nimport * as DataTable from './components/DataTable';\nimport ThemeSwitcher from './components/ThemeSwitcher.vue';\n// @TODO review (may be private)\nimport DropdownListItem from './components/DropdownListItem.vue';\n\n// @TODO review\nimport ContextProvider from './components/ContextProvider.vue';\nimport Slider from './components/Slider.vue';\nimport { showContextMenu } from './components/contextMenu';\n// for new version\nimport LongText from './components/LongText.vue';\nimport SliderRangeTriple from './components/SliderRangeTriple.vue';\nimport SliderRange from './components/SliderRange.vue';\nimport Scrollable from './components/Scrollable.vue';\n\nimport { allCssVariables } from './demo-site-data/all-css-variables.ts';\n\n/**\n * Layout components\n */\n\nexport * from './layout/PlBlockPage';\nexport * from './layout/PlContainer';\nexport * from './layout/PlRow';\nexport * from './layout/PlSpacer';\nexport * from './layout/PlGrid';\n\n/**\n * Components\n */\nexport * from './components/PlErrorBoundary';\n// export * from './components/PlErrorAlert'; // @TODO discuss if we should export it\nexport * from './components/PlAlert';\nexport * from './components/PlBtnSplit';\nexport * from './components/PlBtnPrimary';\nexport * from './components/PlBtnAccent';\nexport * from './components/PlBtnDanger';\nexport * from './components/PlBtnSecondary';\nexport * from './components/PlBtnGhost';\nexport * from './components/PlBtnLink';\nexport * from './components/PlBtnGroup';\nexport * from './components/PlEditableTitle';\nexport * from './components/PlTextField';\nexport * from './components/PlSearchField';\nexport * from './components/PlTextArea';\nexport * from './components/PlDropdown';\nexport * from './components/PlDropdownRef';\nexport * from './components/PlDropdownLine';\nexport * from './components/PlDropdownLegacy';\nexport * from './components/PlTooltip';\nexport * from './components/PlProgressBar';\nexport * from './components/PlNumberField';\nexport * from './components/PlDropdownMulti';\nexport * from './components/PlDropdownMultiRef';\nexport * from './components/PlCheckbox';\nexport * from './components/PlCheckboxGroup';\nexport * from './components/PlChip';\nexport * from './components/PlDialogModal';\nexport * from './components/PlSlideModal';\nexport * from './components/PlToggleSwitch';\nexport * from './components/PlLogView';\nexport * from './components/PlTabs';\nexport * from './components/PlSectionSeparator';\nexport * from './components/PlAccordion';\nexport * from './components/PlStatusTag';\nexport * from './components/PlLoaderCircular';\nexport * from './components/PlSplash';\nexport * from './components/PlProgressCell';\nexport * from './components/PlAutocomplete';\nexport * from './components/PlElementList';\n\nexport * from './components/PlFileDialog';\nexport * from './components/PlFileInput';\nexport * from './components/PlNotificationAlert';\n\nexport * from './components/PlSvg';\nexport * from './components/PlMaskIcon16';\nexport * from './components/PlMaskIcon24';\nexport * from './components/PlIcon16';\nexport * from './components/PlIcon24';\n\nexport * from './components/PlChartStackedBar';\nexport * from './components/PlChartHistogram';\n\nexport * from './components/PlRadio';\n\nexport * from './colors';\n\n/**\n * Usables\n */\nexport { useElementPosition as usePosition } from './composition/usePosition';\nexport { useClickOutside } from './composition/useClickOutside';\nexport { useEventListener } from './composition/useEventListener';\nexport { useScroll } from './composition/useScroll';\nexport { useResizeObserver } from './composition/useResizeObserver';\nexport { useTheme } from './composition/useTheme';\nexport { useLocalStorage } from './composition/useLocalStorage';\nexport { useMouseCapture } from './composition/useMouseCapture';\nexport { useHover } from './composition/useHover';\nexport { useMouse } from './composition/useMouse';\nexport { useSortable } from './composition/useSortable';\nexport { useSortable2 } from './composition/useSortable2';\nexport { useInterval } from './composition/useInterval';\nexport { useFormState } from './composition/useFormState';\nexport { useQuery } from './composition/useQuery.ts';\nexport { useDraggable } from './composition/useDraggable';\nexport { useComponentProp } from './composition/useComponentProp';\nexport * from './composition/useWatchFetch';\n\n/**\n * Utils/Partials\n */\n\nexport { default as PlCloseModalBtn } from './utils/PlCloseModalBtn.vue';\nexport * from './utils/DropdownOverlay';\n\n/**\n * Technical\n * @TODO move it from here maybe\n */\nexport { useLabelNotch } from './utils/useLabelNotch.ts';\n\nexport type * from './types';\n\nexport { icons16, icons24 } from './types';\n\nexport * from './helpers/dom';\n\nexport * from './helpers/utils';\n\n/**\n * @TODO review\n */\nexport { ThemeSwitcher, DropdownListItem, DataTable, ContextProvider, Slider };\n\n// Helpers\nexport { showContextMenu };\n\n// move to new version pl-uikit\nexport { LongText, SliderRangeTriple, SliderRange, Scrollable };\n\n// @todo\nconst DemoData = { allCssVariables: allCssVariables() };\nexport { DemoData };\n"],"names":["DemoData","allCssVariables"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkJA,MAAMA,IAAW,EAAE,iBAAiBC,EAAkB,EAAA;"}
|