@onereach/ui-components-vue2 21.6.0 → 21.6.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.
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import range from 'lodash/range';
|
|
2
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
2
|
import { al as Mt } from './utils-72d9c2bb.js';
|
|
4
3
|
import { n as normalizeComponent } from './normalize-component-cf2db48b.js';
|
|
@@ -89,7 +88,7 @@ var script = defineComponent({
|
|
|
89
88
|
};
|
|
90
89
|
});
|
|
91
90
|
// State
|
|
92
|
-
const lineKeys = computed(() =>
|
|
91
|
+
const lineKeys = computed(() => [...Array(props.linesCount).keys()]);
|
|
93
92
|
return {
|
|
94
93
|
root,
|
|
95
94
|
containerStyles,
|
|
@@ -77,7 +77,7 @@ export { OrSegmentedControlV3, SegmentedControlSize } from './or-segmented-contr
|
|
|
77
77
|
export { OrSelectV3 } from './or-select-v3/index.js';
|
|
78
78
|
export { OrSidebarV3, SidebarPlacement } from './or-sidebar-v3/index.js';
|
|
79
79
|
export { OrSkeletonCircleV3, OrSkeletonRectV3 } from './or-skeleton-v3/index.js';
|
|
80
|
-
export { O as OrSkeletonTextV3 } from '../OrSkeletonText-
|
|
80
|
+
export { O as OrSkeletonTextV3 } from '../OrSkeletonText-5fe135b8.js';
|
|
81
81
|
export { OrSliderV3 } from './or-slider-v3/index.js';
|
|
82
82
|
export { S as SliderColor, a as SliderOrientation } from '../types-75a1cc13.js';
|
|
83
83
|
export { OrSortingV3 } from './or-sorting-v3/index.js';
|
|
@@ -142,5 +142,4 @@ import '@tiptap/extension-hard-break';
|
|
|
142
142
|
import '@tiptap/extension-horizontal-rule';
|
|
143
143
|
import '@tiptap/extension-bold';
|
|
144
144
|
import '@tiptap/extension-code-block';
|
|
145
|
-
import 'lodash/range';
|
|
146
145
|
import 'portal-vue';
|
|
@@ -14,7 +14,7 @@ import { OrIconV3 as OrIcon } from '../or-icon-v3/index.js';
|
|
|
14
14
|
import { OrNotificationV3 as OrNotification } from '../or-notification-v3/index.js';
|
|
15
15
|
import { OrPaginationV3 as OrPagination } from '../or-pagination-v3/index.js';
|
|
16
16
|
import { OrSearchV3 as OrSearch } from '../or-search-v3/index.js';
|
|
17
|
-
import { O as OrSkeletonText } from '../../OrSkeletonText-
|
|
17
|
+
import { O as OrSkeletonText } from '../../OrSkeletonText-5fe135b8.js';
|
|
18
18
|
import '../../useValidationAttributes-C9_kxaDj-ee1d63dd.js';
|
|
19
19
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
20
20
|
import '@onereach/styles/screens.json';
|
|
@@ -51,7 +51,6 @@ import '../or-tags-v3/index.js';
|
|
|
51
51
|
import '../or-tag-v3/index.js';
|
|
52
52
|
import '../or-expansion-panel-v3/index.js';
|
|
53
53
|
import '../or-indicator-v3/index.js';
|
|
54
|
-
import 'lodash/range';
|
|
55
54
|
|
|
56
55
|
const DataGridFooter = [
|
|
57
56
|
// Layout
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { al as Mt } from '../../utils-72d9c2bb.js';
|
|
3
|
-
import { S as SkeletonRoot, a as SkeletonCircle, b as SkeletonAnimated, c as SkeletonRect } from '../../OrSkeletonText-
|
|
4
|
-
export { O as OrSkeletonTextV3 } from '../../OrSkeletonText-
|
|
3
|
+
import { S as SkeletonRoot, a as SkeletonCircle, b as SkeletonAnimated, c as SkeletonRect } from '../../OrSkeletonText-5fe135b8.js';
|
|
4
|
+
export { O as OrSkeletonTextV3 } from '../../OrSkeletonText-5fe135b8.js';
|
|
5
5
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
6
6
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
7
|
-
import 'lodash/range';
|
|
8
7
|
|
|
9
8
|
var script$1 = defineComponent({
|
|
10
9
|
name: 'OrSkeletonCircle',
|
package/dist/esm/index.js
CHANGED
|
@@ -83,7 +83,7 @@ export { OrSegmentedControlV3, SegmentedControlSize } from './components/or-segm
|
|
|
83
83
|
export { OrSelectV3 } from './components/or-select-v3/index.js';
|
|
84
84
|
export { OrSidebarV3, SidebarPlacement } from './components/or-sidebar-v3/index.js';
|
|
85
85
|
export { OrSkeletonCircleV3, OrSkeletonRectV3 } from './components/or-skeleton-v3/index.js';
|
|
86
|
-
export { O as OrSkeletonTextV3 } from './OrSkeletonText-
|
|
86
|
+
export { O as OrSkeletonTextV3 } from './OrSkeletonText-5fe135b8.js';
|
|
87
87
|
export { OrSliderV3 } from './components/or-slider-v3/index.js';
|
|
88
88
|
export { S as SliderColor, a as SliderOrientation } from './types-75a1cc13.js';
|
|
89
89
|
export { OrSortingV3 } from './components/or-sorting-v3/index.js';
|
|
@@ -142,7 +142,6 @@ import '@tiptap/extension-hard-break';
|
|
|
142
142
|
import '@tiptap/extension-horizontal-rule';
|
|
143
143
|
import '@tiptap/extension-bold';
|
|
144
144
|
import '@tiptap/extension-code-block';
|
|
145
|
-
import 'lodash/range';
|
|
146
145
|
import 'portal-vue';
|
|
147
146
|
|
|
148
147
|
var m = /* @__PURE__ */ ((r) => (r.XS = "xs", r.SM = "sm", r.MD = "md", r.LG = "lg", r.XL = "xl", r))(m || {});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components-vue2",
|
|
3
|
-
"version": "21.6.
|
|
3
|
+
"version": "21.6.1",
|
|
4
4
|
"description": "Vue components library for v2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@codemirror/view": "^6",
|
|
41
41
|
"@floating-ui/dom": "1.5.3",
|
|
42
42
|
"@lezer/highlight": "*",
|
|
43
|
-
"@onereach/styles": "^21.6.
|
|
44
|
-
"@onereach/ui-components-common": "^21.6.
|
|
43
|
+
"@onereach/styles": "^21.6.1",
|
|
44
|
+
"@onereach/ui-components-common": "^21.6.1",
|
|
45
45
|
"@splidejs/splide": "4.0.6",
|
|
46
46
|
"@tiptap/core": "2.0.3",
|
|
47
47
|
"@tiptap/extension-blockquote": "2.0.3",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"access": "public"
|
|
106
106
|
},
|
|
107
107
|
"npmUnpacked": "4.15.2",
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "67ab682de238fb347920de1aeff226788831d0de"
|
|
109
109
|
}
|