@onereach/ui-components 23.3.6 → 23.3.7-beta.5654.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/dist/esm/{OrDataGrid-O5BDSXek.mjs → OrDataGrid-M7gWVa8n.mjs} +2 -2
- package/dist/esm/{OrDataGrid-O5BDSXek.mjs.map → OrDataGrid-M7gWVa8n.mjs.map} +1 -1
- package/dist/esm/OrSkeletonArea-fMhHFyo1.mjs +40 -0
- package/dist/esm/OrSkeletonArea-fMhHFyo1.mjs.map +1 -0
- package/dist/esm/{OrSkeletonText-Dm8s1o0l.mjs → OrSkeletonArea.vue_vue_type_script_lang-jgRhbZ0X.mjs} +138 -56
- package/dist/esm/OrSkeletonArea.vue_vue_type_script_lang-jgRhbZ0X.mjs.map +1 -0
- package/dist/esm/components/index.mjs +83 -82
- package/dist/esm/components/or-data-grid-v3/index.mjs +1 -1
- package/dist/esm/components/or-skeleton-v3/index.mjs +6 -5
- package/dist/esm/index.mjs +83 -82
- package/dist/types/components/or-skeleton-v3/index.d.ts +1 -0
- package/dist/types/components/or-skeleton-v3/or-skeleton-area-v3/OrSkeletonArea.vue.d.ts +56 -0
- package/dist/types/components/or-skeleton-v3/or-skeleton-area-v3/styles.d.ts +4 -0
- package/package.json +4 -5
- package/dist/esm/OrSkeletonRect-weDKDBV_.mjs +0 -24
- package/dist/esm/OrSkeletonRect-weDKDBV_.mjs.map +0 -1
- package/dist/esm/OrSkeletonText-Dm8s1o0l.mjs.map +0 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { pxToRem as
|
|
2
|
-
import { defineComponent as
|
|
3
|
-
import { _ as
|
|
4
|
-
|
|
1
|
+
import { pxToRem as i } from "@onereach/ui-components-common/utils";
|
|
2
|
+
import { defineComponent as u, ref as c, computed as n, openBlock as f, createElementBlock as g, normalizeClass as k, normalizeStyle as y, Fragment as h, renderList as p } from "vue";
|
|
3
|
+
import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
4
|
+
import { O as b, a as w } from "./OrIcon-k8cyvh-D.mjs";
|
|
5
|
+
const q = [
|
|
5
6
|
// Position
|
|
6
7
|
"relative",
|
|
7
8
|
// Layout
|
|
@@ -15,15 +16,15 @@ const b = [
|
|
|
15
16
|
"dark:bg-skeletons-gradient-dark",
|
|
16
17
|
// Background
|
|
17
18
|
"bg-repeat"
|
|
18
|
-
],
|
|
19
|
+
], v = [
|
|
19
20
|
// Box
|
|
20
21
|
"rounded-full"
|
|
21
|
-
],
|
|
22
|
+
], x = [
|
|
22
23
|
// Background
|
|
23
24
|
"bg-[length:200%]",
|
|
24
25
|
// Animation
|
|
25
26
|
"animate-skeleton-loader"
|
|
26
|
-
],
|
|
27
|
+
], D = u({
|
|
27
28
|
name: "OrSkeletonCircle",
|
|
28
29
|
props: {
|
|
29
30
|
animated: {
|
|
@@ -41,14 +42,14 @@ const b = [
|
|
|
41
42
|
"root"
|
|
42
43
|
],
|
|
43
44
|
setup(e) {
|
|
44
|
-
const
|
|
45
|
+
const r = c(), s = n(() => [
|
|
45
46
|
"or-skeleton-v3",
|
|
46
47
|
"or-skeleton-circle",
|
|
47
|
-
...
|
|
48
|
-
...
|
|
49
|
-
...e.animated ?
|
|
50
|
-
]),
|
|
51
|
-
const o = e.size ?? 40, t = typeof o == "number" ?
|
|
48
|
+
...q,
|
|
49
|
+
...v,
|
|
50
|
+
...e.animated ? x : []
|
|
51
|
+
]), l = n(() => {
|
|
52
|
+
const o = e.size ?? 40, t = typeof o == "number" ? i(o) : o;
|
|
52
53
|
return {
|
|
53
54
|
width: t,
|
|
54
55
|
"min-width": t,
|
|
@@ -57,9 +58,9 @@ const b = [
|
|
|
57
58
|
};
|
|
58
59
|
});
|
|
59
60
|
return {
|
|
60
|
-
root:
|
|
61
|
+
root: r,
|
|
61
62
|
rootStyles: s,
|
|
62
|
-
rootStyle:
|
|
63
|
+
rootStyle: l
|
|
63
64
|
};
|
|
64
65
|
}
|
|
65
66
|
}), $ = [
|
|
@@ -76,15 +77,15 @@ const b = [
|
|
|
76
77
|
"dark:bg-skeletons-gradient-dark",
|
|
77
78
|
// Background
|
|
78
79
|
"bg-repeat"
|
|
79
|
-
],
|
|
80
|
+
], _ = [
|
|
80
81
|
// Box
|
|
81
82
|
"rounded-md"
|
|
82
|
-
],
|
|
83
|
+
], z = [
|
|
83
84
|
// Background
|
|
84
85
|
"bg-[length:200%]",
|
|
85
86
|
// Animation
|
|
86
87
|
"animate-skeleton-loader"
|
|
87
|
-
],
|
|
88
|
+
], G = u({
|
|
88
89
|
name: "OrSkeletonRect",
|
|
89
90
|
props: {
|
|
90
91
|
animated: {
|
|
@@ -107,26 +108,26 @@ const b = [
|
|
|
107
108
|
"root"
|
|
108
109
|
],
|
|
109
110
|
setup(e) {
|
|
110
|
-
const
|
|
111
|
+
const r = c(), s = n(() => [
|
|
111
112
|
"or-skeleton-v3",
|
|
112
113
|
"or-skeleton-rect",
|
|
113
114
|
...$,
|
|
114
|
-
...
|
|
115
|
-
...e.animated ?
|
|
116
|
-
]),
|
|
115
|
+
..._,
|
|
116
|
+
...e.animated ? z : []
|
|
117
|
+
]), l = n(() => {
|
|
117
118
|
const o = e.width ?? "100%", t = e.height ?? 36;
|
|
118
119
|
return {
|
|
119
|
-
width: typeof o == "number" ?
|
|
120
|
-
height: typeof t == "number" ?
|
|
120
|
+
width: typeof o == "number" ? i(o) : o,
|
|
121
|
+
height: typeof t == "number" ? i(t) : t
|
|
121
122
|
};
|
|
122
123
|
});
|
|
123
124
|
return {
|
|
124
|
-
root:
|
|
125
|
+
root: r,
|
|
125
126
|
rootStyles: s,
|
|
126
|
-
rootStyle:
|
|
127
|
+
rootStyle: l
|
|
127
128
|
};
|
|
128
129
|
}
|
|
129
|
-
}),
|
|
130
|
+
}), N = [
|
|
130
131
|
// Position
|
|
131
132
|
"relative",
|
|
132
133
|
// Layout
|
|
@@ -140,22 +141,22 @@ const b = [
|
|
|
140
141
|
"dark:bg-skeletons-gradient-dark",
|
|
141
142
|
// Background
|
|
142
143
|
"bg-repeat"
|
|
143
|
-
],
|
|
144
|
+
], R = [
|
|
144
145
|
// Layout
|
|
145
146
|
"flex",
|
|
146
147
|
"flex-col",
|
|
147
148
|
// Box
|
|
148
149
|
"h-auto"
|
|
149
|
-
],
|
|
150
|
+
], O = [
|
|
150
151
|
// Box
|
|
151
152
|
"w-full",
|
|
152
153
|
"rounded-md"
|
|
153
|
-
],
|
|
154
|
+
], C = [
|
|
154
155
|
// Background
|
|
155
156
|
"bg-[length:200%]",
|
|
156
157
|
// Animation
|
|
157
158
|
"animate-skeleton-loader"
|
|
158
|
-
],
|
|
159
|
+
], A = u({
|
|
159
160
|
name: "OrSkeletonText",
|
|
160
161
|
props: {
|
|
161
162
|
animated: {
|
|
@@ -188,54 +189,135 @@ const b = [
|
|
|
188
189
|
"root"
|
|
189
190
|
],
|
|
190
191
|
setup(e) {
|
|
191
|
-
const
|
|
192
|
+
const r = c(), s = n(() => [
|
|
192
193
|
"or-skeleton-text-root",
|
|
193
|
-
...
|
|
194
|
-
]),
|
|
195
|
-
const
|
|
194
|
+
...R
|
|
195
|
+
]), l = n(() => {
|
|
196
|
+
const a = e.width ?? "100%";
|
|
196
197
|
return {
|
|
197
|
-
width: typeof
|
|
198
|
+
width: typeof a == "number" ? i(a) : a
|
|
198
199
|
};
|
|
199
200
|
}), o = n(() => [
|
|
200
201
|
"or-skeleton-v3",
|
|
201
202
|
"or-skeleton-text",
|
|
202
|
-
...
|
|
203
|
-
...
|
|
204
|
-
...e.animated ?
|
|
203
|
+
...N,
|
|
204
|
+
...O,
|
|
205
|
+
...e.animated ? C : []
|
|
205
206
|
]), t = n(() => {
|
|
206
|
-
const
|
|
207
|
+
const a = e.fontSize ?? 16, m = ((e.lineHeight ?? 24) - a) / 2;
|
|
207
208
|
return {
|
|
208
|
-
height: typeof
|
|
209
|
-
margin: `${typeof
|
|
209
|
+
height: typeof a == "number" ? i(a) : a,
|
|
210
|
+
margin: `${typeof m == "number" ? i(m) : m} 0`
|
|
210
211
|
};
|
|
211
212
|
}), d = n(() => [...Array(e.linesCount).keys()]);
|
|
212
213
|
return {
|
|
213
|
-
root:
|
|
214
|
+
root: r,
|
|
214
215
|
containerStyles: s,
|
|
215
|
-
containerStyle:
|
|
216
|
+
containerStyle: l,
|
|
216
217
|
rowStyles: o,
|
|
217
218
|
rowStyle: t,
|
|
218
219
|
lineKeys: d
|
|
219
220
|
};
|
|
220
221
|
}
|
|
221
222
|
});
|
|
222
|
-
function B(e,
|
|
223
|
-
return
|
|
223
|
+
function B(e, r, s, l, o, t) {
|
|
224
|
+
return f(), g("div", {
|
|
224
225
|
ref: "root",
|
|
225
|
-
class:
|
|
226
|
-
style:
|
|
226
|
+
class: k(e.containerStyles),
|
|
227
|
+
style: y(e.containerStyle)
|
|
227
228
|
}, [
|
|
228
|
-
(
|
|
229
|
+
(f(!0), g(h, null, p(e.lineKeys, (d) => (f(), g("div", {
|
|
229
230
|
key: d,
|
|
230
|
-
class:
|
|
231
|
-
style:
|
|
231
|
+
class: k(e.rowStyles),
|
|
232
|
+
style: y(e.rowStyle)
|
|
232
233
|
}, null, 6))), 128))
|
|
233
234
|
], 6);
|
|
234
235
|
}
|
|
235
|
-
const
|
|
236
|
+
const J = /* @__PURE__ */ S(A, [["render", B]]), T = [
|
|
237
|
+
// Position
|
|
238
|
+
"relative",
|
|
239
|
+
// Layout
|
|
240
|
+
"overflow-hidden",
|
|
241
|
+
// Box
|
|
242
|
+
"p-0",
|
|
243
|
+
// Borders
|
|
244
|
+
"border-0",
|
|
245
|
+
// Theme
|
|
246
|
+
"bg-skeletons-gradient",
|
|
247
|
+
"dark:bg-skeletons-gradient-dark",
|
|
248
|
+
// Background
|
|
249
|
+
"bg-repeat"
|
|
250
|
+
], I = [
|
|
251
|
+
// Box
|
|
252
|
+
"rounded-md",
|
|
253
|
+
// Center icon
|
|
254
|
+
"flex",
|
|
255
|
+
"items-center",
|
|
256
|
+
"justify-center"
|
|
257
|
+
], H = [
|
|
258
|
+
"text-primary-opacity-0-08",
|
|
259
|
+
"dark:text-primary-opacity-0-08-dark"
|
|
260
|
+
], K = [
|
|
261
|
+
// Background
|
|
262
|
+
"bg-[length:200%]",
|
|
263
|
+
// Animation
|
|
264
|
+
"animate-skeleton-loader"
|
|
265
|
+
], M = u({
|
|
266
|
+
name: "OrSkeletonRect",
|
|
267
|
+
components: {
|
|
268
|
+
OrIcon: b
|
|
269
|
+
},
|
|
270
|
+
props: {
|
|
271
|
+
animated: {
|
|
272
|
+
type: Boolean,
|
|
273
|
+
required: !1,
|
|
274
|
+
default: !0
|
|
275
|
+
},
|
|
276
|
+
width: {
|
|
277
|
+
type: [Number, String],
|
|
278
|
+
required: !1,
|
|
279
|
+
default: "100%"
|
|
280
|
+
},
|
|
281
|
+
height: {
|
|
282
|
+
type: [Number, String],
|
|
283
|
+
required: !1,
|
|
284
|
+
default: 242
|
|
285
|
+
},
|
|
286
|
+
icon: {
|
|
287
|
+
type: String,
|
|
288
|
+
required: !0
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
expose: [
|
|
292
|
+
"root"
|
|
293
|
+
],
|
|
294
|
+
setup(e) {
|
|
295
|
+
const r = c(), s = n(() => [
|
|
296
|
+
"or-skeleton-v3",
|
|
297
|
+
"or-skeleton-area",
|
|
298
|
+
...T,
|
|
299
|
+
...I,
|
|
300
|
+
...e.animated ? K : []
|
|
301
|
+
]), l = n(() => {
|
|
302
|
+
const t = e.width ?? "100%", d = e.height ?? 242;
|
|
303
|
+
return {
|
|
304
|
+
width: typeof t == "number" ? i(t) : t,
|
|
305
|
+
height: typeof d == "number" ? i(d) : d
|
|
306
|
+
};
|
|
307
|
+
});
|
|
308
|
+
return {
|
|
309
|
+
IconSize: w,
|
|
310
|
+
root: r,
|
|
311
|
+
rootStyles: s,
|
|
312
|
+
rootStyle: l,
|
|
313
|
+
iconStyles: H
|
|
314
|
+
};
|
|
315
|
+
}
|
|
316
|
+
});
|
|
236
317
|
export {
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
318
|
+
J as O,
|
|
319
|
+
D as _,
|
|
320
|
+
G as a,
|
|
321
|
+
M as b
|
|
240
322
|
};
|
|
241
|
-
//# sourceMappingURL=
|
|
323
|
+
//# sourceMappingURL=OrSkeletonArea.vue_vue_type_script_lang-jgRhbZ0X.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrSkeletonArea.vue_vue_type_script_lang-jgRhbZ0X.mjs","sources":["../../../components/or-skeleton-v3/src/or-skeleton-circle-v3/styles.ts","../../../components/or-skeleton-v3/src/or-skeleton-circle-v3/OrSkeletonCircle.vue","../../../components/or-skeleton-v3/src/or-skeleton-rect-v3/styles.ts","../../../components/or-skeleton-v3/src/or-skeleton-rect-v3/OrSkeletonRect.vue","../../../components/or-skeleton-v3/src/or-skeleton-text-v3/styles.ts","../../../components/or-skeleton-v3/src/or-skeleton-text-v3/OrSkeletonText.vue","../../../components/or-skeleton-v3/src/or-skeleton-area-v3/styles.ts","../../../components/or-skeleton-v3/src/or-skeleton-area-v3/OrSkeletonArea.vue"],"sourcesContent":["export const SkeletonRoot: string[] = [\n // Position\n 'relative',\n\n // Layout\n 'overflow-hidden',\n\n // Box\n 'p-0',\n\n // Borders\n 'border-0',\n\n // Theme\n 'bg-skeletons-gradient',\n 'dark:bg-skeletons-gradient-dark',\n\n // Background\n 'bg-repeat',\n];\n\nexport const SkeletonCircle: string[] = [\n // Box\n 'rounded-full',\n];\n\nexport const SkeletonAnimated: string[] = [\n // Background\n 'bg-[length:200%]',\n\n // Animation\n 'animate-skeleton-loader',\n];\n","<template>\n <div\n :ref=\"'root'\"\n :class=\"rootStyles\"\n :style=\"rootStyle\"\n />\n</template>\n\n<script lang=\"ts\">\nimport { pxToRem } from '@onereach/ui-components-common/utils';\nimport { computed, defineComponent, ref } from 'vue';\n\nimport { SkeletonAnimated, SkeletonCircle, SkeletonRoot } from './styles';\n\nexport default defineComponent({\n name: 'OrSkeletonCircle',\n\n props: {\n animated: {\n type: Boolean,\n required: false,\n default: true,\n },\n\n size: {\n type: [Number, String],\n required: false,\n default: 40,\n },\n },\n\n expose: [\n 'root',\n ],\n\n setup(props) {\n // Refs\n const root = ref<HTMLElement>();\n\n // Styles\n const rootStyles = computed(() => [\n 'or-skeleton-v3',\n 'or-skeleton-circle',\n ...SkeletonRoot,\n ...SkeletonCircle,\n ...(props.animated ? SkeletonAnimated : []),\n ]);\n\n const rootStyle = computed(() => {\n const size = props.size ?? 40; // 40px - medium OrAvatar\n const sizeStyle = typeof size === 'number'\n ? pxToRem(size)\n : size;\n\n return {\n 'width': sizeStyle,\n 'min-width': sizeStyle,\n 'height': sizeStyle,\n 'min-height': sizeStyle,\n };\n });\n\n return {\n root,\n rootStyles,\n rootStyle,\n };\n },\n});\n</script>\n","export const SkeletonRoot: string[] = [\n // Position\n 'relative',\n\n // Layout\n 'overflow-hidden',\n\n // Box\n 'p-0',\n\n // Borders\n 'border-0',\n\n // Theme\n 'bg-skeletons-gradient',\n 'dark:bg-skeletons-gradient-dark',\n\n // Background\n 'bg-repeat',\n];\n\nexport const SkeletonRect: string[] = [\n // Box\n 'rounded-md',\n];\n\nexport const SkeletonAnimated: string[] = [\n // Background\n 'bg-[length:200%]',\n\n // Animation\n 'animate-skeleton-loader',\n];\n","<template>\n <div\n :ref=\"'root'\"\n :class=\"rootStyles\"\n :style=\"rootStyle\"\n />\n</template>\n\n<script lang=\"ts\">\nimport { pxToRem } from '@onereach/ui-components-common/utils';\nimport { computed, defineComponent, ref } from 'vue';\n\nimport { SkeletonAnimated, SkeletonRect, SkeletonRoot } from './styles';\n\nexport default defineComponent({\n name: 'OrSkeletonRect',\n\n props: {\n animated: {\n type: Boolean,\n required: false,\n default: true,\n },\n\n width: {\n type: [Number, String],\n required: false,\n default: '100%',\n },\n\n height: {\n type: [Number, String],\n required: false,\n default: 36,\n },\n },\n\n expose: [\n 'root',\n ],\n\n setup(props) {\n // Refs\n const root = ref<HTMLElement>();\n\n // Styles\n const rootStyles = computed(() => [\n 'or-skeleton-v3',\n 'or-skeleton-rect',\n ...SkeletonRoot,\n ...SkeletonRect,\n ...(props.animated ? SkeletonAnimated : []),\n ]);\n\n const rootStyle = computed(() => {\n const width = props.width ?? '100%';\n const height = props.height ?? 36; // 36px - default OrInput height\n\n return {\n 'width': typeof width === 'number' ? pxToRem(width) : width,\n 'height': typeof height === 'number' ? pxToRem(height) : height,\n };\n });\n\n return {\n root,\n rootStyles,\n rootStyle,\n };\n },\n});\n</script>\n","export const SkeletonRoot: string[] = [\n // Position\n 'relative',\n\n // Layout\n 'overflow-hidden',\n\n // Box\n 'p-0',\n\n // Borders\n 'border-0',\n\n // Theme\n 'bg-skeletons-gradient',\n 'dark:bg-skeletons-gradient-dark',\n\n // Background\n 'bg-repeat',\n];\n\nexport const SkeletonTextContainerRoot: string[] = [\n // Layout\n 'flex',\n 'flex-col',\n\n // Box\n 'h-auto',\n];\n\nexport const SkeletonText: string[] = [\n // Box\n 'w-full',\n 'rounded-md',\n];\n\nexport const SkeletonAnimated: string[] = [\n // Background\n 'bg-[length:200%]',\n\n // Animation\n 'animate-skeleton-loader',\n];\n","<template>\n <div\n :ref=\"'root'\"\n :class=\"containerStyles\"\n :style=\"containerStyle\"\n >\n <div\n v-for=\"key in lineKeys\"\n :key=\"key\"\n :class=\"rowStyles\"\n :style=\"rowStyle\"\n />\n </div>\n</template>\n\n<script lang=\"ts\">\nimport { pxToRem } from '@onereach/ui-components-common/utils';\nimport { computed, defineComponent, ref } from 'vue';\n\nimport { SkeletonAnimated, SkeletonRoot, SkeletonText, SkeletonTextContainerRoot } from './styles';\n\nexport default defineComponent({\n name: 'OrSkeletonText',\n\n props: {\n animated: {\n type: Boolean,\n required: false,\n default: true,\n },\n\n linesCount: {\n type: Number,\n required: false,\n default: 1,\n },\n\n width: {\n type: [Number, String],\n required: false,\n default: '100%',\n },\n\n fontSize: {\n type: Number,\n required: false,\n default: 16,\n },\n\n lineHeight: {\n type: Number,\n required: false,\n default: 24,\n },\n },\n\n expose: [\n 'root',\n ],\n\n setup(props) {\n // Refs\n const root = ref<HTMLElement>();\n\n // Styles\n const containerStyles = computed(() => [\n 'or-skeleton-text-root',\n ...SkeletonTextContainerRoot,\n ]);\n\n const containerStyle = computed(() => {\n const width = props.width ?? '100%';\n\n return {\n 'width': typeof width === 'number' ? pxToRem(width) : width,\n };\n });\n\n const rowStyles = computed(() => [\n 'or-skeleton-v3',\n 'or-skeleton-text',\n ...SkeletonRoot,\n ...SkeletonText,\n ...(props.animated ? SkeletonAnimated : []),\n ]);\n\n const rowStyle = computed(() => {\n const height = props.fontSize ?? 16;\n const margin = ((props.lineHeight ?? 24) - height) / 2;\n\n return {\n 'height': typeof height === 'number' ? pxToRem(height) : height,\n 'margin': `${typeof margin === 'number' ? pxToRem(margin) : margin} 0`,\n };\n });\n\n // State\n const lineKeys = computed(() => [...Array(props.linesCount).keys()]);\n\n return {\n root,\n containerStyles,\n containerStyle,\n rowStyles,\n rowStyle,\n lineKeys,\n };\n },\n});\n</script>\n","export const SkeletonRoot: string[] = [\n // Position\n 'relative',\n\n // Layout\n 'overflow-hidden',\n\n // Box\n 'p-0',\n\n // Borders\n 'border-0',\n\n // Theme\n 'bg-skeletons-gradient',\n 'dark:bg-skeletons-gradient-dark',\n\n // Background\n 'bg-repeat',\n];\n\nexport const SkeletonArea: string[] = [\n // Box\n 'rounded-md',\n // Center icon\n 'flex',\n 'items-center',\n 'justify-center',\n];\n\nexport const Icon: string[] = [\n 'text-primary-opacity-0-08',\n 'dark:text-primary-opacity-0-08-dark',\n];\n\nexport const SkeletonAnimated: string[] = [\n // Background\n 'bg-[length:200%]',\n\n // Animation\n 'animate-skeleton-loader',\n];\n","<template>\n <div\n :ref=\"'root'\"\n :class=\"rootStyles\"\n :style=\"rootStyle\"\n >\n <OrIcon\n :icon=\"icon\"\n :size=\"IconSize.XL\"\n :class=\"iconStyles\"\n />\n </div>\n</template>\n\n<script lang=\"ts\">\nimport { pxToRem } from '@onereach/ui-components-common/utils';\nimport { IconSize, OrIconV3 as OrIcon } from '@onereach/ui-components.or-icon-v3';\nimport { computed, defineComponent, ref } from 'vue';\n\nimport { SkeletonAnimated, SkeletonArea, SkeletonRoot, Icon } from './styles';\n\n\nexport default defineComponent({\n name: 'OrSkeletonRect',\n components: {\n OrIcon,\n },\n props: {\n animated: {\n type: Boolean,\n required: false,\n default: true,\n },\n\n width: {\n type: [Number, String],\n required: false,\n default: '100%',\n },\n\n height: {\n type: [Number, String],\n required: false,\n default: 242,\n },\n\n icon: {\n type: String,\n required: true,\n },\n },\n\n expose: [\n 'root',\n ],\n\n setup(props) {\n // Refs\n const root = ref<HTMLElement>();\n\n // Styles\n const rootStyles = computed(() => [\n 'or-skeleton-v3',\n 'or-skeleton-area',\n ...SkeletonRoot,\n ...SkeletonArea,\n ...(props.animated ? SkeletonAnimated : []),\n ]);\n\n const rootStyle = computed(() => {\n const width = props.width ?? '100%';\n const height = props.height ?? 242; // 36px - default OrInput height\n\n return {\n 'width': typeof width === 'number' ? pxToRem(width) : width,\n 'height': typeof height === 'number' ? pxToRem(height) : height,\n };\n });\n\n const iconStyles = Icon;\n\n return {\n IconSize,\n root,\n rootStyles,\n rootStyle,\n iconStyles,\n };\n },\n});\n</script>\n"],"names":["SkeletonRoot","SkeletonCircle","SkeletonAnimated","_sfc_main$3","defineComponent","props","root","ref","rootStyles","computed","rootStyle","size","sizeStyle","pxToRem","SkeletonRect","_sfc_main$2","width","height","SkeletonTextContainerRoot","SkeletonText","_sfc_main$1","containerStyles","containerStyle","rowStyles","rowStyle","margin","lineKeys","_sfc_render","_ctx","_cache","$props","$setup","$data","$options","_openBlock","_createElementBlock","_normalizeClass","_Fragment","_renderList","key","SkeletonArea","Icon","_sfc_main","OrIcon","IconSize"],"mappings":"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"}
|
|
@@ -4,8 +4,8 @@ import { B as p, O as m } from "../OrBottomSheet-CJxmY84p.mjs";
|
|
|
4
4
|
import { O as x } from "../OrButtonGroup-Cd6tpyP3.mjs";
|
|
5
5
|
import { O as f } from "../OrButton-C_hXddAf.mjs";
|
|
6
6
|
import { a as T, b as d, B as c } from "../OrButton.vue_vue_type_script_lang-W1ictbKz.mjs";
|
|
7
|
-
import { C, O as S, d as
|
|
8
|
-
import { C as g, O as
|
|
7
|
+
import { C, O as S, d as b, g as u, l as P } from "../OrCardCollection-B1zsC0GR.mjs";
|
|
8
|
+
import { C as g, O as k } from "../OrCard-7awJu_df.mjs";
|
|
9
9
|
import { O as R } from "../OrCheckboxGroup-oWfQ8P5a.mjs";
|
|
10
10
|
import { O as h } from "../OrCheckboxTree-D6KuOyBg.mjs";
|
|
11
11
|
import { O as B } from "../OrCheckbox-CARHvboD.mjs";
|
|
@@ -19,10 +19,10 @@ import { EditorState as X } from "@codemirror/state";
|
|
|
19
19
|
import { O as Z } from "../OrCombinedInput-DNgMGLxG.mjs";
|
|
20
20
|
import { C as $, O as rr } from "../OrConfirm-Bgv4cZD5.mjs";
|
|
21
21
|
import { O as or } from "../OrContextMenu-CrpiM2Jq.mjs";
|
|
22
|
-
import { D as tr, a as sr, b as Or, o as ir, m as pr, e as mr, c as nr, d as xr, p as Vr, h as fr, f as lr, g as Tr, k as dr, i as cr, j as Dr, l as Cr, n as Sr, O as
|
|
23
|
-
import { O as
|
|
22
|
+
import { D as tr, a as sr, b as Or, o as ir, m as pr, e as mr, c as nr, d as xr, p as Vr, h as fr, f as lr, g as Tr, k as dr, i as cr, j as Dr, l as Cr, n as Sr, O as br } from "../OrDataGrid-M7gWVa8n.mjs";
|
|
23
|
+
import { O as Pr } from "../OrDateFormat-BFUOhWkH.mjs";
|
|
24
24
|
import { O as gr } from "../OrDatePicker-B099hQpm.mjs";
|
|
25
|
-
import { O as
|
|
25
|
+
import { O as Gr } from "../OrDateRangePicker-D2NP4Hd2.mjs";
|
|
26
26
|
import { O as Fr } from "../OrDateTimeFormat-DpLQd-pE.mjs";
|
|
27
27
|
import { O as Er } from "../OrDateTimePicker-CGIojTPp.mjs";
|
|
28
28
|
import { O as vr, a as zr, b as Lr, c as wr, d as Mr, e as yr, f as Ar, g as Nr, h as Hr, i as jr, j as Qr, k as Wr, l as qr, s as Jr } from "../OrDateTimePicker.vue_vue_type_script_lang-WqJrqWZ3.mjs";
|
|
@@ -35,10 +35,10 @@ import { O as ma } from "../OrErrorTag-Bo_gxhzB.mjs";
|
|
|
35
35
|
import { O as xa } from "../OrError-B5ihH6-3.mjs";
|
|
36
36
|
import { b as fa, a as la, E as Ta, O as da } from "../OrExpansionPanel-BNGPdEnp.mjs";
|
|
37
37
|
import { F as Da, O as Ca } from "../OrFab-Cbg9unNc.mjs";
|
|
38
|
-
import { O as
|
|
39
|
-
import { O as
|
|
38
|
+
import { O as ba } from "../OrFilterPopover-C8lXb-hJ.mjs";
|
|
39
|
+
import { O as Pa } from "../OrFilterTrigger-zfcgyC7C.mjs";
|
|
40
40
|
import { O as ga } from "../OrFilter-C8d3OmGK.mjs";
|
|
41
|
-
import { F as
|
|
41
|
+
import { F as Ga, a as Ra, O as Fa } from "../OrFormGroup-C5sateI6.mjs";
|
|
42
42
|
import { O as Ea } from "../OrHint-NvbZyURY.mjs";
|
|
43
43
|
import { I as va, O as za } from "../OrIconButton-BlHCLpeW.mjs";
|
|
44
44
|
import { a as wa, I as Ma, O as ya } from "../OrIcon-k8cyvh-D.mjs";
|
|
@@ -52,10 +52,10 @@ import { a as to, I as so, O as Oo } from "../OrInput-DZf6KJXJ.mjs";
|
|
|
52
52
|
import { L as po, O as mo } from "../OrLabel-BadqqO3K.mjs";
|
|
53
53
|
import { L as xo, O as Vo } from "../OrLink-Vl_H8MMg.mjs";
|
|
54
54
|
import { a as lo, O as To } from "../OrList-BsdJknJD.mjs";
|
|
55
|
-
import { a as Do, b as Co, L as So, O as
|
|
56
|
-
import { O as
|
|
55
|
+
import { a as Do, b as Co, L as So, O as bo } from "../OrLoader-2SaTMxmZ.mjs";
|
|
56
|
+
import { O as Po } from "../OrMenuItem-BHRMA0L1.mjs";
|
|
57
57
|
import { O as go } from "../OrMenu-CJT4Snay.mjs";
|
|
58
|
-
import { M as
|
|
58
|
+
import { M as Go, O as Ro } from "../OrModal-CQhwUYFk.mjs";
|
|
59
59
|
import { N as ho, O as Eo, V as Bo } from "../OrNotification-Dz3Tr1wI.mjs";
|
|
60
60
|
import { O as zo } from "../OrOverlay-BjrghiC-.mjs";
|
|
61
61
|
import { O as wo } from "../OrPagination-BFUGGyGy.mjs";
|
|
@@ -71,28 +71,28 @@ import { O as xe, R as Ve } from "../OrRichTooltip-D8vv5Btb.mjs";
|
|
|
71
71
|
import { O as le } from "../OrSearch-YPg77z38.mjs";
|
|
72
72
|
import { O as de, S as ce } from "../OrSegmentedControl-D5QoWe-N.mjs";
|
|
73
73
|
import { O as Ce } from "../OrSelect-jPsu8Yeh.mjs";
|
|
74
|
-
import { O as
|
|
75
|
-
import {
|
|
76
|
-
import { O as
|
|
77
|
-
import { O as
|
|
78
|
-
import { S as
|
|
79
|
-
import { O as
|
|
80
|
-
import { O as
|
|
81
|
-
import { O as
|
|
82
|
-
import { O as
|
|
83
|
-
import { O as
|
|
84
|
-
import { O as
|
|
85
|
-
import { O as
|
|
86
|
-
import { O as
|
|
87
|
-
import { O as
|
|
88
|
-
import { O as
|
|
89
|
-
import { O as
|
|
90
|
-
import { O as
|
|
91
|
-
import { O as
|
|
92
|
-
import { O as
|
|
93
|
-
import { a as
|
|
74
|
+
import { O as be, S as ue } from "../props-BxqD8LGb.mjs";
|
|
75
|
+
import { b as Ie, O as ge, a as ke } from "../OrSkeletonArea-fMhHFyo1.mjs";
|
|
76
|
+
import { O as Re } from "../OrSkeletonArea.vue_vue_type_script_lang-jgRhbZ0X.mjs";
|
|
77
|
+
import { O as he } from "../OrSlider-Cec0WpUQ.mjs";
|
|
78
|
+
import { S as Be, a as ve } from "../OrSlider.vue_vue_type_script_lang-C5rLh1F0.mjs";
|
|
79
|
+
import { O as Le } from "../OrSorting-DCAarSF1.mjs";
|
|
80
|
+
import { O as Me, a as ye, S as Ae } from "../OrStatus-D4QIuE7R.mjs";
|
|
81
|
+
import { O as He } from "../OrSwitch-BBd-YlXk.mjs";
|
|
82
|
+
import { O as Qe } from "../OrTab-BdtxL_PY.mjs";
|
|
83
|
+
import { O as qe, a as Je, T as Ke } from "../OrTabs-BUXLSz8o.mjs";
|
|
84
|
+
import { O as Xe } from "../OrTagInput-B5TArhY_.mjs";
|
|
85
|
+
import { O as Ze, a as _e, T as $e } from "../OrTag-Bixe0EQq.mjs";
|
|
86
|
+
import { O as at, T as ot } from "../OrTags-CS0bcLtx.mjs";
|
|
87
|
+
import { O as tt } from "../OrTeleport.vue3-C9kW_8PS.mjs";
|
|
88
|
+
import { O as Ot } from "../OrText-3zAJU5xf.mjs";
|
|
89
|
+
import { O as pt } from "../OrTextarea-Ddnv4Ztu.mjs";
|
|
90
|
+
import { O as nt } from "../OrTimeFormat-BmhKB6Gc.mjs";
|
|
91
|
+
import { O as Vt } from "../OrTimePicker-Du1sJ1Mh.mjs";
|
|
92
|
+
import { O as lt } from "../OrTimeRangePicker-BRyqEYfR.mjs";
|
|
93
|
+
import { a as dt, O as ct, p as Dt, t as Ct, b as St, u as bt } from "../types-BwxhurSS.mjs";
|
|
94
94
|
import { O as Pt } from "../OrTooltip-DqwjoE82.mjs";
|
|
95
|
-
import { O as
|
|
95
|
+
import { O as gt, T as kt } from "../OrTree-By3MLZUL.mjs";
|
|
96
96
|
export {
|
|
97
97
|
t as AvatarColor,
|
|
98
98
|
s as AvatarSize,
|
|
@@ -115,7 +115,7 @@ export {
|
|
|
115
115
|
la as ExpansionPanelColor,
|
|
116
116
|
Ta as ExpansionPanelVariant,
|
|
117
117
|
Da as FabColor,
|
|
118
|
-
|
|
118
|
+
Ga as FormGroupDirection,
|
|
119
119
|
Ra as FormGroupSpacing,
|
|
120
120
|
Oe as Formats,
|
|
121
121
|
va as IconButtonColor,
|
|
@@ -135,7 +135,7 @@ export {
|
|
|
135
135
|
Do as LoaderColor,
|
|
136
136
|
Co as LoaderSize,
|
|
137
137
|
So as LoaderVariant,
|
|
138
|
-
|
|
138
|
+
Go as ModalSize,
|
|
139
139
|
ho as NotificationVariant,
|
|
140
140
|
o as OrAutocompleteV3,
|
|
141
141
|
O as OrAvatarV3,
|
|
@@ -143,7 +143,7 @@ export {
|
|
|
143
143
|
x as OrButtonGroupV3,
|
|
144
144
|
f as OrButtonV3,
|
|
145
145
|
S as OrCardCollectionV3,
|
|
146
|
-
|
|
146
|
+
k as OrCardV3,
|
|
147
147
|
R as OrCheckboxGroupV3,
|
|
148
148
|
h as OrCheckboxTreeV3,
|
|
149
149
|
B as OrCheckboxV3,
|
|
@@ -167,10 +167,10 @@ export {
|
|
|
167
167
|
Dr as OrDataGridTableHeaderRow,
|
|
168
168
|
Cr as OrDataGridTablePlaceholder,
|
|
169
169
|
Sr as OrDataGridToolbar,
|
|
170
|
-
|
|
171
|
-
|
|
170
|
+
br as OrDataGridV3,
|
|
171
|
+
Pr as OrDateFormatV3,
|
|
172
172
|
gr as OrDatePickerV3,
|
|
173
|
-
|
|
173
|
+
Gr as OrDateRangePickerV3,
|
|
174
174
|
Fr as OrDateTimeFormatV3,
|
|
175
175
|
vr as OrDateTimePickerDateControl,
|
|
176
176
|
zr as OrDateTimePickerDateSelect,
|
|
@@ -189,8 +189,8 @@ export {
|
|
|
189
189
|
xa as OrErrorV3,
|
|
190
190
|
da as OrExpansionPanelV3,
|
|
191
191
|
Ca as OrFabV3,
|
|
192
|
-
|
|
193
|
-
|
|
192
|
+
ba as OrFilterPopoverV3,
|
|
193
|
+
Pa as OrFilterTriggerV3,
|
|
194
194
|
ga as OrFilterV3,
|
|
195
195
|
Fa as OrFormGroupV3,
|
|
196
196
|
Ea as OrHintV3,
|
|
@@ -206,8 +206,8 @@ export {
|
|
|
206
206
|
Vo as OrLinkV3,
|
|
207
207
|
lo as OrListItem,
|
|
208
208
|
To as OrListV3,
|
|
209
|
-
|
|
210
|
-
|
|
209
|
+
bo as OrLoaderV3,
|
|
210
|
+
Po as OrMenuItemV3,
|
|
211
211
|
go as OrMenuV3,
|
|
212
212
|
Ro as OrModalV3,
|
|
213
213
|
Eo as OrNotificationV3,
|
|
@@ -225,34 +225,35 @@ export {
|
|
|
225
225
|
le as OrSearchV3,
|
|
226
226
|
de as OrSegmentedControlV3,
|
|
227
227
|
Ce as OrSelectV3,
|
|
228
|
-
|
|
229
|
-
Ie as
|
|
230
|
-
ge as
|
|
231
|
-
ke as
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
dt as
|
|
228
|
+
be as OrSidebarV3,
|
|
229
|
+
Ie as OrSkeletonAreaV3,
|
|
230
|
+
ge as OrSkeletonCircleV3,
|
|
231
|
+
ke as OrSkeletonRectV3,
|
|
232
|
+
Re as OrSkeletonTextV3,
|
|
233
|
+
he as OrSliderV3,
|
|
234
|
+
Le as OrSortingV3,
|
|
235
|
+
Me as OrStatusV3,
|
|
236
|
+
He as OrSwitchV3,
|
|
237
|
+
Qe as OrTabV3,
|
|
238
|
+
qe as OrTabsV3,
|
|
239
|
+
Xe as OrTagInputV3,
|
|
240
|
+
Ze as OrTagV3,
|
|
241
|
+
at as OrTagsV3,
|
|
242
|
+
tt as OrTeleportV3,
|
|
243
|
+
Ot as OrTextV3,
|
|
244
|
+
pt as OrTextareaV3,
|
|
245
|
+
nt as OrTimeFormatV3,
|
|
246
|
+
Vt as OrTimePickerV3,
|
|
247
|
+
lt as OrTimeRangePickerV3,
|
|
248
|
+
dt as OrToastContainerV3,
|
|
249
|
+
ct as OrToastV3,
|
|
249
250
|
Pt as OrTooltipV3,
|
|
250
|
-
|
|
251
|
+
gt as OrTreeV3,
|
|
251
252
|
Ao as PopoverPlacement,
|
|
252
253
|
No as PopoverVariant,
|
|
253
254
|
Wo as ProgressColor,
|
|
254
255
|
qo as ProgressType,
|
|
255
|
-
|
|
256
|
+
Dt as PropsV3,
|
|
256
257
|
re as RatingVariant,
|
|
257
258
|
ee as ResizeablePanelPadding,
|
|
258
259
|
te as ResizeablePanelPlacement,
|
|
@@ -260,28 +261,28 @@ export {
|
|
|
260
261
|
me as RichTextEditorTooltips,
|
|
261
262
|
Ve as RichTooltipBehavior,
|
|
262
263
|
ce as SegmentedControlSize,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
264
|
+
ue as SidebarPlacement,
|
|
265
|
+
Be as SliderColor,
|
|
266
|
+
ve as SliderOrientation,
|
|
267
|
+
ye as StatusSize,
|
|
268
|
+
Ae as StatusVariant,
|
|
269
|
+
Je as TabsSpacing,
|
|
270
|
+
Ke as TabsVariant,
|
|
271
|
+
_e as TagColor,
|
|
272
|
+
$e as TagVariant,
|
|
273
|
+
ot as TagsOverflow,
|
|
274
|
+
kt as TreeNodeDropPosition,
|
|
275
|
+
Ct as TypesV3,
|
|
275
276
|
Bo as VariantToIconName,
|
|
276
277
|
aa as approximateFileSize,
|
|
277
|
-
|
|
278
|
+
b as defaultViewModes,
|
|
278
279
|
Hr as formatDate,
|
|
279
280
|
jr as formatMobileDate,
|
|
280
281
|
Qr as formatMobileTime,
|
|
281
282
|
Wr as formatTime,
|
|
282
283
|
qr as getCurrentDate,
|
|
283
284
|
Ur as getNextMonthDate,
|
|
284
|
-
|
|
285
|
+
u as gridView,
|
|
285
286
|
q as html,
|
|
286
287
|
Ho as isPrevented,
|
|
287
288
|
N as javascript,
|
|
@@ -289,9 +290,9 @@ export {
|
|
|
289
290
|
Q as jsonParseLinter,
|
|
290
291
|
M as lintGutter,
|
|
291
292
|
y as linter,
|
|
292
|
-
|
|
293
|
+
P as listView,
|
|
293
294
|
Jr as scrollToElementWithinContainer,
|
|
294
|
-
|
|
295
|
-
|
|
295
|
+
St as useQueueV3,
|
|
296
|
+
bt as useToastV3
|
|
296
297
|
};
|
|
297
298
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as e, a as t, b as d, o as i, m as o, e as l, c as D, d as s, p as G, h as O, f as b, g as T, k as n, i as C, j as w, l as F, n as H, O as R } from "../../OrDataGrid-
|
|
1
|
+
import { D as e, a as t, b as d, o as i, m as o, e as l, c as D, d as s, p as G, h as O, f as b, g as T, k as n, i as C, j as w, l as F, n as H, O as R } from "../../OrDataGrid-M7gWVa8n.mjs";
|
|
2
2
|
export {
|
|
3
3
|
e as DataGridVariant,
|
|
4
4
|
t as OrDataGridFooter,
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { O as
|
|
1
|
+
import { b as o, O as t, a } from "../../OrSkeletonArea-fMhHFyo1.mjs";
|
|
2
|
+
import { O as l } from "../../OrSkeletonArea.vue_vue_type_script_lang-jgRhbZ0X.mjs";
|
|
3
3
|
export {
|
|
4
|
-
o as
|
|
5
|
-
t as
|
|
6
|
-
a as
|
|
4
|
+
o as OrSkeletonAreaV3,
|
|
5
|
+
t as OrSkeletonCircleV3,
|
|
6
|
+
a as OrSkeletonRectV3,
|
|
7
|
+
l as OrSkeletonTextV3
|
|
7
8
|
};
|
|
8
9
|
//# sourceMappingURL=index.mjs.map
|