@tachui/core 0.7.1-alpha → 0.8.1-alpha

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 (286) hide show
  1. package/README.md +20 -2
  2. package/dist/bundles/assets.d.ts +19 -0
  3. package/dist/bundles/assets.d.ts.map +1 -0
  4. package/dist/bundles/common.d.ts +1 -1
  5. package/dist/bundles/common.d.ts.map +1 -1
  6. package/dist/bundles/context.d.ts +22 -0
  7. package/dist/bundles/context.d.ts.map +1 -0
  8. package/dist/bundles/minimal.d.ts +8 -18
  9. package/dist/bundles/minimal.d.ts.map +1 -1
  10. package/dist/bundles/production-minimal.d.ts +2 -16
  11. package/dist/bundles/production-minimal.d.ts.map +1 -1
  12. package/dist/common.js +405 -828
  13. package/dist/compiler/advanced-parser.d.ts.map +1 -1
  14. package/dist/compiler/codegen.d.ts.map +1 -1
  15. package/dist/compiler/index.js +6 -1387
  16. package/dist/compiler/parser.d.ts +1 -1
  17. package/dist/compiler/parser.d.ts.map +1 -1
  18. package/dist/compiler/plugin.d.ts.map +1 -1
  19. package/dist/compiler/types.d.ts +28 -0
  20. package/dist/compiler/types.d.ts.map +1 -1
  21. package/dist/component-XAzF1xqs.js +487 -0
  22. package/dist/component-base-x2XmHFjy.js +255 -0
  23. package/dist/components/index.d.ts +4 -38
  24. package/dist/components/index.d.ts.map +1 -1
  25. package/dist/components/index.js +7 -4167
  26. package/dist/components/wrapper.d.ts +5 -152
  27. package/dist/components/wrapper.d.ts.map +1 -1
  28. package/dist/concatenated-component-ByPl3_FF.js +2933 -0
  29. package/dist/constants/index.d.ts +1 -1
  30. package/dist/constants/layout.d.ts +47 -4
  31. package/dist/constants/layout.d.ts.map +1 -1
  32. package/dist/constants/layout.js +84 -0
  33. package/dist/css-classes/index.js +176 -0
  34. package/dist/{dom-bridge-Cx-s6Ihx.js → dom-bridge-CAa1N2zX.js} +28 -28
  35. package/dist/{effect-CytAc9em.js → effect-B9Knft0b.js} +3 -3
  36. package/dist/essential.js +397 -826
  37. package/dist/index-DEBd8cq7.js +1144 -0
  38. package/dist/index-DIvMCJQO.js +268 -0
  39. package/dist/index-vdsiw6gQ.js +777 -0
  40. package/dist/index.d.ts +9 -9
  41. package/dist/index.d.ts.map +1 -1
  42. package/dist/index.js +397 -826
  43. package/dist/minimal-prod.js +101 -155
  44. package/dist/minimal.js +118 -170
  45. package/dist/modifiers/background.d.ts +41 -11
  46. package/dist/modifiers/background.d.ts.map +1 -1
  47. package/dist/modifiers/base.d.ts +6 -33
  48. package/dist/modifiers/base.d.ts.map +1 -1
  49. package/dist/modifiers/base.js +487 -0
  50. package/dist/modifiers/builder.d.ts +103 -195
  51. package/dist/modifiers/builder.d.ts.map +1 -1
  52. package/dist/modifiers/builder.js +9 -0
  53. package/dist/modifiers/core.d.ts +9 -401
  54. package/dist/modifiers/core.d.ts.map +1 -1
  55. package/dist/modifiers/{utils.d.ts → factories.d.ts} +18 -5
  56. package/dist/modifiers/factories.d.ts.map +1 -0
  57. package/dist/modifiers/index.d.ts +8 -52
  58. package/dist/modifiers/index.d.ts.map +1 -1
  59. package/dist/modifiers/index.js +38 -0
  60. package/dist/modifiers/presets.d.ts +368 -0
  61. package/dist/modifiers/presets.d.ts.map +1 -0
  62. package/dist/modifiers/registry.js +10 -0
  63. package/dist/modifiers/types.d.ts +39 -211
  64. package/dist/modifiers/types.d.ts.map +1 -1
  65. package/dist/modifiers/types.js +4 -0
  66. package/dist/observed-object-Cos-FtjP.js +269 -0
  67. package/dist/performance-optimizer-stub-CtfXUwl4.js +38 -0
  68. package/dist/plugin-BCAdZXKq.js +1680 -0
  69. package/dist/plugins/index.d.ts +5 -6
  70. package/dist/plugins/index.d.ts.map +1 -1
  71. package/dist/plugins/index.js +147 -297
  72. package/dist/plugins/simplified-index.d.ts +5 -6
  73. package/dist/plugins/simplified-index.d.ts.map +1 -1
  74. package/dist/production-minimal-BY_gMc-l.js +2532 -0
  75. package/dist/reactive/index.js +96 -95
  76. package/dist/reactive/types.js +4 -0
  77. package/dist/runtime/concatenation-aria.d.ts +24 -0
  78. package/dist/runtime/concatenation-aria.d.ts.map +1 -0
  79. package/dist/runtime/concatenation-aria.js +53 -0
  80. package/dist/runtime/concatenation-full.d.ts +30 -0
  81. package/dist/runtime/concatenation-full.d.ts.map +1 -0
  82. package/dist/runtime/concatenation-full.js +77 -0
  83. package/dist/runtime/concatenation-minimal.d.ts +25 -0
  84. package/dist/runtime/concatenation-minimal.d.ts.map +1 -0
  85. package/dist/runtime/concatenation-minimal.js +40 -0
  86. package/dist/runtime/dom-bridge.js +5 -5
  87. package/dist/runtime/element-override.d.ts.map +1 -1
  88. package/dist/runtime/index.d.ts +0 -7
  89. package/dist/runtime/index.d.ts.map +1 -1
  90. package/dist/runtime/renderer.d.ts.map +1 -1
  91. package/dist/runtime/renderer.js +7 -8
  92. package/dist/runtime/semantic-role-manager.d.ts.map +1 -1
  93. package/dist/runtime/types.js +1 -0
  94. package/dist/{scheduler-7SvC3a21.js → scheduler-BKeqwrYE.js} +130 -130
  95. package/dist/validation/build-time-stub.d.ts +33 -0
  96. package/dist/validation/build-time-stub.d.ts.map +1 -0
  97. package/dist/validation/debug-tools-stub.d.ts +67 -0
  98. package/dist/validation/debug-tools-stub.d.ts.map +1 -0
  99. package/dist/validation/index.d.ts +23 -78
  100. package/dist/validation/index.d.ts.map +1 -1
  101. package/dist/validation/index.js +609 -6470
  102. package/dist/validation/lifecycle-validation.d.ts.map +1 -1
  103. package/dist/validation/performance-optimizer-stub.d.ts +50 -0
  104. package/dist/validation/performance-optimizer-stub.d.ts.map +1 -0
  105. package/dist/validation/plugin-registration.d.ts +5 -1
  106. package/dist/validation/plugin-registration.d.ts.map +1 -1
  107. package/dist/validation/production-bypass-core.d.ts +69 -0
  108. package/dist/validation/production-bypass-core.d.ts.map +1 -0
  109. package/package.json +61 -5
  110. package/dist/ScrollView-h-6wYMAm.js +0 -515
  111. package/dist/Spacer-BbteDQ9I.js +0 -5337
  112. package/dist/binding-CmdpowkI.js +0 -2276
  113. package/dist/components/BasicInput.d.ts +0 -116
  114. package/dist/components/BasicInput.d.ts.map +0 -1
  115. package/dist/components/Button.d.ts +0 -252
  116. package/dist/components/Button.d.ts.map +0 -1
  117. package/dist/components/Divider.d.ts +0 -141
  118. package/dist/components/Divider.d.ts.map +0 -1
  119. package/dist/components/EnhancedLink.d.ts +0 -365
  120. package/dist/components/EnhancedLink.d.ts.map +0 -1
  121. package/dist/components/Form.d.ts +0 -141
  122. package/dist/components/Form.d.ts.map +0 -1
  123. package/dist/components/Grid.d.ts +0 -698
  124. package/dist/components/Grid.d.ts.map +0 -1
  125. package/dist/components/GridResponsive.d.ts +0 -214
  126. package/dist/components/GridResponsive.d.ts.map +0 -1
  127. package/dist/components/Image.d.ts +0 -162
  128. package/dist/components/Image.d.ts.map +0 -1
  129. package/dist/components/List.d.ts +0 -287
  130. package/dist/components/List.d.ts.map +0 -1
  131. package/dist/components/Menu.d.ts +0 -159
  132. package/dist/components/Menu.d.ts.map +0 -1
  133. package/dist/components/Picker.d.ts +0 -153
  134. package/dist/components/Picker.d.ts.map +0 -1
  135. package/dist/components/ScrollView.d.ts +0 -222
  136. package/dist/components/ScrollView.d.ts.map +0 -1
  137. package/dist/components/Section.d.ts +0 -153
  138. package/dist/components/Section.d.ts.map +0 -1
  139. package/dist/components/Show.d.ts +0 -64
  140. package/dist/components/Show.d.ts.map +0 -1
  141. package/dist/components/Spacer.d.ts +0 -35
  142. package/dist/components/Spacer.d.ts.map +0 -1
  143. package/dist/components/Text.d.ts +0 -242
  144. package/dist/components/Text.d.ts.map +0 -1
  145. package/dist/components/Toggle.d.ts +0 -207
  146. package/dist/components/Toggle.d.ts.map +0 -1
  147. package/dist/concatenated-component-DPcl2TEO.js +0 -6779
  148. package/dist/context--zQFIImS.js +0 -283
  149. package/dist/debug/index.d.ts +0 -61
  150. package/dist/debug/index.d.ts.map +0 -1
  151. package/dist/debug.js +0 -178
  152. package/dist/developer-experience/enhanced-errors.d.ts +0 -128
  153. package/dist/developer-experience/enhanced-errors.d.ts.map +0 -1
  154. package/dist/developer-experience/enhanced-types.d.ts +0 -281
  155. package/dist/developer-experience/enhanced-types.d.ts.map +0 -1
  156. package/dist/developer-experience/index.d.ts +0 -44
  157. package/dist/developer-experience/index.d.ts.map +0 -1
  158. package/dist/index-Nfi2SBQh.js +0 -3268
  159. package/dist/modifiers/attributes.d.ts +0 -203
  160. package/dist/modifiers/attributes.d.ts.map +0 -1
  161. package/dist/modifiers/backdrop.d.ts +0 -59
  162. package/dist/modifiers/backdrop.d.ts.map +0 -1
  163. package/dist/modifiers/border.d.ts +0 -217
  164. package/dist/modifiers/border.d.ts.map +0 -1
  165. package/dist/modifiers/effects.d.ts +0 -159
  166. package/dist/modifiers/effects.d.ts.map +0 -1
  167. package/dist/modifiers/elements.d.ts +0 -240
  168. package/dist/modifiers/elements.d.ts.map +0 -1
  169. package/dist/modifiers/filters.d.ts +0 -275
  170. package/dist/modifiers/filters.d.ts.map +0 -1
  171. package/dist/modifiers/flexbox.d.ts +0 -82
  172. package/dist/modifiers/flexbox.d.ts.map +0 -1
  173. package/dist/modifiers/font.d.ts +0 -71
  174. package/dist/modifiers/font.d.ts.map +0 -1
  175. package/dist/modifiers/grid.d.ts +0 -92
  176. package/dist/modifiers/grid.d.ts.map +0 -1
  177. package/dist/modifiers/margin.d.ts +0 -128
  178. package/dist/modifiers/margin.d.ts.map +0 -1
  179. package/dist/modifiers/padding.d.ts +0 -204
  180. package/dist/modifiers/padding.d.ts.map +0 -1
  181. package/dist/modifiers/responsive/advanced-utilities.d.ts +0 -118
  182. package/dist/modifiers/responsive/advanced-utilities.d.ts.map +0 -1
  183. package/dist/modifiers/responsive/breakpoints.d.ts +0 -81
  184. package/dist/modifiers/responsive/breakpoints.d.ts.map +0 -1
  185. package/dist/modifiers/responsive/css-generator.d.ts +0 -100
  186. package/dist/modifiers/responsive/css-generator.d.ts.map +0 -1
  187. package/dist/modifiers/responsive/dev-tools.d.ts +0 -107
  188. package/dist/modifiers/responsive/dev-tools.d.ts.map +0 -1
  189. package/dist/modifiers/responsive/index.d.ts +0 -29
  190. package/dist/modifiers/responsive/index.d.ts.map +0 -1
  191. package/dist/modifiers/responsive/layout-patterns.d.ts +0 -230
  192. package/dist/modifiers/responsive/layout-patterns.d.ts.map +0 -1
  193. package/dist/modifiers/responsive/performance.d.ts +0 -130
  194. package/dist/modifiers/responsive/performance.d.ts.map +0 -1
  195. package/dist/modifiers/responsive/responsive-builder.d.ts +0 -133
  196. package/dist/modifiers/responsive/responsive-builder.d.ts.map +0 -1
  197. package/dist/modifiers/responsive/responsive-modifier.d.ts +0 -123
  198. package/dist/modifiers/responsive/responsive-modifier.d.ts.map +0 -1
  199. package/dist/modifiers/responsive/types.d.ts +0 -183
  200. package/dist/modifiers/responsive/types.d.ts.map +0 -1
  201. package/dist/modifiers/responsive/utilities.d.ts +0 -149
  202. package/dist/modifiers/responsive/utilities.d.ts.map +0 -1
  203. package/dist/modifiers/scroll.d.ts +0 -143
  204. package/dist/modifiers/scroll.d.ts.map +0 -1
  205. package/dist/modifiers/shadows.d.ts +0 -114
  206. package/dist/modifiers/shadows.d.ts.map +0 -1
  207. package/dist/modifiers/size.d.ts +0 -113
  208. package/dist/modifiers/size.d.ts.map +0 -1
  209. package/dist/modifiers/text.d.ts +0 -147
  210. package/dist/modifiers/text.d.ts.map +0 -1
  211. package/dist/modifiers/transformations.d.ts +0 -329
  212. package/dist/modifiers/transformations.d.ts.map +0 -1
  213. package/dist/modifiers/transitions.d.ts +0 -98
  214. package/dist/modifiers/transitions.d.ts.map +0 -1
  215. package/dist/modifiers/typography.d.ts +0 -192
  216. package/dist/modifiers/typography.d.ts.map +0 -1
  217. package/dist/modifiers/utility.d.ts +0 -69
  218. package/dist/modifiers/utility.d.ts.map +0 -1
  219. package/dist/modifiers/utils.d.ts.map +0 -1
  220. package/dist/plugins/simplified-error-handler.d.ts +0 -83
  221. package/dist/plugins/simplified-error-handler.d.ts.map +0 -1
  222. package/dist/runtime/dev-tools.d.ts +0 -240
  223. package/dist/runtime/dev-tools.d.ts.map +0 -1
  224. package/dist/runtime/development-warnings.d.ts +0 -42
  225. package/dist/runtime/development-warnings.d.ts.map +0 -1
  226. package/dist/runtime/error-boundary.d.ts +0 -302
  227. package/dist/runtime/error-boundary.d.ts.map +0 -1
  228. package/dist/runtime/error-recovery.d.ts +0 -267
  229. package/dist/runtime/error-recovery.d.ts.map +0 -1
  230. package/dist/runtime/error-reporting.d.ts +0 -287
  231. package/dist/runtime/error-reporting.d.ts.map +0 -1
  232. package/dist/runtime/error-utils.d.ts +0 -204
  233. package/dist/runtime/error-utils.d.ts.map +0 -1
  234. package/dist/runtime/performance.d.ts +0 -217
  235. package/dist/runtime/performance.d.ts.map +0 -1
  236. package/dist/sui-compat.d.ts +0 -110
  237. package/dist/sui-compat.d.ts.map +0 -1
  238. package/dist/validation/advanced-debugging.d.ts +0 -319
  239. package/dist/validation/advanced-debugging.d.ts.map +0 -1
  240. package/dist/validation/build-time/detection.d.ts +0 -32
  241. package/dist/validation/build-time/detection.d.ts.map +0 -1
  242. package/dist/validation/build-time/index.d.ts +0 -84
  243. package/dist/validation/build-time/index.d.ts.map +0 -1
  244. package/dist/validation/build-time/plugins.d.ts +0 -75
  245. package/dist/validation/build-time/plugins.d.ts.map +0 -1
  246. package/dist/validation/build-time/rules.d.ts +0 -73
  247. package/dist/validation/build-time/rules.d.ts.map +0 -1
  248. package/dist/validation/build-time/transformer.d.ts +0 -23
  249. package/dist/validation/build-time/transformer.d.ts.map +0 -1
  250. package/dist/validation/build-time/types.d.ts +0 -212
  251. package/dist/validation/build-time/types.d.ts.map +0 -1
  252. package/dist/validation/comprehensive.d.ts +0 -160
  253. package/dist/validation/comprehensive.d.ts.map +0 -1
  254. package/dist/validation/debug-tools.d.ts +0 -251
  255. package/dist/validation/debug-tools.d.ts.map +0 -1
  256. package/dist/validation/developer-experience.d.ts +0 -243
  257. package/dist/validation/developer-experience.d.ts.map +0 -1
  258. package/dist/validation/documentation-integration.d.ts +0 -269
  259. package/dist/validation/documentation-integration.d.ts.map +0 -1
  260. package/dist/validation/enhanced-runtime.d.ts +0 -279
  261. package/dist/validation/enhanced-runtime.d.ts.map +0 -1
  262. package/dist/validation/error-reporting.d.ts +0 -186
  263. package/dist/validation/error-reporting.d.ts.map +0 -1
  264. package/dist/validation/ide-integration.d.ts +0 -328
  265. package/dist/validation/ide-integration.d.ts.map +0 -1
  266. package/dist/validation/performance-optimizer.d.ts +0 -218
  267. package/dist/validation/performance-optimizer.d.ts.map +0 -1
  268. package/dist/validation/production-bypass.d.ts +0 -175
  269. package/dist/validation/production-bypass.d.ts.map +0 -1
  270. package/dist/validation/simple.d.ts +0 -111
  271. package/dist/validation/simple.d.ts.map +0 -1
  272. package/dist/viewport/adapters/web-adapter.d.ts +0 -227
  273. package/dist/viewport/adapters/web-adapter.d.ts.map +0 -1
  274. package/dist/viewport/components.d.ts +0 -131
  275. package/dist/viewport/components.d.ts.map +0 -1
  276. package/dist/viewport/environment.d.ts +0 -75
  277. package/dist/viewport/environment.d.ts.map +0 -1
  278. package/dist/viewport/index.d.ts +0 -138
  279. package/dist/viewport/index.d.ts.map +0 -1
  280. package/dist/viewport/index.js +0 -2085
  281. package/dist/viewport/platform-detection.d.ts +0 -59
  282. package/dist/viewport/platform-detection.d.ts.map +0 -1
  283. package/dist/viewport/types.d.ts +0 -301
  284. package/dist/viewport/types.d.ts.map +0 -1
  285. package/dist/viewport/viewport-manager.d.ts +0 -118
  286. package/dist/viewport/viewport-manager.d.ts.map +0 -1
@@ -1,217 +0,0 @@
1
- /**
2
- * Performance Monitoring System (Phase 3.2.2)
3
- *
4
- * Comprehensive performance monitoring and debugging tools for TachUI.
5
- * Tracks component lifecycle metrics, reactive system performance,
6
- * and provides detailed debugging information.
7
- */
8
- /**
9
- * Performance metric types
10
- */
11
- export interface PerformanceMetric {
12
- name: string;
13
- value: number;
14
- unit: 'ms' | 'bytes' | 'count';
15
- timestamp: number;
16
- category: 'component' | 'reactive' | 'render' | 'memory';
17
- componentId?: string;
18
- phase?: string;
19
- }
20
- /**
21
- * Component performance data
22
- */
23
- export interface ComponentMetrics {
24
- id: string;
25
- name: string;
26
- mountTime: number;
27
- renderTime: number;
28
- updateCount: number;
29
- propsChanges: number;
30
- lastRenderDuration: number;
31
- memoryUsage: number;
32
- children: ComponentMetrics[];
33
- }
34
- /**
35
- * Reactive system metrics
36
- */
37
- export interface ReactiveMetrics {
38
- signalCount: number;
39
- computedCount: number;
40
- effectCount: number;
41
- signalUpdates: number;
42
- computedRecalculations: number;
43
- effectExecutions: number;
44
- averageUpdateTime: number;
45
- memoryFootprint: number;
46
- }
47
- /**
48
- * Performance monitoring options
49
- */
50
- export interface MonitoringOptions {
51
- enabled: boolean;
52
- trackComponents: boolean;
53
- trackReactive: boolean;
54
- trackMemory: boolean;
55
- trackRender: boolean;
56
- sampleRate: number;
57
- maxMetrics: number;
58
- }
59
- /**
60
- * Performance event listener
61
- */
62
- export type PerformanceListener = (metric: PerformanceMetric) => void;
63
- /**
64
- * Comprehensive performance monitoring system
65
- */
66
- export declare class PerformanceMonitor {
67
- private static instance;
68
- private options;
69
- private metrics;
70
- private componentMetrics;
71
- private reactiveMetrics;
72
- private listeners;
73
- private timers;
74
- private metricsSignal;
75
- private setMetrics;
76
- private componentMetricsSignal;
77
- private setComponentMetrics;
78
- constructor();
79
- static getInstance(): PerformanceMonitor;
80
- /**
81
- * Configure monitoring options
82
- */
83
- configure(options: Partial<MonitoringOptions>): void;
84
- /**
85
- * Enable performance monitoring
86
- */
87
- enable(): void;
88
- /**
89
- * Disable performance monitoring
90
- */
91
- disable(): void;
92
- /**
93
- * Check if monitoring is enabled
94
- */
95
- isEnabled(): boolean;
96
- /**
97
- * Start timing an operation
98
- */
99
- startTimer(name: string): void;
100
- /**
101
- * End timing and record metric
102
- */
103
- endTimer(name: string, category?: PerformanceMetric['category'], componentId?: string): number;
104
- /**
105
- * Record a custom metric
106
- */
107
- recordMetric(metric: PerformanceMetric): void;
108
- /**
109
- * Track component mount
110
- */
111
- trackComponentMount(componentId: string, componentName: string): void;
112
- /**
113
- * Track component unmount
114
- */
115
- trackComponentUnmount(componentId: string): void;
116
- /**
117
- * Track component render
118
- */
119
- trackComponentRender(componentId: string, duration: number): void;
120
- /**
121
- * Track props changes
122
- */
123
- trackPropsChange(componentId: string, changedKeys: string[]): void;
124
- /**
125
- * Track reactive system metrics
126
- */
127
- trackReactiveOperation(type: 'signal' | 'computed' | 'effect', operation: 'create' | 'update' | 'execute', duration?: number): void;
128
- /**
129
- * Track memory usage
130
- */
131
- trackMemoryUsage(): void;
132
- /**
133
- * Estimate memory usage (simplified)
134
- */
135
- private estimateMemoryUsage;
136
- /**
137
- * Get all metrics
138
- */
139
- getMetrics(): PerformanceMetric[];
140
- /**
141
- * Get reactive metrics signal
142
- */
143
- getMetricsSignal(): () => PerformanceMetric[];
144
- /**
145
- * Get component metrics
146
- */
147
- getComponentMetrics(): Map<string, ComponentMetrics>;
148
- /**
149
- * Get component metrics signal
150
- */
151
- getComponentMetricsSignal(): () => Map<string, ComponentMetrics>;
152
- /**
153
- * Get reactive system metrics
154
- */
155
- getReactiveMetrics(): ReactiveMetrics;
156
- /**
157
- * Get metrics by category
158
- */
159
- getMetricsByCategory(category: PerformanceMetric['category']): PerformanceMetric[];
160
- /**
161
- * Get metrics by component
162
- */
163
- getMetricsByComponent(componentId: string): PerformanceMetric[];
164
- /**
165
- * Get average metric value
166
- */
167
- getAverageMetric(name: string): number;
168
- /**
169
- * Get performance summary
170
- */
171
- getSummary(): {
172
- totalMetrics: number;
173
- componentCount: number;
174
- reactive: ReactiveMetrics;
175
- averageRenderTime: number;
176
- averageMemoryUsage: number;
177
- mostActiveComponent: string | null;
178
- };
179
- /**
180
- * Add performance listener
181
- */
182
- addListener(listener: PerformanceListener): () => void;
183
- /**
184
- * Clear all metrics
185
- */
186
- clear(): void;
187
- /**
188
- * Export metrics to JSON
189
- */
190
- exportMetrics(): string;
191
- /**
192
- * Import metrics from JSON
193
- */
194
- importMetrics(json: string): void;
195
- }
196
- /**
197
- * Global performance monitor instance
198
- */
199
- export declare const globalPerformanceMonitor: PerformanceMonitor;
200
- /**
201
- * Performance monitoring decorators and utilities
202
- */
203
- export declare const performanceUtils: {
204
- /**
205
- * Measure function execution time
206
- */
207
- measure<T>(name: string, fn: () => T, category?: PerformanceMetric["category"]): T;
208
- /**
209
- * Async function measurement
210
- */
211
- measureAsync<T>(name: string, fn: () => Promise<T>, category?: PerformanceMetric["category"]): Promise<T>;
212
- /**
213
- * Create a performance tracking wrapper for components
214
- */
215
- withPerformanceTracking<T extends (...args: any[]) => any>(componentFn: T, componentName: string): T;
216
- };
217
- //# sourceMappingURL=performance.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"performance.d.ts","sourceRoot":"","sources":["../../src/runtime/performance.ts"],"names":[],"mappings":"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"}
@@ -1,110 +0,0 @@
1
- /**
2
- * SUI Compatibility Layer (SUI = SwiftUI-inspired)
3
- *
4
- * Provides SwiftUI-style APIs and constants for familiar development experience.
5
- * Enables easy migration from SwiftUI to TachUI with minimal syntax changes.
6
- */
7
- import { infinity } from './constants/layout';
8
- import type { Dimension } from './constants/layout';
9
- /**
10
- * SUI-style constant exports (SUI = SwiftUI-inspired)
11
- * Allows usage like: import { SUI } from '@tachui/core'; SUI.infinity
12
- */
13
- export declare const SUI: {
14
- readonly infinity: typeof infinity;
15
- };
16
- /**
17
- * Direct infinity export for convenience
18
- * Allows usage like: import { infinity } from '@tachui/core'
19
- */
20
- export { infinity };
21
- /**
22
- * Type exports for SwiftUI compatibility
23
- */
24
- export type { Dimension };
25
- /**
26
- * Frame utility exports for convenience
27
- */
28
- export { fillMaxWidth, fillMaxHeight, fillMaxSize, expand, fixedWidthExpandHeight, fixedHeightExpandWidth, constrainedExpand, responsive, flexible, fullScreen, remainingSpace, equalShare } from './constants/frame-utils';
29
- import { fillMaxWidth, fillMaxHeight, fillMaxSize, expand, flexible, fullScreen, remainingSpace, equalShare } from './constants/frame-utils';
30
- /**
31
- * SUI-style frame helpers namespace (SUI = SwiftUI-inspired)
32
- * Provides organized access to frame utilities
33
- */
34
- export declare const Frame: {
35
- readonly fillMaxWidth: typeof fillMaxWidth;
36
- readonly fillMaxHeight: typeof fillMaxHeight;
37
- readonly fillMaxSize: typeof fillMaxSize;
38
- readonly expand: typeof expand;
39
- readonly flexible: typeof flexible;
40
- readonly fullScreen: typeof fullScreen;
41
- readonly remainingSpace: typeof remainingSpace;
42
- readonly equalShare: typeof equalShare;
43
- };
44
- /**
45
- * Common SUI layout patterns (SUI = SwiftUI-inspired)
46
- */
47
- export declare const LayoutPatterns: {
48
- /**
49
- * Full-width button pattern
50
- * Common in forms and action sheets
51
- */
52
- readonly fullWidthButton: typeof fillMaxWidth;
53
- /**
54
- * Sidebar layout pattern
55
- * Fixed width with full height
56
- */
57
- readonly sidebar: (width?: number | string) => import("./modifiers").Modifier<{}>;
58
- /**
59
- * Header/footer pattern
60
- * Fixed height with full width
61
- */
62
- readonly header: (height?: number | string) => import("./modifiers").Modifier<{}>;
63
- /**
64
- * Content area pattern
65
- * Fills remaining space with constraints
66
- */
67
- readonly content: (maxWidth?: number | string) => import("./modifiers").Modifier<{}>;
68
- /**
69
- * Card layout pattern
70
- * Responsive with sensible constraints
71
- */
72
- readonly card: import("./modifiers").Modifier<{}>;
73
- /**
74
- * Modal overlay pattern
75
- * Full screen coverage
76
- */
77
- readonly overlay: typeof fullScreen;
78
- };
79
- /**
80
- * Migration helpers for SUI developers (SUI = SwiftUI-inspired)
81
- * Common patterns mapped to TachUI equivalents
82
- */
83
- export declare const SuiMigration: {
84
- /**
85
- * Pattern: .frame(maxWidth: .infinity)
86
- * TachUI: fillMaxWidth()
87
- */
88
- readonly 'frame(maxWidth: .infinity)': typeof fillMaxWidth;
89
- /**
90
- * Pattern: .frame(maxHeight: .infinity)
91
- * TachUI: fillMaxHeight()
92
- */
93
- readonly 'frame(maxHeight: .infinity)': typeof fillMaxHeight;
94
- /**
95
- * Pattern: .frame(maxWidth: .infinity, maxHeight: .infinity)
96
- * TachUI: fillMaxSize()
97
- */
98
- readonly 'frame(maxWidth: .infinity, maxHeight: .infinity)': typeof fillMaxSize;
99
- /**
100
- * Pattern: .frame(width: .infinity, height: .infinity)
101
- * TachUI: expand()
102
- */
103
- readonly 'frame(width: .infinity, height: .infinity)': typeof expand;
104
- };
105
- /**
106
- * Debug helper for SUI compatibility (SUI = SwiftUI-inspired)
107
- * Logs equivalencies for learning purposes
108
- */
109
- export declare function logSuiEquivalent(suiCode: string): void;
110
- //# sourceMappingURL=sui-compat.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sui-compat.d.ts","sourceRoot":"","sources":["../src/sui-compat.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAA;AAEnD;;;GAGG;AACH,eAAO,MAAM,GAAG;;CAEN,CAAA;AAEV;;;GAGG;AACH,OAAO,EAAE,QAAQ,EAAE,CAAA;AAEnB;;GAEG;AACH,YAAY,EAAE,SAAS,EAAE,CAAA;AAEzB;;GAEG;AACH,OAAO,EACL,YAAY,EACZ,aAAa,EACb,WAAW,EACX,MAAM,EACN,sBAAsB,EACtB,sBAAsB,EACtB,iBAAiB,EACjB,UAAU,EACV,QAAQ,EACR,UAAU,EACV,cAAc,EACd,UAAU,EACX,MAAM,yBAAyB,CAAA;AAGhC,OAAO,EACL,YAAY,EACZ,aAAa,EACb,WAAW,EACX,MAAM,EAKN,QAAQ,EACR,UAAU,EACV,cAAc,EACd,UAAU,EACX,MAAM,yBAAyB,CAAA;AAEhC;;;GAGG;AACH,eAAO,MAAM,KAAK;;;;;;;;;CASR,CAAA;AAEV;;GAEG;AACH,eAAO,MAAM,cAAc;IACzB;;;OAGG;;IAGH;;;OAGG;+BACc,MAAM,GAAG,MAAM;IAEhC;;;OAGG;+BACc,MAAM,GAAG,MAAM;IAEhC;;;OAGG;kCACkB,MAAM,GAAG,MAAM;IAEpC;;;OAGG;;IAGH;;;OAGG;;CAEK,CAAA;AAEV;;;GAGG;AACH,eAAO,MAAM,YAAY;IACvB;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;IAGH;;;OAGG;;CAEK,CAAA;AAEV;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAStD"}
@@ -1,319 +0,0 @@
1
- /**
2
- * Advanced Developer Debugging Tools - Phase 1D
3
- *
4
- * Enhanced validation state inspection, visual debugging tools,
5
- * and comprehensive developer diagnostics.
6
- */
7
- import type { ValidationDebugEventType, DebugEvent } from './debug-tools';
8
- import type { FormattedErrorMessage } from './developer-experience';
9
- /**
10
- * Advanced debugging configuration
11
- */
12
- export interface AdvancedDebuggingConfig {
13
- enableVisualDebugging: boolean;
14
- highlightValidationErrors: boolean;
15
- showComponentBoundaries: boolean;
16
- showModifierEffects: boolean;
17
- enableStateInspection: boolean;
18
- trackStateChanges: boolean;
19
- showStateHistory: boolean;
20
- maxHistorySize: number;
21
- enablePerformanceDebugging: boolean;
22
- trackRenderTimes: boolean;
23
- showMemoryUsage: boolean;
24
- enableFrameProfiler: boolean;
25
- enableInteractiveMode: boolean;
26
- showDebugPanel: boolean;
27
- enableBreakpoints: boolean;
28
- enableStepThrough: boolean;
29
- enableDebugExport: boolean;
30
- exportFormat: 'json' | 'csv' | 'html';
31
- includeSourceMaps: boolean;
32
- }
33
- /**
34
- * Component state snapshot for debugging
35
- */
36
- export interface ComponentStateSnapshot {
37
- id: string;
38
- componentType: string;
39
- timestamp: number;
40
- props: Record<string, any>;
41
- state: Record<string, any>;
42
- modifiers: string[];
43
- validationErrors: FormattedErrorMessage[];
44
- validationWarnings: FormattedErrorMessage[];
45
- isValid: boolean;
46
- renderTime: number;
47
- memoryUsage: number;
48
- updateCount: number;
49
- domNode?: {
50
- tagName: string;
51
- className: string;
52
- attributes: Record<string, string>;
53
- computedStyles: Record<string, string>;
54
- };
55
- parent?: string;
56
- children: string[];
57
- }
58
- /**
59
- * Validation state inspector
60
- */
61
- export interface ValidationStateInspector {
62
- id: string;
63
- target: 'component' | 'modifier' | 'global';
64
- targetId?: string;
65
- watchProperties: string[];
66
- watchEvents: ValidationDebugEventType[];
67
- snapshots: ComponentStateSnapshot[];
68
- events: DebugEvent[];
69
- trends: {
70
- errorFrequency: number;
71
- performanceRegression: boolean;
72
- memoryLeaks: boolean;
73
- stateInconsistencies: boolean;
74
- };
75
- isActive: boolean;
76
- startTime: number;
77
- lastUpdate: number;
78
- }
79
- /**
80
- * Visual debugging overlay
81
- */
82
- export interface VisualDebuggingOverlay {
83
- id: string;
84
- type: 'error-highlight' | 'component-boundary' | 'modifier-effect' | 'performance-heatmap';
85
- color: string;
86
- opacity: number;
87
- strokeWidth: number;
88
- animation?: 'pulse' | 'fade' | 'shake';
89
- bounds: {
90
- x: number;
91
- y: number;
92
- width: number;
93
- height: number;
94
- };
95
- label?: string;
96
- tooltip?: string;
97
- additionalInfo?: Record<string, any>;
98
- duration: number;
99
- createdAt: number;
100
- expiresAt: number;
101
- }
102
- /**
103
- * Advanced debugging session
104
- */
105
- export interface AdvancedDebuggingSession {
106
- id: string;
107
- name: string;
108
- description: string;
109
- startTime: number;
110
- endTime?: number;
111
- duration?: number;
112
- components: Map<string, ComponentStateSnapshot[]>;
113
- validators: ValidationStateInspector[];
114
- overlays: VisualDebuggingOverlay[];
115
- events: DebugEvent[];
116
- summary: {
117
- totalErrors: number;
118
- totalWarnings: number;
119
- criticalIssues: string[];
120
- performanceIssues: string[];
121
- recommendations: string[];
122
- };
123
- exported: boolean;
124
- exportFormat?: string;
125
- exportPath?: string;
126
- }
127
- /**
128
- * Advanced validation state inspector
129
- */
130
- export declare class AdvancedValidationInspector {
131
- private inspectors;
132
- private snapshots;
133
- private overlays;
134
- private activeSession;
135
- /**
136
- * Create a new state inspector
137
- */
138
- createInspector(target: 'component' | 'modifier' | 'global', targetId?: string, options?: {
139
- watchProperties?: string[];
140
- watchEvents?: ValidationDebugEventType[];
141
- }): string;
142
- /**
143
- * Take a component state snapshot
144
- */
145
- takeSnapshot(componentId: string, componentData: {
146
- type: string;
147
- props: Record<string, any>;
148
- state: Record<string, any>;
149
- modifiers: string[];
150
- domElement?: HTMLElement;
151
- }): string;
152
- /**
153
- * Add visual debugging overlay
154
- */
155
- addVisualOverlay(type: VisualDebuggingOverlay['type'], bounds: {
156
- x: number;
157
- y: number;
158
- width: number;
159
- height: number;
160
- }, options?: {
161
- color?: string;
162
- label?: string;
163
- tooltip?: string;
164
- duration?: number;
165
- animation?: VisualDebuggingOverlay['animation'];
166
- }): string;
167
- /**
168
- * Start advanced debugging session
169
- */
170
- startSession(name: string, description?: string): string;
171
- /**
172
- * Stop debugging session and generate report
173
- */
174
- stopSession(): AdvancedDebuggingSession | null;
175
- /**
176
- * Get component state history
177
- */
178
- getComponentHistory(componentId: string): ComponentStateSnapshot[];
179
- /**
180
- * Get validation trends analysis
181
- */
182
- getValidationTrends(componentId?: string): {
183
- errorRate: number;
184
- warningRate: number;
185
- performanceRegression: boolean;
186
- memoryTrend: 'increasing' | 'stable' | 'decreasing';
187
- recommendations: string[];
188
- };
189
- /**
190
- * Export debugging session data
191
- */
192
- exportSessionData(session: AdvancedDebuggingSession, format?: 'json' | 'csv' | 'html'): string;
193
- /**
194
- * Extract DOM information from element
195
- */
196
- private extractDOMInfo;
197
- /**
198
- * Get computed styles for an element
199
- */
200
- private getComputedStyles;
201
- /**
202
- * Get current memory usage
203
- */
204
- private getMemoryUsage;
205
- /**
206
- * Get default color for overlay type
207
- */
208
- private getDefaultColor;
209
- /**
210
- * Update active inspectors with new snapshot
211
- */
212
- private updateInspectors;
213
- /**
214
- * Update inspector trends analysis
215
- */
216
- private updateInspectorTrends;
217
- /**
218
- * Analyze debugging session
219
- */
220
- private analyzeSession;
221
- /**
222
- * Export session as JSON
223
- */
224
- private exportAsJSON;
225
- /**
226
- * Export session as CSV
227
- */
228
- private exportAsCSV;
229
- /**
230
- * Export session as HTML report
231
- */
232
- private exportAsHTML;
233
- /**
234
- * Get inspector statistics
235
- */
236
- getStatistics(): {
237
- activeInspectors: number;
238
- totalSnapshots: number;
239
- activeOverlays: number;
240
- sessionActive: boolean;
241
- memoryUsage: number;
242
- };
243
- }
244
- /**
245
- * Configure advanced debugging
246
- */
247
- export declare function configureAdvancedDebugging(config: Partial<AdvancedDebuggingConfig>): void;
248
- /**
249
- * Get current advanced debugging configuration
250
- */
251
- export declare function getAdvancedDebuggingConfig(): AdvancedDebuggingConfig;
252
- declare const advancedInspector: AdvancedValidationInspector;
253
- /**
254
- * Advanced Debugging utilities
255
- */
256
- export declare const AdvancedDebuggingUtils: {
257
- /**
258
- * Create new inspector
259
- */
260
- createInspector: (target: "component" | "modifier" | "global", targetId?: string, options?: any) => string;
261
- /**
262
- * Take component snapshot
263
- */
264
- takeSnapshot: (componentId: string, componentData: any) => string;
265
- /**
266
- * Add visual overlay
267
- */
268
- addVisualOverlay: (type: VisualDebuggingOverlay["type"], bounds: any, options?: any) => string;
269
- /**
270
- * Start debugging session
271
- */
272
- startSession: (name: string, description?: string) => string;
273
- /**
274
- * Stop debugging session
275
- */
276
- stopSession: () => AdvancedDebuggingSession | null;
277
- /**
278
- * Get component history
279
- */
280
- getComponentHistory: (componentId: string) => ComponentStateSnapshot[];
281
- /**
282
- * Get validation trends
283
- */
284
- getValidationTrends: (componentId?: string) => {
285
- errorRate: number;
286
- warningRate: number;
287
- performanceRegression: boolean;
288
- memoryTrend: "increasing" | "stable" | "decreasing";
289
- recommendations: string[];
290
- };
291
- /**
292
- * Export session data
293
- */
294
- exportSessionData: (session: AdvancedDebuggingSession, format?: "json" | "csv" | "html") => string;
295
- /**
296
- * Configure debugging
297
- */
298
- configure: typeof configureAdvancedDebugging;
299
- /**
300
- * Get configuration
301
- */
302
- getConfig: typeof getAdvancedDebuggingConfig;
303
- /**
304
- * Get statistics
305
- */
306
- getStatistics: () => {
307
- activeInspectors: number;
308
- totalSnapshots: number;
309
- activeOverlays: number;
310
- sessionActive: boolean;
311
- memoryUsage: number;
312
- };
313
- /**
314
- * Test advanced debugging system
315
- */
316
- test: () => void;
317
- };
318
- export { advancedInspector };
319
- //# sourceMappingURL=advanced-debugging.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"advanced-debugging.d.ts","sourceRoot":"","sources":["../../src/validation/advanced-debugging.ts"],"names":[],"mappings":"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"}