@wcardinal/wcardinal-ui 0.387.0 → 0.389.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/wcardinal/ui/d-dialog-select.d.ts +14 -6
- package/dist/types/wcardinal/ui/index.d.ts +0 -2
- package/dist/types/wcardinal/ui/shape/e-shape-points-formatter-datum.d.ts +5 -0
- package/dist/types/wcardinal/ui/shape/e-shape-points-formatters.d.ts +3 -4
- package/dist/types/wcardinal/ui/shape/index.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-dialog-select.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-en-us-dialog-select.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-dialog-select.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/dark/index-en-us.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/index-ja-jp.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/index-zz-zz.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/index-en-us.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/dark/load/index-ja-jp.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/dark/load/index-zz-zz.d.ts +0 -1
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-dialog-select.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-en-us-dialog-select.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-ja-jp-dialog-select.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/white/index-en-us.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/index-ja-jp.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/index-zz-zz.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/index-en-us.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/load/index-ja-jp.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/load/index-zz-zz.d.ts +0 -1
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.d.ts +1 -0
- package/dist/wcardinal/ui/d-dialog-select.js +77 -97
- package/dist/wcardinal/ui/d-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/index.js +0 -2
- package/dist/wcardinal/ui/index.js.map +1 -1
- package/dist/wcardinal/ui/{d-dialog-select-search-dismissable.js → shape/e-shape-points-formatter-datum.js} +1 -1
- package/dist/wcardinal/ui/shape/e-shape-points-formatter-datum.js.map +1 -0
- package/dist/wcardinal/ui/shape/e-shape-points-formatters.js +3 -1
- package/dist/wcardinal/ui/shape/e-shape-points-formatters.js.map +1 -1
- package/dist/wcardinal/ui/shape/index.js +1 -0
- package/dist/wcardinal/ui/shape/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-en-us-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-en-us-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.js +14 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.js +14 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.js +7 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/index-en-us.js +1 -0
- package/dist/wcardinal/ui/theme/dark/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/index-ja-jp.js +1 -0
- package/dist/wcardinal/ui/theme/dark/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/index-zz-zz.js +1 -0
- package/dist/wcardinal/ui/theme/dark/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/index-en-us.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/index-ja-jp.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/index-zz-zz.js +0 -1
- package/dist/wcardinal/ui/theme/dark/load/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-all.js +2 -2
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram-editor.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram-editor.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/{load-theme-dark-diagram.js → load-theme-dark-en-us-diagram.js} +4 -2
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.js +10 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-all.js +2 -2
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram-editor.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram-editor.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.js +16 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.js +10 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-en-us-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-en-us-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-ja-jp-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-ja-jp-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.js +14 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.js +14 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.js +7 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/index-en-us.js +1 -0
- package/dist/wcardinal/ui/theme/white/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/index-ja-jp.js +1 -0
- package/dist/wcardinal/ui/theme/white/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/index-zz-zz.js +1 -0
- package/dist/wcardinal/ui/theme/white/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/index-en-us.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/index-ja-jp.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/index-zz-zz.js +0 -1
- package/dist/wcardinal/ui/theme/white/load/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-all.js +2 -2
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram-editor.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram-editor.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/{load-theme-white-diagram.js → load-theme-white-en-us-diagram.js} +4 -2
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.js +10 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-all.js +2 -2
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram-editor.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram-editor.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.js +16 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.js +10 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal-ui-theme-dark-en-us.js +197 -161
- package/dist/wcardinal-ui-theme-dark-en-us.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark-en-us.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark-ja-jp.js +197 -161
- package/dist/wcardinal-ui-theme-dark-ja-jp.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark-ja-jp.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark.js +197 -161
- package/dist/wcardinal-ui-theme-dark.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-en-us.js +193 -157
- package/dist/wcardinal-ui-theme-white-en-us.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-en-us.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white-ja-jp.js +193 -157
- package/dist/wcardinal-ui-theme-white-ja-jp.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-ja-jp.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white.js +193 -157
- package/dist/wcardinal-ui-theme-white.min.js +2 -2
- package/dist/wcardinal-ui.cjs.js +537 -469
- package/dist/wcardinal-ui.js +79 -157
- package/dist/wcardinal-ui.min.js +2 -2
- package/dist/wcardinal-ui.min.js.map +1 -1
- package/package.json +1 -1
- package/dist/types/wcardinal/ui/d-dialog-select-search-dismissable-impl.d.ts +0 -14
- package/dist/types/wcardinal/ui/d-dialog-select-search-dismissable.d.ts +0 -11
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-diagram.d.ts +0 -1
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-diagram.d.ts +0 -1
- package/dist/wcardinal/ui/d-dialog-select-search-dismissable-impl.js +0 -61
- package/dist/wcardinal/ui/d-dialog-select-search-dismissable-impl.js.map +0 -1
- package/dist/wcardinal/ui/d-dialog-select-search-dismissable.js.map +0 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-diagram.js.map +0 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-diagram.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Winter Cardinal UI v0.
|
|
2
|
+
Winter Cardinal UI v0.389.0
|
|
3
3
|
Copyright (C) 2019 Toshiba Corporation
|
|
4
4
|
SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
|
|
@@ -1946,163 +1946,6 @@
|
|
|
1946
1946
|
DThemeDark.set("DColorStandard", DThemeDarkColorStandard);
|
|
1947
1947
|
};
|
|
1948
1948
|
|
|
1949
|
-
/*
|
|
1950
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
1951
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
1952
|
-
*/
|
|
1953
|
-
var DThemeDarkDiagramBase = /** @class */ (function (_super) {
|
|
1954
|
-
__extends(DThemeDarkDiagramBase, _super);
|
|
1955
|
-
function DThemeDarkDiagramBase() {
|
|
1956
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1957
|
-
}
|
|
1958
|
-
DThemeDarkDiagramBase.prototype.getCanvasBackgroundColor = function () {
|
|
1959
|
-
return 0x2e2e2e;
|
|
1960
|
-
};
|
|
1961
|
-
DThemeDarkDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
|
|
1962
|
-
return 1.0;
|
|
1963
|
-
};
|
|
1964
|
-
DThemeDarkDiagramBase.prototype.isAmbient = function () {
|
|
1965
|
-
return true;
|
|
1966
|
-
};
|
|
1967
|
-
DThemeDarkDiagramBase.prototype.getCanvasShadow = function () {
|
|
1968
|
-
return "WEAK";
|
|
1969
|
-
};
|
|
1970
|
-
return DThemeDarkDiagramBase;
|
|
1971
|
-
}(DThemeDarkCanvasContainer));
|
|
1972
|
-
|
|
1973
|
-
/*
|
|
1974
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
1975
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
1976
|
-
*/
|
|
1977
|
-
var DThemeDarkDiagram = /** @class */ (function (_super) {
|
|
1978
|
-
__extends(DThemeDarkDiagram, _super);
|
|
1979
|
-
function DThemeDarkDiagram() {
|
|
1980
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1981
|
-
}
|
|
1982
|
-
return DThemeDarkDiagram;
|
|
1983
|
-
}(DThemeDarkDiagramBase));
|
|
1984
|
-
|
|
1985
|
-
/*
|
|
1986
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
1987
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
1988
|
-
*/
|
|
1989
|
-
var DThemeDarkDiagramCanvasBase = /** @class */ (function (_super) {
|
|
1990
|
-
__extends(DThemeDarkDiagramCanvasBase, _super);
|
|
1991
|
-
function DThemeDarkDiagramCanvasBase() {
|
|
1992
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1993
|
-
}
|
|
1994
|
-
DThemeDarkDiagramCanvasBase.prototype.isAmbient = function () {
|
|
1995
|
-
return true;
|
|
1996
|
-
};
|
|
1997
|
-
DThemeDarkDiagramCanvasBase.prototype.getBackgroundBase = function () {
|
|
1998
|
-
return DThemeDarkConstants.BACKGROUND_COLOR;
|
|
1999
|
-
};
|
|
2000
|
-
DThemeDarkDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
|
|
2001
|
-
return 0;
|
|
2002
|
-
};
|
|
2003
|
-
return DThemeDarkDiagramCanvasBase;
|
|
2004
|
-
}(DThemeDarkCanvas));
|
|
2005
|
-
|
|
2006
|
-
/*
|
|
2007
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
2008
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
2009
|
-
*/
|
|
2010
|
-
var DThemeDarkDiagramCanvas = /** @class */ (function (_super) {
|
|
2011
|
-
__extends(DThemeDarkDiagramCanvas, _super);
|
|
2012
|
-
function DThemeDarkDiagramCanvas() {
|
|
2013
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
2014
|
-
}
|
|
2015
|
-
DThemeDarkDiagramCanvas.prototype.newState = function (state) {
|
|
2016
|
-
_super.prototype.newState.call(this, state);
|
|
2017
|
-
state.isFocusable = false;
|
|
2018
|
-
};
|
|
2019
|
-
return DThemeDarkDiagramCanvas;
|
|
2020
|
-
}(DThemeDarkDiagramCanvasBase));
|
|
2021
|
-
|
|
2022
|
-
const EShapeStrokeSide = wcardinal.ui.EShapeStrokeSide;
|
|
2023
|
-
|
|
2024
|
-
/*
|
|
2025
|
-
* Copyright (C) 2021 Toshiba Corporation
|
|
2026
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
2027
|
-
*/
|
|
2028
|
-
var EThemeDarkShape = /** @class */ (function () {
|
|
2029
|
-
function EThemeDarkShape() {
|
|
2030
|
-
}
|
|
2031
|
-
EThemeDarkShape.prototype.getFillColor = function () {
|
|
2032
|
-
return 0xffffff;
|
|
2033
|
-
};
|
|
2034
|
-
EThemeDarkShape.prototype.getFillAlpha = function () {
|
|
2035
|
-
return 0.2;
|
|
2036
|
-
};
|
|
2037
|
-
EThemeDarkShape.prototype.getStrokeColor = function () {
|
|
2038
|
-
return 0xdddddd;
|
|
2039
|
-
};
|
|
2040
|
-
EThemeDarkShape.prototype.getStrokeAlpha = function () {
|
|
2041
|
-
return 1;
|
|
2042
|
-
};
|
|
2043
|
-
EThemeDarkShape.prototype.getStrokeWidth = function () {
|
|
2044
|
-
return 2;
|
|
2045
|
-
};
|
|
2046
|
-
EThemeDarkShape.prototype.getStrokeAlign = function () {
|
|
2047
|
-
return 0;
|
|
2048
|
-
};
|
|
2049
|
-
EThemeDarkShape.prototype.getStrokeSide = function () {
|
|
2050
|
-
return EShapeStrokeSide.ALL;
|
|
2051
|
-
};
|
|
2052
|
-
EThemeDarkShape.prototype.getStrokeStyle = function () {
|
|
2053
|
-
return EShapeStrokeStyle.NONE;
|
|
2054
|
-
};
|
|
2055
|
-
EThemeDarkShape.prototype.getTextValue = function () {
|
|
2056
|
-
return "";
|
|
2057
|
-
};
|
|
2058
|
-
EThemeDarkShape.prototype.getTextColor = function () {
|
|
2059
|
-
return this.getStrokeColor();
|
|
2060
|
-
};
|
|
2061
|
-
EThemeDarkShape.prototype.getTextAlpha = function () {
|
|
2062
|
-
return this.getStrokeAlpha();
|
|
2063
|
-
};
|
|
2064
|
-
EThemeDarkShape.prototype.getTextFamily = function () {
|
|
2065
|
-
return "auto";
|
|
2066
|
-
};
|
|
2067
|
-
EThemeDarkShape.prototype.getTextSize = function () {
|
|
2068
|
-
return 14;
|
|
2069
|
-
};
|
|
2070
|
-
EThemeDarkShape.prototype.getRadius = function () {
|
|
2071
|
-
return 0.25;
|
|
2072
|
-
};
|
|
2073
|
-
EThemeDarkShape.prototype.getSizeX = function () {
|
|
2074
|
-
return 100;
|
|
2075
|
-
};
|
|
2076
|
-
EThemeDarkShape.prototype.getSizeY = function () {
|
|
2077
|
-
return 100;
|
|
2078
|
-
};
|
|
2079
|
-
EThemeDarkShape.prototype.getHighlightColor = function () {
|
|
2080
|
-
return 0x1e87f0;
|
|
2081
|
-
};
|
|
2082
|
-
EThemeDarkShape.prototype.getCurveSegmentCount = function () {
|
|
2083
|
-
return 24;
|
|
2084
|
-
};
|
|
2085
|
-
return EThemeDarkShape;
|
|
2086
|
-
}());
|
|
2087
|
-
|
|
2088
|
-
/*
|
|
2089
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
2090
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
2091
|
-
*/
|
|
2092
|
-
var loadThemeDarkShape = function () {
|
|
2093
|
-
DThemeDark.set("EShape", EThemeDarkShape);
|
|
2094
|
-
};
|
|
2095
|
-
|
|
2096
|
-
/*
|
|
2097
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
2098
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
2099
|
-
*/
|
|
2100
|
-
var loadThemeDarkDiagram = function () {
|
|
2101
|
-
DThemeDark.set("DDiagram", DThemeDarkDiagram);
|
|
2102
|
-
DThemeDark.set("DDiagramCanvas", DThemeDarkDiagramCanvas);
|
|
2103
|
-
loadThemeDarkShape();
|
|
2104
|
-
};
|
|
2105
|
-
|
|
2106
1949
|
const DAnimationFadeIn = wcardinal.ui.DAnimationFadeIn;
|
|
2107
1950
|
|
|
2108
1951
|
const DDialogAlign = wcardinal.ui.DDialogAlign;
|
|
@@ -5432,6 +5275,80 @@
|
|
|
5432
5275
|
DThemeDark.set("EShapeActionValue", EThemeDarkShapeActionValue);
|
|
5433
5276
|
};
|
|
5434
5277
|
|
|
5278
|
+
const EShapeStrokeSide = wcardinal.ui.EShapeStrokeSide;
|
|
5279
|
+
|
|
5280
|
+
/*
|
|
5281
|
+
* Copyright (C) 2021 Toshiba Corporation
|
|
5282
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5283
|
+
*/
|
|
5284
|
+
var EThemeDarkShape = /** @class */ (function () {
|
|
5285
|
+
function EThemeDarkShape() {
|
|
5286
|
+
}
|
|
5287
|
+
EThemeDarkShape.prototype.getFillColor = function () {
|
|
5288
|
+
return 0xffffff;
|
|
5289
|
+
};
|
|
5290
|
+
EThemeDarkShape.prototype.getFillAlpha = function () {
|
|
5291
|
+
return 0.2;
|
|
5292
|
+
};
|
|
5293
|
+
EThemeDarkShape.prototype.getStrokeColor = function () {
|
|
5294
|
+
return 0xdddddd;
|
|
5295
|
+
};
|
|
5296
|
+
EThemeDarkShape.prototype.getStrokeAlpha = function () {
|
|
5297
|
+
return 1;
|
|
5298
|
+
};
|
|
5299
|
+
EThemeDarkShape.prototype.getStrokeWidth = function () {
|
|
5300
|
+
return 2;
|
|
5301
|
+
};
|
|
5302
|
+
EThemeDarkShape.prototype.getStrokeAlign = function () {
|
|
5303
|
+
return 0;
|
|
5304
|
+
};
|
|
5305
|
+
EThemeDarkShape.prototype.getStrokeSide = function () {
|
|
5306
|
+
return EShapeStrokeSide.ALL;
|
|
5307
|
+
};
|
|
5308
|
+
EThemeDarkShape.prototype.getStrokeStyle = function () {
|
|
5309
|
+
return EShapeStrokeStyle.NONE;
|
|
5310
|
+
};
|
|
5311
|
+
EThemeDarkShape.prototype.getTextValue = function () {
|
|
5312
|
+
return "";
|
|
5313
|
+
};
|
|
5314
|
+
EThemeDarkShape.prototype.getTextColor = function () {
|
|
5315
|
+
return this.getStrokeColor();
|
|
5316
|
+
};
|
|
5317
|
+
EThemeDarkShape.prototype.getTextAlpha = function () {
|
|
5318
|
+
return this.getStrokeAlpha();
|
|
5319
|
+
};
|
|
5320
|
+
EThemeDarkShape.prototype.getTextFamily = function () {
|
|
5321
|
+
return "auto";
|
|
5322
|
+
};
|
|
5323
|
+
EThemeDarkShape.prototype.getTextSize = function () {
|
|
5324
|
+
return 14;
|
|
5325
|
+
};
|
|
5326
|
+
EThemeDarkShape.prototype.getRadius = function () {
|
|
5327
|
+
return 0.25;
|
|
5328
|
+
};
|
|
5329
|
+
EThemeDarkShape.prototype.getSizeX = function () {
|
|
5330
|
+
return 100;
|
|
5331
|
+
};
|
|
5332
|
+
EThemeDarkShape.prototype.getSizeY = function () {
|
|
5333
|
+
return 100;
|
|
5334
|
+
};
|
|
5335
|
+
EThemeDarkShape.prototype.getHighlightColor = function () {
|
|
5336
|
+
return 0x1e87f0;
|
|
5337
|
+
};
|
|
5338
|
+
EThemeDarkShape.prototype.getCurveSegmentCount = function () {
|
|
5339
|
+
return 24;
|
|
5340
|
+
};
|
|
5341
|
+
return EThemeDarkShape;
|
|
5342
|
+
}());
|
|
5343
|
+
|
|
5344
|
+
/*
|
|
5345
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
5346
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5347
|
+
*/
|
|
5348
|
+
var loadThemeDarkShape = function () {
|
|
5349
|
+
DThemeDark.set("EShape", EThemeDarkShape);
|
|
5350
|
+
};
|
|
5351
|
+
|
|
5435
5352
|
/*
|
|
5436
5353
|
* Copyright (C) 2019 Toshiba Corporation
|
|
5437
5354
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -7052,6 +6969,9 @@
|
|
|
7052
6969
|
DThemeDarkDialogSelect.prototype.getInputMargin = function () {
|
|
7053
6970
|
return 19;
|
|
7054
6971
|
};
|
|
6972
|
+
DThemeDarkDialogSelect.prototype.isDismissable = function () {
|
|
6973
|
+
return false;
|
|
6974
|
+
};
|
|
7055
6975
|
DThemeDarkDialogSelect.prototype.isCategoryDismissable = function () {
|
|
7056
6976
|
return true;
|
|
7057
6977
|
};
|
|
@@ -7067,6 +6987,9 @@
|
|
|
7067
6987
|
function DThemeDarkJaJpDialogSelect() {
|
|
7068
6988
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
7069
6989
|
}
|
|
6990
|
+
DThemeDarkJaJpDialogSelect.prototype.getDismissLabel = function () {
|
|
6991
|
+
return "なし";
|
|
6992
|
+
};
|
|
7070
6993
|
DThemeDarkJaJpDialogSelect.prototype.getCategoryDismissLabel = function () {
|
|
7071
6994
|
return "全て";
|
|
7072
6995
|
};
|
|
@@ -7169,6 +7092,115 @@
|
|
|
7169
7092
|
loadThemeDarkButton();
|
|
7170
7093
|
};
|
|
7171
7094
|
|
|
7095
|
+
/*
|
|
7096
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
7097
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
7098
|
+
*/
|
|
7099
|
+
var DThemeDarkDiagramBase = /** @class */ (function (_super) {
|
|
7100
|
+
__extends(DThemeDarkDiagramBase, _super);
|
|
7101
|
+
function DThemeDarkDiagramBase() {
|
|
7102
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
7103
|
+
}
|
|
7104
|
+
DThemeDarkDiagramBase.prototype.getCanvasBackgroundColor = function () {
|
|
7105
|
+
return 0x2e2e2e;
|
|
7106
|
+
};
|
|
7107
|
+
DThemeDarkDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
|
|
7108
|
+
return 1.0;
|
|
7109
|
+
};
|
|
7110
|
+
DThemeDarkDiagramBase.prototype.isAmbient = function () {
|
|
7111
|
+
return true;
|
|
7112
|
+
};
|
|
7113
|
+
DThemeDarkDiagramBase.prototype.getCanvasShadow = function () {
|
|
7114
|
+
return "WEAK";
|
|
7115
|
+
};
|
|
7116
|
+
return DThemeDarkDiagramBase;
|
|
7117
|
+
}(DThemeDarkCanvasContainer));
|
|
7118
|
+
|
|
7119
|
+
/*
|
|
7120
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
7121
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
7122
|
+
*/
|
|
7123
|
+
var DThemeDarkDiagram = /** @class */ (function (_super) {
|
|
7124
|
+
__extends(DThemeDarkDiagram, _super);
|
|
7125
|
+
function DThemeDarkDiagram() {
|
|
7126
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
7127
|
+
}
|
|
7128
|
+
return DThemeDarkDiagram;
|
|
7129
|
+
}(DThemeDarkDiagramBase));
|
|
7130
|
+
|
|
7131
|
+
/*
|
|
7132
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
7133
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
7134
|
+
*/
|
|
7135
|
+
var DThemeDarkDiagramCanvasBase = /** @class */ (function (_super) {
|
|
7136
|
+
__extends(DThemeDarkDiagramCanvasBase, _super);
|
|
7137
|
+
function DThemeDarkDiagramCanvasBase() {
|
|
7138
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
7139
|
+
}
|
|
7140
|
+
DThemeDarkDiagramCanvasBase.prototype.isAmbient = function () {
|
|
7141
|
+
return true;
|
|
7142
|
+
};
|
|
7143
|
+
DThemeDarkDiagramCanvasBase.prototype.getBackgroundBase = function () {
|
|
7144
|
+
return DThemeDarkConstants.BACKGROUND_COLOR;
|
|
7145
|
+
};
|
|
7146
|
+
DThemeDarkDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
|
|
7147
|
+
return 0;
|
|
7148
|
+
};
|
|
7149
|
+
return DThemeDarkDiagramCanvasBase;
|
|
7150
|
+
}(DThemeDarkCanvas));
|
|
7151
|
+
|
|
7152
|
+
/*
|
|
7153
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
7154
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
7155
|
+
*/
|
|
7156
|
+
var DThemeDarkDiagramCanvas = /** @class */ (function (_super) {
|
|
7157
|
+
__extends(DThemeDarkDiagramCanvas, _super);
|
|
7158
|
+
function DThemeDarkDiagramCanvas() {
|
|
7159
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
7160
|
+
}
|
|
7161
|
+
DThemeDarkDiagramCanvas.prototype.newState = function (state) {
|
|
7162
|
+
_super.prototype.newState.call(this, state);
|
|
7163
|
+
state.isFocusable = false;
|
|
7164
|
+
};
|
|
7165
|
+
return DThemeDarkDiagramCanvas;
|
|
7166
|
+
}(DThemeDarkDiagramCanvasBase));
|
|
7167
|
+
|
|
7168
|
+
var EThemeDarkShapePointsFormatter = /** @class */ (function () {
|
|
7169
|
+
function EThemeDarkShapePointsFormatter() {
|
|
7170
|
+
}
|
|
7171
|
+
return EThemeDarkShapePointsFormatter;
|
|
7172
|
+
}());
|
|
7173
|
+
|
|
7174
|
+
var EThemeDarkJaJpShapePointsFormatter = /** @class */ (function (_super) {
|
|
7175
|
+
__extends(EThemeDarkJaJpShapePointsFormatter, _super);
|
|
7176
|
+
function EThemeDarkJaJpShapePointsFormatter() {
|
|
7177
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
7178
|
+
}
|
|
7179
|
+
EThemeDarkJaJpShapePointsFormatter.prototype.getCurveLabel = function () {
|
|
7180
|
+
return "曲線";
|
|
7181
|
+
};
|
|
7182
|
+
return EThemeDarkJaJpShapePointsFormatter;
|
|
7183
|
+
}(EThemeDarkShapePointsFormatter));
|
|
7184
|
+
|
|
7185
|
+
/*
|
|
7186
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
7187
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
7188
|
+
*/
|
|
7189
|
+
var loadThemeDarkJaJpShapePointsFormatter = function () {
|
|
7190
|
+
DThemeDark.set("EShapePointsFormatter", EThemeDarkJaJpShapePointsFormatter);
|
|
7191
|
+
};
|
|
7192
|
+
|
|
7193
|
+
/*
|
|
7194
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
7195
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
7196
|
+
*/
|
|
7197
|
+
var loadThemeDarkJaJpDiagram = function () {
|
|
7198
|
+
DThemeDark.set("DDiagram", DThemeDarkDiagram);
|
|
7199
|
+
DThemeDark.set("DDiagramCanvas", DThemeDarkDiagramCanvas);
|
|
7200
|
+
loadThemeDarkJaJpShapePointsFormatter();
|
|
7201
|
+
loadThemeDarkShape();
|
|
7202
|
+
};
|
|
7203
|
+
|
|
7172
7204
|
/*
|
|
7173
7205
|
* Copyright (C) 2019 Toshiba Corporation
|
|
7174
7206
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -7308,6 +7340,7 @@
|
|
|
7308
7340
|
DThemeDark.set("DDiagramEditor", DThemeDarkJaJpDiagramEditor);
|
|
7309
7341
|
DThemeDark.set("DDiagramCanvasEditor", DThemeDarkDiagramCanvasEditor);
|
|
7310
7342
|
loadThemeDarkShapeActionValue();
|
|
7343
|
+
loadThemeDarkJaJpShapePointsFormatter();
|
|
7311
7344
|
loadThemeDarkShape();
|
|
7312
7345
|
};
|
|
7313
7346
|
|
|
@@ -9634,7 +9667,7 @@
|
|
|
9634
9667
|
loadThemeDarkChart();
|
|
9635
9668
|
loadThemeDarkColor();
|
|
9636
9669
|
loadThemeDarkJaJpDiagramEditor();
|
|
9637
|
-
|
|
9670
|
+
loadThemeDarkJaJpDiagram();
|
|
9638
9671
|
loadThemeDarkJaJpDialogAll();
|
|
9639
9672
|
loadThemeDarkExpandable();
|
|
9640
9673
|
loadThemeDarkHtmlElement();
|
|
@@ -9696,7 +9729,6 @@
|
|
|
9696
9729
|
loadThemeDarkCanvasContainer: loadThemeDarkCanvasContainer,
|
|
9697
9730
|
loadThemeDarkChart: loadThemeDarkChart,
|
|
9698
9731
|
loadThemeDarkColor: loadThemeDarkColor,
|
|
9699
|
-
loadThemeDarkDiagram: loadThemeDarkDiagram,
|
|
9700
9732
|
loadThemeDarkDialogFitted: loadThemeDarkDialogFitted,
|
|
9701
9733
|
loadThemeDarkDialogInputBoolean: loadThemeDarkDialogInputBoolean,
|
|
9702
9734
|
loadThemeDarkDialogInputInteger: loadThemeDarkDialogInputInteger,
|
|
@@ -9739,6 +9771,7 @@
|
|
|
9739
9771
|
loadThemeDarkJaJpButtonSelect: loadThemeDarkJaJpButtonSelect,
|
|
9740
9772
|
loadThemeDarkJaJpButtonTime: loadThemeDarkJaJpButtonTime,
|
|
9741
9773
|
loadThemeDarkJaJpDiagramEditor: loadThemeDarkJaJpDiagramEditor,
|
|
9774
|
+
loadThemeDarkJaJpDiagram: loadThemeDarkJaJpDiagram,
|
|
9742
9775
|
loadThemeDarkJaJpDialogAll: loadThemeDarkJaJpDialogAll,
|
|
9743
9776
|
loadThemeDarkJaJpDialogColorGradient: loadThemeDarkJaJpDialogColorGradient,
|
|
9744
9777
|
loadThemeDarkJaJpDialogColor: loadThemeDarkJaJpDialogColor,
|
|
@@ -9762,6 +9795,7 @@
|
|
|
9762
9795
|
loadThemeDarkJaJpPickerDate: loadThemeDarkJaJpPickerDate,
|
|
9763
9796
|
loadThemeDarkJaJpPickerDatetime: loadThemeDarkJaJpPickerDatetime,
|
|
9764
9797
|
loadThemeDarkJaJpPickerTime: loadThemeDarkJaJpPickerTime,
|
|
9798
|
+
loadThemeDarkJaJpShapePointsFormatter: loadThemeDarkJaJpShapePointsFormatter,
|
|
9765
9799
|
loadThemeDarkJaJpTable: loadThemeDarkJaJpTable,
|
|
9766
9800
|
DThemeDarkAtlas: DThemeDarkAtlas,
|
|
9767
9801
|
DThemeDarkBase: DThemeDarkBase,
|
|
@@ -9994,6 +10028,7 @@
|
|
|
9994
10028
|
DThemeDarkView: DThemeDarkView,
|
|
9995
10029
|
DThemeDark: DThemeDark,
|
|
9996
10030
|
EThemeDarkShapeActionValue: EThemeDarkShapeActionValue,
|
|
10031
|
+
EThemeDarkShapePointsFormatter: EThemeDarkShapePointsFormatter,
|
|
9997
10032
|
EThemeDarkShape: EThemeDarkShape,
|
|
9998
10033
|
DThemeDarkJaJpDiagramEditor: DThemeDarkJaJpDiagramEditor,
|
|
9999
10034
|
DThemeDarkJaJpDialogConfirmDelete: DThemeDarkJaJpDialogConfirmDelete,
|
|
@@ -10013,7 +10048,8 @@
|
|
|
10013
10048
|
DThemeDarkJaJpPickerColor: DThemeDarkJaJpPickerColor,
|
|
10014
10049
|
DThemeDarkJaJpPickerDate: DThemeDarkJaJpPickerDate,
|
|
10015
10050
|
DThemeDarkJaJpPickerDatetime: DThemeDarkJaJpPickerDatetime,
|
|
10016
|
-
DThemeDarkJaJpPickerTime: DThemeDarkJaJpPickerTime
|
|
10051
|
+
DThemeDarkJaJpPickerTime: DThemeDarkJaJpPickerTime,
|
|
10052
|
+
EThemeDarkJaJpShapePointsFormatter: EThemeDarkJaJpShapePointsFormatter
|
|
10017
10053
|
};
|
|
10018
10054
|
|
|
10019
10055
|
/*
|