@iankibetsh/shframework 0.3.6 → 0.3.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 +1 -1
- package/dist/library.mjs +1 -1
- package/package.json +1 -1
package/dist/library.js
CHANGED
|
@@ -1778,7 +1778,7 @@ var script$5 = {
|
|
|
1778
1778
|
const numbers = ['age'];
|
|
1779
1779
|
const datePickers = ['free_tier_days', 'recurring_date', 'date', 'paid_at'];
|
|
1780
1780
|
let realEditors = ['html_content', 'listing_description', 'mail', 'comment'];
|
|
1781
|
-
if(this.editors && this.editors.
|
|
1781
|
+
if(this.editors && this.editors.includes(field)){
|
|
1782
1782
|
return 'editor'
|
|
1783
1783
|
}
|
|
1784
1784
|
const mapLocations = ['building_location'];
|
package/dist/library.mjs
CHANGED
|
@@ -1766,7 +1766,7 @@ var script$5 = {
|
|
|
1766
1766
|
const numbers = ['age'];
|
|
1767
1767
|
const datePickers = ['free_tier_days', 'recurring_date', 'date', 'paid_at'];
|
|
1768
1768
|
let realEditors = ['html_content', 'listing_description', 'mail', 'comment'];
|
|
1769
|
-
if(this.editors && this.editors.
|
|
1769
|
+
if(this.editors && this.editors.includes(field)){
|
|
1770
1770
|
return 'editor'
|
|
1771
1771
|
}
|
|
1772
1772
|
const mapLocations = ['building_location'];
|