@varlet/ui 2.7.2 → 2.7.3-alpha.1675189320554
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/es/action-sheet/ActionSheet.mjs +8 -4
- package/es/app-bar/AppBar.mjs +8 -4
- package/es/back-top/BackTop.mjs +8 -4
- package/es/badge/Badge.mjs +8 -4
- package/es/bottom-navigation/BottomNavigation.mjs +8 -4
- package/es/bottom-navigation-item/BottomNavigationItem.mjs +8 -4
- package/es/breadcrumb/Breadcrumb.mjs +8 -4
- package/es/breadcrumbs/Breadcrumbs.mjs +8 -4
- package/es/button/Button.mjs +8 -4
- package/es/card/Card.mjs +8 -4
- package/es/cell/Cell.mjs +8 -4
- package/es/checkbox/Checkbox.mjs +8 -4
- package/es/checkbox-group/CheckboxGroup.mjs +8 -4
- package/es/chip/Chip.mjs +8 -4
- package/es/col/Col.mjs +8 -4
- package/es/collapse/Collapse.mjs +8 -4
- package/es/collapse-item/CollapseItem.mjs +8 -4
- package/es/countdown/Countdown.mjs +8 -4
- package/es/counter/Counter.mjs +8 -4
- package/es/date-picker/DatePicker.mjs +8 -4
- package/es/date-picker/src/day-picker-panel.mjs +8 -4
- package/es/date-picker/src/month-picker-panel.mjs +8 -4
- package/es/date-picker/src/panel-header.mjs +8 -4
- package/es/date-picker/src/year-picker-panel.mjs +8 -4
- package/es/dialog/Dialog.mjs +8 -4
- package/es/divider/Divider.mjs +8 -4
- package/es/form/Form.mjs +8 -4
- package/es/form-details/FormDetails.mjs +8 -4
- package/es/icon/Icon.mjs +8 -4
- package/es/image/Image.mjs +8 -4
- package/es/image-preview/ImagePreview.mjs +8 -4
- package/es/index-anchor/IndexAnchor.mjs +8 -4
- package/es/index-bar/IndexBar.mjs +8 -4
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/input/Input.mjs +8 -4
- package/es/link/Link.mjs +8 -4
- package/es/list/List.mjs +8 -4
- package/es/loading/Loading.mjs +8 -4
- package/es/menu/Menu.mjs +8 -4
- package/es/option/Option.mjs +8 -4
- package/es/pagination/Pagination.mjs +8 -4
- package/es/picker/Picker.mjs +8 -4
- package/es/progress/Progress.mjs +8 -4
- package/es/pull-refresh/PullRefresh.mjs +8 -4
- package/es/radio/Radio.mjs +8 -4
- package/es/radio-group/RadioGroup.mjs +8 -4
- package/es/rate/Rate.mjs +8 -4
- package/es/result/Empty.mjs +7 -4
- package/es/result/Error.mjs +7 -4
- package/es/result/Info.mjs +7 -4
- package/es/result/Question.mjs +7 -4
- package/es/result/Result.mjs +8 -4
- package/es/result/Success.mjs +8 -4
- package/es/result/Warning.mjs +7 -4
- package/es/row/Row.mjs +8 -4
- package/es/select/Select.mjs +8 -4
- package/es/skeleton/Skeleton.mjs +8 -4
- package/es/slider/Slider.mjs +8 -4
- package/es/snackbar/Snackbar.mjs +8 -4
- package/es/snackbar/core.mjs +8 -4
- package/es/step/Step.mjs +8 -4
- package/es/steps/Steps.mjs +8 -4
- package/es/sticky/Sticky.mjs +8 -4
- package/es/style-provider/StyleProvider.mjs +5 -2
- package/es/swipe/Swipe.mjs +8 -4
- package/es/swipe-item/SwipeItem.mjs +8 -4
- package/es/switch/Switch.mjs +8 -4
- package/es/tab/Tab.mjs +8 -4
- package/es/tab-item/TabItem.mjs +8 -4
- package/es/table/Table.mjs +8 -4
- package/es/tabs/Tabs.mjs +8 -4
- package/es/tabs-items/TabsItems.mjs +8 -4
- package/es/time-picker/TimePicker.mjs +8 -4
- package/es/time-picker/clock.mjs +8 -4
- package/es/tooltip/Tooltip.mjs +8 -4
- package/es/uploader/Uploader.mjs +8 -4
- package/es/varlet.esm.js +3252 -3183
- package/highlight/web-types.json +1 -1
- package/lib/varlet.cjs.js +340 -271
- package/package.json +5 -5
- package/umd/varlet.js +6 -6
package/es/radio/Radio.mjs
CHANGED
|
@@ -11,7 +11,8 @@ var {
|
|
|
11
11
|
classes
|
|
12
12
|
} = createNamespace('radio');
|
|
13
13
|
import { renderSlot as _renderSlot, resolveComponent as _resolveComponent, normalizeClass as _normalizeClass, createVNode as _createVNode, normalizeStyle as _normalizeStyle, resolveDirective as _resolveDirective, openBlock as _openBlock, createElementBlock as _createElementBlock, withDirectives as _withDirectives, createElementVNode as _createElementVNode, mergeProps as _mergeProps } from "vue";
|
|
14
|
-
|
|
14
|
+
|
|
15
|
+
function __render__(_ctx, _cache) {
|
|
15
16
|
var _component_var_icon = _resolveComponent("var-icon");
|
|
16
17
|
|
|
17
18
|
var _component_var_form_details = _resolveComponent("var-form-details");
|
|
@@ -66,8 +67,8 @@ export function render(_ctx, _cache) {
|
|
|
66
67
|
/* CLASS */
|
|
67
68
|
);
|
|
68
69
|
}
|
|
69
|
-
|
|
70
|
-
|
|
70
|
+
|
|
71
|
+
var __sfc__ = defineComponent({
|
|
71
72
|
name: 'VarRadio',
|
|
72
73
|
directives: {
|
|
73
74
|
Ripple
|
|
@@ -212,4 +213,7 @@ export default defineComponent({
|
|
|
212
213
|
};
|
|
213
214
|
}
|
|
214
215
|
|
|
215
|
-
});
|
|
216
|
+
});
|
|
217
|
+
|
|
218
|
+
__sfc__.render = __render__;
|
|
219
|
+
export default __sfc__;
|
|
@@ -9,7 +9,8 @@ var {
|
|
|
9
9
|
classes
|
|
10
10
|
} = createNamespace('radio-group');
|
|
11
11
|
import { renderSlot as _renderSlot, normalizeClass as _normalizeClass, createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, createVNode as _createVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
12
|
-
|
|
12
|
+
|
|
13
|
+
function __render__(_ctx, _cache) {
|
|
13
14
|
var _component_var_form_details = _resolveComponent("var-form-details");
|
|
14
15
|
|
|
15
16
|
return _openBlock(), _createElementBlock("div", {
|
|
@@ -26,8 +27,8 @@ export function render(_ctx, _cache) {
|
|
|
26
27
|
/* CLASS */
|
|
27
28
|
);
|
|
28
29
|
}
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
|
|
31
|
+
var __sfc__ = defineComponent({
|
|
31
32
|
name: 'VarRadioGroup',
|
|
32
33
|
components: {
|
|
33
34
|
VarFormDetails
|
|
@@ -106,4 +107,7 @@ export default defineComponent({
|
|
|
106
107
|
};
|
|
107
108
|
}
|
|
108
109
|
|
|
109
|
-
});
|
|
110
|
+
});
|
|
111
|
+
|
|
112
|
+
__sfc__.render = __render__;
|
|
113
|
+
export default __sfc__;
|
package/es/rate/Rate.mjs
CHANGED
|
@@ -15,7 +15,8 @@ import { renderList as _renderList, Fragment as _Fragment, openBlock as _openBlo
|
|
|
15
15
|
var _withScopeId = n => (_pushScopeId(""), n = n(), _popScopeId(), n);
|
|
16
16
|
|
|
17
17
|
var _hoisted_1 = ["onClick"];
|
|
18
|
-
|
|
18
|
+
|
|
19
|
+
function __render__(_ctx, _cache) {
|
|
19
20
|
var _component_var_icon = _resolveComponent("var-icon");
|
|
20
21
|
|
|
21
22
|
var _component_var_form_details = _resolveComponent("var-form-details");
|
|
@@ -60,8 +61,8 @@ export function render(_ctx, _cache) {
|
|
|
60
61
|
/* CLASS */
|
|
61
62
|
);
|
|
62
63
|
}
|
|
63
|
-
|
|
64
|
-
|
|
64
|
+
|
|
65
|
+
var __sfc__ = defineComponent({
|
|
65
66
|
name: 'VarRate',
|
|
66
67
|
components: {
|
|
67
68
|
VarIcon,
|
|
@@ -202,4 +203,7 @@ export default defineComponent({
|
|
|
202
203
|
};
|
|
203
204
|
}
|
|
204
205
|
|
|
205
|
-
});
|
|
206
|
+
});
|
|
207
|
+
|
|
208
|
+
__sfc__.render = __render__;
|
|
209
|
+
export default __sfc__;
|
package/es/result/Empty.mjs
CHANGED
|
@@ -15,9 +15,12 @@ var _hoisted_2 = /*#__PURE__*/_withScopeId(() => /*#__PURE__*/_createElementVNod
|
|
|
15
15
|
));
|
|
16
16
|
|
|
17
17
|
var _hoisted_3 = [_hoisted_2];
|
|
18
|
-
|
|
18
|
+
|
|
19
|
+
function __render__(_ctx, _cache) {
|
|
19
20
|
return _openBlock(), _createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
20
21
|
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
|
|
23
|
+
var __sfc__ = defineComponent({});
|
|
24
|
+
|
|
25
|
+
__sfc__.render = __render__;
|
|
26
|
+
export default __sfc__;
|
package/es/result/Error.mjs
CHANGED
|
@@ -15,9 +15,12 @@ var _hoisted_2 = /*#__PURE__*/_withScopeId(() => /*#__PURE__*/_createElementVNod
|
|
|
15
15
|
));
|
|
16
16
|
|
|
17
17
|
var _hoisted_3 = [_hoisted_2];
|
|
18
|
-
|
|
18
|
+
|
|
19
|
+
function __render__(_ctx, _cache) {
|
|
19
20
|
return _openBlock(), _createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
20
21
|
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
|
|
23
|
+
var __sfc__ = defineComponent({});
|
|
24
|
+
|
|
25
|
+
__sfc__.render = __render__;
|
|
26
|
+
export default __sfc__;
|
package/es/result/Info.mjs
CHANGED
|
@@ -15,9 +15,12 @@ var _hoisted_2 = /*#__PURE__*/_withScopeId(() => /*#__PURE__*/_createElementVNod
|
|
|
15
15
|
));
|
|
16
16
|
|
|
17
17
|
var _hoisted_3 = [_hoisted_2];
|
|
18
|
-
|
|
18
|
+
|
|
19
|
+
function __render__(_ctx, _cache) {
|
|
19
20
|
return _openBlock(), _createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
20
21
|
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
|
|
23
|
+
var __sfc__ = defineComponent({});
|
|
24
|
+
|
|
25
|
+
__sfc__.render = __render__;
|
|
26
|
+
export default __sfc__;
|
package/es/result/Question.mjs
CHANGED
|
@@ -15,9 +15,12 @@ var _hoisted_2 = /*#__PURE__*/_withScopeId(() => /*#__PURE__*/_createElementVNod
|
|
|
15
15
|
));
|
|
16
16
|
|
|
17
17
|
var _hoisted_3 = [_hoisted_2];
|
|
18
|
-
|
|
18
|
+
|
|
19
|
+
function __render__(_ctx, _cache) {
|
|
19
20
|
return _openBlock(), _createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
20
21
|
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
|
|
23
|
+
var __sfc__ = defineComponent({});
|
|
24
|
+
|
|
25
|
+
__sfc__.render = __render__;
|
|
26
|
+
export default __sfc__;
|
package/es/result/Result.mjs
CHANGED
|
@@ -14,7 +14,8 @@ var {
|
|
|
14
14
|
classes
|
|
15
15
|
} = createNamespace('result');
|
|
16
16
|
import { renderSlot as _renderSlot, resolveDynamicComponent as _resolveDynamicComponent, openBlock as _openBlock, createBlock as _createBlock, normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString } from "vue";
|
|
17
|
-
|
|
17
|
+
|
|
18
|
+
function __render__(_ctx, _cache) {
|
|
18
19
|
return _openBlock(), _createElementBlock("div", {
|
|
19
20
|
class: _normalizeClass(_ctx.classes(_ctx.n(), _ctx.n('$--box')))
|
|
20
21
|
}, [_renderSlot(_ctx.$slots, "image", {}, () => [_ctx.type ? (_openBlock(), _createElementBlock("div", {
|
|
@@ -55,8 +56,8 @@ export function render(_ctx, _cache) {
|
|
|
55
56
|
/* CLASS */
|
|
56
57
|
);
|
|
57
58
|
}
|
|
58
|
-
|
|
59
|
-
|
|
59
|
+
|
|
60
|
+
var __sfc__ = defineComponent({
|
|
60
61
|
name: 'VarResult',
|
|
61
62
|
components: {
|
|
62
63
|
Info,
|
|
@@ -92,4 +93,7 @@ export default defineComponent({
|
|
|
92
93
|
};
|
|
93
94
|
}
|
|
94
95
|
|
|
95
|
-
});
|
|
96
|
+
});
|
|
97
|
+
|
|
98
|
+
__sfc__.render = __render__;
|
|
99
|
+
export default __sfc__;
|
package/es/result/Success.mjs
CHANGED
|
@@ -6,7 +6,8 @@ var {
|
|
|
6
6
|
classes
|
|
7
7
|
} = createNamespace('result');
|
|
8
8
|
import { normalizeClass as _normalizeClass, createElementVNode as _createElementVNode, normalizeStyle as _normalizeStyle, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
function __render__(_ctx, _cache) {
|
|
10
11
|
return _openBlock(), _createElementBlock(_Fragment, null, [_createElementVNode("span", {
|
|
11
12
|
class: _normalizeClass(_ctx.n('success-cover-left'))
|
|
12
13
|
}, null, 2
|
|
@@ -52,8 +53,8 @@ export function render(_ctx, _cache) {
|
|
|
52
53
|
/* STABLE_FRAGMENT */
|
|
53
54
|
);
|
|
54
55
|
}
|
|
55
|
-
|
|
56
|
-
|
|
56
|
+
|
|
57
|
+
var __sfc__ = defineComponent({
|
|
57
58
|
props: {
|
|
58
59
|
animation: {
|
|
59
60
|
type: Boolean
|
|
@@ -71,4 +72,7 @@ export default defineComponent({
|
|
|
71
72
|
};
|
|
72
73
|
}
|
|
73
74
|
|
|
74
|
-
});
|
|
75
|
+
});
|
|
76
|
+
|
|
77
|
+
__sfc__.render = __render__;
|
|
78
|
+
export default __sfc__;
|
package/es/result/Warning.mjs
CHANGED
|
@@ -15,9 +15,12 @@ var _hoisted_2 = /*#__PURE__*/_withScopeId(() => /*#__PURE__*/_createElementVNod
|
|
|
15
15
|
));
|
|
16
16
|
|
|
17
17
|
var _hoisted_3 = [_hoisted_2];
|
|
18
|
-
|
|
18
|
+
|
|
19
|
+
function __render__(_ctx, _cache) {
|
|
19
20
|
return _openBlock(), _createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
20
21
|
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
|
|
23
|
+
var __sfc__ = defineComponent({});
|
|
24
|
+
|
|
25
|
+
__sfc__.render = __render__;
|
|
26
|
+
export default __sfc__;
|
package/es/row/Row.mjs
CHANGED
|
@@ -8,7 +8,8 @@ var {
|
|
|
8
8
|
classes
|
|
9
9
|
} = createNamespace('row');
|
|
10
10
|
import { renderSlot as _renderSlot, normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
function __render__(_ctx, _cache) {
|
|
12
13
|
return _openBlock(), _createElementBlock("div", {
|
|
13
14
|
class: _normalizeClass(_ctx.classes(_ctx.n(), _ctx.n('$--box'))),
|
|
14
15
|
style: _normalizeStyle({
|
|
@@ -23,8 +24,8 @@ export function render(_ctx, _cache) {
|
|
|
23
24
|
/* CLASS, STYLE */
|
|
24
25
|
);
|
|
25
26
|
}
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
|
|
28
|
+
var __sfc__ = defineComponent({
|
|
28
29
|
name: 'VarRow',
|
|
29
30
|
props,
|
|
30
31
|
|
|
@@ -61,4 +62,7 @@ export default defineComponent({
|
|
|
61
62
|
};
|
|
62
63
|
}
|
|
63
64
|
|
|
64
|
-
});
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
__sfc__.render = __render__;
|
|
68
|
+
export default __sfc__;
|
package/es/select/Select.mjs
CHANGED
|
@@ -20,7 +20,8 @@ var _withScopeId = n => (_pushScopeId(""), n = n(), _popScopeId(), n);
|
|
|
20
20
|
var _hoisted_1 = {
|
|
21
21
|
key: 1
|
|
22
22
|
};
|
|
23
|
-
|
|
23
|
+
|
|
24
|
+
function __render__(_ctx, _cache) {
|
|
24
25
|
var _component_var_chip = _resolveComponent("var-chip");
|
|
25
26
|
|
|
26
27
|
var _component_var_icon = _resolveComponent("var-icon");
|
|
@@ -178,8 +179,8 @@ export function render(_ctx, _cache) {
|
|
|
178
179
|
/* CLASS */
|
|
179
180
|
);
|
|
180
181
|
}
|
|
181
|
-
|
|
182
|
-
|
|
182
|
+
|
|
183
|
+
var __sfc__ = defineComponent({
|
|
183
184
|
name: 'VarSelect',
|
|
184
185
|
components: {
|
|
185
186
|
VarIcon,
|
|
@@ -510,4 +511,7 @@ export default defineComponent({
|
|
|
510
511
|
};
|
|
511
512
|
}
|
|
512
513
|
|
|
513
|
-
});
|
|
514
|
+
});
|
|
515
|
+
|
|
516
|
+
__sfc__.render = __render__;
|
|
517
|
+
export default __sfc__;
|
package/es/skeleton/Skeleton.mjs
CHANGED
|
@@ -8,7 +8,8 @@ var {
|
|
|
8
8
|
classes
|
|
9
9
|
} = createNamespace('skeleton');
|
|
10
10
|
import { renderSlot as _renderSlot, normalizeClass as _normalizeClass, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, createElementVNode as _createElementVNode, normalizeStyle as _normalizeStyle, renderList as _renderList, Fragment as _Fragment } from "vue";
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
function __render__(_ctx, _cache) {
|
|
12
13
|
return _openBlock(), _createElementBlock("div", {
|
|
13
14
|
class: _normalizeClass(_ctx.classes(_ctx.n('$--box'), _ctx.n()))
|
|
14
15
|
}, [!_ctx.loading ? (_openBlock(), _createElementBlock("div", {
|
|
@@ -100,8 +101,8 @@ export function render(_ctx, _cache) {
|
|
|
100
101
|
/* CLASS */
|
|
101
102
|
);
|
|
102
103
|
}
|
|
103
|
-
|
|
104
|
-
|
|
104
|
+
|
|
105
|
+
var __sfc__ = defineComponent({
|
|
105
106
|
name: 'VarSkeleton',
|
|
106
107
|
props,
|
|
107
108
|
|
|
@@ -114,4 +115,7 @@ export default defineComponent({
|
|
|
114
115
|
};
|
|
115
116
|
}
|
|
116
117
|
|
|
117
|
-
});
|
|
118
|
+
});
|
|
119
|
+
|
|
120
|
+
__sfc__.render = __render__;
|
|
121
|
+
export default __sfc__;
|
package/es/slider/Slider.mjs
CHANGED
|
@@ -14,7 +14,8 @@ import { normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, c
|
|
|
14
14
|
var _withScopeId = n => (_pushScopeId(""), n = n(), _popScopeId(), n);
|
|
15
15
|
|
|
16
16
|
var _hoisted_1 = ["onTouchstart", "onTouchmove", "onTouchend", "onTouchcancel"];
|
|
17
|
-
|
|
17
|
+
|
|
18
|
+
function __render__(_ctx, _cache) {
|
|
18
19
|
var _component_var_form_details = _resolveComponent("var-form-details");
|
|
19
20
|
|
|
20
21
|
return _openBlock(), _createElementBlock("div", {
|
|
@@ -99,8 +100,8 @@ export function render(_ctx, _cache) {
|
|
|
99
100
|
/* CLASS */
|
|
100
101
|
);
|
|
101
102
|
}
|
|
102
|
-
|
|
103
|
-
|
|
103
|
+
|
|
104
|
+
var __sfc__ = defineComponent({
|
|
104
105
|
name: 'VarSlider',
|
|
105
106
|
components: {
|
|
106
107
|
VarFormDetails
|
|
@@ -402,4 +403,7 @@ export default defineComponent({
|
|
|
402
403
|
};
|
|
403
404
|
}
|
|
404
405
|
|
|
405
|
-
});
|
|
406
|
+
});
|
|
407
|
+
|
|
408
|
+
__sfc__.render = __render__;
|
|
409
|
+
export default __sfc__;
|
package/es/snackbar/Snackbar.mjs
CHANGED
|
@@ -6,7 +6,8 @@ var {
|
|
|
6
6
|
n
|
|
7
7
|
} = createNamespace('snackbar');
|
|
8
8
|
import { renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, mergeProps as _mergeProps, withCtx as _withCtx, createVNode as _createVNode, Transition as _Transition, Teleport as _Teleport, openBlock as _openBlock, createBlock as _createBlock } from "vue";
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
function __render__(_ctx, _cache) {
|
|
10
11
|
var _component_var_snackbar_core = _resolveComponent("var-snackbar-core");
|
|
11
12
|
|
|
12
13
|
return _openBlock(), _createBlock(_Teleport, {
|
|
@@ -39,8 +40,8 @@ export function render(_ctx, _cache) {
|
|
|
39
40
|
/* PROPS */
|
|
40
41
|
, ["to", "disabled"]);
|
|
41
42
|
}
|
|
42
|
-
|
|
43
|
-
|
|
43
|
+
|
|
44
|
+
var __sfc__ = defineComponent({
|
|
44
45
|
name: 'VarSnackbar',
|
|
45
46
|
components: {
|
|
46
47
|
VarSnackbarCore
|
|
@@ -57,4 +58,7 @@ export default defineComponent({
|
|
|
57
58
|
};
|
|
58
59
|
}
|
|
59
60
|
|
|
60
|
-
});
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
__sfc__.render = __render__;
|
|
64
|
+
export default __sfc__;
|
package/es/snackbar/core.mjs
CHANGED
|
@@ -18,7 +18,8 @@ var ICON_TYPE_DICT = {
|
|
|
18
18
|
loading: ''
|
|
19
19
|
};
|
|
20
20
|
import { renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, normalizeClass as _normalizeClass, createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, normalizeStyle as _normalizeStyle, vShow as _vShow, withDirectives as _withDirectives, createElementBlock as _createElementBlock } from "vue";
|
|
21
|
-
|
|
21
|
+
|
|
22
|
+
function __render__(_ctx, _cache) {
|
|
22
23
|
var _component_var_icon = _resolveComponent("var-icon");
|
|
23
24
|
|
|
24
25
|
var _component_var_loading = _resolveComponent("var-loading");
|
|
@@ -63,8 +64,8 @@ export function render(_ctx, _cache) {
|
|
|
63
64
|
/* CLASS, STYLE */
|
|
64
65
|
)), [[_vShow, _ctx.show]]);
|
|
65
66
|
}
|
|
66
|
-
|
|
67
|
-
|
|
67
|
+
|
|
68
|
+
var __sfc__ = defineComponent({
|
|
68
69
|
name: 'VarSnackbarCore',
|
|
69
70
|
components: {
|
|
70
71
|
VarLoading,
|
|
@@ -119,4 +120,7 @@ export default defineComponent({
|
|
|
119
120
|
};
|
|
120
121
|
}
|
|
121
122
|
|
|
122
|
-
});
|
|
123
|
+
});
|
|
124
|
+
|
|
125
|
+
__sfc__.render = __render__;
|
|
126
|
+
export default __sfc__;
|
package/es/step/Step.mjs
CHANGED
|
@@ -14,7 +14,8 @@ var _withScopeId = n => (_pushScopeId(""), n = n(), _popScopeId(), n);
|
|
|
14
14
|
var _hoisted_1 = {
|
|
15
15
|
key: 3
|
|
16
16
|
};
|
|
17
|
-
|
|
17
|
+
|
|
18
|
+
function __render__(_ctx, _cache) {
|
|
18
19
|
var _component_var_icon = _resolveComponent("var-icon");
|
|
19
20
|
|
|
20
21
|
return _openBlock(), _createElementBlock("div", {
|
|
@@ -80,8 +81,8 @@ export function render(_ctx, _cache) {
|
|
|
80
81
|
/* CLASS */
|
|
81
82
|
);
|
|
82
83
|
}
|
|
83
|
-
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
var __sfc__ = defineComponent({
|
|
85
86
|
name: 'VarStep',
|
|
86
87
|
components: {
|
|
87
88
|
VarIcon
|
|
@@ -145,4 +146,7 @@ export default defineComponent({
|
|
|
145
146
|
};
|
|
146
147
|
}
|
|
147
148
|
|
|
148
|
-
});
|
|
149
|
+
});
|
|
150
|
+
|
|
151
|
+
__sfc__.render = __render__;
|
|
152
|
+
export default __sfc__;
|
package/es/steps/Steps.mjs
CHANGED
|
@@ -6,7 +6,8 @@ var {
|
|
|
6
6
|
n
|
|
7
7
|
} = createNamespace('steps');
|
|
8
8
|
import { renderSlot as _renderSlot, normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
function __render__(_ctx, _cache) {
|
|
10
11
|
return _openBlock(), _createElementBlock("div", {
|
|
11
12
|
class: _normalizeClass(_ctx.n()),
|
|
12
13
|
style: _normalizeStyle({
|
|
@@ -16,8 +17,8 @@ export function render(_ctx, _cache) {
|
|
|
16
17
|
/* CLASS, STYLE */
|
|
17
18
|
);
|
|
18
19
|
}
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
|
|
21
|
+
var __sfc__ = defineComponent({
|
|
21
22
|
name: 'VarSteps',
|
|
22
23
|
props,
|
|
23
24
|
|
|
@@ -49,4 +50,7 @@ export default defineComponent({
|
|
|
49
50
|
};
|
|
50
51
|
}
|
|
51
52
|
|
|
52
|
-
});
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
__sfc__.render = __render__;
|
|
56
|
+
export default __sfc__;
|
package/es/sticky/Sticky.mjs
CHANGED
|
@@ -12,7 +12,8 @@ var {
|
|
|
12
12
|
classes
|
|
13
13
|
} = createNamespace('sticky');
|
|
14
14
|
import { renderSlot as _renderSlot, normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
15
|
-
|
|
15
|
+
|
|
16
|
+
function __render__(_ctx, _cache) {
|
|
16
17
|
return _openBlock(), _createElementBlock("div", {
|
|
17
18
|
class: _normalizeClass(_ctx.classes(_ctx.n(), [_ctx.enableCSSMode, _ctx.n('--css-mode')])),
|
|
18
19
|
ref: "stickyEl",
|
|
@@ -39,8 +40,8 @@ export function render(_ctx, _cache) {
|
|
|
39
40
|
/* CLASS, STYLE */
|
|
40
41
|
);
|
|
41
42
|
}
|
|
42
|
-
|
|
43
|
-
|
|
43
|
+
|
|
44
|
+
var __sfc__ = defineComponent({
|
|
44
45
|
name: 'VarSticky',
|
|
45
46
|
props,
|
|
46
47
|
|
|
@@ -176,4 +177,7 @@ export default defineComponent({
|
|
|
176
177
|
};
|
|
177
178
|
}
|
|
178
179
|
|
|
179
|
-
});
|
|
180
|
+
});
|
|
181
|
+
|
|
182
|
+
__sfc__.render = __render__;
|
|
183
|
+
export default __sfc__;
|
|
@@ -5,7 +5,8 @@ import { props } from './props.mjs';
|
|
|
5
5
|
var {
|
|
6
6
|
n
|
|
7
7
|
} = createNamespace('style-provider');
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
var __sfc__ = defineComponent({
|
|
9
10
|
name: 'VarStyleProvider',
|
|
10
11
|
props,
|
|
11
12
|
|
|
@@ -19,4 +20,6 @@ export default defineComponent({
|
|
|
19
20
|
}, call(slots.default));
|
|
20
21
|
}
|
|
21
22
|
|
|
22
|
-
});
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
export default __sfc__;
|
package/es/swipe/Swipe.mjs
CHANGED
|
@@ -19,7 +19,8 @@ import { renderSlot as _renderSlot, normalizeClass as _normalizeClass, normalize
|
|
|
19
19
|
var _withScopeId = n => (_pushScopeId(""), n = n(), _popScopeId(), n);
|
|
20
20
|
|
|
21
21
|
var _hoisted_1 = ["onClick"];
|
|
22
|
-
|
|
22
|
+
|
|
23
|
+
function __render__(_ctx, _cache) {
|
|
23
24
|
return _openBlock(), _createElementBlock("div", {
|
|
24
25
|
class: _normalizeClass(_ctx.n()),
|
|
25
26
|
ref: "swipeEl"
|
|
@@ -67,8 +68,8 @@ export function render(_ctx, _cache) {
|
|
|
67
68
|
/* CLASS */
|
|
68
69
|
);
|
|
69
70
|
}
|
|
70
|
-
|
|
71
|
-
|
|
71
|
+
|
|
72
|
+
var __sfc__ = defineComponent({
|
|
72
73
|
name: 'VarSwipe',
|
|
73
74
|
props,
|
|
74
75
|
|
|
@@ -434,4 +435,7 @@ export default defineComponent({
|
|
|
434
435
|
};
|
|
435
436
|
}
|
|
436
437
|
|
|
437
|
-
});
|
|
438
|
+
});
|
|
439
|
+
|
|
440
|
+
__sfc__.render = __render__;
|
|
441
|
+
export default __sfc__;
|
|
@@ -5,7 +5,8 @@ var {
|
|
|
5
5
|
n
|
|
6
6
|
} = createNamespace('swipe-item');
|
|
7
7
|
import { renderSlot as _renderSlot, normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
function __render__(_ctx, _cache) {
|
|
9
10
|
return _openBlock(), _createElementBlock("div", {
|
|
10
11
|
class: _normalizeClass(_ctx.n()),
|
|
11
12
|
style: _normalizeStyle({
|
|
@@ -17,8 +18,8 @@ export function render(_ctx, _cache) {
|
|
|
17
18
|
/* CLASS, STYLE */
|
|
18
19
|
);
|
|
19
20
|
}
|
|
20
|
-
|
|
21
|
-
|
|
21
|
+
|
|
22
|
+
var __sfc__ = defineComponent({
|
|
22
23
|
name: 'VarSwipeItem',
|
|
23
24
|
|
|
24
25
|
setup() {
|
|
@@ -50,4 +51,7 @@ export default defineComponent({
|
|
|
50
51
|
};
|
|
51
52
|
}
|
|
52
53
|
|
|
53
|
-
});
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
__sfc__.render = __render__;
|
|
57
|
+
export default __sfc__;
|
package/es/switch/Switch.mjs
CHANGED
|
@@ -11,7 +11,8 @@ var {
|
|
|
11
11
|
classes
|
|
12
12
|
} = createNamespace('switch');
|
|
13
13
|
import { normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, resolveDirective as _resolveDirective, createElementBlock as _createElementBlock, withDirectives as _withDirectives, createVNode as _createVNode } from "vue";
|
|
14
|
-
|
|
14
|
+
|
|
15
|
+
function __render__(_ctx, _cache) {
|
|
15
16
|
var _component_var_loading = _resolveComponent("var-loading");
|
|
16
17
|
|
|
17
18
|
var _component_var_form_details = _resolveComponent("var-form-details");
|
|
@@ -59,8 +60,8 @@ export function render(_ctx, _cache) {
|
|
|
59
60
|
/* CLASS */
|
|
60
61
|
);
|
|
61
62
|
}
|
|
62
|
-
|
|
63
|
-
|
|
63
|
+
|
|
64
|
+
var __sfc__ = defineComponent({
|
|
64
65
|
name: 'VarSwitch',
|
|
65
66
|
components: {
|
|
66
67
|
VarLoading,
|
|
@@ -172,4 +173,7 @@ export default defineComponent({
|
|
|
172
173
|
};
|
|
173
174
|
}
|
|
174
175
|
|
|
175
|
-
});
|
|
176
|
+
});
|
|
177
|
+
|
|
178
|
+
__sfc__.render = __render__;
|
|
179
|
+
export default __sfc__;
|
package/es/tab/Tab.mjs
CHANGED
|
@@ -8,7 +8,8 @@ var {
|
|
|
8
8
|
classes
|
|
9
9
|
} = createNamespace('tab');
|
|
10
10
|
import { renderSlot as _renderSlot, normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, resolveDirective as _resolveDirective, openBlock as _openBlock, createElementBlock as _createElementBlock, withDirectives as _withDirectives } from "vue";
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
function __render__(_ctx, _cache) {
|
|
12
13
|
var _directive_ripple = _resolveDirective("ripple");
|
|
13
14
|
|
|
14
15
|
return _withDirectives((_openBlock(), _createElementBlock("div", {
|
|
@@ -26,8 +27,8 @@ export function render(_ctx, _cache) {
|
|
|
26
27
|
disabled: _ctx.disabled
|
|
27
28
|
}]]);
|
|
28
29
|
}
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
|
|
31
|
+
var __sfc__ = defineComponent({
|
|
31
32
|
name: 'VarTab',
|
|
32
33
|
directives: {
|
|
33
34
|
Ripple
|
|
@@ -108,4 +109,7 @@ export default defineComponent({
|
|
|
108
109
|
};
|
|
109
110
|
}
|
|
110
111
|
|
|
111
|
-
});
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
__sfc__.render = __render__;
|
|
115
|
+
export default __sfc__;
|
package/es/tab-item/TabItem.mjs
CHANGED
|
@@ -8,7 +8,8 @@ var {
|
|
|
8
8
|
classes
|
|
9
9
|
} = createNamespace('tab-item');
|
|
10
10
|
import { renderSlot as _renderSlot, createCommentVNode as _createCommentVNode, resolveComponent as _resolveComponent, normalizeClass as _normalizeClass, withCtx as _withCtx, openBlock as _openBlock, createBlock as _createBlock } from "vue";
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
function __render__(_ctx, _cache) {
|
|
12
13
|
var _component_var_swipe_item = _resolveComponent("var-swipe-item");
|
|
13
14
|
|
|
14
15
|
return _openBlock(), _createBlock(_component_var_swipe_item, {
|
|
@@ -25,8 +26,8 @@ export function render(_ctx, _cache) {
|
|
|
25
26
|
/* PROPS */
|
|
26
27
|
, ["class"]);
|
|
27
28
|
}
|
|
28
|
-
|
|
29
|
-
|
|
29
|
+
|
|
30
|
+
var __sfc__ = defineComponent({
|
|
30
31
|
name: 'VarTabItem',
|
|
31
32
|
components: {
|
|
32
33
|
VarSwipeItem
|
|
@@ -64,4 +65,7 @@ export default defineComponent({
|
|
|
64
65
|
};
|
|
65
66
|
}
|
|
66
67
|
|
|
67
|
-
});
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
__sfc__.render = __render__;
|
|
71
|
+
export default __sfc__;
|