runmat 0.4.6-dev.1 → 0.4.6-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.
Files changed (65) hide show
  1. package/artifacts/stdlib.snapshot +0 -0
  2. package/dist/generated/builtin-examples-catalog.d.ts.map +1 -1
  3. package/dist/generated/builtin-examples-catalog.js +1 -1
  4. package/dist/generated/builtin-examples-catalog.js.map +1 -1
  5. package/dist/generated/builtins/clearvars.d.ts +4 -0
  6. package/dist/generated/builtins/clearvars.d.ts.map +1 -0
  7. package/dist/generated/builtins/clearvars.js +119 -0
  8. package/dist/generated/builtins/clearvars.js.map +1 -0
  9. package/dist/generated/builtins/gray2rgb.d.ts +4 -0
  10. package/dist/generated/builtins/gray2rgb.d.ts.map +1 -0
  11. package/dist/generated/builtins/gray2rgb.js +62 -0
  12. package/dist/generated/builtins/gray2rgb.js.map +1 -0
  13. package/dist/generated/builtins/heatmap.d.ts +4 -0
  14. package/dist/generated/builtins/heatmap.d.ts.map +1 -0
  15. package/dist/generated/builtins/heatmap.js +87 -0
  16. package/dist/generated/builtins/heatmap.js.map +1 -0
  17. package/dist/generated/builtins/hsv2rgb.d.ts +4 -0
  18. package/dist/generated/builtins/hsv2rgb.d.ts.map +1 -0
  19. package/dist/generated/builtins/hsv2rgb.js +66 -0
  20. package/dist/generated/builtins/hsv2rgb.js.map +1 -0
  21. package/dist/generated/builtins/im2double.d.ts +4 -0
  22. package/dist/generated/builtins/im2double.d.ts.map +1 -0
  23. package/dist/generated/builtins/im2double.js +67 -0
  24. package/dist/generated/builtins/im2double.js.map +1 -0
  25. package/dist/generated/builtins/im2uint16.d.ts +4 -0
  26. package/dist/generated/builtins/im2uint16.d.ts.map +1 -0
  27. package/dist/generated/builtins/im2uint16.js +70 -0
  28. package/dist/generated/builtins/im2uint16.js.map +1 -0
  29. package/dist/generated/builtins/im2uint8.d.ts +4 -0
  30. package/dist/generated/builtins/im2uint8.d.ts.map +1 -0
  31. package/dist/generated/builtins/im2uint8.js +70 -0
  32. package/dist/generated/builtins/im2uint8.js.map +1 -0
  33. package/dist/generated/builtins/ind2rgb.d.ts +4 -0
  34. package/dist/generated/builtins/ind2rgb.d.ts.map +1 -0
  35. package/dist/generated/builtins/ind2rgb.js +66 -0
  36. package/dist/generated/builtins/ind2rgb.js.map +1 -0
  37. package/dist/generated/builtins/lab2rgb.d.ts +4 -0
  38. package/dist/generated/builtins/lab2rgb.d.ts.map +1 -0
  39. package/dist/generated/builtins/lab2rgb.js +67 -0
  40. package/dist/generated/builtins/lab2rgb.js.map +1 -0
  41. package/dist/generated/builtins/rgb2gray.d.ts +4 -0
  42. package/dist/generated/builtins/rgb2gray.d.ts.map +1 -0
  43. package/dist/generated/builtins/rgb2gray.js +66 -0
  44. package/dist/generated/builtins/rgb2gray.js.map +1 -0
  45. package/dist/generated/builtins/rgb2hsv.d.ts +4 -0
  46. package/dist/generated/builtins/rgb2hsv.d.ts.map +1 -0
  47. package/dist/generated/builtins/rgb2hsv.js +66 -0
  48. package/dist/generated/builtins/rgb2hsv.js.map +1 -0
  49. package/dist/generated/builtins/rgb2lab.d.ts +4 -0
  50. package/dist/generated/builtins/rgb2lab.d.ts.map +1 -0
  51. package/dist/generated/builtins/rgb2lab.js +67 -0
  52. package/dist/generated/builtins/rgb2lab.js.map +1 -0
  53. package/dist/generated/builtins-manifest.d.ts.map +1 -1
  54. package/dist/generated/builtins-manifest.js +256 -0
  55. package/dist/generated/builtins-manifest.js.map +1 -1
  56. package/dist/lsp/runmat_lsp.d.ts +2 -2
  57. package/dist/lsp/runmat_lsp.js +4 -4
  58. package/dist/lsp/runmat_lsp_bg.wasm +0 -0
  59. package/dist/lsp/runmat_lsp_bg.wasm.d.ts +2 -2
  60. package/dist/pkg-web/runmat_wasm_web.d.ts +4 -4
  61. package/dist/pkg-web/runmat_wasm_web.js +10 -10
  62. package/dist/pkg-web/runmat_wasm_web_bg.wasm +0 -0
  63. package/dist/pkg-web/runmat_wasm_web_bg.wasm.d.ts +4 -4
  64. package/dist/runtime/stdlib.snapshot +0 -0
  65. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import type { BuiltinDoc } from "../../builtins.js";
2
+ declare const builtinDoc: BuiltinDoc;
3
+ export default builtinDoc;
4
+ //# sourceMappingURL=clearvars.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clearvars.d.ts","sourceRoot":"","sources":["../../../src/generated/builtins/clearvars.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,QAAA,MAAM,UAAU,EAAE,UAkHjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,119 @@
1
+ // @generated by scripts/generate-builtins.cjs
2
+ // Do not edit by hand.
3
+ const builtinDoc = {
4
+ "title": "clearvars",
5
+ "category": "introspection",
6
+ "keywords": [
7
+ "clearvars",
8
+ "clear variables",
9
+ "workspace",
10
+ "variables",
11
+ "-except"
12
+ ],
13
+ "summary": "Clear variables from the active workspace, with optional exclusions.",
14
+ "references": [
15
+ "https://www.mathworks.com/help/matlab/ref/clearvars.html"
16
+ ],
17
+ "gpu_support": {
18
+ "elementwise": false,
19
+ "reduction": false,
20
+ "precisions": [],
21
+ "broadcasting": "none",
22
+ "notes": "Runs on the host CPU because it mutates the session workspace rather than array contents."
23
+ },
24
+ "fusion": {
25
+ "elementwise": false,
26
+ "reduction": false,
27
+ "max_inputs": 16,
28
+ "constants": "inline"
29
+ },
30
+ "requires_feature": null,
31
+ "tested": {
32
+ "unit": null,
33
+ "integration": "command_controls::clearvars_command_clears_workspace_state"
34
+ },
35
+ "description": "`clearvars` removes variables from the active RunMat workspace. RunMat supports MATLAB-style command forms such as `clearvars x y`, whole-workspace exclusion forms such as `clearvars -except keep`, and selected-variable exclusion forms such as `clearvars a b -except b`, updating the session snapshot so hosts can drop cleared bindings.",
36
+ "behaviors": [
37
+ "`clearvars` with no inputs clears all workspace variables created in the current session.",
38
+ "`clearvars x` removes the variable `x` while leaving other workspace bindings intact.",
39
+ "Multiple names can be supplied as separate inputs or command-form tokens, for example `clearvars x y z`.",
40
+ "`clearvars -except x y` removes all active workspace variables except `x` and `y`.",
41
+ "`clearvars a b c -except b` removes only selected variables `a` and `c`, preserves selected exclusion `b`, and leaves variables outside the selected clear set untouched.",
42
+ "Function-call forms accept variable names as string scalars, row character vectors, or string arrays.",
43
+ "Clearing a name that does not exist is a no-op.",
44
+ "`clearvars` is a sink builtin and does not produce a meaningful output value."
45
+ ],
46
+ "examples": [
47
+ {
48
+ "description": "Clear the entire interactive workspace",
49
+ "input": "x = 1;\ny = magic(3);\nclearvars",
50
+ "output": "% x and y are removed from the workspace"
51
+ },
52
+ {
53
+ "description": "Clear selected variables",
54
+ "input": "a = 1;\nb = 2;\nc = 3;\nclearvars a b",
55
+ "output": "% a and b are removed; c remains defined"
56
+ },
57
+ {
58
+ "description": "Keep selected variables while clearing the rest",
59
+ "input": "raw = 1;\nanswer = 42;\ntmp = 3;\nclearvars -except answer",
60
+ "output": "% answer remains defined; raw and tmp are removed"
61
+ },
62
+ {
63
+ "description": "Clear selected variables while preserving exclusions",
64
+ "input": "a = 1;\nb = 2;\nc = 3;\nuntouched = 4;\nclearvars a b c -except b",
65
+ "output": "% a and c are removed; b and untouched remain defined"
66
+ }
67
+ ],
68
+ "faqs": [
69
+ {
70
+ "question": "How is `clearvars` different from `clear`?",
71
+ "answer": "`clearvars` focuses on workspace variables and supports the `-except` option for preserving named bindings while clearing the rest."
72
+ },
73
+ {
74
+ "question": "Can I clear only one variable?",
75
+ "answer": "Yes. Use `clearvars x` or `clearvars(\"x\")` to remove one variable, and pass multiple names to clear more than one binding in a single call."
76
+ },
77
+ {
78
+ "question": "Does `clearvars -except x` clear figures or the console?",
79
+ "answer": "No. It only mutates workspace variables. Use `close all` for figures and `clc` for the visible console."
80
+ },
81
+ {
82
+ "question": "Does GPU residency matter?",
83
+ "answer": "No. `clearvars` operates on session bookkeeping, not on array kernels or provider-managed computations."
84
+ }
85
+ ],
86
+ "links": [
87
+ {
88
+ "label": "clear",
89
+ "url": "./clear"
90
+ },
91
+ {
92
+ "label": "who",
93
+ "url": "./who"
94
+ },
95
+ {
96
+ "label": "whos",
97
+ "url": "./whos"
98
+ },
99
+ {
100
+ "label": "clc",
101
+ "url": "./clc"
102
+ }
103
+ ],
104
+ "source": {
105
+ "label": "`crates/runmat-runtime/src/builtins/introspection/clearvars.rs`",
106
+ "url": "https://github.com/runmat-org/runmat/blob/main/crates/runmat-runtime/src/builtins/introspection/clearvars.rs"
107
+ },
108
+ "gpu_behavior": [
109
+ "`clearvars` performs host-side workspace mutation only. It does not launch GPU kernels, does not participate in fusion, and does not depend on acceleration providers."
110
+ ],
111
+ "key": "clearvars",
112
+ "slug": "clearvars",
113
+ "aliases": [],
114
+ "categoryPath": [
115
+ "introspection"
116
+ ]
117
+ };
118
+ export default builtinDoc;
119
+ //# sourceMappingURL=clearvars.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clearvars.js","sourceRoot":"","sources":["../../../src/generated/builtins/clearvars.ts"],"names":[],"mappings":"AAAA,8CAA8C;AAC9C,uBAAuB;AAIvB,MAAM,UAAU,GAAe;IAC7B,OAAO,EAAE,WAAW;IACpB,UAAU,EAAE,eAAe;IAC3B,UAAU,EAAE;QACV,WAAW;QACX,iBAAiB;QACjB,WAAW;QACX,WAAW;QACX,SAAS;KACV;IACD,SAAS,EAAE,sEAAsE;IACjF,YAAY,EAAE;QACZ,0DAA0D;KAC3D;IACD,aAAa,EAAE;QACb,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,EAAE;QAChB,cAAc,EAAE,MAAM;QACtB,OAAO,EAAE,2FAA2F;KACrG;IACD,QAAQ,EAAE;QACR,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,EAAE;QAChB,WAAW,EAAE,QAAQ;KACtB;IACD,kBAAkB,EAAE,IAAI;IACxB,QAAQ,EAAE;QACR,MAAM,EAAE,IAAI;QACZ,aAAa,EAAE,4DAA4D;KAC5E;IACD,aAAa,EAAE,kVAAkV;IACjW,WAAW,EAAE;QACX,2FAA2F;QAC3F,uFAAuF;QACvF,0GAA0G;QAC1G,oFAAoF;QACpF,2KAA2K;QAC3K,uGAAuG;QACvG,iDAAiD;QACjD,+EAA+E;KAChF;IACD,UAAU,EAAE;QACV;YACE,aAAa,EAAE,wCAAwC;YACvD,OAAO,EAAE,kCAAkC;YAC3C,QAAQ,EAAE,0CAA0C;SACrD;QACD;YACE,aAAa,EAAE,0BAA0B;YACzC,OAAO,EAAE,uCAAuC;YAChD,QAAQ,EAAE,0CAA0C;SACrD;QACD;YACE,aAAa,EAAE,iDAAiD;YAChE,OAAO,EAAE,4DAA4D;YACrE,QAAQ,EAAE,mDAAmD;SAC9D;QACD;YACE,aAAa,EAAE,sDAAsD;YACrE,OAAO,EAAE,mEAAmE;YAC5E,QAAQ,EAAE,uDAAuD;SAClE;KACF;IACD,MAAM,EAAE;QACN;YACE,UAAU,EAAE,4CAA4C;YACxD,QAAQ,EAAE,qIAAqI;SAChJ;QACD;YACE,UAAU,EAAE,gCAAgC;YAC5C,QAAQ,EAAE,+IAA+I;SAC1J;QACD;YACE,UAAU,EAAE,0DAA0D;YACtE,QAAQ,EAAE,yGAAyG;SACpH;QACD;YACE,UAAU,EAAE,4BAA4B;YACxC,QAAQ,EAAE,yGAAyG;SACpH;KACF;IACD,OAAO,EAAE;QACP;YACE,OAAO,EAAE,OAAO;YAChB,KAAK,EAAE,SAAS;SACjB;QACD;YACE,OAAO,EAAE,KAAK;YACd,KAAK,EAAE,OAAO;SACf;QACD;YACE,OAAO,EAAE,MAAM;YACf,KAAK,EAAE,QAAQ;SAChB;QACD;YACE,OAAO,EAAE,KAAK;YACd,KAAK,EAAE,OAAO;SACf;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,iEAAiE;QAC1E,KAAK,EAAE,8GAA8G;KACtH;IACD,cAAc,EAAE;QACd,wKAAwK;KACzK;IACD,KAAK,EAAE,WAAW;IAClB,MAAM,EAAE,WAAW;IACnB,SAAS,EAAE,EAAE;IACb,cAAc,EAAE;QACd,eAAe;KAChB;CACF,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { BuiltinDoc } from "../../builtins.js";
2
+ declare const builtinDoc: BuiltinDoc;
3
+ export default builtinDoc;
4
+ //# sourceMappingURL=gray2rgb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gray2rgb.d.ts","sourceRoot":"","sources":["../../../src/generated/builtins/gray2rgb.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,QAAA,MAAM,UAAU,EAAE,UAyDjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,62 @@
1
+ // @generated by scripts/generate-builtins.cjs
2
+ // Do not edit by hand.
3
+ const builtinDoc = {
4
+ "title": "gray2rgb",
5
+ "category": "image/color",
6
+ "keywords": [
7
+ "gray2rgb",
8
+ "grayscale",
9
+ "rgb",
10
+ "image"
11
+ ],
12
+ "summary": "Replicate a grayscale image into an RGB truecolor image.",
13
+ "references": [],
14
+ "gpu_support": {
15
+ "elementwise": false,
16
+ "reduction": false,
17
+ "precisions": [],
18
+ "broadcasting": "none",
19
+ "notes": "GPU inputs gather to host before channel replication."
20
+ },
21
+ "fusion": {
22
+ "elementwise": false,
23
+ "reduction": false,
24
+ "max_inputs": 1,
25
+ "constants": "inline"
26
+ },
27
+ "requires_feature": null,
28
+ "tested": {
29
+ "unit": "builtins::image::color::gray2rgb::tests"
30
+ },
31
+ "description": "`gray2rgb(I)` replicates an MxN grayscale image across red, green, and blue planes to produce MxNx3 truecolor data.",
32
+ "behaviors": [
33
+ "Accepts MxN grayscale images.",
34
+ "Preserves host tensor dtype metadata."
35
+ ],
36
+ "examples": [
37
+ {
38
+ "description": "Replicate Gray To RGB",
39
+ "input": "RGB = gray2rgb(I);",
40
+ "output": "% RGB is MxNx3"
41
+ }
42
+ ],
43
+ "links": [
44
+ {
45
+ "label": "rgb2gray",
46
+ "url": "./rgb2gray"
47
+ }
48
+ ],
49
+ "source": {
50
+ "label": "crates/runmat-runtime/src/builtins/image/color/gray2rgb.rs",
51
+ "url": "https://github.com/runmat-org/runmat/blob/main/crates/runmat-runtime/src/builtins/image/color/gray2rgb.rs"
52
+ },
53
+ "key": "gray2rgb",
54
+ "slug": "gray2rgb",
55
+ "aliases": [],
56
+ "categoryPath": [
57
+ "image",
58
+ "color"
59
+ ]
60
+ };
61
+ export default builtinDoc;
62
+ //# sourceMappingURL=gray2rgb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gray2rgb.js","sourceRoot":"","sources":["../../../src/generated/builtins/gray2rgb.ts"],"names":[],"mappings":"AAAA,8CAA8C;AAC9C,uBAAuB;AAIvB,MAAM,UAAU,GAAe;IAC7B,OAAO,EAAE,UAAU;IACnB,UAAU,EAAE,aAAa;IACzB,UAAU,EAAE;QACV,UAAU;QACV,WAAW;QACX,KAAK;QACL,OAAO;KACR;IACD,SAAS,EAAE,0DAA0D;IACrE,YAAY,EAAE,EAAE;IAChB,aAAa,EAAE;QACb,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,EAAE;QAChB,cAAc,EAAE,MAAM;QACtB,OAAO,EAAE,uDAAuD;KACjE;IACD,QAAQ,EAAE;QACR,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,CAAC;QACf,WAAW,EAAE,QAAQ;KACtB;IACD,kBAAkB,EAAE,IAAI;IACxB,QAAQ,EAAE;QACR,MAAM,EAAE,yCAAyC;KAClD;IACD,aAAa,EAAE,qHAAqH;IACpI,WAAW,EAAE;QACX,+BAA+B;QAC/B,uCAAuC;KACxC;IACD,UAAU,EAAE;QACV;YACE,aAAa,EAAE,uBAAuB;YACtC,OAAO,EAAE,oBAAoB;YAC7B,QAAQ,EAAE,gBAAgB;SAC3B;KACF;IACD,OAAO,EAAE;QACP;YACE,OAAO,EAAE,UAAU;YACnB,KAAK,EAAE,YAAY;SACpB;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,4DAA4D;QACrE,KAAK,EAAE,2GAA2G;KACnH;IACD,KAAK,EAAE,UAAU;IACjB,MAAM,EAAE,UAAU;IAClB,SAAS,EAAE,EAAE;IACb,cAAc,EAAE;QACd,OAAO;QACP,OAAO;KACR;CACF,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { BuiltinDoc } from "../../builtins.js";
2
+ declare const builtinDoc: BuiltinDoc;
3
+ export default builtinDoc;
4
+ //# sourceMappingURL=heatmap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heatmap.d.ts","sourceRoot":"","sources":["../../../src/generated/builtins/heatmap.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,QAAA,MAAM,UAAU,EAAE,UAkFjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,87 @@
1
+ // @generated by scripts/generate-builtins.cjs
2
+ // Do not edit by hand.
3
+ const builtinDoc = {
4
+ "title": "heatmap",
5
+ "category": "plotting",
6
+ "keywords": [
7
+ "heatmap",
8
+ "HeatmapChart",
9
+ "matrix visualization",
10
+ "colormap",
11
+ "plotting"
12
+ ],
13
+ "summary": "Create heatmap charts from matrix data with optional row and column labels.",
14
+ "gpu_support": {
15
+ "elementwise": false,
16
+ "reduction": false,
17
+ "precisions": [
18
+ "single",
19
+ "double"
20
+ ],
21
+ "broadcasting": "none",
22
+ "notes": "`heatmap` is a plotting sink. Inputs are gathered to build labeled chart state, then rendered through the scaled-image surface path."
23
+ },
24
+ "fusion": {
25
+ "elementwise": false,
26
+ "reduction": false,
27
+ "max_inputs": 3,
28
+ "constants": "inline"
29
+ },
30
+ "requires_feature": null,
31
+ "tested": {
32
+ "unit": "builtins::plotting::heatmap::tests"
33
+ },
34
+ "description": "`heatmap` creates a heatmap-style chart from numeric matrix data. RunMat supports `heatmap(CData)` and `heatmap(XValues, YValues, CData)`, returns a heatmap graphics handle, and supports common chart properties such as `Title`, `XLabel`, `YLabel`, `ColorbarVisible`, and `Colormap` through `get`, `set`, and dot-property assignment.",
35
+ "behaviors": [
36
+ "`heatmap(CData)` displays matrix values using default row and column labels.",
37
+ "`heatmap(XValues, YValues, CData)` uses text, string-array, cell-array, or numeric labels for the displayed columns and rows.",
38
+ "The returned heatmap handle participates in RunMat's plotting property system.",
39
+ "Color rendering uses the shared scaled-image and colormap path."
40
+ ],
41
+ "examples": [
42
+ {
43
+ "description": "Create a labeled heatmap chart",
44
+ "input": "cdata = [45 60 32; 43 54 76; 32 94 68; 23 95 58];\nxvalues = {'Small','Medium','Large'};\nyvalues = {'Green','Red','Blue','Gray'};\nh = heatmap(xvalues,yvalues,cdata);\nh.Title = 'T-Shirt Orders';\nh.XLabel = 'Sizes';\nh.YLabel = 'Colors';"
45
+ },
46
+ {
47
+ "description": "Create a heatmap from matrix data",
48
+ "input": "A = magic(5);\nh = heatmap(A);\nh.Colormap = 'hot';\nh.ColorbarVisible = true;"
49
+ }
50
+ ],
51
+ "faqs": [
52
+ {
53
+ "question": "Does heatmap support table inputs?",
54
+ "answer": "Not yet. RunMat currently supports matrix CData inputs with optional row and column labels. Table-based MATLAB signatures will be added once table values are represented in the runtime."
55
+ }
56
+ ],
57
+ "links": [
58
+ {
59
+ "label": "imagesc",
60
+ "url": "./imagesc"
61
+ },
62
+ {
63
+ "label": "colormap",
64
+ "url": "./colormap"
65
+ },
66
+ {
67
+ "label": "colorbar",
68
+ "url": "./colorbar"
69
+ },
70
+ {
71
+ "label": "Styling plots and axes",
72
+ "url": "/docs/plotting/styling-plots-and-axes"
73
+ }
74
+ ],
75
+ "source": {
76
+ "label": "`crates/runmat-runtime/src/builtins/plotting/ops/heatmap.rs`",
77
+ "url": "https://github.com/runmat-org/runmat/blob/main/crates/runmat-runtime/src/builtins/plotting/ops/heatmap.rs"
78
+ },
79
+ "key": "heatmap",
80
+ "slug": "heatmap",
81
+ "aliases": [],
82
+ "categoryPath": [
83
+ "plotting"
84
+ ]
85
+ };
86
+ export default builtinDoc;
87
+ //# sourceMappingURL=heatmap.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heatmap.js","sourceRoot":"","sources":["../../../src/generated/builtins/heatmap.ts"],"names":[],"mappings":"AAAA,8CAA8C;AAC9C,uBAAuB;AAIvB,MAAM,UAAU,GAAe;IAC7B,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,UAAU;IACtB,UAAU,EAAE;QACV,SAAS;QACT,cAAc;QACd,sBAAsB;QACtB,UAAU;QACV,UAAU;KACX;IACD,SAAS,EAAE,6EAA6E;IACxF,aAAa,EAAE;QACb,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE;YACZ,QAAQ;YACR,QAAQ;SACT;QACD,cAAc,EAAE,MAAM;QACtB,OAAO,EAAE,sIAAsI;KAChJ;IACD,QAAQ,EAAE;QACR,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,CAAC;QACf,WAAW,EAAE,QAAQ;KACtB;IACD,kBAAkB,EAAE,IAAI;IACxB,QAAQ,EAAE;QACR,MAAM,EAAE,oCAAoC;KAC7C;IACD,aAAa,EAAE,8UAA8U;IAC7V,WAAW,EAAE;QACX,8EAA8E;QAC9E,+HAA+H;QAC/H,gFAAgF;QAChF,iEAAiE;KAClE;IACD,UAAU,EAAE;QACV;YACE,aAAa,EAAE,gCAAgC;YAC/C,OAAO,EAAE,iPAAiP;SAC3P;QACD;YACE,aAAa,EAAE,mCAAmC;YAClD,OAAO,EAAE,gFAAgF;SAC1F;KACF;IACD,MAAM,EAAE;QACN;YACE,UAAU,EAAE,oCAAoC;YAChD,QAAQ,EAAE,2LAA2L;SACtM;KACF;IACD,OAAO,EAAE;QACP;YACE,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE,WAAW;SACnB;QACD;YACE,OAAO,EAAE,UAAU;YACnB,KAAK,EAAE,YAAY;SACpB;QACD;YACE,OAAO,EAAE,UAAU;YACnB,KAAK,EAAE,YAAY;SACpB;QACD;YACE,OAAO,EAAE,wBAAwB;YACjC,KAAK,EAAE,uCAAuC;SAC/C;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,8DAA8D;QACvE,KAAK,EAAE,2GAA2G;KACnH;IACD,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,SAAS,EAAE,EAAE;IACb,cAAc,EAAE;QACd,UAAU;KACX;CACF,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { BuiltinDoc } from "../../builtins.js";
2
+ declare const builtinDoc: BuiltinDoc;
3
+ export default builtinDoc;
4
+ //# sourceMappingURL=hsv2rgb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hsv2rgb.d.ts","sourceRoot":"","sources":["../../../src/generated/builtins/hsv2rgb.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,QAAA,MAAM,UAAU,EAAE,UA6DjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,66 @@
1
+ // @generated by scripts/generate-builtins.cjs
2
+ // Do not edit by hand.
3
+ const builtinDoc = {
4
+ "title": "hsv2rgb",
5
+ "category": "image/color",
6
+ "keywords": [
7
+ "hsv2rgb",
8
+ "hsv",
9
+ "rgb",
10
+ "color",
11
+ "image",
12
+ "colormap"
13
+ ],
14
+ "summary": "Convert HSV image or colormap values to RGB.",
15
+ "references": [
16
+ "https://www.mathworks.com/help/matlab/ref/hsv2rgb.html"
17
+ ],
18
+ "gpu_support": {
19
+ "elementwise": false,
20
+ "reduction": false,
21
+ "precisions": [],
22
+ "broadcasting": "none",
23
+ "notes": "Host implementation; float GPU providers are tracked separately."
24
+ },
25
+ "fusion": {
26
+ "elementwise": false,
27
+ "reduction": false,
28
+ "max_inputs": 1,
29
+ "constants": "inline"
30
+ },
31
+ "requires_feature": null,
32
+ "tested": {
33
+ "unit": "builtins::image::color::hsv2rgb::tests"
34
+ },
35
+ "description": "`hsv2rgb(HSV)` converts MxNx3 image data or an Nx3 colormap from HSV to RGB values.",
36
+ "behaviors": [
37
+ "Accepts MxNx3 truecolor images and Nx3 colormaps.",
38
+ "Hue wraps modulo 1 and saturation/value are clamped to [0,1]."
39
+ ],
40
+ "examples": [
41
+ {
42
+ "description": "HSV To RGB",
43
+ "input": "RGB = hsv2rgb(HSV);",
44
+ "output": "% RGB has the same shape as HSV"
45
+ }
46
+ ],
47
+ "links": [
48
+ {
49
+ "label": "rgb2hsv",
50
+ "url": "./rgb2hsv"
51
+ }
52
+ ],
53
+ "source": {
54
+ "label": "crates/runmat-runtime/src/builtins/image/color/hsv2rgb.rs",
55
+ "url": "https://github.com/runmat-org/runmat/blob/main/crates/runmat-runtime/src/builtins/image/color/hsv2rgb.rs"
56
+ },
57
+ "key": "hsv2rgb",
58
+ "slug": "hsv2rgb",
59
+ "aliases": [],
60
+ "categoryPath": [
61
+ "image",
62
+ "color"
63
+ ]
64
+ };
65
+ export default builtinDoc;
66
+ //# sourceMappingURL=hsv2rgb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hsv2rgb.js","sourceRoot":"","sources":["../../../src/generated/builtins/hsv2rgb.ts"],"names":[],"mappings":"AAAA,8CAA8C;AAC9C,uBAAuB;AAIvB,MAAM,UAAU,GAAe;IAC7B,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,aAAa;IACzB,UAAU,EAAE;QACV,SAAS;QACT,KAAK;QACL,KAAK;QACL,OAAO;QACP,OAAO;QACP,UAAU;KACX;IACD,SAAS,EAAE,8CAA8C;IACzD,YAAY,EAAE;QACZ,wDAAwD;KACzD;IACD,aAAa,EAAE;QACb,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,EAAE;QAChB,cAAc,EAAE,MAAM;QACtB,OAAO,EAAE,kEAAkE;KAC5E;IACD,QAAQ,EAAE;QACR,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,CAAC;QACf,WAAW,EAAE,QAAQ;KACtB;IACD,kBAAkB,EAAE,IAAI;IACxB,QAAQ,EAAE;QACR,MAAM,EAAE,wCAAwC;KACjD;IACD,aAAa,EAAE,qFAAqF;IACpG,WAAW,EAAE;QACX,mDAAmD;QACnD,+DAA+D;KAChE;IACD,UAAU,EAAE;QACV;YACE,aAAa,EAAE,YAAY;YAC3B,OAAO,EAAE,qBAAqB;YAC9B,QAAQ,EAAE,iCAAiC;SAC5C;KACF;IACD,OAAO,EAAE;QACP;YACE,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE,WAAW;SACnB;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,2DAA2D;QACpE,KAAK,EAAE,0GAA0G;KAClH;IACD,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,SAAS,EAAE,EAAE;IACb,cAAc,EAAE;QACd,OAAO;QACP,OAAO;KACR;CACF,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { BuiltinDoc } from "../../builtins.js";
2
+ declare const builtinDoc: BuiltinDoc;
3
+ export default builtinDoc;
4
+ //# sourceMappingURL=im2double.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"im2double.d.ts","sourceRoot":"","sources":["../../../src/generated/builtins/im2double.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,QAAA,MAAM,UAAU,EAAE,UA8DjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,67 @@
1
+ // @generated by scripts/generate-builtins.cjs
2
+ // Do not edit by hand.
3
+ const builtinDoc = {
4
+ "title": "im2double",
5
+ "category": "image/color",
6
+ "keywords": [
7
+ "im2double",
8
+ "image",
9
+ "double",
10
+ "uint8",
11
+ "uint16",
12
+ "convert"
13
+ ],
14
+ "summary": "Convert image data to double precision, scaling integer images into [0,1].",
15
+ "references": [
16
+ "https://www.mathworks.com/help/matlab/ref/im2double.html"
17
+ ],
18
+ "gpu_support": {
19
+ "elementwise": false,
20
+ "reduction": false,
21
+ "precisions": [],
22
+ "broadcasting": "none",
23
+ "notes": "GPU inputs gather to host so integer image class scaling is preserved."
24
+ },
25
+ "fusion": {
26
+ "elementwise": false,
27
+ "reduction": false,
28
+ "max_inputs": 1,
29
+ "constants": "inline"
30
+ },
31
+ "requires_feature": null,
32
+ "tested": {
33
+ "unit": "builtins::image::color::im2double::tests"
34
+ },
35
+ "description": "`im2double(I)` returns double image data. uint8 images are divided by 255 and uint16 images by 65535.",
36
+ "behaviors": [
37
+ "uint8 and uint16 tensors are scaled into [0,1].",
38
+ "Floating-point tensors keep their numeric values and become double host tensors.",
39
+ "Logical images convert to 0 and 1."
40
+ ],
41
+ "examples": [
42
+ {
43
+ "description": "Convert Read Image",
44
+ "input": "I = im2double(imread(\"photo.png\"));",
45
+ "output": "% I is double image data in [0,1] for integer inputs"
46
+ }
47
+ ],
48
+ "links": [
49
+ {
50
+ "label": "im2uint8",
51
+ "url": "./im2uint8"
52
+ }
53
+ ],
54
+ "source": {
55
+ "label": "crates/runmat-runtime/src/builtins/image/color/im2double.rs",
56
+ "url": "https://github.com/runmat-org/runmat/blob/main/crates/runmat-runtime/src/builtins/image/color/im2double.rs"
57
+ },
58
+ "key": "im2double",
59
+ "slug": "im2double",
60
+ "aliases": [],
61
+ "categoryPath": [
62
+ "image",
63
+ "color"
64
+ ]
65
+ };
66
+ export default builtinDoc;
67
+ //# sourceMappingURL=im2double.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"im2double.js","sourceRoot":"","sources":["../../../src/generated/builtins/im2double.ts"],"names":[],"mappings":"AAAA,8CAA8C;AAC9C,uBAAuB;AAIvB,MAAM,UAAU,GAAe;IAC7B,OAAO,EAAE,WAAW;IACpB,UAAU,EAAE,aAAa;IACzB,UAAU,EAAE;QACV,WAAW;QACX,OAAO;QACP,QAAQ;QACR,OAAO;QACP,QAAQ;QACR,SAAS;KACV;IACD,SAAS,EAAE,4EAA4E;IACvF,YAAY,EAAE;QACZ,0DAA0D;KAC3D;IACD,aAAa,EAAE;QACb,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,EAAE;QAChB,cAAc,EAAE,MAAM;QACtB,OAAO,EAAE,wEAAwE;KAClF;IACD,QAAQ,EAAE;QACR,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,CAAC;QACf,WAAW,EAAE,QAAQ;KACtB;IACD,kBAAkB,EAAE,IAAI;IACxB,QAAQ,EAAE;QACR,MAAM,EAAE,0CAA0C;KACnD;IACD,aAAa,EAAE,uGAAuG;IACtH,WAAW,EAAE;QACX,iDAAiD;QACjD,kFAAkF;QAClF,oCAAoC;KACrC;IACD,UAAU,EAAE;QACV;YACE,aAAa,EAAE,oBAAoB;YACnC,OAAO,EAAE,uCAAuC;YAChD,QAAQ,EAAE,sDAAsD;SACjE;KACF;IACD,OAAO,EAAE;QACP;YACE,OAAO,EAAE,UAAU;YACnB,KAAK,EAAE,YAAY;SACpB;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,6DAA6D;QACtE,KAAK,EAAE,4GAA4G;KACpH;IACD,KAAK,EAAE,WAAW;IAClB,MAAM,EAAE,WAAW;IACnB,SAAS,EAAE,EAAE;IACb,cAAc,EAAE;QACd,OAAO;QACP,OAAO;KACR;CACF,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { BuiltinDoc } from "../../builtins.js";
2
+ declare const builtinDoc: BuiltinDoc;
3
+ export default builtinDoc;
4
+ //# sourceMappingURL=im2uint16.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"im2uint16.d.ts","sourceRoot":"","sources":["../../../src/generated/builtins/im2uint16.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,QAAA,MAAM,UAAU,EAAE,UAiEjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,70 @@
1
+ // @generated by scripts/generate-builtins.cjs
2
+ // Do not edit by hand.
3
+ const builtinDoc = {
4
+ "title": "im2uint16",
5
+ "category": "image/color",
6
+ "keywords": [
7
+ "im2uint16",
8
+ "image",
9
+ "uint16",
10
+ "double",
11
+ "uint8",
12
+ "convert"
13
+ ],
14
+ "summary": "Convert image data to uint16 using image scaling rules.",
15
+ "references": [
16
+ "https://www.mathworks.com/help/matlab/ref/im2uint16.html"
17
+ ],
18
+ "gpu_support": {
19
+ "elementwise": false,
20
+ "reduction": false,
21
+ "precisions": [],
22
+ "broadcasting": "none",
23
+ "notes": "GPU inputs gather to host because uint16 image output dtype is host metadata today."
24
+ },
25
+ "fusion": {
26
+ "elementwise": false,
27
+ "reduction": false,
28
+ "max_inputs": 1,
29
+ "constants": "inline"
30
+ },
31
+ "requires_feature": null,
32
+ "tested": {
33
+ "unit": "builtins::image::color::im2uint16::tests"
34
+ },
35
+ "description": "`im2uint16(I)` converts floating image values in [0,1] to uint16 [0,65535] and expands uint8 image data by 257.",
36
+ "behaviors": [
37
+ "Floating-point inputs are clamped to [0,1], multiplied by 65535, and rounded.",
38
+ "uint8 inputs are expanded into the uint16 image range."
39
+ ],
40
+ "examples": [
41
+ {
42
+ "description": "Convert To uint16",
43
+ "input": "J = im2uint16(I);",
44
+ "output": "% J is uint16 image data"
45
+ }
46
+ ],
47
+ "links": [
48
+ {
49
+ "label": "im2double",
50
+ "url": "./im2double"
51
+ },
52
+ {
53
+ "label": "im2uint8",
54
+ "url": "./im2uint8"
55
+ }
56
+ ],
57
+ "source": {
58
+ "label": "crates/runmat-runtime/src/builtins/image/color/im2uint16.rs",
59
+ "url": "https://github.com/runmat-org/runmat/blob/main/crates/runmat-runtime/src/builtins/image/color/im2uint16.rs"
60
+ },
61
+ "key": "im2uint16",
62
+ "slug": "im2uint16",
63
+ "aliases": [],
64
+ "categoryPath": [
65
+ "image",
66
+ "color"
67
+ ]
68
+ };
69
+ export default builtinDoc;
70
+ //# sourceMappingURL=im2uint16.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"im2uint16.js","sourceRoot":"","sources":["../../../src/generated/builtins/im2uint16.ts"],"names":[],"mappings":"AAAA,8CAA8C;AAC9C,uBAAuB;AAIvB,MAAM,UAAU,GAAe;IAC7B,OAAO,EAAE,WAAW;IACpB,UAAU,EAAE,aAAa;IACzB,UAAU,EAAE;QACV,WAAW;QACX,OAAO;QACP,QAAQ;QACR,QAAQ;QACR,OAAO;QACP,SAAS;KACV;IACD,SAAS,EAAE,yDAAyD;IACpE,YAAY,EAAE;QACZ,0DAA0D;KAC3D;IACD,aAAa,EAAE;QACb,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,EAAE;QAChB,cAAc,EAAE,MAAM;QACtB,OAAO,EAAE,qFAAqF;KAC/F;IACD,QAAQ,EAAE;QACR,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,CAAC;QACf,WAAW,EAAE,QAAQ;KACtB;IACD,kBAAkB,EAAE,IAAI;IACxB,QAAQ,EAAE;QACR,MAAM,EAAE,0CAA0C;KACnD;IACD,aAAa,EAAE,iHAAiH;IAChI,WAAW,EAAE;QACX,+EAA+E;QAC/E,wDAAwD;KACzD;IACD,UAAU,EAAE;QACV;YACE,aAAa,EAAE,mBAAmB;YAClC,OAAO,EAAE,mBAAmB;YAC5B,QAAQ,EAAE,0BAA0B;SACrC;KACF;IACD,OAAO,EAAE;QACP;YACE,OAAO,EAAE,WAAW;YACpB,KAAK,EAAE,aAAa;SACrB;QACD;YACE,OAAO,EAAE,UAAU;YACnB,KAAK,EAAE,YAAY;SACpB;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,6DAA6D;QACtE,KAAK,EAAE,4GAA4G;KACpH;IACD,KAAK,EAAE,WAAW;IAClB,MAAM,EAAE,WAAW;IACnB,SAAS,EAAE,EAAE;IACb,cAAc,EAAE;QACd,OAAO;QACP,OAAO;KACR;CACF,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { BuiltinDoc } from "../../builtins.js";
2
+ declare const builtinDoc: BuiltinDoc;
3
+ export default builtinDoc;
4
+ //# sourceMappingURL=im2uint8.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"im2uint8.d.ts","sourceRoot":"","sources":["../../../src/generated/builtins/im2uint8.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,QAAA,MAAM,UAAU,EAAE,UAiEjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,70 @@
1
+ // @generated by scripts/generate-builtins.cjs
2
+ // Do not edit by hand.
3
+ const builtinDoc = {
4
+ "title": "im2uint8",
5
+ "category": "image/color",
6
+ "keywords": [
7
+ "im2uint8",
8
+ "image",
9
+ "uint8",
10
+ "double",
11
+ "uint16",
12
+ "convert"
13
+ ],
14
+ "summary": "Convert image data to uint8 using image scaling rules.",
15
+ "references": [
16
+ "https://www.mathworks.com/help/matlab/ref/im2uint8.html"
17
+ ],
18
+ "gpu_support": {
19
+ "elementwise": false,
20
+ "reduction": false,
21
+ "precisions": [],
22
+ "broadcasting": "none",
23
+ "notes": "GPU inputs gather to host because uint8 image output dtype is host metadata today."
24
+ },
25
+ "fusion": {
26
+ "elementwise": false,
27
+ "reduction": false,
28
+ "max_inputs": 1,
29
+ "constants": "inline"
30
+ },
31
+ "requires_feature": null,
32
+ "tested": {
33
+ "unit": "builtins::image::color::im2uint8::tests"
34
+ },
35
+ "description": "`im2uint8(I)` converts floating image values in [0,1] to uint8 [0,255] and rescales uint16 image data.",
36
+ "behaviors": [
37
+ "Floating-point inputs are clamped to [0,1], multiplied by 255, and rounded.",
38
+ "uint16 inputs are rescaled from [0,65535] to [0,255]."
39
+ ],
40
+ "examples": [
41
+ {
42
+ "description": "Convert Double Image",
43
+ "input": "J = im2uint8(I);",
44
+ "output": "% J is uint8 image data"
45
+ }
46
+ ],
47
+ "links": [
48
+ {
49
+ "label": "im2double",
50
+ "url": "./im2double"
51
+ },
52
+ {
53
+ "label": "im2uint16",
54
+ "url": "./im2uint16"
55
+ }
56
+ ],
57
+ "source": {
58
+ "label": "crates/runmat-runtime/src/builtins/image/color/im2uint8.rs",
59
+ "url": "https://github.com/runmat-org/runmat/blob/main/crates/runmat-runtime/src/builtins/image/color/im2uint8.rs"
60
+ },
61
+ "key": "im2uint8",
62
+ "slug": "im2uint8",
63
+ "aliases": [],
64
+ "categoryPath": [
65
+ "image",
66
+ "color"
67
+ ]
68
+ };
69
+ export default builtinDoc;
70
+ //# sourceMappingURL=im2uint8.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"im2uint8.js","sourceRoot":"","sources":["../../../src/generated/builtins/im2uint8.ts"],"names":[],"mappings":"AAAA,8CAA8C;AAC9C,uBAAuB;AAIvB,MAAM,UAAU,GAAe;IAC7B,OAAO,EAAE,UAAU;IACnB,UAAU,EAAE,aAAa;IACzB,UAAU,EAAE;QACV,UAAU;QACV,OAAO;QACP,OAAO;QACP,QAAQ;QACR,QAAQ;QACR,SAAS;KACV;IACD,SAAS,EAAE,wDAAwD;IACnE,YAAY,EAAE;QACZ,yDAAyD;KAC1D;IACD,aAAa,EAAE;QACb,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,EAAE;QAChB,cAAc,EAAE,MAAM;QACtB,OAAO,EAAE,oFAAoF;KAC9F;IACD,QAAQ,EAAE;QACR,aAAa,EAAE,KAAK;QACpB,WAAW,EAAE,KAAK;QAClB,YAAY,EAAE,CAAC;QACf,WAAW,EAAE,QAAQ;KACtB;IACD,kBAAkB,EAAE,IAAI;IACxB,QAAQ,EAAE;QACR,MAAM,EAAE,yCAAyC;KAClD;IACD,aAAa,EAAE,wGAAwG;IACvH,WAAW,EAAE;QACX,6EAA6E;QAC7E,uDAAuD;KACxD;IACD,UAAU,EAAE;QACV;YACE,aAAa,EAAE,sBAAsB;YACrC,OAAO,EAAE,kBAAkB;YAC3B,QAAQ,EAAE,yBAAyB;SACpC;KACF;IACD,OAAO,EAAE;QACP;YACE,OAAO,EAAE,WAAW;YACpB,KAAK,EAAE,aAAa;SACrB;QACD;YACE,OAAO,EAAE,WAAW;YACpB,KAAK,EAAE,aAAa;SACrB;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,4DAA4D;QACrE,KAAK,EAAE,2GAA2G;KACnH;IACD,KAAK,EAAE,UAAU;IACjB,MAAM,EAAE,UAAU;IAClB,SAAS,EAAE,EAAE;IACb,cAAc,EAAE;QACd,OAAO;QACP,OAAO;KACR;CACF,CAAC;AAEF,eAAe,UAAU,CAAC"}