pict-section-recordset 1.0.14 → 1.0.15
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/package.json +1 -1
- package/source/application/Pict-Application-RecordSet.js +1 -0
- package/source/providers/RecordSet-Link-Manager.js +2 -1
- package/source/providers/RecordSet-Router.js +1 -0
- package/source/services/RecordsSet-MetaController.js +1 -0
- package/source/views/RecordSet-Filter.js +1 -0
- package/source/views/RecordSet-RecordBaseView.js +1 -0
- package/source/views/RecordsSet-MacroView.js +1 -0
- package/source/views/dashboard/RecordSet-Dashboard-HeaderDashboard.js +1 -0
- package/source/views/dashboard/RecordSet-Dashboard-RecordSetDashboard.js +1 -0
- package/source/views/dashboard/RecordSet-Dashboard-TabBarDashboard.js +1 -0
- package/source/views/dashboard/RecordSet-Dashboard.js +1 -0
- package/source/views/edit/RecordSet-Edit-HeaderEdit.js +1 -0
- package/source/views/edit/RecordSet-Edit-RecordEdit.js +1 -0
- package/source/views/edit/RecordSet-Edit-RecordEditControls.js +1 -0
- package/source/views/edit/RecordSet-Edit-RecordEditExtra.js +1 -0
- package/source/views/edit/RecordSet-Edit-TabBarEdit.js +1 -0
- package/source/views/edit/RecordSet-Edit.js +1 -0
- package/source/views/list/RecordSet-List-HeaderList.js +1 -0
- package/source/views/list/RecordSet-List-PaginationBottom.js +1 -0
- package/source/views/list/RecordSet-List-PaginationTop.js +1 -0
- package/source/views/list/RecordSet-List-RecordList.js +1 -0
- package/source/views/list/RecordSet-List-RecordListEntry.js +1 -0
- package/source/views/list/RecordSet-List-RecordListHeader.js +1 -0
- package/source/views/list/RecordSet-List-Title.js +1 -0
- package/source/views/list/RecordSet-List.js +1 -0
- package/source/views/read/RecordSet-Read-HeaderRead.js +1 -0
- package/source/views/read/RecordSet-Read-RecordRead.js +1 -0
- package/source/views/read/RecordSet-Read-RecordReadExtra.js +1 -0
- package/source/views/read/RecordSet-Read-TabBarRead.js +1 -0
- package/source/views/read/RecordSet-Read.js +1 -0
- package/types/Pict-Section-RecordSet.d.ts +1 -3
- package/types/application/Pict-Application-RecordSet.d.ts +1 -7
- package/types/application/Pict-Application-RecordSet.d.ts.map +1 -1
- package/types/providers/RecordSet-Link-Manager.d.ts +2 -5
- package/types/providers/RecordSet-Link-Manager.d.ts.map +1 -1
- package/types/providers/RecordSet-Router.d.ts +3 -8
- package/types/providers/RecordSet-Router.d.ts.map +1 -1
- package/types/services/RecordsSet-MetaController.d.ts +2 -3
- package/types/services/RecordsSet-MetaController.d.ts.map +1 -1
- package/types/views/RecordSet-Filter.d.ts +2 -25
- package/types/views/RecordSet-Filter.d.ts.map +1 -1
- package/types/views/RecordSet-RecordBaseView.d.ts +3 -28
- package/types/views/RecordSet-RecordBaseView.d.ts.map +1 -1
- package/types/views/RecordsSet-MacroView.d.ts +2 -25
- package/types/views/RecordsSet-MacroView.d.ts.map +1 -1
- package/types/views/dashboard/RecordSet-Dashboard-HeaderDashboard.d.ts +2 -25
- package/types/views/dashboard/RecordSet-Dashboard-HeaderDashboard.d.ts.map +1 -1
- package/types/views/dashboard/RecordSet-Dashboard-RecordSetDashboard.d.ts +2 -25
- package/types/views/dashboard/RecordSet-Dashboard-RecordSetDashboard.d.ts.map +1 -1
- package/types/views/dashboard/RecordSet-Dashboard-TabBarDashboard.d.ts +2 -25
- package/types/views/dashboard/RecordSet-Dashboard-TabBarDashboard.d.ts.map +1 -1
- package/types/views/dashboard/RecordSet-Dashboard.d.ts +2 -25
- package/types/views/dashboard/RecordSet-Dashboard.d.ts.map +1 -1
- package/types/views/edit/RecordSet-Edit-HeaderEdit.d.ts +2 -25
- package/types/views/edit/RecordSet-Edit-HeaderEdit.d.ts.map +1 -1
- package/types/views/edit/RecordSet-Edit-RecordEdit.d.ts +2 -25
- package/types/views/edit/RecordSet-Edit-RecordEdit.d.ts.map +1 -1
- package/types/views/edit/RecordSet-Edit-RecordEditControls.d.ts +2 -25
- package/types/views/edit/RecordSet-Edit-RecordEditControls.d.ts.map +1 -1
- package/types/views/edit/RecordSet-Edit-RecordEditExtra.d.ts +2 -25
- package/types/views/edit/RecordSet-Edit-RecordEditExtra.d.ts.map +1 -1
- package/types/views/edit/RecordSet-Edit-TabBarEdit.d.ts +2 -25
- package/types/views/edit/RecordSet-Edit-TabBarEdit.d.ts.map +1 -1
- package/types/views/edit/RecordSet-Edit.d.ts +2 -25
- package/types/views/edit/RecordSet-Edit.d.ts.map +1 -1
- package/types/views/list/RecordSet-List-HeaderList.d.ts +2 -25
- package/types/views/list/RecordSet-List-HeaderList.d.ts.map +1 -1
- package/types/views/list/RecordSet-List-PaginationBottom.d.ts +2 -25
- package/types/views/list/RecordSet-List-PaginationBottom.d.ts.map +1 -1
- package/types/views/list/RecordSet-List-PaginationTop.d.ts +2 -25
- package/types/views/list/RecordSet-List-PaginationTop.d.ts.map +1 -1
- package/types/views/list/RecordSet-List-RecordList.d.ts +2 -25
- package/types/views/list/RecordSet-List-RecordList.d.ts.map +1 -1
- package/types/views/list/RecordSet-List-RecordListEntry.d.ts +2 -25
- package/types/views/list/RecordSet-List-RecordListEntry.d.ts.map +1 -1
- package/types/views/list/RecordSet-List-RecordListHeader.d.ts +2 -25
- package/types/views/list/RecordSet-List-RecordListHeader.d.ts.map +1 -1
- package/types/views/list/RecordSet-List-Title.d.ts +2 -25
- package/types/views/list/RecordSet-List-Title.d.ts.map +1 -1
- package/types/views/list/RecordSet-List.d.ts +2 -25
- package/types/views/list/RecordSet-List.d.ts.map +1 -1
- package/types/views/read/RecordSet-Read-HeaderRead.d.ts +2 -25
- package/types/views/read/RecordSet-Read-HeaderRead.d.ts.map +1 -1
- package/types/views/read/RecordSet-Read-RecordRead.d.ts +2 -25
- package/types/views/read/RecordSet-Read-RecordRead.d.ts.map +1 -1
- package/types/views/read/RecordSet-Read-RecordReadExtra.d.ts +2 -25
- package/types/views/read/RecordSet-Read-RecordReadExtra.d.ts.map +1 -1
- package/types/views/read/RecordSet-Read-TabBarRead.d.ts +2 -25
- package/types/views/read/RecordSet-Read-TabBarRead.d.ts.map +1 -1
- package/types/views/read/RecordSet-Read.d.ts +2 -25
- package/types/views/read/RecordSet-Read.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
const libPictProvider = require('pict-provider');
|
|
2
2
|
|
|
3
|
+
/** @type {Record<string, any>} */
|
|
3
4
|
const _DEFAULT_PROVIDER_CONFIGURATION =
|
|
4
5
|
{
|
|
5
6
|
ProviderIdentifier: 'Pict-RecordSet-LinkManager',
|
|
@@ -49,4 +50,4 @@ class PictRecordSetRouter extends libPictProvider
|
|
|
49
50
|
}
|
|
50
51
|
|
|
51
52
|
module.exports = PictRecordSetRouter;
|
|
52
|
-
module.exports.default_configuration = _DEFAULT_PROVIDER_CONFIGURATION;
|
|
53
|
+
module.exports.default_configuration = _DEFAULT_PROVIDER_CONFIGURATION;
|
|
@@ -13,6 +13,7 @@ const providerLinkManager = require('../providers/RecordSet-Link-Manager.js');
|
|
|
13
13
|
|
|
14
14
|
const providerRouter = require('../providers/RecordSet-Router.js');
|
|
15
15
|
|
|
16
|
+
/** @type {Record<string, any>} */
|
|
16
17
|
const _DEFAULT_CONFIGURATION =
|
|
17
18
|
{
|
|
18
19
|
DefaultMeadowURLPrefix: '/1.0/'
|
|
@@ -9,6 +9,7 @@ const viewRecordListHeader = require('./RecordSet-List-RecordListHeader.js');
|
|
|
9
9
|
const viewRecordListEntry = require('./RecordSet-List-RecordListEntry.js');
|
|
10
10
|
const viewPaginationBottom = require('./RecordSet-List-PaginationBottom.js');
|
|
11
11
|
|
|
12
|
+
/** @type {Record<string, any>} */
|
|
12
13
|
const _DEFAULT_CONFIGURATION__List = (
|
|
13
14
|
{
|
|
14
15
|
ViewIdentifier: 'PRSP-List',
|
|
@@ -6,6 +6,7 @@ const viewRecordRead = require('./RecordSet-Read-RecordRead.js');
|
|
|
6
6
|
const viewRecordReadExtra = require('./RecordSet-Read-RecordReadExtra.js');
|
|
7
7
|
const viewTabBarRead = require('./RecordSet-Read-TabBarRead.js');
|
|
8
8
|
|
|
9
|
+
/** @type {Record<string, any>} */
|
|
9
10
|
const _DEFAULT_CONFIGURATION__Read = (
|
|
10
11
|
{
|
|
11
12
|
ViewIdentifier: 'PRSP-Read',
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
declare const _exports: {
|
|
2
2
|
new (pFable: any, pOptions: any, pServiceHash: any): import("./services/RecordsSet-MetaController.js");
|
|
3
|
-
default_configuration:
|
|
4
|
-
DefaultMeadowURLPrefix: string;
|
|
5
|
-
};
|
|
3
|
+
default_configuration: Record<string, any>;
|
|
6
4
|
PictRecordSetApplication: typeof import("./application/Pict-Application-RecordSet.js");
|
|
7
5
|
RecordSetProviderBase: typeof import("./providers/RecordSet-RecordProvider-Base.js");
|
|
8
6
|
RecordSetProviderMeadowEndpoints: typeof import("./providers/RecordSet-RecordProvider-MeadowEndpoints.js");
|
|
@@ -14,11 +14,5 @@ declare namespace PictSectionRecordSetApplication {
|
|
|
14
14
|
export { default_configuration };
|
|
15
15
|
}
|
|
16
16
|
import libPictApplication = require("pict-application");
|
|
17
|
-
declare
|
|
18
|
-
let Name: string;
|
|
19
|
-
let Hash: string;
|
|
20
|
-
namespace pict_configuration {
|
|
21
|
-
let Product: string;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
17
|
+
declare const default_configuration: Record<string, any>;
|
|
24
18
|
//# sourceMappingURL=Pict-Application-RecordSet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Application-RecordSet.d.ts","sourceRoot":"","sources":["../../source/application/Pict-Application-RecordSet.js"],"names":[],"mappings":";AAIA;;;;;;;GAOG;AACH;IAEC,2DAQC;CAoBD"}
|
|
1
|
+
{"version":3,"file":"Pict-Application-RecordSet.d.ts","sourceRoot":"","sources":["../../source/application/Pict-Application-RecordSet.js"],"names":[],"mappings":";AAIA;;;;;;;GAOG;AACH;IAEC,2DAQC;CAoBD;;;;;qCAIU,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC"}
|
|
@@ -15,9 +15,6 @@ declare class PictRecordSetRouter {
|
|
|
15
15
|
declare namespace PictRecordSetRouter {
|
|
16
16
|
export { _DEFAULT_PROVIDER_CONFIGURATION as default_configuration };
|
|
17
17
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
let AutoInitialize: boolean;
|
|
21
|
-
let AutoInitializeOrdinal: number;
|
|
22
|
-
}
|
|
18
|
+
/** @type {Record<string, any>} */
|
|
19
|
+
declare const _DEFAULT_PROVIDER_CONFIGURATION: Record<string, any>;
|
|
23
20
|
//# sourceMappingURL=RecordSet-Link-Manager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecordSet-Link-Manager.d.ts","sourceRoot":"","sources":["../../source/providers/RecordSet-Link-Manager.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"RecordSet-Link-Manager.d.ts","sourceRoot":"","sources":["../../source/providers/RecordSet-Link-Manager.js"],"names":[],"mappings":";AAWA;IAEC,2DAkBC;IAbA,kCAAkC;IAClC,SADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAClB;IACZ,6BAA6B;IAC7B,MADW,OAAO,MAAM,CAAC,CAChB;IAST,qBAAuB;IAIxB;;;;MAcC;CACD;;;;AA/CD,kCAAkC;AAClC,+CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAO7B"}
|
|
@@ -7,9 +7,7 @@ declare class PictRecordSetRouter {
|
|
|
7
7
|
pict: import("pict") & {
|
|
8
8
|
PictSectionRecordSet: InstanceType<{
|
|
9
9
|
new (pFable: any, pOptions: any, pServiceHash: any): import("../services/RecordsSet-MetaController.js");
|
|
10
|
-
default_configuration:
|
|
11
|
-
DefaultMeadowURLPrefix: string;
|
|
12
|
-
};
|
|
10
|
+
default_configuration: Record<string, any>;
|
|
13
11
|
PictRecordSetApplication: typeof import("../application/Pict-Application-RecordSet.js");
|
|
14
12
|
RecordSetProviderBase: typeof import("./RecordSet-RecordProvider-Base.js");
|
|
15
13
|
RecordSetProviderMeadowEndpoints: typeof import("./RecordSet-RecordProvider-MeadowEndpoints.js");
|
|
@@ -28,9 +26,6 @@ declare class PictRecordSetRouter {
|
|
|
28
26
|
declare namespace PictRecordSetRouter {
|
|
29
27
|
export { _DEFAULT_PROVIDER_CONFIGURATION as default_configuration };
|
|
30
28
|
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
let AutoInitialize: boolean;
|
|
34
|
-
let AutoInitializeOrdinal: number;
|
|
35
|
-
}
|
|
29
|
+
/** @type {Record<string, any>} */
|
|
30
|
+
declare const _DEFAULT_PROVIDER_CONFIGURATION: Record<string, any>;
|
|
36
31
|
//# sourceMappingURL=RecordSet-Router.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecordSet-Router.d.ts","sourceRoot":"","sources":["../../source/providers/RecordSet-Router.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"RecordSet-Router.d.ts","sourceRoot":"","sources":["../../source/providers/RecordSet-Router.js"],"names":[],"mappings":";AAYA;IAEC,2DAWC;IANA,kCAAkC;IAClC,SADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAClB;IACZ,8GAA8G;IAC9G,MADW,OAAO,MAAM,CAAC,GAAG;QAAE,oBAAoB,EAAE,YAAY,CAAC;;;;;;SAAsC,CAAC,CAAA;KAAE,CACjG;IAET,gBAAsB;IAGvB,oBAWC;IAED,8BAUC;IAED;;;;OAIG;IACH,iBAFW,MAAM,QAKhB;CACD;;;;AA1DD,kCAAkC;AAClC,+CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAO7B"}
|
|
@@ -34,7 +34,6 @@ declare class RecordSetMetacontroller {
|
|
|
34
34
|
declare namespace RecordSetMetacontroller {
|
|
35
35
|
export { _DEFAULT_CONFIGURATION as default_configuration };
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
37
|
+
/** @type {Record<string, any>} */
|
|
38
|
+
declare const _DEFAULT_CONFIGURATION: Record<string, any>;
|
|
40
39
|
//# sourceMappingURL=RecordsSet-MetaController.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecordsSet-MetaController.d.ts","sourceRoot":"","sources":["../../source/services/RecordsSet-MetaController.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"RecordsSet-MetaController.d.ts","sourceRoot":"","sources":["../../source/services/RecordsSet-MetaController.js"],"names":[],"mappings":";AAqBA;IAEC,2DA4BC;IAvBA,0HAA0H;IAC1H,OADW,OAAO,MAAM,CAAC,GAAG;QAAE,iCAAiC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,GAAG,KAAK,GAAG,CAAA;KAAE,CAC5G;IACV,kBAAkB;IAClB,KADW,GAAG,CACN;IACR,kBAAkB;IAClB,SADW,GAAG,CACF;IACZ,qBAAqB;IACrB,MADW,MAAM,CACR;IAET;;;;;MAKC;IAED,uBAA4B;IAC5B,oCAAyC;IAEzC,gCAAqC;IACrC,wBAA0B;IAE1B,yBAA4B;IA6B7B,kEA0FC;IAED,4EAmBC;IAED,iFAyCC;IAED,yDAaC;IAED,qCAMC;IAED,iDAUC;IAED,iFAGC;IAED,0BAuCC;CACD;;;;AA5SD,kCAAkC;AAClC,sCADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAI3B"}
|
|
@@ -8,29 +8,6 @@ declare namespace viewRecordSetSUBSETFilter {
|
|
|
8
8
|
export { _DEFAULT_CONFIGURATION_SUBSET_Filter as default_configuration };
|
|
9
9
|
}
|
|
10
10
|
import libPictView = require("pict-view");
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
let DefaultRenderable: string;
|
|
14
|
-
let DefaultDestinationAddress: string;
|
|
15
|
-
let DefaultTemplateRecordAddress: boolean;
|
|
16
|
-
let AutoInitialize: boolean;
|
|
17
|
-
let AutoInitializeOrdinal: number;
|
|
18
|
-
let AutoRender: boolean;
|
|
19
|
-
let AutoRenderOrdinal: number;
|
|
20
|
-
let AutoSolveWithApp: boolean;
|
|
21
|
-
let AutoSolveOrdinal: number;
|
|
22
|
-
let CSS: boolean;
|
|
23
|
-
let CSSPriority: number;
|
|
24
|
-
let Templates: {
|
|
25
|
-
Hash: string;
|
|
26
|
-
Template: string;
|
|
27
|
-
}[];
|
|
28
|
-
let Renderables: {
|
|
29
|
-
RenderableHash: string;
|
|
30
|
-
TemplateHash: string;
|
|
31
|
-
DestinationAddress: string;
|
|
32
|
-
RenderMethod: string;
|
|
33
|
-
}[];
|
|
34
|
-
let Manifests: {};
|
|
35
|
-
}
|
|
11
|
+
/** @type {Record<string, any>} */
|
|
12
|
+
declare const _DEFAULT_CONFIGURATION_SUBSET_Filter: Record<string, any>;
|
|
36
13
|
//# sourceMappingURL=RecordSet-Filter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecordSet-Filter.d.ts","sourceRoot":"","sources":["../../source/views/RecordSet-Filter.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"RecordSet-Filter.d.ts","sourceRoot":"","sources":["../../source/views/RecordSet-Filter.js"],"names":[],"mappings":";AA+EA;IAEC,2DAIC;IAED,+BAKC;IAED,8BAKC;CACD;;;;;AAlGD,kCAAkC;AAClC,oDADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CA2E5B"}
|
|
@@ -11,9 +11,7 @@ declare class viewPictSectionRecordSetViewBase extends libPictView {
|
|
|
11
11
|
instantiateServiceProviderWithoutRegistration: (hash: string) => any;
|
|
12
12
|
PictSectionRecordSet: InstanceType<{
|
|
13
13
|
new (pFable: any, pOptions: any, pServiceHash: any): import("../services/RecordsSet-MetaController.js");
|
|
14
|
-
default_configuration:
|
|
15
|
-
DefaultMeadowURLPrefix: string;
|
|
16
|
-
};
|
|
14
|
+
default_configuration: Record<string, any>;
|
|
17
15
|
PictRecordSetApplication: typeof import("../application/Pict-Application-RecordSet.js");
|
|
18
16
|
RecordSetProviderBase: typeof import("../providers/RecordSet-RecordProvider-Base.js");
|
|
19
17
|
RecordSetProviderMeadowEndpoints: typeof import("../providers/RecordSet-RecordProvider-MeadowEndpoints.js");
|
|
@@ -25,29 +23,6 @@ declare namespace viewPictSectionRecordSetViewBase {
|
|
|
25
23
|
export { _DEFAULT_CONFIGURATION_Base_View as default_configuration };
|
|
26
24
|
}
|
|
27
25
|
import libPictView = require("pict-view");
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
let DefaultRenderable: string;
|
|
31
|
-
let DefaultDestinationAddress: string;
|
|
32
|
-
let DefaultTemplateRecordAddress: boolean;
|
|
33
|
-
let AutoInitialize: boolean;
|
|
34
|
-
let AutoInitializeOrdinal: number;
|
|
35
|
-
let AutoRender: boolean;
|
|
36
|
-
let AutoRenderOrdinal: number;
|
|
37
|
-
let AutoSolveWithApp: boolean;
|
|
38
|
-
let AutoSolveOrdinal: number;
|
|
39
|
-
let CSS: boolean;
|
|
40
|
-
let CSSPriority: number;
|
|
41
|
-
let Templates: {
|
|
42
|
-
Hash: string;
|
|
43
|
-
Template: string;
|
|
44
|
-
}[];
|
|
45
|
-
let Renderables: {
|
|
46
|
-
RenderableHash: string;
|
|
47
|
-
TemplateHash: string;
|
|
48
|
-
DestinationAddress: string;
|
|
49
|
-
RenderMethod: string;
|
|
50
|
-
}[];
|
|
51
|
-
let Manifests: {};
|
|
52
|
-
}
|
|
26
|
+
/** @type {Record<string, any>} */
|
|
27
|
+
declare const _DEFAULT_CONFIGURATION_Base_View: Record<string, any>;
|
|
53
28
|
//# sourceMappingURL=RecordSet-RecordBaseView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecordSet-RecordBaseView.d.ts","sourceRoot":"","sources":["../../source/views/RecordSet-RecordBaseView.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"RecordSet-RecordBaseView.d.ts","sourceRoot":"","sources":["../../source/views/RecordSet-RecordBaseView.js"],"names":[],"mappings":";AA6DA;IAEC,2DAUC;IANA;;;;YAIQ;IACR,MALW,OAAO,MAAM,CAAC,GAAG;QACpB,GAAG,EAAE,GAAG,CAAC;QACT,6CAA6C,EAAE,CAAC,IAAI,QAAQ,KAAK,GAAG,CAAC;QACrE,oBAAoB,EAAE,YAAY,CAAC;;;;;;SAAsC,CAAC,CAAA;KAAE,CAE3E;IAGV,qCAIC;CACD;;;;;AA9ED,kCAAkC;AAClC,gDADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAyD3B"}
|
|
@@ -6,29 +6,6 @@ declare namespace viewPictSectionRecordSetMain {
|
|
|
6
6
|
export { _DEFAULT_CONFIGURATION_Dashboard_HeaderDashboard as default_configuration };
|
|
7
7
|
}
|
|
8
8
|
import libPictView = require("pict-view");
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
let DefaultRenderable: string;
|
|
12
|
-
let DefaultDestinationAddress: string;
|
|
13
|
-
let DefaultTemplateRecordAddress: boolean;
|
|
14
|
-
let AutoInitialize: boolean;
|
|
15
|
-
let AutoInitializeOrdinal: number;
|
|
16
|
-
let AutoRender: boolean;
|
|
17
|
-
let AutoRenderOrdinal: number;
|
|
18
|
-
let AutoSolveWithApp: boolean;
|
|
19
|
-
let AutoSolveOrdinal: number;
|
|
20
|
-
let CSS: boolean;
|
|
21
|
-
let CSSPriority: number;
|
|
22
|
-
let Templates: {
|
|
23
|
-
Hash: string;
|
|
24
|
-
Template: string;
|
|
25
|
-
}[];
|
|
26
|
-
let Renderables: {
|
|
27
|
-
RenderableHash: string;
|
|
28
|
-
TemplateHash: string;
|
|
29
|
-
DestinationAddress: string;
|
|
30
|
-
RenderMethod: string;
|
|
31
|
-
}[];
|
|
32
|
-
let Manifests: {};
|
|
33
|
-
}
|
|
9
|
+
/** @type {Record<string, any>} */
|
|
10
|
+
declare const _DEFAULT_CONFIGURATION_Dashboard_HeaderDashboard: Record<string, any>;
|
|
34
11
|
//# sourceMappingURL=RecordsSet-MacroView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecordsSet-MacroView.d.ts","sourceRoot":"","sources":["../../source/views/RecordsSet-MacroView.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"RecordsSet-MacroView.d.ts","sourceRoot":"","sources":["../../source/views/RecordsSet-MacroView.js"],"names":[],"mappings":";AAmDA;IAEC,2DAIC;CACD;;;;;AAxDD,kCAAkC;AAClC,gEADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CA+C3B"}
|
|
@@ -6,29 +6,6 @@ declare namespace viewRecordSetDashboardHeaderDashboard {
|
|
|
6
6
|
export { _DEFAULT_CONFIGURATION_Dashboard_HeaderDashboard as default_configuration };
|
|
7
7
|
}
|
|
8
8
|
import libPictView = require("pict-view");
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
let DefaultRenderable: string;
|
|
12
|
-
let DefaultDestinationAddress: string;
|
|
13
|
-
let DefaultTemplateRecordAddress: boolean;
|
|
14
|
-
let AutoInitialize: boolean;
|
|
15
|
-
let AutoInitializeOrdinal: number;
|
|
16
|
-
let AutoRender: boolean;
|
|
17
|
-
let AutoRenderOrdinal: number;
|
|
18
|
-
let AutoSolveWithApp: boolean;
|
|
19
|
-
let AutoSolveOrdinal: number;
|
|
20
|
-
let CSS: boolean;
|
|
21
|
-
let CSSPriority: number;
|
|
22
|
-
let Templates: {
|
|
23
|
-
Hash: string;
|
|
24
|
-
Template: string;
|
|
25
|
-
}[];
|
|
26
|
-
let Renderables: {
|
|
27
|
-
RenderableHash: string;
|
|
28
|
-
TemplateHash: string;
|
|
29
|
-
DestinationAddress: string;
|
|
30
|
-
RenderMethod: string;
|
|
31
|
-
}[];
|
|
32
|
-
let Manifests: {};
|
|
33
|
-
}
|
|
9
|
+
/** @type {Record<string, any>} */
|
|
10
|
+
declare const _DEFAULT_CONFIGURATION_Dashboard_HeaderDashboard: Record<string, any>;
|
|
34
11
|
//# sourceMappingURL=RecordSet-Dashboard-HeaderDashboard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecordSet-Dashboard-HeaderDashboard.d.ts","sourceRoot":"","sources":["../../../source/views/dashboard/RecordSet-Dashboard-HeaderDashboard.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"RecordSet-Dashboard-HeaderDashboard.d.ts","sourceRoot":"","sources":["../../../source/views/dashboard/RecordSet-Dashboard-HeaderDashboard.js"],"names":[],"mappings":";AAmDA;IAEC,2DAIC;CACD;;;;;AAxDD,kCAAkC;AAClC,gEADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CA+C5B"}
|
|
@@ -6,29 +6,6 @@ declare namespace viewRecordSetDashboardRecordSetDashboard {
|
|
|
6
6
|
export { _DEFAULT_CONFIGURATION_Dashboard_RecordSetDashboard as default_configuration };
|
|
7
7
|
}
|
|
8
8
|
import libPictView = require("pict-view");
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
let DefaultRenderable: string;
|
|
12
|
-
let DefaultDestinationAddress: string;
|
|
13
|
-
let DefaultTemplateRecordAddress: boolean;
|
|
14
|
-
let AutoInitialize: boolean;
|
|
15
|
-
let AutoInitializeOrdinal: number;
|
|
16
|
-
let AutoRender: boolean;
|
|
17
|
-
let AutoRenderOrdinal: number;
|
|
18
|
-
let AutoSolveWithApp: boolean;
|
|
19
|
-
let AutoSolveOrdinal: number;
|
|
20
|
-
let CSS: boolean;
|
|
21
|
-
let CSSPriority: number;
|
|
22
|
-
let Templates: {
|
|
23
|
-
Hash: string;
|
|
24
|
-
Template: string;
|
|
25
|
-
}[];
|
|
26
|
-
let Renderables: {
|
|
27
|
-
RenderableHash: string;
|
|
28
|
-
TemplateHash: string;
|
|
29
|
-
DestinationAddress: string;
|
|
30
|
-
RenderMethod: string;
|
|
31
|
-
}[];
|
|
32
|
-
let Manifests: {};
|
|
33
|
-
}
|
|
9
|
+
/** @type {Record<string, any>} */
|
|
10
|
+
declare const _DEFAULT_CONFIGURATION_Dashboard_RecordSetDashboard: Record<string, any>;
|
|
34
11
|
//# sourceMappingURL=RecordSet-Dashboard-RecordSetDashboard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecordSet-Dashboard-RecordSetDashboard.d.ts","sourceRoot":"","sources":["../../../source/views/dashboard/RecordSet-Dashboard-RecordSetDashboard.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"RecordSet-Dashboard-RecordSetDashboard.d.ts","sourceRoot":"","sources":["../../../source/views/dashboard/RecordSet-Dashboard-RecordSetDashboard.js"],"names":[],"mappings":";AAmDA;IAEC,2DAIC;CACD;;;;;AAxDD,kCAAkC;AAClC,mEADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CA+C5B"}
|
|
@@ -6,29 +6,6 @@ declare namespace viewRecordSetDashboardTabBarDashboard {
|
|
|
6
6
|
export { _DEFAULT_CONFIGURATION_Dashboard_TabBarDashboard as default_configuration };
|
|
7
7
|
}
|
|
8
8
|
import libPictView = require("pict-view");
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
let DefaultRenderable: string;
|
|
12
|
-
let DefaultDestinationAddress: string;
|
|
13
|
-
let DefaultTemplateRecordAddress: boolean;
|
|
14
|
-
let AutoInitialize: boolean;
|
|
15
|
-
let AutoInitializeOrdinal: number;
|
|
16
|
-
let AutoRender: boolean;
|
|
17
|
-
let AutoRenderOrdinal: number;
|
|
18
|
-
let AutoSolveWithApp: boolean;
|
|
19
|
-
let AutoSolveOrdinal: number;
|
|
20
|
-
let CSS: boolean;
|
|
21
|
-
let CSSPriority: number;
|
|
22
|
-
let Templates: {
|
|
23
|
-
Hash: string;
|
|
24
|
-
Template: string;
|
|
25
|
-
}[];
|
|
26
|
-
let Renderables: {
|
|
27
|
-
RenderableHash: string;
|
|
28
|
-
TemplateHash: string;
|
|
29
|
-
DestinationAddress: string;
|
|
30
|
-
RenderMethod: string;
|
|
31
|
-
}[];
|
|
32
|
-
let Manifests: {};
|
|
33
|
-
}
|
|
9
|
+
/** @type {Record<string, any>} */
|
|
10
|
+
declare const _DEFAULT_CONFIGURATION_Dashboard_TabBarDashboard: Record<string, any>;
|
|
34
11
|
//# sourceMappingURL=RecordSet-Dashboard-TabBarDashboard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecordSet-Dashboard-TabBarDashboard.d.ts","sourceRoot":"","sources":["../../../source/views/dashboard/RecordSet-Dashboard-TabBarDashboard.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"RecordSet-Dashboard-TabBarDashboard.d.ts","sourceRoot":"","sources":["../../../source/views/dashboard/RecordSet-Dashboard-TabBarDashboard.js"],"names":[],"mappings":";AAmDA;IAEC,2DAIC;CACD;;;;;AAxDD,kCAAkC;AAClC,gEADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CA+C5B"}
|
|
@@ -5,29 +5,6 @@ declare namespace viewRecordSetDashboard {
|
|
|
5
5
|
export { _DEFAULT_CONFIGURATION__Dashboard as default_configuration };
|
|
6
6
|
}
|
|
7
7
|
import libPictRecordSetRecordView = require("../RecordSet-RecordBaseView.js");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
let DefaultRenderable: string;
|
|
11
|
-
let DefaultDestinationAddress: string;
|
|
12
|
-
let DefaultTemplateRecordAddress: boolean;
|
|
13
|
-
let AutoInitialize: boolean;
|
|
14
|
-
let AutoInitializeOrdinal: number;
|
|
15
|
-
let AutoRender: boolean;
|
|
16
|
-
let AutoRenderOrdinal: number;
|
|
17
|
-
let AutoSolveWithApp: boolean;
|
|
18
|
-
let AutoSolveOrdinal: number;
|
|
19
|
-
let CSS: boolean;
|
|
20
|
-
let CSSPriority: number;
|
|
21
|
-
let Templates: {
|
|
22
|
-
Hash: string;
|
|
23
|
-
Template: string;
|
|
24
|
-
}[];
|
|
25
|
-
let Renderables: {
|
|
26
|
-
RenderableHash: string;
|
|
27
|
-
TemplateHash: string;
|
|
28
|
-
DestinationAddress: string;
|
|
29
|
-
RenderMethod: string;
|
|
30
|
-
}[];
|
|
31
|
-
let Manifests: {};
|
|
32
|
-
}
|
|
8
|
+
/** @type {Record<string, any>} */
|
|
9
|
+
declare const _DEFAULT_CONFIGURATION__Dashboard: Record<string, any>;
|
|
33
10
|
//# sourceMappingURL=RecordSet-Dashboard.d.ts.map
|