@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
@@ -1 +1 @@
1
- {"version":3,"file":"inputdecimal.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputdecimal.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,QAAQ,EAAY,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;;AAG1E,qBAWa,wBAAyB,SAAQ,qBAAqB;gBACjC,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ;yCADjE,wBAAwB;2CAAxB,wBAAwB;CAIpC"}
1
+ {"version":3,"file":"inputdecimal.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputdecimal.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;;AAOxE,qBA4Ba,wBAAyB,SAAQ,qBAAqB;IAGjE;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,wBAAwB;2CAAxB,wBAAwB;CAgBpC"}
@@ -1,9 +1,14 @@
1
1
  import { Injector } from '@angular/core';
2
- import { SacFormDirective } from '../form/form';
3
2
  import { SacInputEmailCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacInputEmailComponent extends SacInputEmailCommon {
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<SacInputEmailComponent, [{ optional: true; host: true; }, null]>;
8
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SacInputEmailComponent, "sac-inputemail", never, {}, {}, never, never, true, never>;
9
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"inputemail.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputemail.ts"],"names":[],"mappings":"AACA,OAAO,EAA+B,QAAQ,EAAY,MAAM,eAAe,CAAC;AAChF,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;;AAIxE,qBAWa,sBAAuB,SAAQ,mBAAmB;gBAC7B,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ;yCADjE,sBAAsB;2CAAtB,sBAAsB;CAIlC"}
1
+ {"version":3,"file":"inputemail.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputemail.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAOxE,qBA4Ba,sBAAuB,SAAQ,mBAAmB;IAG7D;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,sBAAsB;2CAAtB,sBAAsB;CAgBlC"}
@@ -1,9 +1,14 @@
1
1
  import { Injector } from '@angular/core';
2
- import { SacFormDirective } from '../form/form';
3
2
  import { SacInputIntegerCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacInputIntegerComponent extends SacInputIntegerCommon {
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<SacInputIntegerComponent, [{ optional: true; host: true; }, null]>;
8
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SacInputIntegerComponent, "sac-inputinteger", never, {}, {}, never, never, true, never>;
9
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"inputinteger.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputinteger.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,QAAQ,EAAY,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;;AAG1E,qBAWa,wBAAyB,SAAQ,qBAAqB;gBAChC,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ;yCADlE,wBAAwB;2CAAxB,wBAAwB;CAIpC"}
1
+ {"version":3,"file":"inputinteger.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputinteger.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;;AAOxE,qBA4Ba,wBAAyB,SAAQ,qBAAqB;IAGjE;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,wBAAwB;2CAAxB,wBAAwB;CAgBpC"}
@@ -1,9 +1,14 @@
1
1
  import { Injector } from '@angular/core';
2
- import { SacFormDirective } from '../form/form';
3
2
  import { SacInputPasswordCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacInputPasswordComponent extends SacInputPasswordCommon {
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<SacInputPasswordComponent, [{ optional: true; host: true; }, null]>;
8
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SacInputPasswordComponent, "sac-inputpassword", never, {}, {}, never, never, true, never>;
9
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"inputpassword.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputpassword.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":"inputpassword.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputpassword.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
2
  import { SacInputSearchCommon } 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 SacInputSearchComponent extends SacInputSearchCommon {
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<SacInputSearchComponent, [{ optional: true; host: true; }, null]>;
8
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SacInputSearchComponent, "sac-inputsearch", never, {}, {}, never, never, true, never>;
9
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"inputsearch.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputsearch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,QAAQ,EAAqD,MAAM,eAAe,CAAC;AAC7G,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;;AAKhD,qBAYa,uBAAwB,SAAQ,oBAAoB;gBAE/B,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ;yCAFjE,uBAAuB;2CAAvB,uBAAuB;CAOnC"}
1
+ {"version":3,"file":"inputsearch.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputsearch.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAOxE,qBA2Ba,uBAAwB,SAAQ,oBAAoB;IAG/D;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,uBAAuB;2CAAvB,uBAAuB;CAgBnC"}
@@ -0,0 +1,7 @@
1
+ import { SacFormLayoutCommon } from '@simpleangularcontrols/sac-common';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SacFormLayoutDirective extends SacFormLayoutCommon {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<SacFormLayoutDirective, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SacFormLayoutDirective, "[sacFormLayout]", never, {}, {}, never, never, true, never>;
6
+ }
7
+ //# sourceMappingURL=formlayout.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formlayout.directive.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/layout/formlayout.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;;AAExE,qBAIa,sBAAuB,SAAQ,mBAAmB;yCAAlD,sBAAsB;2CAAtB,sBAAsB;CAA+B"}
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./formlayout.directive";
4
+ import * as i3 from "./tocontrolheight.pipe";
5
+ import * as i4 from "./tocontrolwidthcss.pipe";
6
+ import * as i5 from "./tolabelheight.pipe";
7
+ import * as i6 from "./tolabelwidthcss.pipe";
8
+ export declare class SACBootstrap3LayoutModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3LayoutModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3LayoutModule, never, [typeof i1.CommonModule, typeof i2.SacFormLayoutDirective, typeof i3.SacToControlHeightPipe, typeof i4.SacToControlWidthCssPipe, typeof i5.SacToLabelHeightPipe, typeof i6.SacToLabelWidthCssPipe], [typeof i2.SacFormLayoutDirective, typeof i3.SacToControlHeightPipe, typeof i4.SacToControlWidthCssPipe, typeof i5.SacToLabelHeightPipe, typeof i6.SacToLabelWidthCssPipe]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3LayoutModule>;
12
+ }
13
+ //# sourceMappingURL=layout.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layout.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/layout/layout.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAiBa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
@@ -0,0 +1,13 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { ControlHeight } from '@simpleangularcontrols/sac-common';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SacToControlHeightPipe implements PipeTransform {
5
+ /**
6
+ * Returns the CSS class that defines the height for the control
7
+ * @param value ControlHeight value or null
8
+ */
9
+ transform(value: ControlHeight | null): string;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<SacToControlHeightPipe, never>;
11
+ static ɵpipe: i0.ɵɵPipeDeclaration<SacToControlHeightPipe, "toControlHeight", true>;
12
+ }
13
+ //# sourceMappingURL=tocontrolheight.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tocontrolheight.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/layout/tocontrolheight.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAElE,qBAIa,sBAAuB,YAAW,aAAa;IAG1D;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,GAAG,MAAM;yCAP1C,sBAAsB;uCAAtB,sBAAsB;CAwBlC"}
@@ -0,0 +1,20 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { ISacLabelSizes } from '@simpleangularcontrols/sac-common';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SacToControlWidthCssPipe implements PipeTransform {
5
+ /**
6
+ * Get CSS classes from label width configuration to set control size
7
+ * @param value Configuration with grid columns for different viewports
8
+ * @returns string with css classe for bootstrap3
9
+ */
10
+ transform(value: ISacLabelSizes): string;
11
+ /**
12
+ * calculate the control size
13
+ * @param labelsize grid size of label
14
+ * @returns grid size for control. should be between 1 and 12
15
+ */
16
+ private calcControlSize;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<SacToControlWidthCssPipe, never>;
18
+ static ɵpipe: i0.ɵɵPipeDeclaration<SacToControlWidthCssPipe, "toControlWidthCss", true>;
19
+ }
20
+ //# sourceMappingURL=tocontrolwidthcss.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tocontrolwidthcss.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/layout/tocontrolwidthcss.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;;AAEnE,qBAIa,wBAAyB,YAAW,aAAa;IAG5D;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,MAAM;IA0B/C;;;;OAIG;IACH,OAAO,CAAC,eAAe;yCAvCZ,wBAAwB;uCAAxB,wBAAwB;CAoDpC"}
@@ -0,0 +1,13 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { ControlHeight } from '@simpleangularcontrols/sac-common';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SacToLabelHeightPipe implements PipeTransform {
5
+ /**
6
+ * Returns the CSS class that defines the height for the control
7
+ * @param value ControlHeight value or null
8
+ */
9
+ transform(value: ControlHeight | null): string;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<SacToLabelHeightPipe, never>;
11
+ static ɵpipe: i0.ɵɵPipeDeclaration<SacToLabelHeightPipe, "toLabelHeight", true>;
12
+ }
13
+ //# sourceMappingURL=tolabelheight.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tolabelheight.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/layout/tolabelheight.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAElE,qBAIa,oBAAqB,YAAW,aAAa;IAGxD;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,GAAG,MAAM;yCAP1C,oBAAoB;uCAApB,oBAAoB;CAwBhC"}
@@ -0,0 +1,14 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { ISacLabelSizes } from '@simpleangularcontrols/sac-common';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SacToLabelWidthCssPipe implements PipeTransform {
5
+ /**
6
+ * Get CSS classes from label width configuration to set label size
7
+ * @param value Configuration with grid columns for different viewports
8
+ * @returns string with css classe for bootstrap3
9
+ */
10
+ transform(value: ISacLabelSizes): string;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SacToLabelWidthCssPipe, never>;
12
+ static ɵpipe: i0.ɵɵPipeDeclaration<SacToLabelWidthCssPipe, "toLabelWidthCss", true>;
13
+ }
14
+ //# sourceMappingURL=tolabelwidthcss.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tolabelwidthcss.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/layout/tolabelwidthcss.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;;AAEnE,qBAIa,sBAAuB,YAAW,aAAa;IAG1D;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,MAAM;yCARpC,sBAAsB;uCAAtB,sBAAsB;CA+BlC"}
@@ -1,14 +1,27 @@
1
1
  import { ElementRef, Injector, Renderer2 } from '@angular/core';
2
2
  import { SacDropdownCommon, SacDropdownOptionCommon } 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 SacDropdownComponent extends SacDropdownCommon {
6
- constructor(parent: SacFormDirective, injector: Injector, _renderer: Renderer2, _elementRef: ElementRef);
6
+ /**
7
+ * Constructor
8
+ * @param formLayout SacFormLayout to define scoped layout settings
9
+ * @param injector Injector for injecting services
10
+ * @param renderer Angular rendering engine
11
+ * @param elementRef Reference to html dom element
12
+ */
13
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, elementRef: ElementRef);
7
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SacDropdownComponent, [{ optional: true; host: true; }, null, null, null]>;
8
15
  static ɵcmp: i0.ɵɵComponentDeclaration<SacDropdownComponent, "sac-dropdown", never, {}, {}, never, ["*"], true, never>;
9
16
  }
10
17
  export declare class SacDropdownOptionDirective extends SacDropdownOptionCommon {
11
- constructor(_elementRef: ElementRef, _renderer: Renderer2, dropdownList: SacDropdownComponent);
18
+ /**
19
+ * Konstruktor
20
+ * @param elementRef Referenz auf HTML DOM Element
21
+ * @param renderer Angular Rendering Engine
22
+ * @param dropdownList Referenz auf DropDown Komponente
23
+ */
24
+ constructor(elementRef: ElementRef, renderer: Renderer2, dropdownList: SacDropdownComponent);
12
25
  static ɵfac: i0.ɵɵFactoryDeclaration<SacDropdownOptionDirective, [null, null, { optional: true; host: true; }]>;
13
26
  static ɵdir: i0.ɵɵDirectiveDeclaration<SacDropdownOptionDirective, "option,[sacOption]", never, {}, {}, never, never, true, never>;
14
27
  }
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/list/dropdown.ts"],"names":[],"mappings":"AAOA,OAAO,EAGL,UAAU,EAEV,QAAQ,EAER,SAAS,EAEV,MAAM,eAAe,CAAC;AAMvB,OAAO,EACL,iBAAiB,EACjB,uBAAuB,EACxB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;;AAEhD,qBA2Ba,oBAAqB,SAAQ,iBAAiB;gBAEnC,MAAM,EAAE,gBAAgB,EAC5C,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,SAAS,EACpB,WAAW,EAAE,UAAU;yCALd,oBAAoB;2CAApB,oBAAoB;CAShC;AAED,qBAIa,0BAA2B,SAAQ,uBAAuB;gBAEnE,WAAW,EAAE,UAAU,EACvB,SAAS,EAAE,SAAS,EACA,YAAY,EAAE,oBAAoB;yCAJ7C,0BAA0B;2CAA1B,0BAA0B;CAQtC"}
1
+ {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/list/dropdown.ts"],"names":[],"mappings":"AAOA,OAAO,EAGL,UAAU,EAEV,QAAQ,EAER,SAAS,EAEV,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,iBAAiB,EACjB,uBAAuB,EACxB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AASxE,qBAgCa,oBAAqB,SAAQ,iBAAiB;IAGzD;;;;;;OAMG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,UAAU;yCAdb,oBAAoB;2CAApB,oBAAoB;CAoBhC;AAED,qBACa,0BAA2B,SAAQ,uBAAuB;IAGrE;;;;;OAKG;gBAED,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,SAAS,EACC,YAAY,EAAE,oBAAoB;yCAZ7C,0BAA0B;2CAA1B,0BAA0B;CAkBtC"}
@@ -3,9 +3,10 @@ import * as i1 from "@angular/common";
3
3
  import * as i2 from "@angular/forms";
4
4
  import * as i3 from "./dropdown";
5
5
  import * as i4 from "./listbox";
6
+ import * as i5 from "../tooltip/tooltip";
6
7
  export declare class SACBootstrap3ListModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3ListModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3ListModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.SacDropdownComponent, typeof i3.SacDropdownOptionDirective, typeof i4.SacListboxComponent], [typeof i3.SacDropdownComponent, typeof i3.SacDropdownOptionDirective, typeof i4.SacListboxComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3ListModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.SacDropdownComponent, typeof i3.SacDropdownOptionDirective, typeof i4.SacListboxComponent, typeof i5.SacTooltipComponent], [typeof i3.SacDropdownComponent, typeof i3.SacDropdownOptionDirective, typeof i4.SacListboxComponent]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3ListModule>;
10
11
  }
11
12
  //# sourceMappingURL=list.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/list/list.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAca,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
1
+ {"version":3,"file":"list.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/list/list.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAea,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
@@ -1,9 +1,14 @@
1
1
  import { Injector } from '@angular/core';
2
- import { SacFormDirective } from '../form/form';
3
2
  import { SacListboxCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacListboxComponent extends SacListboxCommon {
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<SacListboxComponent, [{ optional: true; host: true; }, null]>;
8
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SacListboxComponent, "sac-listbox", never, {}, {}, never, ["*"], true, never>;
9
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"listbox.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/list/listbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,QAAQ,EAAY,MAAM,eAAe,CAAC;AAGhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;;AAKrE,qBAWa,mBAAoB,SAAQ,gBAAgB;gBACtB,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ;yCADlE,mBAAmB;2CAAnB,mBAAmB;CAI/B"}
1
+ {"version":3,"file":"listbox.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/list/listbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAWhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAQxE,qBAgCa,mBAAoB,SAAQ,gBAAgB;IAGvD;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,mBAAmB;2CAAnB,mBAAmB;CAgB/B"}
@@ -1,6 +1,6 @@
1
1
  import { Injector } from '@angular/core';
2
- import { SacFormDirective } from '../form/form';
3
2
  import { SacStaticFormContainerCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
6
  * Component für einbindung eines beliebigen Controls in die Form Struktur
@@ -18,11 +18,11 @@ import * as i0 from "@angular/core";
18
18
  **/
19
19
  export declare class SacStaticFormContainerComponent extends SacStaticFormContainerCommon {
20
20
  /**
21
- * Konsturktor
22
- * @param parent Parent SacFormular Instanz
23
- * @param injector Injector Instanz
21
+ * Constructor
22
+ * @param formLayout SacFormLayout to define scoped layout settings
23
+ * @param injector Injector for injecting services
24
24
  */
25
- constructor(parent: SacFormDirective, injector: Injector);
25
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector);
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<SacStaticFormContainerComponent, [{ optional: true; host: true; }, null]>;
27
27
  static ɵcmp: i0.ɵɵComponentDeclaration<SacStaticFormContainerComponent, "sac-staticformcontainer", never, {}, {}, never, ["*"], true, never>;
28
28
  }
@@ -1 +1 @@
1
- {"version":3,"file":"formcontainer.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/static/formcontainer.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,QAAQ,EAAY,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;;AAGjF;;;;;;;;;;;;;IAaI;AACJ,qBAYa,+BAAgC,SAAQ,4BAA4B;IAE/E;;;;OAIG;gBAC8B,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ;yCAPlE,+BAA+B;2CAA/B,+BAA+B;CAW3C"}
1
+ {"version":3,"file":"formcontainer.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/static/formcontainer.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAMxE;;;;;;;;;;;;;IAaI;AACJ,qBA2Ba,+BAAgC,SAAQ,4BAA4B;IAG/E;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,+BAA+B;2CAA/B,+BAA+B;CAgB3C"}
@@ -1,9 +1,14 @@
1
1
  import { Injector } from '@angular/core';
2
- import { SacFormDirective } from '../form/form';
3
2
  import { SacStaticLabelCommon } from '@simpleangularcontrols/sac-common';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacStaticLabelComponent extends SacStaticLabelCommon {
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<SacStaticLabelComponent, [{ optional: true; host: true; }, null]>;
8
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SacStaticLabelComponent, "sac-staticlabel", never, {}, {}, never, never, true, never>;
9
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"staticlabel.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/static/staticlabel.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,QAAQ,EAAY,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;;AAGzE,qBAYa,uBAAwB,SAAQ,oBAAoB;gBAE/B,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ;yCAFjE,uBAAuB;2CAAvB,uBAAuB;CAMnC"}
1
+ {"version":3,"file":"staticlabel.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/static/staticlabel.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAMxE,qBA0Ba,uBAAwB,SAAQ,oBAAoB;IAG/D;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,uBAAuB;2CAAvB,uBAAuB;CAgBnC"}
@@ -1,11 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
- import * as i2 from "../tooltip/tooltip.module";
4
- import * as i3 from "./staticlabel";
5
- import * as i4 from "./formcontainer";
3
+ import * as i2 from "./staticlabel";
4
+ import * as i3 from "./formcontainer";
5
+ import * as i4 from "../tooltip/tooltip";
6
6
  export declare class SACBootstrap3StaticLabelModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3StaticLabelModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3StaticLabelModule, never, [typeof i1.CommonModule, typeof i2.SACBootstrap3TooltipModule, typeof i3.SacStaticLabelComponent, typeof i4.SacStaticFormContainerComponent], [typeof i3.SacStaticLabelComponent, typeof i4.SacStaticFormContainerComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3StaticLabelModule, never, [typeof i1.CommonModule, typeof i2.SacStaticLabelComponent, typeof i3.SacStaticFormContainerComponent, typeof i4.SacTooltipComponent], [typeof i2.SacStaticLabelComponent, typeof i3.SacStaticFormContainerComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3StaticLabelModule>;
10
10
  }
11
11
  //# sourceMappingURL=staticlabel.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"staticlabel.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/static/staticlabel.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAOa,8BAA8B;yCAA9B,8BAA8B;0CAA9B,8BAA8B;0CAA9B,8BAA8B;CAAI"}
1
+ {"version":3,"file":"staticlabel.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/static/staticlabel.module.ts"],"names":[],"mappings":";;;;;AAMA,qBASa,8BAA8B;yCAA9B,8BAA8B;0CAA9B,8BAA8B;0CAA9B,8BAA8B;CAAG"}
@@ -1,15 +1,15 @@
1
1
  import { Injector, NgZone } from '@angular/core';
2
2
  import { SacTinyMceCommon } 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 SacTinyMceComponent extends SacTinyMceCommon {
6
6
  /**
7
- * Konstruktor
8
- * @param parent Formular
9
- * @param injector Angular Dependency Injection Service
10
- * @param ngZone ngZone
7
+ * Constructor
8
+ * @param formLayout SacFormLayout to define scoped layout settings
9
+ * @param injector Injector for injecting services
10
+ * @param ngZone ngZone to manage external javascripts
11
11
  */
12
- constructor(parent: SacFormDirective, injector: Injector, ngZone: NgZone);
12
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector, ngZone: NgZone);
13
13
  /**
14
14
  * overwrite tinymce defaults
15
15
  * @returns boostrap3 does not support file browser
@@ -1 +1 @@
1
- {"version":3,"file":"tinymce.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tinymce/tinymce.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,QAAQ,EACR,MAAM,EAGP,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAIrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;;AAEhD,qBA2Ba,mBAAoB,SAAQ,gBAAgB;IACvD;;;;;OAKG;gBAEmB,MAAM,EAAE,gBAAgB,EAC5C,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,MAAM;IAKhB;;;OAGG;IACH,wBAAwB;;;;yCAnBb,mBAAmB;2CAAnB,mBAAmB;CAsB/B"}
1
+ {"version":3,"file":"tinymce.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tinymce/tinymce.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,QAAQ,EACR,MAAM,EAGP,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAIrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAMxE,qBA+Ba,mBAAoB,SAAQ,gBAAgB;IAGvD;;;;;OAKG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,MAAM;IAShB;;;OAGG;IACI,wBAAwB;;;;yCAzBpB,mBAAmB;2CAAnB,mBAAmB;CA8B/B"}
@@ -1,8 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./tinymce";
3
+ import * as i2 from "../tooltip/tooltip";
3
4
  export declare class SACBootstrap3TinyMceModule {
4
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3TinyMceModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3TinyMceModule, never, [typeof i1.SacTinyMceComponent], [typeof i1.SacTinyMceComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3TinyMceModule, never, [typeof i1.SacTinyMceComponent, typeof i2.SacTooltipComponent], [typeof i1.SacTinyMceComponent]>;
6
7
  static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3TinyMceModule>;
7
8
  }
8
9
  //# sourceMappingURL=tinymce.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tinymce.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tinymce/tinymce.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
1
+ {"version":3,"file":"tinymce.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tinymce/tinymce.module.ts"],"names":[],"mappings":";;;AAIA,qBAIa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
@@ -1,5 +1,5 @@
1
- import { SacTooltipCommon } from '@simpleangularcontrols/sac-common';
2
1
  import { ChangeDetectorRef, ElementRef } from '@angular/core';
2
+ import { SacTooltipCommon } from '@simpleangularcontrols/sac-common';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * Tooltip Komponente
@@ -27,6 +27,11 @@ export declare class SacTooltipComponent extends SacTooltipCommon {
27
27
  * @param injector Component Injector
28
28
  */
29
29
  constructor(cdRef: ChangeDetectorRef, ref: ElementRef);
30
+ /**
31
+ * Padding for Tooltip
32
+ * @returns Always 0. BS3 not require Padding
33
+ */
34
+ protected getTooltipOffset(): number;
30
35
  static ɵfac: i0.ɵɵFactoryDeclaration<SacTooltipComponent, never>;
31
36
  static ɵcmp: i0.ɵɵComponentDeclaration<SacTooltipComponent, "sac-tooltip", never, {}, {}, never, ["*"], true, never>;
32
37
  }
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tooltip/tooltip.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAa,iBAAiB,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;;AAGzE;;;;;;;;;;;;;;;;;;GAkBG;AACH,qBAMa,mBAAoB,SAAQ,gBAAgB;IAEvD;;;;OAIG;gBACS,KAAK,EAAE,iBAAiB,EAAE,GAAG,EAAE,UAAU;yCAP1C,mBAAmB;2CAAnB,mBAAmB;CAU/B"}
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tooltip/tooltip.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;;AAErE;;;;;;;;;;;;;;;;;;GAkBG;AACH,qBAMa,mBAAoB,SAAQ,gBAAgB;IAGvD;;;;OAIG;gBACS,KAAK,EAAE,iBAAiB,EAAE,GAAG,EAAE,UAAU;IAQrD;;;OAGG;IACH,SAAS,CAAC,gBAAgB,IAAI,MAAM;yCApBzB,mBAAmB;2CAAnB,mBAAmB;CAyB/B"}
@@ -3,7 +3,7 @@ import * as i1 from "@angular/common";
3
3
  import * as i2 from "./tooltip";
4
4
  export declare class SACBootstrap3TooltipModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3TooltipModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3TooltipModule, never, [typeof i1.CommonModule, typeof i1.CommonModule, typeof i2.SacTooltipComponent], [typeof i2.SacTooltipComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3TooltipModule, never, [typeof i1.CommonModule, typeof i2.SacTooltipComponent], [typeof i2.SacTooltipComponent]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3TooltipModule>;
8
8
  }
9
9
  //# sourceMappingURL=tooltip.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tooltip/tooltip.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI"}
1
+ {"version":3,"file":"tooltip.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tooltip/tooltip.module.ts"],"names":[],"mappings":";;;AAIA,qBAIa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"ngtreeitemaction.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/treeview/ngtreeitemaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;;AAG5E,qBAKa,0BAA2B,SAAQ,uBAAuB;gBAEzD,EAAE,EAAE,UAAU;yCAFf,0BAA0B;2CAA1B,0BAA0B;CAMtC"}
1
+ {"version":3,"file":"ngtreeitemaction.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/treeview/ngtreeitemaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;;AAE5E,qBAKa,0BAA2B,SAAQ,uBAAuB;gBAGzD,EAAE,EAAE,UAAU;yCAHf,0BAA0B;2CAA1B,0BAA0B;CAQtC"}
@@ -1 +1 @@
1
- {"version":3,"file":"treeview.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/treeview/treeview.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;;AAItE,qBAaa,oBAAqB,SAAQ,iBAAiB;yCAA9C,oBAAoB;2CAApB,oBAAoB;CAEhC"}
1
+ {"version":3,"file":"treeview.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/treeview/treeview.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;;AAGtE,qBAMa,oBAAqB,SAAQ,iBAAiB;yCAA9C,oBAAoB;2CAApB,oBAAoB;CAA6B"}
@@ -1,10 +1,16 @@
1
- import { Injector, Renderer2 } from '@angular/core';
1
+ import { Injector, NgZone, Renderer2 } from '@angular/core';
2
2
  import { SacUploadSingleCommon } from '@simpleangularcontrols/sac-common';
3
- import { SacFormDirective } from '../form/form';
4
- import { NgZone } from '@angular/core';
3
+ import { SacFormLayoutDirective } from '../layout/formlayout.directive';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class SacUploadComponent extends SacUploadSingleCommon {
7
- constructor(parent: SacFormDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
6
+ /**
7
+ * Constructor
8
+ * @param formLayout SacFormLayout to define scoped layout settings
9
+ * @param injector Injector for injecting services
10
+ * @param renderer Angular rendering engine
11
+ * @param ngZone ngZone to manage external javascripts
12
+ */
13
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
8
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SacUploadComponent, [{ optional: true; host: true; }, null, null, null]>;
9
15
  static ɵcmp: i0.ɵɵComponentDeclaration<SacUploadComponent, "sac-upload", never, {}, {}, never, never, true, never>;
10
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/upload/upload.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,QAAQ,EAAE,SAAS,EAAY,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;;AAKvC,qBAWa,kBAAmB,SAAQ,qBAAqB;gBAE1B,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM;yCAFvG,kBAAkB;2CAAlB,kBAAkB;CAM9B"}
1
+ {"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/upload/upload.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,QAAQ,EACR,MAAM,EAEN,SAAS,EAEV,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAQxE,qBA2Ba,kBAAmB,SAAQ,qBAAqB;IAG3D;;;;;;OAMG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,SAAS,EACnB,MAAM,EAAE,MAAM;yCAdL,kBAAkB;2CAAlB,kBAAkB;CAoB9B"}
@@ -3,9 +3,10 @@ import * as i1 from "@angular/common";
3
3
  import * as i2 from "@angular/forms";
4
4
  import * as i3 from "./upload";
5
5
  import * as i4 from "./uploadmultiple";
6
+ import * as i5 from "../tooltip/tooltip";
6
7
  export declare class SACBootstrap3UploadModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3UploadModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3UploadModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.SacUploadComponent, typeof i4.SacUploadMultipleComponent], [typeof i3.SacUploadComponent, typeof i4.SacUploadMultipleComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3UploadModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.SacUploadComponent, typeof i4.SacUploadMultipleComponent, typeof i5.SacTooltipComponent], [typeof i3.SacUploadComponent, typeof i4.SacUploadMultipleComponent]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3UploadModule>;
10
11
  }
11
12
  //# sourceMappingURL=upload.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"upload.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/upload/upload.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAOa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAI"}
1
+ {"version":3,"file":"upload.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/upload/upload.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAUa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
@@ -1,9 +1,16 @@
1
1
  import { Injector, NgZone, Renderer2 } from '@angular/core';
2
2
  import { SacUploadMultipleCommon } 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 SacUploadMultipleComponent extends SacUploadMultipleCommon {
6
- constructor(parent: SacFormDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
6
+ /**
7
+ * Constructor
8
+ * @param formLayout SacFormLayout to define scoped layout settings
9
+ * @param injector Injector for injecting services
10
+ * @param renderer Angular rendering engine
11
+ * @param ngZone ngZone to manage external javascripts
12
+ */
13
+ constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
7
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SacUploadMultipleComponent, [{ optional: true; host: true; }, null, null, null]>;
8
15
  static ɵcmp: i0.ɵɵComponentDeclaration<SacUploadMultipleComponent, "sac-uploadmultiple", never, {}, {}, never, never, true, never>;
9
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"uploadmultiple.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/upload/uploadmultiple.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,QAAQ,EACR,MAAM,EAEN,SAAS,EAEV,MAAM,eAAe,CAAC;AAKvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;;AAKhD,qBAwBa,0BAA2B,SAAQ,uBAAuB;gBAE/C,MAAM,EAAE,gBAAgB,EAC5C,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,SAAS,EACnB,MAAM,EAAE,MAAM;yCALL,0BAA0B;2CAA1B,0BAA0B;CAStC"}
1
+ {"version":3,"file":"uploadmultiple.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/upload/uploadmultiple.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,QAAQ,EACR,MAAM,EAEN,SAAS,EAEV,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAQxE,qBA6Ba,0BAA2B,SAAQ,uBAAuB;IAGrE;;;;;;OAMG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,SAAS,EACnB,MAAM,EAAE,MAAM;yCAdL,0BAA0B;2CAA1B,0BAA0B;CAoBtC"}
@@ -3,7 +3,12 @@ import { SacValidationSummaryCommon } from '@simpleangularcontrols/sac-common';
3
3
  import { SacFormDirective } from '../form/form';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SacValidationSummaryComponent extends SacValidationSummaryCommon {
6
- constructor(parent: SacFormDirective, injector: Injector);
6
+ /**
7
+ * Constructor
8
+ * @param formControl Instance of Form Component to receive invalid form controls
9
+ * @param injector Injector for injecting services
10
+ */
11
+ constructor(formControl: SacFormDirective, injector: Injector);
7
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SacValidationSummaryComponent, [{ optional: true; host: true; }, null]>;
8
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SacValidationSummaryComponent, "sac-validationsummary", never, {}, {}, never, never, true, never>;
9
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"validationsummary.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/validation/validationsummary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,QAAQ,EAAY,MAAM,eAAe,CAAC;AAIpE,OAAO,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAC/E,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;;AAIhD,qBAgBa,6BAA8B,SAAQ,0BAA0B;gBAE3C,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ;yCAFjE,6BAA6B;2CAA7B,6BAA6B;CAMzC"}
1
+ {"version":3,"file":"validationsummary.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/validation/validationsummary.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAY,MAAM,eAAe,CAAC;AAEpE,OAAO,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAC/E,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;;AAEhD,qBAgBa,6BAA8B,SAAQ,0BAA0B;IAG3E;;;;OAIG;gBAEmB,WAAW,EAAE,gBAAgB,EACjD,QAAQ,EAAE,QAAQ;yCAVT,6BAA6B;2CAA7B,6BAA6B;CAgBzC"}