@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.
|
@@ -10413,7 +10413,7 @@ if (typeof window !== 'undefined') {
|
|
|
10413
10413
|
// Indicate to webpack that this file can be concatenated
|
|
10414
10414
|
/* harmony default export */ var setPublicPath = (null);
|
|
10415
10415
|
|
|
10416
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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=
|
|
10416
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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&
|
|
10417
10417
|
var render = function render() {
|
|
10418
10418
|
var _vm = this,
|
|
10419
10419
|
_c = _vm._self._c;
|
|
@@ -15775,7 +15775,7 @@ const Positions = Object.freeze({
|
|
|
15775
15775
|
type: [Number, String],
|
|
15776
15776
|
default: 6
|
|
15777
15777
|
},
|
|
15778
|
-
|
|
15778
|
+
maxSize: {
|
|
15779
15779
|
type: Number
|
|
15780
15780
|
}
|
|
15781
15781
|
},
|
|
@@ -15870,8 +15870,8 @@ const Positions = Object.freeze({
|
|
|
15870
15870
|
this.framesPerRow = storedOnDb.framesPerRow;
|
|
15871
15871
|
this.numberOfRows = storedOnDb.numberOfRows;
|
|
15872
15872
|
await this.createFramesInterface();
|
|
15873
|
-
if (this.
|
|
15874
|
-
this.resize(this.
|
|
15873
|
+
if (this.maxSize) {
|
|
15874
|
+
this.resize(this.maxSize, true);
|
|
15875
15875
|
}
|
|
15876
15876
|
},
|
|
15877
15877
|
methods: {
|
|
@@ -16392,9 +16392,6 @@ const Positions = Object.freeze({
|
|
|
16392
16392
|
}
|
|
16393
16393
|
},
|
|
16394
16394
|
computed: {
|
|
16395
|
-
sizeComputed() {
|
|
16396
|
-
return this.size;
|
|
16397
|
-
},
|
|
16398
16395
|
settingsClosed() {
|
|
16399
16396
|
return !Object.values(this.dialogs).find(v => v);
|
|
16400
16397
|
},
|
|
@@ -16447,10 +16444,10 @@ const Positions = Object.freeze({
|
|
|
16447
16444
|
});
|
|
16448
16445
|
;// CONCATENATED MODULE: ./src/Visualization.vue?vue&type=script&lang=js&
|
|
16449
16446
|
/* harmony default export */ var src_Visualizationvue_type_script_lang_js_ = (Visualizationvue_type_script_lang_js_);
|
|
16450
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/Visualization.vue?vue&type=style&index=0&id=
|
|
16447
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.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&
|
|
16451
16448
|
// extracted by mini-css-extract-plugin
|
|
16452
16449
|
|
|
16453
|
-
;// CONCATENATED MODULE: ./src/Visualization.vue?vue&type=style&index=0&id=
|
|
16450
|
+
;// CONCATENATED MODULE: ./src/Visualization.vue?vue&type=style&index=0&id=6b83e43c&prod&scoped=true&lang=css&
|
|
16454
16451
|
|
|
16455
16452
|
;// CONCATENATED MODULE: ./src/Visualization.vue
|
|
16456
16453
|
|
|
@@ -16467,7 +16464,7 @@ var Visualization_component = normalizeComponent(
|
|
|
16467
16464
|
staticRenderFns,
|
|
16468
16465
|
false,
|
|
16469
16466
|
null,
|
|
16470
|
-
"
|
|
16467
|
+
"6b83e43c",
|
|
16471
16468
|
null
|
|
16472
16469
|
|
|
16473
16470
|
)
|