@codingfactory/mediables-vue 2.4.15 → 2.4.16
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/{PixiFrameExporter-DEGLAGQh.js → PixiFrameExporter-BJgx5idV.js} +2 -2
- package/dist/{PixiFrameExporter-DEGLAGQh.js.map → PixiFrameExporter-BJgx5idV.js.map} +1 -1
- package/dist/{PixiFrameExporter-BLuF2QKx.cjs → PixiFrameExporter-DKN__2tw.cjs} +2 -2
- package/dist/{PixiFrameExporter-BLuF2QKx.cjs.map → PixiFrameExporter-DKN__2tw.cjs.map} +1 -1
- package/dist/editor-2YMaYryX.cjs +42 -0
- package/dist/editor-2YMaYryX.cjs.map +1 -0
- package/dist/{editor-B9JJoibh.js → editor-BQNym0-5.js} +7 -3
- package/dist/editor-BQNym0-5.js.map +1 -0
- package/dist/{index-xTpjmGH0.cjs → index-DCljToZr.cjs} +3 -3
- package/dist/{index-xTpjmGH0.cjs.map → index-DCljToZr.cjs.map} +1 -1
- package/dist/{index-CtlxKss3.js → index-DHKu69UX.js} +3 -3
- package/dist/{index-CtlxKss3.js.map → index-DHKu69UX.js.map} +1 -1
- package/dist/mediables-vanilla.cjs +1 -1
- package/dist/mediables-vanilla.mjs +1 -1
- package/dist/mediables-vue.cjs +1 -1
- package/dist/mediables-vue.mjs +2 -2
- package/package.json +1 -1
- package/dist/editor-B9JJoibh.js.map +0 -1
- package/dist/editor-DJk8cX17.cjs +0 -42
- package/dist/editor-DJk8cX17.cjs.map +0 -1
|
@@ -1436,8 +1436,12 @@ class He {
|
|
|
1436
1436
|
* @param {string} categoryId
|
|
1437
1437
|
*/
|
|
1438
1438
|
_selectCategory(e) {
|
|
1439
|
-
var
|
|
1440
|
-
this.state.set("selectedCategory", e)
|
|
1439
|
+
var r;
|
|
1440
|
+
this.state.set("selectedCategory", e);
|
|
1441
|
+
const t = this.state.get("mode");
|
|
1442
|
+
e === "crop" ? t !== "crop" && this.editor.setMode("crop") : t !== "filters" && this.editor.setMode("filters");
|
|
1443
|
+
const i = this._chips.get(e);
|
|
1444
|
+
i && this._carousel && i.scrollIntoView({ behavior: "smooth", inline: "center", block: "nearest" }), (r = this._onSelect) == null || r.call(this, e);
|
|
1441
1445
|
}
|
|
1442
1446
|
/**
|
|
1443
1447
|
* Scroll carousel left
|
|
@@ -8569,4 +8573,4 @@ export {
|
|
|
8569
8573
|
ai as i,
|
|
8570
8574
|
f as r
|
|
8571
8575
|
};
|
|
8572
|
-
//# sourceMappingURL=editor-
|
|
8576
|
+
//# sourceMappingURL=editor-BQNym0-5.js.map
|