@blueprintui/cli 0.0.7 → 0.0.10

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 (210) hide show
  1. package/README.md +22 -2
  2. package/package.json +21 -21
  3. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/.tsbuildinfo +1 -1
  4. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/alert/element.d.ts +1 -1
  5. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/alert/element.js +11 -10
  6. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/breadcrumb/element.d.ts +3 -3
  7. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/breadcrumb/element.js +3 -3
  8. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/button-icon/element.js +1 -1
  9. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/datalist/element.d.ts +0 -2
  10. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/datalist/element.js +0 -6
  11. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/date/element.d.ts +0 -2
  12. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/date/element.js +1 -6
  13. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/drawer/element.d.ts +1 -2
  14. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/drawer/element.js +4 -3
  15. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/file/element.d.ts +0 -1
  16. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/file/element.js +4 -7
  17. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/control/element.d.ts +7 -27
  18. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/control/element.js +39 -134
  19. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/control-group/element.d.ts +5 -17
  20. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/control-group/element.js +17 -36
  21. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/control-inline/element.d.ts +0 -9
  22. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/control-inline/element.js +6 -39
  23. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/control-label/element.d.ts +0 -1
  24. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/control-label/element.js +0 -2
  25. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/control-message/element.d.ts +3 -18
  26. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/control-message/element.js +4 -13
  27. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/form-group/element.d.ts +0 -3
  28. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/form-group/element.js +5 -8
  29. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/utils/context.d.ts +2 -7
  30. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/utils/utils.d.ts +3 -7
  31. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/utils/utils.js +28 -20
  32. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/utils/validate.d.ts +0 -1
  33. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/forms/utils/validate.js +19 -17
  34. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/alert.d.ts +7 -7
  35. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/alert.js +7 -7
  36. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/all.d.ts +1 -4
  37. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/all.js +1 -4
  38. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-expand.d.ts +2 -2
  39. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-expand.js +2 -2
  40. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-handle.d.ts +2 -2
  41. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-handle.js +2 -2
  42. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-icon.d.ts +2 -2
  43. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-icon.js +2 -2
  44. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-sort.d.ts +2 -2
  45. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-sort.js +2 -2
  46. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/color.d.ts +1 -1
  47. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/color.js +1 -1
  48. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/date.d.ts +2 -2
  49. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/date.js +2 -2
  50. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/drawer.d.ts +1 -1
  51. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/drawer.js +1 -1
  52. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/file.d.ts +3 -3
  53. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/file.js +3 -3
  54. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/forms.d.ts +3 -3
  55. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/forms.js +5 -3
  56. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/lazy.d.ts +1 -4
  57. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/lazy.js +1 -4
  58. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/modal.d.ts +1 -1
  59. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/modal.js +1 -1
  60. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/month.d.ts +1 -1
  61. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/month.js +1 -1
  62. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/nav.d.ts +2 -2
  63. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/nav.js +2 -2
  64. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/pagination.d.ts +3 -3
  65. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/pagination.js +3 -3
  66. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/password.d.ts +3 -3
  67. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/password.js +3 -3
  68. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/search.d.ts +1 -1
  69. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/search.js +1 -1
  70. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/time.d.ts +1 -1
  71. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/time.js +1 -1
  72. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/{base → components}/button.d.ts +5 -4
  73. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/{base → components}/button.js +5 -9
  74. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/state-active.controller.d.ts +1 -0
  75. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/state-active.controller.js +8 -5
  76. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/state-control.controller.d.ts +17 -0
  77. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/state-control.controller.js +67 -0
  78. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/state-disabled.controller.d.ts +3 -3
  79. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/state-pressed.controller.d.ts +3 -3
  80. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/state-readonly.controller.d.ts +12 -0
  81. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/state-readonly.controller.js +22 -0
  82. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/state-selected.controller.d.ts +13 -0
  83. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/state-selected.controller.js +29 -0
  84. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-anchor.controller.d.ts +3 -3
  85. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-button.controller.d.ts +10 -5
  86. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-button.controller.js +51 -1
  87. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-closable.controller.d.ts +14 -0
  88. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-closable.controller.js +30 -0
  89. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-dialog.controller.js +3 -3
  90. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-form.controller.d.ts +27 -0
  91. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-form.controller.js +34 -0
  92. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-popup.controller.js +3 -3
  93. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/index.d.ts +6 -2
  94. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/index.js +6 -2
  95. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/services/global.service.d.ts +0 -2
  96. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/services/global.service.js +0 -1
  97. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/utils/a11y.d.ts +1 -0
  98. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/utils/a11y.js +7 -0
  99. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/utils/dom.d.ts +1 -0
  100. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/utils/dom.js +8 -0
  101. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/utils/events.d.ts +1 -1
  102. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/utils/events.js +1 -1
  103. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/month/element.d.ts +0 -2
  104. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/month/element.js +1 -6
  105. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/nav/element.d.ts +28 -0
  106. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/nav/element.js +13 -10
  107. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/nav/item/element.d.ts +0 -2
  108. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/nav/item/element.js +11 -16
  109. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/popup/element.d.ts +4 -3
  110. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/popup/element.js +4 -3
  111. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/radio/element.d.ts +0 -1
  112. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/radio/element.js +4 -13
  113. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/radio/group/element.d.ts +0 -1
  114. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/radio/group/element.js +0 -12
  115. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/range/element.d.ts +0 -4
  116. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/range/element.js +0 -15
  117. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/select/element.d.ts +0 -2
  118. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/select/element.js +1 -15
  119. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/test/index.d.ts +3 -3
  120. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/test/index.js +6 -36
  121. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/textarea/element.d.ts +0 -1
  122. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/textarea/element.js +0 -1
  123. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/time/element.d.ts +0 -2
  124. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/time/element.js +1 -6
  125. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/tooltip/element.js +1 -1
  126. package/src/index.mjs +31 -1
  127. package/src/rollup.config.mjs +14 -18
  128. package/src/utils.mjs +26 -0
  129. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icon/element.d.ts +0 -35
  130. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icon/element.js +0 -91
  131. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icon/index.d.ts +0 -1
  132. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icon/index.js +0 -1
  133. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/angle.d.ts +0 -12
  134. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/angle.js +0 -8
  135. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/calendar.d.ts +0 -12
  136. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/calendar.js +0 -8
  137. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/check-circle.d.ts +0 -12
  138. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/check-circle.js +0 -8
  139. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/clock.d.ts +0 -12
  140. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/clock.js +0 -8
  141. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/close.d.ts +0 -12
  142. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/close.js +0 -8
  143. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/cloud.d.ts +0 -12
  144. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/cloud.js +0 -8
  145. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/color-picker.d.ts +0 -12
  146. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/color-picker.js +0 -8
  147. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/drag-handle.d.ts +0 -12
  148. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/drag-handle.js +0 -8
  149. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/ellipsis-vertical.d.ts +0 -12
  150. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/ellipsis-vertical.js +0 -8
  151. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/exclamation-circle.d.ts +0 -12
  152. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/exclamation-circle.js +0 -8
  153. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/eye-hide.d.ts +0 -12
  154. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/eye-hide.js +0 -8
  155. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/eye.d.ts +0 -12
  156. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/eye.js +0 -8
  157. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/filter.d.ts +0 -12
  158. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/filter.js +0 -8
  159. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/folder.d.ts +0 -12
  160. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/folder.js +0 -8
  161. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/home.d.ts +0 -12
  162. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/home.js +0 -8
  163. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/icon.service.d.ts +0 -5
  164. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/icon.service.js +0 -17
  165. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/image.d.ts +0 -12
  166. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/image.js +0 -8
  167. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/index.d.ts +0 -25
  168. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/index.js +0 -25
  169. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/info-circle.d.ts +0 -12
  170. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/info-circle.js +0 -8
  171. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/interfaces.d.ts +0 -10
  172. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/interfaces.js +0 -1
  173. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/menu.d.ts +0 -12
  174. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/menu.js +0 -8
  175. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/search.d.ts +0 -12
  176. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/search.js +0 -8
  177. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/step-forward-two.d.ts +0 -12
  178. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/step-forward-two.js +0 -8
  179. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/times.d.ts +0 -12
  180. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/times.js +0 -8
  181. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/unknown.d.ts +0 -12
  182. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/unknown.js +0 -8
  183. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/user.d.ts +0 -12
  184. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/user.js +0 -8
  185. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/warning.d.ts +0 -12
  186. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/warning.js +0 -8
  187. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/icon.d.ts +0 -6
  188. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/icon.js +0 -2
  189. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/link.d.ts +0 -6
  190. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/link.js +0 -2
  191. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/list.d.ts +0 -7
  192. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/list.js +0 -3
  193. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/text.d.ts +0 -6
  194. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/text.js +0 -2
  195. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-submit.controller.d.ts +0 -15
  196. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-submit.controller.js +0 -64
  197. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/link/element.d.ts +0 -22
  198. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/link/element.js +0 -40
  199. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/link/index.d.ts +0 -1
  200. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/link/index.js +0 -1
  201. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/list/element.d.ts +0 -19
  202. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/list/element.js +0 -32
  203. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/list/index.d.ts +0 -2
  204. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/list/index.js +0 -2
  205. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/list/item/element.d.ts +0 -18
  206. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/list/item/element.js +0 -26
  207. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/text/element.d.ts +0 -25
  208. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/text/element.js +0 -60
  209. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/text/index.d.ts +0 -1
  210. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/text/index.js +0 -1
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const colorPickerIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['color-picker']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const colorPickerIcon = {
3
- name: 'color-picker',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01"></path>'
6
- }
7
- };
8
- IconService.add(colorPickerIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const dragHandleIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['drag-handle']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const dragHandleIcon = {
3
- name: 'drag-handle',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z"></path>',
6
- }
7
- };
8
- IconService.add(dragHandleIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const ellipsisVerticalIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['ellipsis-vertical']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const ellipsisVerticalIcon = {
3
- name: 'ellipsis-vertical',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"></path>'
6
- }
7
- };
8
- IconService.add(ellipsisVerticalIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const exclamationCircleIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['exclamation-circle']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const exclamationCircleIcon = {
3
- name: 'exclamation-circle',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>'
6
- }
7
- };
8
- IconService.add(exclamationCircleIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const eyeHideIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['eye-hide']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const eyeHideIcon = {
3
- name: 'eye-hide',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.875 18.825A10.05 10.05 0 0112 19c-4.478 0-8.268-2.943-9.543-7a9.97 9.97 0 011.563-3.029m5.858.908a3 3 0 114.243 4.243M9.878 9.878l4.242 4.242M9.88 9.88l-3.29-3.29m7.532 7.532l3.29 3.29M3 3l3.59 3.59m0 0A9.953 9.953 0 0112 5c4.478 0 8.268 2.943 9.543 7a10.025 10.025 0 01-4.132 5.411m0 0L21 21"></path>'
6
- }
7
- };
8
- IconService.add(eyeHideIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const eyeIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['eye']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const eyeIcon = {
3
- name: 'eye',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path>'
6
- }
7
- };
8
- IconService.add(eyeIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const filterIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['filter']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const filterIcon = {
3
- name: 'filter',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.293A1 1 0 013 6.586V4z"></path>'
6
- }
7
- };
8
- IconService.add(filterIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const folderIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['folder']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const folderIcon = {
3
- name: 'folder',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"></path>'
6
- }
7
- };
8
- IconService.add(folderIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const homeIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['home']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const homeIcon = {
3
- name: 'home',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path>'
6
- }
7
- };
8
- IconService.add(homeIcon);
@@ -1,5 +0,0 @@
1
- import { IconRegistry } from './interfaces.js';
2
- export declare class IconService {
3
- static get registry(): Readonly<Partial<IconRegistry>>;
4
- static add(...shapes: any[]): void;
5
- }
@@ -1,17 +0,0 @@
1
- import { GlobalStateService } from '@blueprintui/components/internals';
2
- const unknown = {
3
- shape: {
4
- default: '<svg fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"></path></svg>',
5
- }
6
- };
7
- export class IconService {
8
- static get registry() {
9
- return { unknown, ...GlobalStateService.state.iconRegistry };
10
- }
11
- static add(...shapes) {
12
- GlobalStateService.dispatch('iconRegistry', {
13
- iconRegistry: { ...Object.fromEntries(shapes.filter(s => !IconService.registry[s.name]).map(s => [s.name, s])) }
14
- });
15
- }
16
- }
17
- '@blueprintui/components/icons/angle.js';
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const imageIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['image']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const imageIcon = {
3
- name: 'image',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"></path>'
6
- }
7
- };
8
- IconService.add(imageIcon);
@@ -1,25 +0,0 @@
1
- export * from './icon.service.js';
2
- export * from './angle.js';
3
- export * from './calendar.js';
4
- export * from './check-circle.js';
5
- export * from './clock.js';
6
- export * from './close.js';
7
- export * from './cloud.js';
8
- export * from './color-picker.js';
9
- export * from './drag-handle.js';
10
- export * from './ellipsis-vertical.js';
11
- export * from './exclamation-circle.js';
12
- export * from './eye-hide.js';
13
- export * from './eye.js';
14
- export * from './filter.js';
15
- export * from './folder.js';
16
- export * from './home.js';
17
- export * from './image.js';
18
- export * from './info-circle.js';
19
- export * from './menu.js';
20
- export * from './search.js';
21
- export * from './step-forward-two.js';
22
- export * from './times.js';
23
- export * from './unknown.js';
24
- export * from './user.js';
25
- export * from './warning.js';
@@ -1,25 +0,0 @@
1
- export * from './icon.service.js';
2
- export * from './angle.js';
3
- export * from './calendar.js';
4
- export * from './check-circle.js';
5
- export * from './clock.js';
6
- export * from './close.js';
7
- export * from './cloud.js';
8
- export * from './color-picker.js';
9
- export * from './drag-handle.js';
10
- export * from './ellipsis-vertical.js';
11
- export * from './exclamation-circle.js';
12
- export * from './eye-hide.js';
13
- export * from './eye.js';
14
- export * from './filter.js';
15
- export * from './folder.js';
16
- export * from './home.js';
17
- export * from './image.js';
18
- export * from './info-circle.js';
19
- export * from './menu.js';
20
- export * from './search.js';
21
- export * from './step-forward-two.js';
22
- export * from './times.js';
23
- export * from './unknown.js';
24
- export * from './user.js';
25
- export * from './warning.js';
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const infoCircleIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['info-circle']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const infoCircleIcon = {
3
- name: 'info-circle',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>'
6
- }
7
- };
8
- IconService.add(infoCircleIcon);
@@ -1,10 +0,0 @@
1
- export interface IconShape {
2
- default: string;
3
- }
4
- export interface IconDefinition {
5
- name: string;
6
- shape: string | IconShape;
7
- }
8
- export interface IconRegistry {
9
- [key: string]: IconDefinition;
10
- }
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const menuIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['menu']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const menuIcon = {
3
- name: 'menu',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>',
6
- }
7
- };
8
- IconService.add(menuIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const searchIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['search']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const searchIcon = {
3
- name: 'search',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>',
6
- }
7
- };
8
- IconService.add(searchIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const stepForwardTwoIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['step-forward-two']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const stepForwardTwoIcon = {
3
- name: 'step-forward-two',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 11l7-7 7 7M5 19l7-7 7 7"></path>',
6
- }
7
- };
8
- IconService.add(stepForwardTwoIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const timesIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['times']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const timesIcon = {
3
- name: 'times',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>',
6
- }
7
- };
8
- IconService.add(timesIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const unknownIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['unknown']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const unknownIcon = {
3
- name: 'unknown',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"></path>',
6
- }
7
- };
8
- IconService.add(unknownIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const userIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['user']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const userIcon = {
3
- name: 'user',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path>'
6
- }
7
- };
8
- IconService.add(userIcon);
@@ -1,12 +0,0 @@
1
- import { IconDefinition } from './interfaces.js';
2
- export declare const warningIcon: {
3
- name: string;
4
- shape: {
5
- default: string;
6
- };
7
- };
8
- declare module '@blueprintui/components/icon' {
9
- interface IconRegistry {
10
- ['warning']: IconDefinition;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { IconService } from './icon.service.js';
2
- export const warningIcon = {
3
- name: 'warning',
4
- shape: {
5
- default: '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"></path>'
6
- }
7
- };
8
- IconService.add(warningIcon);
@@ -1,6 +0,0 @@
1
- import { BpIcon } from '@blueprintui/components/icon';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'bp-icon': BpIcon;
5
- }
6
- }
@@ -1,2 +0,0 @@
1
- import { BpIcon } from '@blueprintui/components/icon';
2
- customElements.get('bp-icon') || customElements.define('bp-icon', BpIcon);
@@ -1,6 +0,0 @@
1
- import { BpLink } from '@blueprintui/components/link';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'bp-link': BpLink;
5
- }
6
- }
@@ -1,2 +0,0 @@
1
- import { BpLink } from '@blueprintui/components/link';
2
- customElements.get('bp-link') || customElements.define('bp-link', BpLink);
@@ -1,7 +0,0 @@
1
- import { BpList, BpListItem } from '@blueprintui/components/list';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'bp-list': BpList;
5
- 'bp-list-item': BpListItem;
6
- }
7
- }
@@ -1,3 +0,0 @@
1
- import { BpList, BpListItem } from '@blueprintui/components/list';
2
- customElements.get('bp-list') || customElements.define('bp-list', BpList);
3
- customElements.get('bp-list-item') || customElements.define('bp-list-item', BpListItem);
@@ -1,6 +0,0 @@
1
- import { BpText } from '@blueprintui/components/text';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'bp-heading': BpText;
5
- }
6
- }
@@ -1,2 +0,0 @@
1
- import { BpText } from '@blueprintui/components/text';
2
- customElements.get('bp-text') || customElements.define('bp-text', BpText);
@@ -1,15 +0,0 @@
1
- import { ReactiveController, ReactiveElement } from 'lit';
2
- export declare type ButtonSubmit = ReactiveElement & HTMLElement & {
3
- name: string;
4
- value: string;
5
- disabled: boolean;
6
- type: 'button' | 'submit';
7
- readonly: boolean;
8
- };
9
- export declare function typeSubmit<T extends ButtonSubmit>(): ClassDecorator;
10
- export declare class TypeSubmitController<T extends ButtonSubmit> implements ReactiveController {
11
- #private;
12
- private host;
13
- constructor(host: T);
14
- hostUpdated(): void;
15
- }