@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
|
@@ -8,7 +8,8 @@ var {
|
|
|
8
8
|
n
|
|
9
9
|
} = createNamespace('picker-header');
|
|
10
10
|
import { resolveComponent as _resolveComponent, createVNode as _createVNode, withCtx as _withCtx, toDisplayString as _toDisplayString, openBlock as _openBlock, createElementBlock as _createElementBlock, Transition as _Transition, normalizeClass as _normalizeClass, createElementVNode as _createElementVNode } from "vue";
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
function __render__(_ctx, _cache) {
|
|
12
13
|
var _component_var_icon = _resolveComponent("var-icon");
|
|
13
14
|
|
|
14
15
|
var _component_var_button = _resolveComponent("var-button");
|
|
@@ -71,8 +72,8 @@ export function render(_ctx, _cache) {
|
|
|
71
72
|
/* CLASS */
|
|
72
73
|
);
|
|
73
74
|
}
|
|
74
|
-
|
|
75
|
-
|
|
75
|
+
|
|
76
|
+
var __sfc__ = defineComponent({
|
|
76
77
|
name: 'PanelHeader',
|
|
77
78
|
components: {
|
|
78
79
|
VarButton,
|
|
@@ -134,4 +135,7 @@ export default defineComponent({
|
|
|
134
135
|
};
|
|
135
136
|
}
|
|
136
137
|
|
|
137
|
-
});
|
|
138
|
+
});
|
|
139
|
+
|
|
140
|
+
__sfc__.render = __render__;
|
|
141
|
+
export default __sfc__;
|
|
@@ -11,7 +11,8 @@ import { renderList as _renderList, Fragment as _Fragment, openBlock as _openBlo
|
|
|
11
11
|
var _withScopeId = n => (_pushScopeId(""), n = n(), _popScopeId(), n);
|
|
12
12
|
|
|
13
13
|
var _hoisted_1 = ["onClick"];
|
|
14
|
-
|
|
14
|
+
|
|
15
|
+
function __render__(_ctx, _cache) {
|
|
15
16
|
return _openBlock(), _createElementBlock("ul", {
|
|
16
17
|
class: _normalizeClass(_ctx.n())
|
|
17
18
|
}, [(_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.yearList, year => {
|
|
@@ -31,8 +32,8 @@ export function render(_ctx, _cache) {
|
|
|
31
32
|
/* CLASS */
|
|
32
33
|
);
|
|
33
34
|
}
|
|
34
|
-
|
|
35
|
-
|
|
35
|
+
|
|
36
|
+
var __sfc__ = defineComponent({
|
|
36
37
|
name: 'YearPickerPanel',
|
|
37
38
|
props: {
|
|
38
39
|
preview: {
|
|
@@ -103,4 +104,7 @@ export default defineComponent({
|
|
|
103
104
|
};
|
|
104
105
|
}
|
|
105
106
|
|
|
106
|
-
});
|
|
107
|
+
});
|
|
108
|
+
|
|
109
|
+
__sfc__.render = __render__;
|
|
110
|
+
export default __sfc__;
|
package/es/dialog/Dialog.mjs
CHANGED
|
@@ -13,7 +13,8 @@ var {
|
|
|
13
13
|
classes
|
|
14
14
|
} = createNamespace('dialog');
|
|
15
15
|
import { renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, normalizeClass as _normalizeClass, createElementVNode as _createElementVNode, normalizeStyle as _normalizeStyle, resolveComponent as _resolveComponent, withCtx as _withCtx, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, mergeProps as _mergeProps } from "vue";
|
|
16
|
-
|
|
16
|
+
|
|
17
|
+
function __render__(_ctx, _cache) {
|
|
17
18
|
var _component_var_button = _resolveComponent("var-button");
|
|
18
19
|
|
|
19
20
|
var _component_var_popup = _resolveComponent("var-popup");
|
|
@@ -103,8 +104,8 @@ export function render(_ctx, _cache) {
|
|
|
103
104
|
/* PROPS */
|
|
104
105
|
, ["class", "show", "overlay", "overlay-class", "overlay-style", "lock-scroll", "close-on-click-overlay", "teleport", "onOpen", "onClose", "onClosed", "onOpened", "onRouteChange", "onClickOverlay"]);
|
|
105
106
|
}
|
|
106
|
-
|
|
107
|
-
|
|
107
|
+
|
|
108
|
+
var __sfc__ = defineComponent({
|
|
108
109
|
name: 'VarDialog',
|
|
109
110
|
components: {
|
|
110
111
|
VarPopup,
|
|
@@ -198,4 +199,7 @@ export default defineComponent({
|
|
|
198
199
|
};
|
|
199
200
|
}
|
|
200
201
|
|
|
201
|
-
});
|
|
202
|
+
});
|
|
203
|
+
|
|
204
|
+
__sfc__.render = __render__;
|
|
205
|
+
export default __sfc__;
|
package/es/divider/Divider.mjs
CHANGED
|
@@ -10,7 +10,8 @@ var {
|
|
|
10
10
|
classes
|
|
11
11
|
} = createNamespace('divider');
|
|
12
12
|
import { renderSlot as _renderSlot, toDisplayString as _toDisplayString, normalizeClass as _normalizeClass, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, normalizeStyle as _normalizeStyle } from "vue";
|
|
13
|
-
|
|
13
|
+
|
|
14
|
+
function __render__(_ctx, _cache) {
|
|
14
15
|
return _openBlock(), _createElementBlock("div", {
|
|
15
16
|
class: _normalizeClass(_ctx.classes(_ctx.n(), _ctx.n('$--box'), [_ctx.vertical, _ctx.n('--vertical')], [_ctx.withText, _ctx.n('--with-text')], [_ctx.isInset, _ctx.n('--inset')], [_ctx.dashed, _ctx.n('--dashed')], [_ctx.hairline, _ctx.n('--hairline')])),
|
|
16
17
|
style: _normalizeStyle(_ctx.style)
|
|
@@ -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: 'VarDivider',
|
|
29
30
|
props,
|
|
30
31
|
|
|
@@ -78,4 +79,7 @@ export default defineComponent({
|
|
|
78
79
|
});
|
|
79
80
|
}
|
|
80
81
|
|
|
81
|
-
});
|
|
82
|
+
});
|
|
83
|
+
|
|
84
|
+
__sfc__.render = __render__;
|
|
85
|
+
export default __sfc__;
|
package/es/form/Form.mjs
CHANGED
|
@@ -13,15 +13,16 @@ var {
|
|
|
13
13
|
n
|
|
14
14
|
} = createNamespace('form');
|
|
15
15
|
import { renderSlot as _renderSlot, normalizeClass as _normalizeClass, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
16
|
-
|
|
16
|
+
|
|
17
|
+
function __render__(_ctx, _cache) {
|
|
17
18
|
return _openBlock(), _createElementBlock("div", {
|
|
18
19
|
class: _normalizeClass(_ctx.n())
|
|
19
20
|
}, [_renderSlot(_ctx.$slots, "default")], 2
|
|
20
21
|
/* CLASS */
|
|
21
22
|
);
|
|
22
23
|
}
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
|
|
25
|
+
var __sfc__ = defineComponent({
|
|
25
26
|
name: 'VarForm',
|
|
26
27
|
props,
|
|
27
28
|
|
|
@@ -107,4 +108,7 @@ export default defineComponent({
|
|
|
107
108
|
};
|
|
108
109
|
}
|
|
109
110
|
|
|
110
|
-
});
|
|
111
|
+
});
|
|
112
|
+
|
|
113
|
+
__sfc__.render = __render__;
|
|
114
|
+
export default __sfc__;
|
|
@@ -14,7 +14,8 @@ var _hoisted_1 = {
|
|
|
14
14
|
var _hoisted_2 = {
|
|
15
15
|
key: 0
|
|
16
16
|
};
|
|
17
|
-
|
|
17
|
+
|
|
18
|
+
function __render__(_ctx, _cache) {
|
|
18
19
|
return _openBlock(), _createBlock(_Transition, {
|
|
19
20
|
name: _ctx.n()
|
|
20
21
|
}, {
|
|
@@ -61,11 +62,14 @@ export function render(_ctx, _cache) {
|
|
|
61
62
|
/* PROPS */
|
|
62
63
|
, ["name"]);
|
|
63
64
|
}
|
|
64
|
-
|
|
65
|
-
|
|
65
|
+
|
|
66
|
+
var __sfc__ = defineComponent({
|
|
66
67
|
name: 'VarFormDetails',
|
|
67
68
|
props,
|
|
68
69
|
setup: () => ({
|
|
69
70
|
n
|
|
70
71
|
})
|
|
71
|
-
});
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
__sfc__.render = __render__;
|
|
75
|
+
export default __sfc__;
|
package/es/icon/Icon.mjs
CHANGED
|
@@ -12,7 +12,8 @@ var {
|
|
|
12
12
|
classes
|
|
13
13
|
} = createNamespace('icon');
|
|
14
14
|
import { resolveDynamicComponent as _resolveDynamicComponent, normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createBlock as _createBlock } from "vue";
|
|
15
|
-
|
|
15
|
+
|
|
16
|
+
function __render__(_ctx, _cache) {
|
|
16
17
|
return _openBlock(), _createBlock(_resolveDynamicComponent(_ctx.isURL(_ctx.name) ? 'img' : 'i'), {
|
|
17
18
|
class: _normalizeClass(_ctx.classes(_ctx.n(), [_ctx.namespace !== _ctx.n(), _ctx.namespace], _ctx.namespace + "--set", [_ctx.isURL(_ctx.name), _ctx.n('image'), _ctx.namespace + "-" + _ctx.nextName], [_ctx.shrinking, _ctx.n('--shrinking')])),
|
|
18
19
|
style: _normalizeStyle({
|
|
@@ -28,8 +29,8 @@ export function render(_ctx, _cache) {
|
|
|
28
29
|
/* PROPS */
|
|
29
30
|
, ["class", "style", "src", "onClick"]);
|
|
30
31
|
}
|
|
31
|
-
|
|
32
|
-
|
|
32
|
+
|
|
33
|
+
var __sfc__ = defineComponent({
|
|
33
34
|
name: 'VarIcon',
|
|
34
35
|
props,
|
|
35
36
|
|
|
@@ -75,4 +76,7 @@ export default defineComponent({
|
|
|
75
76
|
};
|
|
76
77
|
}
|
|
77
78
|
|
|
78
|
-
});
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
__sfc__.render = __render__;
|
|
82
|
+
export default __sfc__;
|
package/es/image/Image.mjs
CHANGED
|
@@ -14,7 +14,8 @@ var _withScopeId = n => (_pushScopeId(""), n = n(), _popScopeId(), n);
|
|
|
14
14
|
|
|
15
15
|
var _hoisted_1 = ["alt", "title", "lazy-error", "lazy-loading"];
|
|
16
16
|
var _hoisted_2 = ["alt", "title", "src"];
|
|
17
|
-
|
|
17
|
+
|
|
18
|
+
function __render__(_ctx, _cache) {
|
|
18
19
|
var _directive_lazy = _resolveDirective("lazy");
|
|
19
20
|
|
|
20
21
|
var _directive_ripple = _resolveDirective("ripple");
|
|
@@ -73,8 +74,8 @@ export function render(_ctx, _cache) {
|
|
|
73
74
|
disabled: !_ctx.ripple
|
|
74
75
|
}]]);
|
|
75
76
|
}
|
|
76
|
-
|
|
77
|
-
|
|
77
|
+
|
|
78
|
+
var __sfc__ = defineComponent({
|
|
78
79
|
name: 'VarImage',
|
|
79
80
|
directives: {
|
|
80
81
|
Lazy,
|
|
@@ -116,4 +117,7 @@ export default defineComponent({
|
|
|
116
117
|
};
|
|
117
118
|
}
|
|
118
119
|
|
|
119
|
-
});
|
|
120
|
+
});
|
|
121
|
+
|
|
122
|
+
__sfc__.render = __render__;
|
|
123
|
+
export default __sfc__;
|
|
@@ -19,7 +19,8 @@ import { renderList as _renderList, Fragment as _Fragment, openBlock as _openBlo
|
|
|
19
19
|
var _withScopeId = n => (_pushScopeId(""), n = n(), _popScopeId(), n);
|
|
20
20
|
|
|
21
21
|
var _hoisted_1 = ["src", "alt"];
|
|
22
|
-
|
|
22
|
+
|
|
23
|
+
function __render__(_ctx, _cache) {
|
|
23
24
|
var _component_var_swipe_item = _resolveComponent("var-swipe-item");
|
|
24
25
|
|
|
25
26
|
var _component_var_swipe = _resolveComponent("var-swipe");
|
|
@@ -132,8 +133,8 @@ export function render(_ctx, _cache) {
|
|
|
132
133
|
/* PROPS */
|
|
133
134
|
, ["class", "transition", "show", "lock-scroll", "teleport", "onOpen", "onClose", "onClosed", "onOpened", "onRouteChange"]);
|
|
134
135
|
}
|
|
135
|
-
|
|
136
|
-
|
|
136
|
+
|
|
137
|
+
var __sfc__ = defineComponent({
|
|
137
138
|
name: 'VarImagePreview',
|
|
138
139
|
components: {
|
|
139
140
|
VarSwipe,
|
|
@@ -362,4 +363,7 @@ export default defineComponent({
|
|
|
362
363
|
};
|
|
363
364
|
}
|
|
364
365
|
|
|
365
|
-
});
|
|
366
|
+
});
|
|
367
|
+
|
|
368
|
+
__sfc__.render = __render__;
|
|
369
|
+
export default __sfc__;
|
|
@@ -8,7 +8,8 @@ var {
|
|
|
8
8
|
classes
|
|
9
9
|
} = createNamespace('index-anchor');
|
|
10
10
|
import { renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, mergeProps as _mergeProps, createElementVNode as _createElementVNode, resolveDynamicComponent as _resolveDynamicComponent, withCtx as _withCtx, openBlock as _openBlock, createBlock as _createBlock } from "vue";
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
function __render__(_ctx, _cache) {
|
|
12
13
|
return _openBlock(), _createBlock(_resolveDynamicComponent(_ctx.sticky ? _ctx.n('$-sticky') : _ctx.Transition), {
|
|
13
14
|
"offset-top": _ctx.sticky ? _ctx.stickyOffsetTop : null,
|
|
14
15
|
"z-index": _ctx.sticky ? _ctx.zIndex : null,
|
|
@@ -30,8 +31,8 @@ export function render(_ctx, _cache) {
|
|
|
30
31
|
/* PROPS */
|
|
31
32
|
, ["offset-top", "z-index", "disabled", "css-mode"]);
|
|
32
33
|
}
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
|
|
35
|
+
var __sfc__ = defineComponent({
|
|
35
36
|
name: 'VarIndexAnchor',
|
|
36
37
|
components: {
|
|
37
38
|
VarSticky
|
|
@@ -89,4 +90,7 @@ export default defineComponent({
|
|
|
89
90
|
};
|
|
90
91
|
}
|
|
91
92
|
|
|
92
|
-
});
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
__sfc__.render = __render__;
|
|
96
|
+
export default __sfc__;
|
|
@@ -18,7 +18,8 @@ import { renderSlot as _renderSlot, renderList as _renderList, Fragment as _Frag
|
|
|
18
18
|
var _withScopeId = n => (_pushScopeId(""), n = n(), _popScopeId(), n);
|
|
19
19
|
|
|
20
20
|
var _hoisted_1 = ["onClick"];
|
|
21
|
-
|
|
21
|
+
|
|
22
|
+
function __render__(_ctx, _cache) {
|
|
22
23
|
return _openBlock(), _createElementBlock("div", {
|
|
23
24
|
class: _normalizeClass(_ctx.n()),
|
|
24
25
|
ref: "barEl"
|
|
@@ -50,8 +51,8 @@ export function render(_ctx, _cache) {
|
|
|
50
51
|
/* CLASS */
|
|
51
52
|
);
|
|
52
53
|
}
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
|
|
55
|
+
var __sfc__ = defineComponent({
|
|
55
56
|
name: 'VarIndexBar',
|
|
56
57
|
props,
|
|
57
58
|
|
|
@@ -200,4 +201,7 @@ export default defineComponent({
|
|
|
200
201
|
};
|
|
201
202
|
}
|
|
202
203
|
|
|
203
|
-
});
|
|
204
|
+
});
|
|
205
|
+
|
|
206
|
+
__sfc__.render = __render__;
|
|
207
|
+
export default __sfc__;
|
package/es/index.bundle.mjs
CHANGED
|
@@ -217,7 +217,7 @@ import './time-picker/style/index.mjs'
|
|
|
217
217
|
import './tooltip/style/index.mjs'
|
|
218
218
|
import './uploader/style/index.mjs'
|
|
219
219
|
|
|
220
|
-
const version = '2.7.
|
|
220
|
+
const version = '2.7.3-alpha.1675189320554'
|
|
221
221
|
|
|
222
222
|
function install(app) {
|
|
223
223
|
ActionSheet.install && app.use(ActionSheet)
|
package/es/index.mjs
CHANGED
|
@@ -144,7 +144,7 @@ export * from './time-picker/index.mjs'
|
|
|
144
144
|
export * from './tooltip/index.mjs'
|
|
145
145
|
export * from './uploader/index.mjs'
|
|
146
146
|
|
|
147
|
-
const version = '2.7.
|
|
147
|
+
const version = '2.7.3-alpha.1675189320554'
|
|
148
148
|
|
|
149
149
|
function install(app) {
|
|
150
150
|
ActionSheet.install && app.use(ActionSheet)
|
package/es/input/Input.mjs
CHANGED
|
@@ -16,7 +16,8 @@ var _withScopeId = n => (_pushScopeId(""), n = n(), _popScopeId(), n);
|
|
|
16
16
|
var _hoisted_1 = ["id", "disabled", "type", "value", "maxlength", "rows"];
|
|
17
17
|
var _hoisted_2 = ["id", "disabled", "type", "value", "maxlength"];
|
|
18
18
|
var _hoisted_3 = ["for"];
|
|
19
|
-
|
|
19
|
+
|
|
20
|
+
function __render__(_ctx, _cache) {
|
|
20
21
|
var _component_var_icon = _resolveComponent("var-icon");
|
|
21
22
|
|
|
22
23
|
var _component_var_form_details = _resolveComponent("var-form-details");
|
|
@@ -155,8 +156,8 @@ export function render(_ctx, _cache) {
|
|
|
155
156
|
/* CLASS */
|
|
156
157
|
);
|
|
157
158
|
}
|
|
158
|
-
|
|
159
|
-
|
|
159
|
+
|
|
160
|
+
var __sfc__ = defineComponent({
|
|
160
161
|
name: 'VarInput',
|
|
161
162
|
components: {
|
|
162
163
|
VarIcon,
|
|
@@ -366,4 +367,7 @@ export default defineComponent({
|
|
|
366
367
|
};
|
|
367
368
|
}
|
|
368
369
|
|
|
369
|
-
});
|
|
370
|
+
});
|
|
371
|
+
|
|
372
|
+
__sfc__.render = __render__;
|
|
373
|
+
export default __sfc__;
|
package/es/link/Link.mjs
CHANGED
|
@@ -7,7 +7,8 @@ var {
|
|
|
7
7
|
classes
|
|
8
8
|
} = createNamespace('link');
|
|
9
9
|
import { renderSlot as _renderSlot, resolveDynamicComponent as _resolveDynamicComponent, mergeProps as _mergeProps, withCtx as _withCtx, openBlock as _openBlock, createBlock as _createBlock } from "vue";
|
|
10
|
-
|
|
10
|
+
|
|
11
|
+
function __render__(_ctx, _cache) {
|
|
11
12
|
return _openBlock(), _createBlock(_resolveDynamicComponent(_ctx.tag), _mergeProps(_ctx.linkProps, {
|
|
12
13
|
class: _ctx.classes(_ctx.n(), _ctx.n('$--box'), _ctx.n('$--inline-flex'), _ctx.n("--" + _ctx.type), [_ctx.underline !== 'none', _ctx.n("--underline-" + _ctx.underline)], [_ctx.disabled, _ctx.n('--disabled')]),
|
|
13
14
|
style: {
|
|
@@ -24,8 +25,8 @@ export function render(_ctx, _cache) {
|
|
|
24
25
|
/* FULL_PROPS */
|
|
25
26
|
, ["class", "style", "onClick"]);
|
|
26
27
|
}
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
|
|
29
|
+
var __sfc__ = defineComponent({
|
|
29
30
|
name: 'VarLink',
|
|
30
31
|
props,
|
|
31
32
|
|
|
@@ -99,4 +100,7 @@ export default defineComponent({
|
|
|
99
100
|
};
|
|
100
101
|
}
|
|
101
102
|
|
|
102
|
-
});
|
|
103
|
+
});
|
|
104
|
+
|
|
105
|
+
__sfc__.render = __render__;
|
|
106
|
+
export default __sfc__;
|
package/es/list/List.mjs
CHANGED
|
@@ -16,7 +16,8 @@ var {
|
|
|
16
16
|
classes
|
|
17
17
|
} = createNamespace('list');
|
|
18
18
|
import { renderSlot as _renderSlot, toDisplayString as _toDisplayString, normalizeClass as _normalizeClass, createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, createVNode as _createVNode, createCommentVNode as _createCommentVNode, createTextVNode as _createTextVNode, resolveDirective as _resolveDirective, openBlock as _openBlock, createElementBlock as _createElementBlock, withDirectives as _withDirectives } from "vue";
|
|
19
|
-
|
|
19
|
+
|
|
20
|
+
function __render__(_ctx, _cache) {
|
|
20
21
|
var _component_var_loading = _resolveComponent("var-loading");
|
|
21
22
|
|
|
22
23
|
var _directive_ripple = _resolveDirective("ripple");
|
|
@@ -63,8 +64,8 @@ export function render(_ctx, _cache) {
|
|
|
63
64
|
/* CLASS */
|
|
64
65
|
);
|
|
65
66
|
}
|
|
66
|
-
|
|
67
|
-
|
|
67
|
+
|
|
68
|
+
var __sfc__ = defineComponent({
|
|
68
69
|
name: 'VarList',
|
|
69
70
|
directives: {
|
|
70
71
|
Ripple
|
|
@@ -136,4 +137,7 @@ export default defineComponent({
|
|
|
136
137
|
};
|
|
137
138
|
}
|
|
138
139
|
|
|
139
|
-
});
|
|
140
|
+
});
|
|
141
|
+
|
|
142
|
+
__sfc__.render = __render__;
|
|
143
|
+
export default __sfc__;
|
package/es/loading/Loading.mjs
CHANGED
|
@@ -22,7 +22,8 @@ var _hoisted_1 = /*#__PURE__*/_withScopeId(() => /*#__PURE__*/_createElementVNod
|
|
|
22
22
|
));
|
|
23
23
|
|
|
24
24
|
var _hoisted_2 = [_hoisted_1];
|
|
25
|
-
|
|
25
|
+
|
|
26
|
+
function __render__(_ctx, _cache) {
|
|
26
27
|
return _openBlock(), _createElementBlock("div", {
|
|
27
28
|
class: _normalizeClass(_ctx.n())
|
|
28
29
|
}, [_ctx.$slots.default ? (_openBlock(), _createElementBlock("div", {
|
|
@@ -93,8 +94,8 @@ export function render(_ctx, _cache) {
|
|
|
93
94
|
/* CLASS */
|
|
94
95
|
);
|
|
95
96
|
}
|
|
96
|
-
|
|
97
|
-
|
|
97
|
+
|
|
98
|
+
var __sfc__ = defineComponent({
|
|
98
99
|
name: 'VarLoading',
|
|
99
100
|
props,
|
|
100
101
|
|
|
@@ -121,4 +122,7 @@ export default defineComponent({
|
|
|
121
122
|
};
|
|
122
123
|
}
|
|
123
124
|
|
|
124
|
-
});
|
|
125
|
+
});
|
|
126
|
+
|
|
127
|
+
__sfc__.render = __render__;
|
|
128
|
+
export default __sfc__;
|
package/es/menu/Menu.mjs
CHANGED
|
@@ -8,7 +8,8 @@ var {
|
|
|
8
8
|
classes
|
|
9
9
|
} = createNamespace('menu');
|
|
10
10
|
import { renderSlot as _renderSlot, vShow as _vShow, withModifiers as _withModifiers, normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, withDirectives as _withDirectives, Transition as _Transition, withCtx as _withCtx, createVNode as _createVNode, Teleport as _Teleport, openBlock as _openBlock, createBlock as _createBlock, createElementBlock as _createElementBlock } from "vue";
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
function __render__(_ctx, _cache) {
|
|
12
13
|
return _openBlock(), _createElementBlock("div", {
|
|
13
14
|
ref: "host",
|
|
14
15
|
class: _normalizeClass(_ctx.n()),
|
|
@@ -56,8 +57,8 @@ export function render(_ctx, _cache) {
|
|
|
56
57
|
/* CLASS, HYDRATE_EVENTS */
|
|
57
58
|
);
|
|
58
59
|
}
|
|
59
|
-
|
|
60
|
-
|
|
60
|
+
|
|
61
|
+
var __sfc__ = defineComponent({
|
|
61
62
|
name: 'VarMenu',
|
|
62
63
|
props,
|
|
63
64
|
|
|
@@ -102,4 +103,7 @@ export default defineComponent({
|
|
|
102
103
|
};
|
|
103
104
|
}
|
|
104
105
|
|
|
105
|
-
});
|
|
106
|
+
});
|
|
107
|
+
|
|
108
|
+
__sfc__.render = __render__;
|
|
109
|
+
export default __sfc__;
|
package/es/option/Option.mjs
CHANGED
|
@@ -9,7 +9,8 @@ var {
|
|
|
9
9
|
classes
|
|
10
10
|
} = createNamespace('option');
|
|
11
11
|
import { normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, withModifiers as _withModifiers, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, resolveDirective as _resolveDirective, createElementBlock as _createElementBlock, withDirectives as _withDirectives } from "vue";
|
|
12
|
-
|
|
12
|
+
|
|
13
|
+
function __render__(_ctx, _cache) {
|
|
13
14
|
var _component_var_checkbox = _resolveComponent("var-checkbox");
|
|
14
15
|
|
|
15
16
|
var _directive_ripple = _resolveDirective("ripple");
|
|
@@ -50,8 +51,8 @@ export function render(_ctx, _cache) {
|
|
|
50
51
|
/* CLASS, STYLE */
|
|
51
52
|
)), [[_directive_ripple]]);
|
|
52
53
|
}
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
|
|
55
|
+
var __sfc__ = defineComponent({
|
|
55
56
|
name: 'VarOption',
|
|
56
57
|
directives: {
|
|
57
58
|
Ripple
|
|
@@ -114,4 +115,7 @@ export default defineComponent({
|
|
|
114
115
|
};
|
|
115
116
|
}
|
|
116
117
|
|
|
117
|
-
});
|
|
118
|
+
});
|
|
119
|
+
|
|
120
|
+
__sfc__.render = __render__;
|
|
121
|
+
export default __sfc__;
|
|
@@ -17,7 +17,8 @@ import { renderSlot as _renderSlot, resolveComponent as _resolveComponent, creat
|
|
|
17
17
|
var _withScopeId = n => (_pushScopeId(""), n = n(), _popScopeId(), n);
|
|
18
18
|
|
|
19
19
|
var _hoisted_1 = ["item-mode", "onClick"];
|
|
20
|
-
|
|
20
|
+
|
|
21
|
+
function __render__(_ctx, _cache) {
|
|
21
22
|
var _component_var_icon = _resolveComponent("var-icon");
|
|
22
23
|
|
|
23
24
|
var _component_var_input = _resolveComponent("var-input");
|
|
@@ -159,8 +160,8 @@ export function render(_ctx, _cache) {
|
|
|
159
160
|
/* CLASS */
|
|
160
161
|
);
|
|
161
162
|
}
|
|
162
|
-
|
|
163
|
-
|
|
163
|
+
|
|
164
|
+
var __sfc__ = defineComponent({
|
|
164
165
|
name: 'VarPagination',
|
|
165
166
|
components: {
|
|
166
167
|
VarMenu,
|
|
@@ -351,4 +352,7 @@ export default defineComponent({
|
|
|
351
352
|
};
|
|
352
353
|
}
|
|
353
354
|
|
|
354
|
-
});
|
|
355
|
+
});
|
|
356
|
+
|
|
357
|
+
__sfc__.render = __render__;
|
|
358
|
+
export default __sfc__;
|
package/es/picker/Picker.mjs
CHANGED
|
@@ -20,7 +20,8 @@ var _withScopeId = n => (_pushScopeId(""), n = n(), _popScopeId(), n);
|
|
|
20
20
|
|
|
21
21
|
var _hoisted_1 = ["onTouchstart", "onTouchmove", "onTouchend"];
|
|
22
22
|
var _hoisted_2 = ["onTransitionend"];
|
|
23
|
-
|
|
23
|
+
|
|
24
|
+
function __render__(_ctx, _cache) {
|
|
24
25
|
var _component_var_button = _resolveComponent("var-button");
|
|
25
26
|
|
|
26
27
|
return _openBlock(), _createBlock(_resolveDynamicComponent(_ctx.dynamic ? _ctx.n('$-popup') : _ctx.Transition), _mergeProps(_ctx.dynamic ? {
|
|
@@ -151,8 +152,8 @@ export function render(_ctx, _cache) {
|
|
|
151
152
|
/* FULL_PROPS */
|
|
152
153
|
);
|
|
153
154
|
}
|
|
154
|
-
|
|
155
|
-
|
|
155
|
+
|
|
156
|
+
var __sfc__ = defineComponent({
|
|
156
157
|
name: 'VarPicker',
|
|
157
158
|
components: {
|
|
158
159
|
VarButton,
|
|
@@ -446,4 +447,7 @@ export default defineComponent({
|
|
|
446
447
|
};
|
|
447
448
|
}
|
|
448
449
|
|
|
449
|
-
});
|
|
450
|
+
});
|
|
451
|
+
|
|
452
|
+
__sfc__.render = __render__;
|
|
453
|
+
export default __sfc__;
|
package/es/progress/Progress.mjs
CHANGED
|
@@ -14,7 +14,8 @@ var _withScopeId = n => (_pushScopeId(""), n = n(), _popScopeId(), n);
|
|
|
14
14
|
var _hoisted_1 = ["viewBox"];
|
|
15
15
|
var _hoisted_2 = ["cx", "cy", "r", "stroke-width"];
|
|
16
16
|
var _hoisted_3 = ["cx", "cy", "r", "stroke-width"];
|
|
17
|
-
|
|
17
|
+
|
|
18
|
+
function __render__(_ctx, _cache) {
|
|
18
19
|
return _openBlock(), _createElementBlock("div", {
|
|
19
20
|
class: _normalizeClass(_ctx.n())
|
|
20
21
|
}, [_ctx.mode === 'linear' ? (_openBlock(), _createElementBlock("div", {
|
|
@@ -107,8 +108,8 @@ export function render(_ctx, _cache) {
|
|
|
107
108
|
/* CLASS */
|
|
108
109
|
);
|
|
109
110
|
}
|
|
110
|
-
|
|
111
|
-
|
|
111
|
+
|
|
112
|
+
var __sfc__ = defineComponent({
|
|
112
113
|
name: 'VarProgress',
|
|
113
114
|
props,
|
|
114
115
|
|
|
@@ -151,4 +152,7 @@ export default defineComponent({
|
|
|
151
152
|
};
|
|
152
153
|
}
|
|
153
154
|
|
|
154
|
-
});
|
|
155
|
+
});
|
|
156
|
+
|
|
157
|
+
__sfc__.render = __render__;
|
|
158
|
+
export default __sfc__;
|
|
@@ -14,7 +14,8 @@ var {
|
|
|
14
14
|
} = createNamespace('pull-refresh');
|
|
15
15
|
var ICON_TRANSITION = 150;
|
|
16
16
|
import { resolveComponent as _resolveComponent, normalizeClass as _normalizeClass, createVNode as _createVNode, normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, renderSlot as _renderSlot, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
17
|
-
|
|
17
|
+
|
|
18
|
+
function __render__(_ctx, _cache) {
|
|
18
19
|
var _component_var_icon = _resolveComponent("var-icon");
|
|
19
20
|
|
|
20
21
|
return _openBlock(), _createElementBlock("div", {
|
|
@@ -46,8 +47,8 @@ export function render(_ctx, _cache) {
|
|
|
46
47
|
/* CLASS, HYDRATE_EVENTS */
|
|
47
48
|
);
|
|
48
49
|
}
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
|
|
51
|
+
var __sfc__ = defineComponent({
|
|
51
52
|
name: 'VarPullRefresh',
|
|
52
53
|
components: {
|
|
53
54
|
VarIcon
|
|
@@ -217,4 +218,7 @@ export default defineComponent({
|
|
|
217
218
|
};
|
|
218
219
|
}
|
|
219
220
|
|
|
220
|
-
});
|
|
221
|
+
});
|
|
222
|
+
|
|
223
|
+
__sfc__.render = __render__;
|
|
224
|
+
export default __sfc__;
|