@knime/product-features 0.1.0 → 0.2.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/dist/import-table-BaqmTPnF-BaqmTPnF.js +23 -0
- package/dist/import-table-BaqmTPnF-BaqmTPnF.js.map +1 -0
- package/dist/login-DGaxAy8E-DGaxAy8E.js +23 -0
- package/dist/login-DGaxAy8E-DGaxAy8E.js.map +1 -0
- package/dist/nodes.css +21 -10
- package/dist/nodes.js +54 -62
- package/dist/nodes.js.map +1 -1
- package/dist/random-seed-BmLMj_2x-BmLMj_2x.js +23 -0
- package/dist/random-seed-BmLMj_2x-BmLMj_2x.js.map +1 -0
- package/dist/src/nodes/NodeDescriptionTabs/NodeDescriptionTabs.vue.d.ts.map +1 -1
- package/dist/src/nodes/NodeDescriptionTabs/OptionsTab.vue.d.ts +1 -1
- package/dist/src/nodes/NodeDescriptionTabs/OptionsTab.vue.d.ts.map +1 -1
- package/dist/src/nodes/NodeDescriptionTabs/ViewsTab.vue.d.ts +1 -1
- package/dist/src/nodes/NodeDescriptionTabs/ViewsTab.vue.d.ts.map +1 -1
- package/dist/src/nodes/NodeDescriptionTabs/mock-data/index.d.ts +12 -2
- package/dist/src/nodes/NodeDescriptionTabs/mock-data/index.d.ts.map +1 -1
- package/dist/src/nodes/NodeDescriptionTabs/mock-data/options.d.ts +12 -2
- package/dist/src/nodes/NodeDescriptionTabs/mock-data/options.d.ts.map +1 -1
- package/dist/src/nodes/NodeDescriptionTabs/mock-data/ports.d.ts.map +1 -1
- package/dist/src/nodes/NodeDescriptionTabs/mock-data/views.d.ts.map +1 -1
- package/dist/src/nodes/NodeDescriptionTabs/types.d.ts +14 -9
- package/dist/src/nodes/NodeDescriptionTabs/types.d.ts.map +1 -1
- package/dist/src/nodes/PortIcon/PortIcon.vue.d.ts.map +1 -1
- package/dist/src/nodes/PortIcon/index.d.ts +3 -0
- package/dist/src/nodes/PortIcon/index.d.ts.map +1 -0
- package/dist/src/nodes/PortIcon/types.d.ts +2 -2
- package/dist/src/nodes/PortIcon/types.d.ts.map +1 -1
- package/dist/src/nodes/index.d.ts +2 -0
- package/dist/src/nodes/index.d.ts.map +1 -1
- package/dist/table-Pffb9Oig-Pffb9Oig.js +23 -0
- package/dist/table-Pffb9Oig-Pffb9Oig.js.map +1 -0
- package/dist/update-file-5lTfm97G-5lTfm97G.js +23 -0
- package/dist/update-file-5lTfm97G-5lTfm97G.js.map +1 -0
- package/dist/validate-CD0_eO0m-CD0_eO0m.js +23 -0
- package/dist/validate-CD0_eO0m-CD0_eO0m.js.map +1 -0
- package/package.json +7 -8
- package/CHANGELOG.md +0 -14
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
2
|
+
|
|
3
|
+
const _hoisted_1 = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
viewBox: "0 0 12 12"
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
function render(_ctx, _cache) {
|
|
13
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
|
|
14
|
+
createElementVNode("path", {
|
|
15
|
+
d: "m9 5 1.5-1.5L9 2m1.5 1.5H8a2.5 2.5 0 0 0-1.5.5M9 7l1.5 1.5L9 10m1.5-1.5H8A2.5 2.5 0 0 1 5.5 6 2.5 2.5 0 0 0 3 3.5H1.5m3 4.5c-.432.325-.959.5-1.5.5H1.5",
|
|
16
|
+
"vector-effect": "non-scaling-stroke"
|
|
17
|
+
}, null, -1)
|
|
18
|
+
]))]))
|
|
19
|
+
}
|
|
20
|
+
const randomSeed = { render: render };
|
|
21
|
+
|
|
22
|
+
export { randomSeed as default, render };
|
|
23
|
+
//# sourceMappingURL=random-seed-BmLMj_2x-BmLMj_2x.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"random-seed-BmLMj_2x-BmLMj_2x.js","sources":["../../components/dist/random-seed-BmLMj_2x.js"],"sourcesContent":["import { openBlock, createElementBlock, createElementVNode } from 'vue';\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 12 12\"\n};\n\nfunction render(_ctx, _cache) {\n return (openBlock(), createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n createElementVNode(\"path\", {\n d: \"m9 5 1.5-1.5L9 2m1.5 1.5H8a2.5 2.5 0 0 0-1.5.5M9 7l1.5 1.5L9 10m1.5-1.5H8A2.5 2.5 0 0 1 5.5 6 2.5 2.5 0 0 0 3 3.5H1.5m3 4.5c-.432.325-.959.5-1.5.5H1.5\",\n \"vector-effect\": \"non-scaling-stroke\"\n }, null, -1)\n ]))]))\n}\nconst randomSeed = { render: render };\n\nexport { randomSeed as default, render };\n//# sourceMappingURL=random-seed-BmLMj_2x.js.map\n"],"names":[],"mappings":";;AAEA,MAAM,UAAU,GAAG;AACnB,EAAE,KAAK,EAAE,4BAA4B;AACrC,EAAE,IAAI,EAAE,MAAM;AACd,EAAE,MAAM,EAAE,cAAc;AACxB,EAAE,gBAAgB,EAAE,OAAO;AAC3B,EAAE,iBAAiB,EAAE,OAAO;AAC5B,EAAE,OAAO,EAAE;AACX,CAAC;;AAED,SAAS,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE;AAC9B,EAAE,QAAQ,SAAS,EAAE,EAAE,kBAAkB,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC,CAAC,GAAG;AAC5F,IAAI,kBAAkB,CAAC,MAAM,EAAE;AAC/B,MAAM,CAAC,EAAE,wJAAwJ;AACjK,MAAM,eAAe,EAAE;AACvB,KAAK,EAAE,IAAI,EAAE,EAAE;AACf,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;AACK,MAAC,UAAU,GAAG,EAAE,MAAM,EAAE,MAAM;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodeDescriptionTabs.vue.d.ts","sourceRoot":"","sources":["../../../../src/nodes/NodeDescriptionTabs/NodeDescriptionTabs.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NodeDescriptionTabs.vue.d.ts","sourceRoot":"","sources":["../../../../src/nodes/NodeDescriptionTabs/NodeDescriptionTabs.vue"],"names":[],"mappings":"AAyJA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;;AAqNxD,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NodeDescriptionOptions } from './types';
|
|
2
2
|
type Props = {
|
|
3
3
|
options: Array<NodeDescriptionOptions>;
|
|
4
|
-
|
|
4
|
+
renderAsHtml?: boolean;
|
|
5
5
|
};
|
|
6
6
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
7
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OptionsTab.vue.d.ts","sourceRoot":"","sources":["../../../../src/nodes/NodeDescriptionTabs/OptionsTab.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OptionsTab.vue.d.ts","sourceRoot":"","sources":["../../../../src/nodes/NodeDescriptionTabs/OptionsTab.vue"],"names":[],"mappings":"AAyHA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEtD,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;IACvC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;;AA0KF,wBAOG"}
|
|
@@ -2,6 +2,6 @@ import { NodeDescriptionView } from './types';
|
|
|
2
2
|
type Props = {
|
|
3
3
|
views: Array<NodeDescriptionView>;
|
|
4
4
|
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
5
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
export default _default;
|
|
7
7
|
//# sourceMappingURL=ViewsTab.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewsTab.vue.d.ts","sourceRoot":"","sources":["../../../../src/nodes/NodeDescriptionTabs/ViewsTab.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ViewsTab.vue.d.ts","sourceRoot":"","sources":["../../../../src/nodes/NodeDescriptionTabs/ViewsTab.vue"],"names":[],"mappings":"AAoDA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;CACnC,CAAC;;AA2EF,wBAMG"}
|
|
@@ -40,20 +40,30 @@ export declare const mocks: {
|
|
|
40
40
|
optionsTab: {
|
|
41
41
|
singleSection: {
|
|
42
42
|
sectionName: string;
|
|
43
|
+
sectionDescription: string;
|
|
43
44
|
fields: {
|
|
44
45
|
description: string;
|
|
45
46
|
name: string;
|
|
46
47
|
optional: false;
|
|
47
48
|
}[];
|
|
48
49
|
}[];
|
|
49
|
-
multipleSections: {
|
|
50
|
+
multipleSections: ({
|
|
50
51
|
sectionName: string;
|
|
51
52
|
fields: {
|
|
52
53
|
name: string;
|
|
53
54
|
description: string;
|
|
54
55
|
optional: false;
|
|
55
56
|
}[];
|
|
56
|
-
|
|
57
|
+
sectionDescription?: undefined;
|
|
58
|
+
} | {
|
|
59
|
+
sectionName: string;
|
|
60
|
+
sectionDescription: string;
|
|
61
|
+
fields: {
|
|
62
|
+
name: string;
|
|
63
|
+
description: string;
|
|
64
|
+
optional: false;
|
|
65
|
+
}[];
|
|
66
|
+
})[];
|
|
57
67
|
};
|
|
58
68
|
viewsTab: {
|
|
59
69
|
singleSection: import('..').NodeDescriptionView[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/nodes/NodeDescriptionTabs/mock-data/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/nodes/NodeDescriptionTabs/mock-data/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIjB,CAAC"}
|
|
@@ -1,19 +1,29 @@
|
|
|
1
1
|
export declare const optionsTab: {
|
|
2
2
|
singleSection: {
|
|
3
3
|
sectionName: string;
|
|
4
|
+
sectionDescription: string;
|
|
4
5
|
fields: {
|
|
5
6
|
description: string;
|
|
6
7
|
name: string;
|
|
7
8
|
optional: false;
|
|
8
9
|
}[];
|
|
9
10
|
}[];
|
|
10
|
-
multipleSections: {
|
|
11
|
+
multipleSections: ({
|
|
11
12
|
sectionName: string;
|
|
12
13
|
fields: {
|
|
13
14
|
name: string;
|
|
14
15
|
description: string;
|
|
15
16
|
optional: false;
|
|
16
17
|
}[];
|
|
17
|
-
|
|
18
|
+
sectionDescription?: undefined;
|
|
19
|
+
} | {
|
|
20
|
+
sectionName: string;
|
|
21
|
+
sectionDescription: string;
|
|
22
|
+
fields: {
|
|
23
|
+
name: string;
|
|
24
|
+
description: string;
|
|
25
|
+
optional: false;
|
|
26
|
+
}[];
|
|
27
|
+
})[];
|
|
18
28
|
};
|
|
19
29
|
//# sourceMappingURL=options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../../src/nodes/NodeDescriptionTabs/mock-data/options.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../../src/nodes/NodeDescriptionTabs/mock-data/options.ts"],"names":[],"mappings":"AAqLA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ports.d.ts","sourceRoot":"","sources":["../../../../../src/nodes/NodeDescriptionTabs/mock-data/ports.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAEzD,KAAK,WAAW,GAAG,IAAI,CACrB,wBAAwB,EACxB,YAAY,GAAG,aAAa,GAAG,mBAAmB,GAAG,oBAAoB,CAC1E,CAAC;
|
|
1
|
+
{"version":3,"file":"ports.d.ts","sourceRoot":"","sources":["../../../../../src/nodes/NodeDescriptionTabs/mock-data/ports.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAEzD,KAAK,WAAW,GAAG,IAAI,CACrB,wBAAwB,EACxB,YAAY,GAAG,aAAa,GAAG,mBAAmB,GAAG,oBAAoB,CAC1E,CAAC;AAoiBF,eAAO,MAAM,QAAQ;;;;;;;CAOpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"views.d.ts","sourceRoot":"","sources":["../../../../../src/nodes/NodeDescriptionTabs/mock-data/views.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"views.d.ts","sourceRoot":"","sources":["../../../../../src/nodes/NodeDescriptionTabs/mock-data/views.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AA0BpD,eAAO,MAAM,QAAQ;;;CAGpB,CAAC"}
|
|
@@ -9,10 +9,6 @@ export type PortTemplate = {
|
|
|
9
9
|
* Name for the node template's port (e.g "Credential", or "Table output")
|
|
10
10
|
*/
|
|
11
11
|
name: string;
|
|
12
|
-
/**
|
|
13
|
-
* Color string. Not user-supplied, comes from the backend
|
|
14
|
-
*/
|
|
15
|
-
color: string;
|
|
16
12
|
/**
|
|
17
13
|
* General port type, which acts as an overall category and determines the rendered shape
|
|
18
14
|
*/
|
|
@@ -21,6 +17,11 @@ export type PortTemplate = {
|
|
|
21
17
|
* Human readable name for the port `type`
|
|
22
18
|
*/
|
|
23
19
|
typeDisplayName: string;
|
|
20
|
+
/**
|
|
21
|
+
* Color string. Not user-supplied, comes from the backend.
|
|
22
|
+
* Used if the type is "other" or "generic", otherwise ignored.
|
|
23
|
+
*/
|
|
24
|
+
color?: string;
|
|
24
25
|
/**
|
|
25
26
|
* Description for this port. Can have raw HTML
|
|
26
27
|
*/
|
|
@@ -28,7 +29,7 @@ export type PortTemplate = {
|
|
|
28
29
|
/**
|
|
29
30
|
* Whether the port is optional in the node
|
|
30
31
|
*/
|
|
31
|
-
optional
|
|
32
|
+
optional?: boolean;
|
|
32
33
|
};
|
|
33
34
|
export type DynamicPortGroup = {
|
|
34
35
|
name: string;
|
|
@@ -44,18 +45,22 @@ export type NodeDescriptionOptions = {
|
|
|
44
45
|
* Name for the section. Each "section" will produce an accordion item
|
|
45
46
|
*/
|
|
46
47
|
sectionName: string;
|
|
48
|
+
/**
|
|
49
|
+
* Description for the section
|
|
50
|
+
*/
|
|
51
|
+
sectionDescription?: string;
|
|
47
52
|
/**
|
|
48
53
|
* Fields inside the configuration section
|
|
49
54
|
*/
|
|
50
55
|
fields: Array<{
|
|
51
56
|
name: string;
|
|
52
57
|
description: string;
|
|
53
|
-
optional
|
|
58
|
+
optional?: boolean;
|
|
54
59
|
}>;
|
|
55
60
|
};
|
|
56
61
|
export type NodeDescriptionView = {
|
|
57
62
|
name: string;
|
|
58
|
-
description
|
|
63
|
+
description?: string;
|
|
59
64
|
};
|
|
60
65
|
export type NodeDescriptionTabsProps = {
|
|
61
66
|
inputPorts?: PortTemplate[];
|
|
@@ -66,7 +71,7 @@ export type NodeDescriptionTabsProps = {
|
|
|
66
71
|
viewsData?: NodeDescriptionView[];
|
|
67
72
|
/** Text that is shown if no views, options nor ports are provided */
|
|
68
73
|
emptyText?: string;
|
|
69
|
-
/** Whether to
|
|
70
|
-
|
|
74
|
+
/** Whether to render options descriptions as HTML (ports and views are always rendered as HTML) */
|
|
75
|
+
renderAsHtml?: boolean;
|
|
71
76
|
};
|
|
72
77
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/nodes/NodeDescriptionTabs/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,MAAM,MAAM,YAAY,GAAG;IACzB;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/nodes/NodeDescriptionTabs/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,MAAM,MAAM,YAAY,GAAG;IACzB;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAC;IACf;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;CAC1E,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,UAAU,CAAC,EAAE,YAAY,EAAE,CAAC;IAC5B,WAAW,CAAC,EAAE,YAAY,EAAE,CAAC;IAC7B,iBAAiB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACvC,kBAAkB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACxC,WAAW,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACvC,SAAS,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAElC,qEAAqE;IACrE,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,mGAAmG;IACnG,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PortIcon.vue.d.ts","sourceRoot":"","sources":["../../../../src/nodes/PortIcon/PortIcon.vue"],"names":[],"mappings":"AAkGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;;
|
|
1
|
+
{"version":3,"file":"PortIcon.vue.d.ts","sourceRoot":"","sources":["../../../../src/nodes/PortIcon/PortIcon.vue"],"names":[],"mappings":"AAkGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;;AAgI7C,wBAOG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/nodes/PortIcon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAErD,mBAAmB,SAAS,CAAC"}
|
|
@@ -10,10 +10,10 @@ export type PortIconProps = {
|
|
|
10
10
|
*/
|
|
11
11
|
type: PortType;
|
|
12
12
|
/**
|
|
13
|
-
* Shape fill color. Format has to be valid for css. Only used by "other" type (square) ports.
|
|
13
|
+
* Shape fill color. Format has to be valid for css. Only used by "other" and "generic" type (square) ports.
|
|
14
14
|
* Tables are always black, flow variables always red.
|
|
15
15
|
*/
|
|
16
|
-
color
|
|
16
|
+
color?: string;
|
|
17
17
|
filled?: boolean;
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/nodes/PortIcon/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAElD,MAAM,MAAM,aAAa,GAAG;IAC1B;;;;;;OAMG;IACH,IAAI,EAAE,QAAQ,CAAC;IACf;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/nodes/PortIcon/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAElD,MAAM,MAAM,aAAa,GAAG;IAC1B;;;;;;OAMG;IACH,IAAI,EAAE,QAAQ,CAAC;IACf;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/nodes/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,mBAAmB,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/nodes/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,mBAAmB,uBAAuB,CAAC;AAE3C,cAAc,YAAY,CAAC;AAC3B,mBAAmB,YAAY,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
2
|
+
|
|
3
|
+
const _hoisted_1 = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
viewBox: "0 0 12 12"
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
function render(_ctx, _cache) {
|
|
13
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
|
|
14
|
+
createElementVNode("path", {
|
|
15
|
+
d: "M9.5 1.5h-7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1m0 0L6 5M4.5 1.5l-3 3m5.5-3L3.5 5m7-2-2 2m-7 0h9M5 5v5.5",
|
|
16
|
+
"vector-effect": "non-scaling-stroke"
|
|
17
|
+
}, null, -1)
|
|
18
|
+
]))]))
|
|
19
|
+
}
|
|
20
|
+
const table = { render: render };
|
|
21
|
+
|
|
22
|
+
export { table as default, render };
|
|
23
|
+
//# sourceMappingURL=table-Pffb9Oig-Pffb9Oig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table-Pffb9Oig-Pffb9Oig.js","sources":["../../components/dist/table-Pffb9Oig.js"],"sourcesContent":["import { openBlock, createElementBlock, createElementVNode } from 'vue';\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 12 12\"\n};\n\nfunction render(_ctx, _cache) {\n return (openBlock(), createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n createElementVNode(\"path\", {\n d: \"M9.5 1.5h-7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1m0 0L6 5M4.5 1.5l-3 3m5.5-3L3.5 5m7-2-2 2m-7 0h9M5 5v5.5\",\n \"vector-effect\": \"non-scaling-stroke\"\n }, null, -1)\n ]))]))\n}\nconst table = { render: render };\n\nexport { table as default, render };\n//# sourceMappingURL=table-Pffb9Oig.js.map\n"],"names":[],"mappings":";;AAEA,MAAM,UAAU,GAAG;AACnB,EAAE,KAAK,EAAE,4BAA4B;AACrC,EAAE,IAAI,EAAE,MAAM;AACd,EAAE,MAAM,EAAE,cAAc;AACxB,EAAE,gBAAgB,EAAE,OAAO;AAC3B,EAAE,iBAAiB,EAAE,OAAO;AAC5B,EAAE,OAAO,EAAE;AACX,CAAC;;AAED,SAAS,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE;AAC9B,EAAE,QAAQ,SAAS,EAAE,EAAE,kBAAkB,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC,CAAC,GAAG;AAC5F,IAAI,kBAAkB,CAAC,MAAM,EAAE;AAC/B,MAAM,CAAC,EAAE,oIAAoI;AAC7I,MAAM,eAAe,EAAE;AACvB,KAAK,EAAE,IAAI,EAAE,EAAE;AACf,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;AACK,MAAC,KAAK,GAAG,EAAE,MAAM,EAAE,MAAM;;;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
2
|
+
|
|
3
|
+
const _hoisted_1 = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
viewBox: "0 0 12 12"
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
function render(_ctx, _cache) {
|
|
13
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
|
|
14
|
+
createElementVNode("path", {
|
|
15
|
+
d: "m10.018 11-.818-.502.327-.804m-.327.804c1.018-.126 1.8-.897 1.8-1.92 0-.915-.618-1.686-1.473-1.938m-2.171-.484.818.502-.327.83m.327-.83c-1.018.126-1.8.897-1.8 1.92 0 .915.618 1.686 1.473 1.938m-2.182.172H2.381c-.487 0-.881-.362-.881-.807V1.807c0-.446.394-.807.88-.807h4.515L9.72 3.906v.757M6.895 1v2.906H9.72",
|
|
16
|
+
"vector-effect": "non-scaling-stroke"
|
|
17
|
+
}, null, -1)
|
|
18
|
+
]))]))
|
|
19
|
+
}
|
|
20
|
+
const updateFile = { render: render };
|
|
21
|
+
|
|
22
|
+
export { updateFile as default, render };
|
|
23
|
+
//# sourceMappingURL=update-file-5lTfm97G-5lTfm97G.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-file-5lTfm97G-5lTfm97G.js","sources":["../../components/dist/update-file-5lTfm97G.js"],"sourcesContent":["import { openBlock, createElementBlock, createElementVNode } from 'vue';\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 12 12\"\n};\n\nfunction render(_ctx, _cache) {\n return (openBlock(), createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n createElementVNode(\"path\", {\n d: \"m10.018 11-.818-.502.327-.804m-.327.804c1.018-.126 1.8-.897 1.8-1.92 0-.915-.618-1.686-1.473-1.938m-2.171-.484.818.502-.327.83m.327-.83c-1.018.126-1.8.897-1.8 1.92 0 .915.618 1.686 1.473 1.938m-2.182.172H2.381c-.487 0-.881-.362-.881-.807V1.807c0-.446.394-.807.88-.807h4.515L9.72 3.906v.757M6.895 1v2.906H9.72\",\n \"vector-effect\": \"non-scaling-stroke\"\n }, null, -1)\n ]))]))\n}\nconst updateFile = { render: render };\n\nexport { updateFile as default, render };\n//# sourceMappingURL=update-file-5lTfm97G.js.map\n"],"names":[],"mappings":";;AAEA,MAAM,UAAU,GAAG;AACnB,EAAE,KAAK,EAAE,4BAA4B;AACrC,EAAE,IAAI,EAAE,MAAM;AACd,EAAE,MAAM,EAAE,cAAc;AACxB,EAAE,gBAAgB,EAAE,OAAO;AAC3B,EAAE,iBAAiB,EAAE,OAAO;AAC5B,EAAE,OAAO,EAAE;AACX,CAAC;;AAED,SAAS,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE;AAC9B,EAAE,QAAQ,SAAS,EAAE,EAAE,kBAAkB,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC,CAAC,GAAG;AAC5F,IAAI,kBAAkB,CAAC,MAAM,EAAE;AAC/B,MAAM,CAAC,EAAE,sTAAsT;AAC/T,MAAM,eAAe,EAAE;AACvB,KAAK,EAAE,IAAI,EAAE,EAAE;AACf,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;AACK,MAAC,UAAU,GAAG,EAAE,MAAM,EAAE,MAAM;;;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
2
|
+
|
|
3
|
+
const _hoisted_1 = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
viewBox: "0 0 12 12"
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
function render(_ctx, _cache) {
|
|
13
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
|
|
14
|
+
createElementVNode("path", {
|
|
15
|
+
d: "M4.847 10.398a5.1 5.1 0 0 1-1.388-.519M7.085 1A5.07 5.07 0 0 1 9.9 2.694 4.7 4.7 0 0 1 11 5.699a4.7 4.7 0 0 1-1.099 3.005 5.07 5.07 0 0 1-2.816 1.694m.585-2.089-.585 2.089L9.433 11M1.814 8.426a4.7 4.7 0 0 1-.686-1.388M1 4.896c.09-.509.262-.99.504-1.432l.094-.163m1.518-1.575A5.1 5.1 0 0 1 4.846 1M4.47 5.449 5.555 6.8 7.67 4.25",
|
|
16
|
+
"vector-effect": "non-scaling-stroke"
|
|
17
|
+
}, null, -1)
|
|
18
|
+
]))]))
|
|
19
|
+
}
|
|
20
|
+
const validate = { render: render };
|
|
21
|
+
|
|
22
|
+
export { validate as default, render };
|
|
23
|
+
//# sourceMappingURL=validate-CD0_eO0m-CD0_eO0m.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-CD0_eO0m-CD0_eO0m.js","sources":["../../components/dist/validate-CD0_eO0m.js"],"sourcesContent":["import { openBlock, createElementBlock, createElementVNode } from 'vue';\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 12 12\"\n};\n\nfunction render(_ctx, _cache) {\n return (openBlock(), createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n createElementVNode(\"path\", {\n d: \"M4.847 10.398a5.1 5.1 0 0 1-1.388-.519M7.085 1A5.07 5.07 0 0 1 9.9 2.694 4.7 4.7 0 0 1 11 5.699a4.7 4.7 0 0 1-1.099 3.005 5.07 5.07 0 0 1-2.816 1.694m.585-2.089-.585 2.089L9.433 11M1.814 8.426a4.7 4.7 0 0 1-.686-1.388M1 4.896c.09-.509.262-.99.504-1.432l.094-.163m1.518-1.575A5.1 5.1 0 0 1 4.846 1M4.47 5.449 5.555 6.8 7.67 4.25\",\n \"vector-effect\": \"non-scaling-stroke\"\n }, null, -1)\n ]))]))\n}\nconst validate = { render: render };\n\nexport { validate as default, render };\n//# sourceMappingURL=validate-CD0_eO0m.js.map\n"],"names":[],"mappings":";;AAEA,MAAM,UAAU,GAAG;AACnB,EAAE,KAAK,EAAE,4BAA4B;AACrC,EAAE,IAAI,EAAE,MAAM;AACd,EAAE,MAAM,EAAE,cAAc;AACxB,EAAE,gBAAgB,EAAE,OAAO;AAC3B,EAAE,iBAAiB,EAAE,OAAO;AAC5B,EAAE,OAAO,EAAE;AACX,CAAC;;AAED,SAAS,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE;AAC9B,EAAE,QAAQ,SAAS,EAAE,EAAE,kBAAkB,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC,CAAC,GAAG;AAC5F,IAAI,kBAAkB,CAAC,MAAM,EAAE;AAC/B,MAAM,CAAC,EAAE,yUAAyU;AAClV,MAAM,eAAe,EAAE;AACvB,KAAK,EAAE,IAAI,EAAE,EAAE;AACf,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;AACK,MAAC,QAAQ,GAAG,EAAE,MAAM,EAAE,MAAM;;;;"}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knime/product-features",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Package containing composition patterns of KDS Components and KNIME business logic",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/knime/knime-designsystem.git",
|
|
8
|
-
"directory": "packages/features"
|
|
8
|
+
"directory": "packages/product-features"
|
|
9
9
|
},
|
|
10
10
|
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
|
|
11
11
|
"author": "KNIME AG, Zurich, Switzerland",
|
|
@@ -23,8 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
|
-
"dist"
|
|
27
|
-
"CHANGELOG.md"
|
|
26
|
+
"dist"
|
|
28
27
|
],
|
|
29
28
|
"peerDependencies": {
|
|
30
29
|
"@vueuse/core": "~13.8.0",
|
|
@@ -33,18 +32,18 @@
|
|
|
33
32
|
"dependencies": {
|
|
34
33
|
"@knime/utils": "^1.11.0",
|
|
35
34
|
"consola": "^3.4.2",
|
|
36
|
-
"@knime/kds-styles": "^0.29.
|
|
37
|
-
"@knime/kds-components": "^0.29.
|
|
35
|
+
"@knime/kds-styles": "^0.29.2",
|
|
36
|
+
"@knime/kds-components": "^0.29.2"
|
|
38
37
|
},
|
|
39
38
|
"devDependencies": {
|
|
40
|
-
"@storybook/vue3-vite": "^10.
|
|
39
|
+
"@storybook/vue3-vite": "^10.4.1",
|
|
41
40
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
42
41
|
"@vue/test-utils": "^2.4.6",
|
|
43
42
|
"@vue/tsconfig": "^0.9.1",
|
|
44
43
|
"@vueuse/core": "^14.2.1",
|
|
45
44
|
"prettier": "3.8.3",
|
|
46
45
|
"prettier-plugin-vue": "^1.1.6",
|
|
47
|
-
"storybook": "^10.
|
|
46
|
+
"storybook": "^10.4.1",
|
|
48
47
|
"ts-morph": "^28.0.0",
|
|
49
48
|
"vite": "^7.3.2",
|
|
50
49
|
"vite-plugin-dts": "^4.5.4",
|
package/CHANGELOG.md
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# @knime/product-features
|
|
2
|
-
|
|
3
|
-
## 0.1.0
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- Added NodeDescriptonTabs and PortIcon components
|
|
8
|
-
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
11
|
-
- Updated dependencies [6d7510a]
|
|
12
|
-
- Updated dependencies [8ce48b8]
|
|
13
|
-
- @knime/kds-components@0.29.0
|
|
14
|
-
- @knime/kds-styles@0.29.0
|