@wcardinal/wcardinal-ui 0.297.0 → 0.298.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 (94) hide show
  1. package/dist/types/wcardinal/ui/d-chart-selection-container-impl.d.ts +18 -0
  2. package/dist/types/wcardinal/ui/{d-chart-selection-gridline-container.d.ts → d-chart-selection-container.d.ts} +4 -4
  3. package/dist/types/wcardinal/ui/d-chart-selection-gridline-x.d.ts +2 -2
  4. package/dist/types/wcardinal/ui/d-chart-selection-gridline-y.d.ts +2 -2
  5. package/dist/types/wcardinal/ui/d-chart-selection-marker.d.ts +2 -2
  6. package/dist/types/wcardinal/ui/d-chart-selection-shape-base.d.ts +5 -3
  7. package/dist/types/wcardinal/ui/d-chart-selection-shape.d.ts +4 -3
  8. package/dist/types/wcardinal/ui/d-chart-selection-simple.d.ts +2 -0
  9. package/dist/types/wcardinal/ui/d-chart-selection-sub-impl.d.ts +3 -5
  10. package/dist/types/wcardinal/ui/d-chart-selection-sub.d.ts +3 -2
  11. package/dist/types/wcardinal/ui/index.d.ts +2 -2
  12. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-x.d.ts +6 -2
  13. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-y.d.ts +3 -2
  14. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-marker.d.ts +2 -2
  15. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-shape.d.ts +7 -0
  16. package/dist/types/wcardinal/ui/theme/dark/index.d.ts +4 -0
  17. package/dist/types/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-x.d.ts +6 -2
  18. package/dist/types/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-y.d.ts +3 -2
  19. package/dist/types/wcardinal/ui/theme/white/d-theme-white-chart-selection-marker.d.ts +2 -2
  20. package/dist/types/wcardinal/ui/theme/white/d-theme-white-chart-selection-shape.d.ts +7 -0
  21. package/dist/types/wcardinal/ui/theme/white/index.d.ts +4 -0
  22. package/dist/wcardinal/ui/d-chart-selection-container-impl.js +48 -0
  23. package/dist/wcardinal/ui/d-chart-selection-container-impl.js.map +1 -0
  24. package/dist/wcardinal/ui/{d-chart-selection-gridline-container.js → d-chart-selection-container.js} +1 -1
  25. package/dist/wcardinal/ui/d-chart-selection-container.js.map +1 -0
  26. package/dist/wcardinal/ui/d-chart-selection-gridline-x.js +5 -4
  27. package/dist/wcardinal/ui/d-chart-selection-gridline-x.js.map +1 -1
  28. package/dist/wcardinal/ui/d-chart-selection-gridline-y.js +5 -4
  29. package/dist/wcardinal/ui/d-chart-selection-gridline-y.js.map +1 -1
  30. package/dist/wcardinal/ui/d-chart-selection-marker.js +3 -3
  31. package/dist/wcardinal/ui/d-chart-selection-marker.js.map +1 -1
  32. package/dist/wcardinal/ui/d-chart-selection-shape-base.js +28 -10
  33. package/dist/wcardinal/ui/d-chart-selection-shape-base.js.map +1 -1
  34. package/dist/wcardinal/ui/d-chart-selection-shape.js.map +1 -1
  35. package/dist/wcardinal/ui/d-chart-selection-simple.js +22 -6
  36. package/dist/wcardinal/ui/d-chart-selection-simple.js.map +1 -1
  37. package/dist/wcardinal/ui/d-chart-selection-sub-impl.js +11 -15
  38. package/dist/wcardinal/ui/d-chart-selection-sub-impl.js.map +1 -1
  39. package/dist/wcardinal/ui/d-chart-selection-sub.js.map +1 -1
  40. package/dist/wcardinal/ui/index.js +2 -2
  41. package/dist/wcardinal/ui/index.js.map +1 -1
  42. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-axis-x-datetime.js +5 -5
  43. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-axis-x-datetime.js.map +1 -1
  44. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-transform.js +1 -1
  45. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-transform.js.map +1 -1
  46. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate.js +1 -1
  47. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate.js.map +1 -1
  48. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-x.js +14 -2
  49. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-x.js.map +1 -1
  50. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-y.js +7 -3
  51. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-y.js.map +1 -1
  52. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-marker.js +8 -9
  53. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-marker.js.map +1 -1
  54. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-shape.js +11 -0
  55. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-shape.js.map +1 -0
  56. package/dist/wcardinal/ui/theme/dark/index.js +4 -0
  57. package/dist/wcardinal/ui/theme/dark/index.js.map +1 -1
  58. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-axis-x-datetime.js +5 -5
  59. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-axis-x-datetime.js.map +1 -1
  60. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-transform.js +1 -1
  61. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-transform.js.map +1 -1
  62. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate.js +1 -1
  63. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate.js.map +1 -1
  64. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-x.js +15 -2
  65. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-x.js.map +1 -1
  66. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-y.js +8 -3
  67. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-y.js.map +1 -1
  68. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-marker.js +8 -9
  69. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-marker.js.map +1 -1
  70. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-shape.js +11 -0
  71. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-shape.js.map +1 -0
  72. package/dist/wcardinal/ui/theme/white/index.js +4 -0
  73. package/dist/wcardinal/ui/theme/white/index.js.map +1 -1
  74. package/dist/wcardinal-ui-theme-dark.js +38 -34
  75. package/dist/wcardinal-ui-theme-dark.min.js +2 -2
  76. package/dist/wcardinal-ui-theme-dark.min.js.map +1 -1
  77. package/dist/wcardinal-ui-theme-white.js +40 -34
  78. package/dist/wcardinal-ui-theme-white.min.js +2 -2
  79. package/dist/wcardinal-ui-theme-white.min.js.map +1 -1
  80. package/dist/wcardinal-ui.cjs.js +191 -152
  81. package/dist/wcardinal-ui.js +119 -90
  82. package/dist/wcardinal-ui.min.js +2 -2
  83. package/dist/wcardinal-ui.min.js.map +1 -1
  84. package/package.json +1 -1
  85. package/dist/types/wcardinal/ui/d-chart-selection-gridline-container-impl.d.ts +0 -18
  86. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline.d.ts +0 -7
  87. package/dist/types/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline.d.ts +0 -7
  88. package/dist/wcardinal/ui/d-chart-selection-gridline-container-impl.js +0 -50
  89. package/dist/wcardinal/ui/d-chart-selection-gridline-container-impl.js.map +0 -1
  90. package/dist/wcardinal/ui/d-chart-selection-gridline-container.js.map +0 -1
  91. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline.js +0 -22
  92. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline.js.map +0 -1
  93. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline.js +0 -22
  94. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-dark-chart-coordinate.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;IAAA;IAIA,CAAC;IAHA,0CAAM,GAAN,UAAO,KAAa;QACnB,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC;IAClC,CAAC;IACF,gCAAC;AAAD,CAAC,AAJD,IAIC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DThemeChartCoordinate } from \"../../d-chart-coordinate\";\n\nexport class DThemeDarkChartCoordinate implements DThemeChartCoordinate {\n\tisZero(value: number): boolean {\n\t\treturn Math.abs(value) < 0.00001;\n\t}\n}\n"]}
1
+ {"version":3,"file":"d-theme-dark-chart-coordinate.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;IAAA;IAIA,CAAC;IAHA,0CAAM,GAAN,UAAO,KAAa;QACnB,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,OAAO,CAAC;IACzC,CAAC;IACF,gCAAC;AAAD,CAAC,AAJD,IAIC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DThemeChartCoordinate } from \"../../d-chart-coordinate\";\n\nexport class DThemeDarkChartCoordinate implements DThemeChartCoordinate {\n\tisZero(value: number): boolean {\n\t\treturn Math.abs(value) < Number.EPSILON;\n\t}\n}\n"]}
@@ -3,13 +3,25 @@
3
3
  * SPDX-License-Identifier: Apache-2.0
4
4
  */
5
5
  import { __extends } from "tslib";
6
- import { DThemeDarkChartSelectionGridline } from "./d-theme-dark-chart-selection-gridline";
6
+ import { EShapeStrokeStyle } from "../../shape/e-shape-stroke-style";
7
+ import { EShapeBar } from "../../shape/variant/e-shape-bar";
8
+ import { EShapeBarPosition } from "../../shape/variant/e-shape-bar-position";
9
+ import { DThemeDarkChartSelectionShape } from "./d-theme-dark-chart-selection-shape";
7
10
  var DThemeDarkChartSelectionGridlineX = /** @class */ (function (_super) {
8
11
  __extends(DThemeDarkChartSelectionGridlineX, _super);
9
12
  function DThemeDarkChartSelectionGridlineX() {
10
13
  return _super !== null && _super.apply(this, arguments) || this;
11
14
  }
15
+ DThemeDarkChartSelectionGridlineX.prototype.isEnabled = function (state) {
16
+ return state.isHovered;
17
+ };
18
+ DThemeDarkChartSelectionGridlineX.prototype.newShape = function (state) {
19
+ var result = new EShapeBar();
20
+ result.points.position = EShapeBarPosition.TOP;
21
+ result.stroke.style = EShapeStrokeStyle.DASHED;
22
+ return result;
23
+ };
12
24
  return DThemeDarkChartSelectionGridlineX;
13
- }(DThemeDarkChartSelectionGridline));
25
+ }(DThemeDarkChartSelectionShape));
14
26
  export { DThemeDarkChartSelectionGridlineX };
15
27
  //# sourceMappingURL=d-theme-dark-chart-selection-gridline-x.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-dark-chart-selection-gridline-x.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-x.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,yCAAyC,CAAC;AAE3F;IAAuD,qDAAgC;IAAvF;;IAAyF,CAAC;IAAD,wCAAC;AAAD,CAAC,AAA1F,CAAuD,gCAAgC,GAAG","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DThemeDarkChartSelectionGridline } from \"./d-theme-dark-chart-selection-gridline\";\n\nexport class DThemeDarkChartSelectionGridlineX extends DThemeDarkChartSelectionGridline {}\n"]}
1
+ {"version":3,"file":"d-theme-dark-chart-selection-gridline-x.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-x.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAIH,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EAAE,6BAA6B,EAAE,MAAM,sCAAsC,CAAC;AAErF;IAAuD,qDAA6B;IAApF;;IAWA,CAAC;IAVS,qDAAS,GAAlB,UAAmB,KAAoB;QACtC,OAAO,KAAK,CAAC,SAAS,CAAC;IACxB,CAAC;IAEQ,oDAAQ,GAAjB,UAAkB,KAAoB;QACrC,IAAM,MAAM,GAAG,IAAI,SAAS,EAAE,CAAC;QAC/B,MAAM,CAAC,MAAM,CAAC,QAAQ,GAAG,iBAAiB,CAAC,GAAG,CAAC;QAC/C,MAAM,CAAC,MAAM,CAAC,KAAK,GAAG,iBAAiB,CAAC,MAAM,CAAC;QAC/C,OAAO,MAAM,CAAC;IACf,CAAC;IACF,wCAAC;AAAD,CAAC,AAXD,CAAuD,6BAA6B,GAWnF","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { EShape } from \"../../shape/e-shape\";\nimport { EShapeStrokeStyle } from \"../../shape/e-shape-stroke-style\";\nimport { EShapeBar } from \"../../shape/variant/e-shape-bar\";\nimport { EShapeBarPosition } from \"../../shape/variant/e-shape-bar-position\";\nimport { DThemeDarkChartSelectionShape } from \"./d-theme-dark-chart-selection-shape\";\n\nexport class DThemeDarkChartSelectionGridlineX extends DThemeDarkChartSelectionShape {\n\toverride isEnabled(state: DBaseStateSet): boolean {\n\t\treturn state.isHovered;\n\t}\n\n\toverride newShape(state: DBaseStateSet): EShape {\n\t\tconst result = new EShapeBar();\n\t\tresult.points.position = EShapeBarPosition.TOP;\n\t\tresult.stroke.style = EShapeStrokeStyle.DASHED;\n\t\treturn result;\n\t}\n}\n"]}
@@ -3,21 +3,25 @@
3
3
  * SPDX-License-Identifier: Apache-2.0
4
4
  */
5
5
  import { __extends } from "tslib";
6
+ import { EShapeStrokeStyle } from "../../shape/e-shape-stroke-style";
6
7
  import { EShapeBar } from "../../shape/variant/e-shape-bar";
7
8
  import { EShapeBarPosition } from "../../shape/variant/e-shape-bar-position";
8
- import { DThemeDarkChartSelectionGridline } from "./d-theme-dark-chart-selection-gridline";
9
+ import { DThemeDarkChartSelectionShape } from "./d-theme-dark-chart-selection-shape";
9
10
  var DThemeDarkChartSelectionGridlineY = /** @class */ (function (_super) {
10
11
  __extends(DThemeDarkChartSelectionGridlineY, _super);
11
12
  function DThemeDarkChartSelectionGridlineY() {
12
13
  return _super !== null && _super.apply(this, arguments) || this;
13
14
  }
15
+ DThemeDarkChartSelectionGridlineY.prototype.isEnabled = function (state) {
16
+ return state.isHovered;
17
+ };
14
18
  DThemeDarkChartSelectionGridlineY.prototype.newShape = function (state) {
15
19
  var result = new EShapeBar();
16
20
  result.points.position = EShapeBarPosition.LEFT;
17
- result.stroke.alpha = 0.5;
21
+ result.stroke.style = EShapeStrokeStyle.DASHED;
18
22
  return result;
19
23
  };
20
24
  return DThemeDarkChartSelectionGridlineY;
21
- }(DThemeDarkChartSelectionGridline));
25
+ }(DThemeDarkChartSelectionShape));
22
26
  export { DThemeDarkChartSelectionGridlineY };
23
27
  //# sourceMappingURL=d-theme-dark-chart-selection-gridline-y.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-dark-chart-selection-gridline-y.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-y.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAIH,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EAAE,gCAAgC,EAAE,MAAM,yCAAyC,CAAC;AAE3F;IAAuD,qDAAgC;IAAvF;;IAOA,CAAC;IANA,oDAAQ,GAAR,UAAS,KAAoB;QAC5B,IAAM,MAAM,GAAG,IAAI,SAAS,EAAE,CAAC;QAC/B,MAAM,CAAC,MAAM,CAAC,QAAQ,GAAG,iBAAiB,CAAC,IAAI,CAAC;QAChD,MAAM,CAAC,MAAM,CAAC,KAAK,GAAG,GAAG,CAAC;QAC1B,OAAO,MAAM,CAAC;IACf,CAAC;IACF,wCAAC;AAAD,CAAC,AAPD,CAAuD,gCAAgC,GAOtF","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { EShape } from \"../../shape/e-shape\";\nimport { EShapeBar } from \"../../shape/variant/e-shape-bar\";\nimport { EShapeBarPosition } from \"../../shape/variant/e-shape-bar-position\";\nimport { DThemeDarkChartSelectionGridline } from \"./d-theme-dark-chart-selection-gridline\";\n\nexport class DThemeDarkChartSelectionGridlineY extends DThemeDarkChartSelectionGridline {\n\tnewShape(state: DBaseStateSet): EShape {\n\t\tconst result = new EShapeBar();\n\t\tresult.points.position = EShapeBarPosition.LEFT;\n\t\tresult.stroke.alpha = 0.5;\n\t\treturn result;\n\t}\n}\n"]}
1
+ {"version":3,"file":"d-theme-dark-chart-selection-gridline-y.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-y.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAIH,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EAAE,6BAA6B,EAAE,MAAM,sCAAsC,CAAC;AAErF;IAAuD,qDAA6B;IAApF;;IAWA,CAAC;IAVS,qDAAS,GAAlB,UAAmB,KAAoB;QACtC,OAAO,KAAK,CAAC,SAAS,CAAC;IACxB,CAAC;IAEQ,oDAAQ,GAAjB,UAAkB,KAAoB;QACrC,IAAM,MAAM,GAAG,IAAI,SAAS,EAAE,CAAC;QAC/B,MAAM,CAAC,MAAM,CAAC,QAAQ,GAAG,iBAAiB,CAAC,IAAI,CAAC;QAChD,MAAM,CAAC,MAAM,CAAC,KAAK,GAAG,iBAAiB,CAAC,MAAM,CAAC;QAC/C,OAAO,MAAM,CAAC;IACf,CAAC;IACF,wCAAC;AAAD,CAAC,AAXD,CAAuD,6BAA6B,GAWnF","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { EShape } from \"../../shape/e-shape\";\nimport { EShapeStrokeStyle } from \"../../shape/e-shape-stroke-style\";\nimport { EShapeBar } from \"../../shape/variant/e-shape-bar\";\nimport { EShapeBarPosition } from \"../../shape/variant/e-shape-bar-position\";\nimport { DThemeDarkChartSelectionShape } from \"./d-theme-dark-chart-selection-shape\";\n\nexport class DThemeDarkChartSelectionGridlineY extends DThemeDarkChartSelectionShape {\n\toverride isEnabled(state: DBaseStateSet): boolean {\n\t\treturn state.isHovered;\n\t}\n\n\toverride newShape(state: DBaseStateSet): EShape {\n\t\tconst result = new EShapeBar();\n\t\tresult.points.position = EShapeBarPosition.LEFT;\n\t\tresult.stroke.style = EShapeStrokeStyle.DASHED;\n\t\treturn result;\n\t}\n}\n"]}
@@ -2,24 +2,23 @@
2
2
  * Copyright (C) 2019 Toshiba Corporation
3
3
  * SPDX-License-Identifier: Apache-2.0
4
4
  */
5
+ import { __extends } from "tslib";
5
6
  import { EShapeCircle } from "../../shape/variant/e-shape-circle";
6
- var DThemeDarkChartSelectionMarker = /** @class */ (function () {
7
+ import { DThemeDarkChartSelectionShape } from "./d-theme-dark-chart-selection-shape";
8
+ var DThemeDarkChartSelectionMarker = /** @class */ (function (_super) {
9
+ __extends(DThemeDarkChartSelectionMarker, _super);
7
10
  function DThemeDarkChartSelectionMarker() {
11
+ return _super !== null && _super.apply(this, arguments) || this;
8
12
  }
9
13
  DThemeDarkChartSelectionMarker.prototype.isEnabled = function (state) {
10
- return false;
14
+ return state.isActive;
11
15
  };
12
16
  DThemeDarkChartSelectionMarker.prototype.newShape = function (state) {
13
17
  var result = new EShapeCircle();
14
- if (state.isHovered) {
15
- result.size.set(14, 14);
16
- }
17
- else {
18
- result.size.set(20, 20);
19
- }
18
+ result.size.set(14, 14);
20
19
  return result;
21
20
  };
22
21
  return DThemeDarkChartSelectionMarker;
23
- }());
22
+ }(DThemeDarkChartSelectionShape));
24
23
  export { DThemeDarkChartSelectionMarker };
25
24
  //# sourceMappingURL=d-theme-dark-chart-selection-marker.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-dark-chart-selection-marker.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-marker.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAKH,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE;IAAA;IAcA,CAAC;IAbA,kDAAS,GAAT,UAAU,KAAoB;QAC7B,OAAO,KAAK,CAAC;IACd,CAAC;IAED,iDAAQ,GAAR,UAAS,KAAoB;QAC5B,IAAM,MAAM,GAAG,IAAI,YAAY,EAAE,CAAC;QAClC,IAAI,KAAK,CAAC,SAAS,EAAE;YACpB,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;SACxB;aAAM;YACN,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;SACxB;QACD,OAAO,MAAM,CAAC;IACf,CAAC;IACF,qCAAC;AAAD,CAAC,AAdD,IAcC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DThemeChartSelectionShape } from \"../../d-chart-selection-shape\";\nimport { EShape } from \"../../shape/e-shape\";\nimport { EShapeCircle } from \"../../shape/variant/e-shape-circle\";\n\nexport class DThemeDarkChartSelectionMarker implements DThemeChartSelectionShape {\n\tisEnabled(state: DBaseStateSet): boolean {\n\t\treturn false;\n\t}\n\n\tnewShape(state: DBaseStateSet): EShape {\n\t\tconst result = new EShapeCircle();\n\t\tif (state.isHovered) {\n\t\t\tresult.size.set(14, 14);\n\t\t} else {\n\t\t\tresult.size.set(20, 20);\n\t\t}\n\t\treturn result;\n\t}\n}\n"]}
1
+ {"version":3,"file":"d-theme-dark-chart-selection-marker.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-marker.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAIH,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,6BAA6B,EAAE,MAAM,sCAAsC,CAAC;AAErF;IAAoD,kDAA6B;IAAjF;;IAUA,CAAC;IATS,kDAAS,GAAlB,UAAmB,KAAoB;QACtC,OAAO,KAAK,CAAC,QAAQ,CAAC;IACvB,CAAC;IAEQ,iDAAQ,GAAjB,UAAkB,KAAoB;QACrC,IAAM,MAAM,GAAG,IAAI,YAAY,EAAE,CAAC;QAClC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QACxB,OAAO,MAAM,CAAC;IACf,CAAC;IACF,qCAAC;AAAD,CAAC,AAVD,CAAoD,6BAA6B,GAUhF","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { EShape } from \"../../shape/e-shape\";\nimport { EShapeCircle } from \"../../shape/variant/e-shape-circle\";\nimport { DThemeDarkChartSelectionShape } from \"./d-theme-dark-chart-selection-shape\";\n\nexport class DThemeDarkChartSelectionMarker extends DThemeDarkChartSelectionShape {\n\toverride isEnabled(state: DBaseStateSet): boolean {\n\t\treturn state.isActive;\n\t}\n\n\toverride newShape(state: DBaseStateSet): EShape {\n\t\tconst result = new EShapeCircle();\n\t\tresult.size.set(14, 14);\n\t\treturn result;\n\t}\n}\n"]}
@@ -0,0 +1,11 @@
1
+ /*
2
+ * Copyright (C) 2019 Toshiba Corporation
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ var DThemeDarkChartSelectionShape = /** @class */ (function () {
6
+ function DThemeDarkChartSelectionShape() {
7
+ }
8
+ return DThemeDarkChartSelectionShape;
9
+ }());
10
+ export { DThemeDarkChartSelectionShape };
11
+ //# sourceMappingURL=d-theme-dark-chart-selection-shape.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"d-theme-dark-chart-selection-shape.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-shape.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAMH;IAAA;IAGA,CAAC;IAAD,oCAAC;AAAD,CAAC,AAHD,IAGC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DThemeChartSelectionShape } from \"../../d-chart-selection-shape\";\nimport { EShape } from \"../../shape/e-shape\";\n\nexport abstract class DThemeDarkChartSelectionShape implements DThemeChartSelectionShape {\n\tabstract isEnabled(state: DBaseStateSet): boolean;\n\tabstract newShape(state: DBaseStateSet): EShape;\n}\n"]}
@@ -38,6 +38,10 @@ export * from "./d-theme-dark-chart-legend";
38
38
  export * from "./d-theme-dark-chart-legend-item";
39
39
  export * from "./d-theme-dark-chart-overview";
40
40
  export * from "./d-theme-dark-chart-plot-area";
41
+ export * from "./d-theme-dark-chart-selection-gridline-x";
42
+ export * from "./d-theme-dark-chart-selection-gridline-y";
43
+ export * from "./d-theme-dark-chart-selection-marker";
44
+ export * from "./d-theme-dark-chart-selection-shape";
41
45
  export * from "./d-theme-dark-content";
42
46
  export * from "./d-theme-dark-diagram";
43
47
  export * from "./d-theme-dark-diagram-base";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport * from \"./load\";\nexport * from \"./d-theme-dark-atlas\";\nexport * from \"./d-theme-dark-base\";\nexport * from \"./d-theme-dark-board\";\nexport * from \"./d-theme-dark-button\";\nexport * from \"./d-theme-dark-button-ambient\";\nexport * from \"./d-theme-dark-button-base\";\nexport * from \"./d-theme-dark-button-check\";\nexport * from \"./d-theme-dark-button-check-right\";\nexport * from \"./d-theme-dark-button-checks\";\nexport * from \"./d-theme-dark-button-color\";\nexport * from \"./d-theme-dark-button-color-gradient\";\nexport * from \"./d-theme-dark-button-danger\";\nexport * from \"./d-theme-dark-button-date\";\nexport * from \"./d-theme-dark-button-datetime\";\nexport * from \"./d-theme-dark-button-file\";\nexport * from \"./d-theme-dark-button-link\";\nexport * from \"./d-theme-dark-button-primary\";\nexport * from \"./d-theme-dark-button-radio\";\nexport * from \"./d-theme-dark-button-radio-right\";\nexport * from \"./d-theme-dark-button-secondary\";\nexport * from \"./d-theme-dark-button-time\";\nexport * from \"./d-theme-dark-canvas\";\nexport * from \"./d-theme-dark-canvas-container\";\nexport * from \"./d-theme-dark-chart\";\nexport * from \"./d-theme-dark-chart-axis-base\";\nexport * from \"./d-theme-dark-chart-axis-x\";\nexport * from \"./d-theme-dark-chart-axis-x-datetime\";\nexport * from \"./d-theme-dark-chart-axis-y\";\nexport * from \"./d-theme-dark-chart-coordinate-tick\";\nexport * from \"./d-theme-dark-chart-coordinate-transform\";\nexport * from \"./d-theme-dark-chart-coordinate\";\nexport * from \"./d-theme-dark-chart-legend\";\nexport * from \"./d-theme-dark-chart-legend-item\";\nexport * from \"./d-theme-dark-chart-overview\";\nexport * from \"./d-theme-dark-chart-plot-area\";\nexport * from \"./d-theme-dark-content\";\nexport * from \"./d-theme-dark-diagram\";\nexport * from \"./d-theme-dark-diagram-base\";\nexport * from \"./d-theme-dark-diagram-canvas\";\nexport * from \"./d-theme-dark-diagram-canvas-base\";\nexport * from \"./d-theme-dark-diagram-canvas-editor\";\nexport * from \"./d-theme-dark-diagram-editor\";\nexport * from \"./d-theme-dark-dialog\";\nexport * from \"./d-theme-dark-dialog-color\";\nexport * from \"./d-theme-dark-dialog-color-gradient\";\nexport * from \"./d-theme-dark-dialog-confirm\";\nexport * from \"./d-theme-dark-dialog-confirm-delete\";\nexport * from \"./d-theme-dark-dialog-confirm-discard\";\nexport * from \"./d-theme-dark-dialog-confirm-message\";\nexport * from \"./d-theme-dark-dialog-date\";\nexport * from \"./d-theme-dark-dialog-datetime\";\nexport * from \"./d-theme-dark-dialog-fitted-content\";\nexport * from \"./d-theme-dark-dialog-fitted\";\nexport * from \"./d-theme-dark-dialog-input-boolean\";\nexport * from \"./d-theme-dark-dialog-input-integer\";\nexport * from \"./d-theme-dark-dialog-input-real\";\nexport * from \"./d-theme-dark-dialog-input-text\";\nexport * from \"./d-theme-dark-dialog-input\";\nexport * from \"./d-theme-dark-dialog-layered-content\";\nexport * from \"./d-theme-dark-dialog-layered-footer\";\nexport * from \"./d-theme-dark-dialog-layered-header-button-close\";\nexport * from \"./d-theme-dark-dialog-layered-header-separator\";\nexport * from \"./d-theme-dark-dialog-layered-header\";\nexport * from \"./d-theme-dark-dialog-layered\";\nexport * from \"./d-theme-dark-dialog-message\";\nexport * from \"./d-theme-dark-dialog-processing\";\nexport * from \"./d-theme-dark-dialog-processing-message\";\nexport * from \"./d-theme-dark-dialog-save-as\";\nexport * from \"./d-theme-dark-dialog-select\";\nexport * from \"./d-theme-dark-dialog-select-list\";\nexport * from \"./d-theme-dark-dialog-select-list-item\";\nexport * from \"./d-theme-dark-dialog-time\";\nexport * from \"./d-theme-dark-dropdown\";\nexport * from \"./d-theme-dark-expandable\";\nexport * from \"./d-theme-dark-expandable-header\";\nexport * from \"./d-theme-dark-font\";\nexport * from \"./d-theme-dark-html-element\";\nexport * from \"./d-theme-dark-image\";\nexport * from \"./d-theme-dark-image-base\";\nexport * from \"./d-theme-dark-input-and-label\";\nexport * from \"./d-theme-dark-input-boolean-button-off\";\nexport * from \"./d-theme-dark-input-boolean-button-on\";\nexport * from \"./d-theme-dark-input-boolean\";\nexport * from \"./d-theme-dark-input-input\";\nexport * from \"./d-theme-dark-input-integer\";\nexport * from \"./d-theme-dark-input-label\";\nexport * from \"./d-theme-dark-input-number\";\nexport * from \"./d-theme-dark-input-real\";\nexport * from \"./d-theme-dark-input-search\";\nexport * from \"./d-theme-dark-input-text-area\";\nexport * from \"./d-theme-dark-input-text\";\nexport * from \"./d-theme-dark-input\";\nexport * from \"./d-theme-dark-layout-horizontal\";\nexport * from \"./d-theme-dark-layout-space\";\nexport * from \"./d-theme-dark-layout-vertical\";\nexport * from \"./d-theme-dark-layout\";\nexport * from \"./d-theme-dark-link\";\nexport * from \"./d-theme-dark-list-item-ambient\";\nexport * from \"./d-theme-dark-list-item\";\nexport * from \"./d-theme-dark-list-items\";\nexport * from \"./d-theme-dark-list\";\nexport * from \"./d-theme-dark-menu\";\nexport * from \"./d-theme-dark-menu-bar\";\nexport * from \"./d-theme-dark-menu-bar-item\";\nexport * from \"./d-theme-dark-menu-item-base\";\nexport * from \"./d-theme-dark-menu-item-check\";\nexport * from \"./d-theme-dark-menu-item-expandable-body\";\nexport * from \"./d-theme-dark-menu-item-expandable-header\";\nexport * from \"./d-theme-dark-menu-item-expandable-item-check\";\nexport * from \"./d-theme-dark-menu-item-expandable-item-link\";\nexport * from \"./d-theme-dark-menu-item-expandable-item-menu\";\nexport * from \"./d-theme-dark-menu-item-expandable-item-separator\";\nexport * from \"./d-theme-dark-menu-item-expandable-item-space\";\nexport * from \"./d-theme-dark-menu-item-expandable-item-text\";\nexport * from \"./d-theme-dark-menu-item-expandable\";\nexport * from \"./d-theme-dark-menu-item-link\";\nexport * from \"./d-theme-dark-menu-item-menu\";\nexport * from \"./d-theme-dark-menu-item-separator\";\nexport * from \"./d-theme-dark-menu-item-space\";\nexport * from \"./d-theme-dark-menu-item-text\";\nexport * from \"./d-theme-dark-menu-item\";\nexport * from \"./d-theme-dark-menu-sided\";\nexport * from \"./d-theme-dark-menu-sided-content\";\nexport * from \"./d-theme-dark-menu-sided-item-check\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable-item-check\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable-item-link\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable-item-menu\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable-item-separator\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable-item-space\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable-item-text\";\nexport * from \"./d-theme-dark-menu-sided-item-link\";\nexport * from \"./d-theme-dark-menu-sided-item-menu\";\nexport * from \"./d-theme-dark-menu-sided-item-separator\";\nexport * from \"./d-theme-dark-menu-sided-item-space\";\nexport * from \"./d-theme-dark-menu-sided-item-text\";\nexport * from \"./d-theme-dark-note-error\";\nexport * from \"./d-theme-dark-note-no-items-found\";\nexport * from \"./d-theme-dark-note-searching\";\nexport * from \"./d-theme-dark-note-small-error\";\nexport * from \"./d-theme-dark-note-small-no-items-found\";\nexport * from \"./d-theme-dark-note-small-searching\";\nexport * from \"./d-theme-dark-note-small\";\nexport * from \"./d-theme-dark-note\";\nexport * from \"./d-theme-dark-pagination-button-last\";\nexport * from \"./d-theme-dark-pagination-button-next\";\nexport * from \"./d-theme-dark-pagination-button-page\";\nexport * from \"./d-theme-dark-pagination-button-previous\";\nexport * from \"./d-theme-dark-pagination-button-top\";\nexport * from \"./d-theme-dark-pagination-dots\";\nexport * from \"./d-theme-dark-pagination-page\";\nexport * from \"./d-theme-dark-pagination\";\nexport * from \"./d-theme-dark-pane\";\nexport * from \"./d-theme-dark-picker-color\";\nexport * from \"./d-theme-dark-picker-color-gradient\";\nexport * from \"./d-theme-dark-picker-date\";\nexport * from \"./d-theme-dark-picker-datetime-button-back\";\nexport * from \"./d-theme-dark-picker-datetime-button-date\";\nexport * from \"./d-theme-dark-picker-datetime-button-next\";\nexport * from \"./d-theme-dark-picker-datetime-label\";\nexport * from \"./d-theme-dark-picker-datetime-label-date\";\nexport * from \"./d-theme-dark-picker-datetime-space\";\nexport * from \"./d-theme-dark-picker-datetime\";\nexport * from \"./d-theme-dark-picker-time\";\nexport * from \"./d-theme-dark-scroll-bar\";\nexport * from \"./d-theme-dark-scroll-bar-thumb\";\nexport * from \"./d-theme-dark-select-multiple\";\nexport * from \"./d-theme-dark-select\";\nexport * from \"./d-theme-dark-slider\";\nexport * from \"./d-theme-dark-slider-horizontal\";\nexport * from \"./d-theme-dark-slider-label\";\nexport * from \"./d-theme-dark-slider-thumb\";\nexport * from \"./d-theme-dark-slider-track\";\nexport * from \"./d-theme-dark-slider-track-horizontal\";\nexport * from \"./d-theme-dark-slider-track-vertical\";\nexport * from \"./d-theme-dark-slider-value\";\nexport * from \"./d-theme-dark-slider-vertical\";\nexport * from \"./d-theme-dark-table\";\nexport * from \"./d-theme-dark-table-body-cell-button\";\nexport * from \"./d-theme-dark-table-body-cell-check\";\nexport * from \"./d-theme-dark-table-body-cell-color\";\nexport * from \"./d-theme-dark-table-body-cell-date\";\nexport * from \"./d-theme-dark-table-body-cell-datetime\";\nexport * from \"./d-theme-dark-table-body-cell-index\";\nexport * from \"./d-theme-dark-table-body-cell-input-integer\";\nexport * from \"./d-theme-dark-table-body-cell-input-real\";\nexport * from \"./d-theme-dark-table-body-cell-input-text\";\nexport * from \"./d-theme-dark-table-body-cell-link\";\nexport * from \"./d-theme-dark-table-body-cell-select-dialog\";\nexport * from \"./d-theme-dark-table-body-cell-select-menu\";\nexport * from \"./d-theme-dark-table-body-cell-select-promise\";\nexport * from \"./d-theme-dark-table-body-cell-text\";\nexport * from \"./d-theme-dark-table-body-cell-time\";\nexport * from \"./d-theme-dark-table-body-cells\";\nexport * from \"./d-theme-dark-table-body-row\";\nexport * from \"./d-theme-dark-table-body\";\nexport * from \"./d-theme-dark-table-category\";\nexport * from \"./d-theme-dark-table-category-cell\";\nexport * from \"./d-theme-dark-table-header\";\nexport * from \"./d-theme-dark-table-header-cell\";\nexport * from \"./d-theme-dark-table-row\";\nexport * from \"./d-theme-dark-text\";\nexport * from \"./d-theme-dark-text-base\";\nexport * from \"./d-theme-dark-tree-item-button\";\nexport * from \"./d-theme-dark-tree-item-non-editable\";\nexport * from \"./d-theme-dark-tree-item-text\";\nexport * from \"./d-theme-dark-tree-items\";\nexport * from \"./d-theme-dark-tree\";\nexport * from \"./d-theme-dark-view\";\nexport * from \"./d-theme-dark\";\nexport * from \"./e-theme-dark-shape-action-value\";\nexport * from \"./e-theme-dark-shape\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport * from \"./load\";\nexport * from \"./d-theme-dark-atlas\";\nexport * from \"./d-theme-dark-base\";\nexport * from \"./d-theme-dark-board\";\nexport * from \"./d-theme-dark-button\";\nexport * from \"./d-theme-dark-button-ambient\";\nexport * from \"./d-theme-dark-button-base\";\nexport * from \"./d-theme-dark-button-check\";\nexport * from \"./d-theme-dark-button-check-right\";\nexport * from \"./d-theme-dark-button-checks\";\nexport * from \"./d-theme-dark-button-color\";\nexport * from \"./d-theme-dark-button-color-gradient\";\nexport * from \"./d-theme-dark-button-danger\";\nexport * from \"./d-theme-dark-button-date\";\nexport * from \"./d-theme-dark-button-datetime\";\nexport * from \"./d-theme-dark-button-file\";\nexport * from \"./d-theme-dark-button-link\";\nexport * from \"./d-theme-dark-button-primary\";\nexport * from \"./d-theme-dark-button-radio\";\nexport * from \"./d-theme-dark-button-radio-right\";\nexport * from \"./d-theme-dark-button-secondary\";\nexport * from \"./d-theme-dark-button-time\";\nexport * from \"./d-theme-dark-canvas\";\nexport * from \"./d-theme-dark-canvas-container\";\nexport * from \"./d-theme-dark-chart\";\nexport * from \"./d-theme-dark-chart-axis-base\";\nexport * from \"./d-theme-dark-chart-axis-x\";\nexport * from \"./d-theme-dark-chart-axis-x-datetime\";\nexport * from \"./d-theme-dark-chart-axis-y\";\nexport * from \"./d-theme-dark-chart-coordinate-tick\";\nexport * from \"./d-theme-dark-chart-coordinate-transform\";\nexport * from \"./d-theme-dark-chart-coordinate\";\nexport * from \"./d-theme-dark-chart-legend\";\nexport * from \"./d-theme-dark-chart-legend-item\";\nexport * from \"./d-theme-dark-chart-overview\";\nexport * from \"./d-theme-dark-chart-plot-area\";\nexport * from \"./d-theme-dark-chart-selection-gridline-x\";\nexport * from \"./d-theme-dark-chart-selection-gridline-y\";\nexport * from \"./d-theme-dark-chart-selection-marker\";\nexport * from \"./d-theme-dark-chart-selection-shape\";\nexport * from \"./d-theme-dark-content\";\nexport * from \"./d-theme-dark-diagram\";\nexport * from \"./d-theme-dark-diagram-base\";\nexport * from \"./d-theme-dark-diagram-canvas\";\nexport * from \"./d-theme-dark-diagram-canvas-base\";\nexport * from \"./d-theme-dark-diagram-canvas-editor\";\nexport * from \"./d-theme-dark-diagram-editor\";\nexport * from \"./d-theme-dark-dialog\";\nexport * from \"./d-theme-dark-dialog-color\";\nexport * from \"./d-theme-dark-dialog-color-gradient\";\nexport * from \"./d-theme-dark-dialog-confirm\";\nexport * from \"./d-theme-dark-dialog-confirm-delete\";\nexport * from \"./d-theme-dark-dialog-confirm-discard\";\nexport * from \"./d-theme-dark-dialog-confirm-message\";\nexport * from \"./d-theme-dark-dialog-date\";\nexport * from \"./d-theme-dark-dialog-datetime\";\nexport * from \"./d-theme-dark-dialog-fitted-content\";\nexport * from \"./d-theme-dark-dialog-fitted\";\nexport * from \"./d-theme-dark-dialog-input-boolean\";\nexport * from \"./d-theme-dark-dialog-input-integer\";\nexport * from \"./d-theme-dark-dialog-input-real\";\nexport * from \"./d-theme-dark-dialog-input-text\";\nexport * from \"./d-theme-dark-dialog-input\";\nexport * from \"./d-theme-dark-dialog-layered-content\";\nexport * from \"./d-theme-dark-dialog-layered-footer\";\nexport * from \"./d-theme-dark-dialog-layered-header-button-close\";\nexport * from \"./d-theme-dark-dialog-layered-header-separator\";\nexport * from \"./d-theme-dark-dialog-layered-header\";\nexport * from \"./d-theme-dark-dialog-layered\";\nexport * from \"./d-theme-dark-dialog-message\";\nexport * from \"./d-theme-dark-dialog-processing\";\nexport * from \"./d-theme-dark-dialog-processing-message\";\nexport * from \"./d-theme-dark-dialog-save-as\";\nexport * from \"./d-theme-dark-dialog-select\";\nexport * from \"./d-theme-dark-dialog-select-list\";\nexport * from \"./d-theme-dark-dialog-select-list-item\";\nexport * from \"./d-theme-dark-dialog-time\";\nexport * from \"./d-theme-dark-dropdown\";\nexport * from \"./d-theme-dark-expandable\";\nexport * from \"./d-theme-dark-expandable-header\";\nexport * from \"./d-theme-dark-font\";\nexport * from \"./d-theme-dark-html-element\";\nexport * from \"./d-theme-dark-image\";\nexport * from \"./d-theme-dark-image-base\";\nexport * from \"./d-theme-dark-input-and-label\";\nexport * from \"./d-theme-dark-input-boolean-button-off\";\nexport * from \"./d-theme-dark-input-boolean-button-on\";\nexport * from \"./d-theme-dark-input-boolean\";\nexport * from \"./d-theme-dark-input-input\";\nexport * from \"./d-theme-dark-input-integer\";\nexport * from \"./d-theme-dark-input-label\";\nexport * from \"./d-theme-dark-input-number\";\nexport * from \"./d-theme-dark-input-real\";\nexport * from \"./d-theme-dark-input-search\";\nexport * from \"./d-theme-dark-input-text-area\";\nexport * from \"./d-theme-dark-input-text\";\nexport * from \"./d-theme-dark-input\";\nexport * from \"./d-theme-dark-layout-horizontal\";\nexport * from \"./d-theme-dark-layout-space\";\nexport * from \"./d-theme-dark-layout-vertical\";\nexport * from \"./d-theme-dark-layout\";\nexport * from \"./d-theme-dark-link\";\nexport * from \"./d-theme-dark-list-item-ambient\";\nexport * from \"./d-theme-dark-list-item\";\nexport * from \"./d-theme-dark-list-items\";\nexport * from \"./d-theme-dark-list\";\nexport * from \"./d-theme-dark-menu\";\nexport * from \"./d-theme-dark-menu-bar\";\nexport * from \"./d-theme-dark-menu-bar-item\";\nexport * from \"./d-theme-dark-menu-item-base\";\nexport * from \"./d-theme-dark-menu-item-check\";\nexport * from \"./d-theme-dark-menu-item-expandable-body\";\nexport * from \"./d-theme-dark-menu-item-expandable-header\";\nexport * from \"./d-theme-dark-menu-item-expandable-item-check\";\nexport * from \"./d-theme-dark-menu-item-expandable-item-link\";\nexport * from \"./d-theme-dark-menu-item-expandable-item-menu\";\nexport * from \"./d-theme-dark-menu-item-expandable-item-separator\";\nexport * from \"./d-theme-dark-menu-item-expandable-item-space\";\nexport * from \"./d-theme-dark-menu-item-expandable-item-text\";\nexport * from \"./d-theme-dark-menu-item-expandable\";\nexport * from \"./d-theme-dark-menu-item-link\";\nexport * from \"./d-theme-dark-menu-item-menu\";\nexport * from \"./d-theme-dark-menu-item-separator\";\nexport * from \"./d-theme-dark-menu-item-space\";\nexport * from \"./d-theme-dark-menu-item-text\";\nexport * from \"./d-theme-dark-menu-item\";\nexport * from \"./d-theme-dark-menu-sided\";\nexport * from \"./d-theme-dark-menu-sided-content\";\nexport * from \"./d-theme-dark-menu-sided-item-check\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable-item-check\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable-item-link\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable-item-menu\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable-item-separator\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable-item-space\";\nexport * from \"./d-theme-dark-menu-sided-item-expandable-item-text\";\nexport * from \"./d-theme-dark-menu-sided-item-link\";\nexport * from \"./d-theme-dark-menu-sided-item-menu\";\nexport * from \"./d-theme-dark-menu-sided-item-separator\";\nexport * from \"./d-theme-dark-menu-sided-item-space\";\nexport * from \"./d-theme-dark-menu-sided-item-text\";\nexport * from \"./d-theme-dark-note-error\";\nexport * from \"./d-theme-dark-note-no-items-found\";\nexport * from \"./d-theme-dark-note-searching\";\nexport * from \"./d-theme-dark-note-small-error\";\nexport * from \"./d-theme-dark-note-small-no-items-found\";\nexport * from \"./d-theme-dark-note-small-searching\";\nexport * from \"./d-theme-dark-note-small\";\nexport * from \"./d-theme-dark-note\";\nexport * from \"./d-theme-dark-pagination-button-last\";\nexport * from \"./d-theme-dark-pagination-button-next\";\nexport * from \"./d-theme-dark-pagination-button-page\";\nexport * from \"./d-theme-dark-pagination-button-previous\";\nexport * from \"./d-theme-dark-pagination-button-top\";\nexport * from \"./d-theme-dark-pagination-dots\";\nexport * from \"./d-theme-dark-pagination-page\";\nexport * from \"./d-theme-dark-pagination\";\nexport * from \"./d-theme-dark-pane\";\nexport * from \"./d-theme-dark-picker-color\";\nexport * from \"./d-theme-dark-picker-color-gradient\";\nexport * from \"./d-theme-dark-picker-date\";\nexport * from \"./d-theme-dark-picker-datetime-button-back\";\nexport * from \"./d-theme-dark-picker-datetime-button-date\";\nexport * from \"./d-theme-dark-picker-datetime-button-next\";\nexport * from \"./d-theme-dark-picker-datetime-label\";\nexport * from \"./d-theme-dark-picker-datetime-label-date\";\nexport * from \"./d-theme-dark-picker-datetime-space\";\nexport * from \"./d-theme-dark-picker-datetime\";\nexport * from \"./d-theme-dark-picker-time\";\nexport * from \"./d-theme-dark-scroll-bar\";\nexport * from \"./d-theme-dark-scroll-bar-thumb\";\nexport * from \"./d-theme-dark-select-multiple\";\nexport * from \"./d-theme-dark-select\";\nexport * from \"./d-theme-dark-slider\";\nexport * from \"./d-theme-dark-slider-horizontal\";\nexport * from \"./d-theme-dark-slider-label\";\nexport * from \"./d-theme-dark-slider-thumb\";\nexport * from \"./d-theme-dark-slider-track\";\nexport * from \"./d-theme-dark-slider-track-horizontal\";\nexport * from \"./d-theme-dark-slider-track-vertical\";\nexport * from \"./d-theme-dark-slider-value\";\nexport * from \"./d-theme-dark-slider-vertical\";\nexport * from \"./d-theme-dark-table\";\nexport * from \"./d-theme-dark-table-body-cell-button\";\nexport * from \"./d-theme-dark-table-body-cell-check\";\nexport * from \"./d-theme-dark-table-body-cell-color\";\nexport * from \"./d-theme-dark-table-body-cell-date\";\nexport * from \"./d-theme-dark-table-body-cell-datetime\";\nexport * from \"./d-theme-dark-table-body-cell-index\";\nexport * from \"./d-theme-dark-table-body-cell-input-integer\";\nexport * from \"./d-theme-dark-table-body-cell-input-real\";\nexport * from \"./d-theme-dark-table-body-cell-input-text\";\nexport * from \"./d-theme-dark-table-body-cell-link\";\nexport * from \"./d-theme-dark-table-body-cell-select-dialog\";\nexport * from \"./d-theme-dark-table-body-cell-select-menu\";\nexport * from \"./d-theme-dark-table-body-cell-select-promise\";\nexport * from \"./d-theme-dark-table-body-cell-text\";\nexport * from \"./d-theme-dark-table-body-cell-time\";\nexport * from \"./d-theme-dark-table-body-cells\";\nexport * from \"./d-theme-dark-table-body-row\";\nexport * from \"./d-theme-dark-table-body\";\nexport * from \"./d-theme-dark-table-category\";\nexport * from \"./d-theme-dark-table-category-cell\";\nexport * from \"./d-theme-dark-table-header\";\nexport * from \"./d-theme-dark-table-header-cell\";\nexport * from \"./d-theme-dark-table-row\";\nexport * from \"./d-theme-dark-text\";\nexport * from \"./d-theme-dark-text-base\";\nexport * from \"./d-theme-dark-tree-item-button\";\nexport * from \"./d-theme-dark-tree-item-non-editable\";\nexport * from \"./d-theme-dark-tree-item-text\";\nexport * from \"./d-theme-dark-tree-items\";\nexport * from \"./d-theme-dark-tree\";\nexport * from \"./d-theme-dark-view\";\nexport * from \"./d-theme-dark\";\nexport * from \"./e-theme-dark-shape-action-value\";\nexport * from \"./e-theme-dark-shape\";\n"]}
@@ -139,17 +139,17 @@ var STEP_FUNCTION = function (domainMin, domainMax, majorCount) {
139
139
  else {
140
140
  var days = hours / 24;
141
141
  var base = Math.pow(10, Math.floor(Math.log(days) / Math.LN10));
142
- var scale = span / base;
142
+ var scale = days / base;
143
143
  if (scale <= 1.33) {
144
- return base;
144
+ return base * 86400000;
145
145
  }
146
146
  else if (scale <= 2.86) {
147
- return 2 * base;
147
+ return base * 172800000;
148
148
  }
149
149
  else if (scale <= 6.67) {
150
- return 5 * base;
150
+ return base * 432000000;
151
151
  }
152
- return 10 * base;
152
+ return base * 864000000;
153
153
  }
154
154
  }
155
155
  };
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-white-chart-axis-x-datetime.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-chart-axis-x-datetime.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DChartCoordinateTickMajorStepFunction } from \"../../d-chart-coordinate-tick-major-step-function\";\nimport { DThemeWhiteChartAxisX } from \"./d-theme-white-chart-axis-x\";\n\nconst STEP_FUNCTION = (domainMin: number, domainMax: number, majorCount: number): number => {\n\tconst span = Math.abs(domainMax - domainMin) / majorCount;\n\tif (span <= 10) {\n\t\t// The threshold x is calculated as follows:\n\t\t// (1 - x/a)^2 = (1 - x/b)^2\n\t\t// 1 - x/a = x/b - 1\n\t\t// x = 2ab/(a + b)\n\t\tif (span <= 1.33) {\n\t\t\treturn 1;\n\t\t} else if (span <= 2.86) {\n\t\t\treturn 2;\n\t\t} else if (span <= 6.67) {\n\t\t\treturn 5;\n\t\t}\n\t\treturn 10;\n\t} else if (span <= 100) {\n\t\tif (span <= 13.33) {\n\t\t\treturn 10;\n\t\t} else if (span <= 28.57) {\n\t\t\treturn 20;\n\t\t} else if (span <= 66.67) {\n\t\t\treturn 50;\n\t\t}\n\t\treturn 100;\n\t} else if (span <= 1_000) {\n\t\tif (span <= 133.33) {\n\t\t\treturn 100;\n\t\t} else if (span <= 285.71) {\n\t\t\treturn 200;\n\t\t} else if (span <= 666.67) {\n\t\t\treturn 500;\n\t\t}\n\t\treturn 1_000;\n\t} else if (span <= 10_000) {\n\t\tif (span <= 1_333.33) {\n\t\t\treturn 1_000;\n\t\t} else if (span <= 2_857.14) {\n\t\t\treturn 2_000;\n\t\t} else if (span <= 6_666.66) {\n\t\t\treturn 5000;\n\t\t}\n\t\treturn 10_000;\n\t} else if (span <= 120_000) {\n\t\tif (span <= 13_333.33) {\n\t\t\treturn 10_000;\n\t\t} else if (span <= 24_000) {\n\t\t\treturn 20_000;\n\t\t} else if (span <= 40_000) {\n\t\t\treturn 30_000;\n\t\t} else if (span <= 72_000) {\n\t\t\treturn 60_000;\n\t\t} else if (span <= 102_857.14) {\n\t\t\treturn 90_000;\n\t\t}\n\t\treturn 120_000;\n\t} else if (span <= 10_800_000) {\n\t\tif (span <= 171_428.57) {\n\t\t\treturn 120_000;\n\t\t} else if (span <= 400_000) {\n\t\t\treturn 300_000;\n\t\t} else if (span <= 800_000) {\n\t\t\treturn 600_000;\n\t\t} else if (span <= 1_440_000) {\n\t\t\treturn 1_200_000;\n\t\t} else if (span <= 2_400_000) {\n\t\t\treturn 1_800_000;\n\t\t} else if (span <= 4_320_000) {\n\t\t\treturn 3_600_000;\n\t\t} else if (span <= 6_171_428.57) {\n\t\t\treturn 5_400_000;\n\t\t} else if (span <= 8_000_000) {\n\t\t\treturn 7_200_000;\n\t\t} else if (span <= 9_818_181.82) {\n\t\t\treturn 9_000_000;\n\t\t}\n\t\treturn 10_800_000;\n\t} else {\n\t\tconst minutes = 3_600_000;\n\t\tconst hours = span / minutes;\n\t\tif (hours <= 24) {\n\t\t\tif (hours <= 1.33) {\n\t\t\t\treturn minutes;\n\t\t\t} else if (hours <= 2.4) {\n\t\t\t\treturn 2 * minutes;\n\t\t\t} else if (hours <= 3.43) {\n\t\t\t\treturn 3 * minutes;\n\t\t\t} else if (hours <= 4.8) {\n\t\t\t\treturn 4 * minutes;\n\t\t\t} else if (hours <= 6.86) {\n\t\t\t\treturn 6 * minutes;\n\t\t\t} else if (hours <= 9.6) {\n\t\t\t\treturn 8 * minutes;\n\t\t\t} else if (hours <= 14.4) {\n\t\t\t\treturn 12 * minutes;\n\t\t\t} else if (hours <= 20.57) {\n\t\t\t\treturn 18 * minutes;\n\t\t\t}\n\t\t\treturn 24 * minutes;\n\t\t} else {\n\t\t\tconst days = hours / 24;\n\t\t\tconst base = Math.pow(10, Math.floor(Math.log(days) / Math.LN10));\n\t\t\tconst scale = span / base;\n\t\t\tif (scale <= 1.33) {\n\t\t\t\treturn base;\n\t\t\t} else if (scale <= 2.86) {\n\t\t\t\treturn 2 * base;\n\t\t\t} else if (scale <= 6.67) {\n\t\t\t\treturn 5 * base;\n\t\t\t}\n\t\t\treturn 10 * base;\n\t\t}\n\t}\n};\n\nexport class DThemeWhiteChartAxisXDatetime extends DThemeWhiteChartAxisX {\n\tgetMajorTickTextFormat(): string {\n\t\treturn \"%YMD\\n%Hms\";\n\t}\n\n\tgetMajorTickStep(): number | DChartCoordinateTickMajorStepFunction | undefined {\n\t\treturn STEP_FUNCTION;\n\t}\n}\n"]}
1
+ {"version":3,"file":"d-theme-white-chart-axis-x-datetime.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-chart-axis-x-datetime.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DChartCoordinateTickMajorStepFunction } from \"../../d-chart-coordinate-tick-major-step-function\";\nimport { DThemeWhiteChartAxisX } from \"./d-theme-white-chart-axis-x\";\n\nconst STEP_FUNCTION = (domainMin: number, domainMax: number, majorCount: number): number => {\n\tconst span = Math.abs(domainMax - domainMin) / majorCount;\n\tif (span <= 10) {\n\t\t// The threshold x is calculated as follows:\n\t\t// (1 - x/a)^2 = (1 - x/b)^2\n\t\t// 1 - x/a = x/b - 1\n\t\t// x = 2ab/(a + b)\n\t\tif (span <= 1.33) {\n\t\t\treturn 1;\n\t\t} else if (span <= 2.86) {\n\t\t\treturn 2;\n\t\t} else if (span <= 6.67) {\n\t\t\treturn 5;\n\t\t}\n\t\treturn 10;\n\t} else if (span <= 100) {\n\t\tif (span <= 13.33) {\n\t\t\treturn 10;\n\t\t} else if (span <= 28.57) {\n\t\t\treturn 20;\n\t\t} else if (span <= 66.67) {\n\t\t\treturn 50;\n\t\t}\n\t\treturn 100;\n\t} else if (span <= 1_000) {\n\t\tif (span <= 133.33) {\n\t\t\treturn 100;\n\t\t} else if (span <= 285.71) {\n\t\t\treturn 200;\n\t\t} else if (span <= 666.67) {\n\t\t\treturn 500;\n\t\t}\n\t\treturn 1_000;\n\t} else if (span <= 10_000) {\n\t\tif (span <= 1_333.33) {\n\t\t\treturn 1_000;\n\t\t} else if (span <= 2_857.14) {\n\t\t\treturn 2_000;\n\t\t} else if (span <= 6_666.66) {\n\t\t\treturn 5000;\n\t\t}\n\t\treturn 10_000;\n\t} else if (span <= 120_000) {\n\t\tif (span <= 13_333.33) {\n\t\t\treturn 10_000;\n\t\t} else if (span <= 24_000) {\n\t\t\treturn 20_000;\n\t\t} else if (span <= 40_000) {\n\t\t\treturn 30_000;\n\t\t} else if (span <= 72_000) {\n\t\t\treturn 60_000;\n\t\t} else if (span <= 102_857.14) {\n\t\t\treturn 90_000;\n\t\t}\n\t\treturn 120_000;\n\t} else if (span <= 10_800_000) {\n\t\tif (span <= 171_428.57) {\n\t\t\treturn 120_000;\n\t\t} else if (span <= 400_000) {\n\t\t\treturn 300_000;\n\t\t} else if (span <= 800_000) {\n\t\t\treturn 600_000;\n\t\t} else if (span <= 1_440_000) {\n\t\t\treturn 1_200_000;\n\t\t} else if (span <= 2_400_000) {\n\t\t\treturn 1_800_000;\n\t\t} else if (span <= 4_320_000) {\n\t\t\treturn 3_600_000;\n\t\t} else if (span <= 6_171_428.57) {\n\t\t\treturn 5_400_000;\n\t\t} else if (span <= 8_000_000) {\n\t\t\treturn 7_200_000;\n\t\t} else if (span <= 9_818_181.82) {\n\t\t\treturn 9_000_000;\n\t\t}\n\t\treturn 10_800_000;\n\t} else {\n\t\tconst minutes = 3_600_000;\n\t\tconst hours = span / minutes;\n\t\tif (hours <= 24) {\n\t\t\tif (hours <= 1.33) {\n\t\t\t\treturn minutes;\n\t\t\t} else if (hours <= 2.4) {\n\t\t\t\treturn 2 * minutes;\n\t\t\t} else if (hours <= 3.43) {\n\t\t\t\treturn 3 * minutes;\n\t\t\t} else if (hours <= 4.8) {\n\t\t\t\treturn 4 * minutes;\n\t\t\t} else if (hours <= 6.86) {\n\t\t\t\treturn 6 * minutes;\n\t\t\t} else if (hours <= 9.6) {\n\t\t\t\treturn 8 * minutes;\n\t\t\t} else if (hours <= 14.4) {\n\t\t\t\treturn 12 * minutes;\n\t\t\t} else if (hours <= 20.57) {\n\t\t\t\treturn 18 * minutes;\n\t\t\t}\n\t\t\treturn 24 * minutes;\n\t\t} else {\n\t\t\tconst days = hours / 24;\n\t\t\tconst base = Math.pow(10, Math.floor(Math.log(days) / Math.LN10));\n\t\t\tconst scale = days / base;\n\t\t\tif (scale <= 1.33) {\n\t\t\t\treturn base * 86_400_000;\n\t\t\t} else if (scale <= 2.86) {\n\t\t\t\treturn base * 172_800_000;\n\t\t\t} else if (scale <= 6.67) {\n\t\t\t\treturn base * 432_000_000;\n\t\t\t}\n\t\t\treturn base * 864_000_000;\n\t\t}\n\t}\n};\n\nexport class DThemeWhiteChartAxisXDatetime extends DThemeWhiteChartAxisX {\n\tgetMajorTickTextFormat(): string {\n\t\treturn \"%YMD\\n%Hms\";\n\t}\n\n\tgetMajorTickStep(): number | DChartCoordinateTickMajorStepFunction | undefined {\n\t\treturn STEP_FUNCTION;\n\t}\n}\n"]}
@@ -6,7 +6,7 @@ var DThemeWhiteChartCoordinateTransform = /** @class */ (function () {
6
6
  function DThemeWhiteChartCoordinateTransform() {
7
7
  }
8
8
  DThemeWhiteChartCoordinateTransform.prototype.isZero = function (value) {
9
- return Math.abs(value) < 0.00001;
9
+ return Math.abs(value) < Number.EPSILON;
10
10
  };
11
11
  return DThemeWhiteChartCoordinateTransform;
12
12
  }());
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-white-chart-coordinate-transform.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-transform.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;IAAA;IAIA,CAAC;IAHA,oDAAM,GAAN,UAAO,KAAa;QACnB,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC;IAClC,CAAC;IACF,0CAAC;AAAD,CAAC,AAJD,IAIC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DThemeChartCoordinateTransform } from \"../../d-chart-coordinate-transform\";\n\nexport class DThemeWhiteChartCoordinateTransform implements DThemeChartCoordinateTransform {\n\tisZero(value: number): boolean {\n\t\treturn Math.abs(value) < 0.00001;\n\t}\n}\n"]}
1
+ {"version":3,"file":"d-theme-white-chart-coordinate-transform.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-transform.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;IAAA;IAIA,CAAC;IAHA,oDAAM,GAAN,UAAO,KAAa;QACnB,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,OAAO,CAAC;IACzC,CAAC;IACF,0CAAC;AAAD,CAAC,AAJD,IAIC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DThemeChartCoordinateTransform } from \"../../d-chart-coordinate-transform\";\n\nexport class DThemeWhiteChartCoordinateTransform implements DThemeChartCoordinateTransform {\n\tisZero(value: number): boolean {\n\t\treturn Math.abs(value) < Number.EPSILON;\n\t}\n}\n"]}
@@ -6,7 +6,7 @@ var DThemeWhiteChartCoordinate = /** @class */ (function () {
6
6
  function DThemeWhiteChartCoordinate() {
7
7
  }
8
8
  DThemeWhiteChartCoordinate.prototype.isZero = function (value) {
9
- return Math.abs(value) < 0.00001;
9
+ return Math.abs(value) < Number.EPSILON;
10
10
  };
11
11
  return DThemeWhiteChartCoordinate;
12
12
  }());
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-white-chart-coordinate.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-chart-coordinate.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;IAAA;IAIA,CAAC;IAHA,2CAAM,GAAN,UAAO,KAAa;QACnB,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC;IAClC,CAAC;IACF,iCAAC;AAAD,CAAC,AAJD,IAIC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DThemeChartCoordinate } from \"../../d-chart-coordinate\";\n\nexport class DThemeWhiteChartCoordinate implements DThemeChartCoordinate {\n\tisZero(value: number): boolean {\n\t\treturn Math.abs(value) < 0.00001;\n\t}\n}\n"]}
1
+ {"version":3,"file":"d-theme-white-chart-coordinate.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-chart-coordinate.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;IAAA;IAIA,CAAC;IAHA,2CAAM,GAAN,UAAO,KAAa;QACnB,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,OAAO,CAAC;IACzC,CAAC;IACF,iCAAC;AAAD,CAAC,AAJD,IAIC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DThemeChartCoordinate } from \"../../d-chart-coordinate\";\n\nexport class DThemeWhiteChartCoordinate implements DThemeChartCoordinate {\n\tisZero(value: number): boolean {\n\t\treturn Math.abs(value) < Number.EPSILON;\n\t}\n}\n"]}
@@ -3,13 +3,26 @@
3
3
  * SPDX-License-Identifier: Apache-2.0
4
4
  */
5
5
  import { __extends } from "tslib";
6
- import { DThemeWhiteChartSelectionGridline } from "./d-theme-white-chart-selection-gridline";
6
+ import { EShapeStrokeStyle } from "../../shape/e-shape-stroke-style";
7
+ import { EShapeBar } from "../../shape/variant/e-shape-bar";
8
+ import { EShapeBarPosition } from "../../shape/variant/e-shape-bar-position";
9
+ import { DThemeWhiteChartSelectionShape } from "./d-theme-white-chart-selection-shape";
7
10
  var DThemeWhiteChartSelectionGridlineX = /** @class */ (function (_super) {
8
11
  __extends(DThemeWhiteChartSelectionGridlineX, _super);
9
12
  function DThemeWhiteChartSelectionGridlineX() {
10
13
  return _super !== null && _super.apply(this, arguments) || this;
11
14
  }
15
+ DThemeWhiteChartSelectionGridlineX.prototype.isEnabled = function (state) {
16
+ return state.isHovered;
17
+ };
18
+ DThemeWhiteChartSelectionGridlineX.prototype.newShape = function (state) {
19
+ var result = new EShapeBar();
20
+ result.points.position = EShapeBarPosition.TOP;
21
+ result.stroke.style = EShapeStrokeStyle.DASHED;
22
+ result.stroke.alpha = 0.25;
23
+ return result;
24
+ };
12
25
  return DThemeWhiteChartSelectionGridlineX;
13
- }(DThemeWhiteChartSelectionGridline));
26
+ }(DThemeWhiteChartSelectionShape));
14
27
  export { DThemeWhiteChartSelectionGridlineX };
15
28
  //# sourceMappingURL=d-theme-white-chart-selection-gridline-x.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-white-chart-selection-gridline-x.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-x.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAEH,OAAO,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAE7F;IAAwD,sDAAiC;IAAzF;;IAA2F,CAAC;IAAD,yCAAC;AAAD,CAAC,AAA5F,CAAwD,iCAAiC,GAAG","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DThemeWhiteChartSelectionGridline } from \"./d-theme-white-chart-selection-gridline\";\n\nexport class DThemeWhiteChartSelectionGridlineX extends DThemeWhiteChartSelectionGridline {}\n"]}
1
+ {"version":3,"file":"d-theme-white-chart-selection-gridline-x.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-x.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAIH,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AAEvF;IAAwD,sDAA8B;IAAtF;;IAYA,CAAC;IAXA,sDAAS,GAAT,UAAU,KAAoB;QAC7B,OAAO,KAAK,CAAC,SAAS,CAAC;IACxB,CAAC;IAED,qDAAQ,GAAR,UAAS,KAAoB;QAC5B,IAAM,MAAM,GAAG,IAAI,SAAS,EAAE,CAAC;QAC/B,MAAM,CAAC,MAAM,CAAC,QAAQ,GAAG,iBAAiB,CAAC,GAAG,CAAC;QAC/C,MAAM,CAAC,MAAM,CAAC,KAAK,GAAG,iBAAiB,CAAC,MAAM,CAAC;QAC/C,MAAM,CAAC,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC;QAC3B,OAAO,MAAM,CAAC;IACf,CAAC;IACF,yCAAC;AAAD,CAAC,AAZD,CAAwD,8BAA8B,GAYrF","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { EShape } from \"../../shape/e-shape\";\nimport { EShapeStrokeStyle } from \"../../shape/e-shape-stroke-style\";\nimport { EShapeBar } from \"../../shape/variant/e-shape-bar\";\nimport { EShapeBarPosition } from \"../../shape/variant/e-shape-bar-position\";\nimport { DThemeWhiteChartSelectionShape } from \"./d-theme-white-chart-selection-shape\";\n\nexport class DThemeWhiteChartSelectionGridlineX extends DThemeWhiteChartSelectionShape {\n\tisEnabled(state: DBaseStateSet): boolean {\n\t\treturn state.isHovered;\n\t}\n\n\tnewShape(state: DBaseStateSet): EShape {\n\t\tconst result = new EShapeBar();\n\t\tresult.points.position = EShapeBarPosition.TOP;\n\t\tresult.stroke.style = EShapeStrokeStyle.DASHED;\n\t\tresult.stroke.alpha = 0.25;\n\t\treturn result;\n\t}\n}\n"]}
@@ -3,21 +3,26 @@
3
3
  * SPDX-License-Identifier: Apache-2.0
4
4
  */
5
5
  import { __extends } from "tslib";
6
+ import { EShapeStrokeStyle } from "../../shape/e-shape-stroke-style";
6
7
  import { EShapeBar } from "../../shape/variant/e-shape-bar";
7
8
  import { EShapeBarPosition } from "../../shape/variant/e-shape-bar-position";
8
- import { DThemeWhiteChartSelectionGridline } from "./d-theme-white-chart-selection-gridline";
9
+ import { DThemeWhiteChartSelectionShape } from "./d-theme-white-chart-selection-shape";
9
10
  var DThemeWhiteChartSelectionGridlineY = /** @class */ (function (_super) {
10
11
  __extends(DThemeWhiteChartSelectionGridlineY, _super);
11
12
  function DThemeWhiteChartSelectionGridlineY() {
12
13
  return _super !== null && _super.apply(this, arguments) || this;
13
14
  }
15
+ DThemeWhiteChartSelectionGridlineY.prototype.isEnabled = function (state) {
16
+ return state.isHovered;
17
+ };
14
18
  DThemeWhiteChartSelectionGridlineY.prototype.newShape = function (state) {
15
19
  var result = new EShapeBar();
16
20
  result.points.position = EShapeBarPosition.LEFT;
17
- result.stroke.alpha = 0.5;
21
+ result.stroke.style = EShapeStrokeStyle.DASHED;
22
+ result.stroke.alpha = 0.25;
18
23
  return result;
19
24
  };
20
25
  return DThemeWhiteChartSelectionGridlineY;
21
- }(DThemeWhiteChartSelectionGridline));
26
+ }(DThemeWhiteChartSelectionShape));
22
27
  export { DThemeWhiteChartSelectionGridlineY };
23
28
  //# sourceMappingURL=d-theme-white-chart-selection-gridline-y.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-white-chart-selection-gridline-y.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-y.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAIH,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAE7F;IAAwD,sDAAiC;IAAzF;;IAOA,CAAC;IANA,qDAAQ,GAAR,UAAS,KAAoB;QAC5B,IAAM,MAAM,GAAG,IAAI,SAAS,EAAE,CAAC;QAC/B,MAAM,CAAC,MAAM,CAAC,QAAQ,GAAG,iBAAiB,CAAC,IAAI,CAAC;QAChD,MAAM,CAAC,MAAM,CAAC,KAAK,GAAG,GAAG,CAAC;QAC1B,OAAO,MAAM,CAAC;IACf,CAAC;IACF,yCAAC;AAAD,CAAC,AAPD,CAAwD,iCAAiC,GAOxF","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { EShape } from \"../../shape/e-shape\";\nimport { EShapeBar } from \"../../shape/variant/e-shape-bar\";\nimport { EShapeBarPosition } from \"../../shape/variant/e-shape-bar-position\";\nimport { DThemeWhiteChartSelectionGridline } from \"./d-theme-white-chart-selection-gridline\";\n\nexport class DThemeWhiteChartSelectionGridlineY extends DThemeWhiteChartSelectionGridline {\n\tnewShape(state: DBaseStateSet): EShape {\n\t\tconst result = new EShapeBar();\n\t\tresult.points.position = EShapeBarPosition.LEFT;\n\t\tresult.stroke.alpha = 0.5;\n\t\treturn result;\n\t}\n}\n"]}
1
+ {"version":3,"file":"d-theme-white-chart-selection-gridline-y.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-y.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAIH,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AAEvF;IAAwD,sDAA8B;IAAtF;;IAYA,CAAC;IAXA,sDAAS,GAAT,UAAU,KAAoB;QAC7B,OAAO,KAAK,CAAC,SAAS,CAAC;IACxB,CAAC;IAED,qDAAQ,GAAR,UAAS,KAAoB;QAC5B,IAAM,MAAM,GAAG,IAAI,SAAS,EAAE,CAAC;QAC/B,MAAM,CAAC,MAAM,CAAC,QAAQ,GAAG,iBAAiB,CAAC,IAAI,CAAC;QAChD,MAAM,CAAC,MAAM,CAAC,KAAK,GAAG,iBAAiB,CAAC,MAAM,CAAC;QAC/C,MAAM,CAAC,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC;QAC3B,OAAO,MAAM,CAAC;IACf,CAAC;IACF,yCAAC;AAAD,CAAC,AAZD,CAAwD,8BAA8B,GAYrF","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { EShape } from \"../../shape/e-shape\";\nimport { EShapeStrokeStyle } from \"../../shape/e-shape-stroke-style\";\nimport { EShapeBar } from \"../../shape/variant/e-shape-bar\";\nimport { EShapeBarPosition } from \"../../shape/variant/e-shape-bar-position\";\nimport { DThemeWhiteChartSelectionShape } from \"./d-theme-white-chart-selection-shape\";\n\nexport class DThemeWhiteChartSelectionGridlineY extends DThemeWhiteChartSelectionShape {\n\tisEnabled(state: DBaseStateSet): boolean {\n\t\treturn state.isHovered;\n\t}\n\n\tnewShape(state: DBaseStateSet): EShape {\n\t\tconst result = new EShapeBar();\n\t\tresult.points.position = EShapeBarPosition.LEFT;\n\t\tresult.stroke.style = EShapeStrokeStyle.DASHED;\n\t\tresult.stroke.alpha = 0.25;\n\t\treturn result;\n\t}\n}\n"]}
@@ -2,24 +2,23 @@
2
2
  * Copyright (C) 2019 Toshiba Corporation
3
3
  * SPDX-License-Identifier: Apache-2.0
4
4
  */
5
+ import { __extends } from "tslib";
5
6
  import { EShapeCircle } from "../../shape/variant/e-shape-circle";
6
- var DThemeWhiteChartSelectionMarker = /** @class */ (function () {
7
+ import { DThemeWhiteChartSelectionShape } from "./d-theme-white-chart-selection-shape";
8
+ var DThemeWhiteChartSelectionMarker = /** @class */ (function (_super) {
9
+ __extends(DThemeWhiteChartSelectionMarker, _super);
7
10
  function DThemeWhiteChartSelectionMarker() {
11
+ return _super !== null && _super.apply(this, arguments) || this;
8
12
  }
9
13
  DThemeWhiteChartSelectionMarker.prototype.isEnabled = function (state) {
10
- return false;
14
+ return state.isActive;
11
15
  };
12
16
  DThemeWhiteChartSelectionMarker.prototype.newShape = function (state) {
13
17
  var result = new EShapeCircle();
14
- if (state.isHovered) {
15
- result.size.set(14, 14);
16
- }
17
- else {
18
- result.size.set(20, 20);
19
- }
18
+ result.size.set(14, 14);
20
19
  return result;
21
20
  };
22
21
  return DThemeWhiteChartSelectionMarker;
23
- }());
22
+ }(DThemeWhiteChartSelectionShape));
24
23
  export { DThemeWhiteChartSelectionMarker };
25
24
  //# sourceMappingURL=d-theme-white-chart-selection-marker.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-white-chart-selection-marker.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-chart-selection-marker.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAKH,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE;IAAA;IAcA,CAAC;IAbA,mDAAS,GAAT,UAAU,KAAoB;QAC7B,OAAO,KAAK,CAAC;IACd,CAAC;IAED,kDAAQ,GAAR,UAAS,KAAoB;QAC5B,IAAM,MAAM,GAAG,IAAI,YAAY,EAAE,CAAC;QAClC,IAAI,KAAK,CAAC,SAAS,EAAE;YACpB,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;SACxB;aAAM;YACN,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;SACxB;QACD,OAAO,MAAM,CAAC;IACf,CAAC;IACF,sCAAC;AAAD,CAAC,AAdD,IAcC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DThemeChartSelectionShape } from \"../../d-chart-selection-shape\";\nimport { EShape } from \"../../shape/e-shape\";\nimport { EShapeCircle } from \"../../shape/variant/e-shape-circle\";\n\nexport class DThemeWhiteChartSelectionMarker implements DThemeChartSelectionShape {\n\tisEnabled(state: DBaseStateSet): boolean {\n\t\treturn false;\n\t}\n\n\tnewShape(state: DBaseStateSet): EShape {\n\t\tconst result = new EShapeCircle();\n\t\tif (state.isHovered) {\n\t\t\tresult.size.set(14, 14);\n\t\t} else {\n\t\t\tresult.size.set(20, 20);\n\t\t}\n\t\treturn result;\n\t}\n}\n"]}
1
+ {"version":3,"file":"d-theme-white-chart-selection-marker.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-chart-selection-marker.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAIH,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AAEvF;IAAqD,mDAA8B;IAAnF;;IAUA,CAAC;IATA,mDAAS,GAAT,UAAU,KAAoB;QAC7B,OAAO,KAAK,CAAC,QAAQ,CAAC;IACvB,CAAC;IAED,kDAAQ,GAAR,UAAS,KAAoB;QAC5B,IAAM,MAAM,GAAG,IAAI,YAAY,EAAE,CAAC;QAClC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QACxB,OAAO,MAAM,CAAC;IACf,CAAC;IACF,sCAAC;AAAD,CAAC,AAVD,CAAqD,8BAA8B,GAUlF","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { EShape } from \"../../shape/e-shape\";\nimport { EShapeCircle } from \"../../shape/variant/e-shape-circle\";\nimport { DThemeWhiteChartSelectionShape } from \"./d-theme-white-chart-selection-shape\";\n\nexport class DThemeWhiteChartSelectionMarker extends DThemeWhiteChartSelectionShape {\n\tisEnabled(state: DBaseStateSet): boolean {\n\t\treturn state.isActive;\n\t}\n\n\tnewShape(state: DBaseStateSet): EShape {\n\t\tconst result = new EShapeCircle();\n\t\tresult.size.set(14, 14);\n\t\treturn result;\n\t}\n}\n"]}
@@ -0,0 +1,11 @@
1
+ /*
2
+ * Copyright (C) 2019 Toshiba Corporation
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ var DThemeWhiteChartSelectionShape = /** @class */ (function () {
6
+ function DThemeWhiteChartSelectionShape() {
7
+ }
8
+ return DThemeWhiteChartSelectionShape;
9
+ }());
10
+ export { DThemeWhiteChartSelectionShape };
11
+ //# sourceMappingURL=d-theme-white-chart-selection-shape.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"d-theme-white-chart-selection-shape.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-chart-selection-shape.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAMH;IAAA;IAGA,CAAC;IAAD,qCAAC;AAAD,CAAC,AAHD,IAGC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DThemeChartSelectionShape } from \"../../d-chart-selection-shape\";\nimport { EShape } from \"../../shape/e-shape\";\n\nexport abstract class DThemeWhiteChartSelectionShape implements DThemeChartSelectionShape {\n\tabstract isEnabled(state: DBaseStateSet): boolean;\n\tabstract newShape(state: DBaseStateSet): EShape;\n}\n"]}
@@ -37,6 +37,10 @@ export * from "./d-theme-white-chart-legend-item";
37
37
  export * from "./d-theme-white-chart-legend";
38
38
  export * from "./d-theme-white-chart-overview";
39
39
  export * from "./d-theme-white-chart-plot-area";
40
+ export * from "./d-theme-white-chart-selection-gridline-x";
41
+ export * from "./d-theme-white-chart-selection-gridline-y";
42
+ export * from "./d-theme-white-chart-selection-marker";
43
+ export * from "./d-theme-white-chart-selection-shape";
40
44
  export * from "./d-theme-white-chart";
41
45
  export * from "./d-theme-white-content";
42
46
  export * from "./d-theme-white-diagram-base";