@simpleangularcontrols/sac-bootstrap3 10.0.0-rc.1

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 (294) hide show
  1. package/README.md +27 -0
  2. package/bundles/simpleangularcontrols-sac-bootstrap3.umd.js +2587 -0
  3. package/bundles/simpleangularcontrols-sac-bootstrap3.umd.js.map +1 -0
  4. package/bundles/simpleangularcontrols-sac-bootstrap3.umd.min.js +2 -0
  5. package/bundles/simpleangularcontrols-sac-bootstrap3.umd.min.js.map +1 -0
  6. package/controls/buttons/button.d.ts +3 -0
  7. package/controls/buttons/button.module.d.ts +2 -0
  8. package/controls/buttons/button.module.ngfactory.d.ts +3 -0
  9. package/controls/buttons/button.ngfactory.d.ts +1 -0
  10. package/controls/checkbox/checkbox.d.ts +11 -0
  11. package/controls/checkbox/checkbox.module.d.ts +2 -0
  12. package/controls/checkbox/checkbox.module.ngfactory.d.ts +3 -0
  13. package/controls/checkbox/checkbox.ngfactory.d.ts +1 -0
  14. package/controls/checkbox/checkbox.scss.ngstyle.d.ts +1 -0
  15. package/controls/checkbox/checkbox.scss.shim.ngstyle.d.ts +1 -0
  16. package/controls/checkbox/radiobutton.d.ts +5 -0
  17. package/controls/checkbox/radiobutton.ngfactory.d.ts +1 -0
  18. package/controls/checkbox/radiobutton.scss.ngstyle.d.ts +1 -0
  19. package/controls/checkbox/radiobutton.scss.shim.ngstyle.d.ts +1 -0
  20. package/controls/checkbox/radiobuttons.d.ts +11 -0
  21. package/controls/checkbox/radiobuttons.ngfactory.d.ts +1 -0
  22. package/controls/confirm/confirm.d.ts +3 -0
  23. package/controls/confirm/confirm.module.d.ts +11 -0
  24. package/controls/confirm/confirm.module.ngfactory.d.ts +3 -0
  25. package/controls/confirm/confirm.ngfactory.d.ts +1 -0
  26. package/controls/confirm/confirm.service.d.ts +54 -0
  27. package/controls/confirm/confirm.service.ngfactory.d.ts +1 -0
  28. package/controls/datetime/date.d.ts +12 -0
  29. package/controls/datetime/date.ngfactory.d.ts +1 -0
  30. package/controls/datetime/dateselector.d.ts +3 -0
  31. package/controls/datetime/dateselector.ngfactory.d.ts +1 -0
  32. package/controls/datetime/datetime.d.ts +12 -0
  33. package/controls/datetime/datetime.module.d.ts +2 -0
  34. package/controls/datetime/datetime.module.ngfactory.d.ts +3 -0
  35. package/controls/datetime/datetime.ngfactory.d.ts +1 -0
  36. package/controls/datetime/time.d.ts +12 -0
  37. package/controls/datetime/time.ngfactory.d.ts +1 -0
  38. package/controls/dialog/dialog.d.ts +11 -0
  39. package/controls/dialog/dialog.module.d.ts +2 -0
  40. package/controls/dialog/dialog.module.ngfactory.d.ts +3 -0
  41. package/controls/dialog/dialog.ngfactory.d.ts +1 -0
  42. package/controls/form/form.d.ts +28 -0
  43. package/controls/form/form.module.d.ts +2 -0
  44. package/controls/form/form.module.ngfactory.d.ts +3 -0
  45. package/controls/form/form.ngfactory.d.ts +1 -0
  46. package/controls/form/inheritform.directive.d.ts +47 -0
  47. package/controls/form/inheritform.directive.ngfactory.d.ts +1 -0
  48. package/controls/grid/grid.d.ts +6 -0
  49. package/controls/grid/grid.module.d.ts +2 -0
  50. package/controls/grid/grid.module.ngfactory.d.ts +3 -0
  51. package/controls/grid/grid.ngfactory.d.ts +1 -0
  52. package/controls/grid/gridbutton.d.ts +19 -0
  53. package/controls/grid/gridbutton.ngfactory.d.ts +1 -0
  54. package/controls/grid/gridcolumn.d.ts +6 -0
  55. package/controls/grid/gridcolumn.ngfactory.d.ts +1 -0
  56. package/controls/grid/gridcolumnaction.d.ts +6 -0
  57. package/controls/grid/gridcolumnaction.ngfactory.d.ts +1 -0
  58. package/controls/grid/gridimage.d.ts +4 -0
  59. package/controls/grid/gridimage.ngfactory.d.ts +1 -0
  60. package/controls/grid/paging.d.ts +8 -0
  61. package/controls/grid/paging.ngfactory.d.ts +1 -0
  62. package/controls/input/input.d.ts +11 -0
  63. package/controls/input/input.module.d.ts +2 -0
  64. package/controls/input/input.module.ngfactory.d.ts +3 -0
  65. package/controls/input/input.ngfactory.d.ts +1 -0
  66. package/controls/input/inputarea.d.ts +23 -0
  67. package/controls/input/inputarea.ngfactory.d.ts +1 -0
  68. package/controls/input/inputcurrency.d.ts +11 -0
  69. package/controls/input/inputcurrency.ngfactory.d.ts +1 -0
  70. package/controls/input/inputdecimal.d.ts +11 -0
  71. package/controls/input/inputdecimal.ngfactory.d.ts +1 -0
  72. package/controls/input/inputemail.d.ts +11 -0
  73. package/controls/input/inputemail.ngfactory.d.ts +1 -0
  74. package/controls/input/inputinteger.d.ts +11 -0
  75. package/controls/input/inputinteger.ngfactory.d.ts +1 -0
  76. package/controls/input/inputpassword.d.ts +11 -0
  77. package/controls/input/inputpassword.ngfactory.d.ts +1 -0
  78. package/controls/input/inputsearch.d.ts +11 -0
  79. package/controls/input/inputsearch.ngfactory.d.ts +1 -0
  80. package/controls/layout/formlayout.directive.d.ts +3 -0
  81. package/controls/layout/formlayout.directive.ngfactory.d.ts +1 -0
  82. package/controls/layout/layout.module.d.ts +2 -0
  83. package/controls/layout/layout.module.ngfactory.d.ts +3 -0
  84. package/controls/layout/tocontrolheight.pipe.d.ts +9 -0
  85. package/controls/layout/tocontrolheight.pipe.ngfactory.d.ts +1 -0
  86. package/controls/layout/tocontrolwidthcss.pipe.d.ts +16 -0
  87. package/controls/layout/tocontrolwidthcss.pipe.ngfactory.d.ts +1 -0
  88. package/controls/layout/tolabelheight.pipe.d.ts +9 -0
  89. package/controls/layout/tolabelheight.pipe.ngfactory.d.ts +1 -0
  90. package/controls/layout/tolabelwidthcss.pipe.d.ts +10 -0
  91. package/controls/layout/tolabelwidthcss.pipe.ngfactory.d.ts +1 -0
  92. package/controls/list/dropdown.d.ts +22 -0
  93. package/controls/list/dropdown.ngfactory.d.ts +1 -0
  94. package/controls/list/list.module.d.ts +2 -0
  95. package/controls/list/list.module.ngfactory.d.ts +3 -0
  96. package/controls/list/listbox.d.ts +11 -0
  97. package/controls/list/listbox.ngfactory.d.ts +1 -0
  98. package/controls/static/formcontainer.d.ts +25 -0
  99. package/controls/static/formcontainer.ngfactory.d.ts +1 -0
  100. package/controls/static/staticlabel.d.ts +11 -0
  101. package/controls/static/staticlabel.module.d.ts +2 -0
  102. package/controls/static/staticlabel.module.ngfactory.d.ts +3 -0
  103. package/controls/static/staticlabel.ngfactory.d.ts +1 -0
  104. package/controls/tabs/tab.d.ts +7 -0
  105. package/controls/tabs/tab.ngfactory.d.ts +1 -0
  106. package/controls/tabs/tabitem.d.ts +3 -0
  107. package/controls/tabs/tabitem.ngfactory.d.ts +1 -0
  108. package/controls/tabs/tabs.module.d.ts +2 -0
  109. package/controls/tabs/tabs.module.ngfactory.d.ts +3 -0
  110. package/controls/tinymce/tinymce.d.ts +20 -0
  111. package/controls/tinymce/tinymce.module.d.ts +2 -0
  112. package/controls/tinymce/tinymce.module.ngfactory.d.ts +3 -0
  113. package/controls/tinymce/tinymce.ngfactory.d.ts +1 -0
  114. package/controls/tooltip/tooltip.d.ts +29 -0
  115. package/controls/tooltip/tooltip.module.d.ts +2 -0
  116. package/controls/tooltip/tooltip.module.ngfactory.d.ts +3 -0
  117. package/controls/tooltip/tooltip.ngfactory.d.ts +1 -0
  118. package/controls/treeview/ngtreeitemaction.d.ts +5 -0
  119. package/controls/treeview/ngtreeitemaction.ngfactory.d.ts +1 -0
  120. package/controls/treeview/treeview.d.ts +3 -0
  121. package/controls/treeview/treeview.module.d.ts +2 -0
  122. package/controls/treeview/treeview.module.ngfactory.d.ts +3 -0
  123. package/controls/treeview/treeview.ngfactory.d.ts +1 -0
  124. package/controls/treeview/treeviewchild.d.ts +3 -0
  125. package/controls/treeview/treeviewchild.ngfactory.d.ts +1 -0
  126. package/controls/upload/upload.d.ts +13 -0
  127. package/controls/upload/upload.module.d.ts +2 -0
  128. package/controls/upload/upload.module.ngfactory.d.ts +3 -0
  129. package/controls/upload/upload.ngfactory.d.ts +1 -0
  130. package/controls/upload/upload.scss.ngstyle.d.ts +1 -0
  131. package/controls/upload/upload.scss.shim.ngstyle.d.ts +1 -0
  132. package/controls/upload/uploadmultiple.d.ts +13 -0
  133. package/controls/upload/uploadmultiple.ngfactory.d.ts +1 -0
  134. package/controls/validation/validationsummary.d.ts +11 -0
  135. package/controls/validation/validationsummary.module.d.ts +2 -0
  136. package/controls/validation/validationsummary.module.ngfactory.d.ts +3 -0
  137. package/controls/validation/validationsummary.ngfactory.d.ts +1 -0
  138. package/controls/wizard/wizard.d.ts +7 -0
  139. package/controls/wizard/wizard.module.d.ts +2 -0
  140. package/controls/wizard/wizard.module.ngfactory.d.ts +3 -0
  141. package/controls/wizard/wizard.ngfactory.d.ts +1 -0
  142. package/controls/wizard/wizarditem.d.ts +3 -0
  143. package/controls/wizard/wizarditem.ngfactory.d.ts +1 -0
  144. package/esm2015/controls/buttons/button.js +11 -0
  145. package/esm2015/controls/buttons/button.module.js +15 -0
  146. package/esm2015/controls/buttons/button.module.ngfactory.js +7 -0
  147. package/esm2015/controls/buttons/button.ngfactory.js +7 -0
  148. package/esm2015/controls/checkbox/checkbox.js +40 -0
  149. package/esm2015/controls/checkbox/checkbox.module.js +24 -0
  150. package/esm2015/controls/checkbox/checkbox.module.ngfactory.js +7 -0
  151. package/esm2015/controls/checkbox/checkbox.ngfactory.js +7 -0
  152. package/esm2015/controls/checkbox/checkbox.scss.ngstyle.js +7 -0
  153. package/esm2015/controls/checkbox/checkbox.scss.shim.ngstyle.js +7 -0
  154. package/esm2015/controls/checkbox/radiobutton.js +19 -0
  155. package/esm2015/controls/checkbox/radiobutton.ngfactory.js +7 -0
  156. package/esm2015/controls/checkbox/radiobutton.scss.ngstyle.js +7 -0
  157. package/esm2015/controls/checkbox/radiobutton.scss.shim.ngstyle.js +7 -0
  158. package/esm2015/controls/checkbox/radiobuttons.js +39 -0
  159. package/esm2015/controls/checkbox/radiobuttons.ngfactory.js +7 -0
  160. package/esm2015/controls/confirm/confirm.js +11 -0
  161. package/esm2015/controls/confirm/confirm.module.js +31 -0
  162. package/esm2015/controls/confirm/confirm.module.ngfactory.js +7 -0
  163. package/esm2015/controls/confirm/confirm.ngfactory.js +7 -0
  164. package/esm2015/controls/confirm/confirm.service.js +102 -0
  165. package/esm2015/controls/confirm/confirm.service.ngfactory.js +7 -0
  166. package/esm2015/controls/datetime/date.js +44 -0
  167. package/esm2015/controls/datetime/date.ngfactory.js +7 -0
  168. package/esm2015/controls/datetime/dateselector.js +11 -0
  169. package/esm2015/controls/datetime/dateselector.ngfactory.js +7 -0
  170. package/esm2015/controls/datetime/datetime.js +41 -0
  171. package/esm2015/controls/datetime/datetime.module.js +28 -0
  172. package/esm2015/controls/datetime/datetime.module.ngfactory.js +7 -0
  173. package/esm2015/controls/datetime/datetime.ngfactory.js +7 -0
  174. package/esm2015/controls/datetime/time.js +41 -0
  175. package/esm2015/controls/datetime/time.ngfactory.js +7 -0
  176. package/esm2015/controls/dialog/dialog.js +51 -0
  177. package/esm2015/controls/dialog/dialog.module.js +15 -0
  178. package/esm2015/controls/dialog/dialog.module.ngfactory.js +7 -0
  179. package/esm2015/controls/dialog/dialog.ngfactory.js +7 -0
  180. package/esm2015/controls/form/form.js +49 -0
  181. package/esm2015/controls/form/form.module.js +15 -0
  182. package/esm2015/controls/form/form.module.ngfactory.js +7 -0
  183. package/esm2015/controls/form/form.ngfactory.js +7 -0
  184. package/esm2015/controls/form/inheritform.directive.js +71 -0
  185. package/esm2015/controls/form/inheritform.directive.ngfactory.js +7 -0
  186. package/esm2015/controls/grid/grid.js +24 -0
  187. package/esm2015/controls/grid/grid.module.js +20 -0
  188. package/esm2015/controls/grid/grid.module.ngfactory.js +7 -0
  189. package/esm2015/controls/grid/grid.ngfactory.js +7 -0
  190. package/esm2015/controls/grid/gridbutton.js +47 -0
  191. package/esm2015/controls/grid/gridbutton.ngfactory.js +7 -0
  192. package/esm2015/controls/grid/gridcolumn.js +26 -0
  193. package/esm2015/controls/grid/gridcolumn.ngfactory.js +7 -0
  194. package/esm2015/controls/grid/gridcolumnaction.js +27 -0
  195. package/esm2015/controls/grid/gridcolumnaction.ngfactory.js +7 -0
  196. package/esm2015/controls/grid/gridimage.js +21 -0
  197. package/esm2015/controls/grid/gridimage.ngfactory.js +7 -0
  198. package/esm2015/controls/grid/paging.js +24 -0
  199. package/esm2015/controls/grid/paging.ngfactory.js +7 -0
  200. package/esm2015/controls/input/input.js +35 -0
  201. package/esm2015/controls/input/input.module.js +47 -0
  202. package/esm2015/controls/input/input.module.ngfactory.js +7 -0
  203. package/esm2015/controls/input/input.ngfactory.js +7 -0
  204. package/esm2015/controls/input/inputarea.js +51 -0
  205. package/esm2015/controls/input/inputarea.ngfactory.js +7 -0
  206. package/esm2015/controls/input/inputcurrency.js +39 -0
  207. package/esm2015/controls/input/inputcurrency.ngfactory.js +7 -0
  208. package/esm2015/controls/input/inputdecimal.js +39 -0
  209. package/esm2015/controls/input/inputdecimal.ngfactory.js +7 -0
  210. package/esm2015/controls/input/inputemail.js +39 -0
  211. package/esm2015/controls/input/inputemail.ngfactory.js +7 -0
  212. package/esm2015/controls/input/inputinteger.js +39 -0
  213. package/esm2015/controls/input/inputinteger.ngfactory.js +7 -0
  214. package/esm2015/controls/input/inputpassword.js +39 -0
  215. package/esm2015/controls/input/inputpassword.ngfactory.js +7 -0
  216. package/esm2015/controls/input/inputsearch.js +39 -0
  217. package/esm2015/controls/input/inputsearch.ngfactory.js +7 -0
  218. package/esm2015/controls/layout/formlayout.directive.js +10 -0
  219. package/esm2015/controls/layout/formlayout.directive.ngfactory.js +7 -0
  220. package/esm2015/controls/layout/layout.module.js +29 -0
  221. package/esm2015/controls/layout/layout.module.ngfactory.js +7 -0
  222. package/esm2015/controls/layout/tocontrolheight.pipe.js +29 -0
  223. package/esm2015/controls/layout/tocontrolheight.pipe.ngfactory.js +7 -0
  224. package/esm2015/controls/layout/tocontrolwidthcss.pipe.js +47 -0
  225. package/esm2015/controls/layout/tocontrolwidthcss.pipe.ngfactory.js +7 -0
  226. package/esm2015/controls/layout/tolabelheight.pipe.js +29 -0
  227. package/esm2015/controls/layout/tolabelheight.pipe.ngfactory.js +7 -0
  228. package/esm2015/controls/layout/tolabelwidthcss.pipe.js +31 -0
  229. package/esm2015/controls/layout/tolabelwidthcss.pipe.ngfactory.js +7 -0
  230. package/esm2015/controls/list/dropdown.js +65 -0
  231. package/esm2015/controls/list/dropdown.ngfactory.js +7 -0
  232. package/esm2015/controls/list/list.module.js +30 -0
  233. package/esm2015/controls/list/list.module.ngfactory.js +7 -0
  234. package/esm2015/controls/list/listbox.js +41 -0
  235. package/esm2015/controls/list/listbox.ngfactory.js +7 -0
  236. package/esm2015/controls/static/formcontainer.js +53 -0
  237. package/esm2015/controls/static/formcontainer.ngfactory.js +7 -0
  238. package/esm2015/controls/static/staticlabel.js +39 -0
  239. package/esm2015/controls/static/staticlabel.module.js +20 -0
  240. package/esm2015/controls/static/staticlabel.module.ngfactory.js +7 -0
  241. package/esm2015/controls/static/staticlabel.ngfactory.js +7 -0
  242. package/esm2015/controls/tabs/tab.js +18 -0
  243. package/esm2015/controls/tabs/tab.ngfactory.js +7 -0
  244. package/esm2015/controls/tabs/tabitem.js +11 -0
  245. package/esm2015/controls/tabs/tabitem.ngfactory.js +7 -0
  246. package/esm2015/controls/tabs/tabs.module.js +16 -0
  247. package/esm2015/controls/tabs/tabs.module.ngfactory.js +7 -0
  248. package/esm2015/controls/tinymce/tinymce.js +50 -0
  249. package/esm2015/controls/tinymce/tinymce.module.js +25 -0
  250. package/esm2015/controls/tinymce/tinymce.module.ngfactory.js +7 -0
  251. package/esm2015/controls/tinymce/tinymce.ngfactory.js +7 -0
  252. package/esm2015/controls/tooltip/tooltip.js +42 -0
  253. package/esm2015/controls/tooltip/tooltip.module.js +15 -0
  254. package/esm2015/controls/tooltip/tooltip.module.ngfactory.js +7 -0
  255. package/esm2015/controls/tooltip/tooltip.ngfactory.js +7 -0
  256. package/esm2015/controls/treeview/ngtreeitemaction.js +17 -0
  257. package/esm2015/controls/treeview/ngtreeitemaction.ngfactory.js +7 -0
  258. package/esm2015/controls/treeview/treeview.js +11 -0
  259. package/esm2015/controls/treeview/treeview.module.js +17 -0
  260. package/esm2015/controls/treeview/treeview.module.ngfactory.js +7 -0
  261. package/esm2015/controls/treeview/treeview.ngfactory.js +7 -0
  262. package/esm2015/controls/treeview/treeviewchild.js +11 -0
  263. package/esm2015/controls/treeview/treeviewchild.ngfactory.js +7 -0
  264. package/esm2015/controls/upload/upload.js +44 -0
  265. package/esm2015/controls/upload/upload.module.js +16 -0
  266. package/esm2015/controls/upload/upload.module.ngfactory.js +7 -0
  267. package/esm2015/controls/upload/upload.ngfactory.js +7 -0
  268. package/esm2015/controls/upload/upload.scss.ngstyle.js +7 -0
  269. package/esm2015/controls/upload/upload.scss.shim.ngstyle.js +7 -0
  270. package/esm2015/controls/upload/uploadmultiple.js +44 -0
  271. package/esm2015/controls/upload/uploadmultiple.ngfactory.js +7 -0
  272. package/esm2015/controls/validation/validationsummary.js +34 -0
  273. package/esm2015/controls/validation/validationsummary.module.js +15 -0
  274. package/esm2015/controls/validation/validationsummary.module.ngfactory.js +7 -0
  275. package/esm2015/controls/validation/validationsummary.ngfactory.js +7 -0
  276. package/esm2015/controls/wizard/wizard.js +23 -0
  277. package/esm2015/controls/wizard/wizard.module.js +16 -0
  278. package/esm2015/controls/wizard/wizard.module.ngfactory.js +7 -0
  279. package/esm2015/controls/wizard/wizard.ngfactory.js +7 -0
  280. package/esm2015/controls/wizard/wizarditem.js +11 -0
  281. package/esm2015/controls/wizard/wizarditem.ngfactory.js +7 -0
  282. package/esm2015/public_api.js +72 -0
  283. package/esm2015/public_api.ngfactory.js +7 -0
  284. package/esm2015/simpleangularcontrols-sac-bootstrap3.js +5 -0
  285. package/esm2015/simpleangularcontrols-sac-bootstrap3.ngfactory.js +7 -0
  286. package/fesm2015/simpleangularcontrols-sac-bootstrap3.js +1832 -0
  287. package/fesm2015/simpleangularcontrols-sac-bootstrap3.js.map +1 -0
  288. package/package.json +32 -0
  289. package/public_api.d.ts +66 -0
  290. package/public_api.ngfactory.d.ts +1 -0
  291. package/simpleangularcontrols-sac-bootstrap3-10.0.0-rc.1.tgz +0 -0
  292. package/simpleangularcontrols-sac-bootstrap3.d.ts +4 -0
  293. package/simpleangularcontrols-sac-bootstrap3.metadata.json +1 -0
  294. package/simpleangularcontrols-sac-bootstrap3.ngfactory.d.ts +1 -0
@@ -0,0 +1,2 @@
1
+ export declare class SACBootstrap3CheckboxModule {
2
+ }
@@ -0,0 +1,3 @@
1
+ import * as i0 from '@angular/core';
2
+ import * as i1 from './checkbox.module';
3
+ export declare const SACBootstrap3CheckboxModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3CheckboxModule>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ import { SacRadiobuttonCommon } from '@simpleangularcontrols/sac-common';
2
+ import { SacRadiobuttonsComponent } from './radiobuttons';
3
+ export declare class SacRadiobuttonComponent extends SacRadiobuttonCommon {
4
+ constructor(sacRadioButtons: SacRadiobuttonsComponent);
5
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import { Injector } from '@angular/core';
2
+ import { SacRadiobuttonsCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
+ export declare class SacRadiobuttonsComponent extends SacRadiobuttonsCommon {
5
+ /**
6
+ * Constructor
7
+ * @param formLayout SacFormLayout to define scoped layout settings
8
+ * @param injector Injector for injecting services
9
+ */
10
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
11
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,3 @@
1
+ import { SacConfirmCommon } from '@simpleangularcontrols/sac-common';
2
+ export declare class SacConfirmComponent extends SacConfirmCommon {
3
+ }
@@ -0,0 +1,11 @@
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ /**
3
+ * Module für Confirm Messages
4
+ *
5
+ * In NgModule der Applikation folgenden Eintrag bei Imports einfügen: ExanicBootstrap3ConfirmModule.forRoot()
6
+ *
7
+ */
8
+ export declare class SACBootstrap3ConfirmModule {
9
+ static forRoot(): ModuleWithProviders<SACBootstrap3ConfirmModule>;
10
+ }
11
+ export { ServiceConfirm } from './confirm.service';
@@ -0,0 +1,3 @@
1
+ import * as i0 from '@angular/core';
2
+ import * as i1 from './confirm.module';
3
+ export declare const SACBootstrap3ConfirmModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3ConfirmModule>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,54 @@
1
+ import { ApplicationRef, ComponentFactory, ComponentFactoryResolver, EventEmitter, Injector } from '@angular/core';
2
+ import { SacConfirmButton, ServiceConfirmCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacConfirmComponent } from './confirm';
4
+ /**
5
+ * Service für Confirm Messages in TypeScript Code
6
+ *
7
+ * @example
8
+ * // Beispiel für ConfirmMessage mit Standard Buttons (Ja / Nein).
9
+ * confirmService.ConfirmMessage('titel', 'frage').subscribe(action => { // Action Code });
10
+ *
11
+ * @example
12
+ * // Beispiel für ConfirmMessage mit eigenen Buttons
13
+ * let buttons: SacConfirmButton[] = [];
14
+ * buttons.push(new SacConfirmButton('ActionKey','Text Primary'));
15
+ * buttons.push(new SacConfirmButton('ActionKey2','Text Button 2'));
16
+ * confirmService.ConfirmMessage('titel', 'frage', buttons).subscribe(action => { // Action Code });
17
+ */
18
+ export declare class ServiceConfirm extends ServiceConfirmCommon {
19
+ private componentFactoryResolver;
20
+ /**
21
+ * Collection von Buttons die angezeigt werden müssen.
22
+ */
23
+ private buttons;
24
+ /**
25
+ * Message die in Dialog angezeigt werden soll.
26
+ */
27
+ private message;
28
+ /**
29
+ * Titel der im Dialog angezeigt werden soll.
30
+ */
31
+ private title;
32
+ /**
33
+ * Konstruktor
34
+ * @param componentFactoryResolver Component Factory Resolver Instanz
35
+ * @param appRef Application Referenz. Wird benötigt um den Dialog am Body anzuhängen
36
+ * @param injector Injector. Wird benötigt um den Dialog dynamisch zu erzeugen
37
+ */
38
+ constructor(componentFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
39
+ /**
40
+ * Confirm Dialog anzeigen
41
+ * @param message Nachricht die angezeigt werden soll.
42
+ * @returns EventEmitter mit Key des Buttons, welcher geklickt wurde.
43
+ */
44
+ ConfirmMessage(title: string, message: string, buttons?: SacConfirmButton[]): EventEmitter<string>;
45
+ /**
46
+ * Erzeugen einer Component Factory für einen Dialog
47
+ */
48
+ GetComponentFactory(): ComponentFactory<SacConfirmComponent>;
49
+ /**
50
+ * Konfiguration des Dialogs
51
+ * @param instance Instanz eines SacConfirm Dialogs
52
+ */
53
+ protected ConfigureDialog(instance: SacConfirmComponent): void;
54
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,12 @@
1
+ import { ElementRef, Injector } from '@angular/core';
2
+ import { SacDateCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
+ export declare class SacDateComponent extends SacDateCommon {
5
+ /**
6
+ * Constructor
7
+ * @param formLayout SacFormLayout to define scoped layout settings
8
+ * @param injector Injector for injecting services
9
+ * @param elementRef Reference to html dom element
10
+ */
11
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef);
12
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,3 @@
1
+ import { SacDateSelectorCommon } from '@simpleangularcontrols/sac-common';
2
+ export declare class SacDateSelectorComponent extends SacDateSelectorCommon {
3
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,12 @@
1
+ import { ElementRef, Injector } from '@angular/core';
2
+ import { SacDateTimeCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
+ export declare class SacDateTimeComponent extends SacDateTimeCommon {
5
+ /**
6
+ * Constructor
7
+ * @param formLayout SacFormLayout to define scoped layout settings
8
+ * @param injector Injector for injecting services
9
+ * @param elementRef Reference to html dom element
10
+ */
11
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef);
12
+ }
@@ -0,0 +1,2 @@
1
+ export declare class SACBootstrap3DateTimeModule {
2
+ }
@@ -0,0 +1,3 @@
1
+ import * as i0 from '@angular/core';
2
+ import * as i1 from './datetime.module';
3
+ export declare const SACBootstrap3DateTimeModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3DateTimeModule>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,12 @@
1
+ import { ElementRef, Injector } from '@angular/core';
2
+ import { SacTimeCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
+ export declare class SacTimeComponent extends SacTimeCommon {
5
+ /**
6
+ * Constructor
7
+ * @param formLayout SacFormLayout to define scoped layout settings
8
+ * @param injector Injector for injecting services
9
+ * @param elementRef Reference to html dom element
10
+ */
11
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef);
12
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import { ElementRef, OnInit, OnDestroy, ChangeDetectorRef } from '@angular/core';
2
+ import { SacDialogCommon } from '@simpleangularcontrols/sac-common';
3
+ export declare class SacDialogComponent extends SacDialogCommon implements OnInit, OnDestroy {
4
+ private element;
5
+ constructor(el: ElementRef, cdRef: ChangeDetectorRef);
6
+ zindex: number;
7
+ private _lastDialogMarginTop;
8
+ get dialogMarginTop(): number;
9
+ ngOnInit(): void;
10
+ ngOnDestroy(): void;
11
+ }
@@ -0,0 +1,2 @@
1
+ export declare class SACBootstrap3DialogModule {
2
+ }
@@ -0,0 +1,3 @@
1
+ import * as i0 from '@angular/core';
2
+ import * as i1 from './dialog.module';
3
+ export declare const SACBootstrap3DialogModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3DialogModule>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,28 @@
1
+ import { NgForm } from '@angular/forms';
2
+ import { SacFormCommon } from '@simpleangularcontrols/sac-common';
3
+ /**
4
+ * Erweiterung / Hooking für automatismen in Formular. Wird als Container für alle Controls benötigt.
5
+ *
6
+ * @example Beispiel über Div Container
7
+ *
8
+ * <div ngForm></div>
9
+ *
10
+ * @example Beispiel über Form Tag
11
+ *
12
+ * <form></form>
13
+ */
14
+ export declare class SacFormDirective extends SacFormCommon {
15
+ /**
16
+ * Sets the standard CSS class for forms on the form container
17
+ */
18
+ cssClassForm: boolean;
19
+ /**
20
+ * Sets the default CSS class for horizontal forms on the form container
21
+ */
22
+ cssClassHorizontal: boolean;
23
+ /**
24
+ * Konstruktor
25
+ * @param form Instanz von NgForm für eigene automatische Formular Logik
26
+ */
27
+ constructor(form: NgForm);
28
+ }
@@ -0,0 +1,2 @@
1
+ export declare class SACBootstrap3FormModule {
2
+ }
@@ -0,0 +1,3 @@
1
+ import * as i0 from '@angular/core';
2
+ import * as i1 from './form.module';
3
+ export declare const SACBootstrap3FormModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3FormModule>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,47 @@
1
+ import { SacFormDirective } from './form';
2
+ import { NgForm } from '@angular/forms';
3
+ /**
4
+ * Factory Methode für SacForm
5
+ * @param form NgFormular
6
+ */
7
+ export declare function SACFORM_FACTORY(form: SacFormDirective): SacFormDirective;
8
+ /**
9
+ * Factory Methode für NgForm
10
+ * @param form NgForm
11
+ */
12
+ export declare function NGFORM_FACTORY(form: NgForm): NgForm;
13
+ /**
14
+ * Directive zum erben eines NgForm/NgFormular einer übergeordneten Komponente
15
+ *
16
+ * @example Implementation in Markup
17
+ *
18
+ * <div sacInheritForm>
19
+ * </div>
20
+ *
21
+ * @example Model an Sub-Komponente übergeben
22
+ *
23
+ * <div sacInheritForm>
24
+ * <div>SubForm</div>
25
+ * <div>
26
+ * <ngInput [(ngModel)]="mymodel.fieldarea2" name="subformField3" label="field 3" [isrequired]="true"></ngInput>
27
+ * </div>
28
+ * </div>
29
+ *
30
+ *
31
+ * (at)Component({
32
+ * selector: 'sacInheritForm',
33
+ * templateUrl: './subform.component.html'
34
+ * })
35
+ * export class SubFormComponent implements DoCheck {
36
+ *
37
+ * (at)Input() mymodel;
38
+ * (at)Output() mymodelChange = new EventEmitter();
39
+ *
40
+ * ngDoCheck() {
41
+ * this.mymodelChange.next(this.mymodel);
42
+ * }
43
+ *}
44
+ *
45
+ */
46
+ export declare class SacInheritFormDirective {
47
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import { SacGridCommon } from '@simpleangularcontrols/sac-common';
3
+ export declare class SacGridComponent extends SacGridCommon {
4
+ template: TemplateRef<any>;
5
+ ellipsis: boolean;
6
+ }
@@ -0,0 +1,2 @@
1
+ export declare class SACBootstrap3GridModule {
2
+ }
@@ -0,0 +1,3 @@
1
+ import * as i0 from '@angular/core';
2
+ import * as i1 from './grid.module';
3
+ export declare const SACBootstrap3GridModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3GridModule>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,19 @@
1
+ import { SacGridButtonCommon } from '@simpleangularcontrols/sac-common';
2
+ /**
3
+ * Grid Action Button
4
+ *
5
+ * @example Standard Action
6
+ *
7
+ * <ngGridButton icon="edit" (clicked)="action('edit')" [isdisabled]="true"></ngGridButton>
8
+ *
9
+ * @example Custom Action
10
+ *
11
+ * <ngGridButton iconstyle="sprite" icon="icon-sprite-base-main_info" (clicked)="action('info')"></ngGridButton>
12
+ *
13
+ */
14
+ export declare class SacGridButtonComponent extends SacGridButtonCommon {
15
+ /**
16
+ * Gibt das Icon für den Button zurück
17
+ */
18
+ getIconClass(): string;
19
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ import { ElementRef, Injector } from '@angular/core';
2
+ import { SacGridColumnCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacGridComponent } from './grid';
4
+ export declare class SacGridColumnComponent extends SacGridColumnCommon {
5
+ constructor(grid: SacGridComponent, injector: Injector, el: ElementRef);
6
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ import { ElementRef, Injector } from '@angular/core';
2
+ import { SacGridColumnActionCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacGridComponent } from './grid';
4
+ export declare class SacGridColumnActionComponent extends SacGridColumnActionCommon {
5
+ constructor(grid: SacGridComponent, injector: Injector, el: ElementRef);
6
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ import { SacGridImageCommon } from '@simpleangularcontrols/sac-common';
2
+ export declare class SacGridImageComponent extends SacGridImageCommon {
3
+ getIconClass(): string;
4
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ import { Injector } from '@angular/core';
2
+ import { SacPagingCommon } from '@simpleangularcontrols/sac-common';
3
+ export declare class SacPagingComponent extends SacPagingCommon {
4
+ /**
5
+ * Konstruktor
6
+ */
7
+ constructor(injector: Injector);
8
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import { Injector } from '@angular/core';
2
+ import { SacInputCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
+ export declare class SacInputComponent extends SacInputCommon {
5
+ /**
6
+ * Constructor
7
+ * @param formLayout SacFormLayout to define scoped layout settings
8
+ * @param injector Injector for injecting services
9
+ */
10
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
11
+ }
@@ -0,0 +1,2 @@
1
+ export declare class SACBootstrap3InputModule {
2
+ }
@@ -0,0 +1,3 @@
1
+ import * as i0 from '@angular/core';
2
+ import * as i1 from './input.module';
3
+ export declare const SACBootstrap3InputModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3InputModule>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,23 @@
1
+ import { Injector } from '@angular/core';
2
+ import { SacInputAreaCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
+ /**
5
+ * Komponente für TextArea
6
+ *
7
+ * @example
8
+ *
9
+ * <ngInputArea name="ngInputArea" label="My Label" placeholder='i am input area' [isrequired]="true" customCssClass="myClass1 myClass3"></ngInputArea>
10
+ *
11
+ * @example
12
+ *
13
+ * <ngInputArea name="ngInputArea" label="My Label" height="150px" placeholder='i am input area' [islanguagespecific]="true">
14
+ *
15
+ */
16
+ export declare class SacInputAreaComponent extends SacInputAreaCommon {
17
+ /**
18
+ * Constructor
19
+ * @param formLayout SacFormLayout to define scoped layout settings
20
+ * @param injector Injector for injecting services
21
+ */
22
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
23
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import { Injector } from '@angular/core';
2
+ import { SacInputCurrencyCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
+ export declare class SacInputCurrencyComponent extends SacInputCurrencyCommon {
5
+ /**
6
+ * Constructor
7
+ * @param formLayout SacFormLayout to define scoped layout settings
8
+ * @param injector Injector for injecting services
9
+ */
10
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
11
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import { Injector } from '@angular/core';
2
+ import { SacInputDecimalCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
+ export declare class SacInputDecimalComponent extends SacInputDecimalCommon {
5
+ /**
6
+ * Constructor
7
+ * @param formLayout SacFormLayout to define scoped layout settings
8
+ * @param injector Injector for injecting services
9
+ */
10
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
11
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import { Injector } from '@angular/core';
2
+ import { SacInputEmailCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
+ export declare class SacInputEmailComponent extends SacInputEmailCommon {
5
+ /**
6
+ * Constructor
7
+ * @param formLayout SacFormLayout to define scoped layout settings
8
+ * @param injector Injector for injecting services
9
+ */
10
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
11
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import { Injector } from '@angular/core';
2
+ import { SacInputIntegerCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
+ export declare class SacInputIntegerComponent extends SacInputIntegerCommon {
5
+ /**
6
+ * Constructor
7
+ * @param formLayout SacFormLayout to define scoped layout settings
8
+ * @param injector Injector for injecting services
9
+ */
10
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
11
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import { Injector } from '@angular/core';
2
+ import { SacInputPasswordCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
+ export declare class SacInputPasswordComponent extends SacInputPasswordCommon {
5
+ /**
6
+ * Constructor
7
+ * @param formLayout SacFormLayout to define scoped layout settings
8
+ * @param injector Injector for injecting services
9
+ */
10
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
11
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import { Injector } from '@angular/core';
2
+ import { SacInputSearchCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
+ export declare class SacInputSearchComponent extends SacInputSearchCommon {
5
+ /**
6
+ * Constructor
7
+ * @param formLayout SacFormLayout to define scoped layout settings
8
+ * @param injector Injector for injecting services
9
+ */
10
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
11
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,3 @@
1
+ import { SacFormLayoutCommon } from '@simpleangularcontrols/sac-common';
2
+ export declare class SacFormLayoutDirective extends SacFormLayoutCommon {
3
+ }
@@ -0,0 +1,2 @@
1
+ export declare class SACBootstrap3LayoutModule {
2
+ }
@@ -0,0 +1,3 @@
1
+ import * as i0 from '@angular/core';
2
+ import * as i1 from './layout.module';
3
+ export declare const SACBootstrap3LayoutModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3LayoutModule>;
@@ -0,0 +1,9 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { ControlHeight } from '@simpleangularcontrols/sac-common';
3
+ export declare class SacToControlHeightPipe implements PipeTransform {
4
+ /**
5
+ * Returns the CSS class that defines the height for the control
6
+ * @param value ControlHeight value or null
7
+ */
8
+ transform(value: ControlHeight | null): string;
9
+ }
@@ -0,0 +1,16 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { ISacLabelSizes } from '@simpleangularcontrols/sac-common';
3
+ export declare class SacToControlWidthCssPipe implements PipeTransform {
4
+ /**
5
+ * Get CSS classes from label width configuration to set control size
6
+ * @param value Configuration with grid columns for different viewports
7
+ * @returns string with css classe for bootstrap3
8
+ */
9
+ transform(value: ISacLabelSizes): string;
10
+ /**
11
+ * calculate the control size
12
+ * @param labelsize grid size of label
13
+ * @returns grid size for control. should be between 1 and 12
14
+ */
15
+ private calcControlSize;
16
+ }