@kong-ui-public/entities-plugins 9.170.2 → 9.171.0
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/entities-plugins.es.js +8072 -7506
- package/dist/entities-plugins.umd.js +37 -37
- package/dist/filler/packages/entities/entities-plugins/src/components/free-form/shared/composables/field.d.ts +1 -3
- package/dist/filler/packages/entities/entities-plugins/src/components/free-form/shared/composables/field.d.ts.map +1 -1
- package/dist/filler/packages/entities/entities-plugins/src/components/free-form/shared/types.d.ts +1 -0
- package/dist/filler/packages/entities/entities-plugins/src/components/free-form/shared/types.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/free-form/Datakit/constants.d.ts +2 -1
- package/dist/types/components/free-form/Datakit/constants.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/FlowEditor.vue.d.ts +106 -4
- package/dist/types/components/free-form/Datakit/flow-editor/FlowEditor.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node/NodePanelItem.vue.d.ts +2 -2
- package/dist/types/components/free-form/Datakit/flow-editor/node/NodePropertiesPanel.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node/icons/JwtDecodeIcon.vue.d.ts +4 -0
- package/dist/types/components/free-form/Datakit/flow-editor/node/icons/JwtDecodeIcon.vue.d.ts.map +1 -0
- package/dist/types/components/free-form/Datakit/flow-editor/node/icons/JwtVerifyIcon.vue.d.ts +4 -0
- package/dist/types/components/free-form/Datakit/flow-editor/node/icons/JwtVerifyIcon.vue.d.ts.map +1 -0
- package/dist/types/components/free-form/Datakit/flow-editor/node/node-visual.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node/node.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormBranch.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormCache.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormCall.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormDivider.vue.d.ts +4 -0
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormDivider.vue.d.ts.map +1 -0
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormExit.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJq.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJsonToXml.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJwtDecode.vue.d.ts +8 -0
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJwtDecode.vue.d.ts.map +1 -0
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJwtSign.vue.d.ts +8 -0
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJwtSign.vue.d.ts.map +1 -0
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJwtVerify.vue.d.ts +8 -0
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJwtVerify.vue.d.ts.map +1 -0
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormProperty.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormXmlToJson.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/schema/compat.d.ts +79 -0
- package/dist/types/components/free-form/Datakit/schema/compat.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/schema/strict.d.ts +274 -45
- package/dist/types/components/free-form/Datakit/schema/strict.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/types.d.ts +2 -2
- package/dist/types/components/free-form/Datakit/types.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/ArrayField.vue.d.ts +1 -1
- package/dist/types/components/free-form/shared/ArrayField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/BooleanField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/EnumField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/Field.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/ForeignField.vue.d.ts +0 -1
- package/dist/types/components/free-form/shared/ForeignField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/JsonField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/NumberField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/StringArrayField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/StringField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/composables/field.d.ts +1 -3
- package/dist/types/components/free-form/shared/composables/field.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/headless/useKeyValueField.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/types.d.ts +1 -0
- package/dist/types/components/free-form/shared/types.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -75,6 +75,57 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
|
|
|
75
75
|
root_element_name?: string | null | undefined;
|
|
76
76
|
inputs?: Record<string, string | null | undefined> | null | undefined;
|
|
77
77
|
outputs?: null | undefined;
|
|
78
|
+
} | {
|
|
79
|
+
name: string & import("zod").$brand<"ConfigNodeName">;
|
|
80
|
+
type: "jwt_decode";
|
|
81
|
+
input?: string | null | undefined;
|
|
82
|
+
output?: string | null | undefined;
|
|
83
|
+
inputs?: null | undefined;
|
|
84
|
+
outputs?: {
|
|
85
|
+
header?: string | null | undefined;
|
|
86
|
+
payload?: string | null | undefined;
|
|
87
|
+
signature?: string | null | undefined;
|
|
88
|
+
} | null | undefined;
|
|
89
|
+
} | {
|
|
90
|
+
name: string & import("zod").$brand<"ConfigNodeName">;
|
|
91
|
+
type: "jwt_sign";
|
|
92
|
+
algorithm: "HS256" | "HS384" | "HS512" | "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "ES512" | "PS256" | "PS384" | "PS512" | "EdDSA";
|
|
93
|
+
input?: string | null | undefined;
|
|
94
|
+
output?: string | null | undefined;
|
|
95
|
+
expires_in?: number | null | undefined;
|
|
96
|
+
inputs?: {
|
|
97
|
+
claims?: string | null | undefined;
|
|
98
|
+
key?: string | null | undefined;
|
|
99
|
+
} | null | undefined;
|
|
100
|
+
kid?: string | null | undefined;
|
|
101
|
+
not_before?: number | null | undefined;
|
|
102
|
+
outputs?: {
|
|
103
|
+
claims?: string | null | undefined;
|
|
104
|
+
header?: string | null | undefined;
|
|
105
|
+
token?: string | null | undefined;
|
|
106
|
+
} | null | undefined;
|
|
107
|
+
static_claims?: Record<string, string> | null | undefined;
|
|
108
|
+
typ?: string | null | undefined;
|
|
109
|
+
} | {
|
|
110
|
+
name: string & import("zod").$brand<"ConfigNodeName">;
|
|
111
|
+
type: "jwt_verify";
|
|
112
|
+
input?: string | null | undefined;
|
|
113
|
+
output?: string | null | undefined;
|
|
114
|
+
allowed_algorithms?: ("HS256" | "HS384" | "HS512" | "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "ES512" | "PS256" | "PS384" | "PS512" | "EdDSA")[] | null | undefined;
|
|
115
|
+
audiences?: string[] | null | undefined;
|
|
116
|
+
inputs?: {
|
|
117
|
+
key?: string | null | undefined;
|
|
118
|
+
token?: string | null | undefined;
|
|
119
|
+
} | null | undefined;
|
|
120
|
+
issuers?: string[] | null | undefined;
|
|
121
|
+
leeway?: number | null | undefined;
|
|
122
|
+
outputs?: {
|
|
123
|
+
claims?: string | null | undefined;
|
|
124
|
+
header?: string | null | undefined;
|
|
125
|
+
} | null | undefined;
|
|
126
|
+
required_claims?: string[] | null | undefined;
|
|
127
|
+
validate_exp?: boolean | null | undefined;
|
|
128
|
+
validate_nbf?: boolean | null | undefined;
|
|
78
129
|
} | {
|
|
79
130
|
name: string & import("zod").$brand<"ConfigNodeName">;
|
|
80
131
|
type: "property";
|
|
@@ -117,8 +168,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
|
|
|
117
168
|
inputs?: Record<string, string | null | undefined> | null | undefined;
|
|
118
169
|
output?: string | null | undefined;
|
|
119
170
|
outputs?: Record<string, string | null | undefined> | null | undefined;
|
|
120
|
-
then?: (
|
|
121
|
-
else?: (
|
|
171
|
+
then?: (string & import("zod").$brand<"ConfigNodeName">)[] | null | undefined;
|
|
172
|
+
else?: (string & import("zod").$brand<"ConfigNodeName">)[] | null | undefined;
|
|
122
173
|
})[];
|
|
123
174
|
debug?: boolean | null | undefined;
|
|
124
175
|
resources?: {
|
|
@@ -250,6 +301,57 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
|
|
|
250
301
|
root_element_name?: string | null | undefined;
|
|
251
302
|
inputs?: Record<string, string | null | undefined> | null | undefined;
|
|
252
303
|
outputs?: null | undefined;
|
|
304
|
+
} | {
|
|
305
|
+
name: string & import("zod").$brand<"ConfigNodeName">;
|
|
306
|
+
type: "jwt_decode";
|
|
307
|
+
input?: string | null | undefined;
|
|
308
|
+
output?: string | null | undefined;
|
|
309
|
+
inputs?: null | undefined;
|
|
310
|
+
outputs?: {
|
|
311
|
+
header?: string | null | undefined;
|
|
312
|
+
payload?: string | null | undefined;
|
|
313
|
+
signature?: string | null | undefined;
|
|
314
|
+
} | null | undefined;
|
|
315
|
+
} | {
|
|
316
|
+
name: string & import("zod").$brand<"ConfigNodeName">;
|
|
317
|
+
type: "jwt_sign";
|
|
318
|
+
algorithm: "HS256" | "HS384" | "HS512" | "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "ES512" | "PS256" | "PS384" | "PS512" | "EdDSA";
|
|
319
|
+
input?: string | null | undefined;
|
|
320
|
+
output?: string | null | undefined;
|
|
321
|
+
expires_in?: number | null | undefined;
|
|
322
|
+
inputs?: {
|
|
323
|
+
claims?: string | null | undefined;
|
|
324
|
+
key?: string | null | undefined;
|
|
325
|
+
} | null | undefined;
|
|
326
|
+
kid?: string | null | undefined;
|
|
327
|
+
not_before?: number | null | undefined;
|
|
328
|
+
outputs?: {
|
|
329
|
+
claims?: string | null | undefined;
|
|
330
|
+
header?: string | null | undefined;
|
|
331
|
+
token?: string | null | undefined;
|
|
332
|
+
} | null | undefined;
|
|
333
|
+
static_claims?: Record<string, string> | null | undefined;
|
|
334
|
+
typ?: string | null | undefined;
|
|
335
|
+
} | {
|
|
336
|
+
name: string & import("zod").$brand<"ConfigNodeName">;
|
|
337
|
+
type: "jwt_verify";
|
|
338
|
+
input?: string | null | undefined;
|
|
339
|
+
output?: string | null | undefined;
|
|
340
|
+
allowed_algorithms?: ("HS256" | "HS384" | "HS512" | "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "ES512" | "PS256" | "PS384" | "PS512" | "EdDSA")[] | null | undefined;
|
|
341
|
+
audiences?: string[] | null | undefined;
|
|
342
|
+
inputs?: {
|
|
343
|
+
key?: string | null | undefined;
|
|
344
|
+
token?: string | null | undefined;
|
|
345
|
+
} | null | undefined;
|
|
346
|
+
issuers?: string[] | null | undefined;
|
|
347
|
+
leeway?: number | null | undefined;
|
|
348
|
+
outputs?: {
|
|
349
|
+
claims?: string | null | undefined;
|
|
350
|
+
header?: string | null | undefined;
|
|
351
|
+
} | null | undefined;
|
|
352
|
+
required_claims?: string[] | null | undefined;
|
|
353
|
+
validate_exp?: boolean | null | undefined;
|
|
354
|
+
validate_nbf?: boolean | null | undefined;
|
|
253
355
|
} | {
|
|
254
356
|
name: string & import("zod").$brand<"ConfigNodeName">;
|
|
255
357
|
type: "property";
|
|
@@ -292,8 +394,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
|
|
|
292
394
|
inputs?: Record<string, string | null | undefined> | null | undefined;
|
|
293
395
|
output?: string | null | undefined;
|
|
294
396
|
outputs?: Record<string, string | null | undefined> | null | undefined;
|
|
295
|
-
then?: (
|
|
296
|
-
else?: (
|
|
397
|
+
then?: (string & import("zod").$brand<"ConfigNodeName">)[] | null | undefined;
|
|
398
|
+
else?: (string & import("zod").$brand<"ConfigNodeName">)[] | null | undefined;
|
|
297
399
|
})[];
|
|
298
400
|
debug?: boolean | null | undefined;
|
|
299
401
|
resources?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlowEditor.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/flow-editor/FlowEditor.vue"],"names":[],"mappings":"AAmIA,OAAO,KAAK,EAAgD,aAAa,EAAE,MAAM,UAAU,CAAA;AAM3F,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AA0IF,QAAA,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"FlowEditor.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/flow-editor/FlowEditor.vue"],"names":[],"mappings":"AAmIA,OAAO,KAAK,EAAgD,aAAa,EAAE,MAAM,UAAU,CAAA;AAM3F,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AA0IF,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -4,9 +4,9 @@ type __VLS_Props = {
|
|
|
4
4
|
unsupported?: boolean;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
-
dragstart: (e: DragEvent, type: "jq" | "call" | "exit" | "property" | "static" | "branch" | "cache" | "xml_to_json" | "json_to_xml") => any;
|
|
7
|
+
dragstart: (e: DragEvent, type: "jq" | "call" | "exit" | "property" | "static" | "branch" | "cache" | "xml_to_json" | "json_to_xml" | "jwt_decode" | "jwt_sign" | "jwt_verify") => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
-
onDragstart?: ((e: DragEvent, type: "jq" | "call" | "exit" | "property" | "static" | "branch" | "cache" | "xml_to_json" | "json_to_xml") => any) | undefined;
|
|
9
|
+
onDragstart?: ((e: DragEvent, type: "jq" | "call" | "exit" | "property" | "static" | "branch" | "cache" | "xml_to_json" | "json_to_xml" | "jwt_decode" | "jwt_sign" | "jwt_verify") => any) | undefined;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const _default: typeof __VLS_export;
|
|
12
12
|
export default _default;
|
package/dist/types/components/free-form/Datakit/flow-editor/node/NodePropertiesPanel.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodePropertiesPanel.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/NodePropertiesPanel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NodePropertiesPanel.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/NodePropertiesPanel.vue"],"names":[],"mappings":"AAiRA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AA0BzC,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAC;AAkQF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
//# sourceMappingURL=JwtDecodeIcon.vue.d.ts.map
|
package/dist/types/components/free-form/Datakit/flow-editor/node/icons/JwtDecodeIcon.vue.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JwtDecodeIcon.vue.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/free-form/Datakit/flow-editor/node/icons/JwtDecodeIcon.vue"],"names":[],"mappings":"AAoCA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
//# sourceMappingURL=JwtVerifyIcon.vue.d.ts.map
|
package/dist/types/components/free-form/Datakit/flow-editor/node/icons/JwtVerifyIcon.vue.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JwtVerifyIcon.vue.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/free-form/Datakit/flow-editor/node/icons/JwtVerifyIcon.vue"],"names":[],"mappings":"AAoCA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-visual.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/node-visual.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"node-visual.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/node-visual.ts"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAIvD,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,QAAQ,EAAE,UAAU,CAoGpD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACP,gBAAgB,EAChB,gBAAgB,EAChB,YAAY,EACZ,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,cAAc,EAGd,aAAa,EACd,MAAM,aAAa,CAAA;AASpB,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM,CAE7D;AAMD,wBAAgB,eAAe,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM,CAEtD;AAED,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,cAAc,EAAE,QAAQ,
|
|
1
|
+
{"version":3,"file":"node.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACP,gBAAgB,EAChB,gBAAgB,EAChB,YAAY,EACZ,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,cAAc,EAGd,aAAa,EACd,MAAM,aAAa,CAAA;AASpB,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM,CAE7D;AAMD,wBAAgB,eAAe,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM,CAEtD;AAED,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,cAAc,EAAE,QAAQ,CA+MjE,CAAA;AAED,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,gBAAgB,EAAE,QAAQ,CAkErE,CAAA;AAID,eAAO,MAAM,cAAc,GAAI,MAAM,QAAQ,KAAG,IAAI,IAAI,gBACG,CAAA;AAE3D,eAAO,MAAM,UAAU,GAAI,MAAM,MAAM,KAAG,IAAI,IAAI,QACoC,CAAA;AAEtF,eAAO,MAAM,cAAc,GAAI,MAAM,QAAQ,KAAG,IAAI,IAAI,gBACG,CAAA;AAE3D,eAAO,MAAM,YAAY,GAAI,MAAM,QAAQ,KAAG,IAAI,IAAI,cACG,CAAA;AAEzD,eAAO,MAAM,cAAc,GACzB,MAAM,QAAQ,GAAG,YAAY,KAC5B,IAAI,IAAI,CAAC,QAAQ,GAAG,YAAY,CAAC,GAAG;IAAE,IAAI,EAAE,gBAAgB,CAAA;CACpC,CAAA;AAE3B,eAAO,MAAM,QAAQ,GAAI,KAAK,MAAM,KAAG,EAAE,IAAI,MAClB,CAAA;AAE3B,eAAO,MAAM,SAAS,GAAI,KAAK,MAAM,KAAG,EAAE,IAAI,OAClB,CAAA;AAE5B,eAAO,MAAM,eAAe,GAAI,KAAK,YAAY,GAAG,aAAa,KAAG,GAAG,IAAI,aACrB,CAAA"}
|
package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormBranch.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodeFormBranch.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormBranch.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NodeFormBranch.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormBranch.vue"],"names":[],"mappings":"AAiHA,OAAO,KAAK,EAAc,MAAM,EAAE,MAAM,aAAa,CAAA;AAMrD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC;AAoOtC,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormCache.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodeFormCache.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormCache.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NodeFormCache.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormCache.vue"],"names":[],"mappings":"AAuIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAOzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AA8MF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormCall.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodeFormCall.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormCall.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NodeFormCall.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormCall.vue"],"names":[],"mappings":"AAiJA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AA8RF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormDivider.vue.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
//# sourceMappingURL=NodeFormDivider.vue.d.ts.map
|
package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormDivider.vue.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NodeFormDivider.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormDivider.vue"],"names":[],"mappings":"AA+BA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormExit.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodeFormExit.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormExit.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NodeFormExit.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormExit.vue"],"names":[],"mappings":"AA0GA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AASzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AA2LF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJq.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodeFormJq.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormJq.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NodeFormJq.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormJq.vue"],"names":[],"mappings":"AAoJA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AASzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AAqRF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodeFormJsonToXml.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormJsonToXml.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NodeFormJsonToXml.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormJsonToXml.vue"],"names":[],"mappings":"AAgMA,OAAO,KAAK,EAA2B,MAAM,EAAE,MAAM,aAAa,CAAA;AASlE,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AAyUF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJwtDecode.vue.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { NodeId } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
nodeId: NodeId;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=NodeFormJwtDecode.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NodeFormJwtDecode.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormJwtDecode.vue"],"names":[],"mappings":"AA2DA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAMzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AAuHF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJwtSign.vue.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { NodeId } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
nodeId: NodeId;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=NodeFormJwtSign.vue.d.ts.map
|
package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJwtSign.vue.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NodeFormJwtSign.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormJwtSign.vue"],"names":[],"mappings":"AAqKA,OAAO,KAAK,EAAgB,MAAM,EAAE,MAAM,aAAa,CAAA;AAoBvD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AAqTF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJwtVerify.vue.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { NodeId } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
nodeId: NodeId;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=NodeFormJwtVerify.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NodeFormJwtVerify.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormJwtVerify.vue"],"names":[],"mappings":"AA+LA,OAAO,KAAK,EAAgB,MAAM,EAAE,MAAM,aAAa,CAAA;AAqBvD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AAwbF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormProperty.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodeFormProperty.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormProperty.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NodeFormProperty.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormProperty.vue"],"names":[],"mappings":"AAsIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AA+NF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodeFormXmlToJson.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormXmlToJson.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NodeFormXmlToJson.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormXmlToJson.vue"],"names":[],"mappings":"AAsMA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAWzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AA2VF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -126,6 +126,85 @@ export declare const DatakitConfigSchema: z.ZodOptional<z.ZodNullable<z.ZodObjec
|
|
|
126
126
|
text_block_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
127
127
|
inputs: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodNullable<z.ZodString>>>>>;
|
|
128
128
|
outputs: z.ZodOptional<z.ZodNullable<z.ZodNever>>;
|
|
129
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
130
|
+
name: z.ZodString;
|
|
131
|
+
input: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
132
|
+
output: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
133
|
+
type: z.ZodLiteral<"jwt_decode">;
|
|
134
|
+
inputs: z.ZodOptional<z.ZodNullable<z.ZodNever>>;
|
|
135
|
+
outputs: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
136
|
+
header: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
137
|
+
payload: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
138
|
+
signature: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
139
|
+
}, z.core.$strip>>>;
|
|
140
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
141
|
+
name: z.ZodString;
|
|
142
|
+
input: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
143
|
+
output: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
144
|
+
type: z.ZodLiteral<"jwt_sign">;
|
|
145
|
+
algorithm: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
146
|
+
HS256: "HS256";
|
|
147
|
+
HS384: "HS384";
|
|
148
|
+
HS512: "HS512";
|
|
149
|
+
RS256: "RS256";
|
|
150
|
+
RS384: "RS384";
|
|
151
|
+
RS512: "RS512";
|
|
152
|
+
ES256: "ES256";
|
|
153
|
+
ES384: "ES384";
|
|
154
|
+
ES512: "ES512";
|
|
155
|
+
PS256: "PS256";
|
|
156
|
+
PS384: "PS384";
|
|
157
|
+
PS512: "PS512";
|
|
158
|
+
EdDSA: "EdDSA";
|
|
159
|
+
}>>>;
|
|
160
|
+
expires_in: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
|
|
161
|
+
inputs: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
162
|
+
claims: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
163
|
+
key: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
164
|
+
}, z.core.$strict>>>;
|
|
165
|
+
kid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
166
|
+
not_before: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
|
|
167
|
+
outputs: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
168
|
+
claims: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
169
|
+
header: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
170
|
+
token: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
171
|
+
}, z.core.$strip>>>;
|
|
172
|
+
static_claims: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
173
|
+
typ: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
174
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
175
|
+
name: z.ZodString;
|
|
176
|
+
input: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
177
|
+
output: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
178
|
+
type: z.ZodLiteral<"jwt_verify">;
|
|
179
|
+
allowed_algorithms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<{
|
|
180
|
+
HS256: "HS256";
|
|
181
|
+
HS384: "HS384";
|
|
182
|
+
HS512: "HS512";
|
|
183
|
+
RS256: "RS256";
|
|
184
|
+
RS384: "RS384";
|
|
185
|
+
RS512: "RS512";
|
|
186
|
+
ES256: "ES256";
|
|
187
|
+
ES384: "ES384";
|
|
188
|
+
ES512: "ES512";
|
|
189
|
+
PS256: "PS256";
|
|
190
|
+
PS384: "PS384";
|
|
191
|
+
PS512: "PS512";
|
|
192
|
+
EdDSA: "EdDSA";
|
|
193
|
+
}>>>>;
|
|
194
|
+
audiences: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
195
|
+
inputs: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
196
|
+
key: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
197
|
+
token: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
198
|
+
}, z.core.$strict>>>;
|
|
199
|
+
issuers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
200
|
+
leeway: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
|
|
201
|
+
outputs: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
202
|
+
claims: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
203
|
+
header: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
204
|
+
}, z.core.$strip>>>;
|
|
205
|
+
required_claims: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
206
|
+
validate_exp: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
207
|
+
validate_nbf: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
129
208
|
}, z.core.$strict>, z.ZodObject<{
|
|
130
209
|
name: z.ZodString;
|
|
131
210
|
input: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"compat.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/schema/compat.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAiB,SAAS,EAAE,MAAM,UAAU,CAAA;AAExE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"compat.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/schema/compat.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAiB,SAAS,EAAE,MAAM,UAAU,CAAA;AAExE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAoFvB,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,cAAc,GAAG,SAAS,EAAE,GAAG,IAAI,CAIvF;AAED,eAAO,MAAM,oBAAoB;;;;;;;iBAY7B,CAAA;AAsKJ;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;kBAIlB,CAAA;AAmBX,eAAO,MAAM,gBAAgB,uCACI,CAAA;AAUjC,eAAO,MAAM,gBAAgB;;;;;;;;;iBAI3B,CAAA;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;iBAG/B,CAAA;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAWpB,CAAA"}
|