@wcardinal/wcardinal-ui 0.381.0 → 0.382.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.
@@ -17,16 +17,16 @@ var DThemeDarkCanvasContainer = /** @class */ (function (_super) {
17
17
  return null;
18
18
  };
19
19
  DThemeDarkCanvasContainer.prototype.getPaddingLeft = function () {
20
- return 50;
20
+ return 32;
21
21
  };
22
22
  DThemeDarkCanvasContainer.prototype.getPaddingTop = function () {
23
- return 50;
23
+ return 32;
24
24
  };
25
25
  DThemeDarkCanvasContainer.prototype.getPaddingRight = function () {
26
- return 50;
26
+ return 32;
27
27
  };
28
28
  DThemeDarkCanvasContainer.prototype.getPaddingBottom = function () {
29
- return 50;
29
+ return 32;
30
30
  };
31
31
  DThemeDarkCanvasContainer.prototype.isOverflowMaskEnabled = function () {
32
32
  return false;
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-dark-canvas-container.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-canvas-container.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD;IAA+C,6CAAc;IAA7D;;IAgCA,CAAC;IA/BA,sDAAkB,GAAlB,UAAmB,KAAoB;QACtC,OAAO,IAAI,CAAC;IACb,CAAC;IAED,kDAAc,GAAd,UAAe,KAAoB;QAClC,OAAO,IAAI,CAAC;IACb,CAAC;IAED,kDAAc,GAAd;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,iDAAa,GAAb;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,mDAAe,GAAf;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,oDAAgB,GAAhB;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,yDAAqB,GAArB;QACC,OAAO,KAAK,CAAC;IACd,CAAC;IAED,kDAAc,GAAd;QACC,OAAO,gBAAgB,CAAC,IAAI,CAAC;IAC9B,CAAC;IACF,gCAAC;AAAD,CAAC,AAhCD,CAA+C,cAAc,GAgC5D","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseInteractive } from \"../../d-base-interactive\";\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DThemeCanvasContainer } from \"../../d-canvas-container\";\nimport { DThemeDarkBase } from \"./d-theme-dark-base\";\n\nexport class DThemeDarkCanvasContainer extends DThemeDarkBase implements DThemeCanvasContainer {\n\tgetBackgroundColor(state: DBaseStateSet): number | null {\n\t\treturn null;\n\t}\n\n\tgetBorderColor(state: DBaseStateSet): number | null {\n\t\treturn null;\n\t}\n\n\tgetPaddingLeft(): number {\n\t\treturn 50;\n\t}\n\n\tgetPaddingTop(): number {\n\t\treturn 50;\n\t}\n\n\tgetPaddingRight(): number {\n\t\treturn 50;\n\t}\n\n\tgetPaddingBottom(): number {\n\t\treturn 50;\n\t}\n\n\tisOverflowMaskEnabled(): boolean {\n\t\treturn false;\n\t}\n\n\tgetInteractive(): DBaseInteractive {\n\t\treturn DBaseInteractive.BOTH;\n\t}\n}\n"]}
1
+ {"version":3,"file":"d-theme-dark-canvas-container.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-canvas-container.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD;IAA+C,6CAAc;IAA7D;;IAgCA,CAAC;IA/BA,sDAAkB,GAAlB,UAAmB,KAAoB;QACtC,OAAO,IAAI,CAAC;IACb,CAAC;IAED,kDAAc,GAAd,UAAe,KAAoB;QAClC,OAAO,IAAI,CAAC;IACb,CAAC;IAED,kDAAc,GAAd;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,iDAAa,GAAb;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,mDAAe,GAAf;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,oDAAgB,GAAhB;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,yDAAqB,GAArB;QACC,OAAO,KAAK,CAAC;IACd,CAAC;IAED,kDAAc,GAAd;QACC,OAAO,gBAAgB,CAAC,IAAI,CAAC;IAC9B,CAAC;IACF,gCAAC;AAAD,CAAC,AAhCD,CAA+C,cAAc,GAgC5D","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseInteractive } from \"../../d-base-interactive\";\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DThemeCanvasContainer } from \"../../d-canvas-container\";\nimport { DThemeDarkBase } from \"./d-theme-dark-base\";\n\nexport class DThemeDarkCanvasContainer extends DThemeDarkBase implements DThemeCanvasContainer {\n\tgetBackgroundColor(state: DBaseStateSet): number | null {\n\t\treturn null;\n\t}\n\n\tgetBorderColor(state: DBaseStateSet): number | null {\n\t\treturn null;\n\t}\n\n\tgetPaddingLeft(): number {\n\t\treturn 32;\n\t}\n\n\tgetPaddingTop(): number {\n\t\treturn 32;\n\t}\n\n\tgetPaddingRight(): number {\n\t\treturn 32;\n\t}\n\n\tgetPaddingBottom(): number {\n\t\treturn 32;\n\t}\n\n\tisOverflowMaskEnabled(): boolean {\n\t\treturn false;\n\t}\n\n\tgetInteractive(): DBaseInteractive {\n\t\treturn DBaseInteractive.BOTH;\n\t}\n}\n"]}
@@ -7,7 +7,7 @@ var DThemeDarkFont = /** @class */ (function () {
7
7
  function DThemeDarkFont() {
8
8
  }
9
9
  DThemeDarkFont.prototype.getFontFamilly = function () {
10
- return "ProximaNova,-apple-system,Meiryo,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif";
10
+ return "\"Helvetica Neue\",Arial,\"Hiragino Sans\",\"Hiragino Kaku Gothic ProN\",\"BIZ UDPGothic\",Meiryo,sans-serif";
11
11
  };
12
12
  DThemeDarkFont.prototype.getFontSize = function () {
13
13
  return 14;
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-dark-font.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAE/D;IAAA;IAmCA,CAAC;IAlCA,uCAAc,GAAd;QACC,OAAO,6GAAyG,CAAC;IAClH,CAAC;IAED,oCAAW,GAAX;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,iCAAQ,GAAR,UAAS,KAAoB;QAC5B,OAAO,mBAAmB,CAAC,KAAK,CAAC;IAClC,CAAC;IAED,sCAAa,GAAb;QACC,OAAO,QAAQ,CAAC;IACjB,CAAC;IAED,qCAAY,GAAZ;QACC,OAAO,QAAQ,CAAC;IACjB,CAAC;IAED,uCAAc,GAAd;QACC,OAAO,QAAQ,CAAC;IACjB,CAAC;IAED,iCAAQ,GAAR,UAAS,KAAoB;QAC5B,IAAI,KAAK,CAAC,UAAU,EAAE;YACrB,OAAO,GAAG,CAAC;SACX;QACD,OAAO,GAAG,CAAC;IACZ,CAAC;IAED,sCAAa,GAAb;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IACF,qBAAC;AAAD,CAAC,AAnCD,IAmCC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DFontStyle, DFontVariant, DFontWeight, DThemeFont } from \"../../d-font\";\nimport { DThemeDarkConstants } from \"./d-theme-dark-constants\";\n\nexport class DThemeDarkFont implements DThemeFont {\n\tgetFontFamilly(): string {\n\t\treturn `ProximaNova,-apple-system,Meiryo,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif`;\n\t}\n\n\tgetFontSize(): number {\n\t\treturn 14;\n\t}\n\n\tgetColor(state: DBaseStateSet): number {\n\t\treturn DThemeDarkConstants.COLOR;\n\t}\n\n\tgetFontWeight(): DFontWeight {\n\t\treturn \"normal\";\n\t}\n\n\tgetFontStyle(): DFontStyle {\n\t\treturn \"normal\";\n\t}\n\n\tgetFontVariant(): DFontVariant {\n\t\treturn \"normal\";\n\t}\n\n\tgetAlpha(state: DBaseStateSet): number {\n\t\tif (state.inDisabled) {\n\t\t\treturn 0.5;\n\t\t}\n\t\treturn 1.0;\n\t}\n\n\tgetLineHeight(): number {\n\t\treturn 30;\n\t}\n}\n"]}
1
+ {"version":3,"file":"d-theme-dark-font.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAE/D;IAAA;IAmCA,CAAC;IAlCA,uCAAc,GAAd;QACC,OAAO,8GAAsG,CAAC;IAC/G,CAAC;IAED,oCAAW,GAAX;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,iCAAQ,GAAR,UAAS,KAAoB;QAC5B,OAAO,mBAAmB,CAAC,KAAK,CAAC;IAClC,CAAC;IAED,sCAAa,GAAb;QACC,OAAO,QAAQ,CAAC;IACjB,CAAC;IAED,qCAAY,GAAZ;QACC,OAAO,QAAQ,CAAC;IACjB,CAAC;IAED,uCAAc,GAAd;QACC,OAAO,QAAQ,CAAC;IACjB,CAAC;IAED,iCAAQ,GAAR,UAAS,KAAoB;QAC5B,IAAI,KAAK,CAAC,UAAU,EAAE;YACrB,OAAO,GAAG,CAAC;SACX;QACD,OAAO,GAAG,CAAC;IACZ,CAAC;IAED,sCAAa,GAAb;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IACF,qBAAC;AAAD,CAAC,AAnCD,IAmCC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DFontStyle, DFontVariant, DFontWeight, DThemeFont } from \"../../d-font\";\nimport { DThemeDarkConstants } from \"./d-theme-dark-constants\";\n\nexport class DThemeDarkFont implements DThemeFont {\n\tgetFontFamilly(): string {\n\t\treturn `\"Helvetica Neue\",Arial,\"Hiragino Sans\",\"Hiragino Kaku Gothic ProN\",\"BIZ UDPGothic\",Meiryo,sans-serif`;\n\t}\n\n\tgetFontSize(): number {\n\t\treturn 14;\n\t}\n\n\tgetColor(state: DBaseStateSet): number {\n\t\treturn DThemeDarkConstants.COLOR;\n\t}\n\n\tgetFontWeight(): DFontWeight {\n\t\treturn \"normal\";\n\t}\n\n\tgetFontStyle(): DFontStyle {\n\t\treturn \"normal\";\n\t}\n\n\tgetFontVariant(): DFontVariant {\n\t\treturn \"normal\";\n\t}\n\n\tgetAlpha(state: DBaseStateSet): number {\n\t\tif (state.inDisabled) {\n\t\t\treturn 0.5;\n\t\t}\n\t\treturn 1.0;\n\t}\n\n\tgetLineHeight(): number {\n\t\treturn 30;\n\t}\n}\n"]}
@@ -7,7 +7,7 @@ var DThemeWhiteFont = /** @class */ (function () {
7
7
  function DThemeWhiteFont() {
8
8
  }
9
9
  DThemeWhiteFont.prototype.getFontFamilly = function () {
10
- return "ProximaNova,-apple-system,Meiryo,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif";
10
+ return "\"Helvetica Neue\",Arial,\"Hiragino Sans\",\"Hiragino Kaku Gothic ProN\",\"BIZ UDPGothic\",Meiryo,sans-serif";
11
11
  };
12
12
  DThemeWhiteFont.prototype.getFontSize = function () {
13
13
  return 14;
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-white-font.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-font.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE;IAAA;IAmCA,CAAC;IAlCA,wCAAc,GAAd;QACC,OAAO,6GAAyG,CAAC;IAClH,CAAC;IAED,qCAAW,GAAX;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,kCAAQ,GAAR,UAAS,KAAoB;QAC5B,OAAO,oBAAoB,CAAC,KAAK,CAAC;IACnC,CAAC;IAED,uCAAa,GAAb;QACC,OAAO,QAAQ,CAAC;IACjB,CAAC;IAED,sCAAY,GAAZ;QACC,OAAO,QAAQ,CAAC;IACjB,CAAC;IAED,wCAAc,GAAd;QACC,OAAO,QAAQ,CAAC;IACjB,CAAC;IAED,kCAAQ,GAAR,UAAS,KAAoB;QAC5B,IAAI,KAAK,CAAC,UAAU,EAAE;YACrB,OAAO,GAAG,CAAC;SACX;QACD,OAAO,GAAG,CAAC;IACZ,CAAC;IAED,uCAAa,GAAb;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IACF,sBAAC;AAAD,CAAC,AAnCD,IAmCC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DFontStyle, DFontVariant, DFontWeight, DThemeFont } from \"../../d-font\";\nimport { DThemeWhiteConstants } from \"./d-theme-white-constants\";\n\nexport class DThemeWhiteFont implements DThemeFont {\n\tgetFontFamilly(): string {\n\t\treturn `ProximaNova,-apple-system,Meiryo,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif`;\n\t}\n\n\tgetFontSize(): number {\n\t\treturn 14;\n\t}\n\n\tgetColor(state: DBaseStateSet): number {\n\t\treturn DThemeWhiteConstants.COLOR;\n\t}\n\n\tgetFontWeight(): DFontWeight {\n\t\treturn \"normal\";\n\t}\n\n\tgetFontStyle(): DFontStyle {\n\t\treturn \"normal\";\n\t}\n\n\tgetFontVariant(): DFontVariant {\n\t\treturn \"normal\";\n\t}\n\n\tgetAlpha(state: DBaseStateSet): number {\n\t\tif (state.inDisabled) {\n\t\t\treturn 0.5;\n\t\t}\n\t\treturn 1.0;\n\t}\n\n\tgetLineHeight(): number {\n\t\treturn 30;\n\t}\n}\n"]}
1
+ {"version":3,"file":"d-theme-white-font.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-font.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE;IAAA;IAmCA,CAAC;IAlCA,wCAAc,GAAd;QACC,OAAO,8GAAsG,CAAC;IAC/G,CAAC;IAED,qCAAW,GAAX;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,kCAAQ,GAAR,UAAS,KAAoB;QAC5B,OAAO,oBAAoB,CAAC,KAAK,CAAC;IACnC,CAAC;IAED,uCAAa,GAAb;QACC,OAAO,QAAQ,CAAC;IACjB,CAAC;IAED,sCAAY,GAAZ;QACC,OAAO,QAAQ,CAAC;IACjB,CAAC;IAED,wCAAc,GAAd;QACC,OAAO,QAAQ,CAAC;IACjB,CAAC;IAED,kCAAQ,GAAR,UAAS,KAAoB;QAC5B,IAAI,KAAK,CAAC,UAAU,EAAE;YACrB,OAAO,GAAG,CAAC;SACX;QACD,OAAO,GAAG,CAAC;IACZ,CAAC;IAED,uCAAa,GAAb;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IACF,sBAAC;AAAD,CAAC,AAnCD,IAmCC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DFontStyle, DFontVariant, DFontWeight, DThemeFont } from \"../../d-font\";\nimport { DThemeWhiteConstants } from \"./d-theme-white-constants\";\n\nexport class DThemeWhiteFont implements DThemeFont {\n\tgetFontFamilly(): string {\n\t\treturn `\"Helvetica Neue\",Arial,\"Hiragino Sans\",\"Hiragino Kaku Gothic ProN\",\"BIZ UDPGothic\",Meiryo,sans-serif`;\n\t}\n\n\tgetFontSize(): number {\n\t\treturn 14;\n\t}\n\n\tgetColor(state: DBaseStateSet): number {\n\t\treturn DThemeWhiteConstants.COLOR;\n\t}\n\n\tgetFontWeight(): DFontWeight {\n\t\treturn \"normal\";\n\t}\n\n\tgetFontStyle(): DFontStyle {\n\t\treturn \"normal\";\n\t}\n\n\tgetFontVariant(): DFontVariant {\n\t\treturn \"normal\";\n\t}\n\n\tgetAlpha(state: DBaseStateSet): number {\n\t\tif (state.inDisabled) {\n\t\t\treturn 0.5;\n\t\t}\n\t\treturn 1.0;\n\t}\n\n\tgetLineHeight(): number {\n\t\treturn 30;\n\t}\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  /*
2
- Winter Cardinal UI v0.381.0
2
+ Winter Cardinal UI v0.382.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
@@ -161,7 +161,7 @@
161
161
  function DThemeDarkFont() {
162
162
  }
163
163
  DThemeDarkFont.prototype.getFontFamilly = function () {
164
- return "ProximaNova,-apple-system,Meiryo,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif";
164
+ return "\"Helvetica Neue\",Arial,\"Hiragino Sans\",\"Hiragino Kaku Gothic ProN\",\"BIZ UDPGothic\",Meiryo,sans-serif";
165
165
  };
166
166
  DThemeDarkFont.prototype.getFontSize = function () {
167
167
  return 14;
@@ -2689,16 +2689,16 @@
2689
2689
  return null;
2690
2690
  };
2691
2691
  DThemeDarkCanvasContainer.prototype.getPaddingLeft = function () {
2692
- return 50;
2692
+ return 32;
2693
2693
  };
2694
2694
  DThemeDarkCanvasContainer.prototype.getPaddingTop = function () {
2695
- return 50;
2695
+ return 32;
2696
2696
  };
2697
2697
  DThemeDarkCanvasContainer.prototype.getPaddingRight = function () {
2698
- return 50;
2698
+ return 32;
2699
2699
  };
2700
2700
  DThemeDarkCanvasContainer.prototype.getPaddingBottom = function () {
2701
- return 50;
2701
+ return 32;
2702
2702
  };
2703
2703
  DThemeDarkCanvasContainer.prototype.isOverflowMaskEnabled = function () {
2704
2704
  return false;