@milaboratories/uikit 2.4.30 → 2.5.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.
- package/.turbo/turbo-build.log +36 -35
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +11 -0
- package/dist/components/PlAccordion/{ExpandTransition.vue.js → ExpandTransition.vue2.js} +1 -1
- package/dist/components/PlAccordion/ExpandTransition.vue2.js.map +1 -0
- package/dist/components/PlAccordion/ExpandTransition.vue3.js +1 -1
- package/dist/components/PlAccordion/PlAccordionSection.vue2.js +1 -1
- package/dist/composition/filters/index.d.ts +2 -0
- package/dist/composition/filters/metadata.d.ts +862 -0
- package/dist/composition/filters/metadata.js +489 -0
- package/dist/composition/filters/metadata.js.map +1 -0
- package/dist/composition/filters/types.d.ts +44 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +114 -110
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
- package/src/composition/filters/index.ts +2 -0
- package/src/composition/filters/metadata.ts +476 -0
- package/src/composition/filters/types.ts +44 -0
- package/src/index.ts +2 -1
- package/dist/components/PlAccordion/ExpandTransition.vue.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -10,21 +10,21 @@ import { showContextMenu as c } from "./components/contextMenu/index.js";
|
|
|
10
10
|
import { default as g } from "./components/LongText.vue.js";
|
|
11
11
|
|
|
12
12
|
import { default as h } from "./components/Scrollable.vue.js";
|
|
13
|
-
import { default as
|
|
13
|
+
import { default as b } from "./components/SliderRange.vue.js";
|
|
14
14
|
import { default as B } from "./components/SliderRangeTriple.vue.js";
|
|
15
15
|
import { allCssVariables as e } from "./demo-site-data/all-css-variables.js";
|
|
16
|
-
import { default as
|
|
17
|
-
import { usePlBlockPageTitleTeleportTarget as
|
|
16
|
+
import { default as M } from "./layout/PlBlockPage/PlBlockPage.vue.js";
|
|
17
|
+
import { usePlBlockPageTitleTeleportTarget as L } from "./layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.js";
|
|
18
18
|
import { default as v } from "./layout/PlContainer/PlContainer.vue.js";
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
19
|
+
import { default as F } from "./layout/PlGrid/PlGrid.vue.js";
|
|
20
|
+
import { default as y } from "./layout/PlRow/PlRow.vue.js";
|
|
21
|
+
import { default as G } from "./layout/PlSpacer/PlSpacer.vue.js";
|
|
22
22
|
import { default as V } from "./components/PlErrorBoundary/PlErrorBoundary.vue.js";
|
|
23
23
|
import { default as N } from "./components/PlAccordion/PlAccordion.vue.js";
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
24
|
+
import { default as H } from "./components/PlAccordion/PlAccordionSection.vue.js";
|
|
25
|
+
import { default as Q } from "./components/PlAlert/PlAlert.vue.js";
|
|
26
|
+
import { default as j } from "./components/PlAutocomplete/PlAutocomplete.vue.js";
|
|
27
|
+
import { default as K } from "./components/PlAutocompleteMulti/PlAutocompleteMulti.vue.js";
|
|
28
28
|
import { default as Y } from "./components/PlBtnAccent/PlBtnAccent.vue.js";
|
|
29
29
|
import { default as _ } from "./components/PlBtnDanger/PlBtnDanger.vue.js";
|
|
30
30
|
import { default as ee } from "./components/PlBtnGhost/PlBtnGhost.vue.js";
|
|
@@ -38,20 +38,20 @@ import { default as ne } from "./components/PlCheckboxGroup/PlCheckboxGroup.vue.
|
|
|
38
38
|
import { default as ce } from "./components/PlChip/PlChip.vue.js";
|
|
39
39
|
import { default as ge } from "./components/PlDialogModal/PlDialogModal.vue.js";
|
|
40
40
|
import { default as he } from "./components/PlDropdown/PlDropdown.vue.js";
|
|
41
|
-
import { default as
|
|
41
|
+
import { default as be } from "./components/PlDropdownLegacy/PlDropdownLegacy.vue.js";
|
|
42
42
|
import { default as Be } from "./components/PlDropdownLine/PlDropdownLine.vue.js";
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
43
|
+
import { default as Me } from "./components/PlDropdownMulti/PlDropdownMulti.vue.js";
|
|
44
|
+
import { default as Le } from "./components/PlDropdownMultiRef/PlDropdownMultiRef.vue.js";
|
|
45
45
|
import { default as ve } from "./components/PlDropdownRef/PlDropdownRef.vue.js";
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
46
|
+
import { default as Fe } from "./components/PlEditableTitle/PlEditableTitle.vue.js";
|
|
47
|
+
import { default as ye } from "./components/PlElementList/PlElementList.vue.js";
|
|
48
|
+
import { default as Ge } from "./components/PlLoaderCircular/PlLoaderCircular.vue.js";
|
|
49
49
|
import { default as Ve } from "./components/PlLogView/PlLogView.vue.js";
|
|
50
50
|
import { default as Ne } from "./components/PlNumberField/PlNumberField.vue.js";
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
51
|
+
import { default as He } from "./components/PlProgressBar/PlProgressBar.vue.js";
|
|
52
|
+
import { default as Qe } from "./components/PlProgressCell/PlProgressCell.vue.js";
|
|
53
|
+
import { default as je } from "./components/PlSearchField/PlSearchField.vue.js";
|
|
54
|
+
import { default as Ke } from "./components/PlSectionSeparator/PlSectionSeparator.vue.js";
|
|
55
55
|
import { default as Ye } from "./components/PlSlideModal/PlPureSlideModal.vue.js";
|
|
56
56
|
import { default as _e } from "./components/PlSlideModal/PlSlideModal.vue.js";
|
|
57
57
|
import { default as eo } from "./components/PlSplash/PlSplash.vue.js";
|
|
@@ -64,18 +64,18 @@ import { default as io } from "./components/PlTooltip/PlTooltip.vue.js";
|
|
|
64
64
|
import { default as Po } from "./components/PlFileDialog/PlFileDialog.vue.js";
|
|
65
65
|
import { default as So } from "./components/PlFileInput/PlFileInput.vue.js";
|
|
66
66
|
import { default as Co } from "./components/PlNotificationAlert/PlNotificationAlert.vue.js";
|
|
67
|
-
import { default as
|
|
67
|
+
import { default as To } from "./components/PlSidebar/PlSidebarGroup.vue.js";
|
|
68
68
|
import { default as wo } from "./components/PlSidebar/PlSidebarItem.vue.js";
|
|
69
|
-
import { default as Do, default as
|
|
70
|
-
import { default as
|
|
69
|
+
import { default as Do, default as Mo } from "./components/PlIcon16/PlIcon16.vue.js";
|
|
70
|
+
import { default as Lo, default as Io } from "./components/PlIcon24/PlIcon24.vue.js";
|
|
71
71
|
import { default as Eo } from "./components/PlSvg/PlSvg.vue.js";
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
72
|
+
import { default as Oo } from "./components/PlChartHistogram/PlChartHistogram.vue.js";
|
|
73
|
+
import { default as Ao } from "./components/PlChartStackedBar/PlChartStackedBar.vue.js";
|
|
74
|
+
import { default as Ro } from "./components/PlChartStackedBar/PlChartStackedBarCompact.vue.js";
|
|
75
75
|
import { default as zo } from "./components/PlRadio/PlRadio.vue.js";
|
|
76
|
-
import { default as
|
|
77
|
-
import { categoricalColors as
|
|
78
|
-
import { Color as
|
|
76
|
+
import { default as Uo } from "./components/PlRadio/PlRadioGroup.vue.js";
|
|
77
|
+
import { categoricalColors as qo, magma as Qo, palettes as Wo, viridis as jo } from "./colors/palette.js";
|
|
78
|
+
import { Color as Ko } from "./colors/color.js";
|
|
79
79
|
import { Gradient as Yo, interpolateColor as Zo, normalizeGradient as _o } from "./colors/gradient.js";
|
|
80
80
|
import { useClickOutside as er } from "./composition/useClickOutside.js";
|
|
81
81
|
import { useComponentProp as rr } from "./composition/useComponentProp.js";
|
|
@@ -88,40 +88,41 @@ import { useInterval as nr } from "./composition/useInterval.js";
|
|
|
88
88
|
import { useLocalStorage as cr } from "./composition/useLocalStorage.js";
|
|
89
89
|
import { useMouse as gr } from "./composition/useMouse.js";
|
|
90
90
|
import { useMouseCapture as hr } from "./composition/useMouseCapture.js";
|
|
91
|
-
import { useElementPosition as
|
|
91
|
+
import { useElementPosition as br } from "./composition/usePosition.js";
|
|
92
92
|
import { useQuery as Br } from "./composition/useQuery.js";
|
|
93
|
-
import { useResizeObserver as
|
|
94
|
-
import { useScroll as
|
|
93
|
+
import { useResizeObserver as Mr } from "./composition/useResizeObserver.js";
|
|
94
|
+
import { useScroll as Lr } from "./composition/useScroll.js";
|
|
95
95
|
import { useSortable as vr } from "./composition/useSortable.js";
|
|
96
|
-
import { useSortable2 as
|
|
97
|
-
import { useTheme as
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import { default as
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
96
|
+
import { useSortable2 as Fr } from "./composition/useSortable2.js";
|
|
97
|
+
import { useTheme as yr } from "./composition/useTheme.js";
|
|
98
|
+
import { computedCached as Gr } from "./composition/computedCached.js";
|
|
99
|
+
import { filterUiMetadata as Vr, getFilterUiMetadata as zr, getFilterUiTypeOptions as Nr } from "./composition/filters/metadata.js";
|
|
100
|
+
import { useWatchFetch as Hr } from "./composition/useWatchFetch.js";
|
|
101
|
+
import { watchCached as Qr } from "./composition/watchCached.js";
|
|
102
|
+
import { default as jr } from "./utils/DropdownOverlay/DropdownOverlay.vue.js";
|
|
103
|
+
import { default as Kr } from "./utils/PlCloseModalBtn.vue.js";
|
|
104
|
+
import { useLabelNotch as Yr } from "./utils/useLabelNotch.js";
|
|
105
|
+
import { icons16 as _r } from "./generated/icons-16.js";
|
|
106
|
+
import { icons24 as et } from "./generated/icons-24.js";
|
|
107
|
+
import { detectOutside as rt, eventListener as tt, getElementScrollPosition as at, isElementVisible as lt, scrollIntoView as ft } from "./helpers/dom.js";
|
|
108
|
+
import { animate as pt, animateInfinite as mt, call as dt, delay as ut, listToOptions as xt, makeEaseInOut as it, makeEaseOut as nt, normalizeListOptions as Pt, randomInt as ct, randomString as St, requestTick as gt, throttle as Ct, timeout as ht } from "./helpers/utils.js";
|
|
109
|
+
import { downloadContent as bt } from "./helpers/downloadContent.js";
|
|
109
110
|
const l = { allCssVariables: e() };
|
|
110
111
|
export {
|
|
111
|
-
|
|
112
|
+
Ko as Color,
|
|
112
113
|
x as ContextProvider,
|
|
113
114
|
r as DataTable,
|
|
114
115
|
l as DemoData,
|
|
115
116
|
d as DropdownListItem,
|
|
116
|
-
|
|
117
|
+
jr as DropdownOverlay,
|
|
117
118
|
Yo as Gradient,
|
|
118
119
|
g as LongText,
|
|
119
120
|
N as PlAccordion,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
121
|
+
H as PlAccordionSection,
|
|
122
|
+
Q as PlAlert,
|
|
123
|
+
j as PlAutocomplete,
|
|
124
|
+
K as PlAutocompleteMulti,
|
|
125
|
+
M as PlBlockPage,
|
|
125
126
|
Y as PlBtnAccent,
|
|
126
127
|
_ as PlBtnDanger,
|
|
127
128
|
ee as PlBtnGhost,
|
|
@@ -130,47 +131,47 @@ export {
|
|
|
130
131
|
fe as PlBtnPrimary,
|
|
131
132
|
pe as PlBtnSecondary,
|
|
132
133
|
de as PlBtnSplit,
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
134
|
+
Oo as PlChartHistogram,
|
|
135
|
+
Ao as PlChartStackedBar,
|
|
136
|
+
Ro as PlChartStackedBarCompact,
|
|
136
137
|
xe as PlCheckbox,
|
|
137
138
|
ne as PlCheckboxGroup,
|
|
138
139
|
ce as PlChip,
|
|
139
|
-
|
|
140
|
+
Kr as PlCloseModalBtn,
|
|
140
141
|
v as PlContainer,
|
|
141
142
|
ge as PlDialogModal,
|
|
142
143
|
he as PlDropdown,
|
|
143
|
-
|
|
144
|
+
be as PlDropdownLegacy,
|
|
144
145
|
Be as PlDropdownLine,
|
|
145
|
-
|
|
146
|
-
|
|
146
|
+
Me as PlDropdownMulti,
|
|
147
|
+
Le as PlDropdownMultiRef,
|
|
147
148
|
ve as PlDropdownRef,
|
|
148
|
-
|
|
149
|
-
|
|
149
|
+
Fe as PlEditableTitle,
|
|
150
|
+
ye as PlElementList,
|
|
150
151
|
V as PlErrorBoundary,
|
|
151
152
|
Po as PlFileDialog,
|
|
152
153
|
So as PlFileInput,
|
|
153
|
-
|
|
154
|
+
F as PlGrid,
|
|
154
155
|
Do as PlIcon16,
|
|
155
|
-
|
|
156
|
-
|
|
156
|
+
Lo as PlIcon24,
|
|
157
|
+
Ge as PlLoaderCircular,
|
|
157
158
|
Ve as PlLogView,
|
|
158
|
-
|
|
159
|
-
|
|
159
|
+
Mo as PlMaskIcon16,
|
|
160
|
+
Io as PlMaskIcon24,
|
|
160
161
|
Co as PlNotificationAlert,
|
|
161
162
|
Ne as PlNumberField,
|
|
162
|
-
|
|
163
|
-
|
|
163
|
+
He as PlProgressBar,
|
|
164
|
+
Qe as PlProgressCell,
|
|
164
165
|
Ye as PlPureSlideModal,
|
|
165
166
|
zo as PlRadio,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
167
|
+
Uo as PlRadioGroup,
|
|
168
|
+
y as PlRow,
|
|
169
|
+
je as PlSearchField,
|
|
170
|
+
Ke as PlSectionSeparator,
|
|
171
|
+
To as PlSidebarGroup,
|
|
171
172
|
wo as PlSidebarItem,
|
|
172
173
|
_e as PlSlideModal,
|
|
173
|
-
|
|
174
|
+
G as PlSpacer,
|
|
174
175
|
eo as PlSplash,
|
|
175
176
|
ro as PlStatusTag,
|
|
176
177
|
Eo as PlSvg,
|
|
@@ -181,37 +182,40 @@ export {
|
|
|
181
182
|
io as PlTooltip,
|
|
182
183
|
h as Scrollable,
|
|
183
184
|
n as Slider,
|
|
184
|
-
|
|
185
|
+
b as SliderRange,
|
|
185
186
|
B as SliderRangeTriple,
|
|
186
187
|
p as ThemeSwitcher,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
188
|
+
pt as animate,
|
|
189
|
+
mt as animateInfinite,
|
|
190
|
+
dt as call,
|
|
191
|
+
qo as categoricalColors,
|
|
192
|
+
Gr as computedCached,
|
|
193
|
+
ut as delay,
|
|
194
|
+
rt as detectOutside,
|
|
195
|
+
bt as downloadContent,
|
|
196
|
+
tt as eventListener,
|
|
197
|
+
Vr as filterUiMetadata,
|
|
198
|
+
at as getElementScrollPosition,
|
|
199
|
+
zr as getFilterUiMetadata,
|
|
200
|
+
Nr as getFilterUiTypeOptions,
|
|
201
|
+
_r as icons16,
|
|
202
|
+
et as icons24,
|
|
199
203
|
Zo as interpolateColor,
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
204
|
+
lt as isElementVisible,
|
|
205
|
+
xt as listToOptions,
|
|
206
|
+
Qo as magma,
|
|
207
|
+
it as makeEaseInOut,
|
|
208
|
+
nt as makeEaseOut,
|
|
205
209
|
_o as normalizeGradient,
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
210
|
+
Pt as normalizeListOptions,
|
|
211
|
+
Wo as palettes,
|
|
212
|
+
ct as randomInt,
|
|
213
|
+
St as randomString,
|
|
214
|
+
gt as requestTick,
|
|
215
|
+
ft as scrollIntoView,
|
|
212
216
|
c as showContextMenu,
|
|
213
|
-
|
|
214
|
-
|
|
217
|
+
Ct as throttle,
|
|
218
|
+
ht as timeout,
|
|
215
219
|
er as useClickOutside,
|
|
216
220
|
rr as useComponentProp,
|
|
217
221
|
ar as useConfirm,
|
|
@@ -220,20 +224,20 @@ export {
|
|
|
220
224
|
dr as useFormState,
|
|
221
225
|
xr as useHover,
|
|
222
226
|
nr as useInterval,
|
|
223
|
-
|
|
227
|
+
Yr as useLabelNotch,
|
|
224
228
|
cr as useLocalStorage,
|
|
225
229
|
gr as useMouse,
|
|
226
230
|
hr as useMouseCapture,
|
|
227
|
-
|
|
228
|
-
|
|
231
|
+
L as usePlBlockPageTitleTeleportTarget,
|
|
232
|
+
br as usePosition,
|
|
229
233
|
Br as useQuery,
|
|
230
|
-
|
|
231
|
-
|
|
234
|
+
Mr as useResizeObserver,
|
|
235
|
+
Lr as useScroll,
|
|
232
236
|
vr as useSortable,
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
237
|
+
Fr as useSortable2,
|
|
238
|
+
yr as useTheme,
|
|
239
|
+
Hr as useWatchFetch,
|
|
240
|
+
jo as viridis,
|
|
241
|
+
Qr as watchCached
|
|
238
242
|
};
|
|
239
243
|
//# 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 Scrollable from './components/Scrollable.vue';\nimport SliderRange from './components/SliderRange.vue';\nimport SliderRangeTriple from './components/SliderRangeTriple.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/PlGrid';\nexport * from './layout/PlRow';\nexport * from './layout/PlSpacer';\n\n/**\n * Components\n */\nexport * from './components/PlErrorBoundary';\n// export * from './components/PlErrorAlert'; // @TODO discuss if we should export it\nexport * from './components/PlAccordion';\nexport * from './components/PlAlert';\nexport * from './components/PlAutocomplete';\nexport * from './components/PlAutocompleteMulti';\nexport * from './components/PlBtnAccent';\nexport * from './components/PlBtnDanger';\nexport * from './components/PlBtnGhost';\nexport * from './components/PlBtnGroup';\nexport * from './components/PlBtnLink';\nexport * from './components/PlBtnPrimary';\nexport * from './components/PlBtnSecondary';\nexport * from './components/PlBtnSplit';\nexport * from './components/PlCheckbox';\nexport * from './components/PlCheckboxGroup';\nexport * from './components/PlChip';\nexport * from './components/PlDialogModal';\nexport * from './components/PlDropdown';\nexport * from './components/PlDropdownLegacy';\nexport * from './components/PlDropdownLine';\nexport * from './components/PlDropdownMulti';\nexport * from './components/PlDropdownMultiRef';\nexport * from './components/PlDropdownRef';\nexport * from './components/PlEditableTitle';\nexport * from './components/PlElementList';\nexport * from './components/PlLoaderCircular';\nexport * from './components/PlLogView';\nexport * from './components/PlNumberField';\nexport * from './components/PlProgressBar';\nexport * from './components/PlProgressCell';\nexport * from './components/PlSearchField';\nexport * from './components/PlSectionSeparator';\nexport * from './components/PlSlideModal';\nexport * from './components/PlSplash';\nexport * from './components/PlStatusTag';\nexport * from './components/PlTabs';\nexport * from './components/PlTextArea';\nexport * from './components/PlTextField';\nexport * from './components/PlToggleSwitch';\nexport * from './components/PlTooltip';\n\nexport * from './components/PlFileDialog';\nexport * from './components/PlFileInput';\nexport * from './components/PlNotificationAlert';\n\nexport * from './components/PlSidebar';\n\nexport * from './components/PlIcon16';\nexport * from './components/PlIcon24';\nexport * from './components/PlMaskIcon16';\nexport * from './components/PlMaskIcon24';\nexport * from './components/PlSvg';\n\nexport * from './components/PlChartHistogram';\nexport * from './components/PlChartStackedBar';\n\nexport * from './components/PlRadio';\n\nexport * from './colors';\n\n/**\n * Usables\n */\nexport { useClickOutside } from './composition/useClickOutside';\nexport { useComponentProp } from './composition/useComponentProp';\nexport { useConfirm } from './composition/useConfirm';\nexport { useDraggable } from './composition/useDraggable';\nexport { useEventListener } from './composition/useEventListener';\nexport { useFormState } from './composition/useFormState';\nexport { useHover } from './composition/useHover';\nexport { useInterval } from './composition/useInterval';\nexport { useLocalStorage } from './composition/useLocalStorage';\nexport { useMouse } from './composition/useMouse';\nexport { useMouseCapture } from './composition/useMouseCapture';\nexport { useElementPosition as usePosition } from './composition/usePosition';\nexport { useQuery } from './composition/useQuery.ts';\nexport { useResizeObserver } from './composition/useResizeObserver';\nexport { useScroll } from './composition/useScroll';\nexport { useSortable } from './composition/useSortable';\nexport { useSortable2 } from './composition/useSortable2';\nexport { useTheme } from './composition/useTheme';\n\nexport * from './composition/
|
|
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 Scrollable from './components/Scrollable.vue';\nimport SliderRange from './components/SliderRange.vue';\nimport SliderRangeTriple from './components/SliderRangeTriple.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/PlGrid';\nexport * from './layout/PlRow';\nexport * from './layout/PlSpacer';\n\n/**\n * Components\n */\nexport * from './components/PlErrorBoundary';\n// export * from './components/PlErrorAlert'; // @TODO discuss if we should export it\nexport * from './components/PlAccordion';\nexport * from './components/PlAlert';\nexport * from './components/PlAutocomplete';\nexport * from './components/PlAutocompleteMulti';\nexport * from './components/PlBtnAccent';\nexport * from './components/PlBtnDanger';\nexport * from './components/PlBtnGhost';\nexport * from './components/PlBtnGroup';\nexport * from './components/PlBtnLink';\nexport * from './components/PlBtnPrimary';\nexport * from './components/PlBtnSecondary';\nexport * from './components/PlBtnSplit';\nexport * from './components/PlCheckbox';\nexport * from './components/PlCheckboxGroup';\nexport * from './components/PlChip';\nexport * from './components/PlDialogModal';\nexport * from './components/PlDropdown';\nexport * from './components/PlDropdownLegacy';\nexport * from './components/PlDropdownLine';\nexport * from './components/PlDropdownMulti';\nexport * from './components/PlDropdownMultiRef';\nexport * from './components/PlDropdownRef';\nexport * from './components/PlEditableTitle';\nexport * from './components/PlElementList';\nexport * from './components/PlLoaderCircular';\nexport * from './components/PlLogView';\nexport * from './components/PlNumberField';\nexport * from './components/PlProgressBar';\nexport * from './components/PlProgressCell';\nexport * from './components/PlSearchField';\nexport * from './components/PlSectionSeparator';\nexport * from './components/PlSlideModal';\nexport * from './components/PlSplash';\nexport * from './components/PlStatusTag';\nexport * from './components/PlTabs';\nexport * from './components/PlTextArea';\nexport * from './components/PlTextField';\nexport * from './components/PlToggleSwitch';\nexport * from './components/PlTooltip';\n\nexport * from './components/PlFileDialog';\nexport * from './components/PlFileInput';\nexport * from './components/PlNotificationAlert';\n\nexport * from './components/PlSidebar';\n\nexport * from './components/PlIcon16';\nexport * from './components/PlIcon24';\nexport * from './components/PlMaskIcon16';\nexport * from './components/PlMaskIcon24';\nexport * from './components/PlSvg';\n\nexport * from './components/PlChartHistogram';\nexport * from './components/PlChartStackedBar';\n\nexport * from './components/PlRadio';\n\nexport * from './colors';\n\n/**\n * Usables\n */\nexport { useClickOutside } from './composition/useClickOutside';\nexport { useComponentProp } from './composition/useComponentProp';\nexport { useConfirm } from './composition/useConfirm';\nexport { useDraggable } from './composition/useDraggable';\nexport { useEventListener } from './composition/useEventListener';\nexport { useFormState } from './composition/useFormState';\nexport { useHover } from './composition/useHover';\nexport { useInterval } from './composition/useInterval';\nexport { useLocalStorage } from './composition/useLocalStorage';\nexport { useMouse } from './composition/useMouse';\nexport { useMouseCapture } from './composition/useMouseCapture';\nexport { useElementPosition as usePosition } from './composition/usePosition';\nexport { useQuery } from './composition/useQuery.ts';\nexport { useResizeObserver } from './composition/useResizeObserver';\nexport { useScroll } from './composition/useScroll';\nexport { useSortable } from './composition/useSortable';\nexport { useSortable2 } from './composition/useSortable2';\nexport { useTheme } from './composition/useTheme';\n\nexport * from './composition/computedCached';\nexport * from './composition/filters';\nexport * from './composition/useWatchFetch';\nexport * from './composition/watchCached';\n\n/**\n * Utils/Partials\n */\n\nexport * from './utils/DropdownOverlay';\nexport { default as PlCloseModalBtn } from './utils/PlCloseModalBtn.vue';\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 { ContextProvider, DataTable, DropdownListItem, Slider, ThemeSwitcher };\n\n// Helpers\nexport { showContextMenu };\n\n// move to new version pl-uikit\nexport { LongText, Scrollable, SliderRange, SliderRangeTriple };\n\n// @todo\nconst DemoData = { allCssVariables: allCssVariables() };\nexport { DemoData };\n"],"names":["DemoData","allCssVariables"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0JA,MAAMA,IAAW,EAAE,iBAAiBC,EAAA,EAAgB;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milaboratories/uikit",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"d3-axis": "^3.0.0",
|
|
32
32
|
"resize-observer-polyfill": "^1.5.1",
|
|
33
33
|
"canonicalize": "~2.1.0",
|
|
34
|
-
"@
|
|
35
|
-
"@
|
|
34
|
+
"@platforma-sdk/model": "1.45.0",
|
|
35
|
+
"@milaboratories/helpers": "1.12.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"jsdom": "^25.0.1",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"yarpm": "^1.2.0",
|
|
41
41
|
"svgo": "^3.3.2",
|
|
42
42
|
"typescript": "~5.6.3",
|
|
43
|
-
"@milaboratories/build-configs": "1.0.8",
|
|
44
|
-
"@milaboratories/eslint-config": "1.0.4",
|
|
45
43
|
"@milaboratories/ts-configs": "1.0.6",
|
|
46
|
-
"@milaboratories/
|
|
44
|
+
"@milaboratories/build-configs": "1.0.8",
|
|
45
|
+
"@milaboratories/ts-builder": "1.0.5",
|
|
46
|
+
"@milaboratories/eslint-config": "1.0.4"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"dev": "ts-builder serve --target browser-lib --build-config ./build.browser-lib.config.js",
|