@twab/visualization 0.9.0 → 0.9.1
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.
|
@@ -10423,7 +10423,7 @@ if (typeof window !== 'undefined') {
|
|
|
10423
10423
|
// Indicate to webpack that this file can be concatenated
|
|
10424
10424
|
/* harmony default export */ var setPublicPath = (null);
|
|
10425
10425
|
|
|
10426
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/Visualization.vue?vue&type=template&id=
|
|
10426
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/Visualization.vue?vue&type=template&id=6b83e43c&scoped=true&
|
|
10427
10427
|
var render = function render() {
|
|
10428
10428
|
var _vm = this,
|
|
10429
10429
|
_c = _vm._self._c;
|
|
@@ -15785,7 +15785,7 @@ const Positions = Object.freeze({
|
|
|
15785
15785
|
type: [Number, String],
|
|
15786
15786
|
default: 6
|
|
15787
15787
|
},
|
|
15788
|
-
|
|
15788
|
+
maxSize: {
|
|
15789
15789
|
type: Number
|
|
15790
15790
|
}
|
|
15791
15791
|
},
|
|
@@ -15880,8 +15880,8 @@ const Positions = Object.freeze({
|
|
|
15880
15880
|
this.framesPerRow = storedOnDb.framesPerRow;
|
|
15881
15881
|
this.numberOfRows = storedOnDb.numberOfRows;
|
|
15882
15882
|
await this.createFramesInterface();
|
|
15883
|
-
if (this.
|
|
15884
|
-
this.resize(this.
|
|
15883
|
+
if (this.maxSize) {
|
|
15884
|
+
this.resize(this.maxSize, true);
|
|
15885
15885
|
}
|
|
15886
15886
|
},
|
|
15887
15887
|
methods: {
|
|
@@ -16402,9 +16402,6 @@ const Positions = Object.freeze({
|
|
|
16402
16402
|
}
|
|
16403
16403
|
},
|
|
16404
16404
|
computed: {
|
|
16405
|
-
sizeComputed() {
|
|
16406
|
-
return this.size;
|
|
16407
|
-
},
|
|
16408
16405
|
settingsClosed() {
|
|
16409
16406
|
return !Object.values(this.dialogs).find(v => v);
|
|
16410
16407
|
},
|
|
@@ -16457,10 +16454,10 @@ const Positions = Object.freeze({
|
|
|
16457
16454
|
});
|
|
16458
16455
|
;// CONCATENATED MODULE: ./src/Visualization.vue?vue&type=script&lang=js&
|
|
16459
16456
|
/* harmony default export */ var src_Visualizationvue_type_script_lang_js_ = (Visualizationvue_type_script_lang_js_);
|
|
16460
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-54.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-54.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-54.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/Visualization.vue?vue&type=style&index=0&id=
|
|
16457
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-54.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-54.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-54.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/Visualization.vue?vue&type=style&index=0&id=6b83e43c&prod&scoped=true&lang=css&
|
|
16461
16458
|
// extracted by mini-css-extract-plugin
|
|
16462
16459
|
|
|
16463
|
-
;// CONCATENATED MODULE: ./src/Visualization.vue?vue&type=style&index=0&id=
|
|
16460
|
+
;// CONCATENATED MODULE: ./src/Visualization.vue?vue&type=style&index=0&id=6b83e43c&prod&scoped=true&lang=css&
|
|
16464
16461
|
|
|
16465
16462
|
;// CONCATENATED MODULE: ./src/Visualization.vue
|
|
16466
16463
|
|
|
@@ -16477,7 +16474,7 @@ var Visualization_component = normalizeComponent(
|
|
|
16477
16474
|
staticRenderFns,
|
|
16478
16475
|
false,
|
|
16479
16476
|
null,
|
|
16480
|
-
"
|
|
16477
|
+
"6b83e43c",
|
|
16481
16478
|
null
|
|
16482
16479
|
|
|
16483
16480
|
)
|