@wcardinal/wcardinal-ui 0.418.0 → 0.420.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 (121) hide show
  1. package/dist/types/wcardinal/ui/d-chart-axis-base-tick-container.d.ts +7 -7
  2. package/dist/types/wcardinal/ui/d-chart-axis-container-impl.d.ts +4 -4
  3. package/dist/types/wcardinal/ui/d-chart-axis-container.d.ts +2 -2
  4. package/dist/types/wcardinal/ui/d-chart-coordinate-base.d.ts +5 -5
  5. package/dist/types/wcardinal/ui/d-chart-coordinate-container-impl.d.ts +4 -4
  6. package/dist/types/wcardinal/ui/d-chart-coordinate-container.d.ts +2 -2
  7. package/dist/types/wcardinal/ui/{d-chart-plot-area-impl.d.ts → d-chart-plot-area-base.d.ts} +23 -20
  8. package/dist/types/wcardinal/ui/d-chart-plot-area-onefold.d.ts +41 -0
  9. package/dist/types/wcardinal/ui/d-chart-plot-area-twofold-axis-container.d.ts +24 -0
  10. package/dist/types/wcardinal/ui/d-chart-plot-area-twofold-coordinate-container-sub.d.ts +22 -0
  11. package/dist/types/wcardinal/ui/d-chart-plot-area-twofold-coordinate-container.d.ts +18 -0
  12. package/dist/types/wcardinal/ui/d-chart-plot-area-twofold-overflow-mask-primary.d.ts +5 -0
  13. package/dist/types/wcardinal/ui/d-chart-plot-area-twofold-overflow-mask-secondary.d.ts +5 -0
  14. package/dist/types/wcardinal/ui/d-chart-plot-area-twofold-series-container.d.ts +43 -0
  15. package/dist/types/wcardinal/ui/d-chart-plot-area-twofold-sub-base.d.ts +46 -0
  16. package/dist/types/wcardinal/ui/d-chart-plot-area-twofold-sub-primary.d.ts +11 -0
  17. package/dist/types/wcardinal/ui/d-chart-plot-area-twofold-sub-secondary.d.ts +11 -0
  18. package/dist/types/wcardinal/ui/d-chart-plot-area-twofold-sub.d.ts +22 -0
  19. package/dist/types/wcardinal/ui/d-chart-plot-area-twofold-view-target.d.ts +30 -0
  20. package/dist/types/wcardinal/ui/d-chart-plot-area-twofold.d.ts +46 -0
  21. package/dist/types/wcardinal/ui/d-chart-plot-area.d.ts +31 -7
  22. package/dist/types/wcardinal/ui/d-chart-selection-gridline-x.d.ts +0 -1
  23. package/dist/types/wcardinal/ui/d-chart-selection-gridline-y.d.ts +0 -1
  24. package/dist/types/wcardinal/ui/d-chart-series-container-impl.d.ts +5 -4
  25. package/dist/types/wcardinal/ui/d-chart-series-container.d.ts +2 -3
  26. package/dist/types/wcardinal/ui/d-chart.d.ts +5 -3
  27. package/dist/types/wcardinal/ui/index.d.ts +14 -1
  28. package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-chart-plot-area.d.ts +1 -0
  29. package/dist/types/wcardinal/ui/theme/white/d-theme-white-chart-plot-area.d.ts +1 -0
  30. package/dist/wcardinal/ui/d-chart-axis-base-bar.js +13 -8
  31. package/dist/wcardinal/ui/d-chart-axis-base-bar.js.map +1 -1
  32. package/dist/wcardinal/ui/d-chart-axis-base-guide-container.js +1 -0
  33. package/dist/wcardinal/ui/d-chart-axis-base-guide-container.js.map +1 -1
  34. package/dist/wcardinal/ui/d-chart-axis-base-tick-container.js +15 -14
  35. package/dist/wcardinal/ui/d-chart-axis-base-tick-container.js.map +1 -1
  36. package/dist/wcardinal/ui/d-chart-axis-base-tick-major-gridline.js +4 -6
  37. package/dist/wcardinal/ui/d-chart-axis-base-tick-major-gridline.js.map +1 -1
  38. package/dist/wcardinal/ui/d-chart-axis-base-tick-major.js +4 -6
  39. package/dist/wcardinal/ui/d-chart-axis-base-tick-major.js.map +1 -1
  40. package/dist/wcardinal/ui/d-chart-axis-base-tick-minor.js +4 -6
  41. package/dist/wcardinal/ui/d-chart-axis-base-tick-minor.js.map +1 -1
  42. package/dist/wcardinal/ui/d-chart-axis-container-impl.js +2 -3
  43. package/dist/wcardinal/ui/d-chart-axis-container-impl.js.map +1 -1
  44. package/dist/wcardinal/ui/d-chart-axis-container.js.map +1 -1
  45. package/dist/wcardinal/ui/d-chart-axis-guide-simple.js +9 -6
  46. package/dist/wcardinal/ui/d-chart-axis-guide-simple.js.map +1 -1
  47. package/dist/wcardinal/ui/d-chart-coordinate-base.js +2 -4
  48. package/dist/wcardinal/ui/d-chart-coordinate-base.js.map +1 -1
  49. package/dist/wcardinal/ui/d-chart-coordinate-container-impl.js.map +1 -1
  50. package/dist/wcardinal/ui/d-chart-coordinate-container.js.map +1 -1
  51. package/dist/wcardinal/ui/d-chart-plot-area-base.js +117 -0
  52. package/dist/wcardinal/ui/d-chart-plot-area-base.js.map +1 -0
  53. package/dist/wcardinal/ui/d-chart-plot-area-onefold.js +166 -0
  54. package/dist/wcardinal/ui/d-chart-plot-area-onefold.js.map +1 -0
  55. package/dist/wcardinal/ui/d-chart-plot-area-twofold-axis-container.js +129 -0
  56. package/dist/wcardinal/ui/d-chart-plot-area-twofold-axis-container.js.map +1 -0
  57. package/dist/wcardinal/ui/d-chart-plot-area-twofold-coordinate-container-sub.js +118 -0
  58. package/dist/wcardinal/ui/d-chart-plot-area-twofold-coordinate-container-sub.js.map +1 -0
  59. package/dist/wcardinal/ui/d-chart-plot-area-twofold-coordinate-container.js +53 -0
  60. package/dist/wcardinal/ui/d-chart-plot-area-twofold-coordinate-container.js.map +1 -0
  61. package/dist/wcardinal/ui/d-chart-plot-area-twofold-overflow-mask-primary.js +28 -0
  62. package/dist/wcardinal/ui/d-chart-plot-area-twofold-overflow-mask-primary.js.map +1 -0
  63. package/dist/wcardinal/ui/d-chart-plot-area-twofold-overflow-mask-secondary.js +28 -0
  64. package/dist/wcardinal/ui/d-chart-plot-area-twofold-overflow-mask-secondary.js.map +1 -0
  65. package/dist/wcardinal/ui/d-chart-plot-area-twofold-series-container.js +186 -0
  66. package/dist/wcardinal/ui/d-chart-plot-area-twofold-series-container.js.map +1 -0
  67. package/dist/wcardinal/ui/d-chart-plot-area-twofold-sub-base.js +109 -0
  68. package/dist/wcardinal/ui/d-chart-plot-area-twofold-sub-base.js.map +1 -0
  69. package/dist/wcardinal/ui/d-chart-plot-area-twofold-sub-primary.js +49 -0
  70. package/dist/wcardinal/ui/d-chart-plot-area-twofold-sub-primary.js.map +1 -0
  71. package/dist/wcardinal/ui/d-chart-plot-area-twofold-sub-secondary.js +50 -0
  72. package/dist/wcardinal/ui/d-chart-plot-area-twofold-sub-secondary.js.map +1 -0
  73. package/dist/wcardinal/ui/d-chart-plot-area-twofold-sub.js +6 -0
  74. package/dist/wcardinal/ui/d-chart-plot-area-twofold-sub.js.map +1 -0
  75. package/dist/wcardinal/ui/d-chart-plot-area-twofold-view-target.js +81 -0
  76. package/dist/wcardinal/ui/d-chart-plot-area-twofold-view-target.js.map +1 -0
  77. package/dist/wcardinal/ui/d-chart-plot-area-twofold.js +204 -0
  78. package/dist/wcardinal/ui/d-chart-plot-area-twofold.js.map +1 -0
  79. package/dist/wcardinal/ui/d-chart-plot-area.js.map +1 -1
  80. package/dist/wcardinal/ui/d-chart-selection-gridline-x.js +4 -8
  81. package/dist/wcardinal/ui/d-chart-selection-gridline-x.js.map +1 -1
  82. package/dist/wcardinal/ui/d-chart-selection-gridline-y.js +4 -8
  83. package/dist/wcardinal/ui/d-chart-selection-gridline-y.js.map +1 -1
  84. package/dist/wcardinal/ui/d-chart-selection-marker.js +5 -2
  85. package/dist/wcardinal/ui/d-chart-selection-marker.js.map +1 -1
  86. package/dist/wcardinal/ui/d-chart-series-container-impl.js +4 -2
  87. package/dist/wcardinal/ui/d-chart-series-container-impl.js.map +1 -1
  88. package/dist/wcardinal/ui/d-chart-series-container.js.map +1 -1
  89. package/dist/wcardinal/ui/d-chart-series-linear.js +1 -1
  90. package/dist/wcardinal/ui/d-chart-series-linear.js.map +1 -1
  91. package/dist/wcardinal/ui/d-chart.js +19 -14
  92. package/dist/wcardinal/ui/d-chart.js.map +1 -1
  93. package/dist/wcardinal/ui/index.js +14 -1
  94. package/dist/wcardinal/ui/index.js.map +1 -1
  95. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-plot-area.js +3 -0
  96. package/dist/wcardinal/ui/theme/dark/d-theme-dark-chart-plot-area.js.map +1 -1
  97. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-plot-area.js +3 -0
  98. package/dist/wcardinal/ui/theme/white/d-theme-white-chart-plot-area.js.map +1 -1
  99. package/dist/wcardinal-ui-theme-dark-en-us.js +4 -1
  100. package/dist/wcardinal-ui-theme-dark-en-us.min.js +2 -2
  101. package/dist/wcardinal-ui-theme-dark-en-us.min.js.map +1 -1
  102. package/dist/wcardinal-ui-theme-dark-ja-jp.js +4 -1
  103. package/dist/wcardinal-ui-theme-dark-ja-jp.min.js +2 -2
  104. package/dist/wcardinal-ui-theme-dark-ja-jp.min.js.map +1 -1
  105. package/dist/wcardinal-ui-theme-dark.js +4 -1
  106. package/dist/wcardinal-ui-theme-dark.min.js +2 -2
  107. package/dist/wcardinal-ui-theme-white-en-us.js +4 -1
  108. package/dist/wcardinal-ui-theme-white-en-us.min.js +2 -2
  109. package/dist/wcardinal-ui-theme-white-en-us.min.js.map +1 -1
  110. package/dist/wcardinal-ui-theme-white-ja-jp.js +4 -1
  111. package/dist/wcardinal-ui-theme-white-ja-jp.min.js +2 -2
  112. package/dist/wcardinal-ui-theme-white-ja-jp.min.js.map +1 -1
  113. package/dist/wcardinal-ui-theme-white.js +4 -1
  114. package/dist/wcardinal-ui-theme-white.min.js +2 -2
  115. package/dist/wcardinal-ui.cjs.js +1276 -222
  116. package/dist/wcardinal-ui.js +1270 -222
  117. package/dist/wcardinal-ui.min.js +2 -2
  118. package/dist/wcardinal-ui.min.js.map +1 -1
  119. package/package.json +1 -1
  120. package/dist/wcardinal/ui/d-chart-plot-area-impl.js +0 -237
  121. package/dist/wcardinal/ui/d-chart-plot-area-impl.js.map +0 -1
@@ -1,10 +1,10 @@
1
1
  /*
2
- Winter Cardinal UI v0.418.0
2
+ Winter Cardinal UI v0.420.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
6
6
  Material Design icons by Google
7
7
  Apache license version 2.0.
8
8
  */
9
- !function(n){"use strict";var t=new(0,wcardinal.ui.UtilSvgAtlasBuilder)({width:1024,scaling:n.SCALE_MODES.LINEAR,mipmap:n.MIPMAP_MODES.OFF}),e=function(){function n(){this.t={}}return n.prototype.get=function(t){var e=this.t[t];if(null!=e)return e;var r=n.u[t];if(null!=r)return this.t[t]=new r;throw new Error("No theme for the type '".concat(t,"'"))},n.prototype.set=function(n,t){return this.t[n]=t,this},n.prototype.getClass=function(t){var e=n.u[t];if(null!=e)return e;throw new Error("No theme for the type '".concat(t,"'"))},n.prototype.setClass=function(t,e){return n.u[t]=e,this},n.prototype.getAtlas=function(){return t},n.set=function(n,t){this.u[n]=t},n.u={},n}(),r=function(n,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,t){n.__proto__=t}||function(n,t){for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&(n[e]=t[e])})(n,t)};function u(n,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function e(){this.constructor=n}r(n,t),n.prototype=null===t?Object.create(t):(e.prototype=t.prototype,new e)}"function"==typeof SuppressedError&&SuppressedError;const i=wcardinal.ui.DBaseInteractive,o=wcardinal.ui.DBorderMask,c=wcardinal.ui.DCornerMask,f=wcardinal.ui.DLayoutClearType,l=wcardinal.ui.DShadowImpl,h=wcardinal.ui.UtilRgb;var a=function(){function n(){}return n.COLOR=4473924,n.ACTIVE_COLOR=16777215,n.BORDER_COLOR=15066597,n.BACKGROUND_COLOR=15921906,n.BACKGROUND_COLOR_ON_BOARD=16777215,n.HIGHLIGHT_COLOR=3381759,n.HIGHLIGHT_ALPHA=.2,n.HIGHLIGHT_BLENDED=h.blend(n.BACKGROUND_COLOR,n.HIGHLIGHT_COLOR,n.HIGHLIGHT_ALPHA),n.HIGHLIGHT_BLENDED_ON_BOARD=h.blend(n.BACKGROUND_COLOR_ON_BOARD,n.HIGHLIGHT_COLOR,n.HIGHLIGHT_ALPHA),n.WEAK_HIGHLIGHT_COLOR=13421772,n.WEAK_HIGHLIGHT_ALPHA=.2,n.WEAK_HIGHLIGHT_BLENDED=h.blend(n.BACKGROUND_COLOR,n.WEAK_HIGHLIGHT_COLOR,n.WEAK_HIGHLIGHT_ALPHA),n.WEAK_HIGHLIGHT_BLENDED_ON_BOARD=h.blend(n.BACKGROUND_COLOR_ON_BOARD,n.WEAK_HIGHLIGHT_COLOR,n.WEAK_HIGHLIGHT_ALPHA),n.INVALID_COLOR=16755370,n.INVALID_ALPHA=.2,n.INVALID_BLENDED=h.blend(n.BACKGROUND_COLOR,n.INVALID_COLOR,n.INVALID_ALPHA),n.INVALID_BLENDED_ON_BOARD=h.blend(n.BACKGROUND_COLOR_ON_BOARD,n.INVALID_COLOR,n.INVALID_ALPHA),n}(),s=function(){function n(){}return n.prototype.getFontFamilly=function(){return'"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","BIZ UDPGothic","Arial","Yu Gothic UI","Meiryo UI",sans-serif'},n.prototype.getFontSize=function(){return 14},n.prototype.getColor=function(n){return a.COLOR},n.prototype.getFontWeight=function(){return"normal"},n.prototype.getFontStyle=function(){return"normal"},n.prototype.getFontVariant=function(){return"normal"},n.prototype.getAlpha=function(n){return n.inDisabled?.5:1},n.prototype.getLineHeight=function(){return 30},n}(),d=function(n,e,r){var u=2*e;t.add(n,u,u,"<g><defs>"+'<radialGradient id="'.concat(n,'_filter">')+'<stop offset="0%" stop-color="black" stop-opacity="'.concat(.368*r,'" />')+'<stop offset="30%" stop-color="black" stop-opacity="'.concat(.368*r,'" />')+'<stop offset="37%" stop-color="black" stop-opacity="'.concat(.368*r,'" />')+'<stop offset="44%" stop-color="black" stop-opacity="'.concat(.368*r,'" />')+'<stop offset="51%" stop-color="black" stop-opacity="'.concat(.223*r,'" />')+'<stop offset="58%" stop-color="black" stop-opacity="'.concat(.135*r,'" />')+'<stop offset="65%" stop-color="black" stop-opacity="'.concat(.082*r,'" />')+'<stop offset="72%" stop-color="black" stop-opacity="'.concat(.05*r,'" />')+'<stop offset="79%" stop-color="black" stop-opacity="'.concat(.03*r,'" />')+'<stop offset="86%" stop-color="black" stop-opacity="'.concat(.018*r,'" />')+'<stop offset="93%" stop-color="black" stop-opacity="'.concat(.011*r,'" />')+'<stop offset="100%" stop-color="black" stop-opacity="0" /></radialGradient></defs>'+'<rect x="0" y="0" width="'.concat(u,'" height="').concat(u,'" fill="url(#').concat(n,'_filter)"/>')+"</g>")};d("shadow_weak",24,.3),d("shadow",48,.3),t.add("background",16,16,'<g><defs><radialGradient id="234sfdhjfpijsrnsedsd435jseflkm"><stop offset="25%" stop-color="white" stop-opacity="1" /><stop offset="75%" stop-color="white" stop-opacity="0.25" /></radialGradient></defs><rect x="0" y="0" width="16" height="16" fill="url(#234sfdhjfpijsrnsedsd435jseflkm)"/></g>');var m=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getX=function(){return 0},e.prototype.getY=function(){return 0},e.prototype.getHeight=function(){return 100},e.prototype.getWidth=function(){return 100},e.prototype.getBackgroundColor=function(n){return null},e.prototype.getBackgroundAlpha=function(n){return 1},e.prototype.getBackgroundTexture=function(){return t.mappings.background},e.prototype.getBorderColor=function(n){return null},e.prototype.getBorderAlpha=function(n){return 1},e.prototype.getBorderWidth=function(n){return 1},e.prototype.getBorderAlign=function(n){return 0},e.prototype.getBorderMask=function(n){return o.NONE},e.prototype.getBorderTexture=function(){return t.mappings.background},e.prototype.getPaddingLeft=function(){return 0},e.prototype.getPaddingRight=function(){return 0},e.prototype.getPaddingTop=function(){return 0},e.prototype.getPaddingBottom=function(){return 0},e.prototype.getCornerRadius=function(){return 3},e.prototype.getCornerMask=function(){return c.NONE},e.prototype.getOutlineColor=function(n){return a.HIGHLIGHT_COLOR},e.prototype.getOutlineAlpha=function(n){return n.isFocused?1:0},e.prototype.getOutlineWidth=function(n){return 1},e.prototype.getOutlineOffset=function(n){return 0},e.prototype.getOutlineAlign=function(n){return 0},e.prototype.getOutlineMask=function(n){return o.NONE},e.prototype.getClearType=function(){return f.NONE},e.prototype.getShadow=function(){return null},e.prototype.getInteractive=function(){return i.SELF},e.prototype.newState=function(n){},e.prototype.getTitle=function(){return""},e.prototype.getWeight=function(){return-1},e.prototype.newShadow=function(){return new l(t.mappings.shadow,48,48,0,4.8)},e.prototype.newShadowWeak=function(){return new l(t.mappings.shadow_weak,24,24,0,2.4)},e.prototype.getCursor=function(n){return""},e}(s),D=function(){e.set("DBase",m)},p=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(){return a.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return null},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.getPaddingLeft=function(){return 16},t.prototype.getPaddingTop=function(){return 16},t.prototype.getPaddingRight=function(){return 16},t.prototype.getPaddingBottom=function(){return 16},t.prototype.getInteractive=function(){return i.BOTH},t}(m),T=function(){e.set("DBoard",p)};const g=wcardinal.ui.DAlignHorizontal,W=wcardinal.ui.DButtonBaseWhen,b=wcardinal.ui.DAlignVertical,w=wcardinal.ui.DAlignWith,k=wcardinal.ui.DDynamicTextStyleWordWrap,I=wcardinal.ui.toString;var y=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignVertical=function(){return b.MIDDLE},t.prototype.getTextAlignHorizontal=function(){return g.LEFT},t.prototype.isOverflowMaskEnabled=function(){return!1},t.prototype.getTextStyleClipping=function(){return!0},t.prototype.getTextStyleFitting=function(){return!1},t.prototype.getTextStyleWordWrap=function(){return k.NONE},t.prototype.getTextFormatter=function(){return I},t.prototype.getTextValue=function(n){},t.prototype.newTextValue=function(){},t}(m),C=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageAlignHorizontal=function(){return g.LEFT},t.prototype.getImageAlignVertical=function(){return b.MIDDLE},t.prototype.getImageAlignWith=function(){return w.TEXT},t.prototype.getImageMarginHorizontal=function(){return 5},t.prototype.getImageMarginVertial=function(){return 5},t.prototype.getImageTintColor=function(n){return this.getColor(n)},t.prototype.getImageTintAlpha=function(n){return this.getAlpha(n)},t.prototype.getImageRotation=function(n){return 0},t.prototype.getImageSource=function(n){return null},t.prototype.getSecondaryImageAlignHorizontal=function(){return this.getImageAlignHorizontal()},t.prototype.getSecondaryImageAlignVertical=function(){return this.getImageAlignVertical()},t.prototype.getSecondaryImageAlignWith=function(){return this.getImageAlignWith()},t.prototype.getSecondaryImageMarginHorizontal=function(){return this.getImageMarginHorizontal()},t.prototype.getSecondaryImageMarginVertial=function(){return this.getImageMarginVertial()},t.prototype.getSecondaryImageTintColor=function(n){return this.getImageTintColor(n)},t.prototype.getSecondaryImageTintAlpha=function(n){return this.getImageTintAlpha(n)},t.prototype.getSecondaryImageRotation=function(n){return this.getImageRotation(n)},t.prototype.getTertiaryImageAlignHorizontal=function(){return this.getImageAlignHorizontal()},t.prototype.getTertiaryImageAlignVertical=function(){return this.getImageAlignVertical()},t.prototype.getTertiaryImageAlignWith=function(){return this.getImageAlignWith()},t.prototype.getTertiaryImageMarginHorizontal=function(){return this.getImageMarginHorizontal()},t.prototype.getTertiaryImageMarginVertial=function(){return this.getImageMarginVertial()},t.prototype.getTertiaryImageTintColor=function(n){return this.getImageTintColor(n)},t.prototype.getTertiaryImageTintAlpha=function(n){return this.getImageTintAlpha(n)},t.prototype.getTertiaryImageRotation=function(n){return this.getImageRotation(n)},t}(y),v=function(n){function t(t,e,r){void 0===t&&(t=16777215),void 0===e&&(e=.017),void 0===r&&(r=.034);var u=n.call(this)||this;return u.BACKGROUND_COLOR=t,u.BACKGROUND_COLOR_HOVERED=h.darken(t,e),u.BACKGROUND_COLOR_PRESSED=h.darken(t,r),u.OUTLINE_COLOR=h.brighten(t,.75),u}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:n.isActive?a.HIGHLIGHT_COLOR:n.isPressed?this.BACKGROUND_COLOR_PRESSED:n.isHovered?this.BACKGROUND_COLOR_HOVERED:this.BACKGROUND_COLOR},t.prototype.getColor=function(t){return t.inDisabled||!t.isActive?n.prototype.getColor.call(this,t):a.ACTIVE_COLOR},t.prototype.getBorderColor=function(n){return n.inDisabled||!n.isActive?a.BORDER_COLOR:null},t.prototype.getOutlineColor=function(n){return n.isActive?this.getOutlineColorActive(n):this.getOutlineColorNonActive(n)},t.prototype.getOutlineColorActive=function(n){return this.OUTLINE_COLOR},t.prototype.getOutlineColorNonActive=function(t){return n.prototype.getOutlineColor.call(this,t)},t.prototype.getOutlineOffset=function(n){return n.isActive?this.getOutlineOffsetActive(n):this.getOutlineOffsetNonActive(n)},t.prototype.getOutlineOffsetActive=function(n){return-1},t.prototype.getOutlineOffsetNonActive=function(t){return n.prototype.getOutlineOffset.call(this,t)},t.prototype.getHeight=function(){return 30},t.prototype.getWidth=function(){return 100},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.isToggle=function(){return!1},t.prototype.getWhen=function(){return W.CLICKED},t.prototype.getCursor=function(n){return n.isActionable?"pointer":""},t}(C),B=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.isActive?a.HIGHLIGHT_COLOR:a.WEAK_HIGHLIGHT_COLOR},t.prototype.getBackgroundAlpha=function(n){if(n.inEnabled){if(n.isActive)return 1;if(n.isPressed)return 2*a.WEAK_HIGHLIGHT_ALPHA;if(n.isHovered)return a.WEAK_HIGHLIGHT_ALPHA}return 0},t.prototype.getBorderColor=function(n){return null},t}(v),x=function(){e.set("DButtonAmbient",B)};t.add("button_check_mark_on",21,21,'<g transform="scale(0.875,0.875)"><path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" fill="#fff" /></g>'),t.add("button_check_mark_off",21,21,'<g transform="scale(0.875,0.875)"><path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#fff" /></g>');var S=function(){function n(){}return n.getImageTintColor=function(n){return n.inDisabled||n.inReadOnly||!n.isActive?a.WEAK_HIGHLIGHT_COLOR:a.HIGHLIGHT_COLOR},n.getImageSource=function(n){return n.isActive?t.mappings.button_check_mark_on:t.mappings.button_check_mark_off},n}();t.add("button_check_mark_on",21,21,'<g transform="scale(0.875,0.875)"><path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" fill="#fff" /></g>'),t.add("button_check_mark_off",21,21,'<g transform="scale(0.875,0.875)"><path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#fff" /></g>');var M=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return a.WEAK_HIGHLIGHT_COLOR},t.prototype.getColor=function(n){return a.COLOR},t.prototype.getBackgroundAlpha=function(n){return n.inEnabled&&n.isHovered?a.WEAK_HIGHLIGHT_ALPHA:0},t.prototype.getOutlineColor=function(n){return this.getOutlineColorNonActive(n)},t.prototype.getOutlineOffset=function(n){return this.getOutlineOffsetNonActive(n)},t.prototype.getImageTintColor=function(n){return S.getImageTintColor(n)},t.prototype.isToggle=function(){return!0},t.prototype.getImageSource=function(n){return S.getImageSource(n)},t}(B),_=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageAlignWith=function(){return w.PADDING},t.prototype.getImageAlignHorizontal=function(){return g.RIGHT},t.prototype.getImageMarginHorizontal=function(){return 0},t.prototype.getTextAlignHorizontal=function(){return g.LEFT},t}(M),J=function(){e.set("DButtonCheckRight",_)},L=function(){e.set("DButtonCheck",M)},E=function(n){function t(){return n.call(this,16733542,.1,.2)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:n.isPressed||n.isActive?this.BACKGROUND_COLOR_PRESSED:n.isHovered?this.BACKGROUND_COLOR_HOVERED:this.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return n.inDisabled?a.BORDER_COLOR:null},t.prototype.getOutlineColor=function(n){return this.getOutlineColorActive(n)},t.prototype.getOutlineOffset=function(n){return this.getOutlineOffsetActive(n)},t.prototype.getColor=function(t){return t.inDisabled?n.prototype.getColor.call(this,t):a.ACTIVE_COLOR},t}(v),P=function(){e.set("DButtonDanger",E)},F=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(v),N=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(F),A=function(){e.set("DButtonFile",N)},H=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(B),R=function(){e.set("DButtonLink",H)},z=function(n){function t(){return n.call(this,a.HIGHLIGHT_COLOR,.1,.2)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:n.isPressed||n.isActive?this.BACKGROUND_COLOR_PRESSED:n.isHovered?this.BACKGROUND_COLOR_HOVERED:this.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return n.inDisabled?a.BORDER_COLOR:null},t.prototype.getOutlineColor=function(n){return this.getOutlineColorActive(n)},t.prototype.getOutlineOffset=function(n){return this.getOutlineOffsetActive(n)},t.prototype.getColor=function(t){return t.inDisabled?n.prototype.getColor.call(this,t):a.ACTIVE_COLOR},t}(v),G=function(){e.set("DButtonPrimary",z)};t.add("button_radio_mark_on",21,21,'<g transform="scale(0.875,0.875)"><path d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" fill="#fff" /></g>'),t.add("button_radio_mark_off",21,21,'<g transform="scale(0.875,0.875)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" fill="#fff" /></g>');var V=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getBackgroundColor=function(n){return a.WEAK_HIGHLIGHT_COLOR},e.prototype.getColor=function(n){return a.COLOR},e.prototype.getBackgroundAlpha=function(n){return n.inEnabled&&n.isHovered?a.WEAK_HIGHLIGHT_ALPHA:0},e.prototype.getOutlineColor=function(n){return this.getOutlineColorNonActive(n)},e.prototype.getOutlineOffset=function(n){return this.getOutlineOffsetNonActive(n)},e.prototype.getImageTintColor=function(n){return n.inDisabled||!n.isActive?a.WEAK_HIGHLIGHT_COLOR:a.HIGHLIGHT_COLOR},e.prototype.isToggle=function(){return!0},e.prototype.getImageSource=function(n){return n.isActive?t.mappings.button_radio_mark_on:t.mappings.button_radio_mark_off},e}(B),O=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageAlignWith=function(){return w.PADDING},t.prototype.getImageAlignHorizontal=function(){return g.RIGHT},t.prototype.getImageMarginHorizontal=function(){return 0},t.prototype.getTextAlignHorizontal=function(){return g.LEFT},t}(V),q=function(){e.set("DButtonRadioRight",O)},j=function(){e.set("DButtonRadio",V)},X=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(v),Y=function(){e.set("DButtonSecondary",X)},U=function(){e.set("DButton",F)},K=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(){return 16777215},t.prototype.getBorderColor=function(n){return null},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.getInteractive=function(){return i.BOTH},t}(m),Z=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBorderColor=function(n){return null},t.prototype.getPaddingLeft=function(){return 32},t.prototype.getPaddingTop=function(){return 32},t.prototype.getPaddingRight=function(){return 32},t.prototype.getPaddingBottom=function(){return 32},t.prototype.isOverflowMaskEnabled=function(){return!1},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.getCornerMask=function(){return c.ALL},t}(m),Q=function(){e.set("DCanvasContainer",Z),e.set("DCanvas",K)},$=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return 80},t.prototype.getPaddingRight=function(){return 10},t.prototype.getPaddingTop=function(){return 10},t.prototype.getPaddingBottom=function(){return 70},t.prototype.getBorderColor=function(n){return null},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t.prototype.isOverflowMaskEnabled=function(){return!0},t}(m);const nn=wcardinal.ui.DChartAxisPosition,tn=wcardinal.ui.DChartAxisTickPosition,en=wcardinal.ui.EShapeTextAlignHorizontal,rn=wcardinal.ui.EShapeTextAlignVertical,un=wcardinal.ui.EShapeTextDirection;var on=function(){function n(){}return n.prototype.getPosition=function(){return nn.BOTTOM},n.prototype.getPadding=function(){return 90},n.prototype.getLabelAlignHorizontal=function(n){switch(n){case nn.TOP:case nn.BOTTOM:return en.CENTER;case nn.LEFT:return en.OUTSIDE_LEFT;case nn.RIGHT:return en.OUTSIDE_RIGHT}},n.prototype.getLabelAlignVertical=function(n){switch(n){case nn.TOP:return rn.OUTSIDE_TOP;case nn.BOTTOM:return rn.OUTSIDE_BOTTOM;case nn.LEFT:case nn.RIGHT:return rn.MIDDLE}},n.prototype.getLabelPaddingHorizontal=function(){return 60},n.prototype.getLabelPaddingVertical=function(){return 50},n.prototype.getLabelDirection=function(){return un.LEFT_TO_RIGHT},n.prototype.getLabelColor=function(){return this.getStrokeColor()},n.prototype.getStyle=function(){},n.prototype.getStrokeEnable=function(){return!0},n.prototype.getStrokeColor=function(){},n.prototype.getStrokeAlpha=function(){},n.prototype.getStrokeWidth=function(){},n.prototype.getStrokeAlign=function(){},n.prototype.getStrokeSide=function(){},n.prototype.getStrokeStyle=function(){},n.prototype.getTickEnable=function(){return!0},n.prototype.getMajorTickCount=function(){return 3},n.prototype.getMajorTickCapacity=function(n){return 2*n},n.prototype.getMajorTickStep=function(){},n.prototype.getMajorTickSize=function(){return 10},n.prototype.getMajorTickPosition=function(){return tn.OUTSIDE},n.prototype.getMajorTickStyle=function(){},n.prototype.getMajorTickTextAlignHorizontal=function(n){switch(n){case nn.TOP:case nn.BOTTOM:return en.CENTER;case nn.LEFT:return en.OUTSIDE_LEFT;case nn.RIGHT:return en.OUTSIDE_RIGHT}},n.prototype.getMajorTickTextAlignVertical=function(n){switch(n){case nn.TOP:return rn.OUTSIDE_TOP;case nn.BOTTOM:return rn.OUTSIDE_BOTTOM;case nn.LEFT:case nn.RIGHT:return rn.MIDDLE}},n.prototype.getMajorTickTextDirection=function(){return un.LEFT_TO_RIGHT},n.prototype.getMajorTickTextColor=function(){return this.getStrokeColor()},n.prototype.getMajorTickTextFormat=function(){return"%.2f"},n.prototype.getMajorTickTextPaddingHorizontal=function(){return 15},n.prototype.getMajorTickTextPaddingVertical=function(){return 15},n.prototype.getMajorTickStrokeEnable=function(){return!0},n.prototype.getMajorTickStrokeColor=function(){return this.getStrokeColor()},n.prototype.getMajorTickStrokeAlpha=function(){return this.getStrokeAlpha()},n.prototype.getMajorTickStrokeWidth=function(){return this.getStrokeWidth()},n.prototype.getMajorTickStrokeAlign=function(){return this.getStrokeAlign()},n.prototype.getMajorTickStrokeSide=function(){return this.getStrokeSide()},n.prototype.getMajorTickStrokeStyle=function(){return this.getStrokeStyle()},n.prototype.getMajorTickGridlineEnable=function(){return!0},n.prototype.getMajorTickGridlineStyle=function(){},n.prototype.getMajorTickGridlineStrokeEnable=function(){return!0},n.prototype.getMajorTickGridlineStrokeColor=function(){return this.getStrokeColor()},n.prototype.getMajorTickGridlineStrokeAlpha=function(){return.1},n.prototype.getMajorTickGridlineStrokeWidth=function(){return this.getStrokeWidth()},n.prototype.getMajorTickGridlineStrokeAlign=function(){return this.getStrokeAlign()},n.prototype.getMajorTickGridlineStrokeSide=function(){return this.getStrokeSide()},n.prototype.getMajorTickGridlineStrokeStyle=function(){return this.getStrokeStyle()},n.prototype.getMinorTickCount=function(){return 3},n.prototype.getMinorTickStep=function(){},n.prototype.getMinorTickSize=function(){return 5},n.prototype.getMinorTickPosition=function(){return tn.OUTSIDE},n.prototype.getMinorTickStyle=function(){},n.prototype.getMinorTickTextAlignHorizontal=function(n){return this.getMajorTickTextAlignHorizontal(n)},n.prototype.getMinorTickTextAlignVertical=function(n){return this.getMajorTickTextAlignVertical(n)},n.prototype.getMinorTickTextDirection=function(){return this.getMajorTickTextDirection()},n.prototype.getMinorTickTextColor=function(){return this.getStrokeColor()},n.prototype.getMinorTickTextFormat=function(){},n.prototype.getMinorTickTextPaddingHorizontal=function(){return this.getMajorTickTextPaddingHorizontal()},n.prototype.getMinorTickTextPaddingVertical=function(){return this.getMajorTickTextPaddingVertical()},n.prototype.getMinorTickStrokeEnable=function(){return!0},n.prototype.getMinorTickStrokeColor=function(){return this.getStrokeColor()},n.prototype.getMinorTickStrokeAlpha=function(){return this.getStrokeAlpha()},n.prototype.getMinorTickStrokeWidth=function(){return this.getStrokeWidth()},n.prototype.getMinorTickStrokeAlign=function(){return this.getStrokeAlign()},n.prototype.getMinorTickStrokeSide=function(){return this.getStrokeSide()},n.prototype.getMinorTickStrokeStyle=function(){return this.getStrokeStyle()},n}(),cn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(on),fn=function(n,t,e){var r=Math.abs(t-n)/e;if(r<=10)return r<=1.33?1:r<=2.86?2:r<=6.67?5:10;if(r<=100)return r<=13.33?10:r<=28.57?20:r<=66.67?50:100;if(r<=1e3)return r<=133.33?100:r<=285.71?200:r<=666.67?500:1e3;if(r<=1e4)return r<=1333.33?1e3:r<=2857.14?2e3:r<=6666.66?5e3:1e4;if(r<=12e4)return r<=13333.33?1e4:r<=24e3?2e4:r<=4e4?3e4:r<=72e3?6e4:r<=102857.14?9e4:12e4;if(r<=108e5)return r<=171428.57?12e4:r<=4e5?3e5:r<=8e5?6e5:r<=144e4?12e5:r<=24e5?18e5:r<=432e4?36e5:r<=6171428.57?54e5:r<=8e6?72e5:r<=9818181.82?9e6:108e5;var u=36e5,i=r/u;if(i<=24)return i<=1.33?u:i<=2.4?72e5:i<=3.43?108e5:i<=4.8?144e5:i<=6.86?216e5:i<=9.6?288e5:i<=14.4?432e5:i<=20.57?648e5:864e5;var o=i/24,c=Math.pow(10,Math.floor(Math.log(o)/Math.LN10)),f=o/c;return f<=1.33?864e5*c:f<=2.86?1728e5*c:f<=6.67?432e6*c:864e6*c},ln=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMajorTickTextFormat=function(){return"%YMD\n%Hms"},t.prototype.getMajorTickStep=function(){return fn},t}(cn),hn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPosition=function(){return nn.LEFT},t.prototype.getLabelDirection=function(){return un.BOTTOM_TO_TOP},t}(on),an=function(){function n(){}return n.prototype.isZero=function(n){return Math.abs(n)<Number.EPSILON},n}(),sn=function(){function n(){}return n.prototype.toStep=function(n,t,e){var r=Math.abs(t-n)/e,u=Math.floor(Math.log(r)/Math.LN10),i=Math.pow(10,u),o=r/i;return o<=1.33?i:o<=2.86?2*i:o<=6.67?5*i:10*i},n}(),dn=function(){function n(){}return n.prototype.isZero=function(n){return Math.abs(n)<Number.EPSILON},n}(),mn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(m),Dn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(m),pn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(m),Tn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return"padding"},t.prototype.getY=function(){return"padding"},t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return"padding"},t.prototype.getPaddingTop=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getPaddingBottom=function(){return 10},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getBorderColor=function(n){return null},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.isOverflowMaskEnabled=function(){return!0},t}(m);const gn=wcardinal.ui.EShapeStrokeStyle,Wn=wcardinal.ui.EShapeBar,bn=wcardinal.ui.EShapeBarPosition;var wn=function(){},kn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isEnabled=function(n){return n.isHovered},t.prototype.newShape=function(n){var t=new Wn;return t.points.position=bn.TOP,t.stroke.style=gn.DASHED,t.stroke.alpha=.75,t},t}(wn),In=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isEnabled=function(n){return n.isHovered},t.prototype.newShape=function(n){var t=new Wn;return t.points.position=bn.LEFT,t.stroke.style=gn.DASHED,t.stroke.alpha=.75,t},t}(wn);const yn=wcardinal.ui.EShapeCircle;var Cn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isEnabled=function(n){return n.isActive},t.prototype.newShape=function(n){var t=new yn;return t.size.set(14,14),t.fill.enable=!1,t.stroke.alpha=.75,t},t}(wn),vn=function(){e.set("DChart",$),e.set("DChartAxisX",cn),e.set("DChartAxisXDatetime",ln),e.set("DChartAxisY",hn),e.set("DChartCoordinate",an),e.set("DChartCoordinateTick",sn),e.set("DChartCoordinateTransform",dn),e.set("DChartLegend",mn),e.set("DChartLegendItem",Dn),e.set("DChartOverview",pn),e.set("DChartPlotArea",Tn),e.set("DChartSelectionGridlineX",kn),e.set("DChartSelectionGridlineY",In),e.set("DChartSelectionMarker",Cn)},Bn=function(){function n(){}return n.prototype.getCapacity=function(){return 10},n.prototype.newColors=function(){return[]},n}(),xn=function(){function n(){}return n.prototype.newColors=function(){for(var n=[0,4408131,6710886,10066329,12040119,13421772,14277081,15724527,15987699,16777215,12582912,16711680,16760832,16776960,9621584,45136,45296,28864,8288,7352480],t=10;t<20;++t)n.push(h.brighten(n[t],.75));for(t=10;t<20;++t)n.push(h.brighten(n[t],.45));for(t=10;t<20;++t)n.push(h.brighten(n[t],.15));for(t=10;t<20;++t)n.push(h.darken(n[t],.15));for(t=10;t<20;++t)n.push(h.darken(n[t],.45));for(t=10;t<20;++t)n.push(h.darken(n[t],.75));return n},n}(),Sn=function(){e.set("DColorRecent",Bn),e.set("DColorStandard",xn)};const Mn=wcardinal.ui.DAnimationFadeIn,_n=wcardinal.ui.DDialogAlign,Jn=wcardinal.ui.DDialogCloseOn,Ln=wcardinal.ui.DDialogGestureMode,En=wcardinal.ui.DDialogMode,Pn=wcardinal.ui.DDialogState;var Fn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMode=function(){return En.MODAL},t.prototype.closeOn=function(n){switch(n){case En.MODAL:case En.MENU:return Jn.ESC|Jn.CLICK_OUTSIDE;case En.MODELESS:return Jn.NONE}},t.prototype.isSticky=function(n){return!1},t.prototype.isGestureEnabled=function(n){switch(n){case En.MODAL:case En.MODELESS:return!0;case En.MENU:return!1}},t.prototype.getGestureMode=function(n){return Ln.DIRTY},t.prototype.getOffsetX=function(n){return 5},t.prototype.getOffsetY=function(n){return 5},t.prototype.getAlign=function(n){return _n.BOTTOM},t.prototype.newAnimation=function(n){switch(n){case En.MODAL:return new Mn;case En.MODELESS:case En.MENU:return null}},t.prototype.getBackgroundColor=function(n){return n.is(Pn.MENU)?a.BACKGROUND_COLOR_ON_BOARD:a.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return n.is(Pn.MENU)?null:16448250},t.prototype.getOutlineColor=function(n){return null},t.prototype.getPaddingLeft=function(){return 0},t.prototype.getPaddingTop=function(){return 0},t.prototype.getPaddingRight=function(){return 0},t.prototype.getPaddingBottom=function(){return 0},t.prototype.getX=function(){return 0},t.prototype.getY=function(){return 0},t.prototype.getWidth=function(){return 400},t.prototype.getHeight=function(){return"auto"},t.prototype.getShadow=function(){return this.newShadow()},t.prototype.getInteractive=function(){return i.BOTH},t}(m),Nn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getLayout=function(){},t.prototype.getHeader=function(){return null},t.prototype.getContent=function(){},t.prototype.getFooter=function(){},t}(Fn),An=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"auto"},t}(Nn);const Hn=wcardinal.ui.DLayoutDirection;var Rn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBorderColor=function(n){return null},t.prototype.getMargin=function(){return 5},t.prototype.getInteractive=function(){return i.CHILDREN},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t.prototype.getDirection=function(){return Hn.VERTICAL},t.prototype.getCornerAdjust=function(){return!1},t.prototype.getMultiplicity=function(){return 1},t.prototype.getReverse=function(){return!1},t}(m),zn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDirection=function(){return Hn.VERTICAL},t.prototype.getWidth=function(){return"auto"},t}(Rn),Gn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return"padding"},t.prototype.getY=function(){return"padding"},t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return"auto"},t.prototype.getPaddingTop=function(){return 16},t.prototype.getPaddingRight=function(){return 16},t.prototype.getPaddingBottom=function(){return 16},t.prototype.getPaddingLeft=function(){return 16},t}(zn),Vn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"auto"},t}(Gn),On=function(){e.set("DDialogFittedContent",Vn),e.set("DDialogFitted",An)},qn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getLabel=function(){return""},t.prototype.getInputMargin=function(){return 32},t}(Nn),jn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),Xn=function(){e.set("DDialogInputBoolean",jn)},Yn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),Un=function(){e.set("DDialogInputInteger",Yn)},Kn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),Zn=function(){e.set("DDialogInputReal",Kn)},Qn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),$n=function(){e.set("DDialogInputText",Qn)},nt=function(){e.set("DDialog",Fn)};t.add("dropdown_mark",20,14,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="16 5 10 11 4 5"></polyline></g>');var tt=function(n){function e(){return n.call(this,a.BACKGROUND_COLOR_ON_BOARD)||this}return u(e,n),e.prototype.getSecondaryImageAlignHorizontal=function(){return g.RIGHT},e.prototype.getSecondaryImageAlignWith=function(){return w.PADDING},e.prototype.getSecondaryImageMarginHorizontal=function(){return-20},e.prototype.getPaddingLeft=function(){return 25},e.prototype.getPaddingRight=function(){return 25},e.prototype.getSecondaryImageSource=function(n){return t.mappings.dropdown_mark},e}(v),et=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return""},t}(tt),rt=function(){e.set("DDropdown",et)},ut=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.isActive?15792383:null},t.prototype.getBackgroundAlpha=function(n){return n.isActive?.1:0},t.prototype.getMargin=function(){return 0},t.prototype.getCornerMask=function(){return c.ALL},t}(zn),it=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(C);t.add("menu_item_expandable_header_closed",14,14,'<g transform="scale(1, 0.7)"><polyline fill="none" stroke="#fff" stroke-width="1" points="6 16 10 10 6 4"></polyline></g>'),t.add("menu_item_expandable_header_opened",14,14,'<g transform="scale(0.7, 1)"><polyline fill="none" stroke="#fff" stroke-width="1" points="16 6 10 10 4 6"></polyline></g>');var ot=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:n.isHovered||n.inActive?16316664:null},t.prototype.getBorderColor=function(n){return null},t.prototype.getHeight=function(){return 30},t.prototype.getWidth=function(){return"padding"},t.prototype.getPaddingLeft=function(){return 16},t.prototype.getPaddingRight=function(){return 16},t.prototype.getCornerMask=function(){return c.ALL},t}(it),ct=function(){e.set("DExpandableHeader",ot),e.set("DExpandable",ut)};const ft=wcardinal.ui.DHtmlElementState,lt=wcardinal.ui.UtilHtmlElementWhen;var ht=function(){return null},at=function(n){var t=document.createElement("div");return n.appendChild(t),t},st=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getElementCreator=function(){return ht},t.prototype.setElementStyle=function(n,t,e,r,u,i,o){var c=this.getElementStylePointerEvent(t)+this.getElementStylePosition(t,r,u,i)+this.getElementStyleMargin(t)+this.getElementStyleText(t)+this.getElementStyleBackground(t)+this.getElementStyleBorder(t)+this.getElementStylePadding(t,e)+this.getElementStyleOutline(t)+this.getElementStyleClipPath(t,o);n.setAttribute("style",c),t.inReadOnly?n.setAttribute("readonly","readonly"):n.removeAttribute("readonly"),t.inDisabled?n.setAttribute("disabled","disabled"):n.removeAttribute("disabled")},t.prototype.getElementStylePointerEvent=function(n){return n.is(ft.NO_POINTER_EVENTS)?"":"pointer-events: auto;"},t.prototype.getElementStyleBackground=function(n){return"background-color: transparent;"},t.prototype.getElementStyleBorder=function(n){return"border: none; box-sizing: border-box;"},t.prototype.getElementStylePadding=function(n,t){return t?"getLeft"in t?"padding: ".concat(t.getTop(),"px ").concat(t.getRight(),"px ")+"".concat(t.getBottom(),"px ").concat(t.getLeft(),"px;"):"padding: ".concat(t.vertical,"px ").concat(t.horizontal,"px;"):"padding: 0px;"},t.prototype.getElementStyleOutline=function(n){return"outline: none;"},t.prototype.getElementStylePositionPosition=function(n,t){if(n){if(t){var e=n.x-t.x,r=n.y-t.y;return"left:".concat(e,"px; top:").concat(r,"px;")}return"left:".concat(n.x,"px; top: ").concat(n.y,"px;")}return"left: 0px; top: 0px;"},t.prototype.getElementStylePositionSize=function(n){return n?"width: ".concat(n.width,"px; height: ").concat(n.height,"px;"):"width: 0px; height: 0px;"},t.prototype.getElementStylePositionTransform=function(n){return n?"transform: matrix(".concat(n.a,",").concat(n.b,",").concat(n.c,",").concat(n.d,",").concat(n.tx,",").concat(n.ty,");"):""},t.prototype.getElementStylePosition=function(n,t,e,r){return"position: absolute;"+this.getElementStylePositionPosition(t,r)+this.getElementStylePositionSize(t)+this.getElementStylePositionTransform(e)},t.prototype.getElementStyleText=function(n){return"font-family: ".concat(this.getFontFamilly(),";")+"font-size: ".concat(this.getFontSize(),"px;")+"color: #".concat(this.getColor(n).toString(16),";")+"line-height: ".concat(this.getLineHeight(),"px;")+"-moz-tab-size: 4; -o-tab-size: 4; tab-size: 4;"},t.prototype.getElementStyleMargin=function(n){return"margin: 0;"},t.prototype.getElementStyleClipPath=function(n,t){if(null!=t){var e=t.id;return"-webkit-clip-path: url(#".concat(e,"); clip-path: url(#").concat(e,");")}return""},t.prototype.getClipperCreator=function(){return at},t.prototype.setClipperStyle=function(n,t,e,r,u,i,o){var c="outline: none; padding: 0; margin: 0; border: none;background-color: transparent; pointer-events: none;"+this.getClipperStyleOverflow(i)+this.getClipperStylePosition(i);n.setAttribute("style",c)},t.prototype.getClipperStyleOverflow=function(n){return n?"overflow: hidden;":"overflow: visible;"},t.prototype.getClipperStylePositionPosition=function(n){return n?"left: ".concat(n.x,"px; top: ").concat(n.y,"px;"):"left: 0px; top: 0px;"},t.prototype.getClipperStylePositionSize=function(n){return n?"width: ".concat(n.width,"px; height: ").concat(n.height,"px;")+"line-height: ".concat(n.height,"px;"):"width: 0px; height: 0px;"},t.prototype.getClipperStylePosition=function(n){return"position: absolute;"+this.getClipperStylePositionPosition(n)+this.getClipperStylePositionSize(n)},t.prototype.isClipperExEnabled=function(){return!1},t.prototype.getBeforeCreator=function(){return at},t.prototype.setBeforeStyle=function(n){n.setAttribute("style","overflow: hidden; outline: none;padding: 0; margin: 0; border: none; background-color: transparent;position: absolute; left: 0; top: 0; width: 0; height: 0; line-height: 0;"),n.setAttribute("tabindex","0")},t.prototype.getAfterCreator=function(){return at},t.prototype.setAfterStyle=function(n){this.setBeforeStyle(n)},t.prototype.getWhen=function(){return lt.FOCUSED},t.prototype.getSelect=function(){return!1},t}(C),dt=function(){e.set("DHtmlElement",st)},mt=function(){e.set("DImage",it)},Dt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDirection=function(){return Hn.HORIZONTAL},t.prototype.getHeight=function(){return"auto"},t}(Rn),pt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return this.getLineHeight()},t}(Dt),Tt=function(){e.set("DInputAndLabel",pt)},gt=function(){return null},Wt=function(n){return n},bt=function(n){function t(){var t=null!==n&&n.apply(this,arguments)||this;return t.BACKGROUND_COLOR=a.BACKGROUND_COLOR_ON_BOARD,t.BACKGROUND_COLOR_HOVERED=h.darken(t.BACKGROUND_COLOR,.017),t}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled||n.inReadOnly?null:n.isHovered?this.BACKGROUND_COLOR_HOVERED:this.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return n.isInvalid?a.INVALID_COLOR:a.BORDER_COLOR},t.prototype.getOutlineColor=function(t){return t.isInvalid?a.INVALID_COLOR:n.prototype.getOutlineColor.call(this,t)},t.prototype.getHeight=function(){return this.getLineHeight()},t.prototype.getWidth=function(){return 100},t.prototype.getPlaceholder=function(){return""},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getCursor=function(n){return n.isActionable?"text":""},t.prototype.getEditingFormatter=function(){return this.getTextFormatter()},t.prototype.getEditingUnformatter=function(){return Wt},t.prototype.getEditingValidator=function(){return gt},t.prototype.getSelect=function(){return!0},t.prototype.getElementStyleBorder=function(n){return"border: 1.5px solid transparent; box-sizing: border-box;"},t}(st),wt="d-theme-white-input-input",kt="".concat(wt,"-element"),It=function(n){var t=n.getElementsByClassName(kt);if(0<t.length)return t[0];var e=document.createElement("input");return e.setAttribute("spellcheck","false"),e.setAttribute("class",kt),n.appendChild(e),e},yt=function(n,t){var e=n.getElementsByClassName(t);if(0<e.length)return e[0];var r=document.createElement("div");return r.setAttribute("class",t),n.appendChild(r),r},Ct="".concat(wt,"-clipper"),vt=function(n){return yt(n,Ct)},Bt="".concat(wt,"-before"),xt=function(n){return yt(n,Bt)},St="".concat(wt,"-after"),Mt=function(n){return yt(n,St)},_t=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getElementCreator=function(){return It},t.prototype.getClipperCreator=function(){return vt},t.prototype.getBeforeCreator=function(){return xt},t.prototype.getAfterCreator=function(){return Mt},t}(bt),Jt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getStep=function(){return null},t.prototype.getMin=function(){return null},t.prototype.getMax=function(){return null},t.prototype.newTextValue=function(){return 0},t}(_t),Lt=function(n){var t=parseInt(n,10);return t==t?t:0},Et=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getEditingUnformatter=function(){return Lt},t}(Jt),Pt=function(){e.set("DInputInteger",Et)},Ft=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return this.getLineHeight()},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(y),Nt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignHorizontal=function(){return g.RIGHT},t.prototype.getWidth=function(){return 60},t.prototype.getHeight=function(){return this.getLineHeight()},t}(Ft),At=function(){e.set("DInputLabel",Nt)},Ht=function(n){var t=parseFloat(n);return t==t?t:0},Rt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getEditingUnformatter=function(){return Ht},t}(Jt),zt=function(){e.set("DInputReal",Rt)},Gt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return""},t}(_t);t.add("input_search",21,21,'<g transform="scale(0.875,0.875)"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" fill="#fff"/></g>');var Vt=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getPaddingRight=function(){return 31},e.prototype.getImageSource=function(n){return t.mappings.input_search},e.prototype.getImageAlignWith=function(){return w.BORDER},e.prototype.getImageAlignHorizontal=function(){return g.RIGHT},e.prototype.getImageMarginHorizontal=function(){return 6},e}(Gt),Ot=function(){e.set("DInputSearch",Vt)},qt="d-theme-white-input-text-area",jt="".concat(qt,"-element"),Xt=function(n){var t=n.getElementsByClassName(jt);if(0<t.length)return t[0];var e=document.createElement("textarea");return e.setAttribute("spellcheck","false"),e.setAttribute("class",jt),n.appendChild(e),e},Yt=function(n,t){var e=n.getElementsByClassName(t);if(0<e.length)return e[0];var r=document.createElement("div");return r.setAttribute("class",t),n.appendChild(r),r},Ut="".concat(qt,"-clipper"),Kt=function(n){return Yt(n,Ut)},Zt="".concat(qt,"-before"),Qt=function(n){return Yt(n,Zt)},$t="".concat(qt,"-after"),ne=function(n){return Yt(n,$t)},te=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignVertical=function(){return b.TOP},t.prototype.getTextStyleWordWrap=function(){return k.NORMAL},t.prototype.getElementCreator=function(){return Xt},t.prototype.getClipperCreator=function(){return Kt},t.prototype.getBeforeCreator=function(){return Qt},t.prototype.getAfterCreator=function(){return ne},t.prototype.newTextValue=function(){return""},t.prototype.getElementStyleText=function(t){return n.prototype.getElementStyleText.call(this,t)+this.getElementStyleTextResize(t)+this.getElementStyleTextWordWrap(t)},t.prototype.getElementStyleTextResize=function(n){return"resize: none;"},t.prototype.getElementStyleTextWordWrap=function(n){var t="overflow-wrap: break-word; word-wrap: break-word;";switch(this.getTextStyleWordWrap()){case k.NORMAL:t+="word-break: normal;";break;default:t+="word-break: break-all;"}return t},t}(bt),ee=function(){e.set("DInputTextArea",te)},re=function(){e.set("DInputText",Gt)},ue=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBorderColor=function(n){return null},t.prototype.getWidth=function(){return 0},t.prototype.getHeight=function(){return 0},t.prototype.getClearType=function(){return f.BOTH},t.prototype.getInteractive=function(){return i.CHILDREN},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(m),ie=function(){e.set("DLayout",Rn),e.set("DLayoutHorizontal",Dt),e.set("DLayoutSpace",ue),e.set("DLayoutVertical",zn)};const oe=wcardinal.ui.UtilGestureMode;var ce=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isOverflowMaskEnabled=function(){return!0},t.prototype.getBackgroundColor=function(n){return a.BACKGROUND_COLOR},t.prototype.getBorderAlign=function(n){return 1},t.prototype.getOutlineAlign=function(n){return 1},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.getWheelSpeed=function(){return 2.24},t.prototype.getGestureMode=function(){return oe.TOUCH},t}(m),fe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return a.BACKGROUND_COLOR_ON_BOARD},t}(ce),le=function(){function n(n,t,e){this.i=t,null!=n?(this.o=n,this.l=1,this.h=h.darken(n,.0175),this.m=1,this.D=h.blend(n,a.INVALID_COLOR,a.INVALID_ALPHA),this.p=1,this.T=e?a.HIGHLIGHT_COLOR:h.blend(n,a.HIGHLIGHT_COLOR,a.HIGHLIGHT_ALPHA),this.g=1,this.W=h.blend(n,a.WEAK_HIGHLIGHT_COLOR,a.WEAK_HIGHLIGHT_ALPHA),this.k=1):(this.o=0,this.l=0,this.h=0,this.m=.0175,this.D=a.INVALID_COLOR,this.p=a.INVALID_ALPHA,this.T=a.HIGHLIGHT_COLOR,this.g=e?1:a.HIGHLIGHT_ALPHA,this.W=a.WEAK_HIGHLIGHT_COLOR,this.k=a.WEAK_HIGHLIGHT_ALPHA),this.I=a.COLOR,this.C=e?a.ACTIVE_COLOR:a.COLOR,e?(this.v=a.COLOR,this.B=a.ACTIVE_COLOR):(this.v=a.COLOR,this.B=a.COLOR)}return n.prototype.getBackgroundColor=function(n){return n.inDisabled?this.i?n.isAlternated?this.h:this.o:null:n.isInvalid?this.D:n.isActive?this.T:n.isHovered?this.W:this.i?n.isAlternated?this.h:this.o:null},n.prototype.getBackgroundAlpha=function(n){return n.inDisabled?this.i?n.isAlternated?this.m:this.l:0:n.isInvalid?this.p:n.isActive?this.g:n.isHovered?this.k:this.i?n.isAlternated?this.m:this.l:0},n.prototype.getBorderColor=function(n){return null},n.prototype.getBorderMask=function(n){return o.NONE},n.prototype.getColor=function(n){return n.isActive?this.B:this.v},n.prototype.getAlpha=function(n){return n.inEnabled?1:0},n.prototype.getImageTintColor=function(n,t){return n.inDisabled||n.inReadOnly||!n.isActive&&!t?this.I:this.C},n.prototype.getHeight=function(){return 30},n.prototype.getCornerMask=function(){return c.ALL},n.prototype.getCursor=function(n){return n.isActionable?"pointer":""},n}(),he=function(n){function t(){var t=n.call(this)||this;return t.S=t.newStyle(),t}return u(t,n),t.prototype.newStyle=function(){return new le(null,!0,!1)},t.prototype.getBackgroundColor=function(n){return this.S.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return this.S.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return this.S.getBorderColor(n)},t.prototype.getBorderMask=function(n){return this.S.getBorderMask(n)},t.prototype.getColor=function(n){return this.S.getColor(n)},t.prototype.getAlpha=function(n){return this.S.getAlpha(n)},t.prototype.getHeight=function(){return this.S.getHeight()},t.prototype.getCornerMask=function(){return this.S.getCornerMask()},t.prototype.getImageTintColor=function(n){return this.S.getImageTintColor(n)},t.prototype.getCursor=function(n){return this.S.getCursor(n)},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.newTextValue=function(){},t.prototype.getWidth=function(){return"padding"},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isDisabled=!0},t}(C),ae=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newStyle=function(){return new le(null,!1,!0)},t}(he),se=function(){e.set("DListItemAmbient",ae),e.set("DListItem",he),e.set("DList",fe)},de=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(){return 16645629},t.prototype.getBorderColor=function(n){return null},t.prototype.getHeight=function(){return 30},t.prototype.getMargin=function(){return 0},t.prototype.getPaddingLeft=function(){return 5},t.prototype.getPaddingRight=function(){return 5},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusRoot=!0},t}(Dt),me=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:n.isActive?a.HIGHLIGHT_COLOR:n.isHovered?a.WEAK_HIGHLIGHT_COLOR:null},t.prototype.getBackgroundAlpha=function(n){return a.WEAK_HIGHLIGHT_ALPHA},t.prototype.getBorderColor=function(){return null},t.prototype.getWidth=function(){return"auto"},t.prototype.getHeight=function(){return"100%"},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.getTextAlignHorizontal=function(){return g.LEFT},t.prototype.getTextStyleClipping=function(){return!1},t}(F),De=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return a.BACKGROUND_COLOR_ON_BOARD},t.prototype.getOffsetX=function(){return 5},t.prototype.getOffsetY=function(){return 5},t.prototype.getPaddingTop=function(){return 5},t.prototype.getPaddingBottom=function(){return 5},t.prototype.getWidth=function(){return 200},t.prototype.getHeight=function(){return"auto"},t.prototype.getMargin=function(){return 0},t.prototype.getShadow=function(){return this.newShadowWeak()},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusRoot=!0},t}(zn),pe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:n.isActive?this.getBackgroundColorActive(n):n.isHovered?a.WEAK_HIGHLIGHT_COLOR:null},t.prototype.getBackgroundColorActive=function(n){return a.HIGHLIGHT_COLOR},t.prototype.getBackgroundAlpha=function(n){return n.inDisabled?a.WEAK_HIGHLIGHT_ALPHA:n.isActive?this.getBackgroundAlphaActive(n):a.WEAK_HIGHLIGHT_ALPHA},t.prototype.getBackgroundAlphaActive=function(n){return a.HIGHLIGHT_ALPHA},t.prototype.getColor=function(n){return n.inDisabled?a.COLOR:n.isActive?this.getColorActive(n):a.COLOR},t.prototype.getColorActive=function(n){return a.COLOR},t.prototype.getBorderColor=function(n){return null},t.prototype.getHeight=function(){return 30},t.prototype.getWidth=function(){return"padding"},t.prototype.getTextAlignHorizontal=function(){return g.LEFT},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.getCursor=function(n){return n.isActionable?"pointer":""},t}(it),Te=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColorActive=function(n){return a.HIGHLIGHT_COLOR},t.prototype.getBackgroundAlphaActive=function(n){return 1},t.prototype.getColorActive=function(n){return a.ACTIVE_COLOR},t.prototype.getPaddingLeft=function(){return this.getPaddingRight()},t.prototype.getPaddingRight=function(){return 26},t}(pe),ge=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getShortcutTextMargin=function(){return this.getPaddingRight()},t.prototype.getShortcutColor=function(n){return this.getColor(n)},t.prototype.getShortcutAlpha=function(n){return.5*this.getAlpha(n)},t}(Te);t.add("menu_item_mark_check_active",14,14,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="1 6.5 5 11 13 2.5"></polyline></g>'),t.add("menu_item_mark_check_inactive",14,14,"<g></g>");var We=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getBackgroundColorActive=function(n){return n.isHovered?a.WEAK_HIGHLIGHT_COLOR:null},e.prototype.getBackgroundAlphaActive=function(n){return a.WEAK_HIGHLIGHT_ALPHA},e.prototype.getColorActive=function(n){return a.COLOR},e.prototype.getImageSource=function(n){return n.isActive?t.mappings.menu_item_mark_check_active:t.mappings.menu_item_mark_check_inactive},e.prototype.getImageAlignWith=function(){return w.BORDER},e.prototype.getImageMarginHorizontal=function(){return 7},e}(ge),be=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.isActive?15792383:null},t.prototype.getBackgroundAlpha=function(n){return n.isActive?.1:0},t.prototype.getMargin=function(){return 0},t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return"auto"},t.prototype.getCornerMask=function(){return c.ALL},t}(zn),we=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return"auto"},t.prototype.getCornerMask=function(){return c.ALL},t}(zn),ke=function(){function n(){}return n.init=function(){t.add("expandable_closed",14,14,'<g transform="scale(1, 0.7)"><polyline fill="none" stroke="#fff" stroke-width="1" points="6 16 10 10 6 4"></polyline></g>'),t.add("expandable_opened",14,14,'<g transform="scale(0.7, 1)"><polyline fill="none" stroke="#fff" stroke-width="1" points="16 6 10 10 4 6"></polyline></g>')},n.getImageOpened=function(){return t.mappings.expandable_opened},n.getImageClosed=function(){return t.mappings.expandable_closed},n}();ke.init();var Ie=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return this.getPaddingRight()},t.prototype.getPaddingRight=function(){return 26},t.prototype.getImageSource=function(n){return n.inActive?ke.getImageOpened():ke.getImageClosed()},t.prototype.getImageAlignWith=function(){return w.BORDER},t.prototype.getImageMarginHorizontal=function(){return 7},t}(pe),ye=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return n.prototype.getPaddingLeft.call(this)+16},t.prototype.getImageMarginHorizontal=function(){return n.prototype.getImageMarginHorizontal.call(this)+16},t}(We);const Ce=wcardinal.ui.DBaseState,ve=wcardinal.ui.DThemes;var Be=function(n){function t(){var t=n.call(this)||this;return t.M=ve.getInstance().get("DLink"),t}return u(t,n),t.prototype.getImageSource=function(n){return n.is(Ce.NEW_WINDOW)?this.M.getImageSource(n):null},t.prototype.getImageTintAlpha=function(t){return t.isHovered?n.prototype.getImageTintAlpha.call(this,t):0},t.prototype.getImageAlignWith=function(){return w.BORDER},t.prototype.getImageAlignHorizontal=function(){return g.RIGHT},t}(ge),xe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return n.prototype.getPaddingLeft.call(this)+16},t}(Be);t.add("menu_item_mark_next",14,20,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="5 16 11 10 5 4"></polyline></g>');var Se=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getImageSource=function(n){return t.mappings.menu_item_mark_next},e.prototype.getImageAlignWith=function(){return w.BORDER},e.prototype.getImageAlignHorizontal=function(){return g.RIGHT},e.prototype.getImageMarginHorizontal=function(){return 12},e}(Te),Me=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return n.prototype.getPaddingLeft.call(this)+16},t}(Se),_e=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBorderColor=function(n){return a.WEAK_HIGHLIGHT_COLOR},t.prototype.getBorderAlpha=function(n){return a.WEAK_HIGHLIGHT_ALPHA},t.prototype.getHeight=function(){return 15},t.prototype.getWidth=function(){return"padding"},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getInteractive=function(){return i.NONE},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(pe),Je=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return n.prototype.getPaddingLeft.call(this)+16},t}(_e),Le=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(ue),Ee=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return n.prototype.getPaddingLeft.call(this)+16},t}(Le),Pe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return n.prototype.getPaddingLeft.call(this)+16},t}(ge),Fe=function(){e.set("DMenu",De),e.set("DMenuItem",Te),e.set("DMenuItemCheck",We),e.set("DMenuItemLink",Be),e.set("DMenuItemMenu",Se),e.set("DMenuItemSeparator",_e),e.set("DMenuItemSpace",Le),e.set("DMenuItemText",ge),e.set("DMenuItemExpandableBody",we),e.set("DMenuItemExpandableHeader",Ie),e.set("DMenuItemExpandableItemCheck",ye),e.set("DMenuItemExpandableItemLink",xe),e.set("DMenuItemExpandableItemMenu",Me),e.set("DMenuItemExpandableItemSeparator",Je),e.set("DMenuItemExpandableItemSpace",Ee),e.set("DMenuItemExpandableItemText",Pe),e.set("DMenuItemExpandable",be)},Ne=function(){e.set("DMenuBarItem",me),e.set("DMenuBar",de),Fe()},Ae=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return a.BACKGROUND_COLOR_ON_BOARD},t.prototype.getBorderColor=function(n){return null},t.prototype.getInteractive=function(){return i.BOTH},t}(ce),He=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"100%"},t.prototype.getHeight=function(){return"auto"},t.prototype.getPaddingTop=function(){return 16},t.prototype.getPaddingBottom=function(){return 16},t.prototype.getMargin=function(){return 0},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(zn),Re=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(We),ze=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(be),Ge=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(ye),Ve=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(xe),Oe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Me),qe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Je),je=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Ee),Xe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Pe),Ye=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Be),Ue=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Se),Ke=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(_e),Ze=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Le),Qe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(ge),$e=function(){e.set("DMenuSided",Ae),e.set("DMenuSidedContent",He),e.set("DMenuSidedItemCheck",Re),e.set("DMenuSidedItemLink",Ye),e.set("DMenuSidedItemMenu",Ue),e.set("DMenuSidedItemSeparator",Ke),e.set("DMenuSidedItemSpace",Ze),e.set("DMenuSidedItemText",Qe),e.set("DMenuSidedItemExpandable",ze),e.set("DMenuSidedItemExpandableItemCheck",Ge),e.set("DMenuSidedItemExpandableItemLink",Ve),e.set("DMenuSidedItemExpandableItemMenu",Oe),e.set("DMenuSidedItemExpandableItemSeparator",qe),e.set("DMenuSidedItemExpandableItemSpace",je),e.set("DMenuSidedItemExpandableItemText",Xe)},nr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"auto"},t.prototype.getMargin=function(){return 10},t.prototype.getButtonSpace=function(){return 10},t}(Dt);t.add("pagination_dots",21,21,'<g><circle cx="2" cy="11" r="1.1" fill="#fff" stroke="none" /><circle cx="10.5" cy="11" r="1.1" fill="#fff" stroke="none" /><circle cx="19" cy="11" r="1.1" fill="#fff" stroke="none" /></g>');var tr=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return 30},e.prototype.getHeight=function(){return 30},e.prototype.getInteractive=function(){return i.NONE},e.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},e.prototype.getImageSource=function(n){return t.mappings.pagination_dots},e.prototype.getImageAlignHorizontal=function(){return g.CENTER},e.prototype.getImageAlignWith=function(){return w.BORDER},e}(C);t.add("pagination_button_last",21,21,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="9 15 15 10 9 5"></polyline><polyline fill="none" stroke="#fff" stroke-width="1" points="5 15 11 10 5 5"></polyline></g>');var er=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return 30},e.prototype.getImageSource=function(n){return t.mappings.pagination_button_last},e}(B);t.add("pagination_button_next",21,21,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="7 15 13 10 7 5"></polyline></g>');var rr=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return 30},e.prototype.getImageSource=function(n){return t.mappings.pagination_button_next},e}(B),ur=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return 30},t.prototype.newTextValue=function(){return 0},t.prototype.getTextStyleClipping=function(){return!1},t}(B);t.add("pagination_button_previous",21,21,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="13 15 7 10 13 5"></polyline></g>');var ir=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return 30},e.prototype.getImageSource=function(n){return t.mappings.pagination_button_previous},e}(B);t.add("pagination_button_top",21,21,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="11 15 5 10 11 5"></polyline><polyline fill="none" stroke="#fff" stroke-width="1" points="15 15 9 10 15 5"></polyline></g>');var or=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return 30},e.prototype.getImageSource=function(n){return t.mappings.pagination_button_top},e}(B),cr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return a.HIGHLIGHT_COLOR},t.prototype.getColor=function(n){return a.ACTIVE_COLOR},t.prototype.getWidth=function(){return 30},t.prototype.getHeight=function(){return 30},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t.prototype.getTextStyleClipping=function(){return!1},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t}(C),fr=function(){e.set("DPagination",nr),e.set("DPaginationPage",cr),e.set("DPaginationDots",tr),e.set("DPaginationButtonLast",er),e.set("DPaginationButtonNext",rr),e.set("DPaginationButtonPage",ur),e.set("DPaginationButtonPrevious",ir),e.set("DPaginationButtonTop",or)},lr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"100%"},t.prototype.getBorderColor=function(n){return null},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(m),hr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return 16777215},t.prototype.getBackgroundAlpha=function(n){return 0},t.prototype.getWidth=function(){return 13},t.prototype.getHeight=function(){return 13},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t.prototype.getFadeOutDelay=function(){return 1500},t}(m),ar=function(n){function t(){var t=null!==n&&n.apply(this,arguments)||this;return t.BORDER_COLOR=h.darken(a.WEAK_HIGHLIGHT_COLOR,.25),t.BORDER_COLOR_DISABLED=h.brighten(t.BORDER_COLOR,.75),t.BORDER_COLOR_HOVERED=h.brighten(t.BORDER_COLOR,.25),t.BORDER_COLOR_OTHER=h.brighten(t.BORDER_COLOR,.5),t}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBackgroundAlpha=function(n){return 1},t.prototype.getBorderColor=function(n){return n.inDisabled?this.BORDER_COLOR_DISABLED:n.isHovered||n.isGesturing?this.BORDER_COLOR_HOVERED:this.BORDER_COLOR_OTHER},t.prototype.getBorderAlpha=function(n){return 1},t.prototype.getBorderWidth=function(n){return 3},t.prototype.getBorderAlign=function(n){return 1},t.prototype.getWidth=function(){return 13},t.prototype.getHeight=function(){return 13},t.prototype.getThumbMinimumLength=function(){return 16},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(m),sr=function(){e.set("DScrollBar",hr),e.set("DScrollBarThumb",ar)},dr=function(){e.set("DPane",ce),e.set("DContent",lr),sr()};const mr=wcardinal.ui.isString;var Dr=function(n){if(n){var t=n.text.value;if(mr(t))return t;if(null!=t){var e=t(n.state);if(null!=e)return e}}return""},pr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return Dr},t.prototype.newTextValue=function(){return null},t}(tt),Tr=function(n){if(n){for(var t="",e="",r=0,u=n.length;r<u;++r){var i=n[r],o=i.text.value;if(mr(o))t+=e+o,e=", ";else if(null!=o){var c=o(i.state);null!=c&&(t+=e+c,e=", ")}}return t}return""},gr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return Tr},t.prototype.newTextValue=function(){return[]},t}(tt),Wr=function(){e.set("DSelectMultiple",gr),e.set("DSelect",pr),rt()};const br=wcardinal.ui.EShapeActionOpenDialogExtensions,wr=wcardinal.ui.EShapeActionOpenExtensions,kr=wcardinal.ui.EShapeActionValueBlinkType,Ir=wcardinal.ui.EShapeActionValueChangeColorTarget,yr=wcardinal.ui.EShapeActionValueChangeColorType,Cr=wcardinal.ui.EShapeActionValueChangeTextType,vr=wcardinal.ui.EShapeActionValueGestureOperationType,Br=wcardinal.ui.EShapeActionValueGestureType,xr=wcardinal.ui.EShapeActionValueMiscType,Sr=wcardinal.ui.EShapeActionValueOnInputAction,Mr=wcardinal.ui.EShapeActionValueOpenDialogType,_r=wcardinal.ui.EShapeActionValueOpenType,Jr=wcardinal.ui.EShapeActionValueOpetyped,Lr=wcardinal.ui.EShapeActionValueShowHideType,Er=wcardinal.ui.EShapeActionValueSubtyped,Pr=wcardinal.ui.EShapeActionValueTransformMoveType,Fr=wcardinal.ui.EShapeActionValueTransformResizeType,Nr=wcardinal.ui.EShapeActionValueTransformRotateType,Ar=wcardinal.ui.EShapeActionValueTransformType,Hr=wcardinal.ui.EShapeActionValueType;var Rr=function(){function n(){}return n.prototype.toLabel=function(n){var t=n.type;if(n instanceof Er){var e,r=n.subtype;if(n instanceof Jr){if(null!=(e=this.toOpetypedLabel(t,r,n.opetype,n)))return e}else if(null!=(e=this.toSubtypedLabel(t,r,n)))return e}return this.toTypedLabel(t,n)},n.prototype.toTypedLabel=function(n,t){return"".concat(this.toTypeLabel(n),": ").concat(this.toConditionLabel(t.condition))},n.prototype.toSubtypedLabel=function(n,t,e){var r=this.toTypeLabel(n);switch(n){case Hr.SHOW_HIDE:return"".concat(r,": ").concat(this.toShowHideTypeLabel(t));case Hr.BLINK:return"".concat(r,": ").concat(this.toBlinkTypeLabel(t));case Hr.CHANGE_COLOR:case Hr.CHANGE_COLOR_LEGACY:return"".concat(r,": ").concat(this.toChangeColorTypeLabel(t));case Hr.CHANGE_TEXT:return"".concat(r,": ").concat(this.toChangeTextTypeLabel(t));case Hr.OPEN:return"".concat(r,": ").concat(this.toOpenTypeLabel(t));case Hr.GESTURE:return"".concat(r,": ").concat(this.toGestureTypeLabel(t));case Hr.MISC:return"".concat(r,": ").concat(this.toMiscTypeLabel(t))}return null},n.prototype.toOpetypedLabel=function(n,t,e,r){switch(n){case Hr.TRANSFORM:var u=this.toTransformTypeLabel(t);switch(t){case Ar.ROTATE:return"".concat(u,": ").concat(this.toTransformRotateTypeLabel(e));case Ar.MOVE:return"".concat(u,": ").concat(this.toTransformMoveTypeLabel(e));case Ar.RESIZE:return"".concat(u,": ").concat(this.toTransformResizeTypeLabel(e))}}return null},n.prototype.toTypeLabel=function(n){switch(n){case Hr.SHOW_HIDE:return"Show / hide";case Hr.BLINK:return"Blink";case Hr.TRANSFORM:return"Transform";case Hr.OPEN:return"Open";case Hr.CHANGE_COLOR:case Hr.CHANGE_COLOR_LEGACY:return"Change color";case Hr.CHANGE_TEXT:return"Change text";case Hr.CHANGE_CURSOR:return"Change cursor";case Hr.EMIT_EVENT:return"Emit an event";case Hr.GESTURE:return"Gesture";case Hr.MISC:return"Misc.";default:return Hr.EXTENSION<=n?"Extension":"Unknown"}},n.prototype.toConditionLabel=function(n){return 20<n.length?n.substring(0,20)+"...":n},n.prototype.toBlinkTypeLabel=function(n){switch(n){case kr.VISIBILITY:return"Visibility";case kr.BRIGHTEN:return"Brighten";case kr.DARKEN:return"Darken";case kr.OPACITY:return"Opacity";case kr.COLOR_FILL:return"Fill";case kr.COLOR_STROKE:return"Stroke"}},n.prototype.toShowHideTypeLabel=function(n){switch(n){case Lr.SHAPE_SHOW:return"Show";case Lr.SHAPE_HIDE:return"Hide";case Lr.SHAPE:return"Shape";case Lr.LAYER:return"Layer"}},n.prototype.toTransformTypeLabel=function(n){switch(n){case Ar.RESIZE:return"Resize";case Ar.MOVE:return"Move";case Ar.ROTATE:return"Rotate"}},n.prototype.toTransformRotateTypeLabel=function(n){switch(n){case Nr.RELATIVE:return"Relative";case Nr.ABSOLUTE:return"Absolute"}},n.prototype.toTransformMoveTypeLabel=function(n){switch(n){case Pr.RELATIVE_X:return"Relative X";case Pr.RELATIVE_Y:return"Relative Y";case Pr.ABSOLUTE_X:return"Absolute X";case Pr.ABSOLUTE_Y:return"Absolute Y";case Pr.FORWARD_OR_BACKWARD:return"Forward / backward";case Pr.LEFT_OR_RIGHT:return"Left / right"}},n.prototype.toTransformResizeTypeLabel=function(n){switch(n){case Fr.ABSOLUTE_SIZE:return"Height & width";case Fr.RELATIVE_SIZE:return"Height & width (%)";case Fr.ABSOLUTE_HEIGHT:return"Height";case Fr.RELATIVE_HEIGHT:return"Height (%)";case Fr.ABSOLUTE_WIDTH:return"Width";case Fr.RELATIVE_WIDTH:return"Width (%)"}},n.prototype.toChangeColorTypeLabel=function(n){if(n===yr.NONE)return"None";var t="",e="";return n&yr.FILL&&(t+=e+"Fill",e=", "),n&yr.STROKE&&(t+=e+"Stroke",e=", "),n&yr.TEXT&&(t+=e+"Text",e=", "),n&yr.TEXT_OUTLINE&&(t+=e+"Text outline"),t},n.prototype.toChangeColorTargetLabel=function(n){switch(n){case Ir.COLOR_AND_ALPHA:return"Color";case Ir.COLOR:return"RGB";case Ir.ALPHA:return"Alpha";case Ir.CODE:return"Dynamic color";case Ir.BRIGHTNESS:return"Brightness"}},n.prototype.toChangeTextTypeLabel=function(n){switch(n){case Cr.TEXT:return"Text";case Cr.NUMBER:return"Number"}},n.prototype.toOpenTypeLabel=function(n){switch(n){case _r.DIAGRAM_LEGACY:return"Diagram";case _r.PAGE_LEGACY:return"Page (New window)";case _r.PAGE_INPLACE_LEGACY:return"Page (In-place)";case _r.DIALOG_TEXT:return"Dialog (Text)";case _r.DIALOG_INTEGER:return"Dialog (Integer)";case _r.DIALOG_REAL:return"Dialog (Real)";case _r.DIALOG_BOOLEAN:return"Dialog (Boolean)";case _r.DIALOG_DATE:return"Dialog (Date)";case _r.DIALOG_TIME:return"Dialog (Time)";case _r.DIALOG_DATETIME:return"Dialog (Datetime)";case _r.DIAGRAM:return"Diagram";case _r.PAGE:return"Page";case _r.DIALOG:return"Dialog";default:if(_r.EXTENSION<=n){var t=wr.get(n);return t?t.label:"Extension"}return"Unknown"}},n.prototype.toOpenDialogTypeLabel=function(n){switch(n){case Mr.TEXT:return"Text";case Mr.INTEGER:return"Integer";case Mr.REAL:return"Real";case Mr.BOOLEAN:return"Boolean";case Mr.DATE:return"Date";case Mr.TIME:return"Time";case Mr.DATETIME:return"Datetime";default:if(Mr.EXTENSION<=n){var t=br.get(n);return t?t.label:"Extension"}return"Unknown"}},n.prototype.toGestureTypeLabel=function(n){switch(n){case Br.SHAPE:return"Shape";case Br.LAYER:return"Layer"}},n.prototype.toGestureOperationTypeLabel=function(n){switch(n){case vr.DRAG:return"Drag";case vr.PINCH:return"Pinch"}return"Unknown"},n.prototype.toMiscTypeLabel=function(n){switch(n){case xr.INPUT_TEXT:return"Input (Text)";case xr.INPUT_INTEGER:return"Input (Integer)";case xr.INPUT_REAL:return"Input (Real)";case xr.EMIT_EVENT:return this.toOnInputActionLabel(Sr.EMIT_EVENT);case xr.WRITE_BOTH:return this.toOnInputActionLabel(Sr.WRITE_BOTH);case xr.WRITE_LOCAL:return this.toOnInputActionLabel(Sr.WRITE_LOCAL);case xr.WRITE_REMOTE:return this.toOnInputActionLabel(Sr.WRITE_REMOTE);case xr.HTML_ELEMENT:return"HTML element";case xr.HTML_ELEMENT_WITHOUT_POINTER_EVENTS:return"HTML element (No pointer events)";case xr.SHOW_HIDE_LAYER:return"Show / hide layers";case xr.GESTURE_LAYER:return"Layer gesture";case xr.GESTURE:return"Gesture";case xr.EXECUTE:return"Execute"}},n.prototype.toHtmlElementWhenLabel=function(n){switch(n){case lt.CLICKED:return"Clicked";case lt.DOUBLE_CLICKED:return"Double clicked";case lt.FOCUSED:return"Focused";case lt.ALWAYS:return"Always"}},n.prototype.toOnInputActionLabel=function(n){switch(n){case Sr.EMIT_EVENT:return"Emit event";case Sr.WRITE_BOTH:return"Write (Both)";case Sr.WRITE_LOCAL:return"Write (Local)";case Sr.WRITE_REMOTE:return"Write (Remote)"}},n}(),zr=function(){e.set("EShapeActionValue",Rr)};const Gr=wcardinal.ui.EShapeStrokeSide;var Vr=function(){function n(){}return n.prototype.getFillColor=function(){return 16777215},n.prototype.getFillAlpha=function(){return.5},n.prototype.getStrokeColor=function(){return 5197647},n.prototype.getStrokeAlpha=function(){return 1},n.prototype.getStrokeWidth=function(){return 2},n.prototype.getStrokeAlign=function(){return 0},n.prototype.getStrokeSide=function(){return Gr.ALL},n.prototype.getStrokeStyle=function(){return gn.NONE},n.prototype.getTextValue=function(){return""},n.prototype.getTextColor=function(){return this.getStrokeColor()},n.prototype.getTextAlpha=function(){return this.getStrokeAlpha()},n.prototype.getTextFamily=function(){return"auto"},n.prototype.getTextSize=function(){return 14},n.prototype.getRadius=function(){return.25},n.prototype.getSizeX=function(){return 100},n.prototype.getSizeY=function(){return 100},n.prototype.getHighlightColor=function(){return 2000880},n.prototype.getCurveSegmentCount=function(){return 24},n}(),Or=function(){e.set("EShape",Vr)},qr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getInteractive=function(){return i.CHILDREN},t.prototype.getOutlineColor=function(n){return null},t}(m),jr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return 33},t.prototype.getWidth=function(){return 300},t.prototype.getX=function(){return"CENTER"},t}(qr),Xr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return 15},t.prototype.getWidth=function(){return 30},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getTextAlignVertical=function(){return b.MIDDLE},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(y),Yr=function(){function n(){}return n.getBackgroundColor=function(n,t){return n.isActive||t?n.inDisabled?this.BACKGROUND_COLOR:n.isPressed&&n.isHovered?this.BACKGROUND_COLOR_ACTIVE_PRESSED:n.isPressed||n.isHovered?this.BACKGROUND_COLOR_ACTIVE_HOVERED:this.BACKGROUND_COLOR_ACTIVE:n.inDisabled?this.BACKGROUND_COLOR_DISABLED:n.isPressed&&n.isHovered?this.BACKGROUND_COLOR_PRESSED:n.isPressed||n.isHovered?this.BACKGROUND_COLOR_HOVERED:this.BACKGROUND_COLOR},n.BACKGROUND_COLOR_ACTIVE=a.HIGHLIGHT_COLOR,n.BACKGROUND_COLOR_ACTIVE_HOVERED=h.darken(n.BACKGROUND_COLOR_ACTIVE,.1),n.BACKGROUND_COLOR_ACTIVE_PRESSED=h.darken(n.BACKGROUND_COLOR_ACTIVE,.2),n.BACKGROUND_COLOR=a.WEAK_HIGHLIGHT_COLOR,n.BACKGROUND_COLOR_HOVERED=h.darken(n.BACKGROUND_COLOR,.1),n.BACKGROUND_COLOR_PRESSED=h.darken(n.BACKGROUND_COLOR,.2),n.BACKGROUND_COLOR_DISABLED=h.blend(n.BACKGROUND_COLOR,a.BACKGROUND_COLOR_ON_BOARD,.5),n}();t.add("slider_thumb",16,16,'<circle cx="8" cy="8" r="7.5" stroke="none" fill="#ffffff" />');var Ur=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getX=function(){return"CENTER"},e.prototype.getY=function(){return"CENTER"},e.prototype.getWidth=function(){return 16},e.prototype.getHeight=function(){return 16},e.prototype.getBackgroundColor=function(n){return null},e.prototype.getBorderColor=function(n){return null},e.prototype.getImageSource=function(n){return t.mappings.slider_thumb},e.prototype.getImageTintColor=function(n){return Yr.getBackgroundColor(n,!0)},e.prototype.getImageTintAlpha=function(n){return 1},e.prototype.getImageAlignHorizontal=function(){return g.CENTER},e.prototype.getOutlineColor=function(n){return null},e}(F),Kr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Yr.getBackgroundColor(n)},t.prototype.getBorderColor=function(n){return null},t.prototype.getOutlineColor=function(t){return n.prototype.getOutlineColorNonActive.call(this,t)},t.prototype.getOutlineOffset=function(t){return n.prototype.getOutlineOffsetNonActive.call(this,t)},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(F),Zr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return 0},t.prototype.getY=function(){return"CENTER"},t.prototype.getWidth=function(){return"100%"},t.prototype.getHeight=function(){return 5},t}(Kr),Qr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return"CENTER"},t.prototype.getY=function(){return 0},t.prototype.getWidth=function(){return 5},t.prototype.getHeight=function(){return"100%"},t}(Kr),$r=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return"CENTER"},t.prototype.getY=function(){return"CENTER"},t.prototype.getWidth=function(){return 2*this.getLineHeight()},t.prototype.getHeight=function(){return this.getLineHeight()},t.prototype.getBackgroundColor=function(n){return n.inDisabled?11184810:a.HIGHLIGHT_COLOR},t.prototype.getBorderColor=function(n){return null},t.prototype.getColor=function(n){return a.ACTIVE_COLOR},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getTextAlignVertical=function(){return b.TOP},t.prototype.getPrecision=function(){return 0},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(y),nu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return 322},t.prototype.getWidth=function(){return 35},t}(qr),tu=function(){e.set("DSlider",qr),e.set("DSliderValue",$r),e.set("DSliderLabel",Xr),e.set("DSliderThumb",Ur),e.set("DSliderVertical",nu),e.set("DSliderHorizontal",jr),e.set("DSliderTrack",Kr),e.set("DSliderTrackVertical",Qr),e.set("DSliderTrackHorizontal",Zr)},eu=function(){e.set("DText",Ft)};const ru=wcardinal.ui.DTableState;var uu=function(){function n(){}return n.init=function(){ke.init()},n.getImageSource=function(n){return n.is(ru.HAS_CHILDREN)?n.is(ru.OPENED)?ke.getImageOpened():ke.getImageClosed():null},n}();uu.init();var iu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getSecondaryImageSource=function(n){return uu.getImageSource(n)},t.prototype.getSecondaryImageTintColor=function(n){return this.getColor(n)},t.prototype.getSecondaryImageTintAlpha=function(n){return.5*this.getAlpha(n)},t.prototype.getSecondaryImageAlignWith=function(){return w.PADDING},t.prototype.getSecondaryImageMarginHorizontal=function(){return-19},t}(le),ou=function(n){function t(){var t=n.call(this)||this;return t.S=t.newStyle(),t}return u(t,n),t.prototype.newStyle=function(){return new iu(null,!0,!1)},t.prototype.getBackgroundColor=function(n){return a.BACKGROUND_COLOR_ON_BOARD},t}(ce),cu=function(n){function t(){var t=n.call(this)||this;return t.S=t.newStyle(),t}return u(t,n),t.prototype.newStyle=function(){return new iu(null,!0,!1)},t.prototype.getBackgroundColor=function(n){return this.S.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return this.S.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return this.S.getBorderColor(n)},t.prototype.getBorderMask=function(n){return this.S.getBorderMask(n)},t.prototype.getColor=function(n){return this.S.getColor(n)},t.prototype.getAlpha=function(n){return this.S.getAlpha(n)},t.prototype.getHeight=function(){return this.S.getHeight()},t.prototype.getCornerMask=function(){return this.S.getCornerMask()},t.prototype.getImageTintColor=function(n){return this.S.getImageTintColor(n)},t.prototype.getCursor=function(n){return this.S.getCursor(n)},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.newTextValue=function(){},t.prototype.getWidth=function(){return"padding"},t.prototype.getLevelPadding=function(n){return 24+20*n-this.getPaddingLeft()},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isDisabled=!0},t}(C),fu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getCursor=function(n){return n.isActionable?"pointer":""},t}(cu);uu.init();var lu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getSecondaryImageSource=function(n){return this.S.getSecondaryImageSource(n)},t.prototype.getSecondaryImageTintColor=function(n){return this.S.getSecondaryImageTintColor(n)},t.prototype.getSecondaryImageTintAlpha=function(n){return this.S.getSecondaryImageTintAlpha(n)},t.prototype.getSecondaryImageAlignWith=function(){return this.S.getSecondaryImageAlignWith()},t.prototype.getSecondaryImageMarginHorizontal=function(){return this.S.getSecondaryImageMarginHorizontal()},t}(fu),hu=function(){e.set("DTree",ou),e.set("DTreeItemText",cu),e.set("DTreeItemButton",fu),e.set("DTreeItemNonEditable",lu)};const au=wcardinal.ui.UtilGestureModifier;var su=function(){function n(){}return n.prototype.isWheelZoomEnabled=function(){return!0},n.prototype.getWheelZoomSpeed=function(){return.004},n.prototype.getWheelZoomModifier=function(){return au.NOT_NONE},n.prototype.isWheelTranslationEnabled=function(){return!0},n.prototype.getWheelTranslationSpeed=function(){return 2.24},n.prototype.getWheelTranslationModifier=function(){return au.NONE},n.prototype.isDblClickZoomEnabled=function(){return!0},n.prototype.getDblClickZoomSpeed=function(){return 2},n.prototype.getDblClickZoomModifier=function(){return au.NONE},n.prototype.getDblClickZoomDuration=function(){return 333},n.prototype.getZoomMin=function(){return.01},n.prototype.getZoomMax=function(){return 100},n.prototype.getZoomKeepRatio=function(){return!0},n.prototype.getGestureMode=function(){return oe.ON},n.prototype.getGestureModifier=function(){return au.NONE},n.prototype.getGestureDuration=function(){return 1},n}(),du=function(){e.set("DView",su)},mu=function(){ve.setDefaultThemeClass(e)};t.add("button_color_sample",21,21,'<g transform="scale(0.875,0.875)"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#fff"/></g>');var Du=function(n){return"#".concat(h.toCode(n.color)," A").concat(n.alpha.toFixed(2))},pu=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getImageTintColor=function(n){return null},e.prototype.getImageSource=function(n){return t.mappings.button_color_sample},e.prototype.getTextFormatter=function(){return Du},e.prototype.newTextValue=function(){return{color:16777215,alpha:1}},e}(F),Tu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An);const gu=wcardinal.ui.DColorType;var Wu=function(n,t){for(var e="<g>",r=0;r<t;++r)for(var u=0;u<n;++u){var i=(u+r)%2==0?"#bfbfbf":"#a5a5a5";e+='<rect x="'.concat(9*u,'" y="').concat(9*r,'" width="9" height="9" fill="').concat(i,'" />')}return e+"</g>"};t.add("picker_color_main",236,164,'<g><linearGradient id="fs7w3iusfdnb" x1="0%" y1="0%" x2="100%" y2="0%"><stop stop-color="#FFFFFF" stop-opacity="0" offset="0"/><stop stop-color="#FFFFFF" stop-opacity="1" offset="1"/></linearGradient><linearGradient id="2rfcfe9874bw" x1="0%" y1="0%" x2="0%" y2="100%"><stop stop-color="#000000" stop-opacity="0" offset="0"/><stop stop-color="#000000" stop-opacity="1" offset="1"/></linearGradient><rect x="0" y="0" width="236" height="164" fill="url(#fs7w3iusfdnb)" /><rect x="0" y="0" width="236" height="164" fill="url(#2rfcfe9874bw)" /></g>',1,1,234,162),t.add("picker_color_main_base",236,164,'<g><rect x="0" y="0" width="236" height="164" fill="#fff" /></g>',1,1,234,162),t.add("picker_color_alpha_checkerboard",234,18,Wu(26,2)),t.add("picker_color_alpha",234,18,'<g><linearGradient id="s48afbuh44" x1="0%" y1="0%" x2="100%" y2="0%"><stop stop-color="#FFFFFF" stop-opacity="0" offset="0"/><stop stop-color="#FFFFFF" stop-opacity="1" offset="1"/></linearGradient><rect x="0" y="0" width="234" height="18" fill="url(#s48afbuh44)" /></g>'),t.add("picker_color_base",234,18,'<g><linearGradient id="ni2rbisdf3" x1="0%" y1="0%" x2="100%" y2="0%"><stop stop-color="#FF0000" offset="0"/><stop stop-color="#FFFF00" offset="0.167"/><stop stop-color="#00FF00" offset="0.333"/><stop stop-color="#00FFFF" offset="0.5"/><stop stop-color="#0000FF" offset="0.667"/><stop stop-color="#FF00FF" offset="0.833"/><stop stop-color="#FF0000" offset="1"/></linearGradient><rect x="0" y="0" width="234" height="18" fill="url(#ni2rbisdf3)" /></g>'),t.add("picker_color_base_pointer",16.2,31.8,'<rect x="4.5" y="4.5" width="7.2" height="22.8" stroke="#5f5f5f" stroke-width="2.4" fill="none" />'),t.add("picker_color_pointer",25.8,25.8,'<circle cx="12.9" cy="12.9" r="4.8" stroke="#5f5f5f" stroke-width="2.4" fill="none" /><circle cx="12.9" cy="12.9" r="7.2" stroke="#ffffff" stroke-width="2.4" fill="none" />'),t.add("picker_color_recent_checkerboard",36,36,Wu(4,4),9,9,18,18),t.add("picker_color_recent",36,36,'<g><rect x="0" y="0" width="36" height="36" fill="#fff" /><path x="0" y="0" d="M9 9 h18 v18 h-18 v-18 m1 1 v16 h16 v-16 h-16 z" fill="#eee" /></g>',9,9,18,18),t.add("picker_color_sample_checkerboard",45,63,Wu(5,7)),t.add("picker_color_sample",47,65,'<g><rect x="0" y="0" width="47" height="65" fill="#fff" /></g>',1,1,45,63),t.add("picker_color_anchor_outlined",25.8,25.8,'<circle cx="12.9" cy="12.9" r="8.4" stroke="none" fill="#ffffff" /><circle cx="12.9" cy="12.9" r="9.6" stroke="#5f5f5f" stroke-width="2.4" fill="none" />'),t.add("picker_color_anchor",28.2,28.2,'<circle cx="14.1" cy="14.1" r="6" stroke="none" fill="#ffffff" /><circle cx="14.1" cy="14.1" r="7.2" stroke="#5f5f5f" stroke-width="2.4" fill="none" />'),t.add("picker_color_direction",12,30,'<path d="M0.6 25.8 L 12.0375 5.9895" stroke="#5f5f5f" stroke-width="1.2" fill="none" /><path d="M8.5125 25.8 A 8.475 8.475 0 0 0 4.275 18.4605" stroke="#5f5f5f" stroke-width="1.2" fill="none" /><rect x="0.6" y="24.6" width="11.4375" height="1.2" rx="0.6" ry="0.6" stroke="none" fill="#5f5f5f" />'),t.add("picker_color_standard",18,18,'<g><rect x="0" y="0" width="18" height="18" fill="#fff" stroke-width="1" stroke="#eee" /></g>');var bu=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getMainWidth=function(){return 234},e.prototype.getMainHeight=function(){return 162},e.prototype.getMainTexture=function(){return t.mappings.picker_color_main},e.prototype.getMainBaseTexture=function(){return t.mappings.picker_color_main_base},e.prototype.getMainPointerTexture=function(){return t.mappings.picker_color_pointer},e.prototype.getMainPointerColor=function(){return 16777215},e.prototype.getMainPointerAlpha=function(){return 1},e.prototype.getBaseHeight=function(){return 18},e.prototype.getBaseMargin=function(){return 6},e.prototype.getBaseTexture=function(){return t.mappings.picker_color_base},e.prototype.getBasePointerTexture=function(){return t.mappings.picker_color_base_pointer},e.prototype.getBasePointerColor=function(){return 16777215},e.prototype.getBasePointerAlpha=function(){return this.getMainPointerAlpha()},e.prototype.getAlphaHeight=function(){return this.getBaseHeight()},e.prototype.getAlphaMargin=function(){return this.getBaseMargin()},e.prototype.getAlphaTexture=function(){return t.mappings.picker_color_alpha},e.prototype.getAlphaCheckerboardTexture=function(){return t.mappings.picker_color_alpha_checkerboard},e.prototype.getAlphaPointerTexture=function(){return this.getBasePointerTexture()},e.prototype.getAlphaPointerColor=function(){return this.getBasePointerColor()},e.prototype.getAlphaPointerAlpha=function(){return this.getMainPointerAlpha()},e.prototype.getRecentMargin=function(){return this.getBaseMargin()},e.prototype.getRecentColorWidth=function(){return this.getBaseHeight()},e.prototype.getRecentColorHeight=function(){return this.getRecentColorWidth()},e.prototype.getRecentColorMargin=function(){return this.getRecentMargin()},e.prototype.getRecentColorCount=function(){return 10},e.prototype.getRecentCheckerboardTexture=function(){return t.mappings.picker_color_recent_checkerboard},e.prototype.getRecentTexture=function(){return t.mappings.picker_color_recent},e.prototype.getInputMargin=function(){return this.getBaseMargin()},e.prototype.getInputLabelWidth=function(){return 15},e.prototype.getSampleCheckerboardOldTexture=function(){return t.mappings.picker_color_sample_checkerboard},e.prototype.getSampleCheckerboardNewTexture=function(){return t.mappings.picker_color_sample_checkerboard},e.prototype.getSampleOldTexture=function(){return t.mappings.picker_color_sample},e.prototype.getSampleNewTexture=function(){return t.mappings.picker_color_sample},e.prototype.getStandardColorCount=function(){return 80},e.prototype.getStandardColorWidth=function(){return this.getBaseHeight()},e.prototype.getStandardColorHeight=function(){return this.getStandardColorWidth()},e.prototype.getStandardColorMargin=function(){return this.getBaseMargin()},e.prototype.getStandardTexture=function(){return t.mappings.picker_color_standard},e.prototype.getBackgroundColor=function(n){return null},e.prototype.getBorderColor=function(n){return null},e.prototype.getInteractive=function(){return i.CHILDREN},e.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},e}(m),wu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.toColorTypeLabel=function(n){switch(n){case gu.STANDARD:return"標準";case gu.CUSTOM:return"カスタム"}},t}(bu),ku=function(){e.set("DPickerColor",wu)},Iu=function(){e.set("DDialogColor",Tu),ku()},yu=function(){e.set("DButtonColor",pu),Iu()};const Cu=wcardinal.ui.DColorGradientObservable;t.add("button_color_gradient_sample",21,21,'<g transform="scale(0.875,0.875)"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#fff"/></g>');var vu=function(){return""},Bu=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getViewBaseTexture=function(){return t.mappings.button_color_gradient_sample},e.prototype.getTextFormatter=function(){return vu},e.prototype.newTextValue=function(){return new Cu},e.prototype.getCheckerColors=function(){return[.75,.65]},e}(F),xu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An),Su=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getGradientPointsWidth=function(){return 30},e.prototype.getGradientPointsMargin=function(){return 24},e.prototype.getGradientAnchorTexture=function(){return t.mappings.picker_color_anchor},e.prototype.getGradientAnchorOutlinedTexture=function(){return t.mappings.picker_color_anchor_outlined},e.prototype.getGradientAnchorOutlineTexture=function(){return t.mappings.picker_color_anchor_outline},e.prototype.getGradientDirectionMargin=function(){return 5},e.prototype.getGradientDirectionTexture=function(){return t.mappings.picker_color_direction},e.prototype.getGradientRecentColumn=function(){return 4},e.prototype.getGradientRecentWidth=function(){return 30},e.prototype.getGradientRecentMargin=function(){return 5},e.prototype.getGradientRecentCount=function(){return 16},e.prototype.getGradientRecents=function(){return[]},e.prototype.getGradientCheckerColors=function(){return[.75,.65]},e.prototype.getBackgroundColor=function(n){return null},e.prototype.getBorderColor=function(n){return null},e.prototype.getInteractive=function(){return i.CHILDREN},e.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},e}(m),Mu=function(){e.set("DPickerColorGradient",Su),ku()},_u=function(){e.set("DDialogColorGradient",xu),Mu()},Ju=function(){e.set("DButtonColorGradient",Bu),_u()};const Lu=wcardinal.ui.DPickerDates;var Eu=function(n){return Lu.format(n)},Pu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return Eu},t.prototype.newTextValue=function(){return new Date},t}(F),Fu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An);const Nu=wcardinal.ui.DPickerDatetimeMask;var Au=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getInteractive=function(){return i.CHILDREN},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t.prototype.getMargin=function(){return 8},t.prototype.getMask=function(){return Nu.HOURS|Nu.MINUTES},t.prototype.getWidth=function(){return"auto"},t.prototype.getHeight=function(){return"auto"},t.prototype.getLowerBound=function(){return null},t.prototype.isLowerBoundInclusive=function(){return!1},t.prototype.getUpperBound=function(){return null},t.prototype.isUpperBoundInclusive=function(){return!1},t}(m),Hu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHoursOptions=function(){return{width:100,title:"時"}},t.prototype.getMinutesOptions=function(){return{width:100,title:"分"}},t.prototype.getSecondsOptions=function(){return{width:100,title:"秒"}},t}(Au),Ru=["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],zu=["日","月","火","水","木","金","土"],Gu=function(n){return"".concat(n.getFullYear(),"年").concat(Ru[n.getMonth()])},Vu=function(){},Ou=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDayLabels=function(){return zu},t.prototype.getLabelFormatter=function(){return Gu},t.prototype.getDateDecorator=function(){return Vu},t.prototype.getBackButtonOptions=function(){return{title:"前月"}},t.prototype.getNextButtonOptions=function(){return{title:"翌月"}},t.prototype.getDayStart=function(){return 0},t.prototype.getMask=function(){return Nu.DATE|n.prototype.getMask.call(this)},t}(Hu),qu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMask=function(){return Nu.DATE},t}(Ou);t.add("picker_date_back",24,24,'<g><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" fill="#fff" /></g>');var ju=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return"auto"},e.prototype.getImageAlignWith=function(){return w.PADDING},e.prototype.getImageMarginHorizontal=function(){return 0},e.prototype.getImageAlignHorizontal=function(){return g.LEFT},e.prototype.getImageSource=function(n){return t.mappings.picker_date_back},e.prototype.getAlpha=function(t){return.9*n.prototype.getAlpha.call(this,t)},e}(B),Xu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getTextStyleClipping=function(){return!1},t.prototype.getWidth=function(){return 30},t.prototype.getHeight=function(){return 30},t.prototype.isToggle=function(){return!0},t}(B);t.add("picker_date_next",24,24,'<g><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" fill="#fff" /></g>');var Yu=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return"auto"},e.prototype.getImageAlignWith=function(){return w.PADDING},e.prototype.getImageMarginHorizontal=function(){return 0},e.prototype.getImageAlignHorizontal=function(){return g.LEFT},e.prototype.getImageSource=function(n){return t.mappings.picker_date_next},e.prototype.getAlpha=function(t){return.9*n.prototype.getAlpha.call(this,t)},e}(B),Uu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return 30},t.prototype.getHeight=function(){return 30},t.prototype.getTextStyleClipping=function(){return!1},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getAlpha=function(t){return.9*n.prototype.getAlpha.call(this,t)},t.prototype.getFontWeight=function(){return"bold"},t.prototype.getFontSize=function(){return Math.round(1.25*n.prototype.getFontSize.call(this))},t.prototype.newTextValue=function(){return new Date},t.prototype.getInteractive=function(){return i.NONE},t}(Ft),Ku=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return 30},t.prototype.getHeight=function(){return 30},t.prototype.getTextStyleClipping=function(){return!1},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getAlpha=function(t){return.9*n.prototype.getAlpha.call(this,t)},t.prototype.getFontWeight=function(){return"bold"},t}(Ft),Zu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBorderColor=function(n){return null},t.prototype.getWidth=function(){return 30},t.prototype.getHeight=function(){return 30},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t.prototype.getInteractive=function(){return i.NONE},t}(m),Qu=function(){e.set("DPickerTime",Hu)},$u=function(){e.set("DPickerDatetimeButtonBack",ju),e.set("DPickerDatetimeButtonDate",Xu),e.set("DPickerDatetimeButtonNext",Yu),e.set("DPickerDatetimeLabelDate",Ku),e.set("DPickerDatetimeLabel",Uu),e.set("DPickerDatetimeSpace",Zu),e.set("DPickerDatetime",Ou),Qu()},ni=function(){e.set("DPickerDate",qu),$u()},ti=function(){e.set("DDialogDate",Fu),ni()},ei=function(){e.set("DButtonDate",Pu),ti()};const ri=wcardinal.ui.DPickerDatetimes;var ui=function(n,t){return ri.format(n,t.getDatetimeMask())},ii=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return ui},t.prototype.newTextValue=function(){return new Date},t}(F),oi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An),ci=function(){e.set("DDialogDatetime",oi),$u()},fi=function(){e.set("DButtonDatetime",ii),ci()};const li=wcardinal.ui.toLabel;var hi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return li},t.prototype.newTextValue=function(){return null},t}(F),ai=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBorderColor=function(n){return null},t.prototype.getHeight=function(){return 250},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(fe),si=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newStyle=function(){return new le(null,!1,!0)},t.prototype.getCornerMask=function(){return c.NONE},t}(he),di=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return 480},t.prototype.getFooter=function(){return null},t.prototype.getInputMargin=function(){return 19},t.prototype.isDismissable=function(){return!1},t.prototype.isCategoryDismissable=function(){return!0},t}(Nn),mi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDismissLabel=function(){return"なし"},t.prototype.getCategoryDismissLabel=function(){return"全て"},t}(di),Di=function(){e.set("DDialogSelect",mi),e.set("DDialogSelectList",ai),e.set("DDialogSelectListItem",si)},pi=function(){e.set("DButtonSelect",hi),Di()};const Ti=wcardinal.ui.DPickerTimes;var gi=function(n,t){return Ti.format(n,t.getDatetimeMask())},Wi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return gi},t.prototype.newTextValue=function(){return new Date},t}(F),bi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An),wi=function(){e.set("DDialogTime",bi),Qu()},ki=function(){e.set("DButtonTime",Wi),wi()},Ii=function(){x(),J(),L(),Ju(),yu(),pi(),P(),ei(),fi(),A(),R(),G(),q(),j(),Y(),ki(),U()},yi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getCanvasBackgroundColor=function(){return 16777215},t.prototype.getCanvasBackgroundAlpha=function(){return 1},t.prototype.isAmbient=function(){return!0},t.prototype.getCanvasShadow=function(){return"WEAK"},t}(Z),Ci=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(yi),vi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isAmbient=function(){return!0},t.prototype.getBackgroundBase=function(){return 15658734},t.prototype.getLocalBoundsLimit=function(){return 0},t}(K),Bi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(vi),xi=function(){},Si=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getCurveSplineLabel=function(){return"スプライン曲線"},t.prototype.getCurveBezierQuadraticLabel=function(){return"2次ベジェ曲線"},t}(xi),Mi=function(){e.set("EShapePointsFormatter",Si)},_i=function(){e.set("DDiagram",Ci),e.set("DDiagramCanvas",Bi),Mi(),Or()},Ji=function(n,t,e){var r=Math.max(t,e);if(0<n){for(var u=r/1e3,i=0;i<10&&n<u;++i)n*=10;if(u<=n)return n}return r},Li=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isAmbient=function(){return!1},t.prototype.getLocalBoundsLimit=function(){return 1e3},t.prototype.getOutlineColor=function(n){return null},t.prototype.getSnapGridMajorInterval=function(){return 10},t.prototype.getSnapGridMajorColor=function(){return 10066329},t.prototype.getSnapGridMajorAlpha=function(){return.5},t.prototype.getSnapGridMajorWidth=function(){var n;return Math.max(1,2/(null!==(n=window.devicePixelRatio)&&void 0!==n?n:1))},t.prototype.getSnapGridMajorStyle=function(){return gn.DASHED|gn.NON_SCALING},t.prototype.getSnapGridMinorColor=function(){return this.getSnapGridMajorColor()},t.prototype.getSnapGridMinorAlpha=function(){return.125},t.prototype.getSnapGridMinorWidth=function(){return this.getSnapGridMajorWidth()},t.prototype.getSnapGridMinorStyle=function(){return this.getSnapGridMajorStyle()},t.prototype.getSnapGridSize=function(){return Ji},t.prototype.getSnapTargetColor=function(){return a.HIGHLIGHT_COLOR},t.prototype.getSnapTargetAlpha=function(){return 1},t.prototype.getSnapTargetWidth=function(){return this.getSnapGridMajorWidth()},t.prototype.getSnapTargetStyle=function(){return this.getSnapGridMajorStyle()},t}(vi),Ei=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isAmbient=function(){return!1},t.prototype.isThumbnailEnabled=function(){return!1},t.prototype.getThumbnailSize=function(){return null},t.prototype.isSnapEnabled=function(){return!0},t.prototype.isSnapGridVisible=function(){return!0},t.prototype.isSnapGridEnabled=function(){return!0},t.prototype.getSnapGridSize=function(){return 10},t.prototype.isSnapTargetVisible=function(){return!0},t.prototype.isSnapTargetEnabled=function(){return!0},t}(yi),Pi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBaseLayerLabel=function(){return"ベースレイヤー"},t}(Ei),Fi=function(){e.set("DDiagramEditor",Pi),e.set("DDiagramCanvasEditor",Li),zr(),Mi(),Or()},Ni=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return 38},t.prototype.getPaddingLeft=function(){return 16},t.prototype.getPaddingRight=function(){return 16},t.prototype.getBackgroundColor=function(n){return null},t.prototype.getCornerMask=function(){return c.BOTTOM},t.prototype.getBorderColor=function(n){return null},t.prototype.getInteractive=function(){return i.CHILDREN},t.prototype.newState=function(n){n.isFocusable=!1},t}(C);t.add("dialog_layered_header_button_close",20,14,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="15 2 5 12"></polyline><polyline fill="none" stroke="#fff" stroke-width="1" points="5 2 15 12"></polyline></g>');var Ai=function(n,t){return n-34},Hi=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getX=function(){return Ai},e.prototype.getY=function(){return"center"},e.prototype.getWidth=function(){return 30},e.prototype.getHeight=function(){return 30},e.prototype.getSecondaryImageAlignHorizontal=function(){return g.CENTER},e.prototype.getSecondaryImageAlignVertical=function(){return b.MIDDLE},e.prototype.getSecondaryImageAlignWith=function(){return w.PADDING},e.prototype.getSecondaryImageSource=function(n){return t.mappings.dialog_layered_header_button_close},e}(B),Ri=function(n){return n-1},zi=function(n){return n-16},Gi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return 8},t.prototype.getY=function(){return Ri},t.prototype.getWidth=function(){return zi},t.prototype.getHeight=function(){return 1},t.prototype.getBackgroundColor=function(n){return a.BORDER_COLOR},t.prototype.getBorderColor=function(n){return null},t.prototype.getInteractive=function(){return i.NONE},t.prototype.newState=function(n){n.isFocusable=!1},t}(C),Vi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isButtonSpaceLeftEnabled=function(){return!0},t.prototype.isButtonSpaceRightEnabled=function(){return!0},t.prototype.getX=function(){return"padding"},t.prototype.getY=function(){return"padding"},t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return"auto"},t.prototype.getPaddingTop=function(){return 0},t.prototype.getPaddingRight=function(){return 16},t.prototype.getPaddingBottom=function(){return 16},t.prototype.getPaddingLeft=function(){return 16},t}(Dt),Oi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getButtonOk=function(){return"OK"},t.prototype.getButtonCancel=function(){return"キャンセル"},t}(Vi),qi=function(){e.set("DDialogLayeredContent",Gn),e.set("DDialogLayeredFooter",Oi),e.set("DDialogLayeredHeaderButtonClose",Hi),e.set("DDialogLayeredHeaderSeparator",Gi),e.set("DDialogLayeredHeader",Ni),e.set("DDialogLayered",Nn)},ji=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return"auto"},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(it),Xi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMessage=function(){return""},t}(Nn),Yi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFooter=function(){return{button:{ok:"はい",cancel:"いいえ"}}},t}(Xi),Ui=function(){e.set("DDialogConfirm",Yi),e.set("DDialogConfirmMessage",ji)},Ki=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMessage=function(){return"このデータを削除しますか?"},t}(Yi),Zi=function(){e.set("DDialogConfirmDelete",Ki)},Qi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMessage=function(){return"保存されていない変更があります。\nこれらの変更を破棄し続行しますか?"},t}(Yi),$i=function(){e.set("DDialogConfirmDiscard",Qi)},no=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Xi),to=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFooter=function(){return{button:{ok:"OK",cancel:null}}},t}(no),eo=function(){e.set("DDialogMessage",to)};t.add("success_mark",21,21,'<g transform="scale(0.875,0.875)"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z" fill="#fff" /></g>');var ro=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getHeight=function(){return 90},e.prototype.getImageSource=function(n){return n.isSucceeded?t.mappings.success_mark:null},e.prototype.getImageTintAlpha=function(n){return.75},e}(ji),uo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDoneDelay=function(){return 400},t.prototype.getCloseDelay=function(){return 600},t}(Xi),io=function(n){return n.isSucceeded?"正常に処理されました":n.isFailed?"処理中に問題が発生しました":"処理中です..."},oo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFooter=function(){return{button:{ok:"OK",cancel:null}}},t.prototype.getMessage=function(){return io},t}(uo),co=function(){e.set("DDialogProcessing",oo),e.set("DDialogProcessingMessage",ro)},fo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Qn),lo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFooter=function(){return{button:{ok:"保存",cancel:null}}},t}(fo),ho=function(){e.set("DDialogSaveAs",lo)},ao=function(){_u(),Iu(),Zi(),$i(),Ui(),ti(),ci(),On(),Xn(),Un(),Zn(),$n(),qi(),eo(),co(),ho(),Di(),wi(),nt()},so=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getCornerAdjust=function(){return!0},t.prototype.getMargin=function(){return 0},t}(Dt),mo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isToggle=function(){return!0},t}(F),Do=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"OFF"},t}(mo),po=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isToggle=function(){return!0},t}(F),To=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"ON"},t}(po),go=function(){e.set("DInputBoolean",so),e.set("DInputBooleanButtonOn",To),e.set("DInputBooleanButtonOff",Do)},Wo=function(){Tt(),go(),Pt(),At(),zt(),Ot(),ee(),re()};const bo=wcardinal.ui.DLinkMenuItemId;t.add("link_mark",24,24,'<g><path fill="none" stroke="#fff" stroke-width="1" d="M10 6H7c-1.11 0-2 .9-2 2v8c0 1.1.89 2 2 2h8c1.1 0 2-.9 2-2v-3 M19 11V4h-7 M18.75 4.5l-8 8" /></g>');var wo=function(){function n(){}return n.prototype.getImageSource=function(n){return t.mappings.link_mark},n.prototype.getMenuOptions=function(){return{sticky:!0,align:"RIGHT",items:[{value:bo.OPEN_LINK,text:{value:this.getLabelOpenLink()}},{value:bo.OPEN_LINK_IN_NEW_WINDOW,text:{value:this.getLabelOpenLinkInNewWindow()}},{value:bo.COPY_LINK_ADDRESS,text:{value:this.getLabelCopyLinkAddress()}}]}},n}(),ko=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getLabelOpenLink=function(){return"開く"},t.prototype.getLabelOpenLinkInNewWindow=function(){return"新しいウィンドウで開く"},t.prototype.getLabelCopyLinkAddress=function(){return"アドレスをコピーする"},t}(wo),Io=function(){e.set("DLink",ko)},yo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"100%"},t.prototype.getHeight=function(){return"100%"},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getInteractive=function(){return i.NONE},t.prototype.getAlpha=function(){return.2},t.prototype.getFontSize=function(){return 26},t.prototype.getFontWeight=function(){return"bold"},t.prototype.getImageTintAlpha=function(n){return.2},t.prototype.getImageAlignWith=function(){return w.TEXT},t.prototype.getImageAlignHorizontal=function(){return g.LEFT},t.prototype.getImageAlignVertical=function(){return b.MIDDLE},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(C),Co=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(yo),vo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"異常が発生しました"},t}(Co),Bo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(yo),xo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"アイテムはありません"},t}(Bo),So=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(yo),Mo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"検索中です"},t}(So),_o=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFontSize=function(){return 18},t}(yo),Jo=function(n){function t(){var t=n.call(this)||this;return t._=ve.get("DNoteError"),t}return u(t,n),t.prototype.newTextValue=function(){return this._.newTextValue()},t}(_o),Lo=function(n){function t(){var t=n.call(this)||this;return t._=ve.get("DNoteNoItemsFound"),t}return u(t,n),t.prototype.newTextValue=function(){return this._.newTextValue()},t}(_o),Eo=function(n){function t(){var t=n.call(this)||this;return t._=ve.get("DNoteSearching"),t}return u(t,n),t.prototype.newTextValue=function(){return this._.newTextValue()},t}(_o),Po=function(){e.set("DNote",yo),e.set("DNoteError",vo),e.set("DNoteNoItemsFound",xo),e.set("DNoteSearching",Mo),e.set("DNoteSmallError",Jo),e.set("DNoteSmallNoItemsFound",Lo),e.set("DNoteSmallSearching",Eo)},Fo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(){return a.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return null},t.prototype.getMargin=function(){return 0},t.prototype.getInteractive=function(){return i.BOTH},t}(ce),No=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"100%"},t.prototype.getCornerMask=function(){return c.TOP},t.prototype.getBorderColor=function(n){return null},t.prototype.getRowHeight=function(){return 30},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(m),Ao=function(){function n(){}var t;return n.getBackgroundColor=function(n){return n.inDisabled?n.is(ru.FROZEN)?n.onAlternated?this.BACKGROUND_COLOR_FROZEN_ODD:this.BACKGROUND_COLOR_FROZEN_EVEN:null:n.isInvalid?a.INVALID_BLENDED_ON_BOARD:n.underActive?a.HIGHLIGHT_BLENDED_ON_BOARD:n.onHovered||n.isHovered?a.WEAK_HIGHLIGHT_BLENDED_ON_BOARD:n.is(ru.FROZEN)?n.onAlternated?this.BACKGROUND_COLOR_FROZEN_ODD:this.BACKGROUND_COLOR_FROZEN_EVEN:null},n.getBackgroundAlpha=function(n){return 1},n.getBorderColor=function(n){return n.is(ru.FROZEN_END)?this.BORDER_COLOR_FROZEN:this.BORDER_COLOR},n.getBorderMask=function(n){return n.is(ru.END)?o.ALL:o.NOT_RIGHT},n.getColor=function(n){return a.COLOR},n.getAlpha=function(n){return n.inEnabled?1:0},n.getImageTintColor=function(n,t){return n.inDisabled||n.inReadOnly||!n.isActive&&!t?a.WEAK_HIGHLIGHT_COLOR:a.HIGHLIGHT_COLOR},n.getHeight=function(){return"padding"},n.getCornerMask=function(){return c.ALL},t=n,n.BACKGROUND_COLOR=a.BACKGROUND_COLOR_ON_BOARD,n.BACKGROUND_COLOR_FROZEN_EVEN=h.darken(t.BACKGROUND_COLOR,.015),n.BACKGROUND_COLOR_FROZEN_ODD=h.darken(t.BACKGROUND_COLOR_FROZEN_EVEN,.015),n.BORDER_COLOR=h.darken(t.BACKGROUND_COLOR,.035),n.BORDER_COLOR_FROZEN=h.darken(t.BORDER_COLOR,.035),n}(),Ho=function(){function n(){}return n.init=function(){t.add("action_mark",21,21,'<g transform="scale(0.875,0.875)"><path d="M14.06 9.02l.92.92L5.92 19H5v-.92l9.06-9.06M17.66 3c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z" fill="#fff"/></g>')},n.getImageSource=function(n){return t.mappings.action_mark},n.getImageTintColor=function(n){return Ao.getImageTintColor(n,!0)},n}(),Ro=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.isSyncEnabled=function(){return!0},t.prototype.newTextValue=function(){return null},t}(F);Ho.init();var zo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageTintColor=function(n){return Ho.getImageTintColor(n)},t.prototype.getImageSource=function(n){return Ho.getImageSource(n)},t.prototype.isSyncEnabled=function(){return!1},t}(Ro);Ho.init();var Go=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getSecondaryImageSource=function(n){return null},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getImageTintColor=function(n){return Ho.getImageTintColor(n)},t.prototype.getImageSource=function(n){return Ho.getImageSource(n)},t}(et),Vo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.isSyncEnabled=function(){return!0},t.prototype.newTextValue=function(){return null},t}(F);Ho.init();var Oo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageTintColor=function(n){return Ho.getImageTintColor(n)},t.prototype.getImageSource=function(n){return Ho.getImageSource(n)},t.prototype.isSyncEnabled=function(){return!1},t}(Vo),qo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getImageTintColor=function(n){return Ao.getImageTintColor(n)},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.newTextValue=function(){},t}(C),jo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getCursor=function(n){return n.isActionable?"pointer":""},t}(qo),Xo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getImageTintColor=function(n){return Ao.getImageTintColor(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t}(M),Yo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t}(pu),Uo=function(n){return Lu.format(n)},Ko=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getTextFormatter=function(){return Uo},t.prototype.newTextValue=function(){return new Date},t}(F),Zo=function(n,t){return ri.format(n,t.getDatetimeMask())},Qo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getTextFormatter=function(){return Zo},t.prototype.newTextValue=function(){return new Date},t}(F),$o=function(n){return String(Number(n)+1)},nc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getTextFormatter=function(){return $o},t.prototype.newTextValue=function(){return 0},t}(C),tc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignHorizontal=function(){return g.RIGHT},t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t}(Et),ec=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignHorizontal=function(){return g.RIGHT},t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t}(Rt),rc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t}(Gt),uc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t}(te);uu.init();var ic=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBorderColor=function(n){return null},t.prototype.getLevelPadding=function(n){return 24+20*n},t.prototype.getInteractive=function(){return i.CHILDREN},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1,t.isFocusReverse=!0},t}(m),oc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return"padding"},t.prototype.getY=function(){return"padding"},t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getPaddingLeft=function(){return 0},t}(Gt),cc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return"padding"},t.prototype.getY=function(){return"padding"},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBackgroundAlpha=function(n){return 1},t.prototype.getBorderColor=function(n){return null},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getImageAlignWith=function(){return w.BORDER},t.prototype.getImageAlignHorizontal=function(){return g.RIGHT},t.prototype.getImageSource=function(n){return uu.getImageSource(n)},t.prototype.getImageTintColor=function(n){return this.getColor(n)},t.prototype.getImageTintAlpha=function(n){return.5*this.getAlpha(n)},t}(v),fc=function(n){function t(){var t=n.call(this)||this;return t.M=ve.getInstance().get("DLink"),t}return u(t,n),t.prototype.getImageTintColor=function(n){return Ao.getImageTintColor(n,!0)},t.prototype.getImageSource=function(n){return this.M.getImageSource(n)},t}(jo),lc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getSecondaryImageSource=function(n){return null},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t}(pr),hc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getSecondaryImageSource=function(n){return null},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t}(gr),ac=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignVertical=function(){return b.TOP},t}(qo),sc=function(n,t){return Ti.format(n,t.getDatetimeMask())},dc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getTextFormatter=function(){return sc},t.prototype.newTextValue=function(){return new Date},t}(F);uu.init();var mc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getLevelPadding=function(n){return 24+20*n-this.getPaddingLeft()},t.prototype.getImageAlignWith=function(){return w.PADDING},t.prototype.getImageMarginHorizontal=function(){return-19},t.prototype.getImageSource=function(n){return uu.getImageSource(n)},t.prototype.getImageTintColor=function(n){return this.getColor(n)},t.prototype.getImageTintAlpha=function(n){return.5*this.getAlpha(n)},t}(jo),Dc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBorderColor=function(n){return null},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.getMargin=function(){return 0},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusReverse=!0},t}(Dt),pc=function(n){function t(){var t=null!==n&&n.apply(this,arguments)||this;return t.BACKGROUND_COLOR_EVEN=a.BACKGROUND_COLOR_ON_BOARD,t.BACKGROUND_COLOR_ODD=h.darken(a.BACKGROUND_COLOR_ON_BOARD,.0125),t}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?n.isAlternated?this.BACKGROUND_COLOR_ODD:this.BACKGROUND_COLOR_EVEN:n.isActive?a.HIGHLIGHT_BLENDED_ON_BOARD:n.isHovered?a.WEAK_HIGHLIGHT_BLENDED_ON_BOARD:n.isAlternated?this.BACKGROUND_COLOR_ODD:this.BACKGROUND_COLOR_EVEN},t.prototype.getWidth=function(){return"100%"},t}(Dc),Tc=function(n){function t(){var t=null!==n&&n.apply(this,arguments)||this;return t.BACKGROUND_COLOR=h.darken(a.BACKGROUND_COLOR_ON_BOARD,.03),t.BORDER_COLOR=h.darken(a.BACKGROUND_COLOR_ON_BOARD,.055),t}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:this.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return this.BORDER_COLOR},t.prototype.getBorderMask=function(n){return o.NOT_BOTTOM},t.prototype.getWidth=function(){return"100%"},t.prototype.getHeight=function(){return 30},t.prototype.getCursor=function(t){return t.is(ru.RESIZING)?"col-resize":n.prototype.getCursor.call(this,t)},t}(Dc),gc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Tc);t.add("sorted_descending",16,16,'<g transform="scale(0.875,0.875)"><path d="M3 12l5-5 5 5H3z" fill="#fff"/></g>'),t.add("sorted_ascending",16,16,'<g transform="scale(0.875,0.875)"><path d="M3 8l5 5 5-5H3z" fill="#fff"/></g>');var Wc=function(n){function e(){var t=null!==n&&n.apply(this,arguments)||this;return t.BACKGROUND_COLOR=h.darken(a.BACKGROUND_COLOR_ON_BOARD,.03),t.BACKGROUND_COLOR_HOVERED=h.darken(t.BACKGROUND_COLOR,.017),t.BACKGROUND_COLOR_PRESSED=h.darken(t.BACKGROUND_COLOR,.034),t.BACKGROUND_COLOR_FROZEN=h.darken(t.BACKGROUND_COLOR,.02),t.BORDER_COLOR=h.darken(a.BACKGROUND_COLOR_ON_BOARD,.055),t.BORDER_COLOR_FROZEN=h.darken(t.BORDER_COLOR,.055),t}return u(e,n),e.prototype.getBackgroundColor=function(n){return n.inDisabled||n.on(ru.RESIZING)?n.is(ru.FROZEN)?this.BACKGROUND_COLOR_FROZEN:null:n.isPressed?this.BACKGROUND_COLOR_PRESSED:n.isHovered?this.BACKGROUND_COLOR_HOVERED:n.is(ru.FROZEN)?this.BACKGROUND_COLOR_FROZEN:null},e.prototype.getBackgroundAlpha=function(n){return 1},e.prototype.getBorderColor=function(n){return n.is(ru.FROZEN_END)?this.BORDER_COLOR_FROZEN:this.BORDER_COLOR},e.prototype.getBorderMask=function(n){return n.is(ru.END)?o.ALL:o.NOT_RIGHT},e.prototype.getTextAlignHorizontal=function(){return g.CENTER},e.prototype.getCornerMask=function(){return c.ALL},e.prototype.getHeight=function(){return"padding"},e.prototype.getPaddingLeft=function(){return 10},e.prototype.getPaddingRight=function(){return 10},e.prototype.newTextValue=function(){return null},e.prototype.getImageTintColor=function(n,t){return n.inDisabled||n.inReadOnly||!n.isActive&&!t?a.WEAK_HIGHLIGHT_COLOR:a.HIGHLIGHT_COLOR},e.prototype.getSecondaryImageTintColor=function(t){return t.is(ru.CHECKABLE)?S.getImageTintColor(t):n.prototype.getSecondaryImageTintColor.call(this,t)},e.prototype.getSecondaryImageSource=function(n){return n.is(ru.CHECKABLE)?S.getImageSource(n):null},e.prototype.getSecondaryImageAlignHorizontal=function(){return g.LEFT},e.prototype.getSecondaryImageAlignVertical=function(){return b.MIDDLE},e.prototype.getSecondaryImageAlignWith=function(){return w.TEXT},e.prototype.getTertiaryImageSource=function(n){return n.is(ru.SORTED_ASCENDING)?t.mappings.sorted_ascending:n.is(ru.SORTED_DESCENDING)?t.mappings.sorted_descending:null},e.prototype.getTertiaryImageTintColor=function(t){return n.prototype.getImageTintColor.call(this,t)},e.prototype.getTertiaryImageAlignHorizontal=function(){return g.RIGHT},e.prototype.getTertiaryImageAlignWith=function(){return w.BORDER},e.prototype.getCursor=function(n){return n.isActionable?n.is(ru.HOVERED_ON_EDGE)||n.on(ru.RESIZING)?"col-resize":n.is(ru.CHECKABLE)||n.is(ru.SORTABLE)?"pointer":"":""},e.prototype.getEdgeWidth=function(){return 10},e}(it),bc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Wc),wc=function(){e.set("DTableBodyCellActionDialog",zo),e.set("DTableBodyCellActionMenu",Go),e.set("DTableBodyCellActionPromise",Oo),e.set("DTableBodyCellButton",jo),e.set("DTableBodyCellCheck",Xo),e.set("DTableBodyCellColor",Yo),e.set("DTableBodyCellDate",Ko),e.set("DTableBodyCellDatetime",Qo),e.set("DTableBodyCellIndex",nc),e.set("DTableBodyCellInputInteger",tc),e.set("DTableBodyCellInputReal",ec),e.set("DTableBodyCellInputTextArea",uc),e.set("DTableBodyCellInputText",rc),e.set("DTableBodyCellInputTreeMarker",cc),e.set("DTableBodyCellInputTreeInput",oc),e.set("DTableBodyCellInputTree",ic),e.set("DTableBodyCellLink",fc),e.set("DTableBodyCellSelectDialog",Ro),e.set("DTableBodyCellSelectMenu",lc),e.set("DTableBodyCellSelectMultiple",hc),e.set("DTableBodyCellSelectPromise",Vo),e.set("DTableBodyCellTextArea",ac),e.set("DTableBodyCellText",qo),e.set("DTableBodyCellTree",mc),e.set("DTableBodyCellTime",dc),e.set("DTableBodyRow",pc),e.set("DTableBody",No),e.set("DTableCategoryCell",bc),e.set("DTableCategory",gc),e.set("DTableHeaderCell",Wc),e.set("DTableHeader",Tc),e.set("DTableRow",Dc),e.set("DTable",Fo),L(),yu(),ei(),fi(),Pt(),zt(),ee(),re(),Di(),Fe()};t.add("button_process_processing",24,24,'<g transform="scale(0.025,0.025) translate(0,960)"><path d="M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-155.5t86-127Q252-817 325-848.5T480-880q17 0 28.5 11.5T520-840q0 17-11.5 28.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-17 11.5-28.5T840-520q17 0 28.5 11.5T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480-80Z" fill="#fff"/></g>'),t.add("button_process_success",24,24,'<g transform="scale(0.025,0.025) translate(0,960)"><path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z" fill="#fff" /></g>'),t.add("button_process_fail",24,24,'<g transform="scale(0.025,0.025) translate(0,960)"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z" fill="#fff" /></g>');var kc=function(n){return n.isProcessing?t.mappings.button_process_processing:n.isSucceeded?t.mappings.button_process_success:t.mappings.button_process_fail},Ic=function(n){var t=n.valueOf(Ce.PROCESSING);return null!=t?t*Math.PI*.02:0},yc=function(){function n(){}return n.prototype.getProcessDoneDelay=function(){return 400},n.prototype.getProcessCloseDelay=function(){return 3e3},n.prototype.isProcessTextEnabled=function(){return!1},n.prototype.isProcessImageEnabled=function(){return!0},n.prototype.getProcessImageIndex=function(){return 0},n.prototype.newProcessImageSource=function(){return kc},n.prototype.newProcessImageRotation=function(){return Ic},n}(),Cc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newProcessTextValue=function(){return io},t}(yc),vc=function(){e.set("DIndicatorProcessing",Cc)},Bc=function(){mu(),D(),T(),Ii(),du(),Q(),vn(),Sn(),Fi(),_i(),ao(),ct(),dt(),mt(),vc(),Wo(),ie(),Io(),se(),hu(),Ne(),$e(),Fe(),Po(),dr(),fr(),Mu(),ku(),ni(),$u(),Qu(),Wr(),wc(),eu(),tu()},xc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Xi),Sc={__proto__:null,loadThemeWhiteBase:D,loadThemeWhiteBoard:T,loadThemeWhiteButtonAmbient:x,loadThemeWhiteButtonCheckRight:J,loadThemeWhiteButtonCheck:L,loadThemeWhiteButtonDanger:P,loadThemeWhiteButtonFile:A,loadThemeWhiteButtonLink:R,loadThemeWhiteButtonPrimary:G,loadThemeWhiteButtonRadioRight:q,loadThemeWhiteButtonRadio:j,loadThemeWhiteButtonSecondary:Y,loadThemeWhiteButton:U,loadThemeWhiteCanvasContainer:Q,loadThemeWhiteChart:vn,loadThemeWhiteColor:Sn,loadThemeWhiteDialogFitted:On,loadThemeWhiteDialogInputBoolean:Xn,loadThemeWhiteDialogInputInteger:Un,loadThemeWhiteDialogInputReal:Zn,loadThemeWhiteDialogInputText:$n,loadThemeWhiteDialog:nt,loadThemeWhiteDropdown:rt,loadThemeWhiteExpandable:ct,loadThemeWhiteHtmlElement:dt,loadThemeWhiteImage:mt,loadThemeWhiteInputAndLabel:Tt,loadThemeWhiteInputInteger:Pt,loadThemeWhiteInputLabel:At,loadThemeWhiteInputReal:zt,loadThemeWhiteInputSearch:Ot,loadThemeWhiteInputTextArea:ee,loadThemeWhiteInputText:re,loadThemeWhiteLayout:ie,loadThemeWhiteList:se,loadThemeWhiteMenuBar:Ne,loadThemeWhiteMenuSided:$e,loadThemeWhiteMenu:Fe,loadThemeWhitePagination:fr,loadThemeWhitePane:dr,loadThemeWhiteScrollBar:sr,loadThemeWhiteSelect:Wr,loadThemeWhiteShapeActionValue:zr,loadThemeWhiteShape:Or,loadThemeWhiteSlider:tu,loadThemeWhiteText:eu,loadThemeWhiteTree:hu,loadThemeWhiteView:du,loadThemeWhite:mu,loadThemeWhiteJaJpAll:Bc,loadThemeWhiteJaJpButtonAll:Ii,loadThemeWhiteJaJpButtonColorGradient:Ju,loadThemeWhiteJaJpButtonColor:yu,loadThemeWhiteJaJpButtonDate:ei,loadThemeWhiteJaJpButtonDatetime:fi,loadThemeWhiteJaJpButtonSelect:pi,loadThemeWhiteJaJpButtonTime:ki,loadThemeWhiteJaJpDiagramEditor:Fi,loadThemeWhiteJaJpDiagram:_i,loadThemeWhiteJaJpDialogAll:ao,loadThemeWhiteJaJpDialogColorGradient:_u,loadThemeWhiteJaJpDialogColor:Iu,loadThemeWhiteJaJpDialogConfirmDelete:Zi,loadThemeWhiteJaJpDialogConfirmDiscard:$i,loadThemeWhiteJaJpDialogConfirm:Ui,loadThemeWhiteJaJpDialogDate:ti,loadThemeWhiteJaJpDialogDatetime:ci,loadThemeWhiteJaJpDialogLayered:qi,loadThemeWhiteJaJpDialogMessage:eo,loadThemeWhiteJaJpDialogProcessing:co,loadThemeWhiteJaJpDialogSaveAs:ho,loadThemeWhiteJaJpDialogSelect:Di,loadThemeWhiteJaJpDialogTime:wi,loadThemeWhiteJaJpIndicatorProcessing:vc,loadThemeWhiteJaJpInputAll:Wo,loadThemeWhiteJaJpInputBoolean:go,loadThemeWhiteJaJpLink:Io,loadThemeWhiteJaJpNote:Po,loadThemeWhiteJaJpPickerColorGradient:Mu,loadThemeWhiteJaJpPickerColor:ku,loadThemeWhiteJaJpPickerDate:ni,loadThemeWhiteJaJpPickerDatetime:$u,loadThemeWhiteJaJpPickerTime:Qu,loadThemeWhiteJaJpShapePointsFormatter:Mi,loadThemeWhiteJaJpTable:wc,DThemeWhiteAtlas:t,DThemeWhiteBase:m,DThemeWhiteBoard:p,DThemeWhiteButtonAmbient:B,DThemeWhiteButtonBase:v,DThemeWhiteButtonCheckRight:_,DThemeWhiteButtonCheck:M,DThemeWhiteButtonChecks:S,DThemeWhiteButtonColorGradient:Bu,DThemeWhiteButtonColor:pu,DThemeWhiteButtonDanger:E,DThemeWhiteButtonDate:Pu,DThemeWhiteButtonDatetime:ii,DThemeWhiteButtonFile:N,DThemeWhiteButtonLink:H,DThemeWhiteButtonPrimary:z,DThemeWhiteButtonRadioRight:O,DThemeWhiteButtonRadio:V,DThemeWhiteButtonSecondary:X,DThemeWhiteButtonSelect:hi,DThemeWhiteButtonTime:Wi,DThemeWhiteButton:F,DThemeWhiteCanvasContainer:Z,DThemeWhiteCanvas:K,DThemeWhiteChartAxisBase:on,DThemeWhiteChartAxisXDatetime:ln,DThemeWhiteChartAxisX:cn,DThemeWhiteChartAxisY:hn,DThemeWhiteChartCoordinateTick:sn,DThemeWhiteChartCoordinateTransform:dn,DThemeWhiteChartCoordinate:an,DThemeWhiteChartLegendItem:Dn,DThemeWhiteChartLegend:mn,DThemeWhiteChartOverview:pn,DThemeWhiteChartPlotArea:Tn,DThemeWhiteChartSelectionGridlineX:kn,DThemeWhiteChartSelectionGridlineY:In,DThemeWhiteChartSelectionMarker:Cn,DThemeWhiteChartSelectionShape:wn,DThemeWhiteChart:$,DThemeWhiteColorRecent:Bn,DThemeWhiteColorStandard:xn,DThemeWhiteConstants:a,DThemeWhiteContent:lr,DThemeWhiteDiagramBase:yi,DThemeWhiteDiagramCanvasBase:vi,DThemeWhiteDiagramCanvasEditor:Li,DThemeWhiteDiagramCanvas:Bi,DThemeWhiteDiagramEditor:Ei,DThemeWhiteDiagram:Ci,DThemeWhiteDialogColorGradient:xu,DThemeWhiteDialogColor:Tu,DThemeWhiteDialogConfirmDelete:xc,DThemeWhiteDialogConfirmMessage:ji,DThemeWhiteDialogConfirm:Xi,DThemeWhiteDialogDate:Fu,DThemeWhiteDialogDatetime:oi,DThemeWhiteDialogFittedContent:Vn,DThemeWhiteDialogFitted:An,DThemeWhiteDialogInputBoolean:jn,DThemeWhiteDialogInputInteger:Yn,DThemeWhiteDialogInputReal:Kn,DThemeWhiteDialogInputText:Qn,DThemeWhiteDialogInput:qn,DThemeWhiteDialogLayeredContent:Gn,DThemeWhiteDialogLayeredFooter:Vi,DThemeWhiteDialogLayeredHeaderButtonClose:Hi,DThemeWhiteDialogLayeredHeaderSeparator:Gi,DThemeWhiteDialogLayeredHeader:Ni,DThemeWhiteDialogLayered:Nn,DThemeWhiteDialogMessage:no,DThemeWhiteDialogProcessingMessage:ro,DThemeWhiteDialogProcessing:uo,DThemeWhiteDialogSaveAs:fo,DThemeWhiteDialogSelectListItem:si,DThemeWhiteDialogSelectList:ai,DThemeWhiteDialogSelect:di,DThemeWhiteDialogTime:bi,DThemeWhiteDialog:Fn,DThemeWhiteDropdownBase:tt,DThemeWhiteDropdown:et,DThemeWhiteExpandableHeader:ot,DThemeWhiteExpandable:ut,DThemeWhiteExpandables:ke,DThemeWhiteFont:s,DThemeWhiteHtmlElement:st,DThemeWhiteImageBase:C,DThemeWhiteImage:it,DThemeWhiteIndicatorProcess:yc,DThemeWhiteInputAndLabel:pt,DThemeWhiteInputBooleanButtonOff:mo,DThemeWhiteInputBooleanButtonOn:po,DThemeWhiteInputBoolean:so,DThemeWhiteInputInput:_t,DThemeWhiteInputInteger:Et,DThemeWhiteInputLabel:Nt,DThemeWhiteInputNumber:Jt,DThemeWhiteInputReal:Rt,DThemeWhiteInputSearch:Vt,DThemeWhiteInputTextArea:te,DThemeWhiteInputText:Gt,DThemeWhiteInput:bt,DThemeWhiteLayoutHorizontal:Dt,DThemeWhiteLayoutSpace:ue,DThemeWhiteLayoutVertical:zn,DThemeWhiteLayout:Rn,DThemeWhiteLink:wo,DThemeWhiteListItemAmbient:ae,DThemeWhiteListItem:he,DThemeWhiteListItems:le,DThemeWhiteList:fe,DThemeWhiteMenuBarItem:me,DThemeWhiteMenuBar:de,DThemeWhiteMenuItemBase:pe,DThemeWhiteMenuItemCheck:We,DThemeWhiteMenuItemExpandableBody:we,DThemeWhiteMenuItemExpandableHeader:Ie,DThemeWhiteMenuItemExpandableItemCheck:ye,DThemeWhiteMenuItemExpandableItemLink:xe,DThemeWhiteMenuItemExpandableItemMenu:Me,DThemeWhiteMenuItemExpandableItemSeparator:Je,DThemeWhiteMenuItemExpandableItemSpace:Ee,DThemeWhiteMenuItemExpandableItemText:Pe,DThemeWhiteMenuItemExpandable:be,DThemeWhiteMenuItemLink:Be,DThemeWhiteMenuItemMenu:Se,DThemeWhiteMenuItemSeparator:_e,DThemeWhiteMenuItemSpace:Le,DThemeWhiteMenuItemText:ge,DThemeWhiteMenuItem:Te,DThemeWhiteMenuSidedContent:He,DThemeWhiteMenuSidedItemCheck:Re,DThemeWhiteMenuSidedItemExpandableItemCheck:Ge,DThemeWhiteMenuSidedItemExpandableItemLink:Ve,DThemeWhiteMenuSidedItemExpandableItemMenu:Oe,DThemeWhiteMenuSidedItemExpandableItemSeparator:qe,DThemeWhiteMenuSidedItemExpandableItemSpace:je,DThemeWhiteMenuSidedItemExpandableItemText:Xe,DThemeWhiteMenuSidedItemExpandable:ze,DThemeWhiteMenuSidedItemLink:Ye,DThemeWhiteMenuSidedItemMenu:Ue,DThemeWhiteMenuSidedItemSeparator:Ke,DThemeWhiteMenuSidedItemSpace:Ze,DThemeWhiteMenuSidedItemText:Qe,DThemeWhiteMenuSided:Ae,DThemeWhiteMenu:De,DThemeWhiteNoteError:Co,DThemeWhiteNoteNoItemsFound:Bo,DThemeWhiteNoteSearching:So,DThemeWhiteNoteSmallError:Jo,DThemeWhiteNoteSmallNoItemsFound:Lo,DThemeWhiteNoteSmallSearching:Eo,DThemeWhiteNoteSmall:_o,DThemeWhiteNote:yo,DThemeWhitePaginationButtonLast:er,DThemeWhitePaginationButtonNext:rr,DThemeWhitePaginationButtonPage:ur,DThemeWhitePaginationButtonPrevious:ir,DThemeWhitePaginationButtonTop:or,DThemeWhitePaginationDots:tr,DThemeWhitePaginationPage:cr,DThemeWhitePagination:nr,DThemeWhitePane:ce,DThemeWhitePickerColorGradient:Su,DThemeWhitePickerColor:bu,DThemeWhitePickerDatetimeButtonBack:ju,DThemeWhitePickerDatetimeButtonDate:Xu,DThemeWhitePickerDatetimeButtonNext:Yu,DThemeWhitePickerDatetimeLabelDate:Ku,DThemeWhitePickerDatetimeLabel:Uu,DThemeWhitePickerDatetimeSpace:Zu,DThemeWhitePickerTime:Au,DThemeWhiteScrollBarThumb:ar,DThemeWhiteScrollBar:hr,DThemeWhiteSelectMultiple:gr,DThemeWhiteSelect:pr,DThemeWhiteSliderHorizontal:jr,DThemeWhiteSliderLabel:Xr,DThemeWhiteSliderThumb:Ur,DThemeWhiteSliderTrackHorizontal:Zr,DThemeWhiteSliderTrackVertical:Qr,DThemeWhiteSliderTrack:Kr,DThemeWhiteSliderValue:$r,DThemeWhiteSliderVertical:nu,DThemeWhiteSlider:qr,DThemeWhiteSliders:Yr,DThemeWhiteTableBodyCellActionDialog:zo,DThemeWhiteTableBodyCellActionMenu:Go,DThemeWhiteTableBodyCellActionPromise:Oo,DThemeWhiteTableBodyCellActions:Ho,DThemeWhiteTableBodyCellButton:jo,DThemeWhiteTableBodyCellCheck:Xo,DThemeWhiteTableBodyCellColor:Yo,DThemeWhiteTableBodyCellDate:Ko,DThemeWhiteTableBodyCellDatetime:Qo,DThemeWhiteTableBodyCellIndex:nc,DThemeWhiteTableBodyCellInputInteger:tc,DThemeWhiteTableBodyCellInputReal:ec,DThemeWhiteTableBodyCellInputTextArea:uc,DThemeWhiteTableBodyCellInputText:rc,DThemeWhiteTableBodyCellInputTreeInput:oc,DThemeWhiteTableBodyCellInputTreeMarker:cc,DThemeWhiteTableBodyCellInputTree:ic,DThemeWhiteTableBodyCellLink:fc,DThemeWhiteTableBodyCellSelectDialog:Ro,DThemeWhiteTableBodyCellSelectMenu:lc,DThemeWhiteTableBodyCellSelectMultiple:hc,DThemeWhiteTableBodyCellSelectPromise:Vo,DThemeWhiteTableBodyCellTextArea:ac,DThemeWhiteTableBodyCellText:qo,DThemeWhiteTableBodyCellTime:dc,DThemeWhiteTableBodyCellTree:mc,DThemeWhiteTableBodyCellTrees:uu,DThemeWhiteTableBodyCells:Ao,DThemeWhiteTableBodyRow:pc,DThemeWhiteTableBody:No,DThemeWhiteTableCategoryCell:bc,DThemeWhiteTableCategory:gc,DThemeWhiteTableHeaderCell:Wc,DThemeWhiteTableHeader:Tc,DThemeWhiteTableRow:Dc,DThemeWhiteTable:Fo,DThemeWhiteTextBase:y,DThemeWhiteText:Ft,DThemeWhiteTreeItemButton:fu,DThemeWhiteTreeItemNonEditable:lu,DThemeWhiteTreeItemText:cu,DThemeWhiteTreeItems:iu,DThemeWhiteTree:ou,DThemeWhiteView:su,DThemeWhite:e,EThemeWhiteShapeActionValue:Rr,EThemeWhiteShapePointsFormatter:xi,EThemeWhiteShape:Vr,DThemeWhiteJaJpDiagramEditor:Pi,DThemeWhiteJaJpDialogConfirmDelete:Ki,DThemeWhiteJaJpDialogConfirmDiscard:Qi,DThemeWhiteJaJpDialogConfirm:Yi,DThemeWhiteJaJpDialogLayeredFooter:Oi,DThemeWhiteJaJpDialogMessage:to,dThemeWhiteJaJpDialogProcessingMessage:io,DThemeWhiteJaJpDialogProcessing:oo,DThemeWhiteJaJpDialogSaveAs:lo,DThemeWhiteJaJpDialogSelect:mi,DThemeWhiteJaJpIndicatorProcessing:Cc,DThemeWhiteJaJpInputBooleanButtonOff:Do,DThemeWhiteJaJpInputBooleanButtonOn:To,DThemeWhiteJaJpLink:ko,DThemeWhiteJaJpNoteError:vo,DThemeWhiteJaJpNoteNoItemsFound:xo,DThemeWhiteJaJpNoteSearching:Mo,DThemeWhiteJaJpPickerColor:wu,DThemeWhiteJaJpPickerDate:qu,DThemeWhiteJaJpPickerDatetime:Ou,DThemeWhiteJaJpPickerTime:Hu,EThemeWhiteJaJpShapePointsFormatter:Si};Bc();var Mc=window;Mc.wcardinal=Mc.wcardinal||{};var _c=Mc.wcardinal.ui=Mc.wcardinal.ui||{},Jc=Sc;for(var Lc in Jc)_c[Lc]=Jc[Lc]}(PIXI);
9
+ !function(n){"use strict";var t=new(0,wcardinal.ui.UtilSvgAtlasBuilder)({width:1024,scaling:n.SCALE_MODES.LINEAR,mipmap:n.MIPMAP_MODES.OFF}),e=function(){function n(){this.t={}}return n.prototype.get=function(t){var e=this.t[t];if(null!=e)return e;var r=n.u[t];if(null!=r)return this.t[t]=new r;throw new Error("No theme for the type '".concat(t,"'"))},n.prototype.set=function(n,t){return this.t[n]=t,this},n.prototype.getClass=function(t){var e=n.u[t];if(null!=e)return e;throw new Error("No theme for the type '".concat(t,"'"))},n.prototype.setClass=function(t,e){return n.u[t]=e,this},n.prototype.getAtlas=function(){return t},n.set=function(n,t){this.u[n]=t},n.u={},n}(),r=function(n,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,t){n.__proto__=t}||function(n,t){for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&(n[e]=t[e])})(n,t)};function u(n,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function e(){this.constructor=n}r(n,t),n.prototype=null===t?Object.create(t):(e.prototype=t.prototype,new e)}"function"==typeof SuppressedError&&SuppressedError;const i=wcardinal.ui.DBaseInteractive,o=wcardinal.ui.DBorderMask,c=wcardinal.ui.DCornerMask,f=wcardinal.ui.DLayoutClearType,l=wcardinal.ui.DShadowImpl,h=wcardinal.ui.UtilRgb;var a=function(){function n(){}return n.COLOR=4473924,n.ACTIVE_COLOR=16777215,n.BORDER_COLOR=15066597,n.BACKGROUND_COLOR=15921906,n.BACKGROUND_COLOR_ON_BOARD=16777215,n.HIGHLIGHT_COLOR=3381759,n.HIGHLIGHT_ALPHA=.2,n.HIGHLIGHT_BLENDED=h.blend(n.BACKGROUND_COLOR,n.HIGHLIGHT_COLOR,n.HIGHLIGHT_ALPHA),n.HIGHLIGHT_BLENDED_ON_BOARD=h.blend(n.BACKGROUND_COLOR_ON_BOARD,n.HIGHLIGHT_COLOR,n.HIGHLIGHT_ALPHA),n.WEAK_HIGHLIGHT_COLOR=13421772,n.WEAK_HIGHLIGHT_ALPHA=.2,n.WEAK_HIGHLIGHT_BLENDED=h.blend(n.BACKGROUND_COLOR,n.WEAK_HIGHLIGHT_COLOR,n.WEAK_HIGHLIGHT_ALPHA),n.WEAK_HIGHLIGHT_BLENDED_ON_BOARD=h.blend(n.BACKGROUND_COLOR_ON_BOARD,n.WEAK_HIGHLIGHT_COLOR,n.WEAK_HIGHLIGHT_ALPHA),n.INVALID_COLOR=16755370,n.INVALID_ALPHA=.2,n.INVALID_BLENDED=h.blend(n.BACKGROUND_COLOR,n.INVALID_COLOR,n.INVALID_ALPHA),n.INVALID_BLENDED_ON_BOARD=h.blend(n.BACKGROUND_COLOR_ON_BOARD,n.INVALID_COLOR,n.INVALID_ALPHA),n}(),s=function(){function n(){}return n.prototype.getFontFamilly=function(){return'"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","BIZ UDPGothic","Arial","Yu Gothic UI","Meiryo UI",sans-serif'},n.prototype.getFontSize=function(){return 14},n.prototype.getColor=function(n){return a.COLOR},n.prototype.getFontWeight=function(){return"normal"},n.prototype.getFontStyle=function(){return"normal"},n.prototype.getFontVariant=function(){return"normal"},n.prototype.getAlpha=function(n){return n.inDisabled?.5:1},n.prototype.getLineHeight=function(){return 30},n}(),d=function(n,e,r){var u=2*e;t.add(n,u,u,"<g><defs>"+'<radialGradient id="'.concat(n,'_filter">')+'<stop offset="0%" stop-color="black" stop-opacity="'.concat(.368*r,'" />')+'<stop offset="30%" stop-color="black" stop-opacity="'.concat(.368*r,'" />')+'<stop offset="37%" stop-color="black" stop-opacity="'.concat(.368*r,'" />')+'<stop offset="44%" stop-color="black" stop-opacity="'.concat(.368*r,'" />')+'<stop offset="51%" stop-color="black" stop-opacity="'.concat(.223*r,'" />')+'<stop offset="58%" stop-color="black" stop-opacity="'.concat(.135*r,'" />')+'<stop offset="65%" stop-color="black" stop-opacity="'.concat(.082*r,'" />')+'<stop offset="72%" stop-color="black" stop-opacity="'.concat(.05*r,'" />')+'<stop offset="79%" stop-color="black" stop-opacity="'.concat(.03*r,'" />')+'<stop offset="86%" stop-color="black" stop-opacity="'.concat(.018*r,'" />')+'<stop offset="93%" stop-color="black" stop-opacity="'.concat(.011*r,'" />')+'<stop offset="100%" stop-color="black" stop-opacity="0" /></radialGradient></defs>'+'<rect x="0" y="0" width="'.concat(u,'" height="').concat(u,'" fill="url(#').concat(n,'_filter)"/>')+"</g>")};d("shadow_weak",24,.3),d("shadow",48,.3),t.add("background",16,16,'<g><defs><radialGradient id="234sfdhjfpijsrnsedsd435jseflkm"><stop offset="25%" stop-color="white" stop-opacity="1" /><stop offset="75%" stop-color="white" stop-opacity="0.25" /></radialGradient></defs><rect x="0" y="0" width="16" height="16" fill="url(#234sfdhjfpijsrnsedsd435jseflkm)"/></g>');var m=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getX=function(){return 0},e.prototype.getY=function(){return 0},e.prototype.getHeight=function(){return 100},e.prototype.getWidth=function(){return 100},e.prototype.getBackgroundColor=function(n){return null},e.prototype.getBackgroundAlpha=function(n){return 1},e.prototype.getBackgroundTexture=function(){return t.mappings.background},e.prototype.getBorderColor=function(n){return null},e.prototype.getBorderAlpha=function(n){return 1},e.prototype.getBorderWidth=function(n){return 1},e.prototype.getBorderAlign=function(n){return 0},e.prototype.getBorderMask=function(n){return o.NONE},e.prototype.getBorderTexture=function(){return t.mappings.background},e.prototype.getPaddingLeft=function(){return 0},e.prototype.getPaddingRight=function(){return 0},e.prototype.getPaddingTop=function(){return 0},e.prototype.getPaddingBottom=function(){return 0},e.prototype.getCornerRadius=function(){return 3},e.prototype.getCornerMask=function(){return c.NONE},e.prototype.getOutlineColor=function(n){return a.HIGHLIGHT_COLOR},e.prototype.getOutlineAlpha=function(n){return n.isFocused?1:0},e.prototype.getOutlineWidth=function(n){return 1},e.prototype.getOutlineOffset=function(n){return 0},e.prototype.getOutlineAlign=function(n){return 0},e.prototype.getOutlineMask=function(n){return o.NONE},e.prototype.getClearType=function(){return f.NONE},e.prototype.getShadow=function(){return null},e.prototype.getInteractive=function(){return i.SELF},e.prototype.newState=function(n){},e.prototype.getTitle=function(){return""},e.prototype.getWeight=function(){return-1},e.prototype.newShadow=function(){return new l(t.mappings.shadow,48,48,0,4.8)},e.prototype.newShadowWeak=function(){return new l(t.mappings.shadow_weak,24,24,0,2.4)},e.prototype.getCursor=function(n){return""},e}(s),D=function(){e.set("DBase",m)},p=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(){return a.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return null},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.getPaddingLeft=function(){return 16},t.prototype.getPaddingTop=function(){return 16},t.prototype.getPaddingRight=function(){return 16},t.prototype.getPaddingBottom=function(){return 16},t.prototype.getInteractive=function(){return i.BOTH},t}(m),T=function(){e.set("DBoard",p)};const g=wcardinal.ui.DAlignHorizontal,W=wcardinal.ui.DButtonBaseWhen,b=wcardinal.ui.DAlignVertical,w=wcardinal.ui.DAlignWith,k=wcardinal.ui.DDynamicTextStyleWordWrap,I=wcardinal.ui.toString;var y=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignVertical=function(){return b.MIDDLE},t.prototype.getTextAlignHorizontal=function(){return g.LEFT},t.prototype.isOverflowMaskEnabled=function(){return!1},t.prototype.getTextStyleClipping=function(){return!0},t.prototype.getTextStyleFitting=function(){return!1},t.prototype.getTextStyleWordWrap=function(){return k.NONE},t.prototype.getTextFormatter=function(){return I},t.prototype.getTextValue=function(n){},t.prototype.newTextValue=function(){},t}(m),C=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageAlignHorizontal=function(){return g.LEFT},t.prototype.getImageAlignVertical=function(){return b.MIDDLE},t.prototype.getImageAlignWith=function(){return w.TEXT},t.prototype.getImageMarginHorizontal=function(){return 5},t.prototype.getImageMarginVertial=function(){return 5},t.prototype.getImageTintColor=function(n){return this.getColor(n)},t.prototype.getImageTintAlpha=function(n){return this.getAlpha(n)},t.prototype.getImageRotation=function(n){return 0},t.prototype.getImageSource=function(n){return null},t.prototype.getSecondaryImageAlignHorizontal=function(){return this.getImageAlignHorizontal()},t.prototype.getSecondaryImageAlignVertical=function(){return this.getImageAlignVertical()},t.prototype.getSecondaryImageAlignWith=function(){return this.getImageAlignWith()},t.prototype.getSecondaryImageMarginHorizontal=function(){return this.getImageMarginHorizontal()},t.prototype.getSecondaryImageMarginVertial=function(){return this.getImageMarginVertial()},t.prototype.getSecondaryImageTintColor=function(n){return this.getImageTintColor(n)},t.prototype.getSecondaryImageTintAlpha=function(n){return this.getImageTintAlpha(n)},t.prototype.getSecondaryImageRotation=function(n){return this.getImageRotation(n)},t.prototype.getTertiaryImageAlignHorizontal=function(){return this.getImageAlignHorizontal()},t.prototype.getTertiaryImageAlignVertical=function(){return this.getImageAlignVertical()},t.prototype.getTertiaryImageAlignWith=function(){return this.getImageAlignWith()},t.prototype.getTertiaryImageMarginHorizontal=function(){return this.getImageMarginHorizontal()},t.prototype.getTertiaryImageMarginVertial=function(){return this.getImageMarginVertial()},t.prototype.getTertiaryImageTintColor=function(n){return this.getImageTintColor(n)},t.prototype.getTertiaryImageTintAlpha=function(n){return this.getImageTintAlpha(n)},t.prototype.getTertiaryImageRotation=function(n){return this.getImageRotation(n)},t}(y),v=function(n){function t(t,e,r){void 0===t&&(t=16777215),void 0===e&&(e=.017),void 0===r&&(r=.034);var u=n.call(this)||this;return u.BACKGROUND_COLOR=t,u.BACKGROUND_COLOR_HOVERED=h.darken(t,e),u.BACKGROUND_COLOR_PRESSED=h.darken(t,r),u.OUTLINE_COLOR=h.brighten(t,.75),u}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:n.isActive?a.HIGHLIGHT_COLOR:n.isPressed?this.BACKGROUND_COLOR_PRESSED:n.isHovered?this.BACKGROUND_COLOR_HOVERED:this.BACKGROUND_COLOR},t.prototype.getColor=function(t){return t.inDisabled||!t.isActive?n.prototype.getColor.call(this,t):a.ACTIVE_COLOR},t.prototype.getBorderColor=function(n){return n.inDisabled||!n.isActive?a.BORDER_COLOR:null},t.prototype.getOutlineColor=function(n){return n.isActive?this.getOutlineColorActive(n):this.getOutlineColorNonActive(n)},t.prototype.getOutlineColorActive=function(n){return this.OUTLINE_COLOR},t.prototype.getOutlineColorNonActive=function(t){return n.prototype.getOutlineColor.call(this,t)},t.prototype.getOutlineOffset=function(n){return n.isActive?this.getOutlineOffsetActive(n):this.getOutlineOffsetNonActive(n)},t.prototype.getOutlineOffsetActive=function(n){return-1},t.prototype.getOutlineOffsetNonActive=function(t){return n.prototype.getOutlineOffset.call(this,t)},t.prototype.getHeight=function(){return 30},t.prototype.getWidth=function(){return 100},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.isToggle=function(){return!1},t.prototype.getWhen=function(){return W.CLICKED},t.prototype.getCursor=function(n){return n.isActionable?"pointer":""},t}(C),B=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.isActive?a.HIGHLIGHT_COLOR:a.WEAK_HIGHLIGHT_COLOR},t.prototype.getBackgroundAlpha=function(n){if(n.inEnabled){if(n.isActive)return 1;if(n.isPressed)return 2*a.WEAK_HIGHLIGHT_ALPHA;if(n.isHovered)return a.WEAK_HIGHLIGHT_ALPHA}return 0},t.prototype.getBorderColor=function(n){return null},t}(v),x=function(){e.set("DButtonAmbient",B)};t.add("button_check_mark_on",21,21,'<g transform="scale(0.875,0.875)"><path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" fill="#fff" /></g>'),t.add("button_check_mark_off",21,21,'<g transform="scale(0.875,0.875)"><path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#fff" /></g>');var S=function(){function n(){}return n.getImageTintColor=function(n){return n.inDisabled||n.inReadOnly||!n.isActive?a.WEAK_HIGHLIGHT_COLOR:a.HIGHLIGHT_COLOR},n.getImageSource=function(n){return n.isActive?t.mappings.button_check_mark_on:t.mappings.button_check_mark_off},n}();t.add("button_check_mark_on",21,21,'<g transform="scale(0.875,0.875)"><path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" fill="#fff" /></g>'),t.add("button_check_mark_off",21,21,'<g transform="scale(0.875,0.875)"><path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#fff" /></g>');var M=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return a.WEAK_HIGHLIGHT_COLOR},t.prototype.getColor=function(n){return a.COLOR},t.prototype.getBackgroundAlpha=function(n){return n.inEnabled&&n.isHovered?a.WEAK_HIGHLIGHT_ALPHA:0},t.prototype.getOutlineColor=function(n){return this.getOutlineColorNonActive(n)},t.prototype.getOutlineOffset=function(n){return this.getOutlineOffsetNonActive(n)},t.prototype.getImageTintColor=function(n){return S.getImageTintColor(n)},t.prototype.isToggle=function(){return!0},t.prototype.getImageSource=function(n){return S.getImageSource(n)},t}(B),_=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageAlignWith=function(){return w.PADDING},t.prototype.getImageAlignHorizontal=function(){return g.RIGHT},t.prototype.getImageMarginHorizontal=function(){return 0},t.prototype.getTextAlignHorizontal=function(){return g.LEFT},t}(M),J=function(){e.set("DButtonCheckRight",_)},L=function(){e.set("DButtonCheck",M)},E=function(n){function t(){return n.call(this,16733542,.1,.2)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:n.isPressed||n.isActive?this.BACKGROUND_COLOR_PRESSED:n.isHovered?this.BACKGROUND_COLOR_HOVERED:this.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return n.inDisabled?a.BORDER_COLOR:null},t.prototype.getOutlineColor=function(n){return this.getOutlineColorActive(n)},t.prototype.getOutlineOffset=function(n){return this.getOutlineOffsetActive(n)},t.prototype.getColor=function(t){return t.inDisabled?n.prototype.getColor.call(this,t):a.ACTIVE_COLOR},t}(v),P=function(){e.set("DButtonDanger",E)},F=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(v),N=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(F),A=function(){e.set("DButtonFile",N)},H=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(B),R=function(){e.set("DButtonLink",H)},z=function(n){function t(){return n.call(this,a.HIGHLIGHT_COLOR,.1,.2)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:n.isPressed||n.isActive?this.BACKGROUND_COLOR_PRESSED:n.isHovered?this.BACKGROUND_COLOR_HOVERED:this.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return n.inDisabled?a.BORDER_COLOR:null},t.prototype.getOutlineColor=function(n){return this.getOutlineColorActive(n)},t.prototype.getOutlineOffset=function(n){return this.getOutlineOffsetActive(n)},t.prototype.getColor=function(t){return t.inDisabled?n.prototype.getColor.call(this,t):a.ACTIVE_COLOR},t}(v),G=function(){e.set("DButtonPrimary",z)};t.add("button_radio_mark_on",21,21,'<g transform="scale(0.875,0.875)"><path d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" fill="#fff" /></g>'),t.add("button_radio_mark_off",21,21,'<g transform="scale(0.875,0.875)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" fill="#fff" /></g>');var V=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getBackgroundColor=function(n){return a.WEAK_HIGHLIGHT_COLOR},e.prototype.getColor=function(n){return a.COLOR},e.prototype.getBackgroundAlpha=function(n){return n.inEnabled&&n.isHovered?a.WEAK_HIGHLIGHT_ALPHA:0},e.prototype.getOutlineColor=function(n){return this.getOutlineColorNonActive(n)},e.prototype.getOutlineOffset=function(n){return this.getOutlineOffsetNonActive(n)},e.prototype.getImageTintColor=function(n){return n.inDisabled||!n.isActive?a.WEAK_HIGHLIGHT_COLOR:a.HIGHLIGHT_COLOR},e.prototype.isToggle=function(){return!0},e.prototype.getImageSource=function(n){return n.isActive?t.mappings.button_radio_mark_on:t.mappings.button_radio_mark_off},e}(B),O=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageAlignWith=function(){return w.PADDING},t.prototype.getImageAlignHorizontal=function(){return g.RIGHT},t.prototype.getImageMarginHorizontal=function(){return 0},t.prototype.getTextAlignHorizontal=function(){return g.LEFT},t}(V),q=function(){e.set("DButtonRadioRight",O)},j=function(){e.set("DButtonRadio",V)},X=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(v),Y=function(){e.set("DButtonSecondary",X)},U=function(){e.set("DButton",F)},K=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(){return 16777215},t.prototype.getBorderColor=function(n){return null},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.getInteractive=function(){return i.BOTH},t}(m),Z=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBorderColor=function(n){return null},t.prototype.getPaddingLeft=function(){return 32},t.prototype.getPaddingTop=function(){return 32},t.prototype.getPaddingRight=function(){return 32},t.prototype.getPaddingBottom=function(){return 32},t.prototype.isOverflowMaskEnabled=function(){return!1},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.getCornerMask=function(){return c.ALL},t}(m),Q=function(){e.set("DCanvasContainer",Z),e.set("DCanvas",K)},$=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return 80},t.prototype.getPaddingRight=function(){return 10},t.prototype.getPaddingTop=function(){return 10},t.prototype.getPaddingBottom=function(){return 70},t.prototype.getBorderColor=function(n){return null},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t.prototype.isOverflowMaskEnabled=function(){return!0},t}(m);const nn=wcardinal.ui.DChartAxisPosition,tn=wcardinal.ui.DChartAxisTickPosition,en=wcardinal.ui.EShapeTextAlignHorizontal,rn=wcardinal.ui.EShapeTextAlignVertical,un=wcardinal.ui.EShapeTextDirection;var on=function(){function n(){}return n.prototype.getPosition=function(){return nn.BOTTOM},n.prototype.getPadding=function(){return 90},n.prototype.getLabelAlignHorizontal=function(n){switch(n){case nn.TOP:case nn.BOTTOM:return en.CENTER;case nn.LEFT:return en.OUTSIDE_LEFT;case nn.RIGHT:return en.OUTSIDE_RIGHT}},n.prototype.getLabelAlignVertical=function(n){switch(n){case nn.TOP:return rn.OUTSIDE_TOP;case nn.BOTTOM:return rn.OUTSIDE_BOTTOM;case nn.LEFT:case nn.RIGHT:return rn.MIDDLE}},n.prototype.getLabelPaddingHorizontal=function(){return 60},n.prototype.getLabelPaddingVertical=function(){return 50},n.prototype.getLabelDirection=function(){return un.LEFT_TO_RIGHT},n.prototype.getLabelColor=function(){return this.getStrokeColor()},n.prototype.getStyle=function(){},n.prototype.getStrokeEnable=function(){return!0},n.prototype.getStrokeColor=function(){},n.prototype.getStrokeAlpha=function(){},n.prototype.getStrokeWidth=function(){},n.prototype.getStrokeAlign=function(){},n.prototype.getStrokeSide=function(){},n.prototype.getStrokeStyle=function(){},n.prototype.getTickEnable=function(){return!0},n.prototype.getMajorTickCount=function(){return 3},n.prototype.getMajorTickCapacity=function(n){return 2*n},n.prototype.getMajorTickStep=function(){},n.prototype.getMajorTickSize=function(){return 10},n.prototype.getMajorTickPosition=function(){return tn.OUTSIDE},n.prototype.getMajorTickStyle=function(){},n.prototype.getMajorTickTextAlignHorizontal=function(n){switch(n){case nn.TOP:case nn.BOTTOM:return en.CENTER;case nn.LEFT:return en.OUTSIDE_LEFT;case nn.RIGHT:return en.OUTSIDE_RIGHT}},n.prototype.getMajorTickTextAlignVertical=function(n){switch(n){case nn.TOP:return rn.OUTSIDE_TOP;case nn.BOTTOM:return rn.OUTSIDE_BOTTOM;case nn.LEFT:case nn.RIGHT:return rn.MIDDLE}},n.prototype.getMajorTickTextDirection=function(){return un.LEFT_TO_RIGHT},n.prototype.getMajorTickTextColor=function(){return this.getStrokeColor()},n.prototype.getMajorTickTextFormat=function(){return"%.2f"},n.prototype.getMajorTickTextPaddingHorizontal=function(){return 15},n.prototype.getMajorTickTextPaddingVertical=function(){return 15},n.prototype.getMajorTickStrokeEnable=function(){return!0},n.prototype.getMajorTickStrokeColor=function(){return this.getStrokeColor()},n.prototype.getMajorTickStrokeAlpha=function(){return this.getStrokeAlpha()},n.prototype.getMajorTickStrokeWidth=function(){return this.getStrokeWidth()},n.prototype.getMajorTickStrokeAlign=function(){return this.getStrokeAlign()},n.prototype.getMajorTickStrokeSide=function(){return this.getStrokeSide()},n.prototype.getMajorTickStrokeStyle=function(){return this.getStrokeStyle()},n.prototype.getMajorTickGridlineEnable=function(){return!0},n.prototype.getMajorTickGridlineStyle=function(){},n.prototype.getMajorTickGridlineStrokeEnable=function(){return!0},n.prototype.getMajorTickGridlineStrokeColor=function(){return this.getStrokeColor()},n.prototype.getMajorTickGridlineStrokeAlpha=function(){return.1},n.prototype.getMajorTickGridlineStrokeWidth=function(){return this.getStrokeWidth()},n.prototype.getMajorTickGridlineStrokeAlign=function(){return this.getStrokeAlign()},n.prototype.getMajorTickGridlineStrokeSide=function(){return this.getStrokeSide()},n.prototype.getMajorTickGridlineStrokeStyle=function(){return this.getStrokeStyle()},n.prototype.getMinorTickCount=function(){return 3},n.prototype.getMinorTickStep=function(){},n.prototype.getMinorTickSize=function(){return 5},n.prototype.getMinorTickPosition=function(){return tn.OUTSIDE},n.prototype.getMinorTickStyle=function(){},n.prototype.getMinorTickTextAlignHorizontal=function(n){return this.getMajorTickTextAlignHorizontal(n)},n.prototype.getMinorTickTextAlignVertical=function(n){return this.getMajorTickTextAlignVertical(n)},n.prototype.getMinorTickTextDirection=function(){return this.getMajorTickTextDirection()},n.prototype.getMinorTickTextColor=function(){return this.getStrokeColor()},n.prototype.getMinorTickTextFormat=function(){},n.prototype.getMinorTickTextPaddingHorizontal=function(){return this.getMajorTickTextPaddingHorizontal()},n.prototype.getMinorTickTextPaddingVertical=function(){return this.getMajorTickTextPaddingVertical()},n.prototype.getMinorTickStrokeEnable=function(){return!0},n.prototype.getMinorTickStrokeColor=function(){return this.getStrokeColor()},n.prototype.getMinorTickStrokeAlpha=function(){return this.getStrokeAlpha()},n.prototype.getMinorTickStrokeWidth=function(){return this.getStrokeWidth()},n.prototype.getMinorTickStrokeAlign=function(){return this.getStrokeAlign()},n.prototype.getMinorTickStrokeSide=function(){return this.getStrokeSide()},n.prototype.getMinorTickStrokeStyle=function(){return this.getStrokeStyle()},n}(),cn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(on),fn=function(n,t,e){var r=Math.abs(t-n)/e;if(r<=10)return r<=1.33?1:r<=2.86?2:r<=6.67?5:10;if(r<=100)return r<=13.33?10:r<=28.57?20:r<=66.67?50:100;if(r<=1e3)return r<=133.33?100:r<=285.71?200:r<=666.67?500:1e3;if(r<=1e4)return r<=1333.33?1e3:r<=2857.14?2e3:r<=6666.66?5e3:1e4;if(r<=12e4)return r<=13333.33?1e4:r<=24e3?2e4:r<=4e4?3e4:r<=72e3?6e4:r<=102857.14?9e4:12e4;if(r<=108e5)return r<=171428.57?12e4:r<=4e5?3e5:r<=8e5?6e5:r<=144e4?12e5:r<=24e5?18e5:r<=432e4?36e5:r<=6171428.57?54e5:r<=8e6?72e5:r<=9818181.82?9e6:108e5;var u=36e5,i=r/u;if(i<=24)return i<=1.33?u:i<=2.4?72e5:i<=3.43?108e5:i<=4.8?144e5:i<=6.86?216e5:i<=9.6?288e5:i<=14.4?432e5:i<=20.57?648e5:864e5;var o=i/24,c=Math.pow(10,Math.floor(Math.log(o)/Math.LN10)),f=o/c;return f<=1.33?864e5*c:f<=2.86?1728e5*c:f<=6.67?432e6*c:864e6*c},ln=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMajorTickTextFormat=function(){return"%YMD\n%Hms"},t.prototype.getMajorTickStep=function(){return fn},t}(cn),hn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPosition=function(){return nn.LEFT},t.prototype.getLabelDirection=function(){return un.BOTTOM_TO_TOP},t}(on),an=function(){function n(){}return n.prototype.isZero=function(n){return Math.abs(n)<Number.EPSILON},n}(),sn=function(){function n(){}return n.prototype.toStep=function(n,t,e){var r=Math.abs(t-n)/e,u=Math.floor(Math.log(r)/Math.LN10),i=Math.pow(10,u),o=r/i;return o<=1.33?i:o<=2.86?2*i:o<=6.67?5*i:10*i},n}(),dn=function(){function n(){}return n.prototype.isZero=function(n){return Math.abs(n)<Number.EPSILON},n}(),mn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(m),Dn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(m),pn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(m),Tn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return"padding"},t.prototype.getY=function(){return"padding"},t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return"padding"},t.prototype.getPaddingTop=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getPaddingBottom=function(){return 10},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getBorderColor=function(n){return null},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.isOverflowMaskEnabled=function(){return!0},t.prototype.getMargin=function(){return 20},t}(m);const gn=wcardinal.ui.EShapeStrokeStyle,Wn=wcardinal.ui.EShapeBar,bn=wcardinal.ui.EShapeBarPosition;var wn=function(){},kn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isEnabled=function(n){return n.isHovered},t.prototype.newShape=function(n){var t=new Wn;return t.points.position=bn.TOP,t.stroke.style=gn.DASHED,t.stroke.alpha=.75,t},t}(wn),In=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isEnabled=function(n){return n.isHovered},t.prototype.newShape=function(n){var t=new Wn;return t.points.position=bn.LEFT,t.stroke.style=gn.DASHED,t.stroke.alpha=.75,t},t}(wn);const yn=wcardinal.ui.EShapeCircle;var Cn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isEnabled=function(n){return n.isActive},t.prototype.newShape=function(n){var t=new yn;return t.size.set(14,14),t.fill.enable=!1,t.stroke.alpha=.75,t},t}(wn),vn=function(){e.set("DChart",$),e.set("DChartAxisX",cn),e.set("DChartAxisXDatetime",ln),e.set("DChartAxisY",hn),e.set("DChartCoordinate",an),e.set("DChartCoordinateTick",sn),e.set("DChartCoordinateTransform",dn),e.set("DChartLegend",mn),e.set("DChartLegendItem",Dn),e.set("DChartOverview",pn),e.set("DChartPlotArea",Tn),e.set("DChartSelectionGridlineX",kn),e.set("DChartSelectionGridlineY",In),e.set("DChartSelectionMarker",Cn)},Bn=function(){function n(){}return n.prototype.getCapacity=function(){return 10},n.prototype.newColors=function(){return[]},n}(),xn=function(){function n(){}return n.prototype.newColors=function(){for(var n=[0,4408131,6710886,10066329,12040119,13421772,14277081,15724527,15987699,16777215,12582912,16711680,16760832,16776960,9621584,45136,45296,28864,8288,7352480],t=10;t<20;++t)n.push(h.brighten(n[t],.75));for(t=10;t<20;++t)n.push(h.brighten(n[t],.45));for(t=10;t<20;++t)n.push(h.brighten(n[t],.15));for(t=10;t<20;++t)n.push(h.darken(n[t],.15));for(t=10;t<20;++t)n.push(h.darken(n[t],.45));for(t=10;t<20;++t)n.push(h.darken(n[t],.75));return n},n}(),Sn=function(){e.set("DColorRecent",Bn),e.set("DColorStandard",xn)};const Mn=wcardinal.ui.DAnimationFadeIn,_n=wcardinal.ui.DDialogAlign,Jn=wcardinal.ui.DDialogCloseOn,Ln=wcardinal.ui.DDialogGestureMode,En=wcardinal.ui.DDialogMode,Pn=wcardinal.ui.DDialogState;var Fn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMode=function(){return En.MODAL},t.prototype.closeOn=function(n){switch(n){case En.MODAL:case En.MENU:return Jn.ESC|Jn.CLICK_OUTSIDE;case En.MODELESS:return Jn.NONE}},t.prototype.isSticky=function(n){return!1},t.prototype.isGestureEnabled=function(n){switch(n){case En.MODAL:case En.MODELESS:return!0;case En.MENU:return!1}},t.prototype.getGestureMode=function(n){return Ln.DIRTY},t.prototype.getOffsetX=function(n){return 5},t.prototype.getOffsetY=function(n){return 5},t.prototype.getAlign=function(n){return _n.BOTTOM},t.prototype.newAnimation=function(n){switch(n){case En.MODAL:return new Mn;case En.MODELESS:case En.MENU:return null}},t.prototype.getBackgroundColor=function(n){return n.is(Pn.MENU)?a.BACKGROUND_COLOR_ON_BOARD:a.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return n.is(Pn.MENU)?null:16448250},t.prototype.getOutlineColor=function(n){return null},t.prototype.getPaddingLeft=function(){return 0},t.prototype.getPaddingTop=function(){return 0},t.prototype.getPaddingRight=function(){return 0},t.prototype.getPaddingBottom=function(){return 0},t.prototype.getX=function(){return 0},t.prototype.getY=function(){return 0},t.prototype.getWidth=function(){return 400},t.prototype.getHeight=function(){return"auto"},t.prototype.getShadow=function(){return this.newShadow()},t.prototype.getInteractive=function(){return i.BOTH},t}(m),Nn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getLayout=function(){},t.prototype.getHeader=function(){return null},t.prototype.getContent=function(){},t.prototype.getFooter=function(){},t}(Fn),An=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"auto"},t}(Nn);const Hn=wcardinal.ui.DLayoutDirection;var Rn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBorderColor=function(n){return null},t.prototype.getMargin=function(){return 5},t.prototype.getInteractive=function(){return i.CHILDREN},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t.prototype.getDirection=function(){return Hn.VERTICAL},t.prototype.getCornerAdjust=function(){return!1},t.prototype.getMultiplicity=function(){return 1},t.prototype.getReverse=function(){return!1},t}(m),zn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDirection=function(){return Hn.VERTICAL},t.prototype.getWidth=function(){return"auto"},t}(Rn),Gn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return"padding"},t.prototype.getY=function(){return"padding"},t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return"auto"},t.prototype.getPaddingTop=function(){return 16},t.prototype.getPaddingRight=function(){return 16},t.prototype.getPaddingBottom=function(){return 16},t.prototype.getPaddingLeft=function(){return 16},t}(zn),Vn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"auto"},t}(Gn),On=function(){e.set("DDialogFittedContent",Vn),e.set("DDialogFitted",An)},qn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getLabel=function(){return""},t.prototype.getInputMargin=function(){return 32},t}(Nn),jn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),Xn=function(){e.set("DDialogInputBoolean",jn)},Yn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),Un=function(){e.set("DDialogInputInteger",Yn)},Kn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),Zn=function(){e.set("DDialogInputReal",Kn)},Qn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),$n=function(){e.set("DDialogInputText",Qn)},nt=function(){e.set("DDialog",Fn)};t.add("dropdown_mark",20,14,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="16 5 10 11 4 5"></polyline></g>');var tt=function(n){function e(){return n.call(this,a.BACKGROUND_COLOR_ON_BOARD)||this}return u(e,n),e.prototype.getSecondaryImageAlignHorizontal=function(){return g.RIGHT},e.prototype.getSecondaryImageAlignWith=function(){return w.PADDING},e.prototype.getSecondaryImageMarginHorizontal=function(){return-20},e.prototype.getPaddingLeft=function(){return 25},e.prototype.getPaddingRight=function(){return 25},e.prototype.getSecondaryImageSource=function(n){return t.mappings.dropdown_mark},e}(v),et=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return""},t}(tt),rt=function(){e.set("DDropdown",et)},ut=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.isActive?15792383:null},t.prototype.getBackgroundAlpha=function(n){return n.isActive?.1:0},t.prototype.getMargin=function(){return 0},t.prototype.getCornerMask=function(){return c.ALL},t}(zn),it=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(C);t.add("menu_item_expandable_header_closed",14,14,'<g transform="scale(1, 0.7)"><polyline fill="none" stroke="#fff" stroke-width="1" points="6 16 10 10 6 4"></polyline></g>'),t.add("menu_item_expandable_header_opened",14,14,'<g transform="scale(0.7, 1)"><polyline fill="none" stroke="#fff" stroke-width="1" points="16 6 10 10 4 6"></polyline></g>');var ot=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:n.isHovered||n.inActive?16316664:null},t.prototype.getBorderColor=function(n){return null},t.prototype.getHeight=function(){return 30},t.prototype.getWidth=function(){return"padding"},t.prototype.getPaddingLeft=function(){return 16},t.prototype.getPaddingRight=function(){return 16},t.prototype.getCornerMask=function(){return c.ALL},t}(it),ct=function(){e.set("DExpandableHeader",ot),e.set("DExpandable",ut)};const ft=wcardinal.ui.DHtmlElementState,lt=wcardinal.ui.UtilHtmlElementWhen;var ht=function(){return null},at=function(n){var t=document.createElement("div");return n.appendChild(t),t},st=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getElementCreator=function(){return ht},t.prototype.setElementStyle=function(n,t,e,r,u,i,o){var c=this.getElementStylePointerEvent(t)+this.getElementStylePosition(t,r,u,i)+this.getElementStyleMargin(t)+this.getElementStyleText(t)+this.getElementStyleBackground(t)+this.getElementStyleBorder(t)+this.getElementStylePadding(t,e)+this.getElementStyleOutline(t)+this.getElementStyleClipPath(t,o);n.setAttribute("style",c),t.inReadOnly?n.setAttribute("readonly","readonly"):n.removeAttribute("readonly"),t.inDisabled?n.setAttribute("disabled","disabled"):n.removeAttribute("disabled")},t.prototype.getElementStylePointerEvent=function(n){return n.is(ft.NO_POINTER_EVENTS)?"":"pointer-events: auto;"},t.prototype.getElementStyleBackground=function(n){return"background-color: transparent;"},t.prototype.getElementStyleBorder=function(n){return"border: none; box-sizing: border-box;"},t.prototype.getElementStylePadding=function(n,t){return t?"getLeft"in t?"padding: ".concat(t.getTop(),"px ").concat(t.getRight(),"px ")+"".concat(t.getBottom(),"px ").concat(t.getLeft(),"px;"):"padding: ".concat(t.vertical,"px ").concat(t.horizontal,"px;"):"padding: 0px;"},t.prototype.getElementStyleOutline=function(n){return"outline: none;"},t.prototype.getElementStylePositionPosition=function(n,t){if(n){if(t){var e=n.x-t.x,r=n.y-t.y;return"left:".concat(e,"px; top:").concat(r,"px;")}return"left:".concat(n.x,"px; top: ").concat(n.y,"px;")}return"left: 0px; top: 0px;"},t.prototype.getElementStylePositionSize=function(n){return n?"width: ".concat(n.width,"px; height: ").concat(n.height,"px;"):"width: 0px; height: 0px;"},t.prototype.getElementStylePositionTransform=function(n){return n?"transform: matrix(".concat(n.a,",").concat(n.b,",").concat(n.c,",").concat(n.d,",").concat(n.tx,",").concat(n.ty,");"):""},t.prototype.getElementStylePosition=function(n,t,e,r){return"position: absolute;"+this.getElementStylePositionPosition(t,r)+this.getElementStylePositionSize(t)+this.getElementStylePositionTransform(e)},t.prototype.getElementStyleText=function(n){return"font-family: ".concat(this.getFontFamilly(),";")+"font-size: ".concat(this.getFontSize(),"px;")+"color: #".concat(this.getColor(n).toString(16),";")+"line-height: ".concat(this.getLineHeight(),"px;")+"-moz-tab-size: 4; -o-tab-size: 4; tab-size: 4;"},t.prototype.getElementStyleMargin=function(n){return"margin: 0;"},t.prototype.getElementStyleClipPath=function(n,t){if(null!=t){var e=t.id;return"-webkit-clip-path: url(#".concat(e,"); clip-path: url(#").concat(e,");")}return""},t.prototype.getClipperCreator=function(){return at},t.prototype.setClipperStyle=function(n,t,e,r,u,i,o){var c="outline: none; padding: 0; margin: 0; border: none;background-color: transparent; pointer-events: none;"+this.getClipperStyleOverflow(i)+this.getClipperStylePosition(i);n.setAttribute("style",c)},t.prototype.getClipperStyleOverflow=function(n){return n?"overflow: hidden;":"overflow: visible;"},t.prototype.getClipperStylePositionPosition=function(n){return n?"left: ".concat(n.x,"px; top: ").concat(n.y,"px;"):"left: 0px; top: 0px;"},t.prototype.getClipperStylePositionSize=function(n){return n?"width: ".concat(n.width,"px; height: ").concat(n.height,"px;")+"line-height: ".concat(n.height,"px;"):"width: 0px; height: 0px;"},t.prototype.getClipperStylePosition=function(n){return"position: absolute;"+this.getClipperStylePositionPosition(n)+this.getClipperStylePositionSize(n)},t.prototype.isClipperExEnabled=function(){return!1},t.prototype.getBeforeCreator=function(){return at},t.prototype.setBeforeStyle=function(n){n.setAttribute("style","overflow: hidden; outline: none;padding: 0; margin: 0; border: none; background-color: transparent;position: absolute; left: 0; top: 0; width: 0; height: 0; line-height: 0;"),n.setAttribute("tabindex","0")},t.prototype.getAfterCreator=function(){return at},t.prototype.setAfterStyle=function(n){this.setBeforeStyle(n)},t.prototype.getWhen=function(){return lt.FOCUSED},t.prototype.getSelect=function(){return!1},t}(C),dt=function(){e.set("DHtmlElement",st)},mt=function(){e.set("DImage",it)},Dt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDirection=function(){return Hn.HORIZONTAL},t.prototype.getHeight=function(){return"auto"},t}(Rn),pt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return this.getLineHeight()},t}(Dt),Tt=function(){e.set("DInputAndLabel",pt)},gt=function(){return null},Wt=function(n){return n},bt=function(n){function t(){var t=null!==n&&n.apply(this,arguments)||this;return t.BACKGROUND_COLOR=a.BACKGROUND_COLOR_ON_BOARD,t.BACKGROUND_COLOR_HOVERED=h.darken(t.BACKGROUND_COLOR,.017),t}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled||n.inReadOnly?null:n.isHovered?this.BACKGROUND_COLOR_HOVERED:this.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return n.isInvalid?a.INVALID_COLOR:a.BORDER_COLOR},t.prototype.getOutlineColor=function(t){return t.isInvalid?a.INVALID_COLOR:n.prototype.getOutlineColor.call(this,t)},t.prototype.getHeight=function(){return this.getLineHeight()},t.prototype.getWidth=function(){return 100},t.prototype.getPlaceholder=function(){return""},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getCursor=function(n){return n.isActionable?"text":""},t.prototype.getEditingFormatter=function(){return this.getTextFormatter()},t.prototype.getEditingUnformatter=function(){return Wt},t.prototype.getEditingValidator=function(){return gt},t.prototype.getSelect=function(){return!0},t.prototype.getElementStyleBorder=function(n){return"border: 1.5px solid transparent; box-sizing: border-box;"},t}(st),wt="d-theme-white-input-input",kt="".concat(wt,"-element"),It=function(n){var t=n.getElementsByClassName(kt);if(0<t.length)return t[0];var e=document.createElement("input");return e.setAttribute("spellcheck","false"),e.setAttribute("class",kt),n.appendChild(e),e},yt=function(n,t){var e=n.getElementsByClassName(t);if(0<e.length)return e[0];var r=document.createElement("div");return r.setAttribute("class",t),n.appendChild(r),r},Ct="".concat(wt,"-clipper"),vt=function(n){return yt(n,Ct)},Bt="".concat(wt,"-before"),xt=function(n){return yt(n,Bt)},St="".concat(wt,"-after"),Mt=function(n){return yt(n,St)},_t=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getElementCreator=function(){return It},t.prototype.getClipperCreator=function(){return vt},t.prototype.getBeforeCreator=function(){return xt},t.prototype.getAfterCreator=function(){return Mt},t}(bt),Jt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getStep=function(){return null},t.prototype.getMin=function(){return null},t.prototype.getMax=function(){return null},t.prototype.newTextValue=function(){return 0},t}(_t),Lt=function(n){var t=parseInt(n,10);return t==t?t:0},Et=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getEditingUnformatter=function(){return Lt},t}(Jt),Pt=function(){e.set("DInputInteger",Et)},Ft=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return this.getLineHeight()},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(y),Nt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignHorizontal=function(){return g.RIGHT},t.prototype.getWidth=function(){return 60},t.prototype.getHeight=function(){return this.getLineHeight()},t}(Ft),At=function(){e.set("DInputLabel",Nt)},Ht=function(n){var t=parseFloat(n);return t==t?t:0},Rt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getEditingUnformatter=function(){return Ht},t}(Jt),zt=function(){e.set("DInputReal",Rt)},Gt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return""},t}(_t);t.add("input_search",21,21,'<g transform="scale(0.875,0.875)"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" fill="#fff"/></g>');var Vt=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getPaddingRight=function(){return 31},e.prototype.getImageSource=function(n){return t.mappings.input_search},e.prototype.getImageAlignWith=function(){return w.BORDER},e.prototype.getImageAlignHorizontal=function(){return g.RIGHT},e.prototype.getImageMarginHorizontal=function(){return 6},e}(Gt),Ot=function(){e.set("DInputSearch",Vt)},qt="d-theme-white-input-text-area",jt="".concat(qt,"-element"),Xt=function(n){var t=n.getElementsByClassName(jt);if(0<t.length)return t[0];var e=document.createElement("textarea");return e.setAttribute("spellcheck","false"),e.setAttribute("class",jt),n.appendChild(e),e},Yt=function(n,t){var e=n.getElementsByClassName(t);if(0<e.length)return e[0];var r=document.createElement("div");return r.setAttribute("class",t),n.appendChild(r),r},Ut="".concat(qt,"-clipper"),Kt=function(n){return Yt(n,Ut)},Zt="".concat(qt,"-before"),Qt=function(n){return Yt(n,Zt)},$t="".concat(qt,"-after"),ne=function(n){return Yt(n,$t)},te=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignVertical=function(){return b.TOP},t.prototype.getTextStyleWordWrap=function(){return k.NORMAL},t.prototype.getElementCreator=function(){return Xt},t.prototype.getClipperCreator=function(){return Kt},t.prototype.getBeforeCreator=function(){return Qt},t.prototype.getAfterCreator=function(){return ne},t.prototype.newTextValue=function(){return""},t.prototype.getElementStyleText=function(t){return n.prototype.getElementStyleText.call(this,t)+this.getElementStyleTextResize(t)+this.getElementStyleTextWordWrap(t)},t.prototype.getElementStyleTextResize=function(n){return"resize: none;"},t.prototype.getElementStyleTextWordWrap=function(n){var t="overflow-wrap: break-word; word-wrap: break-word;";switch(this.getTextStyleWordWrap()){case k.NORMAL:t+="word-break: normal;";break;default:t+="word-break: break-all;"}return t},t}(bt),ee=function(){e.set("DInputTextArea",te)},re=function(){e.set("DInputText",Gt)},ue=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBorderColor=function(n){return null},t.prototype.getWidth=function(){return 0},t.prototype.getHeight=function(){return 0},t.prototype.getClearType=function(){return f.BOTH},t.prototype.getInteractive=function(){return i.CHILDREN},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(m),ie=function(){e.set("DLayout",Rn),e.set("DLayoutHorizontal",Dt),e.set("DLayoutSpace",ue),e.set("DLayoutVertical",zn)};const oe=wcardinal.ui.UtilGestureMode;var ce=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isOverflowMaskEnabled=function(){return!0},t.prototype.getBackgroundColor=function(n){return a.BACKGROUND_COLOR},t.prototype.getBorderAlign=function(n){return 1},t.prototype.getOutlineAlign=function(n){return 1},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.getWheelSpeed=function(){return 2.24},t.prototype.getGestureMode=function(){return oe.TOUCH},t}(m),fe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return a.BACKGROUND_COLOR_ON_BOARD},t}(ce),le=function(){function n(n,t,e){this.i=t,null!=n?(this.o=n,this.l=1,this.h=h.darken(n,.0175),this.m=1,this.D=h.blend(n,a.INVALID_COLOR,a.INVALID_ALPHA),this.p=1,this.T=e?a.HIGHLIGHT_COLOR:h.blend(n,a.HIGHLIGHT_COLOR,a.HIGHLIGHT_ALPHA),this.g=1,this.W=h.blend(n,a.WEAK_HIGHLIGHT_COLOR,a.WEAK_HIGHLIGHT_ALPHA),this.k=1):(this.o=0,this.l=0,this.h=0,this.m=.0175,this.D=a.INVALID_COLOR,this.p=a.INVALID_ALPHA,this.T=a.HIGHLIGHT_COLOR,this.g=e?1:a.HIGHLIGHT_ALPHA,this.W=a.WEAK_HIGHLIGHT_COLOR,this.k=a.WEAK_HIGHLIGHT_ALPHA),this.I=a.COLOR,this.C=e?a.ACTIVE_COLOR:a.COLOR,e?(this.v=a.COLOR,this.B=a.ACTIVE_COLOR):(this.v=a.COLOR,this.B=a.COLOR)}return n.prototype.getBackgroundColor=function(n){return n.inDisabled?this.i?n.isAlternated?this.h:this.o:null:n.isInvalid?this.D:n.isActive?this.T:n.isHovered?this.W:this.i?n.isAlternated?this.h:this.o:null},n.prototype.getBackgroundAlpha=function(n){return n.inDisabled?this.i?n.isAlternated?this.m:this.l:0:n.isInvalid?this.p:n.isActive?this.g:n.isHovered?this.k:this.i?n.isAlternated?this.m:this.l:0},n.prototype.getBorderColor=function(n){return null},n.prototype.getBorderMask=function(n){return o.NONE},n.prototype.getColor=function(n){return n.isActive?this.B:this.v},n.prototype.getAlpha=function(n){return n.inEnabled?1:0},n.prototype.getImageTintColor=function(n,t){return n.inDisabled||n.inReadOnly||!n.isActive&&!t?this.I:this.C},n.prototype.getHeight=function(){return 30},n.prototype.getCornerMask=function(){return c.ALL},n.prototype.getCursor=function(n){return n.isActionable?"pointer":""},n}(),he=function(n){function t(){var t=n.call(this)||this;return t.S=t.newStyle(),t}return u(t,n),t.prototype.newStyle=function(){return new le(null,!0,!1)},t.prototype.getBackgroundColor=function(n){return this.S.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return this.S.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return this.S.getBorderColor(n)},t.prototype.getBorderMask=function(n){return this.S.getBorderMask(n)},t.prototype.getColor=function(n){return this.S.getColor(n)},t.prototype.getAlpha=function(n){return this.S.getAlpha(n)},t.prototype.getHeight=function(){return this.S.getHeight()},t.prototype.getCornerMask=function(){return this.S.getCornerMask()},t.prototype.getImageTintColor=function(n){return this.S.getImageTintColor(n)},t.prototype.getCursor=function(n){return this.S.getCursor(n)},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.newTextValue=function(){},t.prototype.getWidth=function(){return"padding"},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isDisabled=!0},t}(C),ae=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newStyle=function(){return new le(null,!1,!0)},t}(he),se=function(){e.set("DListItemAmbient",ae),e.set("DListItem",he),e.set("DList",fe)},de=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(){return 16645629},t.prototype.getBorderColor=function(n){return null},t.prototype.getHeight=function(){return 30},t.prototype.getMargin=function(){return 0},t.prototype.getPaddingLeft=function(){return 5},t.prototype.getPaddingRight=function(){return 5},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusRoot=!0},t}(Dt),me=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:n.isActive?a.HIGHLIGHT_COLOR:n.isHovered?a.WEAK_HIGHLIGHT_COLOR:null},t.prototype.getBackgroundAlpha=function(n){return a.WEAK_HIGHLIGHT_ALPHA},t.prototype.getBorderColor=function(){return null},t.prototype.getWidth=function(){return"auto"},t.prototype.getHeight=function(){return"100%"},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.getTextAlignHorizontal=function(){return g.LEFT},t.prototype.getTextStyleClipping=function(){return!1},t}(F),De=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return a.BACKGROUND_COLOR_ON_BOARD},t.prototype.getOffsetX=function(){return 5},t.prototype.getOffsetY=function(){return 5},t.prototype.getPaddingTop=function(){return 5},t.prototype.getPaddingBottom=function(){return 5},t.prototype.getWidth=function(){return 200},t.prototype.getHeight=function(){return"auto"},t.prototype.getMargin=function(){return 0},t.prototype.getShadow=function(){return this.newShadowWeak()},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusRoot=!0},t}(zn),pe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:n.isActive?this.getBackgroundColorActive(n):n.isHovered?a.WEAK_HIGHLIGHT_COLOR:null},t.prototype.getBackgroundColorActive=function(n){return a.HIGHLIGHT_COLOR},t.prototype.getBackgroundAlpha=function(n){return n.inDisabled?a.WEAK_HIGHLIGHT_ALPHA:n.isActive?this.getBackgroundAlphaActive(n):a.WEAK_HIGHLIGHT_ALPHA},t.prototype.getBackgroundAlphaActive=function(n){return a.HIGHLIGHT_ALPHA},t.prototype.getColor=function(n){return n.inDisabled?a.COLOR:n.isActive?this.getColorActive(n):a.COLOR},t.prototype.getColorActive=function(n){return a.COLOR},t.prototype.getBorderColor=function(n){return null},t.prototype.getHeight=function(){return 30},t.prototype.getWidth=function(){return"padding"},t.prototype.getTextAlignHorizontal=function(){return g.LEFT},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.getCursor=function(n){return n.isActionable?"pointer":""},t}(it),Te=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColorActive=function(n){return a.HIGHLIGHT_COLOR},t.prototype.getBackgroundAlphaActive=function(n){return 1},t.prototype.getColorActive=function(n){return a.ACTIVE_COLOR},t.prototype.getPaddingLeft=function(){return this.getPaddingRight()},t.prototype.getPaddingRight=function(){return 26},t}(pe),ge=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getShortcutTextMargin=function(){return this.getPaddingRight()},t.prototype.getShortcutColor=function(n){return this.getColor(n)},t.prototype.getShortcutAlpha=function(n){return.5*this.getAlpha(n)},t}(Te);t.add("menu_item_mark_check_active",14,14,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="1 6.5 5 11 13 2.5"></polyline></g>'),t.add("menu_item_mark_check_inactive",14,14,"<g></g>");var We=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getBackgroundColorActive=function(n){return n.isHovered?a.WEAK_HIGHLIGHT_COLOR:null},e.prototype.getBackgroundAlphaActive=function(n){return a.WEAK_HIGHLIGHT_ALPHA},e.prototype.getColorActive=function(n){return a.COLOR},e.prototype.getImageSource=function(n){return n.isActive?t.mappings.menu_item_mark_check_active:t.mappings.menu_item_mark_check_inactive},e.prototype.getImageAlignWith=function(){return w.BORDER},e.prototype.getImageMarginHorizontal=function(){return 7},e}(ge),be=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.isActive?15792383:null},t.prototype.getBackgroundAlpha=function(n){return n.isActive?.1:0},t.prototype.getMargin=function(){return 0},t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return"auto"},t.prototype.getCornerMask=function(){return c.ALL},t}(zn),we=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return"auto"},t.prototype.getCornerMask=function(){return c.ALL},t}(zn),ke=function(){function n(){}return n.init=function(){t.add("expandable_closed",14,14,'<g transform="scale(1, 0.7)"><polyline fill="none" stroke="#fff" stroke-width="1" points="6 16 10 10 6 4"></polyline></g>'),t.add("expandable_opened",14,14,'<g transform="scale(0.7, 1)"><polyline fill="none" stroke="#fff" stroke-width="1" points="16 6 10 10 4 6"></polyline></g>')},n.getImageOpened=function(){return t.mappings.expandable_opened},n.getImageClosed=function(){return t.mappings.expandable_closed},n}();ke.init();var Ie=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return this.getPaddingRight()},t.prototype.getPaddingRight=function(){return 26},t.prototype.getImageSource=function(n){return n.inActive?ke.getImageOpened():ke.getImageClosed()},t.prototype.getImageAlignWith=function(){return w.BORDER},t.prototype.getImageMarginHorizontal=function(){return 7},t}(pe),ye=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return n.prototype.getPaddingLeft.call(this)+16},t.prototype.getImageMarginHorizontal=function(){return n.prototype.getImageMarginHorizontal.call(this)+16},t}(We);const Ce=wcardinal.ui.DBaseState,ve=wcardinal.ui.DThemes;var Be=function(n){function t(){var t=n.call(this)||this;return t.M=ve.getInstance().get("DLink"),t}return u(t,n),t.prototype.getImageSource=function(n){return n.is(Ce.NEW_WINDOW)?this.M.getImageSource(n):null},t.prototype.getImageTintAlpha=function(t){return t.isHovered?n.prototype.getImageTintAlpha.call(this,t):0},t.prototype.getImageAlignWith=function(){return w.BORDER},t.prototype.getImageAlignHorizontal=function(){return g.RIGHT},t}(ge),xe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return n.prototype.getPaddingLeft.call(this)+16},t}(Be);t.add("menu_item_mark_next",14,20,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="5 16 11 10 5 4"></polyline></g>');var Se=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getImageSource=function(n){return t.mappings.menu_item_mark_next},e.prototype.getImageAlignWith=function(){return w.BORDER},e.prototype.getImageAlignHorizontal=function(){return g.RIGHT},e.prototype.getImageMarginHorizontal=function(){return 12},e}(Te),Me=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return n.prototype.getPaddingLeft.call(this)+16},t}(Se),_e=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBorderColor=function(n){return a.WEAK_HIGHLIGHT_COLOR},t.prototype.getBorderAlpha=function(n){return a.WEAK_HIGHLIGHT_ALPHA},t.prototype.getHeight=function(){return 15},t.prototype.getWidth=function(){return"padding"},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getInteractive=function(){return i.NONE},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(pe),Je=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return n.prototype.getPaddingLeft.call(this)+16},t}(_e),Le=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(ue),Ee=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return n.prototype.getPaddingLeft.call(this)+16},t}(Le),Pe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getPaddingLeft=function(){return n.prototype.getPaddingLeft.call(this)+16},t}(ge),Fe=function(){e.set("DMenu",De),e.set("DMenuItem",Te),e.set("DMenuItemCheck",We),e.set("DMenuItemLink",Be),e.set("DMenuItemMenu",Se),e.set("DMenuItemSeparator",_e),e.set("DMenuItemSpace",Le),e.set("DMenuItemText",ge),e.set("DMenuItemExpandableBody",we),e.set("DMenuItemExpandableHeader",Ie),e.set("DMenuItemExpandableItemCheck",ye),e.set("DMenuItemExpandableItemLink",xe),e.set("DMenuItemExpandableItemMenu",Me),e.set("DMenuItemExpandableItemSeparator",Je),e.set("DMenuItemExpandableItemSpace",Ee),e.set("DMenuItemExpandableItemText",Pe),e.set("DMenuItemExpandable",be)},Ne=function(){e.set("DMenuBarItem",me),e.set("DMenuBar",de),Fe()},Ae=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return a.BACKGROUND_COLOR_ON_BOARD},t.prototype.getBorderColor=function(n){return null},t.prototype.getInteractive=function(){return i.BOTH},t}(ce),He=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"100%"},t.prototype.getHeight=function(){return"auto"},t.prototype.getPaddingTop=function(){return 16},t.prototype.getPaddingBottom=function(){return 16},t.prototype.getMargin=function(){return 0},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(zn),Re=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(We),ze=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(be),Ge=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(ye),Ve=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(xe),Oe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Me),qe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Je),je=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Ee),Xe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Pe),Ye=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Be),Ue=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Se),Ke=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(_e),Ze=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Le),Qe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(ge),$e=function(){e.set("DMenuSided",Ae),e.set("DMenuSidedContent",He),e.set("DMenuSidedItemCheck",Re),e.set("DMenuSidedItemLink",Ye),e.set("DMenuSidedItemMenu",Ue),e.set("DMenuSidedItemSeparator",Ke),e.set("DMenuSidedItemSpace",Ze),e.set("DMenuSidedItemText",Qe),e.set("DMenuSidedItemExpandable",ze),e.set("DMenuSidedItemExpandableItemCheck",Ge),e.set("DMenuSidedItemExpandableItemLink",Ve),e.set("DMenuSidedItemExpandableItemMenu",Oe),e.set("DMenuSidedItemExpandableItemSeparator",qe),e.set("DMenuSidedItemExpandableItemSpace",je),e.set("DMenuSidedItemExpandableItemText",Xe)},nr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"auto"},t.prototype.getMargin=function(){return 10},t.prototype.getButtonSpace=function(){return 10},t}(Dt);t.add("pagination_dots",21,21,'<g><circle cx="2" cy="11" r="1.1" fill="#fff" stroke="none" /><circle cx="10.5" cy="11" r="1.1" fill="#fff" stroke="none" /><circle cx="19" cy="11" r="1.1" fill="#fff" stroke="none" /></g>');var tr=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return 30},e.prototype.getHeight=function(){return 30},e.prototype.getInteractive=function(){return i.NONE},e.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},e.prototype.getImageSource=function(n){return t.mappings.pagination_dots},e.prototype.getImageAlignHorizontal=function(){return g.CENTER},e.prototype.getImageAlignWith=function(){return w.BORDER},e}(C);t.add("pagination_button_last",21,21,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="9 15 15 10 9 5"></polyline><polyline fill="none" stroke="#fff" stroke-width="1" points="5 15 11 10 5 5"></polyline></g>');var er=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return 30},e.prototype.getImageSource=function(n){return t.mappings.pagination_button_last},e}(B);t.add("pagination_button_next",21,21,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="7 15 13 10 7 5"></polyline></g>');var rr=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return 30},e.prototype.getImageSource=function(n){return t.mappings.pagination_button_next},e}(B),ur=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return 30},t.prototype.newTextValue=function(){return 0},t.prototype.getTextStyleClipping=function(){return!1},t}(B);t.add("pagination_button_previous",21,21,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="13 15 7 10 13 5"></polyline></g>');var ir=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return 30},e.prototype.getImageSource=function(n){return t.mappings.pagination_button_previous},e}(B);t.add("pagination_button_top",21,21,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="11 15 5 10 11 5"></polyline><polyline fill="none" stroke="#fff" stroke-width="1" points="15 15 9 10 15 5"></polyline></g>');var or=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return 30},e.prototype.getImageSource=function(n){return t.mappings.pagination_button_top},e}(B),cr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return a.HIGHLIGHT_COLOR},t.prototype.getColor=function(n){return a.ACTIVE_COLOR},t.prototype.getWidth=function(){return 30},t.prototype.getHeight=function(){return 30},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t.prototype.getTextStyleClipping=function(){return!1},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t}(C),fr=function(){e.set("DPagination",nr),e.set("DPaginationPage",cr),e.set("DPaginationDots",tr),e.set("DPaginationButtonLast",er),e.set("DPaginationButtonNext",rr),e.set("DPaginationButtonPage",ur),e.set("DPaginationButtonPrevious",ir),e.set("DPaginationButtonTop",or)},lr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"100%"},t.prototype.getBorderColor=function(n){return null},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(m),hr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return 16777215},t.prototype.getBackgroundAlpha=function(n){return 0},t.prototype.getWidth=function(){return 13},t.prototype.getHeight=function(){return 13},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t.prototype.getFadeOutDelay=function(){return 1500},t}(m),ar=function(n){function t(){var t=null!==n&&n.apply(this,arguments)||this;return t.BORDER_COLOR=h.darken(a.WEAK_HIGHLIGHT_COLOR,.25),t.BORDER_COLOR_DISABLED=h.brighten(t.BORDER_COLOR,.75),t.BORDER_COLOR_HOVERED=h.brighten(t.BORDER_COLOR,.25),t.BORDER_COLOR_OTHER=h.brighten(t.BORDER_COLOR,.5),t}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBackgroundAlpha=function(n){return 1},t.prototype.getBorderColor=function(n){return n.inDisabled?this.BORDER_COLOR_DISABLED:n.isHovered||n.isGesturing?this.BORDER_COLOR_HOVERED:this.BORDER_COLOR_OTHER},t.prototype.getBorderAlpha=function(n){return 1},t.prototype.getBorderWidth=function(n){return 3},t.prototype.getBorderAlign=function(n){return 1},t.prototype.getWidth=function(){return 13},t.prototype.getHeight=function(){return 13},t.prototype.getThumbMinimumLength=function(){return 16},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(m),sr=function(){e.set("DScrollBar",hr),e.set("DScrollBarThumb",ar)},dr=function(){e.set("DPane",ce),e.set("DContent",lr),sr()};const mr=wcardinal.ui.isString;var Dr=function(n){if(n){var t=n.text.value;if(mr(t))return t;if(null!=t){var e=t(n.state);if(null!=e)return e}}return""},pr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return Dr},t.prototype.newTextValue=function(){return null},t}(tt),Tr=function(n){if(n){for(var t="",e="",r=0,u=n.length;r<u;++r){var i=n[r],o=i.text.value;if(mr(o))t+=e+o,e=", ";else if(null!=o){var c=o(i.state);null!=c&&(t+=e+c,e=", ")}}return t}return""},gr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return Tr},t.prototype.newTextValue=function(){return[]},t}(tt),Wr=function(){e.set("DSelectMultiple",gr),e.set("DSelect",pr),rt()};const br=wcardinal.ui.EShapeActionOpenDialogExtensions,wr=wcardinal.ui.EShapeActionOpenExtensions,kr=wcardinal.ui.EShapeActionValueBlinkType,Ir=wcardinal.ui.EShapeActionValueChangeColorTarget,yr=wcardinal.ui.EShapeActionValueChangeColorType,Cr=wcardinal.ui.EShapeActionValueChangeTextType,vr=wcardinal.ui.EShapeActionValueGestureOperationType,Br=wcardinal.ui.EShapeActionValueGestureType,xr=wcardinal.ui.EShapeActionValueMiscType,Sr=wcardinal.ui.EShapeActionValueOnInputAction,Mr=wcardinal.ui.EShapeActionValueOpenDialogType,_r=wcardinal.ui.EShapeActionValueOpenType,Jr=wcardinal.ui.EShapeActionValueOpetyped,Lr=wcardinal.ui.EShapeActionValueShowHideType,Er=wcardinal.ui.EShapeActionValueSubtyped,Pr=wcardinal.ui.EShapeActionValueTransformMoveType,Fr=wcardinal.ui.EShapeActionValueTransformResizeType,Nr=wcardinal.ui.EShapeActionValueTransformRotateType,Ar=wcardinal.ui.EShapeActionValueTransformType,Hr=wcardinal.ui.EShapeActionValueType;var Rr=function(){function n(){}return n.prototype.toLabel=function(n){var t=n.type;if(n instanceof Er){var e,r=n.subtype;if(n instanceof Jr){if(null!=(e=this.toOpetypedLabel(t,r,n.opetype,n)))return e}else if(null!=(e=this.toSubtypedLabel(t,r,n)))return e}return this.toTypedLabel(t,n)},n.prototype.toTypedLabel=function(n,t){return"".concat(this.toTypeLabel(n),": ").concat(this.toConditionLabel(t.condition))},n.prototype.toSubtypedLabel=function(n,t,e){var r=this.toTypeLabel(n);switch(n){case Hr.SHOW_HIDE:return"".concat(r,": ").concat(this.toShowHideTypeLabel(t));case Hr.BLINK:return"".concat(r,": ").concat(this.toBlinkTypeLabel(t));case Hr.CHANGE_COLOR:case Hr.CHANGE_COLOR_LEGACY:return"".concat(r,": ").concat(this.toChangeColorTypeLabel(t));case Hr.CHANGE_TEXT:return"".concat(r,": ").concat(this.toChangeTextTypeLabel(t));case Hr.OPEN:return"".concat(r,": ").concat(this.toOpenTypeLabel(t));case Hr.GESTURE:return"".concat(r,": ").concat(this.toGestureTypeLabel(t));case Hr.MISC:return"".concat(r,": ").concat(this.toMiscTypeLabel(t))}return null},n.prototype.toOpetypedLabel=function(n,t,e,r){switch(n){case Hr.TRANSFORM:var u=this.toTransformTypeLabel(t);switch(t){case Ar.ROTATE:return"".concat(u,": ").concat(this.toTransformRotateTypeLabel(e));case Ar.MOVE:return"".concat(u,": ").concat(this.toTransformMoveTypeLabel(e));case Ar.RESIZE:return"".concat(u,": ").concat(this.toTransformResizeTypeLabel(e))}}return null},n.prototype.toTypeLabel=function(n){switch(n){case Hr.SHOW_HIDE:return"Show / hide";case Hr.BLINK:return"Blink";case Hr.TRANSFORM:return"Transform";case Hr.OPEN:return"Open";case Hr.CHANGE_COLOR:case Hr.CHANGE_COLOR_LEGACY:return"Change color";case Hr.CHANGE_TEXT:return"Change text";case Hr.CHANGE_CURSOR:return"Change cursor";case Hr.EMIT_EVENT:return"Emit an event";case Hr.GESTURE:return"Gesture";case Hr.MISC:return"Misc.";default:return Hr.EXTENSION<=n?"Extension":"Unknown"}},n.prototype.toConditionLabel=function(n){return 20<n.length?n.substring(0,20)+"...":n},n.prototype.toBlinkTypeLabel=function(n){switch(n){case kr.VISIBILITY:return"Visibility";case kr.BRIGHTEN:return"Brighten";case kr.DARKEN:return"Darken";case kr.OPACITY:return"Opacity";case kr.COLOR_FILL:return"Fill";case kr.COLOR_STROKE:return"Stroke"}},n.prototype.toShowHideTypeLabel=function(n){switch(n){case Lr.SHAPE_SHOW:return"Show";case Lr.SHAPE_HIDE:return"Hide";case Lr.SHAPE:return"Shape";case Lr.LAYER:return"Layer"}},n.prototype.toTransformTypeLabel=function(n){switch(n){case Ar.RESIZE:return"Resize";case Ar.MOVE:return"Move";case Ar.ROTATE:return"Rotate"}},n.prototype.toTransformRotateTypeLabel=function(n){switch(n){case Nr.RELATIVE:return"Relative";case Nr.ABSOLUTE:return"Absolute"}},n.prototype.toTransformMoveTypeLabel=function(n){switch(n){case Pr.RELATIVE_X:return"Relative X";case Pr.RELATIVE_Y:return"Relative Y";case Pr.ABSOLUTE_X:return"Absolute X";case Pr.ABSOLUTE_Y:return"Absolute Y";case Pr.FORWARD_OR_BACKWARD:return"Forward / backward";case Pr.LEFT_OR_RIGHT:return"Left / right"}},n.prototype.toTransformResizeTypeLabel=function(n){switch(n){case Fr.ABSOLUTE_SIZE:return"Height & width";case Fr.RELATIVE_SIZE:return"Height & width (%)";case Fr.ABSOLUTE_HEIGHT:return"Height";case Fr.RELATIVE_HEIGHT:return"Height (%)";case Fr.ABSOLUTE_WIDTH:return"Width";case Fr.RELATIVE_WIDTH:return"Width (%)"}},n.prototype.toChangeColorTypeLabel=function(n){if(n===yr.NONE)return"None";var t="",e="";return n&yr.FILL&&(t+=e+"Fill",e=", "),n&yr.STROKE&&(t+=e+"Stroke",e=", "),n&yr.TEXT&&(t+=e+"Text",e=", "),n&yr.TEXT_OUTLINE&&(t+=e+"Text outline"),t},n.prototype.toChangeColorTargetLabel=function(n){switch(n){case Ir.COLOR_AND_ALPHA:return"Color";case Ir.COLOR:return"RGB";case Ir.ALPHA:return"Alpha";case Ir.CODE:return"Dynamic color";case Ir.BRIGHTNESS:return"Brightness"}},n.prototype.toChangeTextTypeLabel=function(n){switch(n){case Cr.TEXT:return"Text";case Cr.NUMBER:return"Number"}},n.prototype.toOpenTypeLabel=function(n){switch(n){case _r.DIAGRAM_LEGACY:return"Diagram";case _r.PAGE_LEGACY:return"Page (New window)";case _r.PAGE_INPLACE_LEGACY:return"Page (In-place)";case _r.DIALOG_TEXT:return"Dialog (Text)";case _r.DIALOG_INTEGER:return"Dialog (Integer)";case _r.DIALOG_REAL:return"Dialog (Real)";case _r.DIALOG_BOOLEAN:return"Dialog (Boolean)";case _r.DIALOG_DATE:return"Dialog (Date)";case _r.DIALOG_TIME:return"Dialog (Time)";case _r.DIALOG_DATETIME:return"Dialog (Datetime)";case _r.DIAGRAM:return"Diagram";case _r.PAGE:return"Page";case _r.DIALOG:return"Dialog";default:if(_r.EXTENSION<=n){var t=wr.get(n);return t?t.label:"Extension"}return"Unknown"}},n.prototype.toOpenDialogTypeLabel=function(n){switch(n){case Mr.TEXT:return"Text";case Mr.INTEGER:return"Integer";case Mr.REAL:return"Real";case Mr.BOOLEAN:return"Boolean";case Mr.DATE:return"Date";case Mr.TIME:return"Time";case Mr.DATETIME:return"Datetime";default:if(Mr.EXTENSION<=n){var t=br.get(n);return t?t.label:"Extension"}return"Unknown"}},n.prototype.toGestureTypeLabel=function(n){switch(n){case Br.SHAPE:return"Shape";case Br.LAYER:return"Layer"}},n.prototype.toGestureOperationTypeLabel=function(n){switch(n){case vr.DRAG:return"Drag";case vr.PINCH:return"Pinch"}return"Unknown"},n.prototype.toMiscTypeLabel=function(n){switch(n){case xr.INPUT_TEXT:return"Input (Text)";case xr.INPUT_INTEGER:return"Input (Integer)";case xr.INPUT_REAL:return"Input (Real)";case xr.EMIT_EVENT:return this.toOnInputActionLabel(Sr.EMIT_EVENT);case xr.WRITE_BOTH:return this.toOnInputActionLabel(Sr.WRITE_BOTH);case xr.WRITE_LOCAL:return this.toOnInputActionLabel(Sr.WRITE_LOCAL);case xr.WRITE_REMOTE:return this.toOnInputActionLabel(Sr.WRITE_REMOTE);case xr.HTML_ELEMENT:return"HTML element";case xr.HTML_ELEMENT_WITHOUT_POINTER_EVENTS:return"HTML element (No pointer events)";case xr.SHOW_HIDE_LAYER:return"Show / hide layers";case xr.GESTURE_LAYER:return"Layer gesture";case xr.GESTURE:return"Gesture";case xr.EXECUTE:return"Execute"}},n.prototype.toHtmlElementWhenLabel=function(n){switch(n){case lt.CLICKED:return"Clicked";case lt.DOUBLE_CLICKED:return"Double clicked";case lt.FOCUSED:return"Focused";case lt.ALWAYS:return"Always"}},n.prototype.toOnInputActionLabel=function(n){switch(n){case Sr.EMIT_EVENT:return"Emit event";case Sr.WRITE_BOTH:return"Write (Both)";case Sr.WRITE_LOCAL:return"Write (Local)";case Sr.WRITE_REMOTE:return"Write (Remote)"}},n}(),zr=function(){e.set("EShapeActionValue",Rr)};const Gr=wcardinal.ui.EShapeStrokeSide;var Vr=function(){function n(){}return n.prototype.getFillColor=function(){return 16777215},n.prototype.getFillAlpha=function(){return.5},n.prototype.getStrokeColor=function(){return 5197647},n.prototype.getStrokeAlpha=function(){return 1},n.prototype.getStrokeWidth=function(){return 2},n.prototype.getStrokeAlign=function(){return 0},n.prototype.getStrokeSide=function(){return Gr.ALL},n.prototype.getStrokeStyle=function(){return gn.NONE},n.prototype.getTextValue=function(){return""},n.prototype.getTextColor=function(){return this.getStrokeColor()},n.prototype.getTextAlpha=function(){return this.getStrokeAlpha()},n.prototype.getTextFamily=function(){return"auto"},n.prototype.getTextSize=function(){return 14},n.prototype.getRadius=function(){return.25},n.prototype.getSizeX=function(){return 100},n.prototype.getSizeY=function(){return 100},n.prototype.getHighlightColor=function(){return 2000880},n.prototype.getCurveSegmentCount=function(){return 24},n}(),Or=function(){e.set("EShape",Vr)},qr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getInteractive=function(){return i.CHILDREN},t.prototype.getOutlineColor=function(n){return null},t}(m),jr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return 33},t.prototype.getWidth=function(){return 300},t.prototype.getX=function(){return"CENTER"},t}(qr),Xr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return 15},t.prototype.getWidth=function(){return 30},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getTextAlignVertical=function(){return b.MIDDLE},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(y),Yr=function(){function n(){}return n.getBackgroundColor=function(n,t){return n.isActive||t?n.inDisabled?this.BACKGROUND_COLOR:n.isPressed&&n.isHovered?this.BACKGROUND_COLOR_ACTIVE_PRESSED:n.isPressed||n.isHovered?this.BACKGROUND_COLOR_ACTIVE_HOVERED:this.BACKGROUND_COLOR_ACTIVE:n.inDisabled?this.BACKGROUND_COLOR_DISABLED:n.isPressed&&n.isHovered?this.BACKGROUND_COLOR_PRESSED:n.isPressed||n.isHovered?this.BACKGROUND_COLOR_HOVERED:this.BACKGROUND_COLOR},n.BACKGROUND_COLOR_ACTIVE=a.HIGHLIGHT_COLOR,n.BACKGROUND_COLOR_ACTIVE_HOVERED=h.darken(n.BACKGROUND_COLOR_ACTIVE,.1),n.BACKGROUND_COLOR_ACTIVE_PRESSED=h.darken(n.BACKGROUND_COLOR_ACTIVE,.2),n.BACKGROUND_COLOR=a.WEAK_HIGHLIGHT_COLOR,n.BACKGROUND_COLOR_HOVERED=h.darken(n.BACKGROUND_COLOR,.1),n.BACKGROUND_COLOR_PRESSED=h.darken(n.BACKGROUND_COLOR,.2),n.BACKGROUND_COLOR_DISABLED=h.blend(n.BACKGROUND_COLOR,a.BACKGROUND_COLOR_ON_BOARD,.5),n}();t.add("slider_thumb",16,16,'<circle cx="8" cy="8" r="7.5" stroke="none" fill="#ffffff" />');var Ur=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getX=function(){return"CENTER"},e.prototype.getY=function(){return"CENTER"},e.prototype.getWidth=function(){return 16},e.prototype.getHeight=function(){return 16},e.prototype.getBackgroundColor=function(n){return null},e.prototype.getBorderColor=function(n){return null},e.prototype.getImageSource=function(n){return t.mappings.slider_thumb},e.prototype.getImageTintColor=function(n){return Yr.getBackgroundColor(n,!0)},e.prototype.getImageTintAlpha=function(n){return 1},e.prototype.getImageAlignHorizontal=function(){return g.CENTER},e.prototype.getOutlineColor=function(n){return null},e}(F),Kr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Yr.getBackgroundColor(n)},t.prototype.getBorderColor=function(n){return null},t.prototype.getOutlineColor=function(t){return n.prototype.getOutlineColorNonActive.call(this,t)},t.prototype.getOutlineOffset=function(t){return n.prototype.getOutlineOffsetNonActive.call(this,t)},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(F),Zr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return 0},t.prototype.getY=function(){return"CENTER"},t.prototype.getWidth=function(){return"100%"},t.prototype.getHeight=function(){return 5},t}(Kr),Qr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return"CENTER"},t.prototype.getY=function(){return 0},t.prototype.getWidth=function(){return 5},t.prototype.getHeight=function(){return"100%"},t}(Kr),$r=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return"CENTER"},t.prototype.getY=function(){return"CENTER"},t.prototype.getWidth=function(){return 2*this.getLineHeight()},t.prototype.getHeight=function(){return this.getLineHeight()},t.prototype.getBackgroundColor=function(n){return n.inDisabled?11184810:a.HIGHLIGHT_COLOR},t.prototype.getBorderColor=function(n){return null},t.prototype.getColor=function(n){return a.ACTIVE_COLOR},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getTextAlignVertical=function(){return b.TOP},t.prototype.getPrecision=function(){return 0},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(y),nu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return 322},t.prototype.getWidth=function(){return 35},t}(qr),tu=function(){e.set("DSlider",qr),e.set("DSliderValue",$r),e.set("DSliderLabel",Xr),e.set("DSliderThumb",Ur),e.set("DSliderVertical",nu),e.set("DSliderHorizontal",jr),e.set("DSliderTrack",Kr),e.set("DSliderTrackVertical",Qr),e.set("DSliderTrackHorizontal",Zr)},eu=function(){e.set("DText",Ft)};const ru=wcardinal.ui.DTableState;var uu=function(){function n(){}return n.init=function(){ke.init()},n.getImageSource=function(n){return n.is(ru.HAS_CHILDREN)?n.is(ru.OPENED)?ke.getImageOpened():ke.getImageClosed():null},n}();uu.init();var iu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getSecondaryImageSource=function(n){return uu.getImageSource(n)},t.prototype.getSecondaryImageTintColor=function(n){return this.getColor(n)},t.prototype.getSecondaryImageTintAlpha=function(n){return.5*this.getAlpha(n)},t.prototype.getSecondaryImageAlignWith=function(){return w.PADDING},t.prototype.getSecondaryImageMarginHorizontal=function(){return-19},t}(le),ou=function(n){function t(){var t=n.call(this)||this;return t.S=t.newStyle(),t}return u(t,n),t.prototype.newStyle=function(){return new iu(null,!0,!1)},t.prototype.getBackgroundColor=function(n){return a.BACKGROUND_COLOR_ON_BOARD},t}(ce),cu=function(n){function t(){var t=n.call(this)||this;return t.S=t.newStyle(),t}return u(t,n),t.prototype.newStyle=function(){return new iu(null,!0,!1)},t.prototype.getBackgroundColor=function(n){return this.S.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return this.S.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return this.S.getBorderColor(n)},t.prototype.getBorderMask=function(n){return this.S.getBorderMask(n)},t.prototype.getColor=function(n){return this.S.getColor(n)},t.prototype.getAlpha=function(n){return this.S.getAlpha(n)},t.prototype.getHeight=function(){return this.S.getHeight()},t.prototype.getCornerMask=function(){return this.S.getCornerMask()},t.prototype.getImageTintColor=function(n){return this.S.getImageTintColor(n)},t.prototype.getCursor=function(n){return this.S.getCursor(n)},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.newTextValue=function(){},t.prototype.getWidth=function(){return"padding"},t.prototype.getLevelPadding=function(n){return 24+20*n-this.getPaddingLeft()},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isDisabled=!0},t}(C),fu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getCursor=function(n){return n.isActionable?"pointer":""},t}(cu);uu.init();var lu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getSecondaryImageSource=function(n){return this.S.getSecondaryImageSource(n)},t.prototype.getSecondaryImageTintColor=function(n){return this.S.getSecondaryImageTintColor(n)},t.prototype.getSecondaryImageTintAlpha=function(n){return this.S.getSecondaryImageTintAlpha(n)},t.prototype.getSecondaryImageAlignWith=function(){return this.S.getSecondaryImageAlignWith()},t.prototype.getSecondaryImageMarginHorizontal=function(){return this.S.getSecondaryImageMarginHorizontal()},t}(fu),hu=function(){e.set("DTree",ou),e.set("DTreeItemText",cu),e.set("DTreeItemButton",fu),e.set("DTreeItemNonEditable",lu)};const au=wcardinal.ui.UtilGestureModifier;var su=function(){function n(){}return n.prototype.isWheelZoomEnabled=function(){return!0},n.prototype.getWheelZoomSpeed=function(){return.004},n.prototype.getWheelZoomModifier=function(){return au.NOT_NONE},n.prototype.isWheelTranslationEnabled=function(){return!0},n.prototype.getWheelTranslationSpeed=function(){return 2.24},n.prototype.getWheelTranslationModifier=function(){return au.NONE},n.prototype.isDblClickZoomEnabled=function(){return!0},n.prototype.getDblClickZoomSpeed=function(){return 2},n.prototype.getDblClickZoomModifier=function(){return au.NONE},n.prototype.getDblClickZoomDuration=function(){return 333},n.prototype.getZoomMin=function(){return.01},n.prototype.getZoomMax=function(){return 100},n.prototype.getZoomKeepRatio=function(){return!0},n.prototype.getGestureMode=function(){return oe.ON},n.prototype.getGestureModifier=function(){return au.NONE},n.prototype.getGestureDuration=function(){return 1},n}(),du=function(){e.set("DView",su)},mu=function(){ve.setDefaultThemeClass(e)};t.add("button_color_sample",21,21,'<g transform="scale(0.875,0.875)"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#fff"/></g>');var Du=function(n){return"#".concat(h.toCode(n.color)," A").concat(n.alpha.toFixed(2))},pu=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getImageTintColor=function(n){return null},e.prototype.getImageSource=function(n){return t.mappings.button_color_sample},e.prototype.getTextFormatter=function(){return Du},e.prototype.newTextValue=function(){return{color:16777215,alpha:1}},e}(F),Tu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An);const gu=wcardinal.ui.DColorType;var Wu=function(n,t){for(var e="<g>",r=0;r<t;++r)for(var u=0;u<n;++u){var i=(u+r)%2==0?"#bfbfbf":"#a5a5a5";e+='<rect x="'.concat(9*u,'" y="').concat(9*r,'" width="9" height="9" fill="').concat(i,'" />')}return e+"</g>"};t.add("picker_color_main",236,164,'<g><linearGradient id="fs7w3iusfdnb" x1="0%" y1="0%" x2="100%" y2="0%"><stop stop-color="#FFFFFF" stop-opacity="0" offset="0"/><stop stop-color="#FFFFFF" stop-opacity="1" offset="1"/></linearGradient><linearGradient id="2rfcfe9874bw" x1="0%" y1="0%" x2="0%" y2="100%"><stop stop-color="#000000" stop-opacity="0" offset="0"/><stop stop-color="#000000" stop-opacity="1" offset="1"/></linearGradient><rect x="0" y="0" width="236" height="164" fill="url(#fs7w3iusfdnb)" /><rect x="0" y="0" width="236" height="164" fill="url(#2rfcfe9874bw)" /></g>',1,1,234,162),t.add("picker_color_main_base",236,164,'<g><rect x="0" y="0" width="236" height="164" fill="#fff" /></g>',1,1,234,162),t.add("picker_color_alpha_checkerboard",234,18,Wu(26,2)),t.add("picker_color_alpha",234,18,'<g><linearGradient id="s48afbuh44" x1="0%" y1="0%" x2="100%" y2="0%"><stop stop-color="#FFFFFF" stop-opacity="0" offset="0"/><stop stop-color="#FFFFFF" stop-opacity="1" offset="1"/></linearGradient><rect x="0" y="0" width="234" height="18" fill="url(#s48afbuh44)" /></g>'),t.add("picker_color_base",234,18,'<g><linearGradient id="ni2rbisdf3" x1="0%" y1="0%" x2="100%" y2="0%"><stop stop-color="#FF0000" offset="0"/><stop stop-color="#FFFF00" offset="0.167"/><stop stop-color="#00FF00" offset="0.333"/><stop stop-color="#00FFFF" offset="0.5"/><stop stop-color="#0000FF" offset="0.667"/><stop stop-color="#FF00FF" offset="0.833"/><stop stop-color="#FF0000" offset="1"/></linearGradient><rect x="0" y="0" width="234" height="18" fill="url(#ni2rbisdf3)" /></g>'),t.add("picker_color_base_pointer",16.2,31.8,'<rect x="4.5" y="4.5" width="7.2" height="22.8" stroke="#5f5f5f" stroke-width="2.4" fill="none" />'),t.add("picker_color_pointer",25.8,25.8,'<circle cx="12.9" cy="12.9" r="4.8" stroke="#5f5f5f" stroke-width="2.4" fill="none" /><circle cx="12.9" cy="12.9" r="7.2" stroke="#ffffff" stroke-width="2.4" fill="none" />'),t.add("picker_color_recent_checkerboard",36,36,Wu(4,4),9,9,18,18),t.add("picker_color_recent",36,36,'<g><rect x="0" y="0" width="36" height="36" fill="#fff" /><path x="0" y="0" d="M9 9 h18 v18 h-18 v-18 m1 1 v16 h16 v-16 h-16 z" fill="#eee" /></g>',9,9,18,18),t.add("picker_color_sample_checkerboard",45,63,Wu(5,7)),t.add("picker_color_sample",47,65,'<g><rect x="0" y="0" width="47" height="65" fill="#fff" /></g>',1,1,45,63),t.add("picker_color_anchor_outlined",25.8,25.8,'<circle cx="12.9" cy="12.9" r="8.4" stroke="none" fill="#ffffff" /><circle cx="12.9" cy="12.9" r="9.6" stroke="#5f5f5f" stroke-width="2.4" fill="none" />'),t.add("picker_color_anchor",28.2,28.2,'<circle cx="14.1" cy="14.1" r="6" stroke="none" fill="#ffffff" /><circle cx="14.1" cy="14.1" r="7.2" stroke="#5f5f5f" stroke-width="2.4" fill="none" />'),t.add("picker_color_direction",12,30,'<path d="M0.6 25.8 L 12.0375 5.9895" stroke="#5f5f5f" stroke-width="1.2" fill="none" /><path d="M8.5125 25.8 A 8.475 8.475 0 0 0 4.275 18.4605" stroke="#5f5f5f" stroke-width="1.2" fill="none" /><rect x="0.6" y="24.6" width="11.4375" height="1.2" rx="0.6" ry="0.6" stroke="none" fill="#5f5f5f" />'),t.add("picker_color_standard",18,18,'<g><rect x="0" y="0" width="18" height="18" fill="#fff" stroke-width="1" stroke="#eee" /></g>');var bu=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getMainWidth=function(){return 234},e.prototype.getMainHeight=function(){return 162},e.prototype.getMainTexture=function(){return t.mappings.picker_color_main},e.prototype.getMainBaseTexture=function(){return t.mappings.picker_color_main_base},e.prototype.getMainPointerTexture=function(){return t.mappings.picker_color_pointer},e.prototype.getMainPointerColor=function(){return 16777215},e.prototype.getMainPointerAlpha=function(){return 1},e.prototype.getBaseHeight=function(){return 18},e.prototype.getBaseMargin=function(){return 6},e.prototype.getBaseTexture=function(){return t.mappings.picker_color_base},e.prototype.getBasePointerTexture=function(){return t.mappings.picker_color_base_pointer},e.prototype.getBasePointerColor=function(){return 16777215},e.prototype.getBasePointerAlpha=function(){return this.getMainPointerAlpha()},e.prototype.getAlphaHeight=function(){return this.getBaseHeight()},e.prototype.getAlphaMargin=function(){return this.getBaseMargin()},e.prototype.getAlphaTexture=function(){return t.mappings.picker_color_alpha},e.prototype.getAlphaCheckerboardTexture=function(){return t.mappings.picker_color_alpha_checkerboard},e.prototype.getAlphaPointerTexture=function(){return this.getBasePointerTexture()},e.prototype.getAlphaPointerColor=function(){return this.getBasePointerColor()},e.prototype.getAlphaPointerAlpha=function(){return this.getMainPointerAlpha()},e.prototype.getRecentMargin=function(){return this.getBaseMargin()},e.prototype.getRecentColorWidth=function(){return this.getBaseHeight()},e.prototype.getRecentColorHeight=function(){return this.getRecentColorWidth()},e.prototype.getRecentColorMargin=function(){return this.getRecentMargin()},e.prototype.getRecentColorCount=function(){return 10},e.prototype.getRecentCheckerboardTexture=function(){return t.mappings.picker_color_recent_checkerboard},e.prototype.getRecentTexture=function(){return t.mappings.picker_color_recent},e.prototype.getInputMargin=function(){return this.getBaseMargin()},e.prototype.getInputLabelWidth=function(){return 15},e.prototype.getSampleCheckerboardOldTexture=function(){return t.mappings.picker_color_sample_checkerboard},e.prototype.getSampleCheckerboardNewTexture=function(){return t.mappings.picker_color_sample_checkerboard},e.prototype.getSampleOldTexture=function(){return t.mappings.picker_color_sample},e.prototype.getSampleNewTexture=function(){return t.mappings.picker_color_sample},e.prototype.getStandardColorCount=function(){return 80},e.prototype.getStandardColorWidth=function(){return this.getBaseHeight()},e.prototype.getStandardColorHeight=function(){return this.getStandardColorWidth()},e.prototype.getStandardColorMargin=function(){return this.getBaseMargin()},e.prototype.getStandardTexture=function(){return t.mappings.picker_color_standard},e.prototype.getBackgroundColor=function(n){return null},e.prototype.getBorderColor=function(n){return null},e.prototype.getInteractive=function(){return i.CHILDREN},e.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},e}(m),wu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.toColorTypeLabel=function(n){switch(n){case gu.STANDARD:return"標準";case gu.CUSTOM:return"カスタム"}},t}(bu),ku=function(){e.set("DPickerColor",wu)},Iu=function(){e.set("DDialogColor",Tu),ku()},yu=function(){e.set("DButtonColor",pu),Iu()};const Cu=wcardinal.ui.DColorGradientObservable;t.add("button_color_gradient_sample",21,21,'<g transform="scale(0.875,0.875)"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#fff"/></g>');var vu=function(){return""},Bu=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getViewBaseTexture=function(){return t.mappings.button_color_gradient_sample},e.prototype.getTextFormatter=function(){return vu},e.prototype.newTextValue=function(){return new Cu},e.prototype.getCheckerColors=function(){return[.75,.65]},e}(F),xu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An),Su=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getGradientPointsWidth=function(){return 30},e.prototype.getGradientPointsMargin=function(){return 24},e.prototype.getGradientAnchorTexture=function(){return t.mappings.picker_color_anchor},e.prototype.getGradientAnchorOutlinedTexture=function(){return t.mappings.picker_color_anchor_outlined},e.prototype.getGradientAnchorOutlineTexture=function(){return t.mappings.picker_color_anchor_outline},e.prototype.getGradientDirectionMargin=function(){return 5},e.prototype.getGradientDirectionTexture=function(){return t.mappings.picker_color_direction},e.prototype.getGradientRecentColumn=function(){return 4},e.prototype.getGradientRecentWidth=function(){return 30},e.prototype.getGradientRecentMargin=function(){return 5},e.prototype.getGradientRecentCount=function(){return 16},e.prototype.getGradientRecents=function(){return[]},e.prototype.getGradientCheckerColors=function(){return[.75,.65]},e.prototype.getBackgroundColor=function(n){return null},e.prototype.getBorderColor=function(n){return null},e.prototype.getInteractive=function(){return i.CHILDREN},e.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},e}(m),Mu=function(){e.set("DPickerColorGradient",Su),ku()},_u=function(){e.set("DDialogColorGradient",xu),Mu()},Ju=function(){e.set("DButtonColorGradient",Bu),_u()};const Lu=wcardinal.ui.DPickerDates;var Eu=function(n){return Lu.format(n)},Pu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return Eu},t.prototype.newTextValue=function(){return new Date},t}(F),Fu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An);const Nu=wcardinal.ui.DPickerDatetimeMask;var Au=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getInteractive=function(){return i.CHILDREN},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t.prototype.getMargin=function(){return 8},t.prototype.getMask=function(){return Nu.HOURS|Nu.MINUTES},t.prototype.getWidth=function(){return"auto"},t.prototype.getHeight=function(){return"auto"},t.prototype.getLowerBound=function(){return null},t.prototype.isLowerBoundInclusive=function(){return!1},t.prototype.getUpperBound=function(){return null},t.prototype.isUpperBoundInclusive=function(){return!1},t}(m),Hu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHoursOptions=function(){return{width:100,title:"時"}},t.prototype.getMinutesOptions=function(){return{width:100,title:"分"}},t.prototype.getSecondsOptions=function(){return{width:100,title:"秒"}},t}(Au),Ru=["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],zu=["日","月","火","水","木","金","土"],Gu=function(n){return"".concat(n.getFullYear(),"年").concat(Ru[n.getMonth()])},Vu=function(){},Ou=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDayLabels=function(){return zu},t.prototype.getLabelFormatter=function(){return Gu},t.prototype.getDateDecorator=function(){return Vu},t.prototype.getBackButtonOptions=function(){return{title:"前月"}},t.prototype.getNextButtonOptions=function(){return{title:"翌月"}},t.prototype.getDayStart=function(){return 0},t.prototype.getMask=function(){return Nu.DATE|n.prototype.getMask.call(this)},t}(Hu),qu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMask=function(){return Nu.DATE},t}(Ou);t.add("picker_date_back",24,24,'<g><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" fill="#fff" /></g>');var ju=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return"auto"},e.prototype.getImageAlignWith=function(){return w.PADDING},e.prototype.getImageMarginHorizontal=function(){return 0},e.prototype.getImageAlignHorizontal=function(){return g.LEFT},e.prototype.getImageSource=function(n){return t.mappings.picker_date_back},e.prototype.getAlpha=function(t){return.9*n.prototype.getAlpha.call(this,t)},e}(B),Xu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getTextStyleClipping=function(){return!1},t.prototype.getWidth=function(){return 30},t.prototype.getHeight=function(){return 30},t.prototype.isToggle=function(){return!0},t}(B);t.add("picker_date_next",24,24,'<g><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" fill="#fff" /></g>');var Yu=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getWidth=function(){return"auto"},e.prototype.getImageAlignWith=function(){return w.PADDING},e.prototype.getImageMarginHorizontal=function(){return 0},e.prototype.getImageAlignHorizontal=function(){return g.LEFT},e.prototype.getImageSource=function(n){return t.mappings.picker_date_next},e.prototype.getAlpha=function(t){return.9*n.prototype.getAlpha.call(this,t)},e}(B),Uu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return 30},t.prototype.getHeight=function(){return 30},t.prototype.getTextStyleClipping=function(){return!1},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getAlpha=function(t){return.9*n.prototype.getAlpha.call(this,t)},t.prototype.getFontWeight=function(){return"bold"},t.prototype.getFontSize=function(){return Math.round(1.25*n.prototype.getFontSize.call(this))},t.prototype.newTextValue=function(){return new Date},t.prototype.getInteractive=function(){return i.NONE},t}(Ft),Ku=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return 30},t.prototype.getHeight=function(){return 30},t.prototype.getTextStyleClipping=function(){return!1},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getAlpha=function(t){return.9*n.prototype.getAlpha.call(this,t)},t.prototype.getFontWeight=function(){return"bold"},t}(Ft),Zu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBorderColor=function(n){return null},t.prototype.getWidth=function(){return 30},t.prototype.getHeight=function(){return 30},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t.prototype.getInteractive=function(){return i.NONE},t}(m),Qu=function(){e.set("DPickerTime",Hu)},$u=function(){e.set("DPickerDatetimeButtonBack",ju),e.set("DPickerDatetimeButtonDate",Xu),e.set("DPickerDatetimeButtonNext",Yu),e.set("DPickerDatetimeLabelDate",Ku),e.set("DPickerDatetimeLabel",Uu),e.set("DPickerDatetimeSpace",Zu),e.set("DPickerDatetime",Ou),Qu()},ni=function(){e.set("DPickerDate",qu),$u()},ti=function(){e.set("DDialogDate",Fu),ni()},ei=function(){e.set("DButtonDate",Pu),ti()};const ri=wcardinal.ui.DPickerDatetimes;var ui=function(n,t){return ri.format(n,t.getDatetimeMask())},ii=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return ui},t.prototype.newTextValue=function(){return new Date},t}(F),oi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An),ci=function(){e.set("DDialogDatetime",oi),$u()},fi=function(){e.set("DButtonDatetime",ii),ci()};const li=wcardinal.ui.toLabel;var hi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return li},t.prototype.newTextValue=function(){return null},t}(F),ai=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBorderColor=function(n){return null},t.prototype.getHeight=function(){return 250},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(fe),si=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newStyle=function(){return new le(null,!1,!0)},t.prototype.getCornerMask=function(){return c.NONE},t}(he),di=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return 480},t.prototype.getFooter=function(){return null},t.prototype.getInputMargin=function(){return 19},t.prototype.isDismissable=function(){return!1},t.prototype.isCategoryDismissable=function(){return!0},t}(Nn),mi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDismissLabel=function(){return"なし"},t.prototype.getCategoryDismissLabel=function(){return"全て"},t}(di),Di=function(){e.set("DDialogSelect",mi),e.set("DDialogSelectList",ai),e.set("DDialogSelectListItem",si)},pi=function(){e.set("DButtonSelect",hi),Di()};const Ti=wcardinal.ui.DPickerTimes;var gi=function(n,t){return Ti.format(n,t.getDatetimeMask())},Wi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return gi},t.prototype.newTextValue=function(){return new Date},t}(F),bi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An),wi=function(){e.set("DDialogTime",bi),Qu()},ki=function(){e.set("DButtonTime",Wi),wi()},Ii=function(){x(),J(),L(),Ju(),yu(),pi(),P(),ei(),fi(),A(),R(),G(),q(),j(),Y(),ki(),U()},yi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getCanvasBackgroundColor=function(){return 16777215},t.prototype.getCanvasBackgroundAlpha=function(){return 1},t.prototype.isAmbient=function(){return!0},t.prototype.getCanvasShadow=function(){return"WEAK"},t}(Z),Ci=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(yi),vi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isAmbient=function(){return!0},t.prototype.getBackgroundBase=function(){return 15658734},t.prototype.getLocalBoundsLimit=function(){return 0},t}(K),Bi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(vi),xi=function(){},Si=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getCurveSplineLabel=function(){return"スプライン曲線"},t.prototype.getCurveBezierQuadraticLabel=function(){return"2次ベジェ曲線"},t}(xi),Mi=function(){e.set("EShapePointsFormatter",Si)},_i=function(){e.set("DDiagram",Ci),e.set("DDiagramCanvas",Bi),Mi(),Or()},Ji=function(n,t,e){var r=Math.max(t,e);if(0<n){for(var u=r/1e3,i=0;i<10&&n<u;++i)n*=10;if(u<=n)return n}return r},Li=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isAmbient=function(){return!1},t.prototype.getLocalBoundsLimit=function(){return 1e3},t.prototype.getOutlineColor=function(n){return null},t.prototype.getSnapGridMajorInterval=function(){return 10},t.prototype.getSnapGridMajorColor=function(){return 10066329},t.prototype.getSnapGridMajorAlpha=function(){return.5},t.prototype.getSnapGridMajorWidth=function(){var n;return Math.max(1,2/(null!==(n=window.devicePixelRatio)&&void 0!==n?n:1))},t.prototype.getSnapGridMajorStyle=function(){return gn.DASHED|gn.NON_SCALING},t.prototype.getSnapGridMinorColor=function(){return this.getSnapGridMajorColor()},t.prototype.getSnapGridMinorAlpha=function(){return.125},t.prototype.getSnapGridMinorWidth=function(){return this.getSnapGridMajorWidth()},t.prototype.getSnapGridMinorStyle=function(){return this.getSnapGridMajorStyle()},t.prototype.getSnapGridSize=function(){return Ji},t.prototype.getSnapTargetColor=function(){return a.HIGHLIGHT_COLOR},t.prototype.getSnapTargetAlpha=function(){return 1},t.prototype.getSnapTargetWidth=function(){return this.getSnapGridMajorWidth()},t.prototype.getSnapTargetStyle=function(){return this.getSnapGridMajorStyle()},t}(vi),Ei=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isAmbient=function(){return!1},t.prototype.isThumbnailEnabled=function(){return!1},t.prototype.getThumbnailSize=function(){return null},t.prototype.isSnapEnabled=function(){return!0},t.prototype.isSnapGridVisible=function(){return!0},t.prototype.isSnapGridEnabled=function(){return!0},t.prototype.getSnapGridSize=function(){return 10},t.prototype.isSnapTargetVisible=function(){return!0},t.prototype.isSnapTargetEnabled=function(){return!0},t}(yi),Pi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBaseLayerLabel=function(){return"ベースレイヤー"},t}(Ei),Fi=function(){e.set("DDiagramEditor",Pi),e.set("DDiagramCanvasEditor",Li),zr(),Mi(),Or()},Ni=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return 38},t.prototype.getPaddingLeft=function(){return 16},t.prototype.getPaddingRight=function(){return 16},t.prototype.getBackgroundColor=function(n){return null},t.prototype.getCornerMask=function(){return c.BOTTOM},t.prototype.getBorderColor=function(n){return null},t.prototype.getInteractive=function(){return i.CHILDREN},t.prototype.newState=function(n){n.isFocusable=!1},t}(C);t.add("dialog_layered_header_button_close",20,14,'<g><polyline fill="none" stroke="#fff" stroke-width="1" points="15 2 5 12"></polyline><polyline fill="none" stroke="#fff" stroke-width="1" points="5 2 15 12"></polyline></g>');var Ai=function(n,t){return n-34},Hi=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getX=function(){return Ai},e.prototype.getY=function(){return"center"},e.prototype.getWidth=function(){return 30},e.prototype.getHeight=function(){return 30},e.prototype.getSecondaryImageAlignHorizontal=function(){return g.CENTER},e.prototype.getSecondaryImageAlignVertical=function(){return b.MIDDLE},e.prototype.getSecondaryImageAlignWith=function(){return w.PADDING},e.prototype.getSecondaryImageSource=function(n){return t.mappings.dialog_layered_header_button_close},e}(B),Ri=function(n){return n-1},zi=function(n){return n-16},Gi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return 8},t.prototype.getY=function(){return Ri},t.prototype.getWidth=function(){return zi},t.prototype.getHeight=function(){return 1},t.prototype.getBackgroundColor=function(n){return a.BORDER_COLOR},t.prototype.getBorderColor=function(n){return null},t.prototype.getInteractive=function(){return i.NONE},t.prototype.newState=function(n){n.isFocusable=!1},t}(C),Vi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isButtonSpaceLeftEnabled=function(){return!0},t.prototype.isButtonSpaceRightEnabled=function(){return!0},t.prototype.getX=function(){return"padding"},t.prototype.getY=function(){return"padding"},t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return"auto"},t.prototype.getPaddingTop=function(){return 0},t.prototype.getPaddingRight=function(){return 16},t.prototype.getPaddingBottom=function(){return 16},t.prototype.getPaddingLeft=function(){return 16},t}(Dt),Oi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getButtonOk=function(){return"OK"},t.prototype.getButtonCancel=function(){return"キャンセル"},t}(Vi),qi=function(){e.set("DDialogLayeredContent",Gn),e.set("DDialogLayeredFooter",Oi),e.set("DDialogLayeredHeaderButtonClose",Hi),e.set("DDialogLayeredHeaderSeparator",Gi),e.set("DDialogLayeredHeader",Ni),e.set("DDialogLayered",Nn)},ji=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return"auto"},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(it),Xi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMessage=function(){return""},t}(Nn),Yi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFooter=function(){return{button:{ok:"はい",cancel:"いいえ"}}},t}(Xi),Ui=function(){e.set("DDialogConfirm",Yi),e.set("DDialogConfirmMessage",ji)},Ki=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMessage=function(){return"このデータを削除しますか?"},t}(Yi),Zi=function(){e.set("DDialogConfirmDelete",Ki)},Qi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMessage=function(){return"保存されていない変更があります。\nこれらの変更を破棄し続行しますか?"},t}(Yi),$i=function(){e.set("DDialogConfirmDiscard",Qi)},no=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Xi),to=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFooter=function(){return{button:{ok:"OK",cancel:null}}},t}(no),eo=function(){e.set("DDialogMessage",to)};t.add("success_mark",21,21,'<g transform="scale(0.875,0.875)"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z" fill="#fff" /></g>');var ro=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getHeight=function(){return 90},e.prototype.getImageSource=function(n){return n.isSucceeded?t.mappings.success_mark:null},e.prototype.getImageTintAlpha=function(n){return.75},e}(ji),uo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDoneDelay=function(){return 400},t.prototype.getCloseDelay=function(){return 600},t}(Xi),io=function(n){return n.isSucceeded?"正常に処理されました":n.isFailed?"処理中に問題が発生しました":"処理中です..."},oo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFooter=function(){return{button:{ok:"OK",cancel:null}}},t.prototype.getMessage=function(){return io},t}(uo),co=function(){e.set("DDialogProcessing",oo),e.set("DDialogProcessingMessage",ro)},fo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Qn),lo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFooter=function(){return{button:{ok:"保存",cancel:null}}},t}(fo),ho=function(){e.set("DDialogSaveAs",lo)},ao=function(){_u(),Iu(),Zi(),$i(),Ui(),ti(),ci(),On(),Xn(),Un(),Zn(),$n(),qi(),eo(),co(),ho(),Di(),wi(),nt()},so=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getCornerAdjust=function(){return!0},t.prototype.getMargin=function(){return 0},t}(Dt),mo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isToggle=function(){return!0},t}(F),Do=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"OFF"},t}(mo),po=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isToggle=function(){return!0},t}(F),To=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"ON"},t}(po),go=function(){e.set("DInputBoolean",so),e.set("DInputBooleanButtonOn",To),e.set("DInputBooleanButtonOff",Do)},Wo=function(){Tt(),go(),Pt(),At(),zt(),Ot(),ee(),re()};const bo=wcardinal.ui.DLinkMenuItemId;t.add("link_mark",24,24,'<g><path fill="none" stroke="#fff" stroke-width="1" d="M10 6H7c-1.11 0-2 .9-2 2v8c0 1.1.89 2 2 2h8c1.1 0 2-.9 2-2v-3 M19 11V4h-7 M18.75 4.5l-8 8" /></g>');var wo=function(){function n(){}return n.prototype.getImageSource=function(n){return t.mappings.link_mark},n.prototype.getMenuOptions=function(){return{sticky:!0,align:"RIGHT",items:[{value:bo.OPEN_LINK,text:{value:this.getLabelOpenLink()}},{value:bo.OPEN_LINK_IN_NEW_WINDOW,text:{value:this.getLabelOpenLinkInNewWindow()}},{value:bo.COPY_LINK_ADDRESS,text:{value:this.getLabelCopyLinkAddress()}}]}},n}(),ko=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getLabelOpenLink=function(){return"開く"},t.prototype.getLabelOpenLinkInNewWindow=function(){return"新しいウィンドウで開く"},t.prototype.getLabelCopyLinkAddress=function(){return"アドレスをコピーする"},t}(wo),Io=function(){e.set("DLink",ko)},yo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"100%"},t.prototype.getHeight=function(){return"100%"},t.prototype.getTextAlignHorizontal=function(){return g.CENTER},t.prototype.getInteractive=function(){return i.NONE},t.prototype.getAlpha=function(){return.2},t.prototype.getFontSize=function(){return 26},t.prototype.getFontWeight=function(){return"bold"},t.prototype.getImageTintAlpha=function(n){return.2},t.prototype.getImageAlignWith=function(){return w.TEXT},t.prototype.getImageAlignHorizontal=function(){return g.LEFT},t.prototype.getImageAlignVertical=function(){return b.MIDDLE},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(C),Co=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(yo),vo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"異常が発生しました"},t}(Co),Bo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(yo),xo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"アイテムはありません"},t}(Bo),So=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(yo),Mo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"検索中です"},t}(So),_o=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFontSize=function(){return 18},t}(yo),Jo=function(n){function t(){var t=n.call(this)||this;return t._=ve.get("DNoteError"),t}return u(t,n),t.prototype.newTextValue=function(){return this._.newTextValue()},t}(_o),Lo=function(n){function t(){var t=n.call(this)||this;return t._=ve.get("DNoteNoItemsFound"),t}return u(t,n),t.prototype.newTextValue=function(){return this._.newTextValue()},t}(_o),Eo=function(n){function t(){var t=n.call(this)||this;return t._=ve.get("DNoteSearching"),t}return u(t,n),t.prototype.newTextValue=function(){return this._.newTextValue()},t}(_o),Po=function(){e.set("DNote",yo),e.set("DNoteError",vo),e.set("DNoteNoItemsFound",xo),e.set("DNoteSearching",Mo),e.set("DNoteSmallError",Jo),e.set("DNoteSmallNoItemsFound",Lo),e.set("DNoteSmallSearching",Eo)},Fo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(){return a.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return null},t.prototype.getMargin=function(){return 0},t.prototype.getInteractive=function(){return i.BOTH},t}(ce),No=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getWidth=function(){return"100%"},t.prototype.getCornerMask=function(){return c.TOP},t.prototype.getBorderColor=function(n){return null},t.prototype.getRowHeight=function(){return 30},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(m),Ao=function(){function n(){}var t;return n.getBackgroundColor=function(n){return n.inDisabled?n.is(ru.FROZEN)?n.onAlternated?this.BACKGROUND_COLOR_FROZEN_ODD:this.BACKGROUND_COLOR_FROZEN_EVEN:null:n.isInvalid?a.INVALID_BLENDED_ON_BOARD:n.underActive?a.HIGHLIGHT_BLENDED_ON_BOARD:n.onHovered||n.isHovered?a.WEAK_HIGHLIGHT_BLENDED_ON_BOARD:n.is(ru.FROZEN)?n.onAlternated?this.BACKGROUND_COLOR_FROZEN_ODD:this.BACKGROUND_COLOR_FROZEN_EVEN:null},n.getBackgroundAlpha=function(n){return 1},n.getBorderColor=function(n){return n.is(ru.FROZEN_END)?this.BORDER_COLOR_FROZEN:this.BORDER_COLOR},n.getBorderMask=function(n){return n.is(ru.END)?o.ALL:o.NOT_RIGHT},n.getColor=function(n){return a.COLOR},n.getAlpha=function(n){return n.inEnabled?1:0},n.getImageTintColor=function(n,t){return n.inDisabled||n.inReadOnly||!n.isActive&&!t?a.WEAK_HIGHLIGHT_COLOR:a.HIGHLIGHT_COLOR},n.getHeight=function(){return"padding"},n.getCornerMask=function(){return c.ALL},t=n,n.BACKGROUND_COLOR=a.BACKGROUND_COLOR_ON_BOARD,n.BACKGROUND_COLOR_FROZEN_EVEN=h.darken(t.BACKGROUND_COLOR,.015),n.BACKGROUND_COLOR_FROZEN_ODD=h.darken(t.BACKGROUND_COLOR_FROZEN_EVEN,.015),n.BORDER_COLOR=h.darken(t.BACKGROUND_COLOR,.035),n.BORDER_COLOR_FROZEN=h.darken(t.BORDER_COLOR,.035),n}(),Ho=function(){function n(){}return n.init=function(){t.add("action_mark",21,21,'<g transform="scale(0.875,0.875)"><path d="M14.06 9.02l.92.92L5.92 19H5v-.92l9.06-9.06M17.66 3c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z" fill="#fff"/></g>')},n.getImageSource=function(n){return t.mappings.action_mark},n.getImageTintColor=function(n){return Ao.getImageTintColor(n,!0)},n}(),Ro=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.isSyncEnabled=function(){return!0},t.prototype.newTextValue=function(){return null},t}(F);Ho.init();var zo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageTintColor=function(n){return Ho.getImageTintColor(n)},t.prototype.getImageSource=function(n){return Ho.getImageSource(n)},t.prototype.isSyncEnabled=function(){return!1},t}(Ro);Ho.init();var Go=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getSecondaryImageSource=function(n){return null},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getImageTintColor=function(n){return Ho.getImageTintColor(n)},t.prototype.getImageSource=function(n){return Ho.getImageSource(n)},t}(et),Vo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.isSyncEnabled=function(){return!0},t.prototype.newTextValue=function(){return null},t}(F);Ho.init();var Oo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageTintColor=function(n){return Ho.getImageTintColor(n)},t.prototype.getImageSource=function(n){return Ho.getImageSource(n)},t.prototype.isSyncEnabled=function(){return!1},t}(Vo),qo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getImageTintColor=function(n){return Ao.getImageTintColor(n)},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.newTextValue=function(){},t}(C),jo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getCursor=function(n){return n.isActionable?"pointer":""},t}(qo),Xo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getImageTintColor=function(n){return Ao.getImageTintColor(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t}(M),Yo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t}(pu),Uo=function(n){return Lu.format(n)},Ko=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getTextFormatter=function(){return Uo},t.prototype.newTextValue=function(){return new Date},t}(F),Zo=function(n,t){return ri.format(n,t.getDatetimeMask())},Qo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getTextFormatter=function(){return Zo},t.prototype.newTextValue=function(){return new Date},t}(F),$o=function(n){return String(Number(n)+1)},nc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getTextFormatter=function(){return $o},t.prototype.newTextValue=function(){return 0},t}(C),tc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignHorizontal=function(){return g.RIGHT},t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t}(Et),ec=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignHorizontal=function(){return g.RIGHT},t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t}(Rt),rc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t}(Gt),uc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t}(te);uu.init();var ic=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBorderColor=function(n){return null},t.prototype.getLevelPadding=function(n){return 24+20*n},t.prototype.getInteractive=function(){return i.CHILDREN},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1,t.isFocusReverse=!0},t}(m),oc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return"padding"},t.prototype.getY=function(){return"padding"},t.prototype.getWidth=function(){return"padding"},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getPaddingLeft=function(){return 0},t}(Gt),cc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getX=function(){return"padding"},t.prototype.getY=function(){return"padding"},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getBackgroundColor=function(n){return null},t.prototype.getBackgroundAlpha=function(n){return 1},t.prototype.getBorderColor=function(n){return null},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getImageAlignWith=function(){return w.BORDER},t.prototype.getImageAlignHorizontal=function(){return g.RIGHT},t.prototype.getImageSource=function(n){return uu.getImageSource(n)},t.prototype.getImageTintColor=function(n){return this.getColor(n)},t.prototype.getImageTintAlpha=function(n){return.5*this.getAlpha(n)},t}(v),fc=function(n){function t(){var t=n.call(this)||this;return t.M=ve.getInstance().get("DLink"),t}return u(t,n),t.prototype.getImageTintColor=function(n){return Ao.getImageTintColor(n,!0)},t.prototype.getImageSource=function(n){return this.M.getImageSource(n)},t}(jo),lc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getSecondaryImageSource=function(n){return null},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t}(pr),hc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getSecondaryImageSource=function(n){return null},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t}(gr),ac=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignVertical=function(){return b.TOP},t}(qo),sc=function(n,t){return Ti.format(n,t.getDatetimeMask())},dc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ao.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ao.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ao.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ao.getBorderMask(n)},t.prototype.getColor=function(n){return Ao.getColor(n)},t.prototype.getAlpha=function(n){return Ao.getAlpha(n)},t.prototype.getHeight=function(){return Ao.getHeight()},t.prototype.getCornerMask=function(){return Ao.getCornerMask()},t.prototype.getTextFormatter=function(){return sc},t.prototype.newTextValue=function(){return new Date},t}(F);uu.init();var mc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getLevelPadding=function(n){return 24+20*n-this.getPaddingLeft()},t.prototype.getImageAlignWith=function(){return w.PADDING},t.prototype.getImageMarginHorizontal=function(){return-19},t.prototype.getImageSource=function(n){return uu.getImageSource(n)},t.prototype.getImageTintColor=function(n){return this.getColor(n)},t.prototype.getImageTintAlpha=function(n){return.5*this.getAlpha(n)},t}(jo),Dc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBorderColor=function(n){return null},t.prototype.getCornerMask=function(){return c.ALL},t.prototype.getMargin=function(){return 0},t.prototype.getInteractive=function(){return i.BOTH},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusReverse=!0},t}(Dt),pc=function(n){function t(){var t=null!==n&&n.apply(this,arguments)||this;return t.BACKGROUND_COLOR_EVEN=a.BACKGROUND_COLOR_ON_BOARD,t.BACKGROUND_COLOR_ODD=h.darken(a.BACKGROUND_COLOR_ON_BOARD,.0125),t}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?n.isAlternated?this.BACKGROUND_COLOR_ODD:this.BACKGROUND_COLOR_EVEN:n.isActive?a.HIGHLIGHT_BLENDED_ON_BOARD:n.isHovered?a.WEAK_HIGHLIGHT_BLENDED_ON_BOARD:n.isAlternated?this.BACKGROUND_COLOR_ODD:this.BACKGROUND_COLOR_EVEN},t.prototype.getWidth=function(){return"100%"},t}(Dc),Tc=function(n){function t(){var t=null!==n&&n.apply(this,arguments)||this;return t.BACKGROUND_COLOR=h.darken(a.BACKGROUND_COLOR_ON_BOARD,.03),t.BORDER_COLOR=h.darken(a.BACKGROUND_COLOR_ON_BOARD,.055),t}return u(t,n),t.prototype.getBackgroundColor=function(n){return n.inDisabled?null:this.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return this.BORDER_COLOR},t.prototype.getBorderMask=function(n){return o.NOT_BOTTOM},t.prototype.getWidth=function(){return"100%"},t.prototype.getHeight=function(){return 30},t.prototype.getCursor=function(t){return t.is(ru.RESIZING)?"col-resize":n.prototype.getCursor.call(this,t)},t}(Dc),gc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Tc);t.add("sorted_descending",16,16,'<g transform="scale(0.875,0.875)"><path d="M3 12l5-5 5 5H3z" fill="#fff"/></g>'),t.add("sorted_ascending",16,16,'<g transform="scale(0.875,0.875)"><path d="M3 8l5 5 5-5H3z" fill="#fff"/></g>');var Wc=function(n){function e(){var t=null!==n&&n.apply(this,arguments)||this;return t.BACKGROUND_COLOR=h.darken(a.BACKGROUND_COLOR_ON_BOARD,.03),t.BACKGROUND_COLOR_HOVERED=h.darken(t.BACKGROUND_COLOR,.017),t.BACKGROUND_COLOR_PRESSED=h.darken(t.BACKGROUND_COLOR,.034),t.BACKGROUND_COLOR_FROZEN=h.darken(t.BACKGROUND_COLOR,.02),t.BORDER_COLOR=h.darken(a.BACKGROUND_COLOR_ON_BOARD,.055),t.BORDER_COLOR_FROZEN=h.darken(t.BORDER_COLOR,.055),t}return u(e,n),e.prototype.getBackgroundColor=function(n){return n.inDisabled||n.on(ru.RESIZING)?n.is(ru.FROZEN)?this.BACKGROUND_COLOR_FROZEN:null:n.isPressed?this.BACKGROUND_COLOR_PRESSED:n.isHovered?this.BACKGROUND_COLOR_HOVERED:n.is(ru.FROZEN)?this.BACKGROUND_COLOR_FROZEN:null},e.prototype.getBackgroundAlpha=function(n){return 1},e.prototype.getBorderColor=function(n){return n.is(ru.FROZEN_END)?this.BORDER_COLOR_FROZEN:this.BORDER_COLOR},e.prototype.getBorderMask=function(n){return n.is(ru.END)?o.ALL:o.NOT_RIGHT},e.prototype.getTextAlignHorizontal=function(){return g.CENTER},e.prototype.getCornerMask=function(){return c.ALL},e.prototype.getHeight=function(){return"padding"},e.prototype.getPaddingLeft=function(){return 10},e.prototype.getPaddingRight=function(){return 10},e.prototype.newTextValue=function(){return null},e.prototype.getImageTintColor=function(n,t){return n.inDisabled||n.inReadOnly||!n.isActive&&!t?a.WEAK_HIGHLIGHT_COLOR:a.HIGHLIGHT_COLOR},e.prototype.getSecondaryImageTintColor=function(t){return t.is(ru.CHECKABLE)?S.getImageTintColor(t):n.prototype.getSecondaryImageTintColor.call(this,t)},e.prototype.getSecondaryImageSource=function(n){return n.is(ru.CHECKABLE)?S.getImageSource(n):null},e.prototype.getSecondaryImageAlignHorizontal=function(){return g.LEFT},e.prototype.getSecondaryImageAlignVertical=function(){return b.MIDDLE},e.prototype.getSecondaryImageAlignWith=function(){return w.TEXT},e.prototype.getTertiaryImageSource=function(n){return n.is(ru.SORTED_ASCENDING)?t.mappings.sorted_ascending:n.is(ru.SORTED_DESCENDING)?t.mappings.sorted_descending:null},e.prototype.getTertiaryImageTintColor=function(t){return n.prototype.getImageTintColor.call(this,t)},e.prototype.getTertiaryImageAlignHorizontal=function(){return g.RIGHT},e.prototype.getTertiaryImageAlignWith=function(){return w.BORDER},e.prototype.getCursor=function(n){return n.isActionable?n.is(ru.HOVERED_ON_EDGE)||n.on(ru.RESIZING)?"col-resize":n.is(ru.CHECKABLE)||n.is(ru.SORTABLE)?"pointer":"":""},e.prototype.getEdgeWidth=function(){return 10},e}(it),bc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Wc),wc=function(){e.set("DTableBodyCellActionDialog",zo),e.set("DTableBodyCellActionMenu",Go),e.set("DTableBodyCellActionPromise",Oo),e.set("DTableBodyCellButton",jo),e.set("DTableBodyCellCheck",Xo),e.set("DTableBodyCellColor",Yo),e.set("DTableBodyCellDate",Ko),e.set("DTableBodyCellDatetime",Qo),e.set("DTableBodyCellIndex",nc),e.set("DTableBodyCellInputInteger",tc),e.set("DTableBodyCellInputReal",ec),e.set("DTableBodyCellInputTextArea",uc),e.set("DTableBodyCellInputText",rc),e.set("DTableBodyCellInputTreeMarker",cc),e.set("DTableBodyCellInputTreeInput",oc),e.set("DTableBodyCellInputTree",ic),e.set("DTableBodyCellLink",fc),e.set("DTableBodyCellSelectDialog",Ro),e.set("DTableBodyCellSelectMenu",lc),e.set("DTableBodyCellSelectMultiple",hc),e.set("DTableBodyCellSelectPromise",Vo),e.set("DTableBodyCellTextArea",ac),e.set("DTableBodyCellText",qo),e.set("DTableBodyCellTree",mc),e.set("DTableBodyCellTime",dc),e.set("DTableBodyRow",pc),e.set("DTableBody",No),e.set("DTableCategoryCell",bc),e.set("DTableCategory",gc),e.set("DTableHeaderCell",Wc),e.set("DTableHeader",Tc),e.set("DTableRow",Dc),e.set("DTable",Fo),L(),yu(),ei(),fi(),Pt(),zt(),ee(),re(),Di(),Fe()};t.add("button_process_processing",24,24,'<g transform="scale(0.025,0.025) translate(0,960)"><path d="M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-155.5t86-127Q252-817 325-848.5T480-880q17 0 28.5 11.5T520-840q0 17-11.5 28.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-17 11.5-28.5T840-520q17 0 28.5 11.5T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480-80Z" fill="#fff"/></g>'),t.add("button_process_success",24,24,'<g transform="scale(0.025,0.025) translate(0,960)"><path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z" fill="#fff" /></g>'),t.add("button_process_fail",24,24,'<g transform="scale(0.025,0.025) translate(0,960)"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z" fill="#fff" /></g>');var kc=function(n){return n.isProcessing?t.mappings.button_process_processing:n.isSucceeded?t.mappings.button_process_success:t.mappings.button_process_fail},Ic=function(n){var t=n.valueOf(Ce.PROCESSING);return null!=t?t*Math.PI*.02:0},yc=function(){function n(){}return n.prototype.getProcessDoneDelay=function(){return 400},n.prototype.getProcessCloseDelay=function(){return 3e3},n.prototype.isProcessTextEnabled=function(){return!1},n.prototype.isProcessImageEnabled=function(){return!0},n.prototype.getProcessImageIndex=function(){return 0},n.prototype.newProcessImageSource=function(){return kc},n.prototype.newProcessImageRotation=function(){return Ic},n}(),Cc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newProcessTextValue=function(){return io},t}(yc),vc=function(){e.set("DIndicatorProcessing",Cc)},Bc=function(){mu(),D(),T(),Ii(),du(),Q(),vn(),Sn(),Fi(),_i(),ao(),ct(),dt(),mt(),vc(),Wo(),ie(),Io(),se(),hu(),Ne(),$e(),Fe(),Po(),dr(),fr(),Mu(),ku(),ni(),$u(),Qu(),Wr(),wc(),eu(),tu()},xc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Xi),Sc={__proto__:null,loadThemeWhiteBase:D,loadThemeWhiteBoard:T,loadThemeWhiteButtonAmbient:x,loadThemeWhiteButtonCheckRight:J,loadThemeWhiteButtonCheck:L,loadThemeWhiteButtonDanger:P,loadThemeWhiteButtonFile:A,loadThemeWhiteButtonLink:R,loadThemeWhiteButtonPrimary:G,loadThemeWhiteButtonRadioRight:q,loadThemeWhiteButtonRadio:j,loadThemeWhiteButtonSecondary:Y,loadThemeWhiteButton:U,loadThemeWhiteCanvasContainer:Q,loadThemeWhiteChart:vn,loadThemeWhiteColor:Sn,loadThemeWhiteDialogFitted:On,loadThemeWhiteDialogInputBoolean:Xn,loadThemeWhiteDialogInputInteger:Un,loadThemeWhiteDialogInputReal:Zn,loadThemeWhiteDialogInputText:$n,loadThemeWhiteDialog:nt,loadThemeWhiteDropdown:rt,loadThemeWhiteExpandable:ct,loadThemeWhiteHtmlElement:dt,loadThemeWhiteImage:mt,loadThemeWhiteInputAndLabel:Tt,loadThemeWhiteInputInteger:Pt,loadThemeWhiteInputLabel:At,loadThemeWhiteInputReal:zt,loadThemeWhiteInputSearch:Ot,loadThemeWhiteInputTextArea:ee,loadThemeWhiteInputText:re,loadThemeWhiteLayout:ie,loadThemeWhiteList:se,loadThemeWhiteMenuBar:Ne,loadThemeWhiteMenuSided:$e,loadThemeWhiteMenu:Fe,loadThemeWhitePagination:fr,loadThemeWhitePane:dr,loadThemeWhiteScrollBar:sr,loadThemeWhiteSelect:Wr,loadThemeWhiteShapeActionValue:zr,loadThemeWhiteShape:Or,loadThemeWhiteSlider:tu,loadThemeWhiteText:eu,loadThemeWhiteTree:hu,loadThemeWhiteView:du,loadThemeWhite:mu,loadThemeWhiteJaJpAll:Bc,loadThemeWhiteJaJpButtonAll:Ii,loadThemeWhiteJaJpButtonColorGradient:Ju,loadThemeWhiteJaJpButtonColor:yu,loadThemeWhiteJaJpButtonDate:ei,loadThemeWhiteJaJpButtonDatetime:fi,loadThemeWhiteJaJpButtonSelect:pi,loadThemeWhiteJaJpButtonTime:ki,loadThemeWhiteJaJpDiagramEditor:Fi,loadThemeWhiteJaJpDiagram:_i,loadThemeWhiteJaJpDialogAll:ao,loadThemeWhiteJaJpDialogColorGradient:_u,loadThemeWhiteJaJpDialogColor:Iu,loadThemeWhiteJaJpDialogConfirmDelete:Zi,loadThemeWhiteJaJpDialogConfirmDiscard:$i,loadThemeWhiteJaJpDialogConfirm:Ui,loadThemeWhiteJaJpDialogDate:ti,loadThemeWhiteJaJpDialogDatetime:ci,loadThemeWhiteJaJpDialogLayered:qi,loadThemeWhiteJaJpDialogMessage:eo,loadThemeWhiteJaJpDialogProcessing:co,loadThemeWhiteJaJpDialogSaveAs:ho,loadThemeWhiteJaJpDialogSelect:Di,loadThemeWhiteJaJpDialogTime:wi,loadThemeWhiteJaJpIndicatorProcessing:vc,loadThemeWhiteJaJpInputAll:Wo,loadThemeWhiteJaJpInputBoolean:go,loadThemeWhiteJaJpLink:Io,loadThemeWhiteJaJpNote:Po,loadThemeWhiteJaJpPickerColorGradient:Mu,loadThemeWhiteJaJpPickerColor:ku,loadThemeWhiteJaJpPickerDate:ni,loadThemeWhiteJaJpPickerDatetime:$u,loadThemeWhiteJaJpPickerTime:Qu,loadThemeWhiteJaJpShapePointsFormatter:Mi,loadThemeWhiteJaJpTable:wc,DThemeWhiteAtlas:t,DThemeWhiteBase:m,DThemeWhiteBoard:p,DThemeWhiteButtonAmbient:B,DThemeWhiteButtonBase:v,DThemeWhiteButtonCheckRight:_,DThemeWhiteButtonCheck:M,DThemeWhiteButtonChecks:S,DThemeWhiteButtonColorGradient:Bu,DThemeWhiteButtonColor:pu,DThemeWhiteButtonDanger:E,DThemeWhiteButtonDate:Pu,DThemeWhiteButtonDatetime:ii,DThemeWhiteButtonFile:N,DThemeWhiteButtonLink:H,DThemeWhiteButtonPrimary:z,DThemeWhiteButtonRadioRight:O,DThemeWhiteButtonRadio:V,DThemeWhiteButtonSecondary:X,DThemeWhiteButtonSelect:hi,DThemeWhiteButtonTime:Wi,DThemeWhiteButton:F,DThemeWhiteCanvasContainer:Z,DThemeWhiteCanvas:K,DThemeWhiteChartAxisBase:on,DThemeWhiteChartAxisXDatetime:ln,DThemeWhiteChartAxisX:cn,DThemeWhiteChartAxisY:hn,DThemeWhiteChartCoordinateTick:sn,DThemeWhiteChartCoordinateTransform:dn,DThemeWhiteChartCoordinate:an,DThemeWhiteChartLegendItem:Dn,DThemeWhiteChartLegend:mn,DThemeWhiteChartOverview:pn,DThemeWhiteChartPlotArea:Tn,DThemeWhiteChartSelectionGridlineX:kn,DThemeWhiteChartSelectionGridlineY:In,DThemeWhiteChartSelectionMarker:Cn,DThemeWhiteChartSelectionShape:wn,DThemeWhiteChart:$,DThemeWhiteColorRecent:Bn,DThemeWhiteColorStandard:xn,DThemeWhiteConstants:a,DThemeWhiteContent:lr,DThemeWhiteDiagramBase:yi,DThemeWhiteDiagramCanvasBase:vi,DThemeWhiteDiagramCanvasEditor:Li,DThemeWhiteDiagramCanvas:Bi,DThemeWhiteDiagramEditor:Ei,DThemeWhiteDiagram:Ci,DThemeWhiteDialogColorGradient:xu,DThemeWhiteDialogColor:Tu,DThemeWhiteDialogConfirmDelete:xc,DThemeWhiteDialogConfirmMessage:ji,DThemeWhiteDialogConfirm:Xi,DThemeWhiteDialogDate:Fu,DThemeWhiteDialogDatetime:oi,DThemeWhiteDialogFittedContent:Vn,DThemeWhiteDialogFitted:An,DThemeWhiteDialogInputBoolean:jn,DThemeWhiteDialogInputInteger:Yn,DThemeWhiteDialogInputReal:Kn,DThemeWhiteDialogInputText:Qn,DThemeWhiteDialogInput:qn,DThemeWhiteDialogLayeredContent:Gn,DThemeWhiteDialogLayeredFooter:Vi,DThemeWhiteDialogLayeredHeaderButtonClose:Hi,DThemeWhiteDialogLayeredHeaderSeparator:Gi,DThemeWhiteDialogLayeredHeader:Ni,DThemeWhiteDialogLayered:Nn,DThemeWhiteDialogMessage:no,DThemeWhiteDialogProcessingMessage:ro,DThemeWhiteDialogProcessing:uo,DThemeWhiteDialogSaveAs:fo,DThemeWhiteDialogSelectListItem:si,DThemeWhiteDialogSelectList:ai,DThemeWhiteDialogSelect:di,DThemeWhiteDialogTime:bi,DThemeWhiteDialog:Fn,DThemeWhiteDropdownBase:tt,DThemeWhiteDropdown:et,DThemeWhiteExpandableHeader:ot,DThemeWhiteExpandable:ut,DThemeWhiteExpandables:ke,DThemeWhiteFont:s,DThemeWhiteHtmlElement:st,DThemeWhiteImageBase:C,DThemeWhiteImage:it,DThemeWhiteIndicatorProcess:yc,DThemeWhiteInputAndLabel:pt,DThemeWhiteInputBooleanButtonOff:mo,DThemeWhiteInputBooleanButtonOn:po,DThemeWhiteInputBoolean:so,DThemeWhiteInputInput:_t,DThemeWhiteInputInteger:Et,DThemeWhiteInputLabel:Nt,DThemeWhiteInputNumber:Jt,DThemeWhiteInputReal:Rt,DThemeWhiteInputSearch:Vt,DThemeWhiteInputTextArea:te,DThemeWhiteInputText:Gt,DThemeWhiteInput:bt,DThemeWhiteLayoutHorizontal:Dt,DThemeWhiteLayoutSpace:ue,DThemeWhiteLayoutVertical:zn,DThemeWhiteLayout:Rn,DThemeWhiteLink:wo,DThemeWhiteListItemAmbient:ae,DThemeWhiteListItem:he,DThemeWhiteListItems:le,DThemeWhiteList:fe,DThemeWhiteMenuBarItem:me,DThemeWhiteMenuBar:de,DThemeWhiteMenuItemBase:pe,DThemeWhiteMenuItemCheck:We,DThemeWhiteMenuItemExpandableBody:we,DThemeWhiteMenuItemExpandableHeader:Ie,DThemeWhiteMenuItemExpandableItemCheck:ye,DThemeWhiteMenuItemExpandableItemLink:xe,DThemeWhiteMenuItemExpandableItemMenu:Me,DThemeWhiteMenuItemExpandableItemSeparator:Je,DThemeWhiteMenuItemExpandableItemSpace:Ee,DThemeWhiteMenuItemExpandableItemText:Pe,DThemeWhiteMenuItemExpandable:be,DThemeWhiteMenuItemLink:Be,DThemeWhiteMenuItemMenu:Se,DThemeWhiteMenuItemSeparator:_e,DThemeWhiteMenuItemSpace:Le,DThemeWhiteMenuItemText:ge,DThemeWhiteMenuItem:Te,DThemeWhiteMenuSidedContent:He,DThemeWhiteMenuSidedItemCheck:Re,DThemeWhiteMenuSidedItemExpandableItemCheck:Ge,DThemeWhiteMenuSidedItemExpandableItemLink:Ve,DThemeWhiteMenuSidedItemExpandableItemMenu:Oe,DThemeWhiteMenuSidedItemExpandableItemSeparator:qe,DThemeWhiteMenuSidedItemExpandableItemSpace:je,DThemeWhiteMenuSidedItemExpandableItemText:Xe,DThemeWhiteMenuSidedItemExpandable:ze,DThemeWhiteMenuSidedItemLink:Ye,DThemeWhiteMenuSidedItemMenu:Ue,DThemeWhiteMenuSidedItemSeparator:Ke,DThemeWhiteMenuSidedItemSpace:Ze,DThemeWhiteMenuSidedItemText:Qe,DThemeWhiteMenuSided:Ae,DThemeWhiteMenu:De,DThemeWhiteNoteError:Co,DThemeWhiteNoteNoItemsFound:Bo,DThemeWhiteNoteSearching:So,DThemeWhiteNoteSmallError:Jo,DThemeWhiteNoteSmallNoItemsFound:Lo,DThemeWhiteNoteSmallSearching:Eo,DThemeWhiteNoteSmall:_o,DThemeWhiteNote:yo,DThemeWhitePaginationButtonLast:er,DThemeWhitePaginationButtonNext:rr,DThemeWhitePaginationButtonPage:ur,DThemeWhitePaginationButtonPrevious:ir,DThemeWhitePaginationButtonTop:or,DThemeWhitePaginationDots:tr,DThemeWhitePaginationPage:cr,DThemeWhitePagination:nr,DThemeWhitePane:ce,DThemeWhitePickerColorGradient:Su,DThemeWhitePickerColor:bu,DThemeWhitePickerDatetimeButtonBack:ju,DThemeWhitePickerDatetimeButtonDate:Xu,DThemeWhitePickerDatetimeButtonNext:Yu,DThemeWhitePickerDatetimeLabelDate:Ku,DThemeWhitePickerDatetimeLabel:Uu,DThemeWhitePickerDatetimeSpace:Zu,DThemeWhitePickerTime:Au,DThemeWhiteScrollBarThumb:ar,DThemeWhiteScrollBar:hr,DThemeWhiteSelectMultiple:gr,DThemeWhiteSelect:pr,DThemeWhiteSliderHorizontal:jr,DThemeWhiteSliderLabel:Xr,DThemeWhiteSliderThumb:Ur,DThemeWhiteSliderTrackHorizontal:Zr,DThemeWhiteSliderTrackVertical:Qr,DThemeWhiteSliderTrack:Kr,DThemeWhiteSliderValue:$r,DThemeWhiteSliderVertical:nu,DThemeWhiteSlider:qr,DThemeWhiteSliders:Yr,DThemeWhiteTableBodyCellActionDialog:zo,DThemeWhiteTableBodyCellActionMenu:Go,DThemeWhiteTableBodyCellActionPromise:Oo,DThemeWhiteTableBodyCellActions:Ho,DThemeWhiteTableBodyCellButton:jo,DThemeWhiteTableBodyCellCheck:Xo,DThemeWhiteTableBodyCellColor:Yo,DThemeWhiteTableBodyCellDate:Ko,DThemeWhiteTableBodyCellDatetime:Qo,DThemeWhiteTableBodyCellIndex:nc,DThemeWhiteTableBodyCellInputInteger:tc,DThemeWhiteTableBodyCellInputReal:ec,DThemeWhiteTableBodyCellInputTextArea:uc,DThemeWhiteTableBodyCellInputText:rc,DThemeWhiteTableBodyCellInputTreeInput:oc,DThemeWhiteTableBodyCellInputTreeMarker:cc,DThemeWhiteTableBodyCellInputTree:ic,DThemeWhiteTableBodyCellLink:fc,DThemeWhiteTableBodyCellSelectDialog:Ro,DThemeWhiteTableBodyCellSelectMenu:lc,DThemeWhiteTableBodyCellSelectMultiple:hc,DThemeWhiteTableBodyCellSelectPromise:Vo,DThemeWhiteTableBodyCellTextArea:ac,DThemeWhiteTableBodyCellText:qo,DThemeWhiteTableBodyCellTime:dc,DThemeWhiteTableBodyCellTree:mc,DThemeWhiteTableBodyCellTrees:uu,DThemeWhiteTableBodyCells:Ao,DThemeWhiteTableBodyRow:pc,DThemeWhiteTableBody:No,DThemeWhiteTableCategoryCell:bc,DThemeWhiteTableCategory:gc,DThemeWhiteTableHeaderCell:Wc,DThemeWhiteTableHeader:Tc,DThemeWhiteTableRow:Dc,DThemeWhiteTable:Fo,DThemeWhiteTextBase:y,DThemeWhiteText:Ft,DThemeWhiteTreeItemButton:fu,DThemeWhiteTreeItemNonEditable:lu,DThemeWhiteTreeItemText:cu,DThemeWhiteTreeItems:iu,DThemeWhiteTree:ou,DThemeWhiteView:su,DThemeWhite:e,EThemeWhiteShapeActionValue:Rr,EThemeWhiteShapePointsFormatter:xi,EThemeWhiteShape:Vr,DThemeWhiteJaJpDiagramEditor:Pi,DThemeWhiteJaJpDialogConfirmDelete:Ki,DThemeWhiteJaJpDialogConfirmDiscard:Qi,DThemeWhiteJaJpDialogConfirm:Yi,DThemeWhiteJaJpDialogLayeredFooter:Oi,DThemeWhiteJaJpDialogMessage:to,dThemeWhiteJaJpDialogProcessingMessage:io,DThemeWhiteJaJpDialogProcessing:oo,DThemeWhiteJaJpDialogSaveAs:lo,DThemeWhiteJaJpDialogSelect:mi,DThemeWhiteJaJpIndicatorProcessing:Cc,DThemeWhiteJaJpInputBooleanButtonOff:Do,DThemeWhiteJaJpInputBooleanButtonOn:To,DThemeWhiteJaJpLink:ko,DThemeWhiteJaJpNoteError:vo,DThemeWhiteJaJpNoteNoItemsFound:xo,DThemeWhiteJaJpNoteSearching:Mo,DThemeWhiteJaJpPickerColor:wu,DThemeWhiteJaJpPickerDate:qu,DThemeWhiteJaJpPickerDatetime:Ou,DThemeWhiteJaJpPickerTime:Hu,EThemeWhiteJaJpShapePointsFormatter:Si};Bc();var Mc=window;Mc.wcardinal=Mc.wcardinal||{};var _c=Mc.wcardinal.ui=Mc.wcardinal.ui||{},Jc=Sc;for(var Lc in Jc)_c[Lc]=Jc[Lc]}(PIXI);
10
10
  //# sourceMappingURL=wcardinal-ui-theme-white-ja-jp.min.js.map