@wcardinal/wcardinal-ui 0.145.0 → 0.149.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 (141) hide show
  1. package/dist/types/wcardinal/ui/d-note-small-error.d.ts +8 -0
  2. package/dist/types/wcardinal/ui/d-note-small-no-items-found.d.ts +8 -0
  3. package/dist/types/wcardinal/ui/d-note-small-searching.d.ts +8 -0
  4. package/dist/types/wcardinal/ui/d-note-small.d.ts +8 -0
  5. package/dist/types/wcardinal/ui/index.d.ts +4 -0
  6. package/dist/types/wcardinal/ui/shape/e-shape-connector-bodies.d.ts +3 -0
  7. package/dist/types/wcardinal/ui/shape/e-shape-connector-body-impl.d.ts +24 -0
  8. package/dist/types/wcardinal/ui/shape/e-shape-connector-body.d.ts +14 -0
  9. package/dist/types/wcardinal/ui/shape/e-shape-connector-edge-container.d.ts +3 -0
  10. package/dist/types/wcardinal/ui/shape/index.d.ts +3 -0
  11. package/dist/types/wcardinal/ui/shape/variant/e-shape-connector-line.d.ts +9 -2
  12. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-error.d.ts +0 -3
  13. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.d.ts +0 -3
  14. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-searching.d.ts +0 -3
  15. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-small-error.d.ts +5 -0
  16. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-small-no-items-found.d.ts +5 -0
  17. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-small-searching.d.ts +5 -0
  18. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-small.d.ts +4 -0
  19. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note.d.ts +3 -0
  20. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-slider-thumb.d.ts +1 -0
  21. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-slider-track.d.ts +3 -0
  22. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-table-body-cells.d.ts +4 -2
  23. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-table-header-cell.d.ts +2 -0
  24. package/dist/types/wcardinal/ui/theme/dark/index.d.ts +4 -0
  25. package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-error.d.ts +0 -3
  26. package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.d.ts +0 -3
  27. package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-searching.d.ts +0 -3
  28. package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-small-error.d.ts +5 -0
  29. package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-small-no-items-found.d.ts +5 -0
  30. package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-small-searching.d.ts +5 -0
  31. package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-small.d.ts +4 -0
  32. package/dist/types/wcardinal/ui/theme/white/d-theme-white-note.d.ts +3 -0
  33. package/dist/types/wcardinal/ui/theme/white/d-theme-white-slider-thumb.d.ts +1 -0
  34. package/dist/types/wcardinal/ui/theme/white/d-theme-white-slider-track.d.ts +3 -0
  35. package/dist/types/wcardinal/ui/theme/white/d-theme-white-table-body-cells.d.ts +4 -2
  36. package/dist/types/wcardinal/ui/theme/white/d-theme-white-table-header-cell.d.ts +2 -0
  37. package/dist/types/wcardinal/ui/theme/white/index.d.ts +4 -0
  38. package/dist/types/wcardinal/ui/util/util-svg-atlas-builder.d.ts +1 -0
  39. package/dist/wcardinal/ui/d-dialog-select.js +6 -6
  40. package/dist/wcardinal/ui/d-dialog-select.js.map +1 -1
  41. package/dist/wcardinal/ui/d-note-small-error.js +18 -0
  42. package/dist/wcardinal/ui/d-note-small-error.js.map +1 -0
  43. package/dist/wcardinal/ui/d-note-small-no-items-found.js +18 -0
  44. package/dist/wcardinal/ui/d-note-small-no-items-found.js.map +1 -0
  45. package/dist/wcardinal/ui/d-note-small-searching.js +18 -0
  46. package/dist/wcardinal/ui/d-note-small-searching.js.map +1 -0
  47. package/dist/wcardinal/ui/d-note-small.js +18 -0
  48. package/dist/wcardinal/ui/d-note-small.js.map +1 -0
  49. package/dist/wcardinal/ui/d-view-gesture-impl.js +12 -4
  50. package/dist/wcardinal/ui/d-view-gesture-impl.js.map +1 -1
  51. package/dist/wcardinal/ui/index.js +4 -0
  52. package/dist/wcardinal/ui/index.js.map +1 -1
  53. package/dist/wcardinal/ui/shape/e-shape-connector-bodies.js +36 -0
  54. package/dist/wcardinal/ui/shape/e-shape-connector-bodies.js.map +1 -0
  55. package/dist/wcardinal/ui/shape/e-shape-connector-body-impl.js +88 -0
  56. package/dist/wcardinal/ui/shape/e-shape-connector-body-impl.js.map +1 -0
  57. package/dist/wcardinal/ui/shape/e-shape-connector-body.js +6 -0
  58. package/dist/wcardinal/ui/shape/e-shape-connector-body.js.map +1 -0
  59. package/dist/wcardinal/ui/shape/e-shape-connector-edge-container-impl.js.map +1 -1
  60. package/dist/wcardinal/ui/shape/e-shape-connector-edge-container.js.map +1 -1
  61. package/dist/wcardinal/ui/shape/e-shape-runtime.js +6 -4
  62. package/dist/wcardinal/ui/shape/e-shape-runtime.js.map +1 -1
  63. package/dist/wcardinal/ui/shape/index.js +3 -0
  64. package/dist/wcardinal/ui/shape/index.js.map +1 -1
  65. package/dist/wcardinal/ui/shape/variant/deserialize-connector-line.js +19 -1
  66. package/dist/wcardinal/ui/shape/variant/deserialize-connector-line.js.map +1 -1
  67. package/dist/wcardinal/ui/shape/variant/e-shape-connector-line.js +104 -81
  68. package/dist/wcardinal/ui/shape/variant/e-shape-connector-line.js.map +1 -1
  69. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-error.js +0 -9
  70. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-error.js.map +1 -1
  71. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.js +0 -10
  72. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.js.map +1 -1
  73. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-searching.js +0 -11
  74. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-searching.js.map +1 -1
  75. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-error.js +18 -0
  76. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-error.js.map +1 -0
  77. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-no-items-found.js +18 -0
  78. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-no-items-found.js.map +1 -0
  79. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-searching.js +18 -0
  80. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-searching.js.map +1 -0
  81. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small.js +18 -0
  82. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small.js.map +1 -0
  83. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note.js +9 -2
  84. package/dist/wcardinal/ui/theme/dark/d-theme-dark-note.js.map +1 -1
  85. package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-thumb.js +3 -0
  86. package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-thumb.js.map +1 -1
  87. package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-track.js +10 -0
  88. package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-track.js.map +1 -1
  89. package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-value.js +1 -1
  90. package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-value.js.map +1 -1
  91. package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cells.js +13 -5
  92. package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cells.js.map +1 -1
  93. package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-header-cell.js +7 -2
  94. package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-header-cell.js.map +1 -1
  95. package/dist/wcardinal/ui/theme/dark/index.js +4 -0
  96. package/dist/wcardinal/ui/theme/dark/index.js.map +1 -1
  97. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-note.js +6 -0
  98. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-note.js.map +1 -1
  99. package/dist/wcardinal/ui/theme/white/d-theme-white-note-error.js +0 -9
  100. package/dist/wcardinal/ui/theme/white/d-theme-white-note-error.js.map +1 -1
  101. package/dist/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.js +0 -10
  102. package/dist/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.js.map +1 -1
  103. package/dist/wcardinal/ui/theme/white/d-theme-white-note-searching.js +0 -11
  104. package/dist/wcardinal/ui/theme/white/d-theme-white-note-searching.js.map +1 -1
  105. package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-error.js +18 -0
  106. package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-error.js.map +1 -0
  107. package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-no-items-found.js +18 -0
  108. package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-no-items-found.js.map +1 -0
  109. package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-searching.js +18 -0
  110. package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-searching.js.map +1 -0
  111. package/dist/wcardinal/ui/theme/white/d-theme-white-note-small.js +18 -0
  112. package/dist/wcardinal/ui/theme/white/d-theme-white-note-small.js.map +1 -0
  113. package/dist/wcardinal/ui/theme/white/d-theme-white-note.js +9 -2
  114. package/dist/wcardinal/ui/theme/white/d-theme-white-note.js.map +1 -1
  115. package/dist/wcardinal/ui/theme/white/d-theme-white-slider-thumb.js +3 -0
  116. package/dist/wcardinal/ui/theme/white/d-theme-white-slider-thumb.js.map +1 -1
  117. package/dist/wcardinal/ui/theme/white/d-theme-white-slider-track.js +10 -0
  118. package/dist/wcardinal/ui/theme/white/d-theme-white-slider-track.js.map +1 -1
  119. package/dist/wcardinal/ui/theme/white/d-theme-white-slider-value.js +1 -1
  120. package/dist/wcardinal/ui/theme/white/d-theme-white-slider-value.js.map +1 -1
  121. package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cells.js +16 -5
  122. package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cells.js.map +1 -1
  123. package/dist/wcardinal/ui/theme/white/d-theme-white-table-header-cell.js +7 -2
  124. package/dist/wcardinal/ui/theme/white/d-theme-white-table-header-cell.js.map +1 -1
  125. package/dist/wcardinal/ui/theme/white/index.js +4 -0
  126. package/dist/wcardinal/ui/theme/white/index.js.map +1 -1
  127. package/dist/wcardinal/ui/theme/white/load/load-theme-white-note.js +6 -0
  128. package/dist/wcardinal/ui/theme/white/load/load-theme-white-note.js.map +1 -1
  129. package/dist/wcardinal/ui/util/util-svg-atlas-builder.js +3 -0
  130. package/dist/wcardinal/ui/util/util-svg-atlas-builder.js.map +1 -1
  131. package/dist/wcardinal-ui-theme-dark.js +111 -38
  132. package/dist/wcardinal-ui-theme-dark.min.js +2 -2
  133. package/dist/wcardinal-ui-theme-dark.min.js.map +1 -1
  134. package/dist/wcardinal-ui-theme-white.js +114 -38
  135. package/dist/wcardinal-ui-theme-white.min.js +2 -2
  136. package/dist/wcardinal-ui-theme-white.min.js.map +1 -1
  137. package/dist/wcardinal-ui.cjs.js +577 -188
  138. package/dist/wcardinal-ui.js +354 -114
  139. package/dist/wcardinal-ui.min.js +2 -2
  140. package/dist/wcardinal-ui.min.js.map +1 -1
  141. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"util-svg-atlas-builder.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/util/util-svg-atlas-builder.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { BaseTexture, Rectangle, SCALE_MODES, Texture } from \"pixi.js\";\nimport { toSvgUrl } from \"./to-svg-url\";\n\nexport interface UtilSvgAtlasBuilderBuildOptions {\n\tforce?: boolean;\n\tscaling?: SCALE_MODES;\n\tresolution?: number;\n}\n\nexport class UtilSvgAtlasBuilder {\n\tprotected _width: number;\n\tprotected _ratio: number;\n\tprotected _margin: number;\n\n\tprotected _frames: { [name: string]: Rectangle };\n\tprotected _svg: string;\n\tprotected _nextX: number;\n\tprotected _nextY: number;\n\tprotected _height: number;\n\n\tprotected _built?: { [name: string]: Texture };\n\n\tconstructor(width: number, ratio: number, margin: number) {\n\t\tthis._width = width;\n\t\tthis._ratio = ratio;\n\t\tthis._margin = margin;\n\n\t\tthis._frames = {};\n\t\tthis._svg = \"\";\n\t\tthis._nextX = 0;\n\t\tthis._nextY = 0;\n\t\tthis._height = 0;\n\t}\n\n\tget width(): number {\n\t\treturn this._width;\n\t}\n\n\tget ratio(): number {\n\t\treturn this._ratio;\n\t}\n\n\tget margin(): number {\n\t\treturn this._margin;\n\t}\n\n\tadd(name: string, width: number, height: number, path: string): boolean {\n\t\tconst frames = this._frames;\n\t\tif (!(name in frames)) {\n\t\t\t// Position\n\t\t\tconst margin = this._margin;\n\t\t\tlet x = this._nextX;\n\t\t\tlet y = this._nextY;\n\t\t\tif (this._width <= x + width) {\n\t\t\t\tx = 0;\n\t\t\t\ty = this._nextY + this._height + margin;\n\t\t\t\tthis._height = height;\n\t\t\t\tthis._nextY = y;\n\t\t\t} else {\n\t\t\t\tthis._height = Math.max(this._height, height);\n\t\t\t}\n\t\t\tthis._nextX = x + width + margin;\n\n\t\t\t// Frame\n\t\t\tframes[name] = new Rectangle(x, y, width, height);\n\n\t\t\t// Svg\n\t\t\tconst ratio = this._ratio;\n\t\t\tthis._svg += `<g transform=\"translate(${x * ratio},${y * ratio})\">${path}</g>`;\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t}\n\n\tget mappings(): { [name: string]: Texture } {\n\t\treturn this.build();\n\t}\n\n\tbuild(options?: UtilSvgAtlasBuilderBuildOptions): { [name: string]: Texture } {\n\t\tlet built = this._built;\n\t\tif (built == null || options?.force) {\n\t\t\tconst resolution = options?.resolution ?? window.devicePixelRatio ?? 1;\n\t\t\tconst width = this._width;\n\t\t\tconst height = Math.pow(2, Math.ceil(Math.log(this._nextY + this._height) / Math.LN2));\n\t\t\tconst realWidth = width * resolution;\n\t\t\tconst realHeight = height * resolution;\n\t\t\tconst ratio = this._ratio;\n\t\t\tconst attrWidth = `width=\"${realWidth}\"`;\n\t\t\tconst attrHeight = `height=\"${realHeight}\"`;\n\t\t\tconst attrViewBox = `viewBox=\"0 0 ${width * ratio} ${height * ratio}\"`;\n\t\t\tconst attrXmlns = `xmlns=\"http://www.w3.org/2000/svg\"`;\n\t\t\tconst url = toSvgUrl(\n\t\t\t\t`<svg ${attrWidth} ${attrHeight} ${attrViewBox} ${attrXmlns}>${this._svg}</svg>`\n\t\t\t);\n\t\t\tconst scaleMode = options?.scaling ?? SCALE_MODES.NEAREST;\n\t\t\tconst baseTexture = BaseTexture.from(url, {\n\t\t\t\tresolution,\n\t\t\t\tscaleMode\n\t\t\t});\n\t\t\tconst frames = this._frames;\n\t\t\tbuilt = this._built = {};\n\t\t\tfor (const name in frames) {\n\t\t\t\tbuilt[name] = new Texture(baseTexture, frames[name]);\n\t\t\t}\n\t\t}\n\t\treturn built;\n\t}\n}\n"]}
1
+ {"version":3,"file":"util-svg-atlas-builder.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/util/util-svg-atlas-builder.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { BaseTexture, Rectangle, SCALE_MODES, Texture } from \"pixi.js\";\nimport { toSvgUrl } from \"./to-svg-url\";\n\nexport interface UtilSvgAtlasBuilderBuildOptions {\n\tforce?: boolean;\n\tscaling?: SCALE_MODES;\n\tresolution?: number;\n}\n\nexport class UtilSvgAtlasBuilder {\n\tprotected _width: number;\n\tprotected _ratio: number;\n\tprotected _margin: number;\n\n\tprotected _frames: { [name: string]: Rectangle };\n\tprotected _svg: string;\n\tprotected _nextX: number;\n\tprotected _nextY: number;\n\tprotected _height: number;\n\n\tprotected _built?: { [name: string]: Texture };\n\n\tconstructor(width: number, ratio: number, margin: number) {\n\t\tthis._width = width;\n\t\tthis._ratio = ratio;\n\t\tthis._margin = margin;\n\n\t\tthis._frames = {};\n\t\tthis._svg = \"\";\n\t\tthis._nextX = 0;\n\t\tthis._nextY = 0;\n\t\tthis._height = 0;\n\t}\n\n\tget width(): number {\n\t\treturn this._width;\n\t}\n\n\tget ratio(): number {\n\t\treturn this._ratio;\n\t}\n\n\tget margin(): number {\n\t\treturn this._margin;\n\t}\n\n\tadd(name: string, width: number, height: number, path: string): boolean {\n\t\tconst frames = this._frames;\n\t\tif (!(name in frames)) {\n\t\t\t// Position\n\t\t\tconst margin = this._margin;\n\t\t\tlet x = this._nextX;\n\t\t\tlet y = this._nextY;\n\t\t\tif (this._width <= x + width) {\n\t\t\t\tx = 0;\n\t\t\t\ty = this._nextY + this._height + margin;\n\t\t\t\tthis._height = height;\n\t\t\t\tthis._nextY = y;\n\t\t\t} else {\n\t\t\t\tthis._height = Math.max(this._height, height);\n\t\t\t}\n\t\t\tthis._nextX = x + width + margin;\n\n\t\t\t// Frame\n\t\t\tframes[name] = new Rectangle(x, y, width, height);\n\n\t\t\t// Svg\n\t\t\tconst ratio = this._ratio;\n\t\t\tthis._svg += `<g transform=\"translate(${x * ratio},${y * ratio})\">${path}</g>`;\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t}\n\n\thas(name: string): boolean {\n\t\treturn name in this._frames;\n\t}\n\n\tget mappings(): { [name: string]: Texture } {\n\t\treturn this.build();\n\t}\n\n\tbuild(options?: UtilSvgAtlasBuilderBuildOptions): { [name: string]: Texture } {\n\t\tlet built = this._built;\n\t\tif (built == null || options?.force) {\n\t\t\tconst resolution = options?.resolution ?? window.devicePixelRatio ?? 1;\n\t\t\tconst width = this._width;\n\t\t\tconst height = Math.pow(2, Math.ceil(Math.log(this._nextY + this._height) / Math.LN2));\n\t\t\tconst realWidth = width * resolution;\n\t\t\tconst realHeight = height * resolution;\n\t\t\tconst ratio = this._ratio;\n\t\t\tconst attrWidth = `width=\"${realWidth}\"`;\n\t\t\tconst attrHeight = `height=\"${realHeight}\"`;\n\t\t\tconst attrViewBox = `viewBox=\"0 0 ${width * ratio} ${height * ratio}\"`;\n\t\t\tconst attrXmlns = `xmlns=\"http://www.w3.org/2000/svg\"`;\n\t\t\tconst url = toSvgUrl(\n\t\t\t\t`<svg ${attrWidth} ${attrHeight} ${attrViewBox} ${attrXmlns}>${this._svg}</svg>`\n\t\t\t);\n\t\t\tconst scaleMode = options?.scaling ?? SCALE_MODES.NEAREST;\n\t\t\tconst baseTexture = BaseTexture.from(url, {\n\t\t\t\tresolution,\n\t\t\t\tscaleMode\n\t\t\t});\n\t\t\tconst frames = this._frames;\n\t\t\tbuilt = this._built = {};\n\t\t\tfor (const name in frames) {\n\t\t\t\tbuilt[name] = new Texture(baseTexture, frames[name]);\n\t\t\t}\n\t\t}\n\t\treturn built;\n\t}\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  /*
2
- Winter Cardinal UI v0.145.0
2
+ Winter Cardinal UI v0.149.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
@@ -6078,13 +6078,16 @@
6078
6078
  return DBaseInteractive.NONE;
6079
6079
  };
6080
6080
  DThemeDarkNote.prototype.getAlpha = function () {
6081
- return 0.25;
6081
+ return 0.2;
6082
6082
  };
6083
6083
  DThemeDarkNote.prototype.getFontSize = function () {
6084
6084
  return 26;
6085
6085
  };
6086
+ DThemeDarkNote.prototype.getFontWeight = function () {
6087
+ return "bold";
6088
+ };
6086
6089
  DThemeDarkNote.prototype.getImageTintAlpha = function (state) {
6087
- return 0.15;
6090
+ return 0.2;
6088
6091
  };
6089
6092
  DThemeDarkNote.prototype.getImageAlignWith = function () {
6090
6093
  return DAlignWith.TEXT;
@@ -6095,6 +6098,10 @@
6095
6098
  DThemeDarkNote.prototype.getImageAlignVertical = function () {
6096
6099
  return DAlignVertical.MIDDLE;
6097
6100
  };
6101
+ DThemeDarkNote.prototype.newState = function (state) {
6102
+ _super.prototype.newState.call(this, state);
6103
+ state.isFocusable = false;
6104
+ };
6098
6105
  return DThemeDarkNote;
6099
6106
  }(DThemeDarkImageBase));
6100
6107
 
@@ -6102,11 +6109,6 @@
6102
6109
  * Copyright (C) 2019 Toshiba Corporation
6103
6110
  * SPDX-License-Identifier: Apache-2.0
6104
6111
  */
6105
- /* eslint-disable prettier/prettier */
6106
- DThemeDarkAtlas.add("note_erorr", 48, 48, "<g transform=\"translate(-3,3) scale(3,3)\">" +
6107
- '<path d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z" fill="#fff"/>' +
6108
- "</g>");
6109
- /* eslint-enable prettier/prettier */
6110
6112
  var DThemeDarkNoteError = /** @class */ (function (_super) {
6111
6113
  __extends(DThemeDarkNoteError, _super);
6112
6114
  function DThemeDarkNoteError() {
@@ -6115,9 +6117,6 @@
6115
6117
  DThemeDarkNoteError.prototype.newTextValue = function () {
6116
6118
  return "Error";
6117
6119
  };
6118
- DThemeDarkNoteError.prototype.getImageSource = function (state) {
6119
- return DThemeDarkAtlas.mappings.note_erorr;
6120
- };
6121
6120
  return DThemeDarkNoteError;
6122
6121
  }(DThemeDarkNote));
6123
6122
 
@@ -6125,12 +6124,6 @@
6125
6124
  * Copyright (C) 2019 Toshiba Corporation
6126
6125
  * SPDX-License-Identifier: Apache-2.0
6127
6126
  */
6128
- /* eslint-disable prettier/prettier */
6129
- DThemeDarkAtlas.add("note_no_items_found", 48, 48, "<g transform=\"translate(-3,3) scale(3,3)\">" +
6130
- '<path d="M11 15h2v2h-2v-2zm0-8h2v6h-2V7zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c' +
6131
- '-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" fill="#fff"/>' +
6132
- "</g>");
6133
- /* eslint-enable prettier/prettier */
6134
6127
  var DThemeDarkNoteNoItemsFound = /** @class */ (function (_super) {
6135
6128
  __extends(DThemeDarkNoteNoItemsFound, _super);
6136
6129
  function DThemeDarkNoteNoItemsFound() {
@@ -6139,9 +6132,6 @@
6139
6132
  DThemeDarkNoteNoItemsFound.prototype.newTextValue = function () {
6140
6133
  return "No items found";
6141
6134
  };
6142
- DThemeDarkNoteNoItemsFound.prototype.getImageSource = function (state) {
6143
- return DThemeDarkAtlas.mappings.note_no_items_found;
6144
- };
6145
6135
  return DThemeDarkNoteNoItemsFound;
6146
6136
  }(DThemeDarkNote));
6147
6137
 
@@ -6149,13 +6139,6 @@
6149
6139
  * Copyright (C) 2019 Toshiba Corporation
6150
6140
  * SPDX-License-Identifier: Apache-2.0
6151
6141
  */
6152
- /* eslint-disable prettier/prettier */
6153
- DThemeDarkAtlas.add("note_searching", 48, 48, "<g transform=\"translate(-3,3) scale(3,3)\">" +
6154
- "<path d=\"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 " +
6155
- "9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 " +
6156
- "14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\" fill=\"#fff\"/>" +
6157
- "</g>");
6158
- /* eslint-enable prettier/prettier */
6159
6142
  var DThemeDarkNoteSearching = /** @class */ (function (_super) {
6160
6143
  __extends(DThemeDarkNoteSearching, _super);
6161
6144
  function DThemeDarkNoteSearching() {
@@ -6164,12 +6147,69 @@
6164
6147
  DThemeDarkNoteSearching.prototype.newTextValue = function () {
6165
6148
  return "Searching";
6166
6149
  };
6167
- DThemeDarkNoteSearching.prototype.getImageSource = function (state) {
6168
- return DThemeDarkAtlas.mappings.note_searching;
6169
- };
6170
6150
  return DThemeDarkNoteSearching;
6171
6151
  }(DThemeDarkNote));
6172
6152
 
6153
+ /*
6154
+ * Copyright (C) 2019 Toshiba Corporation
6155
+ * SPDX-License-Identifier: Apache-2.0
6156
+ */
6157
+ var DThemeDarkNoteSmall = /** @class */ (function (_super) {
6158
+ __extends(DThemeDarkNoteSmall, _super);
6159
+ function DThemeDarkNoteSmall() {
6160
+ return _super !== null && _super.apply(this, arguments) || this;
6161
+ }
6162
+ DThemeDarkNoteSmall.prototype.getFontSize = function () {
6163
+ return 18;
6164
+ };
6165
+ return DThemeDarkNoteSmall;
6166
+ }(DThemeDarkNote));
6167
+
6168
+ /*
6169
+ * Copyright (C) 2019 Toshiba Corporation
6170
+ * SPDX-License-Identifier: Apache-2.0
6171
+ */
6172
+ var DThemeDarkNoteSmallError = /** @class */ (function (_super) {
6173
+ __extends(DThemeDarkNoteSmallError, _super);
6174
+ function DThemeDarkNoteSmallError() {
6175
+ return _super !== null && _super.apply(this, arguments) || this;
6176
+ }
6177
+ DThemeDarkNoteSmallError.prototype.newTextValue = function () {
6178
+ return "Something went wrong";
6179
+ };
6180
+ return DThemeDarkNoteSmallError;
6181
+ }(DThemeDarkNoteSmall));
6182
+
6183
+ /*
6184
+ * Copyright (C) 2019 Toshiba Corporation
6185
+ * SPDX-License-Identifier: Apache-2.0
6186
+ */
6187
+ var DThemeDarkNoteSmallNoItemsFound = /** @class */ (function (_super) {
6188
+ __extends(DThemeDarkNoteSmallNoItemsFound, _super);
6189
+ function DThemeDarkNoteSmallNoItemsFound() {
6190
+ return _super !== null && _super.apply(this, arguments) || this;
6191
+ }
6192
+ DThemeDarkNoteSmallNoItemsFound.prototype.newTextValue = function () {
6193
+ return "No items found";
6194
+ };
6195
+ return DThemeDarkNoteSmallNoItemsFound;
6196
+ }(DThemeDarkNoteSmall));
6197
+
6198
+ /*
6199
+ * Copyright (C) 2019 Toshiba Corporation
6200
+ * SPDX-License-Identifier: Apache-2.0
6201
+ */
6202
+ var DThemeDarkNoteSmallSearching = /** @class */ (function (_super) {
6203
+ __extends(DThemeDarkNoteSmallSearching, _super);
6204
+ function DThemeDarkNoteSmallSearching() {
6205
+ return _super !== null && _super.apply(this, arguments) || this;
6206
+ }
6207
+ DThemeDarkNoteSmallSearching.prototype.newTextValue = function () {
6208
+ return "Searching";
6209
+ };
6210
+ return DThemeDarkNoteSmallSearching;
6211
+ }(DThemeDarkNoteSmall));
6212
+
6173
6213
  /*
6174
6214
  * Copyright (C) 2019 Toshiba Corporation
6175
6215
  * SPDX-License-Identifier: Apache-2.0
@@ -6179,6 +6219,9 @@
6179
6219
  DThemeDark.set("DNoteError", DThemeDarkNoteError);
6180
6220
  DThemeDark.set("DNoteNoItemsFound", DThemeDarkNoteNoItemsFound);
6181
6221
  DThemeDark.set("DNoteSearching", DThemeDarkNoteSearching);
6222
+ DThemeDark.set("DNoteSmallError", DThemeDarkNoteSmallError);
6223
+ DThemeDark.set("DNoteSmallNoItemsFound", DThemeDarkNoteSmallNoItemsFound);
6224
+ DThemeDark.set("DNoteSmallSearching", DThemeDarkNoteSmallSearching);
6182
6225
  };
6183
6226
 
6184
6227
  /*
@@ -6698,6 +6741,9 @@
6698
6741
  DThemeDarkSliderThumb.prototype.getImageAlignHorizontal = function () {
6699
6742
  return DAlignHorizontal.CENTER;
6700
6743
  };
6744
+ DThemeDarkSliderThumb.prototype.getOutlineOffset = function (state) {
6745
+ return this.getOutlineOffsetNonActive(state) + 2;
6746
+ };
6701
6747
  return DThemeDarkSliderThumb;
6702
6748
  }(DThemeDarkButton));
6703
6749
 
@@ -6716,6 +6762,16 @@
6716
6762
  DThemeDarkSliderTrack.prototype.getBorderColor = function (state) {
6717
6763
  return null;
6718
6764
  };
6765
+ DThemeDarkSliderTrack.prototype.getOutlineColor = function (state) {
6766
+ return _super.prototype.getOutlineColorNonActive.call(this, state);
6767
+ };
6768
+ DThemeDarkSliderTrack.prototype.getOutlineOffset = function (state) {
6769
+ return _super.prototype.getOutlineOffsetNonActive.call(this, state);
6770
+ };
6771
+ DThemeDarkSliderTrack.prototype.newState = function (state) {
6772
+ _super.prototype.newState.call(this, state);
6773
+ state.isFocusable = false;
6774
+ };
6719
6775
  return DThemeDarkSliderTrack;
6720
6776
  }(DThemeDarkButton));
6721
6777
 
@@ -6786,7 +6842,7 @@
6786
6842
  return "AUTO";
6787
6843
  };
6788
6844
  DThemeDarkSliderValue.prototype.getHeight = function () {
6789
- return 20;
6845
+ return this.getLineHeight();
6790
6846
  };
6791
6847
  DThemeDarkSliderValue.prototype.getBackgroundColor = function (state) {
6792
6848
  if (state.inDisabled) {
@@ -6923,7 +6979,9 @@
6923
6979
  DThemeDarkTableBodyCells.getBackgroundColor = function (state) {
6924
6980
  if (state.inDisabled) {
6925
6981
  if (state.is(DTableState.FROZEN)) {
6926
- return state.onAlternated ? this.BACKGROUND_COLOR_EVEN : this.BACKGROUND_COLOR_ODD;
6982
+ return state.onAlternated
6983
+ ? this.BACKGROUND_COLOR_FROZEN_ODD
6984
+ : this.BACKGROUND_COLOR_FROZEN_EVEN;
6927
6985
  }
6928
6986
  else {
6929
6987
  return null;
@@ -6940,7 +6998,9 @@
6940
6998
  }
6941
6999
  else {
6942
7000
  if (state.is(DTableState.FROZEN)) {
6943
- return state.onAlternated ? this.BACKGROUND_COLOR_EVEN : this.BACKGROUND_COLOR_ODD;
7001
+ return state.onAlternated
7002
+ ? this.BACKGROUND_COLOR_FROZEN_ODD
7003
+ : this.BACKGROUND_COLOR_FROZEN_EVEN;
6944
7004
  }
6945
7005
  else {
6946
7006
  return null;
@@ -6984,9 +7044,13 @@
6984
7044
  DThemeDarkTableBodyCells.getCornerMask = function () {
6985
7045
  return DCornerMask.ALL;
6986
7046
  };
6987
- DThemeDarkTableBodyCells.BACKGROUND_COLOR_EVEN = DThemeDarkConstants.BACKGROUND_COLOR_ON_BOARD;
6988
- DThemeDarkTableBodyCells.BACKGROUND_COLOR_ODD = UtilRgb.brighten(DThemeDarkConstants.BACKGROUND_COLOR_ON_BOARD, 0.02);
6989
- DThemeDarkTableBodyCells.BORDER_COLOR = DThemeDarkConstants.BACKGROUND_COLOR_ON_BOARD;
7047
+ var _a;
7048
+ _a = DThemeDarkTableBodyCells;
7049
+ DThemeDarkTableBodyCells.BACKGROUND_COLOR = DThemeDarkConstants.BACKGROUND_COLOR_ON_BOARD;
7050
+ DThemeDarkTableBodyCells.BACKGROUND_COLOR_FROZEN_EVEN = UtilRgb.brighten(_a.BACKGROUND_COLOR, 0.02);
7051
+ DThemeDarkTableBodyCells.BACKGROUND_COLOR_FROZEN_ODD = UtilRgb.brighten(_a.BACKGROUND_COLOR_FROZEN_EVEN, 0.02);
7052
+ DThemeDarkTableBodyCells.BORDER_COLOR = UtilRgb.darken(_a.BACKGROUND_COLOR, 0.035);
7053
+ DThemeDarkTableBodyCells.BORDER_COLOR_FROZEN = UtilRgb.darken(_a.BORDER_COLOR, 0.035);
6990
7054
  return DThemeDarkTableBodyCells;
6991
7055
  }());
6992
7056
 
@@ -8065,12 +8129,14 @@
8065
8129
  _this.BACKGROUND_COLOR = UtilRgb.brighten(DThemeDarkConstants.BACKGROUND_COLOR_ON_BOARD, 0.02);
8066
8130
  _this.BACKGROUND_COLOR_HOVERED = UtilRgb.brighten(_this.BACKGROUND_COLOR, 0.08);
8067
8131
  _this.BACKGROUND_COLOR_PRESSED = UtilRgb.brighten(_this.BACKGROUND_COLOR, 0.32);
8132
+ _this.BACKGROUND_COLOR_FROZEN = UtilRgb.brighten(_this.BACKGROUND_COLOR, 0.02);
8068
8133
  _this.BORDER_COLOR = UtilRgb.darken(DThemeDarkConstants.BACKGROUND_COLOR_ON_BOARD, 0.05);
8134
+ _this.BORDER_COLOR_FROZEN = UtilRgb.darken(_this.BORDER_COLOR, 0.05);
8069
8135
  return _this;
8070
8136
  }
8071
8137
  DThemeDarkTableHeaderCell.prototype.getBackgroundColor = function (state) {
8072
8138
  if (state.inDisabled) {
8073
- return state.is(DTableState.FROZEN) ? this.BACKGROUND_COLOR : null;
8139
+ return state.is(DTableState.FROZEN) ? this.BACKGROUND_COLOR_FROZEN : null;
8074
8140
  }
8075
8141
  else if (state.isPressed) {
8076
8142
  return this.BACKGROUND_COLOR_PRESSED;
@@ -8079,13 +8145,16 @@
8079
8145
  return this.BACKGROUND_COLOR_HOVERED;
8080
8146
  }
8081
8147
  else {
8082
- return state.is(DTableState.FROZEN) ? this.BACKGROUND_COLOR : null;
8148
+ return state.is(DTableState.FROZEN) ? this.BACKGROUND_COLOR_FROZEN : null;
8083
8149
  }
8084
8150
  };
8085
8151
  DThemeDarkTableHeaderCell.prototype.getBackgroundAlpha = function (state) {
8086
8152
  return 1;
8087
8153
  };
8088
8154
  DThemeDarkTableHeaderCell.prototype.getBorderColor = function (state) {
8155
+ if (state.is(DTableState.FROZEN_END)) {
8156
+ return this.BORDER_COLOR_FROZEN;
8157
+ }
8089
8158
  return this.BORDER_COLOR;
8090
8159
  };
8091
8160
  DThemeDarkTableHeaderCell.prototype.getBorderMask = function (state) {
@@ -8727,6 +8796,10 @@
8727
8796
  DThemeDarkNoteError: DThemeDarkNoteError,
8728
8797
  DThemeDarkNoteNoItemsFound: DThemeDarkNoteNoItemsFound,
8729
8798
  DThemeDarkNoteSearching: DThemeDarkNoteSearching,
8799
+ DThemeDarkNoteSmallError: DThemeDarkNoteSmallError,
8800
+ DThemeDarkNoteSmallNoItemsFound: DThemeDarkNoteSmallNoItemsFound,
8801
+ DThemeDarkNoteSmallSearching: DThemeDarkNoteSmallSearching,
8802
+ DThemeDarkNoteSmall: DThemeDarkNoteSmall,
8730
8803
  DThemeDarkNote: DThemeDarkNote,
8731
8804
  DThemeDarkPagination: DThemeDarkPagination,
8732
8805
  DThemeDarkPaginationNavigationButton: DThemeDarkPaginationNavigationButton,