@wcardinal/wcardinal-ui 0.301.0 → 0.302.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.
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-x.js +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-x.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-y.js +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-gridline-y.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-marker.js +2 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-selection-marker.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-x.js +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-x.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-y.js +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-gridline-y.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-marker.js +2 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-chart-selection-marker.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark.js +5 -1
- package/dist/wcardinal-ui-theme-dark.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white.js +5 -3
- package/dist/wcardinal-ui-theme-white.min.js +2 -2
- package/dist/wcardinal-ui-theme-white.min.js.map +1 -1
- package/dist/wcardinal-ui.cjs.js +9 -3
- package/dist/wcardinal-ui.js +1 -1
- package/dist/wcardinal-ui.min.js +1 -1
- package/package.json +1 -1
|
@@ -19,6 +19,7 @@ var DThemeDarkChartSelectionGridlineX = /** @class */ (function (_super) {
|
|
|
19
19
|
var result = new EShapeBar();
|
|
20
20
|
result.points.position = EShapeBarPosition.TOP;
|
|
21
21
|
result.stroke.style = EShapeStrokeStyle.DASHED;
|
|
22
|
+
result.stroke.alpha = 0.75;
|
|
22
23
|
return result;
|
|
23
24
|
};
|
|
24
25
|
return DThemeDarkChartSelectionGridlineX;
|
|
@@ -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;;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;;
|
|
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;;IAYA,CAAC;IAXS,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,MAAM,CAAC,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC;QAC3B,OAAO,MAAM,CAAC;IACf,CAAC;IACF,wCAAC;AAAD,CAAC,AAZD,CAAuD,6BAA6B,GAYnF","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\tresult.stroke.alpha = 0.75;\n\t\treturn result;\n\t}\n}\n"]}
|
|
@@ -19,6 +19,7 @@ var DThemeDarkChartSelectionGridlineY = /** @class */ (function (_super) {
|
|
|
19
19
|
var result = new EShapeBar();
|
|
20
20
|
result.points.position = EShapeBarPosition.LEFT;
|
|
21
21
|
result.stroke.style = EShapeStrokeStyle.DASHED;
|
|
22
|
+
result.stroke.alpha = 0.75;
|
|
22
23
|
return result;
|
|
23
24
|
};
|
|
24
25
|
return DThemeDarkChartSelectionGridlineY;
|
|
@@ -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,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;;
|
|
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;;IAYA,CAAC;IAXS,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,MAAM,CAAC,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC;QAC3B,OAAO,MAAM,CAAC;IACf,CAAC;IACF,wCAAC;AAAD,CAAC,AAZD,CAAuD,6BAA6B,GAYnF","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\tresult.stroke.alpha = 0.75;\n\t\treturn result;\n\t}\n}\n"]}
|
|
@@ -16,6 +16,8 @@ var DThemeDarkChartSelectionMarker = /** @class */ (function (_super) {
|
|
|
16
16
|
DThemeDarkChartSelectionMarker.prototype.newShape = function (state) {
|
|
17
17
|
var result = new EShapeCircle();
|
|
18
18
|
result.size.set(14, 14);
|
|
19
|
+
result.fill.enable = false;
|
|
20
|
+
result.stroke.alpha = 0.75;
|
|
19
21
|
return result;
|
|
20
22
|
};
|
|
21
23
|
return DThemeDarkChartSelectionMarker;
|
|
@@ -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;;AAIH,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,6BAA6B,EAAE,MAAM,sCAAsC,CAAC;AAErF;IAAoD,kDAA6B;IAAjF;;
|
|
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;;IAYA,CAAC;IAXS,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,MAAM,CAAC,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;QAC3B,MAAM,CAAC,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC;QAC3B,OAAO,MAAM,CAAC;IACf,CAAC;IACF,qCAAC;AAAD,CAAC,AAZD,CAAoD,6BAA6B,GAYhF","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\tresult.fill.enable = false;\n\t\tresult.stroke.alpha = 0.75;\n\t\treturn result;\n\t}\n}\n"]}
|
|
@@ -19,7 +19,7 @@ var DThemeWhiteChartSelectionGridlineX = /** @class */ (function (_super) {
|
|
|
19
19
|
var result = new EShapeBar();
|
|
20
20
|
result.points.position = EShapeBarPosition.TOP;
|
|
21
21
|
result.stroke.style = EShapeStrokeStyle.DASHED;
|
|
22
|
-
result.stroke.alpha = 0.
|
|
22
|
+
result.stroke.alpha = 0.75;
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
return DThemeWhiteChartSelectionGridlineX;
|
|
@@ -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;;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.
|
|
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.75;\n\t\treturn result;\n\t}\n}\n"]}
|
|
@@ -19,7 +19,7 @@ var DThemeWhiteChartSelectionGridlineY = /** @class */ (function (_super) {
|
|
|
19
19
|
var result = new EShapeBar();
|
|
20
20
|
result.points.position = EShapeBarPosition.LEFT;
|
|
21
21
|
result.stroke.style = EShapeStrokeStyle.DASHED;
|
|
22
|
-
result.stroke.alpha = 0.
|
|
22
|
+
result.stroke.alpha = 0.75;
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
return DThemeWhiteChartSelectionGridlineY;
|
|
@@ -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,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.
|
|
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.75;\n\t\treturn result;\n\t}\n}\n"]}
|
|
@@ -16,6 +16,8 @@ var DThemeWhiteChartSelectionMarker = /** @class */ (function (_super) {
|
|
|
16
16
|
DThemeWhiteChartSelectionMarker.prototype.newShape = function (state) {
|
|
17
17
|
var result = new EShapeCircle();
|
|
18
18
|
result.size.set(14, 14);
|
|
19
|
+
result.fill.enable = false;
|
|
20
|
+
result.stroke.alpha = 0.75;
|
|
19
21
|
return result;
|
|
20
22
|
};
|
|
21
23
|
return DThemeWhiteChartSelectionMarker;
|
|
@@ -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;;AAIH,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AAEvF;IAAqD,mDAA8B;IAAnF;;
|
|
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;;IAYA,CAAC;IAXA,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,MAAM,CAAC,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;QAC3B,MAAM,CAAC,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC;QAC3B,OAAO,MAAM,CAAC;IACf,CAAC;IACF,sCAAC;AAAD,CAAC,AAZD,CAAqD,8BAA8B,GAYlF","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\tresult.fill.enable = false;\n\t\tresult.stroke.alpha = 0.75;\n\t\treturn result;\n\t}\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Winter Cardinal UI v0.
|
|
2
|
+
Winter Cardinal UI v0.302.0
|
|
3
3
|
Copyright (C) 2019 Toshiba Corporation
|
|
4
4
|
SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
|
|
@@ -3328,6 +3328,7 @@
|
|
|
3328
3328
|
var result = new EShapeBar();
|
|
3329
3329
|
result.points.position = EShapeBarPosition.TOP;
|
|
3330
3330
|
result.stroke.style = EShapeStrokeStyle.DASHED;
|
|
3331
|
+
result.stroke.alpha = 0.75;
|
|
3331
3332
|
return result;
|
|
3332
3333
|
};
|
|
3333
3334
|
return DThemeDarkChartSelectionGridlineX;
|
|
@@ -3349,6 +3350,7 @@
|
|
|
3349
3350
|
var result = new EShapeBar();
|
|
3350
3351
|
result.points.position = EShapeBarPosition.LEFT;
|
|
3351
3352
|
result.stroke.style = EShapeStrokeStyle.DASHED;
|
|
3353
|
+
result.stroke.alpha = 0.75;
|
|
3352
3354
|
return result;
|
|
3353
3355
|
};
|
|
3354
3356
|
return DThemeDarkChartSelectionGridlineY;
|
|
@@ -3371,6 +3373,8 @@
|
|
|
3371
3373
|
DThemeDarkChartSelectionMarker.prototype.newShape = function (state) {
|
|
3372
3374
|
var result = new EShapeCircle();
|
|
3373
3375
|
result.size.set(14, 14);
|
|
3376
|
+
result.fill.enable = false;
|
|
3377
|
+
result.stroke.alpha = 0.75;
|
|
3374
3378
|
return result;
|
|
3375
3379
|
};
|
|
3376
3380
|
return DThemeDarkChartSelectionMarker;
|