@mescius/wijmo.meta 5.20232.939 → 5.20241.3-rc
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/README.md +7 -100
- package/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +2 -2
- package/index.d.ts +30 -30
- package/index.js +2 -2
- package/package.json +37 -37
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[English](#wijmo) | [日本語](#wijmo-jp) | [
|
|
1
|
+
[English](#wijmo) | [日本語](#wijmo-jp) | [한국어](#wijmo-kr)
|
|
2
2
|
|
|
3
3
|
# Wijmo
|
|
4
4
|
|
|
@@ -59,19 +59,19 @@ Sample source code available with our [Wijmo Developer Pack](https://developer.m
|
|
|
59
59
|
### To install latest release version:
|
|
60
60
|
|
|
61
61
|
```sh
|
|
62
|
-
npm install @
|
|
62
|
+
npm install @mescius/wijmo.all
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
### To install latest nightly build:
|
|
66
66
|
|
|
67
67
|
```sh
|
|
68
|
-
npm install @
|
|
68
|
+
npm install @mescius/wijmo.all@nightly
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
### To install latest RC build:
|
|
72
72
|
|
|
73
73
|
```sh
|
|
74
|
-
npm install @
|
|
74
|
+
npm install @mescius/wijmo.all@rc
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
## Documentation
|
|
@@ -159,99 +159,6 @@ Submit questions to our team of [Wijmo Experts](https://developer.mescius.com/fo
|
|
|
159
159
|
- [サポート&サービス](https://developer.mescius.jp/support)
|
|
160
160
|
- [サブスクリプションサービス利用規約](https://download.mescius.jp/license/other/componentone-subscriptionservice.pdf)
|
|
161
161
|
|
|
162
|
-
## Wijmo CN
|
|
163
|
-
|
|
164
|
-
Wijmo 是一套完整的企业级 JavaScript UI 开发组件。 它包括强大的表格、图表、数据透视、输入等组件,并且可以支持各类主流前端框架,包括 Angular、React 和 Vue。
|
|
165
|
-
|
|
166
|
-
Wijmo 的轻量级、高性能 JavaScript UI 组件可以将您的开发时间缩短一半。
|
|
167
|
-
|
|
168
|
-
查看我们 [FlexGrid 表格](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/purejs) 组件.
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
---
|
|
172
|
-
|
|
173
|
-
## 从 NPM 获取您所缺少的开发包!
|
|
174
|
-
|
|
175
|
-
请务必下载 Wijmo 以获得完整的开发包。 NPM 仅包含我们的 JS 组件,但我们的开发包包含数百个示例,其中包含每个 JS 框架的源代码、实际参考应用程序等等!
|
|
176
|
-
|
|
177
|
-
**[下载 Wijmo 开发包](https://www.grapecity.com.cn/developer/wijmojs/download) 以启动您的项目。**
|
|
178
|
-
|
|
179
|
-
---
|
|
180
|
-
|
|
181
|
-
## 示例
|
|
182
|
-
|
|
183
|
-
每种 JavaScript 框架中都提供超过 450 个功能示例
|
|
184
|
-
|
|
185
|
-
- [JavaScript 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/purejs)
|
|
186
|
-
- [Vue 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/vue)
|
|
187
|
-
- [Angular 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/angular)
|
|
188
|
-
- [React 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/react)
|
|
189
|
-
|
|
190
|
-
我们还提供了 JavaScript 框架中可用的实际应用示例
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
- [Vue 参考应用](https://www.grapecity.com/wijmo/demos/reference-samples/#GeoDashboard)
|
|
194
|
-
- [Angular 参考应用](https://demos.wijmo.com/5/SampleExplorer/SampleExplorer/Sample/WealthHealth)
|
|
195
|
-
- [React 参考应用](https://www.grapecity.com/wijmo/demos/reference-samples/#GeoDashboard)
|
|
196
|
-
- [React Redux 参考应用](https://www.grapecity.com/wijmo/demos/reference-samples/#CryptoCurrencyTracking)
|
|
197
|
-
|
|
198
|
-
[Wijmo 开发包](https://www.grapecity.com.cn/developer/wijmojs/download) 中提供了示例源代码。
|
|
199
|
-
|
|
200
|
-
## 安装
|
|
201
|
-
|
|
202
|
-
### 安装最新版本:
|
|
203
|
-
|
|
204
|
-
```sh
|
|
205
|
-
npm install @grapecity/wijmo.all
|
|
206
|
-
```
|
|
207
|
-
|
|
208
|
-
### 安装最新的 nightly 版本:
|
|
209
|
-
```sh
|
|
210
|
-
npm install @grapecity/wijmo.all@nightly
|
|
211
|
-
```
|
|
212
|
-
|
|
213
|
-
### 安装最新的 RC 版本:
|
|
214
|
-
|
|
215
|
-
```sh
|
|
216
|
-
npm install @grapecity/wijmo.all@rc
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
## 文档
|
|
220
|
-
|
|
221
|
-
在线文档可在此处获取:
|
|
222
|
-
|
|
223
|
-
- [API Reference](https://demo.grapecity.com.cn/wijmo/api/)
|
|
224
|
-
- [Documentation Guides](https://demo.grapecity.com.cn/wijmo/docs/GettingStarted/Introduction)
|
|
225
|
-
|
|
226
|
-
## 许可
|
|
227
|
-
|
|
228
|
-
Wijmo授权由开发授权和部署授权组成
|
|
229
|
-
|
|
230
|
-
了解 [WijmoJS 价格与授权方式](https://www.grapecity.com.cn/developer/wijmojs#price).
|
|
231
|
-
|
|
232
|
-
## 资源
|
|
233
|
-
|
|
234
|
-
- [快速入门指南](https://demo.grapecity.com.cn/wijmo/docs/GettingStarted/QuickStart/QuickStart-PureJS)
|
|
235
|
-
- [Wijmo 产品介绍](https://www.grapecity.com.cn/developer/wijmojs)
|
|
236
|
-
- [博客](https://www.grapecity.com.cn/blogs/tags/wijmo)
|
|
237
|
-
- [论坛](https://gcdn.grapecity.com.cn/showforum-140-1.html)
|
|
238
|
-
|
|
239
|
-
Wijmo 开发包可以从 [这里](https://www.grapecity.com.cn/developer/wijmojs/download) 下载
|
|
240
|
-
|
|
241
|
-
## 支持
|
|
242
|
-
|
|
243
|
-
**Wijmo 随时为您提供支持**
|
|
244
|
-
|
|
245
|
-
提供多种售前支持方式。您可以通过电话热线、邮件、售前顾问、在线咨询、添加企业微信等方式获取获取售前咨询、产品解决方案、产品选型等1V1服务。帮您快速了解产品特性,助您POC验证成功,节省时间成本。
|
|
246
|
-
|
|
247
|
-
- [联系我们](https://www.grapecity.com.cn/support#goumaizixun)
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
## 问题反馈
|
|
251
|
-
|
|
252
|
-
我们重视您的反馈并利用建议来帮助创建产品路线图。 告诉我们你的想法。
|
|
253
|
-
|
|
254
|
-
[提交您的问题和反馈建议](https://gcdn.grapecity.com.cn/showforum-173-1.html)
|
|
255
162
|
|
|
256
163
|
# Wijmo KR
|
|
257
164
|
|
|
@@ -302,19 +209,19 @@ Wijmo는 또한 NPM을 지원합니다. 이를 통해 최신 버전의 Wijmo 라
|
|
|
302
209
|
**[최신 정식 버전]**
|
|
303
210
|
|
|
304
211
|
```sh
|
|
305
|
-
npm install @
|
|
212
|
+
npm install @mescius/wijmo.all
|
|
306
213
|
```
|
|
307
214
|
|
|
308
215
|
**[Nightly 버전]**
|
|
309
216
|
|
|
310
217
|
```sh
|
|
311
|
-
npm install @
|
|
218
|
+
npm install @mescius/wijmo.all@nightly
|
|
312
219
|
```
|
|
313
220
|
|
|
314
221
|
**[RC 버전]**
|
|
315
222
|
|
|
316
223
|
```sh
|
|
317
|
-
npm install @
|
|
224
|
+
npm install @mescius/wijmo.all@rc
|
|
318
225
|
```
|
|
319
226
|
|
|
320
227
|
## 빠른시작 가이드
|
package/es2015-commonjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.
|
|
3
|
+
* Wijmo Library 5.20241.3
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
"use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_1=require("@mescius/wijmo"),wjcCore=__importStar(require("@mescius/wijmo")),selfModule=__importStar(require("@mescius/wijmo.meta"));function softChart(){return wijmo_1._getModule("wijmo.chart")}exports.softChart=softChart;function softChartAnalytics(){return wijmo_1._getModule("wijmo.chart.analytics")}exports.softChartAnalytics=softChartAnalytics;function softChartAnimation(){return wijmo_1._getModule("wijmo.chart.animation")}exports.softChartAnimation=softChartAnimation;function softChartAnnotation(){return wijmo_1._getModule("wijmo.chart.annotation")}exports.softChartAnnotation=softChartAnnotation;function softChartFinance(){return wijmo_1._getModule("wijmo.chart.finance")}exports.softChartFinance=softChartFinance;function softChartFinanceAnalytics(){return wijmo_1._getModule("wijmo.chart.finance.analytics")}exports.softChartFinanceAnalytics=softChartFinanceAnalytics;function softChartHierarchical(){return wijmo_1._getModule("wijmo.chart.hierarchical")}exports.softChartHierarchical=softChartHierarchical;function softChartInteraction(){return wijmo_1._getModule("wijmo.chart.interaction")}exports.softChartInteraction=softChartInteraction;function softChartRadar(){return wijmo_1._getModule("wijmo.chart.radar")}exports.softChartRadar=softChartRadar;function softChartMap(){return wijmo_1._getModule("wijmo.chart.map")}exports.softChartMap=softChartMap;function softGauge(){return wijmo_1._getModule("wijmo.gauge")}exports.softGauge=softGauge;function softGrid(){return wijmo_1._getModule("wijmo.grid")}exports.softGrid=softGrid;function softGridDetail(){return wijmo_1._getModule("wijmo.grid.detail")}exports.softGridDetail=softGridDetail;function softGridFilter(){return wijmo_1._getModule("wijmo.grid.filter")}exports.softGridFilter=softGridFilter;function softGridGrouppanel(){return wijmo_1._getModule("wijmo.grid.grouppanel")}exports.softGridGrouppanel=softGridGrouppanel;function softGridSearch(){return wijmo_1._getModule("wijmo.grid.search")}exports.softGridSearch=softGridSearch;function softGridMultirow(){return wijmo_1._getModule("wijmo.grid.multirow")}exports.softGridMultirow=softGridMultirow;function softGridSheet(){return wijmo_1._getModule("wijmo.grid.sheet")}exports.softGridSheet=softGridSheet;function softGridTransposed(){return wijmo_1._getModule("wijmo.grid.transposed")}exports.softGridTransposed=softGridTransposed;function softGridTransposedMultiRow(){return wijmo_1._getModule("wijmo.grid.transposedmultirow")}exports.softGridTransposedMultiRow=softGridTransposedMultiRow;function softGridImmutable(){return wijmo_1._getModule("wijmo.grid.immutable")}exports.softGridImmutable=softGridImmutable;function softNav(){return wijmo_1._getModule("wijmo.nav")}exports.softNav=softNav;function softOlap(){return wijmo_1._getModule("wijmo.olap")}exports.softOlap=softOlap;function softViewer(){return wijmo_1._getModule("wijmo.viewer")}exports.softViewer=softViewer;function softInput(){return wijmo_1._getModule("wijmo.input")}exports.softInput=softInput;function softBarcode(){return wijmo_1._getModule("wijmo.barcode")}exports.softBarcode=softBarcode;function softBarcodeCommon(){return wijmo_1._getModule("wijmo.barcode.common")}exports.softBarcodeCommon=softBarcodeCommon;function softBarcodeComposite(){return wijmo_1._getModule("wijmo.barcode.composite")}exports.softBarcodeComposite=softBarcodeComposite;function softBarcodeSpecialized(){return wijmo_1._getModule("wijmo.barcode.specialized")}exports.softBarcodeSpecialized=softBarcodeSpecialized;class ControlMetaFactory{static CreateProp(e,t,r,o,a,p){return new PropDescBase(e,t,r,o,a,p)}static CreateEvent(e,t){return new EventDescBase(e,t)}static CreateComplexProp(e,t,r){return new ComplexPropDescBase(e,t,r)}static findProp(e,t){return this.findInArr(t,"propertyName",e)}static findEvent(e,t){return this.findInArr(t,"eventName",e)}static findComplexProp(e,t){return this.findInArr(t,"propertyName",e)}static getMetaData(e){switch(e){case wjcCore.Control:return new MetaDataBase([this.CreateProp("isDisabled",PropertyType.Boolean),this.CreateProp("tabOrder",PropertyType.Number)],[this.CreateEvent("gotFocus"),this.CreateEvent("lostFocus"),this.CreateEvent("refreshing"),this.CreateEvent("refreshed"),this.CreateEvent("invalidInput")]);case softInput()&&softInput().DropDown:return this.getMetaData(wjcCore.Control).add([this.CreateProp("isDroppedDown",PropertyType.Boolean,"isDroppedDownChanged"),this.CreateProp("showDropDownButton",PropertyType.Boolean),this.CreateProp("autoExpandSelection",PropertyType.Boolean),this.CreateProp("placeholder",PropertyType.String),this.CreateProp("dropDownCssClass",PropertyType.String),this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("isRequired",PropertyType.Boolean),this.CreateProp("inputType",PropertyType.String),this.CreateProp("clickAction",PropertyType.Enum,"",softInput().ClickAction),this.CreateProp("text",PropertyType.String,"textChanged",null,!0,1e3)],[this.CreateEvent("isDroppedDownChanging"),this.CreateEvent("isDroppedDownChanged",!0),this.CreateEvent("textChanged",!0)]);case softInput()&&softInput().ComboBox:return this.getMetaData(softInput().DropDown).add([this.CreateProp("displayMemberPath",PropertyType.String),this.CreateProp("selectedValuePath",PropertyType.String),this.CreateProp("headerPath",PropertyType.String),this.CreateProp("isContentHtml",PropertyType.Boolean),this.CreateProp("isEditable",PropertyType.Boolean),this.CreateProp("handleWheel",PropertyType.Boolean),this.CreateProp("maxDropDownHeight",PropertyType.Number),this.CreateProp("maxDropDownWidth",PropertyType.Number),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("showGroups",PropertyType.Boolean),this.CreateProp("trimText",PropertyType.Boolean),this.CreateProp("caseSensitiveSearch",PropertyType.Boolean),this.CreateProp("virtualizationThreshold",PropertyType.Number),this.CreateProp("itemsSource",PropertyType.Any,"",null,!0,900),this.CreateProp("selectedIndex",PropertyType.Number,"selectedIndexChanged",null,!0,1e3),this.CreateProp("selectedItem",PropertyType.Any,"selectedIndexChanged",null,!0,1e3),this.CreateProp("selectedValue",PropertyType.Any,"selectedIndexChanged",null,!0,1e3)],[this.CreateEvent("itemsSourceChanged"),this.CreateEvent("formatItem"),this.CreateEvent("selectedIndexChanged",!0)]).addOptions({ngModelProperty:"selectedValue"});case softInput()&&softInput().AutoComplete:return this.getMetaData(softInput().ComboBox).add([this.CreateProp("delay",PropertyType.Number),this.CreateProp("maxItems",PropertyType.Number),this.CreateProp("minLength",PropertyType.Number),this.CreateProp("cssMatch",PropertyType.String),this.CreateProp("itemsSourceFunction",PropertyType.Function),this.CreateProp("searchMemberPath",PropertyType.String),this.CreateProp("beginsWithSearch",PropertyType.Boolean)]);case softInput()&&softInput().Calendar:return this.getMetaData(wjcCore.Control).add([this.CreateProp("monthView",PropertyType.Boolean),this.CreateProp("showHeader",PropertyType.Boolean),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("itemValidator",PropertyType.Function),this.CreateProp("firstDayOfWeek",PropertyType.Number),this.CreateProp("max",PropertyType.Date),this.CreateProp("min",PropertyType.Date),this.CreateProp("formatYearMonth",PropertyType.String),this.CreateProp("formatDayHeaders",PropertyType.String),this.CreateProp("formatDays",PropertyType.String),this.CreateProp("formatYear",PropertyType.String),this.CreateProp("formatMonths",PropertyType.String),this.CreateProp("selectionMode",PropertyType.Enum,"",softInput().DateSelectionMode),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("handleWheel",PropertyType.Boolean),this.CreateProp("repeatButtons",PropertyType.Boolean),this.CreateProp("showYearPicker",PropertyType.Boolean),this.CreateProp("value",PropertyType.Date,"valueChanged"),this.CreateProp("displayMonth",PropertyType.Date,"displayMonthChanged"),this.CreateProp("monthCount",PropertyType.Number),this.CreateProp("showMonthPicker",PropertyType.Enum,"",softInput().ShowMonthPicker),this.CreateProp("weeksBefore",PropertyType.Number),this.CreateProp("weeksAfter",PropertyType.Number),this.CreateProp("rangeEnd",PropertyType.Date,"rangeEndChanged"),this.CreateProp("rangeMin",PropertyType.Number),this.CreateProp("rangeMax",PropertyType.Number)],[this.CreateEvent("valueChanged",!0),this.CreateEvent("rangeEndChanged",!0),this.CreateEvent("rangeChanged",!1),this.CreateEvent("displayMonthChanged",!0),this.CreateEvent("formatItem",!1)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().ColorPicker:return this.getMetaData(wjcCore.Control).add([this.CreateProp("showAlphaChannel",PropertyType.Boolean),this.CreateProp("showColorString",PropertyType.Boolean),this.CreateProp("palette",PropertyType.Any),this.CreateProp("value",PropertyType.String,"valueChanged")],[this.CreateEvent("valueChanged",!0)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().ListBox:return this.getMetaData(wjcCore.Control).add([this.CreateProp("isContentHtml",PropertyType.Boolean),this.CreateProp("maxHeight",PropertyType.Number),this.CreateProp("selectedValuePath",PropertyType.String),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("displayMemberPath",PropertyType.String),this.CreateProp("checkedMemberPath",PropertyType.String),this.CreateProp("caseSensitiveSearch",PropertyType.Boolean),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("virtualizationThreshold",PropertyType.Number),this.CreateProp("showGroups",PropertyType.Boolean),this.CreateProp("selectedIndex",PropertyType.Number,"selectedIndexChanged"),this.CreateProp("selectedItem",PropertyType.Any,"selectedIndexChanged"),this.CreateProp("selectedValue",PropertyType.Any,"selectedIndexChanged"),this.CreateProp("checkedItems",PropertyType.Any,"checkedItemsChanged")],[this.CreateEvent("formatItem",!1),this.CreateEvent("itemsChanged",!0),this.CreateEvent("itemChecked",!0),this.CreateEvent("selectedIndexChanged",!0),this.CreateEvent("checkedItemsChanged",!0)]).addOptions({ngModelProperty:"selectedValue"});case softInput()&&softInput().MultiSelectListBox:return this.getMetaData(wjcCore.Control).add([this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("displayMemberPath",PropertyType.String),this.CreateProp("selectedIndex",PropertyType.Number,"selectedIndexChanged"),this.CreateProp("isContentHtml",PropertyType.Boolean),this.CreateProp("showGroups",PropertyType.Boolean),this.CreateProp("checkOnFilter",PropertyType.Boolean),this.CreateProp("showFilterInput",PropertyType.Boolean),this.CreateProp("filterInputPlaceholder",PropertyType.String),this.CreateProp("showSelectAllCheckbox",PropertyType.Boolean),this.CreateProp("selectAllLabel",PropertyType.String),this.CreateProp("delay",PropertyType.Number),this.CreateProp("caseSensitiveSearch",PropertyType.Boolean),this.CreateProp("checkedMemberPath",PropertyType.String),this.CreateProp("virtualizationThreshold",PropertyType.Number),this.CreateProp("checkedItems",PropertyType.Any,"checkedItemsChanged")],[this.CreateEvent("checkedItemsChanged",!0),this.CreateEvent("selectedIndexChanged",!0)]).addOptions({ngModelProperty:"checkedItems"});case"ItemTemplate":return new MetaDataBase([],[],[],void 0,void 0,void 0,"owner");case softInput()&&softInput().Menu:return this.getMetaData(softInput().ComboBox).add([this.CreateProp("header",PropertyType.String),this.CreateProp("commandParameterPath",PropertyType.String),this.CreateProp("commandPath",PropertyType.String),this.CreateProp("subItemsPath",PropertyType.String),this.CreateProp("openOnHover",PropertyType.Boolean),this.CreateProp("closeOnLeave",PropertyType.Boolean),this.CreateProp("isButton",PropertyType.Boolean),this.CreateProp("value",PropertyType.Any,"itemClicked",null,!1,1e3)],[this.CreateEvent("itemClicked")]);case"MenuItem":return new MetaDataBase([this.CreateProp("value",PropertyType.Any,""),this.CreateProp("cmd",PropertyType.Any,""),this.CreateProp("cmdParam",PropertyType.Any,"")],[],[],"itemsSource",!0);case"MenuSeparator":return new MetaDataBase([],[],[],"itemsSource",!0);case softInput()&&softInput().InputDate:return this.getMetaData(softInput().DropDown).add([this.CreateProp("selectionMode",PropertyType.Enum,"",softInput().DateSelectionMode),this.CreateProp("format",PropertyType.String),this.CreateProp("mask",PropertyType.String),this.CreateProp("max",PropertyType.Date),this.CreateProp("min",PropertyType.Date),this.CreateProp("inputType",PropertyType.String),this.CreateProp("value",PropertyType.Date,"valueChanged",null,!0,1e3),this.CreateProp("repeatButtons",PropertyType.Boolean),this.CreateProp("showYearPicker",PropertyType.Boolean),this.CreateProp("itemValidator",PropertyType.Function),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("monthCount",PropertyType.Number),this.CreateProp("handleWheel",PropertyType.Boolean),this.CreateProp("showMonthPicker",PropertyType.Enum,"",softInput().ShowMonthPicker),this.CreateProp("showHeader",PropertyType.Boolean),this.CreateProp("weeksBefore",PropertyType.Number),this.CreateProp("weeksAfter",PropertyType.Number),this.CreateProp("rangeEnd",PropertyType.Date,"rangeEndChanged",null,!0,1001),this.CreateProp("rangeMin",PropertyType.Number),this.CreateProp("rangeMax",PropertyType.Number),this.CreateProp("separator",PropertyType.String),this.CreateProp("alwaysShowCalendar",PropertyType.Boolean),this.CreateProp("predefinedRanges",PropertyType.Any),this.CreateProp("closeOnSelection",PropertyType.Boolean)],[this.CreateEvent("valueChanged",!0),this.CreateEvent("rangeEndChanged",!0),this.CreateEvent("rangeChanged",!1)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().InputDateTime:return this.getMetaData(softInput().InputDate).add([this.CreateProp("timeMax",PropertyType.Date),this.CreateProp("timeMin",PropertyType.Date),this.CreateProp("timeStep",PropertyType.Number),this.CreateProp("timeFormat",PropertyType.String)]);case softInput()&&softInput().InputDateRange:return this.getMetaData(softInput().InputDate);case softInput()&&softInput().InputNumber:return this.getMetaData(wjcCore.Control).add([this.CreateProp("showSpinner",PropertyType.Boolean),this.CreateProp("repeatButtons",PropertyType.Boolean),this.CreateProp("max",PropertyType.Number),this.CreateProp("min",PropertyType.Number),this.CreateProp("step",PropertyType.Number),this.CreateProp("isRequired",PropertyType.Boolean),this.CreateProp("placeholder",PropertyType.String),this.CreateProp("inputType",PropertyType.String),this.CreateProp("format",PropertyType.String),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("handleWheel",PropertyType.Boolean),this.CreateProp("value",PropertyType.Number,"valueChanged"),this.CreateProp("text",PropertyType.String,"textChanged")],[this.CreateEvent("valueChanged",!0),this.CreateEvent("textChanged",!0)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().InputMask:return this.getMetaData(wjcCore.Control).add([this.CreateProp("mask",PropertyType.String),this.CreateProp("overwriteMode",PropertyType.Boolean),this.CreateProp("isRequired",PropertyType.Boolean),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("promptChar",PropertyType.String),this.CreateProp("placeholder",PropertyType.String),this.CreateProp("inputType",PropertyType.String),this.CreateProp("rawValue",PropertyType.String,"valueChanged"),this.CreateProp("value",PropertyType.String,"valueChanged")],[this.CreateEvent("valueChanged",!0)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().InputTime:return this.getMetaData(softInput().ComboBox).add([this.CreateProp("max",PropertyType.Date),this.CreateProp("min",PropertyType.Date),this.CreateProp("step",PropertyType.Number),this.CreateProp("format",PropertyType.String),this.CreateProp("mask",PropertyType.String),this.CreateProp("inputType",PropertyType.String),this.CreateProp("value",PropertyType.Date,"valueChanged",null,!0,1e3)],[this.CreateEvent("valueChanged",!0)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().InputColor:return this.getMetaData(softInput().DropDown).add([this.CreateProp("showAlphaChannel",PropertyType.Boolean),this.CreateProp("showColorString",PropertyType.Boolean),this.CreateProp("value",PropertyType.String,"valueChanged")],[this.CreateEvent("valueChanged",!0)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().Popup:return this.getMetaData(wjcCore.Control).add([this.CreateProp("owner",PropertyType.String),this.CreateProp("showTrigger",PropertyType.Enum,"",softInput().PopupTrigger),this.CreateProp("hideTrigger",PropertyType.Enum,"",softInput().PopupTrigger),this.CreateProp("fadeIn",PropertyType.Boolean),this.CreateProp("fadeOut",PropertyType.Boolean),this.CreateProp("isDraggable",PropertyType.Boolean),this.CreateProp("isResizable",PropertyType.Boolean),this.CreateProp("dialogResultEnter",PropertyType.String),this.CreateProp("dialogResultSubmit",PropertyType.String),this.CreateProp("modal",PropertyType.Boolean),this.CreateProp("removeOnHide",PropertyType.Boolean)],[this.CreateEvent("showing"),this.CreateEvent("shown"),this.CreateEvent("hiding"),this.CreateEvent("hidden"),this.CreateEvent("resizing"),this.CreateEvent("sizeChanging"),this.CreateEvent("sizeChanged"),this.CreateEvent("resized"),this.CreateEvent("dragging"),this.CreateEvent("positionChanging"),this.CreateEvent("positionChanged"),this.CreateEvent("dragged")]);case softInput()&&softInput().MultiSelect:return this.getMetaData(softInput().ComboBox).add([this.CreateProp("checkedMemberPath",PropertyType.String),this.CreateProp("maxHeaderItems",PropertyType.Number),this.CreateProp("headerFormat",PropertyType.String),this.CreateProp("headerFormatter",PropertyType.Function),this.CreateProp("showSelectAllCheckbox",PropertyType.Boolean),this.CreateProp("selectAllLabel",PropertyType.String),this.CreateProp("showFilterInput",PropertyType.Boolean),this.CreateProp("filterInputPlaceholder",PropertyType.String),this.CreateProp("checkOnFilter",PropertyType.Boolean),this.CreateProp("delay",PropertyType.Number),this.CreateProp("caseSensitiveSearch",PropertyType.Boolean),this.CreateProp("checkedItems",PropertyType.Any,"checkedItemsChanged",BindingMode.TwoWay,!0,950)],[this.CreateEvent("checkedItemsChanged",!0)]).addOptions({ngModelProperty:"checkedItems"});case"CollectionViewNavigator":return new MetaDataBase([this.CreateProp("cv",PropertyType.Any)]);case softInput()&&softInput().CollectionViewNavigator:return this.getMetaData(wjcCore.Control).add([this.CreateProp("cv",PropertyType.Any),this.CreateProp("byPage",PropertyType.Boolean),this.CreateProp("headerFormat",PropertyType.String),this.CreateProp("repeatButtons",PropertyType.Boolean)]);case"CollectionViewPager":return new MetaDataBase([this.CreateProp("cv",PropertyType.Any)]);case softInput()&&softInput().MultiAutoComplete:return this.getMetaData(softInput().AutoComplete).add([this.CreateProp("maxSelectedItems",PropertyType.Number),this.CreateProp("selectedMemberPath",PropertyType.String,"",null,!0,950),this.CreateProp("selectedItems",PropertyType.Any,"selectedItemsChanged")],[this.CreateEvent("selectedItemsChanged",!0)]).addOptions({ngModelProperty:"selectedItems"});case softGrid()&&softGrid().FlexGrid:return this.getMetaData(wjcCore.Control).add([this.CreateProp("newRowAtTop",PropertyType.Boolean),this.CreateProp("allowAddNew",PropertyType.Boolean),this.CreateProp("allowDelete",PropertyType.Boolean),this.CreateProp("allowDragging",PropertyType.Enum,"",softGrid().AllowDragging),this.CreateProp("allowMerging",PropertyType.Enum,"",softGrid().AllowMerging),this.CreateProp("allowResizing",PropertyType.Enum,"",softGrid().AllowResizing),this.CreateProp("allowSorting",PropertyType.Enum,"",softGrid().AllowSorting),this.CreateProp("allowPinning",PropertyType.Enum,"",softGrid().AllowPinning),this.CreateProp("autoScroll",PropertyType.Boolean),this.CreateProp("autoRowHeights",PropertyType.Boolean),this.CreateProp("autoSizeMode",PropertyType.Enum,"",softGrid().AutoSizeMode),this.CreateProp("autoGenerateColumns",PropertyType.Boolean),this.CreateProp("autoSearch",PropertyType.Boolean),this.CreateProp("caseSensitiveSearch",PropertyType.Boolean),this.CreateProp("quickAutoSize",PropertyType.Boolean),this.CreateProp("bigCheckboxes",PropertyType.Boolean),this.CreateProp("childItemsPath",PropertyType.Any),this.CreateProp("groupHeaderFormat",PropertyType.String),this.CreateProp("headersVisibility",PropertyType.Enum,"",softGrid().HeadersVisibility),this.CreateProp("headersFocusability",PropertyType.Enum,"",softGrid().HeadersFocusability),this.CreateProp("showSelectedHeaders",PropertyType.Enum,"",softGrid().HeadersVisibility),this.CreateProp("showMarquee",PropertyType.Boolean),this.CreateProp("showPlaceholders",PropertyType.Boolean),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("imeEnabled",PropertyType.Boolean),this.CreateProp("mergeManager",PropertyType.Any),this.CreateProp("selectionMode",PropertyType.Enum,"",softGrid().SelectionMode),this.CreateProp("showGroups",PropertyType.Boolean),this.CreateProp("showSort",PropertyType.Boolean),this.CreateProp("showDropDown",PropertyType.Boolean),this.CreateProp("showAlternatingRows",PropertyType.Boolean),this.CreateProp("showErrors",PropertyType.Boolean),this.CreateProp("alternatingRowStep",PropertyType.Number),this.CreateProp("itemValidator",PropertyType.Function),this.CreateProp("validateEdits",PropertyType.Boolean),this.CreateProp("treeIndent",PropertyType.Number),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("autoClipboard",PropertyType.Boolean),this.CreateProp("expandSelectionOnCopyPaste",PropertyType.Boolean),this.CreateProp("frozenRows",PropertyType.Number),this.CreateProp("frozenColumns",PropertyType.Number),this.CreateProp("cloneFrozenCells",PropertyType.Boolean),this.CreateProp("deferResizing",PropertyType.Boolean),this.CreateProp("sortRowIndex",PropertyType.Number),this.CreateProp("editColumnIndex",PropertyType.Number),this.CreateProp("stickyHeaders",PropertyType.Boolean),this.CreateProp("preserveSelectedState",PropertyType.Boolean),this.CreateProp("preserveOutlineState",PropertyType.Boolean),this.CreateProp("preserveWhiteSpace",PropertyType.Boolean),this.CreateProp("keyActionTab",PropertyType.Enum,"",softGrid().KeyAction),this.CreateProp("keyActionEnter",PropertyType.Enum,"",softGrid().KeyAction),this.CreateProp("rowHeaderPath",PropertyType.String),this.CreateProp("virtualizationThreshold",PropertyType.Any),this.CreateProp("anchorCursor",PropertyType.Boolean),this.CreateProp("lazyRender",PropertyType.Boolean),this.CreateProp("refreshOnEdit",PropertyType.Boolean),this.CreateProp("copyHeaders",PropertyType.Enum,"",softGrid().HeadersVisibility),this.CreateProp("columnGroups",PropertyType.Any)],[this.CreateEvent("beginningEdit"),this.CreateEvent("cellEditEnded"),this.CreateEvent("cellEditEnding"),this.CreateEvent("prepareCellForEdit"),this.CreateEvent("formatItem"),this.CreateEvent("resizingColumn"),this.CreateEvent("resizedColumn"),this.CreateEvent("autoSizingColumn"),this.CreateEvent("autoSizedColumn"),this.CreateEvent("draggingColumn"),this.CreateEvent("draggingColumnOver"),this.CreateEvent("draggedColumn"),this.CreateEvent("sortingColumn"),this.CreateEvent("sortedColumn"),this.CreateEvent("pinningColumn"),this.CreateEvent("pinnedColumn"),this.CreateEvent("resizingRow"),this.CreateEvent("resizedRow"),this.CreateEvent("autoSizingRow"),this.CreateEvent("autoSizedRow"),this.CreateEvent("draggingRow"),this.CreateEvent("draggingRowOver"),this.CreateEvent("draggedRow"),this.CreateEvent("deletingRow"),this.CreateEvent("deletedRow",!0),this.CreateEvent("loadingRows"),this.CreateEvent("loadedRows",!0),this.CreateEvent("rowEditStarting"),this.CreateEvent("rowEditStarted"),this.CreateEvent("rowEditEnding"),this.CreateEvent("rowEditEnded"),this.CreateEvent("rowAdded",!0),this.CreateEvent("groupCollapsedChanging"),this.CreateEvent("groupCollapsedChanged"),this.CreateEvent("columnGroupCollapsedChanging"),this.CreateEvent("columnGroupCollapsedChanged"),this.CreateEvent("itemsSourceChanging"),this.CreateEvent("itemsSourceChanged",!0),this.CreateEvent("selectionChanging"),this.CreateEvent("selectionChanged",!0),this.CreateEvent("scrollPositionChanged",!1),this.CreateEvent("updatingView"),this.CreateEvent("updatedView"),this.CreateEvent("updatingLayout"),this.CreateEvent("updatedLayout"),this.CreateEvent("pasting"),this.CreateEvent("pasted"),this.CreateEvent("pastingCell"),this.CreateEvent("pastedCell"),this.CreateEvent("copying"),this.CreateEvent("copied")]);case softGrid()&&softGrid().Column:return new MetaDataBase([this.CreateProp("name",PropertyType.String),this.CreateProp("dataMap",PropertyType.Any),this.CreateProp("dataType",PropertyType.Enum,"",wjcCore.DataType),this.CreateProp("binding",PropertyType.String),this.CreateProp("sortMemberPath",PropertyType.String),this.CreateProp("format",PropertyType.String),this.CreateProp("cellTemplate",PropertyType.Any),this.CreateProp("header",PropertyType.String),this.CreateProp("width",PropertyType.Number),this.CreateProp("maxLength",PropertyType.Number),this.CreateProp("minWidth",PropertyType.Number),this.CreateProp("maxWidth",PropertyType.Number),this.CreateProp("align",PropertyType.String),this.CreateProp("allowDragging",PropertyType.Boolean),this.CreateProp("allowSorting",PropertyType.Boolean),this.CreateProp("allowResizing",PropertyType.Boolean),this.CreateProp("allowMerging",PropertyType.Boolean),this.CreateProp("aggregate",PropertyType.Enum,"",wjcCore.Aggregate),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("cssClass",PropertyType.String),this.CreateProp("cssClassAll",PropertyType.String),this.CreateProp("isContentHtml",PropertyType.Boolean),this.CreateProp("isSelected",PropertyType.Boolean,"grid.selectionChanged"),this.CreateProp("visible",PropertyType.Boolean),this.CreateProp("wordWrap",PropertyType.Boolean),this.CreateProp("multiLine",PropertyType.Boolean),this.CreateProp("mask",PropertyType.String),this.CreateProp("inputType",PropertyType.String),this.CreateProp("isRequired",PropertyType.Boolean),this.CreateProp("showDropDown",PropertyType.Boolean),this.CreateProp("dataMapEditor",PropertyType.Enum,"",softGrid().DataMapEditor),this.CreateProp("dropDownCssClass",PropertyType.String),this.CreateProp("quickAutoSize",PropertyType.Boolean),this.CreateProp("editor",PropertyType.Any)],[],[],"columns",!0);case softGrid()&&softGrid().ColumnGroup:return this.getMetaData(softGrid().Column).add([this.CreateProp("collapseTo",PropertyType.String),this.CreateProp("isCollapsed",PropertyType.Boolean)],[],[],"columnGroups",!0);case"FlexGridCellTemplate":return new MetaDataBase([this.CreateProp("cellType",PropertyType.String,"",null,!1),this.CreateProp("cellOverflow",PropertyType.String,""),this.CreateProp("forceFullEdit",PropertyType.Boolean)],[],[],void 0,void 0,void 0,"owner");case"MultiRowCellTemplate":return this.getMetaData("FlexGridCellTemplate").add([]);case softGrid()&&softGridFilter()&&softGridFilter().FlexGridFilter:return new MetaDataBase([this.CreateProp("showFilterIcons",PropertyType.Boolean),this.CreateProp("showSortButtons",PropertyType.Boolean),this.CreateProp("defaultFilterType",PropertyType.Enum,"",softGridFilter().FilterType),this.CreateProp("filterColumns",PropertyType.Any)],[this.CreateEvent("editingFilter"),this.CreateEvent("filterChanging"),this.CreateEvent("filterChanged"),this.CreateEvent("filterApplied")],[],void 0,void 0,void 0,"");case softGrid()&&softGridGrouppanel()&&softGridGrouppanel().GroupPanel:return this.getMetaData(wjcCore.Control).add([this.CreateProp("hideGroupedColumns",PropertyType.Boolean),this.CreateProp("showDragGlyphs",PropertyType.Boolean),this.CreateProp("maxGroups",PropertyType.Number),this.CreateProp("placeholder",PropertyType.String),this.CreateProp("filter",PropertyType.Any),this.CreateProp("groupDescriptionCreator",PropertyType.Any),this.CreateProp("grid",PropertyType.Any)]);case softGrid()&&softGridDetail()&&softGridDetail().FlexGridDetailProvider:return new MetaDataBase([this.CreateProp("maxHeight",PropertyType.Number),this.CreateProp("keyActionEnter",PropertyType.Enum,"",softGridDetail().KeyAction),this.CreateProp("detailVisibilityMode",PropertyType.Enum,"",softGridDetail().DetailVisibilityMode),this.CreateProp("rowHasDetail",PropertyType.Function),this.CreateProp("isAnimated",PropertyType.Boolean)],[],[],void 0,void 0,void 0,"");case softGrid()&&softGridSearch()&&softGridSearch().FlexGridSearch:return this.getMetaData(wjcCore.Control).add([this.CreateProp("text",PropertyType.String),this.CreateProp("delay",PropertyType.Number),this.CreateProp("searchAllColumns",PropertyType.Boolean),this.CreateProp("placeholder",PropertyType.String),this.CreateProp("cssMatch",PropertyType.String),this.CreateProp("grid",PropertyType.Any)]);case softGrid()&&softGridImmutable()&&softGridImmutable().ImmutabilityProvider:return new MetaDataBase([this.CreateProp("itemsSource",PropertyType.Any)],[this.CreateEvent("dataChanged"),this.CreateEvent("cloningItem")],[],void 0,void 0,void 0,"");case softGrid()&&softGridSheet()&&softGridSheet().FlexSheet:return this.getMetaData(softGrid().FlexGrid).add([this.CreateProp("allowAutoFill",PropertyType.Boolean),this.CreateProp("isTabHolderVisible",PropertyType.Boolean),this.CreateProp("showFilterIcons",PropertyType.Boolean),this.CreateProp("enableDragDrop",PropertyType.Boolean),this.CreateProp("enableFormulas",PropertyType.Boolean),this.CreateProp("selectedSheetIndex",PropertyType.Number,"selectedSheetChanged")],[this.CreateEvent("selectedSheetChanged",!0),this.CreateEvent("draggingRowColumn"),this.CreateEvent("droppingRowColumn"),this.CreateEvent("beginDroppingRowColumn"),this.CreateEvent("endDroppingRowColumn"),this.CreateEvent("loaded"),this.CreateEvent("unknownFunction"),this.CreateEvent("sheetCleared"),this.CreateEvent("prepareChangingRow"),this.CreateEvent("prepareChangingColumn"),this.CreateEvent("rowChanged"),this.CreateEvent("columnChanged"),this.CreateEvent("autoFilling"),this.CreateEvent("autoFilled")]);case softGrid()&&softGridSheet()&&softGridSheet().Sheet:return new MetaDataBase([this.CreateProp("name",PropertyType.String),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("visible",PropertyType.Boolean),this.CreateProp("rowCount",PropertyType.Number,"",null),this.CreateProp("columnCount",PropertyType.Number,"",null)],[this.CreateEvent("nameChanged")],[],"sheets",!0,void 0,"");case softGrid()&&softGridMultirow()&&softGridMultirow().MultiRow:return this.getMetaData(softGrid().FlexGrid).add([this.CreateProp("layoutDefinition",PropertyType.Any),this.CreateProp("headerLayoutDefinition",PropertyType.Any),this.CreateProp("centerHeadersVertically",PropertyType.Boolean),this.CreateProp("collapsedHeaders",PropertyType.Boolean,"collapsedHeadersChanged"),this.CreateProp("showHeaderCollapseButton",PropertyType.Boolean),this.CreateProp("multiRowGroupHeaders",PropertyType.Boolean)],[this.CreateEvent("collapsedHeadersChanging"),this.CreateEvent("collapsedHeadersChanged",!0)]);case softGrid()&&softGridMultirow()&&softGridMultirow().MultiRowCell:return this.getMetaData(softGrid().Column).add([this.CreateProp("colspan",PropertyType.Number),this.CreateProp("rowspan",PropertyType.Number)],[],[],"cells",!0);case softGridMultirow()&&softGridMultirow().MultiRowCellGroup:return this.getMetaData(softGridMultirow().MultiRowCell).add([],[],[],"layoutDefinition",!0);case softGrid()&&softGridTransposed()&&softGridTransposed().TransposedGrid:return this.getMetaData(softGrid().FlexGrid).add([this.CreateProp("autoGenerateRows",PropertyType.Boolean,"",null,!0,-100),this.CreateProp("rowGroups",PropertyType.Any)]);case softGrid()&&softGridTransposed()&&softGridTransposed().TransposedGridRow:return this.getMetaData(softGrid().Column).addOptions({parentProperty:"_rowInfo"});case softGrid()&&softGridTransposedMultiRow()&&softGridTransposedMultiRow().TransposedMultiRow:return this.getMetaData(softGrid().FlexGrid).add([this.CreateProp("layoutDefinition",PropertyType.Any)]);case softChart()&&softChart().FlexChartBase:return this.getMetaData(wjcCore.Control).add([this.CreateProp("binding",PropertyType.String),this.CreateProp("footer",PropertyType.String),this.CreateProp("header",PropertyType.String),this.CreateProp("selectionMode",PropertyType.Enum,"",softChart().SelectionMode),this.CreateProp("palette",PropertyType.Any),this.CreateProp("plotMargin",PropertyType.Any),this.CreateProp("footerStyle",PropertyType.Any),this.CreateProp("headerStyle",PropertyType.Any),this.CreateProp("tooltipContent",PropertyType.String,"",null,!1),this.CreateProp("itemsSource",PropertyType.Any)],[this.CreateEvent("rendering"),this.CreateEvent("rendered"),this.CreateEvent("selectionChanged",!0),this.CreateEvent("itemsSourceChanging"),this.CreateEvent("itemsSourceChanged",!0)]);case softChart()&&softChart().FlexChartCore:return this.getMetaData(softChart().FlexChartBase).add([this.CreateProp("bindingX",PropertyType.String),this.CreateProp("interpolateNulls",PropertyType.Boolean),this.CreateProp("legendToggle",PropertyType.Boolean),this.CreateProp("symbolSize",PropertyType.Number),this.CreateProp("options",PropertyType.Any),this.CreateProp("selection",PropertyType.Any,"selectionChanged"),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("labelContent",PropertyType.String,"",null,!1),this.CreateProp("renderEngine",PropertyType.Any,"",null,!0,-1e3)],[this.CreateEvent("seriesVisibilityChanged")],[this.CreateComplexProp("axisX",!1,!1),this.CreateComplexProp("axisY",!1,!1),this.CreateComplexProp("axes",!0),this.CreateComplexProp("plotAreas",!0)]);case softChart()&&softChart().FlexChart:return this.getMetaData(softChart().FlexChartCore).add([this.CreateProp("chartType",PropertyType.Enum,"",softChart().ChartType),this.CreateProp("rotated",PropertyType.Boolean),this.CreateProp("stacking",PropertyType.Enum,"",softChart().Stacking)]);case softChart()&&softChart().FlexPie:return this.getMetaData(softChart().FlexChartBase).add([this.CreateProp("bindingName",PropertyType.String),this.CreateProp("innerRadius",PropertyType.Number),this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("offset",PropertyType.Number),this.CreateProp("reversed",PropertyType.Boolean),this.CreateProp("startAngle",PropertyType.Number),this.CreateProp("selectedIndex",PropertyType.Number),this.CreateProp("selectedItemPosition",PropertyType.Enum,"",softChart().Position),this.CreateProp("selectedItemOffset",PropertyType.Number),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("labelContent",PropertyType.String,"",null,!1),this.CreateProp("titles",PropertyType.Any),this.CreateProp("chartsPerLine",PropertyType.Number),this.CreateProp("innerText",PropertyType.String),this.CreateProp("innerTextStyle",PropertyType.Any)]);case softChart()&&softChart().FlexPie&&softChartHierarchical()&&softChartHierarchical().Sunburst:return this.getMetaData(softChart().FlexChartBase).add([this.CreateProp("bindingName",PropertyType.Any),this.CreateProp("innerRadius",PropertyType.Number),this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("offset",PropertyType.Number),this.CreateProp("reversed",PropertyType.Boolean),this.CreateProp("startAngle",PropertyType.Number),this.CreateProp("selectedIndex",PropertyType.Number),this.CreateProp("selectedItemPosition",PropertyType.Enum,"",softChart().Position),this.CreateProp("selectedItemOffset",PropertyType.Number),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("labelContent",PropertyType.String,"",null,!1),this.CreateProp("childItemsPath",PropertyType.Any)]);case softChart()&&softChartHierarchical()&&softChartHierarchical().TreeMap:return this.getMetaData(softChart().FlexChartBase).add([this.CreateProp("bindingName",PropertyType.Any),this.CreateProp("maxDepth",PropertyType.Number),this.CreateProp("type",PropertyType.Enum,"",softChartHierarchical().TreeMapType),this.CreateProp("labelContent",PropertyType.String,"",null,!1),this.CreateProp("childItemsPath",PropertyType.Any)]);case softChart()&&softChart().Axis:return new MetaDataBase([this.CreateProp("axisLine",PropertyType.Boolean),this.CreateProp("format",PropertyType.String),this.CreateProp("labels",PropertyType.Boolean),this.CreateProp("majorGrid",PropertyType.Boolean),this.CreateProp("majorTickMarks",PropertyType.Enum,"",softChart().TickMark),this.CreateProp("majorUnit",PropertyType.Number),this.CreateProp("max",PropertyType.Number),this.CreateProp("min",PropertyType.Number),this.CreateProp("position",PropertyType.Enum,"",softChart().Position),this.CreateProp("reversed",PropertyType.Boolean),this.CreateProp("title",PropertyType.String),this.CreateProp("labelAngle",PropertyType.Number),this.CreateProp("minorGrid",PropertyType.Boolean),this.CreateProp("minorTickMarks",PropertyType.Enum,"",softChart().TickMark),this.CreateProp("minorUnit",PropertyType.Number),this.CreateProp("origin",PropertyType.Number),this.CreateProp("logBase",PropertyType.Number),this.CreateProp("plotArea",PropertyType.Any),this.CreateProp("labelAlign",PropertyType.String),this.CreateProp("name",PropertyType.String),this.CreateProp("overlappingLabels",PropertyType.Enum,"",softChart().OverlappingLabels),this.CreateProp("labelPadding",PropertyType.Number),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("binding",PropertyType.String),this.CreateProp("labelMin",PropertyType.Boolean),this.CreateProp("labelMax",PropertyType.Boolean),this.CreateProp("groupsOptions",PropertyType.Any)],[this.CreateEvent("rangeChanged")],[],"axes",!0);case softChart()&&softChart().Legend:return new MetaDataBase([this.CreateProp("orientation",PropertyType.Enum,"",softChart().Orientation),this.CreateProp("position",PropertyType.Enum,"",softChart().Position),this.CreateProp("title",PropertyType.String),this.CreateProp("titleAlign",PropertyType.String),this.CreateProp("maxSize",PropertyType.String),this.CreateProp("scrollbar",PropertyType.Boolean)],[],[],"legend",!1,!1,"");case softChart()&&softChart().DataLabelBase:return new MetaDataBase([this.CreateProp("content",PropertyType.Any,""),this.CreateProp("border",PropertyType.Boolean),this.CreateProp("offset",PropertyType.Number),this.CreateProp("connectingLine",PropertyType.Boolean)],[this.CreateEvent("rendering")],[],"dataLabel",!1,!1);case softChart()&&softChart().DataLabel:return this.getMetaData(softChart().DataLabelBase).add([this.CreateProp("position",PropertyType.Enum,"",softChart().LabelPosition)]);case softChart()&&softChart().PieDataLabel:return this.getMetaData(softChart().DataLabelBase).add([this.CreateProp("position",PropertyType.Enum,"",softChart().PieLabelPosition)]);case softChart()&&softChart().SeriesBase:return new MetaDataBase([this.CreateProp("axisX",PropertyType.Any),this.CreateProp("axisY",PropertyType.Any),this.CreateProp("binding",PropertyType.String),this.CreateProp("bindingX",PropertyType.String),this.CreateProp("cssClass",PropertyType.String),this.CreateProp("name",PropertyType.String),this.CreateProp("style",PropertyType.Any),this.CreateProp("altStyle",PropertyType.Any),this.CreateProp("symbolMarker",PropertyType.Enum,"",softChart().Marker),this.CreateProp("symbolSize",PropertyType.Number),this.CreateProp("symbolStyle",PropertyType.Any),this.CreateProp("visibility",PropertyType.Enum,"chart.seriesVisibilityChanged",softChart().SeriesVisibility),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("interpolateNulls",PropertyType.Boolean),this.CreateProp("tooltipContent",PropertyType.Any),this.CreateProp("itemFormatter",PropertyType.Function)],[this.CreateEvent("rendering"),this.CreateEvent("rendered")],[this.CreateComplexProp("axisX",!1,!0),this.CreateComplexProp("axisY",!1,!0)],"series",!0);case softChart()&&softChart().Series:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("chartType",PropertyType.Enum,"",softChart().ChartType)]);case softChart()&&softChart().LineMarker:return new MetaDataBase([this.CreateProp("isVisible",PropertyType.Boolean),this.CreateProp("seriesIndex",PropertyType.Number),this.CreateProp("horizontalPosition",PropertyType.Number),this.CreateProp("content",PropertyType.Function),this.CreateProp("verticalPosition",PropertyType.Number),this.CreateProp("alignment",PropertyType.Enum,"",softChart().LineMarkerAlignment),this.CreateProp("lines",PropertyType.Enum,"",softChart().LineMarkerLines),this.CreateProp("interaction",PropertyType.Enum,"",softChart().LineMarkerInteraction),this.CreateProp("dragLines",PropertyType.Boolean),this.CreateProp("dragThreshold",PropertyType.Number),this.CreateProp("dragContent",PropertyType.Boolean)],[this.CreateEvent("positionChanged")],[],void 0,void 0,void 0,"");case softChart()&&softChart().DataPoint:return new MetaDataBase([this.CreateProp("x",PropertyType.AnyPrimitive),this.CreateProp("y",PropertyType.AnyPrimitive)],[],[],"");case softChart()&&softChartAnnotation()&&softChartAnnotation().AnnotationLayer:return new MetaDataBase([],[],[],void 0,void 0,void 0,"");case"FlexChartAnnotation":return new MetaDataBase([this.CreateProp("type",PropertyType.String,"",null,!1),this.CreateProp("attachment",PropertyType.Enum,"",softChartAnnotation().AnnotationAttachment),this.CreateProp("position",PropertyType.Enum,"",softChartAnnotation().AnnotationPosition),this.CreateProp("point",PropertyType.Any),this.CreateProp("seriesIndex",PropertyType.Number),this.CreateProp("pointIndex",PropertyType.Number),this.CreateProp("offset",PropertyType.Any),this.CreateProp("style",PropertyType.Any),this.CreateProp("isVisible",PropertyType.Boolean),this.CreateProp("tooltip",PropertyType.String),this.CreateProp("text",PropertyType.String),this.CreateProp("content",PropertyType.String),this.CreateProp("name",PropertyType.String),this.CreateProp("width",PropertyType.Number),this.CreateProp("height",PropertyType.Number),this.CreateProp("start",PropertyType.Any),this.CreateProp("end",PropertyType.Any),this.CreateProp("radius",PropertyType.Number),this.CreateProp("length",PropertyType.Number),this.CreateProp("href",PropertyType.String)],[],[this.CreateComplexProp("point",!1,!0),this.CreateComplexProp("start",!1,!0),this.CreateComplexProp("end",!1,!0),this.CreateComplexProp("points",!0)],"items",!0);case softChart()&&softChartInteraction()&&softChartInteraction().RangeSelector:return new MetaDataBase([this.CreateProp("isVisible",PropertyType.Boolean),this.CreateProp("min",PropertyType.Number),this.CreateProp("max",PropertyType.Number),this.CreateProp("orientation",PropertyType.Enum,"",softChartInteraction().Orientation),this.CreateProp("seamless",PropertyType.Boolean),this.CreateProp("minScale",PropertyType.Number),this.CreateProp("maxScale",PropertyType.Number)],[this.CreateEvent("rangeChanged")],[],void 0,void 0,void 0,"");case softChart()&&softChartInteraction()&&softChartInteraction().ChartGestures:return new MetaDataBase([this.CreateProp("mouseAction",PropertyType.Enum,"",softChartInteraction().MouseAction),this.CreateProp("interactiveAxes",PropertyType.Enum,"",softChartInteraction().InteractiveAxes),this.CreateProp("enable",PropertyType.Boolean),this.CreateProp("scaleX",PropertyType.Number),this.CreateProp("scaleY",PropertyType.Number),this.CreateProp("posX",PropertyType.Number),this.CreateProp("posY",PropertyType.Number)],[],[],void 0,void 0,void 0,"");case softChart()&&softChartAnimation()&&softChartAnimation().ChartAnimation:return new MetaDataBase([this.CreateProp("animationMode",PropertyType.Enum,"",softChartAnimation().AnimationMode),this.CreateProp("easing",PropertyType.Enum,"",softChartAnimation().Easing),this.CreateProp("duration",PropertyType.Number),this.CreateProp("axisAnimation",PropertyType.Boolean)],[],[],void 0,void 0,void 0,"");case softChart()&&softChartFinance()&&softChartFinance().FinancialChart:return this.getMetaData(softChart().FlexChartCore).add([this.CreateProp("chartType",PropertyType.Enum,"",softChartFinance().FinancialChartType)]);case softChart()&&softChartFinance()&&softChartFinance().FinancialSeries:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("chartType",PropertyType.Enum,"",softChartFinance().FinancialChartType)]);case softChart()&&softChartRadar()&&softChartRadar().FlexRadar:return this.getMetaData(softChart().FlexChartCore).add([this.CreateProp("chartType",PropertyType.Enum,"",softChartRadar().RadarChartType),this.CreateProp("startAngle",PropertyType.Number),this.CreateProp("totalAngle",PropertyType.Number),this.CreateProp("reversed",PropertyType.Boolean),this.CreateProp("stacking",PropertyType.Enum,"",softChart().Stacking)]);case softChart()&&softChartRadar()&&softChartRadar().FlexRadarSeries:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("chartType",PropertyType.Enum,"",softChartRadar().RadarChartType)]);case softChart()&&softChartRadar()&&softChartRadar().FlexRadarAxis:return this.getMetaData(softChart().Axis);case softChart()&&softChartAnalytics()&&softChartAnalytics().TrendLineBase:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("sampleCount",PropertyType.Number)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().TrendLine:return this.getMetaData(softChartAnalytics().TrendLineBase).add([this.CreateProp("order",PropertyType.Number),this.CreateProp("fitType",PropertyType.Enum,"",softChartAnalytics().TrendLineFitType)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().MovingAverage:return this.getMetaData(softChartAnalytics().TrendLineBase).add([this.CreateProp("period",PropertyType.Number),this.CreateProp("type",PropertyType.Enum,"",softChartAnalytics().MovingAverageType)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().FunctionSeries:return this.getMetaData(softChartAnalytics().TrendLineBase).add([this.CreateProp("min",PropertyType.Number),this.CreateProp("max",PropertyType.Number)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().YFunctionSeries:return this.getMetaData(softChartAnalytics().FunctionSeries).add([this.CreateProp("func",PropertyType.Function)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().ParametricFunctionSeries:return this.getMetaData(softChartAnalytics().FunctionSeries).add([this.CreateProp("func",PropertyType.Function),this.CreateProp("xFunc",PropertyType.Function),this.CreateProp("yFunc",PropertyType.Function)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().Waterfall:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("relativeData",PropertyType.Boolean),this.CreateProp("start",PropertyType.Number),this.CreateProp("startLabel",PropertyType.String),this.CreateProp("showTotal",PropertyType.Boolean),this.CreateProp("totalLabel",PropertyType.String),this.CreateProp("showIntermediateTotal",PropertyType.Boolean),this.CreateProp("intermediateTotalPositions",PropertyType.Any),this.CreateProp("intermediateTotalLabels",PropertyType.Any),this.CreateProp("connectorLines",PropertyType.Boolean),this.CreateProp("styles",PropertyType.Any)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().BoxWhisker:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("quartileCalculation",PropertyType.Enum,"",softChartAnalytics().QuartileCalculation),this.CreateProp("groupWidth",PropertyType.Number),this.CreateProp("gapWidth",PropertyType.Number),this.CreateProp("showMeanLine",PropertyType.Boolean),this.CreateProp("meanLineStyle",PropertyType.Any),this.CreateProp("showMeanMarker",PropertyType.Boolean),this.CreateProp("meanMarkerStyle",PropertyType.Any),this.CreateProp("showInnerPoints",PropertyType.Boolean),this.CreateProp("showOutliers",PropertyType.Boolean)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().ErrorBar:return this.getMetaData(softChart().Series).add([this.CreateProp("errorBarStyle",PropertyType.Any),this.CreateProp("value",PropertyType.Any),this.CreateProp("errorAmount",PropertyType.Enum,"",softChartAnalytics().ErrorAmount),this.CreateProp("endStyle",PropertyType.Enum,"",softChartAnalytics().ErrorBarEndStyle),this.CreateProp("direction",PropertyType.Enum,"",softChartAnalytics().ErrorBarDirection)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().BreakEven:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("fixedCost",PropertyType.Number),this.CreateProp("variableCost",PropertyType.Number),this.CreateProp("salesPrice",PropertyType.Number),this.CreateProp("styles",PropertyType.Any)]);case softChart()&&softChart().PlotArea:return new MetaDataBase([this.CreateProp("column",PropertyType.Number),this.CreateProp("height",PropertyType.String),this.CreateProp("name",PropertyType.String),this.CreateProp("row",PropertyType.Number),this.CreateProp("style",PropertyType.Any),this.CreateProp("width",PropertyType.String)],[],[],"plotAreas",!0);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().Fibonacci:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("high",PropertyType.Number),this.CreateProp("low",PropertyType.Number),this.CreateProp("labelPosition",PropertyType.Enum,"",softChart().LabelPosition),this.CreateProp("levels",PropertyType.Any),this.CreateProp("minX",PropertyType.AnyPrimitive),this.CreateProp("maxX",PropertyType.AnyPrimitive),this.CreateProp("uptrend",PropertyType.Boolean)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().FibonacciTimeZones:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("startX",PropertyType.Any),this.CreateProp("endX",PropertyType.Any),this.CreateProp("labelPosition",PropertyType.Enum,"",softChart().LabelPosition),this.CreateProp("levels",PropertyType.Any)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().FibonacciArcs:case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().FibonacciFans:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("start",PropertyType.Any),this.CreateProp("end",PropertyType.Any),this.CreateProp("labelPosition",PropertyType.Enum,"",softChart().LabelPosition),this.CreateProp("levels",PropertyType.Any)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().OverlayIndicatorBase:return this.getMetaData(softChart().SeriesBase);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().SingleOverlayIndicatorBase:return this.getMetaData(softChartFinanceAnalytics().OverlayIndicatorBase).add([this.CreateProp("period",PropertyType.Number)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().MacdBase:return this.getMetaData(softChartFinanceAnalytics().OverlayIndicatorBase).add([this.CreateProp("fastPeriod",PropertyType.Number),this.CreateProp("slowPeriod",PropertyType.Number),this.CreateProp("smoothingPeriod",PropertyType.Number)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().Macd:return this.getMetaData(softChartFinanceAnalytics().MacdBase).add([this.CreateProp("styles",PropertyType.Any)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().MacdHistogram:return this.getMetaData(softChartFinanceAnalytics().MacdBase);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().ATR:case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().RSI:case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().WilliamsR:return this.getMetaData(softChartFinanceAnalytics().SingleOverlayIndicatorBase);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().CCI:return this.getMetaData(softChartFinanceAnalytics().SingleOverlayIndicatorBase).add([this.CreateProp("constant",PropertyType.Number)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().Stochastic:return this.getMetaData(softChartFinanceAnalytics().OverlayIndicatorBase).add([this.CreateProp("dPeriod",PropertyType.Number),this.CreateProp("kPeriod",PropertyType.Number),this.CreateProp("smoothingPeriod",PropertyType.Number),this.CreateProp("styles",PropertyType.Any)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().Envelopes:return this.getMetaData(softChartFinanceAnalytics().OverlayIndicatorBase).add([this.CreateProp("period",PropertyType.Number),this.CreateProp("size",PropertyType.Number),this.CreateProp("type",PropertyType.Enum,"",softChartFinanceAnalytics().MovingAverageType)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().BollingerBands:return this.getMetaData(softChartFinanceAnalytics().OverlayIndicatorBase).add([this.CreateProp("period",PropertyType.Number),this.CreateProp("multiplier",PropertyType.Number)]);case softChart()&&softChartMap()&&softChartMap().FlexMap:return this.getMetaData(softChart().FlexChartBase).add([this.CreateProp("center",PropertyType.Any),this.CreateProp("zoom",PropertyType.Number)],[],[]);case softChart()&&softChartMap()&&softChartMap().MapLayerBase:return new MetaDataBase([this.CreateProp("style",PropertyType.Any),this.CreateProp("itemsSource",PropertyType.Any,"itemsSourceChanged"),this.CreateProp("url",PropertyType.String)],[this.CreateEvent("itemsSourceChanged",!0)],[],"layers",!0);case softChart()&&softChartMap()&&softChartMap().ScatterMapLayer:return this.getMetaData(softChartMap().MapLayerBase).add([this.CreateProp("symbolSize",PropertyType.Number),this.CreateProp("symbolMinSize",PropertyType.Number),this.CreateProp("symbolMaxSize",PropertyType.Number),this.CreateProp("binding",PropertyType.String)]);case softChart()&&softChartMap()&&softChartMap().GeoMapLayer:return this.getMetaData(softChartMap().MapLayerBase).add([this.CreateProp("itemFormatter",PropertyType.Any)]);case softChart()&&softChartMap()&&softChartMap().GeoGridLayer:return this.getMetaData(softChartMap().MapLayerBase);case softChart()&&softChartMap()&&softChartMap().ColorScale:return new MetaDataBase([this.CreateProp("scale",PropertyType.Number),this.CreateProp("binding",PropertyType.String),this.CreateProp("colorUnknown",PropertyType.String),this.CreateProp("colors",PropertyType.Any),this.CreateProp("format",PropertyType.String)],[],[],"colorScale",!1);case softGauge()&&softGauge().Gauge:return this.getMetaData(wjcCore.Control).add([this.CreateProp("value",PropertyType.Number,"valueChanged"),this.CreateProp("min",PropertyType.Number),this.CreateProp("max",PropertyType.Number),this.CreateProp("origin",PropertyType.Number),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("handleWheel",PropertyType.Boolean),this.CreateProp("step",PropertyType.Number),this.CreateProp("format",PropertyType.String),this.CreateProp("thickness",PropertyType.Number),this.CreateProp("hasShadow",PropertyType.Boolean),this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("showText",PropertyType.Enum,"",softGauge().ShowText),this.CreateProp("showTicks",PropertyType.Boolean),this.CreateProp("showTickText",PropertyType.Boolean),this.CreateProp("showRanges",PropertyType.Boolean),this.CreateProp("stackRanges",PropertyType.Boolean),this.CreateProp("thumbSize",PropertyType.Number),this.CreateProp("tickSpacing",PropertyType.Number),this.CreateProp("getText",PropertyType.Function)],[this.CreateEvent("valueChanged",!0)],[this.CreateComplexProp("ranges",!0),this.CreateComplexProp("pointer",!1,!1),this.CreateComplexProp("face",!1,!1)]).addOptions({ngModelProperty:"value"});case softGauge()&&softGauge().LinearGauge:return this.getMetaData(softGauge().Gauge).add([this.CreateProp("direction",PropertyType.Enum,"",softGauge().GaugeDirection)]);case softGauge()&&softGauge().BulletGraph:return this.getMetaData(softGauge().LinearGauge).add([this.CreateProp("target",PropertyType.Number),this.CreateProp("good",PropertyType.Number),this.CreateProp("bad",PropertyType.Number)]);case softGauge()&&softGauge().RadialGauge:return this.getMetaData(softGauge().Gauge).add([this.CreateProp("autoScale",PropertyType.Boolean),this.CreateProp("startAngle",PropertyType.Number),this.CreateProp("sweepAngle",PropertyType.Number),this.CreateProp("needleShape",PropertyType.Enum,"",softGauge().NeedleShape),this.CreateProp("needleLength",PropertyType.Enum,"",softGauge().NeedleLength),this.CreateProp("needleElement",PropertyType.Any)]);case softGauge()&&softGauge().Range:return new MetaDataBase([this.CreateProp("color",PropertyType.String),this.CreateProp("min",PropertyType.Number),this.CreateProp("max",PropertyType.Number),this.CreateProp("name",PropertyType.String),this.CreateProp("thickness",PropertyType.Number)],[],[],"ranges",!0);case softOlap()&&softOlap().PivotGrid:return this.getMetaData(softGrid().FlexGrid).add([this.CreateProp("showDetailOnDoubleClick",PropertyType.Boolean),this.CreateProp("customContextMenu",PropertyType.Boolean),this.CreateProp("collapsibleSubtotals",PropertyType.Boolean),this.CreateProp("centerHeadersVertically",PropertyType.Boolean),this.CreateProp("showColumnFieldHeaders",PropertyType.Boolean),this.CreateProp("showRowFieldHeaders",PropertyType.Boolean),this.CreateProp("showValueFieldHeaders",PropertyType.Boolean),this.CreateProp("outlineMode",PropertyType.Boolean)]);case softOlap()&&softOlap().PivotChart:return this.getMetaData(wjcCore.Control).add([this.CreateProp("chartType",PropertyType.Enum,"",softOlap().PivotChartType),this.CreateProp("showHierarchicalAxes",PropertyType.Boolean),this.CreateProp("showTotals",PropertyType.Boolean),this.CreateProp("showTitle",PropertyType.Boolean),this.CreateProp("showLegend",PropertyType.Enum,"",softOlap().LegendVisibility),this.CreateProp("legendPosition",PropertyType.Enum,"",softChart().Position),this.CreateProp("stacking",PropertyType.Enum,"",softChart().Stacking),this.CreateProp("maxSeries",PropertyType.Number),this.CreateProp("maxPoints",PropertyType.Number),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("header",PropertyType.String),this.CreateProp("footer",PropertyType.String),this.CreateProp("headerStyle",PropertyType.Any),this.CreateProp("footerStyle",PropertyType.Any)]);case softOlap()&&softOlap().PivotPanel:return this.getMetaData(wjcCore.Control).add([this.CreateProp("autoGenerateFields",PropertyType.Boolean),this.CreateProp("viewDefinition",PropertyType.String),this.CreateProp("engine",PropertyType.Any),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("showFieldIcons",PropertyType.Boolean),this.CreateProp("restrictDragging",PropertyType.Boolean),this.CreateProp("deferredUpdate",PropertyType.Boolean)],[this.CreateEvent("itemsSourceChanged"),this.CreateEvent("viewDefinitionChanged"),this.CreateEvent("updatingView"),this.CreateEvent("updatedView")]);case softOlap()&&softOlap().Slicer:return this.getMetaData(wjcCore.Control).add([this.CreateProp("field",PropertyType.Any),this.CreateProp("showHeader",PropertyType.Boolean),this.CreateProp("header",PropertyType.String),this.CreateProp("showCheckboxes",PropertyType.Boolean),this.CreateProp("multiSelect",PropertyType.Boolean)]);case softOlap()&&softOlap().PivotField:return new MetaDataBase([this.CreateProp("binding",PropertyType.String),this.CreateProp("header",PropertyType.String),this.CreateProp("aggregate",PropertyType.Enum,"",wjcCore.Aggregate),this.CreateProp("showAs",PropertyType.Enum,"",softOlap().ShowAs),this.CreateProp("format",PropertyType.String),this.CreateProp("width",PropertyType.Number),this.CreateProp("wordWrap",PropertyType.Boolean),this.CreateProp("descending",PropertyType.Boolean),this.CreateProp("isContentHtml",PropertyType.Boolean),this.CreateProp("visible",PropertyType.Boolean),this.CreateProp("dataType",PropertyType.Enum,"",wjcCore.DataType),this.CreateProp("getValue",PropertyType.Function),this.CreateProp("getAggregateValue",PropertyType.Function)],[],[],"",!0,!0,"");case softViewer()&&softViewer().ViewerBase:return this.getMetaData(wjcCore.Control).add([this.CreateProp("serviceUrl",PropertyType.String),this.CreateProp("filePath",PropertyType.String),this.CreateProp("fullScreen",PropertyType.Boolean,"fullScreenChanged"),this.CreateProp("zoomFactor",PropertyType.Number,"zoomFactorChanged"),this.CreateProp("zoomMode",PropertyType.Enum,"zoomModeChanged",softViewer().ZoomMode),this.CreateProp("mouseMode",PropertyType.Enum,"mouseModeChanged",softViewer().MouseMode),this.CreateProp("viewMode",PropertyType.Enum,"viewModeChanged",softViewer().ViewMode),this.CreateProp("requestHeaders",PropertyType.Any)],[this.CreateEvent("pageIndexChanged"),this.CreateEvent("viewModeChanged"),this.CreateEvent("mouseModeChanged"),this.CreateEvent("fullScreenChanged"),this.CreateEvent("zoomFactorChanged",!0),this.CreateEvent("zoomModeChanged",!0),this.CreateEvent("queryLoadingData"),this.CreateEvent("beforeSendRequest")]);case softViewer()&&softViewer().ReportViewer:return this.getMetaData(softViewer().ViewerBase).add([this.CreateProp("parameters",PropertyType.Any),this.CreateProp("paginated",PropertyType.Boolean),this.CreateProp("reportName",PropertyType.String)]);case softViewer()&&softViewer().PdfViewer:return this.getMetaData(softViewer().ViewerBase);case softNav()&&softNav().TreeView:return this.getMetaData(wjcCore.Control).add([this.CreateProp("childItemsPath",PropertyType.Any),this.CreateProp("displayMemberPath",PropertyType.Any),this.CreateProp("imageMemberPath",PropertyType.Any),this.CreateProp("checkedMemberPath",PropertyType.Any),this.CreateProp("isContentHtml",PropertyType.Boolean),this.CreateProp("showCheckboxes",PropertyType.Boolean),this.CreateProp("autoCollapse",PropertyType.Boolean),this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("allowDragging",PropertyType.Boolean),this.CreateProp("checkOnClick",PropertyType.Boolean),this.CreateProp("expandOnClick",PropertyType.Boolean),this.CreateProp("collapseOnClick",PropertyType.Boolean),this.CreateProp("expandOnLoad",PropertyType.Boolean),this.CreateProp("lazyLoadFunction",PropertyType.Function),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("selectedItem",PropertyType.Any,"selectedItemChanged"),this.CreateProp("selectedNode",PropertyType.Any,"selectedItemChanged"),this.CreateProp("checkedItems",PropertyType.Any,"checkedItemsChanged")],[this.CreateEvent("itemsSourceChanged",!0),this.CreateEvent("loadingItems"),this.CreateEvent("loadedItems"),this.CreateEvent("itemClicked"),this.CreateEvent("selectedItemChanged"),this.CreateEvent("checkedItemsChanged",!0),this.CreateEvent("isCollapsedChanging"),this.CreateEvent("isCollapsedChanged"),this.CreateEvent("isCheckedChanging"),this.CreateEvent("isCheckedChanged"),this.CreateEvent("formatItem"),this.CreateEvent("dragStart"),this.CreateEvent("dragOver"),this.CreateEvent("drop"),this.CreateEvent("dragEnd"),this.CreateEvent("nodeEditStarting"),this.CreateEvent("nodeEditStarted"),this.CreateEvent("nodeEditEnding"),this.CreateEvent("nodeEditEnded")]);case softNav()&&softNav().TabPanel:return this.getMetaData(wjcCore.Control).add([this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("autoSwitch",PropertyType.Boolean),this.CreateProp("selectedIndex",PropertyType.Number,"selectedIndexChanged"),this.CreateProp("selectedTab",PropertyType.Any,"selectedIndexChanged")],[this.CreateEvent("selectedIndexChanged",!0)]);case softNav()&&softNav().Tab:return new MetaDataBase([this.CreateProp("isDisabled",PropertyType.Boolean),this.CreateProp("isVisible",PropertyType.Boolean)],[],[],"tabs",!0);case softNav()&&softNav().Accordion:return this.getMetaData(wjcCore.Control).add([this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("autoSwitch",PropertyType.Boolean),this.CreateProp("selectedIndex",PropertyType.Number,"selectedIndexChanged"),this.CreateProp("selectedPane",PropertyType.Any),this.CreateProp("showIcons",PropertyType.Boolean),this.CreateProp("allowCollapseAll",PropertyType.Boolean),this.CreateProp("allowExpandMany",PropertyType.Boolean)],[this.CreateEvent("selectedIndexChanged",!0)]);case softNav()&&softNav().AccordionPane:return new MetaDataBase([this.CreateProp("isDisabled",PropertyType.Boolean),this.CreateProp("isVisible",PropertyType.Boolean),this.CreateProp("isCollapsed",PropertyType.Boolean)],[],[],"panes",!0);case softBarcode()&&softBarcode().BarcodeBase:return this.getMetaData(wjcCore.Control).add([this.CreateProp("value",PropertyType.AnyPrimitive),this.CreateProp("quietZone",PropertyType.Any),this.CreateProp("renderType",PropertyType.Enum,null,softBarcode().RenderType),this.CreateProp("color",PropertyType.String),this.CreateProp("backgroundColor",PropertyType.String),this.CreateProp("hideExtraChecksum",PropertyType.Boolean),this.CreateProp("font",PropertyType.Any)],[this.CreateEvent("isValidChanged")]);case softBarcodeCommon()&&softBarcodeCommon().Codabar:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("checkDigit",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition),this.CreateProp("nwRatio",PropertyType.Enum,null,softBarcode().NarrowToWideRatio)]);case softBarcodeCommon()&&softBarcodeCommon().EanBase:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeCommon()&&softBarcodeCommon().Ean8:return this.getMetaData(softBarcodeCommon().EanBase);case softBarcodeCommon()&&softBarcodeCommon().Ean13:return this.getMetaData(softBarcodeCommon().EanBase).add([this.CreateProp("addOn",PropertyType.AnyPrimitive),this.CreateProp("addOnHeight",PropertyType.AnyPrimitive),this.CreateProp("addOnLabelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeCommon()&&softBarcodeCommon().Code39:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("checkDigit",PropertyType.Boolean),this.CreateProp("fullAscii",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition),this.CreateProp("nwRatio",PropertyType.Enum,null,softBarcode().NarrowToWideRatio),this.CreateProp("labelWithStartAndStopCharacter",PropertyType.Boolean)]);case softBarcodeCommon()&&softBarcodeCommon().Code128:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("codeSet",PropertyType.Enum,null,softBarcodeCommon().Code128CodeSet),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeCommon()&&softBarcodeCommon().Gs1_128:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeCommon()&&softBarcodeCommon().UpcBase:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("addOn",PropertyType.AnyPrimitive),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition),this.CreateProp("addOnHeight",PropertyType.AnyPrimitive),this.CreateProp("addOnLabelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeCommon()&&softBarcodeCommon().UpcA:case softBarcodeCommon()&&softBarcodeCommon().UpcE0:case softBarcodeCommon()&&softBarcodeCommon().UpcE1:return this.getMetaData(softBarcodeCommon().UpcBase);case softBarcodeCommon()&&softBarcodeCommon().QrCode:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("charCode",PropertyType.Number),this.CreateProp("charset",PropertyType.Enum,null,softBarcodeCommon().QrCodeCharset),this.CreateProp("model",PropertyType.Enum,null,softBarcodeCommon().QrCodeModel),this.CreateProp("version",PropertyType.AnyPrimitive),this.CreateProp("errorCorrectionLevel",PropertyType.Enum,null,softBarcodeCommon().QrCodeCorrectionLevel),this.CreateProp("mask",PropertyType.Number),this.CreateProp("connection",PropertyType.Boolean),this.CreateProp("connectionIndex",PropertyType.Number)]);case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarBase:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition),this.CreateProp("linkage",PropertyType.String),this.CreateProp("linkageVersion",PropertyType.Enum,null,softBarcodeComposite().Gs1DataBarLinkageVersion),this.CreateProp("linkageHeight",PropertyType.AnyPrimitive),this.CreateProp("hideLinkageText",PropertyType.Boolean),this.CreateProp("hideAiText",PropertyType.Boolean)]);case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarOmnidirectional:case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarTruncated:return this.getMetaData(softBarcodeComposite().Gs1DataBarBase);case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarStacked:case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarStackedOmnidirectional:return this.getMetaData(softBarcodeComposite().Gs1DataBarBase).add([this.CreateProp("ratio",PropertyType.Number)]);case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarLimited:return this.getMetaData(softBarcodeComposite().Gs1DataBarBase);case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarExpanded:return this.getMetaData(softBarcodeComposite().Gs1DataBarBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number)]);case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarExpandedStacked:return this.getMetaData(softBarcodeComposite().Gs1DataBarBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("rowCount",PropertyType.AnyPrimitive)]);case softBarcodeComposite()&&softBarcodeComposite().Pdf417:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("errorCorrectionLevel",PropertyType.AnyPrimitive),this.CreateProp("columns",PropertyType.AnyPrimitive),this.CreateProp("rows",PropertyType.AnyPrimitive),this.CreateProp("compact",PropertyType.Boolean)]);case softBarcodeComposite()&&softBarcodeComposite().MicroPdf417:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("dimensions",PropertyType.Enum,null,softBarcodeComposite().MicroPdfDimensions),this.CreateProp("compactionMode",PropertyType.Enum,null,softBarcodeComposite().MicroPdfCompactionMode),this.CreateProp("structuredAppend",PropertyType.Boolean),this.CreateProp("segmentIndex",PropertyType.Number),this.CreateProp("fileId",PropertyType.Number),this.CreateProp("optionalFields",PropertyType.Any)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().DataMatrixBase:return this.getMetaData(softBarcode().BarcodeBase);case softBarcodeSpecialized()&&softBarcodeSpecialized().DataMatrixEcc000:return this.getMetaData(softBarcodeSpecialized().DataMatrixBase).add([this.CreateProp("version",PropertyType.Enum,null,softBarcodeSpecialized().DataMatrixVersion),this.CreateProp("symbolSize",PropertyType.Enum,null,softBarcodeSpecialized().Ecc000_140SymbolSize)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().DataMatrixEcc200:return this.getMetaData(softBarcodeSpecialized().DataMatrixBase).add([this.CreateProp("symbolSize",PropertyType.Enum,null,softBarcodeSpecialized().Ecc200SymbolSize),this.CreateProp("encodingMode",PropertyType.Enum,null,softBarcodeSpecialized().Ecc200EncodingMode),this.CreateProp("structuredAppend",PropertyType.Boolean),this.CreateProp("structureNumber",PropertyType.Number),this.CreateProp("fileIdentifier",PropertyType.Number)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().Code49:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("grouping",PropertyType.Boolean),this.CreateProp("groupIndex",PropertyType.Number),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().Code93:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("checkDigit",PropertyType.Boolean),this.CreateProp("fullAscii",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().Itf14:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("nwRatio",PropertyType.Enum,null,softBarcode().NarrowToWideRatio),this.CreateProp("bearerBar",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().Interleaved2of5:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("nwRatio",PropertyType.Enum,null,softBarcode().NarrowToWideRatio),this.CreateProp("bearerBar",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition),this.CreateProp("checkCharacter",PropertyType.Boolean)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().JapanesePostal:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)])}return new MetaDataBase([])}static getClassName(e){return(e.toString().match(/function (.+?)\(/)||[,""])[1]}static toCamelCase(e){return e.toLowerCase().replace(/-(.)/g,(function(e,t){return t.toUpperCase()}))}static findInArr(e,t,r){for(var o in e)if(e[o][t]===r)return e[o];return null}}exports.ControlMetaFactory=ControlMetaFactory;class PropDescBase{constructor(e,t,r,o,a=!0,p=0){this._priority=0;this._propertyName=e;this._propertyType=t;this._changeEvent=r;this._enumType=o;this._isNativeControlProperty=a;this._priority=p}get propertyName(){return this._propertyName}get propertyType(){return this._propertyType}get changeEvent(){return this._changeEvent}get enumType(){return this._enumType}get bindingMode(){return this.changeEvent?BindingMode.TwoWay:BindingMode.OneWay}get isNativeControlProperty(){return this._isNativeControlProperty}get priority(){return this._priority}get shouldUpdateSource(){return this.bindingMode===BindingMode.TwoWay&&this.propertyType!=PropertyType.EventHandler}initialize(e){wjcCore.copy(this,e)}castValueToType(e){if(null==e)return e;var t=this.propertyType,r=PropertyType;if(t===r.AnyPrimitive){if(!wjcCore.isString(e))return e;if("true"!==e&&"false"!==e){o=+e;if(!isNaN(o))return o;var o=this._parseDate(e);return wjcCore.isString(o)?e:o}t=r.Boolean}switch(t){case r.Number:if("string"==typeof e){if(e.indexOf("*")>=0)return e;if(""===e.trim())return null}return+e;case r.Boolean:return"true"===e||"false"!==e&&!!e;case r.String:return e+"";case r.Date:return this._parseDate(e);case r.Enum:return"number"==typeof e?e:this.enumType[e];default:return e}}_parseDate(e){if(e&&wjcCore.isString(e)){e=e.replace(/["']/g,"");var t=wjcCore.changeType(e,wjcCore.DataType.Date,"r");if(wjcCore.isDate(t))return t}return e}}exports.PropDescBase=PropDescBase;var PropertyType,BindingMode;!function(e){e[e.Boolean=0]="Boolean";e[e.Number=1]="Number";e[e.Date=2]="Date";e[e.String=3]="String";e[e.AnyPrimitive=4]="AnyPrimitive";e[e.Enum=5]="Enum";e[e.Function=6]="Function";e[e.EventHandler=7]="EventHandler";e[e.Any=8]="Any"}(PropertyType=exports.PropertyType||(exports.PropertyType={}));function isSimpleType(e){return e<=PropertyType.Enum}exports.isSimpleType=isSimpleType;!function(e){e[e.OneWay=0]="OneWay";e[e.TwoWay=1]="TwoWay"}(BindingMode=exports.BindingMode||(exports.BindingMode={}));class EventDescBase{constructor(e,t){this._eventName=e;this._isPropChanged=t}get eventName(){return this._eventName}get isPropChanged(){return!0===this._isPropChanged}}exports.EventDescBase=EventDescBase;class ComplexPropDescBase{constructor(e,t,r=!1){this.isArray=!1;this._ownsObject=!1;this.propertyName=e;this.isArray=t;this._ownsObject=r}get ownsObject(){return this.isArray||this._ownsObject}}exports.ComplexPropDescBase=ComplexPropDescBase;class MetaDataBase{constructor(e,t,r,o,a,p,i,s){this._props=[];this._events=[];this._complexProps=[];this.props=e;this.events=t;this.complexProps=r;this.parentProperty=o;this.isParentPropertyArray=a;this.ownsObject=p;this.parentReferenceProperty=i;this.ngModelProperty=s}get props(){return this._props}set props(e){this._props=e||[]}get events(){return this._events}set events(e){this._events=e||[]}get complexProps(){return this._complexProps}set complexProps(e){this._complexProps=e||[]}add(e,t,r,o,a,p,i,s){return this.addOptions({props:e,events:t,complexProps:r,parentProperty:o,isParentPropertyArray:a,ownsObject:p,parentReferenceProperty:i,ngModelProperty:s})}addOptions(e){for(var t in e){var r=this[t],o=e[t];r instanceof Array?this[t]=r.concat(o||[]):void 0!==o&&(this[t]=o)}return this}prepare(){var e=[].concat(this._props);this._props.sort((function(t,r){var o=t.priority-r.priority;o||(o=e.indexOf(t)-e.indexOf(r));return o}))}}exports.MetaDataBase=MetaDataBase;wijmo_1._registerModule("wijmo.meta",selfModule);
|
|
14
|
+
"use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_1=require("@mescius/wijmo"),wjcCore=__importStar(require("@mescius/wijmo")),selfModule=__importStar(require("@mescius/wijmo.meta"));function softChart(){return wijmo_1._getModule("wijmo.chart")}exports.softChart=softChart;function softChartAnalytics(){return wijmo_1._getModule("wijmo.chart.analytics")}exports.softChartAnalytics=softChartAnalytics;function softChartAnimation(){return wijmo_1._getModule("wijmo.chart.animation")}exports.softChartAnimation=softChartAnimation;function softChartAnnotation(){return wijmo_1._getModule("wijmo.chart.annotation")}exports.softChartAnnotation=softChartAnnotation;function softChartFinance(){return wijmo_1._getModule("wijmo.chart.finance")}exports.softChartFinance=softChartFinance;function softChartFinanceAnalytics(){return wijmo_1._getModule("wijmo.chart.finance.analytics")}exports.softChartFinanceAnalytics=softChartFinanceAnalytics;function softChartHierarchical(){return wijmo_1._getModule("wijmo.chart.hierarchical")}exports.softChartHierarchical=softChartHierarchical;function softChartInteraction(){return wijmo_1._getModule("wijmo.chart.interaction")}exports.softChartInteraction=softChartInteraction;function softChartRadar(){return wijmo_1._getModule("wijmo.chart.radar")}exports.softChartRadar=softChartRadar;function softChartMap(){return wijmo_1._getModule("wijmo.chart.map")}exports.softChartMap=softChartMap;function softGauge(){return wijmo_1._getModule("wijmo.gauge")}exports.softGauge=softGauge;function softGrid(){return wijmo_1._getModule("wijmo.grid")}exports.softGrid=softGrid;function softGridDetail(){return wijmo_1._getModule("wijmo.grid.detail")}exports.softGridDetail=softGridDetail;function softGridFilter(){return wijmo_1._getModule("wijmo.grid.filter")}exports.softGridFilter=softGridFilter;function softGridGrouppanel(){return wijmo_1._getModule("wijmo.grid.grouppanel")}exports.softGridGrouppanel=softGridGrouppanel;function softGridSearch(){return wijmo_1._getModule("wijmo.grid.search")}exports.softGridSearch=softGridSearch;function softGridMultirow(){return wijmo_1._getModule("wijmo.grid.multirow")}exports.softGridMultirow=softGridMultirow;function softGridSheet(){return wijmo_1._getModule("wijmo.grid.sheet")}exports.softGridSheet=softGridSheet;function softGridTransposed(){return wijmo_1._getModule("wijmo.grid.transposed")}exports.softGridTransposed=softGridTransposed;function softGridTransposedMultiRow(){return wijmo_1._getModule("wijmo.grid.transposedmultirow")}exports.softGridTransposedMultiRow=softGridTransposedMultiRow;function softGridImmutable(){return wijmo_1._getModule("wijmo.grid.immutable")}exports.softGridImmutable=softGridImmutable;function softNav(){return wijmo_1._getModule("wijmo.nav")}exports.softNav=softNav;function softOlap(){return wijmo_1._getModule("wijmo.olap")}exports.softOlap=softOlap;function softViewer(){return wijmo_1._getModule("wijmo.viewer")}exports.softViewer=softViewer;function softInput(){return wijmo_1._getModule("wijmo.input")}exports.softInput=softInput;function softBarcode(){return wijmo_1._getModule("wijmo.barcode")}exports.softBarcode=softBarcode;function softBarcodeCommon(){return wijmo_1._getModule("wijmo.barcode.common")}exports.softBarcodeCommon=softBarcodeCommon;function softBarcodeComposite(){return wijmo_1._getModule("wijmo.barcode.composite")}exports.softBarcodeComposite=softBarcodeComposite;function softBarcodeSpecialized(){return wijmo_1._getModule("wijmo.barcode.specialized")}exports.softBarcodeSpecialized=softBarcodeSpecialized;class ControlMetaFactory{static CreateProp(e,t,r,o,a,p){return new PropDescBase(e,t,r,o,a,p)}static CreateEvent(e,t){return new EventDescBase(e,t)}static CreateComplexProp(e,t,r){return new ComplexPropDescBase(e,t,r)}static findProp(e,t){return this.findInArr(t,"propertyName",e)}static findEvent(e,t){return this.findInArr(t,"eventName",e)}static findComplexProp(e,t){return this.findInArr(t,"propertyName",e)}static getMetaData(e){switch(e){case wjcCore.Control:return new MetaDataBase([this.CreateProp("isDisabled",PropertyType.Boolean),this.CreateProp("tabOrder",PropertyType.Number)],[this.CreateEvent("gotFocus"),this.CreateEvent("lostFocus"),this.CreateEvent("refreshing"),this.CreateEvent("refreshed"),this.CreateEvent("invalidInput")]);case softInput()&&softInput().DropDown:return this.getMetaData(wjcCore.Control).add([this.CreateProp("isDroppedDown",PropertyType.Boolean,"isDroppedDownChanged"),this.CreateProp("showDropDownButton",PropertyType.Boolean),this.CreateProp("autoExpandSelection",PropertyType.Boolean),this.CreateProp("placeholder",PropertyType.String),this.CreateProp("dropDownCssClass",PropertyType.String),this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("isRequired",PropertyType.Boolean),this.CreateProp("inputType",PropertyType.String),this.CreateProp("clickAction",PropertyType.Enum,"",softInput().ClickAction),this.CreateProp("text",PropertyType.String,"textChanged",null,!0,1e3)],[this.CreateEvent("isDroppedDownChanging"),this.CreateEvent("isDroppedDownChanged",!0),this.CreateEvent("textChanged",!0)]);case softInput()&&softInput().ComboBox:return this.getMetaData(softInput().DropDown).add([this.CreateProp("displayMemberPath",PropertyType.String),this.CreateProp("selectedValuePath",PropertyType.String),this.CreateProp("headerPath",PropertyType.String),this.CreateProp("isContentHtml",PropertyType.Boolean),this.CreateProp("isEditable",PropertyType.Boolean),this.CreateProp("handleWheel",PropertyType.Boolean),this.CreateProp("maxDropDownHeight",PropertyType.Number),this.CreateProp("maxDropDownWidth",PropertyType.Number),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("showGroups",PropertyType.Boolean),this.CreateProp("trimText",PropertyType.Boolean),this.CreateProp("caseSensitiveSearch",PropertyType.Boolean),this.CreateProp("virtualizationThreshold",PropertyType.Number),this.CreateProp("itemsSource",PropertyType.Any,"",null,!0,900),this.CreateProp("selectedIndex",PropertyType.Number,"selectedIndexChanged",null,!0,1e3),this.CreateProp("selectedItem",PropertyType.Any,"selectedIndexChanged",null,!0,1e3),this.CreateProp("selectedValue",PropertyType.Any,"selectedIndexChanged",null,!0,1e3)],[this.CreateEvent("itemsSourceChanged"),this.CreateEvent("formatItem"),this.CreateEvent("selectedIndexChanged",!0)]).addOptions({ngModelProperty:"selectedValue"});case softInput()&&softInput().AutoComplete:return this.getMetaData(softInput().ComboBox).add([this.CreateProp("delay",PropertyType.Number),this.CreateProp("maxItems",PropertyType.Number),this.CreateProp("minLength",PropertyType.Number),this.CreateProp("cssMatch",PropertyType.String),this.CreateProp("itemsSourceFunction",PropertyType.Function),this.CreateProp("searchMemberPath",PropertyType.String),this.CreateProp("beginsWithSearch",PropertyType.Boolean)]);case softInput()&&softInput().Calendar:return this.getMetaData(wjcCore.Control).add([this.CreateProp("monthView",PropertyType.Boolean),this.CreateProp("showHeader",PropertyType.Boolean),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("itemValidator",PropertyType.Function),this.CreateProp("firstDayOfWeek",PropertyType.Number),this.CreateProp("max",PropertyType.Date),this.CreateProp("min",PropertyType.Date),this.CreateProp("formatYearMonth",PropertyType.String),this.CreateProp("formatDayHeaders",PropertyType.String),this.CreateProp("formatDays",PropertyType.String),this.CreateProp("formatYear",PropertyType.String),this.CreateProp("formatMonths",PropertyType.String),this.CreateProp("selectionMode",PropertyType.Enum,"",softInput().DateSelectionMode),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("handleWheel",PropertyType.Boolean),this.CreateProp("repeatButtons",PropertyType.Boolean),this.CreateProp("showYearPicker",PropertyType.Boolean),this.CreateProp("value",PropertyType.Date,"valueChanged"),this.CreateProp("displayMonth",PropertyType.Date,"displayMonthChanged"),this.CreateProp("monthCount",PropertyType.Number),this.CreateProp("showMonthPicker",PropertyType.Enum,"",softInput().ShowMonthPicker),this.CreateProp("weeksBefore",PropertyType.Number),this.CreateProp("weeksAfter",PropertyType.Number),this.CreateProp("rangeEnd",PropertyType.Date,"rangeEndChanged"),this.CreateProp("rangeMin",PropertyType.Number),this.CreateProp("rangeMax",PropertyType.Number)],[this.CreateEvent("valueChanged",!0),this.CreateEvent("rangeEndChanged",!0),this.CreateEvent("rangeChanged",!1),this.CreateEvent("displayMonthChanged",!0),this.CreateEvent("formatItem",!1)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().ColorPicker:return this.getMetaData(wjcCore.Control).add([this.CreateProp("showAlphaChannel",PropertyType.Boolean),this.CreateProp("showColorString",PropertyType.Boolean),this.CreateProp("palette",PropertyType.Any),this.CreateProp("value",PropertyType.String,"valueChanged")],[this.CreateEvent("valueChanged",!0)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().ListBox:return this.getMetaData(wjcCore.Control).add([this.CreateProp("isContentHtml",PropertyType.Boolean),this.CreateProp("maxHeight",PropertyType.Number),this.CreateProp("selectedValuePath",PropertyType.String),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("displayMemberPath",PropertyType.String),this.CreateProp("checkedMemberPath",PropertyType.String),this.CreateProp("caseSensitiveSearch",PropertyType.Boolean),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("virtualizationThreshold",PropertyType.Number),this.CreateProp("showGroups",PropertyType.Boolean),this.CreateProp("selectedIndex",PropertyType.Number,"selectedIndexChanged"),this.CreateProp("selectedItem",PropertyType.Any,"selectedIndexChanged"),this.CreateProp("selectedValue",PropertyType.Any,"selectedIndexChanged"),this.CreateProp("checkedItems",PropertyType.Any,"checkedItemsChanged")],[this.CreateEvent("formatItem",!1),this.CreateEvent("itemsChanged",!0),this.CreateEvent("itemChecked",!0),this.CreateEvent("selectedIndexChanged",!0),this.CreateEvent("checkedItemsChanged",!0)]).addOptions({ngModelProperty:"selectedValue"});case softInput()&&softInput().MultiSelectListBox:return this.getMetaData(wjcCore.Control).add([this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("displayMemberPath",PropertyType.String),this.CreateProp("selectedIndex",PropertyType.Number,"selectedIndexChanged"),this.CreateProp("isContentHtml",PropertyType.Boolean),this.CreateProp("showGroups",PropertyType.Boolean),this.CreateProp("checkOnFilter",PropertyType.Boolean),this.CreateProp("showFilterInput",PropertyType.Boolean),this.CreateProp("filterInputPlaceholder",PropertyType.String),this.CreateProp("showSelectAllCheckbox",PropertyType.Boolean),this.CreateProp("selectAllLabel",PropertyType.String),this.CreateProp("delay",PropertyType.Number),this.CreateProp("caseSensitiveSearch",PropertyType.Boolean),this.CreateProp("checkedMemberPath",PropertyType.String),this.CreateProp("virtualizationThreshold",PropertyType.Number),this.CreateProp("checkedItems",PropertyType.Any,"checkedItemsChanged")],[this.CreateEvent("checkedItemsChanged",!0),this.CreateEvent("selectedIndexChanged",!0)]).addOptions({ngModelProperty:"checkedItems"});case"ItemTemplate":return new MetaDataBase([],[],[],void 0,void 0,void 0,"owner");case softInput()&&softInput().Menu:return this.getMetaData(softInput().ComboBox).add([this.CreateProp("header",PropertyType.String),this.CreateProp("commandParameterPath",PropertyType.String),this.CreateProp("commandPath",PropertyType.String),this.CreateProp("subItemsPath",PropertyType.String),this.CreateProp("openOnHover",PropertyType.Boolean),this.CreateProp("closeOnLeave",PropertyType.Boolean),this.CreateProp("isButton",PropertyType.Boolean),this.CreateProp("value",PropertyType.Any,"itemClicked",null,!1,1e3)],[this.CreateEvent("itemClicked")]);case"MenuItem":return new MetaDataBase([this.CreateProp("value",PropertyType.Any,""),this.CreateProp("cmd",PropertyType.Any,""),this.CreateProp("cmdParam",PropertyType.Any,"")],[],[],"itemsSource",!0);case"MenuSeparator":return new MetaDataBase([],[],[],"itemsSource",!0);case softInput()&&softInput().InputDate:return this.getMetaData(softInput().DropDown).add([this.CreateProp("selectionMode",PropertyType.Enum,"",softInput().DateSelectionMode),this.CreateProp("format",PropertyType.String),this.CreateProp("mask",PropertyType.String),this.CreateProp("max",PropertyType.Date),this.CreateProp("min",PropertyType.Date),this.CreateProp("inputType",PropertyType.String),this.CreateProp("value",PropertyType.Date,"valueChanged",null,!0,1e3),this.CreateProp("repeatButtons",PropertyType.Boolean),this.CreateProp("showYearPicker",PropertyType.Boolean),this.CreateProp("itemValidator",PropertyType.Function),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("monthCount",PropertyType.Number),this.CreateProp("handleWheel",PropertyType.Boolean),this.CreateProp("showMonthPicker",PropertyType.Enum,"",softInput().ShowMonthPicker),this.CreateProp("showHeader",PropertyType.Boolean),this.CreateProp("weeksBefore",PropertyType.Number),this.CreateProp("weeksAfter",PropertyType.Number),this.CreateProp("rangeEnd",PropertyType.Date,"rangeEndChanged",null,!0,1001),this.CreateProp("rangeMin",PropertyType.Number),this.CreateProp("rangeMax",PropertyType.Number),this.CreateProp("separator",PropertyType.String),this.CreateProp("alwaysShowCalendar",PropertyType.Boolean),this.CreateProp("predefinedRanges",PropertyType.Any),this.CreateProp("closeOnSelection",PropertyType.Boolean)],[this.CreateEvent("valueChanged",!0),this.CreateEvent("rangeEndChanged",!0),this.CreateEvent("rangeChanged",!1)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().InputDateTime:return this.getMetaData(softInput().InputDate).add([this.CreateProp("timeMax",PropertyType.Date),this.CreateProp("timeMin",PropertyType.Date),this.CreateProp("timeStep",PropertyType.Number),this.CreateProp("timeFormat",PropertyType.String)]);case softInput()&&softInput().InputDateRange:return this.getMetaData(softInput().InputDate);case softInput()&&softInput().InputNumber:return this.getMetaData(wjcCore.Control).add([this.CreateProp("showSpinner",PropertyType.Boolean),this.CreateProp("repeatButtons",PropertyType.Boolean),this.CreateProp("max",PropertyType.Number),this.CreateProp("min",PropertyType.Number),this.CreateProp("step",PropertyType.Number),this.CreateProp("isRequired",PropertyType.Boolean),this.CreateProp("placeholder",PropertyType.String),this.CreateProp("inputType",PropertyType.String),this.CreateProp("format",PropertyType.String),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("handleWheel",PropertyType.Boolean),this.CreateProp("value",PropertyType.Number,"valueChanged"),this.CreateProp("text",PropertyType.String,"textChanged")],[this.CreateEvent("valueChanged",!0),this.CreateEvent("textChanged",!0)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().InputMask:return this.getMetaData(wjcCore.Control).add([this.CreateProp("mask",PropertyType.String),this.CreateProp("overwriteMode",PropertyType.Boolean),this.CreateProp("isRequired",PropertyType.Boolean),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("promptChar",PropertyType.String),this.CreateProp("placeholder",PropertyType.String),this.CreateProp("inputType",PropertyType.String),this.CreateProp("rawValue",PropertyType.String,"valueChanged"),this.CreateProp("value",PropertyType.String,"valueChanged")],[this.CreateEvent("valueChanged",!0)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().InputTime:return this.getMetaData(softInput().ComboBox).add([this.CreateProp("max",PropertyType.Date),this.CreateProp("min",PropertyType.Date),this.CreateProp("step",PropertyType.Number),this.CreateProp("format",PropertyType.String),this.CreateProp("mask",PropertyType.String),this.CreateProp("inputType",PropertyType.String),this.CreateProp("value",PropertyType.Date,"valueChanged",null,!0,1e3)],[this.CreateEvent("valueChanged",!0)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().InputColor:return this.getMetaData(softInput().DropDown).add([this.CreateProp("showAlphaChannel",PropertyType.Boolean),this.CreateProp("showColorString",PropertyType.Boolean),this.CreateProp("value",PropertyType.String,"valueChanged")],[this.CreateEvent("valueChanged",!0)]).addOptions({ngModelProperty:"value"});case softInput()&&softInput().Popup:return this.getMetaData(wjcCore.Control).add([this.CreateProp("owner",PropertyType.String),this.CreateProp("showTrigger",PropertyType.Enum,"",softInput().PopupTrigger),this.CreateProp("hideTrigger",PropertyType.Enum,"",softInput().PopupTrigger),this.CreateProp("fadeIn",PropertyType.Boolean),this.CreateProp("fadeOut",PropertyType.Boolean),this.CreateProp("isDraggable",PropertyType.Boolean),this.CreateProp("isResizable",PropertyType.Boolean),this.CreateProp("dialogResultEnter",PropertyType.String),this.CreateProp("dialogResultSubmit",PropertyType.String),this.CreateProp("modal",PropertyType.Boolean),this.CreateProp("removeOnHide",PropertyType.Boolean)],[this.CreateEvent("showing"),this.CreateEvent("shown"),this.CreateEvent("hiding"),this.CreateEvent("hidden"),this.CreateEvent("resizing"),this.CreateEvent("sizeChanging"),this.CreateEvent("sizeChanged"),this.CreateEvent("resized"),this.CreateEvent("dragging"),this.CreateEvent("positionChanging"),this.CreateEvent("positionChanged"),this.CreateEvent("dragged")]);case softInput()&&softInput().MultiSelect:return this.getMetaData(softInput().ComboBox).add([this.CreateProp("checkedMemberPath",PropertyType.String),this.CreateProp("maxHeaderItems",PropertyType.Number),this.CreateProp("headerFormat",PropertyType.String),this.CreateProp("headerFormatter",PropertyType.Function),this.CreateProp("showSelectAllCheckbox",PropertyType.Boolean),this.CreateProp("selectAllLabel",PropertyType.String),this.CreateProp("showFilterInput",PropertyType.Boolean),this.CreateProp("filterInputPlaceholder",PropertyType.String),this.CreateProp("checkOnFilter",PropertyType.Boolean),this.CreateProp("delay",PropertyType.Number),this.CreateProp("caseSensitiveSearch",PropertyType.Boolean),this.CreateProp("checkedItems",PropertyType.Any,"checkedItemsChanged",BindingMode.TwoWay,!0,950)],[this.CreateEvent("checkedItemsChanged",!0)]).addOptions({ngModelProperty:"checkedItems"});case"CollectionViewNavigator":return new MetaDataBase([this.CreateProp("cv",PropertyType.Any)]);case softInput()&&softInput().CollectionViewNavigator:return this.getMetaData(wjcCore.Control).add([this.CreateProp("cv",PropertyType.Any),this.CreateProp("byPage",PropertyType.Boolean),this.CreateProp("headerFormat",PropertyType.String),this.CreateProp("repeatButtons",PropertyType.Boolean)]);case"CollectionViewPager":return new MetaDataBase([this.CreateProp("cv",PropertyType.Any)]);case softInput()&&softInput().MultiAutoComplete:return this.getMetaData(softInput().AutoComplete).add([this.CreateProp("maxSelectedItems",PropertyType.Number),this.CreateProp("selectedMemberPath",PropertyType.String,"",null,!0,950),this.CreateProp("selectedItems",PropertyType.Any,"selectedItemsChanged")],[this.CreateEvent("selectedItemsChanged",!0)]).addOptions({ngModelProperty:"selectedItems"});case softGrid()&&softGrid().FlexGrid:return this.getMetaData(wjcCore.Control).add([this.CreateProp("newRowAtTop",PropertyType.Boolean),this.CreateProp("allowAddNew",PropertyType.Boolean),this.CreateProp("allowDelete",PropertyType.Boolean),this.CreateProp("allowDragging",PropertyType.Enum,"",softGrid().AllowDragging),this.CreateProp("allowMerging",PropertyType.Enum,"",softGrid().AllowMerging),this.CreateProp("allowResizing",PropertyType.Enum,"",softGrid().AllowResizing),this.CreateProp("allowSorting",PropertyType.Enum,"",softGrid().AllowSorting),this.CreateProp("allowPinning",PropertyType.Enum,"",softGrid().AllowPinning),this.CreateProp("autoScroll",PropertyType.Boolean),this.CreateProp("autoRowHeights",PropertyType.Boolean),this.CreateProp("autoSizeMode",PropertyType.Enum,"",softGrid().AutoSizeMode),this.CreateProp("autoGenerateColumns",PropertyType.Boolean),this.CreateProp("autoSearch",PropertyType.Boolean),this.CreateProp("caseSensitiveSearch",PropertyType.Boolean),this.CreateProp("quickAutoSize",PropertyType.Boolean),this.CreateProp("bigCheckboxes",PropertyType.Boolean),this.CreateProp("childItemsPath",PropertyType.Any),this.CreateProp("groupHeaderFormat",PropertyType.String),this.CreateProp("headersVisibility",PropertyType.Enum,"",softGrid().HeadersVisibility),this.CreateProp("headersFocusability",PropertyType.Enum,"",softGrid().HeadersFocusability),this.CreateProp("showSelectedHeaders",PropertyType.Enum,"",softGrid().HeadersVisibility),this.CreateProp("showMarquee",PropertyType.Boolean),this.CreateProp("showPlaceholders",PropertyType.Boolean),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("imeEnabled",PropertyType.Boolean),this.CreateProp("mergeManager",PropertyType.Any),this.CreateProp("selectionMode",PropertyType.Enum,"",softGrid().SelectionMode),this.CreateProp("showGroups",PropertyType.Boolean),this.CreateProp("showSort",PropertyType.Boolean),this.CreateProp("showDropDown",PropertyType.Boolean),this.CreateProp("showAlternatingRows",PropertyType.Boolean),this.CreateProp("showErrors",PropertyType.Boolean),this.CreateProp("alternatingRowStep",PropertyType.Number),this.CreateProp("itemValidator",PropertyType.Function),this.CreateProp("validateEdits",PropertyType.Boolean),this.CreateProp("treeIndent",PropertyType.Number),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("autoClipboard",PropertyType.Boolean),this.CreateProp("expandSelectionOnCopyPaste",PropertyType.Boolean),this.CreateProp("frozenRows",PropertyType.Number),this.CreateProp("frozenColumns",PropertyType.Number),this.CreateProp("cloneFrozenCells",PropertyType.Boolean),this.CreateProp("deferResizing",PropertyType.Boolean),this.CreateProp("sortRowIndex",PropertyType.Number),this.CreateProp("editColumnIndex",PropertyType.Number),this.CreateProp("stickyHeaders",PropertyType.Boolean),this.CreateProp("preserveSelectedState",PropertyType.Boolean),this.CreateProp("preserveOutlineState",PropertyType.Boolean),this.CreateProp("preserveWhiteSpace",PropertyType.Boolean),this.CreateProp("keyActionTab",PropertyType.Enum,"",softGrid().KeyAction),this.CreateProp("keyActionEnter",PropertyType.Enum,"",softGrid().KeyAction),this.CreateProp("rowHeaderPath",PropertyType.String),this.CreateProp("virtualizationThreshold",PropertyType.Any),this.CreateProp("anchorCursor",PropertyType.Boolean),this.CreateProp("lazyRender",PropertyType.Boolean),this.CreateProp("refreshOnEdit",PropertyType.Boolean),this.CreateProp("copyHeaders",PropertyType.Enum,"",softGrid().HeadersVisibility),this.CreateProp("columnGroups",PropertyType.Any)],[this.CreateEvent("beginningEdit"),this.CreateEvent("cellEditEnded"),this.CreateEvent("cellEditEnding"),this.CreateEvent("prepareCellForEdit"),this.CreateEvent("formatItem"),this.CreateEvent("resizingColumn"),this.CreateEvent("resizedColumn"),this.CreateEvent("autoSizingColumn"),this.CreateEvent("autoSizedColumn"),this.CreateEvent("draggingColumn"),this.CreateEvent("draggingColumnOver"),this.CreateEvent("draggedColumn"),this.CreateEvent("sortingColumn"),this.CreateEvent("sortedColumn"),this.CreateEvent("pinningColumn"),this.CreateEvent("pinnedColumn"),this.CreateEvent("resizingRow"),this.CreateEvent("resizedRow"),this.CreateEvent("autoSizingRow"),this.CreateEvent("autoSizedRow"),this.CreateEvent("draggingRow"),this.CreateEvent("draggingRowOver"),this.CreateEvent("draggedRow"),this.CreateEvent("deletingRow"),this.CreateEvent("deletedRow",!0),this.CreateEvent("loadingRows"),this.CreateEvent("loadedRows",!0),this.CreateEvent("rowEditStarting"),this.CreateEvent("rowEditStarted"),this.CreateEvent("rowEditEnding"),this.CreateEvent("rowEditEnded"),this.CreateEvent("rowAdded",!0),this.CreateEvent("groupCollapsedChanging"),this.CreateEvent("groupCollapsedChanged"),this.CreateEvent("columnGroupCollapsedChanging"),this.CreateEvent("columnGroupCollapsedChanged"),this.CreateEvent("itemsSourceChanging"),this.CreateEvent("itemsSourceChanged",!0),this.CreateEvent("selectionChanging"),this.CreateEvent("selectionChanged",!0),this.CreateEvent("scrollPositionChanged",!1),this.CreateEvent("updatingView"),this.CreateEvent("updatedView"),this.CreateEvent("updatingLayout"),this.CreateEvent("updatedLayout"),this.CreateEvent("pasting"),this.CreateEvent("pasted"),this.CreateEvent("pastingCell"),this.CreateEvent("pastedCell"),this.CreateEvent("copying"),this.CreateEvent("copied")]);case softGrid()&&softGrid().Column:return new MetaDataBase([this.CreateProp("name",PropertyType.String),this.CreateProp("dataMap",PropertyType.Any),this.CreateProp("dataType",PropertyType.Enum,"",wjcCore.DataType),this.CreateProp("binding",PropertyType.String),this.CreateProp("sortMemberPath",PropertyType.String),this.CreateProp("format",PropertyType.String),this.CreateProp("cellTemplate",PropertyType.Any),this.CreateProp("header",PropertyType.String),this.CreateProp("width",PropertyType.Number),this.CreateProp("maxLength",PropertyType.Number),this.CreateProp("minWidth",PropertyType.Number),this.CreateProp("maxWidth",PropertyType.Number),this.CreateProp("align",PropertyType.String),this.CreateProp("allowDragging",PropertyType.Boolean),this.CreateProp("allowSorting",PropertyType.Boolean),this.CreateProp("allowResizing",PropertyType.Boolean),this.CreateProp("allowMerging",PropertyType.Boolean),this.CreateProp("aggregate",PropertyType.Enum,"",wjcCore.Aggregate),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("cssClass",PropertyType.String),this.CreateProp("cssClassAll",PropertyType.String),this.CreateProp("isContentHtml",PropertyType.Boolean),this.CreateProp("isSelected",PropertyType.Boolean,"grid.selectionChanged"),this.CreateProp("visible",PropertyType.Boolean),this.CreateProp("wordWrap",PropertyType.Boolean),this.CreateProp("multiLine",PropertyType.Boolean),this.CreateProp("mask",PropertyType.String),this.CreateProp("inputType",PropertyType.String),this.CreateProp("isRequired",PropertyType.Boolean),this.CreateProp("showDropDown",PropertyType.Boolean),this.CreateProp("dataMapEditor",PropertyType.Enum,"",softGrid().DataMapEditor),this.CreateProp("dropDownCssClass",PropertyType.String),this.CreateProp("quickAutoSize",PropertyType.Boolean),this.CreateProp("editor",PropertyType.Any)],[],[],"columns",!0);case softGrid()&&softGrid().ColumnGroup:return this.getMetaData(softGrid().Column).add([this.CreateProp("collapseTo",PropertyType.String),this.CreateProp("isCollapsed",PropertyType.Boolean)],[],[],"columnGroups",!0);case"FlexGridCellTemplate":return new MetaDataBase([this.CreateProp("cellType",PropertyType.String,"",null,!1),this.CreateProp("cellOverflow",PropertyType.String,""),this.CreateProp("forceFullEdit",PropertyType.Boolean)],[],[],void 0,void 0,void 0,"owner");case"MultiRowCellTemplate":return this.getMetaData("FlexGridCellTemplate").add([]);case softGrid()&&softGridFilter()&&softGridFilter().FlexGridFilter:return new MetaDataBase([this.CreateProp("showFilterIcons",PropertyType.Boolean),this.CreateProp("showSortButtons",PropertyType.Boolean),this.CreateProp("defaultFilterType",PropertyType.Enum,"",softGridFilter().FilterType),this.CreateProp("filterColumns",PropertyType.Any)],[this.CreateEvent("editingFilter"),this.CreateEvent("filterChanging"),this.CreateEvent("filterChanged"),this.CreateEvent("filterApplied")],[],void 0,void 0,void 0,"");case softGrid()&&softGridGrouppanel()&&softGridGrouppanel().GroupPanel:return this.getMetaData(wjcCore.Control).add([this.CreateProp("hideGroupedColumns",PropertyType.Boolean),this.CreateProp("showDragGlyphs",PropertyType.Boolean),this.CreateProp("maxGroups",PropertyType.Number),this.CreateProp("placeholder",PropertyType.String),this.CreateProp("filter",PropertyType.Any),this.CreateProp("groupDescriptionCreator",PropertyType.Any),this.CreateProp("grid",PropertyType.Any)]);case softGrid()&&softGridDetail()&&softGridDetail().FlexGridDetailProvider:return new MetaDataBase([this.CreateProp("maxHeight",PropertyType.Number),this.CreateProp("keyActionEnter",PropertyType.Enum,"",softGridDetail().KeyAction),this.CreateProp("detailVisibilityMode",PropertyType.Enum,"",softGridDetail().DetailVisibilityMode),this.CreateProp("rowHasDetail",PropertyType.Function),this.CreateProp("isAnimated",PropertyType.Boolean)],[],[],void 0,void 0,void 0,"");case softGrid()&&softGridSearch()&&softGridSearch().FlexGridSearch:return this.getMetaData(wjcCore.Control).add([this.CreateProp("text",PropertyType.String),this.CreateProp("delay",PropertyType.Number),this.CreateProp("searchAllColumns",PropertyType.Boolean),this.CreateProp("placeholder",PropertyType.String),this.CreateProp("cssMatch",PropertyType.String),this.CreateProp("grid",PropertyType.Any)]);case softGrid()&&softGridImmutable()&&softGridImmutable().ImmutabilityProvider:return new MetaDataBase([this.CreateProp("itemsSource",PropertyType.Any)],[this.CreateEvent("dataChanged"),this.CreateEvent("cloningItem")],[],void 0,void 0,void 0,"");case softGrid()&&softGridSheet()&&softGridSheet().FlexSheet:return this.getMetaData(softGrid().FlexGrid).add([this.CreateProp("allowAutoFill",PropertyType.Boolean),this.CreateProp("isTabHolderVisible",PropertyType.Boolean),this.CreateProp("showFilterIcons",PropertyType.Boolean),this.CreateProp("enableDragDrop",PropertyType.Boolean),this.CreateProp("enableFormulas",PropertyType.Boolean),this.CreateProp("selectedSheetIndex",PropertyType.Number,"selectedSheetChanged")],[this.CreateEvent("selectedSheetChanged",!0),this.CreateEvent("draggingRowColumn"),this.CreateEvent("droppingRowColumn"),this.CreateEvent("beginDroppingRowColumn"),this.CreateEvent("endDroppingRowColumn"),this.CreateEvent("loaded"),this.CreateEvent("unknownFunction"),this.CreateEvent("sheetCleared"),this.CreateEvent("prepareChangingRow"),this.CreateEvent("prepareChangingColumn"),this.CreateEvent("rowChanged"),this.CreateEvent("columnChanged"),this.CreateEvent("autoFilling"),this.CreateEvent("autoFilled")]);case softGrid()&&softGridSheet()&&softGridSheet().Sheet:return new MetaDataBase([this.CreateProp("name",PropertyType.String),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("visible",PropertyType.Boolean),this.CreateProp("rowCount",PropertyType.Number,"",null),this.CreateProp("columnCount",PropertyType.Number,"",null)],[this.CreateEvent("nameChanged")],[],"sheets",!0,void 0,"");case softGrid()&&softGridMultirow()&&softGridMultirow().MultiRow:return this.getMetaData(softGrid().FlexGrid).add([this.CreateProp("layoutDefinition",PropertyType.Any),this.CreateProp("headerLayoutDefinition",PropertyType.Any),this.CreateProp("centerHeadersVertically",PropertyType.Boolean),this.CreateProp("collapsedHeaders",PropertyType.Boolean,"collapsedHeadersChanged"),this.CreateProp("showHeaderCollapseButton",PropertyType.Boolean),this.CreateProp("multiRowGroupHeaders",PropertyType.Boolean)],[this.CreateEvent("collapsedHeadersChanging"),this.CreateEvent("collapsedHeadersChanged",!0)]);case softGrid()&&softGridMultirow()&&softGridMultirow().MultiRowCell:return this.getMetaData(softGrid().Column).add([this.CreateProp("colspan",PropertyType.Number),this.CreateProp("rowspan",PropertyType.Number)],[],[],"cells",!0);case softGridMultirow()&&softGridMultirow().MultiRowCellGroup:return this.getMetaData(softGridMultirow().MultiRowCell).add([],[],[],"layoutDefinition",!0);case softGrid()&&softGridTransposed()&&softGridTransposed().TransposedGrid:return this.getMetaData(softGrid().FlexGrid).add([this.CreateProp("autoGenerateRows",PropertyType.Boolean,"",null,!0,-100),this.CreateProp("rowGroups",PropertyType.Any)]);case softGrid()&&softGridTransposed()&&softGridTransposed().TransposedGridRow:return this.getMetaData(softGrid().Column).addOptions({parentProperty:"_rowInfo"});case softGrid()&&softGridTransposedMultiRow()&&softGridTransposedMultiRow().TransposedMultiRow:return this.getMetaData(softGrid().FlexGrid).add([this.CreateProp("layoutDefinition",PropertyType.Any)]);case softChart()&&softChart().FlexChartBase:return this.getMetaData(wjcCore.Control).add([this.CreateProp("binding",PropertyType.String),this.CreateProp("footer",PropertyType.String),this.CreateProp("header",PropertyType.String),this.CreateProp("selectionMode",PropertyType.Enum,"",softChart().SelectionMode),this.CreateProp("palette",PropertyType.Any),this.CreateProp("plotMargin",PropertyType.Any),this.CreateProp("footerStyle",PropertyType.Any),this.CreateProp("headerStyle",PropertyType.Any),this.CreateProp("tooltipContent",PropertyType.String,"",null,!1),this.CreateProp("itemsSource",PropertyType.Any)],[this.CreateEvent("rendering"),this.CreateEvent("rendered"),this.CreateEvent("selectionChanged",!0),this.CreateEvent("itemsSourceChanging"),this.CreateEvent("itemsSourceChanged",!0)]);case softChart()&&softChart().FlexChartCore:return this.getMetaData(softChart().FlexChartBase).add([this.CreateProp("bindingX",PropertyType.String),this.CreateProp("interpolateNulls",PropertyType.Boolean),this.CreateProp("legendToggle",PropertyType.Boolean),this.CreateProp("symbolSize",PropertyType.Number),this.CreateProp("options",PropertyType.Any),this.CreateProp("selection",PropertyType.Any,"selectionChanged"),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("labelContent",PropertyType.String,"",null,!1),this.CreateProp("renderEngine",PropertyType.Any,"",null,!0,-1e3)],[this.CreateEvent("seriesVisibilityChanged")],[this.CreateComplexProp("axisX",!1,!1),this.CreateComplexProp("axisY",!1,!1),this.CreateComplexProp("axes",!0),this.CreateComplexProp("plotAreas",!0)]);case softChart()&&softChart().FlexChart:return this.getMetaData(softChart().FlexChartCore).add([this.CreateProp("chartType",PropertyType.Enum,"",softChart().ChartType),this.CreateProp("rotated",PropertyType.Boolean),this.CreateProp("stacking",PropertyType.Enum,"",softChart().Stacking)]);case softChart()&&softChart().FlexPie:return this.getMetaData(softChart().FlexChartBase).add([this.CreateProp("bindingName",PropertyType.String),this.CreateProp("innerRadius",PropertyType.Number),this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("offset",PropertyType.Number),this.CreateProp("reversed",PropertyType.Boolean),this.CreateProp("startAngle",PropertyType.Number),this.CreateProp("selectedIndex",PropertyType.Number),this.CreateProp("selectedItemPosition",PropertyType.Enum,"",softChart().Position),this.CreateProp("selectedItemOffset",PropertyType.Number),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("labelContent",PropertyType.String,"",null,!1),this.CreateProp("titles",PropertyType.Any),this.CreateProp("chartsPerLine",PropertyType.Number),this.CreateProp("innerText",PropertyType.String),this.CreateProp("innerTextStyle",PropertyType.Any)]);case softChart()&&softChart().FlexPie&&softChartHierarchical()&&softChartHierarchical().Sunburst:return this.getMetaData(softChart().FlexChartBase).add([this.CreateProp("bindingName",PropertyType.Any),this.CreateProp("innerRadius",PropertyType.Number),this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("offset",PropertyType.Number),this.CreateProp("reversed",PropertyType.Boolean),this.CreateProp("startAngle",PropertyType.Number),this.CreateProp("selectedIndex",PropertyType.Number),this.CreateProp("selectedItemPosition",PropertyType.Enum,"",softChart().Position),this.CreateProp("selectedItemOffset",PropertyType.Number),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("labelContent",PropertyType.String,"",null,!1),this.CreateProp("childItemsPath",PropertyType.Any)]);case softChart()&&softChartHierarchical()&&softChartHierarchical().TreeMap:return this.getMetaData(softChart().FlexChartBase).add([this.CreateProp("bindingName",PropertyType.Any),this.CreateProp("maxDepth",PropertyType.Number),this.CreateProp("type",PropertyType.Enum,"",softChartHierarchical().TreeMapType),this.CreateProp("labelContent",PropertyType.String,"",null,!1),this.CreateProp("childItemsPath",PropertyType.Any)]);case softChart()&&softChart().Axis:return new MetaDataBase([this.CreateProp("axisLine",PropertyType.Boolean),this.CreateProp("format",PropertyType.String),this.CreateProp("labels",PropertyType.Boolean),this.CreateProp("majorGrid",PropertyType.Boolean),this.CreateProp("majorTickMarks",PropertyType.Enum,"",softChart().TickMark),this.CreateProp("majorUnit",PropertyType.Number),this.CreateProp("max",PropertyType.Number),this.CreateProp("min",PropertyType.Number),this.CreateProp("position",PropertyType.Enum,"",softChart().Position),this.CreateProp("reversed",PropertyType.Boolean),this.CreateProp("title",PropertyType.String),this.CreateProp("labelAngle",PropertyType.Number),this.CreateProp("minorGrid",PropertyType.Boolean),this.CreateProp("minorTickMarks",PropertyType.Enum,"",softChart().TickMark),this.CreateProp("minorUnit",PropertyType.Number),this.CreateProp("origin",PropertyType.Number),this.CreateProp("logBase",PropertyType.Number),this.CreateProp("plotArea",PropertyType.Any),this.CreateProp("labelAlign",PropertyType.String),this.CreateProp("name",PropertyType.String),this.CreateProp("overlappingLabels",PropertyType.Enum,"",softChart().OverlappingLabels),this.CreateProp("labelPadding",PropertyType.Number),this.CreateProp("itemFormatter",PropertyType.Function),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("binding",PropertyType.String),this.CreateProp("labelMin",PropertyType.Boolean),this.CreateProp("labelMax",PropertyType.Boolean),this.CreateProp("groupsOptions",PropertyType.Any)],[this.CreateEvent("rangeChanged")],[],"axes",!0);case softChart()&&softChart().Legend:return new MetaDataBase([this.CreateProp("orientation",PropertyType.Enum,"",softChart().Orientation),this.CreateProp("position",PropertyType.Enum,"",softChart().Position),this.CreateProp("title",PropertyType.String),this.CreateProp("titleAlign",PropertyType.String),this.CreateProp("maxSize",PropertyType.String),this.CreateProp("scrollbar",PropertyType.Boolean)],[],[],"legend",!1,!1,"");case softChart()&&softChart().DataLabelBase:return new MetaDataBase([this.CreateProp("content",PropertyType.Any,""),this.CreateProp("border",PropertyType.Boolean),this.CreateProp("offset",PropertyType.Number),this.CreateProp("connectingLine",PropertyType.Boolean)],[this.CreateEvent("rendering")],[],"dataLabel",!1,!1);case softChart()&&softChart().DataLabel:return this.getMetaData(softChart().DataLabelBase).add([this.CreateProp("position",PropertyType.Enum,"",softChart().LabelPosition)]);case softChart()&&softChart().PieDataLabel:return this.getMetaData(softChart().DataLabelBase).add([this.CreateProp("position",PropertyType.Enum,"",softChart().PieLabelPosition)]);case softChart()&&softChart().SeriesBase:return new MetaDataBase([this.CreateProp("axisX",PropertyType.Any),this.CreateProp("axisY",PropertyType.Any),this.CreateProp("binding",PropertyType.String),this.CreateProp("bindingX",PropertyType.String),this.CreateProp("cssClass",PropertyType.String),this.CreateProp("name",PropertyType.String),this.CreateProp("style",PropertyType.Any),this.CreateProp("altStyle",PropertyType.Any),this.CreateProp("symbolMarker",PropertyType.Enum,"",softChart().Marker),this.CreateProp("symbolSize",PropertyType.Number),this.CreateProp("symbolStyle",PropertyType.Any),this.CreateProp("visibility",PropertyType.Enum,"chart.seriesVisibilityChanged",softChart().SeriesVisibility),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("interpolateNulls",PropertyType.Boolean),this.CreateProp("tooltipContent",PropertyType.Any),this.CreateProp("itemFormatter",PropertyType.Function)],[this.CreateEvent("rendering"),this.CreateEvent("rendered")],[this.CreateComplexProp("axisX",!1,!0),this.CreateComplexProp("axisY",!1,!0)],"series",!0);case softChart()&&softChart().Series:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("chartType",PropertyType.Enum,"",softChart().ChartType)]);case softChart()&&softChart().LineMarker:return new MetaDataBase([this.CreateProp("isVisible",PropertyType.Boolean),this.CreateProp("seriesIndex",PropertyType.Number),this.CreateProp("horizontalPosition",PropertyType.Number),this.CreateProp("content",PropertyType.Function),this.CreateProp("verticalPosition",PropertyType.Number),this.CreateProp("alignment",PropertyType.Enum,"",softChart().LineMarkerAlignment),this.CreateProp("lines",PropertyType.Enum,"",softChart().LineMarkerLines),this.CreateProp("interaction",PropertyType.Enum,"",softChart().LineMarkerInteraction),this.CreateProp("dragLines",PropertyType.Boolean),this.CreateProp("dragThreshold",PropertyType.Number),this.CreateProp("dragContent",PropertyType.Boolean)],[this.CreateEvent("positionChanged")],[],void 0,void 0,void 0,"");case softChart()&&softChart().DataPoint:return new MetaDataBase([this.CreateProp("x",PropertyType.AnyPrimitive),this.CreateProp("y",PropertyType.AnyPrimitive)],[],[],"");case softChart()&&softChartAnnotation()&&softChartAnnotation().AnnotationLayer:return new MetaDataBase([],[],[],void 0,void 0,void 0,"");case"FlexChartAnnotation":return new MetaDataBase([this.CreateProp("type",PropertyType.String,"",null,!1),this.CreateProp("attachment",PropertyType.Enum,"",softChartAnnotation().AnnotationAttachment),this.CreateProp("position",PropertyType.Enum,"",softChartAnnotation().AnnotationPosition),this.CreateProp("point",PropertyType.Any),this.CreateProp("seriesIndex",PropertyType.Number),this.CreateProp("pointIndex",PropertyType.Number),this.CreateProp("offset",PropertyType.Any),this.CreateProp("style",PropertyType.Any),this.CreateProp("isVisible",PropertyType.Boolean),this.CreateProp("tooltip",PropertyType.String),this.CreateProp("text",PropertyType.String),this.CreateProp("content",PropertyType.String),this.CreateProp("name",PropertyType.String),this.CreateProp("width",PropertyType.Number),this.CreateProp("height",PropertyType.Number),this.CreateProp("start",PropertyType.Any),this.CreateProp("end",PropertyType.Any),this.CreateProp("radius",PropertyType.Number),this.CreateProp("length",PropertyType.Number),this.CreateProp("href",PropertyType.String)],[],[this.CreateComplexProp("point",!1,!0),this.CreateComplexProp("start",!1,!0),this.CreateComplexProp("end",!1,!0),this.CreateComplexProp("points",!0)],"items",!0);case softChart()&&softChartInteraction()&&softChartInteraction().RangeSelector:return new MetaDataBase([this.CreateProp("isVisible",PropertyType.Boolean),this.CreateProp("min",PropertyType.Number),this.CreateProp("max",PropertyType.Number),this.CreateProp("orientation",PropertyType.Enum,"",softChartInteraction().Orientation),this.CreateProp("seamless",PropertyType.Boolean),this.CreateProp("minScale",PropertyType.Number),this.CreateProp("maxScale",PropertyType.Number)],[this.CreateEvent("rangeChanged")],[],void 0,void 0,void 0,"");case softChart()&&softChartInteraction()&&softChartInteraction().ChartGestures:return new MetaDataBase([this.CreateProp("mouseAction",PropertyType.Enum,"",softChartInteraction().MouseAction),this.CreateProp("interactiveAxes",PropertyType.Enum,"",softChartInteraction().InteractiveAxes),this.CreateProp("enable",PropertyType.Boolean),this.CreateProp("scaleX",PropertyType.Number),this.CreateProp("scaleY",PropertyType.Number),this.CreateProp("posX",PropertyType.Number),this.CreateProp("posY",PropertyType.Number)],[],[],void 0,void 0,void 0,"");case softChart()&&softChartAnimation()&&softChartAnimation().ChartAnimation:return new MetaDataBase([this.CreateProp("animationMode",PropertyType.Enum,"",softChartAnimation().AnimationMode),this.CreateProp("easing",PropertyType.Enum,"",softChartAnimation().Easing),this.CreateProp("duration",PropertyType.Number),this.CreateProp("axisAnimation",PropertyType.Boolean)],[],[],void 0,void 0,void 0,"");case softChart()&&softChartFinance()&&softChartFinance().FinancialChart:return this.getMetaData(softChart().FlexChartCore).add([this.CreateProp("chartType",PropertyType.Enum,"",softChartFinance().FinancialChartType)]);case softChart()&&softChartFinance()&&softChartFinance().FinancialSeries:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("chartType",PropertyType.Enum,"",softChartFinance().FinancialChartType)]);case softChart()&&softChartRadar()&&softChartRadar().FlexRadar:return this.getMetaData(softChart().FlexChartCore).add([this.CreateProp("chartType",PropertyType.Enum,"",softChartRadar().RadarChartType),this.CreateProp("startAngle",PropertyType.Number),this.CreateProp("totalAngle",PropertyType.Number),this.CreateProp("reversed",PropertyType.Boolean),this.CreateProp("stacking",PropertyType.Enum,"",softChart().Stacking)]);case softChart()&&softChartRadar()&&softChartRadar().FlexRadarSeries:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("chartType",PropertyType.Enum,"",softChartRadar().RadarChartType)]);case softChart()&&softChartRadar()&&softChartRadar().FlexRadarAxis:return this.getMetaData(softChart().Axis);case softChart()&&softChartAnalytics()&&softChartAnalytics().TrendLineBase:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("sampleCount",PropertyType.Number)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().TrendLine:return this.getMetaData(softChartAnalytics().TrendLineBase).add([this.CreateProp("order",PropertyType.Number),this.CreateProp("fitType",PropertyType.Enum,"",softChartAnalytics().TrendLineFitType)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().MovingAverage:return this.getMetaData(softChartAnalytics().TrendLineBase).add([this.CreateProp("period",PropertyType.Number),this.CreateProp("type",PropertyType.Enum,"",softChartAnalytics().MovingAverageType)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().FunctionSeries:return this.getMetaData(softChartAnalytics().TrendLineBase).add([this.CreateProp("min",PropertyType.Number),this.CreateProp("max",PropertyType.Number)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().YFunctionSeries:return this.getMetaData(softChartAnalytics().FunctionSeries).add([this.CreateProp("func",PropertyType.Function)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().ParametricFunctionSeries:return this.getMetaData(softChartAnalytics().FunctionSeries).add([this.CreateProp("func",PropertyType.Function),this.CreateProp("xFunc",PropertyType.Function),this.CreateProp("yFunc",PropertyType.Function)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().Waterfall:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("relativeData",PropertyType.Boolean),this.CreateProp("start",PropertyType.Number),this.CreateProp("startLabel",PropertyType.String),this.CreateProp("showTotal",PropertyType.Boolean),this.CreateProp("totalLabel",PropertyType.String),this.CreateProp("showIntermediateTotal",PropertyType.Boolean),this.CreateProp("intermediateTotalPositions",PropertyType.Any),this.CreateProp("intermediateTotalLabels",PropertyType.Any),this.CreateProp("connectorLines",PropertyType.Boolean),this.CreateProp("styles",PropertyType.Any)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().BoxWhisker:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("quartileCalculation",PropertyType.Enum,"",softChartAnalytics().QuartileCalculation),this.CreateProp("groupWidth",PropertyType.Number),this.CreateProp("gapWidth",PropertyType.Number),this.CreateProp("showMeanLine",PropertyType.Boolean),this.CreateProp("meanLineStyle",PropertyType.Any),this.CreateProp("showMeanMarker",PropertyType.Boolean),this.CreateProp("meanMarkerStyle",PropertyType.Any),this.CreateProp("showInnerPoints",PropertyType.Boolean),this.CreateProp("showOutliers",PropertyType.Boolean)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().ErrorBar:return this.getMetaData(softChart().Series).add([this.CreateProp("errorBarStyle",PropertyType.Any),this.CreateProp("value",PropertyType.Any),this.CreateProp("errorAmount",PropertyType.Enum,"",softChartAnalytics().ErrorAmount),this.CreateProp("endStyle",PropertyType.Enum,"",softChartAnalytics().ErrorBarEndStyle),this.CreateProp("direction",PropertyType.Enum,"",softChartAnalytics().ErrorBarDirection)]);case softChart()&&softChartAnalytics()&&softChartAnalytics().BreakEven:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("fixedCost",PropertyType.Number),this.CreateProp("variableCost",PropertyType.Number),this.CreateProp("salesPrice",PropertyType.Number),this.CreateProp("styles",PropertyType.Any)]);case softChart()&&softChart().PlotArea:return new MetaDataBase([this.CreateProp("column",PropertyType.Number),this.CreateProp("height",PropertyType.String),this.CreateProp("name",PropertyType.String),this.CreateProp("row",PropertyType.Number),this.CreateProp("style",PropertyType.Any),this.CreateProp("width",PropertyType.String)],[],[],"plotAreas",!0);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().Fibonacci:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("high",PropertyType.Number),this.CreateProp("low",PropertyType.Number),this.CreateProp("labelPosition",PropertyType.Enum,"",softChart().LabelPosition),this.CreateProp("levels",PropertyType.Any),this.CreateProp("minX",PropertyType.AnyPrimitive),this.CreateProp("maxX",PropertyType.AnyPrimitive),this.CreateProp("uptrend",PropertyType.Boolean)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().FibonacciTimeZones:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("startX",PropertyType.Any),this.CreateProp("endX",PropertyType.Any),this.CreateProp("labelPosition",PropertyType.Enum,"",softChart().LabelPosition),this.CreateProp("levels",PropertyType.Any)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().FibonacciArcs:case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().FibonacciFans:return this.getMetaData(softChart().SeriesBase).add([this.CreateProp("start",PropertyType.Any),this.CreateProp("end",PropertyType.Any),this.CreateProp("labelPosition",PropertyType.Enum,"",softChart().LabelPosition),this.CreateProp("levels",PropertyType.Any)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().OverlayIndicatorBase:return this.getMetaData(softChart().SeriesBase);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().SingleOverlayIndicatorBase:return this.getMetaData(softChartFinanceAnalytics().OverlayIndicatorBase).add([this.CreateProp("period",PropertyType.Number)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().MacdBase:return this.getMetaData(softChartFinanceAnalytics().OverlayIndicatorBase).add([this.CreateProp("fastPeriod",PropertyType.Number),this.CreateProp("slowPeriod",PropertyType.Number),this.CreateProp("smoothingPeriod",PropertyType.Number)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().Macd:return this.getMetaData(softChartFinanceAnalytics().MacdBase).add([this.CreateProp("styles",PropertyType.Any)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().MacdHistogram:return this.getMetaData(softChartFinanceAnalytics().MacdBase);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().ATR:case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().RSI:case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().WilliamsR:return this.getMetaData(softChartFinanceAnalytics().SingleOverlayIndicatorBase);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().CCI:return this.getMetaData(softChartFinanceAnalytics().SingleOverlayIndicatorBase).add([this.CreateProp("constant",PropertyType.Number)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().Stochastic:return this.getMetaData(softChartFinanceAnalytics().OverlayIndicatorBase).add([this.CreateProp("dPeriod",PropertyType.Number),this.CreateProp("kPeriod",PropertyType.Number),this.CreateProp("smoothingPeriod",PropertyType.Number),this.CreateProp("styles",PropertyType.Any)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().Envelopes:return this.getMetaData(softChartFinanceAnalytics().OverlayIndicatorBase).add([this.CreateProp("period",PropertyType.Number),this.CreateProp("size",PropertyType.Number),this.CreateProp("type",PropertyType.Enum,"",softChartFinanceAnalytics().MovingAverageType)]);case softChart()&&softChartFinance()&&softChartFinanceAnalytics()&&softChartFinanceAnalytics().BollingerBands:return this.getMetaData(softChartFinanceAnalytics().OverlayIndicatorBase).add([this.CreateProp("period",PropertyType.Number),this.CreateProp("multiplier",PropertyType.Number)]);case softChart()&&softChartMap()&&softChartMap().FlexMap:return this.getMetaData(softChart().FlexChartBase).add([this.CreateProp("center",PropertyType.Any),this.CreateProp("zoom",PropertyType.Number)],[],[]);case softChart()&&softChartMap()&&softChartMap().MapLayerBase:return new MetaDataBase([this.CreateProp("style",PropertyType.Any),this.CreateProp("itemsSource",PropertyType.Any,"itemsSourceChanged"),this.CreateProp("url",PropertyType.String)],[this.CreateEvent("itemsSourceChanged",!0)],[],"layers",!0);case softChart()&&softChartMap()&&softChartMap().ScatterMapLayer:return this.getMetaData(softChartMap().MapLayerBase).add([this.CreateProp("symbolSize",PropertyType.Number),this.CreateProp("symbolMinSize",PropertyType.Number),this.CreateProp("symbolMaxSize",PropertyType.Number),this.CreateProp("binding",PropertyType.String)]);case softChart()&&softChartMap()&&softChartMap().GeoMapLayer:return this.getMetaData(softChartMap().MapLayerBase).add([this.CreateProp("itemFormatter",PropertyType.Any),this.CreateProp("symbolSize",PropertyType.Number)]);case softChart()&&softChartMap()&&softChartMap().GeoGridLayer:return this.getMetaData(softChartMap().MapLayerBase);case softChart()&&softChartMap()&&softChartMap().ColorScale:return new MetaDataBase([this.CreateProp("scale",PropertyType.Number),this.CreateProp("binding",PropertyType.String),this.CreateProp("colorUnknown",PropertyType.String),this.CreateProp("colors",PropertyType.Any),this.CreateProp("format",PropertyType.String)],[],[],"colorScale",!1);case softGauge()&&softGauge().Gauge:return this.getMetaData(wjcCore.Control).add([this.CreateProp("value",PropertyType.Number,"valueChanged"),this.CreateProp("min",PropertyType.Number),this.CreateProp("max",PropertyType.Number),this.CreateProp("origin",PropertyType.Number),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("handleWheel",PropertyType.Boolean),this.CreateProp("step",PropertyType.Number),this.CreateProp("format",PropertyType.String),this.CreateProp("thickness",PropertyType.Number),this.CreateProp("hasShadow",PropertyType.Boolean),this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("showText",PropertyType.Enum,"",softGauge().ShowText),this.CreateProp("showTicks",PropertyType.Boolean),this.CreateProp("showTickText",PropertyType.Boolean),this.CreateProp("showRanges",PropertyType.Boolean),this.CreateProp("stackRanges",PropertyType.Boolean),this.CreateProp("thumbSize",PropertyType.Number),this.CreateProp("tickSpacing",PropertyType.Number),this.CreateProp("getText",PropertyType.Function)],[this.CreateEvent("valueChanged",!0)],[this.CreateComplexProp("ranges",!0),this.CreateComplexProp("pointer",!1,!1),this.CreateComplexProp("face",!1,!1)]).addOptions({ngModelProperty:"value"});case softGauge()&&softGauge().LinearGauge:return this.getMetaData(softGauge().Gauge).add([this.CreateProp("direction",PropertyType.Enum,"",softGauge().GaugeDirection)]);case softGauge()&&softGauge().BulletGraph:return this.getMetaData(softGauge().LinearGauge).add([this.CreateProp("target",PropertyType.Number),this.CreateProp("good",PropertyType.Number),this.CreateProp("bad",PropertyType.Number)]);case softGauge()&&softGauge().RadialGauge:return this.getMetaData(softGauge().Gauge).add([this.CreateProp("autoScale",PropertyType.Boolean),this.CreateProp("startAngle",PropertyType.Number),this.CreateProp("sweepAngle",PropertyType.Number),this.CreateProp("needleShape",PropertyType.Enum,"",softGauge().NeedleShape),this.CreateProp("needleLength",PropertyType.Enum,"",softGauge().NeedleLength),this.CreateProp("needleElement",PropertyType.Any)]);case softGauge()&&softGauge().Range:return new MetaDataBase([this.CreateProp("color",PropertyType.String),this.CreateProp("min",PropertyType.Number),this.CreateProp("max",PropertyType.Number),this.CreateProp("name",PropertyType.String),this.CreateProp("thickness",PropertyType.Number)],[],[],"ranges",!0);case softOlap()&&softOlap().PivotGrid:return this.getMetaData(softGrid().FlexGrid).add([this.CreateProp("showDetailOnDoubleClick",PropertyType.Boolean),this.CreateProp("customContextMenu",PropertyType.Boolean),this.CreateProp("collapsibleSubtotals",PropertyType.Boolean),this.CreateProp("centerHeadersVertically",PropertyType.Boolean),this.CreateProp("showColumnFieldHeaders",PropertyType.Boolean),this.CreateProp("showRowFieldHeaders",PropertyType.Boolean),this.CreateProp("showValueFieldHeaders",PropertyType.Boolean),this.CreateProp("outlineMode",PropertyType.Boolean)]);case softOlap()&&softOlap().PivotChart:return this.getMetaData(wjcCore.Control).add([this.CreateProp("chartType",PropertyType.Enum,"",softOlap().PivotChartType),this.CreateProp("showHierarchicalAxes",PropertyType.Boolean),this.CreateProp("showTotals",PropertyType.Boolean),this.CreateProp("showTitle",PropertyType.Boolean),this.CreateProp("showLegend",PropertyType.Enum,"",softOlap().LegendVisibility),this.CreateProp("legendPosition",PropertyType.Enum,"",softChart().Position),this.CreateProp("stacking",PropertyType.Enum,"",softChart().Stacking),this.CreateProp("maxSeries",PropertyType.Number),this.CreateProp("maxPoints",PropertyType.Number),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("header",PropertyType.String),this.CreateProp("footer",PropertyType.String),this.CreateProp("headerStyle",PropertyType.Any),this.CreateProp("footerStyle",PropertyType.Any)]);case softOlap()&&softOlap().PivotPanel:return this.getMetaData(wjcCore.Control).add([this.CreateProp("autoGenerateFields",PropertyType.Boolean),this.CreateProp("viewDefinition",PropertyType.String),this.CreateProp("engine",PropertyType.Any),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("showFieldIcons",PropertyType.Boolean),this.CreateProp("restrictDragging",PropertyType.Boolean),this.CreateProp("deferredUpdate",PropertyType.Boolean)],[this.CreateEvent("itemsSourceChanged"),this.CreateEvent("viewDefinitionChanged"),this.CreateEvent("updatingView"),this.CreateEvent("updatedView")]);case softOlap()&&softOlap().Slicer:return this.getMetaData(wjcCore.Control).add([this.CreateProp("field",PropertyType.Any),this.CreateProp("showHeader",PropertyType.Boolean),this.CreateProp("header",PropertyType.String),this.CreateProp("showCheckboxes",PropertyType.Boolean),this.CreateProp("multiSelect",PropertyType.Boolean)]);case softOlap()&&softOlap().PivotField:return new MetaDataBase([this.CreateProp("binding",PropertyType.String),this.CreateProp("header",PropertyType.String),this.CreateProp("aggregate",PropertyType.Enum,"",wjcCore.Aggregate),this.CreateProp("showAs",PropertyType.Enum,"",softOlap().ShowAs),this.CreateProp("format",PropertyType.String),this.CreateProp("width",PropertyType.Number),this.CreateProp("wordWrap",PropertyType.Boolean),this.CreateProp("descending",PropertyType.Boolean),this.CreateProp("isContentHtml",PropertyType.Boolean),this.CreateProp("visible",PropertyType.Boolean),this.CreateProp("dataType",PropertyType.Enum,"",wjcCore.DataType),this.CreateProp("getValue",PropertyType.Function),this.CreateProp("getAggregateValue",PropertyType.Function)],[],[],"",!0,!0,"");case softViewer()&&softViewer().ViewerBase:return this.getMetaData(wjcCore.Control).add([this.CreateProp("serviceUrl",PropertyType.String),this.CreateProp("filePath",PropertyType.String),this.CreateProp("fullScreen",PropertyType.Boolean,"fullScreenChanged"),this.CreateProp("zoomFactor",PropertyType.Number,"zoomFactorChanged"),this.CreateProp("zoomMode",PropertyType.Enum,"zoomModeChanged",softViewer().ZoomMode),this.CreateProp("mouseMode",PropertyType.Enum,"mouseModeChanged",softViewer().MouseMode),this.CreateProp("viewMode",PropertyType.Enum,"viewModeChanged",softViewer().ViewMode),this.CreateProp("requestHeaders",PropertyType.Any)],[this.CreateEvent("pageIndexChanged"),this.CreateEvent("viewModeChanged"),this.CreateEvent("mouseModeChanged"),this.CreateEvent("fullScreenChanged"),this.CreateEvent("zoomFactorChanged",!0),this.CreateEvent("zoomModeChanged",!0),this.CreateEvent("queryLoadingData"),this.CreateEvent("beforeSendRequest")]);case softViewer()&&softViewer().ReportViewer:return this.getMetaData(softViewer().ViewerBase).add([this.CreateProp("parameters",PropertyType.Any),this.CreateProp("paginated",PropertyType.Boolean),this.CreateProp("reportName",PropertyType.String)]);case softViewer()&&softViewer().PdfViewer:return this.getMetaData(softViewer().ViewerBase);case softNav()&&softNav().TreeView:return this.getMetaData(wjcCore.Control).add([this.CreateProp("childItemsPath",PropertyType.Any),this.CreateProp("displayMemberPath",PropertyType.Any),this.CreateProp("imageMemberPath",PropertyType.Any),this.CreateProp("checkedMemberPath",PropertyType.Any),this.CreateProp("isContentHtml",PropertyType.Boolean),this.CreateProp("showCheckboxes",PropertyType.Boolean),this.CreateProp("autoCollapse",PropertyType.Boolean),this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("isReadOnly",PropertyType.Boolean),this.CreateProp("allowDragging",PropertyType.Boolean),this.CreateProp("checkOnClick",PropertyType.Boolean),this.CreateProp("expandOnClick",PropertyType.Boolean),this.CreateProp("collapseOnClick",PropertyType.Boolean),this.CreateProp("expandOnLoad",PropertyType.Boolean),this.CreateProp("lazyLoadFunction",PropertyType.Function),this.CreateProp("itemsSource",PropertyType.Any),this.CreateProp("selectedItem",PropertyType.Any,"selectedItemChanged"),this.CreateProp("selectedNode",PropertyType.Any,"selectedItemChanged"),this.CreateProp("checkedItems",PropertyType.Any,"checkedItemsChanged")],[this.CreateEvent("itemsSourceChanged",!0),this.CreateEvent("loadingItems"),this.CreateEvent("loadedItems"),this.CreateEvent("itemClicked"),this.CreateEvent("selectedItemChanged"),this.CreateEvent("checkedItemsChanged",!0),this.CreateEvent("isCollapsedChanging"),this.CreateEvent("isCollapsedChanged"),this.CreateEvent("isCheckedChanging"),this.CreateEvent("isCheckedChanged"),this.CreateEvent("formatItem"),this.CreateEvent("dragStart"),this.CreateEvent("dragOver"),this.CreateEvent("drop"),this.CreateEvent("dragEnd"),this.CreateEvent("nodeEditStarting"),this.CreateEvent("nodeEditStarted"),this.CreateEvent("nodeEditEnding"),this.CreateEvent("nodeEditEnded")]);case softNav()&&softNav().TabPanel:return this.getMetaData(wjcCore.Control).add([this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("autoSwitch",PropertyType.Boolean),this.CreateProp("selectedIndex",PropertyType.Number,"selectedIndexChanged"),this.CreateProp("selectedTab",PropertyType.Any,"selectedIndexChanged")],[this.CreateEvent("selectedIndexChanged",!0)]);case softNav()&&softNav().Tab:return new MetaDataBase([this.CreateProp("isDisabled",PropertyType.Boolean),this.CreateProp("isVisible",PropertyType.Boolean)],[],[],"tabs",!0);case softNav()&&softNav().Accordion:return this.getMetaData(wjcCore.Control).add([this.CreateProp("isAnimated",PropertyType.Boolean),this.CreateProp("autoSwitch",PropertyType.Boolean),this.CreateProp("selectedIndex",PropertyType.Number,"selectedIndexChanged"),this.CreateProp("selectedPane",PropertyType.Any),this.CreateProp("showIcons",PropertyType.Boolean),this.CreateProp("allowCollapseAll",PropertyType.Boolean),this.CreateProp("allowExpandMany",PropertyType.Boolean)],[this.CreateEvent("selectedIndexChanged",!0)]);case softNav()&&softNav().AccordionPane:return new MetaDataBase([this.CreateProp("isDisabled",PropertyType.Boolean),this.CreateProp("isVisible",PropertyType.Boolean),this.CreateProp("isCollapsed",PropertyType.Boolean)],[],[],"panes",!0);case softBarcode()&&softBarcode().BarcodeBase:return this.getMetaData(wjcCore.Control).add([this.CreateProp("value",PropertyType.AnyPrimitive),this.CreateProp("quietZone",PropertyType.Any),this.CreateProp("renderType",PropertyType.Enum,null,softBarcode().RenderType),this.CreateProp("color",PropertyType.String),this.CreateProp("backgroundColor",PropertyType.String),this.CreateProp("hideExtraChecksum",PropertyType.Boolean),this.CreateProp("font",PropertyType.Any)],[this.CreateEvent("isValidChanged")]);case softBarcodeCommon()&&softBarcodeCommon().Codabar:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("checkDigit",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition),this.CreateProp("nwRatio",PropertyType.Enum,null,softBarcode().NarrowToWideRatio)]);case softBarcodeCommon()&&softBarcodeCommon().EanBase:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeCommon()&&softBarcodeCommon().Ean8:return this.getMetaData(softBarcodeCommon().EanBase);case softBarcodeCommon()&&softBarcodeCommon().Ean13:return this.getMetaData(softBarcodeCommon().EanBase).add([this.CreateProp("addOn",PropertyType.AnyPrimitive),this.CreateProp("addOnHeight",PropertyType.AnyPrimitive),this.CreateProp("addOnLabelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeCommon()&&softBarcodeCommon().Code39:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("checkDigit",PropertyType.Boolean),this.CreateProp("fullAscii",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition),this.CreateProp("nwRatio",PropertyType.Enum,null,softBarcode().NarrowToWideRatio),this.CreateProp("labelWithStartAndStopCharacter",PropertyType.Boolean)]);case softBarcodeCommon()&&softBarcodeCommon().Code128:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("codeSet",PropertyType.Enum,null,softBarcodeCommon().Code128CodeSet),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeCommon()&&softBarcodeCommon().Gs1_128:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeCommon()&&softBarcodeCommon().UpcBase:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("addOn",PropertyType.AnyPrimitive),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition),this.CreateProp("addOnHeight",PropertyType.AnyPrimitive),this.CreateProp("addOnLabelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeCommon()&&softBarcodeCommon().UpcA:case softBarcodeCommon()&&softBarcodeCommon().UpcE0:case softBarcodeCommon()&&softBarcodeCommon().UpcE1:return this.getMetaData(softBarcodeCommon().UpcBase);case softBarcodeCommon()&&softBarcodeCommon().QrCode:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("charCode",PropertyType.Number),this.CreateProp("charset",PropertyType.Enum,null,softBarcodeCommon().QrCodeCharset),this.CreateProp("model",PropertyType.Enum,null,softBarcodeCommon().QrCodeModel),this.CreateProp("version",PropertyType.AnyPrimitive),this.CreateProp("errorCorrectionLevel",PropertyType.Enum,null,softBarcodeCommon().QrCodeCorrectionLevel),this.CreateProp("mask",PropertyType.Number),this.CreateProp("connection",PropertyType.Boolean),this.CreateProp("connectionIndex",PropertyType.Number)]);case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarBase:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition),this.CreateProp("linkage",PropertyType.String),this.CreateProp("linkageVersion",PropertyType.Enum,null,softBarcodeComposite().Gs1DataBarLinkageVersion),this.CreateProp("linkageHeight",PropertyType.AnyPrimitive),this.CreateProp("hideLinkageText",PropertyType.Boolean),this.CreateProp("hideAiText",PropertyType.Boolean)]);case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarOmnidirectional:case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarTruncated:return this.getMetaData(softBarcodeComposite().Gs1DataBarBase);case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarStacked:case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarStackedOmnidirectional:return this.getMetaData(softBarcodeComposite().Gs1DataBarBase).add([this.CreateProp("ratio",PropertyType.Number)]);case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarLimited:return this.getMetaData(softBarcodeComposite().Gs1DataBarBase);case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarExpanded:return this.getMetaData(softBarcodeComposite().Gs1DataBarBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number)]);case softBarcodeComposite()&&softBarcodeComposite().Gs1DataBarExpandedStacked:return this.getMetaData(softBarcodeComposite().Gs1DataBarBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("rowCount",PropertyType.AnyPrimitive)]);case softBarcodeComposite()&&softBarcodeComposite().Pdf417:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("errorCorrectionLevel",PropertyType.AnyPrimitive),this.CreateProp("columns",PropertyType.AnyPrimitive),this.CreateProp("rows",PropertyType.AnyPrimitive),this.CreateProp("compact",PropertyType.Boolean)]);case softBarcodeComposite()&&softBarcodeComposite().MicroPdf417:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("dimensions",PropertyType.Enum,null,softBarcodeComposite().MicroPdfDimensions),this.CreateProp("compactionMode",PropertyType.Enum,null,softBarcodeComposite().MicroPdfCompactionMode),this.CreateProp("structuredAppend",PropertyType.Boolean),this.CreateProp("segmentIndex",PropertyType.Number),this.CreateProp("fileId",PropertyType.Number),this.CreateProp("optionalFields",PropertyType.Any)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().DataMatrixBase:return this.getMetaData(softBarcode().BarcodeBase);case softBarcodeSpecialized()&&softBarcodeSpecialized().DataMatrixEcc000:return this.getMetaData(softBarcodeSpecialized().DataMatrixBase).add([this.CreateProp("version",PropertyType.Enum,null,softBarcodeSpecialized().DataMatrixVersion),this.CreateProp("symbolSize",PropertyType.Enum,null,softBarcodeSpecialized().Ecc000_140SymbolSize)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().DataMatrixEcc200:return this.getMetaData(softBarcodeSpecialized().DataMatrixBase).add([this.CreateProp("symbolSize",PropertyType.Enum,null,softBarcodeSpecialized().Ecc200SymbolSize),this.CreateProp("encodingMode",PropertyType.Enum,null,softBarcodeSpecialized().Ecc200EncodingMode),this.CreateProp("structuredAppend",PropertyType.Boolean),this.CreateProp("structureNumber",PropertyType.Number),this.CreateProp("fileIdentifier",PropertyType.Number)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().Code49:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("grouping",PropertyType.Boolean),this.CreateProp("groupIndex",PropertyType.Number),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().Code93:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("checkDigit",PropertyType.Boolean),this.CreateProp("fullAscii",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().Itf14:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("nwRatio",PropertyType.Enum,null,softBarcode().NarrowToWideRatio),this.CreateProp("bearerBar",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().Interleaved2of5:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("autoWidth",PropertyType.Boolean),this.CreateProp("autoWidthZoom",PropertyType.Number),this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("nwRatio",PropertyType.Enum,null,softBarcode().NarrowToWideRatio),this.CreateProp("bearerBar",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition),this.CreateProp("checkCharacter",PropertyType.Boolean)]);case softBarcodeSpecialized()&&softBarcodeSpecialized().JapanesePostal:return this.getMetaData(softBarcode().BarcodeBase).add([this.CreateProp("showLabel",PropertyType.Boolean),this.CreateProp("labelPosition",PropertyType.Enum,null,softBarcode().LabelPosition)])}return new MetaDataBase([])}static getClassName(e){return(e.toString().match(/function (.+?)\(/)||[,""])[1]}static toCamelCase(e){return e.toLowerCase().replace(/-(.)/g,(function(e,t){return t.toUpperCase()}))}static findInArr(e,t,r){for(var o in e)if(e[o][t]===r)return e[o];return null}}exports.ControlMetaFactory=ControlMetaFactory;class PropDescBase{constructor(e,t,r,o,a=!0,p=0){this._priority=0;this._propertyName=e;this._propertyType=t;this._changeEvent=r;this._enumType=o;this._isNativeControlProperty=a;this._priority=p}get propertyName(){return this._propertyName}get propertyType(){return this._propertyType}get changeEvent(){return this._changeEvent}get enumType(){return this._enumType}get bindingMode(){return this.changeEvent?BindingMode.TwoWay:BindingMode.OneWay}get isNativeControlProperty(){return this._isNativeControlProperty}get priority(){return this._priority}get shouldUpdateSource(){return this.bindingMode===BindingMode.TwoWay&&this.propertyType!=PropertyType.EventHandler}initialize(e){wjcCore.copy(this,e)}castValueToType(e){if(null==e)return e;var t=this.propertyType,r=PropertyType;if(t===r.AnyPrimitive){if(!wjcCore.isString(e))return e;if("true"!==e&&"false"!==e){o=+e;if(!isNaN(o))return o;var o=this._parseDate(e);return wjcCore.isString(o)?e:o}t=r.Boolean}switch(t){case r.Number:if("string"==typeof e){if(e.indexOf("*")>=0)return e;if(""===e.trim())return null}return+e;case r.Boolean:return"true"===e||"false"!==e&&!!e;case r.String:return e+"";case r.Date:return this._parseDate(e);case r.Enum:return"number"==typeof e?e:this.enumType[e];default:return e}}_parseDate(e){if(e&&wjcCore.isString(e)){e=e.replace(/["']/g,"");var t=wjcCore.changeType(e,wjcCore.DataType.Date,"r");if(wjcCore.isDate(t))return t}return e}}exports.PropDescBase=PropDescBase;var PropertyType,BindingMode;!function(e){e[e.Boolean=0]="Boolean";e[e.Number=1]="Number";e[e.Date=2]="Date";e[e.String=3]="String";e[e.AnyPrimitive=4]="AnyPrimitive";e[e.Enum=5]="Enum";e[e.Function=6]="Function";e[e.EventHandler=7]="EventHandler";e[e.Any=8]="Any"}(PropertyType=exports.PropertyType||(exports.PropertyType={}));function isSimpleType(e){return e<=PropertyType.Enum}exports.isSimpleType=isSimpleType;!function(e){e[e.OneWay=0]="OneWay";e[e.TwoWay=1]="TwoWay"}(BindingMode=exports.BindingMode||(exports.BindingMode={}));class EventDescBase{constructor(e,t){this._eventName=e;this._isPropChanged=t}get eventName(){return this._eventName}get isPropChanged(){return!0===this._isPropChanged}}exports.EventDescBase=EventDescBase;class ComplexPropDescBase{constructor(e,t,r=!1){this.isArray=!1;this._ownsObject=!1;this.propertyName=e;this.isArray=t;this._ownsObject=r}get ownsObject(){return this.isArray||this._ownsObject}}exports.ComplexPropDescBase=ComplexPropDescBase;class MetaDataBase{constructor(e,t,r,o,a,p,i,s){this._props=[];this._events=[];this._complexProps=[];this.props=e;this.events=t;this.complexProps=r;this.parentProperty=o;this.isParentPropertyArray=a;this.ownsObject=p;this.parentReferenceProperty=i;this.ngModelProperty=s}get props(){return this._props}set props(e){this._props=e||[]}get events(){return this._events}set events(e){this._events=e||[]}get complexProps(){return this._complexProps}set complexProps(e){this._complexProps=e||[]}add(e,t,r,o,a,p,i,s){return this.addOptions({props:e,events:t,complexProps:r,parentProperty:o,isParentPropertyArray:a,ownsObject:p,parentReferenceProperty:i,ngModelProperty:s})}addOptions(e){for(var t in e){var r=this[t],o=e[t];r instanceof Array?this[t]=r.concat(o||[]):void 0!==o&&(this[t]=o)}return this}prepare(){var e=[].concat(this._props);this._props.sort((function(t,r){var o=t.priority-r.priority;o||(o=e.indexOf(t)-e.indexOf(r));return o}))}}exports.MetaDataBase=MetaDataBase;wijmo_1._registerModule("wijmo.meta",selfModule);
|