@iankibetsh/shframework 4.4.0 → 4.4.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 CHANGED
@@ -3645,6 +3645,7 @@ var script$j = {
3645
3645
  'currentData', 'actionLabel', 'fillSelects', 'phones', 'successCallback',
3646
3646
  'failedCallback', 'labels', 'editors',
3647
3647
  'datePickers',
3648
+ 'required',
3648
3649
  'textAreas',
3649
3650
  'files',
3650
3651
  'phones',
package/dist/library.mjs CHANGED
@@ -3633,6 +3633,7 @@ var script$j = {
3633
3633
  'currentData', 'actionLabel', 'fillSelects', 'phones', 'successCallback',
3634
3634
  'failedCallback', 'labels', 'editors',
3635
3635
  'datePickers',
3636
+ 'required',
3636
3637
  'textAreas',
3637
3638
  'files',
3638
3639
  'phones',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",