@typespec/html-program-viewer 0.80.0-dev.1 → 0.80.0-dev.3
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/emitter/index.js +54 -283
- package/dist/{manifest-BDDhiZn2.js → manifest-B5_5qkUX.js} +1 -1
- package/dist/react/index.js +339 -278
- package/dist/react/js-inspector/object-inspector.d.ts.map +1 -1
- package/dist/react/js-inspector/object-preview.d.ts.map +1 -1
- package/dist/react/js-inspector/utils/property-utils.d.ts +1 -1
- package/dist/react/js-inspector/utils/property-utils.d.ts.map +1 -1
- package/package.json +11 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-inspector.d.ts","sourceRoot":"","sources":["../../../src/react/js-inspector/object-inspector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"object-inspector.d.ts","sourceRoot":"","sources":["../../../src/react/js-inspector/object-inspector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AA2FhC,eAAO,MAAM,mBAAmB,GAAI,uCAAuC,iBAAiB,4CAOzF,CAAC;AAEJ,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,IAAI,EAAE,GAAG,CAAC;IACnB,QAAQ,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IACrC,QAAQ,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,GAAG,CAAC;CAC3D;AAED,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAwBpD,CAAC;AAEF,eAAO,MAAM,iBAAiB,MAAM,CAAC;AAMrC,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,IAAI,EAAE,GAAG,CAAC;IACnB,QAAQ,CAAC,eAAe,CAAC,EAAE,OAAO,CAAC;CACpC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-preview.d.ts","sourceRoot":"","sources":["../../../src/react/js-inspector/object-preview.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,EAAE,EAAkB,MAAM,OAAO,CAAC;AAqBvD;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,GAAG,
|
|
1
|
+
{"version":3,"file":"object-preview.d.ts","sourceRoot":"","sources":["../../../src/react/js-inspector/object-preview.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,EAAE,EAAkB,MAAM,OAAO,CAAC;AAqBvD;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,GAAG,CA4EjC,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function getPropertyValue(object: any, propertyName: string): any;
|
|
1
|
+
export declare function getPropertyValue(object: any, propertyName: string | symbol): any;
|
|
2
2
|
//# sourceMappingURL=property-utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property-utils.d.ts","sourceRoot":"","sources":["../../../../src/react/js-inspector/utils/property-utils.tsx"],"names":[],"mappings":"AAAA,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,GAAG,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"property-utils.d.ts","sourceRoot":"","sources":["../../../../src/react/js-inspector/utils/property-utils.tsx"],"names":[],"mappings":"AAAA,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,GAAG,EAAE,YAAY,EAAE,MAAM,GAAG,MAAM,OAW1E"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/html-program-viewer",
|
|
3
|
-
"version": "0.80.0-dev.
|
|
3
|
+
"version": "0.80.0-dev.3",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting an html view of the program.",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"!dist/test/**"
|
|
37
37
|
],
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@typespec/compiler": "^1.9.0"
|
|
39
|
+
"@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.8"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@fluentui/react-components": "~9.
|
|
42
|
+
"@fluentui/react-components": "~9.73.1",
|
|
43
43
|
"@fluentui/react-icons": "^2.0.292",
|
|
44
44
|
"@fluentui/react-list": "^9.1.2",
|
|
45
45
|
"react": "~19.2.3",
|
|
@@ -51,21 +51,21 @@
|
|
|
51
51
|
"@testing-library/dom": "^10.4.0",
|
|
52
52
|
"@testing-library/jest-dom": "^6.6.3",
|
|
53
53
|
"@testing-library/react": "^16.2.0",
|
|
54
|
-
"@types/node": "~25.0
|
|
54
|
+
"@types/node": "~25.3.0",
|
|
55
55
|
"@types/react": "~19.2.7",
|
|
56
56
|
"@types/react-dom": "~19.2.2",
|
|
57
|
-
"@typespec/compiler": "^1.9.0",
|
|
57
|
+
"@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.8",
|
|
58
58
|
"@vitejs/plugin-react": "~5.1.2",
|
|
59
|
-
"@vitest/coverage-v8": "^4.0.
|
|
60
|
-
"@vitest/ui": "^4.0.
|
|
61
|
-
"c8": "^
|
|
62
|
-
"rimraf": "~6.1.
|
|
63
|
-
"typescript": "~5.9.
|
|
59
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
60
|
+
"@vitest/ui": "^4.0.18",
|
|
61
|
+
"c8": "^11.0.0",
|
|
62
|
+
"rimraf": "~6.1.3",
|
|
63
|
+
"typescript": "~5.9.3",
|
|
64
64
|
"vite": "^7.2.7",
|
|
65
65
|
"vite-plugin-checker": "^0.12.0",
|
|
66
66
|
"vite-plugin-dts": "4.5.4",
|
|
67
67
|
"vite-plugin-node-polyfills": "^0.25.0",
|
|
68
|
-
"vitest": "^4.0.
|
|
68
|
+
"vitest": "^4.0.18",
|
|
69
69
|
"@typespec/react-components": "^0.57.0"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|