@mathwiz/ui-components 0.1.24 → 0.1.26

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 (166) hide show
  1. package/README.md +1 -1
  2. package/dist/components/GeometryTransform/types/primitives.d.ts +1 -0
  3. package/dist/components/GeometryTransform/types/primitives.d.ts.map +1 -1
  4. package/dist/components/MathCardV2/DecimalNumberRecognitionSessionStore.d.ts +1 -1
  5. package/dist/components/MathCardV2/MathCardV2.types.d.ts +1 -0
  6. package/dist/components/MathCardV2/MathCardV2.types.d.ts.map +1 -1
  7. package/dist/components/MathCardV2/MathPracticeSessionIndex.d.ts +1 -1
  8. package/dist/components/MathCardV2/MathPracticeSessionIndex.d.ts.map +1 -1
  9. package/dist/components/MathCardV2/MathPracticeSessionStore.d.ts +1 -1
  10. package/dist/components/MathCardV2/MathPracticeSessionTypes.d.ts +1 -1
  11. package/dist/components/MathCardV2/MathPracticeStoreHooks.d.ts +1 -1
  12. package/dist/components/MathCardV2/hooks/useDataAdapter.d.ts.map +1 -1
  13. package/dist/components/MathCardV2/hooks/useMeetingProblemAdapter.d.ts.map +1 -1
  14. package/dist/data/GeometryProblemAdapterV4/index.d.ts.map +1 -1
  15. package/dist/data/TriangleAdapterV3/utils/performanceUtils.d.ts.map +1 -1
  16. package/dist/data/dataSchema/OpenAPI/openapi.json +3928 -6714
  17. package/dist/index.cjs +18 -17
  18. package/dist/index.cjs.map +1 -1
  19. package/dist/index.d.ts +4 -1
  20. package/dist/index.d.ts.map +1 -1
  21. package/dist/index.mjs +2333 -2306
  22. package/dist/index.mjs.map +1 -1
  23. package/dist/mathwiz-ui.css +1 -0
  24. package/dist/pages/AreaCalculationSessionPage/TriangleAreaCalculationSessionPage/TriangleAreaCalculationSessionPage.d.ts.map +1 -1
  25. package/dist/pages/AreaCalculationSessionPage/TriangleAreaCalculationSessionPage/data/triangleAreaData.d.ts.map +1 -1
  26. package/dist/pages/AreaGeometrySessionPage/data/adapters/parallelogramDataAdapter.d.ts.map +1 -1
  27. package/dist/pages/AreaGeometrySessionPage/data/config/configValidation.d.ts.map +1 -1
  28. package/dist/pages/AreaGeometrySessionPage/index.d.ts +2 -1
  29. package/dist/pages/AreaGeometrySessionPage/index.d.ts.map +1 -1
  30. package/package.json +19 -5
  31. package/dist/App.d.ts +0 -4
  32. package/dist/App.d.ts.map +0 -1
  33. package/dist/config/index.d.ts +0 -4
  34. package/dist/config/index.d.ts.map +0 -1
  35. package/dist/data/TriangleAdapterV3/TriangleAdapterV3.stories.new.d.ts +0 -102
  36. package/dist/data/TriangleAdapterV3/TriangleAdapterV3.stories.new.d.ts.map +0 -1
  37. package/dist/data/examples/unified-data-import-example.d.ts +0 -30
  38. package/dist/data/examples/unified-data-import-example.d.ts.map +0 -1
  39. package/dist/data/utils/DataFormatDetector.d.ts +0 -52
  40. package/dist/data/utils/DataFormatDetector.d.ts.map +0 -1
  41. package/dist/data-sources/custom-data-source.d.ts +0 -61
  42. package/dist/data-sources/custom-data-source.d.ts.map +0 -1
  43. package/dist/data-sources/index.d.ts +0 -7
  44. package/dist/data-sources/index.d.ts.map +0 -1
  45. package/dist/demo/configurable-demo.d.ts +0 -4
  46. package/dist/demo/configurable-demo.d.ts.map +0 -1
  47. package/dist/main.d.ts +0 -2
  48. package/dist/main.d.ts.map +0 -1
  49. package/dist/mocks/browser.d.ts +0 -2
  50. package/dist/mocks/browser.d.ts.map +0 -1
  51. package/dist/mocks/handlers.d.ts +0 -82
  52. package/dist/mocks/handlers.d.ts.map +0 -1
  53. package/dist/mocks/server.d.ts +0 -2
  54. package/dist/mocks/server.d.ts.map +0 -1
  55. package/dist/pages/AreaCalculationSessionPage/data/geometryTransformConfig.d.ts +0 -71
  56. package/dist/pages/AreaCalculationSessionPage/data/geometryTransformConfig.d.ts.map +0 -1
  57. package/dist/pages/AreaCalculationSessionPage/data/index.d.ts +0 -2
  58. package/dist/pages/AreaCalculationSessionPage/data/index.d.ts.map +0 -1
  59. package/dist/pages/AreaCalculationSessionPage/data/parallelogramAreaData.d.ts +0 -8
  60. package/dist/pages/AreaCalculationSessionPage/data/parallelogramAreaData.d.ts.map +0 -1
  61. package/dist/pages/AreaGeometrySessionPage/AreaGeometrySessionPage.stories.backup.d.ts +0 -50
  62. package/dist/pages/AreaGeometrySessionPage/AreaGeometrySessionPage.stories.backup.d.ts.map +0 -1
  63. package/dist/pages/AreaGeometrySessionPage/acutetriangleareaSessionPage/AcuteTriangleAreaSessionPage.d.ts +0 -29
  64. package/dist/pages/AreaGeometrySessionPage/acutetriangleareaSessionPage/AcuteTriangleAreaSessionPage.d.ts.map +0 -1
  65. package/dist/pages/AreaGeometrySessionPage/acutetriangleareaSessionPage/index.d.ts +0 -3
  66. package/dist/pages/AreaGeometrySessionPage/acutetriangleareaSessionPage/index.d.ts.map +0 -1
  67. package/dist/pages/AreaGeometrySessionPage/acutetriangleareaSessionPage/types.d.ts +0 -8
  68. package/dist/pages/AreaGeometrySessionPage/acutetriangleareaSessionPage/types.d.ts.map +0 -1
  69. package/dist/pages/AreaGeometrySessionPage/acutetriangleareaSessionPageV2/AcuteTriangleAreaSessionPageV2.d.ts +0 -33
  70. package/dist/pages/AreaGeometrySessionPage/acutetriangleareaSessionPageV2/AcuteTriangleAreaSessionPageV2.d.ts.map +0 -1
  71. package/dist/pages/AreaGeometrySessionPage/acutetriangleareaSessionPageV2/index.d.ts +0 -3
  72. package/dist/pages/AreaGeometrySessionPage/acutetriangleareaSessionPageV2/index.d.ts.map +0 -1
  73. package/dist/pages/AreaGeometrySessionPage/acutetriangleareaSessionPageV2/types.d.ts +0 -8
  74. package/dist/pages/AreaGeometrySessionPage/acutetriangleareaSessionPageV2/types.d.ts.map +0 -1
  75. package/dist/pages/AreaGeometrySessionPage/data/adapters/core/PoolResolver.d.ts +0 -57
  76. package/dist/pages/AreaGeometrySessionPage/data/adapters/core/PoolResolver.d.ts.map +0 -1
  77. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/cache/cacheManager.d.ts +0 -256
  78. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/cache/cacheManager.d.ts.map +0 -1
  79. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/cache/index.d.ts +0 -172
  80. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/cache/index.d.ts.map +0 -1
  81. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/cache/memoryCache.d.ts +0 -188
  82. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/cache/memoryCache.d.ts.map +0 -1
  83. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/config/configLoader.d.ts +0 -132
  84. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/config/configLoader.d.ts.map +0 -1
  85. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/config/embeddedConfigs.d.ts +0 -909
  86. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/config/embeddedConfigs.d.ts.map +0 -1
  87. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/config/gradeResolver.d.ts +0 -141
  88. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/config/gradeResolver.d.ts.map +0 -1
  89. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/config/index.d.ts +0 -34
  90. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/config/index.d.ts.map +0 -1
  91. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/index.d.ts +0 -238
  92. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/index.d.ts.map +0 -1
  93. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/appearanceRefResolver.d.ts +0 -177
  94. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/appearanceRefResolver.d.ts.map +0 -1
  95. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/boardConfigRefResolver.d.ts +0 -87
  96. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/boardConfigRefResolver.d.ts.map +0 -1
  97. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/designTokenResolver.d.ts +0 -165
  98. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/designTokenResolver.d.ts.map +0 -1
  99. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/geometryRefResolver.d.ts +0 -185
  100. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/geometryRefResolver.d.ts.map +0 -1
  101. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/index.d.ts +0 -45
  102. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/index.d.ts.map +0 -1
  103. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/layoutRefResolver.d.ts +0 -177
  104. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/layoutRefResolver.d.ts.map +0 -1
  105. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/referenceResolutionEngine.d.ts +0 -140
  106. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/referenceResolutionEngine.d.ts.map +0 -1
  107. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/styleRefResolver.d.ts +0 -177
  108. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/styleRefResolver.d.ts.map +0 -1
  109. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/transformRefResolver.d.ts +0 -87
  110. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/resolvers/transformRefResolver.d.ts.map +0 -1
  111. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/transformers/componentTransformer.d.ts +0 -111
  112. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/transformers/componentTransformer.d.ts.map +0 -1
  113. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/transformers/contentTransformer.d.ts +0 -126
  114. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/transformers/contentTransformer.d.ts.map +0 -1
  115. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/transformers/index.d.ts +0 -97
  116. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/transformers/index.d.ts.map +0 -1
  117. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/transformers/sceneTransformer.d.ts +0 -88
  118. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/transformers/sceneTransformer.d.ts.map +0 -1
  119. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/types/adapter.types.d.ts +0 -394
  120. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/types/adapter.types.d.ts.map +0 -1
  121. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/types/index.d.ts +0 -21
  122. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/types/index.d.ts.map +0 -1
  123. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/types/reference.types.d.ts +0 -313
  124. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/types/reference.types.d.ts.map +0 -1
  125. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/types/validation.types.d.ts +0 -621
  126. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/types/validation.types.d.ts.map +0 -1
  127. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/validators/equationRenderValidator.d.ts +0 -205
  128. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/validators/equationRenderValidator.d.ts.map +0 -1
  129. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/validators/geometryTransformValidator.d.ts +0 -198
  130. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/validators/geometryTransformValidator.d.ts.map +0 -1
  131. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/validators/index.d.ts +0 -131
  132. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/validators/index.d.ts.map +0 -1
  133. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/validators/mathGraphValidator.d.ts +0 -214
  134. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/validators/mathGraphValidator.d.ts.map +0 -1
  135. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/validators/textValidator.d.ts +0 -163
  136. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapter/validators/textValidator.d.ts.map +0 -1
  137. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapterLegacy.d.ts +0 -18
  138. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapterLegacy.d.ts.map +0 -1
  139. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapterRefactor.d.ts +0 -134
  140. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapterRefactor.d.ts.map +0 -1
  141. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapterV2.d.ts +0 -139
  142. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDataAdapterV2.d.ts.map +0 -1
  143. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDefaults.d.ts +0 -86
  144. package/dist/pages/AreaGeometrySessionPage/data/adapters/triangleDefaults.d.ts.map +0 -1
  145. package/dist/pages/AreaGeometrySessionPage/data/config/index.d.ts +0 -18
  146. package/dist/pages/AreaGeometrySessionPage/data/config/index.d.ts.map +0 -1
  147. package/dist/pages/AreaGeometrySessionPage/data/config/parallelogramTransformConfig.d.ts +0 -16
  148. package/dist/pages/AreaGeometrySessionPage/data/config/parallelogramTransformConfig.d.ts.map +0 -1
  149. package/dist/pages/AreaGeometrySessionPage/data/config/triangleConfigGenerator.d.ts +0 -54
  150. package/dist/pages/AreaGeometrySessionPage/data/config/triangleConfigGenerator.d.ts.map +0 -1
  151. package/dist/pages/AreaGeometrySessionPage/data/config/triangleTransformConfig.d.ts +0 -17
  152. package/dist/pages/AreaGeometrySessionPage/data/config/triangleTransformConfig.d.ts.map +0 -1
  153. package/dist/pages/AreaGeometrySessionPage/data/config/utils/geometryCalculations.d.ts +0 -157
  154. package/dist/pages/AreaGeometrySessionPage/data/config/utils/geometryCalculations.d.ts.map +0 -1
  155. package/dist/pages/TestPage/TestPage.d.ts +0 -8
  156. package/dist/pages/TestPage/TestPage.d.ts.map +0 -1
  157. package/dist/setupTests.d.ts +0 -2
  158. package/dist/setupTests.d.ts.map +0 -1
  159. package/dist/stories/Button.d.ts +0 -16
  160. package/dist/stories/Button.d.ts.map +0 -1
  161. package/dist/stories/Header.d.ts +0 -13
  162. package/dist/stories/Header.d.ts.map +0 -1
  163. package/dist/stories/Page.d.ts +0 -4
  164. package/dist/stories/Page.d.ts.map +0 -1
  165. package/dist/test/setup.d.ts +0 -2
  166. package/dist/test/setup.d.ts.map +0 -1
@@ -1,909 +0,0 @@
1
- /**
2
- * 嵌入式配置常量
3
- *
4
- * 将外部JSON配置文件转换为TypeScript常量,避免网络请求。
5
- * 用于测试和Storybook环境,确保配置加载的稳定性。
6
- */
7
- export declare const EMBEDDED_DESIGN_TOKENS: {
8
- readonly config_version: "1.0.0";
9
- readonly design_tokens: {
10
- readonly colors: {
11
- readonly primary: "#4a90e2";
12
- readonly primary_light: "#8ec5fc";
13
- readonly error: "#FF5252";
14
- readonly success: "#7ED321";
15
- readonly success_dark: "#67b510";
16
- readonly warning: "#FFC107";
17
- readonly highlight_left: "#6a5acd";
18
- readonly highlight_right: "#FF6B6B";
19
- readonly highlight_yellow: "#FFFFE0";
20
- readonly highlight_pink: "#FFC0CB";
21
- readonly text_primary: "#333";
22
- readonly text_secondary: "#666";
23
- readonly background_light: "#F8FAFC";
24
- readonly background_lighter: "#F0F9FF";
25
- readonly background_gray: "#f9f9f9";
26
- readonly border_light: "#E3F2FD";
27
- readonly border_lighter: "#BAE6FD";
28
- };
29
- readonly fonts: {
30
- readonly heading_large: "1.8rem";
31
- readonly heading_normal: "1.2rem";
32
- readonly body: "1rem";
33
- readonly label: "16px";
34
- readonly formula: "1.1rem";
35
- };
36
- readonly spacing: {
37
- readonly large: "20px";
38
- readonly medium: "15px";
39
- readonly small: "10px";
40
- readonly tiny: "5px";
41
- };
42
- readonly geometry: {
43
- readonly stroke_width_normal: 2;
44
- readonly stroke_width_thick: 3;
45
- readonly stroke_width_thin: 1.5;
46
- readonly opacity_normal: 0.8;
47
- readonly opacity_light: 0.3;
48
- readonly opacity_medium: 0.7;
49
- readonly dash_normal: 2;
50
- readonly dash_long: 4;
51
- };
52
- };
53
- };
54
- export declare const EMBEDDED_STYLE_PRESETS: {
55
- readonly config_version: "1.0.0";
56
- readonly style_presets: {
57
- readonly primary: {
58
- readonly id: "primary";
59
- readonly fillColor: "$colors.primary_light";
60
- readonly fillOpacity: "$geometry.opacity_normal";
61
- readonly strokeColor: "$colors.primary";
62
- readonly strokeWidth: "$geometry.stroke_width_normal";
63
- };
64
- readonly secondary: {
65
- readonly id: "secondary";
66
- readonly fillColor: "$colors.background_light";
67
- readonly fillOpacity: "$geometry.opacity_medium";
68
- readonly strokeColor: "$colors.text_secondary";
69
- readonly strokeWidth: "$geometry.stroke_width_normal";
70
- };
71
- readonly transparent: {
72
- readonly id: "transparent";
73
- readonly fillColor: "$colors.primary_light";
74
- readonly fillOpacity: "$geometry.opacity_light";
75
- readonly strokeColor: "$colors.text_secondary";
76
- readonly strokeWidth: "$geometry.stroke_width_normal";
77
- };
78
- readonly highlight: {
79
- readonly id: "highlight";
80
- readonly fillColor: "$colors.highlight_yellow";
81
- readonly fillOpacity: "$geometry.opacity_medium";
82
- readonly strokeColor: "$colors.primary";
83
- readonly strokeWidth: "$geometry.stroke_width_thick";
84
- };
85
- readonly highlight_left: {
86
- readonly id: "highlight_left";
87
- readonly fillColor: "$colors.highlight_yellow";
88
- readonly fillOpacity: "$geometry.opacity_medium";
89
- readonly strokeColor: "$colors.highlight_left";
90
- readonly strokeWidth: "$geometry.stroke_width_normal";
91
- };
92
- readonly highlight_right: {
93
- readonly id: "highlight_right";
94
- readonly fillColor: "$colors.highlight_yellow";
95
- readonly fillOpacity: "$geometry.opacity_medium";
96
- readonly strokeColor: "$colors.highlight_right";
97
- readonly strokeWidth: "$geometry.stroke_width_normal";
98
- };
99
- readonly error: {
100
- readonly id: "error";
101
- readonly fillColor: "transparent";
102
- readonly strokeColor: "$colors.error";
103
- readonly strokeWidth: "$geometry.stroke_width_thick";
104
- };
105
- readonly success: {
106
- readonly id: "success";
107
- readonly fillColor: "$colors.success";
108
- readonly fillOpacity: "$geometry.opacity_normal";
109
- readonly strokeColor: "$colors.success_dark";
110
- readonly strokeWidth: "$geometry.stroke_width_normal";
111
- };
112
- readonly dashed: {
113
- readonly id: "dashed";
114
- readonly strokeColor: "$colors.text_secondary";
115
- readonly strokeWidth: "$geometry.stroke_width_normal";
116
- readonly dash: "$geometry.dash_normal";
117
- };
118
- readonly dashed_long: {
119
- readonly id: "dashed_long";
120
- readonly strokeColor: "$colors.text_secondary";
121
- readonly strokeWidth: "$geometry.stroke_width_thin";
122
- readonly dash: "$geometry.dash_long";
123
- };
124
- readonly text_primary: {
125
- readonly id: "text_primary";
126
- readonly color: "$colors.text_primary";
127
- readonly fontSize: "$fonts.body";
128
- };
129
- readonly text_heading_large: {
130
- readonly id: "text_heading_large";
131
- readonly color: "$colors.text_primary";
132
- readonly fontSize: "$fonts.heading_large";
133
- readonly fontWeight: "bold";
134
- };
135
- readonly text_label: {
136
- readonly id: "text_label";
137
- readonly color: "$colors.text_secondary";
138
- readonly fontSize: "$fonts.label";
139
- };
140
- readonly outline_success: {
141
- readonly id: "outline_success";
142
- readonly fillColor: "transparent";
143
- readonly strokeColor: "$colors.success";
144
- readonly strokeWidth: "$geometry.stroke_width_normal";
145
- };
146
- readonly arrow_error: {
147
- readonly id: "arrow_error";
148
- readonly strokeColor: "$colors.error";
149
- readonly strokeWidth: "$geometry.stroke_width_normal";
150
- readonly firstArrow: true;
151
- readonly lastArrow: true;
152
- };
153
- readonly base_highlight: {
154
- readonly id: "base_highlight";
155
- readonly strokeColor: "$colors.primary";
156
- readonly strokeWidth: "$geometry.stroke_width_thick";
157
- };
158
- readonly dashed_success: {
159
- readonly id: "dashed_success";
160
- readonly strokeColor: "$colors.success";
161
- readonly strokeWidth: "$geometry.stroke_width_normal";
162
- readonly dash: "$geometry.dash_normal";
163
- };
164
- readonly label_success: {
165
- readonly id: "label_success";
166
- readonly color: "$colors.success";
167
- readonly fontSize: "$fonts.label";
168
- readonly fontWeight: "bold";
169
- };
170
- readonly label_error: {
171
- readonly id: "label_error";
172
- readonly color: "$colors.error";
173
- readonly fontSize: "$fonts.label";
174
- readonly fontWeight: "bold";
175
- };
176
- readonly point_label: {
177
- readonly id: "point_label";
178
- readonly color: "$colors.text_primary";
179
- readonly fontSize: "12px";
180
- };
181
- readonly point_marker: {
182
- readonly id: "point_marker";
183
- readonly strokeColor: "$colors.primary";
184
- readonly fillColor: "$colors.primary";
185
- readonly size: 3;
186
- };
187
- };
188
- };
189
- export declare const EMBEDDED_GEOMETRY_PRESETS: {
190
- readonly config_version: "1.0.0";
191
- readonly geometry_presets: {
192
- readonly acute_triangle: {
193
- readonly id: "acute_triangle";
194
- readonly type: "triangle";
195
- readonly vertices: readonly [readonly [100, 300], readonly [300, 100], readonly [500, 300]];
196
- readonly styleRef: "primary";
197
- readonly description: "锐角三角形";
198
- };
199
- readonly right_triangle: {
200
- readonly id: "right_triangle";
201
- readonly type: "triangle";
202
- readonly vertices: readonly [readonly [100, 100], readonly [100, 300], readonly [300, 300]];
203
- readonly styleRef: "secondary";
204
- readonly description: "直角三角形";
205
- };
206
- readonly equilateral_triangle: {
207
- readonly id: "equilateral_triangle";
208
- readonly type: "triangle";
209
- readonly vertices: readonly [readonly [200, 100], readonly [100, 273], readonly [300, 273]];
210
- readonly styleRef: "highlight";
211
- readonly description: "等边三角形";
212
- };
213
- readonly rectangle: {
214
- readonly id: "rectangle";
215
- readonly type: "rectangle";
216
- readonly dimensions: {
217
- readonly width: 200;
218
- readonly height: 100;
219
- };
220
- readonly styleRef: "primary";
221
- readonly description: "矩形";
222
- };
223
- readonly circle: {
224
- readonly id: "circle";
225
- readonly type: "circle";
226
- readonly radius: 50;
227
- readonly styleRef: "primary";
228
- readonly description: "圆形";
229
- };
230
- readonly parallelogram: {
231
- readonly id: "parallelogram";
232
- readonly type: "parallelogram";
233
- readonly vertices: readonly [readonly [100, 100], readonly [300, 100], readonly [250, 200], readonly [50, 200]];
234
- readonly styleRef: "secondary";
235
- readonly description: "平行四边形";
236
- };
237
- readonly trapezoid: {
238
- readonly id: "trapezoid";
239
- readonly type: "trapezoid";
240
- readonly vertices: readonly [readonly [100, 100], readonly [400, 100], readonly [300, 200], readonly [200, 200]];
241
- readonly styleRef: "highlight";
242
- readonly description: "梯形";
243
- };
244
- readonly square: {
245
- readonly id: "square";
246
- readonly type: "square";
247
- readonly side: 100;
248
- readonly styleRef: "primary";
249
- readonly description: "正方形";
250
- };
251
- readonly pentagon: {
252
- readonly id: "pentagon";
253
- readonly type: "pentagon";
254
- readonly vertices: readonly [readonly [200, 50], readonly [350, 150], readonly [300, 300], readonly [100, 300], readonly [50, 150]];
255
- readonly styleRef: "secondary";
256
- readonly description: "五边形";
257
- };
258
- readonly hexagon: {
259
- readonly id: "hexagon";
260
- readonly type: "hexagon";
261
- readonly radius: 80;
262
- readonly center: readonly [200, 200];
263
- readonly styleRef: "highlight";
264
- readonly description: "六边形";
265
- };
266
- };
267
- };
268
- export declare const EMBEDDED_LAYOUT_PRESETS: {
269
- readonly config_version: "1.0.0";
270
- readonly layout_presets: {
271
- readonly card: {
272
- readonly id: "card";
273
- readonly type: "card";
274
- readonly padding: "$spacing.large";
275
- readonly theme: "light";
276
- };
277
- readonly vertical_centered: {
278
- readonly id: "vertical_centered";
279
- readonly type: "vertical";
280
- readonly spacing: "$spacing.large";
281
- readonly alignment: "center";
282
- };
283
- readonly vertical_spaced: {
284
- readonly id: "vertical_spaced";
285
- readonly type: "vertical";
286
- readonly spacing: "$spacing.medium";
287
- readonly alignment: "start";
288
- };
289
- readonly horizontal_centered: {
290
- readonly id: "horizontal_centered";
291
- readonly type: "horizontal";
292
- readonly spacing: "$spacing.medium";
293
- readonly alignment: "center";
294
- };
295
- readonly grid_2col: {
296
- readonly id: "grid_2col";
297
- readonly type: "grid";
298
- readonly columns: 2;
299
- readonly spacing: "$spacing.medium";
300
- };
301
- readonly panel_default: {
302
- readonly id: "panel_default";
303
- readonly type: "panel";
304
- readonly padding: "$spacing.medium";
305
- readonly backgroundColor: "$colors.background_gray";
306
- readonly borderRadius: "8px";
307
- };
308
- };
309
- };
310
- export declare const EMBEDDED_APPEARANCE_DEFINITIONS: {
311
- readonly config_version: "1.0.0";
312
- readonly appearance_definitions: {
313
- readonly appear_at_90: {
314
- readonly id: "appear_at_90";
315
- readonly description: "在动画90%时突然出现";
316
- readonly visibility: {
317
- readonly type: "step";
318
- readonly threshold: 0.9;
319
- readonly startValue: 0;
320
- readonly endValue: 1;
321
- };
322
- readonly labelVisibility: {
323
- readonly type: "step";
324
- readonly threshold: 0.9;
325
- readonly startValue: 0;
326
- readonly endValue: 1;
327
- };
328
- };
329
- readonly always_visible: {
330
- readonly id: "always_visible";
331
- readonly description: "始终可见";
332
- readonly visibility: {
333
- readonly type: "constant";
334
- readonly value: 1;
335
- };
336
- readonly labelVisibility: {
337
- readonly type: "constant";
338
- readonly value: 1;
339
- };
340
- };
341
- readonly fade_in: {
342
- readonly id: "fade_in";
343
- readonly description: "淡入效果";
344
- readonly visibility: {
345
- readonly type: "linear";
346
- readonly startValue: 0;
347
- readonly endValue: 1;
348
- readonly duration: 0.5;
349
- };
350
- };
351
- readonly pulse: {
352
- readonly id: "pulse";
353
- readonly description: "脉动效果";
354
- readonly visibility: {
355
- readonly type: "pulse";
356
- readonly frequency: 2;
357
- readonly minValue: 0.5;
358
- readonly maxValue: 1;
359
- };
360
- };
361
- };
362
- };
363
- export declare const EMBEDDED_ANIMATION_DEFINITIONS: {
364
- readonly config_version: "1.0.0";
365
- readonly animation_definitions: {
366
- readonly slider_horizontal: {
367
- readonly id: "slider_horizontal";
368
- readonly description: "水平滑块控制器";
369
- readonly slider: {
370
- readonly position: readonly [0, 9];
371
- readonly length: 6;
372
- readonly orientation: "horizontal";
373
- readonly min: 0;
374
- readonly max: 1;
375
- readonly step: 0.01;
376
- readonly color: "$colors.success_dark";
377
- };
378
- readonly progressIndicator: {
379
- readonly enabled: true;
380
- readonly type: "dots";
381
- readonly count: 3;
382
- readonly colors: {
383
- readonly active: "$colors.success_dark";
384
- readonly inactive: "#ddd";
385
- };
386
- };
387
- };
388
- readonly slider_vertical: {
389
- readonly id: "slider_vertical";
390
- readonly description: "垂直滑块控制器";
391
- readonly slider: {
392
- readonly position: readonly [9, 0];
393
- readonly length: 6;
394
- readonly orientation: "vertical";
395
- readonly min: 0;
396
- readonly max: 1;
397
- readonly step: 0.01;
398
- readonly color: "$colors.primary";
399
- };
400
- readonly progressIndicator: {
401
- readonly enabled: true;
402
- readonly type: "bar";
403
- readonly colors: {
404
- readonly active: "$colors.primary";
405
- readonly inactive: "#eee";
406
- };
407
- };
408
- };
409
- readonly progress_dots: {
410
- readonly id: "progress_dots";
411
- readonly description: "点状进度指示器";
412
- readonly progressIndicator: {
413
- readonly enabled: true;
414
- readonly type: "dots";
415
- readonly count: 3;
416
- readonly colors: {
417
- readonly active: "$colors.success";
418
- readonly inactive: "$colors.text_secondary";
419
- };
420
- };
421
- };
422
- };
423
- };
424
- export declare const EMBEDDED_BOARD_CONFIGS: {
425
- readonly config_version: "1.0.0";
426
- readonly board_configs: {
427
- readonly default: {
428
- readonly id: "default";
429
- readonly originX: 2;
430
- readonly originY: 2;
431
- readonly boundingBox: readonly [-4, 10, 14, -4];
432
- readonly keepAspectRatio: true;
433
- readonly showGrid: false;
434
- readonly showAxis: false;
435
- };
436
- readonly extended: {
437
- readonly id: "extended";
438
- readonly originX: 0;
439
- readonly originY: 0;
440
- readonly boundingBox: readonly [-5, 12, 15, -5];
441
- readonly keepAspectRatio: true;
442
- readonly showGrid: true;
443
- readonly showAxis: true;
444
- readonly gridSize: 1;
445
- };
446
- readonly large: {
447
- readonly id: "large";
448
- readonly originX: 0;
449
- readonly originY: 0;
450
- readonly boundingBox: readonly [-10, 20, 20, -10];
451
- readonly keepAspectRatio: true;
452
- readonly showGrid: false;
453
- readonly showAxis: false;
454
- };
455
- };
456
- };
457
- export declare const EMBEDDED_CONFIG_MAP: {
458
- readonly '/src/data/config/design-tokens.json': {
459
- readonly config_version: "1.0.0";
460
- readonly design_tokens: {
461
- readonly colors: {
462
- readonly primary: "#4a90e2";
463
- readonly primary_light: "#8ec5fc";
464
- readonly error: "#FF5252";
465
- readonly success: "#7ED321";
466
- readonly success_dark: "#67b510";
467
- readonly warning: "#FFC107";
468
- readonly highlight_left: "#6a5acd";
469
- readonly highlight_right: "#FF6B6B";
470
- readonly highlight_yellow: "#FFFFE0";
471
- readonly highlight_pink: "#FFC0CB";
472
- readonly text_primary: "#333";
473
- readonly text_secondary: "#666";
474
- readonly background_light: "#F8FAFC";
475
- readonly background_lighter: "#F0F9FF";
476
- readonly background_gray: "#f9f9f9";
477
- readonly border_light: "#E3F2FD";
478
- readonly border_lighter: "#BAE6FD";
479
- };
480
- readonly fonts: {
481
- readonly heading_large: "1.8rem";
482
- readonly heading_normal: "1.2rem";
483
- readonly body: "1rem";
484
- readonly label: "16px";
485
- readonly formula: "1.1rem";
486
- };
487
- readonly spacing: {
488
- readonly large: "20px";
489
- readonly medium: "15px";
490
- readonly small: "10px";
491
- readonly tiny: "5px";
492
- };
493
- readonly geometry: {
494
- readonly stroke_width_normal: 2;
495
- readonly stroke_width_thick: 3;
496
- readonly stroke_width_thin: 1.5;
497
- readonly opacity_normal: 0.8;
498
- readonly opacity_light: 0.3;
499
- readonly opacity_medium: 0.7;
500
- readonly dash_normal: 2;
501
- readonly dash_long: 4;
502
- };
503
- };
504
- };
505
- readonly '/src/data/config/style-presets.json': {
506
- readonly config_version: "1.0.0";
507
- readonly style_presets: {
508
- readonly primary: {
509
- readonly id: "primary";
510
- readonly fillColor: "$colors.primary_light";
511
- readonly fillOpacity: "$geometry.opacity_normal";
512
- readonly strokeColor: "$colors.primary";
513
- readonly strokeWidth: "$geometry.stroke_width_normal";
514
- };
515
- readonly secondary: {
516
- readonly id: "secondary";
517
- readonly fillColor: "$colors.background_light";
518
- readonly fillOpacity: "$geometry.opacity_medium";
519
- readonly strokeColor: "$colors.text_secondary";
520
- readonly strokeWidth: "$geometry.stroke_width_normal";
521
- };
522
- readonly transparent: {
523
- readonly id: "transparent";
524
- readonly fillColor: "$colors.primary_light";
525
- readonly fillOpacity: "$geometry.opacity_light";
526
- readonly strokeColor: "$colors.text_secondary";
527
- readonly strokeWidth: "$geometry.stroke_width_normal";
528
- };
529
- readonly highlight: {
530
- readonly id: "highlight";
531
- readonly fillColor: "$colors.highlight_yellow";
532
- readonly fillOpacity: "$geometry.opacity_medium";
533
- readonly strokeColor: "$colors.primary";
534
- readonly strokeWidth: "$geometry.stroke_width_thick";
535
- };
536
- readonly highlight_left: {
537
- readonly id: "highlight_left";
538
- readonly fillColor: "$colors.highlight_yellow";
539
- readonly fillOpacity: "$geometry.opacity_medium";
540
- readonly strokeColor: "$colors.highlight_left";
541
- readonly strokeWidth: "$geometry.stroke_width_normal";
542
- };
543
- readonly highlight_right: {
544
- readonly id: "highlight_right";
545
- readonly fillColor: "$colors.highlight_yellow";
546
- readonly fillOpacity: "$geometry.opacity_medium";
547
- readonly strokeColor: "$colors.highlight_right";
548
- readonly strokeWidth: "$geometry.stroke_width_normal";
549
- };
550
- readonly error: {
551
- readonly id: "error";
552
- readonly fillColor: "transparent";
553
- readonly strokeColor: "$colors.error";
554
- readonly strokeWidth: "$geometry.stroke_width_thick";
555
- };
556
- readonly success: {
557
- readonly id: "success";
558
- readonly fillColor: "$colors.success";
559
- readonly fillOpacity: "$geometry.opacity_normal";
560
- readonly strokeColor: "$colors.success_dark";
561
- readonly strokeWidth: "$geometry.stroke_width_normal";
562
- };
563
- readonly dashed: {
564
- readonly id: "dashed";
565
- readonly strokeColor: "$colors.text_secondary";
566
- readonly strokeWidth: "$geometry.stroke_width_normal";
567
- readonly dash: "$geometry.dash_normal";
568
- };
569
- readonly dashed_long: {
570
- readonly id: "dashed_long";
571
- readonly strokeColor: "$colors.text_secondary";
572
- readonly strokeWidth: "$geometry.stroke_width_thin";
573
- readonly dash: "$geometry.dash_long";
574
- };
575
- readonly text_primary: {
576
- readonly id: "text_primary";
577
- readonly color: "$colors.text_primary";
578
- readonly fontSize: "$fonts.body";
579
- };
580
- readonly text_heading_large: {
581
- readonly id: "text_heading_large";
582
- readonly color: "$colors.text_primary";
583
- readonly fontSize: "$fonts.heading_large";
584
- readonly fontWeight: "bold";
585
- };
586
- readonly text_label: {
587
- readonly id: "text_label";
588
- readonly color: "$colors.text_secondary";
589
- readonly fontSize: "$fonts.label";
590
- };
591
- readonly outline_success: {
592
- readonly id: "outline_success";
593
- readonly fillColor: "transparent";
594
- readonly strokeColor: "$colors.success";
595
- readonly strokeWidth: "$geometry.stroke_width_normal";
596
- };
597
- readonly arrow_error: {
598
- readonly id: "arrow_error";
599
- readonly strokeColor: "$colors.error";
600
- readonly strokeWidth: "$geometry.stroke_width_normal";
601
- readonly firstArrow: true;
602
- readonly lastArrow: true;
603
- };
604
- readonly base_highlight: {
605
- readonly id: "base_highlight";
606
- readonly strokeColor: "$colors.primary";
607
- readonly strokeWidth: "$geometry.stroke_width_thick";
608
- };
609
- readonly dashed_success: {
610
- readonly id: "dashed_success";
611
- readonly strokeColor: "$colors.success";
612
- readonly strokeWidth: "$geometry.stroke_width_normal";
613
- readonly dash: "$geometry.dash_normal";
614
- };
615
- readonly label_success: {
616
- readonly id: "label_success";
617
- readonly color: "$colors.success";
618
- readonly fontSize: "$fonts.label";
619
- readonly fontWeight: "bold";
620
- };
621
- readonly label_error: {
622
- readonly id: "label_error";
623
- readonly color: "$colors.error";
624
- readonly fontSize: "$fonts.label";
625
- readonly fontWeight: "bold";
626
- };
627
- readonly point_label: {
628
- readonly id: "point_label";
629
- readonly color: "$colors.text_primary";
630
- readonly fontSize: "12px";
631
- };
632
- readonly point_marker: {
633
- readonly id: "point_marker";
634
- readonly strokeColor: "$colors.primary";
635
- readonly fillColor: "$colors.primary";
636
- readonly size: 3;
637
- };
638
- };
639
- };
640
- readonly '/src/data/config/geometry-presets.json': {
641
- readonly config_version: "1.0.0";
642
- readonly geometry_presets: {
643
- readonly acute_triangle: {
644
- readonly id: "acute_triangle";
645
- readonly type: "triangle";
646
- readonly vertices: readonly [readonly [100, 300], readonly [300, 100], readonly [500, 300]];
647
- readonly styleRef: "primary";
648
- readonly description: "锐角三角形";
649
- };
650
- readonly right_triangle: {
651
- readonly id: "right_triangle";
652
- readonly type: "triangle";
653
- readonly vertices: readonly [readonly [100, 100], readonly [100, 300], readonly [300, 300]];
654
- readonly styleRef: "secondary";
655
- readonly description: "直角三角形";
656
- };
657
- readonly equilateral_triangle: {
658
- readonly id: "equilateral_triangle";
659
- readonly type: "triangle";
660
- readonly vertices: readonly [readonly [200, 100], readonly [100, 273], readonly [300, 273]];
661
- readonly styleRef: "highlight";
662
- readonly description: "等边三角形";
663
- };
664
- readonly rectangle: {
665
- readonly id: "rectangle";
666
- readonly type: "rectangle";
667
- readonly dimensions: {
668
- readonly width: 200;
669
- readonly height: 100;
670
- };
671
- readonly styleRef: "primary";
672
- readonly description: "矩形";
673
- };
674
- readonly circle: {
675
- readonly id: "circle";
676
- readonly type: "circle";
677
- readonly radius: 50;
678
- readonly styleRef: "primary";
679
- readonly description: "圆形";
680
- };
681
- readonly parallelogram: {
682
- readonly id: "parallelogram";
683
- readonly type: "parallelogram";
684
- readonly vertices: readonly [readonly [100, 100], readonly [300, 100], readonly [250, 200], readonly [50, 200]];
685
- readonly styleRef: "secondary";
686
- readonly description: "平行四边形";
687
- };
688
- readonly trapezoid: {
689
- readonly id: "trapezoid";
690
- readonly type: "trapezoid";
691
- readonly vertices: readonly [readonly [100, 100], readonly [400, 100], readonly [300, 200], readonly [200, 200]];
692
- readonly styleRef: "highlight";
693
- readonly description: "梯形";
694
- };
695
- readonly square: {
696
- readonly id: "square";
697
- readonly type: "square";
698
- readonly side: 100;
699
- readonly styleRef: "primary";
700
- readonly description: "正方形";
701
- };
702
- readonly pentagon: {
703
- readonly id: "pentagon";
704
- readonly type: "pentagon";
705
- readonly vertices: readonly [readonly [200, 50], readonly [350, 150], readonly [300, 300], readonly [100, 300], readonly [50, 150]];
706
- readonly styleRef: "secondary";
707
- readonly description: "五边形";
708
- };
709
- readonly hexagon: {
710
- readonly id: "hexagon";
711
- readonly type: "hexagon";
712
- readonly radius: 80;
713
- readonly center: readonly [200, 200];
714
- readonly styleRef: "highlight";
715
- readonly description: "六边形";
716
- };
717
- };
718
- };
719
- readonly '/src/data/config/layout-presets.json': {
720
- readonly config_version: "1.0.0";
721
- readonly layout_presets: {
722
- readonly card: {
723
- readonly id: "card";
724
- readonly type: "card";
725
- readonly padding: "$spacing.large";
726
- readonly theme: "light";
727
- };
728
- readonly vertical_centered: {
729
- readonly id: "vertical_centered";
730
- readonly type: "vertical";
731
- readonly spacing: "$spacing.large";
732
- readonly alignment: "center";
733
- };
734
- readonly vertical_spaced: {
735
- readonly id: "vertical_spaced";
736
- readonly type: "vertical";
737
- readonly spacing: "$spacing.medium";
738
- readonly alignment: "start";
739
- };
740
- readonly horizontal_centered: {
741
- readonly id: "horizontal_centered";
742
- readonly type: "horizontal";
743
- readonly spacing: "$spacing.medium";
744
- readonly alignment: "center";
745
- };
746
- readonly grid_2col: {
747
- readonly id: "grid_2col";
748
- readonly type: "grid";
749
- readonly columns: 2;
750
- readonly spacing: "$spacing.medium";
751
- };
752
- readonly panel_default: {
753
- readonly id: "panel_default";
754
- readonly type: "panel";
755
- readonly padding: "$spacing.medium";
756
- readonly backgroundColor: "$colors.background_gray";
757
- readonly borderRadius: "8px";
758
- };
759
- };
760
- };
761
- readonly '/src/data/config/appearance-definitions.json': {
762
- readonly config_version: "1.0.0";
763
- readonly appearance_definitions: {
764
- readonly appear_at_90: {
765
- readonly id: "appear_at_90";
766
- readonly description: "在动画90%时突然出现";
767
- readonly visibility: {
768
- readonly type: "step";
769
- readonly threshold: 0.9;
770
- readonly startValue: 0;
771
- readonly endValue: 1;
772
- };
773
- readonly labelVisibility: {
774
- readonly type: "step";
775
- readonly threshold: 0.9;
776
- readonly startValue: 0;
777
- readonly endValue: 1;
778
- };
779
- };
780
- readonly always_visible: {
781
- readonly id: "always_visible";
782
- readonly description: "始终可见";
783
- readonly visibility: {
784
- readonly type: "constant";
785
- readonly value: 1;
786
- };
787
- readonly labelVisibility: {
788
- readonly type: "constant";
789
- readonly value: 1;
790
- };
791
- };
792
- readonly fade_in: {
793
- readonly id: "fade_in";
794
- readonly description: "淡入效果";
795
- readonly visibility: {
796
- readonly type: "linear";
797
- readonly startValue: 0;
798
- readonly endValue: 1;
799
- readonly duration: 0.5;
800
- };
801
- };
802
- readonly pulse: {
803
- readonly id: "pulse";
804
- readonly description: "脉动效果";
805
- readonly visibility: {
806
- readonly type: "pulse";
807
- readonly frequency: 2;
808
- readonly minValue: 0.5;
809
- readonly maxValue: 1;
810
- };
811
- };
812
- };
813
- };
814
- readonly '/src/data/config/animation-definitions.json': {
815
- readonly config_version: "1.0.0";
816
- readonly animation_definitions: {
817
- readonly slider_horizontal: {
818
- readonly id: "slider_horizontal";
819
- readonly description: "水平滑块控制器";
820
- readonly slider: {
821
- readonly position: readonly [0, 9];
822
- readonly length: 6;
823
- readonly orientation: "horizontal";
824
- readonly min: 0;
825
- readonly max: 1;
826
- readonly step: 0.01;
827
- readonly color: "$colors.success_dark";
828
- };
829
- readonly progressIndicator: {
830
- readonly enabled: true;
831
- readonly type: "dots";
832
- readonly count: 3;
833
- readonly colors: {
834
- readonly active: "$colors.success_dark";
835
- readonly inactive: "#ddd";
836
- };
837
- };
838
- };
839
- readonly slider_vertical: {
840
- readonly id: "slider_vertical";
841
- readonly description: "垂直滑块控制器";
842
- readonly slider: {
843
- readonly position: readonly [9, 0];
844
- readonly length: 6;
845
- readonly orientation: "vertical";
846
- readonly min: 0;
847
- readonly max: 1;
848
- readonly step: 0.01;
849
- readonly color: "$colors.primary";
850
- };
851
- readonly progressIndicator: {
852
- readonly enabled: true;
853
- readonly type: "bar";
854
- readonly colors: {
855
- readonly active: "$colors.primary";
856
- readonly inactive: "#eee";
857
- };
858
- };
859
- };
860
- readonly progress_dots: {
861
- readonly id: "progress_dots";
862
- readonly description: "点状进度指示器";
863
- readonly progressIndicator: {
864
- readonly enabled: true;
865
- readonly type: "dots";
866
- readonly count: 3;
867
- readonly colors: {
868
- readonly active: "$colors.success";
869
- readonly inactive: "$colors.text_secondary";
870
- };
871
- };
872
- };
873
- };
874
- };
875
- readonly '/src/data/config/board-configs.json': {
876
- readonly config_version: "1.0.0";
877
- readonly board_configs: {
878
- readonly default: {
879
- readonly id: "default";
880
- readonly originX: 2;
881
- readonly originY: 2;
882
- readonly boundingBox: readonly [-4, 10, 14, -4];
883
- readonly keepAspectRatio: true;
884
- readonly showGrid: false;
885
- readonly showAxis: false;
886
- };
887
- readonly extended: {
888
- readonly id: "extended";
889
- readonly originX: 0;
890
- readonly originY: 0;
891
- readonly boundingBox: readonly [-5, 12, 15, -5];
892
- readonly keepAspectRatio: true;
893
- readonly showGrid: true;
894
- readonly showAxis: true;
895
- readonly gridSize: 1;
896
- };
897
- readonly large: {
898
- readonly id: "large";
899
- readonly originX: 0;
900
- readonly originY: 0;
901
- readonly boundingBox: readonly [-10, 20, 20, -10];
902
- readonly keepAspectRatio: true;
903
- readonly showGrid: false;
904
- readonly showAxis: false;
905
- };
906
- };
907
- };
908
- };
909
- //# sourceMappingURL=embeddedConfigs.d.ts.map