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.
Files changed (92) hide show
  1. package/package.json +1 -1
  2. package/source/application/Pict-Application-RecordSet.js +1 -0
  3. package/source/providers/RecordSet-Link-Manager.js +2 -1
  4. package/source/providers/RecordSet-Router.js +1 -0
  5. package/source/services/RecordsSet-MetaController.js +1 -0
  6. package/source/views/RecordSet-Filter.js +1 -0
  7. package/source/views/RecordSet-RecordBaseView.js +1 -0
  8. package/source/views/RecordsSet-MacroView.js +1 -0
  9. package/source/views/dashboard/RecordSet-Dashboard-HeaderDashboard.js +1 -0
  10. package/source/views/dashboard/RecordSet-Dashboard-RecordSetDashboard.js +1 -0
  11. package/source/views/dashboard/RecordSet-Dashboard-TabBarDashboard.js +1 -0
  12. package/source/views/dashboard/RecordSet-Dashboard.js +1 -0
  13. package/source/views/edit/RecordSet-Edit-HeaderEdit.js +1 -0
  14. package/source/views/edit/RecordSet-Edit-RecordEdit.js +1 -0
  15. package/source/views/edit/RecordSet-Edit-RecordEditControls.js +1 -0
  16. package/source/views/edit/RecordSet-Edit-RecordEditExtra.js +1 -0
  17. package/source/views/edit/RecordSet-Edit-TabBarEdit.js +1 -0
  18. package/source/views/edit/RecordSet-Edit.js +1 -0
  19. package/source/views/list/RecordSet-List-HeaderList.js +1 -0
  20. package/source/views/list/RecordSet-List-PaginationBottom.js +1 -0
  21. package/source/views/list/RecordSet-List-PaginationTop.js +1 -0
  22. package/source/views/list/RecordSet-List-RecordList.js +1 -0
  23. package/source/views/list/RecordSet-List-RecordListEntry.js +1 -0
  24. package/source/views/list/RecordSet-List-RecordListHeader.js +1 -0
  25. package/source/views/list/RecordSet-List-Title.js +1 -0
  26. package/source/views/list/RecordSet-List.js +1 -0
  27. package/source/views/read/RecordSet-Read-HeaderRead.js +1 -0
  28. package/source/views/read/RecordSet-Read-RecordRead.js +1 -0
  29. package/source/views/read/RecordSet-Read-RecordReadExtra.js +1 -0
  30. package/source/views/read/RecordSet-Read-TabBarRead.js +1 -0
  31. package/source/views/read/RecordSet-Read.js +1 -0
  32. package/types/Pict-Section-RecordSet.d.ts +1 -3
  33. package/types/application/Pict-Application-RecordSet.d.ts +1 -7
  34. package/types/application/Pict-Application-RecordSet.d.ts.map +1 -1
  35. package/types/providers/RecordSet-Link-Manager.d.ts +2 -5
  36. package/types/providers/RecordSet-Link-Manager.d.ts.map +1 -1
  37. package/types/providers/RecordSet-Router.d.ts +3 -8
  38. package/types/providers/RecordSet-Router.d.ts.map +1 -1
  39. package/types/services/RecordsSet-MetaController.d.ts +2 -3
  40. package/types/services/RecordsSet-MetaController.d.ts.map +1 -1
  41. package/types/views/RecordSet-Filter.d.ts +2 -25
  42. package/types/views/RecordSet-Filter.d.ts.map +1 -1
  43. package/types/views/RecordSet-RecordBaseView.d.ts +3 -28
  44. package/types/views/RecordSet-RecordBaseView.d.ts.map +1 -1
  45. package/types/views/RecordsSet-MacroView.d.ts +2 -25
  46. package/types/views/RecordsSet-MacroView.d.ts.map +1 -1
  47. package/types/views/dashboard/RecordSet-Dashboard-HeaderDashboard.d.ts +2 -25
  48. package/types/views/dashboard/RecordSet-Dashboard-HeaderDashboard.d.ts.map +1 -1
  49. package/types/views/dashboard/RecordSet-Dashboard-RecordSetDashboard.d.ts +2 -25
  50. package/types/views/dashboard/RecordSet-Dashboard-RecordSetDashboard.d.ts.map +1 -1
  51. package/types/views/dashboard/RecordSet-Dashboard-TabBarDashboard.d.ts +2 -25
  52. package/types/views/dashboard/RecordSet-Dashboard-TabBarDashboard.d.ts.map +1 -1
  53. package/types/views/dashboard/RecordSet-Dashboard.d.ts +2 -25
  54. package/types/views/dashboard/RecordSet-Dashboard.d.ts.map +1 -1
  55. package/types/views/edit/RecordSet-Edit-HeaderEdit.d.ts +2 -25
  56. package/types/views/edit/RecordSet-Edit-HeaderEdit.d.ts.map +1 -1
  57. package/types/views/edit/RecordSet-Edit-RecordEdit.d.ts +2 -25
  58. package/types/views/edit/RecordSet-Edit-RecordEdit.d.ts.map +1 -1
  59. package/types/views/edit/RecordSet-Edit-RecordEditControls.d.ts +2 -25
  60. package/types/views/edit/RecordSet-Edit-RecordEditControls.d.ts.map +1 -1
  61. package/types/views/edit/RecordSet-Edit-RecordEditExtra.d.ts +2 -25
  62. package/types/views/edit/RecordSet-Edit-RecordEditExtra.d.ts.map +1 -1
  63. package/types/views/edit/RecordSet-Edit-TabBarEdit.d.ts +2 -25
  64. package/types/views/edit/RecordSet-Edit-TabBarEdit.d.ts.map +1 -1
  65. package/types/views/edit/RecordSet-Edit.d.ts +2 -25
  66. package/types/views/edit/RecordSet-Edit.d.ts.map +1 -1
  67. package/types/views/list/RecordSet-List-HeaderList.d.ts +2 -25
  68. package/types/views/list/RecordSet-List-HeaderList.d.ts.map +1 -1
  69. package/types/views/list/RecordSet-List-PaginationBottom.d.ts +2 -25
  70. package/types/views/list/RecordSet-List-PaginationBottom.d.ts.map +1 -1
  71. package/types/views/list/RecordSet-List-PaginationTop.d.ts +2 -25
  72. package/types/views/list/RecordSet-List-PaginationTop.d.ts.map +1 -1
  73. package/types/views/list/RecordSet-List-RecordList.d.ts +2 -25
  74. package/types/views/list/RecordSet-List-RecordList.d.ts.map +1 -1
  75. package/types/views/list/RecordSet-List-RecordListEntry.d.ts +2 -25
  76. package/types/views/list/RecordSet-List-RecordListEntry.d.ts.map +1 -1
  77. package/types/views/list/RecordSet-List-RecordListHeader.d.ts +2 -25
  78. package/types/views/list/RecordSet-List-RecordListHeader.d.ts.map +1 -1
  79. package/types/views/list/RecordSet-List-Title.d.ts +2 -25
  80. package/types/views/list/RecordSet-List-Title.d.ts.map +1 -1
  81. package/types/views/list/RecordSet-List.d.ts +2 -25
  82. package/types/views/list/RecordSet-List.d.ts.map +1 -1
  83. package/types/views/read/RecordSet-Read-HeaderRead.d.ts +2 -25
  84. package/types/views/read/RecordSet-Read-HeaderRead.d.ts.map +1 -1
  85. package/types/views/read/RecordSet-Read-RecordRead.d.ts +2 -25
  86. package/types/views/read/RecordSet-Read-RecordRead.d.ts.map +1 -1
  87. package/types/views/read/RecordSet-Read-RecordReadExtra.d.ts +2 -25
  88. package/types/views/read/RecordSet-Read-RecordReadExtra.d.ts.map +1 -1
  89. package/types/views/read/RecordSet-Read-TabBarRead.d.ts +2 -25
  90. package/types/views/read/RecordSet-Read-TabBarRead.d.ts.map +1 -1
  91. package/types/views/read/RecordSet-Read.d.ts +2 -25
  92. package/types/views/read/RecordSet-Read.d.ts.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pict-section-recordset",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Pict dynamic record set management views",
5
5
  "main": "source/Pict-Section-RecordSet.js",
6
6
  "directories": {
@@ -44,6 +44,7 @@ class PictSectionRecordSetApplication extends libPictApplication
44
44
 
45
45
  module.exports = PictSectionRecordSetApplication
46
46
 
47
+ /** @type {Record<string, any>} */
47
48
  module.exports.default_configuration = (
48
49
  {
49
50
  "Name": "A Simple Pict RecordSet Application",
@@ -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;
@@ -1,6 +1,7 @@
1
1
  const libPictProvider = require('pict-provider');
2
2
  const libPictRouter = require('pict-router');
3
3
 
4
+ /** @type {Record<string, any>} */
4
5
  const _DEFAULT_PROVIDER_CONFIGURATION =
5
6
  {
6
7
  ProviderIdentifier: 'Pict-RecordSet-Router',
@@ -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/'
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_SUBSET_Filter =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-SUBSET-Filter',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Base_View = (
4
5
  {
5
6
  ViewIdentifier: 'PRSP-RecordSet-View-Base',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Dashboard_HeaderDashboard = (
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Main',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Dashboard_HeaderDashboard =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Dashboard-HeaderDashboard',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Dashboard_RecordSetDashboard =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Dashboard-RecordSetDashboard',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Dashboard_TabBarDashboard =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Dashboard-TabBarDashboard',
@@ -1,5 +1,6 @@
1
1
  const libPictRecordSetRecordView = require('../RecordSet-RecordBaseView.js');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION__Dashboard =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Dashboard',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Edit_HeaderEdit =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Edit-HeaderEdit',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Edit_RecordEdit =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Edit-RecordEdit',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Edit_RecordEditControls =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Edit-RecordEditControls',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Edit_RecordEditExtra =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Edit-RecordEditExtra',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Edit_TabBarEdit =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Edit-TabBarEdit',
@@ -1,5 +1,6 @@
1
1
  const libPictRecordSetRecordView = require('../RecordSet-RecordBaseView.js');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION__Edit =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Edit',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_List_HeaderList =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-List-HeaderList',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_List_PaginationBottom = (
4
5
  {
5
6
  ViewIdentifier: 'PRSP-List-PaginationBottom',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_List_PaginationTop = (
4
5
  {
5
6
  ViewIdentifier: 'PRSP-List-PaginationTop',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_List_RecordList =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-List-RecordList',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_List_RecordListEntry = (
4
5
  {
5
6
  ViewIdentifier: 'PRSP-List-RecordListEntry',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_List_RecordListHeader = (
4
5
  {
5
6
  ViewIdentifier: 'PRSP-List-RecordListHeader',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_List_Title =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-List-Title',
@@ -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',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Read_HeaderRead =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Read-HeaderRead',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Read_RecordRead =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Read-RecordRead',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Read_RecordReadExtra =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Read-RecordReadExtra',
@@ -1,5 +1,6 @@
1
1
  const libPictView = require('pict-view');
2
2
 
3
+ /** @type {Record<string, any>} */
3
4
  const _DEFAULT_CONFIGURATION_Read_TabBarRead =
4
5
  {
5
6
  ViewIdentifier: 'PRSP-Read-TabBarRead',
@@ -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 namespace default_configuration {
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
- declare namespace _DEFAULT_PROVIDER_CONFIGURATION {
19
- let ProviderIdentifier: string;
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":";AAUA;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"}
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
- declare namespace _DEFAULT_PROVIDER_CONFIGURATION {
32
- let ProviderIdentifier: string;
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":";AAWA;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"}
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
- declare namespace _DEFAULT_CONFIGURATION {
38
- let DefaultMeadowURLPrefix: string;
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":";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
+ {"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
- declare namespace _DEFAULT_CONFIGURATION_SUBSET_Filter {
12
- let ViewIdentifier: string;
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":";AA8EA;IAEC,2DAIC;IAED,+BAKC;IAED,8BAKC;CACD"}
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
- declare namespace _DEFAULT_CONFIGURATION_Base_View {
29
- let ViewIdentifier: string;
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":";AA4DA;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"}
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
- declare namespace _DEFAULT_CONFIGURATION_Dashboard_HeaderDashboard {
10
- let ViewIdentifier: string;
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":";AAkDA;IAEC,2DAIC;CACD"}
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
- declare namespace _DEFAULT_CONFIGURATION_Dashboard_HeaderDashboard {
10
- let ViewIdentifier: string;
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":";AAkDA;IAEC,2DAIC;CACD"}
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
- declare namespace _DEFAULT_CONFIGURATION_Dashboard_RecordSetDashboard {
10
- let ViewIdentifier: string;
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":";AAkDA;IAEC,2DAIC;CACD"}
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
- declare namespace _DEFAULT_CONFIGURATION_Dashboard_TabBarDashboard {
10
- let ViewIdentifier: string;
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":";AAkDA;IAEC,2DAIC;CACD"}
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
- declare namespace _DEFAULT_CONFIGURATION__Dashboard {
9
- let ViewIdentifier: string;
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