juxscript 1.1.239 → 1.1.243

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 (297) hide show
  1. package/index.js +7 -137
  2. package/lib/components/dataframe.ts +0 -569
  3. package/lib/components/tag.ts +68 -0
  4. package/lib/styles/shadcn.css +20 -7
  5. package/lib/utils/idgen.ts +6 -0
  6. package/package.json +5 -6
  7. package/index.d.ts +0 -239
  8. package/index.d.ts.map +0 -1
  9. package/lib/components/alert.d.ts +0 -36
  10. package/lib/components/alert.d.ts.map +0 -1
  11. package/lib/components/alert.js +0 -172
  12. package/lib/components/alert.ts +0 -219
  13. package/lib/components/app.d.ts +0 -89
  14. package/lib/components/app.d.ts.map +0 -1
  15. package/lib/components/app.js +0 -175
  16. package/lib/components/app.ts +0 -247
  17. package/lib/components/badge.d.ts +0 -26
  18. package/lib/components/badge.d.ts.map +0 -1
  19. package/lib/components/badge.js +0 -91
  20. package/lib/components/badge.ts +0 -118
  21. package/lib/components/base/Animations.d.ts +0 -36
  22. package/lib/components/base/Animations.d.ts.map +0 -1
  23. package/lib/components/base/Animations.js +0 -70
  24. package/lib/components/base/Animations.ts +0 -112
  25. package/lib/components/base/BaseComponent.d.ts +0 -294
  26. package/lib/components/base/BaseComponent.d.ts.map +0 -1
  27. package/lib/components/base/BaseComponent.js +0 -735
  28. package/lib/components/base/BaseComponent.ts +0 -884
  29. package/lib/components/base/FormInput.d.ts +0 -77
  30. package/lib/components/base/FormInput.d.ts.map +0 -1
  31. package/lib/components/base/FormInput.js +0 -171
  32. package/lib/components/base/FormInput.ts +0 -237
  33. package/lib/components/blueprint.d.ts +0 -40
  34. package/lib/components/blueprint.d.ts.map +0 -1
  35. package/lib/components/blueprint.js +0 -327
  36. package/lib/components/button.d.ts +0 -70
  37. package/lib/components/button.d.ts.map +0 -1
  38. package/lib/components/button.js +0 -177
  39. package/lib/components/button.ts +0 -237
  40. package/lib/components/card.d.ts +0 -35
  41. package/lib/components/card.d.ts.map +0 -1
  42. package/lib/components/card.js +0 -130
  43. package/lib/components/card.ts +0 -177
  44. package/lib/components/chart.d.ts +0 -49
  45. package/lib/components/chart.d.ts.map +0 -1
  46. package/lib/components/chart.js +0 -205
  47. package/lib/components/chart.ts +0 -254
  48. package/lib/components/checkbox.d.ts +0 -33
  49. package/lib/components/checkbox.d.ts.map +0 -1
  50. package/lib/components/checkbox.js +0 -202
  51. package/lib/components/checkbox.ts +0 -260
  52. package/lib/components/code.d.ts +0 -52
  53. package/lib/components/code.d.ts.map +0 -1
  54. package/lib/components/code.js +0 -201
  55. package/lib/components/code.ts +0 -260
  56. package/lib/components/container.d.ts +0 -60
  57. package/lib/components/container.d.ts.map +0 -1
  58. package/lib/components/container.js +0 -195
  59. package/lib/components/container.ts +0 -259
  60. package/lib/components/data.d.ts +0 -36
  61. package/lib/components/data.d.ts.map +0 -1
  62. package/lib/components/data.js +0 -110
  63. package/lib/components/data.ts +0 -135
  64. package/lib/components/dataframe/DataFrameSource.d.ts +0 -118
  65. package/lib/components/dataframe/DataFrameSource.d.ts.map +0 -1
  66. package/lib/components/dataframe/DataFrameSource.js +0 -421
  67. package/lib/components/dataframe/DataFrameSource.ts +0 -532
  68. package/lib/components/dataframe/ImportSettingsModal.d.ts +0 -60
  69. package/lib/components/dataframe/ImportSettingsModal.d.ts.map +0 -1
  70. package/lib/components/dataframe/ImportSettingsModal.js +0 -442
  71. package/lib/components/dataframe/ImportSettingsModal.ts +0 -531
  72. package/lib/components/dataframe.d.ts +0 -110
  73. package/lib/components/dataframe.d.ts.map +0 -1
  74. package/lib/components/dataframe.js +0 -470
  75. package/lib/components/datepicker.d.ts +0 -40
  76. package/lib/components/datepicker.d.ts.map +0 -1
  77. package/lib/components/datepicker.js +0 -193
  78. package/lib/components/datepicker.ts +0 -251
  79. package/lib/components/dialog.d.ts +0 -39
  80. package/lib/components/dialog.d.ts.map +0 -1
  81. package/lib/components/dialog.js +0 -131
  82. package/lib/components/dialog.ts +0 -178
  83. package/lib/components/divider.d.ts +0 -31
  84. package/lib/components/divider.d.ts.map +0 -1
  85. package/lib/components/divider.js +0 -72
  86. package/lib/components/divider.ts +0 -104
  87. package/lib/components/dropdown-menu.d.ts +0 -42
  88. package/lib/components/dropdown-menu.d.ts.map +0 -1
  89. package/lib/components/dropdown-menu.js +0 -177
  90. package/lib/components/dropdown-menu.ts +0 -214
  91. package/lib/components/dropdown.d.ts +0 -41
  92. package/lib/components/dropdown.d.ts.map +0 -1
  93. package/lib/components/dropdown.js +0 -136
  94. package/lib/components/dropdown.ts +0 -188
  95. package/lib/components/element.d.ts +0 -51
  96. package/lib/components/element.d.ts.map +0 -1
  97. package/lib/components/element.js +0 -209
  98. package/lib/components/element.ts +0 -271
  99. package/lib/components/event-chain.d.ts +0 -9
  100. package/lib/components/event-chain.d.ts.map +0 -1
  101. package/lib/components/event-chain.js +0 -33
  102. package/lib/components/fileupload.d.ts +0 -98
  103. package/lib/components/fileupload.d.ts.map +0 -1
  104. package/lib/components/fileupload.js +0 -351
  105. package/lib/components/fileupload.ts +0 -449
  106. package/lib/components/grid.d.ts +0 -88
  107. package/lib/components/grid.d.ts.map +0 -1
  108. package/lib/components/grid.js +0 -208
  109. package/lib/components/grid.ts +0 -295
  110. package/lib/components/heading.d.ts +0 -25
  111. package/lib/components/heading.d.ts.map +0 -1
  112. package/lib/components/heading.js +0 -83
  113. package/lib/components/heading.ts +0 -113
  114. package/lib/components/helpers.d.ts +0 -9
  115. package/lib/components/helpers.d.ts.map +0 -1
  116. package/lib/components/helpers.js +0 -30
  117. package/lib/components/helpers.ts +0 -41
  118. package/lib/components/hero.d.ts +0 -60
  119. package/lib/components/hero.d.ts.map +0 -1
  120. package/lib/components/hero.js +0 -239
  121. package/lib/components/hero.ts +0 -302
  122. package/lib/components/history/StateHistory.d.ts +0 -91
  123. package/lib/components/history/StateHistory.d.ts.map +0 -1
  124. package/lib/components/history/StateHistory.js +0 -154
  125. package/lib/components/history/StateHistory.ts +0 -200
  126. package/lib/components/icon.d.ts +0 -36
  127. package/lib/components/icon.d.ts.map +0 -1
  128. package/lib/components/icon.js +0 -135
  129. package/lib/components/icon.ts +0 -182
  130. package/lib/components/icons.d.ts +0 -25
  131. package/lib/components/icons.d.ts.map +0 -1
  132. package/lib/components/icons.js +0 -440
  133. package/lib/components/icons.ts +0 -464
  134. package/lib/components/image.d.ts +0 -42
  135. package/lib/components/image.d.ts.map +0 -1
  136. package/lib/components/image.js +0 -204
  137. package/lib/components/image.ts +0 -260
  138. package/lib/components/include.d.ts +0 -86
  139. package/lib/components/include.d.ts.map +0 -1
  140. package/lib/components/include.js +0 -238
  141. package/lib/components/include.ts +0 -281
  142. package/lib/components/input.d.ts +0 -85
  143. package/lib/components/input.d.ts.map +0 -1
  144. package/lib/components/input.js +0 -362
  145. package/lib/components/input.ts +0 -473
  146. package/lib/components/layer.d.ts +0 -72
  147. package/lib/components/layer.d.ts.map +0 -1
  148. package/lib/components/layer.js +0 -219
  149. package/lib/components/layer.ts +0 -304
  150. package/lib/components/link.d.ts +0 -41
  151. package/lib/components/link.d.ts.map +0 -1
  152. package/lib/components/link.js +0 -216
  153. package/lib/components/link.ts +0 -268
  154. package/lib/components/list.d.ts +0 -83
  155. package/lib/components/list.d.ts.map +0 -1
  156. package/lib/components/list.js +0 -314
  157. package/lib/components/list.ts +0 -423
  158. package/lib/components/loading.d.ts +0 -25
  159. package/lib/components/loading.d.ts.map +0 -1
  160. package/lib/components/loading.js +0 -76
  161. package/lib/components/loading.ts +0 -104
  162. package/lib/components/menu.d.ts +0 -38
  163. package/lib/components/menu.d.ts.map +0 -1
  164. package/lib/components/menu.js +0 -205
  165. package/lib/components/menu.ts +0 -279
  166. package/lib/components/modal.d.ts +0 -97
  167. package/lib/components/modal.d.ts.map +0 -1
  168. package/lib/components/modal.js +0 -463
  169. package/lib/components/modal.ts +0 -576
  170. package/lib/components/nav.d.ts +0 -46
  171. package/lib/components/nav.d.ts.map +0 -1
  172. package/lib/components/nav.js +0 -193
  173. package/lib/components/nav.ts +0 -261
  174. package/lib/components/paragraph.d.ts +0 -30
  175. package/lib/components/paragraph.d.ts.map +0 -1
  176. package/lib/components/paragraph.js +0 -93
  177. package/lib/components/paragraph.ts +0 -123
  178. package/lib/components/pen.d.ts +0 -125
  179. package/lib/components/pen.d.ts.map +0 -1
  180. package/lib/components/pen.js +0 -443
  181. package/lib/components/pen.ts +0 -567
  182. package/lib/components/progress.d.ts +0 -40
  183. package/lib/components/progress.d.ts.map +0 -1
  184. package/lib/components/progress.js +0 -116
  185. package/lib/components/progress.ts +0 -163
  186. package/lib/components/radio.d.ts +0 -43
  187. package/lib/components/radio.d.ts.map +0 -1
  188. package/lib/components/radio.js +0 -226
  189. package/lib/components/radio.ts +0 -303
  190. package/lib/components/registry.d.ts +0 -34
  191. package/lib/components/registry.d.ts.map +0 -1
  192. package/lib/components/registry.js +0 -163
  193. package/lib/components/registry.ts +0 -193
  194. package/lib/components/req.d.ts +0 -155
  195. package/lib/components/req.d.ts.map +0 -1
  196. package/lib/components/req.js +0 -253
  197. package/lib/components/req.ts +0 -303
  198. package/lib/components/script.d.ts +0 -14
  199. package/lib/components/script.d.ts.map +0 -1
  200. package/lib/components/script.js +0 -33
  201. package/lib/components/script.ts +0 -41
  202. package/lib/components/select.d.ts +0 -42
  203. package/lib/components/select.d.ts.map +0 -1
  204. package/lib/components/select.js +0 -209
  205. package/lib/components/select.ts +0 -281
  206. package/lib/components/sidebar.d.ts +0 -59
  207. package/lib/components/sidebar.d.ts.map +0 -1
  208. package/lib/components/sidebar.js +0 -298
  209. package/lib/components/sidebar.ts +0 -395
  210. package/lib/components/stack/BaseStack.d.ts +0 -65
  211. package/lib/components/stack/BaseStack.d.ts.map +0 -1
  212. package/lib/components/stack/BaseStack.js +0 -274
  213. package/lib/components/stack/BaseStack.ts +0 -328
  214. package/lib/components/stack/HStack.d.ts +0 -18
  215. package/lib/components/stack/HStack.d.ts.map +0 -1
  216. package/lib/components/stack/HStack.js +0 -22
  217. package/lib/components/stack/HStack.ts +0 -25
  218. package/lib/components/stack/VStack.d.ts +0 -19
  219. package/lib/components/stack/VStack.d.ts.map +0 -1
  220. package/lib/components/stack/VStack.js +0 -23
  221. package/lib/components/stack/VStack.ts +0 -26
  222. package/lib/components/stack/ZStack.d.ts +0 -18
  223. package/lib/components/stack/ZStack.d.ts.map +0 -1
  224. package/lib/components/stack/ZStack.js +0 -22
  225. package/lib/components/stack/ZStack.ts +0 -25
  226. package/lib/components/style.d.ts +0 -14
  227. package/lib/components/style.d.ts.map +0 -1
  228. package/lib/components/style.js +0 -33
  229. package/lib/components/style.ts +0 -41
  230. package/lib/components/switch.d.ts +0 -34
  231. package/lib/components/switch.d.ts.map +0 -1
  232. package/lib/components/switch.js +0 -209
  233. package/lib/components/switch.ts +0 -272
  234. package/lib/components/table.d.ts +0 -137
  235. package/lib/components/table.d.ts.map +0 -1
  236. package/lib/components/table.js +0 -1019
  237. package/lib/components/table.ts +0 -1225
  238. package/lib/components/tabs.d.ts +0 -53
  239. package/lib/components/tabs.d.ts.map +0 -1
  240. package/lib/components/tabs.js +0 -275
  241. package/lib/components/tabs.ts +0 -349
  242. package/lib/components/theme-toggle.d.ts +0 -45
  243. package/lib/components/theme-toggle.d.ts.map +0 -1
  244. package/lib/components/theme-toggle.js +0 -218
  245. package/lib/components/theme-toggle.ts +0 -297
  246. package/lib/components/tooltip.d.ts +0 -31
  247. package/lib/components/tooltip.d.ts.map +0 -1
  248. package/lib/components/tooltip.js +0 -112
  249. package/lib/components/tooltip.ts +0 -148
  250. package/lib/components/watcher.d.ts +0 -195
  251. package/lib/components/watcher.d.ts.map +0 -1
  252. package/lib/components/watcher.js +0 -241
  253. package/lib/components/watcher.ts +0 -261
  254. package/lib/components/write.d.ts +0 -107
  255. package/lib/components/write.d.ts.map +0 -1
  256. package/lib/components/write.js +0 -222
  257. package/lib/components/write.ts +0 -272
  258. package/lib/data/DataPipeline.d.ts +0 -113
  259. package/lib/data/DataPipeline.d.ts.map +0 -1
  260. package/lib/data/DataPipeline.js +0 -359
  261. package/lib/data/DataPipeline.ts +0 -452
  262. package/lib/facades/dataframe.jux +0 -0
  263. package/lib/globals.d.ts +0 -21
  264. package/lib/reactivity/state.d.ts +0 -36
  265. package/lib/reactivity/state.d.ts.map +0 -1
  266. package/lib/reactivity/state.js +0 -67
  267. package/lib/reactivity/state.ts +0 -78
  268. package/lib/storage/DataFrame.d.ts +0 -284
  269. package/lib/storage/DataFrame.d.ts.map +0 -1
  270. package/lib/storage/DataFrame.js +0 -1022
  271. package/lib/storage/DataFrame.ts +0 -1195
  272. package/lib/storage/DataFrameSource.d.ts +0 -158
  273. package/lib/storage/DataFrameSource.d.ts.map +0 -1
  274. package/lib/storage/DataFrameSource.js +0 -409
  275. package/lib/storage/DataFrameSource.ts +0 -556
  276. package/lib/storage/FileStorage.d.ts +0 -53
  277. package/lib/storage/FileStorage.d.ts.map +0 -1
  278. package/lib/storage/FileStorage.js +0 -80
  279. package/lib/storage/FileStorage.ts +0 -95
  280. package/lib/storage/IndexedDBDriver.d.ts +0 -75
  281. package/lib/storage/IndexedDBDriver.d.ts.map +0 -1
  282. package/lib/storage/IndexedDBDriver.js +0 -177
  283. package/lib/storage/IndexedDBDriver.ts +0 -226
  284. package/lib/storage/TabularDriver.d.ts +0 -118
  285. package/lib/storage/TabularDriver.d.ts.map +0 -1
  286. package/lib/storage/TabularDriver.js +0 -731
  287. package/lib/storage/TabularDriver.ts +0 -874
  288. package/lib/utils/codeparser.d.ts +0 -29
  289. package/lib/utils/codeparser.d.ts.map +0 -1
  290. package/lib/utils/codeparser.js +0 -409
  291. package/lib/utils/fetch.d.ts +0 -176
  292. package/lib/utils/fetch.d.ts.map +0 -1
  293. package/lib/utils/fetch.js +0 -427
  294. package/lib/utils/formatId.d.ts +0 -16
  295. package/lib/utils/formatId.d.ts.map +0 -1
  296. package/lib/utils/formatId.js +0 -27
  297. package/lib/utils/path-resolver.js +0 -23
@@ -1,193 +0,0 @@
1
- import { BaseComponent } from './base/BaseComponent.js';
2
- import { renderIcon } from './icons.js';
3
- import { req } from './req.js';
4
- // Event definitions
5
- const TRIGGER_EVENTS = [];
6
- const CALLBACK_EVENTS = [];
7
- export class Nav extends BaseComponent {
8
- constructor(id, options = {}) {
9
- super(id, {
10
- items: options.items ?? [],
11
- brand: options.brand,
12
- variant: options.variant ?? 'default',
13
- sticky: options.sticky ?? false,
14
- style: options.style ?? '',
15
- class: options.class ?? ''
16
- });
17
- this._nav = null;
18
- this._setActiveStates();
19
- }
20
- getTriggerEvents() {
21
- return TRIGGER_EVENTS;
22
- }
23
- getCallbackEvents() {
24
- return CALLBACK_EVENTS;
25
- }
26
- _setActiveStates() {
27
- this.state.items = this.state.items.map(item => ({
28
- ...item,
29
- active: req.isActiveNavItem(item.href)
30
- }));
31
- }
32
- /* ═════════════════════════════════════════════════════════════════
33
- * FLUENT API
34
- * ═════════════════════════════════════════════════════════════════ */
35
- // ✅ Inherited from BaseComponent
36
- items(value) {
37
- this.state.items = value;
38
- this._setActiveStates();
39
- return this;
40
- }
41
- addItem(item) {
42
- this.state.items = [...this.state.items, item];
43
- this._setActiveStates();
44
- return this;
45
- }
46
- itemClass(className) {
47
- this.state.items = this.state.items.map(item => ({
48
- ...item,
49
- itemClass: className
50
- }));
51
- return this;
52
- }
53
- brand(value) {
54
- this.state.brand = value;
55
- return this;
56
- }
57
- variant(value) {
58
- this.state.variant = value;
59
- return this;
60
- }
61
- sticky(value) {
62
- this.state.sticky = value;
63
- return this;
64
- }
65
- update(prop, value) {
66
- // No reactive updates needed
67
- }
68
- /* ═════════════════════════════════════════════════════════════════
69
- * RENDER
70
- * ═════════════════════════════════════════════════════════════════ */
71
- render(targetId) {
72
- const container = this._setupContainer(targetId);
73
- const { brand, items, variant, sticky, style, class: className } = this.state;
74
- const nav = document.createElement('nav');
75
- nav.className = `jux-nav jux-nav-${variant}`;
76
- nav.id = this._id;
77
- if (sticky)
78
- nav.classList.add('jux-nav-sticky');
79
- if (className)
80
- nav.className += ` ${className}`;
81
- if (style)
82
- nav.setAttribute('style', style);
83
- // Brand/Logo
84
- if (brand) {
85
- const brandEl = document.createElement('div');
86
- brandEl.className = 'jux-nav-brand';
87
- if (brand.href) {
88
- const link = document.createElement('a');
89
- link.href = brand.href;
90
- if (brand.icon) {
91
- const icon = document.createElement('span');
92
- icon.appendChild(renderIcon(brand.icon));
93
- link.appendChild(icon);
94
- }
95
- if (brand.text) {
96
- const text = document.createElement('span');
97
- text.textContent = brand.text;
98
- link.appendChild(text);
99
- }
100
- brandEl.appendChild(link);
101
- }
102
- else {
103
- if (brand.icon) {
104
- const icon = document.createElement('span');
105
- icon.appendChild(renderIcon(brand.icon));
106
- brandEl.appendChild(icon);
107
- }
108
- if (brand.text) {
109
- const text = document.createElement('span');
110
- text.textContent = brand.text;
111
- brandEl.appendChild(text);
112
- }
113
- }
114
- nav.appendChild(brandEl);
115
- }
116
- // Nav items container
117
- const itemsContainer = document.createElement('div');
118
- itemsContainer.className = 'jux-nav-items';
119
- items.forEach(item => {
120
- const itemWrapper = document.createElement('div');
121
- itemWrapper.className = 'jux-nav-item-wrapper';
122
- if (item.itemClass) {
123
- itemWrapper.className += ` ${item.itemClass}`;
124
- }
125
- const navLink = document.createElement('a');
126
- navLink.className = 'jux-nav-link';
127
- navLink.href = item.href;
128
- navLink.textContent = item.label;
129
- if (item.active) {
130
- itemWrapper.classList.add('jux-nav-item-active');
131
- navLink.classList.add('jux-nav-link-active');
132
- }
133
- itemWrapper.appendChild(navLink);
134
- itemsContainer.appendChild(itemWrapper);
135
- });
136
- nav.appendChild(itemsContainer);
137
- this._wireStandardEvents(nav);
138
- // Wire sync bindings
139
- this._syncBindings.forEach(({ property, stateObj, toState, toComponent }) => {
140
- if (property === 'items') {
141
- const transform = toComponent || ((v) => v);
142
- stateObj.subscribe((val) => {
143
- const transformed = transform(val);
144
- this.state.items = transformed;
145
- this._setActiveStates();
146
- itemsContainer.innerHTML = '';
147
- this.state.items.forEach((item) => {
148
- const itemWrapper = document.createElement('div');
149
- itemWrapper.className = 'jux-nav-item-wrapper';
150
- if (item.itemClass) {
151
- itemWrapper.className += ` ${item.itemClass}`;
152
- }
153
- const navLink = document.createElement('a');
154
- navLink.className = 'jux-nav-link';
155
- navLink.href = item.href;
156
- navLink.textContent = item.label;
157
- if (item.active) {
158
- itemWrapper.classList.add('jux-nav-item-active');
159
- navLink.classList.add('jux-nav-link-active');
160
- }
161
- itemWrapper.appendChild(navLink);
162
- itemsContainer.appendChild(itemWrapper);
163
- });
164
- });
165
- }
166
- else if (property === 'brand') {
167
- const transform = toComponent || ((v) => v);
168
- stateObj.subscribe((val) => {
169
- const transformed = transform(val);
170
- const brandEl = nav.querySelector('.jux-nav-brand');
171
- if (brandEl && transformed.text) {
172
- const textEl = brandEl.querySelector('span:last-child');
173
- if (textEl) {
174
- textEl.textContent = transformed.text;
175
- }
176
- }
177
- this.state.brand = transformed;
178
- });
179
- }
180
- });
181
- container.appendChild(nav);
182
- this._nav = nav;
183
- requestAnimationFrame(() => {
184
- if (window.lucide) {
185
- window.lucide.createIcons();
186
- }
187
- });
188
- return this;
189
- }
190
- }
191
- export function nav(id, options = {}) {
192
- return new Nav(id, options);
193
- }
@@ -1,261 +0,0 @@
1
- import { BaseComponent } from './base/BaseComponent.js';
2
- import { renderIcon } from './icons.js';
3
- import { req } from './req.js';
4
-
5
- // Event definitions
6
- const TRIGGER_EVENTS = [] as const;
7
- const CALLBACK_EVENTS = [] as const;
8
-
9
- export interface NavItem {
10
- label: string;
11
- href: string;
12
- active?: boolean;
13
- itemClass?: string;
14
- }
15
-
16
- export interface NavBrand {
17
- text?: string;
18
- href?: string;
19
- icon?: string;
20
- }
21
-
22
- export interface NavOptions {
23
- items?: NavItem[];
24
- brand?: NavBrand;
25
- variant?: 'default' | 'pills' | 'tabs';
26
- sticky?: boolean;
27
- style?: string;
28
- class?: string;
29
- }
30
-
31
- type NavState = {
32
- items: NavItem[];
33
- brand?: NavBrand;
34
- variant: string;
35
- sticky: boolean;
36
- style: string;
37
- class: string;
38
- };
39
-
40
- export class Nav extends BaseComponent<NavState> {
41
- private _nav: HTMLElement | null = null;
42
-
43
- constructor(id: string, options: NavOptions = {}) {
44
- super(id, {
45
- items: options.items ?? [],
46
- brand: options.brand,
47
- variant: options.variant ?? 'default',
48
- sticky: options.sticky ?? false,
49
- style: options.style ?? '',
50
- class: options.class ?? ''
51
- });
52
-
53
- this._setActiveStates();
54
- }
55
-
56
- protected getTriggerEvents(): readonly string[] {
57
- return TRIGGER_EVENTS;
58
- }
59
-
60
- protected getCallbackEvents(): readonly string[] {
61
- return CALLBACK_EVENTS;
62
- }
63
-
64
- private _setActiveStates(): void {
65
- this.state.items = this.state.items.map(item => ({
66
- ...item,
67
- active: req.isActiveNavItem(item.href)
68
- }));
69
- }
70
-
71
- /* ═════════════════════════════════════════════════════════════════
72
- * FLUENT API
73
- * ═════════════════════════════════════════════════════════════════ */
74
-
75
- // ✅ Inherited from BaseComponent
76
-
77
- items(value: NavItem[]): this {
78
- this.state.items = value;
79
- this._setActiveStates();
80
- return this;
81
- }
82
-
83
- addItem(item: NavItem): this {
84
- this.state.items = [...this.state.items, item];
85
- this._setActiveStates();
86
- return this;
87
- }
88
-
89
- itemClass(className: string): this {
90
- this.state.items = this.state.items.map(item => ({
91
- ...item,
92
- itemClass: className
93
- }));
94
- return this;
95
- }
96
-
97
- brand(value: NavBrand): this {
98
- this.state.brand = value;
99
- return this;
100
- }
101
-
102
- variant(value: string): this {
103
- this.state.variant = value;
104
- return this;
105
- }
106
-
107
- sticky(value: boolean): this {
108
- this.state.sticky = value;
109
- return this;
110
- }
111
-
112
- update(prop: string, value: any): void {
113
- // No reactive updates needed
114
- }
115
-
116
- /* ═════════════════════════════════════════════════════════════════
117
- * RENDER
118
- * ═════════════════════════════════════════════════════════════════ */
119
-
120
- render(targetId?: string | HTMLElement | BaseComponent<any>): this {
121
- const container = this._setupContainer(targetId);
122
-
123
- const { brand, items, variant, sticky, style, class: className } = this.state;
124
-
125
- const nav = document.createElement('nav');
126
- nav.className = `jux-nav jux-nav-${variant}`;
127
- nav.id = this._id;
128
- if (sticky) nav.classList.add('jux-nav-sticky');
129
- if (className) nav.className += ` ${className}`;
130
- if (style) nav.setAttribute('style', style);
131
-
132
- // Brand/Logo
133
- if (brand) {
134
- const brandEl = document.createElement('div');
135
- brandEl.className = 'jux-nav-brand';
136
-
137
- if (brand.href) {
138
- const link = document.createElement('a');
139
- link.href = brand.href;
140
- if (brand.icon) {
141
- const icon = document.createElement('span');
142
- icon.appendChild(renderIcon(brand.icon));
143
- link.appendChild(icon);
144
- }
145
- if (brand.text) {
146
- const text = document.createElement('span');
147
- text.textContent = brand.text;
148
- link.appendChild(text);
149
- }
150
- brandEl.appendChild(link);
151
- } else {
152
- if (brand.icon) {
153
- const icon = document.createElement('span');
154
- icon.appendChild(renderIcon(brand.icon));
155
- brandEl.appendChild(icon);
156
- }
157
- if (brand.text) {
158
- const text = document.createElement('span');
159
- text.textContent = brand.text;
160
- brandEl.appendChild(text);
161
- }
162
- }
163
-
164
- nav.appendChild(brandEl);
165
- }
166
-
167
- // Nav items container
168
- const itemsContainer = document.createElement('div');
169
- itemsContainer.className = 'jux-nav-items';
170
-
171
- items.forEach(item => {
172
- const itemWrapper = document.createElement('div');
173
- itemWrapper.className = 'jux-nav-item-wrapper';
174
-
175
- if (item.itemClass) {
176
- itemWrapper.className += ` ${item.itemClass}`;
177
- }
178
-
179
- const navLink = document.createElement('a');
180
- navLink.className = 'jux-nav-link';
181
- navLink.href = item.href;
182
- navLink.textContent = item.label;
183
- if (item.active) {
184
- itemWrapper.classList.add('jux-nav-item-active');
185
- navLink.classList.add('jux-nav-link-active');
186
- }
187
-
188
- itemWrapper.appendChild(navLink);
189
- itemsContainer.appendChild(itemWrapper);
190
- });
191
-
192
- nav.appendChild(itemsContainer);
193
-
194
- this._wireStandardEvents(nav);
195
-
196
- // Wire sync bindings
197
- this._syncBindings.forEach(({ property, stateObj, toState, toComponent }) => {
198
- if (property === 'items') {
199
- const transform = toComponent || ((v: any) => v);
200
-
201
- stateObj.subscribe((val: any) => {
202
- const transformed = transform(val);
203
- this.state.items = transformed;
204
- this._setActiveStates();
205
-
206
- itemsContainer.innerHTML = '';
207
- this.state.items.forEach((item: any) => {
208
- const itemWrapper = document.createElement('div');
209
- itemWrapper.className = 'jux-nav-item-wrapper';
210
-
211
- if (item.itemClass) {
212
- itemWrapper.className += ` ${item.itemClass}`;
213
- }
214
-
215
- const navLink = document.createElement('a');
216
- navLink.className = 'jux-nav-link';
217
- navLink.href = item.href;
218
- navLink.textContent = item.label;
219
- if (item.active) {
220
- itemWrapper.classList.add('jux-nav-item-active');
221
- navLink.classList.add('jux-nav-link-active');
222
- }
223
-
224
- itemWrapper.appendChild(navLink);
225
- itemsContainer.appendChild(itemWrapper);
226
- });
227
- });
228
- }
229
- else if (property === 'brand') {
230
- const transform = toComponent || ((v: any) => v);
231
-
232
- stateObj.subscribe((val: any) => {
233
- const transformed = transform(val);
234
- const brandEl = nav.querySelector('.jux-nav-brand');
235
- if (brandEl && transformed.text) {
236
- const textEl = brandEl.querySelector('span:last-child');
237
- if (textEl) {
238
- textEl.textContent = transformed.text;
239
- }
240
- }
241
- this.state.brand = transformed;
242
- });
243
- }
244
- });
245
-
246
- container.appendChild(nav);
247
- this._nav = nav;
248
-
249
- requestAnimationFrame(() => {
250
- if ((window as any).lucide) {
251
- (window as any).lucide.createIcons();
252
- }
253
- });
254
-
255
- return this;
256
- }
257
- }
258
-
259
- export function nav(id: string, options: NavOptions = {}): Nav {
260
- return new Nav(id, options);
261
- }
@@ -1,30 +0,0 @@
1
- import { BaseComponent } from './base/BaseComponent.js';
2
- export interface ParagraphOptions {
3
- content?: string;
4
- class?: string;
5
- style?: string;
6
- }
7
- type ParagraphState = {
8
- content: string;
9
- class: string;
10
- style: string;
11
- };
12
- export declare class Paragraph extends BaseComponent<ParagraphState> {
13
- constructor(id: string, options?: ParagraphOptions);
14
- protected getTriggerEvents(): readonly string[];
15
- protected getCallbackEvents(): readonly string[];
16
- /**
17
- * ✅ Reactive update implementation for Paragraph
18
- * Called automatically when this.state[prop] changes via Proxy
19
- */
20
- update(prop: string, value: any): void;
21
- content(value: string): this;
22
- /**
23
- * Alias for content() - more intuitive naming
24
- */
25
- text(value: string): this;
26
- render(targetId?: string | HTMLElement | BaseComponent<any>): this;
27
- }
28
- export declare function paragraph(id: string, options?: ParagraphOptions): Paragraph;
29
- export {};
30
- //# sourceMappingURL=paragraph.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"paragraph.d.ts","sourceRoot":"","sources":["paragraph.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAMxD,MAAM,WAAW,gBAAgB;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,KAAK,cAAc,GAAG;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,qBAAa,SAAU,SAAQ,aAAa,CAAC,cAAc,CAAC;gBAC5C,EAAE,EAAE,MAAM,EAAE,OAAO,GAAE,gBAAqB;IAQtD,SAAS,CAAC,gBAAgB,IAAI,SAAS,MAAM,EAAE;IAI/C,SAAS,CAAC,iBAAiB,IAAI,SAAS,MAAM,EAAE;IAIhD;;;OAGG;IACH,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAwBtC,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAK5B;;OAEG;IACH,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAQzB,MAAM,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,WAAW,GAAG,aAAa,CAAC,GAAG,CAAC,GAAG,IAAI;CAuCrE;AAED,wBAAgB,SAAS,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,GAAE,gBAAqB,GAAG,SAAS,CAE/E"}
@@ -1,93 +0,0 @@
1
- import { BaseComponent } from './base/BaseComponent.js';
2
- // Event definitions
3
- const TRIGGER_EVENTS = [];
4
- const CALLBACK_EVENTS = [];
5
- export class Paragraph extends BaseComponent {
6
- constructor(id, options = {}) {
7
- super(id, {
8
- content: options.content ?? '',
9
- class: options.class ?? '',
10
- style: options.style ?? ''
11
- });
12
- }
13
- getTriggerEvents() {
14
- return TRIGGER_EVENTS;
15
- }
16
- getCallbackEvents() {
17
- return CALLBACK_EVENTS;
18
- }
19
- /**
20
- * ✅ Reactive update implementation for Paragraph
21
- * Called automatically when this.state[prop] changes via Proxy
22
- */
23
- update(prop, value) {
24
- const el = document.getElementById(this._id);
25
- if (!el)
26
- return;
27
- switch (prop) {
28
- case 'content':
29
- el.textContent = value;
30
- break;
31
- default:
32
- super.update(prop, value);
33
- break;
34
- }
35
- }
36
- /* ═════════════════════════════════════════════════════════════════
37
- * FLUENT API
38
- * ═════════════════════════════════════════════════════════════════ */
39
- // ✅ Inherited from BaseComponent:
40
- // - style(), class()
41
- // - bind(), sync(), renderTo()
42
- // - All other base methods
43
- content(value) {
44
- this.state.content = value; // ✅ Triggers update()
45
- return this;
46
- }
47
- /**
48
- * Alias for content() - more intuitive naming
49
- */
50
- text(value) {
51
- return this.content(value);
52
- }
53
- /* ═════════════════════════════════════════════════════════════════
54
- * RENDER
55
- * ═════════════════════════════════════════════════════════════════ */
56
- render(targetId) {
57
- const container = this._setupContainer(targetId);
58
- const { content, style, class: className } = this.state;
59
- const paragraph = document.createElement('p');
60
- paragraph.className = 'jux-paragraph';
61
- paragraph.id = this._id;
62
- paragraph.textContent = content;
63
- if (className)
64
- paragraph.className += ` ${className}`;
65
- if (style)
66
- paragraph.setAttribute('style', style);
67
- this._wireStandardEvents(paragraph);
68
- // Wire sync bindings
69
- this._syncBindings.forEach(({ property, stateObj, toState, toComponent }) => {
70
- if (property === 'content') {
71
- const transform = toComponent || ((v) => String(v));
72
- stateObj.subscribe((val) => {
73
- const transformed = transform(val);
74
- paragraph.textContent = transformed;
75
- this.state.content = transformed;
76
- });
77
- }
78
- else if (property === 'class') {
79
- const transform = toComponent || ((v) => String(v));
80
- stateObj.subscribe((val) => {
81
- const transformed = transform(val);
82
- paragraph.className = `jux-paragraph ${transformed}`;
83
- this.state.class = transformed;
84
- });
85
- }
86
- });
87
- container.appendChild(paragraph);
88
- return this;
89
- }
90
- }
91
- export function paragraph(id, options = {}) {
92
- return new Paragraph(id, options);
93
- }