@onereach/ui-components 2.58.1 → 2.59.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/v2/OrSkeletonText-950be6a2.js +304 -0
- package/dist/v2/components/index.d.ts +1 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeleton.stories3.d.ts +35 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeletonCircle.stories3.d.ts +22 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeletonCircle.vue.d.ts +51 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeletonRect.stories3.d.ts +32 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeletonRect.vue.d.ts +60 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeletonText.stories3.d.ts +32 -0
- package/dist/v2/components/or-skeleton-v3/OrSkeletonText.vue.d.ts +96 -0
- package/dist/v2/components/or-skeleton-v3/index.d.ts +3 -0
- package/dist/v2/components/or-skeleton-v3/styles.d.ts +6 -0
- package/dist/v2/index.js +1 -0
- package/dist/v2/index2.js +1 -0
- package/dist/v2/index68.js +3 -10
- package/dist/v2/index69.js +3 -6
- package/dist/v2/index70.js +13 -2
- package/dist/v2/index71.js +4 -6
- package/dist/v2/index72.js +6 -4
- package/dist/v2/index73.js +2 -1
- package/dist/v2/index74.js +3 -3
- package/dist/v2/index75.js +3 -4
- package/dist/v2/index76.js +4 -15
- package/dist/v2/index77.js +14 -11
- package/dist/v2/index78.js +11 -13
- package/dist/v2/index79.js +14 -2
- package/dist/v2/index80.js +2 -2
- package/dist/v2/index81.js +2 -3
- package/dist/v2/index82.js +1 -6
- package/dist/v2/index83.js +7 -20
- package/dist/v2/index84.js +12 -9
- package/dist/v2/index85.js +18 -1
- package/dist/v2/index86.js +2 -18
- package/dist/v2/index87.js +18 -2
- package/dist/v2/index88.js +2 -10
- package/dist/v2/index89.js +9 -11
- package/dist/v2/index90.js +12 -6
- package/dist/v2/index91.js +5 -1
- package/dist/v2/index92.js +3 -0
- package/dist/v3/OrSkeletonText-3965ff71.js +235 -0
- package/dist/v3/components/index.d.ts +1 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeleton.stories3.d.ts +35 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeletonCircle.stories3.d.ts +22 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeletonCircle.vue.d.ts +51 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeletonRect.stories3.d.ts +32 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeletonRect.vue.d.ts +60 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeletonText.stories3.d.ts +32 -0
- package/dist/v3/components/or-skeleton-v3/OrSkeletonText.vue.d.ts +96 -0
- package/dist/v3/components/or-skeleton-v3/index.d.ts +3 -0
- package/dist/v3/components/or-skeleton-v3/styles.d.ts +6 -0
- package/dist/v3/index.js +1 -0
- package/dist/v3/index2.js +1 -0
- package/dist/v3/index68.js +3 -9
- package/dist/v3/index69.js +3 -4
- package/dist/v3/index70.js +10 -2
- package/dist/v3/index71.js +3 -5
- package/dist/v3/index72.js +5 -3
- package/dist/v3/index73.js +2 -1
- package/dist/v3/index74.js +3 -3
- package/dist/v3/index75.js +3 -4
- package/dist/v3/index76.js +4 -14
- package/dist/v3/index77.js +13 -10
- package/dist/v3/index78.js +10 -12
- package/dist/v3/index79.js +13 -1
- package/dist/v3/index80.js +1 -1
- package/dist/v3/index81.js +1 -3
- package/dist/v3/index82.js +1 -6
- package/dist/v3/index83.js +6 -16
- package/dist/v3/index84.js +12 -9
- package/dist/v3/index85.js +15 -1
- package/dist/v3/index86.js +2 -17
- package/dist/v3/index87.js +17 -2
- package/dist/v3/index88.js +2 -8
- package/dist/v3/index89.js +6 -9
- package/dist/v3/index90.js +11 -6
- package/dist/v3/index91.js +5 -1
- package/dist/v3/index92.js +3 -0
- package/package.json +3 -3
- package/src/components/index.ts +1 -0
- package/src/components/or-skeleton-v3/OrSkeleton.docs.mdx +6 -0
- package/src/components/or-skeleton-v3/OrSkeleton.stories3.ts +144 -0
- package/src/components/or-skeleton-v3/OrSkeletonCircle.docs.mdx +7 -0
- package/src/components/or-skeleton-v3/OrSkeletonCircle.stories3.ts +59 -0
- package/src/components/or-skeleton-v3/OrSkeletonCircle.vue +74 -0
- package/src/components/or-skeleton-v3/OrSkeletonRect.docs.mdx +6 -0
- package/src/components/or-skeleton-v3/OrSkeletonRect.stories3.ts +80 -0
- package/src/components/or-skeleton-v3/OrSkeletonRect.vue +77 -0
- package/src/components/or-skeleton-v3/OrSkeletonText.docs.mdx +7 -0
- package/src/components/or-skeleton-v3/OrSkeletonText.stories3.ts +88 -0
- package/src/components/or-skeleton-v3/OrSkeletonText.vue +114 -0
- package/src/components/or-skeleton-v3/index.ts +3 -0
- package/src/components/or-skeleton-v3/styles.ts +53 -0
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
+
import _ from 'lodash';
|
|
3
|
+
import { p as pxToRem } from './px-to-rem-0b26b83e.js';
|
|
4
|
+
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
5
|
+
import '@vueuse/core';
|
|
6
|
+
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
|
+
|
|
8
|
+
const SkeletonRoot = [
|
|
9
|
+
// Position
|
|
10
|
+
'relative',
|
|
11
|
+
// Layout
|
|
12
|
+
'overflow-hidden',
|
|
13
|
+
// Box
|
|
14
|
+
'p-0',
|
|
15
|
+
// Borders
|
|
16
|
+
'border-0',
|
|
17
|
+
// Theme
|
|
18
|
+
'bg-skeletons-gradient', 'dark:bg-skeletons-gradient-dark',
|
|
19
|
+
// Background
|
|
20
|
+
'bg-repeat'];
|
|
21
|
+
const SkeletonTextContainerRoot = [
|
|
22
|
+
// Layout
|
|
23
|
+
'flex', 'flex-col',
|
|
24
|
+
// Box
|
|
25
|
+
'h-auto'];
|
|
26
|
+
const SkeletonCircle = [
|
|
27
|
+
// Box
|
|
28
|
+
'rounded-full'];
|
|
29
|
+
const SkeletonRect = [
|
|
30
|
+
// Box
|
|
31
|
+
'rounded-md'];
|
|
32
|
+
const SkeletonText = [
|
|
33
|
+
// Box
|
|
34
|
+
'w-full', 'rounded-md'];
|
|
35
|
+
const SkeletonAnimated = [
|
|
36
|
+
// Background
|
|
37
|
+
'bg-[length:200%]',
|
|
38
|
+
// Animation
|
|
39
|
+
'animate-skeleton-loader'];
|
|
40
|
+
|
|
41
|
+
var script$2 = defineComponent({
|
|
42
|
+
name: 'OrSkeletonCircle',
|
|
43
|
+
inheritAttrs: false,
|
|
44
|
+
props: {
|
|
45
|
+
animated: {
|
|
46
|
+
type: Boolean,
|
|
47
|
+
required: false,
|
|
48
|
+
default: true
|
|
49
|
+
},
|
|
50
|
+
size: {
|
|
51
|
+
type: [Number, String],
|
|
52
|
+
required: false,
|
|
53
|
+
default: 40
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
expose: ['root'],
|
|
57
|
+
setup(props) {
|
|
58
|
+
// Refs
|
|
59
|
+
const root = ref();
|
|
60
|
+
// Styles
|
|
61
|
+
const classAttribute = useClassAttribute();
|
|
62
|
+
const rootStyles = computed(() => ['or-skeleton', 'or-skeleton-circle', ...SkeletonRoot, ...SkeletonCircle, ...(props.animated ? SkeletonAnimated : []), classAttribute.value]);
|
|
63
|
+
const rootStyle = computed(() => {
|
|
64
|
+
var _a;
|
|
65
|
+
const size = (_a = props.size) !== null && _a !== void 0 ? _a : 40; // 40px - medium OrAvatar
|
|
66
|
+
const sizeStyle = _.isNumber(size) ? pxToRem(size) : size;
|
|
67
|
+
return {
|
|
68
|
+
'width': sizeStyle,
|
|
69
|
+
'min-width': sizeStyle,
|
|
70
|
+
'height': sizeStyle,
|
|
71
|
+
'min-height': sizeStyle
|
|
72
|
+
};
|
|
73
|
+
});
|
|
74
|
+
return {
|
|
75
|
+
root,
|
|
76
|
+
rootStyles,
|
|
77
|
+
rootStyle
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
|
|
82
|
+
/* script */
|
|
83
|
+
const __vue_script__$2 = script$2;
|
|
84
|
+
|
|
85
|
+
/* template */
|
|
86
|
+
var __vue_render__$2 = function () {
|
|
87
|
+
var _vm = this;
|
|
88
|
+
var _h = _vm.$createElement;
|
|
89
|
+
var _c = _vm._self._c || _h;
|
|
90
|
+
return _c('div', _vm._b({
|
|
91
|
+
ref: "root",
|
|
92
|
+
class: _vm.rootStyles,
|
|
93
|
+
style: _vm.rootStyle
|
|
94
|
+
}, 'div', _vm.$attrs, false));
|
|
95
|
+
};
|
|
96
|
+
var __vue_staticRenderFns__$2 = [];
|
|
97
|
+
|
|
98
|
+
/* style */
|
|
99
|
+
const __vue_inject_styles__$2 = undefined;
|
|
100
|
+
/* scoped */
|
|
101
|
+
const __vue_scope_id__$2 = undefined;
|
|
102
|
+
/* module identifier */
|
|
103
|
+
const __vue_module_identifier__$2 = undefined;
|
|
104
|
+
/* functional template */
|
|
105
|
+
const __vue_is_functional_template__$2 = false;
|
|
106
|
+
/* style inject */
|
|
107
|
+
|
|
108
|
+
/* style inject SSR */
|
|
109
|
+
|
|
110
|
+
/* style inject shadow dom */
|
|
111
|
+
|
|
112
|
+
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
113
|
+
render: __vue_render__$2,
|
|
114
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
115
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, undefined, undefined);
|
|
116
|
+
|
|
117
|
+
var script$1 = defineComponent({
|
|
118
|
+
name: 'OrSkeletonRect',
|
|
119
|
+
inheritAttrs: false,
|
|
120
|
+
props: {
|
|
121
|
+
animated: {
|
|
122
|
+
type: Boolean,
|
|
123
|
+
required: false,
|
|
124
|
+
default: true
|
|
125
|
+
},
|
|
126
|
+
width: {
|
|
127
|
+
type: [Number, String],
|
|
128
|
+
required: false,
|
|
129
|
+
default: '100%'
|
|
130
|
+
},
|
|
131
|
+
height: {
|
|
132
|
+
type: [Number, String],
|
|
133
|
+
required: false,
|
|
134
|
+
default: 36
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
expose: ['root'],
|
|
138
|
+
setup(props) {
|
|
139
|
+
// Refs
|
|
140
|
+
const root = ref();
|
|
141
|
+
// Styles
|
|
142
|
+
const classAttribute = useClassAttribute();
|
|
143
|
+
const rootStyles = computed(() => ['or-skeleton', 'or-skeleton-rect', ...SkeletonRoot, ...SkeletonRect, ...(props.animated ? SkeletonAnimated : []), classAttribute.value]);
|
|
144
|
+
const rootStyle = computed(() => {
|
|
145
|
+
var _a, _b;
|
|
146
|
+
const width = (_a = props.width) !== null && _a !== void 0 ? _a : '100%';
|
|
147
|
+
const height = (_b = props.height) !== null && _b !== void 0 ? _b : 36; // 36px - default OrInput height
|
|
148
|
+
return {
|
|
149
|
+
'width': _.isNumber(width) ? pxToRem(width) : width,
|
|
150
|
+
'height': _.isNumber(height) ? pxToRem(height) : height
|
|
151
|
+
};
|
|
152
|
+
});
|
|
153
|
+
return {
|
|
154
|
+
root,
|
|
155
|
+
rootStyles,
|
|
156
|
+
rootStyle
|
|
157
|
+
};
|
|
158
|
+
}
|
|
159
|
+
});
|
|
160
|
+
|
|
161
|
+
/* script */
|
|
162
|
+
const __vue_script__$1 = script$1;
|
|
163
|
+
|
|
164
|
+
/* template */
|
|
165
|
+
var __vue_render__$1 = function () {
|
|
166
|
+
var _vm = this;
|
|
167
|
+
var _h = _vm.$createElement;
|
|
168
|
+
var _c = _vm._self._c || _h;
|
|
169
|
+
return _c('div', _vm._b({
|
|
170
|
+
ref: "root",
|
|
171
|
+
class: _vm.rootStyles,
|
|
172
|
+
style: _vm.rootStyle
|
|
173
|
+
}, 'div', _vm.$attrs, false));
|
|
174
|
+
};
|
|
175
|
+
var __vue_staticRenderFns__$1 = [];
|
|
176
|
+
|
|
177
|
+
/* style */
|
|
178
|
+
const __vue_inject_styles__$1 = undefined;
|
|
179
|
+
/* scoped */
|
|
180
|
+
const __vue_scope_id__$1 = undefined;
|
|
181
|
+
/* module identifier */
|
|
182
|
+
const __vue_module_identifier__$1 = undefined;
|
|
183
|
+
/* functional template */
|
|
184
|
+
const __vue_is_functional_template__$1 = false;
|
|
185
|
+
/* style inject */
|
|
186
|
+
|
|
187
|
+
/* style inject SSR */
|
|
188
|
+
|
|
189
|
+
/* style inject shadow dom */
|
|
190
|
+
|
|
191
|
+
const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
192
|
+
render: __vue_render__$1,
|
|
193
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
194
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, undefined, undefined);
|
|
195
|
+
|
|
196
|
+
var script = defineComponent({
|
|
197
|
+
name: 'OrSkeletonText',
|
|
198
|
+
inheritAttrs: false,
|
|
199
|
+
props: {
|
|
200
|
+
animated: {
|
|
201
|
+
type: Boolean,
|
|
202
|
+
required: false,
|
|
203
|
+
default: true
|
|
204
|
+
},
|
|
205
|
+
linesCount: {
|
|
206
|
+
type: Number,
|
|
207
|
+
required: false,
|
|
208
|
+
default: 1
|
|
209
|
+
},
|
|
210
|
+
width: {
|
|
211
|
+
type: [Number, String],
|
|
212
|
+
required: false,
|
|
213
|
+
default: '100%'
|
|
214
|
+
},
|
|
215
|
+
fontSize: {
|
|
216
|
+
type: Number,
|
|
217
|
+
required: false,
|
|
218
|
+
default: 16
|
|
219
|
+
},
|
|
220
|
+
lineHeight: {
|
|
221
|
+
type: Number,
|
|
222
|
+
required: false,
|
|
223
|
+
default: 24
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
expose: ['root'],
|
|
227
|
+
setup(props) {
|
|
228
|
+
// Refs
|
|
229
|
+
const root = ref();
|
|
230
|
+
// Styles
|
|
231
|
+
const classAttribute = useClassAttribute();
|
|
232
|
+
const containerStyles = computed(() => ['or-skeleton-text-root', ...SkeletonTextContainerRoot, classAttribute.value]);
|
|
233
|
+
const containerStyle = computed(() => {
|
|
234
|
+
var _a;
|
|
235
|
+
const width = (_a = props.width) !== null && _a !== void 0 ? _a : '100%';
|
|
236
|
+
return {
|
|
237
|
+
'width': _.isNumber(width) ? pxToRem(width) : width
|
|
238
|
+
};
|
|
239
|
+
});
|
|
240
|
+
const rowStyles = computed(() => ['or-skeleton', 'or-skeleton-text', ...SkeletonRoot, ...SkeletonText, ...(props.animated ? SkeletonAnimated : []), classAttribute.value]);
|
|
241
|
+
const rowStyle = computed(() => {
|
|
242
|
+
var _a, _b;
|
|
243
|
+
const height = (_a = props.fontSize) !== null && _a !== void 0 ? _a : 16;
|
|
244
|
+
const margin = (((_b = props.lineHeight) !== null && _b !== void 0 ? _b : 24) - height) / 2;
|
|
245
|
+
return {
|
|
246
|
+
'height': _.isNumber(height) ? pxToRem(height) : height,
|
|
247
|
+
'margin': `${_.isNumber(margin) ? pxToRem(margin) : margin} 0`
|
|
248
|
+
};
|
|
249
|
+
});
|
|
250
|
+
// State
|
|
251
|
+
const lineKeys = computed(() => _.range(props.linesCount));
|
|
252
|
+
return {
|
|
253
|
+
root,
|
|
254
|
+
containerStyles,
|
|
255
|
+
containerStyle,
|
|
256
|
+
rowStyles,
|
|
257
|
+
rowStyle,
|
|
258
|
+
lineKeys
|
|
259
|
+
};
|
|
260
|
+
}
|
|
261
|
+
});
|
|
262
|
+
|
|
263
|
+
/* script */
|
|
264
|
+
const __vue_script__ = script;
|
|
265
|
+
|
|
266
|
+
/* template */
|
|
267
|
+
var __vue_render__ = function () {
|
|
268
|
+
var _vm = this;
|
|
269
|
+
var _h = _vm.$createElement;
|
|
270
|
+
var _c = _vm._self._c || _h;
|
|
271
|
+
return _c('div', _vm._b({
|
|
272
|
+
ref: "root",
|
|
273
|
+
class: _vm.containerStyles,
|
|
274
|
+
style: _vm.containerStyle
|
|
275
|
+
}, 'div', _vm.$attrs, false), _vm._l(_vm.lineKeys, function (key) {
|
|
276
|
+
return _c('div', {
|
|
277
|
+
key: key,
|
|
278
|
+
class: _vm.rowStyles,
|
|
279
|
+
style: _vm.rowStyle
|
|
280
|
+
});
|
|
281
|
+
}), 0);
|
|
282
|
+
};
|
|
283
|
+
var __vue_staticRenderFns__ = [];
|
|
284
|
+
|
|
285
|
+
/* style */
|
|
286
|
+
const __vue_inject_styles__ = undefined;
|
|
287
|
+
/* scoped */
|
|
288
|
+
const __vue_scope_id__ = undefined;
|
|
289
|
+
/* module identifier */
|
|
290
|
+
const __vue_module_identifier__ = undefined;
|
|
291
|
+
/* functional template */
|
|
292
|
+
const __vue_is_functional_template__ = false;
|
|
293
|
+
/* style inject */
|
|
294
|
+
|
|
295
|
+
/* style inject SSR */
|
|
296
|
+
|
|
297
|
+
/* style inject shadow dom */
|
|
298
|
+
|
|
299
|
+
const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
300
|
+
render: __vue_render__,
|
|
301
|
+
staticRenderFns: __vue_staticRenderFns__
|
|
302
|
+
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
303
|
+
|
|
304
|
+
export { __vue_component__$2 as _, __vue_component__$1 as a, __vue_component__ as b };
|
|
@@ -63,6 +63,7 @@ export * from './or-select-v3';
|
|
|
63
63
|
export * from './or-sidebar';
|
|
64
64
|
export * from './or-sidebar-v3';
|
|
65
65
|
export * from './or-skeleton';
|
|
66
|
+
export * from './or-skeleton-v3';
|
|
66
67
|
export * from './or-slider';
|
|
67
68
|
export * from './or-stepper';
|
|
68
69
|
export * from './or-switch';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Story } from '@storybook/vue';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
components: {
|
|
5
|
+
OrSkeletonCircle: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
6
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
7
|
+
} | string[], {} & {}, {
|
|
8
|
+
[x: number]: string;
|
|
9
|
+
} | {}, true>);
|
|
10
|
+
OrSkeletonRect: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
11
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
12
|
+
} | string[], {} & {}, {
|
|
13
|
+
[x: number]: string;
|
|
14
|
+
} | {}, true>);
|
|
15
|
+
OrSkeletonText: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
16
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
17
|
+
} | string[], {} & {}, {
|
|
18
|
+
[x: number]: string;
|
|
19
|
+
} | {}, true>);
|
|
20
|
+
};
|
|
21
|
+
parameters: {
|
|
22
|
+
layout: string;
|
|
23
|
+
docs: {
|
|
24
|
+
page: string;
|
|
25
|
+
};
|
|
26
|
+
design: {
|
|
27
|
+
type: string;
|
|
28
|
+
url: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export default _default;
|
|
33
|
+
export declare const Example1: Story<import("@storybook/vue").Args>;
|
|
34
|
+
export declare const Example2: Story<import("@storybook/vue").Args>;
|
|
35
|
+
export declare const Example3: Story<import("@storybook/vue").Args>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
+
declare const _default: Meta<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
3
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
4
|
+
} | string[], {} & {}, {
|
|
5
|
+
[x: number]: string;
|
|
6
|
+
} | {}, true>)>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
9
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
10
|
+
} | string[], {} & {}, {
|
|
11
|
+
[x: number]: string;
|
|
12
|
+
} | {}, true>)>;
|
|
13
|
+
export declare const NotAnimated: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
14
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
15
|
+
} | string[], {} & {}, {
|
|
16
|
+
[x: number]: string;
|
|
17
|
+
} | {}, true>)>;
|
|
18
|
+
export declare const WithSize: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
19
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
20
|
+
} | string[], {} & {}, {
|
|
21
|
+
[x: number]: string;
|
|
22
|
+
} | {}, true>)>;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
4
|
+
rootStyle: import("@vue/composition-api").ComputedRef<{
|
|
5
|
+
width: string;
|
|
6
|
+
'min-width': string;
|
|
7
|
+
height: string;
|
|
8
|
+
'min-height': string;
|
|
9
|
+
}>;
|
|
10
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
11
|
+
animated: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
required: false;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
size: {
|
|
17
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
18
|
+
required: false;
|
|
19
|
+
default: number;
|
|
20
|
+
};
|
|
21
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
22
|
+
animated: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
required: false;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
size: {
|
|
28
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
29
|
+
required: false;
|
|
30
|
+
default: number;
|
|
31
|
+
};
|
|
32
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
33
|
+
animated: boolean;
|
|
34
|
+
size: string | number;
|
|
35
|
+
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
36
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
37
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
38
|
+
rootStyle: import("@vue/composition-api").ComputedRef<{
|
|
39
|
+
width: string;
|
|
40
|
+
'min-width': string;
|
|
41
|
+
height: string;
|
|
42
|
+
'min-height': string;
|
|
43
|
+
}>;
|
|
44
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
45
|
+
animated: boolean;
|
|
46
|
+
size: string | number;
|
|
47
|
+
} & {}, {
|
|
48
|
+
animated: boolean;
|
|
49
|
+
size: string | number;
|
|
50
|
+
}, true>);
|
|
51
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
+
declare const _default: Meta<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
3
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
4
|
+
} | string[], {} & {}, {
|
|
5
|
+
[x: number]: string;
|
|
6
|
+
} | {}, true>)>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
9
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
10
|
+
} | string[], {} & {}, {
|
|
11
|
+
[x: number]: string;
|
|
12
|
+
} | {}, true>)>;
|
|
13
|
+
export declare const NotAnimated: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
14
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
15
|
+
} | string[], {} & {}, {
|
|
16
|
+
[x: number]: string;
|
|
17
|
+
} | {}, true>)>;
|
|
18
|
+
export declare const WithWidth: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
19
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
20
|
+
} | string[], {} & {}, {
|
|
21
|
+
[x: number]: string;
|
|
22
|
+
} | {}, true>)>;
|
|
23
|
+
export declare const WithHeight: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
24
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
25
|
+
} | string[], {} & {}, {
|
|
26
|
+
[x: number]: string;
|
|
27
|
+
} | {}, true>)>;
|
|
28
|
+
export declare const WithWidthAndHeight: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
29
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
30
|
+
} | string[], {} & {}, {
|
|
31
|
+
[x: number]: string;
|
|
32
|
+
} | {}, true>)>;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
4
|
+
rootStyle: import("@vue/composition-api").ComputedRef<{
|
|
5
|
+
width: string;
|
|
6
|
+
height: string;
|
|
7
|
+
}>;
|
|
8
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
9
|
+
animated: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
required: false;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
width: {
|
|
15
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
16
|
+
required: false;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
height: {
|
|
20
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
21
|
+
required: false;
|
|
22
|
+
default: number;
|
|
23
|
+
};
|
|
24
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
25
|
+
animated: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
required: false;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
width: {
|
|
31
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
32
|
+
required: false;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
height: {
|
|
36
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
37
|
+
required: false;
|
|
38
|
+
default: number;
|
|
39
|
+
};
|
|
40
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
41
|
+
animated: boolean;
|
|
42
|
+
width: string | number;
|
|
43
|
+
height: string | number;
|
|
44
|
+
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
45
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
46
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
47
|
+
rootStyle: import("@vue/composition-api").ComputedRef<{
|
|
48
|
+
width: string;
|
|
49
|
+
height: string;
|
|
50
|
+
}>;
|
|
51
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
52
|
+
animated: boolean;
|
|
53
|
+
width: string | number;
|
|
54
|
+
height: string | number;
|
|
55
|
+
} & {}, {
|
|
56
|
+
animated: boolean;
|
|
57
|
+
width: string | number;
|
|
58
|
+
height: string | number;
|
|
59
|
+
}, true>);
|
|
60
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
+
declare const _default: Meta<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
3
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
4
|
+
} | string[], {} & {}, {
|
|
5
|
+
[x: number]: string;
|
|
6
|
+
} | {}, true>)>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
9
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
10
|
+
} | string[], {} & {}, {
|
|
11
|
+
[x: number]: string;
|
|
12
|
+
} | {}, true>)>;
|
|
13
|
+
export declare const NotAnimated: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
14
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
15
|
+
} | string[], {} & {}, {
|
|
16
|
+
[x: number]: string;
|
|
17
|
+
} | {}, true>)>;
|
|
18
|
+
export declare const WithWidth: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
19
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
20
|
+
} | string[], {} & {}, {
|
|
21
|
+
[x: number]: string;
|
|
22
|
+
} | {}, true>)>;
|
|
23
|
+
export declare const WithSize: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
24
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
25
|
+
} | string[], {} & {}, {
|
|
26
|
+
[x: number]: string;
|
|
27
|
+
} | {}, true>)>;
|
|
28
|
+
export declare const WithLinesCount: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
29
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
30
|
+
} | string[], {} & {}, {
|
|
31
|
+
[x: number]: string;
|
|
32
|
+
} | {}, true>)>;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
|
+
containerStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
4
|
+
containerStyle: import("@vue/composition-api").ComputedRef<{
|
|
5
|
+
width: string;
|
|
6
|
+
}>;
|
|
7
|
+
rowStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
8
|
+
rowStyle: import("@vue/composition-api").ComputedRef<{
|
|
9
|
+
height: string;
|
|
10
|
+
margin: string;
|
|
11
|
+
}>;
|
|
12
|
+
lineKeys: import("@vue/composition-api").ComputedRef<number[]>;
|
|
13
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
14
|
+
animated: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
required: false;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
linesCount: {
|
|
20
|
+
type: NumberConstructor;
|
|
21
|
+
required: false;
|
|
22
|
+
default: number;
|
|
23
|
+
};
|
|
24
|
+
width: {
|
|
25
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
26
|
+
required: false;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
fontSize: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
required: false;
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
lineHeight: {
|
|
35
|
+
type: NumberConstructor;
|
|
36
|
+
required: false;
|
|
37
|
+
default: number;
|
|
38
|
+
};
|
|
39
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
40
|
+
animated: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
required: false;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
linesCount: {
|
|
46
|
+
type: NumberConstructor;
|
|
47
|
+
required: false;
|
|
48
|
+
default: number;
|
|
49
|
+
};
|
|
50
|
+
width: {
|
|
51
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
52
|
+
required: false;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
fontSize: {
|
|
56
|
+
type: NumberConstructor;
|
|
57
|
+
required: false;
|
|
58
|
+
default: number;
|
|
59
|
+
};
|
|
60
|
+
lineHeight: {
|
|
61
|
+
type: NumberConstructor;
|
|
62
|
+
required: false;
|
|
63
|
+
default: number;
|
|
64
|
+
};
|
|
65
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
66
|
+
animated: boolean;
|
|
67
|
+
linesCount: number;
|
|
68
|
+
width: string | number;
|
|
69
|
+
fontSize: number;
|
|
70
|
+
lineHeight: number;
|
|
71
|
+
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
72
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
73
|
+
containerStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
74
|
+
containerStyle: import("@vue/composition-api").ComputedRef<{
|
|
75
|
+
width: string;
|
|
76
|
+
}>;
|
|
77
|
+
rowStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
78
|
+
rowStyle: import("@vue/composition-api").ComputedRef<{
|
|
79
|
+
height: string;
|
|
80
|
+
margin: string;
|
|
81
|
+
}>;
|
|
82
|
+
lineKeys: import("@vue/composition-api").ComputedRef<number[]>;
|
|
83
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
84
|
+
animated: boolean;
|
|
85
|
+
linesCount: number;
|
|
86
|
+
width: string | number;
|
|
87
|
+
fontSize: number;
|
|
88
|
+
lineHeight: number;
|
|
89
|
+
} & {}, {
|
|
90
|
+
animated: boolean;
|
|
91
|
+
linesCount: number;
|
|
92
|
+
width: string | number;
|
|
93
|
+
fontSize: number;
|
|
94
|
+
lineHeight: number;
|
|
95
|
+
}, true>);
|
|
96
|
+
export default _default;
|