@iankibetsh/shframework 1.5.7 → 1.5.8

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 CHANGED
@@ -2238,6 +2238,7 @@ var script$l = {
2238
2238
  'hasTerms',
2239
2239
  'country_code',
2240
2240
  'submitBtnClass',
2241
+ 'retainModal',
2241
2242
  'fields',
2242
2243
  'columns', 'placeholders', 'field_permissions', 'retainDataAfterSubmission',
2243
2244
  'currentData', 'actionLabel', 'fillSelects', 'phones', 'successCallback',
@@ -2443,7 +2444,7 @@ var script$l = {
2443
2444
  }
2444
2445
  }
2445
2446
  NProgress__default["default"].done();
2446
- if (!this.retain_modal_after_submission) {
2447
+ if (!this.retainModal) {
2447
2448
  this.closeModal();
2448
2449
  }
2449
2450
  }).catch((reason, data) => {
package/dist/library.mjs CHANGED
@@ -2225,6 +2225,7 @@ var script$l = {
2225
2225
  'hasTerms',
2226
2226
  'country_code',
2227
2227
  'submitBtnClass',
2228
+ 'retainModal',
2228
2229
  'fields',
2229
2230
  'columns', 'placeholders', 'field_permissions', 'retainDataAfterSubmission',
2230
2231
  'currentData', 'actionLabel', 'fillSelects', 'phones', 'successCallback',
@@ -2430,7 +2431,7 @@ var script$l = {
2430
2431
  }
2431
2432
  }
2432
2433
  NProgress.done();
2433
- if (!this.retain_modal_after_submission) {
2434
+ if (!this.retainModal) {
2434
2435
  this.closeModal();
2435
2436
  }
2436
2437
  }).catch((reason, data) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",