@iankibetsh/shframework 0.4.6 → 0.4.7

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
@@ -1811,7 +1811,7 @@ var script$5 = {
1811
1811
  const mapLocations = ['building_location'];
1812
1812
  const files = ['file', 'logo'];
1813
1813
  const phones = ['phone'];
1814
- if (field.includes('_id') || this.selectData[field]) {
1814
+ if (this.selectData[field]) {
1815
1815
  return 'select'
1816
1816
  }
1817
1817
  if (field === 'email') {
@@ -2953,7 +2953,7 @@ var script$1 = {
2953
2953
  }
2954
2954
  };
2955
2955
 
2956
- const _hoisted_1$1 = { class: "auto-table mt-2" };
2956
+ const _hoisted_1$1 = { class: "auto-table" };
2957
2957
  const _hoisted_2$1 = {
2958
2958
  key: 0,
2959
2959
  class: "col-md-4 mb-2"
package/dist/library.mjs CHANGED
@@ -1799,7 +1799,7 @@ var script$5 = {
1799
1799
  const mapLocations = ['building_location'];
1800
1800
  const files = ['file', 'logo'];
1801
1801
  const phones = ['phone'];
1802
- if (field.includes('_id') || this.selectData[field]) {
1802
+ if (this.selectData[field]) {
1803
1803
  return 'select'
1804
1804
  }
1805
1805
  if (field === 'email') {
@@ -2941,7 +2941,7 @@ var script$1 = {
2941
2941
  }
2942
2942
  };
2943
2943
 
2944
- const _hoisted_1$1 = { class: "auto-table mt-2" };
2944
+ const _hoisted_1$1 = { class: "auto-table" };
2945
2945
  const _hoisted_2$1 = {
2946
2946
  key: 0,
2947
2947
  class: "col-md-4 mb-2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",