UNPKG

@ac_packages/autocode-data-dictionary

Version:

Data dictionary package

3 lines (2 loc) 21.3 kB
"use strict";var e,t,r,i,s,o;exports.AcEnumDDFieldProperty=void 0,(e=exports.AcEnumDDFieldProperty||(exports.AcEnumDDFieldProperty={})).autoIncrement="auto_increment",e.autoNumberLength="auto_number_length",e.autoNumberPrefix="auto_number_prefix",e.checkInAutoNumber="check_in_auto_number",e.checkInModify="check_in_modify",e.checkInSave="check_in_save",e.defaultValue="default_value",e.fieldTitle="field_title",e.foreignKey="foreign_key",e.format="format",e.isSelectDistinct="is_select_distinct",e.inSearchQuery="in_search_query",e.notNull="not_null",e.remarks="remarks",e.required="required",e.primaryKey="primary_key",e.selectOptions="select_options",e.setNullBeforeDelete="set_null_before_delete",e.size="size",e.uniqueKey="unique_key",exports.AcEnumDDFieldType=void 0,(t=exports.AcEnumDDFieldType||(exports.AcEnumDDFieldType={})).autoNumber="auto_number",t.blob="blob",t.date="date",t.datetime="datetime",t.double="double",t.encrypted="encrypted",t.guid="guid",t.integer="integer",t.json="json",t.mediaJson="media_json",t.password="password",t.string="string",t.text="text",t.time="time",t.timestamp="timestamp",t.userDefinedFunction="user_defined_function";class n{constructor(){this.cascadeDeleteDestination=!1,this.cascadeDeleteSource=!1,this.destinationField="",this.destinationTable="",this.sourceField="",this.sourceTable=""}static fromJson(e){const t=new n;return t.setValuesFromJson(e),t}static getInstances({destinationField:e,destinationTable:t,dataDictionaryName:r="default"}){let i=[],s=u.getInstance({dataDictionaryName:r});if(s.relationships[t]){let r=s.relationships[t];if(r[e]){let t=r[e];for(let e of Object.keys(t)){let r=t[e];for(let e of Object.keys(r)){let t=r[e],s=n.fromJson(t);i.push(s)}}}}return i}setValuesFromJson(e={}){e.hasOwnProperty(n.keyCascadeDeleteDestination)&&(this.cascadeDeleteDestination=e[n.keyCascadeDeleteDestination]),e.hasOwnProperty(n.keyCascadeDeleteSource)&&(this.cascadeDeleteSource=e[n.keyCascadeDeleteSource]),e.hasOwnProperty(n.keyDestinationField)&&(this.destinationField=e[n.keyDestinationField]),e.hasOwnProperty(n.keyDestinationTable)&&(this.destinationTable=e[n.keyDestinationTable]),e.hasOwnProperty(n.keySourceField)&&(this.sourceField=e[n.keySourceField]),e.hasOwnProperty(n.keySourceTable)&&(this.sourceTable=e[n.keySourceTable])}toJson(){return{[n.keyCascadeDeleteDestination]:this.cascadeDeleteDestination,[n.keyCascadeDeleteSource]:this.cascadeDeleteSource,[n.keyDestinationField]:this.destinationField,[n.keyDestinationTable]:this.destinationTable,[n.keySourceField]:this.sourceField,[n.keySourceTable]:this.sourceTable}}toString(){return JSON.stringify(this.toJson())}}n.keyCascadeDeleteDestination="cascade_delete_destination",n.keyCascadeDeleteSource="cascade_delete_source",n.keyDestinationField="destination_field",n.keyDestinationTable="destination_table",n.keySourceField="source_field",n.keySourceTable="source_table";class a{constructor(){this.propertyName="",this.propertyValue=null}static fromJson(e){const t=new a;return t.setValuesFromJson(e),t}setValuesFromJson(e={}){e.hasOwnProperty(a.keyPropertyName)&&(this.propertyName=String(e[a.keyPropertyName])),e.hasOwnProperty(a.keyPropertyValue)&&(this.propertyValue=e[a.keyPropertyValue])}toJson(){return{[a.keyPropertyName]:this.propertyName,[a.keyPropertyValue]:this.propertyValue}}toString(){return JSON.stringify(this.toJson())}}a.keyPropertyName="property_name",a.keyPropertyValue="property_value";class l{constructor(){this.fieldName="",this.fieldProperties={},this.fieldType=exports.AcEnumDDFieldType.text,this.fieldValue=null,this.table=new y}get autoNumberLength(){let e=0;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.autoNumberLength]&&(e=this.fieldProperties[exports.AcEnumDDFieldProperty.autoNumberLength].propertyValue),e}get autoNumberPrefix(){let e="";return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.autoNumberPrefix]&&(e=this.fieldProperties[exports.AcEnumDDFieldProperty.autoNumberPrefix].propertyValue),e}get checkInAutoNumber(){let e=!1;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.checkInAutoNumber]&&(e=1==this.fieldProperties[exports.AcEnumDDFieldProperty.checkInAutoNumber].propertyValue),e}get checkInModify(){let e=!1;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.checkInModify]&&(e=1==this.fieldProperties[exports.AcEnumDDFieldProperty.checkInModify].propertyValue),e}get checkInSave(){let e=!1;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.checkInSave]&&(e=1==this.fieldProperties[exports.AcEnumDDFieldProperty.checkInSave].propertyValue),e}get defaultValue(){let e;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.defaultValue]&&(e=1==this.fieldProperties[exports.AcEnumDDFieldProperty.defaultValue].propertyValue),e}get fieldTitle(){let e=this.fieldName;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.fieldTitle]&&this.fieldProperties[exports.AcEnumDDFieldProperty.fieldTitle].propertyValue&&(e=this.fieldProperties[exports.AcEnumDDFieldProperty.fieldTitle].propertyValue),e}get foreignKey(){let e=!1;if(this.table&&this.table.tableName){e=n.getInstances({destinationTable:this.table.tableName,destinationField:this.fieldName}).length>0}return e}get foreignKeyRelationship(){let e,t=this.foreignKeyRelationships;return t.length>0&&(e=t[0]),e}get foreignKeyRelationships(){return n.getInstances({destinationField:this.fieldName,destinationTable:this.table.tableName})}get inSearchQuery(){let e=!1;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.inSearchQuery]&&(e=1==this.fieldProperties[exports.AcEnumDDFieldProperty.inSearchQuery].propertyValue),e}get isAutoIncrement(){let e=!1;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.autoIncrement]&&(e=1==this.fieldProperties[exports.AcEnumDDFieldProperty.autoIncrement].propertyValue),e}get isAutoNumber(){return this.fieldType==exports.AcEnumDDFieldType.autoNumber}get isSelectDistinct(){let e=!1;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.isSelectDistinct]&&(e=1==this.fieldProperties[exports.AcEnumDDFieldProperty.isSelectDistinct].propertyValue),e}get notNull(){let e=!1;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.notNull]&&(e=1==this.fieldProperties[exports.AcEnumDDFieldProperty.notNull].propertyValue),e}get primaryKey(){let e=!1;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.primaryKey]&&(e=1==this.fieldProperties[exports.AcEnumDDFieldProperty.primaryKey].propertyValue),e}get required(){let e=!1;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.required]&&(e=1==this.fieldProperties[exports.AcEnumDDFieldProperty.required].propertyValue),e}get selectOptions(){let e=[];return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.selectOptions]&&(e=this.fieldProperties[exports.AcEnumDDFieldProperty.selectOptions].propertyValue),e}get setNullBeforeDelete(){let e=!1;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.setNullBeforeDelete]&&(e=1==this.fieldProperties[exports.AcEnumDDFieldProperty.setNullBeforeDelete].propertyValue),e}get size(){let e=-1;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.size]&&(e=this.fieldProperties[exports.AcEnumDDFieldProperty.size].propertyValue),e}get uniqueKey(){let e=!1;return this.fieldProperties&&this.fieldProperties[exports.AcEnumDDFieldProperty.uniqueKey]&&(e=1==this.fieldProperties[exports.AcEnumDDFieldProperty.uniqueKey].propertyValue),e}static fromJson(e){const t=new l;return t.setValuesFromJson(e),t}setValuesFromJson(e={}){if(e.hasOwnProperty(l.keyFieldName)&&(this.fieldName=String(e[l.keyFieldName])),e.hasOwnProperty(l.keyFieldType)&&(this.fieldType=String(e[l.keyFieldType])),e.hasOwnProperty(l.keyFieldValue)&&(this.fieldValue=e[l.keyFieldValue]),e.hasOwnProperty(l.keyFieldProperties)){const t=e[l.keyFieldProperties];for(const e in t)t.hasOwnProperty(e)&&(this.fieldProperties[e]=a.fromJson(t[e]))}}toJson(){const e={[l.keyFieldName]:this.fieldName,[l.keyFieldType]:this.fieldType,[l.keyFieldValue]:this.fieldValue,[l.keyFieldProperties]:{}};for(const t in this.fieldProperties)this.fieldProperties.hasOwnProperty(t)&&(e[l.keyFieldProperties][t]=this.fieldProperties[t].toJson());return e}toString(){return JSON.stringify(this.toJson())}}l.keyFieldName="field_name",l.keyFieldProperties="field_properties",l.keyFieldType="field_type",l.keyFieldValue="field_value";class d{constructor(){this.propertyName="",this.propertyValue=null}static fromJson(e){const t=new d;return t.setValuesFromJson(e),t}setValuesFromJson(e={}){e.hasOwnProperty(d.keyPropertyName)&&(this.propertyName=String(e[d.keyPropertyName])),e.hasOwnProperty(d.keyPropertyValue)&&(this.propertyValue=e[d.keyPropertyValue])}toJson(){return{[d.keyPropertyName]:this.propertyName,[d.keyPropertyValue]:this.propertyValue}}toString(){return JSON.stringify(this.toJson())}}d.keyPropertyName="property_name",d.keyPropertyValue="property_value";class y{constructor(){this.tableName="",this.tableFields={},this.tableProperties={}}get primaryKeyField(){let e,t=this.primaryKeyFields;return t.length>0&&(e=t[0]),e}get primaryKeyFields(){let e=[];if(this.tableFields)for(let t of Object.keys(this.tableFields)){let r=this.tableFields[t];r.primaryKey&&e.push(r)}return e}get foreignKeyFields(){let e=[];if(this.tableFields)for(let t of Object.keys(this.tableFields)){let r=this.tableFields[t];r.foreignKey&&e.push(r)}return e}static fromJson(e){const t=new y;return t.setValuesFromJson(e),t}static getInstance({tableName:e,dataDictionaryName:t="default"}){let r=new y,i=u.getInstance({dataDictionaryName:t});return i.tables[e]&&r.setValuesFromJson(i.tables[e]),r}setValuesFromJson(e={}){if(e.hasOwnProperty(y.keyTableName)&&(this.tableName=String(e[y.keyTableName])),e.hasOwnProperty(y.keyTableFields)){const t=e[y.keyTableFields];for(const e in t)t.hasOwnProperty(e)&&(this.tableFields[e]=l.fromJson(t[e]),this.tableFields[e].table=this)}if(e.hasOwnProperty(y.keyTableProperties)){const t=e[y.keyTableProperties];for(const e in t)t.hasOwnProperty(e)&&(this.tableProperties[e]=d.fromJson(t[e]))}}toJson(){const e={[y.keyTableName]:this.tableName,[y.keyTableFields]:{},[y.keyTableProperties]:{}};for(const t in this.tableFields)this.tableFields.hasOwnProperty(t)&&(e[y.keyTableFields][t]=this.tableFields[t].toJson());for(const t in this.tableProperties)this.tableProperties.hasOwnProperty(t)&&(e[y.keyTableProperties][t]=this.tableProperties[t].toJson());return e}toString(){return JSON.stringify(this.toJson())}}y.keyTableFields="table_fields",y.keyTableName="table_name",y.keyTableProperties="table_properties";class u{constructor(){this.functions={},this.relationships={},this.storedProcedures={},this.tables={},this.triggers={},this.version=0,this.views={}}static fromJson(e){const t=new u;return t.setValuesFromJson(e),t}static getInstance({dataDictionaryName:e="default"}={}){let t=new u;return this.dataDictionaries[e]&&t.setValuesFromJson(this.dataDictionaries[e]),t}static getTables({dataDictionaryName:e="default"}={}){let t={},r=u.getInstance({dataDictionaryName:e});if(r.tables)for(let e of Object.keys(r.tables))t[e]=y.fromJson(r.tables[e]);return t}static registerDataDictionary({dataDictionaryJson:e,dataDictionaryName:t="default"}){u.dataDictionaries[t]=e}setValuesFromJson(e={}){e.hasOwnProperty(u.keyFunctions)&&(this.functions=e[u.keyFunctions]),e.hasOwnProperty(u.keyRelationships)&&(this.relationships=e[u.keyRelationships]),e.hasOwnProperty(u.keyStoredProcedures)&&(this.storedProcedures=e[u.keyStoredProcedures]),e.hasOwnProperty(u.keyTables)&&(this.tables=e[u.keyTables]),e.hasOwnProperty(u.keyTriggers)&&(this.triggers=e[u.keyTriggers]),e.hasOwnProperty(u.keyVersion)&&(this.version=e[u.keyVersion]),e.hasOwnProperty(u.keyViews)&&(this.views=e[u.keyViews])}toJson(){return{[u.keyFunctions]:this.functions,[u.keyRelationships]:this.relationships,[u.keyStoredProcedures]:this.storedProcedures,[u.keyTables]:this.tables,[u.keyVersion]:this.version,[u.keyViews]:this.views}}toString(){return JSON.stringify(this.toJson())}}u.keyFunctions="functions",u.keyRelationships="relationships",u.keyStoredProcedures="stored_procedures",u.keyTables="tables",u.keyTriggers="triggers",u.keyVersion="version",u.keyViews="views",u.dataDictionaries={};class p{constructor(){this.functionName="",this.functionCode=""}static fromJson(e){const t=new p;return t.setValuesFromJson(e),t}static getInstance({functionName:e,dataDictionaryName:t="default"}){let r=new p,i=u.getInstance({dataDictionaryName:t});return i.functions[e]&&r.setValuesFromJson(i.functions[e]),r}setValuesFromJson(e={}){e.hasOwnProperty(p.keyFunctionName)&&(this.functionName=String(e[p.keyFunctionName])),e.hasOwnProperty(p.keyFunctionCode)&&(this.functionCode=String(e[p.keyFunctionCode]))}toJson(){return{[p.keyFunctionName]:this.functionName,[p.keyFunctionCode]:this.functionCode}}toString(){return JSON.stringify(this.toJson())}}p.keyFunctionName="function_name",p.keyFunctionCode="function_code",p.keyFunctionScript="function_script",p.keyFunctionParameters="function_parameters",p.keyFunctionValueTableField="function_value_table_field";class c{constructor(){this.storedProcedureName="",this.storedProcedureCode=""}static fromJson(e){const t=new c;return t.setValuesFromJson(e),t}static getInstance({storedProcedureName:e,dataDictionaryName:t="default"}){let r=new c,i=u.getInstance({dataDictionaryName:t});return i.storedProcedures[e]&&r.setValuesFromJson(i.storedProcedures[e]),r}setValuesFromJson(e={}){e.hasOwnProperty(c.keyStoredProcedureName)&&(this.storedProcedureName=String(e[c.keyStoredProcedureName])),e.hasOwnProperty(c.keyStoredProcedureCode)&&(this.storedProcedureCode=String(e[c.keyStoredProcedureCode]))}toJson(){return{[c.keyStoredProcedureName]:this.storedProcedureName,[c.keyStoredProcedureCode]:this.storedProcedureCode}}toString(){return JSON.stringify(this.toJson())}}c.keyStoredProcedureName="stored_procedure_name",c.keyStoredProcedureCode="stored_procedure_code",exports.AcEnumDDTableRowEvent=void 0,(r=exports.AcEnumDDTableRowEvent||(exports.AcEnumDDTableRowEvent={})).afterDelete="after_delete",r.afterFormat="after_format",r.afterInsert="after_insert",r.afterModify="after_modify",r.afterSave="after_save",r.afterUpdate="after_update",r.beforeDelete="before_delete",r.beforeFormat="before_format",r.beforeInsert="before_insert",r.beforeModify="before_modify",r.beforeSave="before_save",r.beforeUpdate="before_update",r.unknown="unknown";class h{constructor(){this.abortOperation=!1,this.condition="",this.eventType=exports.AcEnumDDTableRowEvent.unknown,this.newRecords=[],this.oldRecords=[],this.operation="",this.originalCondition="",this.result={},this.tableName="",this.uniqueCondition="",this.values={}}static fromJson(e){const t=new h;return t.setValuesFromJson(e),t}setValuesFromJson(e){e.hasOwnProperty(h.keyAbort)&&(this.abortOperation=e[h.keyAbort]),e.hasOwnProperty(h.keyCondition)&&(this.condition=e[h.keyCondition]),e.hasOwnProperty(h.keyEventType)&&(this.eventType=e[h.keyEventType]),e.hasOwnProperty(h.keyNewRecords)&&(this.newRecords=e[h.keyNewRecords]),e.hasOwnProperty(h.keyOldRecords)&&(this.oldRecords=e[h.keyOldRecords]),e.hasOwnProperty(h.keyOperation)&&(this.operation=e[h.keyOperation]),e.hasOwnProperty(h.keyOriginalCondition)&&(this.originalCondition=e[h.keyOriginalCondition]),e.hasOwnProperty(h.keyResult)&&(this.result=e[h.keyResult]),e.hasOwnProperty(h.keyTableName)&&(this.tableName=e[h.keyTableName]),e.hasOwnProperty(h.keyUniqueCondition)&&(this.uniqueCondition=e[h.keyUniqueCondition]),e.hasOwnProperty(h.keyValues)&&(this.values=e[h.keyValues])}toJson(){return{[h.keyAbort]:this.abortOperation,[h.keyCondition]:this.condition,[h.keyEventType]:this.eventType,[h.keyNewRecords]:this.newRecords,[h.keyOldRecords]:this.oldRecords,[h.keyOperation]:this.operation,[h.keyOriginalCondition]:this.originalCondition,[h.keyResult]:this.result,[h.keyTableName]:this.tableName,[h.keyUniqueCondition]:this.uniqueCondition,[h.keyValues]:this.values}}toString(){return JSON.stringify(this.toJson())}}h.keyAbort="abort",h.keyCondition="condition",h.keyEventType="event_type",h.keyNewRecords="new_records",h.keyOldRecords="old_records",h.keyOperation="operation",h.keyOriginalCondition="original_condition",h.keyResult="result",h.keyTableName="table_name",h.keyUniqueCondition="unique_condition",h.keyValues="values";class m{constructor(){this.rowOperation="",this.triggerExecution="",this.tableName="",this.triggerName="",this.triggerCode=""}static fromJson(e){const t=new m;return t.setValuesFromJson(e),t}static getInstance({triggerName:e,dataDictionaryName:t="default"}){let r=new m,i=u.getInstance({dataDictionaryName:t});return i.triggers[e]&&r.setValuesFromJson(i.triggers[e]),r}setValuesFromJson(e={}){e.hasOwnProperty(m.keyTriggerTableRowOperation)&&(this.rowOperation=String(e[m.keyTriggerTableRowOperation])),e.hasOwnProperty(m.keyTriggerTableName)&&(this.tableName=String(e[m.keyTriggerTableName])),e.hasOwnProperty(m.keyTriggerExecution)&&(this.triggerExecution=String(e[m.keyTriggerExecution])),e.hasOwnProperty(m.keyTriggerCode)&&(this.triggerCode=String(e[m.keyTriggerCode])),e.hasOwnProperty(m.keyTriggerName)&&(this.triggerName=String(e[m.keyTriggerName]))}toJson(){return{[m.keyTriggerName]:this.triggerName,[m.keyTriggerCode]:this.triggerCode,[m.keyTriggerTableRowOperation]:this.rowOperation,[m.keyTriggerExecution]:this.triggerExecution,[m.keyTriggerTableName]:this.tableName}}toString(){return JSON.stringify(this.toJson())}}m.keyTriggerName="trigger_name",m.keyTriggerCode="trigger_code",m.keyTriggerTableName="table_name",m.keyTriggerExecution="trigger_execution",m.keyTriggerTableRowOperation="row_operation";class f{constructor(){this.fieldName="",this.fieldProperties={},this.fieldType=exports.AcEnumDDFieldType.text,this.fieldValue=null,this.fieldSource="",this.fieldSourceName=""}static fromJson(e){const t=new f;return t.setValuesFromJson(e),t}setValuesFromJson(e={}){if(e.hasOwnProperty(f.keyFieldName)&&(this.fieldName=String(e[f.keyFieldName])),e.hasOwnProperty(f.keyFieldType)&&(this.fieldType=String(e[f.keyFieldType])),e.hasOwnProperty(f.keyFieldValue)&&(this.fieldValue=e[f.keyFieldValue]),e.hasOwnProperty(f.keyFieldSource)&&(this.fieldSource=e[f.keyFieldSource]),e.hasOwnProperty(f.keyFieldSourceName)&&(this.fieldSourceName=e[f.keyFieldSourceName]),e.hasOwnProperty(f.keyFieldProperties)){const t=e[f.keyFieldProperties];for(const e in t)t.hasOwnProperty(e)&&(this.fieldProperties[e]=a.fromJson(t[e]))}}toJson(){const e={[f.keyFieldName]:this.fieldName,[f.keyFieldType]:this.fieldType,[f.keyFieldValue]:this.fieldValue,[f.keyFieldSource]:this.fieldSource,[f.keyFieldSourceName]:this.fieldSourceName,[f.keyFieldProperties]:{}};for(const t in this.fieldProperties)this.fieldProperties.hasOwnProperty(t)&&(e[f.keyFieldProperties][t]=this.fieldProperties[t].toJson());return e}toString(){return JSON.stringify(this.toJson())}}f.keyFieldName="field_name",f.keyFieldProperties="field_properties",f.keyFieldType="field_type",f.keyFieldValue="field_value",f.keyFieldSource="field_source",f.keyFieldSourceName="field_source_name";class k{constructor(){this.viewName="",this.viewQuery="",this.viewFields={}}static fromJson(e){const t=new k;return t.setValuesFromJson(e),t}static getInstance({viewName:e,dataDictionaryName:t="default"}){let r=new k,i=u.getInstance({dataDictionaryName:t});return i.views[e]&&r.setValuesFromJson(i.views[e]),r}setValuesFromJson(e={}){e.hasOwnProperty(k.keyViewName)&&(this.viewName=String(e[k.keyViewName])),e.hasOwnProperty(k.keyViewQuery)&&(this.viewQuery=String(e[k.keyViewQuery]))}toJson(){return{[k.keyViewName]:this.viewName,[k.keyViewQuery]:this.viewQuery}}toString(){return JSON.stringify(this.toJson())}}k.keyViewName="view_name",k.keyViewFields="view_fields",k.keyViewQuery="view_query",exports.AcEnumDDFieldFormat=void 0,(i=exports.AcEnumDDFieldFormat||(exports.AcEnumDDFieldFormat={})).date="date",i.encrypt="encrypt",i.hideField="hide_field",i.json="json",i.lowercase="lowercase",i.uppercase="uppercase",exports.AcEnumDDTableProperty=void 0,(s=exports.AcEnumDDTableProperty||(exports.AcEnumDDTableProperty={})).defaultOrderBy="default_order_by",s.index="index",s.pluralName="plural_name",s.selectQueryFields="select_query_fields",s.selectQuery="select_query",s.selectRequestFields="select_request_fields",s.selectViewName="select_view_name",s.singularName="singular_name",s.additionalFilterFields="additional_filter_fields",exports.AcEnumDDTableRowOperation=void 0,(o=exports.AcEnumDDTableRowOperation||(exports.AcEnumDDTableRowOperation={})).delete="delete",o.format="format",o.insert="insert",o.save="save",o.select="select",o.update="update",exports.AcDDFunction=p,exports.AcDDRelationship=n,exports.AcDDStoredProcedure=c,exports.AcDDTable=y,exports.AcDDTableField=l,exports.AcDDTableFieldProperty=a,exports.AcDDTableProperty=d,exports.AcDDTableRowEvent=h,exports.AcDDTrigger=m,exports.AcDDView=k,exports.AcDDViewField=f,exports.AcDataDictionary=u; //# sourceMappingURL=autocode-data-dictionary.cjs.js.map