@tachui/core 0.7.1-alpha → 0.8.0-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 (265) hide show
  1. package/README.md +2 -2
  2. package/dist/bundles/common.d.ts +1 -1
  3. package/dist/bundles/common.d.ts.map +1 -1
  4. package/dist/bundles/minimal.d.ts +2 -16
  5. package/dist/bundles/minimal.d.ts.map +1 -1
  6. package/dist/bundles/production-minimal.d.ts +2 -16
  7. package/dist/bundles/production-minimal.d.ts.map +1 -1
  8. package/dist/common.js +403 -827
  9. package/dist/compiler/advanced-parser.d.ts.map +1 -1
  10. package/dist/compiler/index.js +14 -8
  11. package/dist/component-XAzF1xqs.js +487 -0
  12. package/dist/component-base-x2XmHFjy.js +255 -0
  13. package/dist/components/index.d.ts +4 -38
  14. package/dist/components/index.d.ts.map +1 -1
  15. package/dist/components/index.js +7 -4167
  16. package/dist/components/wrapper.d.ts +5 -152
  17. package/dist/components/wrapper.d.ts.map +1 -1
  18. package/dist/concatenated-component-ByPl3_FF.js +2933 -0
  19. package/dist/constants/index.d.ts +1 -1
  20. package/dist/constants/layout.d.ts +47 -4
  21. package/dist/constants/layout.d.ts.map +1 -1
  22. package/dist/constants/layout.js +84 -0
  23. package/dist/css-classes/index.js +176 -0
  24. package/dist/{dom-bridge-Cx-s6Ihx.js → dom-bridge-CAa1N2zX.js} +28 -28
  25. package/dist/{effect-CytAc9em.js → effect-B9Knft0b.js} +3 -3
  26. package/dist/essential.js +395 -825
  27. package/dist/index-DCPJFUm9.js +1407 -0
  28. package/dist/index-DIvMCJQO.js +268 -0
  29. package/dist/index-vdsiw6gQ.js +777 -0
  30. package/dist/index.d.ts +9 -9
  31. package/dist/index.d.ts.map +1 -1
  32. package/dist/index.js +395 -825
  33. package/dist/minimal-prod.js +101 -155
  34. package/dist/minimal.js +104 -170
  35. package/dist/modifiers/background.d.ts +41 -11
  36. package/dist/modifiers/background.d.ts.map +1 -1
  37. package/dist/modifiers/base.d.ts +6 -33
  38. package/dist/modifiers/base.d.ts.map +1 -1
  39. package/dist/modifiers/base.js +487 -0
  40. package/dist/modifiers/builder.d.ts +103 -195
  41. package/dist/modifiers/builder.d.ts.map +1 -1
  42. package/dist/modifiers/builder.js +9 -0
  43. package/dist/modifiers/core.d.ts +9 -401
  44. package/dist/modifiers/core.d.ts.map +1 -1
  45. package/dist/modifiers/{utils.d.ts → factories.d.ts} +18 -5
  46. package/dist/modifiers/factories.d.ts.map +1 -0
  47. package/dist/modifiers/index.d.ts +8 -52
  48. package/dist/modifiers/index.d.ts.map +1 -1
  49. package/dist/modifiers/index.js +38 -0
  50. package/dist/modifiers/presets.d.ts +368 -0
  51. package/dist/modifiers/presets.d.ts.map +1 -0
  52. package/dist/modifiers/registry.js +10 -0
  53. package/dist/modifiers/types.d.ts +39 -211
  54. package/dist/modifiers/types.d.ts.map +1 -1
  55. package/dist/modifiers/types.js +4 -0
  56. package/dist/performance-optimizer-stub-CtfXUwl4.js +38 -0
  57. package/dist/plugins/index.d.ts +5 -6
  58. package/dist/plugins/index.d.ts.map +1 -1
  59. package/dist/plugins/index.js +147 -297
  60. package/dist/plugins/simplified-index.d.ts +5 -6
  61. package/dist/plugins/simplified-index.d.ts.map +1 -1
  62. package/dist/production-minimal-BY_gMc-l.js +2532 -0
  63. package/dist/reactive/index.js +96 -95
  64. package/dist/reactive/types.js +4 -0
  65. package/dist/runtime/dom-bridge.js +5 -5
  66. package/dist/runtime/element-override.d.ts.map +1 -1
  67. package/dist/runtime/index.d.ts +0 -7
  68. package/dist/runtime/index.d.ts.map +1 -1
  69. package/dist/runtime/renderer.d.ts.map +1 -1
  70. package/dist/runtime/renderer.js +7 -8
  71. package/dist/runtime/semantic-role-manager.d.ts.map +1 -1
  72. package/dist/runtime/types.js +1 -0
  73. package/dist/{scheduler-7SvC3a21.js → scheduler-BKeqwrYE.js} +130 -130
  74. package/dist/validation/build-time-stub.d.ts +33 -0
  75. package/dist/validation/build-time-stub.d.ts.map +1 -0
  76. package/dist/validation/debug-tools-stub.d.ts +67 -0
  77. package/dist/validation/debug-tools-stub.d.ts.map +1 -0
  78. package/dist/validation/index.d.ts +23 -78
  79. package/dist/validation/index.d.ts.map +1 -1
  80. package/dist/validation/index.js +609 -6470
  81. package/dist/validation/lifecycle-validation.d.ts.map +1 -1
  82. package/dist/validation/performance-optimizer-stub.d.ts +50 -0
  83. package/dist/validation/performance-optimizer-stub.d.ts.map +1 -0
  84. package/dist/validation/plugin-registration.d.ts +5 -1
  85. package/dist/validation/plugin-registration.d.ts.map +1 -1
  86. package/dist/validation/production-bypass-core.d.ts +69 -0
  87. package/dist/validation/production-bypass-core.d.ts.map +1 -0
  88. package/package.json +41 -5
  89. package/dist/ScrollView-h-6wYMAm.js +0 -515
  90. package/dist/Spacer-BbteDQ9I.js +0 -5337
  91. package/dist/binding-CmdpowkI.js +0 -2276
  92. package/dist/components/BasicInput.d.ts +0 -116
  93. package/dist/components/BasicInput.d.ts.map +0 -1
  94. package/dist/components/Button.d.ts +0 -252
  95. package/dist/components/Button.d.ts.map +0 -1
  96. package/dist/components/Divider.d.ts +0 -141
  97. package/dist/components/Divider.d.ts.map +0 -1
  98. package/dist/components/EnhancedLink.d.ts +0 -365
  99. package/dist/components/EnhancedLink.d.ts.map +0 -1
  100. package/dist/components/Form.d.ts +0 -141
  101. package/dist/components/Form.d.ts.map +0 -1
  102. package/dist/components/Grid.d.ts +0 -698
  103. package/dist/components/Grid.d.ts.map +0 -1
  104. package/dist/components/GridResponsive.d.ts +0 -214
  105. package/dist/components/GridResponsive.d.ts.map +0 -1
  106. package/dist/components/Image.d.ts +0 -162
  107. package/dist/components/Image.d.ts.map +0 -1
  108. package/dist/components/List.d.ts +0 -287
  109. package/dist/components/List.d.ts.map +0 -1
  110. package/dist/components/Menu.d.ts +0 -159
  111. package/dist/components/Menu.d.ts.map +0 -1
  112. package/dist/components/Picker.d.ts +0 -153
  113. package/dist/components/Picker.d.ts.map +0 -1
  114. package/dist/components/ScrollView.d.ts +0 -222
  115. package/dist/components/ScrollView.d.ts.map +0 -1
  116. package/dist/components/Section.d.ts +0 -153
  117. package/dist/components/Section.d.ts.map +0 -1
  118. package/dist/components/Show.d.ts +0 -64
  119. package/dist/components/Show.d.ts.map +0 -1
  120. package/dist/components/Spacer.d.ts +0 -35
  121. package/dist/components/Spacer.d.ts.map +0 -1
  122. package/dist/components/Text.d.ts +0 -242
  123. package/dist/components/Text.d.ts.map +0 -1
  124. package/dist/components/Toggle.d.ts +0 -207
  125. package/dist/components/Toggle.d.ts.map +0 -1
  126. package/dist/concatenated-component-DPcl2TEO.js +0 -6779
  127. package/dist/context--zQFIImS.js +0 -283
  128. package/dist/debug/index.d.ts +0 -61
  129. package/dist/debug/index.d.ts.map +0 -1
  130. package/dist/debug.js +0 -178
  131. package/dist/developer-experience/enhanced-errors.d.ts +0 -128
  132. package/dist/developer-experience/enhanced-errors.d.ts.map +0 -1
  133. package/dist/developer-experience/enhanced-types.d.ts +0 -281
  134. package/dist/developer-experience/enhanced-types.d.ts.map +0 -1
  135. package/dist/developer-experience/index.d.ts +0 -44
  136. package/dist/developer-experience/index.d.ts.map +0 -1
  137. package/dist/index-Nfi2SBQh.js +0 -3268
  138. package/dist/modifiers/attributes.d.ts +0 -203
  139. package/dist/modifiers/attributes.d.ts.map +0 -1
  140. package/dist/modifiers/backdrop.d.ts +0 -59
  141. package/dist/modifiers/backdrop.d.ts.map +0 -1
  142. package/dist/modifiers/border.d.ts +0 -217
  143. package/dist/modifiers/border.d.ts.map +0 -1
  144. package/dist/modifiers/effects.d.ts +0 -159
  145. package/dist/modifiers/effects.d.ts.map +0 -1
  146. package/dist/modifiers/elements.d.ts +0 -240
  147. package/dist/modifiers/elements.d.ts.map +0 -1
  148. package/dist/modifiers/filters.d.ts +0 -275
  149. package/dist/modifiers/filters.d.ts.map +0 -1
  150. package/dist/modifiers/flexbox.d.ts +0 -82
  151. package/dist/modifiers/flexbox.d.ts.map +0 -1
  152. package/dist/modifiers/font.d.ts +0 -71
  153. package/dist/modifiers/font.d.ts.map +0 -1
  154. package/dist/modifiers/grid.d.ts +0 -92
  155. package/dist/modifiers/grid.d.ts.map +0 -1
  156. package/dist/modifiers/margin.d.ts +0 -128
  157. package/dist/modifiers/margin.d.ts.map +0 -1
  158. package/dist/modifiers/padding.d.ts +0 -204
  159. package/dist/modifiers/padding.d.ts.map +0 -1
  160. package/dist/modifiers/responsive/advanced-utilities.d.ts +0 -118
  161. package/dist/modifiers/responsive/advanced-utilities.d.ts.map +0 -1
  162. package/dist/modifiers/responsive/breakpoints.d.ts +0 -81
  163. package/dist/modifiers/responsive/breakpoints.d.ts.map +0 -1
  164. package/dist/modifiers/responsive/css-generator.d.ts +0 -100
  165. package/dist/modifiers/responsive/css-generator.d.ts.map +0 -1
  166. package/dist/modifiers/responsive/dev-tools.d.ts +0 -107
  167. package/dist/modifiers/responsive/dev-tools.d.ts.map +0 -1
  168. package/dist/modifiers/responsive/index.d.ts +0 -29
  169. package/dist/modifiers/responsive/index.d.ts.map +0 -1
  170. package/dist/modifiers/responsive/layout-patterns.d.ts +0 -230
  171. package/dist/modifiers/responsive/layout-patterns.d.ts.map +0 -1
  172. package/dist/modifiers/responsive/performance.d.ts +0 -130
  173. package/dist/modifiers/responsive/performance.d.ts.map +0 -1
  174. package/dist/modifiers/responsive/responsive-builder.d.ts +0 -133
  175. package/dist/modifiers/responsive/responsive-builder.d.ts.map +0 -1
  176. package/dist/modifiers/responsive/responsive-modifier.d.ts +0 -123
  177. package/dist/modifiers/responsive/responsive-modifier.d.ts.map +0 -1
  178. package/dist/modifiers/responsive/types.d.ts +0 -183
  179. package/dist/modifiers/responsive/types.d.ts.map +0 -1
  180. package/dist/modifiers/responsive/utilities.d.ts +0 -149
  181. package/dist/modifiers/responsive/utilities.d.ts.map +0 -1
  182. package/dist/modifiers/scroll.d.ts +0 -143
  183. package/dist/modifiers/scroll.d.ts.map +0 -1
  184. package/dist/modifiers/shadows.d.ts +0 -114
  185. package/dist/modifiers/shadows.d.ts.map +0 -1
  186. package/dist/modifiers/size.d.ts +0 -113
  187. package/dist/modifiers/size.d.ts.map +0 -1
  188. package/dist/modifiers/text.d.ts +0 -147
  189. package/dist/modifiers/text.d.ts.map +0 -1
  190. package/dist/modifiers/transformations.d.ts +0 -329
  191. package/dist/modifiers/transformations.d.ts.map +0 -1
  192. package/dist/modifiers/transitions.d.ts +0 -98
  193. package/dist/modifiers/transitions.d.ts.map +0 -1
  194. package/dist/modifiers/typography.d.ts +0 -192
  195. package/dist/modifiers/typography.d.ts.map +0 -1
  196. package/dist/modifiers/utility.d.ts +0 -69
  197. package/dist/modifiers/utility.d.ts.map +0 -1
  198. package/dist/modifiers/utils.d.ts.map +0 -1
  199. package/dist/plugins/simplified-error-handler.d.ts +0 -83
  200. package/dist/plugins/simplified-error-handler.d.ts.map +0 -1
  201. package/dist/runtime/dev-tools.d.ts +0 -240
  202. package/dist/runtime/dev-tools.d.ts.map +0 -1
  203. package/dist/runtime/development-warnings.d.ts +0 -42
  204. package/dist/runtime/development-warnings.d.ts.map +0 -1
  205. package/dist/runtime/error-boundary.d.ts +0 -302
  206. package/dist/runtime/error-boundary.d.ts.map +0 -1
  207. package/dist/runtime/error-recovery.d.ts +0 -267
  208. package/dist/runtime/error-recovery.d.ts.map +0 -1
  209. package/dist/runtime/error-reporting.d.ts +0 -287
  210. package/dist/runtime/error-reporting.d.ts.map +0 -1
  211. package/dist/runtime/error-utils.d.ts +0 -204
  212. package/dist/runtime/error-utils.d.ts.map +0 -1
  213. package/dist/runtime/performance.d.ts +0 -217
  214. package/dist/runtime/performance.d.ts.map +0 -1
  215. package/dist/sui-compat.d.ts +0 -110
  216. package/dist/sui-compat.d.ts.map +0 -1
  217. package/dist/validation/advanced-debugging.d.ts +0 -319
  218. package/dist/validation/advanced-debugging.d.ts.map +0 -1
  219. package/dist/validation/build-time/detection.d.ts +0 -32
  220. package/dist/validation/build-time/detection.d.ts.map +0 -1
  221. package/dist/validation/build-time/index.d.ts +0 -84
  222. package/dist/validation/build-time/index.d.ts.map +0 -1
  223. package/dist/validation/build-time/plugins.d.ts +0 -75
  224. package/dist/validation/build-time/plugins.d.ts.map +0 -1
  225. package/dist/validation/build-time/rules.d.ts +0 -73
  226. package/dist/validation/build-time/rules.d.ts.map +0 -1
  227. package/dist/validation/build-time/transformer.d.ts +0 -23
  228. package/dist/validation/build-time/transformer.d.ts.map +0 -1
  229. package/dist/validation/build-time/types.d.ts +0 -212
  230. package/dist/validation/build-time/types.d.ts.map +0 -1
  231. package/dist/validation/comprehensive.d.ts +0 -160
  232. package/dist/validation/comprehensive.d.ts.map +0 -1
  233. package/dist/validation/debug-tools.d.ts +0 -251
  234. package/dist/validation/debug-tools.d.ts.map +0 -1
  235. package/dist/validation/developer-experience.d.ts +0 -243
  236. package/dist/validation/developer-experience.d.ts.map +0 -1
  237. package/dist/validation/documentation-integration.d.ts +0 -269
  238. package/dist/validation/documentation-integration.d.ts.map +0 -1
  239. package/dist/validation/enhanced-runtime.d.ts +0 -279
  240. package/dist/validation/enhanced-runtime.d.ts.map +0 -1
  241. package/dist/validation/error-reporting.d.ts +0 -186
  242. package/dist/validation/error-reporting.d.ts.map +0 -1
  243. package/dist/validation/ide-integration.d.ts +0 -328
  244. package/dist/validation/ide-integration.d.ts.map +0 -1
  245. package/dist/validation/performance-optimizer.d.ts +0 -218
  246. package/dist/validation/performance-optimizer.d.ts.map +0 -1
  247. package/dist/validation/production-bypass.d.ts +0 -175
  248. package/dist/validation/production-bypass.d.ts.map +0 -1
  249. package/dist/validation/simple.d.ts +0 -111
  250. package/dist/validation/simple.d.ts.map +0 -1
  251. package/dist/viewport/adapters/web-adapter.d.ts +0 -227
  252. package/dist/viewport/adapters/web-adapter.d.ts.map +0 -1
  253. package/dist/viewport/components.d.ts +0 -131
  254. package/dist/viewport/components.d.ts.map +0 -1
  255. package/dist/viewport/environment.d.ts +0 -75
  256. package/dist/viewport/environment.d.ts.map +0 -1
  257. package/dist/viewport/index.d.ts +0 -138
  258. package/dist/viewport/index.d.ts.map +0 -1
  259. package/dist/viewport/index.js +0 -2085
  260. package/dist/viewport/platform-detection.d.ts +0 -59
  261. package/dist/viewport/platform-detection.d.ts.map +0 -1
  262. package/dist/viewport/types.d.ts +0 -301
  263. package/dist/viewport/types.d.ts.map +0 -1
  264. package/dist/viewport/viewport-manager.d.ts +0 -118
  265. package/dist/viewport/viewport-manager.d.ts.map +0 -1
@@ -1,5 +1,6 @@
1
- var n = /* @__PURE__ */ ((t) => (t[t.Clean = 0] = "Clean", t[t.Check = 1] = "Check", t[t.Dirty = 2] = "Dirty", t[t.Disposed = 3] = "Disposed", t))(n || {}), P = Object.defineProperty, T = (t, e, s) => e in t ? P(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, o = (t, e, s) => T(t, typeof e != "symbol" ? e + "" : e, s);
2
- let D = 0, O = 0, h = null, a = null, d = !1;
1
+ import { ComputationState as n } from "./reactive/types.js";
2
+ var P = Object.defineProperty, T = (t, e, s) => e in t ? P(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, u = (t, e, s) => T(t, typeof e != "symbol" ? e + "" : e, s);
3
+ let O = 0, D = 0, h = null, a = null, d = !1;
3
4
  function I() {
4
5
  return h;
5
6
  }
@@ -11,7 +12,7 @@ function Q() {
11
12
  }
12
13
  class H {
13
14
  constructor(e = null) {
14
- o(this, "id"), o(this, "parent"), o(this, "context", /* @__PURE__ */ new Map()), o(this, "cleanups", []), o(this, "sources", /* @__PURE__ */ new Set()), o(this, "disposed", !1), this.id = ++O, this.parent = e;
15
+ u(this, "id"), u(this, "parent"), u(this, "context", /* @__PURE__ */ new Map()), u(this, "cleanups", []), u(this, "sources", /* @__PURE__ */ new Set()), u(this, "disposed", !1), this.id = ++D, this.parent = e;
15
16
  }
16
17
  dispose() {
17
18
  if (!this.disposed) {
@@ -31,7 +32,7 @@ class H {
31
32
  }
32
33
  class V {
33
34
  constructor(e, s = null) {
34
- o(this, "id"), o(this, "owner"), o(this, "fn"), o(this, "sources", /* @__PURE__ */ new Set()), o(this, "observers", /* @__PURE__ */ new Set()), o(this, "state", n.Dirty), o(this, "value"), this.id = ++D, this.fn = e, this.owner = s, s && !s.disposed && s.sources.add(this);
35
+ u(this, "id"), u(this, "owner"), u(this, "fn"), u(this, "sources", /* @__PURE__ */ new Set()), u(this, "observers", /* @__PURE__ */ new Set()), u(this, "state", n.Dirty), u(this, "value"), this.id = ++O, this.fn = e, this.owner = s, s && !s.disposed && s.sources.add(this);
35
36
  }
36
37
  execute() {
37
38
  if (this.state === n.Disposed)
@@ -61,7 +62,7 @@ class V {
61
62
  }
62
63
  }
63
64
  }
64
- function le(t) {
65
+ function ce(t) {
65
66
  const e = new H(a), s = a;
66
67
  a = e;
67
68
  try {
@@ -70,7 +71,7 @@ function le(t) {
70
71
  a = s;
71
72
  }
72
73
  }
73
- function ce(t, e) {
74
+ function he(t, e) {
74
75
  const s = a;
75
76
  a = t;
76
77
  try {
@@ -79,14 +80,14 @@ function ce(t, e) {
79
80
  a = s;
80
81
  }
81
82
  }
82
- function he() {
83
+ function fe() {
83
84
  return a;
84
85
  }
85
86
  let C = null;
86
87
  function B(t) {
87
88
  C = t;
88
89
  }
89
- function fe(t) {
90
+ function de(t) {
90
91
  if (d)
91
92
  return t();
92
93
  const e = d;
@@ -98,7 +99,7 @@ function fe(t) {
98
99
  d = e;
99
100
  }
100
101
  }
101
- function de(t) {
102
+ function pe(t) {
102
103
  const e = h;
103
104
  h = null;
104
105
  try {
@@ -107,28 +108,28 @@ function de(t) {
107
108
  h = e;
108
109
  }
109
110
  }
110
- function pe(t, e) {
111
+ function me(t, e) {
111
112
  const s = new V(t, e || a);
112
113
  return s.execute(), s;
113
114
  }
114
- function me() {
115
+ function ye() {
115
116
  return {
116
117
  computation: h,
117
118
  batch: d
118
119
  };
119
120
  }
120
- const ye = {
121
+ const ge = {
121
122
  getCurrentComputation: () => h,
122
123
  getCurrentOwner: () => a,
123
- getComputationCount: () => D,
124
- getOwnerCount: () => O,
124
+ getComputationCount: () => O,
125
+ getOwnerCount: () => D,
125
126
  isBatching: () => d
126
127
  };
127
- var U = Object.defineProperty, W = (t, e, s) => e in t ? U(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, S = (t, e, s) => W(t, typeof e != "symbol" ? e + "" : e, s);
128
+ var U = Object.defineProperty, W = (t, e, s) => e in t ? U(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, q = (t, e, s) => W(t, typeof e != "symbol" ? e + "" : e, s);
128
129
  let L = 0;
129
130
  class G {
130
131
  constructor(e) {
131
- S(this, "id"), S(this, "observers", /* @__PURE__ */ new Set()), S(this, "_value"), this.id = ++L, this._value = e;
132
+ q(this, "id"), q(this, "observers", /* @__PURE__ */ new Set()), q(this, "_value"), this.id = ++L, this._value = e;
132
133
  }
133
134
  /**
134
135
  * Get the current value and track dependency
@@ -178,9 +179,9 @@ class G {
178
179
  const b = /* @__PURE__ */ new Set();
179
180
  let _ = !1;
180
181
  function J(t) {
181
- b.add(t), !_ && !Q() && queueMicrotask(k);
182
+ b.add(t), !_ && !Q() && queueMicrotask(M);
182
183
  }
183
- function k() {
184
+ function M() {
184
185
  if (!_) {
185
186
  _ = !0;
186
187
  try {
@@ -207,10 +208,10 @@ function K(t) {
207
208
  function ve(t) {
208
209
  return typeof t == "function" && Symbol.for("tachui.signal") in t;
209
210
  }
210
- function ge(t) {
211
+ function be(t) {
211
212
  return t[Symbol.for("tachui.signal")] || null;
212
213
  }
213
- B(k);
214
+ B(M);
214
215
  const w = (t, e) => t === e, E = (t, e) => {
215
216
  if (t === e) return !0;
216
217
  if (t == null || e == null || typeof t != typeof e) return !1;
@@ -220,16 +221,16 @@ const w = (t, e) => t === e, E = (t, e) => {
220
221
  const l = t, F = e;
221
222
  return l.length !== F.length ? !1 : l.every((A, j) => E(A, F[j]));
222
223
  }
223
- const s = t, r = e, i = Object.keys(s), u = Object.keys(r);
224
- return i.length !== u.length ? !1 : i.every((l) => E(s[l], r[l]));
224
+ const s = t, r = e, i = Object.keys(s), o = Object.keys(r);
225
+ return i.length !== o.length ? !1 : i.every((l) => E(s[l], r[l]));
225
226
  }
226
227
  return !1;
227
- }, be = (t, e) => {
228
+ }, _e = (t, e) => {
228
229
  if (t === e) return !0;
229
230
  if (typeof t != "object" || typeof e != "object" || t == null || e == null) return !1;
230
- const s = t, r = e, i = Object.keys(s), u = Object.keys(r);
231
- return i.length !== u.length ? !1 : i.every((l) => s[l] === r[l]);
232
- }, _e = (t, e) => {
231
+ const s = t, r = e, i = Object.keys(s), o = Object.keys(r);
232
+ return i.length !== o.length ? !1 : i.every((l) => s[l] === r[l]);
233
+ }, we = (t, e) => {
233
234
  if (t === e) return !0;
234
235
  if (t instanceof Date && e instanceof Date)
235
236
  return t.getTime() === e.getTime();
@@ -248,32 +249,32 @@ const w = (t, e) => t === e, E = (t, e) => {
248
249
  return !0;
249
250
  }
250
251
  return E(t, e);
251
- }, we = (t, e) => {
252
+ }, Se = (t, e) => {
252
253
  if (t === e) return !0;
253
254
  try {
254
255
  return JSON.stringify(t) === JSON.stringify(e);
255
256
  } catch {
256
257
  return t === e;
257
258
  }
258
- }, qe = (t, e = w) => (s, r) => e(t(s), t(r)), Se = (t = w) => (e, s) => e === s ? !0 : e.length !== s.length ? !1 : e.every((r, i) => t(r, s[i])), Ce = (t = w) => (e, s) => {
259
+ }, qe = (t, e = w) => (s, r) => e(t(s), t(r)), Ce = (t = w) => (e, s) => e === s ? !0 : e.length !== s.length ? !1 : e.every((r, i) => t(r, s[i])), Ee = (t = w) => (e, s) => {
259
260
  if (e === s) return !0;
260
261
  if (e == null || s == null) return !1;
261
262
  const r = Object.keys(e), i = Object.keys(s);
262
- return r.length !== i.length ? !1 : r.every((u) => t(e[u], s[u]));
263
- }, Ee = (...t) => (e, s) => t.every((r) => r(e, s)), Fe = (t, e) => (s, r) => {
263
+ return r.length !== i.length ? !1 : r.every((o) => t(e[o], s[o]));
264
+ }, Fe = (...t) => (e, s) => t.every((r) => r(e, s)), Oe = (t, e) => (s, r) => {
264
265
  const i = t(s, r);
265
266
  return process.env.NODE_ENV === "development" && console.log(`[${e || "equals"}]`, { a: s, b: r, equal: i }), i;
266
267
  };
267
- var X = Object.defineProperty, Y = (t, e, s) => e in t ? X(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, c = (t, e, s) => Y(t, typeof e != "symbol" ? e + "" : e, s), v = /* @__PURE__ */ ((t) => (t[t.Immediate = 0] = "Immediate", t[t.High = 1] = "High", t[t.Normal = 2] = "Normal", t[t.Low = 3] = "Low", t[t.Idle = 4] = "Idle", t))(v || {});
268
+ var X = Object.defineProperty, Y = (t, e, s) => e in t ? X(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, c = (t, e, s) => Y(t, typeof e != "symbol" ? e + "" : e, s), g = /* @__PURE__ */ ((t) => (t[t.Immediate = 0] = "Immediate", t[t.High = 1] = "High", t[t.Normal = 2] = "Normal", t[t.Low = 3] = "Low", t[t.Idle = 4] = "Idle", t))(g || {});
268
269
  class Z extends Error {
269
270
  constructor(e, s, r) {
270
271
  super(e), this.cause = s, this.node = r, this.name = "ReactiveError";
271
272
  }
272
273
  }
273
- const M = class m {
274
+ const k = class m {
274
275
  constructor() {
275
276
  c(this, "updateQueues", /* @__PURE__ */ new Map()), c(this, "isFlushPending", !1), c(this, "isDestroyed", !1), c(this, "errorHandlers", /* @__PURE__ */ new Set()), c(this, "maxRetries", 3), c(this, "totalUpdateCycles", 0), c(this, "totalUpdateTime", 0), c(this, "errorCount", 0), c(this, "nodeRegistry", /* @__PURE__ */ new WeakSet());
276
- for (const e of Object.values(v))
277
+ for (const e of Object.values(g))
277
278
  typeof e == "number" && this.updateQueues.set(e, /* @__PURE__ */ new Set());
278
279
  }
279
280
  static getInstance() {
@@ -306,12 +307,12 @@ const M = class m {
306
307
  if (!r || r.size === 0) continue;
307
308
  const i = Array.from(r);
308
309
  r.clear();
309
- for (const u of i)
310
+ for (const o of i)
310
311
  try {
311
- await this.updateNodeWithRetry(u);
312
+ await this.updateNodeWithRetry(o);
312
313
  } catch (l) {
313
314
  this.handleReactiveError(
314
- new Z(`Failed to update ${u.type} node ${u.id}`, l, u)
315
+ new Z(`Failed to update ${o.type} node ${o.id}`, l, o)
315
316
  );
316
317
  }
317
318
  if (this.hasHigherPriorityWork(s))
@@ -465,7 +466,7 @@ const M = class m {
465
466
  getDebugInfo() {
466
467
  const e = {};
467
468
  for (const [s, r] of this.updateQueues)
468
- e[v[s]] = r.size;
469
+ e[g[s]] = r.size;
469
470
  return {
470
471
  isFlushPending: this.isFlushPending,
471
472
  isDestroyed: this.isDestroyed,
@@ -475,12 +476,12 @@ const M = class m {
475
476
  };
476
477
  }
477
478
  };
478
- c(M, "instance", null);
479
- let De = M;
479
+ c(k, "instance", null);
480
+ let De = k;
480
481
  var ee = Object.defineProperty, te = (t, e, s) => e in t ? ee(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, p = (t, e, s) => te(t, typeof e != "symbol" ? e + "" : e, s);
481
482
  class se extends V {
482
483
  constructor(e, s = {}, r = N()) {
483
- super(e, r), p(this, "type", "computed"), p(this, "priority"), p(this, "_hasValue", !1), p(this, "_error", null), p(this, "equalsFn"), p(this, "options"), this.priority = s.priority ?? v.Normal, this.equalsFn = s.equals ?? w, this.options = s;
484
+ super(e, r), p(this, "type", "computed"), p(this, "priority"), p(this, "_hasValue", !1), p(this, "_error", null), p(this, "equalsFn"), p(this, "options"), this.priority = s.priority ?? g.Normal, this.equalsFn = s.equals ?? w, this.options = s;
484
485
  }
485
486
  /**
486
487
  * Get the computed value, tracking dependency and lazily computing
@@ -549,7 +550,7 @@ class se extends V {
549
550
  state: this.state,
550
551
  sourceCount: this.sources.size,
551
552
  observerCount: this.observers.size,
552
- priority: v[this.priority],
553
+ priority: g[this.priority],
553
554
  debugName: this.options.debugName,
554
555
  equalsFn: this.equalsFn.name || "anonymous"
555
556
  };
@@ -558,24 +559,24 @@ class se extends V {
558
559
  return `Computed(${this.options.debugName || this.id}): ${this._hasValue ? this.value : "no value"}`;
559
560
  }
560
561
  }
561
- function g(t, e) {
562
+ function v(t, e) {
562
563
  const s = new se(t, e), r = s.getValue.bind(s);
563
564
  return r.peek = s.peek.bind(s), Object.defineProperty(r, Symbol.for("tachui.computed"), {
564
565
  value: s,
565
566
  enumerable: !1
566
567
  }), r;
567
568
  }
568
- function Oe(t, e) {
569
- return g(t, e);
569
+ function Ie(t, e) {
570
+ return v(t, e);
570
571
  }
571
- function Ie(t) {
572
+ function Ne(t) {
572
573
  return typeof t == "function" && Symbol.for("tachui.computed") in t;
573
574
  }
574
- function Ne(t) {
575
+ function Ve(t) {
575
576
  return t[Symbol.for("tachui.computed")] || null;
576
577
  }
577
- function Ve(t, e) {
578
- return g(e ? () => {
578
+ function Me(t, e) {
579
+ return v(e ? () => {
579
580
  for (const r of e)
580
581
  r();
581
582
  return t();
@@ -583,38 +584,38 @@ function Ve(t, e) {
583
584
  }
584
585
  function ke(t, e) {
585
586
  let s, r = !1;
586
- return g(() => (e() && (s = t(), r = !0), r || (s = t(), r = !0), s));
587
+ return v(() => (e() && (s = t(), r = !0), r || (s = t(), r = !0), s));
587
588
  }
588
589
  const [x, re] = K("light");
589
- function Me() {
590
+ function xe() {
590
591
  const t = x();
591
592
  return t === "system" ? $() : t;
592
593
  }
593
- function xe(t) {
594
+ function $e(t) {
594
595
  re(t);
595
596
  }
596
- const ie = g(() => {
597
+ const ie = v(() => {
597
598
  const t = x();
598
599
  return t === "system" ? $() : t;
599
600
  });
600
- function $e() {
601
+ function ze() {
601
602
  return ie;
602
603
  }
603
604
  function $() {
604
605
  return typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
605
606
  }
606
- function q(t) {
607
+ function S(t) {
607
608
  const e = N();
608
609
  e && !e.disposed ? e.cleanups.push(t) : __DEV__ && console.warn("onCleanup called outside of reactive context");
609
610
  }
610
- function ze(t) {
611
+ function Re(t) {
611
612
  "dispose" in t && typeof t.dispose == "function" && t.dispose();
612
613
  }
613
- function Re(t) {
614
+ function Ae(t) {
614
615
  const [e, s] = t();
615
- return q(s), e;
616
+ return S(s), e;
616
617
  }
617
- function Ae() {
618
+ function je() {
618
619
  const t = [];
619
620
  let e = !1;
620
621
  return {
@@ -642,19 +643,19 @@ function Ae() {
642
643
  }
643
644
  };
644
645
  }
645
- function je(t, e) {
646
+ function Pe(t, e) {
646
647
  const s = setTimeout(t, e);
647
- return q(() => clearTimeout(s)), s;
648
+ return S(() => clearTimeout(s)), s;
648
649
  }
649
- function Pe(t, e) {
650
+ function Te(t, e) {
650
651
  const s = setInterval(t, e);
651
- return q(() => clearInterval(s)), s;
652
+ return S(() => clearInterval(s)), s;
652
653
  }
653
- function Te(t, e, s, r) {
654
- t.addEventListener(e, s, r), q(() => t.removeEventListener(e, s, r));
654
+ function Qe(t, e, s, r) {
655
+ t.addEventListener(e, s, r), S(() => t.removeEventListener(e, s, r));
655
656
  }
656
657
  typeof globalThis.__DEV__ > "u" && (globalThis.__DEV__ = process.env.NODE_ENV !== "production");
657
- var ne = Object.defineProperty, ue = (t, e, s) => e in t ? ne(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, y = (t, e, s) => ue(t, typeof e != "symbol" ? e + "" : e, s);
658
+ var ne = Object.defineProperty, oe = (t, e, s) => e in t ? ne(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, y = (t, e, s) => oe(t, typeof e != "symbol" ? e + "" : e, s);
658
659
  class z {
659
660
  constructor() {
660
661
  y(this, "pending", /* @__PURE__ */ new Set()), y(this, "isFlushScheduled", !1);
@@ -678,7 +679,7 @@ class z {
678
679
  this.pending.size > 0 && (this.isFlushScheduled = !0, queueMicrotask(() => this.flush()));
679
680
  }
680
681
  }
681
- class oe {
682
+ class ue {
682
683
  schedule(e) {
683
684
  try {
684
685
  e();
@@ -716,13 +717,13 @@ class ae {
716
717
  ]) {
717
718
  const s = this.queues.get(e);
718
719
  if (!s || s.size === 0) continue;
719
- const r = Array.from(s).sort((i, u) => i.id - u.id);
720
+ const r = Array.from(s).sort((i, o) => i.id - o.id);
720
721
  s.clear();
721
722
  for (const i of r)
722
723
  try {
723
724
  i.fn();
724
- } catch (u) {
725
- console.error(`Error in priority ${e} task:`, u);
725
+ } catch (o) {
726
+ console.error(`Error in priority ${e} task:`, o);
726
727
  }
727
728
  if (s.size === 0 && this.hasMoreTasks()) {
728
729
  queueMicrotask(() => this.flush());
@@ -737,78 +738,77 @@ class ae {
737
738
  }
738
739
  }
739
740
  let f = new z();
740
- function Qe() {
741
+ function He() {
741
742
  return f;
742
743
  }
743
- function He(t) {
744
+ function Be(t) {
744
745
  f = t;
745
746
  }
746
- function Be(t = !0) {
747
- t ? f = new z() : f = new oe();
747
+ function Ue(t = !0) {
748
+ t ? f = new z() : f = new ue();
748
749
  }
749
- function Ue(t) {
750
+ function We(t) {
750
751
  f.schedule(t);
751
752
  }
752
- function We(t, e) {
753
+ function Le(t, e) {
753
754
  f instanceof ae ? f.schedule(t, e) : f.schedule(t);
754
755
  }
755
- function Le(t) {
756
+ function Ge(t) {
756
757
  typeof requestIdleCallback < "u" ? requestIdleCallback(t) : setTimeout(t, 0);
757
758
  }
758
759
  export {
759
- v as $,
760
- Re as A,
761
- je as B,
762
- V as C,
763
- ye as D,
764
- Ee as E,
765
- Se as F,
766
- Ce as G,
767
- qe as H,
768
- Fe as I,
769
- E as J,
770
- w as K,
771
- we as L,
772
- be as M,
773
- _e as N,
774
- Be as O,
775
- Qe as P,
776
- Le as Q,
777
- Ue as R,
778
- We as S,
779
- He as T,
780
- R as U,
781
- $ as V,
782
- Me as W,
783
- $e as X,
784
- xe as Y,
785
- Z,
786
- De as _,
787
- K as a,
788
- n as a0,
789
- g as b,
790
- Ae as c,
791
- ze as d,
792
- Oe as e,
793
- k as f,
794
- ge as g,
760
+ ge as $,
761
+ Ue as A,
762
+ He as B,
763
+ Ge as C,
764
+ We as D,
765
+ Le as E,
766
+ Be as F,
767
+ K as G,
768
+ M as H,
769
+ be as I,
770
+ ve as J,
771
+ $ as K,
772
+ xe as L,
773
+ ze as M,
774
+ $e as N,
775
+ De as O,
776
+ Ve as P,
777
+ Me as Q,
778
+ Z as R,
779
+ ke as S,
780
+ R as T,
781
+ g as U,
782
+ I as V,
783
+ N as W,
784
+ Q as X,
785
+ V as Y,
786
+ B as Z,
787
+ me as _,
788
+ Qe as a,
789
+ Te as b,
790
+ je as c,
791
+ Ae as d,
792
+ Pe as e,
793
+ Re as f,
794
+ v as g,
795
795
  Ie as h,
796
- ve as i,
797
- Ne as j,
798
- Ve as k,
799
- ke as l,
800
- I as m,
801
- N as n,
802
- q as o,
803
- Q as p,
804
- le as q,
805
- ce as r,
806
- he as s,
807
- B as t,
808
- fe as u,
809
- de as v,
810
- pe as w,
811
- me as x,
812
- Te as y,
813
- Pe as z
796
+ Ne as i,
797
+ de as j,
798
+ ce as k,
799
+ fe as l,
800
+ ye as m,
801
+ Fe as n,
802
+ S as o,
803
+ Ce as p,
804
+ Ee as q,
805
+ he as r,
806
+ qe as s,
807
+ Oe as t,
808
+ pe as u,
809
+ E as v,
810
+ w,
811
+ Se as x,
812
+ _e as y,
813
+ we as z
814
814
  };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Build-Time Validation Stub - Lightweight Production Version
3
+ *
4
+ * Minimal build-time validation for production builds.
5
+ * Full implementation moved to @tachui/devtools package.
6
+ */
7
+ /**
8
+ * Lightweight build-time detection stub
9
+ */
10
+ export declare function isDevelopmentEnvironment(): boolean;
11
+ export declare function isCIEnvironment(): boolean;
12
+ export declare function shouldEnableValidation(): boolean;
13
+ export declare function detectBuildEnvironment(): string;
14
+ export declare function getPrimaryBuildTool(): string;
15
+ export declare function getEnvironmentConfig(): any;
16
+ /**
17
+ * Build-time development tools stub
18
+ */
19
+ export declare const BuildTimeDevTools: {
20
+ test: () => void;
21
+ getStats: () => {
22
+ environment: {
23
+ isDevelopment: boolean;
24
+ isCI: boolean;
25
+ shouldEnable: boolean;
26
+ };
27
+ buildTool: string;
28
+ available: boolean;
29
+ movedTo: string;
30
+ };
31
+ initialize: () => void;
32
+ };
33
+ //# sourceMappingURL=build-time-stub.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-time-stub.d.ts","sourceRoot":"","sources":["../../src/validation/build-time-stub.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,wBAAgB,wBAAwB,IAAI,OAAO,CAIlD;AAED,wBAAgB,eAAe,IAAI,OAAO,CAEzC;AAED,wBAAgB,sBAAsB,IAAI,OAAO,CAEhD;AAED,wBAAgB,sBAAsB,IAAI,MAAM,CAE/C;AAED,wBAAgB,mBAAmB,IAAI,MAAM,CAE5C;AAED,wBAAgB,oBAAoB,IAAI,GAAG,CAM1C;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;CAqB7B,CAAA"}
@@ -0,0 +1,67 @@
1
+ /**
2
+ * Debug Tools Stub - Lightweight Production Version
3
+ *
4
+ * Minimal debug tools for production builds.
5
+ * Full implementation moved to @tachui/devtools package.
6
+ */
7
+ export type ValidationDebugEventType = 'validation-start' | 'validation-end' | 'validation-error' | 'validation-recovery' | 'component-mount' | 'component-update' | 'component-unmount' | 'cache-hit' | 'cache-miss' | 'performance-warning';
8
+ export interface DebugEvent {
9
+ id: string;
10
+ type: ValidationDebugEventType;
11
+ timestamp: number;
12
+ componentType?: string;
13
+ componentId?: string;
14
+ message: string;
15
+ data?: any;
16
+ }
17
+ export interface DebugSession {
18
+ id: string;
19
+ startTime: number;
20
+ endTime?: number;
21
+ validationEvents: DebugEvent[];
22
+ components: any[];
23
+ errors: any[];
24
+ performance: any;
25
+ }
26
+ /**
27
+ * Lightweight debug tools stub for production
28
+ */
29
+ declare class ValidationDebuggerStub {
30
+ private static instance;
31
+ static getInstance(): ValidationDebuggerStub;
32
+ startSession(_sessionId?: string): string;
33
+ endSession(): DebugSession | null;
34
+ logEvent(_type: ValidationDebugEventType, _message: string, _data?: any): void;
35
+ registerComponent(_component: any, _type: string, _props: any): string;
36
+ updateComponent(_componentId: string, _phase: string, _data?: any): void;
37
+ recordValidationError(_error: any, _componentId?: string): void;
38
+ recordValidationRecovery(_originalError: string, _strategy: string, _componentId?: string): void;
39
+ addEventListener(_type: ValidationDebugEventType, _listener: (event: DebugEvent) => void): void;
40
+ removeEventListener(_type: ValidationDebugEventType, _listener: Function): void;
41
+ getSession(_sessionId: string): DebugSession | undefined;
42
+ getCurrentSession(): DebugSession | null;
43
+ getAllSessions(): DebugSession[];
44
+ searchEvents(_criteria: any): DebugEvent[];
45
+ analyzeComponent(_componentId: string): any;
46
+ generatePerformanceReport(): string;
47
+ clearDebugData(): void;
48
+ exportDebugData(): string;
49
+ importDebugData(_jsonData: string): void;
50
+ }
51
+ export declare const validationDebugger: ValidationDebuggerStub;
52
+ export declare const ValidationDebugUtils: {
53
+ startSession: (_sessionId?: string) => string;
54
+ endSession: () => null;
55
+ logEvent: (_type: ValidationDebugEventType, _message: string, _data?: any) => void;
56
+ registerComponent: (_component: any, _type: string, _props: any) => string;
57
+ recordError: (_error: any, _componentId?: string) => void;
58
+ recordRecovery: (_originalError: string, _strategy: string, _componentId?: string) => void;
59
+ getPerformanceReport: () => string;
60
+ searchEvents: (_criteria: any) => never[];
61
+ export: () => string;
62
+ import: (_data: string) => void;
63
+ clear: () => void;
64
+ test: () => void;
65
+ };
66
+ export {};
67
+ //# sourceMappingURL=debug-tools-stub.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"debug-tools-stub.d.ts","sourceRoot":"","sources":["../../src/validation/debug-tools-stub.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,wBAAwB,GAChC,kBAAkB,GAClB,gBAAgB,GAChB,kBAAkB,GAClB,qBAAqB,GACrB,iBAAiB,GACjB,kBAAkB,GAClB,mBAAmB,GACnB,WAAW,GACX,YAAY,GACZ,qBAAqB,CAAA;AAEzB,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,wBAAwB,CAAA;IAC9B,SAAS,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,GAAG,CAAA;CACX;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAA;IACV,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,gBAAgB,EAAE,UAAU,EAAE,CAAA;IAC9B,UAAU,EAAE,GAAG,EAAE,CAAA;IACjB,MAAM,EAAE,GAAG,EAAE,CAAA;IACb,WAAW,EAAE,GAAG,CAAA;CACjB;AAED;;GAEG;AACH,cAAM,sBAAsB;IAC1B,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAwB;IAE/C,MAAM,CAAC,WAAW,IAAI,sBAAsB;IAO5C,YAAY,CAAC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM;IAIzC,UAAU,IAAI,YAAY,GAAG,IAAI;IAIjC,QAAQ,CACN,KAAK,EAAE,wBAAwB,EAC/B,QAAQ,EAAE,MAAM,EAChB,KAAK,CAAC,EAAE,GAAG,GACV,IAAI;IAIP,iBAAiB,CAAC,UAAU,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,GAAG,MAAM;IAItE,eAAe,CAAC,YAAY,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,GAAG,GAAG,IAAI;IAIxE,qBAAqB,CAAC,MAAM,EAAE,GAAG,EAAE,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI;IAI/D,wBAAwB,CACtB,cAAc,EAAE,MAAM,EACtB,SAAS,EAAE,MAAM,EACjB,YAAY,CAAC,EAAE,MAAM,GACpB,IAAI;IAIP,gBAAgB,CACd,KAAK,EAAE,wBAAwB,EAC/B,SAAS,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,GACrC,IAAI;IAIP,mBAAmB,CACjB,KAAK,EAAE,wBAAwB,EAC/B,SAAS,EAAE,QAAQ,GAClB,IAAI;IAIP,UAAU,CAAC,UAAU,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS;IAIxD,iBAAiB,IAAI,YAAY,GAAG,IAAI;IAIxC,cAAc,IAAI,YAAY,EAAE;IAIhC,YAAY,CAAC,SAAS,EAAE,GAAG,GAAG,UAAU,EAAE;IAI1C,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,GAAG;IAI3C,yBAAyB,IAAI,MAAM;IAInC,cAAc,IAAI,IAAI;IAItB,eAAe,IAAI,MAAM;IAMzB,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;CAGzC;AAED,eAAO,MAAM,kBAAkB,wBAAuC,CAAA;AAEtE,eAAO,MAAM,oBAAoB;gCACH,MAAM;;sBAGzB,wBAAwB,YACrB,MAAM,UACR,GAAG;oCAEmB,GAAG,SAAS,MAAM,UAAU,GAAG;0BAEzC,GAAG,iBAAiB,MAAM;qCAE9B,MAAM,aACX,MAAM,iBACF,MAAM;;8BAIG,GAAG;;oBAKb,MAAM;;;CAOvB,CAAA"}