sidesys-generic-ui 0.0.2

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 (334) hide show
  1. package/README.md +24 -0
  2. package/bundles/sidesys-generic-ui.umd.js +5082 -0
  3. package/bundles/sidesys-generic-ui.umd.js.map +1 -0
  4. package/esm2015/lib/alert/index.js +3 -0
  5. package/esm2015/lib/alert/s-alert.component.js +19 -0
  6. package/esm2015/lib/alert/s-alert.module.js +24 -0
  7. package/esm2015/lib/avatar/components/profile-group/index.js +3 -0
  8. package/esm2015/lib/avatar/components/profile-group/s-profile-group.component.js +59 -0
  9. package/esm2015/lib/avatar/components/profile-group/s-profile-group.module.js +28 -0
  10. package/esm2015/lib/avatar/index.js +3 -0
  11. package/esm2015/lib/avatar/s-avatar.component.js +54 -0
  12. package/esm2015/lib/avatar/s-avatar.module.js +28 -0
  13. package/esm2015/lib/badge/index.js +3 -0
  14. package/esm2015/lib/badge/s-badge.component.js +31 -0
  15. package/esm2015/lib/badge/s-badge.module.js +28 -0
  16. package/esm2015/lib/blockquote/index.js +3 -0
  17. package/esm2015/lib/blockquote/s-blockquote.component.js +18 -0
  18. package/esm2015/lib/blockquote/s-blockquote.module.js +24 -0
  19. package/esm2015/lib/breadcrum/index.js +3 -0
  20. package/esm2015/lib/breadcrum/s-breadcrum.component.js +37 -0
  21. package/esm2015/lib/breadcrum/s-breadcrum.module.js +32 -0
  22. package/esm2015/lib/button/button.module.js +26 -0
  23. package/esm2015/lib/button/components/button/s-button.component.js +58 -0
  24. package/esm2015/lib/button/index.js +3 -0
  25. package/esm2015/lib/card/index.js +4 -0
  26. package/esm2015/lib/card/s-card-models.js +9 -0
  27. package/esm2015/lib/card/s-card.component.js +86 -0
  28. package/esm2015/lib/card/s-card.module.js +42 -0
  29. package/esm2015/lib/checkbox/index.js +3 -0
  30. package/esm2015/lib/checkbox/s-checkbox.component.js +41 -0
  31. package/esm2015/lib/checkbox/s-checkbox.module.js +28 -0
  32. package/esm2015/lib/company-logo/index.js +3 -0
  33. package/esm2015/lib/company-logo/s-company-logo.component.js +27 -0
  34. package/esm2015/lib/company-logo/s-company-logo.module.js +24 -0
  35. package/esm2015/lib/content/index.js +3 -0
  36. package/esm2015/lib/content/s-content.component.js +23 -0
  37. package/esm2015/lib/content/s-content.module.js +26 -0
  38. package/esm2015/lib/drop-down/index.js +4 -0
  39. package/esm2015/lib/drop-down/s-drop-down-button.js +7 -0
  40. package/esm2015/lib/drop-down/s-drop-down.component.js +41 -0
  41. package/esm2015/lib/drop-down/s-drop-down.module.js +18 -0
  42. package/esm2015/lib/footer/index.js +3 -0
  43. package/esm2015/lib/footer/s-footer.component.js +18 -0
  44. package/esm2015/lib/footer/s-footer.module.js +26 -0
  45. package/esm2015/lib/form/index.js +4 -0
  46. package/esm2015/lib/form/s-form-control.js +57 -0
  47. package/esm2015/lib/form/s-form.component.js +136 -0
  48. package/esm2015/lib/form/s-form.module.js +53 -0
  49. package/esm2015/lib/icon/index.js +3 -0
  50. package/esm2015/lib/icon/s-icon.component.js +45 -0
  51. package/esm2015/lib/icon/s-icon.module.js +24 -0
  52. package/esm2015/lib/icon/s-icons.js +55 -0
  53. package/esm2015/lib/icon-material/index.js +3 -0
  54. package/esm2015/lib/icon-material/s-icon-material.component.js +61 -0
  55. package/esm2015/lib/icon-material/s-icon-material.module.js +24 -0
  56. package/esm2015/lib/input/components/error-control/s-error-control.component.js +57 -0
  57. package/esm2015/lib/input/components/input-email/s-input-email.component.js +18 -0
  58. package/esm2015/lib/input/components/input-password/s-input-password.component.js +18 -0
  59. package/esm2015/lib/input/components/input-text/s-input-text.component.js +118 -0
  60. package/esm2015/lib/input/components/input-textarea/s-input-textarea.component.js +65 -0
  61. package/esm2015/lib/input/index.js +7 -0
  62. package/esm2015/lib/input/input.module.js +57 -0
  63. package/esm2015/lib/link/index.js +3 -0
  64. package/esm2015/lib/link/s-link.component.js +38 -0
  65. package/esm2015/lib/link/s-link.module.js +24 -0
  66. package/esm2015/lib/list/index.js +3 -0
  67. package/esm2015/lib/list/s-list.component.js +19 -0
  68. package/esm2015/lib/list/s-list.module.js +24 -0
  69. package/esm2015/lib/login/index.js +5 -0
  70. package/esm2015/lib/login/s-login-event.js +3 -0
  71. package/esm2015/lib/login/s-login-images.js +4 -0
  72. package/esm2015/lib/login/s-login-model.js +3 -0
  73. package/esm2015/lib/login/s-login.component.js +92 -0
  74. package/esm2015/lib/login/s-login.module.js +34 -0
  75. package/esm2015/lib/navbar/components/menu-config/index.js +4 -0
  76. package/esm2015/lib/navbar/components/menu-config/s-menu-config-model.js +8 -0
  77. package/esm2015/lib/navbar/components/menu-config/s-menu-config.component.js +43 -0
  78. package/esm2015/lib/navbar/components/menu-config/s-menu-config.module.js +37 -0
  79. package/esm2015/lib/navbar/components/menu-main/index.js +4 -0
  80. package/esm2015/lib/navbar/components/menu-main/s-menu-main-model.js +3 -0
  81. package/esm2015/lib/navbar/components/menu-main/s-menu-main.component.js +33 -0
  82. package/esm2015/lib/navbar/components/menu-main/s-menu-main.module.js +41 -0
  83. package/esm2015/lib/navbar/components/search-menu/index.js +3 -0
  84. package/esm2015/lib/navbar/components/search-menu/s-search-menu.component.js +42 -0
  85. package/esm2015/lib/navbar/components/search-menu/s-search-menu.module.js +33 -0
  86. package/esm2015/lib/navbar/index.js +8 -0
  87. package/esm2015/lib/navbar/s-navbar.component.js +55 -0
  88. package/esm2015/lib/navbar/s-navbar.module.js +57 -0
  89. package/esm2015/lib/pagination/index.js +4 -0
  90. package/esm2015/lib/pagination/new/s-pag-model.js +7 -0
  91. package/esm2015/lib/pagination/new/s-pag.component.js +102 -0
  92. package/esm2015/lib/pagination/s-pagination.component.js +88 -0
  93. package/esm2015/lib/pagination/s-pagination.module.js +43 -0
  94. package/esm2015/lib/popup/index.js +3 -0
  95. package/esm2015/lib/popup/s-popup.component.js +144 -0
  96. package/esm2015/lib/popup/s-popup.module.js +38 -0
  97. package/esm2015/lib/precode/index.js +3 -0
  98. package/esm2015/lib/precode/s-precode.component.js +40 -0
  99. package/esm2015/lib/precode/s-precode.module.js +34 -0
  100. package/esm2015/lib/progressbar/index.js +3 -0
  101. package/esm2015/lib/progressbar/s-progressbar.component.js +31 -0
  102. package/esm2015/lib/progressbar/s-progressbar.module.js +28 -0
  103. package/esm2015/lib/progressbar/temperature/temperature.component.js +25 -0
  104. package/esm2015/lib/radio/index.js +3 -0
  105. package/esm2015/lib/radio/s-radio.component.js +39 -0
  106. package/esm2015/lib/radio/s-radio.module.js +28 -0
  107. package/esm2015/lib/rangeslider/index.js +3 -0
  108. package/esm2015/lib/rangeslider/s-rangeslider.component.js +19 -0
  109. package/esm2015/lib/rangeslider/s-rangeslider.module.js +24 -0
  110. package/esm2015/lib/select/index.js +6 -0
  111. package/esm2015/lib/select/s-select-model.js +9 -0
  112. package/esm2015/lib/select/s-select.module.js +56 -0
  113. package/esm2015/lib/select/select-multiple/s-select-multiple.component.js +73 -0
  114. package/esm2015/lib/select/select-normal/s-select.component.js +32 -0
  115. package/esm2015/lib/select/select-simple/s-select-simple.component.js +80 -0
  116. package/esm2015/lib/sidebar/index.js +4 -0
  117. package/esm2015/lib/sidebar/s-sidebar-model.js +2 -0
  118. package/esm2015/lib/sidebar/s-sidebar.component.js +51 -0
  119. package/esm2015/lib/sidebar/s-sidebar.module.js +40 -0
  120. package/esm2015/lib/spinner/index.js +3 -0
  121. package/esm2015/lib/spinner/s-spinner.component.js +23 -0
  122. package/esm2015/lib/spinner/s-spinner.module.js +26 -0
  123. package/esm2015/lib/stepper/index.js +3 -0
  124. package/esm2015/lib/stepper/s-stepper.component.js +19 -0
  125. package/esm2015/lib/stepper/s-stepper.module.js +24 -0
  126. package/esm2015/lib/sub-menu/index.js +4 -0
  127. package/esm2015/lib/sub-menu/s-sub-menu-model.js +15 -0
  128. package/esm2015/lib/sub-menu/s-sub-menu.component.js +69 -0
  129. package/esm2015/lib/sub-menu/s-sub-menu.module.js +44 -0
  130. package/esm2015/lib/tabbar/index.js +3 -0
  131. package/esm2015/lib/tabbar/s-tabbar.component.js +19 -0
  132. package/esm2015/lib/tabbar/s-tabbar.module.js +26 -0
  133. package/esm2015/lib/table/index.js +4 -0
  134. package/esm2015/lib/table/s-table-content.js +37 -0
  135. package/esm2015/lib/table/s-table.component.js +100 -0
  136. package/esm2015/lib/table/s-table.module.js +20 -0
  137. package/esm2015/lib/table-t/index.js +3 -0
  138. package/esm2015/lib/table-t/s-tablet.component.js +208 -0
  139. package/esm2015/lib/table-t/s-tablet.module.js +18 -0
  140. package/esm2015/lib/tag/index.js +3 -0
  141. package/esm2015/lib/tag/s-tag.component.js +34 -0
  142. package/esm2015/lib/tag/s-tag.module.js +28 -0
  143. package/esm2015/lib/text-search/index.js +3 -0
  144. package/esm2015/lib/text-search/s-text-search.component.js +33 -0
  145. package/esm2015/lib/text-search/s-text-search.module.js +28 -0
  146. package/esm2015/lib/theme/index.js +3 -0
  147. package/esm2015/lib/theme/s-theme.component.js +16 -0
  148. package/esm2015/lib/theme/s-theme.module.js +24 -0
  149. package/esm2015/lib/thumbnail/index.js +3 -0
  150. package/esm2015/lib/thumbnail/s-thumbnail-model.js +3 -0
  151. package/esm2015/lib/thumbnail/s-thumbnail.component.js +31 -0
  152. package/esm2015/lib/thumbnail/s-thumbnail.module.js +24 -0
  153. package/esm2015/lib/toast/index.js +3 -0
  154. package/esm2015/lib/toast/s-toast.component.js +87 -0
  155. package/esm2015/lib/toast/s-toast.module.js +28 -0
  156. package/esm2015/lib/toggle-switch/index.js +3 -0
  157. package/esm2015/lib/toggle-switch/s-toggle-switch.component.js +65 -0
  158. package/esm2015/lib/toggle-switch/s-toggle-switch.module.js +34 -0
  159. package/esm2015/lib/tooltip/directive/s-tooltip-directive.js +35 -0
  160. package/esm2015/lib/tooltip/index.js +4 -0
  161. package/esm2015/lib/tooltip/s-tooltip.component.js +39 -0
  162. package/esm2015/lib/tooltip/s-tooltip.module.js +27 -0
  163. package/esm2015/lib/tree-list/index.js +3 -0
  164. package/esm2015/lib/tree-list/s-tree-list.component.js +221 -0
  165. package/esm2015/lib/tree-list/s-tree-list.module.js +38 -0
  166. package/esm2015/public-api.js +44 -0
  167. package/esm2015/sidesys-generic-ui.js +5 -0
  168. package/fesm2015/sidesys-generic-ui.js +4273 -0
  169. package/fesm2015/sidesys-generic-ui.js.map +1 -0
  170. package/lib/alert/index.d.ts +2 -0
  171. package/lib/alert/s-alert.component.d.ts +8 -0
  172. package/lib/alert/s-alert.module.d.ts +8 -0
  173. package/lib/avatar/components/profile-group/index.d.ts +2 -0
  174. package/lib/avatar/components/profile-group/s-profile-group.component.d.ts +12 -0
  175. package/lib/avatar/components/profile-group/s-profile-group.module.d.ts +9 -0
  176. package/lib/avatar/index.d.ts +2 -0
  177. package/lib/avatar/s-avatar.component.d.ts +19 -0
  178. package/lib/avatar/s-avatar.module.d.ts +9 -0
  179. package/lib/badge/index.d.ts +2 -0
  180. package/lib/badge/s-badge.component.d.ts +11 -0
  181. package/lib/badge/s-badge.module.d.ts +9 -0
  182. package/lib/blockquote/index.d.ts +2 -0
  183. package/lib/blockquote/s-blockquote.component.d.ts +8 -0
  184. package/lib/blockquote/s-blockquote.module.d.ts +8 -0
  185. package/lib/breadcrum/index.d.ts +2 -0
  186. package/lib/breadcrum/s-breadcrum.component.d.ts +17 -0
  187. package/lib/breadcrum/s-breadcrum.module.d.ts +10 -0
  188. package/lib/button/button.module.d.ts +8 -0
  189. package/lib/button/components/button/s-button.component.d.ts +20 -0
  190. package/lib/button/index.d.ts +2 -0
  191. package/lib/card/index.d.ts +3 -0
  192. package/lib/card/s-card-models.d.ts +10 -0
  193. package/lib/card/s-card.component.d.ts +31 -0
  194. package/lib/card/s-card.module.d.ts +12 -0
  195. package/lib/checkbox/index.d.ts +2 -0
  196. package/lib/checkbox/s-checkbox.component.d.ts +15 -0
  197. package/lib/checkbox/s-checkbox.module.d.ts +9 -0
  198. package/lib/company-logo/index.d.ts +2 -0
  199. package/lib/company-logo/s-company-logo.component.d.ts +11 -0
  200. package/lib/company-logo/s-company-logo.module.d.ts +8 -0
  201. package/lib/content/index.d.ts +2 -0
  202. package/lib/content/s-content.component.d.ts +9 -0
  203. package/lib/content/s-content.module.d.ts +8 -0
  204. package/lib/drop-down/index.d.ts +3 -0
  205. package/lib/drop-down/s-drop-down-button.d.ts +4 -0
  206. package/lib/drop-down/s-drop-down.component.d.ts +20 -0
  207. package/lib/drop-down/s-drop-down.module.d.ts +8 -0
  208. package/lib/footer/index.d.ts +2 -0
  209. package/lib/footer/s-footer.component.d.ts +8 -0
  210. package/lib/footer/s-footer.module.d.ts +8 -0
  211. package/lib/form/index.d.ts +3 -0
  212. package/lib/form/s-form-control.d.ts +24 -0
  213. package/lib/form/s-form.component.d.ts +33 -0
  214. package/lib/form/s-form.module.d.ts +14 -0
  215. package/lib/icon/index.d.ts +2 -0
  216. package/lib/icon/s-icon.component.d.ts +18 -0
  217. package/lib/icon/s-icon.module.d.ts +8 -0
  218. package/lib/icon/s-icons.d.ts +8 -0
  219. package/lib/icon-material/index.d.ts +2 -0
  220. package/lib/icon-material/s-icon-material.component.d.ts +19 -0
  221. package/lib/icon-material/s-icon-material.module.d.ts +8 -0
  222. package/lib/input/components/error-control/s-error-control.component.d.ts +13 -0
  223. package/lib/input/components/input-email/s-input-email.component.d.ts +8 -0
  224. package/lib/input/components/input-password/s-input-password.component.d.ts +8 -0
  225. package/lib/input/components/input-text/s-input-text.component.d.ts +34 -0
  226. package/lib/input/components/input-textarea/s-input-textarea.component.d.ts +24 -0
  227. package/lib/input/index.d.ts +6 -0
  228. package/lib/input/input.module.d.ts +14 -0
  229. package/lib/link/index.d.ts +2 -0
  230. package/lib/link/s-link.component.d.ts +14 -0
  231. package/lib/link/s-link.module.d.ts +8 -0
  232. package/lib/list/index.d.ts +2 -0
  233. package/lib/list/s-list.component.d.ts +8 -0
  234. package/lib/list/s-list.module.d.ts +8 -0
  235. package/lib/login/index.d.ts +4 -0
  236. package/lib/login/s-login-event.d.ts +4 -0
  237. package/lib/login/s-login-images.d.ts +3 -0
  238. package/lib/login/s-login-model.d.ts +7 -0
  239. package/lib/login/s-login.component.d.ts +33 -0
  240. package/lib/login/s-login.module.d.ts +10 -0
  241. package/lib/navbar/components/menu-config/index.d.ts +3 -0
  242. package/lib/navbar/components/menu-config/s-menu-config-model.d.ts +5 -0
  243. package/lib/navbar/components/menu-config/s-menu-config.component.d.ts +19 -0
  244. package/lib/navbar/components/menu-config/s-menu-config.module.d.ts +11 -0
  245. package/lib/navbar/components/menu-main/index.d.ts +3 -0
  246. package/lib/navbar/components/menu-main/s-menu-main-model.d.ts +7 -0
  247. package/lib/navbar/components/menu-main/s-menu-main.component.d.ts +13 -0
  248. package/lib/navbar/components/menu-main/s-menu-main.module.d.ts +12 -0
  249. package/lib/navbar/components/search-menu/index.d.ts +2 -0
  250. package/lib/navbar/components/search-menu/s-search-menu.component.d.ts +17 -0
  251. package/lib/navbar/components/search-menu/s-search-menu.module.d.ts +10 -0
  252. package/lib/navbar/index.d.ts +5 -0
  253. package/lib/navbar/s-navbar.component.d.ts +20 -0
  254. package/lib/navbar/s-navbar.module.d.ts +16 -0
  255. package/lib/pagination/index.d.ts +3 -0
  256. package/lib/pagination/new/s-pag-model.d.ts +4 -0
  257. package/lib/pagination/new/s-pag.component.d.ts +32 -0
  258. package/lib/pagination/s-pagination.component.d.ts +27 -0
  259. package/lib/pagination/s-pagination.module.d.ts +12 -0
  260. package/lib/popup/index.d.ts +2 -0
  261. package/lib/popup/s-popup.component.d.ts +39 -0
  262. package/lib/popup/s-popup.module.d.ts +10 -0
  263. package/lib/precode/index.d.ts +2 -0
  264. package/lib/precode/s-precode.component.d.ts +11 -0
  265. package/lib/precode/s-precode.module.d.ts +10 -0
  266. package/lib/progressbar/index.d.ts +2 -0
  267. package/lib/progressbar/s-progressbar.component.d.ts +11 -0
  268. package/lib/progressbar/s-progressbar.module.d.ts +9 -0
  269. package/lib/progressbar/temperature/temperature.component.d.ts +11 -0
  270. package/lib/radio/index.d.ts +2 -0
  271. package/lib/radio/s-radio.component.d.ts +14 -0
  272. package/lib/radio/s-radio.module.d.ts +9 -0
  273. package/lib/rangeslider/index.d.ts +2 -0
  274. package/lib/rangeslider/s-rangeslider.component.d.ts +8 -0
  275. package/lib/rangeslider/s-rangeslider.module.d.ts +8 -0
  276. package/lib/select/index.d.ts +5 -0
  277. package/lib/select/s-select-model.d.ts +25 -0
  278. package/lib/select/s-select.module.d.ts +15 -0
  279. package/lib/select/select-multiple/s-select-multiple.component.d.ts +20 -0
  280. package/lib/select/select-normal/s-select.component.d.ts +12 -0
  281. package/lib/select/select-simple/s-select-simple.component.d.ts +23 -0
  282. package/lib/sidebar/index.d.ts +3 -0
  283. package/lib/sidebar/s-sidebar-model.d.ts +13 -0
  284. package/lib/sidebar/s-sidebar.component.d.ts +20 -0
  285. package/lib/sidebar/s-sidebar.module.d.ts +12 -0
  286. package/lib/spinner/index.d.ts +2 -0
  287. package/lib/spinner/s-spinner.component.d.ts +9 -0
  288. package/lib/spinner/s-spinner.module.d.ts +8 -0
  289. package/lib/stepper/index.d.ts +2 -0
  290. package/lib/stepper/s-stepper.component.d.ts +8 -0
  291. package/lib/stepper/s-stepper.module.d.ts +8 -0
  292. package/lib/sub-menu/index.d.ts +3 -0
  293. package/lib/sub-menu/s-sub-menu-model.d.ts +30 -0
  294. package/lib/sub-menu/s-sub-menu.component.d.ts +19 -0
  295. package/lib/sub-menu/s-sub-menu.module.d.ts +13 -0
  296. package/lib/tabbar/index.d.ts +2 -0
  297. package/lib/tabbar/s-tabbar.component.d.ts +8 -0
  298. package/lib/tabbar/s-tabbar.module.d.ts +8 -0
  299. package/lib/table/index.d.ts +3 -0
  300. package/lib/table/s-table-content.d.ts +26 -0
  301. package/lib/table/s-table.component.d.ts +28 -0
  302. package/lib/table/s-table.module.d.ts +10 -0
  303. package/lib/table-t/index.d.ts +2 -0
  304. package/lib/table-t/s-tablet.component.d.ts +65 -0
  305. package/lib/table-t/s-tablet.module.d.ts +8 -0
  306. package/lib/tag/index.d.ts +2 -0
  307. package/lib/tag/s-tag.component.d.ts +12 -0
  308. package/lib/tag/s-tag.module.d.ts +9 -0
  309. package/lib/text-search/index.d.ts +2 -0
  310. package/lib/text-search/s-text-search.component.d.ts +13 -0
  311. package/lib/text-search/s-text-search.module.d.ts +9 -0
  312. package/lib/theme/index.d.ts +2 -0
  313. package/lib/theme/s-theme.component.d.ts +5 -0
  314. package/lib/theme/s-theme.module.d.ts +8 -0
  315. package/lib/thumbnail/index.d.ts +2 -0
  316. package/lib/thumbnail/s-thumbnail-model.d.ts +4 -0
  317. package/lib/thumbnail/s-thumbnail.component.d.ts +14 -0
  318. package/lib/thumbnail/s-thumbnail.module.d.ts +8 -0
  319. package/lib/toast/index.d.ts +2 -0
  320. package/lib/toast/s-toast.component.d.ts +25 -0
  321. package/lib/toast/s-toast.module.d.ts +9 -0
  322. package/lib/toggle-switch/index.d.ts +2 -0
  323. package/lib/toggle-switch/s-toggle-switch.component.d.ts +21 -0
  324. package/lib/toggle-switch/s-toggle-switch.module.d.ts +10 -0
  325. package/lib/tooltip/directive/s-tooltip-directive.d.ts +12 -0
  326. package/lib/tooltip/index.d.ts +3 -0
  327. package/lib/tooltip/s-tooltip.component.d.ts +16 -0
  328. package/lib/tooltip/s-tooltip.module.d.ts +9 -0
  329. package/lib/tree-list/index.d.ts +2 -0
  330. package/lib/tree-list/s-tree-list.component.d.ts +47 -0
  331. package/lib/tree-list/s-tree-list.module.d.ts +11 -0
  332. package/package.json +23 -0
  333. package/public-api.d.ts +43 -0
  334. package/sidesys-generic-ui.d.ts +5 -0
@@ -0,0 +1,34 @@
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SInputTextComponent implements OnInit, OnChanges {
4
+ text: string;
5
+ name: string;
6
+ placeHolder?: string;
7
+ disabled: boolean;
8
+ get theme(): string;
9
+ set theme(val: string);
10
+ get type(): string;
11
+ set type(val: string);
12
+ classAdd: string;
13
+ help: boolean;
14
+ size: 'sm' | 'md';
15
+ inputTimeout?: any;
16
+ inputText: string;
17
+ _type: string;
18
+ _theme: string;
19
+ disabledstyle: string;
20
+ visibility: boolean;
21
+ iconName: string | undefined;
22
+ inconSymbol: boolean;
23
+ textChangeEvent: EventEmitter<string>;
24
+ clickHelpIconEvent: EventEmitter<void>;
25
+ constructor();
26
+ ngOnInit(): void;
27
+ ngOnChanges(changes: SimpleChanges): void;
28
+ private loadTheme;
29
+ onTextChange(): void;
30
+ clickIcon(): void;
31
+ colorClick(): void;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<SInputTextComponent, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<SInputTextComponent, "s-input-text", never, { "text": "text"; "name": "name"; "placeHolder": "placeHolder"; "disabled": "disabled"; "theme": "theme"; "type": "type"; "classAdd": "classAdd"; "help": "help"; "size": "size"; }, { "textChangeEvent": "textChangeEvent"; "clickHelpIconEvent": "clickHelpIconEvent"; }, never, never>;
34
+ }
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SInputTextAreaComponent implements OnInit {
4
+ text: string;
5
+ name: string;
6
+ placeholder?: string;
7
+ disabled: boolean;
8
+ resize: boolean;
9
+ class: string;
10
+ height?: string;
11
+ width?: string;
12
+ get theme(): string;
13
+ set theme(val: string);
14
+ _theme: string;
15
+ inputTimeout?: any;
16
+ inputText: string;
17
+ visibility: boolean;
18
+ textChangeEvent: EventEmitter<string>;
19
+ constructor();
20
+ ngOnInit(): void;
21
+ onTextChange(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<SInputTextAreaComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<SInputTextAreaComponent, "s-input-textarea", never, { "text": "text"; "name": "name"; "placeholder": "placeholder"; "disabled": "disabled"; "resize": "resize"; "class": "class"; "height": "height"; "width": "width"; "theme": "theme"; }, { "textChangeEvent": "textChangeEvent"; }, never, never>;
24
+ }
@@ -0,0 +1,6 @@
1
+ export * from './components/input-email/s-input-email.component';
2
+ export * from './components/input-password/s-input-password.component';
3
+ export * from './components/input-text/s-input-text.component';
4
+ export * from './components/input-textarea/s-input-textarea.component';
5
+ export * from './components/error-control/s-error-control.component';
6
+ export * from './input.module';
@@ -0,0 +1,14 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./components/input-text/s-input-text.component";
3
+ import * as i2 from "./components/input-textarea/s-input-textarea.component";
4
+ import * as i3 from "./components/input-email/s-input-email.component";
5
+ import * as i4 from "./components/input-password/s-input-password.component";
6
+ import * as i5 from "./components/error-control/s-error-control.component";
7
+ import * as i6 from "@angular/common";
8
+ import * as i7 from "@angular/forms";
9
+ import * as i8 from "../icon-material/s-icon-material.module";
10
+ export declare class SInputModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SInputModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SInputModule, [typeof i1.SInputTextComponent, typeof i2.SInputTextAreaComponent, typeof i3.SInputEmailComponent, typeof i4.SInputPasswordComponent, typeof i5.SErrorControl], [typeof i6.CommonModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.SIconMaterialModule], [typeof i1.SInputTextComponent, typeof i2.SInputTextAreaComponent, typeof i3.SInputEmailComponent, typeof i4.SInputPasswordComponent, typeof i5.SErrorControl]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<SInputModule>;
14
+ }
@@ -0,0 +1,2 @@
1
+ export * from './s-link.module';
2
+ export * from './s-link.component';
@@ -0,0 +1,14 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SLinkComponent implements OnInit {
4
+ disabled: boolean;
5
+ size: 'sm' | 'md' | 'lg';
6
+ invert: boolean;
7
+ target?: '_blank' | '_parent' | '_self' | '_top';
8
+ href?: string;
9
+ visited: boolean;
10
+ constructor();
11
+ ngOnInit(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SLinkComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SLinkComponent, "s-link", never, { "disabled": "disabled"; "size": "size"; "invert": "invert"; "target": "target"; "href": "href"; "visited": "visited"; }, {}, never, ["*"]>;
14
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./s-link.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class SLinkModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SLinkModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SLinkModule, [typeof i1.SLinkComponent], [typeof i2.CommonModule], [typeof i1.SLinkComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<SLinkModule>;
8
+ }
@@ -0,0 +1,2 @@
1
+ export * from './s-list.module';
2
+ export * from './s-list.component';
@@ -0,0 +1,8 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SListComponent implements OnInit {
4
+ constructor();
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<SListComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SListComponent, "s-list", never, {}, {}, never, never>;
8
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./s-list.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class SListModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SListModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SListModule, [typeof i1.SListComponent], [typeof i2.CommonModule], [typeof i1.SListComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<SListModule>;
8
+ }
@@ -0,0 +1,4 @@
1
+ export * from './s-login-event';
2
+ export * from './s-login.component';
3
+ export * from './s-login.module';
4
+ export * from './s-login-model';
@@ -0,0 +1,4 @@
1
+ export declare class SLoginEvent {
2
+ user: string;
3
+ password: string;
4
+ }
@@ -0,0 +1,3 @@
1
+ export declare const Images: {
2
+ left: string;
3
+ };
@@ -0,0 +1,7 @@
1
+ export declare class SLoginModel {
2
+ product?: string;
3
+ userLabel?: string;
4
+ userPlaceholder?: string;
5
+ paswordLabel?: string;
6
+ paswordPlaceholder?: string;
7
+ }
@@ -0,0 +1,33 @@
1
+ import { EventEmitter, OnInit, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { DomSanitizer } from '@angular/platform-browser';
4
+ import { SLoginEvent } from './s-login-event';
5
+ import { SLoginModel } from './s-login-model';
6
+ import * as i0 from "@angular/core";
7
+ /**
8
+ * Componente de login.
9
+ */
10
+ export declare class SLoginComponent implements OnInit, OnChanges {
11
+ private domSanitizer;
12
+ controls: FormGroup;
13
+ submitted: boolean;
14
+ urlForgotPassword: string;
15
+ errorMessage: string;
16
+ model: SLoginModel;
17
+ leftSrc: any;
18
+ email: string;
19
+ password: string;
20
+ /**
21
+ * Evento de salida cuando hace click en login
22
+ */
23
+ loginEvent: EventEmitter<SLoginEvent>;
24
+ constructor(domSanitizer: DomSanitizer);
25
+ ngOnChanges(changes: SimpleChanges): void;
26
+ ngOnInit(): void;
27
+ login(): void;
28
+ changeEmail(text: string): void;
29
+ changePassword(text: string): void;
30
+ private checkError;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<SLoginComponent, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<SLoginComponent, "s-login", never, { "urlForgotPassword": "urlForgotPassword"; "errorMessage": "errorMessage"; "model": "model"; }, { "loginEvent": "loginEvent"; }, never, never>;
33
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./s-login.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../button/button.module";
5
+ import * as i4 from "../input/input.module";
6
+ export declare class SLoginModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SLoginModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SLoginModule, [typeof i1.SLoginComponent], [typeof i2.CommonModule, typeof i3.SButtonModule, typeof i4.SInputModule], [typeof i1.SLoginComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<SLoginModule>;
10
+ }
@@ -0,0 +1,3 @@
1
+ export * from './s-menu-config.component';
2
+ export * from './s-menu-config.module';
3
+ export * from './s-menu-config-model';
@@ -0,0 +1,5 @@
1
+ export declare class SMenuConfig {
2
+ user: string;
3
+ role: string;
4
+ logo: string;
5
+ }
@@ -0,0 +1,19 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { SMenuConfig } from './s-menu-config-model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SMenuConfigComponent implements OnInit {
5
+ /**
6
+ * Usuario
7
+ */
8
+ user: SMenuConfig | null;
9
+ showProfile: boolean;
10
+ company: string;
11
+ clickEvent: EventEmitter<string>;
12
+ clickEventMenu: EventEmitter<Event>;
13
+ constructor();
14
+ ngOnInit(): void;
15
+ onClickEvent(event: string): void;
16
+ onClickEventMenu(event: Event): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<SMenuConfigComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<SMenuConfigComponent, "s-menu-config", never, { "user": "user"; "showProfile": "showProfile"; "company": "company"; }, { "clickEvent": "clickEvent"; "clickEventMenu": "clickEventMenu"; }, never, never>;
19
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./s-menu-config.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../../icon/s-icon.module";
5
+ import * as i4 from "../../../company-logo/s-company-logo.module";
6
+ import * as i5 from "../../../icon-material/s-icon-material.module";
7
+ export declare class SMenuConfigModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<SMenuConfigModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SMenuConfigModule, [typeof i1.SMenuConfigComponent], [typeof i2.CommonModule, typeof i3.SIconModule, typeof i4.SCompanyLogoModule, typeof i5.SIconMaterialModule], [typeof i1.SMenuConfigComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<SMenuConfigModule>;
11
+ }
@@ -0,0 +1,3 @@
1
+ export * from './s-menu-main.component';
2
+ export * from './s-menu-main.module';
3
+ export * from './s-menu-main-model';
@@ -0,0 +1,7 @@
1
+ export declare class SMenuMain {
2
+ title?: string;
3
+ link?: string;
4
+ target?: string;
5
+ children?: SMenuMain[];
6
+ hidden?: boolean;
7
+ }
@@ -0,0 +1,13 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { SMenuMain } from './s-menu-main-model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SMenuMainComponent implements OnInit {
5
+ /**
6
+ * Usuario
7
+ */
8
+ menuMain: SMenuMain[];
9
+ constructor();
10
+ ngOnInit(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SMenuMainComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<SMenuMainComponent, "s-menu-main", never, { "menuMain": "menuMain"; }, {}, never, never>;
13
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./s-menu-main.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../../icon/s-icon.module";
5
+ import * as i4 from "../../../company-logo/s-company-logo.module";
6
+ import * as i5 from "../../../icon-material/s-icon-material.module";
7
+ import * as i6 from "@angular/router";
8
+ export declare class SMenuMainModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SMenuMainModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SMenuMainModule, [typeof i1.SMenuMainComponent], [typeof i2.CommonModule, typeof i3.SIconModule, typeof i4.SCompanyLogoModule, typeof i5.SIconMaterialModule, typeof i6.RouterModule], [typeof i1.SMenuMainComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<SMenuMainModule>;
12
+ }
@@ -0,0 +1,2 @@
1
+ export * from './s-search-menu.component';
2
+ export * from './s-search-menu.module';
@@ -0,0 +1,17 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SSearchMenuComponent implements OnInit {
4
+ /**
5
+ * Usuario
6
+ */
7
+ showProfile: boolean;
8
+ company: string;
9
+ clickEvent: EventEmitter<string>;
10
+ clickEventMenu: EventEmitter<Event>;
11
+ constructor();
12
+ ngOnInit(): void;
13
+ onClickEvent(event: string): void;
14
+ onClickEventMenu(event: Event): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<SSearchMenuComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<SSearchMenuComponent, "s-search-menu", never, { "showProfile": "showProfile"; "company": "company"; }, { "clickEvent": "clickEvent"; "clickEventMenu": "clickEventMenu"; }, never, never>;
17
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./s-search-menu.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../../icon/s-icon.module";
5
+ import * as i4 from "../../../icon-material/s-icon-material.module";
6
+ export declare class SSearchMenuModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SSearchMenuModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SSearchMenuModule, [typeof i1.SSearchMenuComponent], [typeof i2.CommonModule, typeof i3.SIconModule, typeof i4.SIconMaterialModule], [typeof i1.SSearchMenuComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<SSearchMenuModule>;
10
+ }
@@ -0,0 +1,5 @@
1
+ export * from './s-navbar.component';
2
+ export * from './s-navbar.module';
3
+ export * from './components/search-menu/index';
4
+ export * from './components/menu-main/index';
5
+ export * from './components/menu-config/index';
@@ -0,0 +1,20 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { SMenuMain } from './components/menu-main';
3
+ import { SSubMenuModel, SUser } from '../sub-menu/s-sub-menu-model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SNavbarComponent implements OnInit {
6
+ user: SUser;
7
+ menuProfile: SSubMenuModel;
8
+ menu: SMenuMain[];
9
+ showProfile: boolean;
10
+ company: string;
11
+ clickEvent: EventEmitter<string>;
12
+ clickEventMenu: EventEmitter<Event>;
13
+ controlMenuProfile: boolean;
14
+ constructor();
15
+ ngOnInit(): void;
16
+ toogleMenuProfile(event: Event): void;
17
+ clickMenuProfile(event: any): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<SNavbarComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<SNavbarComponent, "s-navbar", never, { "user": "user"; "menuProfile": "menuProfile"; "menu": "menu"; "showProfile": "showProfile"; "company": "company"; }, { "clickEvent": "clickEvent"; "clickEventMenu": "clickEventMenu"; }, never, never>;
20
+ }
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./s-navbar.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../icon/s-icon.module";
5
+ import * as i4 from "../company-logo/s-company-logo.module";
6
+ import * as i5 from "../icon-material/s-icon-material.module";
7
+ import * as i6 from "./components/menu-main/s-menu-main.module";
8
+ import * as i7 from "./components/menu-config/s-menu-config.module";
9
+ import * as i8 from "./components/search-menu/s-search-menu.module";
10
+ import * as i9 from "../avatar/s-avatar.module";
11
+ import * as i10 from "../sub-menu/s-sub-menu.module";
12
+ export declare class SNavbarModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<SNavbarModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SNavbarModule, [typeof i1.SNavbarComponent], [typeof i2.CommonModule, typeof i3.SIconModule, typeof i4.SCompanyLogoModule, typeof i5.SIconMaterialModule, typeof i6.SMenuMainModule, typeof i7.SMenuConfigModule, typeof i8.SSearchMenuModule, typeof i9.SAvatarModule, typeof i10.SSubMenuModule], [typeof i1.SNavbarComponent]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<SNavbarModule>;
16
+ }
@@ -0,0 +1,3 @@
1
+ export * from './s-pagination.component';
2
+ export * from './s-pagination.module';
3
+ export * from './new/s-pag.component';
@@ -0,0 +1,4 @@
1
+ export declare class SPaginationModel {
2
+ pageSize: number;
3
+ startIndex: number;
4
+ }
@@ -0,0 +1,32 @@
1
+ import { OnInit } from "@angular/core";
2
+ import { EventEmitter } from "@angular/core";
3
+ import { SSelectModel } from "../../select";
4
+ import { SPaginationModel } from "./s-pag-model";
5
+ import * as i0 from "@angular/core";
6
+ export declare class SPagComponent implements OnInit {
7
+ pageSizesDefault: SSelectModel[];
8
+ pageNumber: number;
9
+ totalItems: number;
10
+ pageSizes?: SSelectModel[];
11
+ pageEmitter: EventEmitter<number>;
12
+ paginationEmitter: EventEmitter<SPaginationModel>;
13
+ pageSize: number;
14
+ startIndex: number;
15
+ totalPages: number;
16
+ startResults: number;
17
+ endResults: number;
18
+ previousPage: number;
19
+ nextPage: number;
20
+ constructor();
21
+ ngOnInit(): void;
22
+ setPagination(): void;
23
+ setResultsRange(): void;
24
+ next(): void;
25
+ previous(): void;
26
+ setPage(): void;
27
+ setPages(): void;
28
+ pageSelection(page: number): void;
29
+ selectPagination(event: any): void;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<SPagComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<SPagComponent, "s-pag", never, { "pageNumber": "pageNumber"; "totalItems": "totalItems"; "pageSizes": "pageSizes"; }, { "pageEmitter": "pageEmitter"; "paginationEmitter": "paginationEmitter"; }, never, never>;
32
+ }
@@ -0,0 +1,27 @@
1
+ import { OnInit } from "@angular/core";
2
+ import { EventEmitter } from "@angular/core";
3
+ import * as i0 from "@angular/core";
4
+ export declare class SPaginationComponent implements OnInit {
5
+ totalCount: number;
6
+ pageSize: number;
7
+ pageNumber: number;
8
+ getEntries: EventEmitter<any>;
9
+ pagination: any;
10
+ pagedItems: any[];
11
+ constructor();
12
+ ngOnInit(): void;
13
+ setPage(page: number, emit?: boolean): void;
14
+ getPagination(totalItems: number, currentPage?: number, pageSize?: number): {
15
+ totalItems: number;
16
+ currentPage: number;
17
+ pageSize: number;
18
+ totalPages: number;
19
+ startPage: number;
20
+ endPage: number;
21
+ startIndex: number;
22
+ endIndex: number;
23
+ pages: number[];
24
+ };
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<SPaginationComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<SPaginationComponent, "s-pagination", never, { "totalCount": "totalCount"; "pageSize": "pageSize"; "pageNumber": "pageNumber"; }, { "getEntries": "getEntries"; }, never, never>;
27
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./s-pagination.component";
3
+ import * as i2 from "./new/s-pag.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "../button/button.module";
6
+ import * as i5 from "../icon-material/s-icon-material.module";
7
+ import * as i6 from "../select/s-select.module";
8
+ export declare class SPaginationModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SPaginationModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SPaginationModule, [typeof i1.SPaginationComponent, typeof i2.SPagComponent], [typeof i3.CommonModule, typeof i4.SButtonModule, typeof i5.SIconMaterialModule, typeof i6.SSelectModule], [typeof i1.SPaginationComponent, typeof i2.SPagComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<SPaginationModule>;
12
+ }
@@ -0,0 +1,2 @@
1
+ export * from './s-popup.module';
2
+ export * from './s-popup.component';
@@ -0,0 +1,39 @@
1
+ import { AfterContentInit, EventEmitter, OnInit, TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SPopupComponent implements OnInit {
4
+ title: string;
5
+ type: 'primary' | 'secondary' | 'green' | 'yellow' | 'red';
6
+ iconType: string;
7
+ borderBody: boolean;
8
+ width: number;
9
+ height: number;
10
+ showPopup: boolean;
11
+ iconCustom: boolean;
12
+ iconCustomName: string;
13
+ footer: TemplateRef<any>;
14
+ body: TemplateRef<any>;
15
+ closeEvent: EventEmitter<void>;
16
+ style: any;
17
+ show70: boolean;
18
+ constructor();
19
+ ngOnInit(): void;
20
+ switch(): void;
21
+ getCalcPopUp(size: any): string;
22
+ getCalcBody(size: any): string;
23
+ open(): void;
24
+ close(): void;
25
+ toogle(): void;
26
+ onWindowResize(): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<SPopupComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<SPopupComponent, "s-popup", never, { "title": "title"; "type": "type"; "iconType": "iconType"; "borderBody": "borderBody"; "width": "width"; "height": "height"; "showPopup": "showPopup"; "iconCustom": "iconCustom"; "iconCustomName": "iconCustomName"; "footer": "footer"; "body": "body"; }, { "closeEvent": "closeEvent"; }, never, never>;
29
+ }
30
+ export declare class STemplatePopup implements OnInit, AfterContentInit {
31
+ private element;
32
+ content: SPopupComponent;
33
+ field: string;
34
+ constructor(element: TemplateRef<any>, content: SPopupComponent);
35
+ ngOnInit(): void;
36
+ ngAfterContentInit(): void;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<STemplatePopup, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<STemplatePopup, "[STemplatePopup]", never, { "field": "STemplatePopup"; }, {}, never>;
39
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./s-popup.component";
3
+ import * as i2 from "../button/button.module";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "../icon-material/s-icon-material.module";
6
+ export declare class SPopupModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SPopupModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SPopupModule, [typeof i1.SPopupComponent, typeof i1.STemplatePopup], [typeof i2.SButtonModule, typeof i3.CommonModule, typeof i4.SIconMaterialModule], [typeof i1.SPopupComponent, typeof i1.STemplatePopup]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<SPopupModule>;
10
+ }
@@ -0,0 +1,2 @@
1
+ export * from './s-precode.module';
2
+ export * from './s-precode.component';
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SPrecodeComponent implements OnInit {
4
+ expand: boolean;
5
+ copyId?: string;
6
+ constructor();
7
+ ngOnInit(): void;
8
+ copyCode(): Promise<void>;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SPrecodeComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SPrecodeComponent, "s-precode", never, { "expand": "expand"; "copyId": "copyId"; }, {}, never, ["*"]>;
11
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./s-precode.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../icon-material/s-icon-material.module";
5
+ import * as i4 from "../button/button.module";
6
+ export declare class SPrecodeModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SPrecodeModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SPrecodeModule, [typeof i1.SPrecodeComponent], [typeof i2.CommonModule, typeof i3.SIconMaterialModule, typeof i4.SButtonModule], [typeof i1.SPrecodeComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<SPrecodeModule>;
10
+ }
@@ -0,0 +1,2 @@
1
+ export * from './s-progressbar.module';
2
+ export * from './s-progressbar.component';
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { TemperatureComponent } from './temperature/temperature.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SProgressbarComponent extends TemperatureComponent implements OnInit {
5
+ percentage: number;
6
+ customColor: string;
7
+ color: string;
8
+ ngOnInit(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SProgressbarComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SProgressbarComponent, "s-progressbar", never, { "percentage": "percentage"; "customColor": "customColor"; }, {}, never, never>;
11
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./s-progressbar.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../icon-material/s-icon-material.module";
5
+ export declare class SProgressbarModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<SProgressbarModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SProgressbarModule, [typeof i1.SProgressbarComponent], [typeof i2.CommonModule, typeof i3.SIconMaterialModule], [typeof i1.SProgressbarComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<SProgressbarModule>;
9
+ }
@@ -0,0 +1,11 @@
1
+ export declare abstract class TemperatureComponent {
2
+ red: string;
3
+ orange: string;
4
+ yellow: string;
5
+ green: string;
6
+ gray: string;
7
+ percentage: number;
8
+ color?: string;
9
+ initColor(): void;
10
+ get temperatureColor(): string;
11
+ }
@@ -0,0 +1,2 @@
1
+ export * from './s-radio.module';
2
+ export * from './s-radio.component';
@@ -0,0 +1,14 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SRadioComponent implements OnInit {
4
+ value: string;
5
+ model: string;
6
+ disable: boolean;
7
+ label: string;
8
+ emitSelection: EventEmitter<string>;
9
+ constructor();
10
+ ngOnInit(): void;
11
+ doCheck(event: string): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SRadioComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SRadioComponent, "s-radio", never, { "value": "value"; "model": "model"; "disable": "disable"; "label": "label"; }, { "emitSelection": "emitSelection"; }, never, never>;
14
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./s-radio.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ export declare class SRadioModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<SRadioModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SRadioModule, [typeof i1.SRadioComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.SRadioComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<SRadioModule>;
9
+ }
@@ -0,0 +1,2 @@
1
+ export * from './s-rangeslider.module';
2
+ export * from './s-rangeslider.component';