@ng-atomic/components 5.3.1 → 5.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/atoms/smart-menu-button/smart-menu-button.module.d.ts +3 -3
  2. package/esm2020/atoms/icon/icon.atom.mjs +2 -2
  3. package/esm2020/atoms/smart-menu-button/smart-menu-button.atom.mjs +3 -3
  4. package/esm2020/atoms/smart-menu-button/smart-menu-button.module.mjs +3 -3
  5. package/esm2020/frames/auto-layout/auto-layout.frame.mjs +2 -2
  6. package/esm2020/frames/drawer/drawer.frame.mjs +2 -2
  7. package/esm2020/frames/line-up/index.mjs +1 -2
  8. package/esm2020/frames/line-up/line-up.frame.mjs +8 -3
  9. package/esm2020/frames/overlay/overlay.frame.mjs +2 -2
  10. package/esm2020/frames/scroll/scroll.frame.mjs +2 -2
  11. package/esm2020/frames/smart-menu/smart-menu.frame.mjs +2 -2
  12. package/esm2020/molecules/actions-column/actions-column.module.mjs +4 -4
  13. package/esm2020/molecules/actions-column/actions-column.molecule.mjs +3 -3
  14. package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +9 -10
  15. package/esm2020/molecules/navigation-list-item/navigation-list-item.molecule.mjs +4 -4
  16. package/esm2020/molecules/select-input-field/select-input-field.module.mjs +2 -2
  17. package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +5 -5
  18. package/esm2020/molecules/smart-column/smart-column.module.mjs +4 -4
  19. package/esm2020/molecules/smart-column/smart-column.molecule.mjs +3 -3
  20. package/esm2020/molecules/text-input-field/text-input-field.module.mjs +3 -2
  21. package/esm2020/molecules/text-input-field/text-input-field.molecule.mjs +5 -5
  22. package/esm2020/molecules/textarea-field/index.mjs +3 -3
  23. package/esm2020/molecules/textarea-field/textarea-field.module.mjs +6 -2
  24. package/esm2020/molecules/textarea-field/textarea-field.molecule.mjs +27 -6
  25. package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +3 -3
  26. package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +3 -3
  27. package/esm2020/organisms/card-input-section/card-input-section.organism.mjs +2 -2
  28. package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +2 -2
  29. package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +2 -2
  30. package/esm2020/organisms/heading/heading.organism.mjs +2 -2
  31. package/esm2020/organisms/navigation-list/navigation-list.organism.mjs +5 -5
  32. package/esm2020/organisms/navigator/navigator.organism.mjs +2 -2
  33. package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +2 -2
  34. package/esm2020/organisms/smart-list/smart-list.organism.mjs +2 -2
  35. package/esm2020/organisms/smart-table/smart-table.organism.mjs +2 -2
  36. package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +2 -2
  37. package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +2 -2
  38. package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +14 -4
  39. package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +3 -3
  40. package/esm2020/templates/entrance/entrance.template.mjs +2 -2
  41. package/esm2020/templates/menu/menu.template.mjs +5 -5
  42. package/esm2020/templates/smart-crud/index.mjs +1 -2
  43. package/esm2020/templates/smart-crud/smart-crud.template.mjs +67 -14
  44. package/esm2020/templates/smart-index/index.mjs +1 -2
  45. package/esm2020/templates/smart-index/smart-index.template.mjs +29 -3
  46. package/fesm2015/ng-atomic-components-atoms-icon.mjs +2 -2
  47. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs +11 -11
  48. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  49. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +2 -2
  50. package/fesm2015/ng-atomic-components-frames-drawer.mjs +2 -2
  51. package/fesm2015/ng-atomic-components-frames-line-up.mjs +9 -25
  52. package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
  53. package/fesm2015/ng-atomic-components-frames-overlay.mjs +2 -2
  54. package/fesm2015/ng-atomic-components-frames-scroll.mjs +2 -2
  55. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +2 -2
  56. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +14 -14
  57. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  58. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +8 -9
  59. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
  60. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs +3 -3
  61. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
  62. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +9 -9
  63. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  64. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +16 -15
  65. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  66. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +8 -8
  67. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  68. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +34 -10
  69. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  70. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +2 -2
  71. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  72. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +2 -2
  73. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
  74. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +2 -2
  75. package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +2 -2
  76. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs +2 -2
  77. package/fesm2015/ng-atomic-components-organisms-heading.mjs +2 -2
  78. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs +4 -4
  79. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
  80. package/fesm2015/ng-atomic-components-organisms-navigator.mjs +2 -2
  81. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +2 -2
  82. package/fesm2015/ng-atomic-components-organisms-smart-list.mjs +2 -1
  83. package/fesm2015/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
  84. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +2 -2
  85. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +2 -2
  86. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +2 -2
  87. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +13 -3
  88. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  89. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +2 -2
  90. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
  91. package/fesm2015/ng-atomic-components-templates-entrance.mjs +2 -2
  92. package/fesm2015/ng-atomic-components-templates-menu.mjs +4 -4
  93. package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -1
  94. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +53 -79
  95. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
  96. package/fesm2015/ng-atomic-components-templates-smart-index.mjs +22 -54
  97. package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +1 -1
  98. package/fesm2020/ng-atomic-components-atoms-icon.mjs +2 -2
  99. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +11 -11
  100. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  101. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +2 -2
  102. package/fesm2020/ng-atomic-components-frames-drawer.mjs +2 -2
  103. package/fesm2020/ng-atomic-components-frames-line-up.mjs +9 -25
  104. package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
  105. package/fesm2020/ng-atomic-components-frames-overlay.mjs +2 -2
  106. package/fesm2020/ng-atomic-components-frames-scroll.mjs +2 -2
  107. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +2 -2
  108. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs +14 -14
  109. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  110. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +8 -9
  111. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
  112. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs +3 -3
  113. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
  114. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +9 -9
  115. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  116. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs +16 -15
  117. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  118. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +8 -8
  119. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  120. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +34 -10
  121. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  122. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +2 -2
  123. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  124. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +2 -2
  125. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
  126. package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +2 -2
  127. package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +2 -2
  128. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs +2 -2
  129. package/fesm2020/ng-atomic-components-organisms-heading.mjs +2 -2
  130. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs +4 -4
  131. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
  132. package/fesm2020/ng-atomic-components-organisms-navigator.mjs +2 -2
  133. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +2 -2
  134. package/fesm2020/ng-atomic-components-organisms-smart-list.mjs +1 -1
  135. package/fesm2020/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
  136. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +2 -2
  137. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +2 -2
  138. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +2 -2
  139. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +13 -3
  140. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  141. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +2 -2
  142. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
  143. package/fesm2020/ng-atomic-components-templates-entrance.mjs +2 -2
  144. package/fesm2020/ng-atomic-components-templates-menu.mjs +4 -4
  145. package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -1
  146. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +53 -79
  147. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
  148. package/fesm2020/ng-atomic-components-templates-smart-index.mjs +23 -55
  149. package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +1 -1
  150. package/frames/line-up/index.d.ts +0 -1
  151. package/frames/line-up/line-up.frame.d.ts +1 -1
  152. package/molecules/actions-column/actions-column.module.d.ts +4 -4
  153. package/molecules/actions-column/actions-column.molecule.d.ts +2 -2
  154. package/molecules/date-input-field/date-input-field.molecule.d.ts +2 -2
  155. package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +3 -3
  156. package/molecules/select-input-field/select-input-field.module.d.ts +2 -2
  157. package/molecules/smart-column/smart-column.module.d.ts +4 -4
  158. package/molecules/text-input-field/text-input-field.module.d.ts +2 -2
  159. package/molecules/textarea-field/index.d.ts +2 -2
  160. package/molecules/textarea-field/textarea-field.module.d.ts +3 -2
  161. package/molecules/textarea-field/textarea-field.molecule.d.ts +11 -1
  162. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +2 -2
  163. package/organisms/back-navigator/back-navigator.organism.d.ts +2 -2
  164. package/organisms/navigation-list/navigation-list.organism.d.ts +3 -3
  165. package/organisms/textarea-section/textarea-section.organism.d.ts +7 -1
  166. package/organisms/top-navigator/top-navigator.organism.d.ts +3 -3
  167. package/package.json +4 -4
  168. package/templates/menu/menu.template.d.ts +3 -3
  169. package/templates/smart-crud/index.d.ts +0 -1
  170. package/templates/smart-crud/smart-crud.template.d.ts +3 -2
  171. package/templates/smart-index/index.d.ts +0 -1
  172. package/templates/smart-index/smart-index.template.d.ts +1 -1
  173. package/esm2020/frames/line-up/line-up.module.mjs +0 -24
  174. package/esm2020/templates/smart-crud/smart-crud.module.mjs +0 -82
  175. package/esm2020/templates/smart-index/smart-index.module.mjs +0 -61
  176. package/frames/line-up/line-up.module.d.ts +0 -9
  177. package/templates/smart-crud/smart-crud.module.d.ts +0 -19
  178. package/templates/smart-index/smart-index.module.d.ts +0 -15
@@ -1,82 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { ReactiveFormsModule } from '@angular/forms';
4
- import { ScrollModule } from '@ng-atomic/components/frames/scroll';
5
- import { AutoLayoutModule } from '@ng-atomic/components/frames/auto-layout';
6
- import { HeaderModule } from '@ng-atomic/components/molecules/header';
7
- import { ActionButtonsSectionModule } from '@ng-atomic/components/organisms/action-buttons-section';
8
- import { NavigatorModule } from '@ng-atomic/components/organisms/navigator';
9
- import { TextInputSectionModule } from '@ng-atomic/components/organisms/text-input-section';
10
- import { DateInputSectionModule } from '@ng-atomic/components/organisms/date-input-section';
11
- import { SelectInputSectionModule } from '@ng-atomic/components/organisms/select-input-section';
12
- import { SmartFieldModule } from '@ng-atomic/common/pipes/smart-field';
13
- import { DomainModule } from '@ng-atomic/common/pipes/domain';
14
- import { SmartCrudTemplate } from './smart-crud.template';
15
- import * as i0 from "@angular/core";
16
- export class SmartCrudModule {
17
- }
18
- SmartCrudModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SmartCrudModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- SmartCrudModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: SmartCrudModule, bootstrap: [SmartCrudTemplate], declarations: [SmartCrudTemplate], imports: [CommonModule,
20
- ReactiveFormsModule,
21
- // Pipes
22
- DomainModule,
23
- SmartFieldModule,
24
- // Frames
25
- AutoLayoutModule,
26
- ScrollModule,
27
- // Organisms
28
- ActionButtonsSectionModule,
29
- NavigatorModule,
30
- DateInputSectionModule,
31
- TextInputSectionModule,
32
- SelectInputSectionModule,
33
- // Molecules
34
- HeaderModule], exports: [SmartCrudTemplate] });
35
- SmartCrudModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SmartCrudModule, imports: [CommonModule,
36
- ReactiveFormsModule,
37
- // Pipes
38
- DomainModule,
39
- SmartFieldModule,
40
- // Frames
41
- AutoLayoutModule,
42
- ScrollModule,
43
- // Organisms
44
- ActionButtonsSectionModule,
45
- NavigatorModule,
46
- DateInputSectionModule,
47
- TextInputSectionModule,
48
- SelectInputSectionModule,
49
- // Molecules
50
- HeaderModule] });
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SmartCrudModule, decorators: [{
52
- type: NgModule,
53
- args: [{
54
- declarations: [
55
- SmartCrudTemplate
56
- ],
57
- imports: [
58
- CommonModule,
59
- ReactiveFormsModule,
60
- // Pipes
61
- DomainModule,
62
- SmartFieldModule,
63
- // Frames
64
- AutoLayoutModule,
65
- ScrollModule,
66
- // Organisms
67
- ActionButtonsSectionModule,
68
- NavigatorModule,
69
- DateInputSectionModule,
70
- TextInputSectionModule,
71
- SelectInputSectionModule,
72
- // Molecules
73
- HeaderModule,
74
- ],
75
- exports: [
76
- SmartCrudTemplate
77
- ],
78
- providers: [],
79
- bootstrap: [SmartCrudTemplate],
80
- }]
81
- }] });
82
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnQtY3J1ZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL3RlbXBsYXRlcy9zbWFydC1jcnVkL3NtYXJ0LWNydWQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUNuRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUM1RSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDdEUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sd0RBQXdELENBQUM7QUFDcEcsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQzVFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLG9EQUFvRCxDQUFDO0FBQzVGLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLG9EQUFvRCxDQUFDO0FBQzVGLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLHNEQUFzRCxDQUFDO0FBQ2hHLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUU5RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7QUErQjFELE1BQU0sT0FBTyxlQUFlOzs0R0FBZixlQUFlOzZHQUFmLGVBQWUsY0FGZCxpQkFBaUIsa0JBeEIzQixpQkFBaUIsYUFHakIsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixRQUFRO1FBQ1IsWUFBWTtRQUNaLGdCQUFnQjtRQUNoQixTQUFTO1FBQ1QsZ0JBQWdCO1FBQ2hCLFlBQVk7UUFDWixZQUFZO1FBQ1osMEJBQTBCO1FBQzFCLGVBQWU7UUFDZixzQkFBc0I7UUFDdEIsc0JBQXNCO1FBQ3RCLHdCQUF3QjtRQUN4QixZQUFZO1FBQ1osWUFBWSxhQUdaLGlCQUFpQjs2R0FLUixlQUFlLFlBdkJ4QixZQUFZO1FBQ1osbUJBQW1CO1FBQ25CLFFBQVE7UUFDUixZQUFZO1FBQ1osZ0JBQWdCO1FBQ2hCLFNBQVM7UUFDVCxnQkFBZ0I7UUFDaEIsWUFBWTtRQUNaLFlBQVk7UUFDWiwwQkFBMEI7UUFDMUIsZUFBZTtRQUNmLHNCQUFzQjtRQUN0QixzQkFBc0I7UUFDdEIsd0JBQXdCO1FBQ3hCLFlBQVk7UUFDWixZQUFZOzJGQVFILGVBQWU7a0JBNUIzQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixpQkFBaUI7cUJBQ2xCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLG1CQUFtQjt3QkFDbkIsUUFBUTt3QkFDUixZQUFZO3dCQUNaLGdCQUFnQjt3QkFDaEIsU0FBUzt3QkFDVCxnQkFBZ0I7d0JBQ2hCLFlBQVk7d0JBQ1osWUFBWTt3QkFDWiwwQkFBMEI7d0JBQzFCLGVBQWU7d0JBQ2Ysc0JBQXNCO3dCQUN0QixzQkFBc0I7d0JBQ3RCLHdCQUF3Qjt3QkFDeEIsWUFBWTt3QkFDWixZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDUCxpQkFBaUI7cUJBQ2xCO29CQUNELFNBQVMsRUFBRSxFQUFFO29CQUNiLFNBQVMsRUFBRSxDQUFDLGlCQUFpQixDQUFDO2lCQUMvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFNjcm9sbE1vZHVsZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9mcmFtZXMvc2Nyb2xsJztcbmltcG9ydCB7IEF1dG9MYXlvdXRNb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvZnJhbWVzL2F1dG8tbGF5b3V0JztcbmltcG9ydCB7IEhlYWRlck1vZHVsZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9tb2xlY3VsZXMvaGVhZGVyJztcbmltcG9ydCB7IEFjdGlvbkJ1dHRvbnNTZWN0aW9uTW9kdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL29yZ2FuaXNtcy9hY3Rpb24tYnV0dG9ucy1zZWN0aW9uJztcbmltcG9ydCB7IE5hdmlnYXRvck1vZHVsZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9vcmdhbmlzbXMvbmF2aWdhdG9yJztcbmltcG9ydCB7IFRleHRJbnB1dFNlY3Rpb25Nb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvb3JnYW5pc21zL3RleHQtaW5wdXQtc2VjdGlvbic7XG5pbXBvcnQgeyBEYXRlSW5wdXRTZWN0aW9uTW9kdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL29yZ2FuaXNtcy9kYXRlLWlucHV0LXNlY3Rpb24nO1xuaW1wb3J0IHsgU2VsZWN0SW5wdXRTZWN0aW9uTW9kdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL29yZ2FuaXNtcy9zZWxlY3QtaW5wdXQtc2VjdGlvbic7XG5pbXBvcnQgeyBTbWFydEZpZWxkTW9kdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vcGlwZXMvc21hcnQtZmllbGQnO1xuaW1wb3J0IHsgRG9tYWluTW9kdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vcGlwZXMvZG9tYWluJztcblxuaW1wb3J0IHsgU21hcnRDcnVkVGVtcGxhdGUgfSBmcm9tICcuL3NtYXJ0LWNydWQudGVtcGxhdGUnO1xuXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIFNtYXJ0Q3J1ZFRlbXBsYXRlXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICAvLyBQaXBlc1xuICAgIERvbWFpbk1vZHVsZSxcbiAgICBTbWFydEZpZWxkTW9kdWxlLFxuICAgIC8vIEZyYW1lc1xuICAgIEF1dG9MYXlvdXRNb2R1bGUsXG4gICAgU2Nyb2xsTW9kdWxlLFxuICAgIC8vIE9yZ2FuaXNtc1xuICAgIEFjdGlvbkJ1dHRvbnNTZWN0aW9uTW9kdWxlLFxuICAgIE5hdmlnYXRvck1vZHVsZSxcbiAgICBEYXRlSW5wdXRTZWN0aW9uTW9kdWxlLFxuICAgIFRleHRJbnB1dFNlY3Rpb25Nb2R1bGUsXG4gICAgU2VsZWN0SW5wdXRTZWN0aW9uTW9kdWxlLFxuICAgIC8vIE1vbGVjdWxlc1xuICAgIEhlYWRlck1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIFNtYXJ0Q3J1ZFRlbXBsYXRlXG4gIF0sXG4gIHByb3ZpZGVyczogW10sXG4gIGJvb3RzdHJhcDogW1NtYXJ0Q3J1ZFRlbXBsYXRlXSxcbn0pXG5leHBvcnQgY2xhc3MgU21hcnRDcnVkTW9kdWxlIHsgfVxuIl19
@@ -1,61 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { AutoLayoutModule } from '@ng-atomic/components/frames/auto-layout';
4
- import { ScrollModule } from '@ng-atomic/components/frames/scroll';
5
- import { HeaderModule } from '@ng-atomic/components/molecules/header';
6
- import { SmartTableModule } from '@ng-atomic/components/organisms/smart-table';
7
- import { SmartListModule } from '@ng-atomic/components/organisms/smart-list';
8
- import { NavigatorModule } from '@ng-atomic/components/organisms/navigator';
9
- import { PaginatorModule } from '@ng-atomic/components/organisms/paginator';
10
- import { SmartIndexTemplate } from './smart-index.template';
11
- import * as i0 from "@angular/core";
12
- export class SmartIndexModule {
13
- }
14
- SmartIndexModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SmartIndexModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- SmartIndexModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: SmartIndexModule, declarations: [SmartIndexTemplate], imports: [CommonModule,
16
- // Frames
17
- AutoLayoutModule,
18
- ScrollModule,
19
- // Organisms
20
- PaginatorModule,
21
- SmartTableModule,
22
- SmartListModule,
23
- NavigatorModule,
24
- // Molecules
25
- HeaderModule], exports: [SmartIndexTemplate] });
26
- SmartIndexModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SmartIndexModule, imports: [CommonModule,
27
- // Frames
28
- AutoLayoutModule,
29
- ScrollModule,
30
- // Organisms
31
- PaginatorModule,
32
- SmartTableModule,
33
- SmartListModule,
34
- NavigatorModule,
35
- // Molecules
36
- HeaderModule] });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SmartIndexModule, decorators: [{
38
- type: NgModule,
39
- args: [{
40
- declarations: [
41
- SmartIndexTemplate
42
- ],
43
- imports: [
44
- CommonModule,
45
- // Frames
46
- AutoLayoutModule,
47
- ScrollModule,
48
- // Organisms
49
- PaginatorModule,
50
- SmartTableModule,
51
- SmartListModule,
52
- NavigatorModule,
53
- // Molecules
54
- HeaderModule,
55
- ],
56
- exports: [
57
- SmartIndexTemplate
58
- ]
59
- }]
60
- }] });
61
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnQtaW5kZXgubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy90ZW1wbGF0ZXMvc21hcnQtaW5kZXgvc21hcnQtaW5kZXgubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQzVFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUNuRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDdEUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDL0UsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQzdFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUM1RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFFNUUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7O0FBd0I1RCxNQUFNLE9BQU8sZ0JBQWdCOzs2R0FBaEIsZ0JBQWdCOzhHQUFoQixnQkFBZ0IsaUJBbkJ6QixrQkFBa0IsYUFHbEIsWUFBWTtRQUNaLFNBQVM7UUFDVCxnQkFBZ0I7UUFDaEIsWUFBWTtRQUNaLFlBQVk7UUFDWixlQUFlO1FBQ2YsZ0JBQWdCO1FBQ2hCLGVBQWU7UUFDZixlQUFlO1FBQ2YsWUFBWTtRQUNaLFlBQVksYUFHWixrQkFBa0I7OEdBR1QsZ0JBQWdCLFlBaEJ6QixZQUFZO1FBQ1osU0FBUztRQUNULGdCQUFnQjtRQUNoQixZQUFZO1FBQ1osWUFBWTtRQUNaLGVBQWU7UUFDZixnQkFBZ0I7UUFDaEIsZUFBZTtRQUNmLGVBQWU7UUFDZixZQUFZO1FBQ1osWUFBWTsyRkFNSCxnQkFBZ0I7a0JBckI1QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixrQkFBa0I7cUJBQ25CO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFNBQVM7d0JBQ1QsZ0JBQWdCO3dCQUNoQixZQUFZO3dCQUNaLFlBQVk7d0JBQ1osZUFBZTt3QkFDZixnQkFBZ0I7d0JBQ2hCLGVBQWU7d0JBQ2YsZUFBZTt3QkFDZixZQUFZO3dCQUNaLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGtCQUFrQjtxQkFDbkI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEF1dG9MYXlvdXRNb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvZnJhbWVzL2F1dG8tbGF5b3V0JztcbmltcG9ydCB7IFNjcm9sbE1vZHVsZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9mcmFtZXMvc2Nyb2xsJztcbmltcG9ydCB7IEhlYWRlck1vZHVsZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9tb2xlY3VsZXMvaGVhZGVyJztcbmltcG9ydCB7IFNtYXJ0VGFibGVNb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvb3JnYW5pc21zL3NtYXJ0LXRhYmxlJztcbmltcG9ydCB7IFNtYXJ0TGlzdE1vZHVsZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9vcmdhbmlzbXMvc21hcnQtbGlzdCc7XG5pbXBvcnQgeyBOYXZpZ2F0b3JNb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvb3JnYW5pc21zL25hdmlnYXRvcic7XG5pbXBvcnQgeyBQYWdpbmF0b3JNb2R1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvb3JnYW5pc21zL3BhZ2luYXRvcic7XG5cbmltcG9ydCB7IFNtYXJ0SW5kZXhUZW1wbGF0ZSB9IGZyb20gJy4vc21hcnQtaW5kZXgudGVtcGxhdGUnO1xuXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIFNtYXJ0SW5kZXhUZW1wbGF0ZVxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIC8vIEZyYW1lc1xuICAgIEF1dG9MYXlvdXRNb2R1bGUsXG4gICAgU2Nyb2xsTW9kdWxlLFxuICAgIC8vIE9yZ2FuaXNtc1xuICAgIFBhZ2luYXRvck1vZHVsZSxcbiAgICBTbWFydFRhYmxlTW9kdWxlLFxuICAgIFNtYXJ0TGlzdE1vZHVsZSxcbiAgICBOYXZpZ2F0b3JNb2R1bGUsXG4gICAgLy8gTW9sZWN1bGVzXG4gICAgSGVhZGVyTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgU21hcnRJbmRleFRlbXBsYXRlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgU21hcnRJbmRleE1vZHVsZSB7IH1cbiJdfQ==
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./line-up.frame";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/legacy-progress-spinner";
5
- export declare class LineUpModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<LineUpModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<LineUpModule, [typeof i1.LineUpFrame], [typeof i2.CommonModule, typeof i3.MatLegacyProgressSpinnerModule], [typeof i1.LineUpFrame]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<LineUpModule>;
9
- }
@@ -1,19 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./smart-crud.template";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@ng-atomic/common/pipes/domain";
6
- import * as i5 from "@ng-atomic/common/pipes/smart-field";
7
- import * as i6 from "@ng-atomic/components/frames/auto-layout";
8
- import * as i7 from "@ng-atomic/components/frames/scroll";
9
- import * as i8 from "@ng-atomic/components/organisms/action-buttons-section";
10
- import * as i9 from "@ng-atomic/components/organisms/navigator";
11
- import * as i10 from "@ng-atomic/components/organisms/date-input-section";
12
- import * as i11 from "@ng-atomic/components/organisms/text-input-section";
13
- import * as i12 from "@ng-atomic/components/organisms/select-input-section";
14
- import * as i13 from "@ng-atomic/components/molecules/header";
15
- export declare class SmartCrudModule {
16
- static ɵfac: i0.ɵɵFactoryDeclaration<SmartCrudModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartCrudModule, [typeof i1.SmartCrudTemplate], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.DomainModule, typeof i5.SmartFieldModule, typeof i6.AutoLayoutModule, typeof i7.ScrollModule, typeof i8.ActionButtonsSectionModule, typeof i9.NavigatorModule, typeof i10.DateInputSectionModule, typeof i11.TextInputSectionModule, typeof i12.SelectInputSectionModule, typeof i13.HeaderModule], [typeof i1.SmartCrudTemplate]>;
18
- static ɵinj: i0.ɵɵInjectorDeclaration<SmartCrudModule>;
19
- }
@@ -1,15 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./smart-index.template";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@ng-atomic/components/frames/auto-layout";
5
- import * as i4 from "@ng-atomic/components/frames/scroll";
6
- import * as i5 from "@ng-atomic/components/organisms/paginator";
7
- import * as i6 from "@ng-atomic/components/organisms/smart-table";
8
- import * as i7 from "@ng-atomic/components/organisms/smart-list";
9
- import * as i8 from "@ng-atomic/components/organisms/navigator";
10
- import * as i9 from "@ng-atomic/components/molecules/header";
11
- export declare class SmartIndexModule {
12
- static ɵfac: i0.ɵɵFactoryDeclaration<SmartIndexModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartIndexModule, [typeof i1.SmartIndexTemplate], [typeof i2.CommonModule, typeof i3.AutoLayoutModule, typeof i4.ScrollModule, typeof i5.PaginatorModule, typeof i6.SmartTableModule, typeof i7.SmartListModule, typeof i8.NavigatorModule, typeof i9.HeaderModule], [typeof i1.SmartIndexTemplate]>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<SmartIndexModule>;
15
- }