pict-section-form 1.0.163 → 1.0.165
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/providers/Pict-Provider-DynamicDataChangeDetection.js +4 -3
- package/source/providers/Pict-Provider-DynamicFormSolverBehaviors.js +4 -3
- package/source/providers/Pict-Provider-DynamicInput.js +3 -3
- package/source/providers/Pict-Provider-DynamicInputEvents.js +3 -3
- package/source/providers/Pict-Provider-DynamicLayout.js +3 -3
- package/source/providers/Pict-Provider-DynamicRecordSet.js +3 -3
- package/source/providers/Pict-Provider-DynamicSolver.js +3 -3
- package/source/providers/Pict-Provider-DynamicTabularData.js +4 -5
- package/source/providers/Pict-Provider-DynamicTemplates.js +4 -3
- package/source/providers/Pict-Provider-Informary.js +4 -3
- package/source/providers/Pict-Provider-InputExtension.js +3 -3
- package/source/providers/Pict-Provider-ListDistilling.js +6 -0
- package/source/providers/Pict-Provider-MetaLists.js +3 -3
- package/source/providers/Pict-Provider-MetatemplateGenerator.js +6 -0
- package/source/providers/Pict-Provider-MetatemplateMacros.js +6 -0
- package/source/providers/inputs/Pict-Provider-Input-AutofillTriggerGroup.js +5 -0
- package/source/providers/inputs/Pict-Provider-Input-Chart.js +5 -0
- package/source/providers/inputs/Pict-Provider-Input-DateTime.js +5 -0
- package/source/providers/inputs/Pict-Provider-Input-EntityBundleRequest.js +5 -0
- package/source/providers/inputs/Pict-Provider-Input-HTML.js +5 -0
- package/source/providers/inputs/Pict-Provider-Input-Link.js +5 -0
- package/source/providers/inputs/Pict-Provider-Input-Markdown.js +5 -0
- package/source/providers/inputs/Pict-Provider-Input-PreciseNumber.js +5 -0
- package/source/providers/inputs/Pict-Provider-Input-Select.js +5 -0
- package/source/providers/inputs/Pict-Provider-Input-TabGroupSelector.js +5 -0
- package/source/providers/inputs/Pict-Provider-Input-TabSectionSelector.js +5 -0
- package/source/providers/inputs/Pict-Provider-Input-TemplatedEntityLookup.js +5 -0
- package/source/services/ManifestFactory.js +2 -2
- package/source/views/Pict-View-Form-Metacontroller.js +61 -68
- package/test/PictSectionForm-Basic_tests.js +10 -10
- package/types/source/providers/Pict-Provider-DynamicDataChangeDetection.d.ts +0 -7
- package/types/source/providers/Pict-Provider-DynamicDataChangeDetection.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicFormSolverBehaviors.d.ts +0 -7
- package/types/source/providers/Pict-Provider-DynamicFormSolverBehaviors.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicInput.d.ts +0 -8
- package/types/source/providers/Pict-Provider-DynamicInput.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicInputEvents.d.ts +0 -8
- package/types/source/providers/Pict-Provider-DynamicInputEvents.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicLayout.d.ts +0 -8
- package/types/source/providers/Pict-Provider-DynamicLayout.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicRecordSet.d.ts +0 -8
- package/types/source/providers/Pict-Provider-DynamicRecordSet.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicSolver.d.ts +0 -8
- package/types/source/providers/Pict-Provider-DynamicSolver.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicTabularData.d.ts +0 -8
- package/types/source/providers/Pict-Provider-DynamicTabularData.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicTemplates.d.ts +0 -7
- package/types/source/providers/Pict-Provider-DynamicTemplates.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-Informary.d.ts +0 -7
- package/types/source/providers/Pict-Provider-Informary.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-InputExtension.d.ts +0 -8
- package/types/source/providers/Pict-Provider-InputExtension.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-ListDistilling.d.ts +0 -1
- package/types/source/providers/Pict-Provider-ListDistilling.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-MetaLists.d.ts +0 -8
- package/types/source/providers/Pict-Provider-MetaLists.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-MetatemplateGenerator.d.ts +0 -1
- package/types/source/providers/Pict-Provider-MetatemplateGenerator.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-MetatemplateMacros.d.ts +0 -1
- package/types/source/providers/Pict-Provider-MetatemplateMacros.d.ts.map +1 -1
- package/types/source/providers/inputs/Pict-Provider-Input-AutofillTriggerGroup.d.ts +0 -1
- package/types/source/providers/inputs/Pict-Provider-Input-AutofillTriggerGroup.d.ts.map +1 -1
- package/types/source/providers/inputs/Pict-Provider-Input-Chart.d.ts +0 -1
- package/types/source/providers/inputs/Pict-Provider-Input-Chart.d.ts.map +1 -1
- package/types/source/providers/inputs/Pict-Provider-Input-DateTime.d.ts +0 -1
- package/types/source/providers/inputs/Pict-Provider-Input-DateTime.d.ts.map +1 -1
- package/types/source/providers/inputs/Pict-Provider-Input-EntityBundleRequest.d.ts +0 -1
- package/types/source/providers/inputs/Pict-Provider-Input-EntityBundleRequest.d.ts.map +1 -1
- package/types/source/providers/inputs/Pict-Provider-Input-HTML.d.ts +0 -1
- package/types/source/providers/inputs/Pict-Provider-Input-HTML.d.ts.map +1 -1
- package/types/source/providers/inputs/Pict-Provider-Input-Link.d.ts +0 -1
- package/types/source/providers/inputs/Pict-Provider-Input-Link.d.ts.map +1 -1
- package/types/source/providers/inputs/Pict-Provider-Input-Markdown.d.ts +0 -1
- package/types/source/providers/inputs/Pict-Provider-Input-Markdown.d.ts.map +1 -1
- package/types/source/providers/inputs/Pict-Provider-Input-PreciseNumber.d.ts +0 -1
- package/types/source/providers/inputs/Pict-Provider-Input-PreciseNumber.d.ts.map +1 -1
- package/types/source/providers/inputs/Pict-Provider-Input-Select.d.ts +0 -1
- package/types/source/providers/inputs/Pict-Provider-Input-Select.d.ts.map +1 -1
- package/types/source/providers/inputs/Pict-Provider-Input-TabGroupSelector.d.ts +0 -1
- package/types/source/providers/inputs/Pict-Provider-Input-TabGroupSelector.d.ts.map +1 -1
- package/types/source/providers/inputs/Pict-Provider-Input-TabSectionSelector.d.ts +0 -1
- package/types/source/providers/inputs/Pict-Provider-Input-TabSectionSelector.d.ts.map +1 -1
- package/types/source/providers/inputs/Pict-Provider-Input-TemplatedEntityLookup.d.ts +0 -1
- package/types/source/providers/inputs/Pict-Provider-Input-TemplatedEntityLookup.d.ts.map +1 -1
- package/types/source/services/ManifestFactory.d.ts +2 -1
- package/types/source/services/ManifestFactory.d.ts.map +1 -1
- package/types/source/views/Pict-View-Form-Metacontroller.d.ts +3 -1
- package/types/source/views/Pict-View-Form-Metacontroller.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -23,9 +23,10 @@ class PictDataChangeDetection extends libPictProvider
|
|
|
23
23
|
{
|
|
24
24
|
/**
|
|
25
25
|
* Creates an instance of PictDataChangeDetection.
|
|
26
|
-
*
|
|
27
|
-
* @param {
|
|
28
|
-
* @param {string}
|
|
26
|
+
*
|
|
27
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
28
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
29
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
29
30
|
*/
|
|
30
31
|
constructor(pFable, pOptions, pServiceHash)
|
|
31
32
|
{
|
|
@@ -21,9 +21,10 @@ class PictDynamicFormsSolverBehaviors extends libPictProvider
|
|
|
21
21
|
{
|
|
22
22
|
/**
|
|
23
23
|
* Creates an instance of the `PictDynamicFormsInformary` class.
|
|
24
|
-
*
|
|
25
|
-
* @param {
|
|
26
|
-
* @param {
|
|
24
|
+
*
|
|
25
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
26
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
27
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
27
28
|
*/
|
|
28
29
|
constructor(pFable, pOptions, pServiceHash)
|
|
29
30
|
{
|
|
@@ -19,9 +19,9 @@ class PictDynamicInput extends libPictProvider
|
|
|
19
19
|
/**
|
|
20
20
|
* Creates an instance of the PictDynamicInput class.
|
|
21
21
|
*
|
|
22
|
-
* @param {import('
|
|
23
|
-
* @param {any} [pOptions
|
|
24
|
-
* @param {string} [pServiceHash] - The service hash
|
|
22
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
23
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
24
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
25
25
|
*/
|
|
26
26
|
constructor(pFable, pOptions, pServiceHash)
|
|
27
27
|
{
|
|
@@ -19,9 +19,9 @@ class PictDynamicInputEvents extends libPictProvider
|
|
|
19
19
|
/**
|
|
20
20
|
* Creates an instance of the PictDynamicInputEvents class.
|
|
21
21
|
*
|
|
22
|
-
* @param {
|
|
23
|
-
* @param {
|
|
24
|
-
* @param {
|
|
22
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
23
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
24
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
25
25
|
*/
|
|
26
26
|
constructor(pFable, pOptions, pServiceHash)
|
|
27
27
|
{
|
|
@@ -19,9 +19,9 @@ class PictDynamicLayout extends libPictProvider
|
|
|
19
19
|
/**
|
|
20
20
|
* Creates an instance of the PictDynamicLayout class.
|
|
21
21
|
*
|
|
22
|
-
* @param {
|
|
23
|
-
* @param {
|
|
24
|
-
* @param {
|
|
22
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
23
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
24
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
25
25
|
*/
|
|
26
26
|
constructor(pFable, pOptions, pServiceHash)
|
|
27
27
|
{
|
|
@@ -22,9 +22,9 @@ class PictRecordSet extends libPictProvider
|
|
|
22
22
|
/**
|
|
23
23
|
* Creates an instance of the PictRecordSet class.
|
|
24
24
|
*
|
|
25
|
-
* @param {
|
|
26
|
-
* @param {
|
|
27
|
-
* @param {
|
|
25
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
26
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
27
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
28
28
|
*/
|
|
29
29
|
constructor(pFable, pOptions, pServiceHash)
|
|
30
30
|
{
|
|
@@ -37,9 +37,9 @@ class PictDynamicSolver extends libPictProvider
|
|
|
37
37
|
/**
|
|
38
38
|
* Creates an instance of the PictDynamicSolver class.
|
|
39
39
|
*
|
|
40
|
-
* @param {
|
|
41
|
-
* @param {
|
|
42
|
-
* @param {
|
|
40
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
41
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
42
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
43
43
|
*/
|
|
44
44
|
constructor(pFable, pOptions, pServiceHash)
|
|
45
45
|
{
|
|
@@ -24,9 +24,9 @@ class DynamicTabularData extends libPictProvider
|
|
|
24
24
|
/**
|
|
25
25
|
* Creates an instance of the DynamicTabularData class.
|
|
26
26
|
*
|
|
27
|
-
* @param {
|
|
28
|
-
* @param {
|
|
29
|
-
* @param {
|
|
27
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
28
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
29
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
30
30
|
*/
|
|
31
31
|
constructor(pFable, pOptions, pServiceHash)
|
|
32
32
|
{
|
|
@@ -216,6 +216,7 @@ class DynamicTabularData extends libPictProvider
|
|
|
216
216
|
// Also render any other views that have this as the RecordSetAddress
|
|
217
217
|
// Filter the views by each Group.RecordSetAddress and find the ones with this RecordSetAddress
|
|
218
218
|
let tmpViewsToRender = this.pict.views.PictFormMetacontroller.filterViews(
|
|
219
|
+
/** @param {import('../views/Pict-View-DynamicForm.js')} pViewToTestForGroup */
|
|
219
220
|
(pViewToTestForGroup) =>
|
|
220
221
|
{
|
|
221
222
|
if (!pViewToTestForGroup.isPictSectionForm)
|
|
@@ -277,8 +278,6 @@ class DynamicTabularData extends libPictProvider
|
|
|
277
278
|
{
|
|
278
279
|
tmpRowPrototype = JSON.parse(JSON.stringify(tmpGroup.DefaultRows[tmpDestinationObject.length]));
|
|
279
280
|
}
|
|
280
|
-
console.log(tmpRowPrototype);
|
|
281
|
-
console.log(tmpGroup.supportingManifest.populateDefaults(tmpRowPrototype));
|
|
282
281
|
tmpDestinationObject.push(tmpGroup.supportingManifest.populateDefaults(tmpRowPrototype))
|
|
283
282
|
}
|
|
284
283
|
}
|
|
@@ -39,9 +39,10 @@ class PictDynamicFormsTemplates extends libPictProvider
|
|
|
39
39
|
{
|
|
40
40
|
/**
|
|
41
41
|
* Constructs a new instance of the PictProviderDynamicTemplates class.
|
|
42
|
-
*
|
|
43
|
-
* @param {
|
|
44
|
-
* @param {
|
|
42
|
+
*
|
|
43
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
44
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
45
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
45
46
|
*/
|
|
46
47
|
constructor(pFable, pOptions, pServiceHash)
|
|
47
48
|
{
|
|
@@ -20,9 +20,10 @@ class PictDynamicFormsInformary extends libPictProvider
|
|
|
20
20
|
{
|
|
21
21
|
/**
|
|
22
22
|
* Creates an instance of the `PictDynamicFormsInformary` class.
|
|
23
|
-
*
|
|
24
|
-
* @param {
|
|
25
|
-
* @param {
|
|
23
|
+
*
|
|
24
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
25
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
26
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
26
27
|
*/
|
|
27
28
|
constructor(pFable, pOptions, pServiceHash)
|
|
28
29
|
{
|
|
@@ -21,9 +21,9 @@ class PictInputExtensionProvider extends libPictProvider
|
|
|
21
21
|
/**
|
|
22
22
|
* Creates an instance of the PictInputExtensionProvider class.
|
|
23
23
|
*
|
|
24
|
-
* @param {
|
|
25
|
-
* @param {
|
|
26
|
-
* @param {
|
|
24
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
25
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
26
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
27
27
|
*/
|
|
28
28
|
constructor(pFable, pOptions, pServiceHash)
|
|
29
29
|
{
|
|
@@ -16,6 +16,12 @@ const _DefaultProviderConfiguration = (
|
|
|
16
16
|
*/
|
|
17
17
|
class PictListDistilling extends libPictProvider
|
|
18
18
|
{
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
22
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
23
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
24
|
+
*/
|
|
19
25
|
constructor(pFable, pOptions, pServiceHash)
|
|
20
26
|
{
|
|
21
27
|
super(pFable, pOptions, pServiceHash);
|
|
@@ -19,9 +19,9 @@ class PictMetalist extends libPictProvider
|
|
|
19
19
|
/**
|
|
20
20
|
* Creates an instance of the PictMetalist class.
|
|
21
21
|
*
|
|
22
|
-
* @param {
|
|
23
|
-
* @param {
|
|
24
|
-
* @param {
|
|
22
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
23
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
24
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
25
25
|
*/
|
|
26
26
|
constructor(pFable, pOptions, pServiceHash)
|
|
27
27
|
{
|
|
@@ -54,6 +54,12 @@ const _DynamicInputViewSection = (
|
|
|
54
54
|
*/
|
|
55
55
|
class PictMetatemplateGenerator extends libPictProvider
|
|
56
56
|
{
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
60
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
61
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
62
|
+
*/
|
|
57
63
|
constructor(pFable, pOptions, pServiceHash)
|
|
58
64
|
{
|
|
59
65
|
let tmpOptions = Object.assign({}, JSON.parse(JSON.stringify(_DefaultProviderConfiguration)), pOptions);
|
|
@@ -17,6 +17,12 @@ const _DefaultProviderConfiguration = (
|
|
|
17
17
|
*/
|
|
18
18
|
class PictMetatemplateMacros extends libPictProvider
|
|
19
19
|
{
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
23
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
24
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
25
|
+
*/
|
|
20
26
|
constructor(pFable, pOptions, pServiceHash)
|
|
21
27
|
{
|
|
22
28
|
let tmpOptions = Object.assign({}, JSON.parse(JSON.stringify(_DefaultProviderConfiguration)), pOptions);
|
|
@@ -29,6 +29,11 @@ const libPictSectionInputExtension = require('../Pict-Provider-InputExtension.js
|
|
|
29
29
|
*/
|
|
30
30
|
class CustomInputHandler extends libPictSectionInputExtension
|
|
31
31
|
{
|
|
32
|
+
/**
|
|
33
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
34
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
35
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
36
|
+
*/
|
|
32
37
|
constructor(pFable, pOptions, pServiceHash)
|
|
33
38
|
{
|
|
34
39
|
super(pFable, pOptions, pServiceHash);
|
|
@@ -9,6 +9,11 @@ const libPictSectionInputExtension = require('../Pict-Provider-InputExtension.js
|
|
|
9
9
|
*/
|
|
10
10
|
class CustomInputHandler extends libPictSectionInputExtension
|
|
11
11
|
{
|
|
12
|
+
/**
|
|
13
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
14
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
15
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
16
|
+
*/
|
|
12
17
|
constructor(pFable, pOptions, pServiceHash)
|
|
13
18
|
{
|
|
14
19
|
super(pFable, pOptions, pServiceHash);
|
|
@@ -7,6 +7,11 @@ const libPictSectionInputExtension = require('../Pict-Provider-InputExtension.js
|
|
|
7
7
|
*/
|
|
8
8
|
class CustomInputHandler extends libPictSectionInputExtension
|
|
9
9
|
{
|
|
10
|
+
/**
|
|
11
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
12
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
13
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
14
|
+
*/
|
|
10
15
|
constructor(pFable, pOptions, pServiceHash)
|
|
11
16
|
{
|
|
12
17
|
super(pFable, pOptions, pServiceHash);
|
|
@@ -38,6 +38,11 @@ Providers: ["Pict-Input-EntityBundleRequest", "Pict-Input-TriggerGroup"],
|
|
|
38
38
|
*/
|
|
39
39
|
class CustomInputHandler extends libPictSectionInputExtension
|
|
40
40
|
{
|
|
41
|
+
/**
|
|
42
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
43
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
44
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
45
|
+
*/
|
|
41
46
|
constructor(pFable, pOptions, pServiceHash)
|
|
42
47
|
{
|
|
43
48
|
super(pFable, pOptions, pServiceHash);
|
|
@@ -9,6 +9,11 @@ const libPictSectionInputExtension = require('../Pict-Provider-InputExtension.js
|
|
|
9
9
|
*/
|
|
10
10
|
class CustomInputHandler extends libPictSectionInputExtension
|
|
11
11
|
{
|
|
12
|
+
/**
|
|
13
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
14
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
15
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
16
|
+
*/
|
|
12
17
|
constructor(pFable, pOptions, pServiceHash)
|
|
13
18
|
{
|
|
14
19
|
super(pFable, pOptions, pServiceHash);
|
|
@@ -9,6 +9,11 @@ const libPictSectionInputExtension = require('../Pict-Provider-InputExtension.js
|
|
|
9
9
|
*/
|
|
10
10
|
class LinkInputHandler extends libPictSectionInputExtension
|
|
11
11
|
{
|
|
12
|
+
/**
|
|
13
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
14
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
15
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
16
|
+
*/
|
|
12
17
|
constructor(pFable, pOptions, pServiceHash)
|
|
13
18
|
{
|
|
14
19
|
super(pFable, pOptions, pServiceHash);
|
|
@@ -11,6 +11,11 @@ const libMarked = require('marked');
|
|
|
11
11
|
*/
|
|
12
12
|
class CustomInputHandler extends libPictSectionInputExtension
|
|
13
13
|
{
|
|
14
|
+
/**
|
|
15
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
16
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
17
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
18
|
+
*/
|
|
14
19
|
constructor(pFable, pOptions, pServiceHash)
|
|
15
20
|
{
|
|
16
21
|
super(pFable, pOptions, pServiceHash);
|
|
@@ -9,6 +9,11 @@ const libPictSectionInputExtension = require('../Pict-Provider-InputExtension.js
|
|
|
9
9
|
*/
|
|
10
10
|
class CustomInputHandler extends libPictSectionInputExtension
|
|
11
11
|
{
|
|
12
|
+
/**
|
|
13
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
14
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
15
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
16
|
+
*/
|
|
12
17
|
constructor(pFable, pOptions, pServiceHash)
|
|
13
18
|
{
|
|
14
19
|
super(pFable, pOptions, pServiceHash);
|
|
@@ -9,6 +9,11 @@ const libPictSectionInputExtension = require('../Pict-Provider-InputExtension.js
|
|
|
9
9
|
*/
|
|
10
10
|
class CustomInputHandler extends libPictSectionInputExtension
|
|
11
11
|
{
|
|
12
|
+
/**
|
|
13
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
14
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
15
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
16
|
+
*/
|
|
12
17
|
constructor(pFable, pOptions, pServiceHash)
|
|
13
18
|
{
|
|
14
19
|
super(pFable, pOptions, pServiceHash);
|
|
@@ -9,6 +9,11 @@ const libPictSectionInputExtension = require('../Pict-Provider-InputExtension.js
|
|
|
9
9
|
*/
|
|
10
10
|
class CustomInputHandler extends libPictSectionInputExtension
|
|
11
11
|
{
|
|
12
|
+
/**
|
|
13
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
14
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
15
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
16
|
+
*/
|
|
12
17
|
constructor(pFable, pOptions, pServiceHash)
|
|
13
18
|
{
|
|
14
19
|
super(pFable, pOptions, pServiceHash);
|
|
@@ -9,6 +9,11 @@ const libPictSectionInputExtension = require('../Pict-Provider-InputExtension.js
|
|
|
9
9
|
*/
|
|
10
10
|
class CustomInputHandler extends libPictSectionInputExtension
|
|
11
11
|
{
|
|
12
|
+
/**
|
|
13
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
14
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
15
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
16
|
+
*/
|
|
12
17
|
constructor(pFable, pOptions, pServiceHash)
|
|
13
18
|
{
|
|
14
19
|
super(pFable, pOptions, pServiceHash);
|
|
@@ -11,6 +11,11 @@ const libMarked = require('marked');
|
|
|
11
11
|
*/
|
|
12
12
|
class CustomInputHandler extends libPictSectionInputExtension
|
|
13
13
|
{
|
|
14
|
+
/**
|
|
15
|
+
* @param {import('fable')} pFable - The Fable instance.
|
|
16
|
+
* @param {Record<string, any>} [pOptions] - The options for the provider.
|
|
17
|
+
* @param {string} [pServiceHash] - The service hash for the provider.
|
|
18
|
+
*/
|
|
14
19
|
constructor(pFable, pOptions, pServiceHash)
|
|
15
20
|
{
|
|
16
21
|
super(pFable, pOptions, pServiceHash);
|
|
@@ -13,7 +13,7 @@ class ManifestFactory extends libFableServiceProviderBase
|
|
|
13
13
|
let tmpOptions = Object.assign({}, JSON.parse(JSON.stringify(_DefaultManifestSettings)), pOptions);
|
|
14
14
|
super(pFable, pOptions, pServiceHash);
|
|
15
15
|
|
|
16
|
-
/** @type {import('pict') & { instantiateServiceProviderWithoutRegistration: (hash: string, options?: any, uuid?: string) => any }} */
|
|
16
|
+
/** @type {import('pict') & { instantiateServiceProviderWithoutRegistration: (hash: string, options?: any, uuid?: string) => any, newManyfest: () => import('manyfest') }} */
|
|
17
17
|
this.fable;
|
|
18
18
|
/** @type {any} */
|
|
19
19
|
this.log;
|
|
@@ -695,7 +695,7 @@ class ManifestFactory extends libFableServiceProviderBase
|
|
|
695
695
|
{
|
|
696
696
|
tmpGroup.Layout = 'Tabular';
|
|
697
697
|
// If the csv defines the GroupRecordSetAddress, use that explicitly
|
|
698
|
-
|
|
698
|
+
this.log.info(`Group ${tmpGroup.Hash} RSA ${tmpRecord['GroupRecordSetAddress']} -> Descriptor ${tmpDescriptor.DataAddress}`);
|
|
699
699
|
if (tmpRecord['GroupRecordSetAddress'] && (typeof (tmpRecord.GroupRecordSetAddress == 'string')) && (tmpRecord.GroupRecordSetAddress.length > 0))
|
|
700
700
|
{
|
|
701
701
|
tmpGroup.RecordSetAddress = tmpRecord.GroupRecordSetAddress;
|