@wcardinal/wcardinal-ui 0.151.0 → 0.155.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 (373) hide show
  1. package/dist/types/wcardinal/ui/d-application-layer-options.d.ts +3 -4
  2. package/dist/types/wcardinal/ui/d-base-background.d.ts +2 -4
  3. package/dist/types/wcardinal/ui/d-base-border.d.ts +2 -4
  4. package/dist/types/wcardinal/ui/d-base-corner.d.ts +1 -3
  5. package/dist/types/wcardinal/ui/d-base-outline.d.ts +2 -4
  6. package/dist/types/wcardinal/ui/d-base-padding.d.ts +2 -4
  7. package/dist/types/wcardinal/ui/d-chart-axis-base-options-parser.d.ts +4 -0
  8. package/dist/types/wcardinal/ui/d-chart-axis-base-options.d.ts +7 -1
  9. package/dist/types/wcardinal/ui/d-chart-coordinate-container-sub-impl.d.ts +2 -1
  10. package/dist/types/wcardinal/ui/d-chart-coordinate-direction.d.ts +5 -0
  11. package/dist/types/wcardinal/ui/d-chart-coordinate-linear-tick.d.ts +13 -8
  12. package/dist/types/wcardinal/ui/d-chart-coordinate-linear.d.ts +18 -14
  13. package/dist/types/wcardinal/ui/d-chart-coordinate-log-tick.d.ts +14 -7
  14. package/dist/types/wcardinal/ui/d-chart-coordinate-log.d.ts +18 -14
  15. package/dist/types/wcardinal/ui/d-chart-coordinate-tick-major-step-function.d.ts +1 -0
  16. package/dist/types/wcardinal/ui/d-chart-coordinate-tick-minor-step-function.d.ts +1 -0
  17. package/dist/types/wcardinal/ui/d-chart-coordinate-tick.d.ts +13 -0
  18. package/dist/types/wcardinal/ui/d-chart-coordinate-transform-impl.d.ts +8 -3
  19. package/dist/types/wcardinal/ui/d-chart-coordinate-transform.d.ts +6 -1
  20. package/dist/types/wcardinal/ui/d-chart-coordinate.d.ts +18 -7
  21. package/dist/types/wcardinal/ui/d-chart-series-base-coordinate-container.d.ts +1 -2
  22. package/dist/types/wcardinal/ui/d-color-gradient-point-observable.d.ts +2 -4
  23. package/dist/types/wcardinal/ui/d-diagram-canvas-data-map.d.ts +1 -3
  24. package/dist/types/wcardinal/ui/d-diagram-canvas-id-map.d.ts +1 -3
  25. package/dist/types/wcardinal/ui/d-diagram-data-remote.d.ts +1 -1
  26. package/dist/types/wcardinal/ui/d-diagram-data.d.ts +8 -8
  27. package/dist/types/wcardinal/ui/d-dynamic-text-geometry.d.ts +2 -3
  28. package/dist/types/wcardinal/ui/d-dynamic-text-measure.d.ts +2 -3
  29. package/dist/types/wcardinal/ui/d-dynamic-text.d.ts +8 -8
  30. package/dist/types/wcardinal/ui/d-input-and-label.d.ts +4 -5
  31. package/dist/types/wcardinal/ui/d-on-options.d.ts +1 -3
  32. package/dist/types/wcardinal/ui/d-pagination-button-last.d.ts +8 -0
  33. package/dist/types/wcardinal/ui/d-pagination-button-next.d.ts +8 -0
  34. package/dist/types/wcardinal/ui/d-pagination-button-page.d.ts +8 -0
  35. package/dist/types/wcardinal/ui/d-pagination-button-previous.d.ts +8 -0
  36. package/dist/types/wcardinal/ui/d-pagination-button-top.d.ts +8 -0
  37. package/dist/types/wcardinal/ui/d-pagination-dots.d.ts +8 -0
  38. package/dist/types/wcardinal/ui/d-pagination-page.d.ts +8 -0
  39. package/dist/types/wcardinal/ui/d-pagination.d.ts +137 -44
  40. package/dist/types/wcardinal/ui/d-picker-color-gradient-view.d.ts +4 -5
  41. package/dist/types/wcardinal/ui/d-scalar-expression.d.ts +68 -66
  42. package/dist/types/wcardinal/ui/d-table-data-list-filter.d.ts +1 -2
  43. package/dist/types/wcardinal/ui/d-table-data-list-selection.d.ts +1 -3
  44. package/dist/types/wcardinal/ui/d-table-data-selection.d.ts +1 -3
  45. package/dist/types/wcardinal/ui/d-table-data-tree-filter.d.ts +1 -2
  46. package/dist/types/wcardinal/ui/d-table-data-tree-selection-impl.d.ts +1 -3
  47. package/dist/types/wcardinal/ui/d-view-constraint.d.ts +5 -0
  48. package/dist/types/wcardinal/ui/d-view-gesture-impl.d.ts +3 -1
  49. package/dist/types/wcardinal/ui/d-view-impl.d.ts +3 -0
  50. package/dist/types/wcardinal/ui/d-view-transform-impl.d.ts +4 -2
  51. package/dist/types/wcardinal/ui/d-view.d.ts +3 -0
  52. package/dist/types/wcardinal/ui/index.d.ts +16 -3
  53. package/dist/types/wcardinal/ui/shape/action/e-shape-action-runtimes.d.ts +7 -8
  54. package/dist/types/wcardinal/ui/shape/action/e-shape-action-value-change-color.d.ts +5 -6
  55. package/dist/types/wcardinal/ui/shape/e-shape-capabilities.d.ts +1 -3
  56. package/dist/types/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.d.ts +1 -2
  57. package/dist/types/wcardinal/ui/shape/e-shape-deserializers.d.ts +2 -6
  58. package/dist/types/wcardinal/ui/shape/e-shape-runtimes.d.ts +2 -3
  59. package/dist/types/wcardinal/ui/shape/e-shape-text.d.ts +1 -3
  60. package/dist/types/wcardinal/ui/shape/e-shape-uploadeds.d.ts +1 -3
  61. package/dist/types/wcardinal/ui/shape/variant/create-line-of-any-uploaded.d.ts +1 -2
  62. package/dist/types/wcardinal/ui/shape/variant/e-shape-line-of-circles.d.ts +2 -1
  63. package/dist/types/wcardinal/ui/shape/variant/e-shape-line-of-rectangle-roundeds.d.ts +2 -1
  64. package/dist/types/wcardinal/ui/shape/variant/e-shape-line-of-rectangles.d.ts +2 -1
  65. package/dist/types/wcardinal/ui/shape/variant/e-shape-line-of-triangle-roundeds.d.ts +2 -1
  66. package/dist/types/wcardinal/ui/shape/variant/e-shape-line-of-triangles.d.ts +2 -1
  67. package/dist/types/wcardinal/ui/shape/variant/to-resized.d.ts +1 -1
  68. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-chart-axis-base.d.ts +4 -0
  69. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-tick.d.ts +4 -0
  70. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-transform.d.ts +4 -0
  71. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate.d.ts +4 -0
  72. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-chart-plot-area.d.ts +1 -0
  73. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-last.d.ts +8 -0
  74. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-next.d.ts +8 -0
  75. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-page.d.ts +9 -0
  76. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-previous.d.ts +8 -0
  77. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-top.d.ts +8 -0
  78. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-pagination-dots.d.ts +10 -0
  79. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-pagination-page.d.ts +13 -0
  80. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-pagination.d.ts +2 -1
  81. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark.d.ts +2 -9
  82. package/dist/types/wcardinal/ui/theme/dark/index.d.ts +10 -5
  83. package/dist/types/wcardinal/ui/theme/white/d-theme-white-chart-axis-base.d.ts +4 -0
  84. package/dist/types/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-tick.d.ts +4 -0
  85. package/dist/types/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-transform.d.ts +4 -0
  86. package/dist/types/wcardinal/ui/theme/white/d-theme-white-chart-coordinate.d.ts +4 -0
  87. package/dist/types/wcardinal/ui/theme/white/d-theme-white-chart-plot-area.d.ts +1 -0
  88. package/dist/types/wcardinal/ui/theme/white/d-theme-white-pagination-button-last.d.ts +8 -0
  89. package/dist/types/wcardinal/ui/theme/white/d-theme-white-pagination-button-next.d.ts +8 -0
  90. package/dist/types/wcardinal/ui/theme/white/d-theme-white-pagination-button-page.d.ts +9 -0
  91. package/dist/types/wcardinal/ui/theme/white/d-theme-white-pagination-button-previous.d.ts +8 -0
  92. package/dist/types/wcardinal/ui/theme/white/d-theme-white-pagination-button-top.d.ts +8 -0
  93. package/dist/types/wcardinal/ui/theme/white/d-theme-white-pagination-dots.d.ts +10 -0
  94. package/dist/types/wcardinal/ui/theme/white/d-theme-white-pagination-page.d.ts +13 -0
  95. package/dist/types/wcardinal/ui/theme/white/d-theme-white-pagination.d.ts +2 -1
  96. package/dist/types/wcardinal/ui/theme/white/d-theme-white.d.ts +2 -9
  97. package/dist/types/wcardinal/ui/theme/white/index.d.ts +10 -5
  98. package/dist/types/wcardinal/ui/util/dynamic-atlas.d.ts +2 -6
  99. package/dist/types/wcardinal/ui/util/dynamic-font-atlas-characters.d.ts +1 -3
  100. package/dist/types/wcardinal/ui/util/dynamic-sdf-font-atlases.d.ts +1 -3
  101. package/dist/types/wcardinal/ui/util/format-node/{format-noder-d.d.ts → format-node-rd.d.ts} +0 -0
  102. package/dist/types/wcardinal/ui/util/format-node/index.d.ts +31 -0
  103. package/dist/types/wcardinal/ui/util/index.d.ts +5 -0
  104. package/dist/types/wcardinal/ui/util/util-name.d.ts +1 -3
  105. package/dist/types/wcardinal/ui/util/util-svg-atlas-builder.d.ts +4 -12
  106. package/dist/wcardinal/ui/d-application-layer-options.js.map +1 -1
  107. package/dist/wcardinal/ui/d-base-background.js.map +1 -1
  108. package/dist/wcardinal/ui/d-base-border.js.map +1 -1
  109. package/dist/wcardinal/ui/d-base-corner.js.map +1 -1
  110. package/dist/wcardinal/ui/d-base-outline.js.map +1 -1
  111. package/dist/wcardinal/ui/d-base-padding.js.map +1 -1
  112. package/dist/wcardinal/ui/d-chart-axis-base-options-parser.js +7 -5
  113. package/dist/wcardinal/ui/d-chart-axis-base-options-parser.js.map +1 -1
  114. package/dist/wcardinal/ui/d-chart-axis-base-options.js.map +1 -1
  115. package/dist/wcardinal/ui/d-chart-axis-base.js +16 -8
  116. package/dist/wcardinal/ui/d-chart-axis-base.js.map +1 -1
  117. package/dist/wcardinal/ui/d-chart-coordinate-container-impl.js +1 -1
  118. package/dist/wcardinal/ui/d-chart-coordinate-container-impl.js.map +1 -1
  119. package/dist/wcardinal/ui/d-chart-coordinate-container-sub-impl.js.map +1 -1
  120. package/dist/wcardinal/ui/d-chart-coordinate-direction.js +9 -0
  121. package/dist/wcardinal/ui/d-chart-coordinate-direction.js.map +1 -0
  122. package/dist/wcardinal/ui/d-chart-coordinate-linear-tick.js +64 -29
  123. package/dist/wcardinal/ui/d-chart-coordinate-linear-tick.js.map +1 -1
  124. package/dist/wcardinal/ui/d-chart-coordinate-linear.js +41 -8
  125. package/dist/wcardinal/ui/d-chart-coordinate-linear.js.map +1 -1
  126. package/dist/wcardinal/ui/d-chart-coordinate-log-tick.js +53 -28
  127. package/dist/wcardinal/ui/d-chart-coordinate-log-tick.js.map +1 -1
  128. package/dist/wcardinal/ui/d-chart-coordinate-log.js +41 -8
  129. package/dist/wcardinal/ui/d-chart-coordinate-log.js.map +1 -1
  130. package/dist/wcardinal/ui/d-chart-coordinate-tick-major-step-function.js +6 -0
  131. package/dist/wcardinal/ui/d-chart-coordinate-tick-major-step-function.js.map +1 -0
  132. package/dist/wcardinal/ui/d-chart-coordinate-tick-minor-step-function.js +6 -0
  133. package/dist/wcardinal/ui/d-chart-coordinate-tick-minor-step-function.js.map +1 -0
  134. package/dist/wcardinal/ui/d-chart-coordinate-tick.js +6 -0
  135. package/dist/wcardinal/ui/d-chart-coordinate-tick.js.map +1 -0
  136. package/dist/wcardinal/ui/d-chart-coordinate-transform-impl.js +23 -5
  137. package/dist/wcardinal/ui/d-chart-coordinate-transform-impl.js.map +1 -1
  138. package/dist/wcardinal/ui/d-chart-coordinate-transform.js.map +1 -1
  139. package/dist/wcardinal/ui/d-chart-coordinate.js +1 -4
  140. package/dist/wcardinal/ui/d-chart-coordinate.js.map +1 -1
  141. package/dist/wcardinal/ui/d-chart-series-base-coordinate-container.js.map +1 -1
  142. package/dist/wcardinal/ui/d-chart-series-linear.js +43 -34
  143. package/dist/wcardinal/ui/d-chart-series-linear.js.map +1 -1
  144. package/dist/wcardinal/ui/d-color-gradient-point-observable.js.map +1 -1
  145. package/dist/wcardinal/ui/d-diagram-canvas-data-map.js.map +1 -1
  146. package/dist/wcardinal/ui/d-diagram-canvas-id-map.js.map +1 -1
  147. package/dist/wcardinal/ui/d-diagram-data-remote.js +2 -0
  148. package/dist/wcardinal/ui/d-diagram-data-remote.js.map +1 -1
  149. package/dist/wcardinal/ui/d-diagram-data.js +16 -0
  150. package/dist/wcardinal/ui/d-diagram-data.js.map +1 -1
  151. package/dist/wcardinal/ui/d-diagram.js.map +1 -1
  152. package/dist/wcardinal/ui/d-dynamic-text-geometry.js.map +1 -1
  153. package/dist/wcardinal/ui/d-dynamic-text-measure.js.map +1 -1
  154. package/dist/wcardinal/ui/d-dynamic-text.js.map +1 -1
  155. package/dist/wcardinal/ui/d-input-and-label.js.map +1 -1
  156. package/dist/wcardinal/ui/d-on-options.js.map +1 -1
  157. package/dist/wcardinal/ui/d-pagination-button-last.js +18 -0
  158. package/dist/wcardinal/ui/d-pagination-button-last.js.map +1 -0
  159. package/dist/wcardinal/ui/d-pagination-button-next.js +18 -0
  160. package/dist/wcardinal/ui/d-pagination-button-next.js.map +1 -0
  161. package/dist/wcardinal/ui/d-pagination-button-page.js +18 -0
  162. package/dist/wcardinal/ui/d-pagination-button-page.js.map +1 -0
  163. package/dist/wcardinal/ui/d-pagination-button-previous.js +18 -0
  164. package/dist/wcardinal/ui/d-pagination-button-previous.js.map +1 -0
  165. package/dist/wcardinal/ui/d-pagination-button-top.js +18 -0
  166. package/dist/wcardinal/ui/d-pagination-button-top.js.map +1 -0
  167. package/dist/wcardinal/ui/d-pagination-dots.js +18 -0
  168. package/dist/wcardinal/ui/d-pagination-dots.js.map +1 -0
  169. package/dist/wcardinal/ui/d-pagination-page.js +18 -0
  170. package/dist/wcardinal/ui/d-pagination-page.js.map +1 -0
  171. package/dist/wcardinal/ui/d-pagination.js +455 -212
  172. package/dist/wcardinal/ui/d-pagination.js.map +1 -1
  173. package/dist/wcardinal/ui/d-picker-color-gradient-view.js.map +1 -1
  174. package/dist/wcardinal/ui/d-scalar-expression.js +107 -79
  175. package/dist/wcardinal/ui/d-scalar-expression.js.map +1 -1
  176. package/dist/wcardinal/ui/d-table-data-list-filter.js.map +1 -1
  177. package/dist/wcardinal/ui/d-table-data-list-selection.js.map +1 -1
  178. package/dist/wcardinal/ui/d-table-data-selection.js.map +1 -1
  179. package/dist/wcardinal/ui/d-table-data-tree-filter.js.map +1 -1
  180. package/dist/wcardinal/ui/d-table-data-tree-selection-impl.js.map +1 -1
  181. package/dist/wcardinal/ui/d-view-constraint.js +6 -0
  182. package/dist/wcardinal/ui/d-view-constraint.js.map +1 -0
  183. package/dist/wcardinal/ui/d-view-gesture-impl.js +3 -3
  184. package/dist/wcardinal/ui/d-view-gesture-impl.js.map +1 -1
  185. package/dist/wcardinal/ui/d-view-impl.js +16 -5
  186. package/dist/wcardinal/ui/d-view-impl.js.map +1 -1
  187. package/dist/wcardinal/ui/d-view-transform-impl.js +6 -7
  188. package/dist/wcardinal/ui/d-view-transform-impl.js.map +1 -1
  189. package/dist/wcardinal/ui/d-view.js.map +1 -1
  190. package/dist/wcardinal/ui/index.js +16 -3
  191. package/dist/wcardinal/ui/index.js.map +1 -1
  192. package/dist/wcardinal/ui/shape/action/e-shape-action-runtimes.js +7 -2
  193. package/dist/wcardinal/ui/shape/action/e-shape-action-runtimes.js.map +1 -1
  194. package/dist/wcardinal/ui/shape/action/e-shape-action-value-change-color.js.map +1 -1
  195. package/dist/wcardinal/ui/shape/e-shape-capabilities.js.map +1 -1
  196. package/dist/wcardinal/ui/shape/e-shape-connector-edge-acceptor-impl.js.map +1 -1
  197. package/dist/wcardinal/ui/shape/e-shape-deserializers.js.map +1 -1
  198. package/dist/wcardinal/ui/shape/e-shape-runtimes.js.map +1 -1
  199. package/dist/wcardinal/ui/shape/e-shape-text.js.map +1 -1
  200. package/dist/wcardinal/ui/shape/e-shape-uploadeds.js.map +1 -1
  201. package/dist/wcardinal/ui/shape/variant/create-line-of-any-uploaded.js.map +1 -1
  202. package/dist/wcardinal/ui/shape/variant/e-shape-bar.js +1 -1
  203. package/dist/wcardinal/ui/shape/variant/e-shape-bar.js.map +1 -1
  204. package/dist/wcardinal/ui/shape/variant/e-shape-button.js +1 -1
  205. package/dist/wcardinal/ui/shape/variant/e-shape-button.js.map +1 -1
  206. package/dist/wcardinal/ui/shape/variant/e-shape-circle.js +1 -1
  207. package/dist/wcardinal/ui/shape/variant/e-shape-circle.js.map +1 -1
  208. package/dist/wcardinal/ui/shape/variant/e-shape-connector-line.js +1 -1
  209. package/dist/wcardinal/ui/shape/variant/e-shape-connector-line.js.map +1 -1
  210. package/dist/wcardinal/ui/shape/variant/e-shape-image-sdf.js +1 -1
  211. package/dist/wcardinal/ui/shape/variant/e-shape-image-sdf.js.map +1 -1
  212. package/dist/wcardinal/ui/shape/variant/e-shape-image.js +1 -1
  213. package/dist/wcardinal/ui/shape/variant/e-shape-image.js.map +1 -1
  214. package/dist/wcardinal/ui/shape/variant/e-shape-label.js +1 -1
  215. package/dist/wcardinal/ui/shape/variant/e-shape-label.js.map +1 -1
  216. package/dist/wcardinal/ui/shape/variant/e-shape-line-of-circles.js +4 -3
  217. package/dist/wcardinal/ui/shape/variant/e-shape-line-of-circles.js.map +1 -1
  218. package/dist/wcardinal/ui/shape/variant/e-shape-line-of-rectangle-roundeds.js +4 -3
  219. package/dist/wcardinal/ui/shape/variant/e-shape-line-of-rectangle-roundeds.js.map +1 -1
  220. package/dist/wcardinal/ui/shape/variant/e-shape-line-of-rectangles.js +4 -3
  221. package/dist/wcardinal/ui/shape/variant/e-shape-line-of-rectangles.js.map +1 -1
  222. package/dist/wcardinal/ui/shape/variant/e-shape-line-of-triangle-roundeds.js +4 -3
  223. package/dist/wcardinal/ui/shape/variant/e-shape-line-of-triangle-roundeds.js.map +1 -1
  224. package/dist/wcardinal/ui/shape/variant/e-shape-line-of-triangles.js +4 -3
  225. package/dist/wcardinal/ui/shape/variant/e-shape-line-of-triangles.js.map +1 -1
  226. package/dist/wcardinal/ui/shape/variant/e-shape-line.js +1 -1
  227. package/dist/wcardinal/ui/shape/variant/e-shape-line.js.map +1 -1
  228. package/dist/wcardinal/ui/shape/variant/e-shape-null.js +1 -1
  229. package/dist/wcardinal/ui/shape/variant/e-shape-null.js.map +1 -1
  230. package/dist/wcardinal/ui/shape/variant/e-shape-rectangle-rounded.js +1 -1
  231. package/dist/wcardinal/ui/shape/variant/e-shape-rectangle-rounded.js.map +1 -1
  232. package/dist/wcardinal/ui/shape/variant/e-shape-rectangle.js +1 -1
  233. package/dist/wcardinal/ui/shape/variant/e-shape-rectangle.js.map +1 -1
  234. package/dist/wcardinal/ui/shape/variant/e-shape-triangle-rounded.js +1 -1
  235. package/dist/wcardinal/ui/shape/variant/e-shape-triangle-rounded.js.map +1 -1
  236. package/dist/wcardinal/ui/shape/variant/e-shape-triangle.js +1 -1
  237. package/dist/wcardinal/ui/shape/variant/e-shape-triangle.js.map +1 -1
  238. package/dist/wcardinal/ui/shape/variant/to-image-element.js.map +1 -1
  239. package/dist/wcardinal/ui/shape/variant/to-resized.js +1 -1
  240. package/dist/wcardinal/ui/shape/variant/to-resized.js.map +1 -1
  241. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-axis-base.js +7 -1
  242. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-axis-base.js.map +1 -1
  243. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-tick.js +23 -0
  244. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-tick.js.map +1 -0
  245. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-transform.js +14 -0
  246. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-transform.js.map +1 -0
  247. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate.js +14 -0
  248. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate.js.map +1 -0
  249. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-plot-area.js +4 -0
  250. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-plot-area.js.map +1 -1
  251. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart.js +1 -1
  252. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart.js.map +1 -1
  253. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-last.js +28 -0
  254. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-last.js.map +1 -0
  255. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-next.js +27 -0
  256. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-next.js.map +1 -0
  257. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-page.js +24 -0
  258. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-page.js.map +1 -0
  259. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-previous.js +27 -0
  260. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-previous.js.map +1 -0
  261. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-top.js +28 -0
  262. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-button-top.js.map +1 -0
  263. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-dots.js +36 -0
  264. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-dots.js.map +1 -0
  265. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-page.js +35 -0
  266. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-page.js.map +1 -0
  267. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination.js +5 -2
  268. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination.js.map +1 -1
  269. package/dist/wcardinal/ui/theme/dark/d-theme-dark.js.map +1 -1
  270. package/dist/wcardinal/ui/theme/dark/index.js +10 -5
  271. package/dist/wcardinal/ui/theme/dark/index.js.map +1 -1
  272. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-chart.js +6 -4
  273. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-chart.js.map +1 -1
  274. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-pagination.js +14 -6
  275. package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-pagination.js.map +1 -1
  276. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-axis-base.js +8 -2
  277. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-axis-base.js.map +1 -1
  278. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-tick.js +23 -0
  279. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-tick.js.map +1 -0
  280. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-transform.js +14 -0
  281. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-transform.js.map +1 -0
  282. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate.js +14 -0
  283. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate.js.map +1 -0
  284. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-plot-area.js +4 -0
  285. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-plot-area.js.map +1 -1
  286. package/dist/wcardinal/ui/theme/white/d-theme-white-chart.js +1 -1
  287. package/dist/wcardinal/ui/theme/white/d-theme-white-chart.js.map +1 -1
  288. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-button-last.js +28 -0
  289. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-button-last.js.map +1 -0
  290. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-button-next.js +27 -0
  291. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-button-next.js.map +1 -0
  292. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-button-page.js +24 -0
  293. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-button-page.js.map +1 -0
  294. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-button-previous.js +27 -0
  295. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-button-previous.js.map +1 -0
  296. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-button-top.js +28 -0
  297. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-button-top.js.map +1 -0
  298. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-dots.js +36 -0
  299. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-dots.js.map +1 -0
  300. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-page.js +35 -0
  301. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-page.js.map +1 -0
  302. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination.js +5 -2
  303. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination.js.map +1 -1
  304. package/dist/wcardinal/ui/theme/white/d-theme-white.js.map +1 -1
  305. package/dist/wcardinal/ui/theme/white/index.js +10 -5
  306. package/dist/wcardinal/ui/theme/white/index.js.map +1 -1
  307. package/dist/wcardinal/ui/theme/white/load/load-theme-white-chart.js +6 -4
  308. package/dist/wcardinal/ui/theme/white/load/load-theme-white-chart.js.map +1 -1
  309. package/dist/wcardinal/ui/theme/white/load/load-theme-white-pagination.js +14 -6
  310. package/dist/wcardinal/ui/theme/white/load/load-theme-white-pagination.js.map +1 -1
  311. package/dist/wcardinal/ui/util/dynamic-atlas.js.map +1 -1
  312. package/dist/wcardinal/ui/util/dynamic-font-atlas-characters.js.map +1 -1
  313. package/dist/wcardinal/ui/util/dynamic-sdf-font-atlases.js.map +1 -1
  314. package/dist/wcardinal/ui/util/format-node/{format-noder-d.js → format-node-rd.js} +1 -1
  315. package/dist/wcardinal/ui/util/format-node/{format-noder-d.js.map → format-node-rd.js.map} +1 -1
  316. package/dist/wcardinal/ui/util/format-node/index.js +36 -0
  317. package/dist/wcardinal/ui/util/format-node/index.js.map +1 -0
  318. package/dist/wcardinal/ui/util/index.js +5 -0
  319. package/dist/wcardinal/ui/util/index.js.map +1 -1
  320. package/dist/wcardinal/ui/util/number-formatter-impl.js +1 -1
  321. package/dist/wcardinal/ui/util/number-formatter-impl.js.map +1 -1
  322. package/dist/wcardinal/ui/util/util-name.js.map +1 -1
  323. package/dist/wcardinal/ui/util/util-svg-atlas-builder.js.map +1 -1
  324. package/dist/wcardinal-ui-theme-dark.js +199 -66
  325. package/dist/wcardinal-ui-theme-dark.min.js +2 -2
  326. package/dist/wcardinal-ui-theme-dark.min.js.map +1 -1
  327. package/dist/wcardinal-ui-theme-white.js +200 -67
  328. package/dist/wcardinal-ui-theme-white.min.js +2 -2
  329. package/dist/wcardinal-ui-theme-white.min.js.map +1 -1
  330. package/dist/wcardinal-ui.cjs.js +1436 -670
  331. package/dist/wcardinal-ui.js +1040 -540
  332. package/dist/wcardinal-ui.min.js +2 -2
  333. package/dist/wcardinal-ui.min.js.map +1 -1
  334. package/package.json +3 -3
  335. package/dist/types/wcardinal/ui/d-pagination-dots-button.d.ts +0 -8
  336. package/dist/types/wcardinal/ui/d-pagination-dynamic-buttons.d.ts +0 -21
  337. package/dist/types/wcardinal/ui/d-pagination-navigation-button.d.ts +0 -8
  338. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-linear.d.ts +0 -5
  339. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-log.d.ts +0 -5
  340. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-pagination-dots-button.d.ts +0 -9
  341. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-pagination-dynamic-buttons.d.ts +0 -6
  342. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-pagination-navigation-button.d.ts +0 -4
  343. package/dist/types/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-linear.d.ts +0 -5
  344. package/dist/types/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-log.d.ts +0 -5
  345. package/dist/types/wcardinal/ui/theme/white/d-theme-white-pagination-dots-button.d.ts +0 -9
  346. package/dist/types/wcardinal/ui/theme/white/d-theme-white-pagination-dynamic-buttons.d.ts +0 -6
  347. package/dist/types/wcardinal/ui/theme/white/d-theme-white-pagination-navigation-button.d.ts +0 -4
  348. package/dist/wcardinal/ui/d-pagination-dots-button.js +0 -18
  349. package/dist/wcardinal/ui/d-pagination-dots-button.js.map +0 -1
  350. package/dist/wcardinal/ui/d-pagination-dynamic-buttons.js +0 -81
  351. package/dist/wcardinal/ui/d-pagination-dynamic-buttons.js.map +0 -1
  352. package/dist/wcardinal/ui/d-pagination-navigation-button.js +0 -18
  353. package/dist/wcardinal/ui/d-pagination-navigation-button.js.map +0 -1
  354. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-linear.js +0 -26
  355. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-linear.js.map +0 -1
  356. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-log.js +0 -26
  357. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-coordinate-log.js.map +0 -1
  358. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-dots-button.js +0 -24
  359. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-dots-button.js.map +0 -1
  360. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-dynamic-buttons.js +0 -18
  361. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-dynamic-buttons.js.map +0 -1
  362. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-navigation-button.js +0 -32
  363. package/dist/wcardinal/ui/theme/dark/d-theme-dark-pagination-navigation-button.js.map +0 -1
  364. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-linear.js +0 -26
  365. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-linear.js.map +0 -1
  366. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-log.js +0 -26
  367. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-coordinate-log.js.map +0 -1
  368. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-dots-button.js +0 -24
  369. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-dots-button.js.map +0 -1
  370. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-dynamic-buttons.js +0 -18
  371. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-dynamic-buttons.js.map +0 -1
  372. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-navigation-button.js +0 -32
  373. package/dist/wcardinal/ui/theme/white/d-theme-white-pagination-navigation-button.js.map +0 -1
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Copyright (C) 2019 Toshiba Corporation
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ import { __extends } from "tslib";
6
+ import { DThemeWhiteButtonAmbient } from "./d-theme-white-button-ambient";
7
+ var DThemeWhitePaginationButtonPage = /** @class */ (function (_super) {
8
+ __extends(DThemeWhitePaginationButtonPage, _super);
9
+ function DThemeWhitePaginationButtonPage() {
10
+ return _super !== null && _super.apply(this, arguments) || this;
11
+ }
12
+ DThemeWhitePaginationButtonPage.prototype.getWidth = function () {
13
+ return 30;
14
+ };
15
+ DThemeWhitePaginationButtonPage.prototype.newTextValue = function () {
16
+ return 0;
17
+ };
18
+ DThemeWhitePaginationButtonPage.prototype.getTextStyleClipping = function () {
19
+ return false;
20
+ };
21
+ return DThemeWhitePaginationButtonPage;
22
+ }(DThemeWhiteButtonAmbient));
23
+ export { DThemeWhitePaginationButtonPage };
24
+ //# sourceMappingURL=d-theme-white-pagination-button-page.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"d-theme-white-pagination-button-page.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-pagination-button-page.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAKH,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAE1E;IACS,mDAAgC;IADzC;;IAeA,CAAC;IAXA,kDAAQ,GAAR;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,sDAAY,GAAZ;QACC,OAAO,CAAC,CAAC;IACV,CAAC;IAED,8DAAoB,GAApB;QACC,OAAO,KAAK,CAAC;IACd,CAAC;IACF,sCAAC;AAAD,CAAC,AAfD,CACS,wBAAwB,GAchC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DCoordinateSize } from \"../../d-coordinate\";\nimport { DThemePaginationButtonPage } from \"../../d-pagination-button-page\";\nimport { DStateAwareOrValueMightBe } from \"../../d-state-aware\";\nimport { DThemeWhiteButtonAmbient } from \"./d-theme-white-button-ambient\";\n\nexport class DThemeWhitePaginationButtonPage\n\textends DThemeWhiteButtonAmbient<number>\n\timplements DThemePaginationButtonPage\n{\n\tgetWidth(): DCoordinateSize {\n\t\treturn 30;\n\t}\n\n\tnewTextValue(): DStateAwareOrValueMightBe<number> {\n\t\treturn 0;\n\t}\n\n\tgetTextStyleClipping(): boolean {\n\t\treturn false;\n\t}\n}\n"]}
@@ -0,0 +1,27 @@
1
+ /*
2
+ * Copyright (C) 2019 Toshiba Corporation
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ import { __extends } from "tslib";
6
+ import { DThemeWhiteAtlas } from "./d-theme-white-atlas";
7
+ import { DThemeWhiteButtonAmbient } from "./d-theme-white-button-ambient";
8
+ /* eslint-disable prettier/prettier */
9
+ DThemeWhiteAtlas.add("pagination_button_previous", 21, 21, "<g>" +
10
+ "<polyline fill=\"none\" stroke=\"#fff\" stroke-width=\"1\" points=\"13 15 7 10 13 5\"></polyline>" +
11
+ "</g>");
12
+ /* eslint-enable prettier/prettier */
13
+ var DThemeWhitePaginationButtonPrevious = /** @class */ (function (_super) {
14
+ __extends(DThemeWhitePaginationButtonPrevious, _super);
15
+ function DThemeWhitePaginationButtonPrevious() {
16
+ return _super !== null && _super.apply(this, arguments) || this;
17
+ }
18
+ DThemeWhitePaginationButtonPrevious.prototype.getWidth = function () {
19
+ return 30;
20
+ };
21
+ DThemeWhitePaginationButtonPrevious.prototype.getImageSource = function (state) {
22
+ return DThemeWhiteAtlas.mappings.pagination_button_previous;
23
+ };
24
+ return DThemeWhitePaginationButtonPrevious;
25
+ }(DThemeWhiteButtonAmbient));
26
+ export { DThemeWhitePaginationButtonPrevious };
27
+ //# sourceMappingURL=d-theme-white-pagination-button-previous.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"d-theme-white-pagination-button-previous.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-pagination-button-previous.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAE1E,sCAAsC;AACtC,gBAAgB,CAAC,GAAG,CAAC,4BAA4B,EAAE,EAAE,EAAE,EAAE,EACxD,KAAK;IACJ,mGAA2F;IAC5F,MAAM,CACN,CAAC;AACF,qCAAqC;AAErC;IACS,uDAAgC;IADzC;;IAWA,CAAC;IAPA,sDAAQ,GAAR;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,4DAAc,GAAd,UAAe,KAAoB;QAClC,OAAO,gBAAgB,CAAC,QAAQ,CAAC,0BAA0B,CAAC;IAC7D,CAAC;IACF,0CAAC;AAAD,CAAC,AAXD,CACS,wBAAwB,GAUhC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DCoordinateSize } from \"../../d-coordinate\";\nimport { DThemePaginationButtonTop } from \"../../d-pagination-button-top\";\nimport { DThemeWhiteAtlas } from \"./d-theme-white-atlas\";\nimport { DThemeWhiteButtonAmbient } from \"./d-theme-white-button-ambient\";\n\n/* eslint-disable prettier/prettier */\nDThemeWhiteAtlas.add(\"pagination_button_previous\", 21, 21,\n\t`<g>` +\n\t\t`<polyline fill=\"none\" stroke=\"#fff\" stroke-width=\"1\" points=\"13 15 7 10 13 5\"></polyline>` +\n\t`</g>`\n);\n/* eslint-enable prettier/prettier */\n\nexport class DThemeWhitePaginationButtonPrevious\n\textends DThemeWhiteButtonAmbient<string>\n\timplements DThemePaginationButtonTop\n{\n\tgetWidth(): DCoordinateSize {\n\t\treturn 30;\n\t}\n\n\tgetImageSource(state: DBaseStateSet): PIXI.Texture | PIXI.DisplayObject | null {\n\t\treturn DThemeWhiteAtlas.mappings.pagination_button_previous;\n\t}\n}\n"]}
@@ -0,0 +1,28 @@
1
+ /*
2
+ * Copyright (C) 2019 Toshiba Corporation
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ import { __extends } from "tslib";
6
+ import { DThemeWhiteAtlas } from "./d-theme-white-atlas";
7
+ import { DThemeWhiteButtonAmbient } from "./d-theme-white-button-ambient";
8
+ /* eslint-disable prettier/prettier */
9
+ DThemeWhiteAtlas.add("pagination_button_top", 21, 21, "<g>" +
10
+ "<polyline fill=\"none\" stroke=\"#fff\" stroke-width=\"1\" points=\"11 15 5 10 11 5\"></polyline>" +
11
+ "<polyline fill=\"none\" stroke=\"#fff\" stroke-width=\"1\" points=\"15 15 9 10 15 5\"></polyline>" +
12
+ "</g>");
13
+ /* eslint-enable prettier/prettier */
14
+ var DThemeWhitePaginationButtonTop = /** @class */ (function (_super) {
15
+ __extends(DThemeWhitePaginationButtonTop, _super);
16
+ function DThemeWhitePaginationButtonTop() {
17
+ return _super !== null && _super.apply(this, arguments) || this;
18
+ }
19
+ DThemeWhitePaginationButtonTop.prototype.getWidth = function () {
20
+ return 30;
21
+ };
22
+ DThemeWhitePaginationButtonTop.prototype.getImageSource = function (state) {
23
+ return DThemeWhiteAtlas.mappings.pagination_button_top;
24
+ };
25
+ return DThemeWhitePaginationButtonTop;
26
+ }(DThemeWhiteButtonAmbient));
27
+ export { DThemeWhitePaginationButtonTop };
28
+ //# sourceMappingURL=d-theme-white-pagination-button-top.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"d-theme-white-pagination-button-top.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-pagination-button-top.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAE1E,sCAAsC;AACtC,gBAAgB,CAAC,GAAG,CAAC,uBAAuB,EAAE,EAAE,EAAE,EAAE,EACnD,KAAK;IACJ,mGAA2F;IAC3F,mGAA2F;IAC5F,MAAM,CACN,CAAC;AACF,qCAAqC;AAErC;IACS,kDAAgC;IADzC;;IAWA,CAAC;IAPA,iDAAQ,GAAR;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,uDAAc,GAAd,UAAe,KAAoB;QAClC,OAAO,gBAAgB,CAAC,QAAQ,CAAC,qBAAqB,CAAC;IACxD,CAAC;IACF,qCAAC;AAAD,CAAC,AAXD,CACS,wBAAwB,GAUhC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DCoordinateSize } from \"../../d-coordinate\";\nimport { DThemePaginationButtonTop } from \"../../d-pagination-button-top\";\nimport { DThemeWhiteAtlas } from \"./d-theme-white-atlas\";\nimport { DThemeWhiteButtonAmbient } from \"./d-theme-white-button-ambient\";\n\n/* eslint-disable prettier/prettier */\nDThemeWhiteAtlas.add(\"pagination_button_top\", 21, 21,\n\t`<g>` +\n\t\t`<polyline fill=\"none\" stroke=\"#fff\" stroke-width=\"1\" points=\"11 15 5 10 11 5\"></polyline>` +\n\t\t`<polyline fill=\"none\" stroke=\"#fff\" stroke-width=\"1\" points=\"15 15 9 10 15 5\"></polyline>` +\n\t`</g>`\n);\n/* eslint-enable prettier/prettier */\n\nexport class DThemeWhitePaginationButtonTop\n\textends DThemeWhiteButtonAmbient<string>\n\timplements DThemePaginationButtonTop\n{\n\tgetWidth(): DCoordinateSize {\n\t\treturn 30;\n\t}\n\n\tgetImageSource(state: DBaseStateSet): PIXI.Texture | PIXI.DisplayObject | null {\n\t\treturn DThemeWhiteAtlas.mappings.pagination_button_top;\n\t}\n}\n"]}
@@ -0,0 +1,36 @@
1
+ /*
2
+ * Copyright (C) 2019 Toshiba Corporation
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ import { __extends } from "tslib";
6
+ import { DThemeWhiteAtlas } from "./d-theme-white-atlas";
7
+ import { DThemeWhiteImageBase } from "./d-theme-white-image-base";
8
+ /* eslint-disable prettier/prettier */
9
+ DThemeWhiteAtlas.add("pagination_dots", 21, 21, "<g>" +
10
+ "<circle cx=\"2\" cy=\"15\" r=\"1.1\" fill=\"#fff\" stroke=\"none\" />" +
11
+ "<circle cx=\"10.5\" cy=\"15\" r=\"1.1\" fill=\"#fff\" stroke=\"none\" />" +
12
+ "<circle cx=\"19\" cy=\"15\" r=\"1.1\" fill=\"#fff\" stroke=\"none\" />" +
13
+ "</g>");
14
+ /* eslint-enable prettier/prettier */
15
+ var DThemeWhitePaginationDots = /** @class */ (function (_super) {
16
+ __extends(DThemeWhitePaginationDots, _super);
17
+ function DThemeWhitePaginationDots() {
18
+ return _super !== null && _super.apply(this, arguments) || this;
19
+ }
20
+ DThemeWhitePaginationDots.prototype.getWidth = function () {
21
+ return 30;
22
+ };
23
+ DThemeWhitePaginationDots.prototype.getHeight = function () {
24
+ return 30;
25
+ };
26
+ DThemeWhitePaginationDots.prototype.newState = function (state) {
27
+ _super.prototype.newState.call(this, state);
28
+ state.isFocusable = false;
29
+ };
30
+ DThemeWhitePaginationDots.prototype.getImageSource = function (state) {
31
+ return DThemeWhiteAtlas.mappings.pagination_dots;
32
+ };
33
+ return DThemeWhitePaginationDots;
34
+ }(DThemeWhiteImageBase));
35
+ export { DThemeWhitePaginationDots };
36
+ //# sourceMappingURL=d-theme-white-pagination-dots.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"d-theme-white-pagination-dots.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-pagination-dots.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAElE,sCAAsC;AACtC,gBAAgB,CAAC,GAAG,CAAC,iBAAiB,EAAE,EAAE,EAAE,EAAE,EAC7C,KAAK;IACJ,uEAA6D;IAC7D,0EAAgE;IAChE,wEAA8D;IAC/D,MAAM,CACN,CAAC;AACF,qCAAqC;AAErC;IACS,6CAA4B;IADrC;;IAoBA,CAAC;IAhBA,4CAAQ,GAAR;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,6CAAS,GAAT;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,4CAAQ,GAAR,UAAS,KAAoB;QAC5B,iBAAM,QAAQ,YAAC,KAAK,CAAC,CAAC;QACtB,KAAK,CAAC,WAAW,GAAG,KAAK,CAAC;IAC3B,CAAC;IAED,kDAAc,GAAd,UAAe,KAAoB;QAClC,OAAO,gBAAgB,CAAC,QAAQ,CAAC,eAAe,CAAC;IAClD,CAAC;IACF,gCAAC;AAAD,CAAC,AApBD,CACS,oBAAoB,GAmB5B","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DCoordinateSize } from \"../../d-coordinate\";\nimport { DThemePaginationDots } from \"../../d-pagination-dots\";\nimport { DThemeWhiteAtlas } from \"./d-theme-white-atlas\";\nimport { DThemeWhiteImageBase } from \"./d-theme-white-image-base\";\n\n/* eslint-disable prettier/prettier */\nDThemeWhiteAtlas.add(\"pagination_dots\", 21, 21,\n\t`<g>` +\n\t\t`<circle cx=\"2\" cy=\"15\" r=\"1.1\" fill=\"#fff\" stroke=\"none\" />` +\n\t\t`<circle cx=\"10.5\" cy=\"15\" r=\"1.1\" fill=\"#fff\" stroke=\"none\" />` +\n\t\t`<circle cx=\"19\" cy=\"15\" r=\"1.1\" fill=\"#fff\" stroke=\"none\" />` +\n\t`</g>`\n);\n/* eslint-enable prettier/prettier */\n\nexport class DThemeWhitePaginationDots\n\textends DThemeWhiteImageBase<string>\n\timplements DThemePaginationDots\n{\n\tgetWidth(): DCoordinateSize {\n\t\treturn 30;\n\t}\n\n\tgetHeight(): DCoordinateSize {\n\t\treturn 30;\n\t}\n\n\tnewState(state: DBaseStateSet): void {\n\t\tsuper.newState(state);\n\t\tstate.isFocusable = false;\n\t}\n\n\tgetImageSource(state: DBaseStateSet): PIXI.Texture | PIXI.DisplayObject | null {\n\t\treturn DThemeWhiteAtlas.mappings.pagination_dots;\n\t}\n}\n"]}
@@ -0,0 +1,35 @@
1
+ /*
2
+ * Copyright (C) 2019 Toshiba Corporation
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ import { __extends } from "tslib";
6
+ import { DAlignHorizontal } from "../../d-align-horizontal";
7
+ import { DThemeWhiteConstants } from "./d-theme-white-constants";
8
+ import { DThemeWhiteImageBase } from "./d-theme-white-image-base";
9
+ var DThemeWhitePaginationPage = /** @class */ (function (_super) {
10
+ __extends(DThemeWhitePaginationPage, _super);
11
+ function DThemeWhitePaginationPage() {
12
+ return _super !== null && _super.apply(this, arguments) || this;
13
+ }
14
+ DThemeWhitePaginationPage.prototype.getBackgroundColor = function (state) {
15
+ return DThemeWhiteConstants.HIGHLIGHT_COLOR;
16
+ };
17
+ DThemeWhitePaginationPage.prototype.getColor = function (state) {
18
+ return DThemeWhiteConstants.ACTIVE_COLOR;
19
+ };
20
+ DThemeWhitePaginationPage.prototype.getWidth = function () {
21
+ return 30;
22
+ };
23
+ DThemeWhitePaginationPage.prototype.getHeight = function () {
24
+ return 30;
25
+ };
26
+ DThemeWhitePaginationPage.prototype.getTextStyleClipping = function () {
27
+ return false;
28
+ };
29
+ DThemeWhitePaginationPage.prototype.getTextAlignHorizontal = function () {
30
+ return DAlignHorizontal.CENTER;
31
+ };
32
+ return DThemeWhitePaginationPage;
33
+ }(DThemeWhiteImageBase));
34
+ export { DThemeWhitePaginationPage };
35
+ //# sourceMappingURL=d-theme-white-pagination-page.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"d-theme-white-pagination-page.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-pagination-page.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAI5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAElE;IACS,6CAA4B;IADrC;;IA2BA,CAAC;IAvBA,sDAAkB,GAAlB,UAAmB,KAAoB;QACtC,OAAO,oBAAoB,CAAC,eAAe,CAAC;IAC7C,CAAC;IAED,4CAAQ,GAAR,UAAS,KAAoB;QAC5B,OAAO,oBAAoB,CAAC,YAAY,CAAC;IAC1C,CAAC;IAED,4CAAQ,GAAR;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,6CAAS,GAAT;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,wDAAoB,GAApB;QACC,OAAO,KAAK,CAAC;IACd,CAAC;IAED,0DAAsB,GAAtB;QACC,OAAO,gBAAgB,CAAC,MAAM,CAAC;IAChC,CAAC;IACF,gCAAC;AAAD,CAAC,AA3BD,CACS,oBAAoB,GA0B5B","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DAlignHorizontal } from \"../../d-align-horizontal\";\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DCoordinateSize } from \"../../d-coordinate\";\nimport { DThemePaginationPage } from \"../../d-pagination-page\";\nimport { DThemeWhiteConstants } from \"./d-theme-white-constants\";\nimport { DThemeWhiteImageBase } from \"./d-theme-white-image-base\";\n\nexport class DThemeWhitePaginationPage\n\textends DThemeWhiteImageBase<number>\n\timplements DThemePaginationPage\n{\n\tgetBackgroundColor(state: DBaseStateSet): number | null {\n\t\treturn DThemeWhiteConstants.HIGHLIGHT_COLOR;\n\t}\n\n\tgetColor(state: DBaseStateSet): number {\n\t\treturn DThemeWhiteConstants.ACTIVE_COLOR;\n\t}\n\n\tgetWidth(): DCoordinateSize {\n\t\treturn 30;\n\t}\n\n\tgetHeight(): DCoordinateSize {\n\t\treturn 30;\n\t}\n\n\tgetTextStyleClipping(): boolean {\n\t\treturn false;\n\t}\n\n\tgetTextAlignHorizontal(): DAlignHorizontal {\n\t\treturn DAlignHorizontal.CENTER;\n\t}\n}\n"]}
@@ -12,8 +12,11 @@ var DThemeWhitePagination = /** @class */ (function (_super) {
12
12
  DThemeWhitePagination.prototype.getWidth = function () {
13
13
  return "auto";
14
14
  };
15
- DThemeWhitePagination.prototype.getButtonWidth = function () {
16
- return 30;
15
+ DThemeWhitePagination.prototype.getMargin = function () {
16
+ return 10;
17
+ };
18
+ DThemeWhitePagination.prototype.getButtonSpace = function () {
19
+ return 10;
17
20
  };
18
21
  return DThemeWhitePagination;
19
22
  }(DThemeWhiteLayoutHorizontal));
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-white-pagination.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-pagination.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAIH,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAEhF;IAA2C,yCAA2B;IAAtE;;IAQA,CAAC;IAPA,wCAAQ,GAAR;QACC,OAAO,MAAM,CAAC;IACf,CAAC;IAED,8CAAc,GAAd;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IACF,4BAAC;AAAD,CAAC,AARD,CAA2C,2BAA2B,GAQrE","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DCoordinateSize } from \"../../d-coordinate\";\nimport { DThemePagination } from \"../../d-pagination\";\nimport { DThemeWhiteLayoutHorizontal } from \"./d-theme-white-layout-horizontal\";\n\nexport class DThemeWhitePagination extends DThemeWhiteLayoutHorizontal implements DThemePagination {\n\tgetWidth(): DCoordinateSize {\n\t\treturn \"auto\";\n\t}\n\n\tgetButtonWidth(): number {\n\t\treturn 30;\n\t}\n}\n"]}
1
+ {"version":3,"file":"d-theme-white-pagination.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white-pagination.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAIH,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAEhF;IAA2C,yCAA2B;IAAtE;;IAYA,CAAC;IAXA,wCAAQ,GAAR;QACC,OAAO,MAAM,CAAC;IACf,CAAC;IAED,yCAAS,GAAT;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IAED,8CAAc,GAAd;QACC,OAAO,EAAE,CAAC;IACX,CAAC;IACF,4BAAC;AAAD,CAAC,AAZD,CAA2C,2BAA2B,GAYrE","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DCoordinateSize } from \"../../d-coordinate\";\nimport { DThemePagination } from \"../../d-pagination\";\nimport { DThemeWhiteLayoutHorizontal } from \"./d-theme-white-layout-horizontal\";\n\nexport class DThemeWhitePagination extends DThemeWhiteLayoutHorizontal implements DThemePagination {\n\tgetWidth(): DCoordinateSize {\n\t\treturn \"auto\";\n\t}\n\n\tgetMargin(): number {\n\t\treturn 10;\n\t}\n\n\tgetButtonSpace(): number {\n\t\treturn 10;\n\t}\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"d-theme-white.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAUzD;IAIC;QACC,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;IACtB,CAAC;IAED,yBAAG,GAAH,UAAW,IAAY;QACtB,IAAI,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAQ,CAAC;QAC5C,IAAI,QAAQ,IAAI,IAAI,EAAE;YACrB,OAAO,QAAQ,CAAC;SAChB;aAAM;YACN,IAAM,KAAK,GAAG,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YACzC,IAAI,KAAK,IAAI,IAAI,EAAE;gBAClB,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC;gBAC/C,OAAO,QAAQ,CAAC;aAChB;iBAAM;gBACN,MAAM,IAAI,KAAK,CAAC,4BAA0B,IAAI,MAAG,CAAC,CAAC;aACnD;SACD;IACF,CAAC;IAED,8BAAQ,GAAR;QACC,OAAO,gBAAgB,CAAC;IACzB,CAAC;IAEM,eAAG,GAAV,UAAkB,IAAY,EAAE,UAA2B;QAC1D,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,UAAU,CAAC;IAClC,CAAC;IA5BgB,oBAAQ,GAAY,EAAE,CAAC;IA6BzC,kBAAC;CAAA,AA9BD,IA8BC;SA9BY,WAAW","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { UtilSvgAtlasBuilder } from \"../../util/util-svg-atlas-builder\";\nimport { DTheme } from \"../d-theme\";\nimport { DThemeWhiteAtlas } from \"./d-theme-white-atlas\";\n\ninterface CLASSES {\n\t[type: string]: new () => any;\n}\n\ninterface INSTANCES {\n\t[type: string]: DTheme;\n}\n\nexport class DThemeWhite implements DTheme {\n\tprotected static _classes: CLASSES = {};\n\tprotected _instances: INSTANCES;\n\n\tconstructor() {\n\t\tthis._instances = {};\n\t}\n\n\tget<THEME>(type: string): THEME {\n\t\tlet instance = this._instances[type] as any;\n\t\tif (instance != null) {\n\t\t\treturn instance;\n\t\t} else {\n\t\t\tconst klass = DThemeWhite._classes[type];\n\t\t\tif (klass != null) {\n\t\t\t\tinstance = this._instances[type] = new klass();\n\t\t\t\treturn instance;\n\t\t\t} else {\n\t\t\t\tthrow new Error(`No theme for the type '${type}'`);\n\t\t\t}\n\t\t}\n\t}\n\n\tgetAtlas(): UtilSvgAtlasBuilder {\n\t\treturn DThemeWhiteAtlas;\n\t}\n\n\tstatic set<THEME>(type: string, themeClass: new () => THEME): void {\n\t\tthis._classes[type] = themeClass;\n\t}\n}\n"]}
1
+ {"version":3,"file":"d-theme-white.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/d-theme-white.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD;IAIC;QACC,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;IACtB,CAAC;IAED,yBAAG,GAAH,UAAW,IAAY;QACtB,IAAI,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAQ,CAAC;QAC5C,IAAI,QAAQ,IAAI,IAAI,EAAE;YACrB,OAAO,QAAQ,CAAC;SAChB;aAAM;YACN,IAAM,KAAK,GAAG,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YACzC,IAAI,KAAK,IAAI,IAAI,EAAE;gBAClB,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC;gBAC/C,OAAO,QAAQ,CAAC;aAChB;iBAAM;gBACN,MAAM,IAAI,KAAK,CAAC,4BAA0B,IAAI,MAAG,CAAC,CAAC;aACnD;SACD;IACF,CAAC;IAED,8BAAQ,GAAR;QACC,OAAO,gBAAgB,CAAC;IACzB,CAAC;IAEM,eAAG,GAAV,UAAkB,IAAY,EAAE,UAA2B;QAC1D,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,UAAU,CAAC;IAClC,CAAC;IA5BgB,oBAAQ,GAAkC,EAAE,CAAC;IA6B/D,kBAAC;CAAA,AA9BD,IA8BC;SA9BY,WAAW","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { UtilSvgAtlasBuilder } from \"../../util/util-svg-atlas-builder\";\nimport { DTheme } from \"../d-theme\";\nimport { DThemeWhiteAtlas } from \"./d-theme-white-atlas\";\n\nexport class DThemeWhite implements DTheme {\n\tprotected static _classes: Record<string, new () => any> = {};\n\tprotected _instances: Record<string, DTheme>;\n\n\tconstructor() {\n\t\tthis._instances = {};\n\t}\n\n\tget<THEME>(type: string): THEME {\n\t\tlet instance = this._instances[type] as any;\n\t\tif (instance != null) {\n\t\t\treturn instance;\n\t\t} else {\n\t\t\tconst klass = DThemeWhite._classes[type];\n\t\t\tif (klass != null) {\n\t\t\t\tinstance = this._instances[type] = new klass();\n\t\t\t\treturn instance;\n\t\t\t} else {\n\t\t\t\tthrow new Error(`No theme for the type '${type}'`);\n\t\t\t}\n\t\t}\n\t}\n\n\tgetAtlas(): UtilSvgAtlasBuilder {\n\t\treturn DThemeWhiteAtlas;\n\t}\n\n\tstatic set<THEME>(type: string, themeClass: new () => THEME): void {\n\t\tthis._classes[type] = themeClass;\n\t}\n}\n"]}
@@ -30,8 +30,9 @@ export * from "./d-theme-white-chart-axis-base";
30
30
  export * from "./d-theme-white-chart-axis-x-datetime";
31
31
  export * from "./d-theme-white-chart-axis-x";
32
32
  export * from "./d-theme-white-chart-axis-y";
33
- export * from "./d-theme-white-chart-coordinate-linear";
34
- export * from "./d-theme-white-chart-coordinate-log";
33
+ export * from "./d-theme-white-chart-coordinate-tick";
34
+ export * from "./d-theme-white-chart-coordinate-transform";
35
+ export * from "./d-theme-white-chart-coordinate";
35
36
  export * from "./d-theme-white-chart-legend-item";
36
37
  export * from "./d-theme-white-chart-legend";
37
38
  export * from "./d-theme-white-chart-overview";
@@ -139,10 +140,14 @@ export * from "./d-theme-white-note-small-no-items-found";
139
140
  export * from "./d-theme-white-note-small-searching";
140
141
  export * from "./d-theme-white-note-small";
141
142
  export * from "./d-theme-white-note";
143
+ export * from "./d-theme-white-pagination-button-last";
144
+ export * from "./d-theme-white-pagination-button-next";
145
+ export * from "./d-theme-white-pagination-button-page";
146
+ export * from "./d-theme-white-pagination-button-previous";
147
+ export * from "./d-theme-white-pagination-button-top";
148
+ export * from "./d-theme-white-pagination-dots";
149
+ export * from "./d-theme-white-pagination-page";
142
150
  export * from "./d-theme-white-pagination";
143
- export * from "./d-theme-white-pagination-navigation-button";
144
- export * from "./d-theme-white-pagination-dynamic-buttons";
145
- export * from "./d-theme-white-pagination-dots-button";
146
151
  export * from "./d-theme-white-pane";
147
152
  export * from "./d-theme-white-picker-color-gradient";
148
153
  export * from "./d-theme-white-picker-color";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport * from \"./load\";\nexport * from \"./d-theme-white-atlas\";\nexport * from \"./d-theme-white-base\";\nexport * from \"./d-theme-white-board\";\nexport * from \"./d-theme-white-button-ambient\";\nexport * from \"./d-theme-white-button-base\";\nexport * from \"./d-theme-white-button-check\";\nexport * from \"./d-theme-white-button-check-right\";\nexport * from \"./d-theme-white-button-checks\";\nexport * from \"./d-theme-white-button-color-gradient\";\nexport * from \"./d-theme-white-button-color\";\nexport * from \"./d-theme-white-button-danger\";\nexport * from \"./d-theme-white-button-date\";\nexport * from \"./d-theme-white-button-datetime\";\nexport * from \"./d-theme-white-button-file\";\nexport * from \"./d-theme-white-button-link\";\nexport * from \"./d-theme-white-button-primary\";\nexport * from \"./d-theme-white-button-radio-right\";\nexport * from \"./d-theme-white-button-radio\";\nexport * from \"./d-theme-white-button-secondary\";\nexport * from \"./d-theme-white-button-time\";\nexport * from \"./d-theme-white-button\";\nexport * from \"./d-theme-white-canvas-container\";\nexport * from \"./d-theme-white-canvas\";\nexport * from \"./d-theme-white-chart-axis-base\";\nexport * from \"./d-theme-white-chart-axis-x-datetime\";\nexport * from \"./d-theme-white-chart-axis-x\";\nexport * from \"./d-theme-white-chart-axis-y\";\nexport * from \"./d-theme-white-chart-coordinate-linear\";\nexport * from \"./d-theme-white-chart-coordinate-log\";\nexport * from \"./d-theme-white-chart-legend-item\";\nexport * from \"./d-theme-white-chart-legend\";\nexport * from \"./d-theme-white-chart-overview\";\nexport * from \"./d-theme-white-chart-plot-area\";\nexport * from \"./d-theme-white-chart\";\nexport * from \"./d-theme-white-content\";\nexport * from \"./d-theme-white-diagram-base\";\nexport * from \"./d-theme-white-diagram-canvas-base\";\nexport * from \"./d-theme-white-diagram-canvas-editor\";\nexport * from \"./d-theme-white-diagram-canvas\";\nexport * from \"./d-theme-white-diagram-editor\";\nexport * from \"./d-theme-white-diagram\";\nexport * from \"./d-theme-white-dialog-color-gradient\";\nexport * from \"./d-theme-white-dialog-color\";\nexport * from \"./d-theme-white-dialog-command\";\nexport * from \"./d-theme-white-dialog-confirm-delete\";\nexport * from \"./d-theme-white-dialog-confirm-discard\";\nexport * from \"./d-theme-white-dialog-confirm-message\";\nexport * from \"./d-theme-white-dialog-confirm\";\nexport * from \"./d-theme-white-dialog-date\";\nexport * from \"./d-theme-white-dialog-datetime\";\nexport * from \"./d-theme-white-dialog-input-boolean\";\nexport * from \"./d-theme-white-dialog-input-integer\";\nexport * from \"./d-theme-white-dialog-input-real\";\nexport * from \"./d-theme-white-dialog-input-text\";\nexport * from \"./d-theme-white-dialog-input\";\nexport * from \"./d-theme-white-dialog-message\";\nexport * from \"./d-theme-white-dialog-processing-message\";\nexport * from \"./d-theme-white-dialog-processing\";\nexport * from \"./d-theme-white-dialog-save-as\";\nexport * from \"./d-theme-white-dialog-select-list-item\";\nexport * from \"./d-theme-white-dialog-select-list\";\nexport * from \"./d-theme-white-dialog-select\";\nexport * from \"./d-theme-white-dialog-time\";\nexport * from \"./d-theme-white-dialog\";\nexport * from \"./d-theme-white-dropdown\";\nexport * from \"./d-theme-white-expandable-header\";\nexport * from \"./d-theme-white-expandable\";\nexport * from \"./d-theme-white-font\";\nexport * from \"./d-theme-white-html-element\";\nexport * from \"./d-theme-white-image-base\";\nexport * from \"./d-theme-white-image\";\nexport * from \"./d-theme-white-input-and-label\";\nexport * from \"./d-theme-white-input-boolean-button-off\";\nexport * from \"./d-theme-white-input-boolean-button-on\";\nexport * from \"./d-theme-white-input-boolean\";\nexport * from \"./d-theme-white-input-input\";\nexport * from \"./d-theme-white-input-integer\";\nexport * from \"./d-theme-white-input-label\";\nexport * from \"./d-theme-white-input-number\";\nexport * from \"./d-theme-white-input-real\";\nexport * from \"./d-theme-white-input-search\";\nexport * from \"./d-theme-white-input-text-area\";\nexport * from \"./d-theme-white-input-text\";\nexport * from \"./d-theme-white-input\";\nexport * from \"./d-theme-white-layout-horizontal\";\nexport * from \"./d-theme-white-layout-space\";\nexport * from \"./d-theme-white-layout-vertical\";\nexport * from \"./d-theme-white-layout\";\nexport * from \"./d-theme-white-link\";\nexport * from \"./d-theme-white-list-item-ambient\";\nexport * from \"./d-theme-white-list-item\";\nexport * from \"./d-theme-white-list-items\";\nexport * from \"./d-theme-white-list\";\nexport * from \"./d-theme-white-menu-bar-item\";\nexport * from \"./d-theme-white-menu-bar\";\nexport * from \"./d-theme-white-menu-item-base\";\nexport * from \"./d-theme-white-menu-item-check\";\nexport * from \"./d-theme-white-menu-item-expandable-body\";\nexport * from \"./d-theme-white-menu-item-expandable-header\";\nexport * from \"./d-theme-white-menu-item-expandable-item-check\";\nexport * from \"./d-theme-white-menu-item-expandable-item-link\";\nexport * from \"./d-theme-white-menu-item-expandable-item-menu\";\nexport * from \"./d-theme-white-menu-item-expandable-item-separator\";\nexport * from \"./d-theme-white-menu-item-expandable-item-space\";\nexport * from \"./d-theme-white-menu-item-expandable-item-text\";\nexport * from \"./d-theme-white-menu-item-expandable\";\nexport * from \"./d-theme-white-menu-item-link\";\nexport * from \"./d-theme-white-menu-item-menu\";\nexport * from \"./d-theme-white-menu-item-separator\";\nexport * from \"./d-theme-white-menu-item-space\";\nexport * from \"./d-theme-white-menu-item-text\";\nexport * from \"./d-theme-white-menu-item\";\nexport * from \"./d-theme-white-menu-sided-content\";\nexport * from \"./d-theme-white-menu-sided-item-check\";\nexport * from \"./d-theme-white-menu-sided-item-expandable-item-check\";\nexport * from \"./d-theme-white-menu-sided-item-expandable-item-link\";\nexport * from \"./d-theme-white-menu-sided-item-expandable-item-menu\";\nexport * from \"./d-theme-white-menu-sided-item-expandable-item-separator\";\nexport * from \"./d-theme-white-menu-sided-item-expandable-item-space\";\nexport * from \"./d-theme-white-menu-sided-item-expandable-item-text\";\nexport * from \"./d-theme-white-menu-sided-item-expandable\";\nexport * from \"./d-theme-white-menu-sided-item-link\";\nexport * from \"./d-theme-white-menu-sided-item-menu\";\nexport * from \"./d-theme-white-menu-sided-item-separator\";\nexport * from \"./d-theme-white-menu-sided-item-space\";\nexport * from \"./d-theme-white-menu-sided-item-text\";\nexport * from \"./d-theme-white-menu-sided\";\nexport * from \"./d-theme-white-menu\";\nexport * from \"./d-theme-white-note-error\";\nexport * from \"./d-theme-white-note-no-items-found\";\nexport * from \"./d-theme-white-note-searching\";\nexport * from \"./d-theme-white-note-small-error\";\nexport * from \"./d-theme-white-note-small-no-items-found\";\nexport * from \"./d-theme-white-note-small-searching\";\nexport * from \"./d-theme-white-note-small\";\nexport * from \"./d-theme-white-note\";\nexport * from \"./d-theme-white-pagination\";\nexport * from \"./d-theme-white-pagination-navigation-button\";\nexport * from \"./d-theme-white-pagination-dynamic-buttons\";\nexport * from \"./d-theme-white-pagination-dots-button\";\nexport * from \"./d-theme-white-pane\";\nexport * from \"./d-theme-white-picker-color-gradient\";\nexport * from \"./d-theme-white-picker-color\";\nexport * from \"./d-theme-white-picker-date\";\nexport * from \"./d-theme-white-picker-datetime-button-back\";\nexport * from \"./d-theme-white-picker-datetime-button-date\";\nexport * from \"./d-theme-white-picker-datetime-button-next\";\nexport * from \"./d-theme-white-picker-datetime-label-date\";\nexport * from \"./d-theme-white-picker-datetime-label\";\nexport * from \"./d-theme-white-picker-datetime-space\";\nexport * from \"./d-theme-white-picker-datetime\";\nexport * from \"./d-theme-white-picker-time\";\nexport * from \"./d-theme-white-scroll-bar-thumb\";\nexport * from \"./d-theme-white-scroll-bar\";\nexport * from \"./d-theme-white-select-multiple\";\nexport * from \"./d-theme-white-select\";\nexport * from \"./d-theme-white-slider\";\nexport * from \"./d-theme-white-slider-horizontal\";\nexport * from \"./d-theme-white-slider-label\";\nexport * from \"./d-theme-white-slider-thumb\";\nexport * from \"./d-theme-white-slider-track\";\nexport * from \"./d-theme-white-slider-track-horizontal\";\nexport * from \"./d-theme-white-slider-track-vertical\";\nexport * from \"./d-theme-white-slider-value\";\nexport * from \"./d-theme-white-slider-vertical\";\nexport * from \"./d-theme-white-table-body-cell-button\";\nexport * from \"./d-theme-white-table-body-cell-check\";\nexport * from \"./d-theme-white-table-body-cell-color\";\nexport * from \"./d-theme-white-table-body-cell-date\";\nexport * from \"./d-theme-white-table-body-cell-datetime\";\nexport * from \"./d-theme-white-table-body-cell-index\";\nexport * from \"./d-theme-white-table-body-cell-input-integer\";\nexport * from \"./d-theme-white-table-body-cell-input-real\";\nexport * from \"./d-theme-white-table-body-cell-input-text\";\nexport * from \"./d-theme-white-table-body-cell-link\";\nexport * from \"./d-theme-white-table-body-cell-select-dialog\";\nexport * from \"./d-theme-white-table-body-cell-select-menu\";\nexport * from \"./d-theme-white-table-body-cell-select-promise\";\nexport * from \"./d-theme-white-table-body-cell-text\";\nexport * from \"./d-theme-white-table-body-cell-time\";\nexport * from \"./d-theme-white-table-body-cells\";\nexport * from \"./d-theme-white-table-body-row\";\nexport * from \"./d-theme-white-table-body\";\nexport * from \"./d-theme-white-table-category-cell\";\nexport * from \"./d-theme-white-table-category\";\nexport * from \"./d-theme-white-table-header-cell\";\nexport * from \"./d-theme-white-table-header\";\nexport * from \"./d-theme-white-table-row\";\nexport * from \"./d-theme-white-table\";\nexport * from \"./d-theme-white-text-base\";\nexport * from \"./d-theme-white-text\";\nexport * from \"./d-theme-white-tree-item-button\";\nexport * from \"./d-theme-white-tree-item-non-editable\";\nexport * from \"./d-theme-white-tree-item-text\";\nexport * from \"./d-theme-white-tree-items\";\nexport * from \"./d-theme-white-tree\";\nexport * from \"./d-theme-white-view\";\nexport * from \"./d-theme-white\";\nexport * from \"./e-theme-white-shape-action-value\";\nexport * from \"./e-theme-white-shape\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/white/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport * from \"./load\";\nexport * from \"./d-theme-white-atlas\";\nexport * from \"./d-theme-white-base\";\nexport * from \"./d-theme-white-board\";\nexport * from \"./d-theme-white-button-ambient\";\nexport * from \"./d-theme-white-button-base\";\nexport * from \"./d-theme-white-button-check\";\nexport * from \"./d-theme-white-button-check-right\";\nexport * from \"./d-theme-white-button-checks\";\nexport * from \"./d-theme-white-button-color-gradient\";\nexport * from \"./d-theme-white-button-color\";\nexport * from \"./d-theme-white-button-danger\";\nexport * from \"./d-theme-white-button-date\";\nexport * from \"./d-theme-white-button-datetime\";\nexport * from \"./d-theme-white-button-file\";\nexport * from \"./d-theme-white-button-link\";\nexport * from \"./d-theme-white-button-primary\";\nexport * from \"./d-theme-white-button-radio-right\";\nexport * from \"./d-theme-white-button-radio\";\nexport * from \"./d-theme-white-button-secondary\";\nexport * from \"./d-theme-white-button-time\";\nexport * from \"./d-theme-white-button\";\nexport * from \"./d-theme-white-canvas-container\";\nexport * from \"./d-theme-white-canvas\";\nexport * from \"./d-theme-white-chart-axis-base\";\nexport * from \"./d-theme-white-chart-axis-x-datetime\";\nexport * from \"./d-theme-white-chart-axis-x\";\nexport * from \"./d-theme-white-chart-axis-y\";\nexport * from \"./d-theme-white-chart-coordinate-tick\";\nexport * from \"./d-theme-white-chart-coordinate-transform\";\nexport * from \"./d-theme-white-chart-coordinate\";\nexport * from \"./d-theme-white-chart-legend-item\";\nexport * from \"./d-theme-white-chart-legend\";\nexport * from \"./d-theme-white-chart-overview\";\nexport * from \"./d-theme-white-chart-plot-area\";\nexport * from \"./d-theme-white-chart\";\nexport * from \"./d-theme-white-content\";\nexport * from \"./d-theme-white-diagram-base\";\nexport * from \"./d-theme-white-diagram-canvas-base\";\nexport * from \"./d-theme-white-diagram-canvas-editor\";\nexport * from \"./d-theme-white-diagram-canvas\";\nexport * from \"./d-theme-white-diagram-editor\";\nexport * from \"./d-theme-white-diagram\";\nexport * from \"./d-theme-white-dialog-color-gradient\";\nexport * from \"./d-theme-white-dialog-color\";\nexport * from \"./d-theme-white-dialog-command\";\nexport * from \"./d-theme-white-dialog-confirm-delete\";\nexport * from \"./d-theme-white-dialog-confirm-discard\";\nexport * from \"./d-theme-white-dialog-confirm-message\";\nexport * from \"./d-theme-white-dialog-confirm\";\nexport * from \"./d-theme-white-dialog-date\";\nexport * from \"./d-theme-white-dialog-datetime\";\nexport * from \"./d-theme-white-dialog-input-boolean\";\nexport * from \"./d-theme-white-dialog-input-integer\";\nexport * from \"./d-theme-white-dialog-input-real\";\nexport * from \"./d-theme-white-dialog-input-text\";\nexport * from \"./d-theme-white-dialog-input\";\nexport * from \"./d-theme-white-dialog-message\";\nexport * from \"./d-theme-white-dialog-processing-message\";\nexport * from \"./d-theme-white-dialog-processing\";\nexport * from \"./d-theme-white-dialog-save-as\";\nexport * from \"./d-theme-white-dialog-select-list-item\";\nexport * from \"./d-theme-white-dialog-select-list\";\nexport * from \"./d-theme-white-dialog-select\";\nexport * from \"./d-theme-white-dialog-time\";\nexport * from \"./d-theme-white-dialog\";\nexport * from \"./d-theme-white-dropdown\";\nexport * from \"./d-theme-white-expandable-header\";\nexport * from \"./d-theme-white-expandable\";\nexport * from \"./d-theme-white-font\";\nexport * from \"./d-theme-white-html-element\";\nexport * from \"./d-theme-white-image-base\";\nexport * from \"./d-theme-white-image\";\nexport * from \"./d-theme-white-input-and-label\";\nexport * from \"./d-theme-white-input-boolean-button-off\";\nexport * from \"./d-theme-white-input-boolean-button-on\";\nexport * from \"./d-theme-white-input-boolean\";\nexport * from \"./d-theme-white-input-input\";\nexport * from \"./d-theme-white-input-integer\";\nexport * from \"./d-theme-white-input-label\";\nexport * from \"./d-theme-white-input-number\";\nexport * from \"./d-theme-white-input-real\";\nexport * from \"./d-theme-white-input-search\";\nexport * from \"./d-theme-white-input-text-area\";\nexport * from \"./d-theme-white-input-text\";\nexport * from \"./d-theme-white-input\";\nexport * from \"./d-theme-white-layout-horizontal\";\nexport * from \"./d-theme-white-layout-space\";\nexport * from \"./d-theme-white-layout-vertical\";\nexport * from \"./d-theme-white-layout\";\nexport * from \"./d-theme-white-link\";\nexport * from \"./d-theme-white-list-item-ambient\";\nexport * from \"./d-theme-white-list-item\";\nexport * from \"./d-theme-white-list-items\";\nexport * from \"./d-theme-white-list\";\nexport * from \"./d-theme-white-menu-bar-item\";\nexport * from \"./d-theme-white-menu-bar\";\nexport * from \"./d-theme-white-menu-item-base\";\nexport * from \"./d-theme-white-menu-item-check\";\nexport * from \"./d-theme-white-menu-item-expandable-body\";\nexport * from \"./d-theme-white-menu-item-expandable-header\";\nexport * from \"./d-theme-white-menu-item-expandable-item-check\";\nexport * from \"./d-theme-white-menu-item-expandable-item-link\";\nexport * from \"./d-theme-white-menu-item-expandable-item-menu\";\nexport * from \"./d-theme-white-menu-item-expandable-item-separator\";\nexport * from \"./d-theme-white-menu-item-expandable-item-space\";\nexport * from \"./d-theme-white-menu-item-expandable-item-text\";\nexport * from \"./d-theme-white-menu-item-expandable\";\nexport * from \"./d-theme-white-menu-item-link\";\nexport * from \"./d-theme-white-menu-item-menu\";\nexport * from \"./d-theme-white-menu-item-separator\";\nexport * from \"./d-theme-white-menu-item-space\";\nexport * from \"./d-theme-white-menu-item-text\";\nexport * from \"./d-theme-white-menu-item\";\nexport * from \"./d-theme-white-menu-sided-content\";\nexport * from \"./d-theme-white-menu-sided-item-check\";\nexport * from \"./d-theme-white-menu-sided-item-expandable-item-check\";\nexport * from \"./d-theme-white-menu-sided-item-expandable-item-link\";\nexport * from \"./d-theme-white-menu-sided-item-expandable-item-menu\";\nexport * from \"./d-theme-white-menu-sided-item-expandable-item-separator\";\nexport * from \"./d-theme-white-menu-sided-item-expandable-item-space\";\nexport * from \"./d-theme-white-menu-sided-item-expandable-item-text\";\nexport * from \"./d-theme-white-menu-sided-item-expandable\";\nexport * from \"./d-theme-white-menu-sided-item-link\";\nexport * from \"./d-theme-white-menu-sided-item-menu\";\nexport * from \"./d-theme-white-menu-sided-item-separator\";\nexport * from \"./d-theme-white-menu-sided-item-space\";\nexport * from \"./d-theme-white-menu-sided-item-text\";\nexport * from \"./d-theme-white-menu-sided\";\nexport * from \"./d-theme-white-menu\";\nexport * from \"./d-theme-white-note-error\";\nexport * from \"./d-theme-white-note-no-items-found\";\nexport * from \"./d-theme-white-note-searching\";\nexport * from \"./d-theme-white-note-small-error\";\nexport * from \"./d-theme-white-note-small-no-items-found\";\nexport * from \"./d-theme-white-note-small-searching\";\nexport * from \"./d-theme-white-note-small\";\nexport * from \"./d-theme-white-note\";\nexport * from \"./d-theme-white-pagination-button-last\";\nexport * from \"./d-theme-white-pagination-button-next\";\nexport * from \"./d-theme-white-pagination-button-page\";\nexport * from \"./d-theme-white-pagination-button-previous\";\nexport * from \"./d-theme-white-pagination-button-top\";\nexport * from \"./d-theme-white-pagination-dots\";\nexport * from \"./d-theme-white-pagination-page\";\nexport * from \"./d-theme-white-pagination\";\nexport * from \"./d-theme-white-pane\";\nexport * from \"./d-theme-white-picker-color-gradient\";\nexport * from \"./d-theme-white-picker-color\";\nexport * from \"./d-theme-white-picker-date\";\nexport * from \"./d-theme-white-picker-datetime-button-back\";\nexport * from \"./d-theme-white-picker-datetime-button-date\";\nexport * from \"./d-theme-white-picker-datetime-button-next\";\nexport * from \"./d-theme-white-picker-datetime-label-date\";\nexport * from \"./d-theme-white-picker-datetime-label\";\nexport * from \"./d-theme-white-picker-datetime-space\";\nexport * from \"./d-theme-white-picker-datetime\";\nexport * from \"./d-theme-white-picker-time\";\nexport * from \"./d-theme-white-scroll-bar-thumb\";\nexport * from \"./d-theme-white-scroll-bar\";\nexport * from \"./d-theme-white-select-multiple\";\nexport * from \"./d-theme-white-select\";\nexport * from \"./d-theme-white-slider\";\nexport * from \"./d-theme-white-slider-horizontal\";\nexport * from \"./d-theme-white-slider-label\";\nexport * from \"./d-theme-white-slider-thumb\";\nexport * from \"./d-theme-white-slider-track\";\nexport * from \"./d-theme-white-slider-track-horizontal\";\nexport * from \"./d-theme-white-slider-track-vertical\";\nexport * from \"./d-theme-white-slider-value\";\nexport * from \"./d-theme-white-slider-vertical\";\nexport * from \"./d-theme-white-table-body-cell-button\";\nexport * from \"./d-theme-white-table-body-cell-check\";\nexport * from \"./d-theme-white-table-body-cell-color\";\nexport * from \"./d-theme-white-table-body-cell-date\";\nexport * from \"./d-theme-white-table-body-cell-datetime\";\nexport * from \"./d-theme-white-table-body-cell-index\";\nexport * from \"./d-theme-white-table-body-cell-input-integer\";\nexport * from \"./d-theme-white-table-body-cell-input-real\";\nexport * from \"./d-theme-white-table-body-cell-input-text\";\nexport * from \"./d-theme-white-table-body-cell-link\";\nexport * from \"./d-theme-white-table-body-cell-select-dialog\";\nexport * from \"./d-theme-white-table-body-cell-select-menu\";\nexport * from \"./d-theme-white-table-body-cell-select-promise\";\nexport * from \"./d-theme-white-table-body-cell-text\";\nexport * from \"./d-theme-white-table-body-cell-time\";\nexport * from \"./d-theme-white-table-body-cells\";\nexport * from \"./d-theme-white-table-body-row\";\nexport * from \"./d-theme-white-table-body\";\nexport * from \"./d-theme-white-table-category-cell\";\nexport * from \"./d-theme-white-table-category\";\nexport * from \"./d-theme-white-table-header-cell\";\nexport * from \"./d-theme-white-table-header\";\nexport * from \"./d-theme-white-table-row\";\nexport * from \"./d-theme-white-table\";\nexport * from \"./d-theme-white-text-base\";\nexport * from \"./d-theme-white-text\";\nexport * from \"./d-theme-white-tree-item-button\";\nexport * from \"./d-theme-white-tree-item-non-editable\";\nexport * from \"./d-theme-white-tree-item-text\";\nexport * from \"./d-theme-white-tree-items\";\nexport * from \"./d-theme-white-tree\";\nexport * from \"./d-theme-white-view\";\nexport * from \"./d-theme-white\";\nexport * from \"./e-theme-white-shape-action-value\";\nexport * from \"./e-theme-white-shape\";\n"]}
@@ -7,8 +7,9 @@ import { DThemeWhiteChart } from "../d-theme-white-chart";
7
7
  import { DThemeWhiteChartAxisX } from "../d-theme-white-chart-axis-x";
8
8
  import { DThemeWhiteChartAxisXDatetime } from "../d-theme-white-chart-axis-x-datetime";
9
9
  import { DThemeWhiteChartAxisY } from "../d-theme-white-chart-axis-y";
10
- import { DThemeWhiteChartCoordinateLinear } from "../d-theme-white-chart-coordinate-linear";
11
- import { DThemeWhiteChartCoordinateLog } from "../d-theme-white-chart-coordinate-log";
10
+ import { DThemeWhiteChartCoordinate } from "../d-theme-white-chart-coordinate";
11
+ import { DThemeWhiteChartCoordinateTick } from "../d-theme-white-chart-coordinate-tick";
12
+ import { DThemeWhiteChartCoordinateTransform } from "../d-theme-white-chart-coordinate-transform";
12
13
  import { DThemeWhiteChartLegend } from "../d-theme-white-chart-legend";
13
14
  import { DThemeWhiteChartLegendItem } from "../d-theme-white-chart-legend-item";
14
15
  import { DThemeWhiteChartOverview } from "../d-theme-white-chart-overview";
@@ -21,8 +22,9 @@ export var loadThemeWhiteChart = function () {
21
22
  DThemeWhite.set("DChartAxisX", DThemeWhiteChartAxisX);
22
23
  DThemeWhite.set("DChartAxisXDatetime", DThemeWhiteChartAxisXDatetime);
23
24
  DThemeWhite.set("DChartAxisY", DThemeWhiteChartAxisY);
24
- DThemeWhite.set("DChartCoordinateLinear", DThemeWhiteChartCoordinateLinear);
25
- DThemeWhite.set("DChartCoordinateLog", DThemeWhiteChartCoordinateLog);
25
+ DThemeWhite.set("DChartCoordinate", DThemeWhiteChartCoordinate);
26
+ DThemeWhite.set("DChartCoordinateTick", DThemeWhiteChartCoordinateTick);
27
+ DThemeWhite.set("DChartCoordinateTransform", DThemeWhiteChartCoordinateTransform);
26
28
  DThemeWhite.set("DChartLegend", DThemeWhiteChartLegend);
27
29
  DThemeWhite.set("DChartLegendItem", DThemeWhiteChartLegendItem);
28
30
  DThemeWhite.set("DChartOverview", DThemeWhiteChartOverview);
@@ -1 +1 @@
1
- {"version":3,"file":"load-theme-white-chart.js","sourceRoot":"","sources":["../../../../../../src/main/typescript/wcardinal/ui/theme/white/load/load-theme-white-chart.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC;AACvF,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,gCAAgC,EAAE,MAAM,0CAA0C,CAAC;AAC5F,OAAO,EAAE,6BAA6B,EAAE,MAAM,uCAAuC,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAC5E,OAAO,EAAE,kCAAkC,EAAE,MAAM,6CAA6C,CAAC;AACjG,OAAO,EAAE,kCAAkC,EAAE,MAAM,6CAA6C,CAAC;AACjG,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAE1F,MAAM,CAAC,IAAM,mBAAmB,GAAG;IAClC,WAAW,CAAC,GAAG,CAAC,QAAQ,EAAE,gBAAgB,CAAC,CAAC;IAC5C,WAAW,CAAC,GAAG,CAAC,aAAa,EAAE,qBAAqB,CAAC,CAAC;IACtD,WAAW,CAAC,GAAG,CAAC,qBAAqB,EAAE,6BAA6B,CAAC,CAAC;IACtE,WAAW,CAAC,GAAG,CAAC,aAAa,EAAE,qBAAqB,CAAC,CAAC;IACtD,WAAW,CAAC,GAAG,CAAC,wBAAwB,EAAE,gCAAgC,CAAC,CAAC;IAC5E,WAAW,CAAC,GAAG,CAAC,qBAAqB,EAAE,6BAA6B,CAAC,CAAC;IACtE,WAAW,CAAC,GAAG,CAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;IACxD,WAAW,CAAC,GAAG,CAAC,kBAAkB,EAAE,0BAA0B,CAAC,CAAC;IAChE,WAAW,CAAC,GAAG,CAAC,gBAAgB,EAAE,wBAAwB,CAAC,CAAC;IAC5D,WAAW,CAAC,GAAG,CAAC,gBAAgB,EAAE,wBAAwB,CAAC,CAAC;IAC5D,WAAW,CAAC,GAAG,CAAC,0BAA0B,EAAE,kCAAkC,CAAC,CAAC;IAChF,WAAW,CAAC,GAAG,CAAC,0BAA0B,EAAE,kCAAkC,CAAC,CAAC;IAChF,WAAW,CAAC,GAAG,CAAC,uBAAuB,EAAE,+BAA+B,CAAC,CAAC;AAC3E,CAAC,CAAC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DThemeWhite } from \"../d-theme-white\";\nimport { DThemeWhiteChart } from \"../d-theme-white-chart\";\nimport { DThemeWhiteChartAxisX } from \"../d-theme-white-chart-axis-x\";\nimport { DThemeWhiteChartAxisXDatetime } from \"../d-theme-white-chart-axis-x-datetime\";\nimport { DThemeWhiteChartAxisY } from \"../d-theme-white-chart-axis-y\";\nimport { DThemeWhiteChartCoordinateLinear } from \"../d-theme-white-chart-coordinate-linear\";\nimport { DThemeWhiteChartCoordinateLog } from \"../d-theme-white-chart-coordinate-log\";\nimport { DThemeWhiteChartLegend } from \"../d-theme-white-chart-legend\";\nimport { DThemeWhiteChartLegendItem } from \"../d-theme-white-chart-legend-item\";\nimport { DThemeWhiteChartOverview } from \"../d-theme-white-chart-overview\";\nimport { DThemeWhiteChartPlotArea } from \"../d-theme-white-chart-plot-area\";\nimport { DThemeWhiteChartSelectionGridlineX } from \"../d-theme-white-chart-selection-gridline-x\";\nimport { DThemeWhiteChartSelectionGridlineY } from \"../d-theme-white-chart-selection-gridline-y\";\nimport { DThemeWhiteChartSelectionMarker } from \"../d-theme-white-chart-selection-marker\";\n\nexport const loadThemeWhiteChart = (): void => {\n\tDThemeWhite.set(\"DChart\", DThemeWhiteChart);\n\tDThemeWhite.set(\"DChartAxisX\", DThemeWhiteChartAxisX);\n\tDThemeWhite.set(\"DChartAxisXDatetime\", DThemeWhiteChartAxisXDatetime);\n\tDThemeWhite.set(\"DChartAxisY\", DThemeWhiteChartAxisY);\n\tDThemeWhite.set(\"DChartCoordinateLinear\", DThemeWhiteChartCoordinateLinear);\n\tDThemeWhite.set(\"DChartCoordinateLog\", DThemeWhiteChartCoordinateLog);\n\tDThemeWhite.set(\"DChartLegend\", DThemeWhiteChartLegend);\n\tDThemeWhite.set(\"DChartLegendItem\", DThemeWhiteChartLegendItem);\n\tDThemeWhite.set(\"DChartOverview\", DThemeWhiteChartOverview);\n\tDThemeWhite.set(\"DChartPlotArea\", DThemeWhiteChartPlotArea);\n\tDThemeWhite.set(\"DChartSelectionGridlineX\", DThemeWhiteChartSelectionGridlineX);\n\tDThemeWhite.set(\"DChartSelectionGridlineY\", DThemeWhiteChartSelectionGridlineY);\n\tDThemeWhite.set(\"DChartSelectionMarker\", DThemeWhiteChartSelectionMarker);\n};\n"]}
1
+ {"version":3,"file":"load-theme-white-chart.js","sourceRoot":"","sources":["../../../../../../src/main/typescript/wcardinal/ui/theme/white/load/load-theme-white-chart.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC;AACvF,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAC/E,OAAO,EAAE,8BAA8B,EAAE,MAAM,wCAAwC,CAAC;AACxF,OAAO,EAAE,mCAAmC,EAAE,MAAM,6CAA6C,CAAC;AAClG,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAC5E,OAAO,EAAE,kCAAkC,EAAE,MAAM,6CAA6C,CAAC;AACjG,OAAO,EAAE,kCAAkC,EAAE,MAAM,6CAA6C,CAAC;AACjG,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAE1F,MAAM,CAAC,IAAM,mBAAmB,GAAG;IAClC,WAAW,CAAC,GAAG,CAAC,QAAQ,EAAE,gBAAgB,CAAC,CAAC;IAC5C,WAAW,CAAC,GAAG,CAAC,aAAa,EAAE,qBAAqB,CAAC,CAAC;IACtD,WAAW,CAAC,GAAG,CAAC,qBAAqB,EAAE,6BAA6B,CAAC,CAAC;IACtE,WAAW,CAAC,GAAG,CAAC,aAAa,EAAE,qBAAqB,CAAC,CAAC;IACtD,WAAW,CAAC,GAAG,CAAC,kBAAkB,EAAE,0BAA0B,CAAC,CAAC;IAChE,WAAW,CAAC,GAAG,CAAC,sBAAsB,EAAE,8BAA8B,CAAC,CAAC;IACxE,WAAW,CAAC,GAAG,CAAC,2BAA2B,EAAE,mCAAmC,CAAC,CAAC;IAClF,WAAW,CAAC,GAAG,CAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;IACxD,WAAW,CAAC,GAAG,CAAC,kBAAkB,EAAE,0BAA0B,CAAC,CAAC;IAChE,WAAW,CAAC,GAAG,CAAC,gBAAgB,EAAE,wBAAwB,CAAC,CAAC;IAC5D,WAAW,CAAC,GAAG,CAAC,gBAAgB,EAAE,wBAAwB,CAAC,CAAC;IAC5D,WAAW,CAAC,GAAG,CAAC,0BAA0B,EAAE,kCAAkC,CAAC,CAAC;IAChF,WAAW,CAAC,GAAG,CAAC,0BAA0B,EAAE,kCAAkC,CAAC,CAAC;IAChF,WAAW,CAAC,GAAG,CAAC,uBAAuB,EAAE,+BAA+B,CAAC,CAAC;AAC3E,CAAC,CAAC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DThemeWhite } from \"../d-theme-white\";\nimport { DThemeWhiteChart } from \"../d-theme-white-chart\";\nimport { DThemeWhiteChartAxisX } from \"../d-theme-white-chart-axis-x\";\nimport { DThemeWhiteChartAxisXDatetime } from \"../d-theme-white-chart-axis-x-datetime\";\nimport { DThemeWhiteChartAxisY } from \"../d-theme-white-chart-axis-y\";\nimport { DThemeWhiteChartCoordinate } from \"../d-theme-white-chart-coordinate\";\nimport { DThemeWhiteChartCoordinateTick } from \"../d-theme-white-chart-coordinate-tick\";\nimport { DThemeWhiteChartCoordinateTransform } from \"../d-theme-white-chart-coordinate-transform\";\nimport { DThemeWhiteChartLegend } from \"../d-theme-white-chart-legend\";\nimport { DThemeWhiteChartLegendItem } from \"../d-theme-white-chart-legend-item\";\nimport { DThemeWhiteChartOverview } from \"../d-theme-white-chart-overview\";\nimport { DThemeWhiteChartPlotArea } from \"../d-theme-white-chart-plot-area\";\nimport { DThemeWhiteChartSelectionGridlineX } from \"../d-theme-white-chart-selection-gridline-x\";\nimport { DThemeWhiteChartSelectionGridlineY } from \"../d-theme-white-chart-selection-gridline-y\";\nimport { DThemeWhiteChartSelectionMarker } from \"../d-theme-white-chart-selection-marker\";\n\nexport const loadThemeWhiteChart = (): void => {\n\tDThemeWhite.set(\"DChart\", DThemeWhiteChart);\n\tDThemeWhite.set(\"DChartAxisX\", DThemeWhiteChartAxisX);\n\tDThemeWhite.set(\"DChartAxisXDatetime\", DThemeWhiteChartAxisXDatetime);\n\tDThemeWhite.set(\"DChartAxisY\", DThemeWhiteChartAxisY);\n\tDThemeWhite.set(\"DChartCoordinate\", DThemeWhiteChartCoordinate);\n\tDThemeWhite.set(\"DChartCoordinateTick\", DThemeWhiteChartCoordinateTick);\n\tDThemeWhite.set(\"DChartCoordinateTransform\", DThemeWhiteChartCoordinateTransform);\n\tDThemeWhite.set(\"DChartLegend\", DThemeWhiteChartLegend);\n\tDThemeWhite.set(\"DChartLegendItem\", DThemeWhiteChartLegendItem);\n\tDThemeWhite.set(\"DChartOverview\", DThemeWhiteChartOverview);\n\tDThemeWhite.set(\"DChartPlotArea\", DThemeWhiteChartPlotArea);\n\tDThemeWhite.set(\"DChartSelectionGridlineX\", DThemeWhiteChartSelectionGridlineX);\n\tDThemeWhite.set(\"DChartSelectionGridlineY\", DThemeWhiteChartSelectionGridlineY);\n\tDThemeWhite.set(\"DChartSelectionMarker\", DThemeWhiteChartSelectionMarker);\n};\n"]}
@@ -4,13 +4,21 @@
4
4
  */
5
5
  import { DThemeWhite } from "../d-theme-white";
6
6
  import { DThemeWhitePagination } from "../d-theme-white-pagination";
7
- import { DThemeWhitePaginationDotsButton } from "../d-theme-white-pagination-dots-button";
8
- import { DThemeWhitePaginationDynamicButtons } from "../d-theme-white-pagination-dynamic-buttons";
9
- import { DThemeWhitePaginationNavigationButton } from "../d-theme-white-pagination-navigation-button";
7
+ import { DThemeWhitePaginationDots } from "../d-theme-white-pagination-dots";
8
+ import { DThemeWhitePaginationButtonLast } from "../d-theme-white-pagination-button-last";
9
+ import { DThemeWhitePaginationButtonNext } from "../d-theme-white-pagination-button-next";
10
+ import { DThemeWhitePaginationButtonPage } from "../d-theme-white-pagination-button-page";
11
+ import { DThemeWhitePaginationButtonPrevious } from "../d-theme-white-pagination-button-previous";
12
+ import { DThemeWhitePaginationButtonTop } from "../d-theme-white-pagination-button-top";
13
+ import { DThemeWhitePaginationPage } from "../d-theme-white-pagination-page";
10
14
  export var loadThemeWhitePagination = function () {
11
15
  DThemeWhite.set("DPagination", DThemeWhitePagination);
12
- DThemeWhite.set("DPaginationNavigationButton", DThemeWhitePaginationNavigationButton);
13
- DThemeWhite.set("DPaginationDynamicButtons", DThemeWhitePaginationDynamicButtons);
14
- DThemeWhite.set("DPaginationDotsButton", DThemeWhitePaginationDotsButton);
16
+ DThemeWhite.set("DPaginationPage", DThemeWhitePaginationPage);
17
+ DThemeWhite.set("DPaginationDots", DThemeWhitePaginationDots);
18
+ DThemeWhite.set("DPaginationButtonLast", DThemeWhitePaginationButtonLast);
19
+ DThemeWhite.set("DPaginationButtonNext", DThemeWhitePaginationButtonNext);
20
+ DThemeWhite.set("DPaginationButtonPage", DThemeWhitePaginationButtonPage);
21
+ DThemeWhite.set("DPaginationButtonPrevious", DThemeWhitePaginationButtonPrevious);
22
+ DThemeWhite.set("DPaginationButtonTop", DThemeWhitePaginationButtonTop);
15
23
  };
16
24
  //# sourceMappingURL=load-theme-white-pagination.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"load-theme-white-pagination.js","sourceRoot":"","sources":["../../../../../../src/main/typescript/wcardinal/ui/theme/white/load/load-theme-white-pagination.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAAE,mCAAmC,EAAE,MAAM,6CAA6C,CAAC;AAClG,OAAO,EAAE,qCAAqC,EAAE,MAAM,+CAA+C,CAAC;AAEtG,MAAM,CAAC,IAAM,wBAAwB,GAAG;IACvC,WAAW,CAAC,GAAG,CAAC,aAAa,EAAE,qBAAqB,CAAC,CAAC;IACtD,WAAW,CAAC,GAAG,CAAC,6BAA6B,EAAE,qCAAqC,CAAC,CAAC;IACtF,WAAW,CAAC,GAAG,CAAC,2BAA2B,EAAE,mCAAmC,CAAC,CAAC;IAClF,WAAW,CAAC,GAAG,CAAC,uBAAuB,EAAE,+BAA+B,CAAC,CAAC;AAC3E,CAAC,CAAC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DThemeWhite } from \"../d-theme-white\";\nimport { DThemeWhitePagination } from \"../d-theme-white-pagination\";\nimport { DThemeWhitePaginationDotsButton } from \"../d-theme-white-pagination-dots-button\";\nimport { DThemeWhitePaginationDynamicButtons } from \"../d-theme-white-pagination-dynamic-buttons\";\nimport { DThemeWhitePaginationNavigationButton } from \"../d-theme-white-pagination-navigation-button\";\n\nexport const loadThemeWhitePagination = (): void => {\n\tDThemeWhite.set(\"DPagination\", DThemeWhitePagination);\n\tDThemeWhite.set(\"DPaginationNavigationButton\", DThemeWhitePaginationNavigationButton);\n\tDThemeWhite.set(\"DPaginationDynamicButtons\", DThemeWhitePaginationDynamicButtons);\n\tDThemeWhite.set(\"DPaginationDotsButton\", DThemeWhitePaginationDotsButton);\n};\n"]}
1
+ {"version":3,"file":"load-theme-white-pagination.js","sourceRoot":"","sources":["../../../../../../src/main/typescript/wcardinal/ui/theme/white/load/load-theme-white-pagination.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAC7E,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAAE,mCAAmC,EAAE,MAAM,6CAA6C,CAAC;AAClG,OAAO,EAAE,8BAA8B,EAAE,MAAM,wCAAwC,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAE7E,MAAM,CAAC,IAAM,wBAAwB,GAAG;IACvC,WAAW,CAAC,GAAG,CAAC,aAAa,EAAE,qBAAqB,CAAC,CAAC;IACtD,WAAW,CAAC,GAAG,CAAC,iBAAiB,EAAE,yBAAyB,CAAC,CAAC;IAC9D,WAAW,CAAC,GAAG,CAAC,iBAAiB,EAAE,yBAAyB,CAAC,CAAC;IAC9D,WAAW,CAAC,GAAG,CAAC,uBAAuB,EAAE,+BAA+B,CAAC,CAAC;IAC1E,WAAW,CAAC,GAAG,CAAC,uBAAuB,EAAE,+BAA+B,CAAC,CAAC;IAC1E,WAAW,CAAC,GAAG,CAAC,uBAAuB,EAAE,+BAA+B,CAAC,CAAC;IAC1E,WAAW,CAAC,GAAG,CAAC,2BAA2B,EAAE,mCAAmC,CAAC,CAAC;IAClF,WAAW,CAAC,GAAG,CAAC,sBAAsB,EAAE,8BAA8B,CAAC,CAAC;AACzE,CAAC,CAAC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DThemeWhite } from \"../d-theme-white\";\nimport { DThemeWhitePagination } from \"../d-theme-white-pagination\";\nimport { DThemeWhitePaginationDots } from \"../d-theme-white-pagination-dots\";\nimport { DThemeWhitePaginationButtonLast } from \"../d-theme-white-pagination-button-last\";\nimport { DThemeWhitePaginationButtonNext } from \"../d-theme-white-pagination-button-next\";\nimport { DThemeWhitePaginationButtonPage } from \"../d-theme-white-pagination-button-page\";\nimport { DThemeWhitePaginationButtonPrevious } from \"../d-theme-white-pagination-button-previous\";\nimport { DThemeWhitePaginationButtonTop } from \"../d-theme-white-pagination-button-top\";\nimport { DThemeWhitePaginationPage } from \"../d-theme-white-pagination-page\";\n\nexport const loadThemeWhitePagination = (): void => {\n\tDThemeWhite.set(\"DPagination\", DThemeWhitePagination);\n\tDThemeWhite.set(\"DPaginationPage\", DThemeWhitePaginationPage);\n\tDThemeWhite.set(\"DPaginationDots\", DThemeWhitePaginationDots);\n\tDThemeWhite.set(\"DPaginationButtonLast\", DThemeWhitePaginationButtonLast);\n\tDThemeWhite.set(\"DPaginationButtonNext\", DThemeWhitePaginationButtonNext);\n\tDThemeWhite.set(\"DPaginationButtonPage\", DThemeWhitePaginationButtonPage);\n\tDThemeWhite.set(\"DPaginationButtonPrevious\", DThemeWhitePaginationButtonPrevious);\n\tDThemeWhite.set(\"DPaginationButtonTop\", DThemeWhitePaginationButtonTop);\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"dynamic-atlas.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/util/dynamic-atlas.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, MIPMAP_MODES, Texture } from \"pixi.js\";\nimport { DynamicAtlasItem } from \"./dynamic-atlas-item\";\nimport { DynamicAtlasItemEmpty } from \"./dynamic-atlas-item-empty\";\nimport { DynamicAtlasItemWhite } from \"./dynamic-atlas-item-white\";\n\nconst MAXIMUM_TEXTURE_SIZE = 4096;\n\nexport class DynamicAtlas {\n\tprotected static INSTANCE: DynamicAtlas | null;\n\n\tprotected _canvas: HTMLCanvasElement;\n\tprotected _sortedData: DynamicAtlasItem[];\n\tprotected _idToDatum: { [id: string]: DynamicAtlasItem };\n\tprotected _baseTexture: BaseTexture;\n\tprotected _isDirty: boolean;\n\tprotected _predefined: { [id: string]: DynamicAtlasItem };\n\n\tconstructor(resolution: number) {\n\t\tconst canvas = (this._canvas = document.createElement(\"canvas\"));\n\t\tcanvas.width = canvas.height = 256;\n\n\t\tconst baseTexture = (this._baseTexture = BaseTexture.from(canvas, {\n\t\t\tmipmap: MIPMAP_MODES.OFF,\n\t\t\tresolution\n\t\t}));\n\n\t\tthis._idToDatum = {};\n\t\tthis._sortedData = [];\n\t\tthis._predefined = {\n\t\t\tempty: new DynamicAtlasItemEmpty(\"empty\", 10, 10, 0, baseTexture),\n\t\t\twhite: new DynamicAtlasItemWhite(\"white\", 10, 10, 0, baseTexture)\n\t\t};\n\n\t\tthis._isDirty = true;\n\t}\n\n\tupdateFrames(width: number, data: DynamicAtlasItem[]): number {\n\t\tconst padding = 4;\n\t\tlet x = padding;\n\t\tlet y = padding;\n\t\tlet maxRowHeight = 0;\n\t\tfor (let i = 0, imax = data.length; i < imax; ++i) {\n\t\t\tconst datum = data[i];\n\t\t\tif (width < x + datum.frame.width + padding) {\n\t\t\t\tx = padding;\n\t\t\t\ty += maxRowHeight + padding;\n\t\t\t\tmaxRowHeight = 0;\n\t\t\t}\n\t\t\tdatum.frame.x = x | 0;\n\t\t\tdatum.frame.y = y | 0;\n\t\t\tx += datum.frame.width + padding;\n\t\t\tmaxRowHeight = Math.max(maxRowHeight, datum.frame.height);\n\t\t}\n\n\t\tconst minHeight = y + maxRowHeight + padding;\n\t\tlet result = 256;\n\t\twhile (result < minHeight) {\n\t\t\tresult <<= 1;\n\t\t}\n\t\treturn Math.min(MAXIMUM_TEXTURE_SIZE, result);\n\t}\n\n\trenderFrames(width: number, height: number, data: DynamicAtlasItem[]): void {\n\t\tconst canvas = this._canvas;\n\t\tcanvas.width = width;\n\t\tcanvas.height = height;\n\t\tconst context = canvas.getContext(\"2d\");\n\t\tif (context != null) {\n\t\t\tfor (let i = 0, imax = data.length; i < imax; ++i) {\n\t\t\t\tconst datum = data[i];\n\t\t\t\tdatum.render(context);\n\t\t\t}\n\t\t}\n\t}\n\n\tapplyFrames(data: DynamicAtlasItem[]): void {\n\t\tfor (let i = 0, imax = data.length; i < imax; ++i) {\n\t\t\tconst datum = data[i];\n\t\t\tdatum.applyFrame();\n\t\t}\n\t}\n\n\tcalcCanvasWidth(data: DynamicAtlasItem[]): number {\n\t\tlet result = 128;\n\t\tfor (let i = data.length - 1; 0 <= i; --i) {\n\t\t\tconst datum = data[i];\n\t\t\tconst size = Math.max(datum.frame.width, datum.frame.height);\n\t\t\twhile (result < size) {\n\t\t\t\tresult <<= 1;\n\t\t\t}\n\t\t}\n\t\treturn Math.min(MAXIMUM_TEXTURE_SIZE, result << 1);\n\t}\n\n\tcleanup(data: DynamicAtlasItem[]): void {\n\t\tdata.sort(DynamicAtlas.ITEM_COMPARATOR);\n\t\tfor (let i = data.length - 1; 0 <= i; --i) {\n\t\t\tconst datum = data[i];\n\t\t\tif (0 < datum.ref) {\n\t\t\t\tdata.length = i + 1;\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tdata.length = 0;\n\t}\n\n\tbegin(): void {\n\t\tconst data = this._sortedData;\n\t\tfor (let i = 0, imax = data.length; i < imax; ++i) {\n\t\t\tconst datum = data[i];\n\t\t\tdatum.ref = 0;\n\t\t}\n\n\t\tthis._isDirty = false;\n\t}\n\n\tend(): void {\n\t\tconst idToDatum = this._idToDatum;\n\t\tconst data = this._sortedData;\n\t\tfor (let i = 0, imax = data.length; i < imax; ++i) {\n\t\t\tconst datum = data[i];\n\t\t\tif (datum.ref <= 0) {\n\t\t\t\tif (!(datum.id in this._predefined)) {\n\t\t\t\t\tdatum.destroy();\n\t\t\t\t}\n\t\t\t\tdelete idToDatum[datum.id];\n\t\t\t\tthis._isDirty = true;\n\t\t\t}\n\t\t}\n\t}\n\n\trepack(forcibly?: boolean): void {\n\t\tif (forcibly === true || this._isDirty) {\n\t\t\tthis._isDirty = false;\n\t\t\tconst data = this._sortedData;\n\t\t\tthis.cleanup(data);\n\t\t\tconst canvasWidth = this.calcCanvasWidth(data);\n\t\t\tconst canvasHeight = this.updateFrames(canvasWidth, data);\n\t\t\tthis.renderFrames(canvasWidth, canvasHeight, data);\n\t\t\tthis._baseTexture.setRealSize(canvasWidth, canvasHeight);\n\t\t\tthis.applyFrames(data);\n\t\t}\n\t}\n\n\tget(id: string): DynamicAtlasItem | null {\n\t\tconst idToDatum = this._idToDatum;\n\t\tconst datum = idToDatum[id];\n\t\tif (datum != null) {\n\t\t\tdatum.ref += 1;\n\t\t\treturn datum;\n\t\t} else {\n\t\t\tconst predefined = this._predefined[id];\n\t\t\tif (predefined != null) {\n\t\t\t\tthis.set(id, predefined);\n\t\t\t\treturn predefined;\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}\n\n\tset(id: string, item: DynamicAtlasItem): DynamicAtlasItem | undefined {\n\t\tconst result = this._idToDatum[id];\n\t\titem.ref += 1;\n\t\tthis._idToDatum[id] = item;\n\t\tthis._sortedData.push(item);\n\t\tthis._isDirty = true;\n\t\treturn result;\n\t}\n\n\ttoDirty(): void {\n\t\tthis._isDirty = true;\n\t}\n\n\tgetDefaultTexture(): Texture {\n\t\treturn this.get(\"white\")!.texture;\n\t}\n\n\tgetBaseTexture(): BaseTexture {\n\t\treturn this._baseTexture;\n\t}\n\n\trelease(id: string): void {\n\t\tconst idToDatum = this._idToDatum;\n\t\tconst datum = idToDatum[id];\n\t\tif (datum != null) {\n\t\t\tdatum.ref -= 1;\n\t\t\tif (datum.ref <= 0) {\n\t\t\t\tif (!(datum.id in this._predefined)) {\n\t\t\t\t\tdatum.destroy();\n\t\t\t\t}\n\t\t\t\tdelete idToDatum[id];\n\t\t\t\tthis._isDirty = true;\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic ITEM_COMPARATOR = (a: DynamicAtlasItem, b: DynamicAtlasItem): number => {\n\t\tif (a.ref <= 0) {\n\t\t\tif (b.ref <= 0) {\n\t\t\t\treturn 0;\n\t\t\t} else {\n\t\t\t\treturn +1;\n\t\t\t}\n\t\t} else {\n\t\t\tif (b.ref <= 0) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\n\t\tif (a.frame.height < b.frame.height) {\n\t\t\treturn -1;\n\t\t} else if (b.frame.height < a.frame.height) {\n\t\t\treturn +1;\n\t\t} else {\n\t\t\treturn a.frame.width - b.frame.width;\n\t\t}\n\t};\n}\n"]}
1
+ {"version":3,"file":"dynamic-atlas.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/util/dynamic-atlas.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, MIPMAP_MODES, Texture } from \"pixi.js\";\nimport { DynamicAtlasItem } from \"./dynamic-atlas-item\";\nimport { DynamicAtlasItemEmpty } from \"./dynamic-atlas-item-empty\";\nimport { DynamicAtlasItemWhite } from \"./dynamic-atlas-item-white\";\n\nconst MAXIMUM_TEXTURE_SIZE = 4096;\n\nexport class DynamicAtlas {\n\tprotected static INSTANCE: DynamicAtlas | null;\n\n\tprotected _canvas: HTMLCanvasElement;\n\tprotected _sortedData: DynamicAtlasItem[];\n\tprotected _idToDatum: Record<string, DynamicAtlasItem>;\n\tprotected _baseTexture: BaseTexture;\n\tprotected _isDirty: boolean;\n\tprotected _predefined: Record<string, DynamicAtlasItem>;\n\n\tconstructor(resolution: number) {\n\t\tconst canvas = (this._canvas = document.createElement(\"canvas\"));\n\t\tcanvas.width = canvas.height = 256;\n\n\t\tconst baseTexture = (this._baseTexture = BaseTexture.from(canvas, {\n\t\t\tmipmap: MIPMAP_MODES.OFF,\n\t\t\tresolution\n\t\t}));\n\n\t\tthis._idToDatum = {};\n\t\tthis._sortedData = [];\n\t\tthis._predefined = {\n\t\t\tempty: new DynamicAtlasItemEmpty(\"empty\", 10, 10, 0, baseTexture),\n\t\t\twhite: new DynamicAtlasItemWhite(\"white\", 10, 10, 0, baseTexture)\n\t\t};\n\n\t\tthis._isDirty = true;\n\t}\n\n\tupdateFrames(width: number, data: DynamicAtlasItem[]): number {\n\t\tconst padding = 4;\n\t\tlet x = padding;\n\t\tlet y = padding;\n\t\tlet maxRowHeight = 0;\n\t\tfor (let i = 0, imax = data.length; i < imax; ++i) {\n\t\t\tconst datum = data[i];\n\t\t\tif (width < x + datum.frame.width + padding) {\n\t\t\t\tx = padding;\n\t\t\t\ty += maxRowHeight + padding;\n\t\t\t\tmaxRowHeight = 0;\n\t\t\t}\n\t\t\tdatum.frame.x = x | 0;\n\t\t\tdatum.frame.y = y | 0;\n\t\t\tx += datum.frame.width + padding;\n\t\t\tmaxRowHeight = Math.max(maxRowHeight, datum.frame.height);\n\t\t}\n\n\t\tconst minHeight = y + maxRowHeight + padding;\n\t\tlet result = 256;\n\t\twhile (result < minHeight) {\n\t\t\tresult <<= 1;\n\t\t}\n\t\treturn Math.min(MAXIMUM_TEXTURE_SIZE, result);\n\t}\n\n\trenderFrames(width: number, height: number, data: DynamicAtlasItem[]): void {\n\t\tconst canvas = this._canvas;\n\t\tcanvas.width = width;\n\t\tcanvas.height = height;\n\t\tconst context = canvas.getContext(\"2d\");\n\t\tif (context != null) {\n\t\t\tfor (let i = 0, imax = data.length; i < imax; ++i) {\n\t\t\t\tconst datum = data[i];\n\t\t\t\tdatum.render(context);\n\t\t\t}\n\t\t}\n\t}\n\n\tapplyFrames(data: DynamicAtlasItem[]): void {\n\t\tfor (let i = 0, imax = data.length; i < imax; ++i) {\n\t\t\tconst datum = data[i];\n\t\t\tdatum.applyFrame();\n\t\t}\n\t}\n\n\tcalcCanvasWidth(data: DynamicAtlasItem[]): number {\n\t\tlet result = 128;\n\t\tfor (let i = data.length - 1; 0 <= i; --i) {\n\t\t\tconst datum = data[i];\n\t\t\tconst size = Math.max(datum.frame.width, datum.frame.height);\n\t\t\twhile (result < size) {\n\t\t\t\tresult <<= 1;\n\t\t\t}\n\t\t}\n\t\treturn Math.min(MAXIMUM_TEXTURE_SIZE, result << 1);\n\t}\n\n\tcleanup(data: DynamicAtlasItem[]): void {\n\t\tdata.sort(DynamicAtlas.ITEM_COMPARATOR);\n\t\tfor (let i = data.length - 1; 0 <= i; --i) {\n\t\t\tconst datum = data[i];\n\t\t\tif (0 < datum.ref) {\n\t\t\t\tdata.length = i + 1;\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tdata.length = 0;\n\t}\n\n\tbegin(): void {\n\t\tconst data = this._sortedData;\n\t\tfor (let i = 0, imax = data.length; i < imax; ++i) {\n\t\t\tconst datum = data[i];\n\t\t\tdatum.ref = 0;\n\t\t}\n\n\t\tthis._isDirty = false;\n\t}\n\n\tend(): void {\n\t\tconst idToDatum = this._idToDatum;\n\t\tconst data = this._sortedData;\n\t\tfor (let i = 0, imax = data.length; i < imax; ++i) {\n\t\t\tconst datum = data[i];\n\t\t\tif (datum.ref <= 0) {\n\t\t\t\tif (!(datum.id in this._predefined)) {\n\t\t\t\t\tdatum.destroy();\n\t\t\t\t}\n\t\t\t\tdelete idToDatum[datum.id];\n\t\t\t\tthis._isDirty = true;\n\t\t\t}\n\t\t}\n\t}\n\n\trepack(forcibly?: boolean): void {\n\t\tif (forcibly === true || this._isDirty) {\n\t\t\tthis._isDirty = false;\n\t\t\tconst data = this._sortedData;\n\t\t\tthis.cleanup(data);\n\t\t\tconst canvasWidth = this.calcCanvasWidth(data);\n\t\t\tconst canvasHeight = this.updateFrames(canvasWidth, data);\n\t\t\tthis.renderFrames(canvasWidth, canvasHeight, data);\n\t\t\tthis._baseTexture.setRealSize(canvasWidth, canvasHeight);\n\t\t\tthis.applyFrames(data);\n\t\t}\n\t}\n\n\tget(id: string): DynamicAtlasItem | null {\n\t\tconst idToDatum = this._idToDatum;\n\t\tconst datum = idToDatum[id];\n\t\tif (datum != null) {\n\t\t\tdatum.ref += 1;\n\t\t\treturn datum;\n\t\t} else {\n\t\t\tconst predefined = this._predefined[id];\n\t\t\tif (predefined != null) {\n\t\t\t\tthis.set(id, predefined);\n\t\t\t\treturn predefined;\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}\n\n\tset(id: string, item: DynamicAtlasItem): DynamicAtlasItem | undefined {\n\t\tconst result = this._idToDatum[id];\n\t\titem.ref += 1;\n\t\tthis._idToDatum[id] = item;\n\t\tthis._sortedData.push(item);\n\t\tthis._isDirty = true;\n\t\treturn result;\n\t}\n\n\ttoDirty(): void {\n\t\tthis._isDirty = true;\n\t}\n\n\tgetDefaultTexture(): Texture {\n\t\treturn this.get(\"white\")!.texture;\n\t}\n\n\tgetBaseTexture(): BaseTexture {\n\t\treturn this._baseTexture;\n\t}\n\n\trelease(id: string): void {\n\t\tconst idToDatum = this._idToDatum;\n\t\tconst datum = idToDatum[id];\n\t\tif (datum != null) {\n\t\t\tdatum.ref -= 1;\n\t\t\tif (datum.ref <= 0) {\n\t\t\t\tif (!(datum.id in this._predefined)) {\n\t\t\t\t\tdatum.destroy();\n\t\t\t\t}\n\t\t\t\tdelete idToDatum[id];\n\t\t\t\tthis._isDirty = true;\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic ITEM_COMPARATOR = (a: DynamicAtlasItem, b: DynamicAtlasItem): number => {\n\t\tif (a.ref <= 0) {\n\t\t\tif (b.ref <= 0) {\n\t\t\t\treturn 0;\n\t\t\t} else {\n\t\t\t\treturn +1;\n\t\t\t}\n\t\t} else {\n\t\t\tif (b.ref <= 0) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\n\t\tif (a.frame.height < b.frame.height) {\n\t\t\treturn -1;\n\t\t} else if (b.frame.height < a.frame.height) {\n\t\t\treturn +1;\n\t\t} else {\n\t\t\treturn a.frame.width - b.frame.width;\n\t\t}\n\t};\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"dynamic-font-atlas-characters.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/util/dynamic-font-atlas-characters.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DynamicFontAtlasCharacter } from \"./dynamic-font-atlas-character\";\n\nexport interface DynamicFontAtlasCharacters {\n\t[character: string]: DynamicFontAtlasCharacter;\n}\n"]}
1
+ {"version":3,"file":"dynamic-font-atlas-characters.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/util/dynamic-font-atlas-characters.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DynamicFontAtlasCharacter } from \"./dynamic-font-atlas-character\";\n\nexport type DynamicFontAtlasCharacters = Record<string, DynamicFontAtlasCharacter>;\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"dynamic-sdf-font-atlases.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/util/dynamic-sdf-font-atlases.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DynamicAtlas } from \"./dynamic-atlas\";\nimport { DynamicAtlasItemFontAtlas } from \"./dynamic-atlas-item-font-atlas\";\nimport { DynamicSDFFontAtlas } from \"./dynamic-sdf-font-atlas\";\n\nexport class DynamicSDFFontAtlases {\n\tprotected _atlases: { [family: string]: DynamicSDFFontAtlas };\n\n\tconstructor() {\n\t\tthis._atlases = {};\n\t}\n\n\tbegin(): void {\n\t\tconst atlases = this._atlases;\n\t\tfor (const family in atlases) {\n\t\t\tconst atlas = atlases[family];\n\t\t\tatlas.begin();\n\t\t}\n\t}\n\n\tend(): void {\n\t\tconst atlases = this._atlases;\n\t\tfor (const family in atlases) {\n\t\t\tconst atlas = atlases[family];\n\t\t\tif (0 < atlas.length) {\n\t\t\t\tatlas.addAscii();\n\t\t\t}\n\t\t\tatlas.end();\n\t\t\tif (atlas.length <= 0) {\n\t\t\t\tatlas.destroy();\n\t\t\t\tdelete atlases[family];\n\t\t\t}\n\t\t}\n\t}\n\n\tadd(family: string, targets: string): void {\n\t\tconst atlas = this._atlases[family];\n\t\tif (atlas != null) {\n\t\t\tatlas.add(targets);\n\t\t} else {\n\t\t\tconst newAtlas = new DynamicSDFFontAtlas(family);\n\t\t\tnewAtlas.add(targets);\n\t\t\tthis._atlases[family] = newAtlas;\n\t\t}\n\t}\n\n\tget(family: string): DynamicSDFFontAtlas | null {\n\t\tconst atlas = this._atlases[family];\n\t\tif (atlas != null) {\n\t\t\treturn atlas;\n\t\t}\n\t\treturn null;\n\t}\n\n\tupdate(baseAtlas: DynamicAtlas): void {\n\t\tconst atlases = this._atlases;\n\t\tconst baseTexture = baseAtlas.getBaseTexture();\n\t\tfor (const family in atlases) {\n\t\t\tconst atlas = atlases[family];\n\t\t\tif (atlas.update()) {\n\t\t\t\tconst atlasId = atlas.id;\n\t\t\t\tconst item = baseAtlas.get(atlasId);\n\t\t\t\tif (item != null) {\n\t\t\t\t\tconst width = atlas.width;\n\t\t\t\t\tconst height = atlas.height;\n\t\t\t\t\tconst resolution = baseTexture.resolution;\n\t\t\t\t\titem.frame.width = width;\n\t\t\t\t\titem.frame.height = height;\n\t\t\t\t\titem.width = width / resolution;\n\t\t\t\t\titem.height = height / resolution;\n\t\t\t\t\tbaseAtlas.toDirty();\n\t\t\t\t} else {\n\t\t\t\t\tbaseAtlas.set(atlasId, new DynamicAtlasItemFontAtlas(atlas, baseTexture));\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\tdestroy(): void {\n\t\tconst atlases = this._atlases;\n\t\tfor (const family in atlases) {\n\t\t\tconst atlas = atlases[family];\n\t\t\tatlas.destroy();\n\t\t}\n\t\tthis._atlases = {};\n\t}\n}\n"]}
1
+ {"version":3,"file":"dynamic-sdf-font-atlases.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/util/dynamic-sdf-font-atlases.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DynamicAtlas } from \"./dynamic-atlas\";\nimport { DynamicAtlasItemFontAtlas } from \"./dynamic-atlas-item-font-atlas\";\nimport { DynamicSDFFontAtlas } from \"./dynamic-sdf-font-atlas\";\n\nexport class DynamicSDFFontAtlases {\n\tprotected _atlases: Record<string, DynamicSDFFontAtlas>;\n\n\tconstructor() {\n\t\tthis._atlases = {};\n\t}\n\n\tbegin(): void {\n\t\tconst atlases = this._atlases;\n\t\tfor (const family in atlases) {\n\t\t\tconst atlas = atlases[family];\n\t\t\tatlas.begin();\n\t\t}\n\t}\n\n\tend(): void {\n\t\tconst atlases = this._atlases;\n\t\tfor (const family in atlases) {\n\t\t\tconst atlas = atlases[family];\n\t\t\tif (0 < atlas.length) {\n\t\t\t\tatlas.addAscii();\n\t\t\t}\n\t\t\tatlas.end();\n\t\t\tif (atlas.length <= 0) {\n\t\t\t\tatlas.destroy();\n\t\t\t\tdelete atlases[family];\n\t\t\t}\n\t\t}\n\t}\n\n\tadd(family: string, targets: string): void {\n\t\tconst atlas = this._atlases[family];\n\t\tif (atlas != null) {\n\t\t\tatlas.add(targets);\n\t\t} else {\n\t\t\tconst newAtlas = new DynamicSDFFontAtlas(family);\n\t\t\tnewAtlas.add(targets);\n\t\t\tthis._atlases[family] = newAtlas;\n\t\t}\n\t}\n\n\tget(family: string): DynamicSDFFontAtlas | null {\n\t\tconst atlas = this._atlases[family];\n\t\tif (atlas != null) {\n\t\t\treturn atlas;\n\t\t}\n\t\treturn null;\n\t}\n\n\tupdate(baseAtlas: DynamicAtlas): void {\n\t\tconst atlases = this._atlases;\n\t\tconst baseTexture = baseAtlas.getBaseTexture();\n\t\tfor (const family in atlases) {\n\t\t\tconst atlas = atlases[family];\n\t\t\tif (atlas.update()) {\n\t\t\t\tconst atlasId = atlas.id;\n\t\t\t\tconst item = baseAtlas.get(atlasId);\n\t\t\t\tif (item != null) {\n\t\t\t\t\tconst width = atlas.width;\n\t\t\t\t\tconst height = atlas.height;\n\t\t\t\t\tconst resolution = baseTexture.resolution;\n\t\t\t\t\titem.frame.width = width;\n\t\t\t\t\titem.frame.height = height;\n\t\t\t\t\titem.width = width / resolution;\n\t\t\t\t\titem.height = height / resolution;\n\t\t\t\t\tbaseAtlas.toDirty();\n\t\t\t\t} else {\n\t\t\t\t\tbaseAtlas.set(atlasId, new DynamicAtlasItemFontAtlas(atlas, baseTexture));\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\tdestroy(): void {\n\t\tconst atlases = this._atlases;\n\t\tfor (const family in atlases) {\n\t\t\tconst atlas = atlases[family];\n\t\t\tatlas.destroy();\n\t\t}\n\t\tthis._atlases = {};\n\t}\n}\n"]}
@@ -11,4 +11,4 @@ var FormatNoderd = /** @class */ (function () {
11
11
  return FormatNoderd;
12
12
  }());
13
13
  export { FormatNoderd };
14
- //# sourceMappingURL=format-noder-d.js.map
14
+ //# sourceMappingURL=format-node-rd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"format-noder-d.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/util/format-node/format-noder-d.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;IAAA;IAIA,CAAC;IAHA,6BAAM,GAAN,UAAO,MAAc,EAAE,IAAY,EAAE,IAAU;QAC9C,OAAO,KAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAG,CAAC;IAChC,CAAC;IACF,mBAAC;AAAD,CAAC,AAJD,IAIC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { FormatNode } from \"./format-node\";\n\nexport class FormatNoderd implements FormatNode {\n\tformat(target: number, step: number, date: Date): string {\n\t\treturn `${Math.round(target)}`;\n\t}\n}\n"]}
1
+ {"version":3,"file":"format-node-rd.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/util/format-node/format-node-rd.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;IAAA;IAIA,CAAC;IAHA,6BAAM,GAAN,UAAO,MAAc,EAAE,IAAY,EAAE,IAAU;QAC9C,OAAO,KAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAG,CAAC;IAChC,CAAC;IACF,mBAAC;AAAD,CAAC,AAJD,IAIC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { FormatNode } from \"./format-node\";\n\nexport class FormatNoderd implements FormatNode {\n\tformat(target: number, step: number, date: Date): string {\n\t\treturn `${Math.round(target)}`;\n\t}\n}\n"]}
@@ -0,0 +1,36 @@
1
+ /*
2
+ * Copyright (C) 2019 Toshiba Corporation
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ export * from "./format-node-a-large";
6
+ export * from "./format-node-a-small";
7
+ export * from "./format-node-d-large";
8
+ export * from "./format-node-d-small";
9
+ export * from "./format-node-e";
10
+ export * from "./format-node-f";
11
+ export * from "./format-node-fsi";
12
+ export * from "./format-node-g";
13
+ export * from "./format-node-h-large";
14
+ export * from "./format-node-h-small";
15
+ export * from "./format-node-m-large";
16
+ export * from "./format-node-m-small";
17
+ export * from "./format-node-mi";
18
+ export * from "./format-node-p-large";
19
+ export * from "./format-node-p-small";
20
+ export * from "./format-node-padding";
21
+ export * from "./format-node-parenthesis";
22
+ export * from "./format-node-plus";
23
+ export * from "./format-node-precision";
24
+ export * from "./format-node-rd";
25
+ export * from "./format-node-rp-large";
26
+ export * from "./format-node-rp-small";
27
+ export * from "./format-node-sdt";
28
+ export * from "./format-node-space";
29
+ export * from "./format-node-ssi";
30
+ export * from "./format-node-string";
31
+ export * from "./format-node-y-large";
32
+ export * from "./format-node-y-small";
33
+ export * from "./format-node-z";
34
+ export * from "./format-node";
35
+ export * from "./format-nodes";
36
+ //# sourceMappingURL=index.js.map