3h1-ui 3.0.0-next.232 → 3.0.0-next.233
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/index.js +3 -2
- package/lib/index.js +3 -2
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -10150,14 +10150,15 @@ const _sfc_main$F = defineComponent({
|
|
|
10150
10150
|
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10151
10151
|
const _component_LoadingOutlined = resolveComponent("LoadingOutlined");
|
|
10152
10152
|
const _component_Select = resolveComponent("Select");
|
|
10153
|
-
return openBlock(), createBlock(_component_Select, mergeProps({
|
|
10153
|
+
return openBlock(), createBlock(_component_Select, mergeProps({
|
|
10154
|
+
onDropdownVisibleChange: _ctx.handleFetch,
|
|
10154
10155
|
onChange: _ctx.handleChange,
|
|
10155
10156
|
options: _ctx.getOptions,
|
|
10156
10157
|
value: _ctx.state,
|
|
10157
10158
|
"onUpdate:value": _cache[0] || (_cache[0] = ($event) => _ctx.state = $event),
|
|
10158
10159
|
"filter-option": _ctx.filterOption,
|
|
10159
10160
|
"show-search": ""
|
|
10160
|
-
}), createSlots({ _: 2 }, [
|
|
10161
|
+
}, _ctx.$attrs), createSlots({ _: 2 }, [
|
|
10161
10162
|
renderList(Object.keys(_ctx.$slots), (item) => {
|
|
10162
10163
|
return {
|
|
10163
10164
|
name: item,
|
package/lib/index.js
CHANGED
|
@@ -10174,14 +10174,15 @@ const _sfc_main$F = vue.defineComponent({
|
|
|
10174
10174
|
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10175
10175
|
const _component_LoadingOutlined = vue.resolveComponent("LoadingOutlined");
|
|
10176
10176
|
const _component_Select = vue.resolveComponent("Select");
|
|
10177
|
-
return vue.openBlock(), vue.createBlock(_component_Select, vue.mergeProps({
|
|
10177
|
+
return vue.openBlock(), vue.createBlock(_component_Select, vue.mergeProps({
|
|
10178
|
+
onDropdownVisibleChange: _ctx.handleFetch,
|
|
10178
10179
|
onChange: _ctx.handleChange,
|
|
10179
10180
|
options: _ctx.getOptions,
|
|
10180
10181
|
value: _ctx.state,
|
|
10181
10182
|
"onUpdate:value": _cache[0] || (_cache[0] = ($event) => _ctx.state = $event),
|
|
10182
10183
|
"filter-option": _ctx.filterOption,
|
|
10183
10184
|
"show-search": ""
|
|
10184
|
-
}), vue.createSlots({ _: 2 }, [
|
|
10185
|
+
}, _ctx.$attrs), vue.createSlots({ _: 2 }, [
|
|
10185
10186
|
vue.renderList(Object.keys(_ctx.$slots), (item) => {
|
|
10186
10187
|
return {
|
|
10187
10188
|
name: item,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.233",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"vue-json-pretty": "^2.2.3",
|
|
30
30
|
"vxe-table": "^4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
|
-
"@shy-plugins/
|
|
32
|
+
"@shy-plugins/use": "1.0.1-next.5",
|
|
33
33
|
"@shy-plugins/tinymce": "^1.0.6",
|
|
34
|
-
"@shy-plugins/
|
|
34
|
+
"@shy-plugins/utils": "1.0.0-next.1"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|