123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- var Unibase;
- (function (Unibase) {
- let Platform;
- (function (Platform) {
- let Forms;
- (function (Forms) {
- let Infos;
- (function (Infos) {
- class Section {
- }
- Infos.Section = Section;
- class DocType {
- }
- Infos.DocType = DocType;
- class Control {
- }
- Infos.Control = Control;
- class ControlProperty {
- }
- Infos.ControlProperty = ControlProperty;
- class SectionProperty {
- }
- Infos.SectionProperty = SectionProperty;
- class FormProperty {
- }
- Infos.FormProperty = FormProperty;
- class PropertySettingForJson {
- }
- Infos.PropertySettingForJson = PropertySettingForJson;
- class SectionPropertyForJson {
- }
- Infos.SectionPropertyForJson = SectionPropertyForJson;
- class Validation {
- }
- Infos.Validation = Validation;
- class FormRole {
- }
- Infos.FormRole = FormRole;
- class Form {
- }
- Infos.Form = Form;
- class DropDownColumn {
- }
- Infos.DropDownColumn = DropDownColumn;
- class CheckBoxColumn {
- }
- Infos.CheckBoxColumn = CheckBoxColumn;
- class FormValidation {
- }
- Infos.FormValidation = FormValidation;
- class ValidationSetting {
- }
- Infos.ValidationSetting = ValidationSetting;
- class ActionProviders {
- }
- Infos.ActionProviders = ActionProviders;
- class SubForm {
- }
- Infos.SubForm = SubForm;
- })(Infos = Forms.Infos || (Forms.Infos = {}));
- })(Forms = Platform.Forms || (Platform.Forms = {}));
- })(Platform = Unibase.Platform || (Unibase.Platform = {}));
- })(Unibase || (Unibase = {}));
|