ng-tailwind 4.0.1 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (274) hide show
  1. package/base/ngt-base-ng-model.d.ts +1 -1
  2. package/components/ngt-action/ngt-action.component.d.ts +3 -0
  3. package/components/ngt-action/ngt-action.module.d.ts +8 -0
  4. package/components/ngt-button/ngt-button.component.d.ts +3 -0
  5. package/components/ngt-button/ngt-button.module.d.ts +8 -0
  6. package/components/ngt-checkbox/ngt-checkbox.component.d.ts +3 -0
  7. package/components/ngt-checkbox/ngt-checkbox.module.d.ts +8 -0
  8. package/components/ngt-content/ngt-content.component.d.ts +3 -0
  9. package/components/ngt-content/ngt-content.module.d.ts +6 -0
  10. package/components/ngt-datatable/ngt-datatable.component.d.ts +3 -0
  11. package/components/ngt-datatable/ngt-datatable.module.d.ts +22 -0
  12. package/components/ngt-datatable/ngt-tbody/ngt-tbody.component.d.ts +3 -0
  13. package/components/ngt-datatable/ngt-td/ngt-td.component.d.ts +3 -0
  14. package/components/ngt-datatable/ngt-td-check/ngt-td-check.component.d.ts +3 -0
  15. package/components/ngt-datatable/ngt-th/ngt-th.component.d.ts +3 -0
  16. package/components/ngt-datatable/ngt-th-check/ngt-th-check.component.d.ts +3 -0
  17. package/components/ngt-datatable/ngt-thead/ngt-thead.component.d.ts +3 -0
  18. package/components/ngt-datatable/ngt-tr/ngt-tr.component.d.ts +3 -0
  19. package/components/ngt-date/ngt-date.component.d.ts +3 -0
  20. package/components/ngt-date/ngt-date.module.d.ts +11 -0
  21. package/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.d.ts +3 -0
  22. package/components/ngt-dropdown/ngt-dropdown.component.d.ts +3 -0
  23. package/components/ngt-dropdown/ngt-dropdown.module.d.ts +7 -0
  24. package/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.d.ts +4 -1
  25. package/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.d.ts +3 -0
  26. package/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.d.ts +21 -7
  27. package/components/ngt-dropzone/ngt-dropzone.component.d.ts +4 -27
  28. package/components/ngt-dropzone/ngt-dropzone.meta.d.ts +27 -0
  29. package/components/ngt-dropzone/ngt-dropzone.module.d.ts +15 -0
  30. package/components/ngt-floating-button/ngt-floating-button.component.d.ts +3 -0
  31. package/components/ngt-floating-button/ngt-floating-button.module.d.ts +8 -0
  32. package/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.d.ts +6 -3
  33. package/components/ngt-form/ngt-form.component.d.ts +3 -0
  34. package/components/ngt-form/ngt-form.module.d.ts +7 -0
  35. package/components/ngt-header-nav/ngt-header-nav.component.d.ts +3 -0
  36. package/components/ngt-header-nav/ngt-header-nav.module.d.ts +6 -0
  37. package/components/ngt-helper/ngt-helper.component.d.ts +3 -0
  38. package/components/ngt-helper/ngt-helper.module.d.ts +8 -0
  39. package/components/ngt-input/ngt-input.component.d.ts +4 -1
  40. package/components/ngt-input/ngt-input.module.d.ts +12 -0
  41. package/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.d.ts +3 -0
  42. package/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.d.ts +3 -0
  43. package/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.d.ts +7 -5
  44. package/components/ngt-modal/ngt-modal.component.d.ts +3 -0
  45. package/components/ngt-modal/ngt-modal.module.d.ts +9 -0
  46. package/components/ngt-multi-select/ngt-multi-select.component.d.ts +3 -0
  47. package/components/ngt-multi-select/ngt-multi-select.module.d.ts +13 -0
  48. package/components/ngt-pagination/ngt-pagination.component.d.ts +3 -0
  49. package/components/ngt-pagination/ngt-pagination.module.d.ts +10 -0
  50. package/components/ngt-popover/ngt-popover.component.d.ts +3 -0
  51. package/components/ngt-popover/ngt-popover.module.d.ts +7 -0
  52. package/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.d.ts +3 -0
  53. package/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.d.ts +3 -0
  54. package/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.d.ts +3 -0
  55. package/components/ngt-portlet/ngt-portlet.component.d.ts +3 -0
  56. package/components/ngt-portlet/ngt-portlet.module.d.ts +11 -0
  57. package/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.d.ts +3 -0
  58. package/components/ngt-radio-button/ngt-radio-button.component.d.ts +3 -0
  59. package/components/ngt-radio-button/ngt-radio-button.module.d.ts +9 -0
  60. package/components/ngt-section/ngt-section.component.d.ts +3 -0
  61. package/components/ngt-section/ngt-section.module.d.ts +9 -0
  62. package/components/ngt-select/ngt-select.component.d.ts +3 -0
  63. package/components/ngt-select/ngt-select.directive.d.ts +7 -0
  64. package/components/ngt-select/ngt-select.module.d.ts +14 -0
  65. package/components/ngt-shining/ngt-shining.component.d.ts +3 -0
  66. package/components/ngt-shining/ngt-shining.module.d.ts +6 -0
  67. package/components/ngt-sidenav/ngt-sidenav.component.d.ts +3 -0
  68. package/components/ngt-sidenav/ngt-sidenav.module.d.ts +6 -0
  69. package/components/ngt-slider/ngt-slider.component.d.ts +3 -0
  70. package/components/ngt-slider/ngt-slider.module.d.ts +7 -0
  71. package/components/ngt-svg/ngt-svg.component.d.ts +3 -0
  72. package/components/ngt-svg/ngt-svg.module.d.ts +8 -0
  73. package/components/ngt-tag/ngt-tag.component.d.ts +3 -0
  74. package/components/ngt-tag/ngt-tag.module.d.ts +7 -0
  75. package/components/ngt-textarea/ngt-textarea.component.d.ts +3 -0
  76. package/components/ngt-textarea/ngt-textarea.module.d.ts +11 -0
  77. package/components/ngt-validation/ngt-validation.component.d.ts +5 -2
  78. package/components/ngt-validation/ngt-validation.module.d.ts +6 -0
  79. package/directives/ngt-stylizable/ngt-stylizable.directive.d.ts +31 -28
  80. package/directives/ngt-stylizable/ngt-stylizable.module.d.ts +6 -0
  81. package/{esm2015/base/ngt-base-ng-model.js → esm2020/base/ngt-base-ng-model.mjs} +4 -4
  82. package/esm2020/components/ngt-action/ngt-action.component.mjs +54 -0
  83. package/esm2020/components/ngt-action/ngt-action.module.mjs +28 -0
  84. package/esm2020/components/ngt-button/ngt-button.component.mjs +115 -0
  85. package/esm2020/components/ngt-button/ngt-button.module.mjs +28 -0
  86. package/esm2020/components/ngt-checkbox/ngt-checkbox.component.mjs +175 -0
  87. package/esm2020/components/ngt-checkbox/ngt-checkbox.module.mjs +28 -0
  88. package/esm2020/components/ngt-content/ngt-content.component.mjs +32 -0
  89. package/esm2020/components/ngt-content/ngt-content.module.mjs +20 -0
  90. package/esm2020/components/ngt-datatable/ngt-datatable.component.mjs +431 -0
  91. package/esm2020/components/ngt-datatable/ngt-datatable.module.mjs +95 -0
  92. package/esm2020/components/ngt-datatable/ngt-tbody/ngt-tbody.component.mjs +57 -0
  93. package/esm2020/components/ngt-datatable/ngt-td/ngt-td.component.mjs +62 -0
  94. package/esm2020/components/ngt-datatable/ngt-td-check/ngt-td-check.component.mjs +113 -0
  95. package/esm2020/components/ngt-datatable/ngt-th/ngt-th.component.mjs +211 -0
  96. package/esm2020/components/ngt-datatable/ngt-th-check/ngt-th-check.component.mjs +91 -0
  97. package/esm2020/components/ngt-datatable/ngt-thead/ngt-thead.component.mjs +55 -0
  98. package/esm2020/components/ngt-datatable/ngt-tr/ngt-tr.component.mjs +86 -0
  99. package/esm2020/components/ngt-date/ngt-date.component.mjs +416 -0
  100. package/esm2020/components/ngt-date/ngt-date.module.mjs +40 -0
  101. package/esm2020/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.mjs +19 -0
  102. package/esm2020/components/ngt-dropdown/ngt-dropdown.component.mjs +200 -0
  103. package/esm2020/components/ngt-dropdown/ngt-dropdown.module.mjs +21 -0
  104. package/esm2020/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.mjs +54 -0
  105. package/esm2020/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.mjs +66 -0
  106. package/esm2020/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.mjs +94 -0
  107. package/esm2020/components/ngt-dropzone/ngt-dropzone.component.mjs +464 -0
  108. package/esm2020/components/ngt-dropzone/ngt-dropzone.meta.mjs +24 -0
  109. package/esm2020/components/ngt-dropzone/ngt-dropzone.module.mjs +55 -0
  110. package/esm2020/components/ngt-floating-button/ngt-floating-button.component.mjs +119 -0
  111. package/esm2020/components/ngt-floating-button/ngt-floating-button.module.mjs +28 -0
  112. package/esm2020/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.mjs +22 -0
  113. package/esm2020/components/ngt-form/ngt-form.component.mjs +193 -0
  114. package/esm2020/components/ngt-form/ngt-form.module.mjs +29 -0
  115. package/esm2020/components/ngt-header-nav/ngt-header-nav.component.mjs +39 -0
  116. package/esm2020/components/ngt-header-nav/ngt-header-nav.module.mjs +20 -0
  117. package/esm2020/components/ngt-helper/ngt-helper.component.mjs +63 -0
  118. package/esm2020/components/ngt-helper/ngt-helper.module.mjs +28 -0
  119. package/esm2020/components/ngt-input/ngt-input.component.mjs +729 -0
  120. package/esm2020/components/ngt-input/ngt-input.module.mjs +47 -0
  121. package/esm2020/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.mjs +11 -0
  122. package/esm2020/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.mjs +11 -0
  123. package/esm2020/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.mjs +37 -0
  124. package/esm2020/components/ngt-modal/ngt-modal.component.mjs +91 -0
  125. package/esm2020/components/ngt-modal/ngt-modal.module.mjs +39 -0
  126. package/esm2020/components/ngt-multi-select/ngt-multi-select.component.mjs +419 -0
  127. package/esm2020/components/ngt-multi-select/ngt-multi-select.module.mjs +52 -0
  128. package/esm2020/components/ngt-pagination/ngt-pagination.component.mjs +162 -0
  129. package/esm2020/components/ngt-pagination/ngt-pagination.module.mjs +36 -0
  130. package/esm2020/components/ngt-popover/ngt-popover.component.mjs +85 -0
  131. package/esm2020/components/ngt-popover/ngt-popover.module.mjs +24 -0
  132. package/esm2020/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.mjs +34 -0
  133. package/esm2020/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.mjs +33 -0
  134. package/esm2020/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.mjs +53 -0
  135. package/esm2020/components/ngt-portlet/ngt-portlet.component.mjs +74 -0
  136. package/esm2020/components/ngt-portlet/ngt-portlet.module.mjs +47 -0
  137. package/esm2020/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.mjs +19 -0
  138. package/esm2020/components/ngt-radio-button/ngt-radio-button.component.mjs +125 -0
  139. package/esm2020/components/ngt-radio-button/ngt-radio-button.module.mjs +29 -0
  140. package/esm2020/components/ngt-section/ngt-section.component.mjs +119 -0
  141. package/esm2020/components/ngt-section/ngt-section.module.mjs +32 -0
  142. package/esm2020/components/ngt-select/ngt-select.component.mjs +550 -0
  143. package/esm2020/components/ngt-select/ngt-select.directive.mjs +36 -0
  144. package/esm2020/components/ngt-select/ngt-select.module.mjs +65 -0
  145. package/esm2020/components/ngt-shining/ngt-shining.component.mjs +40 -0
  146. package/esm2020/components/ngt-shining/ngt-shining.module.mjs +20 -0
  147. package/esm2020/components/ngt-sidenav/ngt-sidenav.component.mjs +132 -0
  148. package/esm2020/components/ngt-sidenav/ngt-sidenav.module.mjs +20 -0
  149. package/esm2020/components/ngt-slider/ngt-slider.component.mjs +99 -0
  150. package/esm2020/components/ngt-slider/ngt-slider.module.mjs +24 -0
  151. package/esm2020/components/ngt-svg/ngt-svg.component.mjs +53 -0
  152. package/esm2020/components/ngt-svg/ngt-svg.module.mjs +28 -0
  153. package/esm2020/components/ngt-tag/ngt-tag.component.mjs +37 -0
  154. package/esm2020/components/ngt-tag/ngt-tag.module.mjs +24 -0
  155. package/esm2020/components/ngt-textarea/ngt-textarea.component.mjs +238 -0
  156. package/esm2020/components/ngt-textarea/ngt-textarea.module.mjs +43 -0
  157. package/esm2020/components/ngt-validation/ngt-validation.component.mjs +26 -0
  158. package/esm2020/components/ngt-validation/ngt-validation.module.mjs +20 -0
  159. package/esm2020/directives/ngt-stylizable/ngt-stylizable.directive.mjs +290 -0
  160. package/esm2020/directives/ngt-stylizable/ngt-stylizable.module.mjs +20 -0
  161. package/esm2020/helpers/routing/route.mjs +11 -0
  162. package/esm2020/ng-tailwind.mjs +5 -0
  163. package/esm2020/public-api.mjs +119 -0
  164. package/esm2020/services/http/ngt-attachment-http.service.mjs +3 -0
  165. package/{esm2015/services/http/ngt-http-form.service.js → esm2020/services/http/ngt-http-form.service.mjs} +1 -1
  166. package/esm2020/services/http/ngt-http.service.mjs +3 -0
  167. package/{esm2015/services/ngt-stylizable/ngt-stylizable.service.js → esm2020/services/ngt-stylizable/ngt-stylizable.service.mjs} +82 -82
  168. package/fesm2015/ng-tailwind.mjs +7801 -0
  169. package/fesm2015/ng-tailwind.mjs.map +1 -0
  170. package/fesm2020/ng-tailwind.mjs +7668 -0
  171. package/fesm2020/ng-tailwind.mjs.map +1 -0
  172. package/index.d.ts +5 -0
  173. package/package.json +27 -16
  174. package/public-api.d.ts +0 -1
  175. package/services/ngt-stylizable/ngt-stylizable.service.d.ts +27 -27
  176. package/bundles/ng-tailwind.umd.js +0 -7961
  177. package/bundles/ng-tailwind.umd.js.map +0 -1
  178. package/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.module.d.ts +0 -2
  179. package/esm2015/components/ngt-action/ngt-action.component.js +0 -49
  180. package/esm2015/components/ngt-action/ngt-action.module.js +0 -19
  181. package/esm2015/components/ngt-button/ngt-button.component.js +0 -106
  182. package/esm2015/components/ngt-button/ngt-button.module.js +0 -19
  183. package/esm2015/components/ngt-checkbox/ngt-checkbox.component.js +0 -143
  184. package/esm2015/components/ngt-checkbox/ngt-checkbox.module.js +0 -19
  185. package/esm2015/components/ngt-content/ngt-content.component.js +0 -33
  186. package/esm2015/components/ngt-content/ngt-content.module.js +0 -15
  187. package/esm2015/components/ngt-datatable/ngt-datatable.component.js +0 -418
  188. package/esm2015/components/ngt-datatable/ngt-datatable.module.js +0 -58
  189. package/esm2015/components/ngt-datatable/ngt-tbody/ngt-tbody.component.js +0 -58
  190. package/esm2015/components/ngt-datatable/ngt-td/ngt-td.component.js +0 -63
  191. package/esm2015/components/ngt-datatable/ngt-td-check/ngt-td-check.component.js +0 -105
  192. package/esm2015/components/ngt-datatable/ngt-th/ngt-th.component.js +0 -195
  193. package/esm2015/components/ngt-datatable/ngt-th-check/ngt-th-check.component.js +0 -87
  194. package/esm2015/components/ngt-datatable/ngt-thead/ngt-thead.component.js +0 -56
  195. package/esm2015/components/ngt-datatable/ngt-tr/ngt-tr.component.js +0 -76
  196. package/esm2015/components/ngt-date/ngt-date.component.js +0 -380
  197. package/esm2015/components/ngt-date/ngt-date.module.js +0 -25
  198. package/esm2015/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.js +0 -20
  199. package/esm2015/components/ngt-dropdown/ngt-dropdown.component.js +0 -185
  200. package/esm2015/components/ngt-dropdown/ngt-dropdown.module.js +0 -16
  201. package/esm2015/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.js +0 -50
  202. package/esm2015/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.js +0 -59
  203. package/esm2015/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.js +0 -67
  204. package/esm2015/components/ngt-dropzone/ngt-dropzone.component.js +0 -447
  205. package/esm2015/components/ngt-dropzone/ngt-dropzone.module.js +0 -37
  206. package/esm2015/components/ngt-floating-button/ngt-floating-button.component.js +0 -94
  207. package/esm2015/components/ngt-floating-button/ngt-floating-button.module.js +0 -19
  208. package/esm2015/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.js +0 -23
  209. package/esm2015/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.module.js +0 -15
  210. package/esm2015/components/ngt-form/ngt-form.component.js +0 -181
  211. package/esm2015/components/ngt-form/ngt-form.module.js +0 -17
  212. package/esm2015/components/ngt-header-nav/ngt-header-nav.component.js +0 -38
  213. package/esm2015/components/ngt-header-nav/ngt-header-nav.module.js +0 -15
  214. package/esm2015/components/ngt-helper/ngt-helper.component.js +0 -51
  215. package/esm2015/components/ngt-helper/ngt-helper.module.js +0 -19
  216. package/esm2015/components/ngt-input/ngt-input.component.js +0 -680
  217. package/esm2015/components/ngt-input/ngt-input.module.js +0 -28
  218. package/esm2015/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.js +0 -11
  219. package/esm2015/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.js +0 -11
  220. package/esm2015/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.js +0 -40
  221. package/esm2015/components/ngt-modal/ngt-modal.component.js +0 -79
  222. package/esm2015/components/ngt-modal/ngt-modal.module.js +0 -28
  223. package/esm2015/components/ngt-multi-select/ngt-multi-select.component.js +0 -394
  224. package/esm2015/components/ngt-multi-select/ngt-multi-select.module.js +0 -33
  225. package/esm2015/components/ngt-pagination/ngt-pagination.component.js +0 -172
  226. package/esm2015/components/ngt-pagination/ngt-pagination.module.js +0 -23
  227. package/esm2015/components/ngt-popover/ngt-popover.component.js +0 -73
  228. package/esm2015/components/ngt-popover/ngt-popover.module.js +0 -17
  229. package/esm2015/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.js +0 -34
  230. package/esm2015/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.js +0 -33
  231. package/esm2015/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.js +0 -47
  232. package/esm2015/components/ngt-portlet/ngt-portlet.component.js +0 -58
  233. package/esm2015/components/ngt-portlet/ngt-portlet.module.js +0 -32
  234. package/esm2015/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.js +0 -19
  235. package/esm2015/components/ngt-radio-button/ngt-radio-button.component.js +0 -103
  236. package/esm2015/components/ngt-radio-button/ngt-radio-button.module.js +0 -20
  237. package/esm2015/components/ngt-section/ngt-section.component.js +0 -101
  238. package/esm2015/components/ngt-section/ngt-section.module.js +0 -21
  239. package/esm2015/components/ngt-select/ngt-select.component.js +0 -488
  240. package/esm2015/components/ngt-select/ngt-select.directive.js +0 -35
  241. package/esm2015/components/ngt-select/ngt-select.module.js +0 -40
  242. package/esm2015/components/ngt-shining/ngt-shining.component.js +0 -41
  243. package/esm2015/components/ngt-shining/ngt-shining.module.js +0 -15
  244. package/esm2015/components/ngt-sidenav/ngt-sidenav.component.js +0 -123
  245. package/esm2015/components/ngt-sidenav/ngt-sidenav.module.js +0 -15
  246. package/esm2015/components/ngt-slider/ngt-slider.component.js +0 -82
  247. package/esm2015/components/ngt-slider/ngt-slider.module.js +0 -17
  248. package/esm2015/components/ngt-svg/ngt-svg.component.js +0 -52
  249. package/esm2015/components/ngt-svg/ngt-svg.module.js +0 -19
  250. package/esm2015/components/ngt-tag/ngt-tag.component.js +0 -36
  251. package/esm2015/components/ngt-tag/ngt-tag.module.js +0 -17
  252. package/esm2015/components/ngt-textarea/ngt-textarea.component.js +0 -210
  253. package/esm2015/components/ngt-textarea/ngt-textarea.module.js +0 -26
  254. package/esm2015/components/ngt-validation/ngt-validation.component.js +0 -24
  255. package/esm2015/components/ngt-validation/ngt-validation.module.js +0 -15
  256. package/esm2015/directives/ngt-stylizable/ngt-stylizable.directive.js +0 -227
  257. package/esm2015/directives/ngt-stylizable/ngt-stylizable.module.js +0 -15
  258. package/esm2015/helpers/routing/route.js +0 -11
  259. package/esm2015/ng-tailwind.js +0 -11
  260. package/esm2015/public-api.js +0 -120
  261. package/esm2015/services/http/ngt-attachment-http.service.js +0 -3
  262. package/esm2015/services/http/ngt-http.service.js +0 -3
  263. package/fesm2015/ng-tailwind.js +0 -6926
  264. package/fesm2015/ng-tailwind.js.map +0 -1
  265. package/ng-tailwind.d.ts +0 -10
  266. package/ng-tailwind.metadata.json +0 -1
  267. /package/{esm2015/animations/ngt-angular-animations.js → esm2020/animations/ngt-angular-animations.mjs} +0 -0
  268. /package/{esm2015/enums/size.enum.js → esm2020/enums/size.enum.mjs} +0 -0
  269. /package/{esm2015/helpers/enum/enum.js → esm2020/helpers/enum/enum.mjs} +0 -0
  270. /package/{esm2015/helpers/form/form.js → esm2020/helpers/form/form.mjs} +0 -0
  271. /package/{esm2015/helpers/uuid.js → esm2020/helpers/uuid.mjs} +0 -0
  272. /package/{esm2015/services/http/ngt-http-resource.service.js → esm2020/services/http/ngt-http-resource.service.mjs} +0 -0
  273. /package/{esm2015/services/http/ngt-http-validation.service.js → esm2020/services/http/ngt-http-validation.service.mjs} +0 -0
  274. /package/{esm2015/services/http/ngt-translate.service.js → esm2020/services/http/ngt-translate.service.mjs} +0 -0
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-header-nav.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class NgtHeaderNavModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtHeaderNavModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtHeaderNavModule, [typeof i1.NgtHeaderNavComponent], [typeof i2.CommonModule], [typeof i1.NgtHeaderNavComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtHeaderNavModule>;
2
8
  }
@@ -2,6 +2,7 @@ import { ElementRef, Injector } from '@angular/core';
2
2
  import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
3
  import { NgtTranslateService } from '../../services/http/ngt-translate.service';
4
4
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class NgtHelperComponent {
6
7
  ngtStylizableDirective: NgtStylizableDirective;
7
8
  ngtTranslateService: NgtTranslateService;
@@ -17,4 +18,6 @@ export declare class NgtHelperComponent {
17
18
  tooltipSize: string;
18
19
  ngtStyle: NgtStylizableService;
19
20
  constructor(ngtStylizableDirective: NgtStylizableDirective, ngtTranslateService: NgtTranslateService, injector: Injector);
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtHelperComponent, [{ optional: true; self: true; }, { optional: true; }, null]>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtHelperComponent, "ngt-helper", never, { "helpTextColor": "helpTextColor"; "helpText": "helpText"; "helpTitle": "helpTitle"; "icon": "icon"; "iconSize": "iconSize"; "iconColor": "iconColor"; "iconTitle": "iconTitle"; "tooltipSize": "tooltipSize"; }, {}, never, ["*"], false, never>;
20
23
  }
@@ -1,2 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-helper.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../ngt-svg/ngt-svg.module";
5
+ import * as i4 from "../ngt-dropdown/ngt-dropdown.module";
1
6
  export declare class NgtHelperModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtHelperModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtHelperModule, [typeof i1.NgtHelperComponent], [typeof i2.CommonModule, typeof i3.NgtSvgModule, typeof i4.NgtDropdownModule], [typeof i1.NgtHelperComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtHelperModule>;
2
10
  }
@@ -2,11 +2,12 @@ import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, OnDestroy, OnIni
2
2
  import { ControlContainer } from '@angular/forms';
3
3
  import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
4
4
  import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
5
- import { NgtTranslateService } from '../../public-api';
6
5
  import { NgtHttpFindExistingResourceInterface, NgtHttpResourceService } from '../../services/http/ngt-http-resource.service';
7
6
  import { NgtHttpValidationService } from '../../services/http/ngt-http-validation.service';
7
+ import { NgtTranslateService } from '../../services/http/ngt-translate.service';
8
8
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
9
9
  import { NgtFormComponent } from '../ngt-form/ngt-form.component';
10
+ import * as i0 from "@angular/core";
10
11
  export declare enum NgtInputMaskEnum {
11
12
  CPF = "cpf",
12
13
  CNPJ = "cnpj",
@@ -113,4 +114,6 @@ export declare class NgtInputComponent extends NgtBaseNgModel implements OnInit,
113
114
  private removeMasks;
114
115
  private hasEmailServiceValidation;
115
116
  private destroySubscriptions;
117
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtInputComponent, [null, { optional: true; self: true; }, { optional: true; host: true; }, { optional: true; skipSelf: true; }, null, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, null, { optional: true; }]>;
118
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtInputComponent, "ngt-input", never, { "label": "label"; "placeholder": "placeholder"; "shining": "shining"; "loading": "loading"; "helpTitle": "helpTitle"; "helpTextColor": "helpTextColor"; "helpText": "helpText"; "innerLeftIcon": "innerLeftIcon"; "innerLeftIconColor": "innerLeftIconColor"; "innerRightIcon": "innerRightIcon"; "innerRightIconColor": "innerRightIconColor"; "decimalMaskPrecision": "decimalMaskPrecision"; "showCharactersLength": "showCharactersLength"; "isDisabled": "isDisabled"; "isReadonly": "isReadonly"; "showRoundedIcon": "showRoundedIcon"; "type": "type"; "name": "name"; "mask": "mask"; "focus": "focus"; "allowClear": "allowClear"; "jit": "jit"; "findExistingResource": "findExistingResource"; "allowPhoneValidation": "allowPhoneValidation"; "isRequired": "isRequired"; "uniqueResource": "uniqueResource"; "minValue": "minValue"; "maxValue": "maxValue"; "maxLength": "maxLength"; "minLength": "minLength"; "match": "match"; "multipleOf": "multipleOf"; "externalServerDependency": "externalServerDependency"; }, { "onClickLeftIcon": "onClickLeftIcon"; "onClickRightIcon": "onClickRightIcon"; "validatePhoneResult": "validatePhoneResult"; }, never, ["*"], false, never>;
116
119
  }
@@ -1,2 +1,14 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-input.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../ngt-validation/ngt-validation.module";
6
+ import * as i5 from "../ngt-shining/ngt-shining.module";
7
+ import * as i6 from "../ngt-svg/ngt-svg.module";
8
+ import * as i7 from "../ngt-form/ngt-form.module";
9
+ import * as i8 from "../ngt-helper/ngt-helper.module";
1
10
  export declare class NgtInputModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtInputModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtInputModule, [typeof i1.NgtInputComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.NgtValidationModule, typeof i5.NgtShiningModule, typeof i6.NgtSvgModule, typeof i7.NgtFormModule, typeof i8.NgtHelperModule], [typeof i1.NgtInputComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtInputModule>;
2
14
  }
@@ -1,2 +1,5 @@
1
+ import * as i0 from "@angular/core";
1
2
  export declare class NgtModalBodyComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalBodyComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtModalBodyComponent, "ngt-modal-body", never, {}, {}, never, ["*"], false, never>;
2
5
  }
@@ -1,2 +1,5 @@
1
+ import * as i0 from "@angular/core";
1
2
  export declare class NgtModalFooterComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalFooterComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtModalFooterComponent, "ngt-modal-footer", never, {}, {}, never, ["*"], false, never>;
2
5
  }
@@ -1,12 +1,14 @@
1
- import { Injector } from '@angular/core';
1
+ import { EventEmitter, Injector } from '@angular/core';
2
2
  import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
3
3
  import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
4
- import { NgtModalComponent } from '../ngt-modal.component';
4
+ import * as i0 from "@angular/core";
5
5
  export declare class NgtModalHeaderComponent {
6
- private ngtModalInstance;
7
6
  private injector;
8
7
  private tailStylizableDirective;
9
- ngtModal: NgtModalComponent;
8
+ disableDefaultCloses: boolean;
9
+ onClose: EventEmitter<void>;
10
10
  ngtStyle: NgtStylizableService;
11
- constructor(ngtModalInstance: NgtModalComponent, injector: Injector, tailStylizableDirective: NgtStylizableDirective);
11
+ constructor(injector: Injector, tailStylizableDirective: NgtStylizableDirective);
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalHeaderComponent, [null, { optional: true; self: true; }]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtModalHeaderComponent, "ngt-modal-header", never, { "disableDefaultCloses": "disableDefaultCloses"; }, { "onClose": "onClose"; }, never, ["*"], false, never>;
12
14
  }
@@ -1,6 +1,7 @@
1
1
  import { ChangeDetectorRef, EventEmitter, Injector } from '@angular/core';
2
2
  import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
3
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class NgtModalComponent {
5
6
  private changeDetectorRef;
6
7
  private injector;
@@ -16,4 +17,6 @@ export declare class NgtModalComponent {
16
17
  close(): void;
17
18
  open(): void;
18
19
  private addKeydownEventListener;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalComponent, [null, null, { optional: true; self: true; }]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtModalComponent, "ngt-modal", never, { "customLayout": "customLayout"; "disableDefaultCloses": "disableDefaultCloses"; "ngtStyle": "ngtStyle"; }, { "onCloseModal": "onCloseModal"; "onOpenModal": "onOpenModal"; }, never, ["[header]", "[body]", "[footer]", "*"], false, never>;
19
22
  }
@@ -1,2 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-modal.component";
3
+ import * as i2 from "./ngt-modal-header/ngt-modal-header.component";
4
+ import * as i3 from "./ngt-modal-body/ngt-modal-body.component";
5
+ import * as i4 from "./ngt-modal-footer/ngt-modal-footer.component";
6
+ import * as i5 from "@angular/common";
1
7
  export declare class NgtModalModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtModalModule, [typeof i1.NgtModalComponent, typeof i2.NgtModalHeaderComponent, typeof i3.NgtModalBodyComponent, typeof i4.NgtModalFooterComponent], [typeof i5.CommonModule], [typeof i1.NgtModalComponent, typeof i2.NgtModalHeaderComponent, typeof i3.NgtModalBodyComponent, typeof i4.NgtModalFooterComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtModalModule>;
2
11
  }
@@ -7,6 +7,7 @@ import { NgtTranslateService } from '../../services/http/ngt-translate.service';
7
7
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
8
8
  import { NgtFormComponent } from '../ngt-form/ngt-form.component';
9
9
  import { NgtInputComponent } from '../ngt-input/ngt-input.component';
10
+ import * as i0 from "@angular/core";
10
11
  export declare class NgtMultiSelectComponent extends NgtBaseNgModel implements OnInit, OnDestroy, OnChanges {
11
12
  private ngtHttpService;
12
13
  private injector;
@@ -89,6 +90,8 @@ export declare class NgtMultiSelectComponent extends NgtBaseNgModel implements O
89
90
  private isSelectedElement;
90
91
  private isHidden;
91
92
  private destroySubscriptions;
93
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtMultiSelectComponent, [null, null, null, { optional: true; self: true; }, { optional: true; host: true; }, { optional: true; skipSelf: true; }, { optional: true; }]>;
94
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtMultiSelectComponent, "ngt-multi-select", never, { "customOptionTemplate": "customOptionTemplate"; "customHeaderTemplate": "customHeaderTemplate"; "label": "label"; "helpTitle": "helpTitle"; "helpText": "helpText"; "helpTextColor": "helpTextColor"; "shining": "shining"; "loading": "loading"; "bindLabel": "bindLabel"; "bindSearch": "bindSearch"; "itemsPerPage": "itemsPerPage"; "name": "name"; "remoteResource": "remoteResource"; "items": "items"; "searchable": "searchable"; "isRequired": "isRequired"; "isDisabled": "isDisabled"; }, { "onDataChange": "onDataChange"; }, never, never, false, never>;
92
95
  }
93
96
  export interface NgtSelectContainerSelectableElementInterface {
94
97
  uuid: string;
@@ -1,2 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-multi-select.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../ngt-validation/ngt-validation.module";
6
+ import * as i5 from "../ngt-shining/ngt-shining.module";
7
+ import * as i6 from "../ngt-helper/ngt-helper.module";
8
+ import * as i7 from "../ngt-input/ngt-input.module";
9
+ import * as i8 from "../ngt-checkbox/ngt-checkbox.module";
10
+ import * as i9 from "../../directives/ngt-stylizable/ngt-stylizable.module";
1
11
  export declare class NgtMultiSelectModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtMultiSelectModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtMultiSelectModule, [typeof i1.NgtMultiSelectComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.NgtValidationModule, typeof i5.NgtShiningModule, typeof i6.NgtHelperModule, typeof i7.NgtInputModule, typeof i8.NgtCheckboxModule, typeof i9.NgtStylizableModule], [typeof i1.NgtMultiSelectComponent]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtMultiSelectModule>;
2
15
  }
@@ -2,6 +2,7 @@ import { EventEmitter, Injector } from '@angular/core';
2
2
  import { NgtHttpMeta, NgtHttpPagination } from '../../services/http/ngt-http.service';
3
3
  import { NgtTranslateService } from '../../services/http/ngt-translate.service';
4
4
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class NgtPaginationComponent {
6
7
  private injector;
7
8
  ngtTranslateService: NgtTranslateService;
@@ -37,4 +38,6 @@ export declare class NgtPaginationComponent {
37
38
  proccessPagination(meta: NgtHttpMeta): void;
38
39
  resetPagination(): void;
39
40
  private bindDisplayedButtonSections;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtPaginationComponent, [null, { optional: true; }]>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtPaginationComponent, "ngt-pagination", never, { "pagesInterval": "pagesInterval"; }, { "onPageChange": "onPageChange"; "onPerPageChange": "onPerPageChange"; }, never, never, false, never>;
40
43
  }
@@ -1,2 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-pagination.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../../directives/ngt-stylizable/ngt-stylizable.module";
6
+ import * as i5 from "../ngt-action/ngt-action.module";
7
+ import * as i6 from "../ngt-select/ngt-select.module";
1
8
  export declare class NgtPaginationModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtPaginationModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtPaginationModule, [typeof i1.NgtPaginationComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.NgtStylizableModule, typeof i5.NgtActionModule, typeof i6.NgtSelectModule], [typeof i1.NgtPaginationComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtPaginationModule>;
2
12
  }
@@ -2,6 +2,7 @@ import { ElementRef, EventEmitter, Injector } from '@angular/core';
2
2
  import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
3
  import { NgtTranslateService } from '../../services/http/ngt-translate.service';
4
4
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class NgtPopoverComponent {
6
7
  ngtStylizableDirective: NgtStylizableDirective;
7
8
  ngtTranslateService: NgtTranslateService;
@@ -19,6 +20,8 @@ export declare class NgtPopoverComponent {
19
20
  private clickTimeout;
20
21
  constructor(ngtStylizableDirective: NgtStylizableDirective, ngtTranslateService: NgtTranslateService, injector: Injector);
21
22
  fireClickEvent(): void;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtPopoverComponent, [{ optional: true; self: true; }, { optional: true; }, null]>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtPopoverComponent, "ngt-popover", never, { "closeTimeout": "closeTimeout"; "openMethod": "openMethod"; "closeOnClick": "closeOnClick"; "placeOnBottom": "placeOnBottom"; "placeOnLeft": "placeOnLeft"; }, { "onClick": "onClick"; }, never, ["*", "[popover-content]"], false, never>;
22
25
  }
23
26
  export declare enum NgtPopoverOpenMethod {
24
27
  CLICK = "CLICK",
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-popover.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../ngt-dropdown/ngt-dropdown.module";
1
5
  export declare class NgtPopoverModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtPopoverModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtPopoverModule, [typeof i1.NgtPopoverComponent], [typeof i2.CommonModule, typeof i3.NgtDropdownModule], [typeof i1.NgtPopoverComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtPopoverModule>;
2
9
  }
@@ -1,9 +1,12 @@
1
1
  import { Injector } from '@angular/core';
2
2
  import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
3
3
  import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class NgtPortletBodyComponent {
5
6
  private injector;
6
7
  private ngtStylizableDirective;
7
8
  ngtStyle: NgtStylizableService;
8
9
  constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtPortletBodyComponent, [null, { optional: true; self: true; }]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtPortletBodyComponent, "ngt-portlet-body", never, {}, {}, never, ["*"], false, never>;
9
12
  }
@@ -1,9 +1,12 @@
1
1
  import { Injector } from '@angular/core';
2
2
  import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
3
3
  import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class NgtPortletFooterComponent {
5
6
  private injector;
6
7
  private ngtStylizableDirective;
7
8
  ngtStyle: NgtStylizableService;
8
9
  constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtPortletFooterComponent, [null, { optional: true; self: true; }]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtPortletFooterComponent, "ngt-portlet-footer", never, {}, {}, never, ["*", "[left-footer]", "[right-footer]"], false, never>;
9
12
  }
@@ -1,6 +1,7 @@
1
1
  import { Injector } from '@angular/core';
2
2
  import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
3
3
  import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class NgtPortletHeaderComponent {
5
6
  private injector;
6
7
  private ngtStylizableDirective;
@@ -11,4 +12,6 @@ export declare class NgtPortletHeaderComponent {
11
12
  helperIconColor: string;
12
13
  ngtStyle: NgtStylizableService;
13
14
  constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtPortletHeaderComponent, [null, { optional: true; self: true; }]>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtPortletHeaderComponent, "ngt-portlet-header", never, { "caption": "caption"; "icon": "icon"; "helperTitle": "helperTitle"; "helperText": "helperText"; "helperIconColor": "helperIconColor"; }, {}, never, ["[left-header]", "[header]", "[right-header]"], false, never>;
14
17
  }
@@ -1,6 +1,7 @@
1
1
  import { Injector } from '@angular/core';
2
2
  import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
3
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class NgtPortletComponent {
5
6
  private injector;
6
7
  private ngtStylizableDirective;
@@ -14,4 +15,6 @@ export declare class NgtPortletComponent {
14
15
  helpIconColor: string;
15
16
  ngtStyle: NgtStylizableService;
16
17
  constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtPortletComponent, [null, { optional: true; self: true; }]>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtPortletComponent, "ngt-portlet", never, { "caption": "caption"; "icon": "icon"; "customLayout": "customLayout"; "withFooter": "withFooter"; "withBody": "withBody"; "helpTitle": "helpTitle"; "helpText": "helpText"; "helpIconColor": "helpIconColor"; }, {}, never, ["[right-header]", "[left-header]", "[header]", "[body]", "[right-footer]", "[left-footer]", "[footer]", "*"], false, never>;
17
20
  }
@@ -1,2 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-portlet.component";
3
+ import * as i2 from "./ngt-portlet-header/ngt-portlet-header.component";
4
+ import * as i3 from "./ngt-portlet-body/ngt-portlet-body.component";
5
+ import * as i4 from "./ngt-portlet-footer/ngt-portlet-footer.component";
6
+ import * as i5 from "@angular/common";
7
+ import * as i6 from "../ngt-svg/ngt-svg.module";
8
+ import * as i7 from "../ngt-helper/ngt-helper.module";
1
9
  export declare class NgtPortletModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtPortletModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtPortletModule, [typeof i1.NgtPortletComponent, typeof i2.NgtPortletHeaderComponent, typeof i3.NgtPortletBodyComponent, typeof i4.NgtPortletFooterComponent], [typeof i5.CommonModule, typeof i6.NgtSvgModule, typeof i7.NgtHelperModule], [typeof i1.NgtPortletComponent, typeof i2.NgtPortletHeaderComponent, typeof i3.NgtPortletBodyComponent, typeof i4.NgtPortletFooterComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtPortletModule>;
2
13
  }
@@ -1,6 +1,9 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { NgtRadioButtonComponent } from '../ngt-radio-button.component';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class NgtRadioButtonContainerComponent {
4
5
  onActiveRadioButtonChange: EventEmitter<any>;
5
6
  setActiveRadioButton(activeRadioButton: NgtRadioButtonComponent): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtRadioButtonContainerComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtRadioButtonContainerComponent, "[ngt-radio-button-container]", never, {}, { "onActiveRadioButtonChange": "onActiveRadioButtonChange"; }, never, ["*"], false, never>;
6
9
  }
@@ -5,6 +5,7 @@ import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-styl
5
5
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
6
6
  import { NgtFormComponent } from '../ngt-form/ngt-form.component';
7
7
  import { NgtRadioButtonContainerComponent } from './ngt-radio-button-container/ngt-radio-button-container.component';
8
+ import * as i0 from "@angular/core";
8
9
  export declare class NgtRadioButtonComponent extends NgtBaseNgModel implements AfterViewInit, OnDestroy {
9
10
  private injector;
10
11
  formContainer: ControlContainer;
@@ -29,4 +30,6 @@ export declare class NgtRadioButtonComponent extends NgtBaseNgModel implements A
29
30
  change(value: boolean): void;
30
31
  onNativeChange(value: boolean): void;
31
32
  private destroySubscriptions;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtRadioButtonComponent, [null, { optional: true; host: true; }, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }]>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtRadioButtonComponent, "ngt-radio-button", never, { "label": "label"; "name": "name"; "shining": "shining"; "isSelectable": "isSelectable"; "isDisabled": "isDisabled"; "helpTitle": "helpTitle"; "helpTextColor": "helpTextColor"; "helpText": "helpText"; }, {}, never, never, false, never>;
32
35
  }
@@ -1,2 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-radio-button.component";
3
+ import * as i2 from "./ngt-radio-button-container/ngt-radio-button-container.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "../ngt-shining/ngt-shining.module";
6
+ import * as i5 from "../ngt-helper/ngt-helper.module";
1
7
  export declare class NgtRadioButtonModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtRadioButtonModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtRadioButtonModule, [typeof i1.NgtRadioButtonComponent, typeof i2.NgtRadioButtonContainerComponent], [typeof i3.CommonModule, typeof i4.NgtShiningModule, typeof i5.NgtHelperModule], [typeof i1.NgtRadioButtonComponent, typeof i2.NgtRadioButtonContainerComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtRadioButtonModule>;
2
11
  }
@@ -1,6 +1,7 @@
1
1
  import { EventEmitter, Injector } from '@angular/core';
2
2
  import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
3
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class NgtSectionComponent {
5
6
  private injector;
6
7
  private ngtStylizableDirective;
@@ -23,4 +24,6 @@ export declare class NgtSectionComponent {
23
24
  close(): void;
24
25
  toggle(): void;
25
26
  remove(event: Event): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtSectionComponent, [null, { optional: true; self: true; }]>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtSectionComponent, "ngt-section", never, { "icon": "icon"; "caption": "caption"; "subtitle": "subtitle"; "accordion": "accordion"; "showSection": "showSection"; "removable": "removable"; "helpTitle": "helpTitle"; "helpText": "helpText"; "helpIconColor": "helpIconColor"; }, { "onRemove": "onRemove"; "onToggleSection": "onToggleSection"; }, never, ["*"], false, never>;
26
29
  }
@@ -1,2 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-section.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../directives/ngt-stylizable/ngt-stylizable.module";
5
+ import * as i4 from "../ngt-svg/ngt-svg.module";
6
+ import * as i5 from "../ngt-helper/ngt-helper.module";
1
7
  export declare class NgtSectionModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtSectionModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtSectionModule, [typeof i1.NgtSectionComponent], [typeof i2.CommonModule, typeof i3.NgtStylizableModule, typeof i4.NgtSvgModule, typeof i5.NgtHelperModule], [typeof i1.NgtSectionComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtSectionModule>;
2
11
  }
@@ -8,6 +8,7 @@ import { NgtHttpService } from '../../services/http/ngt-http.service';
8
8
  import { NgtTranslateService } from '../../services/http/ngt-translate.service';
9
9
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
10
10
  import { NgtFormComponent } from '../ngt-form/ngt-form.component';
11
+ import * as i0 from "@angular/core";
11
12
  export declare class NgtSelectComponent extends NgtBaseNgModel implements OnChanges, OnDestroy, OnInit, DoCheck {
12
13
  ngtStylizableDirective: NgtStylizableDirective;
13
14
  private injector;
@@ -120,6 +121,8 @@ export declare class NgtSelectComponent extends NgtBaseNgModel implements OnChan
120
121
  private isColoquentResource;
121
122
  private canLoadItems;
122
123
  private destroySubscriptions;
124
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtSelectComponent, [{ optional: true; self: true; }, null, { optional: true; host: true; }, { optional: true; skipSelf: true; }, null, null, { optional: true; }]>;
125
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtSelectComponent, "ngt-select", never, { "label": "label"; "labelIcon": "labelIcon"; "labelIconColor": "labelIconColor"; "helpTitle": "helpTitle"; "helpText": "helpText"; "helpTextColor": "helpTextColor"; "shining": "shining"; "loading": "loading"; "loadingText": "loadingText"; "notFoundText": "notFoundText"; "dropdownPosition": "dropdownPosition"; "typeToSearchText": "typeToSearchText"; "clearAllTooltip": "clearAllTooltip"; "placeholder": "placeholder"; "createText": "createText"; "labelForId": "labelForId"; "dropdownPanelMinHeight": "dropdownPanelMinHeight"; "name": "name"; "autoLoad": "autoLoad"; "allowCreate": "allowCreate"; "allowOriginalItemsUnselect": "allowOriginalItemsUnselect"; "isDisabled": "isDisabled"; "isReadonly": "isReadonly"; "remoteResource": "remoteResource"; "hideSelected": "hideSelected"; "bindLabel": "bindLabel"; "bindValue": "bindValue"; "items": "items"; "inputAttrs": "inputAttrs"; "closeOnSelect": "closeOnSelect"; "clearable": "clearable"; "groupBy": "groupBy"; "maxSelectedItems": "maxSelectedItems"; "multiple": "multiple"; "searchable": "searchable"; "clearSearchOnAdd": "clearSearchOnAdd"; "virtualScroll": "virtualScroll"; "tabIndex": "tabIndex"; "typeahead": "typeahead"; "guessCompareWith": "guessCompareWith"; "groupValue": "groupValue"; "trackBy": "trackBy"; "isRequired": "isRequired"; "compareWith": "compareWith"; }, { "onLoadRemoteResource": "onLoadRemoteResource"; "onClear": "onClear"; }, ["ngtOptionTemplate", "ngtOptionSelectedTemplate", "ngtSelectHeaderTemplate"], never, false, never>;
123
126
  }
124
127
  export declare enum NgtSelectDropdownPanelHeight {
125
128
  AUTO = "auto",
@@ -1,13 +1,20 @@
1
1
  import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class NgtSelectOptionTmp {
3
4
  template: TemplateRef<any>;
4
5
  constructor(template: TemplateRef<any>);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtSelectOptionTmp, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgtSelectOptionTmp, "[ngt-select-option]", never, {}, {}, never, never, false, never>;
5
8
  }
6
9
  export declare class NgtSelectOptionSelectedTmp {
7
10
  template: TemplateRef<any>;
8
11
  constructor(template: TemplateRef<any>);
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtSelectOptionSelectedTmp, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgtSelectOptionSelectedTmp, "[ngt-select-option-selected]", never, {}, {}, never, never, false, never>;
9
14
  }
10
15
  export declare class NgtSelectHeaderTmp {
11
16
  template: TemplateRef<any>;
12
17
  constructor(template: TemplateRef<any>);
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtSelectHeaderTmp, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgtSelectHeaderTmp, "[ngt-select-header]", never, {}, {}, never, never, false, never>;
13
20
  }
@@ -1,2 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-select.component";
3
+ import * as i2 from "./ngt-select.directive";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@ng-select/ng-select";
7
+ import * as i6 from "../ngt-validation/ngt-validation.module";
8
+ import * as i7 from "../ngt-form/ngt-form.module";
9
+ import * as i8 from "../ngt-shining/ngt-shining.module";
10
+ import * as i9 from "../ngt-helper/ngt-helper.module";
11
+ import * as i10 from "../ngt-svg/ngt-svg.module";
1
12
  export declare class NgtSelectModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtSelectModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtSelectModule, [typeof i1.NgtSelectComponent, typeof i2.NgtSelectOptionTmp, typeof i2.NgtSelectOptionSelectedTmp, typeof i2.NgtSelectHeaderTmp], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.NgSelectModule, typeof i6.NgtValidationModule, typeof i7.NgtFormModule, typeof i8.NgtShiningModule, typeof i9.NgtHelperModule, typeof i10.NgtSvgModule], [typeof i1.NgtSelectComponent, typeof i2.NgtSelectOptionTmp, typeof i2.NgtSelectOptionSelectedTmp, typeof i2.NgtSelectHeaderTmp]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtSelectModule>;
2
16
  }
@@ -1,12 +1,15 @@
1
1
  import { Injector } from '@angular/core';
2
2
  import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
3
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class NgtShiningComponent {
5
6
  private injector;
6
7
  private ngtStylizableDirective;
7
8
  shiningWidth: NgtShiningWidth;
8
9
  ngtStyle: NgtStylizableService;
9
10
  constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtShiningComponent, [null, { optional: true; self: true; }]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtShiningComponent, "ngt-shining", never, { "shiningWidth": "shiningWidth"; }, {}, never, never, false, never>;
10
13
  }
11
14
  export declare enum NgtShiningWidth {
12
15
  xs = "xs",
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-shining.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class NgtShiningModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtShiningModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtShiningModule, [typeof i1.NgtShiningComponent], [typeof i2.CommonModule], [typeof i1.NgtShiningComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtShiningModule>;
2
8
  }
@@ -2,6 +2,7 @@ import { AfterViewInit, ElementRef, Injector, SimpleChanges } from '@angular/cor
2
2
  import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
3
  import { Size } from '../../enums/size.enum';
4
4
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class NgtSidenavComponent implements AfterViewInit {
6
7
  private injector;
7
8
  private ngtStyleDirective;
@@ -26,4 +27,6 @@ export declare class NgtSidenavComponent implements AfterViewInit {
26
27
  getContainerSize(): "w-full" | "md:w-6/12 w-full" | "md:w-11/12 w-full" | "md:w-10/12 w-full" | "md:w-8/12 w-full";
27
28
  toggleMenuSize(size: Size): void;
28
29
  isMobileView(): boolean;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtSidenavComponent, [null, { optional: true; self: true; }]>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtSidenavComponent, "ngt-sidenav", never, { "size": "size"; "initVisible": "initVisible"; "closeMenuOnMobileView": "closeMenuOnMobileView"; }, {}, never, ["[sideMenu]", "*"], false, never>;
29
32
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-sidenav.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class NgtSidenavModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtSidenavModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtSidenavModule, [typeof i1.NgtSidenavComponent], [typeof i2.CommonModule], [typeof i1.NgtSidenavComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtSidenavModule>;
2
8
  }
@@ -2,6 +2,7 @@ import { AfterViewInit, ElementRef, OnDestroy, Renderer2 } from '@angular/core';
2
2
  import { ControlContainer } from '@angular/forms';
3
3
  import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
4
4
  import { NgtFormComponent } from '../ngt-form/ngt-form.component';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class NgtSliderComponent extends NgtBaseNgModel implements AfterViewInit, OnDestroy {
6
7
  formContainer: ControlContainer;
7
8
  private renderer;
@@ -22,6 +23,8 @@ export declare class NgtSliderComponent extends NgtBaseNgModel implements AfterV
22
23
  change(value: boolean): void;
23
24
  onNativeChange(value: boolean): void;
24
25
  private destroySubscriptions;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtSliderComponent, [{ optional: true; host: true; }, null, { optional: true; skipSelf: true; }]>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtSliderComponent, "ngt-slider", never, { "label": "label"; "shining": "shining"; "name": "name"; "min": "min"; "max": "max"; "step": "step"; "color": "color"; }, {}, never, never, false, never>;
25
28
  }
26
29
  export declare enum NgtSliderColorSchemeEnum {
27
30
  PRIMARY = "primary",
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-slider.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../ngt-shining/ngt-shining.module";
1
5
  export declare class NgtSliderModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtSliderModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtSliderModule, [typeof i1.NgtSliderComponent], [typeof i2.CommonModule, typeof i3.NgtShiningModule], [typeof i1.NgtSliderComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtSliderModule>;
2
9
  }
@@ -1,4 +1,5 @@
1
1
  import { AfterViewChecked, OnChanges, SimpleChanges } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class NgtSvgComponent implements AfterViewChecked, OnChanges {
3
4
  src: string;
4
5
  class: string;
@@ -7,4 +8,6 @@ export declare class NgtSvgComponent implements AfterViewChecked, OnChanges {
7
8
  ngAfterViewChecked(): void;
8
9
  ngOnChanges(changes: SimpleChanges): void;
9
10
  private checkClassChange;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtSvgComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtSvgComponent, "ngt-svg", never, { "src": "src"; "class": "class"; }, {}, never, never, false, never>;
10
13
  }
@@ -1,2 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-svg.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/common/http";
5
+ import * as i4 from "angular-svg-icon";
1
6
  export declare class NgtSvgModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtSvgModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtSvgModule, [typeof i1.NgtSvgComponent], [typeof i2.CommonModule, typeof i3.HttpClientModule, typeof i4.AngularSvgIconModule], [typeof i1.NgtSvgComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtSvgModule>;
2
10
  }
@@ -1,10 +1,13 @@
1
1
  import { Injector } from '@angular/core';
2
2
  import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
3
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class NgtTagComponent {
5
6
  private injector;
6
7
  private ngtStylizableDirective;
7
8
  icon: string;
8
9
  ngtStyle: NgtStylizableService;
9
10
  constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtTagComponent, [null, { optional: true; self: true; }]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtTagComponent, "ngt-tag", never, { "icon": "icon"; }, {}, never, ["*"], false, never>;
10
13
  }
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-tag.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../ngt-svg/ngt-svg.module";
1
5
  export declare class NgtTagModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtTagModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtTagModule, [typeof i1.NgtTagComponent], [typeof i2.CommonModule, typeof i3.NgtSvgModule], [typeof i1.NgtTagComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtTagModule>;
2
9
  }
@@ -5,6 +5,7 @@ import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-styl
5
5
  import { NgtTranslateService } from '../../services/http/ngt-translate.service';
6
6
  import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
7
7
  import { NgtFormComponent } from '../ngt-form/ngt-form.component';
8
+ import * as i0 from "@angular/core";
8
9
  export declare class NgtTextareaComponent extends NgtBaseNgModel implements OnInit, OnDestroy {
9
10
  private injector;
10
11
  private ngtStylizableDirective;
@@ -43,4 +44,6 @@ export declare class NgtTextareaComponent extends NgtBaseNgModel implements OnIn
43
44
  private updateValidations;
44
45
  private getNativeValue;
45
46
  private destroySubscriptions;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtTextareaComponent, [null, { optional: true; self: true; }, { optional: true; host: true; }, { optional: true; skipSelf: true; }, null, { optional: true; }]>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtTextareaComponent, "ngt-textarea", never, { "label": "label"; "placeholder": "placeholder"; "rows": "rows"; "showCharactersLength": "showCharactersLength"; "helpTitle": "helpTitle"; "helpText": "helpText"; "helpTextColor": "helpTextColor"; "shining": "shining"; "name": "name"; "isDisabled": "isDisabled"; "isReadonly": "isReadonly"; "jit": "jit"; "focus": "focus"; "isRequired": "isRequired"; "maxLength": "maxLength"; }, {}, never, ["*"], false, never>;
46
49
  }