@oneb/ui-vue 0.4.0 → 0.4.1
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/dist/LogoOneb-b6ac382e.cjs +1 -0
- package/dist/LogoOneb-ddb388a4.js +16 -0
- package/dist/{OneHelpMenu-d5182c78.js → OneHelpMenu-2a2051d7.js} +2 -1
- package/dist/{OneHelpMenu-6ec63535.cjs → OneHelpMenu-78d9348a.cjs} +1 -1
- package/dist/dropdown/index.cjs +1 -1
- package/dist/dropdown/index.js +2 -2
- package/dist/errorsPage/index.cjs +1 -1
- package/dist/errorsPage/index.js +251 -265
- package/dist/filterBuilder/index.cjs +1 -1
- package/dist/filterBuilder/index.js +71 -60
- package/dist/i18n/index.cjs +1 -1
- package/dist/i18n/index.js +6 -4
- package/dist/index.cjs +1 -1
- package/dist/index.js +112 -110
- package/dist/layout/LogoOneb.vue.d.ts +2 -0
- package/dist/layout/index.cjs +1 -1
- package/dist/layout/index.d.ts +1 -0
- package/dist/layout/index.js +3 -1
- package/dist/popover/index.cjs +1 -1
- package/dist/popover/index.js +40 -38
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnebI18n as F, OnebI18nKey as I, defaultTranslations as
|
|
1
|
+
import { OnebI18n as F, OnebI18nKey as I, defaultTranslations as L, useOnebI18n as k } from "./i18n/index.js";
|
|
2
2
|
import { OneButton as v } from "./button/index.js";
|
|
3
3
|
import { OneButtonGroup as h } from "./buttonGroup/index.js";
|
|
4
4
|
import { OneCard as N, OneCardBody as w, OneCardFooter as R, OneCardHeader as G } from "./card/index.js";
|
|
@@ -12,49 +12,50 @@ import { S as pe } from "./SpinnerIcon-516264ba.js";
|
|
|
12
12
|
import { OneDetailsList as me, OneDetailsRow as Oe } from "./common/index.js";
|
|
13
13
|
import { u as ue, a as le } from "./useElementWidth-b36a7ce9.js";
|
|
14
14
|
import { b as xe, a as ce, u as _e } from "./useMediaQuery-77a19b18.js";
|
|
15
|
-
import { useAsyncMethod as
|
|
15
|
+
import { useAsyncMethod as Se, useAsyncSelect as ye, useDebouncedRef as Pe, useFormSubmit as Ce } from "./composables/index.js";
|
|
16
16
|
import { u as De, a as Me } from "./useConfirm-74e99a5c.js";
|
|
17
17
|
import { u as Fe } from "./useIsMobile-98fc0cf9.js";
|
|
18
|
-
import { u as
|
|
19
|
-
import { u as
|
|
18
|
+
import { u as Le } from "./useFileUpload-228dbc07.js";
|
|
19
|
+
import { u as Ae } from "./useCursorList-5c1b57aa.js";
|
|
20
20
|
import { OneConfirmHost as Be, confirmHostProps as he } from "./confirm/index.js";
|
|
21
21
|
import { OneCursorList as Ne } from "./cursorList/index.js";
|
|
22
22
|
import { c as Re } from "./clipboard-733b79a1.js";
|
|
23
23
|
import { capitalize as Ue, containsString as ze, createVersionChecker as Ke, cyrb53 as He, cyrb53FromObject as je, formatAnyPrice as Ve, formatBytes as Ye, formatDate as Qe, formatDateToInput as We, formatDuration as qe, formatNumber as Je, formatPrice as Xe, getTimezoneOffset as Ze, guessTimezone as $e, isString as eo, lcfirst as oo, makeString as ro, pluralize as to, toCamelCase as no, toPascalCase as ao, toSnakeCase as so, transliterate as po, ucfirst as io } from "./utils/index.js";
|
|
24
|
-
import { O as Oo, _ as fo, a as uo, c as lo, b as xo } from "./OneHelpMenu-
|
|
24
|
+
import { O as Oo, _ as fo, a as uo, c as lo, b as xo } from "./OneHelpMenu-2a2051d7.js";
|
|
25
25
|
import { _ as _o } from "./OneDropdownAuto.vue_vue_type_script_setup_true_lang-2c508e8a.js";
|
|
26
|
-
import { OneBrowserMenuGrid as
|
|
26
|
+
import { OneBrowserMenuGrid as So, OneDropdownDivider as yo, OneDropdownSelect as Po } from "./dropdown/index.js";
|
|
27
27
|
import { OneEntityPicker as go, defaultEntityPickerTranslations as Do } from "./entityPicker/index.js";
|
|
28
|
-
import { OneCrashScreen as To, OneErrorPage as Fo, OneNotFoundPage as Io, OneServerErrorPage as
|
|
28
|
+
import { OneCrashScreen as To, OneErrorPage as Fo, OneNotFoundPage as Io, OneServerErrorPage as Lo, OneSnakeGame as ko, createAppErrorHandler as Ao, useCrashState as vo } from "./errorsPage/index.js";
|
|
29
29
|
import { OneDropzone as ho, OneFileUpload as Eo, validateFiles as No } from "./fileUpload/index.js";
|
|
30
30
|
import { OneFilterBuilder as Ro, OneFilterGroup as Go, OneFilterRule as Uo, isFilterGroup as zo, operatorsForType as Ko } from "./filterBuilder/index.js";
|
|
31
31
|
import { OneForm as jo, OneFormFeedback as Vo, OneFormField as Yo, OneFormLabel as Qo } from "./form/index.js";
|
|
32
32
|
import { OneIndicators as qo, OneStatCard as Jo } from "./indicators/index.js";
|
|
33
33
|
import { OneInfobox as Zo } from "./infobox/index.js";
|
|
34
34
|
import { OneLabel as er } from "./label/index.js";
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
35
|
+
import { L as rr } from "./LogoOneb-ddb388a4.js";
|
|
36
|
+
import { O as nr } from "./OneModal-02a9a173.js";
|
|
37
|
+
import { OneModalBody as sr, OneModalFooter as pr, OneModalHeader as ir, OneModalHost as mr, useComponentModal as Or, useModalStackState as fr } from "./modal/index.js";
|
|
38
|
+
import { u as lr } from "./useModal-6a5d870b.js";
|
|
39
|
+
import { OneNotificationItem as xr, OneNotificationsBell as cr, OneNotificationsPanel as _r, notifyTintClasses as br, useNotifyfeed as Sr } from "./notifications/index.js";
|
|
40
|
+
import { OneRadio as Pr } from "./radio/index.js";
|
|
41
|
+
import { OneSearchInput as gr, searchInputProps as Dr } from "./searchInput/index.js";
|
|
42
|
+
import { OneSettingsLayout as Tr, OneSettingsRow as Fr, OneSettingsSection as Ir } from "./settings/index.js";
|
|
43
|
+
import { OneSpinner as kr, spinnerProps as Ar, spinnerSizeClasses as vr } from "./spinner/index.js";
|
|
44
|
+
import { OneStageBadge as hr, stageDefaults as Er } from "./stageBadge/index.js";
|
|
45
|
+
import { OneStepper as wr, stepperProps as Rr } from "./stepper/index.js";
|
|
46
|
+
import { OneSwitch as Ur } from "./switch/index.js";
|
|
47
|
+
import { OneTab as Kr, OneTabs as Hr, TabsContextKey as jr } from "./tabs/index.js";
|
|
48
|
+
import { OneMascotToast as Yr, OneToast as Qr, RabbitIcon as Wr, toastProps as qr, useMascotToast as Jr, useToast as Xr } from "./toast/index.js";
|
|
49
|
+
import { _ as $r } from "./OneTooltip.vue_vue_type_script_setup_true_lang-c492c128.js";
|
|
50
|
+
import { OneUserInviteModal as ot, OneUserList as rt, OneUserListItem as tt } from "./userList/index.js";
|
|
51
|
+
import { DATE_KIND as at, MANUAL_DATE_KEY as st, MANUAL_RANGE_KEY as pt, OnePeriodPicker as it, OnePeriodPickerFastModal as mt, PERIOD_KIND as Ot, RANGE_KIND as ft, buildPreset as ut, buildRollingOptions as lt, createShortcutPresets as dt, determineKind as xt, formatDateShort as ct, formatPeriod as _t, getOptionGranularity as bt, isOptionAllowed as St, parseManualDate as yt, periodPickerSizeConfig as Pt, toUnixOrNull as Ct } from "./periodPicker/index.js";
|
|
52
|
+
import { OnePopover as Dt, popoverProps as Mt } from "./popover/index.js";
|
|
53
|
+
import { OneProgress as Ft, progressProps as It, resolveProgressColor as Lt } from "./progress/index.js";
|
|
54
|
+
import { OneColumn as At, OneDataTable as vt, OneDataTablePaginator as Bt } from "./dataTable/index.js";
|
|
55
|
+
import { OneDateTime as Et, dateTimeProps as Nt } from "./dateTime/index.js";
|
|
56
|
+
import { _ as Rt } from "./OneFormInput.vue_vue_type_script_setup_true_lang-b89117e7.js";
|
|
57
|
+
import { OneSkeleton as Ut } from "./skeleton/index.js";
|
|
58
|
+
import { default as Kt } from "dayjs";
|
|
58
59
|
import "vue";
|
|
59
60
|
import "./_plugin-vue_export-helper-dad06003.js";
|
|
60
61
|
import "vue-markdown-render";
|
|
@@ -81,15 +82,16 @@ import "dayjs/plugin/customParseFormat";
|
|
|
81
82
|
import "./tailwind.config.js";
|
|
82
83
|
import "dayjs/plugin/relativeTime";
|
|
83
84
|
export {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
at as DATE_KIND,
|
|
86
|
+
rr as LogoOneb,
|
|
87
|
+
st as MANUAL_DATE_KEY,
|
|
88
|
+
pt as MANUAL_RANGE_KEY,
|
|
87
89
|
Z as OneAuthLayout,
|
|
88
90
|
W as OneAvatar,
|
|
89
91
|
$ as OneBackButton,
|
|
90
92
|
ee as OneBreadcrumbs,
|
|
91
93
|
Oo as OneBrowserMenu,
|
|
92
|
-
|
|
94
|
+
So as OneBrowserMenuGrid,
|
|
93
95
|
v as OneButton,
|
|
94
96
|
h as OneButtonGroup,
|
|
95
97
|
N as OneCard,
|
|
@@ -99,13 +101,13 @@ export {
|
|
|
99
101
|
z as OneCheckbox,
|
|
100
102
|
H as OneChips,
|
|
101
103
|
Y as OneCollapse,
|
|
102
|
-
|
|
104
|
+
At as OneColumn,
|
|
103
105
|
Be as OneConfirmHost,
|
|
104
106
|
To as OneCrashScreen,
|
|
105
107
|
Ne as OneCursorList,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
108
|
+
vt as OneDataTable,
|
|
109
|
+
Bt as OneDataTablePaginator,
|
|
110
|
+
Et as OneDateTime,
|
|
109
111
|
me as OneDetailsList,
|
|
110
112
|
Oe as OneDetailsRow,
|
|
111
113
|
fo as OneDropdown,
|
|
@@ -124,7 +126,7 @@ export {
|
|
|
124
126
|
jo as OneForm,
|
|
125
127
|
Vo as OneFormFeedback,
|
|
126
128
|
Yo as OneFormField,
|
|
127
|
-
|
|
129
|
+
Rt as OneFormInput,
|
|
128
130
|
Qo as OneFormLabel,
|
|
129
131
|
re as OneGridLayout,
|
|
130
132
|
lo as OneHelpMenu,
|
|
@@ -134,124 +136,124 @@ export {
|
|
|
134
136
|
er as OneLabel,
|
|
135
137
|
ne as OneMainLayout,
|
|
136
138
|
J as OneMarkdown,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
139
|
+
Yr as OneMascotToast,
|
|
140
|
+
nr as OneModal,
|
|
141
|
+
sr as OneModalBody,
|
|
142
|
+
pr as OneModalFooter,
|
|
143
|
+
ir as OneModalHeader,
|
|
144
|
+
mr as OneModalHost,
|
|
143
145
|
Io as OneNotFoundPage,
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
146
|
+
xr as OneNotificationItem,
|
|
147
|
+
cr as OneNotificationsBell,
|
|
148
|
+
_r as OneNotificationsPanel,
|
|
149
|
+
it as OnePeriodPicker,
|
|
150
|
+
mt as OnePeriodPickerFastModal,
|
|
151
|
+
Dt as OnePopover,
|
|
152
|
+
Ft as OneProgress,
|
|
153
|
+
Pr as OneRadio,
|
|
154
|
+
gr as OneSearchInput,
|
|
155
|
+
Lo as OneServerErrorPage,
|
|
156
|
+
Tr as OneSettingsLayout,
|
|
157
|
+
Fr as OneSettingsRow,
|
|
158
|
+
Ir as OneSettingsSection,
|
|
157
159
|
ae as OneSidebar,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
160
|
+
Ut as OneSkeleton,
|
|
161
|
+
ko as OneSnakeGame,
|
|
162
|
+
kr as OneSpinner,
|
|
161
163
|
pe as OneSpinnerIcon,
|
|
162
|
-
|
|
164
|
+
hr as OneStageBadge,
|
|
163
165
|
Jo as OneStatCard,
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
166
|
+
wr as OneStepper,
|
|
167
|
+
Ur as OneSwitch,
|
|
168
|
+
Kr as OneTab,
|
|
169
|
+
Hr as OneTabs,
|
|
170
|
+
Qr as OneToast,
|
|
171
|
+
$r as OneTooltip,
|
|
172
|
+
ot as OneUserInviteModal,
|
|
173
|
+
rt as OneUserList,
|
|
174
|
+
tt as OneUserListItem,
|
|
173
175
|
xo as OneUserMenu,
|
|
174
176
|
F as OnebI18n,
|
|
175
177
|
I as OnebI18nKey,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
178
|
+
Ot as PERIOD_KIND,
|
|
179
|
+
ft as RANGE_KIND,
|
|
180
|
+
Wr as RabbitIcon,
|
|
181
|
+
jr as TabsContextKey,
|
|
180
182
|
xe as breakpointValues,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
+
ut as buildPreset,
|
|
184
|
+
lt as buildRollingOptions,
|
|
183
185
|
Ue as capitalize,
|
|
184
186
|
j as chipsProps,
|
|
185
187
|
he as confirmHostProps,
|
|
186
188
|
ze as containsString,
|
|
187
189
|
Re as copyToClipboard,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
+
Ao as createAppErrorHandler,
|
|
191
|
+
dt as createShortcutPresets,
|
|
190
192
|
Ke as createVersionChecker,
|
|
191
193
|
He as cyrb53,
|
|
192
194
|
je as cyrb53FromObject,
|
|
193
|
-
|
|
194
|
-
|
|
195
|
+
Nt as dateTimeProps,
|
|
196
|
+
Kt as dayjs,
|
|
195
197
|
Do as defaultEntityPickerTranslations,
|
|
196
|
-
|
|
197
|
-
|
|
198
|
+
L as defaultTranslations,
|
|
199
|
+
xt as determineKind,
|
|
198
200
|
Ve as formatAnyPrice,
|
|
199
201
|
Ye as formatBytes,
|
|
200
202
|
Qe as formatDate,
|
|
201
|
-
|
|
203
|
+
ct as formatDateShort,
|
|
202
204
|
We as formatDateToInput,
|
|
203
205
|
qe as formatDuration,
|
|
204
206
|
Je as formatNumber,
|
|
205
|
-
|
|
207
|
+
_t as formatPeriod,
|
|
206
208
|
Xe as formatPrice,
|
|
207
|
-
|
|
209
|
+
bt as getOptionGranularity,
|
|
208
210
|
Ze as getTimezoneOffset,
|
|
209
211
|
$e as guessTimezone,
|
|
210
212
|
zo as isFilterGroup,
|
|
211
|
-
|
|
213
|
+
St as isOptionAllowed,
|
|
212
214
|
eo as isString,
|
|
213
215
|
oo as lcfirst,
|
|
214
216
|
ro as makeString,
|
|
215
|
-
|
|
217
|
+
br as notifyTintClasses,
|
|
216
218
|
Ko as operatorsForType,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
+
yt as parseManualDate,
|
|
220
|
+
Pt as periodPickerSizeConfig,
|
|
219
221
|
to as pluralize,
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
222
|
+
Mt as popoverProps,
|
|
223
|
+
It as progressProps,
|
|
224
|
+
Lt as resolveProgressColor,
|
|
225
|
+
Dr as searchInputProps,
|
|
226
|
+
Ar as spinnerProps,
|
|
227
|
+
vr as spinnerSizeClasses,
|
|
228
|
+
Er as stageDefaults,
|
|
229
|
+
Rr as stepperProps,
|
|
228
230
|
no as toCamelCase,
|
|
229
231
|
ao as toPascalCase,
|
|
230
232
|
so as toSnakeCase,
|
|
231
|
-
|
|
232
|
-
|
|
233
|
+
Ct as toUnixOrNull,
|
|
234
|
+
qr as toastProps,
|
|
233
235
|
po as transliterate,
|
|
234
236
|
io as ucfirst,
|
|
235
|
-
|
|
237
|
+
Se as useAsyncMethod,
|
|
236
238
|
ye as useAsyncSelect,
|
|
237
239
|
ce as useBreakpoint,
|
|
238
|
-
|
|
240
|
+
Or as useComponentModal,
|
|
239
241
|
De as useConfirm,
|
|
240
242
|
Me as useConfirmState,
|
|
241
243
|
vo as useCrashState,
|
|
242
|
-
|
|
244
|
+
Ae as useCursorList,
|
|
243
245
|
Pe as useDebouncedRef,
|
|
244
246
|
ue as useElementWidth,
|
|
245
|
-
|
|
247
|
+
Le as useFileUpload,
|
|
246
248
|
Ce as useFormSubmit,
|
|
247
249
|
Fe as useIsMobile,
|
|
248
|
-
|
|
250
|
+
Jr as useMascotToast,
|
|
249
251
|
_e as useMediaQuery,
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
252
|
+
lr as useModal,
|
|
253
|
+
fr as useModalStackState,
|
|
254
|
+
Sr as useNotifyfeed,
|
|
255
|
+
k as useOnebI18n,
|
|
254
256
|
le as useResizeObserver,
|
|
255
|
-
|
|
257
|
+
Xr as useToast,
|
|
256
258
|
No as validateFiles
|
|
257
259
|
};
|