@wcardinal/wcardinal-ui 0.388.0 → 0.390.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 (161) hide show
  1. package/dist/types/wcardinal/ui/d-dialog-layered-footer.d.ts +26 -1
  2. package/dist/types/wcardinal/ui/shape/e-shape-points-formatter-datum.d.ts +5 -0
  3. package/dist/types/wcardinal/ui/shape/e-shape-points-formatters.d.ts +3 -4
  4. package/dist/types/wcardinal/ui/shape/index.d.ts +1 -0
  5. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-dialog-layered-footer.d.ts +2 -0
  6. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-dialog-layered-header-separator.d.ts +1 -0
  7. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-scroll-bar-thumb.d.ts +3 -0
  8. package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.d.ts +4 -0
  9. package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.d.ts +4 -0
  10. package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.d.ts +4 -0
  11. package/dist/types/wcardinal/ui/theme/dark/index-en-us.d.ts +1 -0
  12. package/dist/types/wcardinal/ui/theme/dark/index-ja-jp.d.ts +1 -0
  13. package/dist/types/wcardinal/ui/theme/dark/index-zz-zz.d.ts +1 -0
  14. package/dist/types/wcardinal/ui/theme/dark/load/index-en-us.d.ts +2 -0
  15. package/dist/types/wcardinal/ui/theme/dark/load/index-ja-jp.d.ts +2 -0
  16. package/dist/types/wcardinal/ui/theme/dark/load/index-zz-zz.d.ts +0 -1
  17. package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram.d.ts +1 -0
  18. package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.d.ts +1 -0
  19. package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.d.ts +1 -0
  20. package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.d.ts +1 -0
  21. package/dist/types/wcardinal/ui/theme/white/d-theme-white-dialog-layered-footer.d.ts +2 -0
  22. package/dist/types/wcardinal/ui/theme/white/d-theme-white-dialog-layered-header-separator.d.ts +1 -0
  23. package/dist/types/wcardinal/ui/theme/white/d-theme-white-scroll-bar-thumb.d.ts +3 -0
  24. package/dist/types/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.d.ts +4 -0
  25. package/dist/types/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.d.ts +4 -0
  26. package/dist/types/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.d.ts +4 -0
  27. package/dist/types/wcardinal/ui/theme/white/index-en-us.d.ts +1 -0
  28. package/dist/types/wcardinal/ui/theme/white/index-ja-jp.d.ts +1 -0
  29. package/dist/types/wcardinal/ui/theme/white/index-zz-zz.d.ts +1 -0
  30. package/dist/types/wcardinal/ui/theme/white/load/index-en-us.d.ts +2 -0
  31. package/dist/types/wcardinal/ui/theme/white/load/index-ja-jp.d.ts +2 -0
  32. package/dist/types/wcardinal/ui/theme/white/load/index-zz-zz.d.ts +0 -1
  33. package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram.d.ts +1 -0
  34. package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.d.ts +1 -0
  35. package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.d.ts +1 -0
  36. package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.d.ts +1 -0
  37. package/dist/wcardinal/ui/d-dialog-layered-footer.js +56 -16
  38. package/dist/wcardinal/ui/d-dialog-layered-footer.js.map +1 -1
  39. package/dist/wcardinal/ui/shape/e-shape-points-formatter-datum.js +6 -0
  40. package/dist/wcardinal/ui/shape/e-shape-points-formatter-datum.js.map +1 -0
  41. package/dist/wcardinal/ui/shape/e-shape-points-formatters.js +3 -1
  42. package/dist/wcardinal/ui/shape/e-shape-points-formatters.js.map +1 -1
  43. package/dist/wcardinal/ui/shape/index.js +1 -0
  44. package/dist/wcardinal/ui/shape/index.js.map +1 -1
  45. package/dist/wcardinal/ui/theme/dark/d-theme-dark-base.js +2 -2
  46. package/dist/wcardinal/ui/theme/dark/d-theme-dark-base.js.map +1 -1
  47. package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-layered-footer.js +6 -0
  48. package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-layered-footer.js.map +1 -1
  49. package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-layered-header-separator.js +3 -0
  50. package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-layered-header-separator.js.map +1 -1
  51. package/dist/wcardinal/ui/theme/dark/d-theme-dark-list-items.js +2 -2
  52. package/dist/wcardinal/ui/theme/dark/d-theme-dark-list-items.js.map +1 -1
  53. package/dist/wcardinal/ui/theme/dark/d-theme-dark-scroll-bar-thumb.js +10 -7
  54. package/dist/wcardinal/ui/theme/dark/d-theme-dark-scroll-bar-thumb.js.map +1 -1
  55. package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-row.js +1 -1
  56. package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-row.js.map +1 -1
  57. package/dist/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.js +14 -0
  58. package/dist/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.js.map +1 -0
  59. package/dist/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.js +14 -0
  60. package/dist/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.js.map +1 -0
  61. package/dist/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.js +7 -0
  62. package/dist/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.js.map +1 -0
  63. package/dist/wcardinal/ui/theme/dark/index-en-us.js +1 -0
  64. package/dist/wcardinal/ui/theme/dark/index-en-us.js.map +1 -1
  65. package/dist/wcardinal/ui/theme/dark/index-ja-jp.js +1 -0
  66. package/dist/wcardinal/ui/theme/dark/index-ja-jp.js.map +1 -1
  67. package/dist/wcardinal/ui/theme/dark/index-zz-zz.js +1 -0
  68. package/dist/wcardinal/ui/theme/dark/index-zz-zz.js.map +1 -1
  69. package/dist/wcardinal/ui/theme/dark/load/index-en-us.js +2 -0
  70. package/dist/wcardinal/ui/theme/dark/load/index-en-us.js.map +1 -1
  71. package/dist/wcardinal/ui/theme/dark/load/index-ja-jp.js +2 -0
  72. package/dist/wcardinal/ui/theme/dark/load/index-ja-jp.js.map +1 -1
  73. package/dist/wcardinal/ui/theme/dark/load/index-zz-zz.js +0 -1
  74. package/dist/wcardinal/ui/theme/dark/load/index-zz-zz.js.map +1 -1
  75. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-all.js +2 -2
  76. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-all.js.map +1 -1
  77. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram-editor.js +2 -0
  78. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram-editor.js.map +1 -1
  79. package/dist/wcardinal/ui/theme/dark/load/{load-theme-dark-diagram.js → load-theme-dark-en-us-diagram.js} +4 -2
  80. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram.js.map +1 -0
  81. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.js +10 -0
  82. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.js.map +1 -0
  83. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-all.js +2 -2
  84. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-all.js.map +1 -1
  85. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram-editor.js +2 -0
  86. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram-editor.js.map +1 -1
  87. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.js +16 -0
  88. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.js.map +1 -0
  89. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.js +10 -0
  90. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.js.map +1 -0
  91. package/dist/wcardinal/ui/theme/white/d-theme-white-base.js +2 -2
  92. package/dist/wcardinal/ui/theme/white/d-theme-white-base.js.map +1 -1
  93. package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-layered-footer.js +6 -0
  94. package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-layered-footer.js.map +1 -1
  95. package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-layered-header-separator.js +3 -0
  96. package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-layered-header-separator.js.map +1 -1
  97. package/dist/wcardinal/ui/theme/white/d-theme-white-list-items.js +1 -1
  98. package/dist/wcardinal/ui/theme/white/d-theme-white-list-items.js.map +1 -1
  99. package/dist/wcardinal/ui/theme/white/d-theme-white-scroll-bar-thumb.js +10 -7
  100. package/dist/wcardinal/ui/theme/white/d-theme-white-scroll-bar-thumb.js.map +1 -1
  101. package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-row.js +1 -1
  102. package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-row.js.map +1 -1
  103. package/dist/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.js +14 -0
  104. package/dist/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.js.map +1 -0
  105. package/dist/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.js +14 -0
  106. package/dist/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.js.map +1 -0
  107. package/dist/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.js +7 -0
  108. package/dist/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.js.map +1 -0
  109. package/dist/wcardinal/ui/theme/white/index-en-us.js +1 -0
  110. package/dist/wcardinal/ui/theme/white/index-en-us.js.map +1 -1
  111. package/dist/wcardinal/ui/theme/white/index-ja-jp.js +1 -0
  112. package/dist/wcardinal/ui/theme/white/index-ja-jp.js.map +1 -1
  113. package/dist/wcardinal/ui/theme/white/index-zz-zz.js +1 -0
  114. package/dist/wcardinal/ui/theme/white/index-zz-zz.js.map +1 -1
  115. package/dist/wcardinal/ui/theme/white/load/index-en-us.js +2 -0
  116. package/dist/wcardinal/ui/theme/white/load/index-en-us.js.map +1 -1
  117. package/dist/wcardinal/ui/theme/white/load/index-ja-jp.js +2 -0
  118. package/dist/wcardinal/ui/theme/white/load/index-ja-jp.js.map +1 -1
  119. package/dist/wcardinal/ui/theme/white/load/index-zz-zz.js +0 -1
  120. package/dist/wcardinal/ui/theme/white/load/index-zz-zz.js.map +1 -1
  121. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-all.js +2 -2
  122. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-all.js.map +1 -1
  123. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram-editor.js +2 -0
  124. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram-editor.js.map +1 -1
  125. package/dist/wcardinal/ui/theme/white/load/{load-theme-white-diagram.js → load-theme-white-en-us-diagram.js} +4 -2
  126. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram.js.map +1 -0
  127. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.js +10 -0
  128. package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.js.map +1 -0
  129. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-all.js +2 -2
  130. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-all.js.map +1 -1
  131. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram-editor.js +2 -0
  132. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram-editor.js.map +1 -1
  133. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.js +16 -0
  134. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.js.map +1 -0
  135. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.js +10 -0
  136. package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.js.map +1 -0
  137. package/dist/wcardinal-ui-theme-dark-en-us.js +215 -173
  138. package/dist/wcardinal-ui-theme-dark-en-us.min.js +2 -2
  139. package/dist/wcardinal-ui-theme-dark-en-us.min.js.map +1 -1
  140. package/dist/wcardinal-ui-theme-dark-ja-jp.js +215 -173
  141. package/dist/wcardinal-ui-theme-dark-ja-jp.min.js +2 -2
  142. package/dist/wcardinal-ui-theme-dark-ja-jp.min.js.map +1 -1
  143. package/dist/wcardinal-ui-theme-dark.js +215 -173
  144. package/dist/wcardinal-ui-theme-dark.min.js +2 -2
  145. package/dist/wcardinal-ui-theme-white-en-us.js +210 -168
  146. package/dist/wcardinal-ui-theme-white-en-us.min.js +2 -2
  147. package/dist/wcardinal-ui-theme-white-en-us.min.js.map +1 -1
  148. package/dist/wcardinal-ui-theme-white-ja-jp.js +210 -168
  149. package/dist/wcardinal-ui-theme-white-ja-jp.min.js +2 -2
  150. package/dist/wcardinal-ui-theme-white-ja-jp.min.js.map +1 -1
  151. package/dist/wcardinal-ui-theme-white.js +210 -168
  152. package/dist/wcardinal-ui-theme-white.min.js +2 -2
  153. package/dist/wcardinal-ui.cjs.js +546 -353
  154. package/dist/wcardinal-ui.js +59 -18
  155. package/dist/wcardinal-ui.min.js +2 -2
  156. package/dist/wcardinal-ui.min.js.map +1 -1
  157. package/package.json +1 -1
  158. package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-diagram.d.ts +0 -1
  159. package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-diagram.d.ts +0 -1
  160. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-diagram.js.map +0 -1
  161. 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.390.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
@@ -254,7 +254,7 @@
254
254
  return 1;
255
255
  };
256
256
  DThemeWhiteBase.prototype.getBorderWidth = function (state) {
257
- return 1;
257
+ return 1.5;
258
258
  };
259
259
  DThemeWhiteBase.prototype.getBorderAlign = function (state) {
260
260
  return 0;
@@ -293,7 +293,7 @@
293
293
  return 0;
294
294
  };
295
295
  DThemeWhiteBase.prototype.getOutlineWidth = function (state) {
296
- return 1;
296
+ return 1.5;
297
297
  };
298
298
  DThemeWhiteBase.prototype.getOutlineOffset = function (state) {
299
299
  return 0;
@@ -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;
@@ -3420,7 +3267,7 @@
3420
3267
  if (baseColor != null) {
3421
3268
  this._backgroundColorEven = baseColor;
3422
3269
  this._backgroundAlphaEven = 1;
3423
- this._backgroundColorOdd = UtilRgb.blend(baseColor, 0x000000, 0.0175);
3270
+ this._backgroundColorOdd = UtilRgb.darken(baseColor, 0.0175);
3424
3271
  this._backgroundAlphaOdd = 1;
3425
3272
  this._invalidColor = UtilRgb.blend(baseColor, DThemeWhiteConstants.INVALID_COLOR, DThemeWhiteConstants.INVALID_ALPHA);
3426
3273
  this._invalidAlpha = 1;
@@ -4859,6 +4706,9 @@
4859
4706
  function DThemeWhiteScrollBarThumb() {
4860
4707
  var _this = _super !== null && _super.apply(this, arguments) || this;
4861
4708
  _this.BORDER_COLOR = UtilRgb.darken(DThemeWhiteConstants.WEAK_HIGHLIGHT_COLOR, 0.25);
4709
+ _this.BORDER_COLOR_DISABLED = UtilRgb.brighten(_this.BORDER_COLOR, 0.75);
4710
+ _this.BORDER_COLOR_HOVERED = UtilRgb.brighten(_this.BORDER_COLOR, 0.25);
4711
+ _this.BORDER_COLOR_OTHER = UtilRgb.brighten(_this.BORDER_COLOR, 0.5);
4862
4712
  return _this;
4863
4713
  }
4864
4714
  DThemeWhiteScrollBarThumb.prototype.getBackgroundColor = function (state) {
@@ -4868,24 +4718,24 @@
4868
4718
  return 1;
4869
4719
  };
4870
4720
  DThemeWhiteScrollBarThumb.prototype.getBorderColor = function (state) {
4871
- return this.BORDER_COLOR;
4872
- };
4873
- DThemeWhiteScrollBarThumb.prototype.getBorderAlpha = function (state) {
4874
4721
  if (state.inDisabled) {
4875
- return 0.25;
4722
+ return this.BORDER_COLOR_DISABLED;
4876
4723
  }
4877
4724
  else if (state.isHovered || state.isGesturing) {
4878
- return 0.75;
4725
+ return this.BORDER_COLOR_HOVERED;
4879
4726
  }
4880
4727
  else {
4881
- return 0.5;
4728
+ return this.BORDER_COLOR_OTHER;
4882
4729
  }
4883
4730
  };
4731
+ DThemeWhiteScrollBarThumb.prototype.getBorderAlpha = function (state) {
4732
+ return 1;
4733
+ };
4884
4734
  DThemeWhiteScrollBarThumb.prototype.getBorderWidth = function (state) {
4885
4735
  return 3;
4886
4736
  };
4887
4737
  DThemeWhiteScrollBarThumb.prototype.getBorderAlign = function (state) {
4888
- return 0.5;
4738
+ return 1;
4889
4739
  };
4890
4740
  DThemeWhiteScrollBarThumb.prototype.getWidth = function () {
4891
4741
  return 13;
@@ -5429,6 +5279,76 @@
5429
5279
  DThemeWhite.set("EShapeActionValue", EThemeWhiteShapeActionValue);
5430
5280
  };
5431
5281
 
5282
+ const EShapeStrokeSide = wcardinal.ui.EShapeStrokeSide;
5283
+
5284
+ var EThemeWhiteShape = /** @class */ (function () {
5285
+ function EThemeWhiteShape() {
5286
+ }
5287
+ EThemeWhiteShape.prototype.getFillColor = function () {
5288
+ return 0xffffff;
5289
+ };
5290
+ EThemeWhiteShape.prototype.getFillAlpha = function () {
5291
+ return 0.5;
5292
+ };
5293
+ EThemeWhiteShape.prototype.getStrokeColor = function () {
5294
+ return 0x4f4f4f;
5295
+ };
5296
+ EThemeWhiteShape.prototype.getStrokeAlpha = function () {
5297
+ return 1;
5298
+ };
5299
+ EThemeWhiteShape.prototype.getStrokeWidth = function () {
5300
+ return 2;
5301
+ };
5302
+ EThemeWhiteShape.prototype.getStrokeAlign = function () {
5303
+ return 0;
5304
+ };
5305
+ EThemeWhiteShape.prototype.getStrokeSide = function () {
5306
+ return EShapeStrokeSide.ALL;
5307
+ };
5308
+ EThemeWhiteShape.prototype.getStrokeStyle = function () {
5309
+ return EShapeStrokeStyle.NONE;
5310
+ };
5311
+ EThemeWhiteShape.prototype.getTextValue = function () {
5312
+ return "";
5313
+ };
5314
+ EThemeWhiteShape.prototype.getTextColor = function () {
5315
+ return this.getStrokeColor();
5316
+ };
5317
+ EThemeWhiteShape.prototype.getTextAlpha = function () {
5318
+ return this.getStrokeAlpha();
5319
+ };
5320
+ EThemeWhiteShape.prototype.getTextFamily = function () {
5321
+ return "auto";
5322
+ };
5323
+ EThemeWhiteShape.prototype.getTextSize = function () {
5324
+ return 14;
5325
+ };
5326
+ EThemeWhiteShape.prototype.getRadius = function () {
5327
+ return 0.25;
5328
+ };
5329
+ EThemeWhiteShape.prototype.getSizeX = function () {
5330
+ return 100;
5331
+ };
5332
+ EThemeWhiteShape.prototype.getSizeY = function () {
5333
+ return 100;
5334
+ };
5335
+ EThemeWhiteShape.prototype.getHighlightColor = function () {
5336
+ return 0x1e87f0;
5337
+ };
5338
+ EThemeWhiteShape.prototype.getCurveSegmentCount = function () {
5339
+ return 24;
5340
+ };
5341
+ return EThemeWhiteShape;
5342
+ }());
5343
+
5344
+ /*
5345
+ * Copyright (C) 2019 Toshiba Corporation
5346
+ * SPDX-License-Identifier: Apache-2.0
5347
+ */
5348
+ var loadThemeWhiteShape = function () {
5349
+ DThemeWhite.set("EShape", EThemeWhiteShape);
5350
+ };
5351
+
5432
5352
  /*
5433
5353
  * Copyright (C) 2019 Toshiba Corporation
5434
5354
  * SPDX-License-Identifier: Apache-2.0
@@ -7167,6 +7087,115 @@
7167
7087
  loadThemeWhiteButton();
7168
7088
  };
7169
7089
 
7090
+ /*
7091
+ * Copyright (C) 2019 Toshiba Corporation
7092
+ * SPDX-License-Identifier: Apache-2.0
7093
+ */
7094
+ var DThemeWhiteDiagramBase = /** @class */ (function (_super) {
7095
+ __extends(DThemeWhiteDiagramBase, _super);
7096
+ function DThemeWhiteDiagramBase() {
7097
+ return _super !== null && _super.apply(this, arguments) || this;
7098
+ }
7099
+ DThemeWhiteDiagramBase.prototype.getCanvasBackgroundColor = function () {
7100
+ return 0xffffff;
7101
+ };
7102
+ DThemeWhiteDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
7103
+ return 1.0;
7104
+ };
7105
+ DThemeWhiteDiagramBase.prototype.isAmbient = function () {
7106
+ return true;
7107
+ };
7108
+ DThemeWhiteDiagramBase.prototype.getCanvasShadow = function () {
7109
+ return "WEAK";
7110
+ };
7111
+ return DThemeWhiteDiagramBase;
7112
+ }(DThemeWhiteCanvasContainer));
7113
+
7114
+ /*
7115
+ * Copyright (C) 2019 Toshiba Corporation
7116
+ * SPDX-License-Identifier: Apache-2.0
7117
+ */
7118
+ var DThemeWhiteDiagram = /** @class */ (function (_super) {
7119
+ __extends(DThemeWhiteDiagram, _super);
7120
+ function DThemeWhiteDiagram() {
7121
+ return _super !== null && _super.apply(this, arguments) || this;
7122
+ }
7123
+ return DThemeWhiteDiagram;
7124
+ }(DThemeWhiteDiagramBase));
7125
+
7126
+ /*
7127
+ * Copyright (C) 2019 Toshiba Corporation
7128
+ * SPDX-License-Identifier: Apache-2.0
7129
+ */
7130
+ var DThemeWhiteDiagramCanvasBase = /** @class */ (function (_super) {
7131
+ __extends(DThemeWhiteDiagramCanvasBase, _super);
7132
+ function DThemeWhiteDiagramCanvasBase() {
7133
+ return _super !== null && _super.apply(this, arguments) || this;
7134
+ }
7135
+ DThemeWhiteDiagramCanvasBase.prototype.isAmbient = function () {
7136
+ return true;
7137
+ };
7138
+ DThemeWhiteDiagramCanvasBase.prototype.getBackgroundBase = function () {
7139
+ return 0xeeeeee;
7140
+ };
7141
+ DThemeWhiteDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
7142
+ return 0;
7143
+ };
7144
+ return DThemeWhiteDiagramCanvasBase;
7145
+ }(DThemeWhiteCanvas));
7146
+
7147
+ /*
7148
+ * Copyright (C) 2019 Toshiba Corporation
7149
+ * SPDX-License-Identifier: Apache-2.0
7150
+ */
7151
+ var DThemeWhiteDiagramCanvas = /** @class */ (function (_super) {
7152
+ __extends(DThemeWhiteDiagramCanvas, _super);
7153
+ function DThemeWhiteDiagramCanvas() {
7154
+ return _super !== null && _super.apply(this, arguments) || this;
7155
+ }
7156
+ DThemeWhiteDiagramCanvas.prototype.newState = function (state) {
7157
+ _super.prototype.newState.call(this, state);
7158
+ state.isFocusable = false;
7159
+ };
7160
+ return DThemeWhiteDiagramCanvas;
7161
+ }(DThemeWhiteDiagramCanvasBase));
7162
+
7163
+ var EThemeWhiteShapePointsFormatter = /** @class */ (function () {
7164
+ function EThemeWhiteShapePointsFormatter() {
7165
+ }
7166
+ return EThemeWhiteShapePointsFormatter;
7167
+ }());
7168
+
7169
+ var EThemeWhiteEnUsShapePointsFormatter = /** @class */ (function (_super) {
7170
+ __extends(EThemeWhiteEnUsShapePointsFormatter, _super);
7171
+ function EThemeWhiteEnUsShapePointsFormatter() {
7172
+ return _super !== null && _super.apply(this, arguments) || this;
7173
+ }
7174
+ EThemeWhiteEnUsShapePointsFormatter.prototype.getCurveLabel = function () {
7175
+ return "Curve";
7176
+ };
7177
+ return EThemeWhiteEnUsShapePointsFormatter;
7178
+ }(EThemeWhiteShapePointsFormatter));
7179
+
7180
+ /*
7181
+ * Copyright (C) 2019 Toshiba Corporation
7182
+ * SPDX-License-Identifier: Apache-2.0
7183
+ */
7184
+ var loadThemeWhiteEnUsShapePointsFormatter = function () {
7185
+ DThemeWhite.set("EShapePointsFormatter", EThemeWhiteEnUsShapePointsFormatter);
7186
+ };
7187
+
7188
+ /*
7189
+ * Copyright (C) 2019 Toshiba Corporation
7190
+ * SPDX-License-Identifier: Apache-2.0
7191
+ */
7192
+ var loadThemeWhiteEnUsDiagram = function () {
7193
+ DThemeWhite.set("DDiagram", DThemeWhiteDiagram);
7194
+ DThemeWhite.set("DDiagramCanvas", DThemeWhiteDiagramCanvas);
7195
+ loadThemeWhiteEnUsShapePointsFormatter();
7196
+ loadThemeWhiteShape();
7197
+ };
7198
+
7170
7199
  /*
7171
7200
  * Copyright (C) 2019 Toshiba Corporation
7172
7201
  * SPDX-License-Identifier: Apache-2.0
@@ -7306,6 +7335,7 @@
7306
7335
  DThemeWhite.set("DDiagramEditor", DThemeWhiteEnUsDiagramEditor);
7307
7336
  DThemeWhite.set("DDiagramCanvasEditor", DThemeWhiteDiagramCanvasEditor);
7308
7337
  loadThemeWhiteShapeActionValue();
7338
+ loadThemeWhiteEnUsShapePointsFormatter();
7309
7339
  loadThemeWhiteShape();
7310
7340
  };
7311
7341
 
@@ -7429,6 +7459,9 @@
7429
7459
  DThemeWhiteDialogLayeredHeaderSeparator.prototype.getInteractive = function () {
7430
7460
  return DBaseInteractive.NONE;
7431
7461
  };
7462
+ DThemeWhiteDialogLayeredHeaderSeparator.prototype.newState = function (state) {
7463
+ state.isFocusable = false;
7464
+ };
7432
7465
  return DThemeWhiteDialogLayeredHeaderSeparator;
7433
7466
  }(DThemeWhiteImageBase));
7434
7467
 
@@ -7441,6 +7474,12 @@
7441
7474
  function DThemeWhiteDialogLayeredFooter() {
7442
7475
  return _super !== null && _super.apply(this, arguments) || this;
7443
7476
  }
7477
+ DThemeWhiteDialogLayeredFooter.prototype.isButtonSpaceLeftEnabled = function () {
7478
+ return true;
7479
+ };
7480
+ DThemeWhiteDialogLayeredFooter.prototype.isButtonSpaceRightEnabled = function () {
7481
+ return true;
7482
+ };
7444
7483
  DThemeWhiteDialogLayeredFooter.prototype.getX = function () {
7445
7484
  return "padding";
7446
7485
  };
@@ -9354,7 +9393,7 @@
9354
9393
  function DThemeWhiteTableBodyRow() {
9355
9394
  var _this = _super !== null && _super.apply(this, arguments) || this;
9356
9395
  _this.BACKGROUND_COLOR_EVEN = DThemeWhiteConstants.BACKGROUND_COLOR_ON_BOARD;
9357
- _this.BACKGROUND_COLOR_ODD = UtilRgb.darken(DThemeWhiteConstants.BACKGROUND_COLOR_ON_BOARD, 0.015);
9396
+ _this.BACKGROUND_COLOR_ODD = UtilRgb.darken(DThemeWhiteConstants.BACKGROUND_COLOR_ON_BOARD, 0.0125);
9358
9397
  return _this;
9359
9398
  }
9360
9399
  DThemeWhiteTableBodyRow.prototype.getBackgroundColor = function (state) {
@@ -9636,7 +9675,7 @@
9636
9675
  loadThemeWhiteChart();
9637
9676
  loadThemeWhiteColor();
9638
9677
  loadThemeWhiteEnUsDiagramEditor();
9639
- loadThemeWhiteDiagram();
9678
+ loadThemeWhiteEnUsDiagram();
9640
9679
  loadThemeWhiteEnUsDialogAll();
9641
9680
  loadThemeWhiteExpandable();
9642
9681
  loadThemeWhiteHtmlElement();
@@ -9698,7 +9737,6 @@
9698
9737
  loadThemeWhiteCanvasContainer: loadThemeWhiteCanvasContainer,
9699
9738
  loadThemeWhiteChart: loadThemeWhiteChart,
9700
9739
  loadThemeWhiteColor: loadThemeWhiteColor,
9701
- loadThemeWhiteDiagram: loadThemeWhiteDiagram,
9702
9740
  loadThemeWhiteDialogFitted: loadThemeWhiteDialogFitted,
9703
9741
  loadThemeWhiteDialogInputBoolean: loadThemeWhiteDialogInputBoolean,
9704
9742
  loadThemeWhiteDialogInputInteger: loadThemeWhiteDialogInputInteger,
@@ -9741,6 +9779,7 @@
9741
9779
  loadThemeWhiteEnUsButtonSelect: loadThemeWhiteEnUsButtonSelect,
9742
9780
  loadThemeWhiteEnUsButtonTime: loadThemeWhiteEnUsButtonTime,
9743
9781
  loadThemeWhiteEnUsDiagramEditor: loadThemeWhiteEnUsDiagramEditor,
9782
+ loadThemeWhiteEnUsDiagram: loadThemeWhiteEnUsDiagram,
9744
9783
  loadThemeWhiteEnUsDialogAll: loadThemeWhiteEnUsDialogAll,
9745
9784
  loadThemeWhiteEnUsDialogColorGradient: loadThemeWhiteEnUsDialogColorGradient,
9746
9785
  loadThemeWhiteEnUsDialogColor: loadThemeWhiteEnUsDialogColor,
@@ -9764,6 +9803,7 @@
9764
9803
  loadThemeWhiteEnUsPickerDate: loadThemeWhiteEnUsPickerDate,
9765
9804
  loadThemeWhiteEnUsPickerDatetime: loadThemeWhiteEnUsPickerDatetime,
9766
9805
  loadThemeWhiteEnUsPickerTime: loadThemeWhiteEnUsPickerTime,
9806
+ loadThemeWhiteEnUsShapePointsFormatter: loadThemeWhiteEnUsShapePointsFormatter,
9767
9807
  loadThemeWhiteEnUsTable: loadThemeWhiteEnUsTable,
9768
9808
  DThemeWhiteAtlas: DThemeWhiteAtlas,
9769
9809
  DThemeWhiteBase: DThemeWhiteBase,
@@ -9996,6 +10036,7 @@
9996
10036
  DThemeWhiteView: DThemeWhiteView,
9997
10037
  DThemeWhite: DThemeWhite,
9998
10038
  EThemeWhiteShapeActionValue: EThemeWhiteShapeActionValue,
10039
+ EThemeWhiteShapePointsFormatter: EThemeWhiteShapePointsFormatter,
9999
10040
  EThemeWhiteShape: EThemeWhiteShape,
10000
10041
  DThemeWhiteEnUsDiagramEditor: DThemeWhiteEnUsDiagramEditor,
10001
10042
  DThemeWhiteEnUsDialogConfirmDelete: DThemeWhiteEnUsDialogConfirmDelete,
@@ -10015,7 +10056,8 @@
10015
10056
  DThemeWhiteEnUsPickerColor: DThemeWhiteEnUsPickerColor,
10016
10057
  DThemeWhiteEnUsPickerDate: DThemeWhiteEnUsPickerDate,
10017
10058
  DThemeWhiteEnUsPickerDatetime: DThemeWhiteEnUsPickerDatetime,
10018
- DThemeWhiteEnUsPickerTime: DThemeWhiteEnUsPickerTime
10059
+ DThemeWhiteEnUsPickerTime: DThemeWhiteEnUsPickerTime,
10060
+ EThemeWhiteEnUsShapePointsFormatter: EThemeWhiteEnUsShapePointsFormatter
10019
10061
  };
10020
10062
 
10021
10063
  /*