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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Forms;
  6. (function (Forms) {
  7. let Infos;
  8. (function (Infos) {
  9. class Section {
  10. }
  11. Infos.Section = Section;
  12. class DocType {
  13. }
  14. Infos.DocType = DocType;
  15. class Control {
  16. }
  17. Infos.Control = Control;
  18. class ControlProperty {
  19. }
  20. Infos.ControlProperty = ControlProperty;
  21. class SectionProperty {
  22. }
  23. Infos.SectionProperty = SectionProperty;
  24. class FormProperty {
  25. }
  26. Infos.FormProperty = FormProperty;
  27. class PropertySettingForJson {
  28. }
  29. Infos.PropertySettingForJson = PropertySettingForJson;
  30. class SectionPropertyForJson {
  31. }
  32. Infos.SectionPropertyForJson = SectionPropertyForJson;
  33. class Validation {
  34. }
  35. Infos.Validation = Validation;
  36. class FormRole {
  37. }
  38. Infos.FormRole = FormRole;
  39. class Form {
  40. }
  41. Infos.Form = Form;
  42. class DropDownColumn {
  43. }
  44. Infos.DropDownColumn = DropDownColumn;
  45. class CheckBoxColumn {
  46. }
  47. Infos.CheckBoxColumn = CheckBoxColumn;
  48. class FormValidation {
  49. }
  50. Infos.FormValidation = FormValidation;
  51. class ValidationSetting {
  52. }
  53. Infos.ValidationSetting = ValidationSetting;
  54. class ActionProviders {
  55. }
  56. Infos.ActionProviders = ActionProviders;
  57. class SubForm {
  58. }
  59. Infos.SubForm = SubForm;
  60. })(Infos = Forms.Infos || (Forms.Infos = {}));
  61. })(Forms = Platform.Forms || (Platform.Forms = {}));
  62. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  63. })(Unibase || (Unibase = {}));