pict-section-recordset 1.0.5 → 1.0.7

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.
Files changed (46) hide show
  1. package/example_applications/simple_entity/Simple-RecordSet-Application.js +1 -0
  2. package/package.json +1 -1
  3. package/source/providers/RecordSet-RecordProvider-MeadowEndpoints.js +31 -8
  4. package/source/services/RecordsSet-MetaController.js +13 -0
  5. package/source/views/RecordSet-Filter.js +58 -57
  6. package/source/views/dashboard/RecordSet-Dashboard-HeaderDashboard.js +50 -50
  7. package/source/views/dashboard/RecordSet-Dashboard-RecordSetDashboard.js +51 -51
  8. package/source/views/dashboard/RecordSet-Dashboard-TabBarDashboard.js +50 -50
  9. package/source/views/dashboard/RecordSet-Dashboard.js +50 -50
  10. package/source/views/edit/RecordSet-Edit-HeaderEdit.js +51 -51
  11. package/source/views/edit/RecordSet-Edit-RecordEdit.js +51 -51
  12. package/source/views/edit/RecordSet-Edit-RecordEditControls.js +51 -51
  13. package/source/views/edit/RecordSet-Edit-RecordEditExtra.js +51 -51
  14. package/source/views/edit/RecordSet-Edit-TabBarEdit.js +51 -51
  15. package/source/views/edit/RecordSet-Edit.js +51 -51
  16. package/source/views/list/RecordSet-List-HeaderList.js +51 -51
  17. package/source/views/list/RecordSet-List-PaginationTop.js +2 -2
  18. package/source/views/list/RecordSet-List-RecordList.js +57 -57
  19. package/source/views/list/RecordSet-List-Title.js +47 -47
  20. package/source/views/list/RecordSet-List.js +8 -4
  21. package/source/views/read/RecordSet-Read-HeaderRead.js +51 -51
  22. package/source/views/read/RecordSet-Read-RecordRead.js +42 -42
  23. package/source/views/read/RecordSet-Read-RecordReadExtra.js +51 -51
  24. package/source/views/read/RecordSet-Read-TabBarRead.js +51 -51
  25. package/source/views/read/RecordSet-Read.js +1 -1
  26. package/test/PictSectionRecordSet-RecordProvider-Meadow_tests.js +1 -1
  27. package/types/providers/RecordSet-RecordProvider-MeadowEndpoints.d.ts +3 -0
  28. package/types/providers/RecordSet-RecordProvider-MeadowEndpoints.d.ts.map +1 -1
  29. package/types/services/RecordsSet-MetaController.d.ts +2 -0
  30. package/types/services/RecordsSet-MetaController.d.ts.map +1 -1
  31. package/types/views/RecordSet-Filter.d.ts.map +1 -1
  32. package/types/views/dashboard/RecordSet-Dashboard-HeaderDashboard.d.ts.map +1 -1
  33. package/types/views/dashboard/RecordSet-Dashboard-RecordSetDashboard.d.ts.map +1 -1
  34. package/types/views/dashboard/RecordSet-Dashboard-TabBarDashboard.d.ts.map +1 -1
  35. package/types/views/edit/RecordSet-Edit-HeaderEdit.d.ts.map +1 -1
  36. package/types/views/edit/RecordSet-Edit-RecordEdit.d.ts.map +1 -1
  37. package/types/views/edit/RecordSet-Edit-RecordEditControls.d.ts.map +1 -1
  38. package/types/views/edit/RecordSet-Edit-RecordEditExtra.d.ts.map +1 -1
  39. package/types/views/edit/RecordSet-Edit-TabBarEdit.d.ts.map +1 -1
  40. package/types/views/list/RecordSet-List-HeaderList.d.ts.map +1 -1
  41. package/types/views/list/RecordSet-List-RecordList.d.ts.map +1 -1
  42. package/types/views/list/RecordSet-List-Title.d.ts.map +1 -1
  43. package/types/views/list/RecordSet-List.d.ts.map +1 -1
  44. package/types/views/read/RecordSet-Read-HeaderRead.d.ts.map +1 -1
  45. package/types/views/read/RecordSet-Read-RecordReadExtra.d.ts.map +1 -1
  46. package/types/views/read/RecordSet-Read-TabBarRead.d.ts.map +1 -1
@@ -1,60 +1,60 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
- const _DEFAULT_CONFIGURATION_Read_HeaderRead = (
4
- {
5
- ViewIdentifier: 'PRSP-Read-HeaderRead',
6
-
7
- DefaultRenderable: 'PRSP_Renderable_HeaderRead',
8
- DefaultDestinationAddress: '#PRSP_HeaderRead_Container',
9
- DefaultTemplateRecordAddress: false,
10
-
11
- // If this is set to true, when the App initializes this will.
12
- // While the App initializes, initialize will be called.
13
- AutoInitialize: false,
14
- AutoInitializeOrdinal: 0,
15
-
16
- // If this is set to true, when the App autorenders (on load) this will.
17
- // After the App initializes, render will be called.
18
- AutoRender: false,
19
- AutoRenderOrdinal: 0,
20
-
21
- AutoSolveWithApp: false,
22
- AutoSolveOrdinal: 0,
23
-
24
- CSS: false,
25
- CSSPriority: 500,
26
-
27
- Templates:
28
- [
29
- {
30
- Hash: 'PRSP-Read-HeaderRead-Template',
31
- Template: /*html*/`
3
+ const _DEFAULT_CONFIGURATION_Read_HeaderRead =
4
+ {
5
+ ViewIdentifier: 'PRSP-Read-HeaderRead',
6
+
7
+ DefaultRenderable: 'PRSP_Renderable_HeaderRead',
8
+ DefaultDestinationAddress: '#PRSP_HeaderRead_Container',
9
+ DefaultTemplateRecordAddress: false,
10
+
11
+ // If this is set to true, when the App initializes this will.
12
+ // While the App initializes, initialize will be called.
13
+ AutoInitialize: false,
14
+ AutoInitializeOrdinal: 0,
15
+
16
+ // If this is set to true, when the App autorenders (on load) this will.
17
+ // After the App initializes, render will be called.
18
+ AutoRender: false,
19
+ AutoRenderOrdinal: 0,
20
+
21
+ AutoSolveWithApp: false,
22
+ AutoSolveOrdinal: 0,
23
+
24
+ CSS: false,
25
+ CSSPriority: 500,
26
+
27
+ Templates:
28
+ [
29
+ {
30
+ Hash: 'PRSP-Read-HeaderRead-Template',
31
+ Template: /*html*/`
32
32
  <!-- DefaultPackage pict view template: [PRSP-Read-HeaderRead-Template] -->
33
- <!-- DefaultPackage end view template: [PRSP-Read-HeaderRead-Template] -->
34
- `
35
- }
36
- ],
37
-
38
- Renderables:
39
- [
40
- {
41
- RenderableHash: 'PRSP_Renderable_HeaderRead',
42
- TemplateHash: 'PRSP-Read-HeaderRead-Template',
43
- DestinationAddress: '#PRSP_HeaderRead_Container',
44
- RenderMethod: 'replace'
45
- }
46
- ],
47
-
48
- Manifests: {}
49
- });
33
+ <!-- DefaultPackage end view template: [PRSP-Read-HeaderRead-Template] -->
34
+ `
35
+ },
36
+ ],
37
+
38
+ Renderables:
39
+ [
40
+ {
41
+ RenderableHash: 'PRSP_Renderable_HeaderRead',
42
+ TemplateHash: 'PRSP-Read-HeaderRead-Template',
43
+ DestinationAddress: '#PRSP_HeaderRead_Container',
44
+ RenderMethod: 'replace'
45
+ },
46
+ ],
47
+
48
+ Manifests: {},
49
+ };
50
50
 
51
51
  class viewRecordSetReadHeaderRead extends libPictView
52
52
  {
53
- constructor(pFable, pOptions, pServiceHash)
54
- {
55
- let tmpOptions = Object.assign({}, _DEFAULT_CONFIGURATION_Read_HeaderRead, pOptions);
56
- super(pFable, tmpOptions, pServiceHash);
57
- }
53
+ constructor(pFable, pOptions, pServiceHash)
54
+ {
55
+ let tmpOptions = Object.assign({}, _DEFAULT_CONFIGURATION_Read_HeaderRead, pOptions);
56
+ super(pFable, tmpOptions, pServiceHash);
57
+ }
58
58
  }
59
59
 
60
60
  module.exports = viewRecordSetReadHeaderRead;
@@ -1,66 +1,66 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
- const _DEFAULT_CONFIGURATION_Read_RecordRead = (
4
- {
5
- ViewIdentifier: 'PRSP-Read-RecordRead',
3
+ const _DEFAULT_CONFIGURATION_Read_RecordRead =
4
+ {
5
+ ViewIdentifier: 'PRSP-Read-RecordRead',
6
6
 
7
- DefaultRenderable: 'PRSP_Renderable_RecordRead',
8
- DefaultDestinationAddress: '#PRSP_RecordRead_Container',
9
- DefaultTemplateRecordAddress: false,
7
+ DefaultRenderable: 'PRSP_Renderable_RecordRead',
8
+ DefaultDestinationAddress: '#PRSP_RecordRead_Container',
9
+ DefaultTemplateRecordAddress: false,
10
10
 
11
- // If this is set to true, when the App initializes this will.
12
- // While the App initializes, initialize will be called.
13
- AutoInitialize: false,
14
- AutoInitializeOrdinal: 0,
11
+ // If this is set to true, when the App initializes this will.
12
+ // While the App initializes, initialize will be called.
13
+ AutoInitialize: false,
14
+ AutoInitializeOrdinal: 0,
15
15
 
16
- // If this is set to true, when the App autorenders (on load) this will.
17
- // After the App initializes, render will be called.
18
- AutoRender: false,
19
- AutoRenderOrdinal: 0,
16
+ // If this is set to true, when the App autorenders (on load) this will.
17
+ // After the App initializes, render will be called.
18
+ AutoRender: false,
19
+ AutoRenderOrdinal: 0,
20
20
 
21
- AutoSolveWithApp: false,
22
- AutoSolveOrdinal: 0,
21
+ AutoSolveWithApp: false,
22
+ AutoSolveOrdinal: 0,
23
23
 
24
- CSS: false,
25
- CSSPriority: 500,
24
+ CSS: false,
25
+ CSSPriority: 500,
26
26
 
27
- Templates:
28
- [
29
- {
30
- Hash: 'PRSP-Read-RecordRead-Template',
31
- Template: /*html*/`
27
+ Templates:
28
+ [
29
+ {
30
+ Hash: 'PRSP-Read-RecordRead-Template',
31
+ Template: /*html*/`
32
32
  <!-- DefaultPackage pict view template: [PRSP-Read-RecordRead-Template] -->
33
33
  <div>
34
34
  {~TSWP:PRSP-Read-RecordRead-Template-Row:Record.DisplayFields:Record.Record~}
35
35
  </div>
36
36
  <!-- DefaultPackage end view template: [PRSP-Read-RecordRead-Template] -->
37
- `
38
- },
39
- {
40
- Hash: 'PRSP-Read-RecordRead-Template-Row',
41
- Template: /*html*/`
37
+ `
38
+ },
39
+ {
40
+ Hash: 'PRSP-Read-RecordRead-Template-Row',
41
+ Template: /*html*/`
42
42
  <!-- DefaultPackage pict view template: [PRSP-Read-RecordRead-Template] -->
43
43
  <div>
44
44
  <span style="font-style: italic;">{~D:Record.Data.DisplayName~}</span>
45
45
  <span style="font-weight: bold;">{~DVBK:Record.Payload:Record.Data.Key~}</span>
46
46
  </div>
47
47
  <!-- DefaultPackage end view template: [PRSP-Read-RecordRead-Template] -->
48
- `
49
- }
50
- ],
48
+ `
49
+ },
50
+ ],
51
51
 
52
- Renderables:
53
- [
54
- {
55
- RenderableHash: 'PRSP_Renderable_RecordRead',
56
- TemplateHash: 'PRSP-Read-RecordRead-Template',
57
- DestinationAddress: '#PRSP_RecordRead_Container',
58
- RenderMethod: 'replace'
59
- }
60
- ],
52
+ Renderables:
53
+ [
54
+ {
55
+ RenderableHash: 'PRSP_Renderable_RecordRead',
56
+ TemplateHash: 'PRSP-Read-RecordRead-Template',
57
+ DestinationAddress: '#PRSP_RecordRead_Container',
58
+ RenderMethod: 'replace'
59
+ },
60
+ ],
61
61
 
62
- Manifests: {}
63
- });
62
+ Manifests: {},
63
+ };
64
64
 
65
65
  class viewRecordSetReadRecordRead extends libPictView
66
66
  {
@@ -1,60 +1,60 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
- const _DEFAULT_CONFIGURATION_Read_RecordReadExtra = (
4
- {
5
- ViewIdentifier: 'PRSP-Read-RecordReadExtra',
6
-
7
- DefaultRenderable: 'PRSP_Renderable_RecordReadExtra',
8
- DefaultDestinationAddress: '#PRSP_RecordReadExtra_Container',
9
- DefaultTemplateRecordAddress: false,
10
-
11
- // If this is set to true, when the App initializes this will.
12
- // While the App initializes, initialize will be called.
13
- AutoInitialize: false,
14
- AutoInitializeOrdinal: 0,
15
-
16
- // If this is set to true, when the App autorenders (on load) this will.
17
- // After the App initializes, render will be called.
18
- AutoRender: false,
19
- AutoRenderOrdinal: 0,
20
-
21
- AutoSolveWithApp: false,
22
- AutoSolveOrdinal: 0,
23
-
24
- CSS: false,
25
- CSSPriority: 500,
26
-
27
- Templates:
28
- [
29
- {
30
- Hash: 'PRSP-Read-RecordReadExtra-Template',
31
- Template: /*html*/`
3
+ const _DEFAULT_CONFIGURATION_Read_RecordReadExtra =
4
+ {
5
+ ViewIdentifier: 'PRSP-Read-RecordReadExtra',
6
+
7
+ DefaultRenderable: 'PRSP_Renderable_RecordReadExtra',
8
+ DefaultDestinationAddress: '#PRSP_RecordReadExtra_Container',
9
+ DefaultTemplateRecordAddress: false,
10
+
11
+ // If this is set to true, when the App initializes this will.
12
+ // While the App initializes, initialize will be called.
13
+ AutoInitialize: false,
14
+ AutoInitializeOrdinal: 0,
15
+
16
+ // If this is set to true, when the App autorenders (on load) this will.
17
+ // After the App initializes, render will be called.
18
+ AutoRender: false,
19
+ AutoRenderOrdinal: 0,
20
+
21
+ AutoSolveWithApp: false,
22
+ AutoSolveOrdinal: 0,
23
+
24
+ CSS: false,
25
+ CSSPriority: 500,
26
+
27
+ Templates:
28
+ [
29
+ {
30
+ Hash: 'PRSP-Read-RecordReadExtra-Template',
31
+ Template: /*html*/`
32
32
  <!-- DefaultPackage pict view template: [PRSP-Read-RecordReadExtra-Template] -->
33
- <!-- DefaultPackage end view template: [PRSP-Read-RecordReadExtra-Template] -->
34
- `
35
- }
36
- ],
37
-
38
- Renderables:
39
- [
40
- {
41
- RenderableHash: 'PRSP_Renderable_RecordReadExtra',
42
- TemplateHash: 'PRSP-Read-RecordReadExtra-Template',
43
- DestinationAddress: '#PRSP_RecordReadExtra_Container',
44
- RenderMethod: 'replace'
45
- }
46
- ],
47
-
48
- Manifests: {}
49
- });
33
+ <!-- DefaultPackage end view template: [PRSP-Read-RecordReadExtra-Template] -->
34
+ `
35
+ },
36
+ ],
37
+
38
+ Renderables:
39
+ [
40
+ {
41
+ RenderableHash: 'PRSP_Renderable_RecordReadExtra',
42
+ TemplateHash: 'PRSP-Read-RecordReadExtra-Template',
43
+ DestinationAddress: '#PRSP_RecordReadExtra_Container',
44
+ RenderMethod: 'replace'
45
+ },
46
+ ],
47
+
48
+ Manifests: {},
49
+ };
50
50
 
51
51
  class viewRecordSetReadRecordReadExtra extends libPictView
52
52
  {
53
- constructor(pFable, pOptions, pServiceHash)
54
- {
55
- let tmpOptions = Object.assign({}, _DEFAULT_CONFIGURATION_Read_RecordReadExtra, pOptions);
56
- super(pFable, tmpOptions, pServiceHash);
57
- }
53
+ constructor(pFable, pOptions, pServiceHash)
54
+ {
55
+ let tmpOptions = Object.assign({}, _DEFAULT_CONFIGURATION_Read_RecordReadExtra, pOptions);
56
+ super(pFable, tmpOptions, pServiceHash);
57
+ }
58
58
  }
59
59
 
60
60
  module.exports = viewRecordSetReadRecordReadExtra;
@@ -1,60 +1,60 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
- const _DEFAULT_CONFIGURATION_Read_TabBarRead = (
4
- {
5
- ViewIdentifier: 'PRSP-Read-TabBarRead',
6
-
7
- DefaultRenderable: 'PRSP_Renderable_TabBarRead',
8
- DefaultDestinationAddress: '#PRSP_TabBarRead_Container',
9
- DefaultTemplateRecordAddress: false,
10
-
11
- // If this is set to true, when the App initializes this will.
12
- // While the App initializes, initialize will be called.
13
- AutoInitialize: false,
14
- AutoInitializeOrdinal: 0,
15
-
16
- // If this is set to true, when the App autorenders (on load) this will.
17
- // After the App initializes, render will be called.
18
- AutoRender: false,
19
- AutoRenderOrdinal: 0,
20
-
21
- AutoSolveWithApp: false,
22
- AutoSolveOrdinal: 0,
23
-
24
- CSS: false,
25
- CSSPriority: 500,
26
-
27
- Templates:
28
- [
29
- {
30
- Hash: 'PRSP-Read-TabBarRead-Template',
31
- Template: /*html*/`
3
+ const _DEFAULT_CONFIGURATION_Read_TabBarRead =
4
+ {
5
+ ViewIdentifier: 'PRSP-Read-TabBarRead',
6
+
7
+ DefaultRenderable: 'PRSP_Renderable_TabBarRead',
8
+ DefaultDestinationAddress: '#PRSP_TabBarRead_Container',
9
+ DefaultTemplateRecordAddress: false,
10
+
11
+ // If this is set to true, when the App initializes this will.
12
+ // While the App initializes, initialize will be called.
13
+ AutoInitialize: false,
14
+ AutoInitializeOrdinal: 0,
15
+
16
+ // If this is set to true, when the App autorenders (on load) this will.
17
+ // After the App initializes, render will be called.
18
+ AutoRender: false,
19
+ AutoRenderOrdinal: 0,
20
+
21
+ AutoSolveWithApp: false,
22
+ AutoSolveOrdinal: 0,
23
+
24
+ CSS: false,
25
+ CSSPriority: 500,
26
+
27
+ Templates:
28
+ [
29
+ {
30
+ Hash: 'PRSP-Read-TabBarRead-Template',
31
+ Template: /*html*/`
32
32
  <!-- DefaultPackage pict view template: [PRSP-Read-TabBarRead-Template] -->
33
- <!-- DefaultPackage end view template: [PRSP-Read-TabBarRead-Template] -->
34
- `
35
- }
36
- ],
37
-
38
- Renderables:
39
- [
40
- {
41
- RenderableHash: 'PRSP_Renderable_TabBarRead',
42
- TemplateHash: 'PRSP-Read-TabBarRead-Template',
43
- DestinationAddress: '#PRSP_TabBarRead_Container',
44
- RenderMethod: 'replace'
45
- }
46
- ],
47
-
48
- Manifests: {}
49
- });
33
+ <!-- DefaultPackage end view template: [PRSP-Read-TabBarRead-Template] -->
34
+ `
35
+ },
36
+ ],
37
+
38
+ Renderables:
39
+ [
40
+ {
41
+ RenderableHash: 'PRSP_Renderable_TabBarRead',
42
+ TemplateHash: 'PRSP-Read-TabBarRead-Template',
43
+ DestinationAddress: '#PRSP_TabBarRead_Container',
44
+ RenderMethod: 'replace'
45
+ },
46
+ ],
47
+
48
+ Manifests: {},
49
+ };
50
50
 
51
51
  class viewRecordSetReadTabBarRead extends libPictView
52
52
  {
53
- constructor(pFable, pOptions, pServiceHash)
54
- {
55
- let tmpOptions = Object.assign({}, _DEFAULT_CONFIGURATION_Read_TabBarRead, pOptions);
56
- super(pFable, tmpOptions, pServiceHash);
57
- }
53
+ constructor(pFable, pOptions, pServiceHash)
54
+ {
55
+ let tmpOptions = Object.assign({}, _DEFAULT_CONFIGURATION_Read_TabBarRead, pOptions);
56
+ super(pFable, tmpOptions, pServiceHash);
57
+ }
58
58
  }
59
59
 
60
60
  module.exports = viewRecordSetReadTabBarRead;
@@ -154,7 +154,7 @@ class viewRecordSetRead extends libPictRecordSetRecordView
154
154
  tmpRecordReadData.GUIDAddress = `GUID${this.pict.providers[pProviderHash].options.Entity}`;
155
155
 
156
156
  tmpRecordReadData.Record = await this.pict.providers[pProviderHash].getRecordByGUID(pRecordGUID);
157
- tmpRecordReadData.RecordSchema = this.pict.providers[pProviderHash].recordSchema;
157
+ tmpRecordReadData.RecordSchema = await this.pict.providers[pProviderHash].getRecordSchema();
158
158
 
159
159
  tmpRecordReadData = this.onBeforeRenderRead(tmpRecordReadData);
160
160
 
@@ -194,7 +194,7 @@ suite
194
194
 
195
195
  test('recordSchema', async () =>
196
196
  {
197
- const schema = await _Pict.providers.BooksProvider.recordSchema;
197
+ const schema = await _Pict.providers.BooksProvider.getRecordSchema();
198
198
  Expect(schema).to.be.an('object', 'Schema should be an object.');
199
199
  Expect(Object.keys(schema).length).to.be.greaterThan(0, 'Schema should have properties.');
200
200
  });
@@ -22,6 +22,8 @@ export = RecordSetProvider;
22
22
  declare class RecordSetProvider extends libRecordSetProviderBase {
23
23
  /** @type {RestClient} */
24
24
  restClient: RestClient;
25
+ /** @type {import('fable') & import('pict')} */
26
+ pict: any & import("pict");
25
27
  /** @type {Record<string, any>} */
26
28
  _Schema: Record<string, any>;
27
29
  /**
@@ -80,6 +82,7 @@ declare class RecordSetProvider extends libRecordSetProviderBase {
80
82
  * @param {(error?: Error) => void} fCallback - The callback function.
81
83
  */
82
84
  onInitializeAsync(fCallback: (error?: Error) => void): void;
85
+ getRecordSchema(): Promise<Record<string, any>>;
83
86
  }
84
87
  declare namespace RecordSetProvider {
85
88
  export { RestClientCallback, RecordSetFilter, RecordSetResult, RestClient };
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-RecordProvider-MeadowEndpoints.d.ts","sourceRoot":"","sources":["../../source/providers/RecordSet-RecordProvider-MeadowEndpoints.js"],"names":[],"mappings":";AAGA;;;;;;;;;;;;;;;GAeG;AAEH;;;GAGG;AACH;IAYE,yBAAyB;IACzB,YADW,UAAU,CACN;IAQf,kCAAkC;IAClC,SADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CACZ;IAGnB;;;OAGG;IAEH;;;;OAIG;IACH,qBAFW,MAAM,GAAC,MAAM,gBA4BvB;IAED;;;;OAIG;IACH,uBAFW,MAAM,GAAC,MAAM,gBAuBvB;IA+CD;;;;OAIG;IACH,4BAFW,eAAe,gBAyBzB;IAED;;;;OAIG;IACH,sBAFW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,gBAsB7B;IAED;;;;OAIG;IACH,sBAFW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,gBAsB7B;IAED;;;;OAIG;IACH,sBAFW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,gBAsB7B;IAED;;;;OAIG;IACH,sBAFW,MAAM,GAAC,MAAM,gBAKvB;IAaD;;;;OAIG;IACH,qBAFW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,gBAK7B;IAcD;;OAEG;IACH,6BAFW,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,QAgBjC;CAMD;;;;;0BA7UY,CAAC,KAAK,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,EAAE,GAAG,KAAK,IAAI;uBAErC,OAAO,oCAAoC,EAAE,eAAe;uBAC5D,OAAO,oCAAoC,EAAE,eAAe;kBAE5D;IACT,OAAO,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC1F,OAAO,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC5E,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC7E,SAAS,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC9E,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC7E,OAAO,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC5E,UAAU,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;CAC7F"}
1
+ {"version":3,"file":"RecordSet-RecordProvider-MeadowEndpoints.d.ts","sourceRoot":"","sources":["../../source/providers/RecordSet-RecordProvider-MeadowEndpoints.js"],"names":[],"mappings":";AAGA;;;;;;;;;;;;;;;GAeG;AAEH;;;GAGG;AACH;IAYE,yBAAyB;IACzB,YADW,UAAU,CACN;IAKf,+CAA+C;IAC/C,MADW,GAAe,GAAG,OAAO,MAAM,CAAC,CAClC;IAET,kCAAkC;IAClC,SADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CACZ;IAGnB;;;OAGG;IAEH;;;;OAIG;IACH,qBAFW,MAAM,GAAC,MAAM,gBA4BvB;IAED;;;;OAIG;IACH,uBAFW,MAAM,GAAC,MAAM,gBAuBvB;IA+CD;;;;OAIG;IACH,4BAFW,eAAe,gBAyBzB;IAED;;;;OAIG;IACH,sBAFW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,gBAsB7B;IAED;;;;OAIG;IACH,sBAFW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,gBAsB7B;IAED;;;;OAIG;IACH,sBAFW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,gBAsB7B;IAED;;;;OAIG;IACH,sBAFW,MAAM,GAAC,MAAM,gBAKvB;IAaD;;;;OAIG;IACH,qBAFW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,gBAK7B;IAcD;;OAEG;IACH,6BAFW,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,QA4BjC;IAED,gDAcC;CACD;;;;;0BApWY,CAAC,KAAK,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,EAAE,GAAG,KAAK,IAAI;uBAErC,OAAO,oCAAoC,EAAE,eAAe;uBAC5D,OAAO,oCAAoC,EAAE,eAAe;kBAE5D;IACT,OAAO,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC1F,OAAO,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC5E,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC7E,SAAS,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC9E,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC7E,OAAO,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC5E,UAAU,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,kBAAkB,GAAG,IAAI,CAAC;CAC7F"}
@@ -20,12 +20,14 @@ declare class RecordSetMetacontroller {
20
20
  recordSetProviders: {};
21
21
  recordSetProviderConfigurations: {};
22
22
  recordSetListConfigurations: {};
23
+ sessionProviders: any[];
23
24
  has_initialized: boolean;
24
25
  loadRecordSetConfiguration(pRecordSetConfiguration: any): boolean;
25
26
  loadRecordSetConfigurationArray(pRecordSetConfigurationArray: any): boolean;
26
27
  loadRecordSetDynamcally(pRecordSet: any, pEntity: any, pDefaultFilter: any): any;
27
28
  handleLoadDynamicRecordSetRoute(pRoutePayload: any): any;
28
29
  addRoutes(pPictRouter: any): boolean;
30
+ checkSession(pCapability: any): Promise<boolean>;
29
31
  addRecordLinkTemplate(pNameTemplate: any, pURLTemplate: any, pDefault: any): any;
30
32
  initialize(): true | this;
31
33
  }
@@ -1 +1 @@
1
- {"version":3,"file":"RecordsSet-MetaController.d.ts","sourceRoot":"","sources":["../../source/services/RecordsSet-MetaController.js"],"names":[],"mappings":";AAoBA;IAEC,2DA2BC;IAtBA,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;IAErC,yBAA4B;IA6B7B,kEA0FC;IAED,4EAmBC;IAED,iFAyCC;IAED,yDAaC;IAED,qCAMC;IAED,iFAGC;IAED,0BAuCC;CACD"}
1
+ {"version":3,"file":"RecordsSet-MetaController.d.ts","sourceRoot":"","sources":["../../source/services/RecordsSet-MetaController.js"],"names":[],"mappings":";AAoBA;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"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-Filter.d.ts","sourceRoot":"","sources":["../../source/views/RecordSet-Filter.js"],"names":[],"mappings":";AA8EA;IAEC,2DAIC;IAEE,+BAKC;IAED,8BAIC;CACJ"}
1
+ {"version":3,"file":"RecordSet-Filter.d.ts","sourceRoot":"","sources":["../../source/views/RecordSet-Filter.js"],"names":[],"mappings":";AA8EA;IAEC,2DAIC;IAED,+BAKC;IAED,8BAKC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-Dashboard-HeaderDashboard.d.ts","sourceRoot":"","sources":["../../../source/views/dashboard/RecordSet-Dashboard-HeaderDashboard.js"],"names":[],"mappings":";AAkDA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-Dashboard-HeaderDashboard.d.ts","sourceRoot":"","sources":["../../../source/views/dashboard/RecordSet-Dashboard-HeaderDashboard.js"],"names":[],"mappings":";AAkDA;IAEC,2DAIC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-Dashboard-RecordSetDashboard.d.ts","sourceRoot":"","sources":["../../../source/views/dashboard/RecordSet-Dashboard-RecordSetDashboard.js"],"names":[],"mappings":";AAkDA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-Dashboard-RecordSetDashboard.d.ts","sourceRoot":"","sources":["../../../source/views/dashboard/RecordSet-Dashboard-RecordSetDashboard.js"],"names":[],"mappings":";AAkDA;IAEC,2DAIC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-Dashboard-TabBarDashboard.d.ts","sourceRoot":"","sources":["../../../source/views/dashboard/RecordSet-Dashboard-TabBarDashboard.js"],"names":[],"mappings":";AAkDA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-Dashboard-TabBarDashboard.d.ts","sourceRoot":"","sources":["../../../source/views/dashboard/RecordSet-Dashboard-TabBarDashboard.js"],"names":[],"mappings":";AAkDA;IAEC,2DAIC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-Edit-HeaderEdit.d.ts","sourceRoot":"","sources":["../../../source/views/edit/RecordSet-Edit-HeaderEdit.js"],"names":[],"mappings":";AAkDA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-Edit-HeaderEdit.d.ts","sourceRoot":"","sources":["../../../source/views/edit/RecordSet-Edit-HeaderEdit.js"],"names":[],"mappings":";AAkDA;IAEC,2DAIC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-Edit-RecordEdit.d.ts","sourceRoot":"","sources":["../../../source/views/edit/RecordSet-Edit-RecordEdit.js"],"names":[],"mappings":";AAkDA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-Edit-RecordEdit.d.ts","sourceRoot":"","sources":["../../../source/views/edit/RecordSet-Edit-RecordEdit.js"],"names":[],"mappings":";AAkDA;IAEC,2DAIC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-Edit-RecordEditControls.d.ts","sourceRoot":"","sources":["../../../source/views/edit/RecordSet-Edit-RecordEditControls.js"],"names":[],"mappings":";AAkDA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-Edit-RecordEditControls.d.ts","sourceRoot":"","sources":["../../../source/views/edit/RecordSet-Edit-RecordEditControls.js"],"names":[],"mappings":";AAkDA;IAEC,2DAIC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-Edit-RecordEditExtra.d.ts","sourceRoot":"","sources":["../../../source/views/edit/RecordSet-Edit-RecordEditExtra.js"],"names":[],"mappings":";AAkDA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-Edit-RecordEditExtra.d.ts","sourceRoot":"","sources":["../../../source/views/edit/RecordSet-Edit-RecordEditExtra.js"],"names":[],"mappings":";AAkDA;IAEC,2DAIC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-Edit-TabBarEdit.d.ts","sourceRoot":"","sources":["../../../source/views/edit/RecordSet-Edit-TabBarEdit.js"],"names":[],"mappings":";AAkDA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-Edit-TabBarEdit.d.ts","sourceRoot":"","sources":["../../../source/views/edit/RecordSet-Edit-TabBarEdit.js"],"names":[],"mappings":";AAkDA;IAEC,2DAIC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-List-HeaderList.d.ts","sourceRoot":"","sources":["../../../source/views/list/RecordSet-List-HeaderList.js"],"names":[],"mappings":";AAkDA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-List-HeaderList.d.ts","sourceRoot":"","sources":["../../../source/views/list/RecordSet-List-HeaderList.js"],"names":[],"mappings":";AAkDA;IAEC,2DAIC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-List-RecordList.d.ts","sourceRoot":"","sources":["../../../source/views/list/RecordSet-List-RecordList.js"],"names":[],"mappings":";AAkEA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-List-RecordList.d.ts","sourceRoot":"","sources":["../../../source/views/list/RecordSet-List-RecordList.js"],"names":[],"mappings":";AAkEA;IAEC,2DAIC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-List-Title.d.ts","sourceRoot":"","sources":["../../../source/views/list/RecordSet-List-Title.js"],"names":[],"mappings":";AAsDA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-List-Title.d.ts","sourceRoot":"","sources":["../../../source/views/list/RecordSet-List-Title.js"],"names":[],"mappings":";AAsDA;IAEC,2DAIC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-List.d.ts","sourceRoot":"","sources":["../../../source/views/list/RecordSet-List.js"],"names":[],"mappings":";AAyEA;IAOE;;;;;;;;MAQC;IAGF,uCAuBC;IAED,+DAuBC;IAWD,8CAGC;IAED,sDAkCC;IA9BA,iCAUC;IAsBF,iIA+HC;CAwBD"}
1
+ {"version":3,"file":"RecordSet-List.d.ts","sourceRoot":"","sources":["../../../source/views/list/RecordSet-List.js"],"names":[],"mappings":";AAyEA;IAOE;;;;;;;;MAQC;IAGF,uCAuBC;IAED,+DAuBC;IAWD,8CAGC;IAED,sDAkCC;IA9BA,iCAUC;IAsBF,iIAmIC;CAwBD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-Read-HeaderRead.d.ts","sourceRoot":"","sources":["../../../source/views/read/RecordSet-Read-HeaderRead.js"],"names":[],"mappings":";AAkDA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-Read-HeaderRead.d.ts","sourceRoot":"","sources":["../../../source/views/read/RecordSet-Read-HeaderRead.js"],"names":[],"mappings":";AAkDA;IAEC,2DAIC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-Read-RecordReadExtra.d.ts","sourceRoot":"","sources":["../../../source/views/read/RecordSet-Read-RecordReadExtra.js"],"names":[],"mappings":";AAkDA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-Read-RecordReadExtra.d.ts","sourceRoot":"","sources":["../../../source/views/read/RecordSet-Read-RecordReadExtra.js"],"names":[],"mappings":";AAkDA;IAEC,2DAIC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSet-Read-TabBarRead.d.ts","sourceRoot":"","sources":["../../../source/views/read/RecordSet-Read-TabBarRead.js"],"names":[],"mappings":";AAkDA;IAEE,2DAIC;CACF"}
1
+ {"version":3,"file":"RecordSet-Read-TabBarRead.d.ts","sourceRoot":"","sources":["../../../source/views/read/RecordSet-Read-TabBarRead.js"],"names":[],"mappings":";AAkDA;IAEC,2DAIC;CACD"}