@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
 
@@ -1946,163 +1946,6 @@
1946
1946
  DThemeDark.set("DColorStandard", DThemeDarkColorStandard);
1947
1947
  };
1948
1948
 
1949
- /*
1950
- * Copyright (C) 2019 Toshiba Corporation
1951
- * SPDX-License-Identifier: Apache-2.0
1952
- */
1953
- var DThemeDarkDiagramBase = /** @class */ (function (_super) {
1954
- __extends(DThemeDarkDiagramBase, _super);
1955
- function DThemeDarkDiagramBase() {
1956
- return _super !== null && _super.apply(this, arguments) || this;
1957
- }
1958
- DThemeDarkDiagramBase.prototype.getCanvasBackgroundColor = function () {
1959
- return 0x2e2e2e;
1960
- };
1961
- DThemeDarkDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
1962
- return 1.0;
1963
- };
1964
- DThemeDarkDiagramBase.prototype.isAmbient = function () {
1965
- return true;
1966
- };
1967
- DThemeDarkDiagramBase.prototype.getCanvasShadow = function () {
1968
- return "WEAK";
1969
- };
1970
- return DThemeDarkDiagramBase;
1971
- }(DThemeDarkCanvasContainer));
1972
-
1973
- /*
1974
- * Copyright (C) 2019 Toshiba Corporation
1975
- * SPDX-License-Identifier: Apache-2.0
1976
- */
1977
- var DThemeDarkDiagram = /** @class */ (function (_super) {
1978
- __extends(DThemeDarkDiagram, _super);
1979
- function DThemeDarkDiagram() {
1980
- return _super !== null && _super.apply(this, arguments) || this;
1981
- }
1982
- return DThemeDarkDiagram;
1983
- }(DThemeDarkDiagramBase));
1984
-
1985
- /*
1986
- * Copyright (C) 2019 Toshiba Corporation
1987
- * SPDX-License-Identifier: Apache-2.0
1988
- */
1989
- var DThemeDarkDiagramCanvasBase = /** @class */ (function (_super) {
1990
- __extends(DThemeDarkDiagramCanvasBase, _super);
1991
- function DThemeDarkDiagramCanvasBase() {
1992
- return _super !== null && _super.apply(this, arguments) || this;
1993
- }
1994
- DThemeDarkDiagramCanvasBase.prototype.isAmbient = function () {
1995
- return true;
1996
- };
1997
- DThemeDarkDiagramCanvasBase.prototype.getBackgroundBase = function () {
1998
- return DThemeDarkConstants.BACKGROUND_COLOR;
1999
- };
2000
- DThemeDarkDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
2001
- return 0;
2002
- };
2003
- return DThemeDarkDiagramCanvasBase;
2004
- }(DThemeDarkCanvas));
2005
-
2006
- /*
2007
- * Copyright (C) 2019 Toshiba Corporation
2008
- * SPDX-License-Identifier: Apache-2.0
2009
- */
2010
- var DThemeDarkDiagramCanvas = /** @class */ (function (_super) {
2011
- __extends(DThemeDarkDiagramCanvas, _super);
2012
- function DThemeDarkDiagramCanvas() {
2013
- return _super !== null && _super.apply(this, arguments) || this;
2014
- }
2015
- DThemeDarkDiagramCanvas.prototype.newState = function (state) {
2016
- _super.prototype.newState.call(this, state);
2017
- state.isFocusable = false;
2018
- };
2019
- return DThemeDarkDiagramCanvas;
2020
- }(DThemeDarkDiagramCanvasBase));
2021
-
2022
- const EShapeStrokeSide = wcardinal.ui.EShapeStrokeSide;
2023
-
2024
- /*
2025
- * Copyright (C) 2021 Toshiba Corporation
2026
- * SPDX-License-Identifier: Apache-2.0
2027
- */
2028
- var EThemeDarkShape = /** @class */ (function () {
2029
- function EThemeDarkShape() {
2030
- }
2031
- EThemeDarkShape.prototype.getFillColor = function () {
2032
- return 0xffffff;
2033
- };
2034
- EThemeDarkShape.prototype.getFillAlpha = function () {
2035
- return 0.2;
2036
- };
2037
- EThemeDarkShape.prototype.getStrokeColor = function () {
2038
- return 0xdddddd;
2039
- };
2040
- EThemeDarkShape.prototype.getStrokeAlpha = function () {
2041
- return 1;
2042
- };
2043
- EThemeDarkShape.prototype.getStrokeWidth = function () {
2044
- return 2;
2045
- };
2046
- EThemeDarkShape.prototype.getStrokeAlign = function () {
2047
- return 0;
2048
- };
2049
- EThemeDarkShape.prototype.getStrokeSide = function () {
2050
- return EShapeStrokeSide.ALL;
2051
- };
2052
- EThemeDarkShape.prototype.getStrokeStyle = function () {
2053
- return EShapeStrokeStyle.NONE;
2054
- };
2055
- EThemeDarkShape.prototype.getTextValue = function () {
2056
- return "";
2057
- };
2058
- EThemeDarkShape.prototype.getTextColor = function () {
2059
- return this.getStrokeColor();
2060
- };
2061
- EThemeDarkShape.prototype.getTextAlpha = function () {
2062
- return this.getStrokeAlpha();
2063
- };
2064
- EThemeDarkShape.prototype.getTextFamily = function () {
2065
- return "auto";
2066
- };
2067
- EThemeDarkShape.prototype.getTextSize = function () {
2068
- return 14;
2069
- };
2070
- EThemeDarkShape.prototype.getRadius = function () {
2071
- return 0.25;
2072
- };
2073
- EThemeDarkShape.prototype.getSizeX = function () {
2074
- return 100;
2075
- };
2076
- EThemeDarkShape.prototype.getSizeY = function () {
2077
- return 100;
2078
- };
2079
- EThemeDarkShape.prototype.getHighlightColor = function () {
2080
- return 0x1e87f0;
2081
- };
2082
- EThemeDarkShape.prototype.getCurveSegmentCount = function () {
2083
- return 24;
2084
- };
2085
- return EThemeDarkShape;
2086
- }());
2087
-
2088
- /*
2089
- * Copyright (C) 2019 Toshiba Corporation
2090
- * SPDX-License-Identifier: Apache-2.0
2091
- */
2092
- var loadThemeDarkShape = function () {
2093
- DThemeDark.set("EShape", EThemeDarkShape);
2094
- };
2095
-
2096
- /*
2097
- * Copyright (C) 2019 Toshiba Corporation
2098
- * SPDX-License-Identifier: Apache-2.0
2099
- */
2100
- var loadThemeDarkDiagram = function () {
2101
- DThemeDark.set("DDiagram", DThemeDarkDiagram);
2102
- DThemeDark.set("DDiagramCanvas", DThemeDarkDiagramCanvas);
2103
- loadThemeDarkShape();
2104
- };
2105
-
2106
1949
  const DAnimationFadeIn = wcardinal.ui.DAnimationFadeIn;
2107
1950
 
2108
1951
  const DDialogAlign = wcardinal.ui.DDialogAlign;
@@ -5432,6 +5275,80 @@
5432
5275
  DThemeDark.set("EShapeActionValue", EThemeDarkShapeActionValue);
5433
5276
  };
5434
5277
 
5278
+ const EShapeStrokeSide = wcardinal.ui.EShapeStrokeSide;
5279
+
5280
+ /*
5281
+ * Copyright (C) 2021 Toshiba Corporation
5282
+ * SPDX-License-Identifier: Apache-2.0
5283
+ */
5284
+ var EThemeDarkShape = /** @class */ (function () {
5285
+ function EThemeDarkShape() {
5286
+ }
5287
+ EThemeDarkShape.prototype.getFillColor = function () {
5288
+ return 0xffffff;
5289
+ };
5290
+ EThemeDarkShape.prototype.getFillAlpha = function () {
5291
+ return 0.2;
5292
+ };
5293
+ EThemeDarkShape.prototype.getStrokeColor = function () {
5294
+ return 0xdddddd;
5295
+ };
5296
+ EThemeDarkShape.prototype.getStrokeAlpha = function () {
5297
+ return 1;
5298
+ };
5299
+ EThemeDarkShape.prototype.getStrokeWidth = function () {
5300
+ return 2;
5301
+ };
5302
+ EThemeDarkShape.prototype.getStrokeAlign = function () {
5303
+ return 0;
5304
+ };
5305
+ EThemeDarkShape.prototype.getStrokeSide = function () {
5306
+ return EShapeStrokeSide.ALL;
5307
+ };
5308
+ EThemeDarkShape.prototype.getStrokeStyle = function () {
5309
+ return EShapeStrokeStyle.NONE;
5310
+ };
5311
+ EThemeDarkShape.prototype.getTextValue = function () {
5312
+ return "";
5313
+ };
5314
+ EThemeDarkShape.prototype.getTextColor = function () {
5315
+ return this.getStrokeColor();
5316
+ };
5317
+ EThemeDarkShape.prototype.getTextAlpha = function () {
5318
+ return this.getStrokeAlpha();
5319
+ };
5320
+ EThemeDarkShape.prototype.getTextFamily = function () {
5321
+ return "auto";
5322
+ };
5323
+ EThemeDarkShape.prototype.getTextSize = function () {
5324
+ return 14;
5325
+ };
5326
+ EThemeDarkShape.prototype.getRadius = function () {
5327
+ return 0.25;
5328
+ };
5329
+ EThemeDarkShape.prototype.getSizeX = function () {
5330
+ return 100;
5331
+ };
5332
+ EThemeDarkShape.prototype.getSizeY = function () {
5333
+ return 100;
5334
+ };
5335
+ EThemeDarkShape.prototype.getHighlightColor = function () {
5336
+ return 0x1e87f0;
5337
+ };
5338
+ EThemeDarkShape.prototype.getCurveSegmentCount = function () {
5339
+ return 24;
5340
+ };
5341
+ return EThemeDarkShape;
5342
+ }());
5343
+
5344
+ /*
5345
+ * Copyright (C) 2019 Toshiba Corporation
5346
+ * SPDX-License-Identifier: Apache-2.0
5347
+ */
5348
+ var loadThemeDarkShape = function () {
5349
+ DThemeDark.set("EShape", EThemeDarkShape);
5350
+ };
5351
+
5435
5352
  /*
5436
5353
  * Copyright (C) 2019 Toshiba Corporation
5437
5354
  * SPDX-License-Identifier: Apache-2.0
@@ -7175,6 +7092,115 @@
7175
7092
  loadThemeDarkButton();
7176
7093
  };
7177
7094
 
7095
+ /*
7096
+ * Copyright (C) 2019 Toshiba Corporation
7097
+ * SPDX-License-Identifier: Apache-2.0
7098
+ */
7099
+ var DThemeDarkDiagramBase = /** @class */ (function (_super) {
7100
+ __extends(DThemeDarkDiagramBase, _super);
7101
+ function DThemeDarkDiagramBase() {
7102
+ return _super !== null && _super.apply(this, arguments) || this;
7103
+ }
7104
+ DThemeDarkDiagramBase.prototype.getCanvasBackgroundColor = function () {
7105
+ return 0x2e2e2e;
7106
+ };
7107
+ DThemeDarkDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
7108
+ return 1.0;
7109
+ };
7110
+ DThemeDarkDiagramBase.prototype.isAmbient = function () {
7111
+ return true;
7112
+ };
7113
+ DThemeDarkDiagramBase.prototype.getCanvasShadow = function () {
7114
+ return "WEAK";
7115
+ };
7116
+ return DThemeDarkDiagramBase;
7117
+ }(DThemeDarkCanvasContainer));
7118
+
7119
+ /*
7120
+ * Copyright (C) 2019 Toshiba Corporation
7121
+ * SPDX-License-Identifier: Apache-2.0
7122
+ */
7123
+ var DThemeDarkDiagram = /** @class */ (function (_super) {
7124
+ __extends(DThemeDarkDiagram, _super);
7125
+ function DThemeDarkDiagram() {
7126
+ return _super !== null && _super.apply(this, arguments) || this;
7127
+ }
7128
+ return DThemeDarkDiagram;
7129
+ }(DThemeDarkDiagramBase));
7130
+
7131
+ /*
7132
+ * Copyright (C) 2019 Toshiba Corporation
7133
+ * SPDX-License-Identifier: Apache-2.0
7134
+ */
7135
+ var DThemeDarkDiagramCanvasBase = /** @class */ (function (_super) {
7136
+ __extends(DThemeDarkDiagramCanvasBase, _super);
7137
+ function DThemeDarkDiagramCanvasBase() {
7138
+ return _super !== null && _super.apply(this, arguments) || this;
7139
+ }
7140
+ DThemeDarkDiagramCanvasBase.prototype.isAmbient = function () {
7141
+ return true;
7142
+ };
7143
+ DThemeDarkDiagramCanvasBase.prototype.getBackgroundBase = function () {
7144
+ return DThemeDarkConstants.BACKGROUND_COLOR;
7145
+ };
7146
+ DThemeDarkDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
7147
+ return 0;
7148
+ };
7149
+ return DThemeDarkDiagramCanvasBase;
7150
+ }(DThemeDarkCanvas));
7151
+
7152
+ /*
7153
+ * Copyright (C) 2019 Toshiba Corporation
7154
+ * SPDX-License-Identifier: Apache-2.0
7155
+ */
7156
+ var DThemeDarkDiagramCanvas = /** @class */ (function (_super) {
7157
+ __extends(DThemeDarkDiagramCanvas, _super);
7158
+ function DThemeDarkDiagramCanvas() {
7159
+ return _super !== null && _super.apply(this, arguments) || this;
7160
+ }
7161
+ DThemeDarkDiagramCanvas.prototype.newState = function (state) {
7162
+ _super.prototype.newState.call(this, state);
7163
+ state.isFocusable = false;
7164
+ };
7165
+ return DThemeDarkDiagramCanvas;
7166
+ }(DThemeDarkDiagramCanvasBase));
7167
+
7168
+ var EThemeDarkShapePointsFormatter = /** @class */ (function () {
7169
+ function EThemeDarkShapePointsFormatter() {
7170
+ }
7171
+ return EThemeDarkShapePointsFormatter;
7172
+ }());
7173
+
7174
+ var EThemeDarkEnUsShapePointsFormatter = /** @class */ (function (_super) {
7175
+ __extends(EThemeDarkEnUsShapePointsFormatter, _super);
7176
+ function EThemeDarkEnUsShapePointsFormatter() {
7177
+ return _super !== null && _super.apply(this, arguments) || this;
7178
+ }
7179
+ EThemeDarkEnUsShapePointsFormatter.prototype.getCurveLabel = function () {
7180
+ return "Curve";
7181
+ };
7182
+ return EThemeDarkEnUsShapePointsFormatter;
7183
+ }(EThemeDarkShapePointsFormatter));
7184
+
7185
+ /*
7186
+ * Copyright (C) 2019 Toshiba Corporation
7187
+ * SPDX-License-Identifier: Apache-2.0
7188
+ */
7189
+ var loadThemeDarkEnUsShapePointsFormatter = function () {
7190
+ DThemeDark.set("EShapePointsFormatter", EThemeDarkEnUsShapePointsFormatter);
7191
+ };
7192
+
7193
+ /*
7194
+ * Copyright (C) 2019 Toshiba Corporation
7195
+ * SPDX-License-Identifier: Apache-2.0
7196
+ */
7197
+ var loadThemeDarkEnUsDiagram = function () {
7198
+ DThemeDark.set("DDiagram", DThemeDarkDiagram);
7199
+ DThemeDark.set("DDiagramCanvas", DThemeDarkDiagramCanvas);
7200
+ loadThemeDarkEnUsShapePointsFormatter();
7201
+ loadThemeDarkShape();
7202
+ };
7203
+
7178
7204
  /*
7179
7205
  * Copyright (C) 2019 Toshiba Corporation
7180
7206
  * SPDX-License-Identifier: Apache-2.0
@@ -7314,6 +7340,7 @@
7314
7340
  DThemeDark.set("DDiagramEditor", DThemeDarkEnUsDiagramEditor);
7315
7341
  DThemeDark.set("DDiagramCanvasEditor", DThemeDarkDiagramCanvasEditor);
7316
7342
  loadThemeDarkShapeActionValue();
7343
+ loadThemeDarkEnUsShapePointsFormatter();
7317
7344
  loadThemeDarkShape();
7318
7345
  };
7319
7346
 
@@ -9641,7 +9668,7 @@
9641
9668
  loadThemeDarkChart();
9642
9669
  loadThemeDarkColor();
9643
9670
  loadThemeDarkEnUsDiagramEditor();
9644
- loadThemeDarkDiagram();
9671
+ loadThemeDarkEnUsDiagram();
9645
9672
  loadThemeDarkEnUsDialogAll();
9646
9673
  loadThemeDarkExpandable();
9647
9674
  loadThemeDarkHtmlElement();
@@ -9703,7 +9730,6 @@
9703
9730
  loadThemeDarkCanvasContainer: loadThemeDarkCanvasContainer,
9704
9731
  loadThemeDarkChart: loadThemeDarkChart,
9705
9732
  loadThemeDarkColor: loadThemeDarkColor,
9706
- loadThemeDarkDiagram: loadThemeDarkDiagram,
9707
9733
  loadThemeDarkDialogFitted: loadThemeDarkDialogFitted,
9708
9734
  loadThemeDarkDialogInputBoolean: loadThemeDarkDialogInputBoolean,
9709
9735
  loadThemeDarkDialogInputInteger: loadThemeDarkDialogInputInteger,
@@ -9746,6 +9772,7 @@
9746
9772
  loadThemeDarkEnUsButtonSelect: loadThemeDarkEnUsButtonSelect,
9747
9773
  loadThemeDarkEnUsButtonTime: loadThemeDarkEnUsButtonTime,
9748
9774
  loadThemeDarkEnUsDiagramEditor: loadThemeDarkEnUsDiagramEditor,
9775
+ loadThemeDarkEnUsDiagram: loadThemeDarkEnUsDiagram,
9749
9776
  loadThemeDarkEnUsDialogAll: loadThemeDarkEnUsDialogAll,
9750
9777
  loadThemeDarkEnUsDialogColorGradient: loadThemeDarkEnUsDialogColorGradient,
9751
9778
  loadThemeDarkEnUsDialogColor: loadThemeDarkEnUsDialogColor,
@@ -9769,6 +9796,7 @@
9769
9796
  loadThemeDarkEnUsPickerDate: loadThemeDarkEnUsPickerDate,
9770
9797
  loadThemeDarkEnUsPickerDatetime: loadThemeDarkEnUsPickerDatetime,
9771
9798
  loadThemeDarkEnUsPickerTime: loadThemeDarkEnUsPickerTime,
9799
+ loadThemeDarkEnUsShapePointsFormatter: loadThemeDarkEnUsShapePointsFormatter,
9772
9800
  loadThemeDarkEnUsTable: loadThemeDarkEnUsTable,
9773
9801
  DThemeDarkAtlas: DThemeDarkAtlas,
9774
9802
  DThemeDarkBase: DThemeDarkBase,
@@ -10001,6 +10029,7 @@
10001
10029
  DThemeDarkView: DThemeDarkView,
10002
10030
  DThemeDark: DThemeDark,
10003
10031
  EThemeDarkShapeActionValue: EThemeDarkShapeActionValue,
10032
+ EThemeDarkShapePointsFormatter: EThemeDarkShapePointsFormatter,
10004
10033
  EThemeDarkShape: EThemeDarkShape,
10005
10034
  DThemeDarkEnUsDiagramEditor: DThemeDarkEnUsDiagramEditor,
10006
10035
  DThemeDarkEnUsDialogConfirmDelete: DThemeDarkEnUsDialogConfirmDelete,
@@ -10020,7 +10049,8 @@
10020
10049
  DThemeDarkEnUsPickerColor: DThemeDarkEnUsPickerColor,
10021
10050
  DThemeDarkEnUsPickerDate: DThemeDarkEnUsPickerDate,
10022
10051
  DThemeDarkEnUsPickerDatetime: DThemeDarkEnUsPickerDatetime,
10023
- DThemeDarkEnUsPickerTime: DThemeDarkEnUsPickerTime
10052
+ DThemeDarkEnUsPickerTime: DThemeDarkEnUsPickerTime,
10053
+ EThemeDarkEnUsShapePointsFormatter: EThemeDarkEnUsShapePointsFormatter
10024
10054
  };
10025
10055
 
10026
10056
  /*