@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 EThemeWhiteEnUsShapePointsFormatter = /** @class */ (function (_super) {
7167
+ __extends(EThemeWhiteEnUsShapePointsFormatter, _super);
7168
+ function EThemeWhiteEnUsShapePointsFormatter() {
7169
+ return _super !== null && _super.apply(this, arguments) || this;
7170
+ }
7171
+ EThemeWhiteEnUsShapePointsFormatter.prototype.getCurveLabel = function () {
7172
+ return "Curve";
7173
+ };
7174
+ return EThemeWhiteEnUsShapePointsFormatter;
7175
+ }(EThemeWhiteShapePointsFormatter));
7176
+
7177
+ /*
7178
+ * Copyright (C) 2019 Toshiba Corporation
7179
+ * SPDX-License-Identifier: Apache-2.0
7180
+ */
7181
+ var loadThemeWhiteEnUsShapePointsFormatter = function () {
7182
+ DThemeWhite.set("EShapePointsFormatter", EThemeWhiteEnUsShapePointsFormatter);
7183
+ };
7184
+
7185
+ /*
7186
+ * Copyright (C) 2019 Toshiba Corporation
7187
+ * SPDX-License-Identifier: Apache-2.0
7188
+ */
7189
+ var loadThemeWhiteEnUsDiagram = function () {
7190
+ DThemeWhite.set("DDiagram", DThemeWhiteDiagram);
7191
+ DThemeWhite.set("DDiagramCanvas", DThemeWhiteDiagramCanvas);
7192
+ loadThemeWhiteEnUsShapePointsFormatter();
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", DThemeWhiteEnUsDiagramEditor);
7307
7333
  DThemeWhite.set("DDiagramCanvasEditor", DThemeWhiteDiagramCanvasEditor);
7308
7334
  loadThemeWhiteShapeActionValue();
7335
+ loadThemeWhiteEnUsShapePointsFormatter();
7309
7336
  loadThemeWhiteShape();
7310
7337
  };
7311
7338
 
@@ -9636,7 +9663,7 @@
9636
9663
  loadThemeWhiteChart();
9637
9664
  loadThemeWhiteColor();
9638
9665
  loadThemeWhiteEnUsDiagramEditor();
9639
- loadThemeWhiteDiagram();
9666
+ loadThemeWhiteEnUsDiagram();
9640
9667
  loadThemeWhiteEnUsDialogAll();
9641
9668
  loadThemeWhiteExpandable();
9642
9669
  loadThemeWhiteHtmlElement();
@@ -9698,7 +9725,6 @@
9698
9725
  loadThemeWhiteCanvasContainer: loadThemeWhiteCanvasContainer,
9699
9726
  loadThemeWhiteChart: loadThemeWhiteChart,
9700
9727
  loadThemeWhiteColor: loadThemeWhiteColor,
9701
- loadThemeWhiteDiagram: loadThemeWhiteDiagram,
9702
9728
  loadThemeWhiteDialogFitted: loadThemeWhiteDialogFitted,
9703
9729
  loadThemeWhiteDialogInputBoolean: loadThemeWhiteDialogInputBoolean,
9704
9730
  loadThemeWhiteDialogInputInteger: loadThemeWhiteDialogInputInteger,
@@ -9741,6 +9767,7 @@
9741
9767
  loadThemeWhiteEnUsButtonSelect: loadThemeWhiteEnUsButtonSelect,
9742
9768
  loadThemeWhiteEnUsButtonTime: loadThemeWhiteEnUsButtonTime,
9743
9769
  loadThemeWhiteEnUsDiagramEditor: loadThemeWhiteEnUsDiagramEditor,
9770
+ loadThemeWhiteEnUsDiagram: loadThemeWhiteEnUsDiagram,
9744
9771
  loadThemeWhiteEnUsDialogAll: loadThemeWhiteEnUsDialogAll,
9745
9772
  loadThemeWhiteEnUsDialogColorGradient: loadThemeWhiteEnUsDialogColorGradient,
9746
9773
  loadThemeWhiteEnUsDialogColor: loadThemeWhiteEnUsDialogColor,
@@ -9764,6 +9791,7 @@
9764
9791
  loadThemeWhiteEnUsPickerDate: loadThemeWhiteEnUsPickerDate,
9765
9792
  loadThemeWhiteEnUsPickerDatetime: loadThemeWhiteEnUsPickerDatetime,
9766
9793
  loadThemeWhiteEnUsPickerTime: loadThemeWhiteEnUsPickerTime,
9794
+ loadThemeWhiteEnUsShapePointsFormatter: loadThemeWhiteEnUsShapePointsFormatter,
9767
9795
  loadThemeWhiteEnUsTable: loadThemeWhiteEnUsTable,
9768
9796
  DThemeWhiteAtlas: DThemeWhiteAtlas,
9769
9797
  DThemeWhiteBase: DThemeWhiteBase,
@@ -9996,6 +10024,7 @@
9996
10024
  DThemeWhiteView: DThemeWhiteView,
9997
10025
  DThemeWhite: DThemeWhite,
9998
10026
  EThemeWhiteShapeActionValue: EThemeWhiteShapeActionValue,
10027
+ EThemeWhiteShapePointsFormatter: EThemeWhiteShapePointsFormatter,
9999
10028
  EThemeWhiteShape: EThemeWhiteShape,
10000
10029
  DThemeWhiteEnUsDiagramEditor: DThemeWhiteEnUsDiagramEditor,
10001
10030
  DThemeWhiteEnUsDialogConfirmDelete: DThemeWhiteEnUsDialogConfirmDelete,
@@ -10015,7 +10044,8 @@
10015
10044
  DThemeWhiteEnUsPickerColor: DThemeWhiteEnUsPickerColor,
10016
10045
  DThemeWhiteEnUsPickerDate: DThemeWhiteEnUsPickerDate,
10017
10046
  DThemeWhiteEnUsPickerDatetime: DThemeWhiteEnUsPickerDatetime,
10018
- DThemeWhiteEnUsPickerTime: DThemeWhiteEnUsPickerTime
10047
+ DThemeWhiteEnUsPickerTime: DThemeWhiteEnUsPickerTime,
10048
+ EThemeWhiteEnUsShapePointsFormatter: EThemeWhiteEnUsShapePointsFormatter
10019
10049
  };
10020
10050
 
10021
10051
  /*