@fluxscape/runtime 1.0.1
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/LICENSE +21 -0
- package/dist/api/cloudfile.d.ts +12 -0
- package/dist/api/cloudfile.d.ts.map +1 -0
- package/dist/api/cloudstore.d.ts +87 -0
- package/dist/api/cloudstore.d.ts.map +1 -0
- package/dist/api/configservice.d.ts +15 -0
- package/dist/api/configservice.d.ts.map +1 -0
- package/dist/api/queryutils.d.ts +20 -0
- package/dist/api/queryutils.d.ts.map +1 -0
- package/dist/api/records.d.ts +32 -0
- package/dist/api/records.d.ts.map +1 -0
- package/dist/async-pool.d.ts +2 -0
- package/dist/async-pool.d.ts.map +1 -0
- package/dist/collection.d.ts +17 -0
- package/dist/collection.d.ts.map +1 -0
- package/dist/edgetriggeredinput.d.ts +2 -0
- package/dist/edgetriggeredinput.d.ts.map +1 -0
- package/dist/editorconnection.activewarnings.d.ts +7 -0
- package/dist/editorconnection.activewarnings.d.ts.map +1 -0
- package/dist/editorconnection.d.ts +39 -0
- package/dist/editorconnection.d.ts.map +1 -0
- package/dist/editormodeleventshandler.d.ts +2 -0
- package/dist/editormodeleventshandler.d.ts.map +1 -0
- package/dist/events.d.ts +31 -0
- package/dist/events.d.ts.map +1 -0
- package/dist/eventsender.d.ts +10 -0
- package/dist/eventsender.d.ts.map +1 -0
- package/dist/guid.d.ts +2 -0
- package/dist/guid.d.ts.map +1 -0
- package/dist/index.d.ts +34 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +10463 -0
- package/dist/index.es.js.map +1 -0
- package/dist/index.iife.js +25 -0
- package/dist/index.iife.js.map +1 -0
- package/dist/javascriptnodeparser.d.ts +27 -0
- package/dist/javascriptnodeparser.d.ts.map +1 -0
- package/dist/model.d.ts +64 -0
- package/dist/model.d.ts.map +1 -0
- package/dist/models/componentmodel.d.ts +47 -0
- package/dist/models/componentmodel.d.ts.map +1 -0
- package/dist/models/graphmodel.d.ts +44 -0
- package/dist/models/graphmodel.d.ts.map +1 -0
- package/dist/models/nodemodel.d.ts +40 -0
- package/dist/models/nodemodel.d.ts.map +1 -0
- package/dist/node.d.ts +70 -0
- package/dist/node.d.ts.map +1 -0
- package/dist/nodecontext.d.ts +91 -0
- package/dist/nodecontext.d.ts.map +1 -0
- package/dist/nodedefinition.d.ts +93 -0
- package/dist/nodedefinition.d.ts.map +1 -0
- package/dist/nodelibraryexport.d.ts +81 -0
- package/dist/nodelibraryexport.d.ts.map +1 -0
- package/dist/noderegister.d.ts +12 -0
- package/dist/noderegister.d.ts.map +1 -0
- package/dist/nodes/componentinputs.d.ts +39 -0
- package/dist/nodes/componentinputs.d.ts.map +1 -0
- package/dist/nodes/componentinstance.d.ts +8 -0
- package/dist/nodes/componentinstance.d.ts.map +1 -0
- package/dist/nodes/componentoutputs.d.ts +34 -0
- package/dist/nodes/componentoutputs.d.ts.map +1 -0
- package/dist/nodes/std-library/and.d.ts +27 -0
- package/dist/nodes/std-library/and.d.ts.map +1 -0
- package/dist/nodes/std-library/booleantostring.d.ts +53 -0
- package/dist/nodes/std-library/booleantostring.d.ts.map +1 -0
- package/dist/nodes/std-library/condition.d.ts +71 -0
- package/dist/nodes/std-library/condition.d.ts.map +1 -0
- package/dist/nodes/std-library/counter.d.ts +98 -0
- package/dist/nodes/std-library/counter.d.ts.map +1 -0
- package/dist/nodes/std-library/data/cloudfilenode.d.ts +41 -0
- package/dist/nodes/std-library/data/cloudfilenode.d.ts.map +1 -0
- package/dist/nodes/std-library/data/dbcollectionnode2.d.ts +100 -0
- package/dist/nodes/std-library/data/dbcollectionnode2.d.ts.map +1 -0
- package/dist/nodes/std-library/data/dbconfig.d.ts +24 -0
- package/dist/nodes/std-library/data/dbconfig.d.ts.map +1 -0
- package/dist/nodes/std-library/data/dbmodelcrudbase.d.ts +6 -0
- package/dist/nodes/std-library/data/dbmodelcrudbase.d.ts.map +1 -0
- package/dist/nodes/std-library/data/dbmodelnode-addrelation.d.ts +30 -0
- package/dist/nodes/std-library/data/dbmodelnode-addrelation.d.ts.map +1 -0
- package/dist/nodes/std-library/data/dbmodelnode-removerelation.d.ts +31 -0
- package/dist/nodes/std-library/data/dbmodelnode-removerelation.d.ts.map +1 -0
- package/dist/nodes/std-library/data/dbmodelnode2.d.ts +120 -0
- package/dist/nodes/std-library/data/dbmodelnode2.d.ts.map +1 -0
- package/dist/nodes/std-library/data/deletedbmodelpropertiesnode.d.ts +29 -0
- package/dist/nodes/std-library/data/deletedbmodelpropertiesnode.d.ts.map +1 -0
- package/dist/nodes/std-library/data/filterdbmodelsnode.d.ts +95 -0
- package/dist/nodes/std-library/data/filterdbmodelsnode.d.ts.map +1 -0
- package/dist/nodes/std-library/data/modelcrudbase.d.ts +4 -0
- package/dist/nodes/std-library/data/modelcrudbase.d.ts.map +1 -0
- package/dist/nodes/std-library/data/modelnode2.d.ts +114 -0
- package/dist/nodes/std-library/data/modelnode2.d.ts.map +1 -0
- package/dist/nodes/std-library/data/newdbmodelpropertiesnode.d.ts +43 -0
- package/dist/nodes/std-library/data/newdbmodelpropertiesnode.d.ts.map +1 -0
- package/dist/nodes/std-library/data/newmodelnode.d.ts +29 -0
- package/dist/nodes/std-library/data/newmodelnode.d.ts.map +1 -0
- package/dist/nodes/std-library/data/restnode.d.ts +133 -0
- package/dist/nodes/std-library/data/restnode.d.ts.map +1 -0
- package/dist/nodes/std-library/data/setdbmodelpropertiesnode.d.ts +72 -0
- package/dist/nodes/std-library/data/setdbmodelpropertiesnode.d.ts.map +1 -0
- package/dist/nodes/std-library/data/setmodelpropertiesnode.d.ts +25 -0
- package/dist/nodes/std-library/data/setmodelpropertiesnode.d.ts.map +1 -0
- package/dist/nodes/std-library/datetostring.d.ts +59 -0
- package/dist/nodes/std-library/datetostring.d.ts.map +1 -0
- package/dist/nodes/std-library/expression.d.ts +101 -0
- package/dist/nodes/std-library/expression.d.ts.map +1 -0
- package/dist/nodes/std-library/inverter.d.ts +31 -0
- package/dist/nodes/std-library/inverter.d.ts.map +1 -0
- package/dist/nodes/std-library/or.d.ts +27 -0
- package/dist/nodes/std-library/or.d.ts.map +1 -0
- package/dist/nodes/std-library/runtasks.d.ts +117 -0
- package/dist/nodes/std-library/runtasks.d.ts.map +1 -0
- package/dist/nodes/std-library/simplejavascript.d.ts +86 -0
- package/dist/nodes/std-library/simplejavascript.d.ts.map +1 -0
- package/dist/nodes/std-library/stringformat.d.ts +40 -0
- package/dist/nodes/std-library/stringformat.d.ts.map +1 -0
- package/dist/nodes/std-library/stringmapper.d.ts +71 -0
- package/dist/nodes/std-library/stringmapper.d.ts.map +1 -0
- package/dist/nodes/std-library/substring.d.ts +50 -0
- package/dist/nodes/std-library/substring.d.ts.map +1 -0
- package/dist/nodes/std-library/uniqueid.d.ts +28 -0
- package/dist/nodes/std-library/uniqueid.d.ts.map +1 -0
- package/dist/nodes/std-library/user/setuserproperties.d.ts +73 -0
- package/dist/nodes/std-library/user/setuserproperties.d.ts.map +1 -0
- package/dist/nodes/std-library/user/user.d.ts +102 -0
- package/dist/nodes/std-library/user/user.d.ts.map +1 -0
- package/dist/nodes/std-library/variables/boolean.d.ts +47 -0
- package/dist/nodes/std-library/variables/boolean.d.ts.map +1 -0
- package/dist/nodes/std-library/variables/number.d.ts +47 -0
- package/dist/nodes/std-library/variables/number.d.ts.map +1 -0
- package/dist/nodes/std-library/variables/string.d.ts +47 -0
- package/dist/nodes/std-library/variables/string.d.ts.map +1 -0
- package/dist/nodes/std-library/variables/variablebase.d.ts +43 -0
- package/dist/nodes/std-library/variables/variablebase.d.ts.map +1 -0
- package/dist/nodescope.d.ts +29 -0
- package/dist/nodescope.d.ts.map +1 -0
- package/dist/outputproperty.d.ts +30 -0
- package/dist/outputproperty.d.ts.map +1 -0
- package/dist/projectsettings.d.ts +5 -0
- package/dist/projectsettings.d.ts.map +1 -0
- package/dist/runtime.d.ts +65 -0
- package/dist/runtime.d.ts.map +1 -0
- package/dist/services/services.d.ts +6 -0
- package/dist/services/services.d.ts.map +1 -0
- package/dist/timerscheduler.d.ts +29 -0
- package/dist/timerscheduler.d.ts.map +1 -0
- package/dist/utils.d.ts +8 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/variants.d.ts +11 -0
- package/dist/variants.d.ts.map +1 -0
- package/package.json +19 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
namespace node {
|
|
3
|
+
let category: string;
|
|
4
|
+
let name: string;
|
|
5
|
+
let shortDesc: string;
|
|
6
|
+
let docs: string;
|
|
7
|
+
let panels: ({
|
|
8
|
+
name: string;
|
|
9
|
+
context: string[];
|
|
10
|
+
title: string;
|
|
11
|
+
plug: string;
|
|
12
|
+
type: {
|
|
13
|
+
name: string;
|
|
14
|
+
};
|
|
15
|
+
canArrangeInGroups: boolean;
|
|
16
|
+
hidden?: undefined;
|
|
17
|
+
} | {
|
|
18
|
+
name: string;
|
|
19
|
+
hidden: boolean;
|
|
20
|
+
context?: undefined;
|
|
21
|
+
title?: undefined;
|
|
22
|
+
plug?: undefined;
|
|
23
|
+
type?: undefined;
|
|
24
|
+
canArrangeInGroups?: undefined;
|
|
25
|
+
})[];
|
|
26
|
+
let color: string;
|
|
27
|
+
let haveComponentPorts: boolean;
|
|
28
|
+
namespace prototypeExtensions {
|
|
29
|
+
function registerInputIfNeeded(name: any): void;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
export default _default;
|
|
34
|
+
//# sourceMappingURL=componentoutputs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"componentoutputs.d.ts","sourceRoot":"","sources":["../../src/nodes/componentoutputs.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;YAyBM,gDAaC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export { AndNode as node };
|
|
3
|
+
}
|
|
4
|
+
export default _default;
|
|
5
|
+
declare namespace AndNode {
|
|
6
|
+
let name: string;
|
|
7
|
+
let docs: string;
|
|
8
|
+
let category: string;
|
|
9
|
+
function initialize(): void;
|
|
10
|
+
function getInspectInfo(): boolean;
|
|
11
|
+
namespace numberedInputs {
|
|
12
|
+
namespace input {
|
|
13
|
+
let displayPrefix: string;
|
|
14
|
+
let type: string;
|
|
15
|
+
function createSetter(index: any): (value: any) => void;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
namespace outputs {
|
|
19
|
+
namespace result {
|
|
20
|
+
let type_1: string;
|
|
21
|
+
export { type_1 as type };
|
|
22
|
+
export let displayName: string;
|
|
23
|
+
export function get(): any;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=and.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"and.d.ts","sourceRoot":"","sources":["../../../src/nodes/std-library/and.js"],"names":[],"mappings":";;;;;;;;IAIE,4BAEC;IACD,mCAEC;;;;;YAKG,oCACmB,UAAK,UAevB;;;;;;;;YAOD,2BAEC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export { BooleanToStringNode as node };
|
|
3
|
+
}
|
|
4
|
+
export default _default;
|
|
5
|
+
declare namespace BooleanToStringNode {
|
|
6
|
+
let name: string;
|
|
7
|
+
let docs: string;
|
|
8
|
+
let category: string;
|
|
9
|
+
function initialize(): void;
|
|
10
|
+
namespace inputs {
|
|
11
|
+
namespace trueString {
|
|
12
|
+
let displayName: string;
|
|
13
|
+
let type: string;
|
|
14
|
+
function set(value: any): void;
|
|
15
|
+
}
|
|
16
|
+
namespace falseString {
|
|
17
|
+
let displayName_1: string;
|
|
18
|
+
export { displayName_1 as displayName };
|
|
19
|
+
let type_1: string;
|
|
20
|
+
export { type_1 as type };
|
|
21
|
+
export function set(value: any): void;
|
|
22
|
+
}
|
|
23
|
+
namespace input {
|
|
24
|
+
export namespace type_2 {
|
|
25
|
+
let name_1: string;
|
|
26
|
+
export { name_1 as name };
|
|
27
|
+
}
|
|
28
|
+
export { type_2 as type };
|
|
29
|
+
let displayName_2: string;
|
|
30
|
+
export { displayName_2 as displayName };
|
|
31
|
+
export function set(value: any): void;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
namespace outputs {
|
|
35
|
+
namespace currentValue {
|
|
36
|
+
let type_3: string;
|
|
37
|
+
export { type_3 as type };
|
|
38
|
+
let displayName_3: string;
|
|
39
|
+
export { displayName_3 as displayName };
|
|
40
|
+
export let group: string;
|
|
41
|
+
export function getter(): any;
|
|
42
|
+
}
|
|
43
|
+
namespace inputChanged {
|
|
44
|
+
let type_4: string;
|
|
45
|
+
export { type_4 as type };
|
|
46
|
+
let displayName_4: string;
|
|
47
|
+
export { displayName_4 as displayName };
|
|
48
|
+
let group_1: string;
|
|
49
|
+
export { group_1 as group };
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=booleantostring.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"booleantostring.d.ts","sourceRoot":"","sources":["../../../src/nodes/std-library/booleantostring.js"],"names":[],"mappings":";;;;;;;;IAIE,4BAOC;;;;;YAKG,+BAOC;;;;;;;YAKD,sCAOC;;;;;;;;;;YAKD,sCAMC;;;;;;;;;;YAQD,8BAIC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export { ConditionNode as node };
|
|
3
|
+
}
|
|
4
|
+
export default _default;
|
|
5
|
+
declare namespace ConditionNode {
|
|
6
|
+
let name: string;
|
|
7
|
+
let docs: string;
|
|
8
|
+
let category: string;
|
|
9
|
+
function initialize(): void;
|
|
10
|
+
function getInspectInfo(): {
|
|
11
|
+
type: string;
|
|
12
|
+
value: any;
|
|
13
|
+
}[];
|
|
14
|
+
namespace inputs {
|
|
15
|
+
namespace condition {
|
|
16
|
+
let type: string;
|
|
17
|
+
let displayName: string;
|
|
18
|
+
let group: string;
|
|
19
|
+
function set(value: any): void;
|
|
20
|
+
}
|
|
21
|
+
namespace eval {
|
|
22
|
+
let type_1: string;
|
|
23
|
+
export { type_1 as type };
|
|
24
|
+
let displayName_1: string;
|
|
25
|
+
export { displayName_1 as displayName };
|
|
26
|
+
let group_1: string;
|
|
27
|
+
export { group_1 as group };
|
|
28
|
+
export function valueChangedToTrue(): void;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
namespace outputs {
|
|
32
|
+
namespace ontrue {
|
|
33
|
+
let type_2: string;
|
|
34
|
+
export { type_2 as type };
|
|
35
|
+
let displayName_2: string;
|
|
36
|
+
export { displayName_2 as displayName };
|
|
37
|
+
let group_2: string;
|
|
38
|
+
export { group_2 as group };
|
|
39
|
+
}
|
|
40
|
+
namespace onfalse {
|
|
41
|
+
let type_3: string;
|
|
42
|
+
export { type_3 as type };
|
|
43
|
+
let displayName_3: string;
|
|
44
|
+
export { displayName_3 as displayName };
|
|
45
|
+
let group_3: string;
|
|
46
|
+
export { group_3 as group };
|
|
47
|
+
}
|
|
48
|
+
namespace result {
|
|
49
|
+
let type_4: string;
|
|
50
|
+
export { type_4 as type };
|
|
51
|
+
let displayName_4: string;
|
|
52
|
+
export { displayName_4 as displayName };
|
|
53
|
+
let group_4: string;
|
|
54
|
+
export { group_4 as group };
|
|
55
|
+
export function get(): boolean;
|
|
56
|
+
}
|
|
57
|
+
namespace isfalse {
|
|
58
|
+
let type_5: string;
|
|
59
|
+
export { type_5 as type };
|
|
60
|
+
let displayName_5: string;
|
|
61
|
+
export { displayName_5 as displayName };
|
|
62
|
+
let group_5: string;
|
|
63
|
+
export { group_5 as group };
|
|
64
|
+
export function get(): boolean;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
namespace methods {
|
|
68
|
+
function scheduleEvaluate(): void;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=condition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"condition.d.ts","sourceRoot":"","sources":["../../../src/nodes/std-library/condition.js"],"names":[],"mappings":";;;;;;;;IAIE,4BAAe;IACf;;;QAaC;;;;;;YAMG,+BAKC;;;;;;;;;YAMD,2CAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;YAkBD,+BAEC;;;;;;;;;YAMD,+BAEC;;;;QAIH,kCAQC"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export { CounterNode as node };
|
|
3
|
+
}
|
|
4
|
+
export default _default;
|
|
5
|
+
declare namespace CounterNode {
|
|
6
|
+
let name: string;
|
|
7
|
+
let docs: string;
|
|
8
|
+
let category: string;
|
|
9
|
+
function initialize(): void;
|
|
10
|
+
function getInspectInfo(): any;
|
|
11
|
+
namespace inputs {
|
|
12
|
+
namespace increase {
|
|
13
|
+
let group: string;
|
|
14
|
+
let displayName: string;
|
|
15
|
+
function valueChangedToTrue(): void;
|
|
16
|
+
}
|
|
17
|
+
namespace decrease {
|
|
18
|
+
let group_1: string;
|
|
19
|
+
export { group_1 as group };
|
|
20
|
+
let displayName_1: string;
|
|
21
|
+
export { displayName_1 as displayName };
|
|
22
|
+
export function valueChangedToTrue(): void;
|
|
23
|
+
}
|
|
24
|
+
namespace reset {
|
|
25
|
+
let group_2: string;
|
|
26
|
+
export { group_2 as group };
|
|
27
|
+
let displayName_2: string;
|
|
28
|
+
export { displayName_2 as displayName };
|
|
29
|
+
export function valueChangedToTrue(): void;
|
|
30
|
+
}
|
|
31
|
+
namespace startValue {
|
|
32
|
+
export let type: string;
|
|
33
|
+
let displayName_3: string;
|
|
34
|
+
export { displayName_3 as displayName };
|
|
35
|
+
let _default: number;
|
|
36
|
+
export { _default as default };
|
|
37
|
+
export function set(value: any): void;
|
|
38
|
+
}
|
|
39
|
+
namespace limitsMin {
|
|
40
|
+
export namespace type_1 {
|
|
41
|
+
let name_1: string;
|
|
42
|
+
export { name_1 as name };
|
|
43
|
+
}
|
|
44
|
+
export { type_1 as type };
|
|
45
|
+
let displayName_4: string;
|
|
46
|
+
export { displayName_4 as displayName };
|
|
47
|
+
let group_3: string;
|
|
48
|
+
export { group_3 as group };
|
|
49
|
+
let _default_1: number;
|
|
50
|
+
export { _default_1 as default };
|
|
51
|
+
export function set(value: any): void;
|
|
52
|
+
}
|
|
53
|
+
namespace limitsMax {
|
|
54
|
+
export namespace type_2 {
|
|
55
|
+
let name_2: string;
|
|
56
|
+
export { name_2 as name };
|
|
57
|
+
}
|
|
58
|
+
export { type_2 as type };
|
|
59
|
+
let displayName_5: string;
|
|
60
|
+
export { displayName_5 as displayName };
|
|
61
|
+
let group_4: string;
|
|
62
|
+
export { group_4 as group };
|
|
63
|
+
let _default_2: number;
|
|
64
|
+
export { _default_2 as default };
|
|
65
|
+
export function set(value: any): void;
|
|
66
|
+
}
|
|
67
|
+
namespace limitsEnabled {
|
|
68
|
+
export namespace type_3 {
|
|
69
|
+
let name_3: string;
|
|
70
|
+
export { name_3 as name };
|
|
71
|
+
}
|
|
72
|
+
export { type_3 as type };
|
|
73
|
+
let displayName_6: string;
|
|
74
|
+
export { displayName_6 as displayName };
|
|
75
|
+
let group_5: string;
|
|
76
|
+
export { group_5 as group };
|
|
77
|
+
let _default_3: boolean;
|
|
78
|
+
export { _default_3 as default };
|
|
79
|
+
export function set(value: any): void;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
namespace outputs {
|
|
83
|
+
namespace currentCount {
|
|
84
|
+
let displayName_7: string;
|
|
85
|
+
export { displayName_7 as displayName };
|
|
86
|
+
let type_4: string;
|
|
87
|
+
export { type_4 as type };
|
|
88
|
+
export function getter(): any;
|
|
89
|
+
}
|
|
90
|
+
namespace countChanged {
|
|
91
|
+
let displayName_8: string;
|
|
92
|
+
export { displayName_8 as displayName };
|
|
93
|
+
let type_5: string;
|
|
94
|
+
export { type_5 as type };
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
//# sourceMappingURL=counter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"counter.d.ts","sourceRoot":"","sources":["../../../src/nodes/std-library/counter.js"],"names":[],"mappings":";;;;;;;;IAIE,4BAQC;IACD,+BAEC;;;;;YAKG,oCAWC;;;;;;;YAKD,2CAWC;;;;;;;YAKD,2CAOC;;;;;;;;YAMD,sCASC;;;;;;;;;;;;;;YASD,sCAEC;;;;;;;;;;;;;;YASD,sCAEC;;;;;;;;;;;;;;YASD,sCAEC;;;;;;;;;YAOD,8BAEC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export { CloudFileNode as node };
|
|
3
|
+
}
|
|
4
|
+
export default _default;
|
|
5
|
+
declare namespace CloudFileNode {
|
|
6
|
+
let name: string;
|
|
7
|
+
let docs: string;
|
|
8
|
+
let category: string;
|
|
9
|
+
let color: string;
|
|
10
|
+
function getInspectInfo(): any;
|
|
11
|
+
namespace outputs {
|
|
12
|
+
export namespace url {
|
|
13
|
+
let type: string;
|
|
14
|
+
let displayName: string;
|
|
15
|
+
let group: string;
|
|
16
|
+
function get(): any;
|
|
17
|
+
}
|
|
18
|
+
export namespace name_1 {
|
|
19
|
+
let type_1: string;
|
|
20
|
+
export { type_1 as type };
|
|
21
|
+
let displayName_1: string;
|
|
22
|
+
export { displayName_1 as displayName };
|
|
23
|
+
let group_1: string;
|
|
24
|
+
export { group_1 as group };
|
|
25
|
+
export function get(): any;
|
|
26
|
+
}
|
|
27
|
+
export { name_1 as name };
|
|
28
|
+
}
|
|
29
|
+
namespace inputs {
|
|
30
|
+
namespace file {
|
|
31
|
+
let type_2: string;
|
|
32
|
+
export { type_2 as type };
|
|
33
|
+
let displayName_2: string;
|
|
34
|
+
export { displayName_2 as displayName };
|
|
35
|
+
let group_2: string;
|
|
36
|
+
export { group_2 as group };
|
|
37
|
+
export function set(value: any): void;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=cloudfilenode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloudfilenode.d.ts","sourceRoot":"","sources":["../../../../src/nodes/std-library/data/cloudfilenode.js"],"names":[],"mappings":";;;;;;;;;IAOE,+BAEC;;;;;;YAMG,oBAEC;;;;;;;;;YAMD,2BAOC;;;;;;;;;;;;YAQD,sCAOC"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export { DbCollectionNode as node };
|
|
3
|
+
export function setup(context: any, graphModel: any): void;
|
|
4
|
+
}
|
|
5
|
+
export default _default;
|
|
6
|
+
declare namespace DbCollectionNode {
|
|
7
|
+
let name: string;
|
|
8
|
+
let docs: string;
|
|
9
|
+
let displayName: string;
|
|
10
|
+
let category: string;
|
|
11
|
+
let usePortAsLabel: string;
|
|
12
|
+
let color: string;
|
|
13
|
+
function initialize(): void;
|
|
14
|
+
function getInspectInfo(): any;
|
|
15
|
+
let inputs: {};
|
|
16
|
+
namespace outputs {
|
|
17
|
+
namespace items {
|
|
18
|
+
export let type: string;
|
|
19
|
+
let displayName_1: string;
|
|
20
|
+
export { displayName_1 as displayName };
|
|
21
|
+
export let group: string;
|
|
22
|
+
export function getter(): any;
|
|
23
|
+
}
|
|
24
|
+
namespace firstItemId {
|
|
25
|
+
let type_1: string;
|
|
26
|
+
export { type_1 as type };
|
|
27
|
+
let displayName_2: string;
|
|
28
|
+
export { displayName_2 as displayName };
|
|
29
|
+
let group_1: string;
|
|
30
|
+
export { group_1 as group };
|
|
31
|
+
export function getter(): any;
|
|
32
|
+
}
|
|
33
|
+
namespace isEmpty {
|
|
34
|
+
let type_2: string;
|
|
35
|
+
export { type_2 as type };
|
|
36
|
+
let displayName_3: string;
|
|
37
|
+
export { displayName_3 as displayName };
|
|
38
|
+
let group_2: string;
|
|
39
|
+
export { group_2 as group };
|
|
40
|
+
export function getter(): boolean;
|
|
41
|
+
}
|
|
42
|
+
namespace count {
|
|
43
|
+
let type_3: string;
|
|
44
|
+
export { type_3 as type };
|
|
45
|
+
let displayName_4: string;
|
|
46
|
+
export { displayName_4 as displayName };
|
|
47
|
+
let group_3: string;
|
|
48
|
+
export { group_3 as group };
|
|
49
|
+
export function getter(): any;
|
|
50
|
+
}
|
|
51
|
+
namespace fetched {
|
|
52
|
+
let group_4: string;
|
|
53
|
+
export { group_4 as group };
|
|
54
|
+
let type_4: string;
|
|
55
|
+
export { type_4 as type };
|
|
56
|
+
let displayName_5: string;
|
|
57
|
+
export { displayName_5 as displayName };
|
|
58
|
+
}
|
|
59
|
+
namespace failure {
|
|
60
|
+
let group_5: string;
|
|
61
|
+
export { group_5 as group };
|
|
62
|
+
let type_5: string;
|
|
63
|
+
export { type_5 as type };
|
|
64
|
+
let displayName_6: string;
|
|
65
|
+
export { displayName_6 as displayName };
|
|
66
|
+
}
|
|
67
|
+
namespace error {
|
|
68
|
+
let type_6: string;
|
|
69
|
+
export { type_6 as type };
|
|
70
|
+
let displayName_7: string;
|
|
71
|
+
export { displayName_7 as displayName };
|
|
72
|
+
let group_6: string;
|
|
73
|
+
export { group_6 as group };
|
|
74
|
+
export function getter(): any;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
namespace prototypeExtensions {
|
|
78
|
+
function setCollectionName(name: any): void;
|
|
79
|
+
function setCollection(collection: any): void;
|
|
80
|
+
function unbindCurrentCollection(): void;
|
|
81
|
+
function bindCollection(collection: any): void;
|
|
82
|
+
function _onNodeDeleted(): void;
|
|
83
|
+
function setError(err: any): void;
|
|
84
|
+
function scheduleFetch(): void;
|
|
85
|
+
function fetch(): void;
|
|
86
|
+
function getStorageFilter(): {
|
|
87
|
+
where: {} | undefined;
|
|
88
|
+
sort: any;
|
|
89
|
+
} | undefined;
|
|
90
|
+
function getStorageLimit(): any;
|
|
91
|
+
function getStorageSkip(): any;
|
|
92
|
+
function getStorageFetchTotalCount(): boolean;
|
|
93
|
+
function registerOutputIfNeeded(name: any): void;
|
|
94
|
+
function setVisualFilter(value: any): void;
|
|
95
|
+
function setVisualSorting(value: any): void;
|
|
96
|
+
function setQueryParameter(name: any, value: any): void;
|
|
97
|
+
function registerInputIfNeeded(name: any): any;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
//# sourceMappingURL=dbcollectionnode2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dbcollectionnode2.d.ts","sourceRoot":"","sources":["../../../../src/nodes/std-library/data/dbcollectionnode2.js"],"names":[],"mappings":";;IAyuBE,2DAiEC;;;;;;;;;;IAzxBD,4BAyHC;IACD,+BAYC;;;;;;;;YAOG,8BAEC;;;;;;;;;YAMD,8BAKC;;;;;;;;;YAMD,kCAKC;;;;;;;;;YAMD,8BAEC;;;;;;;;;;;;;;;;;;;;;;;;;YAgBD,8BAEC;;;;QAIH,4CAIC;QACD,8CAMC;QACD,yCAKC;QACD,+CAKC;QACD,gCAQC;QACD,kCAIC;QACD,+BAUC;QACD,uBAiEC;QACD;;;sBAgGC;QACD,gCAKC;QACD,+BAKC;QACD,8CAIC;QACD,iDAQC;QACD,2CAIC;QACD,4CAIC;QACD,wDAIC;QACD,+CAqCC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export { ConfigNodeDefinition as node };
|
|
3
|
+
export function setup(context: any, graphModel: any): void;
|
|
4
|
+
}
|
|
5
|
+
export default _default;
|
|
6
|
+
declare namespace ConfigNodeDefinition {
|
|
7
|
+
let name: string;
|
|
8
|
+
let docs: string;
|
|
9
|
+
let displayNodeName: string;
|
|
10
|
+
let category: string;
|
|
11
|
+
let usePortAsLabel: string;
|
|
12
|
+
let color: string;
|
|
13
|
+
function initialize(): void;
|
|
14
|
+
function getInspectInfo(): any;
|
|
15
|
+
let inputs: {};
|
|
16
|
+
let outputs: {};
|
|
17
|
+
namespace methods {
|
|
18
|
+
function getValue(): any;
|
|
19
|
+
function setInternal(key: any, value: any): void;
|
|
20
|
+
function registerOutputIfNeeded(name: any): any;
|
|
21
|
+
function registerInputIfNeeded(name: any): any;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=dbconfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dbconfig.d.ts","sourceRoot":"","sources":["../../../../src/nodes/std-library/data/dbconfig.js"],"names":[],"mappings":";;IAuEE,2DA+HC;;;;;;;;;;IA7LD,4BAOC;IACD,+BAMC;;;;QAIC,yBAcC;QACD,iDAGC;QACD,gDASC;QACD,+CASC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export function addBaseInfo(def: any, opts: any): void;
|
|
2
|
+
export function addModelId(def: any, opts: any): void;
|
|
3
|
+
export function addInputProperties(def: any): void;
|
|
4
|
+
export function addRelationProperty(def: any): void;
|
|
5
|
+
export function addAccessControl(def: any): void;
|
|
6
|
+
//# sourceMappingURL=dbmodelcrudbase.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dbmodelcrudbase.d.ts","sourceRoot":"","sources":["../../../../src/nodes/std-library/data/dbmodelcrudbase.js"],"names":[],"mappings":"AAGA,uDA6NC;AAED,sDA2HC;AAED,mDA6CC;AAED,oDA0CC;AAuBD,iDAgLC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export default AddDbModelRelationNodeDefinition;
|
|
2
|
+
declare namespace AddDbModelRelationNodeDefinition {
|
|
3
|
+
namespace node {
|
|
4
|
+
let name: string;
|
|
5
|
+
let docs: string;
|
|
6
|
+
let displayNodeName: string;
|
|
7
|
+
let usePortAsLabel: string;
|
|
8
|
+
namespace inputs {
|
|
9
|
+
namespace store {
|
|
10
|
+
let displayName: string;
|
|
11
|
+
let group: string;
|
|
12
|
+
function valueChangedToTrue(): void;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
namespace outputs {
|
|
16
|
+
namespace relationAdded {
|
|
17
|
+
export let type: string;
|
|
18
|
+
let displayName_1: string;
|
|
19
|
+
export { displayName_1 as displayName };
|
|
20
|
+
let group_1: string;
|
|
21
|
+
export { group_1 as group };
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
namespace methods {
|
|
25
|
+
function validateInputs(): void;
|
|
26
|
+
function scheduleAddRelation(key: any): void;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=dbmodelnode-addrelation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dbmodelnode-addrelation.d.ts","sourceRoot":"","sources":["../../../../src/nodes/std-library/data/dbmodelnode-addrelation.js"],"names":[],"mappings":";;;;;;;;;;;gBAeQ,oCAEC;;;;;;;;;;;;;YAWH,gCAiCC;YACD,6CAkCC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export default AddDbModelRelationNodeDefinition;
|
|
2
|
+
declare namespace AddDbModelRelationNodeDefinition {
|
|
3
|
+
namespace node {
|
|
4
|
+
let name: string;
|
|
5
|
+
let docs: string;
|
|
6
|
+
let displayName: string;
|
|
7
|
+
let usePortAsLabel: string;
|
|
8
|
+
namespace inputs {
|
|
9
|
+
namespace store {
|
|
10
|
+
let displayName_1: string;
|
|
11
|
+
export { displayName_1 as displayName };
|
|
12
|
+
export let group: string;
|
|
13
|
+
export function valueChangedToTrue(): void;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
namespace outputs {
|
|
17
|
+
namespace relationRemoved {
|
|
18
|
+
export let type: string;
|
|
19
|
+
let displayName_2: string;
|
|
20
|
+
export { displayName_2 as displayName };
|
|
21
|
+
let group_1: string;
|
|
22
|
+
export { group_1 as group };
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
namespace methods {
|
|
26
|
+
function validateInputs(): void;
|
|
27
|
+
function scheduleRemoveRelation(key: any): void;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=dbmodelnode-removerelation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dbmodelnode-removerelation.d.ts","sourceRoot":"","sources":["../../../../src/nodes/std-library/data/dbmodelnode-removerelation.js"],"names":[],"mappings":";;;;;;;;;;;;gBAcQ,2CAEC;;;;;;;;;;;;;YAWH,gCAiCC;YACD,gDAkCC"}
|