@wcardinal/wcardinal-ui 0.441.0 → 0.443.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/wcardinal/ui/d-picker-color.d.ts +3 -0
- package/dist/types/wcardinal/ui/d-table-column-state.d.ts +4 -1
- package/dist/types/wcardinal/ui/d-table-state.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/common/new-svg-rounded-checkerboard.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/common/new-svg-rounded-rect.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-picker-color.d.ts +3 -0
- package/dist/types/wcardinal/ui/theme/dark/new-dark-svg-rounded-checkerboard.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-picker-color.d.ts +3 -0
- package/dist/types/wcardinal/ui/theme/white/new-white-svg-rounded-checkerboard.d.ts +1 -0
- package/dist/wcardinal/ui/d-dynamic-text.js +3 -8
- package/dist/wcardinal/ui/d-dynamic-text.js.map +1 -1
- package/dist/wcardinal/ui/d-image-piece-impl.js +8 -0
- package/dist/wcardinal/ui/d-image-piece-impl.js.map +1 -1
- package/dist/wcardinal/ui/d-image-piece-layouter-part-container.js +1 -1
- package/dist/wcardinal/ui/d-image-piece-layouter-part-container.js.map +1 -1
- package/dist/wcardinal/ui/d-picker-color.js +5 -4
- package/dist/wcardinal/ui/d-picker-color.js.map +1 -1
- package/dist/wcardinal/ui/d-table-body.js +3 -2
- package/dist/wcardinal/ui/d-table-body.js.map +1 -1
- package/dist/wcardinal/ui/d-table-column-state.js.map +1 -1
- package/dist/wcardinal/ui/d-table-state.js +4 -0
- package/dist/wcardinal/ui/d-table-state.js.map +1 -1
- package/dist/wcardinal/ui/theme/common/new-svg-rounded-checkerboard.js +20 -0
- package/dist/wcardinal/ui/theme/common/new-svg-rounded-checkerboard.js.map +1 -0
- package/dist/wcardinal/ui/theme/common/new-svg-rounded-rect.js +15 -0
- package/dist/wcardinal/ui/theme/common/new-svg-rounded-rect.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-button-color-gradient.js +2 -5
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-button-color-gradient.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-button-color.js +3 -6
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-button-color.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-picker-color.js +24 -35
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-picker-color.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cells.js +7 -2
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cells.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/new-dark-svg-rounded-checkerboard.js +5 -0
- package/dist/wcardinal/ui/theme/dark/new-dark-svg-rounded-checkerboard.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-button-color-gradient.js +2 -5
- package/dist/wcardinal/ui/theme/white/d-theme-white-button-color-gradient.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-button-color.js +3 -6
- package/dist/wcardinal/ui/theme/white/d-theme-white-button-color.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-picker-color.js +24 -35
- package/dist/wcardinal/ui/theme/white/d-theme-white-picker-color.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cells.js +7 -2
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cells.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/new-white-svg-rounded-checkerboard.js +5 -0
- package/dist/wcardinal/ui/theme/white/new-white-svg-rounded-checkerboard.js.map +1 -0
- package/dist/wcardinal-ui-theme-dark-en-us.js +71 -49
- package/dist/wcardinal-ui-theme-dark-en-us.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark-en-us.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark-ja-jp.js +71 -49
- package/dist/wcardinal-ui-theme-dark-ja-jp.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark-ja-jp.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark.js +71 -49
- package/dist/wcardinal-ui-theme-dark.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-en-us.js +71 -49
- package/dist/wcardinal-ui-theme-white-en-us.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-en-us.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white-ja-jp.js +71 -49
- package/dist/wcardinal-ui-theme-white-ja-jp.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-ja-jp.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white.js +71 -49
- package/dist/wcardinal-ui-theme-white.min.js +2 -2
- package/dist/wcardinal-ui.cjs.js +131 -112
- package/dist/wcardinal-ui.js +25 -16
- package/dist/wcardinal-ui.min.js +2 -2
- package/dist/wcardinal-ui.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Winter Cardinal UI v0.
|
|
2
|
+
Winter Cardinal UI v0.443.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)},T=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),p=function(){e.set("DBoard",T)};const g=wcardinal.ui.DAlignHorizontal,W=wcardinal.ui.DButtonBaseWhen,b=wcardinal.ui.DAlignVertical,w=wcardinal.ui.DAlignWith,k=wcardinal.ui.DDynamicTextStyleWordWrap,y=wcardinal.ui.toString;var I=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 y},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}(I),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),E=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),_=function(){e.set("DButtonCheckRight",E)},L=function(){e.set("DButtonCheck",M)},P=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),F=function(){e.set("DButtonDanger",P)},U=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}(U),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)},Y=function(){e.set("DButtonRadio",V)},j=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(v),X=function(){e.set("DButtonSecondary",j)},K=function(){e.set("DButton",U)},Z=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),J=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",J),e.set("DCanvas",Z)},$=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),Tn=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.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),yn=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 In=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 In;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",Tn),e.set("DChartPlotArea",pn),e.set("DChartSelectionGridlineX",kn),e.set("DChartSelectionGridlineY",yn),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,En=wcardinal.ui.DDialogAlign,_n=wcardinal.ui.DDialogCloseOn,Ln=wcardinal.ui.DDialogGestureMode,Pn=wcardinal.ui.DDialogMode,Fn=wcardinal.ui.DDialogState;var Un=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMode=function(){return Pn.MODAL},t.prototype.closeOn=function(n){switch(n){case Pn.MODAL:case Pn.MENU:return _n.ESC|_n.CLICK_OUTSIDE;case Pn.MODELESS:return _n.NONE}},t.prototype.isSticky=function(n){return!1},t.prototype.isGestureEnabled=function(n){switch(n){case Pn.MODAL:case Pn.MODELESS:return!0;case Pn.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 En.BOTTOM},t.prototype.newAnimation=function(n){switch(n){case Pn.MODAL:return new Mn;case Pn.MODELESS:case Pn.MENU:return null}},t.prototype.getBackgroundColor=function(n){return n.is(Fn.MENU)?a.BACKGROUND_COLOR_ON_BOARD:a.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return n.is(Fn.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}(Un),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),Yn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),jn=function(){e.set("DDialogInputBoolean",Yn)},Xn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),Kn=function(){e.set("DDialogInputInteger",Xn)},Zn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),Jn=function(){e.set("DDialogInputReal",Zn)},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",Un)};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),Tt=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),pt=function(){e.set("DInputAndLabel",Tt)},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"),yt=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},It=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 It(n,Ct)},Bt="".concat(wt,"-before"),xt=function(n){return It(n,Bt)},St="".concat(wt,"-after"),Mt=function(n){return It(n,St)},Et=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getElementCreator=function(){return yt},t.prototype.getClipperCreator=function(){return vt},t.prototype.getBeforeCreator=function(){return xt},t.prototype.getAfterCreator=function(){return Mt},t}(bt),_t=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}(Et),Lt=function(n){var t=parseInt(n,10);return t==t?t:0},Pt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getEditingUnformatter=function(){return Lt},t}(_t),Ft=function(){e.set("DInputInteger",Pt)},Ut=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}(I),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}(Ut),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}(_t),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}(Et);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",Yt="".concat(qt,"-element"),jt=function(n){var t=n.getElementsByClassName(Yt);if(0<t.length)return t[0];var e=document.createElement("textarea");return e.setAttribute("spellcheck","false"),e.setAttribute("class",Yt),n.appendChild(e),e},Xt=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},Kt="".concat(qt,"-clipper"),Zt=function(n){return Xt(n,Kt)},Jt="".concat(qt,"-before"),Qt=function(n){return Xt(n,Jt)},$t="".concat(qt,"-after"),ne=function(n){return Xt(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 jt},t.prototype.getClipperCreator=function(){return Zt},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.getInteractive=function(){return i.CHILDREN},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(m),ie=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),oe=function(){e.set("DLayout",Rn),e.set("DLayoutHorizontal",Dt),e.set("DLayoutSpace",ie),e.set("DLayoutVertical",zn),e.set("DLayoutBoard",ue)};const ce=wcardinal.ui.UtilGestureMode;var fe=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 ce.TOUCH},t}(m),le=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}(fe),he=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.T=1,this.p=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.T=a.INVALID_ALPHA,this.p=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.p: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.T: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}(),ae=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 he(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),se=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newStyle=function(){return new he(null,!1,!0)},t}(ae),de=function(){e.set("DListItemAmbient",se),e.set("DListItem",ae),e.set("DList",le)},me=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),De=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}(U),Te=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),ge=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),We=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}(ge);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 be=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}(We),we=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),ke=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),ye=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}();ye.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?ye.getImageOpened():ye.getImageClosed()},t.prototype.getImageAlignWith=function(){return w.BORDER},t.prototype.getImageMarginHorizontal=function(){return 7},t}(pe),Ce=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}(be);const ve=wcardinal.ui.DBaseState,Be=wcardinal.ui.DThemes;var xe=function(n){function t(){var t=n.call(this)||this;return t.M=Be.getInstance().get("DLink"),t}return u(t,n),t.prototype.getImageSource=function(n){return n.is(ve.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}(We),Se=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}(xe);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 Me=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}(ge),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}(Me),_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),Le=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),Pe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(ie),Fe=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}(Pe),Ue=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}(We),Ne=function(){e.set("DMenu",Te),e.set("DMenuItem",ge),e.set("DMenuItemCheck",be),e.set("DMenuItemLink",xe),e.set("DMenuItemMenu",Me),e.set("DMenuItemSeparator",_e),e.set("DMenuItemSpace",Pe),e.set("DMenuItemText",We),e.set("DMenuItemExpandableBody",ke),e.set("DMenuItemExpandableHeader",Ie),e.set("DMenuItemExpandableItemCheck",Ce),e.set("DMenuItemExpandableItemLink",Se),e.set("DMenuItemExpandableItemMenu",Ee),e.set("DMenuItemExpandableItemSeparator",Le),e.set("DMenuItemExpandableItemSpace",Fe),e.set("DMenuItemExpandableItemText",Ue),e.set("DMenuItemExpandable",we)},Ae=function(){e.set("DMenuBarItem",De),e.set("DMenuBar",me),Ne()},He=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}(fe),Re=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),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}(we),Ve=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Ce),Oe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Se),qe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Ee),Ye=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Le),je=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Fe),Xe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Ue),Ke=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(xe),Ze=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Me),Je=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(_e),Qe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Pe),$e=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(We),nr=function(){e.set("DMenuSided",He),e.set("DMenuSidedContent",Re),e.set("DMenuSidedItemCheck",ze),e.set("DMenuSidedItemLink",Ke),e.set("DMenuSidedItemMenu",Ze),e.set("DMenuSidedItemSeparator",Je),e.set("DMenuSidedItemSpace",Qe),e.set("DMenuSidedItemText",$e),e.set("DMenuSidedItemExpandable",Ge),e.set("DMenuSidedItemExpandableItemCheck",Ve),e.set("DMenuSidedItemExpandableItemLink",Oe),e.set("DMenuSidedItemExpandableItemMenu",qe),e.set("DMenuSidedItemExpandableItemSeparator",Ye),e.set("DMenuSidedItemExpandableItemSpace",je),e.set("DMenuSidedItemExpandableItemText",Xe)},tr=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 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.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 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_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 ur=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),ir=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 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_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 cr=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),fr=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),lr=function(){e.set("DPagination",tr),e.set("DPaginationPage",fr),e.set("DPaginationDots",er),e.set("DPaginationButtonLast",rr),e.set("DPaginationButtonNext",ur),e.set("DPaginationButtonPage",ir),e.set("DPaginationButtonPrevious",or),e.set("DPaginationButtonTop",cr)},hr=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),ar=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),sr=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),dr=function(){e.set("DScrollBar",ar),e.set("DScrollBarThumb",sr)},mr=function(){e.set("DPane",fe),e.set("DContent",hr),dr()};const Dr=wcardinal.ui.isString;var Tr=function(n){if(n){var t=n.text.value;if(Dr(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 Tr},t.prototype.newTextValue=function(){return null},t}(tt),gr=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(Dr(o))t+=e+o,e=", ";else if(null!=o){var c=o(i.state);null!=c&&(t+=e+c,e=", ")}}return t}return""},Wr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return gr},t.prototype.newTextValue=function(){return[]},t}(tt),br=function(){e.set("DSelectMultiple",Wr),e.set("DSelect",pr),rt()};const wr=wcardinal.ui.EShapeActionMiscExtensions,kr=wcardinal.ui.EShapeActionOpenDialogExtensions,yr=wcardinal.ui.EShapeActionOpenExtensions,Ir=wcardinal.ui.EShapeActionValueBlinkType,Cr=wcardinal.ui.EShapeActionValueChangeColorTarget,vr=wcardinal.ui.EShapeActionValueChangeColorType,Br=wcardinal.ui.EShapeActionValueChangeTextType,xr=wcardinal.ui.EShapeActionValueGestureOperationType,Sr=wcardinal.ui.EShapeActionValueGestureType,Mr=wcardinal.ui.EShapeActionValueMiscType,Er=wcardinal.ui.EShapeActionValueOnInputAction,_r=wcardinal.ui.EShapeActionValueOpenDialogType,Lr=wcardinal.ui.EShapeActionValueOpenType,Pr=wcardinal.ui.EShapeActionValueOpetyped,Fr=wcardinal.ui.EShapeActionValueShowHideType,Ur=wcardinal.ui.EShapeActionValueSubtyped,Nr=wcardinal.ui.EShapeActionValueTransformMoveType,Ar=wcardinal.ui.EShapeActionValueTransformResizeType,Hr=wcardinal.ui.EShapeActionValueTransformRotateType,Rr=wcardinal.ui.EShapeActionValueTransformType,zr=wcardinal.ui.EShapeActionValueType;var Gr=function(){function n(){}return n.prototype.toLabel=function(n){var t=n.type;if(n instanceof Ur){var e,r=n.subtype;if(n instanceof Pr){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 zr.SHOW_HIDE:return"".concat(r,": ").concat(this.toShowHideTypeLabel(t));case zr.BLINK:return"".concat(r,": ").concat(this.toBlinkTypeLabel(t));case zr.CHANGE_COLOR:case zr.CHANGE_COLOR_LEGACY:return"".concat(r,": ").concat(this.toChangeColorTypeLabel(t));case zr.CHANGE_TEXT:return"".concat(r,": ").concat(this.toChangeTextTypeLabel(t));case zr.OPEN:return"".concat(r,": ").concat(this.toOpenTypeLabel(t));case zr.GESTURE:return"".concat(r,": ").concat(this.toGestureTypeLabel(t));case zr.MISC:return"".concat(r,": ").concat(this.toMiscTypeLabel(t))}return null},n.prototype.toOpetypedLabel=function(n,t,e,r){switch(n){case zr.TRANSFORM:var u=this.toTransformTypeLabel(t);switch(t){case Rr.ROTATE:return"".concat(u,": ").concat(this.toTransformRotateTypeLabel(e));case Rr.MOVE:return"".concat(u,": ").concat(this.toTransformMoveTypeLabel(e));case Rr.RESIZE:return"".concat(u,": ").concat(this.toTransformResizeTypeLabel(e))}}return null},n.prototype.toTypeLabel=function(n){switch(n){case zr.SHOW_HIDE:return"Show / hide";case zr.BLINK:return"Blink";case zr.TRANSFORM:return"Transform";case zr.OPEN:return"Open";case zr.CHANGE_COLOR:case zr.CHANGE_COLOR_LEGACY:return"Change color";case zr.CHANGE_TEXT:return"Change text";case zr.CHANGE_CURSOR:return"Change cursor";case zr.EMIT_EVENT:return"Emit an event";case zr.GESTURE:return"Gesture";case zr.MISC:return"Misc.";default:return zr.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 Ir.VISIBILITY:return"Visibility";case Ir.BRIGHTEN:return"Brighten";case Ir.DARKEN:return"Darken";case Ir.OPACITY:return"Opacity";case Ir.COLOR_FILL:return"Fill";case Ir.COLOR_STROKE:return"Stroke"}},n.prototype.toShowHideTypeLabel=function(n){switch(n){case Fr.SHAPE_SHOW:return"Show";case Fr.SHAPE_HIDE:return"Hide";case Fr.SHAPE:return"Shape";case Fr.LAYER:return"Layer"}},n.prototype.toTransformTypeLabel=function(n){switch(n){case Rr.RESIZE:return"Resize";case Rr.MOVE:return"Move";case Rr.ROTATE:return"Rotate"}},n.prototype.toTransformRotateTypeLabel=function(n){switch(n){case Hr.RELATIVE:return"Relative";case Hr.ABSOLUTE:return"Absolute"}},n.prototype.toTransformMoveTypeLabel=function(n){switch(n){case Nr.RELATIVE_X:return"Relative X";case Nr.RELATIVE_Y:return"Relative Y";case Nr.ABSOLUTE_X:return"Absolute X";case Nr.ABSOLUTE_Y:return"Absolute Y";case Nr.FORWARD_OR_BACKWARD:return"Forward / backward";case Nr.LEFT_OR_RIGHT:return"Left / right"}},n.prototype.toTransformResizeTypeLabel=function(n){switch(n){case Ar.ABSOLUTE_SIZE:return"Height & width";case Ar.RELATIVE_SIZE:return"Height & width (%)";case Ar.ABSOLUTE_HEIGHT:return"Height";case Ar.RELATIVE_HEIGHT:return"Height (%)";case Ar.ABSOLUTE_WIDTH:return"Width";case Ar.RELATIVE_WIDTH:return"Width (%)"}},n.prototype.toChangeColorTypeLabel=function(n){if(n===vr.NONE)return"None";var t="",e="";return n&vr.FILL&&(t+=e+"Fill",e=", "),n&vr.STROKE&&(t+=e+"Stroke",e=", "),n&vr.TEXT&&(t+=e+"Text",e=", "),n&vr.TEXT_OUTLINE&&(t+=e+"Text outline"),t},n.prototype.toChangeColorTargetLabel=function(n){switch(n){case Cr.COLOR_AND_ALPHA:return"Color";case Cr.COLOR:return"RGB";case Cr.ALPHA:return"Alpha";case Cr.CODE:return"Dynamic color";case Cr.BRIGHTNESS:return"Brightness"}},n.prototype.toChangeTextTypeLabel=function(n){switch(n){case Br.TEXT:return"Text";case Br.NUMBER:return"Number"}},n.prototype.toOpenTypeLabel=function(n){switch(n){case Lr.DIAGRAM_LEGACY:return"Diagram";case Lr.PAGE_LEGACY:return"Page (New window)";case Lr.PAGE_INPLACE_LEGACY:return"Page (In-place)";case Lr.DIALOG_TEXT:return"Dialog (Text)";case Lr.DIALOG_INTEGER:return"Dialog (Integer)";case Lr.DIALOG_REAL:return"Dialog (Real)";case Lr.DIALOG_BOOLEAN:return"Dialog (Boolean)";case Lr.DIALOG_DATE:return"Dialog (Date)";case Lr.DIALOG_TIME:return"Dialog (Time)";case Lr.DIALOG_DATETIME:return"Dialog (Datetime)";case Lr.DIAGRAM:return"Diagram";case Lr.PAGE:return"Page";case Lr.DIALOG:return"Dialog";default:if(Lr.EXTENSION<=n){var t=yr.get(n);return t?t.label:"Extension"}return"Unknown"}},n.prototype.toOpenDialogTypeLabel=function(n){switch(n){case _r.TEXT:return"Text";case _r.INTEGER:return"Integer";case _r.REAL:return"Real";case _r.BOOLEAN:return"Boolean";case _r.DATE:return"Date";case _r.TIME:return"Time";case _r.DATETIME:return"Datetime";default:if(_r.EXTENSION<=n){var t=kr.get(n);return t?t.label:"Extension"}return"Unknown"}},n.prototype.toGestureTypeLabel=function(n){switch(n){case Sr.SHAPE:return"Shape";case Sr.LAYER:return"Layer"}},n.prototype.toGestureOperationTypeLabel=function(n){switch(n){case xr.DRAG:return"Drag";case xr.PINCH:return"Pinch"}return"Unknown"},n.prototype.toMiscTypeLabel=function(n){switch(n){case Mr.INPUT_TEXT:return"Input (Text)";case Mr.INPUT_INTEGER:return"Input (Integer)";case Mr.INPUT_REAL:return"Input (Real)";case Mr.EMIT_EVENT:return this.toOnInputActionLabel(Er.EMIT_EVENT);case Mr.WRITE_BOTH:return this.toOnInputActionLabel(Er.WRITE_BOTH);case Mr.WRITE_LOCAL:return this.toOnInputActionLabel(Er.WRITE_LOCAL);case Mr.WRITE_REMOTE:return this.toOnInputActionLabel(Er.WRITE_REMOTE);case Mr.HTML_ELEMENT:return"HTML element";case Mr.HTML_ELEMENT_WITHOUT_POINTER_EVENTS:return"HTML element (No pointer events)";case Mr.SHOW_HIDE_LAYER:return"Show / hide layers";case Mr.GESTURE_LAYER:return"Layer gesture";case Mr.GESTURE:return"Gesture";case Mr.EXECUTE:return"Execute";default:if(Mr.EXTENSION<=n){var t=wr.get(n);return t?t.label:"Extension"}return"Unknown"}},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 Er.EMIT_EVENT:return"Emit event";case Er.WRITE_BOTH:return"Write (Both)";case Er.WRITE_LOCAL:return"Write (Local)";case Er.WRITE_REMOTE:return"Write (Remote)"}},n}(),Vr=function(){e.set("EShapeActionValue",Gr)};const Or=wcardinal.ui.EShapeStrokeSide;var qr=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 Or.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}(),Yr=function(){e.set("EShape",qr)},jr=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),Xr=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}(jr),Kr=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}(I),Zr=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 Jr=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 Zr.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}(U),Qr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Zr.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}(U),$r=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}(Qr),nu=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}(Qr),tu=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}(I),eu=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}(jr),ru=function(){e.set("DSlider",jr),e.set("DSliderValue",tu),e.set("DSliderLabel",Kr),e.set("DSliderThumb",Jr),e.set("DSliderVertical",eu),e.set("DSliderHorizontal",Xr),e.set("DSliderTrack",Qr),e.set("DSliderTrackVertical",nu),e.set("DSliderTrackHorizontal",$r)},uu=function(){e.set("DText",Ut)};const iu=wcardinal.ui.DTableState;var ou=function(){function n(){}return n.init=function(){ye.init()},n.getImageSource=function(n){return n.is(iu.HAS_CHILDREN)?n.is(iu.OPENED)?ye.getImageOpened():ye.getImageClosed():null},n}();ou.init();var cu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getSecondaryImageSource=function(n){return ou.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}(he),fu=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 cu(null,!0,!1)},t.prototype.getBackgroundColor=function(n){return a.BACKGROUND_COLOR_ON_BOARD},t}(fe),lu=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 cu(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),hu=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}(lu);ou.init();var au=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}(hu),su=function(){e.set("DTree",fu),e.set("DTreeItemText",lu),e.set("DTreeItemButton",hu),e.set("DTreeItemNonEditable",au)};const du=wcardinal.ui.UtilGestureModifier;var mu=function(){function n(){}return n.prototype.isWheelZoomEnabled=function(){return!0},n.prototype.getWheelZoomSpeed=function(){return.004},n.prototype.getWheelZoomModifier=function(){return du.NOT_NONE},n.prototype.isWheelTranslationEnabled=function(){return!0},n.prototype.getWheelTranslationSpeed=function(){return 2.24},n.prototype.getWheelTranslationModifier=function(){return du.NONE},n.prototype.isDblClickZoomEnabled=function(){return!0},n.prototype.getDblClickZoomSpeed=function(){return 2},n.prototype.getDblClickZoomModifier=function(){return du.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 ce.ON},n.prototype.getGestureModifier=function(){return du.NONE},n.prototype.getGestureDuration=function(){return 1},n}(),Du=function(){e.set("DView",mu)},Tu=function(){Be.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 pu=function(n){return"#".concat(h.toCode(n.color)," A").concat(n.alpha.toFixed(2))},gu=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 pu},e.prototype.newTextValue=function(){return{color:16777215,alpha:1}},e}(U),Wu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An);const bu=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 ku=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),yu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.toColorTypeLabel=function(n){switch(n){case bu.STANDARD:return"Standard";case bu.CUSTOM:return"Custom"}},t}(ku),Iu=function(){e.set("DPickerColor",yu)},Cu=function(){e.set("DDialogColor",Wu),Iu()},vu=function(){e.set("DButtonColor",gu),Cu()};const Bu=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 xu=function(){return""},Su=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 xu},e.prototype.newTextValue=function(){return new Bu},e.prototype.getCheckerColors=function(){return[.75,.65]},e}(U),Mu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An),Eu=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),_u=function(){e.set("DPickerColorGradient",Eu),Iu()},Lu=function(){e.set("DDialogColorGradient",Mu),_u()},Pu=function(){e.set("DButtonColorGradient",Su),Lu()};const Fu=wcardinal.ui.DPickerDates;var Uu=function(n){return Fu.format(n)},Nu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return Uu},t.prototype.newTextValue=function(){return new Date},t}(U),Au=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An);const Hu=wcardinal.ui.DPickerDatetimeMask;var Ru=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 Hu.HOURS|Hu.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),zu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHoursOptions=function(){return{width:100,title:"Hours"}},t.prototype.getMinutesOptions=function(){return{width:100,title:"Minutes"}},t.prototype.getSecondsOptions=function(){return{width:100,title:"Seconds"}},t}(Ru),Gu=["January","February","March","April","May","June","July","August","September","October","November","December"],Vu=["Su","Mo","Tu","We","Th","Fr","Sa"],Ou=function(n){return"".concat(Gu[n.getMonth()]," ").concat(n.getFullYear())},qu=function(){},Yu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDayLabels=function(){return Vu},t.prototype.getLabelFormatter=function(){return Ou},t.prototype.getDateDecorator=function(){return qu},t.prototype.getBackButtonOptions=function(){return{title:"Previous"}},t.prototype.getNextButtonOptions=function(){return{title:"Next"}},t.prototype.getDayStart=function(){return 0},t.prototype.getMask=function(){return Hu.DATE|n.prototype.getMask.call(this)},t}(zu),ju=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMask=function(){return Hu.DATE},t}(Yu);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 Xu=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),Ku=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 Zu=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),Ju=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}(Ut),Qu=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}(Ut),$u=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),ni=function(){e.set("DPickerTime",zu)},ti=function(){e.set("DPickerDatetimeButtonBack",Xu),e.set("DPickerDatetimeButtonDate",Ku),e.set("DPickerDatetimeButtonNext",Zu),e.set("DPickerDatetimeLabelDate",Qu),e.set("DPickerDatetimeLabel",Ju),e.set("DPickerDatetimeSpace",$u),e.set("DPickerDatetime",Yu),ni()},ei=function(){e.set("DPickerDate",ju),ti()},ri=function(){e.set("DDialogDate",Au),ei()},ui=function(){e.set("DButtonDate",Nu),ri()};const ii=wcardinal.ui.DPickerDatetimes;var oi=function(n,t){return ii.format(n,t.getDatetimeMask())},ci=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return oi},t.prototype.newTextValue=function(){return new Date},t}(U),fi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An),li=function(){e.set("DDialogDatetime",fi),ti()},hi=function(){e.set("DButtonDatetime",ci),li()};const ai=wcardinal.ui.toLabel;var si=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return ai},t.prototype.newTextValue=function(){return null},t}(U),di=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}(le),mi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newStyle=function(){return new he(null,!1,!0)},t.prototype.getCornerMask=function(){return c.NONE},t}(ae),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),Ti=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDismissLabel=function(){return"None"},t.prototype.getCategoryDismissLabel=function(){return"All"},t}(Di),pi=function(){e.set("DDialogSelect",Ti),e.set("DDialogSelectList",di),e.set("DDialogSelectListItem",mi)},gi=function(){e.set("DButtonSelect",si),pi()};const Wi=wcardinal.ui.DPickerTimes;var bi=function(n,t){return Wi.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 bi},t.prototype.newTextValue=function(){return new Date},t}(U),ki=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An),yi=function(){e.set("DDialogTime",ki),ni()},Ii=function(){e.set("DButtonTime",wi),yi()},Ci=function(){x(),_(),L(),Pu(),vu(),gi(),F(),ui(),hi(),A(),R(),G(),q(),Y(),X(),Ii(),K()},vi=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}(J),Bi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(vi),xi=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}(Z),Si=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}(xi),Mi=function(){},Ei=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getCurveSplineLabel=function(){return"Spline Curve"},t.prototype.getCurveBezierQuadraticLabel=function(){return"Quadratic Bezier Curve"},t}(Mi),_i=function(){e.set("EShapePointsFormatter",Ei)},Li=function(){e.set("DDiagram",Bi),e.set("DDiagramCanvas",Si),_i(),Yr()},Pi=function(n,t,e,r){var u=Math.max(t,e);if(0<n){n*=function(n){if(n<=0||1<=n)return 1;var t=1/n;return t|=t>>1,t|=t>>2,t|=t>>4,t|=t>>8,t|=t>>16,(t|=t>>32)-(t>>1)}(r);for(var i=u/1e3,o=0;o<10&&n<i;++o)n*=10;if(i<=n)return n}return u},Fi=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 Pi},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}(xi),Ui=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}(vi),Ni=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBaseLayerLabel=function(){return"Base Layer"},t}(Ui),Ai=function(){e.set("DDiagramEditor",Ni),e.set("DDiagramCanvasEditor",Fi),Vr(),_i(),Yr()},Hi=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 Ri=function(n,t){return n-34},zi=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getX=function(){return Ri},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),Gi=function(n){return n-1},Vi=function(n){return n-16},Oi=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 Gi},t.prototype.getWidth=function(){return Vi},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),qi=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),Yi=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"Cancel"},t}(qi),ji=function(){e.set("DDialogLayeredContent",Gn),e.set("DDialogLayeredFooter",Yi),e.set("DDialogLayeredHeaderButtonClose",zi),e.set("DDialogLayeredHeaderSeparator",Oi),e.set("DDialogLayeredHeader",Hi),e.set("DDialogLayered",Nn)},Xi=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),Ki=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMessage=function(){return""},t}(Nn),Zi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFooter=function(){return{button:{ok:"Yes",cancel:"No"}}},t}(Ki),Ji=function(){e.set("DDialogConfirm",Zi),e.set("DDialogConfirmMessage",Xi)},Qi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMessage=function(){return"Are you sure you want to delete this data?"},t}(Zi),$i=function(){e.set("DDialogConfirmDelete",Qi)},no=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMessage=function(){return"Your changes have not been saved.\nDo you want to discard the changes and continue?"},t}(Zi),to=function(){e.set("DDialogConfirmDiscard",no)},eo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Ki),ro=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}(eo),uo=function(){e.set("DDialogMessage",ro)};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 io=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}(Xi),oo=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}(Ki),co=function(n){return n.isSucceeded?"Processed successfully":n.isFailed?"Failed to process the request":"Processing..."},fo=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 co},t}(oo),lo=function(){e.set("DDialogProcessing",fo),e.set("DDialogProcessingMessage",io)},ho=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Qn),ao=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFooter=function(){return{button:{ok:"Save",cancel:null}}},t}(ho),so=function(){e.set("DDialogSaveAs",ao)},mo=function(){Lu(),Cu(),$i(),to(),Ji(),ri(),li(),On(),jn(),Kn(),Jn(),$n(),ji(),uo(),lo(),so(),pi(),yi(),nt()},Do=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),To=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isToggle=function(){return!0},t}(U),po=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"OFF"},t}(To),go=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isToggle=function(){return!0},t}(U),Wo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"ON"},t}(go),bo=function(){e.set("DInputBoolean",Do),e.set("DInputBooleanButtonOn",Wo),e.set("DInputBooleanButtonOff",po)},wo=function(){pt(),bo(),Ft(),At(),zt(),Ot(),ee(),re()};const ko=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 yo=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:ko.OPEN_LINK,text:{value:this.getLabelOpenLink()}},{value:ko.OPEN_LINK_IN_NEW_WINDOW,text:{value:this.getLabelOpenLinkInNewWindow()}},{value:ko.COPY_LINK_ADDRESS,text:{value:this.getLabelCopyLinkAddress()}}]}},n}(),Io=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getLabelOpenLink=function(){return"Open"},t.prototype.getLabelOpenLinkInNewWindow=function(){return"Open in New Window"},t.prototype.getLabelCopyLinkAddress=function(){return"Copy Link Address"},t}(yo),Co=function(){e.set("DLink",Io)},vo=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),Bo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(vo),xo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"Something went wrong"},t}(Bo),So=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(vo),Mo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"No items found"},t}(So),Eo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(vo),_o=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"Searching"},t}(Eo),Lo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFontSize=function(){return 18},t}(vo),Po=function(n){function t(){var t=n.call(this)||this;return t._=Be.get("DNoteError"),t}return u(t,n),t.prototype.newTextValue=function(){return this._.newTextValue()},t}(Lo),Fo=function(n){function t(){var t=n.call(this)||this;return t._=Be.get("DNoteNoItemsFound"),t}return u(t,n),t.prototype.newTextValue=function(){return this._.newTextValue()},t}(Lo),Uo=function(n){function t(){var t=n.call(this)||this;return t._=Be.get("DNoteSearching"),t}return u(t,n),t.prototype.newTextValue=function(){return this._.newTextValue()},t}(Lo),No=function(){e.set("DNote",vo),e.set("DNoteError",xo),e.set("DNoteNoItemsFound",Mo),e.set("DNoteSearching",_o),e.set("DNoteSmallError",Po),e.set("DNoteSmallNoItemsFound",Fo),e.set("DNoteSmallSearching",Uo)},Ao=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}(fe),Ho=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),Ro=function(){function n(){}var t;return n.getBackgroundColor=function(n){return n.inDisabled?n.is(iu.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(iu.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(iu.FROZEN_END)?this.BORDER_COLOR_FROZEN:this.BORDER_COLOR},n.getBorderMask=function(n){return n.is(iu.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}(),zo=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 Ro.getImageTintColor(n,!0)},n}(),Go=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t.prototype.isSyncEnabled=function(){return!0},t.prototype.newTextValue=function(){return null},t}(U);zo.init();var Vo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageTintColor=function(n){return zo.getImageTintColor(n)},t.prototype.getImageSource=function(n){return zo.getImageSource(n)},t.prototype.isSyncEnabled=function(){return!1},t}(Go);zo.init();var Oo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.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 zo.getImageTintColor(n)},t.prototype.getImageSource=function(n){return zo.getImageSource(n)},t}(et),qo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t.prototype.isSyncEnabled=function(){return!0},t.prototype.newTextValue=function(){return null},t}(U);zo.init();var Yo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageTintColor=function(n){return zo.getImageTintColor(n)},t.prototype.getImageSource=function(n){return zo.getImageSource(n)},t.prototype.isSyncEnabled=function(){return!1},t}(qo),jo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t.prototype.getImageTintColor=function(n){return Ro.getImageTintColor(n)},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.newTextValue=function(){},t}(C),Xo=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}(jo),Ko=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getImageTintColor=function(n){return Ro.getImageTintColor(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t}(M),Zo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t}(gu),Jo=function(n){return Fu.format(n)},Qo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t.prototype.getTextFormatter=function(){return Jo},t.prototype.newTextValue=function(){return new Date},t}(U),$o=function(n,t){return ii.format(n,t.getDatetimeMask())},nc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t.prototype.getTextFormatter=function(){return $o},t.prototype.newTextValue=function(){return new Date},t}(U),tc=function(n){return String(Number(n)+1)},ec=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getTextFormatter=function(){return tc},t.prototype.newTextValue=function(){return 0},t}(C),rc=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 Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t}(Pt),uc=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 Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t}(Rt),ic=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t}(Gt),oc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t}(te);ou.init();var cc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return Ro.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),fc=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 Ro.getHeight()},t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t.prototype.getPaddingLeft=function(){return 0},t}(Gt),lc=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 Ro.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 Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t.prototype.getImageAlignWith=function(){return w.BORDER},t.prototype.getImageAlignHorizontal=function(){return g.RIGHT},t.prototype.getImageSource=function(n){return ou.getImageSource(n)},t.prototype.getImageTintColor=function(n){return this.getColor(n)},t.prototype.getImageTintAlpha=function(n){return.5*this.getAlpha(n)},t}(v),hc=function(n){function t(){var t=n.call(this)||this;return t.M=Be.getInstance().get("DLink"),t}return u(t,n),t.prototype.getImageTintColor=function(n){return Ro.getImageTintColor(n,!0)},t.prototype.getImageSource=function(n){return this.M.getImageSource(n)},t}(Xo),ac=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t.prototype.getSecondaryImageSource=function(n){return null},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t}(pr),sc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t.prototype.getSecondaryImageSource=function(n){return null},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t}(Wr),dc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignVertical=function(){return b.TOP},t}(jo),mc=function(n,t){return Wi.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 Ro.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Ro.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Ro.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Ro.getBorderMask(n)},t.prototype.getColor=function(n){return Ro.getColor(n)},t.prototype.getAlpha=function(n){return Ro.getAlpha(n)},t.prototype.getHeight=function(){return Ro.getHeight()},t.prototype.getCornerMask=function(){return Ro.getCornerMask()},t.prototype.getTextFormatter=function(){return mc},t.prototype.newTextValue=function(){return new Date},t}(U);ou.init();var Tc=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 ou.getImageSource(n)},t.prototype.getImageTintColor=function(n){return this.getColor(n)},t.prototype.getImageTintAlpha=function(n){return.5*this.getAlpha(n)},t}(Xo),pc=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),gc=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}(pc),Wc=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(iu.RESIZING)?"col-resize":n.prototype.getCursor.call(this,t)},t}(pc),bc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Wc);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(iu.RESIZING)?n.is(iu.FROZEN)?this.BACKGROUND_COLOR_FROZEN:null:n.isPressed?this.BACKGROUND_COLOR_PRESSED:n.isHovered?this.BACKGROUND_COLOR_HOVERED:n.is(iu.FROZEN)?this.BACKGROUND_COLOR_FROZEN:null},e.prototype.getBackgroundAlpha=function(n){return 1},e.prototype.getBorderColor=function(n){return n.is(iu.FROZEN_END)?this.BORDER_COLOR_FROZEN:this.BORDER_COLOR},e.prototype.getBorderMask=function(n){return n.is(iu.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(iu.CHECKABLE)?S.getImageTintColor(t):n.prototype.getSecondaryImageTintColor.call(this,t)},e.prototype.getSecondaryImageSource=function(n){return n.is(iu.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(iu.SORTED_ASCENDING)?t.mappings.sorted_ascending:n.is(iu.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(iu.HOVERED_ON_EDGE)||n.on(iu.RESIZING)?"col-resize":n.is(iu.CHECKABLE)||n.is(iu.SORTABLE)?"pointer":"":""},e.prototype.getEdgeWidth=function(){return 10},e}(it),kc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(wc),yc=function(){e.set("DTableBodyCellActionDialog",Vo),e.set("DTableBodyCellActionMenu",Oo),e.set("DTableBodyCellActionPromise",Yo),e.set("DTableBodyCellButton",Xo),e.set("DTableBodyCellCheck",Ko),e.set("DTableBodyCellColor",Zo),e.set("DTableBodyCellDate",Qo),e.set("DTableBodyCellDatetime",nc),e.set("DTableBodyCellIndex",ec),e.set("DTableBodyCellInputInteger",rc),e.set("DTableBodyCellInputReal",uc),e.set("DTableBodyCellInputTextArea",oc),e.set("DTableBodyCellInputText",ic),e.set("DTableBodyCellInputTreeMarker",lc),e.set("DTableBodyCellInputTreeInput",fc),e.set("DTableBodyCellInputTree",cc),e.set("DTableBodyCellLink",hc),e.set("DTableBodyCellSelectDialog",Go),e.set("DTableBodyCellSelectMenu",ac),e.set("DTableBodyCellSelectMultiple",sc),e.set("DTableBodyCellSelectPromise",qo),e.set("DTableBodyCellTextArea",dc),e.set("DTableBodyCellText",jo),e.set("DTableBodyCellTree",Tc),e.set("DTableBodyCellTime",Dc),e.set("DTableBodyRow",gc),e.set("DTableBody",Ho),e.set("DTableCategoryCell",kc),e.set("DTableCategory",bc),e.set("DTableHeaderCell",wc),e.set("DTableHeader",Wc),e.set("DTableRow",pc),e.set("DTable",Ao),L(),vu(),ui(),hi(),Ft(),zt(),ee(),re(),pi(),Ne()};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 Ic=function(n){return n.isProcessing?t.mappings.button_process_processing:n.isSucceeded?t.mappings.button_process_success:t.mappings.button_process_fail},Cc=function(n){var t=n.valueOf(ve.PROCESSING);return null!=t?t*Math.PI*.02:0},vc=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 Ic},n.prototype.newProcessImageRotation=function(){return Cc},n}(),Bc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newProcessTextValue=function(){return co},t}(vc),xc=function(){e.set("DIndicatorProcessing",Bc)},Sc=function(){Tu(),D(),p(),Ci(),Du(),Q(),vn(),Sn(),Ai(),Li(),mo(),ct(),dt(),mt(),xc(),wo(),oe(),Co(),de(),su(),Ae(),nr(),Ne(),No(),mr(),lr(),_u(),Iu(),ei(),ti(),ni(),br(),yc(),uu(),ru()},Mc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Ki),Ec={__proto__:null,loadThemeWhiteBase:D,loadThemeWhiteBoard:p,loadThemeWhiteButtonAmbient:x,loadThemeWhiteButtonCheckRight:_,loadThemeWhiteButtonCheck:L,loadThemeWhiteButtonDanger:F,loadThemeWhiteButtonFile:A,loadThemeWhiteButtonLink:R,loadThemeWhiteButtonPrimary:G,loadThemeWhiteButtonRadioRight:q,loadThemeWhiteButtonRadio:Y,loadThemeWhiteButtonSecondary:X,loadThemeWhiteButton:K,loadThemeWhiteCanvasContainer:Q,loadThemeWhiteChart:vn,loadThemeWhiteColor:Sn,loadThemeWhiteDialogFitted:On,loadThemeWhiteDialogInputBoolean:jn,loadThemeWhiteDialogInputInteger:Kn,loadThemeWhiteDialogInputReal:Jn,loadThemeWhiteDialogInputText:$n,loadThemeWhiteDialog:nt,loadThemeWhiteDropdown:rt,loadThemeWhiteExpandable:ct,loadThemeWhiteHtmlElement:dt,loadThemeWhiteImage:mt,loadThemeWhiteInputAndLabel:pt,loadThemeWhiteInputInteger:Ft,loadThemeWhiteInputLabel:At,loadThemeWhiteInputReal:zt,loadThemeWhiteInputSearch:Ot,loadThemeWhiteInputTextArea:ee,loadThemeWhiteInputText:re,loadThemeWhiteLayout:oe,loadThemeWhiteList:de,loadThemeWhiteMenuBar:Ae,loadThemeWhiteMenuSided:nr,loadThemeWhiteMenu:Ne,loadThemeWhitePagination:lr,loadThemeWhitePane:mr,loadThemeWhiteScrollBar:dr,loadThemeWhiteSelect:br,loadThemeWhiteShapeActionValue:Vr,loadThemeWhiteShape:Yr,loadThemeWhiteSlider:ru,loadThemeWhiteText:uu,loadThemeWhiteTree:su,loadThemeWhiteView:Du,loadThemeWhite:Tu,loadThemeWhiteEnUsAll:Sc,loadThemeWhiteEnUsButtonAll:Ci,loadThemeWhiteEnUsButtonColorGradient:Pu,loadThemeWhiteEnUsButtonColor:vu,loadThemeWhiteEnUsButtonDate:ui,loadThemeWhiteEnUsButtonDatetime:hi,loadThemeWhiteEnUsButtonSelect:gi,loadThemeWhiteEnUsButtonTime:Ii,loadThemeWhiteEnUsDiagramEditor:Ai,loadThemeWhiteEnUsDiagram:Li,loadThemeWhiteEnUsDialogAll:mo,loadThemeWhiteEnUsDialogColorGradient:Lu,loadThemeWhiteEnUsDialogColor:Cu,loadThemeWhiteEnUsDialogConfirmDelete:$i,loadThemeWhiteEnUsDialogConfirmDiscard:to,loadThemeWhiteEnUsDialogConfirm:Ji,loadThemeWhiteEnUsDialogDate:ri,loadThemeWhiteEnUsDialogDatetime:li,loadThemeWhiteEnUsDialogLayered:ji,loadThemeWhiteEnUsDialogMessage:uo,loadThemeWhiteEnUsDialogProcessing:lo,loadThemeWhiteEnUsDialogSaveAs:so,loadThemeWhiteEnUsDialogSelect:pi,loadThemeWhiteEnUsDialogTime:yi,loadThemeWhiteEnUsIndicatorProcessing:xc,loadThemeWhiteEnUsInputAll:wo,loadThemeWhiteEnUsInputBoolean:bo,loadThemeWhiteEnUsLink:Co,loadThemeWhiteEnUsNote:No,loadThemeWhiteEnUsPickerColorGradient:_u,loadThemeWhiteEnUsPickerColor:Iu,loadThemeWhiteEnUsPickerDate:ei,loadThemeWhiteEnUsPickerDatetime:ti,loadThemeWhiteEnUsPickerTime:ni,loadThemeWhiteEnUsShapePointsFormatter:_i,loadThemeWhiteEnUsTable:yc,DThemeWhiteAtlas:t,DThemeWhiteBase:m,DThemeWhiteBoard:T,DThemeWhiteButtonAmbient:B,DThemeWhiteButtonBase:v,DThemeWhiteButtonCheckRight:E,DThemeWhiteButtonCheck:M,DThemeWhiteButtonChecks:S,DThemeWhiteButtonColorGradient:Su,DThemeWhiteButtonColor:gu,DThemeWhiteButtonDanger:P,DThemeWhiteButtonDate:Nu,DThemeWhiteButtonDatetime:ci,DThemeWhiteButtonFile:N,DThemeWhiteButtonLink:H,DThemeWhiteButtonPrimary:z,DThemeWhiteButtonRadioRight:O,DThemeWhiteButtonRadio:V,DThemeWhiteButtonSecondary:j,DThemeWhiteButtonSelect:si,DThemeWhiteButtonTime:wi,DThemeWhiteButton:U,DThemeWhiteCanvasContainer:J,DThemeWhiteCanvas:Z,DThemeWhiteChartAxisBase:on,DThemeWhiteChartAxisXDatetime:ln,DThemeWhiteChartAxisX:cn,DThemeWhiteChartAxisY:hn,DThemeWhiteChartCoordinateTick:sn,DThemeWhiteChartCoordinateTransform:dn,DThemeWhiteChartCoordinate:an,DThemeWhiteChartLegendItem:Dn,DThemeWhiteChartLegend:mn,DThemeWhiteChartOverview:Tn,DThemeWhiteChartPlotArea:pn,DThemeWhiteChartSelectionGridlineX:kn,DThemeWhiteChartSelectionGridlineY:yn,DThemeWhiteChartSelectionMarker:Cn,DThemeWhiteChartSelectionShape:wn,DThemeWhiteChart:$,DThemeWhiteColorRecent:Bn,DThemeWhiteColorStandard:xn,DThemeWhiteConstants:a,DThemeWhiteContent:hr,DThemeWhiteDiagramBase:vi,DThemeWhiteDiagramCanvasBase:xi,DThemeWhiteDiagramCanvasEditor:Fi,DThemeWhiteDiagramCanvas:Si,DThemeWhiteDiagramEditor:Ui,DThemeWhiteDiagram:Bi,DThemeWhiteDialogColorGradient:Mu,DThemeWhiteDialogColor:Wu,DThemeWhiteDialogConfirmDelete:Mc,DThemeWhiteDialogConfirmMessage:Xi,DThemeWhiteDialogConfirm:Ki,DThemeWhiteDialogDate:Au,DThemeWhiteDialogDatetime:fi,DThemeWhiteDialogFittedContent:Vn,DThemeWhiteDialogFitted:An,DThemeWhiteDialogInputBoolean:Yn,DThemeWhiteDialogInputInteger:Xn,DThemeWhiteDialogInputReal:Zn,DThemeWhiteDialogInputText:Qn,DThemeWhiteDialogInput:qn,DThemeWhiteDialogLayeredContent:Gn,DThemeWhiteDialogLayeredFooter:qi,DThemeWhiteDialogLayeredHeaderButtonClose:zi,DThemeWhiteDialogLayeredHeaderSeparator:Oi,DThemeWhiteDialogLayeredHeader:Hi,DThemeWhiteDialogLayered:Nn,DThemeWhiteDialogMessage:eo,DThemeWhiteDialogProcessingMessage:io,DThemeWhiteDialogProcessing:oo,DThemeWhiteDialogSaveAs:ho,DThemeWhiteDialogSelectListItem:mi,DThemeWhiteDialogSelectList:di,DThemeWhiteDialogSelect:Di,DThemeWhiteDialogTime:ki,DThemeWhiteDialog:Un,DThemeWhiteDropdownBase:tt,DThemeWhiteDropdown:et,DThemeWhiteExpandableHeader:ot,DThemeWhiteExpandable:ut,DThemeWhiteExpandables:ye,DThemeWhiteFont:s,DThemeWhiteHtmlElement:st,DThemeWhiteImageBase:C,DThemeWhiteImage:it,DThemeWhiteIndicatorProcess:vc,DThemeWhiteInputAndLabel:Tt,DThemeWhiteInputBooleanButtonOff:To,DThemeWhiteInputBooleanButtonOn:go,DThemeWhiteInputBoolean:Do,DThemeWhiteInputInput:Et,DThemeWhiteInputInteger:Pt,DThemeWhiteInputLabel:Nt,DThemeWhiteInputNumber:_t,DThemeWhiteInputReal:Rt,DThemeWhiteInputSearch:Vt,DThemeWhiteInputTextArea:te,DThemeWhiteInputText:Gt,DThemeWhiteInput:bt,DThemeWhiteLayoutBoard:ue,DThemeWhiteLayoutHorizontal:Dt,DThemeWhiteLayoutSpace:ie,DThemeWhiteLayoutVertical:zn,DThemeWhiteLayout:Rn,DThemeWhiteLink:yo,DThemeWhiteListItemAmbient:se,DThemeWhiteListItem:ae,DThemeWhiteListItems:he,DThemeWhiteList:le,DThemeWhiteMenuBarItem:De,DThemeWhiteMenuBar:me,DThemeWhiteMenuItemBase:pe,DThemeWhiteMenuItemCheck:be,DThemeWhiteMenuItemExpandableBody:ke,DThemeWhiteMenuItemExpandableHeader:Ie,DThemeWhiteMenuItemExpandableItemCheck:Ce,DThemeWhiteMenuItemExpandableItemLink:Se,DThemeWhiteMenuItemExpandableItemMenu:Ee,DThemeWhiteMenuItemExpandableItemSeparator:Le,DThemeWhiteMenuItemExpandableItemSpace:Fe,DThemeWhiteMenuItemExpandableItemText:Ue,DThemeWhiteMenuItemExpandable:we,DThemeWhiteMenuItemLink:xe,DThemeWhiteMenuItemMenu:Me,DThemeWhiteMenuItemSeparator:_e,DThemeWhiteMenuItemSpace:Pe,DThemeWhiteMenuItemText:We,DThemeWhiteMenuItem:ge,DThemeWhiteMenuSidedContent:Re,DThemeWhiteMenuSidedItemCheck:ze,DThemeWhiteMenuSidedItemExpandableItemCheck:Ve,DThemeWhiteMenuSidedItemExpandableItemLink:Oe,DThemeWhiteMenuSidedItemExpandableItemMenu:qe,DThemeWhiteMenuSidedItemExpandableItemSeparator:Ye,DThemeWhiteMenuSidedItemExpandableItemSpace:je,DThemeWhiteMenuSidedItemExpandableItemText:Xe,DThemeWhiteMenuSidedItemExpandable:Ge,DThemeWhiteMenuSidedItemLink:Ke,DThemeWhiteMenuSidedItemMenu:Ze,DThemeWhiteMenuSidedItemSeparator:Je,DThemeWhiteMenuSidedItemSpace:Qe,DThemeWhiteMenuSidedItemText:$e,DThemeWhiteMenuSided:He,DThemeWhiteMenu:Te,DThemeWhiteNoteError:Bo,DThemeWhiteNoteNoItemsFound:So,DThemeWhiteNoteSearching:Eo,DThemeWhiteNoteSmallError:Po,DThemeWhiteNoteSmallNoItemsFound:Fo,DThemeWhiteNoteSmallSearching:Uo,DThemeWhiteNoteSmall:Lo,DThemeWhiteNote:vo,DThemeWhitePaginationButtonLast:rr,DThemeWhitePaginationButtonNext:ur,DThemeWhitePaginationButtonPage:ir,DThemeWhitePaginationButtonPrevious:or,DThemeWhitePaginationButtonTop:cr,DThemeWhitePaginationDots:er,DThemeWhitePaginationPage:fr,DThemeWhitePagination:tr,DThemeWhitePane:fe,DThemeWhitePickerColorGradient:Eu,DThemeWhitePickerColor:ku,DThemeWhitePickerDatetimeButtonBack:Xu,DThemeWhitePickerDatetimeButtonDate:Ku,DThemeWhitePickerDatetimeButtonNext:Zu,DThemeWhitePickerDatetimeLabelDate:Qu,DThemeWhitePickerDatetimeLabel:Ju,DThemeWhitePickerDatetimeSpace:$u,DThemeWhitePickerTime:Ru,DThemeWhiteScrollBarThumb:sr,DThemeWhiteScrollBar:ar,DThemeWhiteSelectMultiple:Wr,DThemeWhiteSelect:pr,DThemeWhiteSliderHorizontal:Xr,DThemeWhiteSliderLabel:Kr,DThemeWhiteSliderThumb:Jr,DThemeWhiteSliderTrackHorizontal:$r,DThemeWhiteSliderTrackVertical:nu,DThemeWhiteSliderTrack:Qr,DThemeWhiteSliderValue:tu,DThemeWhiteSliderVertical:eu,DThemeWhiteSlider:jr,DThemeWhiteSliders:Zr,DThemeWhiteTableBodyCellActionDialog:Vo,DThemeWhiteTableBodyCellActionMenu:Oo,DThemeWhiteTableBodyCellActionPromise:Yo,DThemeWhiteTableBodyCellActions:zo,DThemeWhiteTableBodyCellButton:Xo,DThemeWhiteTableBodyCellCheck:Ko,DThemeWhiteTableBodyCellColor:Zo,DThemeWhiteTableBodyCellDate:Qo,DThemeWhiteTableBodyCellDatetime:nc,DThemeWhiteTableBodyCellIndex:ec,DThemeWhiteTableBodyCellInputInteger:rc,DThemeWhiteTableBodyCellInputReal:uc,DThemeWhiteTableBodyCellInputTextArea:oc,DThemeWhiteTableBodyCellInputText:ic,DThemeWhiteTableBodyCellInputTreeInput:fc,DThemeWhiteTableBodyCellInputTreeMarker:lc,DThemeWhiteTableBodyCellInputTree:cc,DThemeWhiteTableBodyCellLink:hc,DThemeWhiteTableBodyCellSelectDialog:Go,DThemeWhiteTableBodyCellSelectMenu:ac,DThemeWhiteTableBodyCellSelectMultiple:sc,DThemeWhiteTableBodyCellSelectPromise:qo,DThemeWhiteTableBodyCellTextArea:dc,DThemeWhiteTableBodyCellText:jo,DThemeWhiteTableBodyCellTime:Dc,DThemeWhiteTableBodyCellTree:Tc,DThemeWhiteTableBodyCellTrees:ou,DThemeWhiteTableBodyCells:Ro,DThemeWhiteTableBodyRow:gc,DThemeWhiteTableBody:Ho,DThemeWhiteTableCategoryCell:kc,DThemeWhiteTableCategory:bc,DThemeWhiteTableHeaderCell:wc,DThemeWhiteTableHeader:Wc,DThemeWhiteTableRow:pc,DThemeWhiteTable:Ao,DThemeWhiteTextBase:I,DThemeWhiteText:Ut,DThemeWhiteTreeItemButton:hu,DThemeWhiteTreeItemNonEditable:au,DThemeWhiteTreeItemText:lu,DThemeWhiteTreeItems:cu,DThemeWhiteTree:fu,DThemeWhiteView:mu,DThemeWhite:e,EThemeWhiteShapeActionValue:Gr,EThemeWhiteShapePointsFormatter:Mi,EThemeWhiteShape:qr,DThemeWhiteEnUsDiagramEditor:Ni,DThemeWhiteEnUsDialogConfirmDelete:Qi,DThemeWhiteEnUsDialogConfirmDiscard:no,DThemeWhiteEnUsDialogConfirm:Zi,DThemeWhiteEnUsDialogLayeredFooter:Yi,DThemeWhiteEnUsDialogMessage:ro,dThemeWhiteEnUsDialogProcessingMessage:co,DThemeWhiteEnUsDialogProcessing:fo,DThemeWhiteEnUsDialogSaveAs:ao,DThemeWhiteEnUsDialogSelect:Ti,DThemeWhiteEnUsIndicatorProcessing:Bc,DThemeWhiteEnUsInputBooleanButtonOff:po,DThemeWhiteEnUsInputBooleanButtonOn:Wo,DThemeWhiteEnUsLink:Io,DThemeWhiteEnUsNoteError:xo,DThemeWhiteEnUsNoteNoItemsFound:Mo,DThemeWhiteEnUsNoteSearching:_o,DThemeWhiteEnUsPickerColor:yu,DThemeWhiteEnUsPickerDate:ju,DThemeWhiteEnUsPickerDatetime:Yu,DThemeWhiteEnUsPickerTime:zu,EThemeWhiteEnUsShapePointsFormatter:Ei};Sc();var _c=window;_c.wcardinal=_c.wcardinal||{};var Lc=_c.wcardinal.ui=_c.wcardinal.ui||{},Pc=Ec;for(var Fc in Pc)Lc[Fc]=Pc[Fc]}(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)},T=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),p=function(){e.set("DBoard",T)};const g=wcardinal.ui.DAlignHorizontal,W=wcardinal.ui.DButtonBaseWhen,b=wcardinal.ui.DAlignVertical,w=wcardinal.ui.DAlignWith,k=wcardinal.ui.DDynamicTextStyleWordWrap,y=wcardinal.ui.toString;var I=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 y},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}(I),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),E=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),_=function(){e.set("DButtonCheckRight",E)},L=function(){e.set("DButtonCheck",M)},P=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),F=function(){e.set("DButtonDanger",P)},U=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}(U),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)},Y=function(){e.set("DButtonRadio",V)},j=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(v),X=function(){e.set("DButtonSecondary",j)},K=function(){e.set("DButton",U)},Z=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),J=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",J),e.set("DCanvas",Z)},$=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),Tn=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.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),yn=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 In=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 In;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",Tn),e.set("DChartPlotArea",pn),e.set("DChartSelectionGridlineX",kn),e.set("DChartSelectionGridlineY",yn),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,En=wcardinal.ui.DDialogAlign,_n=wcardinal.ui.DDialogCloseOn,Ln=wcardinal.ui.DDialogGestureMode,Pn=wcardinal.ui.DDialogMode,Fn=wcardinal.ui.DDialogState;var Un=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMode=function(){return Pn.MODAL},t.prototype.closeOn=function(n){switch(n){case Pn.MODAL:case Pn.MENU:return _n.ESC|_n.CLICK_OUTSIDE;case Pn.MODELESS:return _n.NONE}},t.prototype.isSticky=function(n){return!1},t.prototype.isGestureEnabled=function(n){switch(n){case Pn.MODAL:case Pn.MODELESS:return!0;case Pn.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 En.BOTTOM},t.prototype.newAnimation=function(n){switch(n){case Pn.MODAL:return new Mn;case Pn.MODELESS:case Pn.MENU:return null}},t.prototype.getBackgroundColor=function(n){return n.is(Fn.MENU)?a.BACKGROUND_COLOR_ON_BOARD:a.BACKGROUND_COLOR},t.prototype.getBorderColor=function(n){return n.is(Fn.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}(Un),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),Yn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),jn=function(){e.set("DDialogInputBoolean",Yn)},Xn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),Kn=function(){e.set("DDialogInputInteger",Xn)},Zn=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(qn),Jn=function(){e.set("DDialogInputReal",Zn)},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",Un)};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),Tt=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),pt=function(){e.set("DInputAndLabel",Tt)},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"),yt=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},It=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 It(n,Ct)},Bt="".concat(wt,"-before"),xt=function(n){return It(n,Bt)},St="".concat(wt,"-after"),Mt=function(n){return It(n,St)},Et=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getElementCreator=function(){return yt},t.prototype.getClipperCreator=function(){return vt},t.prototype.getBeforeCreator=function(){return xt},t.prototype.getAfterCreator=function(){return Mt},t}(bt),_t=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}(Et),Lt=function(n){var t=parseInt(n,10);return t==t?t:0},Pt=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getEditingUnformatter=function(){return Lt},t}(_t),Ft=function(){e.set("DInputInteger",Pt)},Ut=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}(I),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}(Ut),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}(_t),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}(Et);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",Yt="".concat(qt,"-element"),jt=function(n){var t=n.getElementsByClassName(Yt);if(0<t.length)return t[0];var e=document.createElement("textarea");return e.setAttribute("spellcheck","false"),e.setAttribute("class",Yt),n.appendChild(e),e},Xt=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},Kt="".concat(qt,"-clipper"),Zt=function(n){return Xt(n,Kt)},Jt="".concat(qt,"-before"),Qt=function(n){return Xt(n,Jt)},$t="".concat(qt,"-after"),ne=function(n){return Xt(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 jt},t.prototype.getClipperCreator=function(){return Zt},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.getInteractive=function(){return i.CHILDREN},t.prototype.newState=function(t){n.prototype.newState.call(this,t),t.isFocusable=!1},t}(m),ie=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),oe=function(){e.set("DLayout",Rn),e.set("DLayoutHorizontal",Dt),e.set("DLayoutSpace",ie),e.set("DLayoutVertical",zn),e.set("DLayoutBoard",ue)};const ce=wcardinal.ui.UtilGestureMode;var fe=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 ce.TOUCH},t}(m),le=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}(fe),he=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.T=1,this.p=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.T=a.INVALID_ALPHA,this.p=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.p: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.T: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}(),ae=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 he(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),se=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newStyle=function(){return new he(null,!1,!0)},t}(ae),de=function(){e.set("DListItemAmbient",se),e.set("DListItem",ae),e.set("DList",le)},me=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),De=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}(U),Te=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),ge=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),We=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}(ge);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 be=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}(We),we=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),ke=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),ye=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}();ye.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?ye.getImageOpened():ye.getImageClosed()},t.prototype.getImageAlignWith=function(){return w.BORDER},t.prototype.getImageMarginHorizontal=function(){return 7},t}(pe),Ce=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}(be);const ve=wcardinal.ui.DBaseState,Be=wcardinal.ui.DThemes;var xe=function(n){function t(){var t=n.call(this)||this;return t.M=Be.getInstance().get("DLink"),t}return u(t,n),t.prototype.getImageSource=function(n){return n.is(ve.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}(We),Se=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}(xe);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 Me=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}(ge),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}(Me),_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),Le=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),Pe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(ie),Fe=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}(Pe),Ue=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}(We),Ne=function(){e.set("DMenu",Te),e.set("DMenuItem",ge),e.set("DMenuItemCheck",be),e.set("DMenuItemLink",xe),e.set("DMenuItemMenu",Me),e.set("DMenuItemSeparator",_e),e.set("DMenuItemSpace",Pe),e.set("DMenuItemText",We),e.set("DMenuItemExpandableBody",ke),e.set("DMenuItemExpandableHeader",Ie),e.set("DMenuItemExpandableItemCheck",Ce),e.set("DMenuItemExpandableItemLink",Se),e.set("DMenuItemExpandableItemMenu",Ee),e.set("DMenuItemExpandableItemSeparator",Le),e.set("DMenuItemExpandableItemSpace",Fe),e.set("DMenuItemExpandableItemText",Ue),e.set("DMenuItemExpandable",we)},Ae=function(){e.set("DMenuBarItem",De),e.set("DMenuBar",me),Ne()},He=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}(fe),Re=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),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}(we),Ve=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Ce),Oe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Se),qe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Ee),Ye=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Le),je=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Fe),Xe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Ue),Ke=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(xe),Ze=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Me),Je=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(_e),Qe=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Pe),$e=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(We),nr=function(){e.set("DMenuSided",He),e.set("DMenuSidedContent",Re),e.set("DMenuSidedItemCheck",ze),e.set("DMenuSidedItemLink",Ke),e.set("DMenuSidedItemMenu",Ze),e.set("DMenuSidedItemSeparator",Je),e.set("DMenuSidedItemSpace",Qe),e.set("DMenuSidedItemText",$e),e.set("DMenuSidedItemExpandable",Ge),e.set("DMenuSidedItemExpandableItemCheck",Ve),e.set("DMenuSidedItemExpandableItemLink",Oe),e.set("DMenuSidedItemExpandableItemMenu",qe),e.set("DMenuSidedItemExpandableItemSeparator",Ye),e.set("DMenuSidedItemExpandableItemSpace",je),e.set("DMenuSidedItemExpandableItemText",Xe)},tr=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 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.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 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_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 ur=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),ir=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 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_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 cr=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),fr=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),lr=function(){e.set("DPagination",tr),e.set("DPaginationPage",fr),e.set("DPaginationDots",er),e.set("DPaginationButtonLast",rr),e.set("DPaginationButtonNext",ur),e.set("DPaginationButtonPage",ir),e.set("DPaginationButtonPrevious",or),e.set("DPaginationButtonTop",cr)},hr=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),ar=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),sr=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),dr=function(){e.set("DScrollBar",ar),e.set("DScrollBarThumb",sr)},mr=function(){e.set("DPane",fe),e.set("DContent",hr),dr()};const Dr=wcardinal.ui.isString;var Tr=function(n){if(n){var t=n.text.value;if(Dr(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 Tr},t.prototype.newTextValue=function(){return null},t}(tt),gr=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(Dr(o))t+=e+o,e=", ";else if(null!=o){var c=o(i.state);null!=c&&(t+=e+c,e=", ")}}return t}return""},Wr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return gr},t.prototype.newTextValue=function(){return[]},t}(tt),br=function(){e.set("DSelectMultiple",Wr),e.set("DSelect",pr),rt()};const wr=wcardinal.ui.EShapeActionMiscExtensions,kr=wcardinal.ui.EShapeActionOpenDialogExtensions,yr=wcardinal.ui.EShapeActionOpenExtensions,Ir=wcardinal.ui.EShapeActionValueBlinkType,Cr=wcardinal.ui.EShapeActionValueChangeColorTarget,vr=wcardinal.ui.EShapeActionValueChangeColorType,Br=wcardinal.ui.EShapeActionValueChangeTextType,xr=wcardinal.ui.EShapeActionValueGestureOperationType,Sr=wcardinal.ui.EShapeActionValueGestureType,Mr=wcardinal.ui.EShapeActionValueMiscType,Er=wcardinal.ui.EShapeActionValueOnInputAction,_r=wcardinal.ui.EShapeActionValueOpenDialogType,Lr=wcardinal.ui.EShapeActionValueOpenType,Pr=wcardinal.ui.EShapeActionValueOpetyped,Fr=wcardinal.ui.EShapeActionValueShowHideType,Ur=wcardinal.ui.EShapeActionValueSubtyped,Nr=wcardinal.ui.EShapeActionValueTransformMoveType,Ar=wcardinal.ui.EShapeActionValueTransformResizeType,Hr=wcardinal.ui.EShapeActionValueTransformRotateType,Rr=wcardinal.ui.EShapeActionValueTransformType,zr=wcardinal.ui.EShapeActionValueType;var Gr=function(){function n(){}return n.prototype.toLabel=function(n){var t=n.type;if(n instanceof Ur){var e,r=n.subtype;if(n instanceof Pr){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 zr.SHOW_HIDE:return"".concat(r,": ").concat(this.toShowHideTypeLabel(t));case zr.BLINK:return"".concat(r,": ").concat(this.toBlinkTypeLabel(t));case zr.CHANGE_COLOR:case zr.CHANGE_COLOR_LEGACY:return"".concat(r,": ").concat(this.toChangeColorTypeLabel(t));case zr.CHANGE_TEXT:return"".concat(r,": ").concat(this.toChangeTextTypeLabel(t));case zr.OPEN:return"".concat(r,": ").concat(this.toOpenTypeLabel(t));case zr.GESTURE:return"".concat(r,": ").concat(this.toGestureTypeLabel(t));case zr.MISC:return"".concat(r,": ").concat(this.toMiscTypeLabel(t))}return null},n.prototype.toOpetypedLabel=function(n,t,e,r){switch(n){case zr.TRANSFORM:var u=this.toTransformTypeLabel(t);switch(t){case Rr.ROTATE:return"".concat(u,": ").concat(this.toTransformRotateTypeLabel(e));case Rr.MOVE:return"".concat(u,": ").concat(this.toTransformMoveTypeLabel(e));case Rr.RESIZE:return"".concat(u,": ").concat(this.toTransformResizeTypeLabel(e))}}return null},n.prototype.toTypeLabel=function(n){switch(n){case zr.SHOW_HIDE:return"Show / hide";case zr.BLINK:return"Blink";case zr.TRANSFORM:return"Transform";case zr.OPEN:return"Open";case zr.CHANGE_COLOR:case zr.CHANGE_COLOR_LEGACY:return"Change color";case zr.CHANGE_TEXT:return"Change text";case zr.CHANGE_CURSOR:return"Change cursor";case zr.EMIT_EVENT:return"Emit an event";case zr.GESTURE:return"Gesture";case zr.MISC:return"Misc.";default:return zr.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 Ir.VISIBILITY:return"Visibility";case Ir.BRIGHTEN:return"Brighten";case Ir.DARKEN:return"Darken";case Ir.OPACITY:return"Opacity";case Ir.COLOR_FILL:return"Fill";case Ir.COLOR_STROKE:return"Stroke"}},n.prototype.toShowHideTypeLabel=function(n){switch(n){case Fr.SHAPE_SHOW:return"Show";case Fr.SHAPE_HIDE:return"Hide";case Fr.SHAPE:return"Shape";case Fr.LAYER:return"Layer"}},n.prototype.toTransformTypeLabel=function(n){switch(n){case Rr.RESIZE:return"Resize";case Rr.MOVE:return"Move";case Rr.ROTATE:return"Rotate"}},n.prototype.toTransformRotateTypeLabel=function(n){switch(n){case Hr.RELATIVE:return"Relative";case Hr.ABSOLUTE:return"Absolute"}},n.prototype.toTransformMoveTypeLabel=function(n){switch(n){case Nr.RELATIVE_X:return"Relative X";case Nr.RELATIVE_Y:return"Relative Y";case Nr.ABSOLUTE_X:return"Absolute X";case Nr.ABSOLUTE_Y:return"Absolute Y";case Nr.FORWARD_OR_BACKWARD:return"Forward / backward";case Nr.LEFT_OR_RIGHT:return"Left / right"}},n.prototype.toTransformResizeTypeLabel=function(n){switch(n){case Ar.ABSOLUTE_SIZE:return"Height & width";case Ar.RELATIVE_SIZE:return"Height & width (%)";case Ar.ABSOLUTE_HEIGHT:return"Height";case Ar.RELATIVE_HEIGHT:return"Height (%)";case Ar.ABSOLUTE_WIDTH:return"Width";case Ar.RELATIVE_WIDTH:return"Width (%)"}},n.prototype.toChangeColorTypeLabel=function(n){if(n===vr.NONE)return"None";var t="",e="";return n&vr.FILL&&(t+=e+"Fill",e=", "),n&vr.STROKE&&(t+=e+"Stroke",e=", "),n&vr.TEXT&&(t+=e+"Text",e=", "),n&vr.TEXT_OUTLINE&&(t+=e+"Text outline"),t},n.prototype.toChangeColorTargetLabel=function(n){switch(n){case Cr.COLOR_AND_ALPHA:return"Color";case Cr.COLOR:return"RGB";case Cr.ALPHA:return"Alpha";case Cr.CODE:return"Dynamic color";case Cr.BRIGHTNESS:return"Brightness"}},n.prototype.toChangeTextTypeLabel=function(n){switch(n){case Br.TEXT:return"Text";case Br.NUMBER:return"Number"}},n.prototype.toOpenTypeLabel=function(n){switch(n){case Lr.DIAGRAM_LEGACY:return"Diagram";case Lr.PAGE_LEGACY:return"Page (New window)";case Lr.PAGE_INPLACE_LEGACY:return"Page (In-place)";case Lr.DIALOG_TEXT:return"Dialog (Text)";case Lr.DIALOG_INTEGER:return"Dialog (Integer)";case Lr.DIALOG_REAL:return"Dialog (Real)";case Lr.DIALOG_BOOLEAN:return"Dialog (Boolean)";case Lr.DIALOG_DATE:return"Dialog (Date)";case Lr.DIALOG_TIME:return"Dialog (Time)";case Lr.DIALOG_DATETIME:return"Dialog (Datetime)";case Lr.DIAGRAM:return"Diagram";case Lr.PAGE:return"Page";case Lr.DIALOG:return"Dialog";default:if(Lr.EXTENSION<=n){var t=yr.get(n);return t?t.label:"Extension"}return"Unknown"}},n.prototype.toOpenDialogTypeLabel=function(n){switch(n){case _r.TEXT:return"Text";case _r.INTEGER:return"Integer";case _r.REAL:return"Real";case _r.BOOLEAN:return"Boolean";case _r.DATE:return"Date";case _r.TIME:return"Time";case _r.DATETIME:return"Datetime";default:if(_r.EXTENSION<=n){var t=kr.get(n);return t?t.label:"Extension"}return"Unknown"}},n.prototype.toGestureTypeLabel=function(n){switch(n){case Sr.SHAPE:return"Shape";case Sr.LAYER:return"Layer"}},n.prototype.toGestureOperationTypeLabel=function(n){switch(n){case xr.DRAG:return"Drag";case xr.PINCH:return"Pinch"}return"Unknown"},n.prototype.toMiscTypeLabel=function(n){switch(n){case Mr.INPUT_TEXT:return"Input (Text)";case Mr.INPUT_INTEGER:return"Input (Integer)";case Mr.INPUT_REAL:return"Input (Real)";case Mr.EMIT_EVENT:return this.toOnInputActionLabel(Er.EMIT_EVENT);case Mr.WRITE_BOTH:return this.toOnInputActionLabel(Er.WRITE_BOTH);case Mr.WRITE_LOCAL:return this.toOnInputActionLabel(Er.WRITE_LOCAL);case Mr.WRITE_REMOTE:return this.toOnInputActionLabel(Er.WRITE_REMOTE);case Mr.HTML_ELEMENT:return"HTML element";case Mr.HTML_ELEMENT_WITHOUT_POINTER_EVENTS:return"HTML element (No pointer events)";case Mr.SHOW_HIDE_LAYER:return"Show / hide layers";case Mr.GESTURE_LAYER:return"Layer gesture";case Mr.GESTURE:return"Gesture";case Mr.EXECUTE:return"Execute";default:if(Mr.EXTENSION<=n){var t=wr.get(n);return t?t.label:"Extension"}return"Unknown"}},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 Er.EMIT_EVENT:return"Emit event";case Er.WRITE_BOTH:return"Write (Both)";case Er.WRITE_LOCAL:return"Write (Local)";case Er.WRITE_REMOTE:return"Write (Remote)"}},n}(),Vr=function(){e.set("EShapeActionValue",Gr)};const Or=wcardinal.ui.EShapeStrokeSide;var qr=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 Or.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}(),Yr=function(){e.set("EShape",qr)},jr=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),Xr=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}(jr),Kr=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}(I),Zr=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 Jr=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 Zr.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}(U),Qr=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Zr.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}(U),$r=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}(Qr),nu=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}(Qr),tu=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}(I),eu=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}(jr),ru=function(){e.set("DSlider",jr),e.set("DSliderValue",tu),e.set("DSliderLabel",Kr),e.set("DSliderThumb",Jr),e.set("DSliderVertical",eu),e.set("DSliderHorizontal",Xr),e.set("DSliderTrack",Qr),e.set("DSliderTrackVertical",nu),e.set("DSliderTrackHorizontal",$r)},uu=function(){e.set("DText",Ut)};const iu=wcardinal.ui.DTableState;var ou=function(){function n(){}return n.init=function(){ye.init()},n.getImageSource=function(n){return n.is(iu.HAS_CHILDREN)?n.is(iu.OPENED)?ye.getImageOpened():ye.getImageClosed():null},n}();ou.init();var cu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getSecondaryImageSource=function(n){return ou.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}(he),fu=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 cu(null,!0,!1)},t.prototype.getBackgroundColor=function(n){return a.BACKGROUND_COLOR_ON_BOARD},t}(fe),lu=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 cu(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),hu=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}(lu);ou.init();var au=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}(hu),su=function(){e.set("DTree",fu),e.set("DTreeItemText",lu),e.set("DTreeItemButton",hu),e.set("DTreeItemNonEditable",au)};const du=wcardinal.ui.UtilGestureModifier;var mu=function(){function n(){}return n.prototype.isWheelZoomEnabled=function(){return!0},n.prototype.getWheelZoomSpeed=function(){return.004},n.prototype.getWheelZoomModifier=function(){return du.NOT_NONE},n.prototype.isWheelTranslationEnabled=function(){return!0},n.prototype.getWheelTranslationSpeed=function(){return 2.24},n.prototype.getWheelTranslationModifier=function(){return du.NONE},n.prototype.isDblClickZoomEnabled=function(){return!0},n.prototype.getDblClickZoomSpeed=function(){return 2},n.prototype.getDblClickZoomModifier=function(){return du.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 ce.ON},n.prototype.getGestureModifier=function(){return du.NONE},n.prototype.getGestureDuration=function(){return 1},n}(),Du=function(){e.set("DView",mu)},Tu=function(){Be.setDefaultThemeClass(e)},pu=function(n,t,e,r,u,i,o,c){var f=null!=o?o:0,l=.5*f,h=Math.max(0,3-l),a=e-f-h-h,s=r-f-h-h;return t+=l,'<path d="M'.concat(n+=l+h,",").concat(t," h").concat(a," a").concat(h,",").concat(h," 0 0 1 ").concat(h,",").concat(h," v").concat(s," a").concat(h,",").concat(h," 0 0 1 -").concat(h,",").concat(h," h-").concat(a," a").concat(h,",").concat(h," 0 0 1 -").concat(h,",-").concat(h," v-").concat(s," a").concat(h,",").concat(h," 0 0 1 ").concat(h,",-").concat(h,'z" fill="').concat(u,'"')+(i?' stroke="'.concat(i,'"'):"")+(null!=o?' stroke-width="'.concat(o,'"'):"")+(null!=c?' stroke-opacity="'.concat(c,'"'):"")+" />"};t.add("button_color_sample",21,21,pu(3,3,15,15,"#fff","#eee",1));var gu=function(n){return"#".concat(h.toCode(n.color)," A").concat(n.alpha.toFixed(2))},Wu=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getImageTintColor=function(n){return 16777215},e.prototype.getImageSource=function(n){return t.mappings.button_color_sample},e.prototype.getTextFormatter=function(){return gu},e.prototype.newTextValue=function(){return{color:16777215,alpha:1}},e}(U),bu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An);const wu=wcardinal.ui.DColorType;var ku=!1,yu=function(n,t,e,r,u){return function(n,t,e,r,u,i,o){var c="";return ku||(ku=!0,c='<defs><pattern id="rounded-checkerboard-pattern" patternUnits="userSpaceOnUse" width="18" height="18">'+'<rect x="0" y="0" width="9" height="9" fill="'.concat(e,'" />')+'<rect x="9" y="0" width="9" height="9" fill="'.concat(r,'" />')+'<rect x="0" y="9" width="9" height="9" fill="'.concat(r,'" />')+'<rect x="9" y="9" width="9" height="9" fill="'.concat(e,'" />')+"</pattern></defs>"),c+pu(0,0,n,t,"url(#rounded-checkerboard-pattern)",u,i,o)}(n,t,"#bfbfbf","#a5a5a5",e,r,u)};t.add("picker_color_main",234,162,'<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>'+pu(0,0,234,162,"url(#fs7w3iusfdnb)")+pu(0,0,234,162,"url(#2rfcfe9874bw)")+"</g>"),t.add("picker_color_main_base",234,162,'<rect x="0" y="0" width="236" height="164" fill="#fff" />'),t.add("picker_color_alpha_checkerboard",234,18,yu(234,18)),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>'+pu(0,0,234,18,"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",18,18,yu(18,18)),t.add("picker_color_recent",18,18,pu(0,0,18,18,"#fff","#eee",1)),t.add("picker_color_sample_checkerboard",42,66,yu(42,66,"#fff",1,0)),t.add("picker_color_sample",42,66,pu(0,0,42,66,"#fff","#eee",1)),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,pu(0,0,18,18,"#fff","#eee",1));var Iu=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 18},e.prototype.getSampleWidth=function(){return 42},e.prototype.getSampleHeight=function(){return 66},e.prototype.getSampleMargin=function(){return this.getBaseMargin()},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),Cu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.toColorTypeLabel=function(n){switch(n){case wu.STANDARD:return"Standard";case wu.CUSTOM:return"Custom"}},t}(Iu),vu=function(){e.set("DPickerColor",Cu)},Bu=function(){e.set("DDialogColor",bu),vu()},xu=function(){e.set("DButtonColor",Wu),Bu()};const Su=wcardinal.ui.DColorGradientObservable;t.add("button_color_gradient_sample",21,21,pu(3,3,15,15,"#fff","#eee",1));var Mu=function(){return""},Eu=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 Mu},e.prototype.newTextValue=function(){return new Su},e.prototype.getCheckerColors=function(){return[.75,.65]},e}(U),_u=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An),Lu=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),Pu=function(){e.set("DPickerColorGradient",Lu),vu()},Fu=function(){e.set("DDialogColorGradient",_u),Pu()},Uu=function(){e.set("DButtonColorGradient",Eu),Fu()};const Nu=wcardinal.ui.DPickerDates;var Au=function(n){return Nu.format(n)},Hu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return Au},t.prototype.newTextValue=function(){return new Date},t}(U),Ru=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An);const zu=wcardinal.ui.DPickerDatetimeMask;var Gu=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 zu.HOURS|zu.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),Vu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHoursOptions=function(){return{width:100,title:"Hours"}},t.prototype.getMinutesOptions=function(){return{width:100,title:"Minutes"}},t.prototype.getSecondsOptions=function(){return{width:100,title:"Seconds"}},t}(Gu),Ou=["January","February","March","April","May","June","July","August","September","October","November","December"],qu=["Su","Mo","Tu","We","Th","Fr","Sa"],Yu=function(n){return"".concat(Ou[n.getMonth()]," ").concat(n.getFullYear())},ju=function(){},Xu=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDayLabels=function(){return qu},t.prototype.getLabelFormatter=function(){return Yu},t.prototype.getDateDecorator=function(){return ju},t.prototype.getBackButtonOptions=function(){return{title:"Previous"}},t.prototype.getNextButtonOptions=function(){return{title:"Next"}},t.prototype.getDayStart=function(){return 0},t.prototype.getMask=function(){return zu.DATE|n.prototype.getMask.call(this)},t}(Vu),Ku=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMask=function(){return zu.DATE},t}(Xu);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 Zu=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),Ju=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 Qu=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),$u=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}(Ut),ni=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}(Ut),ti=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),ei=function(){e.set("DPickerTime",Vu)},ri=function(){e.set("DPickerDatetimeButtonBack",Zu),e.set("DPickerDatetimeButtonDate",Ju),e.set("DPickerDatetimeButtonNext",Qu),e.set("DPickerDatetimeLabelDate",ni),e.set("DPickerDatetimeLabel",$u),e.set("DPickerDatetimeSpace",ti),e.set("DPickerDatetime",Xu),ei()},ui=function(){e.set("DPickerDate",Ku),ri()},ii=function(){e.set("DDialogDate",Ru),ui()},oi=function(){e.set("DButtonDate",Hu),ii()};const ci=wcardinal.ui.DPickerDatetimes;var fi=function(n,t){return ci.format(n,t.getDatetimeMask())},li=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return fi},t.prototype.newTextValue=function(){return new Date},t}(U),hi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An),ai=function(){e.set("DDialogDatetime",hi),ri()},si=function(){e.set("DButtonDatetime",li),ai()};const di=wcardinal.ui.toLabel;var mi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return di},t.prototype.newTextValue=function(){return null},t}(U),Di=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}(le),Ti=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newStyle=function(){return new he(null,!1,!0)},t.prototype.getCornerMask=function(){return c.NONE},t}(ae),pi=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),gi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getDismissLabel=function(){return"None"},t.prototype.getCategoryDismissLabel=function(){return"All"},t}(pi),Wi=function(){e.set("DDialogSelect",gi),e.set("DDialogSelectList",Di),e.set("DDialogSelectListItem",Ti)},bi=function(){e.set("DButtonSelect",mi),Wi()};const wi=wcardinal.ui.DPickerTimes;var ki=function(n,t){return wi.format(n,t.getDatetimeMask())},yi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextFormatter=function(){return ki},t.prototype.newTextValue=function(){return new Date},t}(U),Ii=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(An),Ci=function(){e.set("DDialogTime",Ii),ei()},vi=function(){e.set("DButtonTime",yi),Ci()},Bi=function(){x(),_(),L(),Uu(),xu(),bi(),F(),oi(),si(),A(),R(),G(),q(),Y(),X(),vi(),K()},xi=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}(J),Si=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(xi),Mi=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}(Z),Ei=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}(Mi),_i=function(){},Li=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getCurveSplineLabel=function(){return"Spline Curve"},t.prototype.getCurveBezierQuadraticLabel=function(){return"Quadratic Bezier Curve"},t}(_i),Pi=function(){e.set("EShapePointsFormatter",Li)},Fi=function(){e.set("DDiagram",Si),e.set("DDiagramCanvas",Ei),Pi(),Yr()},Ui=function(n,t,e,r){var u=Math.max(t,e);if(0<n){n*=function(n){if(n<=0||1<=n)return 1;var t=1/n;return t|=t>>1,t|=t>>2,t|=t>>4,t|=t>>8,t|=t>>16,(t|=t>>32)-(t>>1)}(r);for(var i=u/1e3,o=0;o<10&&n<i;++o)n*=10;if(i<=n)return n}return u},Ni=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 Ui},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}(Mi),Ai=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}(xi),Hi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBaseLayerLabel=function(){return"Base Layer"},t}(Ai),Ri=function(){e.set("DDiagramEditor",Hi),e.set("DDiagramCanvasEditor",Ni),Vr(),Pi(),Yr()},zi=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 Gi=function(n,t){return n-34},Vi=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return u(e,n),e.prototype.getX=function(){return Gi},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),Oi=function(n){return n-1},qi=function(n){return n-16},Yi=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 Oi},t.prototype.getWidth=function(){return qi},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),ji=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),Xi=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"Cancel"},t}(ji),Ki=function(){e.set("DDialogLayeredContent",Gn),e.set("DDialogLayeredFooter",Xi),e.set("DDialogLayeredHeaderButtonClose",Vi),e.set("DDialogLayeredHeaderSeparator",Yi),e.set("DDialogLayeredHeader",zi),e.set("DDialogLayered",Nn)},Zi=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),Ji=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMessage=function(){return""},t}(Nn),Qi=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFooter=function(){return{button:{ok:"Yes",cancel:"No"}}},t}(Ji),$i=function(){e.set("DDialogConfirm",Qi),e.set("DDialogConfirmMessage",Zi)},no=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMessage=function(){return"Are you sure you want to delete this data?"},t}(Qi),to=function(){e.set("DDialogConfirmDelete",no)},eo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getMessage=function(){return"Your changes have not been saved.\nDo you want to discard the changes and continue?"},t}(Qi),ro=function(){e.set("DDialogConfirmDiscard",eo)},uo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Ji),io=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}(uo),oo=function(){e.set("DDialogMessage",io)};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 co=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}(Zi),fo=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}(Ji),lo=function(n){return n.isSucceeded?"Processed successfully":n.isFailed?"Failed to process the request":"Processing..."},ho=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 lo},t}(fo),ao=function(){e.set("DDialogProcessing",ho),e.set("DDialogProcessingMessage",co)},so=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Qn),mo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFooter=function(){return{button:{ok:"Save",cancel:null}}},t}(so),Do=function(){e.set("DDialogSaveAs",mo)},To=function(){Fu(),Bu(),to(),ro(),$i(),ii(),ai(),On(),jn(),Kn(),Jn(),$n(),Ki(),oo(),ao(),Do(),Wi(),Ci(),nt()},po=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),go=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isToggle=function(){return!0},t}(U),Wo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"OFF"},t}(go),bo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.isToggle=function(){return!0},t}(U),wo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"ON"},t}(bo),ko=function(){e.set("DInputBoolean",po),e.set("DInputBooleanButtonOn",wo),e.set("DInputBooleanButtonOff",Wo)},yo=function(){pt(),ko(),Ft(),At(),zt(),Ot(),ee(),re()};const Io=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 Co=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:Io.OPEN_LINK,text:{value:this.getLabelOpenLink()}},{value:Io.OPEN_LINK_IN_NEW_WINDOW,text:{value:this.getLabelOpenLinkInNewWindow()}},{value:Io.COPY_LINK_ADDRESS,text:{value:this.getLabelCopyLinkAddress()}}]}},n}(),vo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getLabelOpenLink=function(){return"Open"},t.prototype.getLabelOpenLinkInNewWindow=function(){return"Open in New Window"},t.prototype.getLabelCopyLinkAddress=function(){return"Copy Link Address"},t}(Co),Bo=function(){e.set("DLink",vo)},xo=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),So=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(xo),Mo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"Something went wrong"},t}(So),Eo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(xo),_o=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"No items found"},t}(Eo),Lo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(xo),Po=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newTextValue=function(){return"Searching"},t}(Lo),Fo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getFontSize=function(){return 18},t}(xo),Uo=function(n){function t(){var t=n.call(this)||this;return t._=Be.get("DNoteError"),t}return u(t,n),t.prototype.newTextValue=function(){return this._.newTextValue()},t}(Fo),No=function(n){function t(){var t=n.call(this)||this;return t._=Be.get("DNoteNoItemsFound"),t}return u(t,n),t.prototype.newTextValue=function(){return this._.newTextValue()},t}(Fo),Ao=function(n){function t(){var t=n.call(this)||this;return t._=Be.get("DNoteSearching"),t}return u(t,n),t.prototype.newTextValue=function(){return this._.newTextValue()},t}(Fo),Ho=function(){e.set("DNote",xo),e.set("DNoteError",Mo),e.set("DNoteNoItemsFound",_o),e.set("DNoteSearching",Po),e.set("DNoteSmallError",Uo),e.set("DNoteSmallNoItemsFound",No),e.set("DNoteSmallSearching",Ao)},Ro=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}(fe),zo=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),Go=function(){function n(){}var t;return n.getBackgroundColor=function(n){return n.inDisabled?n.is(iu.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(iu.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(iu.FROZEN_END)?this.BORDER_COLOR_FROZEN:this.BORDER_COLOR},n.getBorderMask=function(n){return n.is(iu.END)?o.ALL:o.NOT_RIGHT},n.getColor=function(n){return a.COLOR},n.getAlpha=function(n){return n.in(iu.HAS_DATA)?n.inEnabled?1:.5: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}(),Vo=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 Go.getImageTintColor(n,!0)},n}(),Oo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t.prototype.isSyncEnabled=function(){return!0},t.prototype.newTextValue=function(){return null},t}(U);Vo.init();var qo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageTintColor=function(n){return Vo.getImageTintColor(n)},t.prototype.getImageSource=function(n){return Vo.getImageSource(n)},t.prototype.isSyncEnabled=function(){return!1},t}(Oo);Vo.init();var Yo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.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 Vo.getImageTintColor(n)},t.prototype.getImageSource=function(n){return Vo.getImageSource(n)},t}(et),jo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t.prototype.isSyncEnabled=function(){return!0},t.prototype.newTextValue=function(){return null},t}(U);Vo.init();var Xo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getImageTintColor=function(n){return Vo.getImageTintColor(n)},t.prototype.getImageSource=function(n){return Vo.getImageSource(n)},t.prototype.isSyncEnabled=function(){return!1},t}(jo),Ko=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t.prototype.getImageTintColor=function(n){return Go.getImageTintColor(n)},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.newTextValue=function(){},t}(C),Zo=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}(Ko),Jo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getImageTintColor=function(n){return Go.getImageTintColor(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t}(M),Qo=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t}(Wu),$o=function(n){return Nu.format(n)},nc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t.prototype.getTextFormatter=function(){return $o},t.prototype.newTextValue=function(){return new Date},t}(U),tc=function(n,t){return ci.format(n,t.getDatetimeMask())},ec=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t.prototype.getTextFormatter=function(){return tc},t.prototype.newTextValue=function(){return new Date},t}(U),rc=function(n){return String(Number(n)+1)},uc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t.prototype.getTextFormatter=function(){return rc},t.prototype.newTextValue=function(){return 0},t}(C),ic=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 Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t}(Pt),oc=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 Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t}(Rt),cc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t}(Gt),fc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t}(te);ou.init();var lc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getHeight=function(){return Go.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),hc=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 Go.getHeight()},t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t.prototype.getPaddingLeft=function(){return 0},t}(Gt),ac=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 Go.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 Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t.prototype.getImageAlignWith=function(){return w.BORDER},t.prototype.getImageAlignHorizontal=function(){return g.RIGHT},t.prototype.getImageSource=function(n){return ou.getImageSource(n)},t.prototype.getImageTintColor=function(n){return this.getColor(n)},t.prototype.getImageTintAlpha=function(n){return.5*this.getAlpha(n)},t}(v),sc=function(n){function t(){var t=n.call(this)||this;return t.M=Be.getInstance().get("DLink"),t}return u(t,n),t.prototype.getImageTintColor=function(n){return Go.getImageTintColor(n,!0)},t.prototype.getImageSource=function(n){return this.M.getImageSource(n)},t}(Zo),dc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t.prototype.getSecondaryImageSource=function(n){return null},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t}(pr),mc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t.prototype.getSecondaryImageSource=function(n){return null},t.prototype.getPaddingLeft=function(){return 10},t.prototype.getPaddingRight=function(){return 10},t}(Wr),Dc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getTextAlignVertical=function(){return b.TOP},t}(Ko),Tc=function(n,t){return wi.format(n,t.getDatetimeMask())},pc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.getBackgroundColor=function(n){return Go.getBackgroundColor(n)},t.prototype.getBackgroundAlpha=function(n){return Go.getBackgroundAlpha(n)},t.prototype.getBorderColor=function(n){return Go.getBorderColor(n)},t.prototype.getBorderMask=function(n){return Go.getBorderMask(n)},t.prototype.getColor=function(n){return Go.getColor(n)},t.prototype.getAlpha=function(n){return Go.getAlpha(n)},t.prototype.getHeight=function(){return Go.getHeight()},t.prototype.getCornerMask=function(){return Go.getCornerMask()},t.prototype.getTextFormatter=function(){return Tc},t.prototype.newTextValue=function(){return new Date},t}(U);ou.init();var gc=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 ou.getImageSource(n)},t.prototype.getImageTintColor=function(n){return this.getColor(n)},t.prototype.getImageTintAlpha=function(n){return.5*this.getAlpha(n)},t}(Zo),Wc=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),bc=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}(Wc),wc=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(iu.RESIZING)?"col-resize":n.prototype.getCursor.call(this,t)},t}(Wc),kc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(wc);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 yc=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(iu.RESIZING)?n.is(iu.FROZEN)?this.BACKGROUND_COLOR_FROZEN:null:n.isPressed?this.BACKGROUND_COLOR_PRESSED:n.isHovered?this.BACKGROUND_COLOR_HOVERED:n.is(iu.FROZEN)?this.BACKGROUND_COLOR_FROZEN:null},e.prototype.getBackgroundAlpha=function(n){return 1},e.prototype.getBorderColor=function(n){return n.is(iu.FROZEN_END)?this.BORDER_COLOR_FROZEN:this.BORDER_COLOR},e.prototype.getBorderMask=function(n){return n.is(iu.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(iu.CHECKABLE)?S.getImageTintColor(t):n.prototype.getSecondaryImageTintColor.call(this,t)},e.prototype.getSecondaryImageSource=function(n){return n.is(iu.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(iu.SORTED_ASCENDING)?t.mappings.sorted_ascending:n.is(iu.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(iu.HOVERED_ON_EDGE)||n.on(iu.RESIZING)?"col-resize":n.is(iu.CHECKABLE)||n.is(iu.SORTABLE)?"pointer":"":""},e.prototype.getEdgeWidth=function(){return 10},e}(it),Ic=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(yc),Cc=function(){e.set("DTableBodyCellActionDialog",qo),e.set("DTableBodyCellActionMenu",Yo),e.set("DTableBodyCellActionPromise",Xo),e.set("DTableBodyCellButton",Zo),e.set("DTableBodyCellCheck",Jo),e.set("DTableBodyCellColor",Qo),e.set("DTableBodyCellDate",nc),e.set("DTableBodyCellDatetime",ec),e.set("DTableBodyCellIndex",uc),e.set("DTableBodyCellInputInteger",ic),e.set("DTableBodyCellInputReal",oc),e.set("DTableBodyCellInputTextArea",fc),e.set("DTableBodyCellInputText",cc),e.set("DTableBodyCellInputTreeMarker",ac),e.set("DTableBodyCellInputTreeInput",hc),e.set("DTableBodyCellInputTree",lc),e.set("DTableBodyCellLink",sc),e.set("DTableBodyCellSelectDialog",Oo),e.set("DTableBodyCellSelectMenu",dc),e.set("DTableBodyCellSelectMultiple",mc),e.set("DTableBodyCellSelectPromise",jo),e.set("DTableBodyCellTextArea",Dc),e.set("DTableBodyCellText",Ko),e.set("DTableBodyCellTree",gc),e.set("DTableBodyCellTime",pc),e.set("DTableBodyRow",bc),e.set("DTableBody",zo),e.set("DTableCategoryCell",Ic),e.set("DTableCategory",kc),e.set("DTableHeaderCell",yc),e.set("DTableHeader",wc),e.set("DTableRow",Wc),e.set("DTable",Ro),L(),xu(),oi(),si(),Ft(),zt(),ee(),re(),Wi(),Ne()};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 vc=function(n){return n.isProcessing?t.mappings.button_process_processing:n.isSucceeded?t.mappings.button_process_success:t.mappings.button_process_fail},Bc=function(n){var t=n.valueOf(ve.PROCESSING);return null!=t?t*Math.PI*.02:0},xc=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 vc},n.prototype.newProcessImageRotation=function(){return Bc},n}(),Sc=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t.prototype.newProcessTextValue=function(){return lo},t}(xc),Mc=function(){e.set("DIndicatorProcessing",Sc)},Ec=function(){Tu(),D(),p(),Bi(),Du(),Q(),vn(),Sn(),Ri(),Fi(),To(),ct(),dt(),mt(),Mc(),yo(),oe(),Bo(),de(),su(),Ae(),nr(),Ne(),Ho(),mr(),lr(),Pu(),vu(),ui(),ri(),ei(),br(),Cc(),uu(),ru()},_c=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return u(t,n),t}(Ji),Lc={__proto__:null,loadThemeWhiteBase:D,loadThemeWhiteBoard:p,loadThemeWhiteButtonAmbient:x,loadThemeWhiteButtonCheckRight:_,loadThemeWhiteButtonCheck:L,loadThemeWhiteButtonDanger:F,loadThemeWhiteButtonFile:A,loadThemeWhiteButtonLink:R,loadThemeWhiteButtonPrimary:G,loadThemeWhiteButtonRadioRight:q,loadThemeWhiteButtonRadio:Y,loadThemeWhiteButtonSecondary:X,loadThemeWhiteButton:K,loadThemeWhiteCanvasContainer:Q,loadThemeWhiteChart:vn,loadThemeWhiteColor:Sn,loadThemeWhiteDialogFitted:On,loadThemeWhiteDialogInputBoolean:jn,loadThemeWhiteDialogInputInteger:Kn,loadThemeWhiteDialogInputReal:Jn,loadThemeWhiteDialogInputText:$n,loadThemeWhiteDialog:nt,loadThemeWhiteDropdown:rt,loadThemeWhiteExpandable:ct,loadThemeWhiteHtmlElement:dt,loadThemeWhiteImage:mt,loadThemeWhiteInputAndLabel:pt,loadThemeWhiteInputInteger:Ft,loadThemeWhiteInputLabel:At,loadThemeWhiteInputReal:zt,loadThemeWhiteInputSearch:Ot,loadThemeWhiteInputTextArea:ee,loadThemeWhiteInputText:re,loadThemeWhiteLayout:oe,loadThemeWhiteList:de,loadThemeWhiteMenuBar:Ae,loadThemeWhiteMenuSided:nr,loadThemeWhiteMenu:Ne,loadThemeWhitePagination:lr,loadThemeWhitePane:mr,loadThemeWhiteScrollBar:dr,loadThemeWhiteSelect:br,loadThemeWhiteShapeActionValue:Vr,loadThemeWhiteShape:Yr,loadThemeWhiteSlider:ru,loadThemeWhiteText:uu,loadThemeWhiteTree:su,loadThemeWhiteView:Du,loadThemeWhite:Tu,loadThemeWhiteEnUsAll:Ec,loadThemeWhiteEnUsButtonAll:Bi,loadThemeWhiteEnUsButtonColorGradient:Uu,loadThemeWhiteEnUsButtonColor:xu,loadThemeWhiteEnUsButtonDate:oi,loadThemeWhiteEnUsButtonDatetime:si,loadThemeWhiteEnUsButtonSelect:bi,loadThemeWhiteEnUsButtonTime:vi,loadThemeWhiteEnUsDiagramEditor:Ri,loadThemeWhiteEnUsDiagram:Fi,loadThemeWhiteEnUsDialogAll:To,loadThemeWhiteEnUsDialogColorGradient:Fu,loadThemeWhiteEnUsDialogColor:Bu,loadThemeWhiteEnUsDialogConfirmDelete:to,loadThemeWhiteEnUsDialogConfirmDiscard:ro,loadThemeWhiteEnUsDialogConfirm:$i,loadThemeWhiteEnUsDialogDate:ii,loadThemeWhiteEnUsDialogDatetime:ai,loadThemeWhiteEnUsDialogLayered:Ki,loadThemeWhiteEnUsDialogMessage:oo,loadThemeWhiteEnUsDialogProcessing:ao,loadThemeWhiteEnUsDialogSaveAs:Do,loadThemeWhiteEnUsDialogSelect:Wi,loadThemeWhiteEnUsDialogTime:Ci,loadThemeWhiteEnUsIndicatorProcessing:Mc,loadThemeWhiteEnUsInputAll:yo,loadThemeWhiteEnUsInputBoolean:ko,loadThemeWhiteEnUsLink:Bo,loadThemeWhiteEnUsNote:Ho,loadThemeWhiteEnUsPickerColorGradient:Pu,loadThemeWhiteEnUsPickerColor:vu,loadThemeWhiteEnUsPickerDate:ui,loadThemeWhiteEnUsPickerDatetime:ri,loadThemeWhiteEnUsPickerTime:ei,loadThemeWhiteEnUsShapePointsFormatter:Pi,loadThemeWhiteEnUsTable:Cc,DThemeWhiteAtlas:t,DThemeWhiteBase:m,DThemeWhiteBoard:T,DThemeWhiteButtonAmbient:B,DThemeWhiteButtonBase:v,DThemeWhiteButtonCheckRight:E,DThemeWhiteButtonCheck:M,DThemeWhiteButtonChecks:S,DThemeWhiteButtonColorGradient:Eu,DThemeWhiteButtonColor:Wu,DThemeWhiteButtonDanger:P,DThemeWhiteButtonDate:Hu,DThemeWhiteButtonDatetime:li,DThemeWhiteButtonFile:N,DThemeWhiteButtonLink:H,DThemeWhiteButtonPrimary:z,DThemeWhiteButtonRadioRight:O,DThemeWhiteButtonRadio:V,DThemeWhiteButtonSecondary:j,DThemeWhiteButtonSelect:mi,DThemeWhiteButtonTime:yi,DThemeWhiteButton:U,DThemeWhiteCanvasContainer:J,DThemeWhiteCanvas:Z,DThemeWhiteChartAxisBase:on,DThemeWhiteChartAxisXDatetime:ln,DThemeWhiteChartAxisX:cn,DThemeWhiteChartAxisY:hn,DThemeWhiteChartCoordinateTick:sn,DThemeWhiteChartCoordinateTransform:dn,DThemeWhiteChartCoordinate:an,DThemeWhiteChartLegendItem:Dn,DThemeWhiteChartLegend:mn,DThemeWhiteChartOverview:Tn,DThemeWhiteChartPlotArea:pn,DThemeWhiteChartSelectionGridlineX:kn,DThemeWhiteChartSelectionGridlineY:yn,DThemeWhiteChartSelectionMarker:Cn,DThemeWhiteChartSelectionShape:wn,DThemeWhiteChart:$,DThemeWhiteColorRecent:Bn,DThemeWhiteColorStandard:xn,DThemeWhiteConstants:a,DThemeWhiteContent:hr,DThemeWhiteDiagramBase:xi,DThemeWhiteDiagramCanvasBase:Mi,DThemeWhiteDiagramCanvasEditor:Ni,DThemeWhiteDiagramCanvas:Ei,DThemeWhiteDiagramEditor:Ai,DThemeWhiteDiagram:Si,DThemeWhiteDialogColorGradient:_u,DThemeWhiteDialogColor:bu,DThemeWhiteDialogConfirmDelete:_c,DThemeWhiteDialogConfirmMessage:Zi,DThemeWhiteDialogConfirm:Ji,DThemeWhiteDialogDate:Ru,DThemeWhiteDialogDatetime:hi,DThemeWhiteDialogFittedContent:Vn,DThemeWhiteDialogFitted:An,DThemeWhiteDialogInputBoolean:Yn,DThemeWhiteDialogInputInteger:Xn,DThemeWhiteDialogInputReal:Zn,DThemeWhiteDialogInputText:Qn,DThemeWhiteDialogInput:qn,DThemeWhiteDialogLayeredContent:Gn,DThemeWhiteDialogLayeredFooter:ji,DThemeWhiteDialogLayeredHeaderButtonClose:Vi,DThemeWhiteDialogLayeredHeaderSeparator:Yi,DThemeWhiteDialogLayeredHeader:zi,DThemeWhiteDialogLayered:Nn,DThemeWhiteDialogMessage:uo,DThemeWhiteDialogProcessingMessage:co,DThemeWhiteDialogProcessing:fo,DThemeWhiteDialogSaveAs:so,DThemeWhiteDialogSelectListItem:Ti,DThemeWhiteDialogSelectList:Di,DThemeWhiteDialogSelect:pi,DThemeWhiteDialogTime:Ii,DThemeWhiteDialog:Un,DThemeWhiteDropdownBase:tt,DThemeWhiteDropdown:et,DThemeWhiteExpandableHeader:ot,DThemeWhiteExpandable:ut,DThemeWhiteExpandables:ye,DThemeWhiteFont:s,DThemeWhiteHtmlElement:st,DThemeWhiteImageBase:C,DThemeWhiteImage:it,DThemeWhiteIndicatorProcess:xc,DThemeWhiteInputAndLabel:Tt,DThemeWhiteInputBooleanButtonOff:go,DThemeWhiteInputBooleanButtonOn:bo,DThemeWhiteInputBoolean:po,DThemeWhiteInputInput:Et,DThemeWhiteInputInteger:Pt,DThemeWhiteInputLabel:Nt,DThemeWhiteInputNumber:_t,DThemeWhiteInputReal:Rt,DThemeWhiteInputSearch:Vt,DThemeWhiteInputTextArea:te,DThemeWhiteInputText:Gt,DThemeWhiteInput:bt,DThemeWhiteLayoutBoard:ue,DThemeWhiteLayoutHorizontal:Dt,DThemeWhiteLayoutSpace:ie,DThemeWhiteLayoutVertical:zn,DThemeWhiteLayout:Rn,DThemeWhiteLink:Co,DThemeWhiteListItemAmbient:se,DThemeWhiteListItem:ae,DThemeWhiteListItems:he,DThemeWhiteList:le,DThemeWhiteMenuBarItem:De,DThemeWhiteMenuBar:me,DThemeWhiteMenuItemBase:pe,DThemeWhiteMenuItemCheck:be,DThemeWhiteMenuItemExpandableBody:ke,DThemeWhiteMenuItemExpandableHeader:Ie,DThemeWhiteMenuItemExpandableItemCheck:Ce,DThemeWhiteMenuItemExpandableItemLink:Se,DThemeWhiteMenuItemExpandableItemMenu:Ee,DThemeWhiteMenuItemExpandableItemSeparator:Le,DThemeWhiteMenuItemExpandableItemSpace:Fe,DThemeWhiteMenuItemExpandableItemText:Ue,DThemeWhiteMenuItemExpandable:we,DThemeWhiteMenuItemLink:xe,DThemeWhiteMenuItemMenu:Me,DThemeWhiteMenuItemSeparator:_e,DThemeWhiteMenuItemSpace:Pe,DThemeWhiteMenuItemText:We,DThemeWhiteMenuItem:ge,DThemeWhiteMenuSidedContent:Re,DThemeWhiteMenuSidedItemCheck:ze,DThemeWhiteMenuSidedItemExpandableItemCheck:Ve,DThemeWhiteMenuSidedItemExpandableItemLink:Oe,DThemeWhiteMenuSidedItemExpandableItemMenu:qe,DThemeWhiteMenuSidedItemExpandableItemSeparator:Ye,DThemeWhiteMenuSidedItemExpandableItemSpace:je,DThemeWhiteMenuSidedItemExpandableItemText:Xe,DThemeWhiteMenuSidedItemExpandable:Ge,DThemeWhiteMenuSidedItemLink:Ke,DThemeWhiteMenuSidedItemMenu:Ze,DThemeWhiteMenuSidedItemSeparator:Je,DThemeWhiteMenuSidedItemSpace:Qe,DThemeWhiteMenuSidedItemText:$e,DThemeWhiteMenuSided:He,DThemeWhiteMenu:Te,DThemeWhiteNoteError:So,DThemeWhiteNoteNoItemsFound:Eo,DThemeWhiteNoteSearching:Lo,DThemeWhiteNoteSmallError:Uo,DThemeWhiteNoteSmallNoItemsFound:No,DThemeWhiteNoteSmallSearching:Ao,DThemeWhiteNoteSmall:Fo,DThemeWhiteNote:xo,DThemeWhitePaginationButtonLast:rr,DThemeWhitePaginationButtonNext:ur,DThemeWhitePaginationButtonPage:ir,DThemeWhitePaginationButtonPrevious:or,DThemeWhitePaginationButtonTop:cr,DThemeWhitePaginationDots:er,DThemeWhitePaginationPage:fr,DThemeWhitePagination:tr,DThemeWhitePane:fe,DThemeWhitePickerColorGradient:Lu,DThemeWhitePickerColor:Iu,DThemeWhitePickerDatetimeButtonBack:Zu,DThemeWhitePickerDatetimeButtonDate:Ju,DThemeWhitePickerDatetimeButtonNext:Qu,DThemeWhitePickerDatetimeLabelDate:ni,DThemeWhitePickerDatetimeLabel:$u,DThemeWhitePickerDatetimeSpace:ti,DThemeWhitePickerTime:Gu,DThemeWhiteScrollBarThumb:sr,DThemeWhiteScrollBar:ar,DThemeWhiteSelectMultiple:Wr,DThemeWhiteSelect:pr,DThemeWhiteSliderHorizontal:Xr,DThemeWhiteSliderLabel:Kr,DThemeWhiteSliderThumb:Jr,DThemeWhiteSliderTrackHorizontal:$r,DThemeWhiteSliderTrackVertical:nu,DThemeWhiteSliderTrack:Qr,DThemeWhiteSliderValue:tu,DThemeWhiteSliderVertical:eu,DThemeWhiteSlider:jr,DThemeWhiteSliders:Zr,DThemeWhiteTableBodyCellActionDialog:qo,DThemeWhiteTableBodyCellActionMenu:Yo,DThemeWhiteTableBodyCellActionPromise:Xo,DThemeWhiteTableBodyCellActions:Vo,DThemeWhiteTableBodyCellButton:Zo,DThemeWhiteTableBodyCellCheck:Jo,DThemeWhiteTableBodyCellColor:Qo,DThemeWhiteTableBodyCellDate:nc,DThemeWhiteTableBodyCellDatetime:ec,DThemeWhiteTableBodyCellIndex:uc,DThemeWhiteTableBodyCellInputInteger:ic,DThemeWhiteTableBodyCellInputReal:oc,DThemeWhiteTableBodyCellInputTextArea:fc,DThemeWhiteTableBodyCellInputText:cc,DThemeWhiteTableBodyCellInputTreeInput:hc,DThemeWhiteTableBodyCellInputTreeMarker:ac,DThemeWhiteTableBodyCellInputTree:lc,DThemeWhiteTableBodyCellLink:sc,DThemeWhiteTableBodyCellSelectDialog:Oo,DThemeWhiteTableBodyCellSelectMenu:dc,DThemeWhiteTableBodyCellSelectMultiple:mc,DThemeWhiteTableBodyCellSelectPromise:jo,DThemeWhiteTableBodyCellTextArea:Dc,DThemeWhiteTableBodyCellText:Ko,DThemeWhiteTableBodyCellTime:pc,DThemeWhiteTableBodyCellTree:gc,DThemeWhiteTableBodyCellTrees:ou,DThemeWhiteTableBodyCells:Go,DThemeWhiteTableBodyRow:bc,DThemeWhiteTableBody:zo,DThemeWhiteTableCategoryCell:Ic,DThemeWhiteTableCategory:kc,DThemeWhiteTableHeaderCell:yc,DThemeWhiteTableHeader:wc,DThemeWhiteTableRow:Wc,DThemeWhiteTable:Ro,DThemeWhiteTextBase:I,DThemeWhiteText:Ut,DThemeWhiteTreeItemButton:hu,DThemeWhiteTreeItemNonEditable:au,DThemeWhiteTreeItemText:lu,DThemeWhiteTreeItems:cu,DThemeWhiteTree:fu,DThemeWhiteView:mu,DThemeWhite:e,EThemeWhiteShapeActionValue:Gr,EThemeWhiteShapePointsFormatter:_i,EThemeWhiteShape:qr,DThemeWhiteEnUsDiagramEditor:Hi,DThemeWhiteEnUsDialogConfirmDelete:no,DThemeWhiteEnUsDialogConfirmDiscard:eo,DThemeWhiteEnUsDialogConfirm:Qi,DThemeWhiteEnUsDialogLayeredFooter:Xi,DThemeWhiteEnUsDialogMessage:io,dThemeWhiteEnUsDialogProcessingMessage:lo,DThemeWhiteEnUsDialogProcessing:ho,DThemeWhiteEnUsDialogSaveAs:mo,DThemeWhiteEnUsDialogSelect:gi,DThemeWhiteEnUsIndicatorProcessing:Sc,DThemeWhiteEnUsInputBooleanButtonOff:Wo,DThemeWhiteEnUsInputBooleanButtonOn:wo,DThemeWhiteEnUsLink:vo,DThemeWhiteEnUsNoteError:Mo,DThemeWhiteEnUsNoteNoItemsFound:_o,DThemeWhiteEnUsNoteSearching:Po,DThemeWhiteEnUsPickerColor:Cu,DThemeWhiteEnUsPickerDate:Ku,DThemeWhiteEnUsPickerDatetime:Xu,DThemeWhiteEnUsPickerTime:Vu,EThemeWhiteEnUsShapePointsFormatter:Li};Ec();var Pc=window;Pc.wcardinal=Pc.wcardinal||{};var Fc=Pc.wcardinal.ui=Pc.wcardinal.ui||{},Uc=Lc;for(var Nc in Uc)Fc[Nc]=Uc[Nc]}(PIXI);
|
|
10
10
|
//# sourceMappingURL=wcardinal-ui-theme-white-en-us.min.js.map
|