@innovastudio/contentbox 1.5.6 → 1.5.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/package.json
CHANGED
@@ -103389,6 +103389,16 @@ class ContentBox {
|
|
103389
103389
|
videoSelect: '',
|
103390
103390
|
audioSelect: '',
|
103391
103391
|
mediaSelect: '',
|
103392
|
+
imageSelectWidth: '1024px',
|
103393
|
+
imageSelectHeight: '80vh',
|
103394
|
+
fileSelectWidth: '1024px',
|
103395
|
+
fileSelectHeight: '80vh',
|
103396
|
+
videoSelectWidth: '1024px',
|
103397
|
+
videoSelectHeight: '80vh',
|
103398
|
+
audioSelectWidth: '1024px',
|
103399
|
+
audioSelectHeight: '80vh',
|
103400
|
+
mediaSelectWidth: '1024px',
|
103401
|
+
mediaSelectHeight: '80vh',
|
103392
103402
|
slider: '',
|
103393
103403
|
navbar: false,
|
103394
103404
|
onRender: function () {},
|
@@ -106190,6 +106200,16 @@ class ContentBox {
|
|
106190
106200
|
videoSelect: this.settings.videoSelect,
|
106191
106201
|
audioSelect: this.settings.audioSelect,
|
106192
106202
|
mediaSelect: this.settings.mediaSelect,
|
106203
|
+
imageSelectWidth: this.settings.imageSelectWidth,
|
106204
|
+
imageSelectHeight: this.settings.imageSelectHeight,
|
106205
|
+
fileSelectWidth: this.settings.fileSelectWidth,
|
106206
|
+
fileSelectHeight: this.settings.fileSelectHeight,
|
106207
|
+
videoSelectWidth: this.settings.videoSelectWidth,
|
106208
|
+
videoSelectHeight: this.settings.videoSelectHeight,
|
106209
|
+
audioSelectWidth: this.settings.audioSelectWidth,
|
106210
|
+
audioSelectHeight: this.settings.audioSelectHeight,
|
106211
|
+
mediaSelectWidth: this.settings.mediaSelectWidth,
|
106212
|
+
mediaSelectHeight: this.settings.mediaSelectHeight,
|
106193
106213
|
onContentClick: e => {
|
106194
106214
|
if (this.settings.onContentClick) this.settings.onContentClick();
|
106195
106215
|
this.doc.body.classList.remove('temporary-hide-tools');
|