@iankibetsh/shframework 2.0.9 → 3.0.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/library.js +2 -0
- package/dist/library.mjs +2 -1
- package/package.json +1 -1
package/dist/library.js
CHANGED
|
@@ -2405,6 +2405,7 @@ var script$s = {
|
|
|
2405
2405
|
this.$emit(this.successCallback, res.data);
|
|
2406
2406
|
}
|
|
2407
2407
|
}
|
|
2408
|
+
this.$emit('success',res.data);
|
|
2408
2409
|
NProgress__default["default"].done();
|
|
2409
2410
|
if (!this.retainModal) {
|
|
2410
2411
|
this.closeModal();
|
|
@@ -6625,6 +6626,7 @@ exports.ShQueryPopups = script$3;
|
|
|
6625
6626
|
exports.ShRange = script$c;
|
|
6626
6627
|
exports.ShRoutePopups = script$5;
|
|
6627
6628
|
exports.ShSilentAction = script$d;
|
|
6629
|
+
exports.ShSuggest = script$t;
|
|
6628
6630
|
exports.ShTable = script$b;
|
|
6629
6631
|
exports.ShTabs = script$a;
|
|
6630
6632
|
exports.shApis = shApis;
|
package/dist/library.mjs
CHANGED
|
@@ -2393,6 +2393,7 @@ var script$s = {
|
|
|
2393
2393
|
this.$emit(this.successCallback, res.data);
|
|
2394
2394
|
}
|
|
2395
2395
|
}
|
|
2396
|
+
this.$emit('success',res.data);
|
|
2396
2397
|
NProgress.done();
|
|
2397
2398
|
if (!this.retainModal) {
|
|
2398
2399
|
this.closeModal();
|
|
@@ -6594,4 +6595,4 @@ var shGql = {
|
|
|
6594
6595
|
mutate
|
|
6595
6596
|
};
|
|
6596
6597
|
|
|
6597
|
-
export { countries as Countries, script$6 as ManagePermissions, script$l as ShAutoForm, script$g as ShCanvas, script$7 as ShCanvasBtn, script$e as ShConfirmAction, script$k as ShDropDownForm, script$9 as ShDynamicTabs, script$s as ShForm, ShFrontend, script$j as ShModal, script$8 as ShModalBtn, script$i as ShModalForm, script$h as ShModalFormAuto, script$u as ShPhone, script$3 as ShQueryPopups, script$c as ShRange, script$5 as ShRoutePopups, script$d as ShSilentAction, script$b as ShTable, script$a as ShTabs, shApis, shGql, shRepo, ShStorage as shStorage, useAppStore, useUserStore };
|
|
6598
|
+
export { countries as Countries, script$6 as ManagePermissions, script$l as ShAutoForm, script$g as ShCanvas, script$7 as ShCanvasBtn, script$e as ShConfirmAction, script$k as ShDropDownForm, script$9 as ShDynamicTabs, script$s as ShForm, ShFrontend, script$j as ShModal, script$8 as ShModalBtn, script$i as ShModalForm, script$h as ShModalFormAuto, script$u as ShPhone, script$3 as ShQueryPopups, script$c as ShRange, script$5 as ShRoutePopups, script$d as ShSilentAction, script$t as ShSuggest, script$b as ShTable, script$a as ShTabs, shApis, shGql, shRepo, ShStorage as shStorage, useAppStore, useUserStore };
|