keli-ui 0.2.0 → 0.2.1
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/keli-ui.js
CHANGED
|
@@ -81276,7 +81276,7 @@ const components = [
|
|
|
81276
81276
|
{ name: "KeFormSelectRemote", component: _sfc_main$5 },
|
|
81277
81277
|
{ name: "KeFormSwitch", component: _sfc_main$4 },
|
|
81278
81278
|
{ name: "KeFormTableSelect", component: _sfc_main$3 },
|
|
81279
|
-
{ name: "
|
|
81279
|
+
{ name: "KeFormTableSelectAsync", component: _sfc_main$2 },
|
|
81280
81280
|
{ name: "KeFormText", component: _sfc_main$1 },
|
|
81281
81281
|
{ name: "KeFormTextArea", component: _sfc_main }
|
|
81282
81282
|
];
|
|
@@ -81292,7 +81292,6 @@ const index = {
|
|
|
81292
81292
|
export {
|
|
81293
81293
|
Colgroup,
|
|
81294
81294
|
Column,
|
|
81295
|
-
_sfc_main$2 as FormTableSelectAsync,
|
|
81296
81295
|
Grid,
|
|
81297
81296
|
_sfc_main$m as KeFormCascaderAsync,
|
|
81298
81297
|
_sfc_main$l as KeFormCheckBoxAsync,
|
|
@@ -81309,6 +81308,7 @@ export {
|
|
|
81309
81308
|
_sfc_main$5 as KeFormSelectRemote,
|
|
81310
81309
|
_sfc_main$4 as KeFormSwitch,
|
|
81311
81310
|
_sfc_main$3 as KeFormTableSelect,
|
|
81311
|
+
_sfc_main$2 as KeFormTableSelectAsync,
|
|
81312
81312
|
_sfc_main$1 as KeFormText,
|
|
81313
81313
|
_sfc_main as KeFormTextArea,
|
|
81314
81314
|
KeliQueryBar as KeQueryBar,
|