@difizen/libro-output 0.1.0 → 0.1.2
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/es/display-data-output/display-data-output-contribution.d.ts +1 -0
- package/es/display-data-output/display-data-output-contribution.d.ts.map +1 -1
- package/es/display-data-output/display-data-output-model.d.ts +9 -7
- package/es/display-data-output/display-data-output-model.d.ts.map +1 -1
- package/es/error-output/error-output-contribution.d.ts +1 -0
- package/es/error-output/error-output-contribution.d.ts.map +1 -1
- package/es/error-output/error-output-model.d.ts +4 -4
- package/es/stream-output/stream-output-contribution.d.ts +1 -0
- package/es/stream-output/stream-output-contribution.d.ts.map +1 -1
- package/es/stream-output/stream-output-model.d.ts +7 -3
- package/es/stream-output/stream-output-model.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"display-data-output-contribution.d.ts","sourceRoot":"","sources":["../../src/display-data-output/display-data-output-contribution.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"display-data-output-contribution.d.ts","sourceRoot":"","sources":["../../src/display-data-output/display-data-output-contribution.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAEzD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAExE,qBACa,6BAA8B,YAAW,kBAAkB;IACjD,WAAW,EAAE,WAAW,CAAC;IAC9C,SAAS,WAAY,OAAO,aAQ1B;IACF,OAAO,CAAC,MAAM,EAAE,cAAc;CAG/B"}
|
|
@@ -6,14 +6,16 @@ export declare class DisplayDataOutputModel extends LibroOutputView implements B
|
|
|
6
6
|
constructor(options: IOutputOptions);
|
|
7
7
|
view: import("react").ForwardRefExoticComponent<import("react").RefAttributes<HTMLDivElement>>;
|
|
8
8
|
toJSON(): {
|
|
9
|
-
output_type:
|
|
10
|
-
data:
|
|
11
|
-
metadata:
|
|
12
|
-
execution_count:
|
|
9
|
+
output_type: string;
|
|
10
|
+
data: import("@difizen/libro-common").PartialJSONValue | import("@difizen/libro-common").IMimeBundle | undefined;
|
|
11
|
+
metadata: import("@difizen/libro-common").PartialJSONValue | import("@difizen/libro-common").PartialJSONObject | undefined;
|
|
12
|
+
execution_count: string | number | boolean | Partial<{
|
|
13
|
+
[key: string]: import("@difizen/libro-common").PartialJSONValue;
|
|
14
|
+
}> | import("@difizen/libro-common").PartialJSONValue[] | null;
|
|
13
15
|
} | {
|
|
14
|
-
output_type:
|
|
15
|
-
data:
|
|
16
|
-
metadata:
|
|
16
|
+
output_type: string;
|
|
17
|
+
data: import("@difizen/libro-common").PartialJSONValue | import("@difizen/libro-common").IMimeBundle | undefined;
|
|
18
|
+
metadata: import("@difizen/libro-common").PartialJSONValue | import("@difizen/libro-common").PartialJSONObject | undefined;
|
|
17
19
|
execution_count?: undefined;
|
|
18
20
|
};
|
|
19
21
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"display-data-output-model.d.ts","sourceRoot":"","sources":["../../src/display-data-output/display-data-output-model.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAc1E,OAAO,eAAe,CAAC;AAwBvB,qBAEa,sBAAuB,SAAQ,eAAgB,YAAW,cAAc;gBACnD,OAAO,EAAE,cAAc;IAO9C,IAAI,2FAAgC;IACpC,MAAM
|
|
1
|
+
{"version":3,"file":"display-data-output-model.d.ts","sourceRoot":"","sources":["../../src/display-data-output/display-data-output-model.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAc1E,OAAO,eAAe,CAAC;AAwBvB,qBAEa,sBAAuB,SAAQ,eAAgB,YAAW,cAAc;gBACnD,OAAO,EAAE,cAAc;IAO9C,IAAI,2FAAgC;IACpC,MAAM;;;;;;;;;;;;;CAehB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-output-contribution.d.ts","sourceRoot":"","sources":["../../src/error-output/error-output-contribution.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"error-output-contribution.d.ts","sourceRoot":"","sources":["../../src/error-output/error-output-contribution.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAEzD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,qBACa,uBAAwB,YAAW,kBAAkB;IAC3C,WAAW,EAAE,WAAW,CAAC;IAC9C,SAAS,WAAY,OAAO,aAK1B;IACF,OAAO,CAAC,MAAM,EAAE,cAAc;CAG/B"}
|
|
@@ -6,10 +6,10 @@ export declare class ErrorOutputModel extends LibroOutputView implements BaseOut
|
|
|
6
6
|
constructor(options: IOutputOptions);
|
|
7
7
|
view: import("react").ForwardRefExoticComponent<import("react").RefAttributes<HTMLDivElement>>;
|
|
8
8
|
toJSON(): {
|
|
9
|
-
output_type:
|
|
10
|
-
ename:
|
|
11
|
-
evalue:
|
|
12
|
-
traceback:
|
|
9
|
+
output_type: string;
|
|
10
|
+
ename: import("@difizen/libro-common").PartialJSONValue | undefined;
|
|
11
|
+
evalue: import("@difizen/libro-common").PartialJSONValue | undefined;
|
|
12
|
+
traceback: import("@difizen/libro-common").PartialJSONValue | string[] | undefined;
|
|
13
13
|
};
|
|
14
14
|
showErrorDetail: boolean;
|
|
15
15
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stream-output-contribution.d.ts","sourceRoot":"","sources":["../../src/stream-output/stream-output-contribution.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stream-output-contribution.d.ts","sourceRoot":"","sources":["../../src/stream-output/stream-output-contribution.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAEzD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE7D,qBACa,wBAAyB,YAAW,kBAAkB;IAC5C,WAAW,EAAE,WAAW,CAAC;IAC9C,SAAS,WAAY,OAAO,aAK1B;IACF,OAAO,CAAC,MAAM,EAAE,cAAc;CAG/B"}
|
|
@@ -6,9 +6,13 @@ export declare class StreamOutputModel extends LibroOutputView implements BaseOu
|
|
|
6
6
|
constructor(options: IOutputOptions);
|
|
7
7
|
view: import("react").ForwardRefExoticComponent<import("react").RefAttributes<HTMLDivElement>>;
|
|
8
8
|
toJSON(): {
|
|
9
|
-
output_type:
|
|
10
|
-
name:
|
|
11
|
-
|
|
9
|
+
output_type: string;
|
|
10
|
+
name: string | number | boolean | Partial<{
|
|
11
|
+
[key: string]: import("@difizen/libro-common").PartialJSONValue;
|
|
12
|
+
}> | import("@difizen/libro-common").PartialJSONValue[] | null | undefined;
|
|
13
|
+
text: string | number | boolean | Partial<{
|
|
14
|
+
[key: string]: import("@difizen/libro-common").PartialJSONValue;
|
|
15
|
+
}> | import("@difizen/libro-common").PartialJSONValue[] | string[] | null | undefined;
|
|
12
16
|
};
|
|
13
17
|
}
|
|
14
18
|
//# sourceMappingURL=stream-output-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stream-output-model.d.ts","sourceRoot":"","sources":["../../src/stream-output/stream-output-model.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAa1E,OAAO,eAAe,CAAC;AA0BvB,qBAEa,iBAAkB,SAAQ,eAAgB,YAAW,cAAc;gBAC9C,OAAO,EAAE,cAAc;IAO9C,IAAI,2FAA2B;IAC/B,MAAM
|
|
1
|
+
{"version":3,"file":"stream-output-model.d.ts","sourceRoot":"","sources":["../../src/stream-output/stream-output-model.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAa1E,OAAO,eAAe,CAAC;AA0BvB,qBAEa,iBAAkB,SAAQ,eAAgB,YAAW,cAAc;gBAC9C,OAAO,EAAE,cAAc;IAO9C,IAAI,2FAA2B;IAC/B,MAAM;;;;;;;;;CAOhB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@difizen/libro-output",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"libro",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"src"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@difizen/libro-common": "^0.1.
|
|
36
|
-
"@difizen/libro-core": "^0.1.
|
|
37
|
-
"@difizen/libro-rendermime": "^0.1.
|
|
35
|
+
"@difizen/libro-common": "^0.1.2",
|
|
36
|
+
"@difizen/libro-core": "^0.1.2",
|
|
37
|
+
"@difizen/libro-rendermime": "^0.1.2",
|
|
38
38
|
"@difizen/mana-app": "latest",
|
|
39
39
|
"markdown-it": "^13.0.1"
|
|
40
40
|
},
|