@ind-ds/core 0.1.0

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 (347) hide show
  1. package/README.md +41 -0
  2. package/dist/cjs/ind-alarm.cjs.entry.js +35 -0
  3. package/dist/cjs/ind-alarm.cjs.entry.js.map +1 -0
  4. package/dist/cjs/ind-app-header.cjs.entry.js +42 -0
  5. package/dist/cjs/ind-app-header.cjs.entry.js.map +1 -0
  6. package/dist/cjs/ind-button.cjs.entry.js +79 -0
  7. package/dist/cjs/ind-button.cjs.entry.js.map +1 -0
  8. package/dist/cjs/ind-checkbox.cjs.entry.js +49 -0
  9. package/dist/cjs/ind-checkbox.cjs.entry.js.map +1 -0
  10. package/dist/cjs/ind-dialog.cjs.entry.js +101 -0
  11. package/dist/cjs/ind-dialog.cjs.entry.js.map +1 -0
  12. package/dist/cjs/ind-divider.cjs.entry.js +21 -0
  13. package/dist/cjs/ind-divider.cjs.entry.js.map +1 -0
  14. package/dist/cjs/ind-ds.cjs.js +27 -0
  15. package/dist/cjs/ind-ds.cjs.js.map +1 -0
  16. package/dist/cjs/ind-fill-row.cjs.entry.js +34 -0
  17. package/dist/cjs/ind-fill-row.cjs.entry.js.map +1 -0
  18. package/dist/cjs/ind-health-card.cjs.entry.js +38 -0
  19. package/dist/cjs/ind-health-card.cjs.entry.js.map +1 -0
  20. package/dist/cjs/ind-input.cjs.entry.js +57 -0
  21. package/dist/cjs/ind-input.cjs.entry.js.map +1 -0
  22. package/dist/cjs/ind-led.cjs.entry.js +29 -0
  23. package/dist/cjs/ind-led.cjs.entry.js.map +1 -0
  24. package/dist/cjs/ind-mqtt-monitor.cjs.entry.js +75 -0
  25. package/dist/cjs/ind-mqtt-monitor.cjs.entry.js.map +1 -0
  26. package/dist/cjs/ind-nav-item.cjs.entry.js +48 -0
  27. package/dist/cjs/ind-nav-item.cjs.entry.js.map +1 -0
  28. package/dist/cjs/ind-progress.cjs.entry.js +48 -0
  29. package/dist/cjs/ind-progress.cjs.entry.js.map +1 -0
  30. package/dist/cjs/ind-scara-canvas.cjs.entry.js +57 -0
  31. package/dist/cjs/ind-scara-canvas.cjs.entry.js.map +1 -0
  32. package/dist/cjs/ind-select.cjs.entry.js +55 -0
  33. package/dist/cjs/ind-select.cjs.entry.js.map +1 -0
  34. package/dist/cjs/ind-shelf-canvas.cjs.entry.js +88 -0
  35. package/dist/cjs/ind-shelf-canvas.cjs.entry.js.map +1 -0
  36. package/dist/cjs/ind-sidebar-nav.cjs.entry.js +20 -0
  37. package/dist/cjs/ind-sidebar-nav.cjs.entry.js.map +1 -0
  38. package/dist/cjs/ind-status-bar.cjs.entry.js +22 -0
  39. package/dist/cjs/ind-status-bar.cjs.entry.js.map +1 -0
  40. package/dist/cjs/ind-status-dot.cjs.entry.js +31 -0
  41. package/dist/cjs/ind-status-dot.cjs.entry.js.map +1 -0
  42. package/dist/cjs/ind-textarea.cjs.entry.js +66 -0
  43. package/dist/cjs/ind-textarea.cjs.entry.js.map +1 -0
  44. package/dist/cjs/ind-toolbar-action.cjs.entry.js +23 -0
  45. package/dist/cjs/ind-toolbar-action.cjs.entry.js.map +1 -0
  46. package/dist/cjs/ind-value.cjs.entry.js +47 -0
  47. package/dist/cjs/ind-value.cjs.entry.js.map +1 -0
  48. package/dist/cjs/ind-valve.cjs.entry.js +31 -0
  49. package/dist/cjs/ind-valve.cjs.entry.js.map +1 -0
  50. package/dist/cjs/index-ph7ZTjuY.js +1638 -0
  51. package/dist/cjs/index-ph7ZTjuY.js.map +1 -0
  52. package/dist/cjs/index.cjs.js +5 -0
  53. package/dist/cjs/index.cjs.js.map +1 -0
  54. package/dist/cjs/loader.cjs.js +15 -0
  55. package/dist/cjs/loader.cjs.js.map +1 -0
  56. package/dist/collection/collection-manifest.json +35 -0
  57. package/dist/collection/components/atoms/alarm/alarm.css +87 -0
  58. package/dist/collection/components/atoms/alarm/alarm.js +122 -0
  59. package/dist/collection/components/atoms/alarm/alarm.js.map +1 -0
  60. package/dist/collection/components/atoms/button/button.css +110 -0
  61. package/dist/collection/components/atoms/button/button.js +215 -0
  62. package/dist/collection/components/atoms/button/button.js.map +1 -0
  63. package/dist/collection/components/atoms/checkbox/checkbox.css +92 -0
  64. package/dist/collection/components/atoms/checkbox/checkbox.js +214 -0
  65. package/dist/collection/components/atoms/checkbox/checkbox.js.map +1 -0
  66. package/dist/collection/components/atoms/dialog/dialog.css +85 -0
  67. package/dist/collection/components/atoms/dialog/dialog.js +265 -0
  68. package/dist/collection/components/atoms/dialog/dialog.js.map +1 -0
  69. package/dist/collection/components/atoms/divider/divider.css +16 -0
  70. package/dist/collection/components/atoms/divider/divider.js +50 -0
  71. package/dist/collection/components/atoms/divider/divider.js.map +1 -0
  72. package/dist/collection/components/atoms/input/input.css +92 -0
  73. package/dist/collection/components/atoms/input/input.js +427 -0
  74. package/dist/collection/components/atoms/input/input.js.map +1 -0
  75. package/dist/collection/components/atoms/led/led.css +91 -0
  76. package/dist/collection/components/atoms/led/led.js +123 -0
  77. package/dist/collection/components/atoms/led/led.js.map +1 -0
  78. package/dist/collection/components/atoms/progress/progress.css +69 -0
  79. package/dist/collection/components/atoms/progress/progress.js +221 -0
  80. package/dist/collection/components/atoms/progress/progress.js.map +1 -0
  81. package/dist/collection/components/atoms/scara-canvas/scara-canvas.css +100 -0
  82. package/dist/collection/components/atoms/scara-canvas/scara-canvas.js +138 -0
  83. package/dist/collection/components/atoms/scara-canvas/scara-canvas.js.map +1 -0
  84. package/dist/collection/components/atoms/select/select.css +88 -0
  85. package/dist/collection/components/atoms/select/select.js +244 -0
  86. package/dist/collection/components/atoms/select/select.js.map +1 -0
  87. package/dist/collection/components/atoms/shelf-canvas/shelf-canvas.css +67 -0
  88. package/dist/collection/components/atoms/shelf-canvas/shelf-canvas.js +184 -0
  89. package/dist/collection/components/atoms/shelf-canvas/shelf-canvas.js.map +1 -0
  90. package/dist/collection/components/atoms/status-dot/status-dot.css +69 -0
  91. package/dist/collection/components/atoms/status-dot/status-dot.js +125 -0
  92. package/dist/collection/components/atoms/status-dot/status-dot.js.map +1 -0
  93. package/dist/collection/components/atoms/textarea/textarea.css +74 -0
  94. package/dist/collection/components/atoms/textarea/textarea.js +331 -0
  95. package/dist/collection/components/atoms/textarea/textarea.js.map +1 -0
  96. package/dist/collection/components/atoms/value/value.css +115 -0
  97. package/dist/collection/components/atoms/value/value.js +223 -0
  98. package/dist/collection/components/atoms/value/value.js.map +1 -0
  99. package/dist/collection/components/atoms/valve/valve.css +101 -0
  100. package/dist/collection/components/atoms/valve/valve.js +150 -0
  101. package/dist/collection/components/atoms/valve/valve.js.map +1 -0
  102. package/dist/collection/components/molecules/fill-row/fill-row.css +70 -0
  103. package/dist/collection/components/molecules/fill-row/fill-row.js +181 -0
  104. package/dist/collection/components/molecules/fill-row/fill-row.js.map +1 -0
  105. package/dist/collection/components/molecules/health-card/health-card.css +53 -0
  106. package/dist/collection/components/molecules/health-card/health-card.js +124 -0
  107. package/dist/collection/components/molecules/health-card/health-card.js.map +1 -0
  108. package/dist/collection/components/molecules/nav-item/nav-item.css +82 -0
  109. package/dist/collection/components/molecules/nav-item/nav-item.js +165 -0
  110. package/dist/collection/components/molecules/nav-item/nav-item.js.map +1 -0
  111. package/dist/collection/components/molecules/toolbar-action/toolbar-action.css +36 -0
  112. package/dist/collection/components/molecules/toolbar-action/toolbar-action.js +45 -0
  113. package/dist/collection/components/molecules/toolbar-action/toolbar-action.js.map +1 -0
  114. package/dist/collection/components/organisms/app-header/app-header.css +127 -0
  115. package/dist/collection/components/organisms/app-header/app-header.js +256 -0
  116. package/dist/collection/components/organisms/app-header/app-header.js.map +1 -0
  117. package/dist/collection/components/organisms/mqtt-monitor/mqtt-monitor.css +96 -0
  118. package/dist/collection/components/organisms/mqtt-monitor/mqtt-monitor.js +205 -0
  119. package/dist/collection/components/organisms/mqtt-monitor/mqtt-monitor.js.map +1 -0
  120. package/dist/collection/components/organisms/sidebar-nav/sidebar-nav.css +39 -0
  121. package/dist/collection/components/organisms/sidebar-nav/sidebar-nav.js +26 -0
  122. package/dist/collection/components/organisms/sidebar-nav/sidebar-nav.js.map +1 -0
  123. package/dist/collection/components/organisms/status-bar/status-bar.css +34 -0
  124. package/dist/collection/components/organisms/status-bar/status-bar.js +76 -0
  125. package/dist/collection/components/organisms/status-bar/status-bar.js.map +1 -0
  126. package/dist/collection/index.js +2 -0
  127. package/dist/collection/index.js.map +1 -0
  128. package/dist/components/ind-alarm.d.ts +11 -0
  129. package/dist/components/ind-alarm.js +2 -0
  130. package/dist/components/ind-alarm.js.map +1 -0
  131. package/dist/components/ind-app-header.d.ts +11 -0
  132. package/dist/components/ind-app-header.js +2 -0
  133. package/dist/components/ind-app-header.js.map +1 -0
  134. package/dist/components/ind-button.d.ts +11 -0
  135. package/dist/components/ind-button.js +2 -0
  136. package/dist/components/ind-button.js.map +1 -0
  137. package/dist/components/ind-checkbox.d.ts +11 -0
  138. package/dist/components/ind-checkbox.js +2 -0
  139. package/dist/components/ind-checkbox.js.map +1 -0
  140. package/dist/components/ind-dialog.d.ts +11 -0
  141. package/dist/components/ind-dialog.js +2 -0
  142. package/dist/components/ind-dialog.js.map +1 -0
  143. package/dist/components/ind-divider.d.ts +11 -0
  144. package/dist/components/ind-divider.js +2 -0
  145. package/dist/components/ind-divider.js.map +1 -0
  146. package/dist/components/ind-fill-row.d.ts +11 -0
  147. package/dist/components/ind-fill-row.js +2 -0
  148. package/dist/components/ind-fill-row.js.map +1 -0
  149. package/dist/components/ind-health-card.d.ts +11 -0
  150. package/dist/components/ind-health-card.js +2 -0
  151. package/dist/components/ind-health-card.js.map +1 -0
  152. package/dist/components/ind-input.d.ts +11 -0
  153. package/dist/components/ind-input.js +2 -0
  154. package/dist/components/ind-input.js.map +1 -0
  155. package/dist/components/ind-led.d.ts +11 -0
  156. package/dist/components/ind-led.js +2 -0
  157. package/dist/components/ind-led.js.map +1 -0
  158. package/dist/components/ind-mqtt-monitor.d.ts +11 -0
  159. package/dist/components/ind-mqtt-monitor.js +2 -0
  160. package/dist/components/ind-mqtt-monitor.js.map +1 -0
  161. package/dist/components/ind-nav-item.d.ts +11 -0
  162. package/dist/components/ind-nav-item.js +2 -0
  163. package/dist/components/ind-nav-item.js.map +1 -0
  164. package/dist/components/ind-progress.d.ts +11 -0
  165. package/dist/components/ind-progress.js +2 -0
  166. package/dist/components/ind-progress.js.map +1 -0
  167. package/dist/components/ind-scara-canvas.d.ts +11 -0
  168. package/dist/components/ind-scara-canvas.js +2 -0
  169. package/dist/components/ind-scara-canvas.js.map +1 -0
  170. package/dist/components/ind-select.d.ts +11 -0
  171. package/dist/components/ind-select.js +2 -0
  172. package/dist/components/ind-select.js.map +1 -0
  173. package/dist/components/ind-shelf-canvas.d.ts +11 -0
  174. package/dist/components/ind-shelf-canvas.js +2 -0
  175. package/dist/components/ind-shelf-canvas.js.map +1 -0
  176. package/dist/components/ind-sidebar-nav.d.ts +11 -0
  177. package/dist/components/ind-sidebar-nav.js +2 -0
  178. package/dist/components/ind-sidebar-nav.js.map +1 -0
  179. package/dist/components/ind-status-bar.d.ts +11 -0
  180. package/dist/components/ind-status-bar.js +2 -0
  181. package/dist/components/ind-status-bar.js.map +1 -0
  182. package/dist/components/ind-status-dot.d.ts +11 -0
  183. package/dist/components/ind-status-dot.js +2 -0
  184. package/dist/components/ind-status-dot.js.map +1 -0
  185. package/dist/components/ind-textarea.d.ts +11 -0
  186. package/dist/components/ind-textarea.js +2 -0
  187. package/dist/components/ind-textarea.js.map +1 -0
  188. package/dist/components/ind-toolbar-action.d.ts +11 -0
  189. package/dist/components/ind-toolbar-action.js +2 -0
  190. package/dist/components/ind-toolbar-action.js.map +1 -0
  191. package/dist/components/ind-value.d.ts +11 -0
  192. package/dist/components/ind-value.js +2 -0
  193. package/dist/components/ind-value.js.map +1 -0
  194. package/dist/components/ind-valve.d.ts +11 -0
  195. package/dist/components/ind-valve.js +2 -0
  196. package/dist/components/ind-valve.js.map +1 -0
  197. package/dist/components/index.d.ts +35 -0
  198. package/dist/components/index.js +2 -0
  199. package/dist/components/index.js.map +1 -0
  200. package/dist/components/p-D-FsSjAC.js +2 -0
  201. package/dist/components/p-D-FsSjAC.js.map +1 -0
  202. package/dist/components/p-acsAzrRn.js +2 -0
  203. package/dist/components/p-acsAzrRn.js.map +1 -0
  204. package/dist/docs.d.ts +480 -0
  205. package/dist/docs.json +5360 -0
  206. package/dist/esm/ind-alarm.entry.js +33 -0
  207. package/dist/esm/ind-alarm.entry.js.map +1 -0
  208. package/dist/esm/ind-app-header.entry.js +40 -0
  209. package/dist/esm/ind-app-header.entry.js.map +1 -0
  210. package/dist/esm/ind-button.entry.js +77 -0
  211. package/dist/esm/ind-button.entry.js.map +1 -0
  212. package/dist/esm/ind-checkbox.entry.js +47 -0
  213. package/dist/esm/ind-checkbox.entry.js.map +1 -0
  214. package/dist/esm/ind-dialog.entry.js +99 -0
  215. package/dist/esm/ind-dialog.entry.js.map +1 -0
  216. package/dist/esm/ind-divider.entry.js +19 -0
  217. package/dist/esm/ind-divider.entry.js.map +1 -0
  218. package/dist/esm/ind-ds.js +23 -0
  219. package/dist/esm/ind-ds.js.map +1 -0
  220. package/dist/esm/ind-fill-row.entry.js +32 -0
  221. package/dist/esm/ind-fill-row.entry.js.map +1 -0
  222. package/dist/esm/ind-health-card.entry.js +36 -0
  223. package/dist/esm/ind-health-card.entry.js.map +1 -0
  224. package/dist/esm/ind-input.entry.js +55 -0
  225. package/dist/esm/ind-input.entry.js.map +1 -0
  226. package/dist/esm/ind-led.entry.js +27 -0
  227. package/dist/esm/ind-led.entry.js.map +1 -0
  228. package/dist/esm/ind-mqtt-monitor.entry.js +73 -0
  229. package/dist/esm/ind-mqtt-monitor.entry.js.map +1 -0
  230. package/dist/esm/ind-nav-item.entry.js +46 -0
  231. package/dist/esm/ind-nav-item.entry.js.map +1 -0
  232. package/dist/esm/ind-progress.entry.js +46 -0
  233. package/dist/esm/ind-progress.entry.js.map +1 -0
  234. package/dist/esm/ind-scara-canvas.entry.js +55 -0
  235. package/dist/esm/ind-scara-canvas.entry.js.map +1 -0
  236. package/dist/esm/ind-select.entry.js +53 -0
  237. package/dist/esm/ind-select.entry.js.map +1 -0
  238. package/dist/esm/ind-shelf-canvas.entry.js +86 -0
  239. package/dist/esm/ind-shelf-canvas.entry.js.map +1 -0
  240. package/dist/esm/ind-sidebar-nav.entry.js +18 -0
  241. package/dist/esm/ind-sidebar-nav.entry.js.map +1 -0
  242. package/dist/esm/ind-status-bar.entry.js +20 -0
  243. package/dist/esm/ind-status-bar.entry.js.map +1 -0
  244. package/dist/esm/ind-status-dot.entry.js +29 -0
  245. package/dist/esm/ind-status-dot.entry.js.map +1 -0
  246. package/dist/esm/ind-textarea.entry.js +64 -0
  247. package/dist/esm/ind-textarea.entry.js.map +1 -0
  248. package/dist/esm/ind-toolbar-action.entry.js +21 -0
  249. package/dist/esm/ind-toolbar-action.entry.js.map +1 -0
  250. package/dist/esm/ind-value.entry.js +45 -0
  251. package/dist/esm/ind-value.entry.js.map +1 -0
  252. package/dist/esm/ind-valve.entry.js +29 -0
  253. package/dist/esm/ind-valve.entry.js.map +1 -0
  254. package/dist/esm/index-D2yNiL0d.js +1628 -0
  255. package/dist/esm/index-D2yNiL0d.js.map +1 -0
  256. package/dist/esm/index.js +4 -0
  257. package/dist/esm/index.js.map +1 -0
  258. package/dist/esm/loader.js +13 -0
  259. package/dist/esm/loader.js.map +1 -0
  260. package/dist/ind-ds/ind-ds.css +1 -0
  261. package/dist/ind-ds/ind-ds.esm.js +2 -0
  262. package/dist/ind-ds/ind-ds.esm.js.map +1 -0
  263. package/dist/ind-ds/index.esm.js +2 -0
  264. package/dist/ind-ds/index.esm.js.map +1 -0
  265. package/dist/ind-ds/p-0840007d.entry.js +2 -0
  266. package/dist/ind-ds/p-0840007d.entry.js.map +1 -0
  267. package/dist/ind-ds/p-1727b403.entry.js +2 -0
  268. package/dist/ind-ds/p-1727b403.entry.js.map +1 -0
  269. package/dist/ind-ds/p-1d871f3f.entry.js +2 -0
  270. package/dist/ind-ds/p-1d871f3f.entry.js.map +1 -0
  271. package/dist/ind-ds/p-296b0c55.entry.js +2 -0
  272. package/dist/ind-ds/p-296b0c55.entry.js.map +1 -0
  273. package/dist/ind-ds/p-459405b6.entry.js +2 -0
  274. package/dist/ind-ds/p-459405b6.entry.js.map +1 -0
  275. package/dist/ind-ds/p-4a4811ab.entry.js +2 -0
  276. package/dist/ind-ds/p-4a4811ab.entry.js.map +1 -0
  277. package/dist/ind-ds/p-52b18003.entry.js +2 -0
  278. package/dist/ind-ds/p-52b18003.entry.js.map +1 -0
  279. package/dist/ind-ds/p-5369d63a.entry.js +2 -0
  280. package/dist/ind-ds/p-5369d63a.entry.js.map +1 -0
  281. package/dist/ind-ds/p-595ccdce.entry.js +2 -0
  282. package/dist/ind-ds/p-595ccdce.entry.js.map +1 -0
  283. package/dist/ind-ds/p-6c5c8053.entry.js +2 -0
  284. package/dist/ind-ds/p-6c5c8053.entry.js.map +1 -0
  285. package/dist/ind-ds/p-6c8f4bbd.entry.js +2 -0
  286. package/dist/ind-ds/p-6c8f4bbd.entry.js.map +1 -0
  287. package/dist/ind-ds/p-781e21df.entry.js +2 -0
  288. package/dist/ind-ds/p-781e21df.entry.js.map +1 -0
  289. package/dist/ind-ds/p-8817625a.entry.js +2 -0
  290. package/dist/ind-ds/p-8817625a.entry.js.map +1 -0
  291. package/dist/ind-ds/p-99f55d2a.entry.js +2 -0
  292. package/dist/ind-ds/p-99f55d2a.entry.js.map +1 -0
  293. package/dist/ind-ds/p-9b93fb09.entry.js +2 -0
  294. package/dist/ind-ds/p-9b93fb09.entry.js.map +1 -0
  295. package/dist/ind-ds/p-D2yNiL0d.js +3 -0
  296. package/dist/ind-ds/p-D2yNiL0d.js.map +1 -0
  297. package/dist/ind-ds/p-c8de42e9.entry.js +2 -0
  298. package/dist/ind-ds/p-c8de42e9.entry.js.map +1 -0
  299. package/dist/ind-ds/p-c9f752e6.entry.js +2 -0
  300. package/dist/ind-ds/p-c9f752e6.entry.js.map +1 -0
  301. package/dist/ind-ds/p-cee8bf2b.entry.js +2 -0
  302. package/dist/ind-ds/p-cee8bf2b.entry.js.map +1 -0
  303. package/dist/ind-ds/p-cf07b580.entry.js +2 -0
  304. package/dist/ind-ds/p-cf07b580.entry.js.map +1 -0
  305. package/dist/ind-ds/p-d1edc052.entry.js +2 -0
  306. package/dist/ind-ds/p-d1edc052.entry.js.map +1 -0
  307. package/dist/ind-ds/p-ea24a59d.entry.js +2 -0
  308. package/dist/ind-ds/p-ea24a59d.entry.js.map +1 -0
  309. package/dist/ind-ds/p-ec0b3785.entry.js +2 -0
  310. package/dist/ind-ds/p-ec0b3785.entry.js.map +1 -0
  311. package/dist/ind-ds/p-ee453874.entry.js +2 -0
  312. package/dist/ind-ds/p-ee453874.entry.js.map +1 -0
  313. package/dist/index.cjs.js +1 -0
  314. package/dist/index.js +1 -0
  315. package/dist/types/components/atoms/alarm/alarm.d.ts +13 -0
  316. package/dist/types/components/atoms/button/button.d.ts +31 -0
  317. package/dist/types/components/atoms/checkbox/checkbox.d.ts +18 -0
  318. package/dist/types/components/atoms/dialog/dialog.d.ts +29 -0
  319. package/dist/types/components/atoms/divider/divider.d.ts +6 -0
  320. package/dist/types/components/atoms/input/input.d.ts +34 -0
  321. package/dist/types/components/atoms/led/led.d.ts +14 -0
  322. package/dist/types/components/atoms/progress/progress.d.ts +24 -0
  323. package/dist/types/components/atoms/scara-canvas/scara-canvas.d.ts +21 -0
  324. package/dist/types/components/atoms/select/select.d.ts +27 -0
  325. package/dist/types/components/atoms/shelf-canvas/shelf-canvas.d.ts +29 -0
  326. package/dist/types/components/atoms/status-dot/status-dot.d.ts +14 -0
  327. package/dist/types/components/atoms/textarea/textarea.d.ts +28 -0
  328. package/dist/types/components/atoms/value/value.d.ts +24 -0
  329. package/dist/types/components/atoms/valve/valve.d.ts +17 -0
  330. package/dist/types/components/molecules/fill-row/fill-row.d.ts +19 -0
  331. package/dist/types/components/molecules/health-card/health-card.d.ts +13 -0
  332. package/dist/types/components/molecules/nav-item/nav-item.d.ts +17 -0
  333. package/dist/types/components/molecules/toolbar-action/toolbar-action.d.ts +6 -0
  334. package/dist/types/components/organisms/app-header/app-header.d.ts +26 -0
  335. package/dist/types/components/organisms/mqtt-monitor/mqtt-monitor.d.ts +23 -0
  336. package/dist/types/components/organisms/sidebar-nav/sidebar-nav.d.ts +11 -0
  337. package/dist/types/components/organisms/status-bar/status-bar.d.ts +13 -0
  338. package/dist/types/components.d.ts +1775 -0
  339. package/dist/types/index.d.ts +21 -0
  340. package/dist/types/stencil-public-runtime.d.ts +1861 -0
  341. package/loader/cdn.js +1 -0
  342. package/loader/index.cjs.js +1 -0
  343. package/loader/index.d.ts +24 -0
  344. package/loader/index.es2017.js +1 -0
  345. package/loader/index.js +2 -0
  346. package/package.json +87 -0
  347. package/utilities.css +324 -0
package/loader/cdn.js ADDED
@@ -0,0 +1 @@
1
+ module.exports = require('../dist/cjs/loader.cjs.js');
@@ -0,0 +1 @@
1
+ module.exports = require('../dist/cjs/loader.cjs.js');
@@ -0,0 +1,24 @@
1
+ export * from '../dist/types/components';
2
+ export interface CustomElementsDefineOptions {
3
+ exclude?: string[];
4
+ resourcesUrl?: string;
5
+ syncQueue?: boolean;
6
+ jmp?: (c: Function) => any;
7
+ raf?: (c: FrameRequestCallback) => number;
8
+ ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
9
+ rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
10
+ }
11
+ export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): void;
12
+ /**
13
+ * @deprecated
14
+ */
15
+ export declare function applyPolyfills(): Promise<void>;
16
+
17
+ /**
18
+ * Used to specify a nonce value that corresponds with an application's CSP.
19
+ * When set, the nonce will be added to all dynamically created script and style tags at runtime.
20
+ * Alternatively, the nonce value can be set on a meta tag in the DOM head
21
+ * (<meta name="csp-nonce" content="{ nonce value here }" />) which
22
+ * will result in the same behavior.
23
+ */
24
+ export declare function setNonce(nonce: string): void;
@@ -0,0 +1 @@
1
+ export * from '../dist/esm/loader.js';
@@ -0,0 +1,2 @@
1
+ (function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
2
+ export * from '../dist/esm/loader.js';
package/package.json ADDED
@@ -0,0 +1,87 @@
1
+ {
2
+ "name": "@ind-ds/core",
3
+ "version": "0.1.0",
4
+ "description": "Web components for the industrial HMI/SCADA design system — Stencil-built, framework-agnostic.",
5
+ "keywords": [
6
+ "web-components",
7
+ "stencil",
8
+ "design-system",
9
+ "hmi",
10
+ "scada",
11
+ "industrial",
12
+ "isa-18.2",
13
+ "custom-elements",
14
+ "ui-kit"
15
+ ],
16
+ "license": "MIT",
17
+ "author": "ind-ds contributors",
18
+ "homepage": "https://github.com/christophe77/in-ds#readme",
19
+ "bugs": {
20
+ "url": "https://github.com/christophe77/in-ds/issues"
21
+ },
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git+https://github.com/christophe77/in-ds.git",
25
+ "directory": "packages/core"
26
+ },
27
+ "type": "module",
28
+ "sideEffects": [
29
+ "**/*.css",
30
+ "dist/ind-ds/*",
31
+ "dist/esm/loader.js",
32
+ "loader/**"
33
+ ],
34
+ "main": "dist/index.cjs.js",
35
+ "module": "dist/index.js",
36
+ "es2017": "dist/esm/index.js",
37
+ "types": "dist/types/index.d.ts",
38
+ "unpkg": "dist/ind-ds/ind-ds.esm.js",
39
+ "collection": "dist/collection/collection-manifest.json",
40
+ "collection:main": "dist/collection/index.js",
41
+ "exports": {
42
+ ".": {
43
+ "types": "./dist/types/index.d.ts",
44
+ "import": "./dist/index.js",
45
+ "require": "./dist/index.cjs.js"
46
+ },
47
+ "./loader": {
48
+ "types": "./loader/index.d.ts",
49
+ "import": "./loader/index.js",
50
+ "require": "./loader/index.cjs.js"
51
+ },
52
+ "./components/*": {
53
+ "types": "./dist/components/*.d.ts",
54
+ "import": "./dist/components/*.js"
55
+ },
56
+ "./dist/components": {
57
+ "types": "./dist/components/index.d.ts",
58
+ "import": "./dist/components/index.js"
59
+ },
60
+ "./css/utilities": "./utilities.css",
61
+ "./dist/*": "./dist/*"
62
+ },
63
+ "files": [
64
+ "dist",
65
+ "loader",
66
+ "utilities.css",
67
+ "README.md"
68
+ ],
69
+ "scripts": {
70
+ "build": "stencil build",
71
+ "dev": "stencil build --dev --watch --serve",
72
+ "test": "stencil test --spec --e2e",
73
+ "clean": "rimraf dist loader www src/components.d.ts"
74
+ },
75
+ "publishConfig": {
76
+ "access": "public",
77
+ "provenance": true
78
+ },
79
+ "dependencies": {
80
+ "@ind-ds/tokens": "workspace:*"
81
+ },
82
+ "devDependencies": {
83
+ "@stencil/core": "^4.22.0",
84
+ "@stencil/react-output-target": "^1.5.3",
85
+ "rimraf": "^5.0.5"
86
+ }
87
+ }
package/utilities.css ADDED
@@ -0,0 +1,324 @@
1
+ /* @ind-ds/core layout utilities.
2
+ *
3
+ * Lightweight, framework-agnostic CSS classes for composing maintenance /
4
+ * dashboard layouts. Sit on top of @ind-ds/tokens variables — switching
5
+ * [data-theme] is enough to keep them coherent.
6
+ *
7
+ * Import once at app boot:
8
+ * @import "@ind-ds/core/css/utilities";
9
+ * // or
10
+ * import "@ind-ds/core/css/utilities";
11
+ */
12
+
13
+ /* ---------- Stacks & rows --------------------------------------------- */
14
+
15
+ .ind-stack { display: flex; flex-direction: column; gap: var(--ind-spacing-4, 8px); }
16
+ .ind-stack--xs { gap: var(--ind-spacing-2, 4px); }
17
+ .ind-stack--sm { gap: var(--ind-spacing-3, 6px); }
18
+ .ind-stack--md { gap: var(--ind-spacing-4, 8px); }
19
+ .ind-stack--lg { gap: var(--ind-spacing-6, 16px); }
20
+ .ind-stack--xl { gap: var(--ind-spacing-8, 24px); }
21
+
22
+ .ind-row { display: flex; flex-direction: row; align-items: center; gap: var(--ind-spacing-4, 8px); }
23
+ .ind-row--xs { gap: var(--ind-spacing-2, 4px); }
24
+ .ind-row--sm { gap: var(--ind-spacing-3, 6px); }
25
+ .ind-row--md { gap: var(--ind-spacing-4, 8px); }
26
+ .ind-row--lg { gap: var(--ind-spacing-6, 16px); }
27
+ .ind-row--baseline { align-items: baseline; }
28
+ .ind-row--top { align-items: flex-start; }
29
+ .ind-row--bottom { align-items: flex-end; }
30
+ .ind-row--wrap { flex-wrap: wrap; }
31
+
32
+ .ind-spacer { flex: 1 1 auto; }
33
+
34
+ /* ---------- Group box (Qt-style bordered container with optional title) */
35
+
36
+ .ind-group {
37
+ display: flex;
38
+ flex-direction: column;
39
+ background: var(--ind-surface-panel);
40
+ border: 1px solid var(--ind-surface-border-default);
41
+ border-radius: var(--ind-radius-md, 3px);
42
+ padding: var(--ind-spacing-5, 12px);
43
+ gap: var(--ind-spacing-4, 8px);
44
+ font-family: var(--ind-font-family-sans);
45
+ color: var(--ind-surface-text-primary, light-dark(#11161c, #eef1f5));
46
+ }
47
+
48
+ .ind-group__title {
49
+ font-size: var(--ind-font-size-sm, 11px);
50
+ font-weight: var(--ind-font-weight-semibold, 600);
51
+ text-transform: uppercase;
52
+ letter-spacing: 0.05em;
53
+ color: var(--ind-surface-text-secondary, light-dark(#2a3340, #aab5c2));
54
+ margin: 0;
55
+ padding-bottom: var(--ind-spacing-3, 6px);
56
+ border-bottom: 1px solid var(--ind-surface-border-subtle);
57
+ }
58
+
59
+ .ind-group__body {
60
+ display: flex;
61
+ flex-direction: column;
62
+ gap: var(--ind-spacing-4, 8px);
63
+ }
64
+
65
+ /* ---------- Section header (colored banner, bold label) --------------- */
66
+
67
+ .ind-section-header {
68
+ display: flex;
69
+ align-items: center;
70
+ gap: var(--ind-spacing-4, 8px);
71
+ padding: var(--ind-spacing-3, 6px) var(--ind-spacing-6, 16px);
72
+ background: var(--ind-button-primary-bg);
73
+ color: var(--ind-button-primary-fg);
74
+ font-family: var(--ind-font-family-sans);
75
+ font-size: var(--ind-font-size-lg, 14px);
76
+ font-weight: var(--ind-font-weight-semibold, 600);
77
+ letter-spacing: 0.02em;
78
+ }
79
+ .ind-section-header--warning { background: var(--ind-feedback-warning-bg); color: var(--ind-feedback-warning-fg); }
80
+ .ind-section-header--danger { background: var(--ind-feedback-error-bg); color: var(--ind-feedback-error-fg); }
81
+ .ind-section-header--info { background: var(--ind-feedback-info-bg); color: var(--ind-feedback-info-fg); }
82
+ .ind-section-header--success { background: var(--ind-feedback-success-bg); color: var(--ind-feedback-success-fg); }
83
+ .ind-section-header--neutral { background: var(--ind-surface-raised); color: var(--ind-surface-text-primary); }
84
+
85
+ /* ---------- Section label (compact uppercase + rule) ------------------ */
86
+
87
+ .ind-section-label {
88
+ display: flex;
89
+ align-items: center;
90
+ gap: var(--ind-spacing-4, 8px);
91
+ font-family: var(--ind-font-family-sans);
92
+ font-size: var(--ind-font-size-xs, 10px);
93
+ font-weight: var(--ind-font-weight-bold, 700);
94
+ text-transform: uppercase;
95
+ letter-spacing: 0.08em;
96
+ color: var(--ind-surface-text-secondary, light-dark(#2a3340, #aab5c2));
97
+ margin: 0;
98
+ }
99
+ .ind-section-label::after {
100
+ content: "";
101
+ flex: 1;
102
+ height: 1px;
103
+ background: var(--ind-surface-border-subtle);
104
+ }
105
+
106
+ /* ---------- Info row (fixed-width label + value) ---------------------- */
107
+
108
+ .ind-info-row {
109
+ display: grid;
110
+ grid-template-columns: minmax(140px, max-content) 1fr;
111
+ gap: var(--ind-spacing-4, 8px);
112
+ align-items: baseline;
113
+ font-family: var(--ind-font-family-sans);
114
+ font-size: var(--ind-font-size-base, 12px);
115
+ }
116
+ .ind-info-row__label {
117
+ color: var(--ind-surface-text-muted, light-dark(#5a6776, #8390a0));
118
+ }
119
+ .ind-info-row__value {
120
+ color: var(--ind-surface-text-primary, light-dark(#11161c, #eef1f5));
121
+ font-feature-settings: var(--ind-font-feature-tabular, "tnum" 1);
122
+ }
123
+
124
+ /* ---------- Metric row (key + bold value) ----------------------------- */
125
+
126
+ .ind-metric-row {
127
+ display: grid;
128
+ grid-template-columns: minmax(150px, max-content) 1fr;
129
+ gap: var(--ind-spacing-4, 8px);
130
+ align-items: baseline;
131
+ }
132
+ .ind-metric-row__key {
133
+ color: var(--ind-surface-text-secondary, light-dark(#2a3340, #aab5c2));
134
+ font-size: var(--ind-font-size-sm, 11px);
135
+ }
136
+ .ind-metric-row__value {
137
+ color: var(--ind-surface-text-primary, light-dark(#11161c, #eef1f5));
138
+ font-family: var(--ind-font-family-mono);
139
+ font-weight: var(--ind-font-weight-bold, 700);
140
+ font-feature-settings: var(--ind-font-feature-tabular, "tnum" 1);
141
+ }
142
+
143
+ /* ---------- Warn note (inline callout) -------------------------------- */
144
+
145
+ .ind-warn-note {
146
+ display: flex;
147
+ gap: var(--ind-spacing-4, 8px);
148
+ padding: var(--ind-spacing-4, 8px) var(--ind-spacing-5, 12px);
149
+ background: color-mix(in srgb, var(--ind-feedback-warning-bg) 18%, transparent);
150
+ border: 1px solid var(--ind-feedback-warning-border);
151
+ border-left-width: 3px;
152
+ border-radius: var(--ind-radius-md, 3px);
153
+ font-family: var(--ind-font-family-sans);
154
+ font-size: var(--ind-font-size-sm, 11px);
155
+ color: var(--ind-surface-text-primary, light-dark(#11161c, #eef1f5));
156
+ }
157
+ .ind-warn-note::before {
158
+ content: "⚠";
159
+ color: var(--ind-feedback-warning-bg);
160
+ font-weight: var(--ind-font-weight-bold, 700);
161
+ flex-shrink: 0;
162
+ }
163
+
164
+ /* ---------- Status line (dot + text) ---------------------------------- */
165
+ /* Pair with <ind-status-dot> for connection / MQTT / health indicators. */
166
+
167
+ .ind-status-line {
168
+ display: inline-flex;
169
+ align-items: center;
170
+ gap: var(--ind-spacing-3, 6px);
171
+ font-family: var(--ind-font-family-sans);
172
+ font-size: var(--ind-font-size-sm, 11px);
173
+ color: var(--ind-surface-text-primary, light-dark(#11161c, #eef1f5));
174
+ }
175
+
176
+ /* ---------- Scroll area (themed scrollbar) ---------------------------- */
177
+
178
+ .ind-scroll-area {
179
+ overflow: auto;
180
+ scrollbar-width: thin;
181
+ scrollbar-color: var(--ind-surface-border-strong) transparent;
182
+ }
183
+ .ind-scroll-area::-webkit-scrollbar { width: 10px; height: 10px; }
184
+ .ind-scroll-area::-webkit-scrollbar-thumb { background: var(--ind-surface-border-strong); border-radius: 4px; }
185
+ .ind-scroll-area::-webkit-scrollbar-track { background: transparent; }
186
+
187
+ /* ---------- Text utilities -------------------------------------------- */
188
+
189
+ .ind-text-muted { color: var(--ind-surface-text-muted, light-dark(#5a6776, #8390a0)); }
190
+ .ind-text-secondary { color: var(--ind-surface-text-secondary, light-dark(#2a3340, #aab5c2)); }
191
+ .ind-text-strong { font-weight: var(--ind-font-weight-bold, 700); }
192
+ .ind-text-mono { font-family: var(--ind-font-family-mono); font-feature-settings: var(--ind-font-feature-tabular, "tnum" 1); }
193
+ .ind-text-tabular { font-feature-settings: var(--ind-font-feature-tabular, "tnum" 1); }
194
+ .ind-text-upper { text-transform: uppercase; letter-spacing: 0.05em; }
195
+ .ind-text-link {
196
+ color: var(--ind-feedback-info-bg);
197
+ text-decoration: underline;
198
+ text-underline-offset: 2px;
199
+ }
200
+ .ind-text-link:hover { text-decoration-thickness: 2px; }
201
+
202
+ /* ---------- Table ----------------------------------------------------- */
203
+ /* Headless `<table>` styling. Bring your own markup, add the class. */
204
+
205
+ .ind-table {
206
+ width: 100%;
207
+ border-collapse: collapse;
208
+ font-family: var(--ind-font-family-sans);
209
+ font-size: var(--ind-font-size-base, 12px);
210
+ color: var(--ind-surface-text-primary, light-dark(#11161c, #eef1f5));
211
+ font-feature-settings: var(--ind-font-feature-tabular, "tnum" 1);
212
+ }
213
+
214
+ .ind-table thead th {
215
+ text-align: left;
216
+ font-size: var(--ind-font-size-sm, 11px);
217
+ font-weight: var(--ind-font-weight-semibold, 600);
218
+ text-transform: uppercase;
219
+ letter-spacing: 0.04em;
220
+ color: var(--ind-surface-text-secondary, light-dark(#2a3340, #aab5c2));
221
+ padding: var(--ind-spacing-3, 6px) var(--ind-spacing-4, 8px);
222
+ border-bottom: 1px solid var(--ind-surface-border-default);
223
+ background: var(--ind-surface-panel);
224
+ position: sticky;
225
+ top: 0;
226
+ z-index: 1;
227
+ }
228
+
229
+ .ind-table tbody td {
230
+ padding: var(--ind-spacing-3, 6px) var(--ind-spacing-4, 8px);
231
+ border-bottom: 1px solid var(--ind-surface-border-subtle);
232
+ vertical-align: middle;
233
+ }
234
+
235
+ .ind-table tbody tr:hover {
236
+ background: color-mix(in srgb, var(--ind-surface-raised) 80%, transparent);
237
+ }
238
+
239
+ .ind-table--striped tbody tr:nth-child(even) {
240
+ background: color-mix(in srgb, var(--ind-surface-raised) 50%, transparent);
241
+ }
242
+
243
+ .ind-table--compact thead th,
244
+ .ind-table--compact tbody td {
245
+ padding: var(--ind-spacing-1, 2px) var(--ind-spacing-3, 6px);
246
+ }
247
+
248
+ .ind-table .num,
249
+ .ind-table th.num,
250
+ .ind-table--numeric td {
251
+ text-align: right;
252
+ font-family: var(--ind-font-family-mono);
253
+ }
254
+
255
+ /* Alarm row highlights — drop the matching modifier on the <tr>.
256
+ *
257
+ * Full-saturation backgrounds with the alarm `fg` token. This matches real
258
+ * SCADA HMI practice (alarm rows are meant to grab attention) and gives a
259
+ * guaranteed ~7.5:1+ contrast ratio regardless of the active theme.
260
+ *
261
+ * Anything inside the row that sets its own `color` (.ind-status-line, td,
262
+ * etc.) must inherit so the alarm fg cascades — otherwise descendants revert
263
+ * to --ind-surface-text-primary and break contrast on the saturated bg.
264
+ */
265
+ .ind-table tr.is-alarm--high-high { background: var(--ind-alarm-high-high-bg); color: var(--ind-alarm-high-high-fg); }
266
+ .ind-table tr.is-alarm--high { background: var(--ind-alarm-high-bg); color: var(--ind-alarm-high-fg); }
267
+ .ind-table tr.is-alarm--low { background: var(--ind-alarm-low-bg); color: var(--ind-alarm-low-fg); }
268
+ .ind-table tr.is-alarm--low-low { background: var(--ind-alarm-low-low-bg); color: var(--ind-alarm-low-low-fg); }
269
+
270
+ .ind-table tr[class*="is-alarm--"] td,
271
+ .ind-table tr[class*="is-alarm--"] .ind-status-line,
272
+ .ind-table tr[class*="is-alarm--"] .ind-text-muted,
273
+ .ind-table tr[class*="is-alarm--"] .ind-text-secondary {
274
+ color: inherit;
275
+ }
276
+
277
+ /* Hover should not erase the alarm color. */
278
+ .ind-table tr[class*="is-alarm--"]:hover {
279
+ filter: brightness(1.05);
280
+ }
281
+
282
+ /* ---------- Toolbar --------------------------------------------------- */
283
+ /* Horizontal bar with start / center / end sections — for filter rows,
284
+ * action bars on top of tables / logs. */
285
+
286
+ .ind-toolbar {
287
+ display: flex;
288
+ align-items: center;
289
+ gap: var(--ind-spacing-4, 8px);
290
+ padding: var(--ind-spacing-3, 6px) var(--ind-spacing-4, 8px);
291
+ background: var(--ind-surface-panel);
292
+ border-bottom: 1px solid var(--ind-surface-border-default);
293
+ flex-wrap: wrap;
294
+ }
295
+
296
+ .ind-toolbar__end {
297
+ margin-left: auto;
298
+ display: flex;
299
+ align-items: center;
300
+ gap: var(--ind-spacing-3, 6px);
301
+ }
302
+
303
+ /* ---------- Page shell helpers (T1 / T2 templates) -------------------- */
304
+
305
+ .ind-page {
306
+ min-height: 100vh;
307
+ background: var(--ind-surface-background);
308
+ color: var(--ind-surface-text-primary);
309
+ font-family: var(--ind-font-family-sans);
310
+ }
311
+
312
+ .ind-sidebar {
313
+ width: var(--ind-size-sidebar-width, 178px);
314
+ flex-shrink: 0;
315
+ background: var(--ind-surface-panel);
316
+ border-right: 1px solid var(--ind-surface-border-default);
317
+ }
318
+
319
+ .ind-content {
320
+ flex: 1;
321
+ min-width: 0;
322
+ padding: var(--ind-spacing-6, 16px);
323
+ background: var(--ind-surface-background);
324
+ }