sun-biz 0.0.2-beta.19 → 0.0.2-beta.20
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 +7 -4
- package/dist/index.js +7 -4
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -1897,7 +1897,8 @@ function useColumnConfig(options) {
|
|
|
1897
1897
|
autofocus: true,
|
|
1898
1898
|
onClick: handleReferenceClick,
|
|
1899
1899
|
onInput: _cache[1] || (_cache[1] = (e)=>emits('input', e)),
|
|
1900
|
-
class: "w-[284px] flex-shrink-0 flex-grow-0"
|
|
1900
|
+
class: "w-[284px] flex-shrink-0 flex-grow-0",
|
|
1901
|
+
clearable: ""
|
|
1901
1902
|
}, (0, __WEBPACK_EXTERNAL_MODULE_vue__.createSlots)({
|
|
1902
1903
|
_: 2
|
|
1903
1904
|
}, [
|
|
@@ -3165,6 +3166,7 @@ const Title_exports_ = Titlevue_type_script_setup_true_lang_ts_name_sunTitle;
|
|
|
3165
3166
|
remote: true,
|
|
3166
3167
|
"remote-show-suffix": "",
|
|
3167
3168
|
filterable: true,
|
|
3169
|
+
clearable: true,
|
|
3168
3170
|
onChange: change,
|
|
3169
3171
|
"remote-method": (value)=>{
|
|
3170
3172
|
if (value) (0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(inputChange)(value);
|
|
@@ -3194,7 +3196,7 @@ const Title_exports_ = Titlevue_type_script_setup_true_lang_ts_name_sunTitle;
|
|
|
3194
3196
|
const dict_select_exports_ = /*#__PURE__*/ (0, exportHelper["default"])(dict_selectvue_type_script_setup_true_lang_ts, [
|
|
3195
3197
|
[
|
|
3196
3198
|
'__scopeId',
|
|
3197
|
-
"data-v-
|
|
3199
|
+
"data-v-fdb8e084"
|
|
3198
3200
|
]
|
|
3199
3201
|
]);
|
|
3200
3202
|
/* ESM default export */ const dict_select = dict_select_exports_;
|
|
@@ -3444,7 +3446,8 @@ const DICT_SELECT = 'dictSelect';
|
|
|
3444
3446
|
const _component_el_option = (0, __WEBPACK_EXTERNAL_MODULE_vue__.resolveComponent)("el-option");
|
|
3445
3447
|
return 'select' === (0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(attrs).component ? ((0, __WEBPACK_EXTERNAL_MODULE_vue__.openBlock)(), (0, __WEBPACK_EXTERNAL_MODULE_vue__.createBlock)((0, __WEBPACK_EXTERNAL_MODULE_vue__.resolveDynamicComponent)(`el-${(0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(attrs).component}`), (0, __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps)({
|
|
3446
3448
|
key: 0,
|
|
3447
|
-
filterable: !!(__WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.filterable || __WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.options?.length && __WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.options?.length > 5) || false
|
|
3449
|
+
filterable: !!(__WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.filterable || __WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.options?.length && __WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.options?.length > 5) || false,
|
|
3450
|
+
clearable: true
|
|
3448
3451
|
}, {
|
|
3449
3452
|
...(0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(attrs)
|
|
3450
3453
|
}), {
|
|
@@ -3467,7 +3470,7 @@ const DICT_SELECT = 'dictSelect';
|
|
|
3467
3470
|
text: String(__WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.modelValue)
|
|
3468
3471
|
}, null, 8, [
|
|
3469
3472
|
"text"
|
|
3470
|
-
])) : ((0, __WEBPACK_EXTERNAL_MODULE_vue__.openBlock)(), (0, __WEBPACK_EXTERNAL_MODULE_vue__.createElementBlock)("span", FormUnitvue_type_script_setup_true_lang_ts_name_formUnit_hoisted_2, (0, __WEBPACK_EXTERNAL_MODULE_vue__.toDisplayString)(__WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.modelValue), 1))
|
|
3473
|
+
])) : ((0, __WEBPACK_EXTERNAL_MODULE_vue__.openBlock)(), (0, __WEBPACK_EXTERNAL_MODULE_vue__.createElementBlock)("span", FormUnitvue_type_script_setup_true_lang_ts_name_formUnit_hoisted_2, (0, __WEBPACK_EXTERNAL_MODULE_vue__.toDisplayString)(__WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.modelValue ?? '--'), 1))
|
|
3471
3474
|
])) : 'hospitalSelect' === (0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(attrs).component ? ((0, __WEBPACK_EXTERNAL_MODULE_vue__.openBlock)(), (0, __WEBPACK_EXTERNAL_MODULE_vue__.createBlock)((0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(hospital_select), (0, __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps)({
|
|
3472
3475
|
key: 2,
|
|
3473
3476
|
clearable: ""
|
package/dist/index.js
CHANGED
|
@@ -2201,7 +2201,8 @@ function useColumnConfig(options) {
|
|
|
2201
2201
|
autofocus: true,
|
|
2202
2202
|
onClick: handleReferenceClick,
|
|
2203
2203
|
onInput: _cache[1] || (_cache[1] = (e)=>emits('input', e)),
|
|
2204
|
-
class: "w-[284px] flex-shrink-0 flex-grow-0"
|
|
2204
|
+
class: "w-[284px] flex-shrink-0 flex-grow-0",
|
|
2205
|
+
clearable: ""
|
|
2205
2206
|
}, (0, __WEBPACK_EXTERNAL_MODULE_vue__.createSlots)({
|
|
2206
2207
|
_: 2
|
|
2207
2208
|
}, [
|
|
@@ -3797,6 +3798,7 @@ const Title_exports_ = Titlevue_type_script_setup_true_lang_ts_name_sunTitle;
|
|
|
3797
3798
|
remote: true,
|
|
3798
3799
|
"remote-show-suffix": "",
|
|
3799
3800
|
filterable: true,
|
|
3801
|
+
clearable: true,
|
|
3800
3802
|
onChange: change,
|
|
3801
3803
|
"remote-method": (value)=>{
|
|
3802
3804
|
if (value) (0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(inputChange)(value);
|
|
@@ -3826,7 +3828,7 @@ const Title_exports_ = Titlevue_type_script_setup_true_lang_ts_name_sunTitle;
|
|
|
3826
3828
|
const dict_select_exports_ = /*#__PURE__*/ (0, exportHelper["default"])(dict_selectvue_type_script_setup_true_lang_ts, [
|
|
3827
3829
|
[
|
|
3828
3830
|
'__scopeId',
|
|
3829
|
-
"data-v-
|
|
3831
|
+
"data-v-fdb8e084"
|
|
3830
3832
|
]
|
|
3831
3833
|
]);
|
|
3832
3834
|
/* ESM default export */ const dict_select = dict_select_exports_;
|
|
@@ -4076,7 +4078,8 @@ const DICT_SELECT = 'dictSelect';
|
|
|
4076
4078
|
const _component_el_option = (0, __WEBPACK_EXTERNAL_MODULE_vue__.resolveComponent)("el-option");
|
|
4077
4079
|
return 'select' === (0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(attrs).component ? ((0, __WEBPACK_EXTERNAL_MODULE_vue__.openBlock)(), (0, __WEBPACK_EXTERNAL_MODULE_vue__.createBlock)((0, __WEBPACK_EXTERNAL_MODULE_vue__.resolveDynamicComponent)(`el-${(0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(attrs).component}`), (0, __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps)({
|
|
4078
4080
|
key: 0,
|
|
4079
|
-
filterable: !!(__WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.filterable || __WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.options?.length && __WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.options?.length > 5) || false
|
|
4081
|
+
filterable: !!(__WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.filterable || __WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.options?.length && __WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.options?.length > 5) || false,
|
|
4082
|
+
clearable: true
|
|
4080
4083
|
}, {
|
|
4081
4084
|
...(0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(attrs)
|
|
4082
4085
|
}), {
|
|
@@ -4099,7 +4102,7 @@ const DICT_SELECT = 'dictSelect';
|
|
|
4099
4102
|
text: String(__WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.modelValue)
|
|
4100
4103
|
}, null, 8, [
|
|
4101
4104
|
"text"
|
|
4102
|
-
])) : ((0, __WEBPACK_EXTERNAL_MODULE_vue__.openBlock)(), (0, __WEBPACK_EXTERNAL_MODULE_vue__.createElementBlock)("span", FormUnitvue_type_script_setup_true_lang_ts_name_formUnit_hoisted_2, (0, __WEBPACK_EXTERNAL_MODULE_vue__.toDisplayString)(__WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.modelValue), 1))
|
|
4105
|
+
])) : ((0, __WEBPACK_EXTERNAL_MODULE_vue__.openBlock)(), (0, __WEBPACK_EXTERNAL_MODULE_vue__.createElementBlock)("span", FormUnitvue_type_script_setup_true_lang_ts_name_formUnit_hoisted_2, (0, __WEBPACK_EXTERNAL_MODULE_vue__.toDisplayString)(__WEBPACK_EXTERNAL_MODULE_vue__.unref(attrs)?.modelValue ?? '--'), 1))
|
|
4103
4106
|
])) : 'hospitalSelect' === (0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(attrs).component ? ((0, __WEBPACK_EXTERNAL_MODULE_vue__.openBlock)(), (0, __WEBPACK_EXTERNAL_MODULE_vue__.createBlock)((0, __WEBPACK_EXTERNAL_MODULE_vue__.unref)(hospital_select), (0, __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps)({
|
|
4104
4107
|
key: 2,
|
|
4105
4108
|
clearable: ""
|