@wcardinal/wcardinal-ui 0.388.0 → 0.389.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.
Files changed (128) hide show
  1. package/dist/types/wcardinal/ui/shape/e-shape-points-formatter-datum.d.ts +5 -0
  2. package/dist/types/wcardinal/ui/shape/e-shape-points-formatters.d.ts +3 -4
  3. package/dist/types/wcardinal/ui/shape/index.d.ts +1 -0
  4. package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.d.ts +4 -0
  5. package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.d.ts +4 -0
  6. package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.d.ts +4 -0
  7. package/dist/types/wcardinal/ui/theme/dark/index-en-us.d.ts +1 -0
  8. package/dist/types/wcardinal/ui/theme/dark/index-ja-jp.d.ts +1 -0
  9. package/dist/types/wcardinal/ui/theme/dark/index-zz-zz.d.ts +1 -0
  10. package/dist/types/wcardinal/ui/theme/dark/load/index-en-us.d.ts +2 -0
  11. package/dist/types/wcardinal/ui/theme/dark/load/index-ja-jp.d.ts +2 -0
  12. package/dist/types/wcardinal/ui/theme/dark/load/index-zz-zz.d.ts +0 -1
  13. package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram.d.ts +1 -0
  14. package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.d.ts +1 -0
  15. package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.d.ts +1 -0
  16. package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.d.ts +1 -0
  17. package/dist/types/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.d.ts +4 -0
  18. package/dist/types/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.d.ts +4 -0
  19. package/dist/types/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.d.ts +4 -0
  20. package/dist/types/wcardinal/ui/theme/white/index-en-us.d.ts +1 -0
  21. package/dist/types/wcardinal/ui/theme/white/index-ja-jp.d.ts +1 -0
  22. package/dist/types/wcardinal/ui/theme/white/index-zz-zz.d.ts +1 -0
  23. package/dist/types/wcardinal/ui/theme/white/load/index-en-us.d.ts +2 -0
  24. package/dist/types/wcardinal/ui/theme/white/load/index-ja-jp.d.ts +2 -0
  25. package/dist/types/wcardinal/ui/theme/white/load/index-zz-zz.d.ts +0 -1
  26. package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram.d.ts +1 -0
  27. package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.d.ts +1 -0
  28. package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.d.ts +1 -0
  29. package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.d.ts +1 -0
  30. package/dist/wcardinal/ui/shape/e-shape-points-formatter-datum.js +6 -0
  31. package/dist/wcardinal/ui/shape/e-shape-points-formatter-datum.js.map +1 -0
  32. package/dist/wcardinal/ui/shape/e-shape-points-formatters.js +3 -1
  33. package/dist/wcardinal/ui/shape/e-shape-points-formatters.js.map +1 -1
  34. package/dist/wcardinal/ui/shape/index.js +1 -0
  35. package/dist/wcardinal/ui/shape/index.js.map +1 -1
  36. package/dist/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.js +14 -0
  37. package/dist/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.js.map +1 -0
  38. package/dist/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.js +14 -0
  39. package/dist/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.js.map +1 -0
  40. package/dist/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.js +7 -0
  41. package/dist/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.js.map +1 -0
  42. package/dist/wcardinal/ui/theme/dark/index-en-us.js +1 -0
  43. package/dist/wcardinal/ui/theme/dark/index-en-us.js.map +1 -1
  44. package/dist/wcardinal/ui/theme/dark/index-ja-jp.js +1 -0
  45. package/dist/wcardinal/ui/theme/dark/index-ja-jp.js.map +1 -1
  46. package/dist/wcardinal/ui/theme/dark/index-zz-zz.js +1 -0
  47. package/dist/wcardinal/ui/theme/dark/index-zz-zz.js.map +1 -1
  48. package/dist/wcardinal/ui/theme/dark/load/index-en-us.js +2 -0
  49. package/dist/wcardinal/ui/theme/dark/load/index-en-us.js.map +1 -1
  50. package/dist/wcardinal/ui/theme/dark/load/index-ja-jp.js +2 -0
  51. package/dist/wcardinal/ui/theme/dark/load/index-ja-jp.js.map +1 -1
  52. package/dist/wcardinal/ui/theme/dark/load/index-zz-zz.js +0 -1
  53. package/dist/wcardinal/ui/theme/dark/load/index-zz-zz.js.map +1 -1
  54. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-all.js +2 -2
  55. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-all.js.map +1 -1
  56. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram-editor.js +2 -0
  57. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram-editor.js.map +1 -1
  58. package/dist/wcardinal/ui/theme/dark/load/{load-theme-dark-diagram.js → load-theme-dark-en-us-diagram.js} +4 -2
  59. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram.js.map +1 -0
  60. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.js +10 -0
  61. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.js.map +1 -0
  62. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-all.js +2 -2
  63. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-all.js.map +1 -1
  64. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram-editor.js +2 -0
  65. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram-editor.js.map +1 -1
  66. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.js +16 -0
  67. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.js.map +1 -0
  68. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.js +10 -0
  69. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.js.map +1 -0
  70. package/dist/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.js +14 -0
  71. package/dist/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.js.map +1 -0
  72. package/dist/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.js +14 -0
  73. package/dist/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.js.map +1 -0
  74. package/dist/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.js +7 -0
  75. package/dist/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.js.map +1 -0
  76. package/dist/wcardinal/ui/theme/white/index-en-us.js +1 -0
  77. package/dist/wcardinal/ui/theme/white/index-en-us.js.map +1 -1
  78. package/dist/wcardinal/ui/theme/white/index-ja-jp.js +1 -0
  79. package/dist/wcardinal/ui/theme/white/index-ja-jp.js.map +1 -1
  80. package/dist/wcardinal/ui/theme/white/index-zz-zz.js +1 -0
  81. package/dist/wcardinal/ui/theme/white/index-zz-zz.js.map +1 -1
  82. package/dist/wcardinal/ui/theme/white/load/index-en-us.js +2 -0
  83. package/dist/wcardinal/ui/theme/white/load/index-en-us.js.map +1 -1
  84. package/dist/wcardinal/ui/theme/white/load/index-ja-jp.js +2 -0
  85. package/dist/wcardinal/ui/theme/white/load/index-ja-jp.js.map +1 -1
  86. package/dist/wcardinal/ui/theme/white/load/index-zz-zz.js +0 -1
  87. package/dist/wcardinal/ui/theme/white/load/index-zz-zz.js.map +1 -1
  88. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-all.js +2 -2
  89. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-all.js.map +1 -1
  90. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram-editor.js +2 -0
  91. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram-editor.js.map +1 -1
  92. package/dist/wcardinal/ui/theme/white/load/{load-theme-white-diagram.js → load-theme-white-en-us-diagram.js} +4 -2
  93. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram.js.map +1 -0
  94. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.js +10 -0
  95. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.js.map +1 -0
  96. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-all.js +2 -2
  97. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-all.js.map +1 -1
  98. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram-editor.js +2 -0
  99. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram-editor.js.map +1 -1
  100. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.js +16 -0
  101. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.js.map +1 -0
  102. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.js +10 -0
  103. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.js.map +1 -0
  104. package/dist/wcardinal-ui-theme-dark-en-us.js +191 -161
  105. package/dist/wcardinal-ui-theme-dark-en-us.min.js +2 -2
  106. package/dist/wcardinal-ui-theme-dark-en-us.min.js.map +1 -1
  107. package/dist/wcardinal-ui-theme-dark-ja-jp.js +191 -161
  108. package/dist/wcardinal-ui-theme-dark-ja-jp.min.js +2 -2
  109. package/dist/wcardinal-ui-theme-dark-ja-jp.min.js.map +1 -1
  110. package/dist/wcardinal-ui-theme-dark.js +191 -161
  111. package/dist/wcardinal-ui-theme-dark.min.js +2 -2
  112. package/dist/wcardinal-ui-theme-white-en-us.js +187 -157
  113. package/dist/wcardinal-ui-theme-white-en-us.min.js +2 -2
  114. package/dist/wcardinal-ui-theme-white-en-us.min.js.map +1 -1
  115. package/dist/wcardinal-ui-theme-white-ja-jp.js +187 -157
  116. package/dist/wcardinal-ui-theme-white-ja-jp.min.js +2 -2
  117. package/dist/wcardinal-ui-theme-white-ja-jp.min.js.map +1 -1
  118. package/dist/wcardinal-ui-theme-white.js +187 -157
  119. package/dist/wcardinal-ui-theme-white.min.js +2 -2
  120. package/dist/wcardinal-ui.cjs.js +443 -314
  121. package/dist/wcardinal-ui.js +3 -2
  122. package/dist/wcardinal-ui.min.js +2 -2
  123. package/dist/wcardinal-ui.min.js.map +1 -1
  124. package/package.json +1 -1
  125. package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-diagram.d.ts +0 -1
  126. package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-diagram.d.ts +0 -1
  127. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-diagram.js.map +0 -1
  128. package/dist/wcardinal/ui/theme/white/load/load-theme-white-diagram.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /*
2
- Winter Cardinal UI v0.388.0
2
+ Winter Cardinal UI v0.389.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
@@ -1947,159 +1947,6 @@
1947
1947
  DThemeWhite.set("DColorStandard", DThemeWhiteColorStandard);
1948
1948
  };
1949
1949
 
1950
- /*
1951
- * Copyright (C) 2019 Toshiba Corporation
1952
- * SPDX-License-Identifier: Apache-2.0
1953
- */
1954
- var DThemeWhiteDiagramBase = /** @class */ (function (_super) {
1955
- __extends(DThemeWhiteDiagramBase, _super);
1956
- function DThemeWhiteDiagramBase() {
1957
- return _super !== null && _super.apply(this, arguments) || this;
1958
- }
1959
- DThemeWhiteDiagramBase.prototype.getCanvasBackgroundColor = function () {
1960
- return 0xffffff;
1961
- };
1962
- DThemeWhiteDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
1963
- return 1.0;
1964
- };
1965
- DThemeWhiteDiagramBase.prototype.isAmbient = function () {
1966
- return true;
1967
- };
1968
- DThemeWhiteDiagramBase.prototype.getCanvasShadow = function () {
1969
- return "WEAK";
1970
- };
1971
- return DThemeWhiteDiagramBase;
1972
- }(DThemeWhiteCanvasContainer));
1973
-
1974
- /*
1975
- * Copyright (C) 2019 Toshiba Corporation
1976
- * SPDX-License-Identifier: Apache-2.0
1977
- */
1978
- var DThemeWhiteDiagram = /** @class */ (function (_super) {
1979
- __extends(DThemeWhiteDiagram, _super);
1980
- function DThemeWhiteDiagram() {
1981
- return _super !== null && _super.apply(this, arguments) || this;
1982
- }
1983
- return DThemeWhiteDiagram;
1984
- }(DThemeWhiteDiagramBase));
1985
-
1986
- /*
1987
- * Copyright (C) 2019 Toshiba Corporation
1988
- * SPDX-License-Identifier: Apache-2.0
1989
- */
1990
- var DThemeWhiteDiagramCanvasBase = /** @class */ (function (_super) {
1991
- __extends(DThemeWhiteDiagramCanvasBase, _super);
1992
- function DThemeWhiteDiagramCanvasBase() {
1993
- return _super !== null && _super.apply(this, arguments) || this;
1994
- }
1995
- DThemeWhiteDiagramCanvasBase.prototype.isAmbient = function () {
1996
- return true;
1997
- };
1998
- DThemeWhiteDiagramCanvasBase.prototype.getBackgroundBase = function () {
1999
- return 0xeeeeee;
2000
- };
2001
- DThemeWhiteDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
2002
- return 0;
2003
- };
2004
- return DThemeWhiteDiagramCanvasBase;
2005
- }(DThemeWhiteCanvas));
2006
-
2007
- /*
2008
- * Copyright (C) 2019 Toshiba Corporation
2009
- * SPDX-License-Identifier: Apache-2.0
2010
- */
2011
- var DThemeWhiteDiagramCanvas = /** @class */ (function (_super) {
2012
- __extends(DThemeWhiteDiagramCanvas, _super);
2013
- function DThemeWhiteDiagramCanvas() {
2014
- return _super !== null && _super.apply(this, arguments) || this;
2015
- }
2016
- DThemeWhiteDiagramCanvas.prototype.newState = function (state) {
2017
- _super.prototype.newState.call(this, state);
2018
- state.isFocusable = false;
2019
- };
2020
- return DThemeWhiteDiagramCanvas;
2021
- }(DThemeWhiteDiagramCanvasBase));
2022
-
2023
- const EShapeStrokeSide = wcardinal.ui.EShapeStrokeSide;
2024
-
2025
- var EThemeWhiteShape = /** @class */ (function () {
2026
- function EThemeWhiteShape() {
2027
- }
2028
- EThemeWhiteShape.prototype.getFillColor = function () {
2029
- return 0xffffff;
2030
- };
2031
- EThemeWhiteShape.prototype.getFillAlpha = function () {
2032
- return 0.5;
2033
- };
2034
- EThemeWhiteShape.prototype.getStrokeColor = function () {
2035
- return 0x4f4f4f;
2036
- };
2037
- EThemeWhiteShape.prototype.getStrokeAlpha = function () {
2038
- return 1;
2039
- };
2040
- EThemeWhiteShape.prototype.getStrokeWidth = function () {
2041
- return 2;
2042
- };
2043
- EThemeWhiteShape.prototype.getStrokeAlign = function () {
2044
- return 0;
2045
- };
2046
- EThemeWhiteShape.prototype.getStrokeSide = function () {
2047
- return EShapeStrokeSide.ALL;
2048
- };
2049
- EThemeWhiteShape.prototype.getStrokeStyle = function () {
2050
- return EShapeStrokeStyle.NONE;
2051
- };
2052
- EThemeWhiteShape.prototype.getTextValue = function () {
2053
- return "";
2054
- };
2055
- EThemeWhiteShape.prototype.getTextColor = function () {
2056
- return this.getStrokeColor();
2057
- };
2058
- EThemeWhiteShape.prototype.getTextAlpha = function () {
2059
- return this.getStrokeAlpha();
2060
- };
2061
- EThemeWhiteShape.prototype.getTextFamily = function () {
2062
- return "auto";
2063
- };
2064
- EThemeWhiteShape.prototype.getTextSize = function () {
2065
- return 14;
2066
- };
2067
- EThemeWhiteShape.prototype.getRadius = function () {
2068
- return 0.25;
2069
- };
2070
- EThemeWhiteShape.prototype.getSizeX = function () {
2071
- return 100;
2072
- };
2073
- EThemeWhiteShape.prototype.getSizeY = function () {
2074
- return 100;
2075
- };
2076
- EThemeWhiteShape.prototype.getHighlightColor = function () {
2077
- return 0x1e87f0;
2078
- };
2079
- EThemeWhiteShape.prototype.getCurveSegmentCount = function () {
2080
- return 24;
2081
- };
2082
- return EThemeWhiteShape;
2083
- }());
2084
-
2085
- /*
2086
- * Copyright (C) 2019 Toshiba Corporation
2087
- * SPDX-License-Identifier: Apache-2.0
2088
- */
2089
- var loadThemeWhiteShape = function () {
2090
- DThemeWhite.set("EShape", EThemeWhiteShape);
2091
- };
2092
-
2093
- /*
2094
- * Copyright (C) 2019 Toshiba Corporation
2095
- * SPDX-License-Identifier: Apache-2.0
2096
- */
2097
- var loadThemeWhiteDiagram = function () {
2098
- DThemeWhite.set("DDiagram", DThemeWhiteDiagram);
2099
- DThemeWhite.set("DDiagramCanvas", DThemeWhiteDiagramCanvas);
2100
- loadThemeWhiteShape();
2101
- };
2102
-
2103
1950
  const DAnimationFadeIn = wcardinal.ui.DAnimationFadeIn;
2104
1951
 
2105
1952
  const DDialogAlign = wcardinal.ui.DDialogAlign;
@@ -5429,6 +5276,76 @@
5429
5276
  DThemeWhite.set("EShapeActionValue", EThemeWhiteShapeActionValue);
5430
5277
  };
5431
5278
 
5279
+ const EShapeStrokeSide = wcardinal.ui.EShapeStrokeSide;
5280
+
5281
+ var EThemeWhiteShape = /** @class */ (function () {
5282
+ function EThemeWhiteShape() {
5283
+ }
5284
+ EThemeWhiteShape.prototype.getFillColor = function () {
5285
+ return 0xffffff;
5286
+ };
5287
+ EThemeWhiteShape.prototype.getFillAlpha = function () {
5288
+ return 0.5;
5289
+ };
5290
+ EThemeWhiteShape.prototype.getStrokeColor = function () {
5291
+ return 0x4f4f4f;
5292
+ };
5293
+ EThemeWhiteShape.prototype.getStrokeAlpha = function () {
5294
+ return 1;
5295
+ };
5296
+ EThemeWhiteShape.prototype.getStrokeWidth = function () {
5297
+ return 2;
5298
+ };
5299
+ EThemeWhiteShape.prototype.getStrokeAlign = function () {
5300
+ return 0;
5301
+ };
5302
+ EThemeWhiteShape.prototype.getStrokeSide = function () {
5303
+ return EShapeStrokeSide.ALL;
5304
+ };
5305
+ EThemeWhiteShape.prototype.getStrokeStyle = function () {
5306
+ return EShapeStrokeStyle.NONE;
5307
+ };
5308
+ EThemeWhiteShape.prototype.getTextValue = function () {
5309
+ return "";
5310
+ };
5311
+ EThemeWhiteShape.prototype.getTextColor = function () {
5312
+ return this.getStrokeColor();
5313
+ };
5314
+ EThemeWhiteShape.prototype.getTextAlpha = function () {
5315
+ return this.getStrokeAlpha();
5316
+ };
5317
+ EThemeWhiteShape.prototype.getTextFamily = function () {
5318
+ return "auto";
5319
+ };
5320
+ EThemeWhiteShape.prototype.getTextSize = function () {
5321
+ return 14;
5322
+ };
5323
+ EThemeWhiteShape.prototype.getRadius = function () {
5324
+ return 0.25;
5325
+ };
5326
+ EThemeWhiteShape.prototype.getSizeX = function () {
5327
+ return 100;
5328
+ };
5329
+ EThemeWhiteShape.prototype.getSizeY = function () {
5330
+ return 100;
5331
+ };
5332
+ EThemeWhiteShape.prototype.getHighlightColor = function () {
5333
+ return 0x1e87f0;
5334
+ };
5335
+ EThemeWhiteShape.prototype.getCurveSegmentCount = function () {
5336
+ return 24;
5337
+ };
5338
+ return EThemeWhiteShape;
5339
+ }());
5340
+
5341
+ /*
5342
+ * Copyright (C) 2019 Toshiba Corporation
5343
+ * SPDX-License-Identifier: Apache-2.0
5344
+ */
5345
+ var loadThemeWhiteShape = function () {
5346
+ DThemeWhite.set("EShape", EThemeWhiteShape);
5347
+ };
5348
+
5432
5349
  /*
5433
5350
  * Copyright (C) 2019 Toshiba Corporation
5434
5351
  * SPDX-License-Identifier: Apache-2.0
@@ -7167,6 +7084,115 @@
7167
7084
  loadThemeWhiteButton();
7168
7085
  };
7169
7086
 
7087
+ /*
7088
+ * Copyright (C) 2019 Toshiba Corporation
7089
+ * SPDX-License-Identifier: Apache-2.0
7090
+ */
7091
+ var DThemeWhiteDiagramBase = /** @class */ (function (_super) {
7092
+ __extends(DThemeWhiteDiagramBase, _super);
7093
+ function DThemeWhiteDiagramBase() {
7094
+ return _super !== null && _super.apply(this, arguments) || this;
7095
+ }
7096
+ DThemeWhiteDiagramBase.prototype.getCanvasBackgroundColor = function () {
7097
+ return 0xffffff;
7098
+ };
7099
+ DThemeWhiteDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
7100
+ return 1.0;
7101
+ };
7102
+ DThemeWhiteDiagramBase.prototype.isAmbient = function () {
7103
+ return true;
7104
+ };
7105
+ DThemeWhiteDiagramBase.prototype.getCanvasShadow = function () {
7106
+ return "WEAK";
7107
+ };
7108
+ return DThemeWhiteDiagramBase;
7109
+ }(DThemeWhiteCanvasContainer));
7110
+
7111
+ /*
7112
+ * Copyright (C) 2019 Toshiba Corporation
7113
+ * SPDX-License-Identifier: Apache-2.0
7114
+ */
7115
+ var DThemeWhiteDiagram = /** @class */ (function (_super) {
7116
+ __extends(DThemeWhiteDiagram, _super);
7117
+ function DThemeWhiteDiagram() {
7118
+ return _super !== null && _super.apply(this, arguments) || this;
7119
+ }
7120
+ return DThemeWhiteDiagram;
7121
+ }(DThemeWhiteDiagramBase));
7122
+
7123
+ /*
7124
+ * Copyright (C) 2019 Toshiba Corporation
7125
+ * SPDX-License-Identifier: Apache-2.0
7126
+ */
7127
+ var DThemeWhiteDiagramCanvasBase = /** @class */ (function (_super) {
7128
+ __extends(DThemeWhiteDiagramCanvasBase, _super);
7129
+ function DThemeWhiteDiagramCanvasBase() {
7130
+ return _super !== null && _super.apply(this, arguments) || this;
7131
+ }
7132
+ DThemeWhiteDiagramCanvasBase.prototype.isAmbient = function () {
7133
+ return true;
7134
+ };
7135
+ DThemeWhiteDiagramCanvasBase.prototype.getBackgroundBase = function () {
7136
+ return 0xeeeeee;
7137
+ };
7138
+ DThemeWhiteDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
7139
+ return 0;
7140
+ };
7141
+ return DThemeWhiteDiagramCanvasBase;
7142
+ }(DThemeWhiteCanvas));
7143
+
7144
+ /*
7145
+ * Copyright (C) 2019 Toshiba Corporation
7146
+ * SPDX-License-Identifier: Apache-2.0
7147
+ */
7148
+ var DThemeWhiteDiagramCanvas = /** @class */ (function (_super) {
7149
+ __extends(DThemeWhiteDiagramCanvas, _super);
7150
+ function DThemeWhiteDiagramCanvas() {
7151
+ return _super !== null && _super.apply(this, arguments) || this;
7152
+ }
7153
+ DThemeWhiteDiagramCanvas.prototype.newState = function (state) {
7154
+ _super.prototype.newState.call(this, state);
7155
+ state.isFocusable = false;
7156
+ };
7157
+ return DThemeWhiteDiagramCanvas;
7158
+ }(DThemeWhiteDiagramCanvasBase));
7159
+
7160
+ var EThemeWhiteShapePointsFormatter = /** @class */ (function () {
7161
+ function EThemeWhiteShapePointsFormatter() {
7162
+ }
7163
+ return EThemeWhiteShapePointsFormatter;
7164
+ }());
7165
+
7166
+ var EThemeWhiteJaJpShapePointsFormatter = /** @class */ (function (_super) {
7167
+ __extends(EThemeWhiteJaJpShapePointsFormatter, _super);
7168
+ function EThemeWhiteJaJpShapePointsFormatter() {
7169
+ return _super !== null && _super.apply(this, arguments) || this;
7170
+ }
7171
+ EThemeWhiteJaJpShapePointsFormatter.prototype.getCurveLabel = function () {
7172
+ return "曲線";
7173
+ };
7174
+ return EThemeWhiteJaJpShapePointsFormatter;
7175
+ }(EThemeWhiteShapePointsFormatter));
7176
+
7177
+ /*
7178
+ * Copyright (C) 2019 Toshiba Corporation
7179
+ * SPDX-License-Identifier: Apache-2.0
7180
+ */
7181
+ var loadThemeWhiteJaJpShapePointsFormatter = function () {
7182
+ DThemeWhite.set("EShapePointsFormatter", EThemeWhiteJaJpShapePointsFormatter);
7183
+ };
7184
+
7185
+ /*
7186
+ * Copyright (C) 2019 Toshiba Corporation
7187
+ * SPDX-License-Identifier: Apache-2.0
7188
+ */
7189
+ var loadThemeWhiteJaJpDiagram = function () {
7190
+ DThemeWhite.set("DDiagram", DThemeWhiteDiagram);
7191
+ DThemeWhite.set("DDiagramCanvas", DThemeWhiteDiagramCanvas);
7192
+ loadThemeWhiteJaJpShapePointsFormatter();
7193
+ loadThemeWhiteShape();
7194
+ };
7195
+
7170
7196
  /*
7171
7197
  * Copyright (C) 2019 Toshiba Corporation
7172
7198
  * SPDX-License-Identifier: Apache-2.0
@@ -7306,6 +7332,7 @@
7306
7332
  DThemeWhite.set("DDiagramEditor", DThemeWhiteJaJpDiagramEditor);
7307
7333
  DThemeWhite.set("DDiagramCanvasEditor", DThemeWhiteDiagramCanvasEditor);
7308
7334
  loadThemeWhiteShapeActionValue();
7335
+ loadThemeWhiteJaJpShapePointsFormatter();
7309
7336
  loadThemeWhiteShape();
7310
7337
  };
7311
7338
 
@@ -9635,7 +9662,7 @@
9635
9662
  loadThemeWhiteChart();
9636
9663
  loadThemeWhiteColor();
9637
9664
  loadThemeWhiteJaJpDiagramEditor();
9638
- loadThemeWhiteDiagram();
9665
+ loadThemeWhiteJaJpDiagram();
9639
9666
  loadThemeWhiteJaJpDialogAll();
9640
9667
  loadThemeWhiteExpandable();
9641
9668
  loadThemeWhiteHtmlElement();
@@ -9697,7 +9724,6 @@
9697
9724
  loadThemeWhiteCanvasContainer: loadThemeWhiteCanvasContainer,
9698
9725
  loadThemeWhiteChart: loadThemeWhiteChart,
9699
9726
  loadThemeWhiteColor: loadThemeWhiteColor,
9700
- loadThemeWhiteDiagram: loadThemeWhiteDiagram,
9701
9727
  loadThemeWhiteDialogFitted: loadThemeWhiteDialogFitted,
9702
9728
  loadThemeWhiteDialogInputBoolean: loadThemeWhiteDialogInputBoolean,
9703
9729
  loadThemeWhiteDialogInputInteger: loadThemeWhiteDialogInputInteger,
@@ -9740,6 +9766,7 @@
9740
9766
  loadThemeWhiteJaJpButtonSelect: loadThemeWhiteJaJpButtonSelect,
9741
9767
  loadThemeWhiteJaJpButtonTime: loadThemeWhiteJaJpButtonTime,
9742
9768
  loadThemeWhiteJaJpDiagramEditor: loadThemeWhiteJaJpDiagramEditor,
9769
+ loadThemeWhiteJaJpDiagram: loadThemeWhiteJaJpDiagram,
9743
9770
  loadThemeWhiteJaJpDialogAll: loadThemeWhiteJaJpDialogAll,
9744
9771
  loadThemeWhiteJaJpDialogColorGradient: loadThemeWhiteJaJpDialogColorGradient,
9745
9772
  loadThemeWhiteJaJpDialogColor: loadThemeWhiteJaJpDialogColor,
@@ -9763,6 +9790,7 @@
9763
9790
  loadThemeWhiteJaJpPickerDate: loadThemeWhiteJaJpPickerDate,
9764
9791
  loadThemeWhiteJaJpPickerDatetime: loadThemeWhiteJaJpPickerDatetime,
9765
9792
  loadThemeWhiteJaJpPickerTime: loadThemeWhiteJaJpPickerTime,
9793
+ loadThemeWhiteJaJpShapePointsFormatter: loadThemeWhiteJaJpShapePointsFormatter,
9766
9794
  loadThemeWhiteJaJpTable: loadThemeWhiteJaJpTable,
9767
9795
  DThemeWhiteAtlas: DThemeWhiteAtlas,
9768
9796
  DThemeWhiteBase: DThemeWhiteBase,
@@ -9995,6 +10023,7 @@
9995
10023
  DThemeWhiteView: DThemeWhiteView,
9996
10024
  DThemeWhite: DThemeWhite,
9997
10025
  EThemeWhiteShapeActionValue: EThemeWhiteShapeActionValue,
10026
+ EThemeWhiteShapePointsFormatter: EThemeWhiteShapePointsFormatter,
9998
10027
  EThemeWhiteShape: EThemeWhiteShape,
9999
10028
  DThemeWhiteJaJpDiagramEditor: DThemeWhiteJaJpDiagramEditor,
10000
10029
  DThemeWhiteJaJpDialogConfirmDelete: DThemeWhiteJaJpDialogConfirmDelete,
@@ -10014,7 +10043,8 @@
10014
10043
  DThemeWhiteJaJpPickerColor: DThemeWhiteJaJpPickerColor,
10015
10044
  DThemeWhiteJaJpPickerDate: DThemeWhiteJaJpPickerDate,
10016
10045
  DThemeWhiteJaJpPickerDatetime: DThemeWhiteJaJpPickerDatetime,
10017
- DThemeWhiteJaJpPickerTime: DThemeWhiteJaJpPickerTime
10046
+ DThemeWhiteJaJpPickerTime: DThemeWhiteJaJpPickerTime,
10047
+ EThemeWhiteJaJpShapePointsFormatter: EThemeWhiteJaJpShapePointsFormatter
10018
10048
  };
10019
10049
 
10020
10050
  /*