12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- var Unibase;
- (function (Unibase) {
- let Platform;
- (function (Platform) {
- let Forms;
- (function (Forms) {
- let Enums;
- (function (Enums) {
- let SectionType;
- (function (SectionType) {
- SectionType[SectionType["Section"] = 1] = "Section";
- SectionType[SectionType["Radio"] = 2] = "Radio";
- SectionType[SectionType["Tab"] = 3] = "Tab";
- SectionType[SectionType["Checkbox"] = 4] = "Checkbox";
- SectionType[SectionType["Button"] = 5] = "Button";
- SectionType[SectionType["HyperLink"] = 6] = "HyperLink";
- SectionType[SectionType["Label"] = 7] = "Label";
- SectionType[SectionType["DropDown"] = 8] = "DropDown";
- SectionType[SectionType["DatePicker"] = 9] = "DatePicker";
- SectionType[SectionType["Empty"] = 10] = "Empty";
- SectionType[SectionType["TagSection"] = 11] = "TagSection";
- SectionType[SectionType["HiddenSection"] = 12] = "HiddenSection";
- SectionType[SectionType["TextBox"] = 13] = "TextBox";
- SectionType[SectionType["Description"] = 14] = "Description";
- })(SectionType = Enums.SectionType || (Enums.SectionType = {}));
- let HelpDisplayType;
- (function (HelpDisplayType) {
- HelpDisplayType[HelpDisplayType["ToolTip"] = 1] = "ToolTip";
- HelpDisplayType[HelpDisplayType["Text"] = 2] = "Text";
- })(HelpDisplayType = Enums.HelpDisplayType || (Enums.HelpDisplayType = {}));
- let PropertyType;
- (function (PropertyType) {
- PropertyType[PropertyType["Property"] = 1] = "Property";
- PropertyType[PropertyType["DocType"] = 2] = "DocType";
- PropertyType[PropertyType["Section"] = 3] = "Section";
- })(PropertyType = Enums.PropertyType || (Enums.PropertyType = {}));
- let TagShowType;
- (function (TagShowType) {
- TagShowType[TagShowType["Select2"] = 1] = "Select2";
- TagShowType[TagShowType["Checkbox"] = 2] = "Checkbox";
- })(TagShowType = Enums.TagShowType || (Enums.TagShowType = {}));
- let FormPropertyStatus;
- (function (FormPropertyStatus) {
- FormPropertyStatus[FormPropertyStatus["Added"] = 1] = "Added";
- FormPropertyStatus[FormPropertyStatus["Saved"] = 2] = "Saved";
- })(FormPropertyStatus = Enums.FormPropertyStatus || (Enums.FormPropertyStatus = {}));
- let FormType;
- (function (FormType) {
- FormType[FormType["Edit"] = 1] = "Edit";
- FormType[FormType["Create"] = 2] = "Create";
- FormType[FormType["Both"] = 3] = "Both";
- })(FormType = Enums.FormType || (Enums.FormType = {}));
- let ActionProviderType;
- (function (ActionProviderType) {
- ActionProviderType[ActionProviderType["PreAction"] = 1] = "PreAction";
- ActionProviderType[ActionProviderType["PostAction"] = 2] = "PostAction";
- ActionProviderType[ActionProviderType["RuleAction"] = 3] = "RuleAction";
- })(ActionProviderType = Enums.ActionProviderType || (Enums.ActionProviderType = {}));
- let DocPropertyActionProviderType;
- (function (DocPropertyActionProviderType) {
- DocPropertyActionProviderType[DocPropertyActionProviderType["PreAction"] = 1] = "PreAction";
- DocPropertyActionProviderType[DocPropertyActionProviderType["PostAction"] = 2] = "PostAction";
- DocPropertyActionProviderType[DocPropertyActionProviderType["Both"] = 3] = "Both";
- })(DocPropertyActionProviderType = Enums.DocPropertyActionProviderType || (Enums.DocPropertyActionProviderType = {}));
- let ValidationType;
- (function (ValidationType) {
- ValidationType[ValidationType["Automation"] = 1] = "Automation";
- ValidationType[ValidationType["FormValidation"] = 2] = "FormValidation";
- })(ValidationType = Enums.ValidationType || (Enums.ValidationType = {}));
- })(Enums = Forms.Enums || (Forms.Enums = {}));
- })(Forms = Platform.Forms || (Platform.Forms = {}));
- })(Platform = Unibase.Platform || (Unibase.Platform = {}));
- })(Unibase || (Unibase = {}));
|