@hulkapps/app-manager-vue 2.0.8 → 2.0.9

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.
@@ -23122,6 +23122,15 @@ var script$N = {
23122
23122
  console.error(error);
23123
23123
  });
23124
23124
  this.staticContent = data.banners;
23125
+ Object.keys(this.staticContent).map(key => {
23126
+ if (this.staticContent[key].length) {
23127
+ Object.keys(this.staticContent[key]).map(index => {
23128
+ if (this.staticContent[key][index].length) {
23129
+ this.staticContent[key][index] = this.staticContent[key][index][Math.floor(Math.random() * this.staticContent[key][index].length)];
23130
+ }
23131
+ });
23132
+ }
23133
+ });
23125
23134
  }
23126
23135
 
23127
23136
  };
@@ -23170,7 +23179,7 @@ var __vue_staticRenderFns__$L = [];
23170
23179
  const __vue_inject_styles__$N = undefined;
23171
23180
  /* scoped */
23172
23181
 
23173
- const __vue_scope_id__$N = "data-v-1e8f044e";
23182
+ const __vue_scope_id__$N = "data-v-ac88498c";
23174
23183
  /* module identifier */
23175
23184
 
23176
23185
  const __vue_module_identifier__$N = undefined;
@@ -23217,6 +23226,15 @@ var script$M = {
23217
23226
  console.error(error);
23218
23227
  });
23219
23228
  this.staticContent = data.banners;
23229
+ Object.keys(this.staticContent).map(key => {
23230
+ if (this.staticContent[key].length) {
23231
+ Object.keys(this.staticContent[key]).map(index => {
23232
+ if (this.staticContent[key][index].length) {
23233
+ this.staticContent[key][index] = this.staticContent[key][index][Math.floor(Math.random() * this.staticContent[key][index].length)];
23234
+ }
23235
+ });
23236
+ }
23237
+ });
23220
23238
  }
23221
23239
 
23222
23240
  };
@@ -23260,7 +23278,7 @@ var __vue_staticRenderFns__$K = [];
23260
23278
  const __vue_inject_styles__$M = undefined;
23261
23279
  /* scoped */
23262
23280
 
23263
- const __vue_scope_id__$M = "data-v-b2c54672";
23281
+ const __vue_scope_id__$M = "data-v-6baa003e";
23264
23282
  /* module identifier */
23265
23283
 
23266
23284
  const __vue_module_identifier__$M = undefined;