@airpower/web 0.3.8 → 0.3.9
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/main.js +5 -5
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -17115,16 +17115,16 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
17115
17115
|
entity: unref(entity),
|
|
17116
17116
|
"field-list": fields.value,
|
|
17117
17117
|
"hide-ctrl": props.props.isMultiple,
|
|
17118
|
+
"on-add": onAdd,
|
|
17119
|
+
"on-search": unref(onSearch),
|
|
17120
|
+
"on-selected": unref(onSelected),
|
|
17118
17121
|
"search-params": searchParamList.value,
|
|
17119
17122
|
"select-list": unref(selectList),
|
|
17120
17123
|
"show-select": props.props.isMultiple,
|
|
17121
17124
|
"ctrl-width": "60px",
|
|
17122
17125
|
"hide-delete": "",
|
|
17123
17126
|
"hide-edit": "",
|
|
17124
|
-
"hide-field-selector": ""
|
|
17125
|
-
onAdd,
|
|
17126
|
-
onSearch: unref(onSearch),
|
|
17127
|
-
onSelectChanged: unref(onSelected)
|
|
17127
|
+
"hide-field-selector": ""
|
|
17128
17128
|
}, createSlots({ _: 2 }, [
|
|
17129
17129
|
renderList(unref(slots), (index, name) => {
|
|
17130
17130
|
return {
|
|
@@ -17153,7 +17153,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
17153
17153
|
]),
|
|
17154
17154
|
key: "0"
|
|
17155
17155
|
} : void 0
|
|
17156
|
-
]), 1032, ["data-list", "entity", "field-list", "hide-ctrl", "search
|
|
17156
|
+
]), 1032, ["data-list", "entity", "field-list", "hide-ctrl", "on-search", "on-selected", "search-params", "select-list", "show-select"])
|
|
17157
17157
|
]),
|
|
17158
17158
|
_: 3
|
|
17159
17159
|
}, 8, ["disable-confirm", "height", "hide-footer", "loading", "title", "width"]);
|