@simpleangularcontrols/sac-bootstrap3 16.0.0-rc.1 → 16.0.0-rc.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/README.md +16 -13
  2. package/controls/buttons/button.d.ts.map +1 -1
  3. package/controls/checkbox/checkbox.d.ts +7 -2
  4. package/controls/checkbox/checkbox.d.ts.map +1 -1
  5. package/controls/checkbox/checkbox.module.d.ts +2 -1
  6. package/controls/checkbox/checkbox.module.d.ts.map +1 -1
  7. package/controls/checkbox/radiobutton.d.ts.map +1 -1
  8. package/controls/checkbox/radiobuttons.d.ts +7 -2
  9. package/controls/checkbox/radiobuttons.d.ts.map +1 -1
  10. package/controls/confirm/confirm.service.d.ts +12 -13
  11. package/controls/confirm/confirm.service.d.ts.map +1 -1
  12. package/controls/datetime/date.d.ts +8 -2
  13. package/controls/datetime/date.d.ts.map +1 -1
  14. package/controls/datetime/dateselector.d.ts.map +1 -1
  15. package/controls/datetime/datetime.d.ts +8 -2
  16. package/controls/datetime/datetime.d.ts.map +1 -1
  17. package/controls/datetime/datetime.module.d.ts +2 -1
  18. package/controls/datetime/datetime.module.d.ts.map +1 -1
  19. package/controls/datetime/time.d.ts +8 -2
  20. package/controls/datetime/time.d.ts.map +1 -1
  21. package/controls/form/form.d.ts +7 -11
  22. package/controls/form/form.d.ts.map +1 -1
  23. package/controls/form/form.module.d.ts.map +1 -1
  24. package/controls/form/inheritform.directive.d.ts +16 -39
  25. package/controls/form/inheritform.directive.d.ts.map +1 -1
  26. package/controls/grid/grid.module.d.ts +8 -7
  27. package/controls/grid/grid.module.d.ts.map +1 -1
  28. package/controls/grid/gridbutton.d.ts +1 -10
  29. package/controls/grid/gridbutton.d.ts.map +1 -1
  30. package/controls/grid/paging.d.ts.map +1 -1
  31. package/controls/input/input.d.ts +7 -2
  32. package/controls/input/input.d.ts.map +1 -1
  33. package/controls/input/input.module.d.ts +2 -2
  34. package/controls/input/input.module.d.ts.map +1 -1
  35. package/controls/input/inputarea.d.ts +7 -2
  36. package/controls/input/inputarea.d.ts.map +1 -1
  37. package/controls/input/inputcurrency.d.ts +7 -2
  38. package/controls/input/inputcurrency.d.ts.map +1 -1
  39. package/controls/input/inputdecimal.d.ts +7 -2
  40. package/controls/input/inputdecimal.d.ts.map +1 -1
  41. package/controls/input/inputemail.d.ts +7 -2
  42. package/controls/input/inputemail.d.ts.map +1 -1
  43. package/controls/input/inputinteger.d.ts +7 -2
  44. package/controls/input/inputinteger.d.ts.map +1 -1
  45. package/controls/input/inputpassword.d.ts +7 -2
  46. package/controls/input/inputpassword.d.ts.map +1 -1
  47. package/controls/input/inputsearch.d.ts +7 -2
  48. package/controls/input/inputsearch.d.ts.map +1 -1
  49. package/controls/layout/formlayout.directive.d.ts +7 -0
  50. package/controls/layout/formlayout.directive.d.ts.map +1 -0
  51. package/controls/layout/layout.module.d.ts +13 -0
  52. package/controls/layout/layout.module.d.ts.map +1 -0
  53. package/controls/layout/tocontrolheight.pipe.d.ts +13 -0
  54. package/controls/layout/tocontrolheight.pipe.d.ts.map +1 -0
  55. package/controls/layout/tocontrolwidthcss.pipe.d.ts +20 -0
  56. package/controls/layout/tocontrolwidthcss.pipe.d.ts.map +1 -0
  57. package/controls/layout/tolabelheight.pipe.d.ts +13 -0
  58. package/controls/layout/tolabelheight.pipe.d.ts.map +1 -0
  59. package/controls/layout/tolabelwidthcss.pipe.d.ts +14 -0
  60. package/controls/layout/tolabelwidthcss.pipe.d.ts.map +1 -0
  61. package/controls/list/dropdown.d.ts +16 -3
  62. package/controls/list/dropdown.d.ts.map +1 -1
  63. package/controls/list/list.module.d.ts +2 -1
  64. package/controls/list/list.module.d.ts.map +1 -1
  65. package/controls/list/listbox.d.ts +7 -2
  66. package/controls/list/listbox.d.ts.map +1 -1
  67. package/controls/static/formcontainer.d.ts +5 -5
  68. package/controls/static/formcontainer.d.ts.map +1 -1
  69. package/controls/static/staticlabel.d.ts +7 -2
  70. package/controls/static/staticlabel.d.ts.map +1 -1
  71. package/controls/static/staticlabel.module.d.ts +4 -4
  72. package/controls/static/staticlabel.module.d.ts.map +1 -1
  73. package/controls/tinymce/tinymce.d.ts +6 -6
  74. package/controls/tinymce/tinymce.d.ts.map +1 -1
  75. package/controls/tinymce/tinymce.module.d.ts +2 -1
  76. package/controls/tinymce/tinymce.module.d.ts.map +1 -1
  77. package/controls/tooltip/tooltip.d.ts +6 -1
  78. package/controls/tooltip/tooltip.d.ts.map +1 -1
  79. package/controls/tooltip/tooltip.module.d.ts +1 -1
  80. package/controls/tooltip/tooltip.module.d.ts.map +1 -1
  81. package/controls/treeview/ngtreeitemaction.d.ts.map +1 -1
  82. package/controls/treeview/treeview.d.ts.map +1 -1
  83. package/controls/upload/upload.d.ts +10 -4
  84. package/controls/upload/upload.d.ts.map +1 -1
  85. package/controls/upload/upload.module.d.ts +2 -1
  86. package/controls/upload/upload.module.d.ts.map +1 -1
  87. package/controls/upload/uploadmultiple.d.ts +9 -2
  88. package/controls/upload/uploadmultiple.d.ts.map +1 -1
  89. package/controls/validation/validationsummary.d.ts +6 -1
  90. package/controls/validation/validationsummary.d.ts.map +1 -1
  91. package/esm2022/controls/buttons/button.mjs +6 -5
  92. package/esm2022/controls/buttons/button.module.mjs +3 -2
  93. package/esm2022/controls/checkbox/checkbox.mjs +48 -15
  94. package/esm2022/controls/checkbox/checkbox.module.mjs +18 -5
  95. package/esm2022/controls/checkbox/radiobutton.mjs +5 -4
  96. package/esm2022/controls/checkbox/radiobuttons.mjs +48 -15
  97. package/esm2022/controls/confirm/confirm.mjs +3 -3
  98. package/esm2022/controls/confirm/confirm.module.mjs +2 -2
  99. package/esm2022/controls/confirm/confirm.service.mjs +42 -27
  100. package/esm2022/controls/datetime/date.mjs +57 -18
  101. package/esm2022/controls/datetime/dateselector.mjs +3 -8
  102. package/esm2022/controls/datetime/datetime.mjs +55 -16
  103. package/esm2022/controls/datetime/datetime.module.mjs +30 -10
  104. package/esm2022/controls/datetime/time.mjs +55 -16
  105. package/esm2022/controls/form/form.mjs +13 -18
  106. package/esm2022/controls/form/form.module.mjs +6 -6
  107. package/esm2022/controls/form/inheritform.directive.mjs +46 -63
  108. package/esm2022/controls/grid/grid.mjs +3 -3
  109. package/esm2022/controls/grid/grid.module.mjs +36 -8
  110. package/esm2022/controls/grid/gridbutton.mjs +3 -11
  111. package/esm2022/controls/grid/gridcolumn.mjs +3 -3
  112. package/esm2022/controls/grid/paging.mjs +30 -10
  113. package/esm2022/controls/input/input.mjs +41 -13
  114. package/esm2022/controls/input/input.module.mjs +46 -8
  115. package/esm2022/controls/input/inputarea.mjs +51 -15
  116. package/esm2022/controls/input/inputcurrency.mjs +51 -15
  117. package/esm2022/controls/input/inputdecimal.mjs +51 -15
  118. package/esm2022/controls/input/inputemail.mjs +51 -15
  119. package/esm2022/controls/input/inputinteger.mjs +51 -15
  120. package/esm2022/controls/input/inputpassword.mjs +51 -15
  121. package/esm2022/controls/input/inputsearch.mjs +50 -15
  122. package/esm2022/controls/layout/formlayout.directive.mjs +16 -0
  123. package/esm2022/controls/layout/layout.module.mjs +44 -0
  124. package/esm2022/controls/layout/tocontrolheight.pipe.mjs +35 -0
  125. package/esm2022/controls/layout/tocontrolwidthcss.pipe.mjs +53 -0
  126. package/esm2022/controls/layout/tolabelheight.pipe.mjs +35 -0
  127. package/esm2022/controls/layout/tolabelwidthcss.pipe.mjs +37 -0
  128. package/esm2022/controls/list/dropdown.mjs +37 -14
  129. package/esm2022/controls/list/list.module.mjs +5 -2
  130. package/esm2022/controls/list/listbox.mjs +56 -15
  131. package/esm2022/controls/static/formcontainer.mjs +47 -18
  132. package/esm2022/controls/static/staticlabel.mjs +48 -15
  133. package/esm2022/controls/static/staticlabel.module.mjs +14 -10
  134. package/esm2022/controls/tabs/tab.mjs +3 -3
  135. package/esm2022/controls/tinymce/tinymce.mjs +23 -12
  136. package/esm2022/controls/tinymce/tinymce.module.mjs +4 -3
  137. package/esm2022/controls/tooltip/tooltip.mjs +15 -5
  138. package/esm2022/controls/tooltip/tooltip.module.mjs +5 -9
  139. package/esm2022/controls/treeview/ngtreeitemaction.mjs +2 -1
  140. package/esm2022/controls/treeview/treeview.mjs +3 -9
  141. package/esm2022/controls/upload/upload.mjs +51 -15
  142. package/esm2022/controls/upload/upload.module.mjs +17 -9
  143. package/esm2022/controls/upload/uploadmultiple.mjs +26 -9
  144. package/esm2022/controls/validation/validationsummary.mjs +15 -11
  145. package/esm2022/public_api.mjs +36 -30
  146. package/fesm2022/simpleangularcontrols-sac-bootstrap3.mjs +1984 -1113
  147. package/fesm2022/simpleangularcontrols-sac-bootstrap3.mjs.map +1 -1
  148. package/package.json +4 -3
  149. package/public_api.d.ts +35 -29
  150. package/public_api.d.ts.map +1 -1
  151. package/simpleangularcontrols-sac-bootstrap3-16.0.0-rc.10.tgz +0 -0
  152. package/simpleangularcontrols-sac-bootstrap3-16.0.0-rc.1.tgz +0 -0
package/README.md CHANGED
@@ -1,24 +1,27 @@
1
- # SimpleAngularControls - Bootstrap3
1
+ # SimpleAngularControls - Common
2
2
 
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
3
+ ## End of Support
4
4
 
5
- ## Code scaffolding
5
+ > No more controls and extensions are actively being developed for this Bootstrap version.
6
6
 
7
- Run `ng generate component component-name --project sac-bootstrap3` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project sac-bootstrap3`.
8
- > Note: Don't forget to add `--project sac-bootstrap3` or else it will be added to the default project in your `angular.json` file.
7
+ ## Documentation
9
8
 
10
- ## Build
9
+ The package provides the controls for Bootstrap 3. The `sac-common` is also required.
11
10
 
12
- Run `ng build sac-bootstrap3` to build the project. The build artifacts will be stored in the `dist/` directory.
11
+ ## Installation
13
12
 
14
- ## Publishing
13
+ Do the follow steps to add
15
14
 
16
- After building your library with `ng build sac-bootstrap3`, go to the dist folder `cd dist/sac-bootstrap3` and run `npm publish`.
15
+ - add `@simpleangularcontrols/sac-bootstrap3` dependencies from npm
16
+ - add `@simpleangularcontrols/sac-common` dependencies from npm
17
+ - add Bootstrap 3 CSS/SCSS to your project
18
+ - import the module to your components and modules
17
19
 
18
- ## Running unit tests
20
+ ## Project
19
21
 
20
- Run `ng test sac-bootstrap3` to execute the unit tests via [Karma](https://karma-runner.github.io).
22
+ For more information, follow us on GitHub: https://github.com/simpleangularcontrols
21
23
 
22
- ## Further help
24
+ ## Features not supported
23
25
 
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
26
+ - Not all components are implemented in Bootstrap 3.
27
+ - Bootstrap 3 only supports the sizing of controls and labels in horizontal forms.
@@ -1 +1 @@
1
- {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/buttons/button.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;;AAGpE,qBAMa,kBAAmB,SAAQ,eAAe;yCAA1C,kBAAkB;2CAAlB,kBAAkB;CAE9B"}
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/buttons/button.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;;AAEpE,qBAQa,kBAAmB,SAAQ,eAAe;yCAA1C,kBAAkB;2CAAlB,kBAAkB;CAA2B"}
@@ -1,9 +1,14 @@
1
1
  import { Injector } from '@angular/core';
2
2
  import { SacCheckboxCommon } from '@simpleangularcontrols/sac-common';
3
- import { SacFormDirective } from '../form/form';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacCheckboxComponent extends SacCheckboxCommon {
6
- constructor(parent: SacFormDirective, injector: Injector);
6
+ /**
7
+ * Constructor
8
+ * @param formLayout SacFormLayout to define scoped layout settings
9
+ * @param injector Injector for injecting services
10
+ */
11
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
7
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SacCheckboxComponent, [{ optional: true; host: true; }, null]>;
8
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SacCheckboxComponent, "sac-checkbox", never, {}, {}, never, never, true, never>;
9
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/checkbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,QAAQ,EAAY,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAC,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAC,gBAAgB,EAAE,MAAM,cAAc,CAAC;;AAI/C,qBAWa,oBAAqB,SAAQ,iBAAiB;gBACzB,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ;yCADjE,oBAAoB;2CAApB,oBAAoB;CAIhC"}
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/checkbox.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAMxE,qBA2Ba,oBAAqB,SAAQ,iBAAiB;IAGzD;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,oBAAoB;2CAApB,oBAAoB;CAgBhC"}
@@ -3,9 +3,10 @@ import * as i1 from "@angular/common";
3
3
  import * as i2 from "./checkbox";
4
4
  import * as i3 from "./radiobutton";
5
5
  import * as i4 from "./radiobuttons";
6
+ import * as i5 from "../tooltip/tooltip";
6
7
  export declare class SACBootstrap3CheckboxModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3CheckboxModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3CheckboxModule, never, [typeof i1.CommonModule, typeof i2.SacCheckboxComponent, typeof i3.SacRadiobuttonComponent, typeof i4.SacRadiobuttonsComponent], [typeof i2.SacCheckboxComponent, typeof i3.SacRadiobuttonComponent, typeof i4.SacRadiobuttonsComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3CheckboxModule, never, [typeof i1.CommonModule, typeof i2.SacCheckboxComponent, typeof i3.SacRadiobuttonComponent, typeof i4.SacRadiobuttonsComponent, typeof i5.SacTooltipComponent], [typeof i2.SacCheckboxComponent, typeof i3.SacRadiobuttonComponent, typeof i4.SacRadiobuttonsComponent]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3CheckboxModule>;
10
11
  }
11
12
  //# sourceMappingURL=checkbox.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/checkbox.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAOa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI"}
1
+ {"version":3,"file":"checkbox.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/checkbox.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAca,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"radiobutton.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/radiobutton.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;;AAI1D,qBAMa,uBAAwB,SAAQ,oBAAoB;gBAE3C,eAAe,EAAE,wBAAwB;yCAFlD,uBAAuB;2CAAvB,uBAAuB;CAMnC"}
1
+ {"version":3,"file":"radiobutton.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/radiobutton.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;;AAE1D,qBAOa,uBAAwB,SAAQ,oBAAoB;gBAG3C,eAAe,EAAE,wBAAwB;yCAHlD,uBAAuB;2CAAvB,uBAAuB;CAQnC"}
@@ -1,9 +1,14 @@
1
1
  import { Injector } from '@angular/core';
2
2
  import { SacRadiobuttonsCommon } from '@simpleangularcontrols/sac-common';
3
- import { SacFormDirective } from '../form/form';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacRadiobuttonsComponent extends SacRadiobuttonsCommon {
6
- constructor(parent: SacFormDirective, injector: Injector);
6
+ /**
7
+ * Constructor
8
+ * @param formLayout SacFormLayout to define scoped layout settings
9
+ * @param injector Injector for injecting services
10
+ */
11
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
7
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SacRadiobuttonsComponent, [{ optional: true; host: true; }, null]>;
8
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SacRadiobuttonsComponent, "sac-radiobuttons", never, {}, {}, never, ["*"], true, never>;
9
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"radiobuttons.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/radiobuttons.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,QAAQ,EAAY,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;;AAGhD,qBAWa,wBAAyB,SAAQ,qBAAqB;gBAEjC,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ;yCAFjE,wBAAwB;2CAAxB,wBAAwB;CAMpC"}
1
+ {"version":3,"file":"radiobuttons.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/radiobuttons.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAMxE,qBA0Ba,wBAAyB,SAAQ,qBAAqB;IAGjE;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,wBAAwB;2CAAxB,wBAAwB;CAgBpC"}
@@ -1,7 +1,6 @@
1
- import { ComponentFactoryResolver, ApplicationRef, Injector, ComponentFactory } from '@angular/core';
2
- import { ServiceConfirmCommon, SacConfirmButton } from '@simpleangularcontrols/sac-common';
1
+ import { ApplicationRef, ComponentFactory, ComponentFactoryResolver, EventEmitter, Injector } from '@angular/core';
2
+ import { SacConfirmButton, ServiceConfirmCommon } from '@simpleangularcontrols/sac-common';
3
3
  import { SacConfirmComponent } from './confirm';
4
- import { EventEmitter } from '@angular/core';
5
4
  import * as i0 from "@angular/core";
6
5
  /**
7
6
  * Service für Confirm Messages in TypeScript Code
@@ -20,17 +19,17 @@ import * as i0 from "@angular/core";
20
19
  export declare class ServiceConfirm extends ServiceConfirmCommon {
21
20
  private componentFactoryResolver;
22
21
  /**
23
- * Titel der im Dialog angezeigt werden soll.
22
+ * Collection von Buttons die angezeigt werden müssen.
24
23
  */
25
- private title;
24
+ private buttons;
26
25
  /**
27
26
  * Message die in Dialog angezeigt werden soll.
28
27
  */
29
28
  private message;
30
29
  /**
31
- * Collection von Buttons die angezeigt werden müssen.
30
+ * Titel der im Dialog angezeigt werden soll.
32
31
  */
33
- private buttons;
32
+ private title;
34
33
  /**
35
34
  * Konstruktor
36
35
  * @param componentFactoryResolver Component Factory Resolver Instanz
@@ -38,6 +37,12 @@ export declare class ServiceConfirm extends ServiceConfirmCommon {
38
37
  * @param injector Injector. Wird benötigt um den Dialog dynamisch zu erzeugen
39
38
  */
40
39
  constructor(componentFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
40
+ /**
41
+ * Confirm Dialog anzeigen
42
+ * @param message Nachricht die angezeigt werden soll.
43
+ * @returns EventEmitter mit Key des Buttons, welcher geklickt wurde.
44
+ */
45
+ ConfirmMessage(title: string, message: string, buttons?: SacConfirmButton[]): EventEmitter<string>;
41
46
  /**
42
47
  * Erzeugen einer Component Factory für einen Dialog
43
48
  */
@@ -47,12 +52,6 @@ export declare class ServiceConfirm extends ServiceConfirmCommon {
47
52
  * @param instance Instanz eines SacConfirm Dialogs
48
53
  */
49
54
  protected ConfigureDialog(instance: SacConfirmComponent): void;
50
- /**
51
- * Confirm Dialog anzeigen
52
- * @param message Nachricht die angezeigt werden soll.
53
- * @returns EventEmitter mit Key des Buttons, welcher geklickt wurde.
54
- */
55
- ConfirmMessage(title: string, message: string, buttons?: SacConfirmButton[]): EventEmitter<string>;
56
55
  static ɵfac: i0.ɵɵFactoryDeclaration<ServiceConfirm, never>;
57
56
  static ɵprov: i0.ɵɵInjectableDeclaration<ServiceConfirm>;
58
57
  }
@@ -1 +1 @@
1
- {"version":3,"file":"confirm.service.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/confirm/confirm.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,wBAAwB,EACxB,cAAc,EACd,QAAQ,EAER,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,oBAAoB,EACpB,gBAAgB,EAEjB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;;AAE7C;;;;;;;;;;;;;GAaG;AACH,qBACa,cAAe,SAAQ,oBAAoB;IAwBpD,OAAO,CAAC,wBAAwB;IAvBlC;;OAEG;IACH,OAAO,CAAC,KAAK,CAAc;IAE3B;;OAEG;IACH,OAAO,CAAC,OAAO,CAAc;IAE7B;;OAEG;IACH,OAAO,CAAC,OAAO,CAA0B;IAEzC;;;;;OAKG;gBAGO,wBAAwB,EAAE,wBAAwB,EAC1D,MAAM,EAAE,cAAc,EACtB,QAAQ,EAAE,QAAQ;IAKpB;;OAEG;IACI,mBAAmB,IAAI,gBAAgB,CAAC,mBAAmB,CAAC;IAMnE;;;OAGG;IACH,SAAS,CAAC,eAAe,CAAC,QAAQ,EAAE,mBAAmB;IAQvD;;;;OAIG;IACI,cAAc,CACnB,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,EACf,OAAO,GAAE,gBAAgB,EAAS,GACjC,YAAY,CAAC,MAAM,CAAC;yCA7DZ,cAAc;6CAAd,cAAc;CA4E1B"}
1
+ {"version":3,"file":"confirm.service.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/confirm/confirm.service.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,gBAAgB,EAChB,wBAAwB,EACxB,YAAY,EAGZ,QAAQ,EACT,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EAErB,MAAM,mCAAmC,CAAC;AAG3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;;AAEhD;;;;;;;;;;;;;GAaG;AACH,qBACa,cAAe,SAAQ,oBAAoB;IA4BpD,OAAO,CAAC,wBAAwB;IAzBlC;;OAEG;IACH,OAAO,CAAC,OAAO,CAA0B;IACzC;;OAEG;IACH,OAAO,CAAC,OAAO,CAAc;IAC7B;;OAEG;IACH,OAAO,CAAC,KAAK,CAAc;IAM3B;;;;;OAKG;gBAGO,wBAAwB,EAAE,wBAAwB,EAC1D,MAAM,EAAE,cAAc,EACtB,QAAQ,EAAE,QAAQ;IASpB;;;;OAIG;IACI,cAAc,CACnB,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,EACf,OAAO,GAAE,gBAAgB,EAAS,GACjC,YAAY,CAAC,MAAM,CAAC;IA6BvB;;OAEG;IACI,mBAAmB,IAAI,gBAAgB,CAAC,mBAAmB,CAAC;IAUnE;;;OAGG;IACH,SAAS,CAAC,eAAe,CAAC,QAAQ,EAAE,mBAAmB;yCA9F5C,cAAc;6CAAd,cAAc;CAuG1B"}
@@ -1,9 +1,15 @@
1
1
  import { ElementRef, Injector } from '@angular/core';
2
- import { SacFormDirective } from '../form/form';
3
2
  import { SacDateCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacDateComponent extends SacDateCommon {
6
- constructor(parent: SacFormDirective, injector: Injector, _elementRef: ElementRef);
6
+ /**
7
+ * Constructor
8
+ * @param formLayout SacFormLayout to define scoped layout settings
9
+ * @param injector Injector for injecting services
10
+ * @param elementRef Reference to html dom element
11
+ */
12
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef);
7
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SacDateComponent, [{ optional: true; host: true; }, null, null]>;
8
14
  static ɵcmp: i0.ɵɵComponentDeclaration<SacDateComponent, "sac-date", never, {}, {}, never, never, true, never>;
9
15
  }
@@ -1 +1 @@
1
- {"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/date.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,UAAU,EAAE,QAAQ,EAAY,MAAM,eAAe,CAAC;AAE5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGhD,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAOlE,qBAYa,gBAAiB,SAAQ,aAAa;gBAChB,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,UAAU;yCAD3F,gBAAgB;2CAAhB,gBAAgB;CAI5B"}
1
+ {"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/date.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAEV,QAAQ,EAGT,MAAM,eAAe,CAAC;AAIvB,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAGlE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AASxE,qBA8Ba,gBAAiB,SAAQ,aAAa;IAGjD;;;;;OAKG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU;yCAZb,gBAAgB;2CAAhB,gBAAgB;CAkB5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"dateselector.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/dateselector.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;;AAI1E,qBAWa,wBAAyB,SAAQ,qBAAqB;yCAAtD,wBAAwB;2CAAxB,wBAAwB;CAEpC"}
1
+ {"version":3,"file":"dateselector.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/dateselector.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;;AAE1E,qBAMa,wBAAyB,SAAQ,qBAAqB;yCAAtD,wBAAwB;2CAAxB,wBAAwB;CAAiC"}
@@ -1,9 +1,15 @@
1
1
  import { ElementRef, Injector } from '@angular/core';
2
- import { SacFormDirective } from '../form/form';
3
2
  import { SacDateTimeCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacDateTimeComponent extends SacDateTimeCommon {
6
- constructor(parent: SacFormDirective, injector: Injector, _elementRef: ElementRef);
6
+ /**
7
+ * Constructor
8
+ * @param formLayout SacFormLayout to define scoped layout settings
9
+ * @param injector Injector for injecting services
10
+ * @param elementRef Reference to html dom element
11
+ */
12
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef);
7
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SacDateTimeComponent, [{ optional: true; host: true; }, null, null]>;
8
14
  static ɵcmp: i0.ɵɵComponentDeclaration<SacDateTimeComponent, "sac-datetime", never, {}, {}, never, never, true, never>;
9
15
  }
@@ -1 +1 @@
1
- {"version":3,"file":"datetime.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/datetime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,UAAU,EAAQ,QAAQ,EAAY,MAAM,eAAe,CAAC;AAE5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;;AAMtE,qBAYa,oBAAqB,SAAQ,iBAAiB;gBACxB,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,UAAU;yCAD3F,oBAAoB;2CAApB,oBAAoB;CAIhC"}
1
+ {"version":3,"file":"datetime.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/datetime.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,UAAU,EAEV,QAAQ,EAGT,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAEtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAQxE,qBA8Ba,oBAAqB,SAAQ,iBAAiB;IAGzD;;;;;OAKG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU;yCAZb,oBAAoB;2CAApB,oBAAoB;CAkBhC"}
@@ -5,9 +5,10 @@ import * as i3 from "./date";
5
5
  import * as i4 from "./datetime";
6
6
  import * as i5 from "./time";
7
7
  import * as i6 from "./dateselector";
8
+ import * as i7 from "../tooltip/tooltip";
8
9
  export declare class SACBootstrap3DateTimeModule {
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3DateTimeModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3DateTimeModule, never, [typeof i1.CommonModule, typeof i2.IMaskModule, typeof i3.SacDateComponent, typeof i4.SacDateTimeComponent, typeof i5.SacTimeComponent, typeof i6.SacDateSelectorComponent], [typeof i3.SacDateComponent, typeof i4.SacDateTimeComponent, typeof i5.SacTimeComponent, typeof i6.SacDateSelectorComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3DateTimeModule, never, [typeof i1.CommonModule, typeof i2.IMaskModule, typeof i3.SacDateComponent, typeof i4.SacDateTimeComponent, typeof i5.SacTimeComponent, typeof i6.SacDateSelectorComponent, typeof i7.SacTooltipComponent], [typeof i3.SacDateComponent, typeof i4.SacDateTimeComponent, typeof i5.SacTimeComponent, typeof i6.SacDateSelectorComponent]>;
11
12
  static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3DateTimeModule>;
12
13
  }
13
14
  //# sourceMappingURL=datetime.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"datetime.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/datetime.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAOa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI"}
1
+ {"version":3,"file":"datetime.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/datetime.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAiBa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAG"}
@@ -1,9 +1,15 @@
1
1
  import { ElementRef, Injector } from '@angular/core';
2
- import { SacFormDirective } from '../form/form';
3
2
  import { SacTimeCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacTimeComponent extends SacTimeCommon {
6
- constructor(parent: SacFormDirective, injector: Injector, _elementRef: ElementRef);
6
+ /**
7
+ * Constructor
8
+ * @param formLayout SacFormLayout to define scoped layout settings
9
+ * @param injector Injector for injecting services
10
+ * @param elementRef Reference to html dom element
11
+ */
12
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef);
7
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SacTimeComponent, [{ optional: true; host: true; }, null, null]>;
8
14
  static ɵcmp: i0.ɵɵComponentDeclaration<SacTimeComponent, "sac-time", never, {}, {}, never, never, true, never>;
9
15
  }
@@ -1 +1 @@
1
- {"version":3,"file":"time.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/time.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,UAAU,EAAQ,QAAQ,EAAY,MAAM,eAAe,CAAC;AAE5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAKlE,qBAYa,gBAAiB,SAAQ,aAAa;gBAChB,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,UAAU;yCAD3F,gBAAgB;2CAAhB,gBAAgB;CAI5B"}
1
+ {"version":3,"file":"time.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/time.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,UAAU,EAEV,QAAQ,EAGT,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAElE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAQxE,qBA8Ba,gBAAiB,SAAQ,aAAa;IAGjD;;;;;OAKG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU;yCAZb,gBAAgB;2CAAhB,gBAAgB;CAkB5B"}
@@ -1,5 +1,5 @@
1
- import { SacFormCommon } from '@simpleangularcontrols/sac-common';
2
1
  import { NgForm } from '@angular/forms';
2
+ import { SacFormCommon } from '@simpleangularcontrols/sac-common';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * Erweiterung / Hooking für automatismen in Formular. Wird als Container für alle Controls benötigt.
@@ -14,22 +14,18 @@ import * as i0 from "@angular/core";
14
14
  */
15
15
  export declare class SacFormDirective extends SacFormCommon {
16
16
  /**
17
- * Konstruktor
18
- * @param form Instanz von NgForm für eigene automatische Formular Logik
19
- */
20
- constructor(form: NgForm);
21
- /**
22
- * Setzt die Standard CSS Klasse für auf dem Form Container
17
+ * Sets the standard CSS class for forms on the form container
23
18
  */
24
19
  cssClassForm: boolean;
25
20
  /**
26
- * Setzt die CSS Klasse 'form-horizontal' wenn die Orientation auf Horizontal eingestellt ist
21
+ * Sets the default CSS class for horizontal forms on the form container
27
22
  */
28
- get orientientationHorizontal(): boolean;
23
+ cssClassHorizontal: boolean;
29
24
  /**
30
- * Setzt die CSS Klasse 'form-vertical' wenn die Orientation auf Vertical eingestellt ist
25
+ * Konstruktor
26
+ * @param form Instanz von NgForm für eigene automatische Formular Logik
31
27
  */
32
- get orientientationVertical(): boolean;
28
+ constructor(form: NgForm);
33
29
  static ɵfac: i0.ɵɵFactoryDeclaration<SacFormDirective, never>;
34
30
  static ɵdir: i0.ɵɵDirectiveDeclaration<SacFormDirective, "form:not([ngNoForm]):not([formGroup]),[ngForm]", ["sacform"], {}, {}, never, never, true, never>;
35
31
  }
@@ -1 +1 @@
1
- {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/form/form.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAClE,OAAO,EAAoB,MAAM,EAAE,MAAM,gBAAgB,CAAC;;AAG1D;;;;;;;;;;GAUG;AAEH,qBAKa,gBAAiB,SAAQ,aAAa;IAEjD;;;OAGG;gBACS,IAAI,EAAE,MAAM;IAIxB;;OAEG;IAEH,YAAY,EAAE,OAAO,CAAQ;IAE7B;;OAEG;IACH,IACI,yBAAyB,IAAI,OAAO,CAAmD;IAE3F;;OAEG;IACH,IACI,uBAAuB,IAAI,OAAO,CAAiD;yCA1B5E,gBAAgB;2CAAhB,gBAAgB;CA4B5B"}
1
+ {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/form/form.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAElE;;;;;;;;;;GAUG;AAEH,qBAKa,gBAAiB,SAAQ,aAAa;IAGjD;;OAEG;IAEI,YAAY,EAAE,OAAO,CAAQ;IAEpC;;OAEG;IAEI,kBAAkB,EAAE,OAAO,CAAQ;IAM1C;;;OAGG;gBACS,IAAI,EAAE,MAAM;yCAvBb,gBAAgB;2CAAhB,gBAAgB;CA4B5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"form.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/form/form.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAUa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAI"}
1
+ {"version":3,"file":"form.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/form/form.module.ts"],"names":[],"mappings":";;;;;AAMA,qBASa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
@@ -1,51 +1,28 @@
1
- import { SacFormDirective } from './form';
1
+ import { Injector } from '@angular/core';
2
2
  import { NgForm } from '@angular/forms';
3
+ import { SacFormCommon } from '@simpleangularcontrols/sac-common';
4
+ import { SacFormDirective } from './form';
3
5
  import * as i0 from "@angular/core";
4
6
  /**
5
- * Factory Methode für SacForm
6
- * @param form NgFormular
7
+ * Directive to inherit an NgForm/NgForm from a parent component
7
8
  */
8
- export declare function SACFORM_FACTORY(form: SacFormDirective): SacFormDirective;
9
+ export declare class SacInheritFormDirective extends SacFormCommon {
10
+ /**
11
+ * Construtor
12
+ * @param injector: injector to receive the NgForm instance
13
+ */
14
+ constructor(injector: Injector);
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<SacInheritFormDirective, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SacInheritFormDirective, "[sacInheritForm]", ["sacinheritform"], {}, {}, never, never, true, never>;
17
+ }
9
18
  /**
10
19
  * Factory Methode für NgForm
11
20
  * @param form NgForm
12
21
  */
13
22
  export declare function NGFORM_FACTORY(form: NgForm): NgForm;
14
23
  /**
15
- * Directive zum erben eines NgForm/NgFormular einer übergeordneten Komponente
16
- *
17
- * @example Implementation in Markup
18
- *
19
- * <div sacInheritForm>
20
- * </div>
21
- *
22
- * @example Model an Sub-Komponente übergeben
23
- *
24
- * <div sacInheritForm>
25
- * <div>SubForm</div>
26
- * <div>
27
- * <ngInput [(ngModel)]="mymodel.fieldarea2" name="subformField3" label="field 3" [isrequired]="true"></ngInput>
28
- * </div>
29
- * </div>
30
- *
31
- *
32
- * (at)Component({
33
- * selector: 'sacInheritForm',
34
- * templateUrl: './subform.component.html'
35
- * })
36
- * export class SubFormComponent implements DoCheck {
37
- *
38
- * (at)Input() mymodel;
39
- * (at)Output() mymodelChange = new EventEmitter();
40
- *
41
- * ngDoCheck() {
42
- * this.mymodelChange.next(this.mymodel);
43
- * }
44
- *}
45
- *
24
+ * Factory Methode für SacForm
25
+ * @param form NgFormular
46
26
  */
47
- export declare class SacInheritFormDirective {
48
- static ɵfac: i0.ɵɵFactoryDeclaration<SacInheritFormDirective, never>;
49
- static ɵdir: i0.ɵɵDirectiveDeclaration<SacInheritFormDirective, "[sacInheritForm]", never, {}, {}, never, never, true, never>;
50
- }
27
+ export declare function SACFORM_FACTORY(form: SacFormDirective): SacFormDirective;
51
28
  //# sourceMappingURL=inheritform.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"inheritform.directive.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/form/inheritform.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAE1C,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;;AAGxC;;;GAGG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,gBAAgB,oBAErD;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,UAE1C;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,qBAea,uBAAuB;yCAAvB,uBAAuB;2CAAvB,uBAAuB;CAAI"}
1
+ {"version":3,"file":"inheritform.directive.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/form/inheritform.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,QAAQ,EAAY,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAoB,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;;AAI1C;;GAEG;AACH,qBAiBa,uBAAwB,SAAQ,aAAa;IAGxD;;;OAGG;gBACS,QAAQ,EAAE,QAAQ;yCAPnB,uBAAuB;2CAAvB,uBAAuB;CAYnC;AAMD;;;GAGG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,UAE1C;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,gBAAgB,oBAErD"}
@@ -1,14 +1,15 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
- import * as i2 from "./grid";
4
- import * as i3 from "./gridcolumn";
5
- import * as i4 from "./gridcolumnaction";
6
- import * as i5 from "./paging";
7
- import * as i6 from "./gridbutton";
8
- import * as i7 from "./gridimage";
3
+ import * as i2 from "@angular/forms";
4
+ import * as i3 from "./grid";
5
+ import * as i4 from "./gridcolumn";
6
+ import * as i5 from "./gridcolumnaction";
7
+ import * as i6 from "./paging";
8
+ import * as i7 from "./gridbutton";
9
+ import * as i8 from "./gridimage";
9
10
  export declare class SACBootstrap3GridModule {
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3GridModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3GridModule, never, [typeof i1.CommonModule, typeof i2.SacGridComponent, typeof i3.SacGridColumnComponent, typeof i4.SacGridColumnActionComponent, typeof i5.SacPagingComponent, typeof i6.SacGridButtonComponent, typeof i7.SacGridImageComponent], [typeof i2.SacGridComponent, typeof i3.SacGridColumnComponent, typeof i4.SacGridColumnActionComponent, typeof i5.SacPagingComponent, typeof i6.SacGridButtonComponent, typeof i7.SacGridImageComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3GridModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.SacGridComponent, typeof i4.SacGridColumnComponent, typeof i5.SacGridColumnActionComponent, typeof i6.SacPagingComponent, typeof i7.SacGridButtonComponent, typeof i8.SacGridImageComponent], [typeof i3.SacGridComponent, typeof i4.SacGridColumnComponent, typeof i5.SacGridColumnActionComponent, typeof i6.SacPagingComponent, typeof i7.SacGridButtonComponent, typeof i8.SacGridImageComponent]>;
12
13
  static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3GridModule>;
13
14
  }
14
15
  //# sourceMappingURL=grid.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"grid.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/grid/grid.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAOa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAI"}
1
+ {"version":3,"file":"grid.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/grid/grid.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAoBa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
@@ -2,19 +2,10 @@ import { SacGridButtonCommon } from '@simpleangularcontrols/sac-common';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Grid Action Button
5
- *
6
- * @example Standard Action
7
- *
8
- * <ngGridButton icon="edit" (clicked)="action('edit')" [isdisabled]="true"></ngGridButton>
9
- *
10
- * @example Custom Action
11
- *
12
- * <ngGridButton iconstyle="sprite" icon="icon-sprite-base-main_info" (clicked)="action('info')"></ngGridButton>
13
- *
14
5
  */
15
6
  export declare class SacGridButtonComponent extends SacGridButtonCommon {
16
7
  /**
17
- * Gibt das Icon für den Button zurück
8
+ * Returns the icon for the button
18
9
  */
19
10
  getIconClass(): string;
20
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SacGridButtonComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"gridbutton.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/grid/gridbutton.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;;AAEvF;;;;;;;;;;;GAWG;AACH,qBAKa,sBAAuB,SAAQ,mBAAmB;IAE7D;;OAEG;IACI,YAAY,IAAI,MAAM;yCALlB,sBAAsB;2CAAtB,sBAAsB;CAgClC"}
1
+ {"version":3,"file":"gridbutton.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/grid/gridbutton.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;;AAExE;;GAEG;AACH,qBAKa,sBAAuB,SAAQ,mBAAmB;IAG7D;;OAEG;IACI,YAAY,IAAI,MAAM;yCANlB,sBAAsB;2CAAtB,sBAAsB;CAiClC"}
@@ -1 +1 @@
1
- {"version":3,"file":"paging.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/grid/paging.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEhE,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;;AAIpE,qBAWa,kBAAmB,SAAQ,eAAe;IAErD;;OAEG;gBACS,QAAQ,EAAE,QAAQ;yCALnB,kBAAkB;2CAAlB,kBAAkB;CAO9B"}
1
+ {"version":3,"file":"paging.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/grid/paging.ts"],"names":[],"mappings":"AACA,OAAO,EAAyB,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEhE,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;;AAEpE,qBAmBa,kBAAmB,SAAQ,eAAe;IAGrD;;OAEG;gBACS,QAAQ,EAAE,QAAQ;yCANnB,kBAAkB;2CAAlB,kBAAkB;CAW9B"}
@@ -1,9 +1,14 @@
1
1
  import { Injector } from '@angular/core';
2
- import { SacFormDirective } from '../form/form';
3
2
  import { SacInputCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacInputComponent extends SacInputCommon {
6
- constructor(parent: SacFormDirective, injector: Injector);
6
+ /**
7
+ * Constructor
8
+ * @param formLayout SacFormLayout to define scoped layout settings
9
+ * @param injector Injector for injecting services
10
+ */
11
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
7
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SacInputComponent, [{ optional: true; host: true; }, null]>;
8
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SacInputComponent, "sac-input", never, {}, {}, never, never, true, never>;
9
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/input.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,QAAQ,EAAY,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;;AAInE,qBAYa,iBAAkB,SAAQ,cAAc;gBAElB,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ;yCAFlE,iBAAiB;2CAAjB,iBAAiB;CAK7B"}
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/input.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAOxE,qBAwBa,iBAAkB,SAAQ,cAAc;IAGnD;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,iBAAiB;2CAAjB,iBAAiB;CAgB7B"}
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
3
  import * as i2 from "@angular/forms";
4
- import * as i3 from "../tooltip/tooltip.module";
4
+ import * as i3 from "../tooltip/tooltip";
5
5
  import * as i4 from "./input";
6
6
  import * as i5 from "./inputarea";
7
7
  import * as i6 from "./inputcurrency";
@@ -12,7 +12,7 @@ import * as i10 from "./inputpassword";
12
12
  import * as i11 from "./inputsearch";
13
13
  export declare class SACBootstrap3InputModule {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3InputModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3InputModule, never, [typeof i1.CommonModule, typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.SACBootstrap3TooltipModule, typeof i4.SacInputComponent, typeof i5.SacInputAreaComponent, typeof i6.SacInputCurrencyComponent, typeof i7.SacInputDecimalComponent, typeof i8.SacInputEmailComponent, typeof i9.SacInputIntegerComponent, typeof i10.SacInputPasswordComponent, typeof i11.SacInputSearchComponent], [typeof i4.SacInputComponent, typeof i5.SacInputAreaComponent, typeof i6.SacInputCurrencyComponent, typeof i7.SacInputDecimalComponent, typeof i8.SacInputEmailComponent, typeof i9.SacInputIntegerComponent, typeof i10.SacInputPasswordComponent, typeof i11.SacInputSearchComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3InputModule, never, [typeof i1.CommonModule, typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.SacTooltipComponent, typeof i4.SacInputComponent, typeof i5.SacInputAreaComponent, typeof i6.SacInputCurrencyComponent, typeof i7.SacInputDecimalComponent, typeof i8.SacInputEmailComponent, typeof i9.SacInputIntegerComponent, typeof i10.SacInputPasswordComponent, typeof i11.SacInputSearchComponent], [typeof i4.SacInputComponent, typeof i5.SacInputAreaComponent, typeof i6.SacInputCurrencyComponent, typeof i7.SacInputDecimalComponent, typeof i8.SacInputEmailComponent, typeof i9.SacInputIntegerComponent, typeof i10.SacInputPasswordComponent, typeof i11.SacInputSearchComponent]>;
16
16
  static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3InputModule>;
17
17
  }
18
18
  //# sourceMappingURL=input.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"input.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/input.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAcA,qBAOa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAI"}
1
+ {"version":3,"file":"input.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/input.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAaA,qBA0Ba,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
@@ -1,6 +1,6 @@
1
- import { SacFormDirective } from '../form/form';
2
1
  import { Injector } from '@angular/core';
3
2
  import { SacInputAreaCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
6
  * Komponente für TextArea
@@ -15,7 +15,12 @@ import * as i0 from "@angular/core";
15
15
  *
16
16
  */
17
17
  export declare class SacInputAreaComponent extends SacInputAreaCommon {
18
- constructor(parent: SacFormDirective, injector: Injector);
18
+ /**
19
+ * Constructor
20
+ * @param formLayout SacFormLayout to define scoped layout settings
21
+ * @param injector Injector for injecting services
22
+ */
23
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
19
24
  static ɵfac: i0.ɵɵFactoryDeclaration<SacInputAreaComponent, [{ optional: true; host: true; }, null]>;
20
25
  static ɵcmp: i0.ɵɵComponentDeclaration<SacInputAreaComponent, "sac-inputarea", never, {}, {}, never, never, true, never>;
21
26
  }
@@ -1 +1 @@
1
- {"version":3,"file":"inputarea.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputarea.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAA+B,QAAQ,EAAY,MAAM,eAAe,CAAC;AAChF,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;;AAGvE;;;;;;;;;;;GAWG;AACH,qBAYa,qBAAsB,SAAQ,kBAAkB;gBAE1B,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ;yCAFlE,qBAAqB;2CAArB,qBAAqB;CAMjC"}
1
+ {"version":3,"file":"inputarea.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputarea.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAOxE;;;;;;;;;;;GAWG;AACH,qBA4Ba,qBAAsB,SAAQ,kBAAkB;IAG3D;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,qBAAqB;2CAArB,qBAAqB;CAgBjC"}
@@ -1,9 +1,14 @@
1
1
  import { Injector } from '@angular/core';
2
- import { SacFormDirective } from '../form/form';
3
2
  import { SacInputCurrencyCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacInputCurrencyComponent extends SacInputCurrencyCommon {
6
- constructor(parent: SacFormDirective, injector: Injector);
6
+ /**
7
+ * Constructor
8
+ * @param formLayout SacFormLayout to define scoped layout settings
9
+ * @param injector Injector for injecting services
10
+ */
11
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
7
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SacInputCurrencyComponent, [{ optional: true; host: true; }, null]>;
8
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SacInputCurrencyComponent, "sac-inputcurrency", never, {}, {}, never, never, true, never>;
9
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"inputcurrency.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputcurrency.ts"],"names":[],"mappings":"AACA,OAAO,EAA+B,QAAQ,EAAY,MAAM,eAAe,CAAC;AAChF,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;;AAI3E,qBAWa,yBAA0B,SAAQ,sBAAsB;gBACnC,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ;yCADjE,yBAAyB;2CAAzB,yBAAyB;CAIrC"}
1
+ {"version":3,"file":"inputcurrency.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputcurrency.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAOxE,qBA4Ba,yBAA0B,SAAQ,sBAAsB;IAGnE;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,yBAAyB;2CAAzB,yBAAyB;CAgBrC"}
@@ -1,9 +1,14 @@
1
1
  import { Injector } from '@angular/core';
2
- import { SacFormDirective } from '../form/form';
3
2
  import { SacInputDecimalCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacInputDecimalComponent extends SacInputDecimalCommon {
6
- constructor(parent: SacFormDirective, injector: Injector);
6
+ /**
7
+ * Constructor
8
+ * @param formLayout SacFormLayout to define scoped layout settings
9
+ * @param injector Injector for injecting services
10
+ */
11
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
7
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SacInputDecimalComponent, [{ optional: true; host: true; }, null]>;
8
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SacInputDecimalComponent, "sac-inputdecimal", never, {}, {}, never, never, true, never>;
9
14
  }