Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

enums.js 4.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Forms;
  6. (function (Forms) {
  7. let Enums;
  8. (function (Enums) {
  9. let SectionType;
  10. (function (SectionType) {
  11. SectionType[SectionType["Section"] = 1] = "Section";
  12. SectionType[SectionType["Radio"] = 2] = "Radio";
  13. SectionType[SectionType["Tab"] = 3] = "Tab";
  14. SectionType[SectionType["Checkbox"] = 4] = "Checkbox";
  15. SectionType[SectionType["Button"] = 5] = "Button";
  16. SectionType[SectionType["HyperLink"] = 6] = "HyperLink";
  17. SectionType[SectionType["Label"] = 7] = "Label";
  18. SectionType[SectionType["DropDown"] = 8] = "DropDown";
  19. SectionType[SectionType["DatePicker"] = 9] = "DatePicker";
  20. SectionType[SectionType["Empty"] = 10] = "Empty";
  21. SectionType[SectionType["TagSection"] = 11] = "TagSection";
  22. SectionType[SectionType["HiddenSection"] = 12] = "HiddenSection";
  23. SectionType[SectionType["TextBox"] = 13] = "TextBox";
  24. SectionType[SectionType["Description"] = 14] = "Description";
  25. })(SectionType = Enums.SectionType || (Enums.SectionType = {}));
  26. let HelpDisplayType;
  27. (function (HelpDisplayType) {
  28. HelpDisplayType[HelpDisplayType["ToolTip"] = 1] = "ToolTip";
  29. HelpDisplayType[HelpDisplayType["Text"] = 2] = "Text";
  30. })(HelpDisplayType = Enums.HelpDisplayType || (Enums.HelpDisplayType = {}));
  31. let PropertyType;
  32. (function (PropertyType) {
  33. PropertyType[PropertyType["Property"] = 1] = "Property";
  34. PropertyType[PropertyType["DocType"] = 2] = "DocType";
  35. PropertyType[PropertyType["Section"] = 3] = "Section";
  36. })(PropertyType = Enums.PropertyType || (Enums.PropertyType = {}));
  37. let TagShowType;
  38. (function (TagShowType) {
  39. TagShowType[TagShowType["Select2"] = 1] = "Select2";
  40. TagShowType[TagShowType["Checkbox"] = 2] = "Checkbox";
  41. })(TagShowType = Enums.TagShowType || (Enums.TagShowType = {}));
  42. let FormPropertyStatus;
  43. (function (FormPropertyStatus) {
  44. FormPropertyStatus[FormPropertyStatus["Added"] = 1] = "Added";
  45. FormPropertyStatus[FormPropertyStatus["Saved"] = 2] = "Saved";
  46. })(FormPropertyStatus = Enums.FormPropertyStatus || (Enums.FormPropertyStatus = {}));
  47. let FormType;
  48. (function (FormType) {
  49. FormType[FormType["Edit"] = 1] = "Edit";
  50. FormType[FormType["Create"] = 2] = "Create";
  51. FormType[FormType["Both"] = 3] = "Both";
  52. })(FormType = Enums.FormType || (Enums.FormType = {}));
  53. let ActionProviderType;
  54. (function (ActionProviderType) {
  55. ActionProviderType[ActionProviderType["PreAction"] = 1] = "PreAction";
  56. ActionProviderType[ActionProviderType["PostAction"] = 2] = "PostAction";
  57. ActionProviderType[ActionProviderType["RuleAction"] = 3] = "RuleAction";
  58. })(ActionProviderType = Enums.ActionProviderType || (Enums.ActionProviderType = {}));
  59. let DocPropertyActionProviderType;
  60. (function (DocPropertyActionProviderType) {
  61. DocPropertyActionProviderType[DocPropertyActionProviderType["PreAction"] = 1] = "PreAction";
  62. DocPropertyActionProviderType[DocPropertyActionProviderType["PostAction"] = 2] = "PostAction";
  63. DocPropertyActionProviderType[DocPropertyActionProviderType["Both"] = 3] = "Both";
  64. })(DocPropertyActionProviderType = Enums.DocPropertyActionProviderType || (Enums.DocPropertyActionProviderType = {}));
  65. let ValidationType;
  66. (function (ValidationType) {
  67. ValidationType[ValidationType["Automation"] = 1] = "Automation";
  68. ValidationType[ValidationType["FormValidation"] = 2] = "FormValidation";
  69. })(ValidationType = Enums.ValidationType || (Enums.ValidationType = {}));
  70. })(Enums = Forms.Enums || (Forms.Enums = {}));
  71. })(Forms = Platform.Forms || (Platform.Forms = {}));
  72. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  73. })(Unibase || (Unibase = {}));