@formio/angular 10.0.0 → 10.0.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 (179) hide show
  1. package/FormioBaseComponent.d.ts +94 -0
  2. package/FormioBaseComponent.d.ts.map +1 -0
  3. package/auth/auth.component.d.ts +6 -0
  4. package/auth/auth.component.d.ts.map +1 -0
  5. package/auth/auth.config.d.ts +63 -0
  6. package/auth/auth.config.d.ts.map +1 -0
  7. package/auth/auth.module.d.ts +17 -0
  8. package/auth/auth.module.d.ts.map +1 -0
  9. package/auth/auth.routes.d.ts +4 -0
  10. package/auth/auth.routes.d.ts.map +1 -0
  11. package/auth/auth.service.d.ts +41 -0
  12. package/auth/auth.service.d.ts.map +1 -0
  13. package/auth/formio-angular-auth.d.ts.map +1 -0
  14. package/auth/index.d.ts +9 -147
  15. package/auth/index.d.ts.map +1 -1
  16. package/auth/login/login.component.d.ts +10 -0
  17. package/auth/login/login.component.d.ts.map +1 -0
  18. package/auth/register/register.component.d.ts +10 -0
  19. package/auth/register/register.component.d.ts.map +1 -0
  20. package/auth/resetpass/resetpass.component.d.ts +9 -0
  21. package/auth/resetpass/resetpass.component.d.ts.map +1 -0
  22. package/components/alerts/formio.alerts.component.d.ts +12 -0
  23. package/components/alerts/formio.alerts.component.d.ts.map +1 -0
  24. package/components/alerts/formio.alerts.d.ts +12 -0
  25. package/components/alerts/formio.alerts.d.ts.map +1 -0
  26. package/components/alerts/parse-html-content.pipe.d.ts +8 -0
  27. package/components/alerts/parse-html-content.pipe.d.ts.map +1 -0
  28. package/components/formbuilder/formbuilder.component.d.ts +37 -0
  29. package/components/formbuilder/formbuilder.component.d.ts.map +1 -0
  30. package/components/formio/formio.component.d.ts +15 -0
  31. package/components/formio/formio.component.d.ts.map +1 -0
  32. package/components/formioreport/formioreport.component.d.ts +21 -0
  33. package/components/formioreport/formioreport.component.d.ts.map +1 -0
  34. package/components/loader/formio.loader.component.d.ts +7 -0
  35. package/components/loader/formio.loader.component.d.ts.map +1 -0
  36. package/core.d.ts +17 -0
  37. package/core.d.ts.map +1 -0
  38. package/custom-tags.service.d.ts +8 -0
  39. package/custom-tags.service.d.ts.map +1 -0
  40. package/embed/app.service.d.ts +28 -0
  41. package/embed/app.service.d.ts.map +1 -0
  42. package/embed/builder.component.d.ts +19 -0
  43. package/embed/builder.component.d.ts.map +1 -0
  44. package/embed/embed.module.d.ts +10 -0
  45. package/embed/embed.module.d.ts.map +1 -0
  46. package/embed/formio-angular-embed.d.ts.map +1 -0
  47. package/embed/formio.component.d.ts +21 -0
  48. package/embed/formio.component.d.ts.map +1 -0
  49. package/embed/index.d.ts +7 -73
  50. package/embed/index.d.ts.map +1 -1
  51. package/fesm2022/formio-angular-auth.mjs +22 -22
  52. package/fesm2022/formio-angular-embed.mjs +13 -13
  53. package/fesm2022/formio-angular-embed.mjs.map +1 -1
  54. package/fesm2022/formio-angular-grid.mjs +40 -40
  55. package/fesm2022/formio-angular-grid.mjs.map +1 -1
  56. package/fesm2022/formio-angular-manager.mjs +43 -43
  57. package/fesm2022/formio-angular-manager.mjs.map +1 -1
  58. package/fesm2022/formio-angular-resource.mjs +31 -31
  59. package/fesm2022/formio-angular.mjs +34 -34
  60. package/fesm2022/formio-angular.mjs.map +1 -1
  61. package/formio-angular.d.ts.map +1 -0
  62. package/formio-promise.service.d.ts +16 -0
  63. package/formio-promise.service.d.ts.map +1 -0
  64. package/formio.common.d.ts +68 -0
  65. package/formio.common.d.ts.map +1 -0
  66. package/formio.config.d.ts +21 -0
  67. package/formio.config.d.ts.map +1 -0
  68. package/formio.module.d.ts +15 -0
  69. package/formio.module.d.ts.map +1 -0
  70. package/formio.service.d.ts +18 -0
  71. package/formio.service.d.ts.map +1 -0
  72. package/formio.utils.d.ts +2 -0
  73. package/formio.utils.d.ts.map +1 -0
  74. package/grid/GridBodyComponent.d.ts +35 -0
  75. package/grid/GridBodyComponent.d.ts.map +1 -0
  76. package/grid/GridFooterComponent.d.ts +20 -0
  77. package/grid/GridFooterComponent.d.ts.map +1 -0
  78. package/grid/GridHeaderComponent.d.ts +16 -0
  79. package/grid/GridHeaderComponent.d.ts.map +1 -0
  80. package/grid/form/FormGridBody.component.d.ts +19 -0
  81. package/grid/form/FormGridBody.component.d.ts.map +1 -0
  82. package/grid/form/FormGridFooter.component.d.ts +10 -0
  83. package/grid/form/FormGridFooter.component.d.ts.map +1 -0
  84. package/grid/form/FormGridHeader.component.d.ts +11 -0
  85. package/grid/form/FormGridHeader.component.d.ts.map +1 -0
  86. package/grid/form/index.d.ts +10 -0
  87. package/grid/form/index.d.ts.map +1 -0
  88. package/grid/form/time-since.pipe.d.ts +8 -0
  89. package/grid/form/time-since.pipe.d.ts.map +1 -0
  90. package/grid/formio-angular-grid.d.ts.map +1 -0
  91. package/grid/grid.component.d.ts +59 -0
  92. package/grid/grid.component.d.ts.map +1 -0
  93. package/grid/grid.module.d.ts +23 -0
  94. package/grid/grid.module.d.ts.map +1 -0
  95. package/grid/grid.service.d.ts +10 -0
  96. package/grid/grid.service.d.ts.map +1 -0
  97. package/grid/index.d.ts +13 -237
  98. package/grid/index.d.ts.map +1 -1
  99. package/grid/submission/SubmissionGridBody.component.d.ts +19 -0
  100. package/grid/submission/SubmissionGridBody.component.d.ts.map +1 -0
  101. package/grid/submission/SubmissionGridFooter.component.d.ts +10 -0
  102. package/grid/submission/SubmissionGridFooter.component.d.ts.map +1 -0
  103. package/grid/submission/SubmissionGridHeader.component.d.ts +30 -0
  104. package/grid/submission/SubmissionGridHeader.component.d.ts.map +1 -0
  105. package/grid/submission/index.d.ts +10 -0
  106. package/grid/submission/index.d.ts.map +1 -0
  107. package/grid/types/grid-column.d.ts +7 -0
  108. package/grid/types/grid-column.d.ts.map +1 -0
  109. package/grid/types/grid-footer-positions.d.ts +6 -0
  110. package/grid/types/grid-footer-positions.d.ts.map +1 -0
  111. package/grid/types/grid-header.d.ts +13 -0
  112. package/grid/types/grid-header.d.ts.map +1 -0
  113. package/index.d.ts +4 -353
  114. package/index.d.ts.map +1 -1
  115. package/manager/create/create.component.d.ts +9 -0
  116. package/manager/create/create.component.d.ts.map +1 -0
  117. package/manager/delete/delete.component.d.ts +18 -0
  118. package/manager/delete/delete.component.d.ts.map +1 -0
  119. package/manager/edit/edit.component.d.ts +31 -0
  120. package/manager/edit/edit.component.d.ts.map +1 -0
  121. package/manager/form/form.component.d.ts +29 -0
  122. package/manager/form/form.component.d.ts.map +1 -0
  123. package/manager/form-manager.config.d.ts +30 -0
  124. package/manager/form-manager.config.d.ts.map +1 -0
  125. package/manager/form-manager.module.d.ts +28 -0
  126. package/manager/form-manager.module.d.ts.map +1 -0
  127. package/manager/form-manager.routes.d.ts +4 -0
  128. package/manager/form-manager.routes.d.ts.map +1 -0
  129. package/manager/form-manager.service.d.ts +37 -0
  130. package/manager/form-manager.service.d.ts.map +1 -0
  131. package/manager/formio-angular-manager.d.ts.map +1 -0
  132. package/manager/index/index.component.d.ts +28 -0
  133. package/manager/index/index.component.d.ts.map +1 -0
  134. package/manager/index.d.ts +17 -242
  135. package/manager/index.d.ts.map +1 -1
  136. package/manager/submission/delete/delete.component.d.ts +16 -0
  137. package/manager/submission/delete/delete.component.d.ts.map +1 -0
  138. package/manager/submission/edit/edit.component.d.ts +13 -0
  139. package/manager/submission/edit/edit.component.d.ts.map +1 -0
  140. package/manager/submission/index/index.component.d.ts +13 -0
  141. package/manager/submission/index/index.component.d.ts.map +1 -0
  142. package/manager/submission/submission/submission.component.d.ts +15 -0
  143. package/manager/submission/submission/submission.component.d.ts.map +1 -0
  144. package/manager/submission/view/view.component.d.ts +9 -0
  145. package/manager/submission/view/view.component.d.ts.map +1 -0
  146. package/manager/view/view.component.d.ts +24 -0
  147. package/manager/view/view.component.d.ts.map +1 -0
  148. package/package.json +6 -6
  149. package/resource/create/create.component.d.ts +19 -0
  150. package/resource/create/create.component.d.ts.map +1 -0
  151. package/resource/delete/delete.component.d.ts +14 -0
  152. package/resource/delete/delete.component.d.ts.map +1 -0
  153. package/resource/edit/edit.component.d.ts +22 -0
  154. package/resource/edit/edit.component.d.ts.map +1 -0
  155. package/resource/formio-angular-resource.d.ts.map +1 -0
  156. package/resource/index/index.component.d.ts +23 -0
  157. package/resource/index/index.component.d.ts.map +1 -0
  158. package/resource/index.d.ts +12 -185
  159. package/resource/index.d.ts.map +1 -1
  160. package/resource/resource.component.d.ts +24 -0
  161. package/resource/resource.component.d.ts.map +1 -0
  162. package/resource/resource.config.d.ts +17 -0
  163. package/resource/resource.config.d.ts.map +1 -0
  164. package/resource/resource.module.d.ts +20 -0
  165. package/resource/resource.module.d.ts.map +1 -0
  166. package/resource/resource.routes.d.ts +4 -0
  167. package/resource/resource.routes.d.ts.map +1 -0
  168. package/resource/resource.service.d.ts +52 -0
  169. package/resource/resource.service.d.ts.map +1 -0
  170. package/resource/resources.service.d.ts +16 -0
  171. package/resource/resources.service.d.ts.map +1 -0
  172. package/resource/view/view.component.d.ts +16 -0
  173. package/resource/view/view.component.d.ts.map +1 -0
  174. package/types/alerts-position.d.ts +7 -0
  175. package/types/alerts-position.d.ts.map +1 -0
  176. package/types/formio-metadata.d.ts +11 -0
  177. package/types/formio-metadata.d.ts.map +1 -0
  178. package/types/formio-submission.d.ts +19 -0
  179. package/types/formio-submission.d.ts.map +1 -0
@@ -0,0 +1,37 @@
1
+ import { FormioAppConfig } from '@formio/angular';
2
+ import { FormManagerConfig } from './form-manager.config';
3
+ import { Formio } from '@formio/js';
4
+ import { ActivatedRoute } from '@angular/router';
5
+ import { FormioAuthService } from '@formio/angular/auth';
6
+ import * as i0 from "@angular/core";
7
+ export declare class FormManagerService {
8
+ appConfig: FormioAppConfig;
9
+ config: FormManagerConfig;
10
+ auth: FormioAuthService;
11
+ formio: Formio;
12
+ access: any;
13
+ allAccessMap: any;
14
+ ownAccessMap: any;
15
+ ready: Promise<any>;
16
+ formReady: Promise<any>;
17
+ actionAllowed: any;
18
+ form: any;
19
+ formSrc: string;
20
+ perms: {
21
+ delete: boolean;
22
+ edit: boolean;
23
+ };
24
+ constructor(appConfig: FormioAppConfig, config: FormManagerConfig, auth: FormioAuthService);
25
+ isActionAllowed(action: string): any;
26
+ setAccess(): void;
27
+ reset(route?: ActivatedRoute): void;
28
+ hasAccess(roles: any): boolean;
29
+ setForm(form: any): any;
30
+ loadForm(): Promise<any>;
31
+ setSubmission(route: ActivatedRoute): Promise<unknown>;
32
+ submissionLoaded(submission: any): void;
33
+ loadForms(): any;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerService, never>;
35
+ static ɵprov: i0.ɵɵInjectableDeclaration<FormManagerService>;
36
+ }
37
+ //# sourceMappingURL=form-manager.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-manager.service.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/manager/src/form-manager.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;;AAGzD,qBACa,kBAAkB;IAapB,SAAS,EAAE,eAAe;IAC1B,MAAM,EAAE,iBAAiB;IACzB,IAAI,EAAE,iBAAiB;IAdzB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,GAAG,CAAC;IACZ,YAAY,EAAE,GAAG,CAAC;IAClB,YAAY,EAAE,GAAG,CAAC;IAClB,KAAK,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;IACxB,aAAa,EAAE,GAAG,CAAC;IACnB,IAAI,MAAQ;IACZ,OAAO,SAAM;IACb,KAAK;;;MAAgC;gBAGnC,SAAS,EAAE,eAAe,EAC1B,MAAM,EAAE,iBAAiB,EACzB,IAAI,EAAE,iBAAiB;IAqBhC,eAAe,CAAC,MAAM,EAAE,MAAM;IAI9B,SAAS;IAgET,KAAK,CAAC,KAAK,CAAC,EAAE,cAAc;IAe5B,SAAS,CAAC,KAAK,KAAA;IAOf,OAAO,CAAC,IAAI,EAAE,GAAG;IAyBjB,QAAQ;IAMR,aAAa,CAAC,KAAK,EAAE,cAAc;IASnC,gBAAgB,CAAC,UAAU,EAAE,GAAG;IAShC,SAAS;yCA/KE,kBAAkB;6CAAlB,kBAAkB;CAoL9B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formio-angular-manager.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/manager/src/formio-angular-manager.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -0,0 +1,28 @@
1
+ import { AfterViewInit, ElementRef, OnInit } from '@angular/core';
2
+ import { Router, ActivatedRoute } from '@angular/router';
3
+ import { FormManagerService } from '../form-manager.service';
4
+ import { FormManagerConfig } from '../form-manager.config';
5
+ import { FormioGridComponent } from '@formio/angular/grid';
6
+ import * as i0 from "@angular/core";
7
+ export declare class FormManagerIndexComponent implements OnInit, AfterViewInit {
8
+ service: FormManagerService;
9
+ route: ActivatedRoute;
10
+ router: Router;
11
+ config: FormManagerConfig;
12
+ searchElement: ElementRef;
13
+ formGrid: FormioGridComponent;
14
+ gridQuery: any;
15
+ onSearch: any;
16
+ constructor(service: FormManagerService, route: ActivatedRoute, router: Router, config: FormManagerConfig);
17
+ loadGrid(): void;
18
+ ngOnInit(): void;
19
+ ngAfterViewInit(): void;
20
+ _onSearch(): void;
21
+ clearSearch(): void;
22
+ onAction(action: any): void;
23
+ onSelect(row: any): void;
24
+ onCreateItem(): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerIndexComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerIndexComponent, "ng-component", never, {}, {}, never, never, false, never>;
27
+ }
28
+ //# sourceMappingURL=index.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.component.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/manager/src/index/index.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;AACxF,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAwB,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AACjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;;AAG3D,qBAKa,yBAA0B,YAAW,MAAM,EAAE,aAAa;IAM5D,OAAO,EAAE,kBAAkB;IAC3B,KAAK,EAAE,cAAc;IACrB,MAAM,EAAE,MAAM;IACd,MAAM,EAAE,iBAAiB;IARb,aAAa,EAAE,UAAU,CAAC;IACE,QAAQ,EAAE,mBAAmB,CAAC;IACxE,SAAS,EAAE,GAAG,CAAC;IACf,QAAQ,MAAC;gBAEP,OAAO,EAAE,kBAAkB,EAC3B,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,iBAAiB;IAUlC,QAAQ;IAQR,QAAQ;IAcR,eAAe,IAAI,IAAI;IAIvB,SAAS;IAcT,WAAW;IAeX,QAAQ,CAAC,MAAM,EAAE,GAAG;IAKpB,QAAQ,CAAC,GAAG,EAAE,GAAG;IAIjB,YAAY;yCAnFD,yBAAyB;2CAAzB,yBAAyB;CAsFrC"}
@@ -1,242 +1,17 @@
1
- import * as i0 from '@angular/core';
2
- import { OnInit, AfterViewInit, ElementRef, ChangeDetectorRef, TemplateRef, EventEmitter } from '@angular/core';
3
- import * as i13 from '@formio/angular';
4
- import { FormioAppConfig, FormioAlerts, FormBuilderComponent } from '@formio/angular';
5
- import { Formio } from '@formio/js';
6
- import * as i14 from '@angular/router';
7
- import { ActivatedRoute, Routes, Router } from '@angular/router';
8
- import { FormioAuthService } from '@formio/angular/auth';
9
- import * as i16 from '@formio/angular/grid';
10
- import { FormioGridComponent, GridService } from '@formio/angular/grid';
11
- import * as i17 from 'ngx-bootstrap/modal';
12
- import { BsModalRef, BsModalService } from 'ngx-bootstrap/modal';
13
- import * as i12 from '@angular/common';
14
- import * as i15 from '@angular/forms';
15
- import * as i18 from 'ngx-bootstrap/pagination';
16
-
17
- type FormType = 'form' | 'resource';
18
- interface FormManagerRouteConfig {
19
- formIndex?: any;
20
- formCreate?: any;
21
- form?: any;
22
- formView?: any;
23
- formEdit?: any;
24
- formEmbed?: any;
25
- formDelete?: any;
26
- submissionIndex?: any;
27
- submission?: any;
28
- submissionView?: any;
29
- submissionEdit?: any;
30
- submissionDelete?: any;
31
- }
32
- declare class FormManagerConfig {
33
- tag: string;
34
- includeSearch: boolean;
35
- saveDraft: boolean;
36
- type: FormType;
37
- builder?: any;
38
- viewer?: string;
39
- renderer: any;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerConfig, never>;
41
- static ɵprov: i0.ɵɵInjectableDeclaration<FormManagerConfig>;
42
- }
43
-
44
- declare class FormManagerService {
45
- appConfig: FormioAppConfig;
46
- config: FormManagerConfig;
47
- auth: FormioAuthService;
48
- formio: Formio;
49
- access: any;
50
- allAccessMap: any;
51
- ownAccessMap: any;
52
- ready: Promise<any>;
53
- formReady: Promise<any>;
54
- actionAllowed: any;
55
- form: any;
56
- formSrc: string;
57
- perms: {
58
- delete: boolean;
59
- edit: boolean;
60
- };
61
- constructor(appConfig: FormioAppConfig, config: FormManagerConfig, auth: FormioAuthService);
62
- isActionAllowed(action: string): any;
63
- setAccess(): void;
64
- reset(route?: ActivatedRoute): void;
65
- hasAccess(roles: any): boolean;
66
- setForm(form: any): any;
67
- loadForm(): Promise<any>;
68
- setSubmission(route: ActivatedRoute): Promise<unknown>;
69
- submissionLoaded(submission: any): void;
70
- loadForms(): any;
71
- static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerService, never>;
72
- static ɵprov: i0.ɵɵInjectableDeclaration<FormManagerService>;
73
- }
74
-
75
- declare function FormManagerRoutes(config?: FormManagerRouteConfig): Routes;
76
-
77
- declare class FormManagerIndexComponent implements OnInit, AfterViewInit {
78
- service: FormManagerService;
79
- route: ActivatedRoute;
80
- router: Router;
81
- config: FormManagerConfig;
82
- searchElement: ElementRef;
83
- formGrid: FormioGridComponent;
84
- gridQuery: any;
85
- onSearch: any;
86
- constructor(service: FormManagerService, route: ActivatedRoute, router: Router, config: FormManagerConfig);
87
- loadGrid(): void;
88
- ngOnInit(): void;
89
- ngAfterViewInit(): void;
90
- _onSearch(): void;
91
- clearSearch(): void;
92
- onAction(action: any): void;
93
- onSelect(row: any): void;
94
- onCreateItem(): void;
95
- static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerIndexComponent, never>;
96
- static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerIndexComponent, "ng-component", never, {}, {}, never, never, false, never>;
97
- }
98
-
99
- declare class FormManagerEditComponent implements AfterViewInit {
100
- service: FormManagerService;
101
- router: Router;
102
- route: ActivatedRoute;
103
- config: FormManagerConfig;
104
- ref: ChangeDetectorRef;
105
- alerts: FormioAlerts;
106
- builder: FormBuilderComponent;
107
- formTitle: ElementRef;
108
- formType: ElementRef;
109
- form: any;
110
- loading: Boolean;
111
- formReady: Boolean;
112
- editMode: Boolean;
113
- constructor(service: FormManagerService, router: Router, route: ActivatedRoute, config: FormManagerConfig, ref: ChangeDetectorRef, alerts: FormioAlerts);
114
- initBuilder(editing: any): Promise<boolean | void>;
115
- ngAfterViewInit(): void;
116
- onDisplaySelect(event: any): void;
117
- saveForm(): any;
118
- onSave(): any;
119
- static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerEditComponent, never>;
120
- static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerEditComponent, "ng-component", never, {}, {}, never, never, false, never>;
121
- }
122
-
123
- declare class FormManagerCreateComponent extends FormManagerEditComponent implements OnInit {
124
- ngOnInit(): void;
125
- static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerCreateComponent, never>;
126
- static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerCreateComponent, "ng-component", never, {}, {}, never, never, false, never>;
127
- }
128
-
129
- declare class FormManagerFormComponent implements OnInit {
130
- service: FormManagerService;
131
- route: ActivatedRoute;
132
- appConfig: FormioAppConfig;
133
- options: FormManagerConfig;
134
- private modalService;
135
- choice: any;
136
- embedCode: any;
137
- shareUrl: any;
138
- projectId: any;
139
- pathName: any;
140
- goTo: any;
141
- modalRef: BsModalRef;
142
- constructor(service: FormManagerService, route: ActivatedRoute, appConfig: FormioAppConfig, options: FormManagerConfig, modalService: BsModalService);
143
- ngOnInit(): void;
144
- getShareUrl(): any;
145
- openEmbed(content: TemplateRef<any>): void;
146
- choices(string: any): void;
147
- static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerFormComponent, never>;
148
- static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerFormComponent, "ng-component", never, {}, {}, never, never, false, never>;
149
- }
150
-
151
- declare class FormManagerViewComponent implements OnInit {
152
- service: FormManagerService;
153
- router: Router;
154
- route: ActivatedRoute;
155
- config: FormManagerConfig;
156
- auth: FormioAuthService;
157
- submission: any;
158
- renderOptions: any;
159
- onSuccess: EventEmitter<object>;
160
- onError: EventEmitter<object>;
161
- onSubmitDone: EventEmitter<object>;
162
- constructor(service: FormManagerService, router: Router, route: ActivatedRoute, config: FormManagerConfig, auth: FormioAuthService);
163
- ngOnInit(): void;
164
- onSubmit(submission: any): void;
165
- static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerViewComponent, never>;
166
- static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerViewComponent, "ng-component", never, {}, {}, never, never, false, never>;
167
- }
168
-
169
- declare class FormManagerDeleteComponent {
170
- managerService: FormManagerService;
171
- router: Router;
172
- route: ActivatedRoute;
173
- alerts: FormioAlerts;
174
- gridService?: GridService;
175
- constructor(managerService: FormManagerService, router: Router, route: ActivatedRoute, alerts: FormioAlerts, gridService?: GridService);
176
- onDelete(): void;
177
- onCancel(): void;
178
- static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerDeleteComponent, never>;
179
- static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerDeleteComponent, "ng-component", never, {}, {}, never, never, false, never>;
180
- }
181
-
182
- declare class SubmissionEditComponent {
183
- service: FormManagerService;
184
- router: Router;
185
- route: ActivatedRoute;
186
- constructor(service: FormManagerService, router: Router, route: ActivatedRoute);
187
- onSubmit(submission: any): void;
188
- static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionEditComponent, never>;
189
- static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionEditComponent, "ng-component", never, {}, {}, never, never, false, never>;
190
- }
191
-
192
- declare class SubmissionDeleteComponent {
193
- service: FormManagerService;
194
- router: Router;
195
- route: ActivatedRoute;
196
- alerts: FormioAlerts;
197
- constructor(service: FormManagerService, router: Router, route: ActivatedRoute, alerts: FormioAlerts);
198
- onDelete(): void;
199
- onCancel(): void;
200
- static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionDeleteComponent, never>;
201
- static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionDeleteComponent, "ng-component", never, {}, {}, never, never, false, never>;
202
- }
203
-
204
- declare class SubmissionViewComponent {
205
- service: FormManagerService;
206
- constructor(service: FormManagerService);
207
- static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionViewComponent, never>;
208
- static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionViewComponent, "ng-component", never, {}, {}, never, never, false, never>;
209
- }
210
-
211
- declare class SubmissionIndexComponent {
212
- service: FormManagerService;
213
- route: ActivatedRoute;
214
- router: Router;
215
- constructor(service: FormManagerService, route: ActivatedRoute, router: Router);
216
- onSelect(row: any): void;
217
- static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionIndexComponent, never>;
218
- static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionIndexComponent, "ng-component", never, {}, {}, never, never, false, never>;
219
- }
220
-
221
- declare class SubmissionComponent implements OnInit {
222
- service: FormManagerService;
223
- route: ActivatedRoute;
224
- downloadUrl: string;
225
- constructor(service: FormManagerService, route: ActivatedRoute);
226
- setDownloadUrl(url: any): void;
227
- ngOnInit(): void;
228
- static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionComponent, never>;
229
- static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionComponent, "ng-component", never, {}, {}, never, never, false, never>;
230
- }
231
-
232
- declare class FormManagerModule {
233
- static forChild(config?: FormManagerRouteConfig): any;
234
- static forRoot(config?: FormManagerRouteConfig): any;
235
- static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerModule, never>;
236
- static ɵmod: i0.ɵɵNgModuleDeclaration<FormManagerModule, [typeof FormManagerIndexComponent, typeof FormManagerCreateComponent, typeof FormManagerFormComponent, typeof FormManagerViewComponent, typeof FormManagerEditComponent, typeof FormManagerDeleteComponent, typeof SubmissionComponent, typeof SubmissionEditComponent, typeof SubmissionDeleteComponent, typeof SubmissionViewComponent, typeof SubmissionIndexComponent], [typeof i12.CommonModule, typeof i13.FormioModule, typeof i14.RouterModule, typeof i15.FormsModule, typeof i16.FormioGrid, typeof i17.ModalModule, typeof i18.PaginationModule], never>;
237
- static ɵinj: i0.ɵɵInjectorDeclaration<FormManagerModule>;
238
- }
239
-
240
- export { FormManagerConfig, FormManagerCreateComponent, FormManagerDeleteComponent, FormManagerEditComponent, FormManagerFormComponent, FormManagerIndexComponent, FormManagerModule, FormManagerRoutes, FormManagerService, FormManagerViewComponent, SubmissionComponent, SubmissionDeleteComponent, SubmissionEditComponent, SubmissionIndexComponent, SubmissionViewComponent };
241
- export type { FormManagerRouteConfig };
242
- //# sourceMappingURL=index.d.ts.map
1
+ export { FormManagerConfig } from './form-manager.config';
2
+ export { FormManagerService } from './form-manager.service';
3
+ export { FormManagerRoutes } from './form-manager.routes';
4
+ export { FormManagerIndexComponent } from './index/index.component';
5
+ export { FormManagerCreateComponent } from './create/create.component';
6
+ export { FormManagerFormComponent } from './form/form.component';
7
+ export { FormManagerViewComponent } from './view/view.component';
8
+ export { FormManagerEditComponent } from './edit/edit.component';
9
+ export { FormManagerDeleteComponent } from './delete/delete.component';
10
+ export { SubmissionEditComponent } from './submission/edit/edit.component';
11
+ export { SubmissionDeleteComponent } from './submission/delete/delete.component';
12
+ export { SubmissionViewComponent } from './submission/view/view.component';
13
+ export { SubmissionIndexComponent } from './submission/index/index.component';
14
+ export { SubmissionComponent } from './submission/submission/submission.component';
15
+ export { FormManagerRouteConfig } from './form-manager.config';
16
+ export { FormManagerModule } from './form-manager.module';
17
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../../projects/angular-formio/manager/src/form-manager.config.ts","../../../projects/angular-formio/manager/src/form-manager.service.ts","../../../projects/angular-formio/manager/src/form-manager.routes.ts","../../../projects/angular-formio/manager/src/index/index.component.ts","../../../projects/angular-formio/manager/src/edit/edit.component.ts","../../../projects/angular-formio/manager/src/create/create.component.ts","../../../projects/angular-formio/manager/src/form/form.component.ts","../../../projects/angular-formio/manager/src/view/view.component.ts","../../../projects/angular-formio/manager/src/delete/delete.component.ts","../../../projects/angular-formio/manager/src/submission/edit/edit.component.ts","../../../projects/angular-formio/manager/src/submission/delete/delete.component.ts","../../../projects/angular-formio/manager/src/submission/view/view.component.ts","../../../projects/angular-formio/manager/src/submission/index/index.component.ts","../../../projects/angular-formio/manager/src/submission/submission/submission.component.ts","../../../projects/angular-formio/manager/src/form-manager.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;;;;AAEA;;;;;;;;;;;;;;AAeC;AAED;AAES;AACA;AACA;;;;;;;AAKR;;ACpBD;AAcW;AACA;AACA;;;;;AAVF;AACA;;AAEA;AACA;;;;AACqC;;;;AA8F5C;;;;;;;;;AA4ED;;AChLD;;ACNA;AAWW;AACA;AACA;AACA;;;;AALF;AAEE;;;AAmCT;;;;;;;;AA6CD;;AC1FD;AAcW;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;;;AAoFV;;AC5GD;;;;AAQC;;ACJD;AAaW;AACA;AACA;AACA;AACP;;;;;;;;AAJO;;;AAuBT;;;;AA8BD;;AClED;AAWW;AACA;AACA;AACA;AACA;;;AARF;AACA;AACA;AAEE;;;;;AA0BV;;ACtCD;AAMW;AACA;AACA;AACA;;AAHA;;;;;AAyBV;;ACjCD;AAMW;AACA;AACA;;;;;AAMV;;ACbD;AAMW;AACA;AACA;AACA;AAHA;;;;;AAeV;;ACvBD;AAKqB;AAAA;;;AACpB;;ACLD;AAMW;AACA;AACA;;;;;AAMV;;ACdD;AAOW;AACA;;AADA;;;;;AAaV;;ACFD;;;;;;AA+BC;;;"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/manager/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AACpE,OAAO,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAC3E,OAAO,EAAE,yBAAyB,EAAE,MAAM,sCAAsC,CAAC;AACjF,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAC3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AACnF,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { FormManagerService } from '../../form-manager.service';
2
+ import { ActivatedRoute, Router } from '@angular/router';
3
+ import { FormioAlerts } from '@formio/angular';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SubmissionDeleteComponent {
6
+ service: FormManagerService;
7
+ router: Router;
8
+ route: ActivatedRoute;
9
+ alerts: FormioAlerts;
10
+ constructor(service: FormManagerService, router: Router, route: ActivatedRoute, alerts: FormioAlerts);
11
+ onDelete(): void;
12
+ onCancel(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionDeleteComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionDeleteComponent, "ng-component", never, {}, {}, never, never, false, never>;
15
+ }
16
+ //# sourceMappingURL=delete.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete.component.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-formio/manager/src/submission/delete/delete.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AAE/C,qBAIa,yBAAyB;IAE3B,OAAO,EAAE,kBAAkB;IAC3B,MAAM,EAAE,MAAM;IACd,KAAK,EAAE,cAAc;IACrB,MAAM,EAAE,YAAY;gBAHpB,OAAO,EAAE,kBAAkB,EAC3B,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,YAAY;IAG7B,QAAQ;IAMR,QAAQ;yCAdG,yBAAyB;2CAAzB,yBAAyB;CAiBrC"}
@@ -0,0 +1,13 @@
1
+ import { FormManagerService } from '../../form-manager.service';
2
+ import { ActivatedRoute, Router } from '@angular/router';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SubmissionEditComponent {
5
+ service: FormManagerService;
6
+ router: Router;
7
+ route: ActivatedRoute;
8
+ constructor(service: FormManagerService, router: Router, route: ActivatedRoute);
9
+ onSubmit(submission: any): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionEditComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionEditComponent, "ng-component", never, {}, {}, never, never, false, never>;
12
+ }
13
+ //# sourceMappingURL=edit.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"edit.component.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-formio/manager/src/submission/edit/edit.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAEzD,qBAIa,uBAAuB;IAEzB,OAAO,EAAE,kBAAkB;IAC3B,MAAM,EAAE,MAAM;IACd,KAAK,EAAE,cAAc;gBAFrB,OAAO,EAAE,kBAAkB,EAC3B,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc;IAG9B,QAAQ,CAAC,UAAU,KAAA;yCAPR,uBAAuB;2CAAvB,uBAAuB;CAUnC"}
@@ -0,0 +1,13 @@
1
+ import { Router, ActivatedRoute } from '@angular/router';
2
+ import { FormManagerService } from '../../form-manager.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SubmissionIndexComponent {
5
+ service: FormManagerService;
6
+ route: ActivatedRoute;
7
+ router: Router;
8
+ constructor(service: FormManagerService, route: ActivatedRoute, router: Router);
9
+ onSelect(row: any): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionIndexComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionIndexComponent, "ng-component", never, {}, {}, never, never, false, never>;
12
+ }
13
+ //# sourceMappingURL=index.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.component.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-formio/manager/src/submission/index/index.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;;AAEhE,qBAIa,wBAAwB;IAE1B,OAAO,EAAE,kBAAkB;IAC3B,KAAK,EAAE,cAAc;IACrB,MAAM,EAAE,MAAM;gBAFd,OAAO,EAAE,kBAAkB,EAC3B,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM;IAGvB,QAAQ,CAAC,GAAG,EAAE,GAAG;yCAPN,wBAAwB;2CAAxB,wBAAwB;CAUpC"}
@@ -0,0 +1,15 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FormManagerService } from '../../form-manager.service';
3
+ import { ActivatedRoute } from '@angular/router';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SubmissionComponent implements OnInit {
6
+ service: FormManagerService;
7
+ route: ActivatedRoute;
8
+ downloadUrl: string;
9
+ constructor(service: FormManagerService, route: ActivatedRoute);
10
+ setDownloadUrl(url: any): void;
11
+ ngOnInit(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionComponent, "ng-component", never, {}, {}, never, never, false, never>;
14
+ }
15
+ //# sourceMappingURL=submission.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"submission.component.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-formio/manager/src/submission/submission/submission.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,mBAAoB,YAAW,MAAM;IAGvC,OAAO,EAAE,kBAAkB;IAC3B,KAAK,EAAE,cAAc;IAHvB,WAAW,EAAE,MAAM,CAAC;gBAElB,OAAO,EAAE,kBAAkB,EAC3B,KAAK,EAAE,cAAc;IAG9B,cAAc,CAAC,GAAG,KAAA;IAIlB,QAAQ;yCAXG,mBAAmB;2CAAnB,mBAAmB;CAgB/B"}
@@ -0,0 +1,9 @@
1
+ import { FormManagerService } from '../../form-manager.service';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SubmissionViewComponent {
4
+ service: FormManagerService;
5
+ constructor(service: FormManagerService);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionViewComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionViewComponent, "ng-component", never, {}, {}, never, never, false, never>;
8
+ }
9
+ //# sourceMappingURL=view.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"view.component.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-formio/manager/src/submission/view/view.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;;AAEhE,qBAIa,uBAAuB;IACf,OAAO,EAAE,kBAAkB;gBAA3B,OAAO,EAAE,kBAAkB;yCADnC,uBAAuB;2CAAvB,uBAAuB;CAEnC"}
@@ -0,0 +1,24 @@
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { FormManagerConfig } from '../form-manager.config';
3
+ import { FormManagerService } from '../form-manager.service';
4
+ import { ActivatedRoute, Router } from '@angular/router';
5
+ import { FormioAuthService } from '@formio/angular/auth';
6
+ import * as i0 from "@angular/core";
7
+ export declare class FormManagerViewComponent implements OnInit {
8
+ service: FormManagerService;
9
+ router: Router;
10
+ route: ActivatedRoute;
11
+ config: FormManagerConfig;
12
+ auth: FormioAuthService;
13
+ submission: any;
14
+ renderOptions: any;
15
+ onSuccess: EventEmitter<object>;
16
+ onError: EventEmitter<object>;
17
+ onSubmitDone: EventEmitter<object>;
18
+ constructor(service: FormManagerService, router: Router, route: ActivatedRoute, config: FormManagerConfig, auth: FormioAuthService);
19
+ ngOnInit(): void;
20
+ onSubmit(submission: any): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerViewComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerViewComponent, "ng-component", never, {}, {}, never, never, false, never>;
23
+ }
24
+ //# sourceMappingURL=view.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"view.component.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/manager/src/view/view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;;AAGzD,qBAIa,wBAAyB,YAAW,MAAM;IAO5C,OAAO,EAAE,kBAAkB;IAC3B,MAAM,EAAE,MAAM;IACd,KAAK,EAAE,cAAc;IACrB,MAAM,EAAE,iBAAiB;IACzB,IAAI,EAAE,iBAAiB;IAVzB,UAAU,EAAE,GAAG,CAAC;IAChB,aAAa,EAAE,GAAG,CAAC;IACnB,SAAS,EAAE,YAAY,CAAC,MAAM,CAAC,CAAsB;IACrD,OAAO,EAAE,YAAY,CAAC,MAAM,CAAC,CAAsB;IACnD,YAAY,EAAE,YAAY,CAAC,MAAM,CAAC,CAAsB;gBAEtD,OAAO,EAAE,kBAAkB,EAC3B,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,iBAAiB,EACzB,IAAI,EAAE,iBAAiB;IAQhC,QAAQ;IAIR,QAAQ,CAAC,UAAU,EAAE,GAAG;yCAvBb,wBAAwB;2CAAxB,wBAAwB;CAiCpC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/angular",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/formio/angular-formio"
@@ -31,7 +31,7 @@
31
31
  "@formio/js": "^5.0.0",
32
32
  "zone.js": "~0.13.0 || ~0.14.0 || ~0.15.0",
33
33
  "lodash": "^4.17.20",
34
- "ngx-bootstrap": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^18.0.0 || ^19.0.0"
34
+ "ngx-bootstrap": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
35
35
  },
36
36
  "module": "fesm2022/formio-angular.mjs",
37
37
  "typings": "index.d.ts",
@@ -51,14 +51,14 @@
51
51
  "types": "./embed/index.d.ts",
52
52
  "default": "./fesm2022/formio-angular-embed.mjs"
53
53
  },
54
- "./grid": {
55
- "types": "./grid/index.d.ts",
56
- "default": "./fesm2022/formio-angular-grid.mjs"
57
- },
58
54
  "./manager": {
59
55
  "types": "./manager/index.d.ts",
60
56
  "default": "./fesm2022/formio-angular-manager.mjs"
61
57
  },
58
+ "./grid": {
59
+ "types": "./grid/index.d.ts",
60
+ "default": "./fesm2022/formio-angular-grid.mjs"
61
+ },
62
62
  "./resource": {
63
63
  "types": "./resource/index.d.ts",
64
64
  "default": "./fesm2022/formio-angular-resource.mjs"
@@ -0,0 +1,19 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { Router, ActivatedRoute } from '@angular/router';
3
+ import { FormioResourceService } from '../resource.service';
4
+ import { FormioResourceConfig } from '../resource.config';
5
+ import * as i0 from "@angular/core";
6
+ export declare class FormioResourceCreateComponent implements OnInit {
7
+ service: FormioResourceService;
8
+ route: ActivatedRoute;
9
+ router: Router;
10
+ config: FormioResourceConfig;
11
+ onError: EventEmitter<any>;
12
+ onSuccess: EventEmitter<any>;
13
+ constructor(service: FormioResourceService, route: ActivatedRoute, router: Router, config: FormioResourceConfig);
14
+ ngOnInit(): void;
15
+ onSubmit(submission: any): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceCreateComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceCreateComponent, "ng-component", never, {}, {}, never, never, false, never>;
18
+ }
19
+ //# sourceMappingURL=create.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create.component.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/resource/src/create/create.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;;AAE1D,qBAKa,6BAA8B,YAAW,MAAM;IAIjD,OAAO,EAAE,qBAAqB;IAC9B,KAAK,EAAE,cAAc;IACrB,MAAM,EAAE,MAAM;IACd,MAAM,EAAE,oBAAoB;IAN9B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;IAC3B,SAAS,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;gBAE3B,OAAO,EAAE,qBAAqB,EAC9B,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,oBAAoB;IAMrC,QAAQ,IAAI,IAAI;IAIhB,QAAQ,CAAC,UAAU,EAAE,GAAG;yCAjBb,6BAA6B;2CAA7B,6BAA6B;CA2BzC"}
@@ -0,0 +1,14 @@
1
+ import { Router, ActivatedRoute } from '@angular/router';
2
+ import { FormioResourceService } from '../resource.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FormioResourceDeleteComponent {
5
+ service: FormioResourceService;
6
+ route: ActivatedRoute;
7
+ router: Router;
8
+ constructor(service: FormioResourceService, route: ActivatedRoute, router: Router);
9
+ onDelete(): void;
10
+ onCancel(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceDeleteComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceDeleteComponent, "ng-component", never, {}, {}, never, never, false, never>;
13
+ }
14
+ //# sourceMappingURL=delete.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete.component.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/resource/src/delete/delete.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;;AAE5D,qBAIa,6BAA6B;IAE/B,OAAO,EAAE,qBAAqB;IAC9B,KAAK,EAAE,cAAc;IACrB,MAAM,EAAE,MAAM;gBAFd,OAAO,EAAE,qBAAqB,EAC9B,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM;IAGvB,QAAQ;IAMR,QAAQ;yCAbG,6BAA6B;2CAA7B,6BAA6B;CAgBzC"}
@@ -0,0 +1,22 @@
1
+ import { EventEmitter, OnDestroy } from '@angular/core';
2
+ import { Router, ActivatedRoute } from '@angular/router';
3
+ import { FormioResourceService } from '../resource.service';
4
+ import { FormioResourceConfig } from '../resource.config';
5
+ import * as i0 from "@angular/core";
6
+ export declare class FormioResourceEditComponent implements OnDestroy {
7
+ service: FormioResourceService;
8
+ route: ActivatedRoute;
9
+ router: Router;
10
+ config: FormioResourceConfig;
11
+ triggerError: EventEmitter<any>;
12
+ onSubmitDone: EventEmitter<object>;
13
+ submission: {
14
+ data: {};
15
+ };
16
+ constructor(service: FormioResourceService, route: ActivatedRoute, router: Router, config: FormioResourceConfig);
17
+ onSubmit(submission: any): void;
18
+ ngOnDestroy(): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceEditComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceEditComponent, "ng-component", never, {}, {}, never, never, false, never>;
21
+ }
22
+ //# sourceMappingURL=edit.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"edit.component.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/resource/src/edit/edit.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;;AAG1D,qBAIa,2BAA4B,YAAW,SAAS;IAKlD,OAAO,EAAE,qBAAqB;IAC9B,KAAK,EAAE,cAAc;IACrB,MAAM,EAAE,MAAM;IACd,MAAM,EAAE,oBAAoB;IAP9B,YAAY,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACrD,YAAY,EAAE,YAAY,CAAC,MAAM,CAAC,CAAsB;IACxD,UAAU;;MAAc;gBAEtB,OAAO,EAAE,qBAAqB,EAC9B,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,oBAAoB;IAGrC,QAAQ,CAAC,UAAU,EAAE,GAAG;IAWxB,WAAW;yCAtBA,2BAA2B;2CAA3B,2BAA2B;CAyBvC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formio-angular-resource.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/resource/src/formio-angular-resource.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { OnInit, ChangeDetectorRef, NgZone } from '@angular/core';
2
+ import { Router, ActivatedRoute } from '@angular/router';
3
+ import { FormioResourceService } from '../resource.service';
4
+ import { FormioResourceConfig } from '../resource.config';
5
+ import * as i0 from "@angular/core";
6
+ export declare class FormioResourceIndexComponent implements OnInit {
7
+ service: FormioResourceService;
8
+ route: ActivatedRoute;
9
+ router: Router;
10
+ config: FormioResourceConfig;
11
+ cdr: ChangeDetectorRef;
12
+ ngZone: NgZone;
13
+ gridSrc?: string;
14
+ gridQuery: any;
15
+ createText: String;
16
+ constructor(service: FormioResourceService, route: ActivatedRoute, router: Router, config: FormioResourceConfig, cdr: ChangeDetectorRef, ngZone: NgZone);
17
+ ngOnInit(): void;
18
+ onSelect(row: any): void;
19
+ onCreateItem(): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceIndexComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceIndexComponent, "ng-component", never, {}, {}, never, never, false, never>;
22
+ }
23
+ //# sourceMappingURL=index.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.component.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/resource/src/index/index.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;;AAG1D,qBAIa,4BAA6B,YAAW,MAAM;IAMhD,OAAO,EAAE,qBAAqB;IAC9B,KAAK,EAAE,cAAc;IACrB,MAAM,EAAE,MAAM;IACd,MAAM,EAAE,oBAAoB;IAC5B,GAAG,EAAE,iBAAiB;IACtB,MAAM,EAAE,MAAM;IAVhB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,GAAG,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;gBAGjB,OAAO,EAAE,qBAAqB,EAC9B,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,oBAAoB,EAC5B,GAAG,EAAE,iBAAiB,EACtB,MAAM,EAAE,MAAM;IAIvB,QAAQ;IA4BR,QAAQ,CAAC,GAAG,EAAE,GAAG;IAMjB,YAAY;yCAjDD,4BAA4B;2CAA5B,4BAA4B;CAsDxC"}