@elyra/canvas 13.38.1 → 13.39.0
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/canvas-controller-79665e00.js +2 -0
- package/dist/{canvas-controller-dd6e6dfd.js.map → canvas-controller-79665e00.js.map} +1 -1
- package/dist/canvas-controller-930eff15.js +2 -0
- package/dist/{canvas-controller-e714cb8b.js.map → canvas-controller-930eff15.js.map} +1 -1
- package/dist/{common-canvas-4859e466.js → common-canvas-365c0dc4.js} +2 -2
- package/dist/{common-canvas-4859e466.js.map → common-canvas-365c0dc4.js.map} +1 -1
- package/dist/{common-canvas-a310eb6c.js → common-canvas-55641a16.js} +2 -2
- package/dist/{common-canvas-a310eb6c.js.map → common-canvas-55641a16.js.map} +1 -1
- package/dist/common-canvas.es.js +1 -1
- package/dist/common-canvas.js +1 -1
- package/dist/common-properties-a2d9291a.js.map +1 -1
- package/dist/common-properties-edd9e380.js.map +1 -1
- package/dist/createClass-a140e270.js.map +1 -1
- package/dist/createClass-df7b07d6.js.map +1 -1
- package/dist/iconPropTypes-C5chbmyn-a1127265.js.map +1 -1
- package/dist/iconPropTypes-C5chbmyn-e183ef4f.js.map +1 -1
- package/dist/inherits-74e481d1.js.map +1 -1
- package/dist/inherits-860188e5.js.map +1 -1
- package/dist/isArrayLikeObject-c4d08552.js.map +1 -1
- package/dist/isArrayLikeObject-f661a708.js.map +1 -1
- package/dist/lib/canvas-controller.es.js +1 -1
- package/dist/lib/canvas-controller.js +1 -1
- package/dist/lib/canvas.es.js +1 -1
- package/dist/lib/canvas.js +1 -1
- package/locales/command-actions/locales/index.js +13 -13
- package/locales/common-canvas/locales/en.json +2 -1
- package/locales/common-canvas/locales/eo.json +2 -1
- package/locales/common-canvas/locales/index.js +13 -13
- package/locales/common-properties/locales/index.js +13 -13
- package/locales/notification-panel/locales/index.js +13 -13
- package/locales/palette/locales/index.js +13 -13
- package/locales/toolbar/locales/index.js +13 -13
- package/package.json +1 -1
- package/src/common-canvas/cc-contents.jsx +2 -2
- package/stats.html +1 -1
- package/dist/canvas-controller-dd6e6dfd.js +0 -2
- package/dist/canvas-controller-e714cb8b.js +0 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 2017-
|
|
2
|
+
* Copyright 2017-2026 Elyra Authors
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
* you may not use this file except in compliance with the License.
|
|
@@ -13,18 +13,18 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import de from "./de.json";
|
|
17
|
-
import en from "./en.json";
|
|
18
|
-
import eo from "./eo.json";
|
|
19
|
-
import es from "./es.json";
|
|
20
|
-
import fr from "./fr.json";
|
|
21
|
-
import itIT from "./it.json";
|
|
22
|
-
import ja from "./ja.json";
|
|
23
|
-
import ko from "./ko.json";
|
|
24
|
-
import ptBR from "./pt-BR.json";
|
|
25
|
-
import sv from "./sv.json";
|
|
26
|
-
import zhCN from "./zh-CN.json";
|
|
27
|
-
import zhTW from "./zh-TW.json";
|
|
16
|
+
import de from "./de.json" with { type: "json" };
|
|
17
|
+
import en from "./en.json" with { type: "json" };
|
|
18
|
+
import eo from "./eo.json" with { type: "json" };
|
|
19
|
+
import es from "./es.json" with { type: "json" };
|
|
20
|
+
import fr from "./fr.json" with { type: "json" };
|
|
21
|
+
import itIT from "./it.json" with { type: "json" };
|
|
22
|
+
import ja from "./ja.json" with { type: "json" };
|
|
23
|
+
import ko from "./ko.json" with { type: "json" };
|
|
24
|
+
import ptBR from "./pt-BR.json" with { type: "json" };
|
|
25
|
+
import sv from "./sv.json" with { type: "json" };
|
|
26
|
+
import zhCN from "./zh-CN.json" with { type: "json" };
|
|
27
|
+
import zhTW from "./zh-TW.json" with { type: "json" };
|
|
28
28
|
|
|
29
29
|
export default {
|
|
30
30
|
"de": de,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 2017-
|
|
2
|
+
* Copyright 2017-2026 Elyra Authors
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
* you may not use this file except in compliance with the License.
|
|
@@ -13,18 +13,18 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import de from "./de.json";
|
|
17
|
-
import en from "./en.json";
|
|
18
|
-
import eo from "./eo.json";
|
|
19
|
-
import es from "./es.json";
|
|
20
|
-
import fr from "./fr.json";
|
|
21
|
-
import itIT from "./it.json";
|
|
22
|
-
import ja from "./ja.json";
|
|
23
|
-
import ko from "./ko.json";
|
|
24
|
-
import ptBR from "./pt-BR.json";
|
|
25
|
-
import sv from "./sv.json";
|
|
26
|
-
import zhCN from "./zh-CN.json";
|
|
27
|
-
import zhTW from "./zh-TW.json";
|
|
16
|
+
import de from "./de.json" with { type: "json" };
|
|
17
|
+
import en from "./en.json" with { type: "json" };
|
|
18
|
+
import eo from "./eo.json" with { type: "json" };
|
|
19
|
+
import es from "./es.json" with { type: "json" };
|
|
20
|
+
import fr from "./fr.json" with { type: "json" };
|
|
21
|
+
import itIT from "./it.json" with { type: "json" };
|
|
22
|
+
import ja from "./ja.json" with { type: "json" };
|
|
23
|
+
import ko from "./ko.json" with { type: "json" };
|
|
24
|
+
import ptBR from "./pt-BR.json" with { type: "json" };
|
|
25
|
+
import sv from "./sv.json" with { type: "json" };
|
|
26
|
+
import zhCN from "./zh-CN.json" with { type: "json" };
|
|
27
|
+
import zhTW from "./zh-TW.json" with { type: "json" };
|
|
28
28
|
|
|
29
29
|
export default {
|
|
30
30
|
"de": de,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 2017-
|
|
2
|
+
* Copyright 2017-2026 Elyra Authors
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
* you may not use this file except in compliance with the License.
|
|
@@ -13,18 +13,18 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import de from "./de.json";
|
|
17
|
-
import en from "./en.json";
|
|
18
|
-
import eo from "./eo.json";
|
|
19
|
-
import es from "./es.json";
|
|
20
|
-
import fr from "./fr.json";
|
|
21
|
-
import itIT from "./it.json";
|
|
22
|
-
import ja from "./ja.json";
|
|
23
|
-
import ko from "./ko.json";
|
|
24
|
-
import ptBR from "./pt-BR.json";
|
|
25
|
-
import sv from "./sv.json";
|
|
26
|
-
import zhCN from "./zh-CN.json";
|
|
27
|
-
import zhTW from "./zh-TW.json";
|
|
16
|
+
import de from "./de.json" with { type: "json" };
|
|
17
|
+
import en from "./en.json" with { type: "json" };
|
|
18
|
+
import eo from "./eo.json" with { type: "json" };
|
|
19
|
+
import es from "./es.json" with { type: "json" };
|
|
20
|
+
import fr from "./fr.json" with { type: "json" };
|
|
21
|
+
import itIT from "./it.json" with { type: "json" };
|
|
22
|
+
import ja from "./ja.json" with { type: "json" };
|
|
23
|
+
import ko from "./ko.json" with { type: "json" };
|
|
24
|
+
import ptBR from "./pt-BR.json" with { type: "json" };
|
|
25
|
+
import sv from "./sv.json" with { type: "json" };
|
|
26
|
+
import zhCN from "./zh-CN.json" with { type: "json" };
|
|
27
|
+
import zhTW from "./zh-TW.json" with { type: "json" };
|
|
28
28
|
|
|
29
29
|
export default {
|
|
30
30
|
"de": de,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 2017-
|
|
2
|
+
* Copyright 2017-2026 Elyra Authors
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
* you may not use this file except in compliance with the License.
|
|
@@ -13,18 +13,18 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import de from "./de.json";
|
|
17
|
-
import en from "./en.json";
|
|
18
|
-
import eo from "./eo.json";
|
|
19
|
-
import es from "./es.json";
|
|
20
|
-
import fr from "./fr.json";
|
|
21
|
-
import itIT from "./it.json";
|
|
22
|
-
import ja from "./ja.json";
|
|
23
|
-
import ko from "./ko.json";
|
|
24
|
-
import ptBR from "./pt-BR.json";
|
|
25
|
-
import sv from "./sv.json";
|
|
26
|
-
import zhCN from "./zh-CN.json";
|
|
27
|
-
import zhTW from "./zh-TW.json";
|
|
16
|
+
import de from "./de.json" with { type: "json" };
|
|
17
|
+
import en from "./en.json" with { type: "json" };
|
|
18
|
+
import eo from "./eo.json" with { type: "json" };
|
|
19
|
+
import es from "./es.json" with { type: "json" };
|
|
20
|
+
import fr from "./fr.json" with { type: "json" };
|
|
21
|
+
import itIT from "./it.json" with { type: "json" };
|
|
22
|
+
import ja from "./ja.json" with { type: "json" };
|
|
23
|
+
import ko from "./ko.json" with { type: "json" };
|
|
24
|
+
import ptBR from "./pt-BR.json" with { type: "json" };
|
|
25
|
+
import sv from "./sv.json" with { type: "json" };
|
|
26
|
+
import zhCN from "./zh-CN.json" with { type: "json" };
|
|
27
|
+
import zhTW from "./zh-TW.json" with { type: "json" };
|
|
28
28
|
|
|
29
29
|
export default {
|
|
30
30
|
"de": de,
|
package/package.json
CHANGED
|
@@ -719,7 +719,7 @@ class CanvasContents extends React.Component {
|
|
|
719
719
|
const svgCanvasDiv = this.getSVGCanvasDiv();
|
|
720
720
|
|
|
721
721
|
return (
|
|
722
|
-
<
|
|
722
|
+
<section aria-label={this.getLabel("canvas.label")} aria-description={this.getLabel("canvas.description")}>
|
|
723
723
|
<div
|
|
724
724
|
id={this.mainCanvasDivId}
|
|
725
725
|
ref={this.contentsRef}
|
|
@@ -737,7 +737,7 @@ class CanvasContents extends React.Component {
|
|
|
737
737
|
{textToolbar}
|
|
738
738
|
{dropZoneCanvas}
|
|
739
739
|
</div>
|
|
740
|
-
</
|
|
740
|
+
</section>
|
|
741
741
|
);
|
|
742
742
|
}
|
|
743
743
|
}
|