sun-biz 0.0.2-beta.18 → 0.0.2-beta.19
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/components/index.js +6 -1
- package/dist/index.js +6 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -3503,7 +3503,12 @@ const DICT_SELECT = 'dictSelect';
|
|
|
3503
3503
|
_: 2
|
|
3504
3504
|
}, 1032, [
|
|
3505
3505
|
"value"
|
|
3506
|
-
]))), 128)) : (0, __WEBPACK_EXTERNAL_MODULE_vue__.createCommentVNode)("", true)
|
|
3506
|
+
]))), 128)) : (0, __WEBPACK_EXTERNAL_MODULE_vue__.createCommentVNode)("", true),
|
|
3507
|
+
'checkbox' === (0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(attrs).component ? ((0, __WEBPACK_EXTERNAL_MODULE_vue__.openBlock)(), (0, __WEBPACK_EXTERNAL_MODULE_vue__.createElementBlock)(__WEBPACK_EXTERNAL_MODULE_vue__.Fragment, {
|
|
3508
|
+
key: 1
|
|
3509
|
+
}, [
|
|
3510
|
+
(0, __WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode)((0, __WEBPACK_EXTERNAL_MODULE_vue__.toDisplayString)((0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(attrs).label), 1)
|
|
3511
|
+
], 64)) : (0, __WEBPACK_EXTERNAL_MODULE_vue__.createCommentVNode)("", true)
|
|
3507
3512
|
]),
|
|
3508
3513
|
_: 1
|
|
3509
3514
|
}, 16));
|
package/dist/index.js
CHANGED
|
@@ -4135,7 +4135,12 @@ const DICT_SELECT = 'dictSelect';
|
|
|
4135
4135
|
_: 2
|
|
4136
4136
|
}, 1032, [
|
|
4137
4137
|
"value"
|
|
4138
|
-
]))), 128)) : (0, __WEBPACK_EXTERNAL_MODULE_vue__.createCommentVNode)("", true)
|
|
4138
|
+
]))), 128)) : (0, __WEBPACK_EXTERNAL_MODULE_vue__.createCommentVNode)("", true),
|
|
4139
|
+
'checkbox' === (0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(attrs).component ? ((0, __WEBPACK_EXTERNAL_MODULE_vue__.openBlock)(), (0, __WEBPACK_EXTERNAL_MODULE_vue__.createElementBlock)(__WEBPACK_EXTERNAL_MODULE_vue__.Fragment, {
|
|
4140
|
+
key: 1
|
|
4141
|
+
}, [
|
|
4142
|
+
(0, __WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode)((0, __WEBPACK_EXTERNAL_MODULE_vue__.toDisplayString)((0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(attrs).label), 1)
|
|
4143
|
+
], 64)) : (0, __WEBPACK_EXTERNAL_MODULE_vue__.createCommentVNode)("", true)
|
|
4139
4144
|
]),
|
|
4140
4145
|
_: 1
|
|
4141
4146
|
}, 16));
|