pict-section-form 1.0.95 → 1.0.97
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/.vscode/settings.json +1 -1
- package/example_applications/complex_table/Complex-Tabular-Application.js +21 -0
- package/package.json +1 -1
- package/source/Pict-Section-Form.js +1 -1
- package/source/application/Pict-Application-Form.js +1 -0
- package/source/providers/Pict-Provider-DynamicDataChangeDetection.js +1 -1
- package/source/providers/Pict-Provider-DynamicInput.js +1 -0
- package/source/providers/Pict-Provider-DynamicInputEvents.js +1 -0
- package/source/providers/Pict-Provider-DynamicLayout.js +1 -0
- package/source/providers/Pict-Provider-DynamicRecordSet.js +1 -0
- package/source/providers/Pict-Provider-DynamicSolver.js +6 -0
- package/source/providers/Pict-Provider-DynamicTabularData.js +1 -0
- package/source/providers/Pict-Provider-DynamicTemplates.js +1 -0
- package/source/providers/Pict-Provider-Informary.js +1 -0
- package/source/providers/Pict-Provider-InputExtension.js +1 -0
- package/source/providers/Pict-Provider-ListDistilling.js +1 -0
- package/source/providers/Pict-Provider-MetaLists.js +1 -0
- package/source/providers/Pict-Provider-MetatemplateGenerator.js +1 -0
- package/source/providers/Pict-Provider-MetatemplateMacros.js +1 -0
- package/source/providers/dynamictemplates/Pict-DynamicTemplates-DefaultFormTemplates.js +33 -0
- package/source/providers/inputs/Pict-Provider-Input-Link.js +59 -0
- package/source/services/Fable-Service-TransactionTracking.js +1 -0
- package/source/services/ManifestFactory.js +1 -0
- package/source/services/Pict-Service-DynamicApplication.js +1 -0
- package/source/views/Pict-View-DynamicForm.js +2 -0
- package/source/views/Pict-View-Form-Metacontroller.js +1 -0
- package/types/source/Pict-Section-Form.d.ts +1 -36
- package/types/source/application/Pict-Application-Form.d.ts +1 -8
- package/types/source/application/Pict-Application-Form.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicDataChangeDetection.d.ts +2 -2
- package/types/source/providers/Pict-Provider-DynamicDataChangeDetection.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicInput.d.ts +2 -6
- package/types/source/providers/Pict-Provider-DynamicInput.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicInputEvents.d.ts +2 -6
- package/types/source/providers/Pict-Provider-DynamicInputEvents.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicLayout.d.ts +2 -6
- package/types/source/providers/Pict-Provider-DynamicLayout.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicRecordSet.d.ts +2 -6
- package/types/source/providers/Pict-Provider-DynamicRecordSet.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicSolver.d.ts +2 -6
- package/types/source/providers/Pict-Provider-DynamicSolver.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicTabularData.d.ts +2 -6
- package/types/source/providers/Pict-Provider-DynamicTabularData.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-DynamicTemplates.d.ts +2 -6
- package/types/source/providers/Pict-Provider-DynamicTemplates.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-Informary.d.ts +2 -6
- package/types/source/providers/Pict-Provider-Informary.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-InputExtension.d.ts +2 -6
- package/types/source/providers/Pict-Provider-InputExtension.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-ListDistilling.d.ts +2 -6
- package/types/source/providers/Pict-Provider-ListDistilling.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-MetaLists.d.ts +2 -6
- package/types/source/providers/Pict-Provider-MetaLists.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-MetatemplateGenerator.d.ts +2 -6
- package/types/source/providers/Pict-Provider-MetatemplateGenerator.d.ts.map +1 -1
- package/types/source/providers/Pict-Provider-MetatemplateMacros.d.ts +2 -6
- package/types/source/providers/Pict-Provider-MetatemplateMacros.d.ts.map +1 -1
- package/types/source/providers/inputs/Pict-Provider-Input-Link.d.ts +47 -0
- package/types/source/providers/inputs/Pict-Provider-Input-Link.d.ts.map +1 -0
- package/types/source/services/Fable-Service-TransactionTracking.d.ts +1 -1
- package/types/source/services/Fable-Service-TransactionTracking.d.ts.map +1 -1
- package/types/source/services/ManifestFactory.d.ts +1 -1
- package/types/source/services/ManifestFactory.d.ts.map +1 -1
- package/types/source/services/Pict-Service-DynamicApplication.d.ts +1 -1
- package/types/source/services/Pict-Service-DynamicApplication.d.ts.map +1 -1
- package/types/source/views/Pict-View-DynamicForm.d.ts +3 -96
- package/types/source/views/Pict-View-DynamicForm.d.ts.map +1 -1
- package/types/source/views/Pict-View-Form-Metacontroller.d.ts +1 -20
- package/types/source/views/Pict-View-Form-Metacontroller.d.ts.map +1 -1
package/.vscode/settings.json
CHANGED
|
@@ -79,6 +79,7 @@ module.exports.default_configuration.pict_configuration = {
|
|
|
79
79
|
},
|
|
80
80
|
"RecipeCounterSurfaceArea = RecipeCounterWidth * RecipeCounterDepth",
|
|
81
81
|
"RecipeCounterVolume = RecipeCounterSurfaceArea * RecipeVerticalClearance",
|
|
82
|
+
`InspirationLink = CONCAT("https://www.google.com/search?q=", RecipeName, " recipe")`,
|
|
82
83
|
],
|
|
83
84
|
|
|
84
85
|
MetaTemplates:
|
|
@@ -148,6 +149,10 @@ module.exports.default_configuration.pict_configuration = {
|
|
|
148
149
|
Ordinal: 1,
|
|
149
150
|
Expression: "ProteinFatRatio = Protein / Fat * 100",
|
|
150
151
|
},
|
|
152
|
+
{
|
|
153
|
+
Ordinal: 2,
|
|
154
|
+
Expression: `HealthInfoLink = CONCAT("https://www.google.com/search?q=", Family, " health information")`,
|
|
155
|
+
},
|
|
151
156
|
],
|
|
152
157
|
|
|
153
158
|
PickLists:
|
|
@@ -193,6 +198,12 @@ module.exports.default_configuration.pict_configuration = {
|
|
|
193
198
|
DataType: "String",
|
|
194
199
|
PictForm: { Section: "Recipe", Group: "Recipe", Row: 1 },
|
|
195
200
|
},
|
|
201
|
+
InspirationLink: {
|
|
202
|
+
Name: "Inspiration",
|
|
203
|
+
Hash: "InspirationLink",
|
|
204
|
+
DataType: "String",
|
|
205
|
+
PictForm: { Section: "Recipe", Group: "Recipe", Row: 1, InputType: "Link" },
|
|
206
|
+
},
|
|
196
207
|
RecipeType: {
|
|
197
208
|
Name: "Recipe Type",
|
|
198
209
|
Hash: "RecipeType",
|
|
@@ -451,6 +462,9 @@ module.exports.default_configuration.pict_configuration = {
|
|
|
451
462
|
"FruitData.FruityVice[].nutritions.calories": {
|
|
452
463
|
Hash: "FruitNutritionCalories",
|
|
453
464
|
},
|
|
465
|
+
"FruitData.FruityVice[].health_info": {
|
|
466
|
+
Hash: "FruitHealthInfo",
|
|
467
|
+
},
|
|
454
468
|
"FruitData.FruityVice[].nutritions.percent_total_fat": {
|
|
455
469
|
Hash: "FruitPercentTotalFat",
|
|
456
470
|
},
|
|
@@ -563,6 +577,13 @@ module.exports.default_configuration.pict_configuration = {
|
|
|
563
577
|
Default: "(unnamed fruit)",
|
|
564
578
|
PictForm: { Section: "FruitGrid", Group: "FruitGrid" },
|
|
565
579
|
},
|
|
580
|
+
health_info: {
|
|
581
|
+
Name: "Health Info.",
|
|
582
|
+
Hash: "HealthInfoLink",
|
|
583
|
+
DataType: "String",
|
|
584
|
+
Default: "",
|
|
585
|
+
PictForm: { Section: "FruitGrid", Group: "FruitGrid", "InputType": "Link" },
|
|
586
|
+
},
|
|
566
587
|
family: {
|
|
567
588
|
Name: "Family",
|
|
568
589
|
Hash: "Family",
|
package/package.json
CHANGED
|
@@ -23,4 +23,4 @@ module.exports.PictFormApplication = require('./application/Pict-Application-For
|
|
|
23
23
|
module.exports.PictDynamicLayoutProvider = require('./providers/Pict-Provider-DynamicLayout.js');
|
|
24
24
|
|
|
25
25
|
// The ManifestFactory, for when we want to convert tabular data to configuration
|
|
26
|
-
module.exports.ManifestFactory = require('./services/ManifestFactory.js');
|
|
26
|
+
module.exports.ManifestFactory = require('./services/ManifestFactory.js');
|
|
@@ -6,7 +6,7 @@ const libPictProvider = require('pict-provider');
|
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Default configuration for the PictDataChangeDetection provider.
|
|
9
|
-
* @type {
|
|
9
|
+
* @type {Record<string, any>}
|
|
10
10
|
*/
|
|
11
11
|
const _DefaultProviderConfiguration = {
|
|
12
12
|
ProviderIdentifier: "Pict-DynamicForms-Provider-DataChangeDetection",
|
|
@@ -12,8 +12,10 @@ const libInputAutofillTriggerGroup = require('./inputs/Pict-Provider-Input-Autof
|
|
|
12
12
|
const libInputMarkdown = require('./inputs/Pict-Provider-Input-Markdown.js');
|
|
13
13
|
const libInputHTML = require('./inputs/Pict-Provider-Input-HTML.js');
|
|
14
14
|
const libInputPreciseNumber = require('./inputs/Pict-Provider-Input-PreciseNumber.js');
|
|
15
|
+
const libInputLink = require('./inputs/Pict-Provider-Input-Link.js');
|
|
15
16
|
const libInputTemplatedEntityLookup = require('./inputs/Pict-Provider-Input-TemplatedEntityLookup.js');
|
|
16
17
|
|
|
18
|
+
/** @type {Record<string, any>} */
|
|
17
19
|
const _DefaultProviderConfiguration = (
|
|
18
20
|
{
|
|
19
21
|
"ProviderIdentifier": "Pict-DynamicForms-Solver",
|
|
@@ -103,6 +105,10 @@ class PictDynamicSolver extends libPictProvider
|
|
|
103
105
|
{
|
|
104
106
|
this.pict.addProvider('Pict-Input-TemplatedEntityLookup', libInputTemplatedEntityLookup.default_configuration, libInputTemplatedEntityLookup);
|
|
105
107
|
}
|
|
108
|
+
if (!this.pict.providers['Pict-Input-Link'])
|
|
109
|
+
{
|
|
110
|
+
this.pict.addProvider('Pict-Input-Link', libInputLink.default_configuration, libInputLink);
|
|
111
|
+
}
|
|
106
112
|
}
|
|
107
113
|
|
|
108
114
|
/**
|
|
@@ -17,6 +17,7 @@ const libTemplateGetViewSchemaValueByHash = require('../templates/Pict-Template-
|
|
|
17
17
|
// TODO: This is temporary until we publish new pict
|
|
18
18
|
const libTemplatePluckJoinUnique = require('../templates/Pict-Template-Proxy-PluckJoinUnique.js');
|
|
19
19
|
|
|
20
|
+
/** @type {Record<string, any>} */
|
|
20
21
|
const _DefaultProviderConfiguration = (
|
|
21
22
|
{
|
|
22
23
|
"ProviderIdentifier": "Pict-DynamicForms-MetaTemplates-Basic",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const libPictProvider = require('pict-provider');
|
|
2
2
|
|
|
3
3
|
// TODO: Pull this back to pict as a core service once we are happy with the shape.
|
|
4
|
+
/** @type {Record<string, any>} */
|
|
4
5
|
const _DefaultProviderConfiguration = (
|
|
5
6
|
{
|
|
6
7
|
"ProviderIdentifier": "Pict-DynamicForms-Informary",
|
|
@@ -2,6 +2,7 @@ const libPictProvider = require('pict-provider');
|
|
|
2
2
|
|
|
3
3
|
//const libPictViewDynamicForm = require('../views/Pict-View-DynamicForm.js');
|
|
4
4
|
|
|
5
|
+
/** @type {Record<string, any>} */
|
|
5
6
|
const _DefaultProviderConfiguration = (
|
|
6
7
|
{
|
|
7
8
|
"ProviderIdentifier": "Pict-DynamicForms-Provider-MetatemplateGenerator",
|
|
@@ -225,6 +225,15 @@ Glug glug glug Oo... -->
|
|
|
225
225
|
"Template": /*HTML*/`
|
|
226
226
|
<!-- InputType ReadOnly {~D:Record.Hash~} {~D:Record.DataType~} -->
|
|
227
227
|
<span>{~D:Record.Name~}:</span> <input type="text" readonly {~D:Record.Macro.InputFullProperties~}></input>
|
|
228
|
+
`
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"HashPostfix": "-Template-Input-InputType-Link",
|
|
232
|
+
"DefaultInputExtensions": ["Pict-Input-Link"],
|
|
233
|
+
"Template": /*HTML*/`
|
|
234
|
+
<!-- InputType Link {~D:Record.Hash~} {~D:Record.DataType~} -->
|
|
235
|
+
<input type="hidden" {~D:Record.Macro.InputFullProperties~} value="">
|
|
236
|
+
<a id="INPUT-FOR-{~D:Record.Macro.RawHTMLID~}">{~D:Record.Name~}</a>
|
|
228
237
|
`
|
|
229
238
|
},
|
|
230
239
|
{
|
|
@@ -377,6 +386,17 @@ Glug glug glug Oo... -->
|
|
|
377
386
|
<span>{~D:Record.PictForm.ExtraDescription~}</span>
|
|
378
387
|
<input type="text" readonly {~D:Record.Macro.InputFullProperties~}></input>
|
|
379
388
|
</div>
|
|
389
|
+
`
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"HashPostfix": "-VerticalTemplate-Input-InputType-Link",
|
|
393
|
+
"DefaultInputExtensions": ["Pict-Input-Link"],
|
|
394
|
+
"Template": /*HTML*/`
|
|
395
|
+
<!-- InputType Link {~D:Record.Hash~} {~D:Record.DataType~} -->
|
|
396
|
+
<div class="pict-form-vertical-input">
|
|
397
|
+
<input type="hidden" {~D:Record.Macro.InputFullProperties~} value="">
|
|
398
|
+
<a {~D:Record.Macro.InputFullProperties~}>{~D:Record.Name~}</a>
|
|
399
|
+
</div>
|
|
380
400
|
`
|
|
381
401
|
},
|
|
382
402
|
{
|
|
@@ -803,6 +823,19 @@ Glug glug glug Oo... -->
|
|
|
803
823
|
"Template": /*HTML*/` value="">`
|
|
804
824
|
},
|
|
805
825
|
|
|
826
|
+
{
|
|
827
|
+
"HashPostfix": "-TabularTemplate-Begin-Input-InputType-Link",
|
|
828
|
+
"DefaultInputExtensions": ["Pict-Input-Link"],
|
|
829
|
+
"Template": /*HTML*/`
|
|
830
|
+
<!-- DataType Number {~D:Record.Hash~} {~D:Record.DataType~} -->
|
|
831
|
+
<input type="hidden" {~D:Record.Macro.HTMLName~} {~D:Record.Macro.InformaryTabular~} `
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"HashPostfix": "-TabularTemplate-End-Input-InputType-Link",
|
|
835
|
+
"Template": /*HTML*/` value="">
|
|
836
|
+
<a id="TABULAR-DATA-{~D:Record.Macro.RawHTMLID~}-{~D:Context[2].Key~}" {~D:Record.Macro.HTMLName~}>{~D:Record.Name~}</a>`
|
|
837
|
+
},
|
|
838
|
+
|
|
806
839
|
{
|
|
807
840
|
"HashPostfix": "-TabularTemplate-Begin-Input-InputType-TemplatedEntityLookup",
|
|
808
841
|
"Template": /*HTML*/`
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
const libPictSectionInputExtension = require('../Pict-Provider-InputExtension.js');
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* CustomInputHandler class.
|
|
5
|
+
*
|
|
6
|
+
* @class
|
|
7
|
+
* @extends libPictSectionInputExtension
|
|
8
|
+
* @memberof providers.inputs
|
|
9
|
+
*/
|
|
10
|
+
class LinkInputHandler extends libPictSectionInputExtension
|
|
11
|
+
{
|
|
12
|
+
constructor(pFable, pOptions, pServiceHash)
|
|
13
|
+
{
|
|
14
|
+
super(pFable, pOptions, pServiceHash);
|
|
15
|
+
|
|
16
|
+
/** @type {import('pict')} */
|
|
17
|
+
this.pict;
|
|
18
|
+
/** @type {import('pict') & { Math: any } & { DataFormat: any }} */
|
|
19
|
+
this.fable;
|
|
20
|
+
/** @type {any} */
|
|
21
|
+
this.log;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Marshals data to the form for the given input.
|
|
26
|
+
*
|
|
27
|
+
* @param {Object} pView - The view object.
|
|
28
|
+
* @param {Object} pGroup - The group object.
|
|
29
|
+
* @param {Object} pRow - The row object.
|
|
30
|
+
* @param {Object} pInput - The input object.
|
|
31
|
+
* @param {any} pValue - The value to be marshaled.
|
|
32
|
+
* @param {string} pHTMLSelector - The HTML selector.
|
|
33
|
+
* @returns {boolean} - Returns true if the value is successfully marshaled to the form, otherwise false.
|
|
34
|
+
*/
|
|
35
|
+
onDataMarshalToForm(pView, pGroup, pRow, pInput, pValue, pHTMLSelector)
|
|
36
|
+
{
|
|
37
|
+
this.pict.ContentAssignment.setAttribute(this.getInputHTMLID(pInput.Macro.RawHTMLID), 'href', pValue);
|
|
38
|
+
return super.onDataMarshalToForm(pView, pGroup, pRow, pInput, pValue, pHTMLSelector);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Marshals data to a form in tabular format.
|
|
43
|
+
*
|
|
44
|
+
* @param {Object} pView - The view object.
|
|
45
|
+
* @param {Object} pGroup - The group object.
|
|
46
|
+
* @param {Object} pInput - The input object.
|
|
47
|
+
* @param {any} pValue - The value parameter.
|
|
48
|
+
* @param {string} pHTMLSelector - The HTML selector parameter.
|
|
49
|
+
* @param {number} pRowIndex - The row index parameter.
|
|
50
|
+
* @returns {any} - The result of the data marshaling.
|
|
51
|
+
*/
|
|
52
|
+
onDataMarshalToFormTabular(pView, pGroup, pInput, pValue, pHTMLSelector, pRowIndex)
|
|
53
|
+
{
|
|
54
|
+
this.pict.ContentAssignment.setAttribute(this.getTabularInputHTMLID(pInput.Macro.RawHTMLID, pRowIndex), 'href', pValue);
|
|
55
|
+
return super.onDataMarshalToFormTabular(pView, pGroup, pInput, pValue, pHTMLSelector, pRowIndex);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
module.exports = LinkInputHandler;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
const libPictViewClass = require('pict-view');
|
|
2
2
|
|
|
3
|
+
/** @type {Record<string, any>} */
|
|
3
4
|
const libPackage = require('../../package.json');
|
|
4
5
|
|
|
5
6
|
const libPictDynamicApplication = require(`../services/Pict-Service-DynamicApplication.js`);
|
|
6
7
|
|
|
7
8
|
const libFableServiceTransactionTracking = require(`../services/Fable-Service-TransactionTracking.js`);
|
|
8
9
|
|
|
10
|
+
/** @type {Record<string, any>} */
|
|
9
11
|
const _DefaultConfiguration = require('./Pict-View-DynamicForm-DefaultConfiguration.json');
|
|
10
12
|
|
|
11
13
|
/**
|
|
@@ -1,41 +1,6 @@
|
|
|
1
1
|
declare const _exports: {
|
|
2
2
|
new (pFable: any, pOptions: any, pServiceHash: any): import("./views/Pict-View-DynamicForm.js");
|
|
3
|
-
default_configuration:
|
|
4
|
-
AutoRender: boolean;
|
|
5
|
-
AutoSolveWithApp: boolean;
|
|
6
|
-
ExecuteSolversWithoutMetacontroller: boolean;
|
|
7
|
-
IncludeInMetatemplateSectionGeneration: boolean;
|
|
8
|
-
IncludeInDefaultDynamicRender: boolean;
|
|
9
|
-
DefaultRenderable: string;
|
|
10
|
-
DefaultDestinationAddress: string;
|
|
11
|
-
Renderables: any[];
|
|
12
|
-
Templates: any[];
|
|
13
|
-
MacroTemplates: {
|
|
14
|
-
Section: {
|
|
15
|
-
HTMLID: string;
|
|
16
|
-
};
|
|
17
|
-
Group: {
|
|
18
|
-
HTMLID: string;
|
|
19
|
-
PictFormLayout: string;
|
|
20
|
-
TabularCreateRowFunctionCall: string;
|
|
21
|
-
};
|
|
22
|
-
Input: {
|
|
23
|
-
Informary: string;
|
|
24
|
-
InformaryTabular: string;
|
|
25
|
-
HTMLSelector: string;
|
|
26
|
-
HTMLSelectorTabular: string;
|
|
27
|
-
RawHTMLID: string;
|
|
28
|
-
HTMLName: string;
|
|
29
|
-
HTMLIDAddress: string;
|
|
30
|
-
HTMLID: string;
|
|
31
|
-
HTMLForID: string;
|
|
32
|
-
InputFullProperties: string;
|
|
33
|
-
InputChangeHandler: string;
|
|
34
|
-
DataRequestFunction: string;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
TargetElementAddress: string;
|
|
38
|
-
};
|
|
3
|
+
default_configuration: Record<string, any>;
|
|
39
4
|
PictDynamicApplicationService: typeof import("./services/Pict-Service-DynamicApplication.js");
|
|
40
5
|
PictFormTemplateProvider: typeof import("./providers/Pict-Provider-DynamicTemplates.js");
|
|
41
6
|
PictInputExtensionProvider: typeof import("./providers/Pict-Provider-InputExtension.js");
|
|
@@ -22,12 +22,5 @@ declare namespace PictSectionFormApplication {
|
|
|
22
22
|
export { default_configuration };
|
|
23
23
|
}
|
|
24
24
|
import libPictApplication = require("pict-application");
|
|
25
|
-
declare
|
|
26
|
-
let Name: string;
|
|
27
|
-
let Hash: string;
|
|
28
|
-
let MainViewportViewIdentifier: string;
|
|
29
|
-
namespace pict_configuration {
|
|
30
|
-
let Product: string;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
25
|
+
declare const default_configuration: Record<string, any>;
|
|
33
26
|
//# sourceMappingURL=Pict-Application-Form.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Application-Form.d.ts","sourceRoot":"","sources":["../../../source/application/Pict-Application-Form.js"],"names":[],"mappings":";AAIA;;;;;;;GAOG;AACH;IAEC,2DAWC;IAED;;OAEG;IACH,6CAGC;IAED;;OAEG;IACH,6CAGC;CACD"}
|
|
1
|
+
{"version":3,"file":"Pict-Application-Form.d.ts","sourceRoot":"","sources":["../../../source/application/Pict-Application-Form.js"],"names":[],"mappings":";AAIA;;;;;;;GAOG;AACH;IAEC,2DAWC;IAED;;OAEG;IACH,6CAGC;IAED;;OAEG;IACH,6CAGC;CACD;;;;;qCAIU,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC"}
|
|
@@ -38,7 +38,7 @@ declare namespace PictDataChangeDetection {
|
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Default configuration for the PictDataChangeDetection provider.
|
|
41
|
-
* @type {
|
|
41
|
+
* @type {Record<string, any>}
|
|
42
42
|
*/
|
|
43
|
-
declare const _DefaultProviderConfiguration: any
|
|
43
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
44
44
|
//# sourceMappingURL=Pict-Provider-DynamicDataChangeDetection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-DynamicDataChangeDetection.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicDataChangeDetection.js"],"names":[],"mappings":";AAiBA;;;GAGG;AACH;IAEC;;;;;OAKG;IACH,sDAFW,MAAM,EAYhB;IAJA;;OAEG;IACH,iBAAsB;IAGvB;;OAEG;IACH,mBAGC;IAED;;;;OAIG;IACH,mBAHW,MAAM,UACN,GAAC,QAKX;IAED;;;;;OAKG;IACH,0BAJW,MAAM,UACN,GAAC,GACC,OAAO,CAenB;CACD;;;;AAzED;;;GAGG;AACH,
|
|
1
|
+
{"version":3,"file":"Pict-Provider-DynamicDataChangeDetection.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicDataChangeDetection.js"],"names":[],"mappings":";AAiBA;;;GAGG;AACH;IAEC;;;;;OAKG;IACH,sDAFW,MAAM,EAYhB;IAJA;;OAEG;IACH,iBAAsB;IAGvB;;OAEG;IACH,mBAGC;IAED;;;;OAIG;IACH,mBAHW,MAAM,UACN,GAAC,QAKX;IAED;;;;;OAKG;IACH,0BAJW,MAAM,UACN,GAAC,GACC,OAAO,CAenB;CACD;;;;AAzED;;;GAGG;AACH,6CAFU,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAO3B"}
|
|
@@ -39,10 +39,6 @@ declare class PictDynamicInput {
|
|
|
39
39
|
declare namespace PictDynamicInput {
|
|
40
40
|
export { _DefaultProviderConfiguration as default_configuration };
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
let AutoInitialize: boolean;
|
|
45
|
-
let AutoInitializeOrdinal: number;
|
|
46
|
-
let AutoSolveWithApp: boolean;
|
|
47
|
-
}
|
|
42
|
+
/** @type {Record<string, any>} */
|
|
43
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
48
44
|
//# sourceMappingURL=Pict-Provider-DynamicInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-DynamicInput.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicInput.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-Provider-DynamicInput.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicInput.js"],"names":[],"mappings":";AAaA;;GAEG;AACH;IAEC;;;;;;OAMG;IACH,oBAJW,OAAO,MAAM,CAAC,aACd,GAAG,iBACH,MAAM,EAQhB;IADA,wBAA6B;IAG9B;;;;;;OAMG;IACH,4BAJW,OAAO,gCAAgC,CAAC,UACxC,GAAG,GACD,MAAM,GAAC,OAAO,CAkD1B;IAED;;;;;OAKG;IACH,2CAHW,MAAM,aACN,GAAG,QAYb;IAED;;;;;;OAMG;IACH,gCAJW,OAAO,gCAAgC,CAAC,UACxC,MAAM,SAWhB;CACD;;;;AA1HD,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS3B"}
|
|
@@ -49,10 +49,6 @@ declare class PictDynamicInputEvents {
|
|
|
49
49
|
declare namespace PictDynamicInputEvents {
|
|
50
50
|
export { _DefaultProviderConfiguration as default_configuration };
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
let AutoInitialize: boolean;
|
|
55
|
-
let AutoInitializeOrdinal: number;
|
|
56
|
-
let AutoSolveWithApp: boolean;
|
|
57
|
-
}
|
|
52
|
+
/** @type {Record<string, any>} */
|
|
53
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
58
54
|
//# sourceMappingURL=Pict-Provider-DynamicInputEvents.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-DynamicInputEvents.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicInputEvents.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-Provider-DynamicInputEvents.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicInputEvents.js"],"names":[],"mappings":";AAaA;;GAEG;AACH;IAEC;;;;;;OAMG;IACH,oBAJW,MAAM,YACN,MAAM,gBACN,MAAM,EAMhB;IAED;;;;;OAKG;IACH,yCAFW,MAAM,QAkChB;IAED;;;;;;OAMG;IACH,mCAHW,MAAM,UACN,MAAM,QAsChB;IAED;;;;;;;OAOG;IACH,+BALW,OAAO,gCAAgC,CAAC,eACxC,MAAM,eACN,MAAM,aACN,MAAM,QAyChB;IAED;;;;;;;;OAQG;IACH,2CALW,MAAM,eACN,MAAM,aACN,MAAM,UACN,MAAM,QA0ChB;CACD;;;;AArND,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS3B"}
|
|
@@ -40,10 +40,6 @@ declare class PictDynamicLayout {
|
|
|
40
40
|
declare namespace PictDynamicLayout {
|
|
41
41
|
export { _DefaultProviderConfiguration as default_configuration };
|
|
42
42
|
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
let AutoInitialize: boolean;
|
|
46
|
-
let AutoInitializeOrdinal: number;
|
|
47
|
-
let AutoSolveWithApp: boolean;
|
|
48
|
-
}
|
|
43
|
+
/** @type {Record<string, any>} */
|
|
44
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
49
45
|
//# sourceMappingURL=Pict-Provider-DynamicLayout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-DynamicLayout.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicLayout.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-Provider-DynamicLayout.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicLayout.js"],"names":[],"mappings":";AAaA;;GAEG;AACH;IAEC;;;;;;OAMG;IACH,oBAJW,MAAM,YACN,MAAM,gBACN,MAAM,EAMhB;IAED;;;;;;OAMG;IACH,mCAJW,MAAM,UACN,MAAM,UAMhB;IAED;;;;;;;OAOG;IACH,+BAJW,MAAM,UACN,MAAM,WAMhB;IAED;;;;;;OAMG;IACH,2BAJW,MAAM,UACN,MAAM,GACJ,OAAO,CAKnB;CACD;;;;AAjED,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS3B"}
|
|
@@ -59,10 +59,6 @@ declare class PictRecordSet {
|
|
|
59
59
|
declare namespace PictRecordSet {
|
|
60
60
|
export { _DefaultProviderConfiguration as default_configuration };
|
|
61
61
|
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
let AutoInitialize: boolean;
|
|
65
|
-
let AutoInitializeOrdinal: number;
|
|
66
|
-
let AutoSolveWithApp: boolean;
|
|
67
|
-
}
|
|
62
|
+
/** @type {Record<string, any>} */
|
|
63
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
68
64
|
//# sourceMappingURL=Pict-Provider-DynamicRecordSet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-DynamicRecordSet.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicRecordSet.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-Provider-DynamicRecordSet.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicRecordSet.js"],"names":[],"mappings":";AAaA;;;;;GAKG;AACH;IAEC;;;;;;OAMG;IACH,oBAJW,MAAM,YACN,MAAM,gBACN,MAAM,EAQhB;IADA,oBAAyB;IAG1B;;;;;;OAMG;IACH,0CAFa,GAAG,CAKf;IAED;;;;;;OAMG;IACH,mDAFa,GAAG,CAKf;IAED;;;;;;OAMG;IACH,+CAFa,GAAG,CAKf;IAED;;;;;;OAMG;IACH,gDAFa,GAAG,CAKf;IAED;;;;;;OAMG;IACH,iDAFa,GAAG,CAKf;CACD;;;;AA7FD,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS3B"}
|
|
@@ -100,10 +100,6 @@ declare class PictDynamicSolver {
|
|
|
100
100
|
declare namespace PictDynamicSolver {
|
|
101
101
|
export { _DefaultProviderConfiguration as default_configuration };
|
|
102
102
|
}
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
let AutoInitialize: boolean;
|
|
106
|
-
let AutoInitializeOrdinal: number;
|
|
107
|
-
let AutoSolveWithApp: boolean;
|
|
108
|
-
}
|
|
103
|
+
/** @type {Record<string, any>} */
|
|
104
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
109
105
|
//# sourceMappingURL=Pict-Provider-DynamicSolver.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-DynamicSolver.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicSolver.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-Provider-DynamicSolver.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicSolver.js"],"names":[],"mappings":";AA4BA;;GAEG;AACH;IAEC;;;;;;OAMG;IACH,oBAJW,MAAM,YACN,MAAM,gBACN,MAAM,EAyEhB;IAlEA,6BAA6B;IAC7B,MADW,OAAO,MAAM,CAAC,CAChB;IACT,gGAAgG;IAChG,OADW,OAAO,MAAM,CAAC,GAAG;QAAE,qCAAqC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,GAAG,CAAA;KAAE,CAClF;IACV,kBAAkB;IAClB,KADW,GAAG,CACN;IACR,qBAAqB;IACrB,MADW,MAAM,CACR;IACT,qBAAqB;IACrB,MADW,MAAM,CACR;IA2DV;;;;;;;;;OASG;IACH,qBALW,MAAM,GAAC,MAAM,cACb,OAAO,aACP,MAAM,GACJ,MAAM,GAAC,SAAS,CA8B5B;IAED;;;;;;;OAOG;IACH,wDAFW,MAAM,QAyDhB;IAED;;;;;OAKG;IACH,gEAFW,MAAM,QA+BhB;IAED;;;;;OAKG;IACH,sDAFW,MAAM,QAwBhB;IAED;;;;;;;;OAQG;IACH,gCAJW,MAAM,yBAWhB;IAED;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,yBAFW,QAAM,MAAM,EAAE,QAiFxB;IADA;;;;;MAAuC;CAExC;;;;AApYD,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS3B"}
|
|
@@ -102,12 +102,8 @@ declare class DynamicTabularData {
|
|
|
102
102
|
declare namespace DynamicTabularData {
|
|
103
103
|
export { _DefaultProviderConfiguration as default_configuration, ElementDescriptor };
|
|
104
104
|
}
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
let AutoInitialize: boolean;
|
|
108
|
-
let AutoInitializeOrdinal: number;
|
|
109
|
-
let AutoSolveWithApp: boolean;
|
|
110
|
-
}
|
|
105
|
+
/** @type {Record<string, any>} */
|
|
106
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
111
107
|
type ElementDescriptor = {
|
|
112
108
|
/**
|
|
113
109
|
* - The hash of the element.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-DynamicTabularData.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicTabularData.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-Provider-DynamicTabularData.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicTabularData.js"],"names":[],"mappings":";AAaA;;;GAGG;AAEH;;GAEG;AACH;IAEC;;;;;;OAMG;IACH,oBAJW,MAAM,YACN,MAAM,gBACN,MAAM,EAahB;IANA,kBAAkB;IAClB,SADW,GAAG,CACF;IACZ,6BAA6B;IAC7B,MADW,OAAO,MAAM,CAAC,CAChB;IACT,kBAAkB;IAClB,KADW,GAAG,CACN;IAGT;;;;;;OAMG;IACH,6CAHW,MAAM,GACJ,cAAa,OAAO,CAehC;IAED;;;;;;;OAOG;IACH,+CAJW,MAAM,eACN,MAAM,GACJ,iBAAiB,GAAC,OAAO,CAiBrC;IAED;;;;;;;OAOG;IACH,8CAJW,MAAM,kBACN,MAAM,GACJ,OAAO,MAAO,CAkD1B;IAED;;;;;OAKG;IACH,+CAFW,MAAM,QAkChB;IAGD;;;;;OAKG;IACH,4DAFW,MAAM,QAgChB;IAED;;;;;;;;OAQG;IACH,iDALW,MAAM,aACN,MAAM,GAAC,MAAM,gBACb,MAAM,GACJ,OAAO,CA6BnB;IAED;;;;;;;OAOG;IACH,iDAJW,MAAM,aACN,MAAM,GAAC,MAAM,GACX,OAAO,CA4BnB;IAED;;;;;;;OAOG;IACH,+CAJW,MAAM,aACN,MAAM,GAAC,MAAM,GACX,OAAO,CAiCnB;IAGD;;;;;;;OAOG;IACH,+CAJW,MAAM,aACN,MAAM,GAAC,MAAM,GACX,OAAO,CAyCnB;CACD;;;;AArYD,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS3B;;;;;UAIW,MAAM"}
|
|
@@ -43,10 +43,6 @@ declare class PictDynamicFormsTemplates {
|
|
|
43
43
|
declare namespace PictDynamicFormsTemplates {
|
|
44
44
|
export { _DefaultProviderConfiguration as default_configuration };
|
|
45
45
|
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
let AutoInitialize: boolean;
|
|
49
|
-
let AutoInitializeOrdinal: number;
|
|
50
|
-
let AutoSolveWithApp: boolean;
|
|
51
|
-
}
|
|
46
|
+
/** @type {Record<string, any>} */
|
|
47
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
52
48
|
//# sourceMappingURL=Pict-Provider-DynamicTemplates.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-DynamicTemplates.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicTemplates.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-Provider-DynamicTemplates.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicTemplates.js"],"names":[],"mappings":";AA8BA;;;GAGG;AACH;IAEC;;;;;OAKG;IACH,2DAiCC;IA3BA,kBAAkB;IAClB,SADW,GAAG,CACF;IACZ,6BAA6B;IAC7B,MADW,OAAO,MAAM,CAAC,CAChB;IACT,kBAAkB;IAClB,KADW,GAAG,CACN;IAwBT;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,2CA4DC;CACD;;;;AA5ID,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS3B"}
|
|
@@ -120,10 +120,6 @@ declare class PictDynamicFormsInformary {
|
|
|
120
120
|
declare namespace PictDynamicFormsInformary {
|
|
121
121
|
export { _DefaultProviderConfiguration as default_configuration };
|
|
122
122
|
}
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
let AutoInitialize: boolean;
|
|
126
|
-
let AutoInitializeOrdinal: number;
|
|
127
|
-
let AutoSolveWithApp: boolean;
|
|
128
|
-
}
|
|
123
|
+
/** @type {Record<string, any>} */
|
|
124
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
129
125
|
//# sourceMappingURL=Pict-Provider-Informary.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-Informary.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-Informary.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-Provider-Informary.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-Informary.js"],"names":[],"mappings":";AAcA;;;GAGG;AACH;IAEC;;;;;OAKG;IACH,oBAJW,MAAM,YACN,MAAM,gBACN,MAAM,EAgBhB;IARA,kBAAkB;IAClB,SADW,GAAG,CACF;IACZ,qFAAqF;IACrF,MADW,OAAO,MAAM,CAAC,GAAG;QAAE,WAAW,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,GAAkB,CAAA;KAAE,CACxE;IACT,kBAAkB;IAClB,KADW,GAAG,CACN;IAER,qBAAwE;IAGzE;;;;;OAKG;IACH,2BAHW,MAAM,GACJ,WAAW,EAAE,CAOzB;IAED;;;;;;;;;;OAUG;IACH,oCANW,MAAM,cACN,MAAM,cACN,MAAM,GAAC,IAAI,UACX,MAAM,GAAC,MAAM,GACX,MAAM,CAalB;IAED;;;;;;;OAOG;IACH,wCALW,MAAM,UACN,MAAM,GAAC,MAAM,cACb,MAAM,GACJ,MAAM,CAKlB;IAED;;;;;;;;OAQG;IACH,iCANW,MAAM,aACN,MAAM,aACN,MAAM,WACN,MAAM,iBACN,MAAM,GAAC,MAAM,QAgBvB;IAED;;;;;;;;;;OAUG;IACH,8CARW,MAAM,kBACN,WAAW,uDAGX,GAAG,uBACH,GAAG,GACD,OAAO,CA0CnB;IAED;;;;;;OAMG;IACH,iCAJW,MAAM,aACN,MAAM,aACN,MAAM,QAahB;IAED;;;;;;;;OAQG;IACH,4CANW,MAAM,gBACN,WAAW,yCAGT,OAAO,CA2CnB;IAED;;;;OAIG;IACH,uCAHW,MAAM,gBA2BhB;IAED;;;;;OAKG;IACH,8CAJW,MAAM,aACN,MAAM,gBA2BhB;IAED;;;;;OAKG;IACH,sCAHW,MAAM,UACN,MAAM,QAKhB;IAED;;;;;;OAMG;IACH,6CAJW,MAAM,UACN,MAAM,aACN,MAAM,QAKhB;CACD;;;;AApUD,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS3B"}
|
|
@@ -147,10 +147,6 @@ declare class PictInputExtensionProvider {
|
|
|
147
147
|
declare namespace PictInputExtensionProvider {
|
|
148
148
|
export { _DefaultProviderConfiguration as default_configuration };
|
|
149
149
|
}
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
let AutoInitialize: boolean;
|
|
153
|
-
let AutoInitializeOrdinal: number;
|
|
154
|
-
let AutoSolveWithApp: boolean;
|
|
155
|
-
}
|
|
150
|
+
/** @type {Record<string, any>} */
|
|
151
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
156
152
|
//# sourceMappingURL=Pict-Provider-InputExtension.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-InputExtension.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-InputExtension.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-Provider-InputExtension.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-InputExtension.js"],"names":[],"mappings":";AAaA;;;;GAIG;AACH;IAEC;;;;;;OAMG;IACH,oBAJW,MAAM,YACN,MAAM,gBACN,MAAM,EAMhB;IAGD;;;;;OAKG;IACH,6BAHW,MAAM,GACJ,MAAM,CAKlB;IAED;;;;;;OAMG;IACH,oCAJW,MAAM,aACN,MAAM,GACJ,MAAM,CAKlB;IAED;;;;;;;;;;;OAWG;IACH,2EAHW,GAAG,iBACH,MAAM,WAKhB;IAED;;;;;;;;;;;OAWG;IACH,uEAJW,GAAG,iBACH,MAAM,aACN,MAAM,WAKhB;IAED;;;;;;;;;OASG;IACH,8CAHW,GAAG,iBACH,MAAM,WAKhB;IAED;;;;;;;;OAQG;IACH,qDAJW,GAAG,iBACH,MAAM,aACN,MAAM,WAKhB;IAED;;;;;;;;;;OAUG;IACH,mDANW,MAAM,uBAEN,GAAG,iBACH,MAAM,GACJ,OAAO,CAKnB;IAED;;;;;;;;;;OAUG;IACH,yEALW,GAAG,iBACH,MAAM,aACN,MAAM,GACJ,OAAO,CAKnB;IAED;;;;;;;;OAQG;IACH,+CAJW,GAAG,iBACH,MAAM,GACJ,OAAO,CAKnB;IAED;;;;;;;;;OASG;IACH,sDALW,GAAG,iBACH,MAAM,aACN,MAAM,GACJ,OAAO,CAKnB;IAGD;;;;;;;;;OASG;IACH,yCALW,GAAG,iBACH,MAAM,UACN,MAAM,GACJ,OAAO,CAKnB;IAED;;;;;;;;;;OAUG;IACH,gDANW,GAAG,iBACH,MAAM,aACN,MAAM,UACN,MAAM,GACJ,OAAO,CAKnB;CACD;;;;AAlND,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS3B"}
|
|
@@ -46,10 +46,6 @@ declare class PictListDistilling {
|
|
|
46
46
|
declare namespace PictListDistilling {
|
|
47
47
|
export { _DefaultProviderConfiguration as default_configuration };
|
|
48
48
|
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
let AutoInitialize: boolean;
|
|
52
|
-
let AutoInitializeOrdinal: number;
|
|
53
|
-
let AutoSolveWithApp: boolean;
|
|
54
|
-
}
|
|
49
|
+
/** @type {Record<string, any>} */
|
|
50
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
55
51
|
//# sourceMappingURL=Pict-Provider-ListDistilling.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-ListDistilling.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-ListDistilling.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-Provider-ListDistilling.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-ListDistilling.js"],"names":[],"mappings":";AAaA;;GAEG;AACH;IAEC,2DAUC;IANA,6BAA6B;IAC7B,MADW,OAAO,MAAM,CAAC,CAChB;IACT,6BAA6B;IAC7B,OADW,OAAO,MAAM,CAAC,CACf;IACV,kBAAkB;IAClB,KADW,GAAG,CACN;IAqBT;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA8BI;IACJ,+BAJY,GAAC,SACD,GAAC,OAoOZ;CACD;;;;AA/SD,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS3B"}
|
|
@@ -60,10 +60,6 @@ declare class PictMetalist {
|
|
|
60
60
|
declare namespace PictMetalist {
|
|
61
61
|
export { _DefaultProviderConfiguration as default_configuration };
|
|
62
62
|
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
let AutoInitialize: boolean;
|
|
66
|
-
let AutoInitializeOrdinal: number;
|
|
67
|
-
let AutoSolveWithApp: boolean;
|
|
68
|
-
}
|
|
63
|
+
/** @type {Record<string, any>} */
|
|
64
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
69
65
|
//# sourceMappingURL=Pict-Provider-MetaLists.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-MetaLists.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-MetaLists.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-Provider-MetaLists.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-MetaLists.js"],"names":[],"mappings":";AAaA;;GAEG;AACH;IAEC;;;;;;OAMG;IACH,oBAJW,MAAM,YACN,MAAM,gBACN,MAAM,EAsBhB;IAfA,kBAAkB;IAClB,SADW,GAAG,CACF;IACZ,6BAA6B;IAC7B,MADW,OAAO,MAAM,CAAC,CAChB;IACT,6BAA6B;IAC7B,OADW,OAAO,MAAM,CAAC,CACf;IACV,kBAAkB;IAClB,KADW,GAAG,CACN;IACR,qBAAqB;IACrB,MADW,MAAM,CACR;IACT,qBAAqB;IACrB,MADW,MAAM,CACR;IAET,kBAAuB;IACvB,oBAAyB;IAG1B;;;;;OAKG;IACH,mBAHW,MAAM,SAUhB;IAED;;;;;OAKG;IACH,mBAHW,MAAM,GACJ,OAAO,CAKnB;IAED;;;OAGG;IACH,iDAsBC;IAED;;;;OAIG;IACH,6BAFW,MAAM,QAQhB;IAED;;;;OAIG;IACH,qCAiGC;CACD;;;;AAvND,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS3B"}
|
|
@@ -83,10 +83,6 @@ declare class PictMetatemplateGenerator {
|
|
|
83
83
|
declare namespace PictMetatemplateGenerator {
|
|
84
84
|
export { _DefaultProviderConfiguration as default_configuration };
|
|
85
85
|
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
let AutoInitialize: boolean;
|
|
89
|
-
let AutoInitializeOrdinal: number;
|
|
90
|
-
let AutoSolveWithApp: boolean;
|
|
91
|
-
}
|
|
86
|
+
/** @type {Record<string, any>} */
|
|
87
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
92
88
|
//# sourceMappingURL=Pict-Provider-MetatemplateGenerator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-MetatemplateGenerator.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-MetatemplateGenerator.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-Provider-MetatemplateGenerator.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-MetatemplateGenerator.js"],"names":[],"mappings":";AAkDA;;;GAGG;AACH;IAEC,2DAcC;IARA,6BAA6B;IAC7B,MADW,OAAO,MAAM,CAAC,CAChB;IACT,kBAAkB;IAClB,KADW,GAAG,CACN;IAER,0BAA6B;IAE7B,2BAAwC;IAGzC,uCAIC;IAED,uCAQC;IAED;;;;;;;OAOG;IACH,kEAJW,MAAM,2BACN,MAAM,GACJ,MAAM,CAmBlB;IAED;;;;;;;OAOG;IACH,+DAJW,MAAM,oBACN,MAAM,GACJ,MAAM,CAKlB;IAED;;;;;;;;OAQG;IACH,6DALW,MAAM,cACN,MAAM,oBACN,MAAM,GACJ,MAAM,CA4BlB;IAED;;;;;;;;;;OAUG;IACH,oEAPW,MAAM,cACN,MAAM,oBACN,MAAM,eACN,MAAM,aACN,MAAM,GACJ,MAAM,CAqDlB;IAED;;;;;;;;OAQG;IACH,qEALW,MAAM,cACN,MAAM,oBACN,MAAM,GACJ,MAAM,CA4BlB;IAED;;;;;;OAMG;IACH,qDA2BC;IAED;;;;;;OAMG;IACH,wCA8BC;CACD;;;;AAhVD,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS3B"}
|
|
@@ -41,10 +41,6 @@ declare class PictMetatemplateMacros {
|
|
|
41
41
|
declare namespace PictMetatemplateMacros {
|
|
42
42
|
export { _DefaultProviderConfiguration as default_configuration };
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
let AutoInitialize: boolean;
|
|
47
|
-
let AutoInitializeOrdinal: number;
|
|
48
|
-
let AutoSolveWithApp: boolean;
|
|
49
|
-
}
|
|
44
|
+
/** @type {Record<string, any>} */
|
|
45
|
+
declare const _DefaultProviderConfiguration: Record<string, any>;
|
|
50
46
|
//# sourceMappingURL=Pict-Provider-MetatemplateMacros.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-MetatemplateMacros.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-MetatemplateMacros.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-Provider-MetatemplateMacros.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-MetatemplateMacros.js"],"names":[],"mappings":";AAaA;;;GAGG;AACH;IAEC,2DAgDC;IA1CA,kBAAkB;IAClB,SADW,GAAG,CACF;IACZ,iDAAiD;IACjD,MADW,OAAO,MAAM,CAAC,GAAG;QAAE,QAAQ,EAAE,GAAG,CAAA;KAAE,CACpC;IACT,6BAA6B;IAC7B,OADW,OAAO,MAAM,CAAC,CACf;IACV,kBAAkB;IAClB,KADW,GAAG,CACN;IACR,qBAAqB;IACrB,MADW,MAAM,CACR;IACT,qBAAqB;IACrB,MADW,MAAM,CACR;IAET,2BAA+B;IAO9B,2BAA4G;IAG7G,2BAA+B;IAU/B,6BAAiC;IAWlC;;;;;OAKG;IACH,gDAgBC;IAED;;;;;OAKG;IACH,2BAFa,OAAO,CAmEnB;CACD;;;;AAnKD,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS5B"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export = LinkInputHandler;
|
|
2
|
+
/**
|
|
3
|
+
* CustomInputHandler class.
|
|
4
|
+
*
|
|
5
|
+
* @class
|
|
6
|
+
* @extends libPictSectionInputExtension
|
|
7
|
+
* @memberof providers.inputs
|
|
8
|
+
*/
|
|
9
|
+
declare class LinkInputHandler extends libPictSectionInputExtension {
|
|
10
|
+
constructor(pFable: any, pOptions: any, pServiceHash: any);
|
|
11
|
+
/** @type {import('pict')} */
|
|
12
|
+
pict: import("pict");
|
|
13
|
+
/** @type {import('pict') & { Math: any } & { DataFormat: any }} */
|
|
14
|
+
fable: import("pict") & {
|
|
15
|
+
Math: any;
|
|
16
|
+
} & {
|
|
17
|
+
DataFormat: any;
|
|
18
|
+
};
|
|
19
|
+
/** @type {any} */
|
|
20
|
+
log: any;
|
|
21
|
+
/**
|
|
22
|
+
* Marshals data to the form for the given input.
|
|
23
|
+
*
|
|
24
|
+
* @param {Object} pView - The view object.
|
|
25
|
+
* @param {Object} pGroup - The group object.
|
|
26
|
+
* @param {Object} pRow - The row object.
|
|
27
|
+
* @param {Object} pInput - The input object.
|
|
28
|
+
* @param {any} pValue - The value to be marshaled.
|
|
29
|
+
* @param {string} pHTMLSelector - The HTML selector.
|
|
30
|
+
* @returns {boolean} - Returns true if the value is successfully marshaled to the form, otherwise false.
|
|
31
|
+
*/
|
|
32
|
+
onDataMarshalToForm(pView: any, pGroup: any, pRow: any, pInput: any, pValue: any, pHTMLSelector: string): boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Marshals data to a form in tabular format.
|
|
35
|
+
*
|
|
36
|
+
* @param {Object} pView - The view object.
|
|
37
|
+
* @param {Object} pGroup - The group object.
|
|
38
|
+
* @param {Object} pInput - The input object.
|
|
39
|
+
* @param {any} pValue - The value parameter.
|
|
40
|
+
* @param {string} pHTMLSelector - The HTML selector parameter.
|
|
41
|
+
* @param {number} pRowIndex - The row index parameter.
|
|
42
|
+
* @returns {any} - The result of the data marshaling.
|
|
43
|
+
*/
|
|
44
|
+
onDataMarshalToFormTabular(pView: any, pGroup: any, pInput: any, pValue: any, pHTMLSelector: string, pRowIndex: number): any;
|
|
45
|
+
}
|
|
46
|
+
import libPictSectionInputExtension = require("../Pict-Provider-InputExtension.js");
|
|
47
|
+
//# sourceMappingURL=Pict-Provider-Input-Link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pict-Provider-Input-Link.d.ts","sourceRoot":"","sources":["../../../../source/providers/inputs/Pict-Provider-Input-Link.js"],"names":[],"mappings":";AAEA;;;;;;GAMG;AACH;IAEC,2DAUC;IANA,6BAA6B;IAC7B,MADW,OAAO,MAAM,CAAC,CAChB;IACT,mEAAmE;IACnE,OADW,OAAO,MAAM,CAAC,GAAG;QAAE,IAAI,EAAE,GAAG,CAAA;KAAE,GAAG;QAAE,UAAU,EAAE,GAAG,CAAA;KAAE,CACrD;IACV,kBAAkB;IAClB,KADW,GAAG,CACN;IAGT;;;;;;;;;;OAUG;IACH,6EAJW,GAAG,iBACH,MAAM,GACJ,OAAO,CAMnB;IAED;;;;;;;;;;OAUG;IACH,yEALW,GAAG,iBACH,MAAM,aACN,MAAM,GACJ,GAAG,CAMf;CACD"}
|
|
@@ -16,6 +16,6 @@ declare class TransactionTracking {
|
|
|
16
16
|
checkEvent(pKey: any, pEvent: any, pHash: any): boolean;
|
|
17
17
|
}
|
|
18
18
|
declare namespace TransactionTracking {
|
|
19
|
-
let default_configuration:
|
|
19
|
+
let default_configuration: Record<string, any>;
|
|
20
20
|
}
|
|
21
21
|
//# sourceMappingURL=Fable-Service-TransactionTracking.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Fable-Service-TransactionTracking.d.ts","sourceRoot":"","sources":["../../../source/services/Fable-Service-TransactionTracking.js"],"names":[],"mappings":";AAMA;IAEC,2DAaC;IARA,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,qBAAqB;IACrB,MADW,MAAM,CACR;IAET,mBAAwB;IAGzB,uBAGC;IAED,oEAgBC;IAED,oCAeC;IAED,wDA2BC;CACD"}
|
|
1
|
+
{"version":3,"file":"Fable-Service-TransactionTracking.d.ts","sourceRoot":"","sources":["../../../source/services/Fable-Service-TransactionTracking.js"],"names":[],"mappings":";AAMA;IAEC,2DAaC;IARA,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,qBAAqB;IACrB,MADW,MAAM,CACR;IAET,mBAAwB;IAGzB,uBAGC;IAED,oEAgBC;IAED,oCAeC;IAED,wDA2BC;CACD;;+BAIU,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC"}
|
|
@@ -94,6 +94,6 @@ declare class ManifestFactory {
|
|
|
94
94
|
createManifestsFromTabularArray(pRecords: any): any;
|
|
95
95
|
}
|
|
96
96
|
declare namespace ManifestFactory {
|
|
97
|
-
let default_configuration:
|
|
97
|
+
let default_configuration: Record<string, any>;
|
|
98
98
|
}
|
|
99
99
|
//# sourceMappingURL=ManifestFactory.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManifestFactory.d.ts","sourceRoot":"","sources":["../../../source/services/ManifestFactory.js"],"names":[],"mappings":";AAOA;IAEC,2DA4CC;IAtCA,sIAAsI;IACtI,OADW,OAAO,MAAM,CAAC,GAAG;QAAE,6CAA6C,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,GAAG,CAAA;KAAE,CACxH;IACV,kBAAkB;IAClB,KADW,GAAG,CACN;IACR,qBAAqB;IACrB,MADW,MAAM,CACR;IAET,cAAmC;IAcnC,+BAAoC;IAEpC,sBAA2B;IAC3B,oBAAyB;IASzB,2BAA2B;IAE3B,gCAAgD;IAChD,sCAAwC;IACxC,kCAA0C;IAG3C;;;;;OAKG;IACH,2BAHW,MAAM,GACL,MAAM,CASjB;IAED;;;;;;;;;OASG;IACH,uCAwJC;IAED;;;;OAIG;IACH,8CAOC;IAED;;;;;;OAMG;IACH,iCAJW,MAAM,OAiBhB;IAED;;;;;;;OAOG;IACH,mCALW,MAAM,MAAO,cACb,MAAM,OAkBhB;IAED;;;;OAIG;IACH,8BAFa,OAAO,CAenB;IAED;;;;;;;OAOG;IACH,kEA0UC;IAED;;;;;;;;;OASG;IACH,2GAGC;IAED;;;;;;OAMG;IACH,0CAJW,GAAG,GAEF,GAAG,CAwDd;CACD"}
|
|
1
|
+
{"version":3,"file":"ManifestFactory.d.ts","sourceRoot":"","sources":["../../../source/services/ManifestFactory.js"],"names":[],"mappings":";AAOA;IAEC,2DA4CC;IAtCA,sIAAsI;IACtI,OADW,OAAO,MAAM,CAAC,GAAG;QAAE,6CAA6C,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,GAAG,CAAA;KAAE,CACxH;IACV,kBAAkB;IAClB,KADW,GAAG,CACN;IACR,qBAAqB;IACrB,MADW,MAAM,CACR;IAET,cAAmC;IAcnC,+BAAoC;IAEpC,sBAA2B;IAC3B,oBAAyB;IASzB,2BAA2B;IAE3B,gCAAgD;IAChD,sCAAwC;IACxC,kCAA0C;IAG3C;;;;;OAKG;IACH,2BAHW,MAAM,GACL,MAAM,CASjB;IAED;;;;;;;;;OASG;IACH,uCAwJC;IAED;;;;OAIG;IACH,8CAOC;IAED;;;;;;OAMG;IACH,iCAJW,MAAM,OAiBhB;IAED;;;;;;;OAOG;IACH,mCALW,MAAM,MAAO,cACb,MAAM,OAkBhB;IAED;;;;OAIG;IACH,8BAFa,OAAO,CAenB;IAED;;;;;;;OAOG;IACH,kEA0UC;IAED;;;;;;;;;OASG;IACH,2GAGC;IAED;;;;;;OAMG;IACH,0CAJW,GAAG,GAEF,GAAG,CAwDd;CACD;;+BAGU,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Service-DynamicApplication.d.ts","sourceRoot":"","sources":["../../../source/services/Pict-Service-DynamicApplication.js"],"names":[],"mappings":";AAyBA;IAEC,2DAmCC;IA7BA,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,qBAAqB;IACrB,MADW,MAAM,CACR;CAyBV"}
|
|
1
|
+
{"version":3,"file":"Pict-Service-DynamicApplication.d.ts","sourceRoot":"","sources":["../../../source/services/Pict-Service-DynamicApplication.js"],"names":[],"mappings":";AAyBA;IAEC,2DAmCC;IA7BA,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,qBAAqB;IACrB,MADW,MAAM,CACR;CAyBV;;+BAIU,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC"}
|
|
@@ -19,66 +19,7 @@ declare class PictViewDynamicForm extends libPictViewClass {
|
|
|
19
19
|
transactionTracking: import("../services/Fable-Service-TransactionTracking.js");
|
|
20
20
|
/** @type {Object} */
|
|
21
21
|
_PackagePictView: any;
|
|
22
|
-
_Package:
|
|
23
|
-
name: string;
|
|
24
|
-
version: string;
|
|
25
|
-
description: string;
|
|
26
|
-
main: string;
|
|
27
|
-
directories: {
|
|
28
|
-
test: string;
|
|
29
|
-
};
|
|
30
|
-
repository: {
|
|
31
|
-
type: string;
|
|
32
|
-
url: string;
|
|
33
|
-
};
|
|
34
|
-
bugs: {
|
|
35
|
-
url: string;
|
|
36
|
-
};
|
|
37
|
-
homepage: string;
|
|
38
|
-
scripts: {
|
|
39
|
-
start: string;
|
|
40
|
-
tests: string;
|
|
41
|
-
coverage: string;
|
|
42
|
-
build: string;
|
|
43
|
-
test: string;
|
|
44
|
-
lint: string;
|
|
45
|
-
types: string;
|
|
46
|
-
};
|
|
47
|
-
types: string;
|
|
48
|
-
author: string;
|
|
49
|
-
license: string;
|
|
50
|
-
devDependencies: {
|
|
51
|
-
"@eslint/js": string;
|
|
52
|
-
"browser-env": string;
|
|
53
|
-
eslint: string;
|
|
54
|
-
jquery: string;
|
|
55
|
-
pict: string;
|
|
56
|
-
"pict-application": string;
|
|
57
|
-
"pict-service-commandlineutility": string;
|
|
58
|
-
quackage: string;
|
|
59
|
-
"tui-grid": string;
|
|
60
|
-
typescript: string;
|
|
61
|
-
};
|
|
62
|
-
dependencies: {
|
|
63
|
-
"fable-serviceproviderbase": string;
|
|
64
|
-
marked: string;
|
|
65
|
-
"pict-provider": string;
|
|
66
|
-
"pict-section-tuigrid": string;
|
|
67
|
-
"pict-template": string;
|
|
68
|
-
"pict-view": string;
|
|
69
|
-
};
|
|
70
|
-
mocha: {
|
|
71
|
-
diff: boolean;
|
|
72
|
-
extension: string[];
|
|
73
|
-
package: string;
|
|
74
|
-
reporter: string;
|
|
75
|
-
slow: string;
|
|
76
|
-
timeout: string;
|
|
77
|
-
ui: string;
|
|
78
|
-
"watch-files": string[];
|
|
79
|
-
"watch-ignore": string[];
|
|
80
|
-
};
|
|
81
|
-
};
|
|
22
|
+
_Package: Record<string, any>;
|
|
82
23
|
sectionDefinition: any;
|
|
83
24
|
sectionManifest: any;
|
|
84
25
|
sectionSolvers: any[];
|
|
@@ -399,40 +340,6 @@ declare namespace PictViewDynamicForm {
|
|
|
399
340
|
export { _DefaultConfiguration as default_configuration };
|
|
400
341
|
}
|
|
401
342
|
import libPictViewClass = require("pict-view");
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
AutoSolveWithApp: boolean;
|
|
405
|
-
ExecuteSolversWithoutMetacontroller: boolean;
|
|
406
|
-
IncludeInMetatemplateSectionGeneration: boolean;
|
|
407
|
-
IncludeInDefaultDynamicRender: boolean;
|
|
408
|
-
DefaultRenderable: string;
|
|
409
|
-
DefaultDestinationAddress: string;
|
|
410
|
-
Renderables: any[];
|
|
411
|
-
Templates: any[];
|
|
412
|
-
MacroTemplates: {
|
|
413
|
-
Section: {
|
|
414
|
-
HTMLID: string;
|
|
415
|
-
};
|
|
416
|
-
Group: {
|
|
417
|
-
HTMLID: string;
|
|
418
|
-
PictFormLayout: string;
|
|
419
|
-
TabularCreateRowFunctionCall: string;
|
|
420
|
-
};
|
|
421
|
-
Input: {
|
|
422
|
-
Informary: string;
|
|
423
|
-
InformaryTabular: string;
|
|
424
|
-
HTMLSelector: string;
|
|
425
|
-
HTMLSelectorTabular: string;
|
|
426
|
-
RawHTMLID: string;
|
|
427
|
-
HTMLName: string;
|
|
428
|
-
HTMLIDAddress: string;
|
|
429
|
-
HTMLID: string;
|
|
430
|
-
HTMLForID: string;
|
|
431
|
-
InputFullProperties: string;
|
|
432
|
-
InputChangeHandler: string;
|
|
433
|
-
DataRequestFunction: string;
|
|
434
|
-
};
|
|
435
|
-
};
|
|
436
|
-
TargetElementAddress: string;
|
|
437
|
-
};
|
|
343
|
+
/** @type {Record<string, any>} */
|
|
344
|
+
declare const _DefaultConfiguration: Record<string, any>;
|
|
438
345
|
//# sourceMappingURL=Pict-View-DynamicForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-View-DynamicForm.d.ts","sourceRoot":"","sources":["../../../source/views/Pict-View-DynamicForm.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pict-View-DynamicForm.d.ts","sourceRoot":"","sources":["../../../source/views/Pict-View-DynamicForm.js"],"names":[],"mappings":"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"}
|
|
@@ -142,25 +142,6 @@ declare namespace PictFormMetacontroller {
|
|
|
142
142
|
}
|
|
143
143
|
import libPictViewClass = require("pict-view");
|
|
144
144
|
import libPictViewDynamicForm = require("./Pict-View-DynamicForm.js");
|
|
145
|
-
declare
|
|
146
|
-
let AutoRender: boolean;
|
|
147
|
-
let AutoPopulateDefaultObject: boolean;
|
|
148
|
-
let AutoSolveBeforeRender: boolean;
|
|
149
|
-
let AutoPopulateAfterRender: boolean;
|
|
150
|
-
let DefaultRenderable: string;
|
|
151
|
-
let DefaultDestinationAddress: string;
|
|
152
|
-
let AutoMarshalDataOnSolve: boolean;
|
|
153
|
-
let OnlyRenderDynamicSections: boolean;
|
|
154
|
-
let MetaTemplateHash: string;
|
|
155
|
-
let Templates: {
|
|
156
|
-
Hash: string;
|
|
157
|
-
Template: string;
|
|
158
|
-
}[];
|
|
159
|
-
let Renderables: {
|
|
160
|
-
RenderableHash: string;
|
|
161
|
-
TemplateHash: string;
|
|
162
|
-
DestinationAddress: string;
|
|
163
|
-
}[];
|
|
164
|
-
}
|
|
145
|
+
declare const default_configuration: Record<string, any>;
|
|
165
146
|
type SortFunction = (a: any, b: any) => number;
|
|
166
147
|
//# sourceMappingURL=Pict-View-Form-Metacontroller.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-View-Form-Metacontroller.d.ts","sourceRoot":"","sources":["../../../source/views/Pict-View-Form-Metacontroller.js"],"names":[],"mappings":";AASA;;GAEG;AAEH;;;;;;GAMG;AACH;IAEC,2DAeC;IAPA,+BAAuC;IAEvC,yBAA2B;IAE3B,wBAAsF;IAEtF,cAAkC;IAGnC;;;;OAIG;IACH,qBAFa,GAAG,CAaf;IAED;;;;OAIG;IACH,mBAFa,GAAG,CAaf;IAED;;;;OAIG;IACH,mCAGC;IAED;;;OAGG;IACH,6BAFW,MAAM,OAKhB;IAED,yCAYC;IAED;;;;;OAKG;IACH,kCAHW,aAAa,GACX,IAAI,CAchB;IA2BD;;;;OAIG;IACH,WAFa,GAAG,CAMf;IAED,gDAGC;IAED,+CAGC;IAED;;;;;;;;OAQG;IACH,wDAHW,YAAY,SAmHtB;IAED;;;;;;;OAOG;IACH,4CAHW,MAAM,GACJ,IAAI,CAShB;IAED;;;;OAIG;IACH,6BAFa,IAAI,CAQhB;IAED;;;;;;;OAOG;IACH,+DAFW,YAAY,QAatB;IAED;;;;;OAKG;IACH,8EAFW,YAAY,QAmBtB;IAED;;;;;;OAMG;IACH,oEAHW,YAAY,GACV,IAAI,CAkDhB;IAED;;;;;OAKG;IACH,qCAHW,MAAM,GACJ,MAAM,GAAC,OAAO,CA2C1B;IAED;;;;;OAKG;IACH,qEA+HC;IA3GA,yBAAiD;IA6GlD;;;OAGG;IACH,gCAFW,MAAM,QAgBhB;IAED;;;;;OAKG;IACH,0BAJW,MAAM,4BAEL,sBAAsB,CAWjC;IAED;;;;OAIG;IACH,4BAFa,OAAO,CAKnB;CACD
|
|
1
|
+
{"version":3,"file":"Pict-View-Form-Metacontroller.d.ts","sourceRoot":"","sources":["../../../source/views/Pict-View-Form-Metacontroller.js"],"names":[],"mappings":";AASA;;GAEG;AAEH;;;;;;GAMG;AACH;IAEC,2DAeC;IAPA,+BAAuC;IAEvC,yBAA2B;IAE3B,wBAAsF;IAEtF,cAAkC;IAGnC;;;;OAIG;IACH,qBAFa,GAAG,CAaf;IAED;;;;OAIG;IACH,mBAFa,GAAG,CAaf;IAED;;;;OAIG;IACH,mCAGC;IAED;;;OAGG;IACH,6BAFW,MAAM,OAKhB;IAED,yCAYC;IAED;;;;;OAKG;IACH,kCAHW,aAAa,GACX,IAAI,CAchB;IA2BD;;;;OAIG;IACH,WAFa,GAAG,CAMf;IAED,gDAGC;IAED,+CAGC;IAED;;;;;;;;OAQG;IACH,wDAHW,YAAY,SAmHtB;IAED;;;;;;;OAOG;IACH,4CAHW,MAAM,GACJ,IAAI,CAShB;IAED;;;;OAIG;IACH,6BAFa,IAAI,CAQhB;IAED;;;;;;;OAOG;IACH,+DAFW,YAAY,QAatB;IAED;;;;;OAKG;IACH,8EAFW,YAAY,QAmBtB;IAED;;;;;;OAMG;IACH,oEAHW,YAAY,GACV,IAAI,CAkDhB;IAED;;;;;OAKG;IACH,qCAHW,MAAM,GACJ,MAAM,GAAC,OAAO,CA2C1B;IAED;;;;;OAKG;IACH,qEA+HC;IA3GA,yBAAiD;IA6GlD;;;OAGG;IACH,gCAFW,MAAM,QAgBhB;IAED;;;;;OAKG;IACH,0BAJW,MAAM,4BAEL,sBAAsB,CAWjC;IAED;;;;OAIG;IACH,4BAFa,OAAO,CAKnB;CACD;;;;;;qCAGU,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;oBA7oBjB,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,KAAK,MAAM"}
|