@iankibetsh/shframework 0.4.4 → 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 +2 -2
- package/dist/library.mjs +2 -2
- package/package.json +1 -1
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 (
|
|
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
|
|
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 (
|
|
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
|
|
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"
|