rez_core 5.0.37 → 5.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/table.config.d.ts +39 -38
- package/dist/table.config.js +5 -3
- package/dist/table.config.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/table.config.ts +127 -125
package/dist/table.config.d.ts
CHANGED
|
@@ -1,40 +1,41 @@
|
|
|
1
|
-
import { DashboardPageData } from
|
|
2
|
-
import { EnterpriseData } from
|
|
3
|
-
import { OrganizationAppMapping } from
|
|
4
|
-
import { OrganizationData } from
|
|
5
|
-
import { SavedFilterDetail } from
|
|
6
|
-
import { SavedFilterMaster } from
|
|
7
|
-
import { IntegrationConfig } from
|
|
8
|
-
import { IntegrationEntityMapper } from
|
|
9
|
-
import { IntegrationSource } from
|
|
10
|
-
import { UserIntegration } from
|
|
11
|
-
import { HeaderItems } from
|
|
12
|
-
import { HeaderSection } from
|
|
13
|
-
import { LayoutPreference } from
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
|
|
1
|
+
import { DashboardPageData } from './module/dashboard/entity/dashboard_page_data.entity';
|
|
2
|
+
import { EnterpriseData } from './module/enterprise/entity/enterprise.entity';
|
|
3
|
+
import { OrganizationAppMapping } from './module/enterprise/entity/organization-app-mapping.entity';
|
|
4
|
+
import { OrganizationData } from './module/enterprise/entity/organization.entity';
|
|
5
|
+
import { SavedFilterDetail } from './module/filter/entity/saved-filter-detail.entity';
|
|
6
|
+
import { SavedFilterMaster } from './module/filter/entity/saved-filter-master.entity';
|
|
7
|
+
import { IntegrationConfig } from './module/integration/entity/integration-config.entity';
|
|
8
|
+
import { IntegrationEntityMapper } from './module/integration/entity/integration-entity-mapper.entity';
|
|
9
|
+
import { IntegrationSource } from './module/integration/entity/integration-source.entity';
|
|
10
|
+
import { UserIntegration } from './module/integration/entity/user-integration.entity';
|
|
11
|
+
import { HeaderItems } from './module/layout/entity/header-items.entity';
|
|
12
|
+
import { HeaderSection } from './module/layout/entity/header-section.entity';
|
|
13
|
+
import { LayoutPreference } from './module/layout_preference/entity/layout_preference.entity';
|
|
14
|
+
import { LinkedAttributes } from './module/linked_attributes/entity/linked_attribute.entity';
|
|
15
|
+
import { ListMasterItems } from './module/listmaster/entity/list-master-items.entity';
|
|
16
|
+
import { ListMasterData } from './module/listmaster/entity/list-master.entity';
|
|
17
|
+
import { FieldLovMapper } from './module/mapper/entity/field-lovs.entity';
|
|
18
|
+
import { FieldMapper } from './module/mapper/entity/field-mapper.entity';
|
|
19
|
+
import { Mapper } from './module/mapper/entity/mapper.entity';
|
|
20
|
+
import { AppMaster } from './module/meta/entity/app-master.entity';
|
|
21
|
+
import { EntityRelation } from './module/meta/entity/entity-relation.entity';
|
|
22
|
+
import { EntityTableColumn } from './module/meta/entity/entity-table-column.entity';
|
|
23
|
+
import { EntityTable } from './module/meta/entity/entity-table.entity';
|
|
24
|
+
import { MediaData } from './module/meta/entity/media-data.entity';
|
|
25
|
+
import { PreferenceMaster } from './module/meta/entity/preference.entity';
|
|
26
|
+
import { MenuData } from './module/module/entity/menu.entity';
|
|
27
|
+
import { ModuleAccess } from './module/module/entity/module-access.entity';
|
|
28
|
+
import { ModuleAction } from './module/module/entity/module-action.entity';
|
|
29
|
+
import { ModuleData } from './module/module/entity/module.entity';
|
|
30
|
+
import { NotificationData } from './module/notification/entity/notification.entity';
|
|
31
|
+
import { Otp } from './module/notification/entity/otp.entity';
|
|
32
|
+
import { Role } from './module/user/entity/role.entity';
|
|
33
|
+
import { UserRoleMapping } from './module/user/entity/user-role-mapping.entity';
|
|
34
|
+
import { UserSession } from './module/user/entity/user-session.entity';
|
|
35
|
+
import { UserData } from './module/user/entity/user.entity';
|
|
36
|
+
import { TemplateAttach } from './module/workflow/entity/template-attach-mapper.entity';
|
|
37
|
+
import { WorkFlowData } from './module/workflow/entity/workflow-data.entity';
|
|
38
|
+
import { WorkflowLevelMappingEntity } from './module/workflow/entity/workflow-level-mapping.entity';
|
|
39
|
+
export declare const frameworkTables: (typeof ListMasterItems | typeof ListMasterData | typeof EntityRelation | typeof SavedFilterMaster | typeof SavedFilterDetail | typeof EntityTable | typeof EntityTableColumn | typeof MediaData | typeof PreferenceMaster | typeof IntegrationConfig | typeof UserIntegration | typeof IntegrationEntityMapper | typeof FieldMapper | typeof FieldLovMapper | typeof IntegrationSource | typeof Mapper | typeof NotificationData | typeof LayoutPreference | typeof DashboardPageData | typeof LinkedAttributes)[];
|
|
39
40
|
export declare const workflowTables: (typeof TemplateAttach | typeof WorkflowLevelMappingEntity | typeof WorkFlowData)[];
|
|
40
41
|
export declare const SSOTables: (typeof UserData | typeof Role | typeof ModuleAccess | typeof OrganizationData | typeof UserRoleMapping | typeof AppMaster | typeof UserSession | typeof OrganizationAppMapping | typeof ModuleData | typeof ModuleAction | typeof MenuData | typeof Otp | typeof HeaderSection | typeof HeaderItems | typeof EnterpriseData)[];
|
package/dist/table.config.js
CHANGED
|
@@ -15,6 +15,7 @@ const user_integration_entity_1 = require("./module/integration/entity/user-inte
|
|
|
15
15
|
const header_items_entity_1 = require("./module/layout/entity/header-items.entity");
|
|
16
16
|
const header_section_entity_1 = require("./module/layout/entity/header-section.entity");
|
|
17
17
|
const layout_preference_entity_1 = require("./module/layout_preference/entity/layout_preference.entity");
|
|
18
|
+
const linked_attribute_entity_1 = require("./module/linked_attributes/entity/linked_attribute.entity");
|
|
18
19
|
const list_master_items_entity_1 = require("./module/listmaster/entity/list-master-items.entity");
|
|
19
20
|
const list_master_entity_1 = require("./module/listmaster/entity/list-master.entity");
|
|
20
21
|
const field_lovs_entity_1 = require("./module/mapper/entity/field-lovs.entity");
|
|
@@ -86,7 +87,8 @@ exports.frameworkTables = [
|
|
|
86
87
|
saved_filter_detail_entity_1.SavedFilterDetail,
|
|
87
88
|
saved_filter_master_entity_1.SavedFilterMaster,
|
|
88
89
|
user_integration_entity_1.UserIntegration,
|
|
89
|
-
view_master_entity_1.ViewMaster
|
|
90
|
+
view_master_entity_1.ViewMaster,
|
|
91
|
+
linked_attribute_entity_1.LinkedAttributes,
|
|
90
92
|
];
|
|
91
93
|
exports.workflowTables = [
|
|
92
94
|
action_entity_1.ActionEntity,
|
|
@@ -110,7 +112,7 @@ exports.workflowTables = [
|
|
|
110
112
|
workflow_level_mapping_entity_1.WorkflowLevelMappingEntity,
|
|
111
113
|
workflow_data_entity_1.WorkFlowData,
|
|
112
114
|
workflow_execution_log_entity_1.WorkflowExecutionLog,
|
|
113
|
-
scheduled_workflow_entity_1.ScheduledWorkflow
|
|
115
|
+
scheduled_workflow_entity_1.ScheduledWorkflow,
|
|
114
116
|
];
|
|
115
117
|
exports.SSOTables = [
|
|
116
118
|
app_master_entity_1.AppMaster,
|
|
@@ -127,6 +129,6 @@ exports.SSOTables = [
|
|
|
127
129
|
organization_app_mapping_entity_1.OrganizationAppMapping,
|
|
128
130
|
otp_entity_1.Otp,
|
|
129
131
|
header_items_entity_1.HeaderItems,
|
|
130
|
-
header_section_entity_1.HeaderSection
|
|
132
|
+
header_section_entity_1.HeaderSection,
|
|
131
133
|
];
|
|
132
134
|
//# sourceMappingURL=table.config.js.map
|
package/dist/table.config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.config.js","sourceRoot":"","sources":["../src/table.config.ts"],"names":[],"mappings":";;;AAAA,qGAAyF;AACzF,yFAA8E;AAC9E,oFAA8E;AAC9E,gHAAoG;AACpG,wFAAkF;AAClF,kGAAsF;AACtF,kGAAsF;AACtF,qGAA0F;AAC1F,mHAAuG;AACvG,qGAA0F;AAC1F,iGAAsF;AACtF,oFAAyE;AACzE,wFAA6E;AAC7E,yGAA8F;AAC9F,kGAAsF;AACtF,sFAA+E;AAC/E,gFAA0E;AAC1E,oFAAyE;AACzE,wEAA8D;AAC9D,8EAAmE;AACnE,0FAA+E;AAC/E,oFAAyE;AACzE,kGAAsF;AACtF,wFAA6E;AAC7E,gGAAoF;AACpF,kFAAuE;AACvE,8EAAmE;AACnE,8EAA0E;AAC1E,gFAAqE;AACrE,oEAA8D;AAC9D,sFAA2E;AAC3E,sFAA2E;AAC3E,wEAAkE;AAClE,0FAAoF;AACpF,wEAA8D;AAC9D,kEAAwD;AACxD,4FAAgF;AAChF,kFAAuE;AACvE,kEAA4D;AAC5D,6HAAuH;AACvH,+GAAoG;AACpG,6GAAkG;AAClG,qHAAyG;AACzG,4FAAiF;AACjF,oFAA+E;AAC/E,8GAAkG;AAClG,4GAAgG;AAChG,0EAAsE;AACtE,sFAA2E;AAC3E,wFAA6E;AAC7E,oGAAyF;AACzF,sEAAsE;AACtE,sGAA0F;AAC1F,oFAAyE;AACzE,oGAAwF;AACxF,wEAA8D;AAC9D,gFAA2E;AAC3E,0GAAwF;AACxF,wFAA6E;AAC7E,0GAAoG;AACpG,8EAAoE;AAEvD,QAAA,eAAe,GAAG;
|
|
1
|
+
{"version":3,"file":"table.config.js","sourceRoot":"","sources":["../src/table.config.ts"],"names":[],"mappings":";;;AAAA,qGAAyF;AACzF,yFAA8E;AAC9E,oFAA8E;AAC9E,gHAAoG;AACpG,wFAAkF;AAClF,kGAAsF;AACtF,kGAAsF;AACtF,qGAA0F;AAC1F,mHAAuG;AACvG,qGAA0F;AAC1F,iGAAsF;AACtF,oFAAyE;AACzE,wFAA6E;AAC7E,yGAA8F;AAC9F,uGAA6F;AAC7F,kGAAsF;AACtF,sFAA+E;AAC/E,gFAA0E;AAC1E,oFAAyE;AACzE,wEAA8D;AAC9D,8EAAmE;AACnE,0FAA+E;AAC/E,oFAAyE;AACzE,kGAAsF;AACtF,wFAA6E;AAC7E,gGAAoF;AACpF,kFAAuE;AACvE,8EAAmE;AACnE,8EAA0E;AAC1E,gFAAqE;AACrE,oEAA8D;AAC9D,sFAA2E;AAC3E,sFAA2E;AAC3E,wEAAkE;AAClE,0FAAoF;AACpF,wEAA8D;AAC9D,kEAAwD;AACxD,4FAAgF;AAChF,kFAAuE;AACvE,kEAA4D;AAC5D,6HAAuH;AACvH,+GAAoG;AACpG,6GAAkG;AAClG,qHAAyG;AACzG,4FAAiF;AACjF,oFAA+E;AAC/E,8GAAkG;AAClG,4GAAgG;AAChG,0EAAsE;AACtE,sFAA2E;AAC3E,wFAA6E;AAC7E,oGAAyF;AACzF,sEAAsE;AACtE,sGAA0F;AAC1F,oFAAyE;AACzE,oGAAwF;AACxF,wEAA8D;AAC9D,gFAA2E;AAC3E,0GAAwF;AACxF,wFAA6E;AAC7E,0GAAoG;AACpG,8EAAoE;AAEvD,QAAA,eAAe,GAAG;IAC7B,iCAAW;IACX,yCAAe;IACf,8CAAiB;IACjB,2CAAgB;IAChB,mCAAY;IACZ,uCAAc;IACd,gDAAkB;IAClB,iCAAW;IACX,8CAAiB;IACjB,kCAAc;IACd,iCAAW;IACX,6CAAiB;IACjB,0DAAuB;IACvB,6CAAiB;IACjB,mCAAc;IACd,0CAAe;IACf,sBAAM;IACN,6BAAS;IACT,sCAAgB;IAChB,oCAAgB;IAChB,8CAAiB;IACjB,8CAAiB;IACjB,yCAAe;IACf,+BAAU;IACV,0CAAgB;CACjB,CAAC;AAEW,QAAA,cAAc,GAAG;IAC5B,4BAAY;IACZ,uCAAc;IACd,qCAAgB;IAChB,wDAAsB;IACtB,sDAAqB;IACrB,mCAAY;IACZ,+CAAkB;IAClB,4BAAc;IACd,oBAAK;IACL,gDAAkB;IAClB,+BAAU;IACV,8CAAiB;IACjB,iCAAc;IACd,8CAAc;IACd,mCAAY;IACZ,0BAAQ;IACR,+CAAkB;IAClB,kEAA8B;IAC9B,0DAA0B;IAC1B,mCAAY;IACZ,oDAAoB;IACpB,6CAAiB;CAClB,CAAC;AAEW,QAAA,SAAS,GAAG;IACvB,6BAAS;IACT,kCAAc;IACd,kBAAI;IACJ,sBAAQ;IACR,iCAAW;IACX,0CAAe;IACf,0BAAU;IACV,mCAAY;IACZ,mCAAY;IACZ,sBAAQ;IACR,sCAAgB;IAChB,wDAAsB;IACtB,gBAAG;IACH,iCAAW;IACX,qCAAa;CACd,CAAC"}
|