@smartbit4all/ng-client 3.3.110 → 3.3.111

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 (28) hide show
  1. package/esm2020/lib/smart-component-layout/smart-component-layout.module.mjs +1 -5
  2. package/esm2020/lib/smart-dialog/smartdialog.module.mjs +5 -5
  3. package/esm2020/lib/smart-filter/smart-filter.module.mjs +5 -5
  4. package/esm2020/lib/smart-filter-editor/smart-filter-editor.module.mjs +1 -8
  5. package/esm2020/lib/smart-form/projects.mjs +1 -2
  6. package/esm2020/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +21 -20
  7. package/esm2020/lib/smart-grid/smart-grid.module.mjs +1 -5
  8. package/esm2020/lib/smart-navbar/smart-navbar.module.mjs +5 -5
  9. package/esm2020/lib/smart-ng-client.module.mjs +1 -8
  10. package/esm2020/lib/view-context/smart-view-context.module.mjs +123 -10
  11. package/fesm2015/smartbit4all-ng-client.mjs +3711 -3761
  12. package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
  13. package/fesm2020/smartbit4all-ng-client.mjs +3531 -3581
  14. package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
  15. package/lib/smart-component-layout/smart-component-layout.module.d.ts +5 -6
  16. package/lib/smart-dialog/smartdialog.module.d.ts +2 -2
  17. package/lib/smart-filter/smart-filter.module.d.ts +2 -2
  18. package/lib/smart-filter-editor/smart-filter-editor.module.d.ts +4 -5
  19. package/lib/smart-form/projects.d.ts +0 -1
  20. package/lib/smart-grid/smart-grid.module.d.ts +3 -4
  21. package/lib/smart-navbar/smart-navbar.module.d.ts +2 -2
  22. package/lib/smart-ng-client.module.d.ts +12 -13
  23. package/lib/view-context/smart-view-context.module.d.ts +34 -11
  24. package/package.json +1 -1
  25. package/smartbit4all-ng-client-3.3.111.tgz +0 -0
  26. package/esm2020/lib/smart-form/smartform.module.mjs +0 -157
  27. package/lib/smart-form/smartform.module.d.ts +0 -35
  28. package/smartbit4all-ng-client-3.3.110.tgz +0 -0
@@ -2,13 +2,12 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./smart-component-layout.component";
3
3
  import * as i2 from "@angular/platform-browser";
4
4
  import * as i3 from "@angular/material/core";
5
- import * as i4 from "../smart-form/smartform.module";
6
- import * as i5 from "../smart-grid/smart-grid.module";
7
- import * as i6 from "../smart-expandable-section/smart-expandable-section.module";
8
- import * as i7 from "../smart-tree/smarttree.module";
9
- import * as i8 from "../view-context/smart-view-context.module";
5
+ import * as i4 from "../smart-grid/smart-grid.module";
6
+ import * as i5 from "../smart-expandable-section/smart-expandable-section.module";
7
+ import * as i6 from "../smart-tree/smarttree.module";
8
+ import * as i7 from "../view-context/smart-view-context.module";
10
9
  export declare class SmartComponentLayoutModule {
11
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartComponentLayoutModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartComponentLayoutModule, [typeof i1.SmartComponentLayoutComponent], [typeof i2.BrowserModule, typeof i3.MatCommonModule, typeof i4.SmartformModule, typeof i5.SmartGridModule, typeof i6.SmartExpandableSectionModule, typeof i7.SmarttreeModule, typeof i8.SmartViewContextModule], [typeof i1.SmartComponentLayoutComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartComponentLayoutModule, [typeof i1.SmartComponentLayoutComponent], [typeof i2.BrowserModule, typeof i3.MatCommonModule, typeof i4.SmartGridModule, typeof i5.SmartExpandableSectionModule, typeof i6.SmarttreeModule, typeof i7.SmartViewContextModule], [typeof i1.SmartComponentLayoutComponent]>;
13
12
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartComponentLayoutModule>;
14
13
  }
@@ -4,11 +4,11 @@ import * as i2 from "@angular/platform-browser";
4
4
  import * as i3 from "@angular/material/dialog";
5
5
  import * as i4 from "@angular/material/core";
6
6
  import * as i5 from "@angular/material/icon";
7
- import * as i6 from "../smart-form/smartform.module";
7
+ import * as i6 from "../view-context/smart-view-context.module";
8
8
  import * as i7 from "../smart-table/smarttable.module";
9
9
  import * as i8 from "../smart-icon/smart-icon.module";
10
10
  export declare class SmartdialogModule {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartdialogModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartdialogModule, [typeof i1.SmartDialog], [typeof i2.BrowserModule, typeof i3.MatDialogModule, typeof i4.MatCommonModule, typeof i5.MatIconModule, typeof i6.SmartformModule, typeof i7.SmarttableModule, typeof i8.SmartIconModule], [typeof i1.SmartDialog]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartdialogModule, [typeof i1.SmartDialog], [typeof i2.BrowserModule, typeof i3.MatDialogModule, typeof i4.MatCommonModule, typeof i5.MatIconModule, typeof i6.SmartViewContextModule, typeof i7.SmarttableModule, typeof i8.SmartIconModule], [typeof i1.SmartDialog]>;
13
13
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartdialogModule>;
14
14
  }
@@ -4,12 +4,12 @@ import * as i2 from "./smart-filter/components/smart-filter-expression-field/sma
4
4
  import * as i3 from "./smart-filter/components/smart-filter-simple/smart-filter-simple.component";
5
5
  import * as i4 from "./smart-filter/components/smart-filter-simple/components/smart-filter-simple-field/smart-filter-simple-field.component";
6
6
  import * as i5 from "@angular/platform-browser";
7
- import * as i6 from "../smart-form/smartform.module";
7
+ import * as i6 from "../view-context/smart-view-context.module";
8
8
  import * as i7 from "@angular/material/menu";
9
9
  import * as i8 from "@angular/material/icon";
10
10
  import * as i9 from "@angular/material/button";
11
11
  export declare class SmartFilterModule {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartFilterModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartFilterModule, [typeof i1.SmartFilterComponent, typeof i2.SmartFilterExpressionFieldComponent, typeof i3.SmartFilterSimpleComponent, typeof i4.SmartFilterSimpleFieldComponent], [typeof i5.BrowserModule, typeof i6.SmartformModule, typeof i7.MatMenuModule, typeof i8.MatIconModule, typeof i9.MatButtonModule], [typeof i1.SmartFilterComponent]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartFilterModule, [typeof i1.SmartFilterComponent, typeof i2.SmartFilterExpressionFieldComponent, typeof i3.SmartFilterSimpleComponent, typeof i4.SmartFilterSimpleFieldComponent], [typeof i5.BrowserModule, typeof i6.SmartViewContextModule, typeof i7.MatMenuModule, typeof i8.MatIconModule, typeof i9.MatButtonModule], [typeof i1.SmartFilterComponent]>;
14
14
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartFilterModule>;
15
15
  }
@@ -8,12 +8,11 @@ import * as i6 from "@angular/common";
8
8
  import * as i7 from "../smart-icon/smart-icon.module";
9
9
  import * as i8 from "../smart-expandable-section/smart-expandable-section.module";
10
10
  import * as i9 from "../view-context/smart-view-context.module";
11
- import * as i10 from "../smart-form/smartform.module";
12
- import * as i11 from "@angular/material/button";
13
- import * as i12 from "../smart-filter/smart-filter.module";
14
- import * as i13 from "../shared/shared.module";
11
+ import * as i10 from "@angular/material/button";
12
+ import * as i11 from "../smart-filter/smart-filter.module";
13
+ import * as i12 from "../shared/shared.module";
15
14
  export declare class SmartFilterEditorModule {
16
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartFilterEditorModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartFilterEditorModule, [typeof i1.SmartFilterParamsComponent, typeof i2.SmartFilterParamComponent, typeof i3.SmartFilterEditorContentComponent, typeof i4.SmartFilterExpressionItemsComponent, typeof i5.SmartFilterExpressionItemComponent], [typeof i6.CommonModule, typeof i7.SmartIconModule, typeof i8.SmartExpandableSectionModule, typeof i9.SmartViewContextModule, typeof i10.SmartformModule, typeof i11.MatButtonModule, typeof i12.SmartFilterModule, typeof i10.SmartformModule, typeof i13.SharedModule], [typeof i1.SmartFilterParamsComponent, typeof i2.SmartFilterParamComponent, typeof i3.SmartFilterEditorContentComponent, typeof i4.SmartFilterExpressionItemsComponent, typeof i5.SmartFilterExpressionItemComponent]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartFilterEditorModule, [typeof i1.SmartFilterParamsComponent, typeof i2.SmartFilterParamComponent, typeof i3.SmartFilterEditorContentComponent, typeof i4.SmartFilterExpressionItemsComponent, typeof i5.SmartFilterExpressionItemComponent], [typeof i6.CommonModule, typeof i7.SmartIconModule, typeof i8.SmartExpandableSectionModule, typeof i9.SmartViewContextModule, typeof i10.MatButtonModule, typeof i11.SmartFilterModule, typeof i12.SharedModule], [typeof i1.SmartFilterParamsComponent, typeof i2.SmartFilterParamComponent, typeof i3.SmartFilterEditorContentComponent, typeof i4.SmartFilterExpressionItemsComponent, typeof i5.SmartFilterExpressionItemComponent]>;
18
17
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartFilterEditorModule>;
19
18
  }
@@ -2,7 +2,6 @@ export * from './smartform.component';
2
2
  export * from './widgets/smartformwidget/smartformwidget.component';
3
3
  export * from './smartfileuploader/smartfileuploader.component';
4
4
  export * from './smartfileuploader/smartfileuploader.model';
5
- export * from './smartform.module';
6
5
  export * from './smartform.model';
7
6
  export * from './smartform.form-model';
8
7
  export * from './services/smartform.layout-definition.service';
@@ -13,11 +13,10 @@ import * as i11 from "@angular/material/tree";
13
13
  import * as i12 from "@angular/material/checkbox";
14
14
  import * as i13 from "../smart-expandable-section/smart-expandable-section.module";
15
15
  import * as i14 from "@angular/cdk/drag-drop";
16
- import * as i15 from "../smart-form/smartform.module";
17
- import * as i16 from "@angular/material/select";
18
- import * as i17 from "../view-context/smart-view-context.module";
16
+ import * as i15 from "@angular/material/select";
17
+ import * as i16 from "../view-context/smart-view-context.module";
19
18
  export declare class SmartGridModule {
20
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartGridModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartGridModule, [typeof i1.SmartGridComponent, typeof i2.SmartGridCardComponent, typeof i3.ExpandableGridComponent, typeof i4.TableLayoutDefinerComponent], [typeof i5.BrowserModule, typeof i6.SmartIconModule, typeof i7.SmarttableModule, typeof i8.MatIconModule, typeof i9.MatButtonModule, typeof i10.MatPaginatorModule, typeof i11.MatTreeModule, typeof i12.MatCheckboxModule, typeof i13.SmartExpandableSectionModule, typeof i14.DragDropModule, typeof i15.SmartformModule, typeof i16.MatSelectModule, typeof i17.SmartViewContextModule], [typeof i1.SmartGridComponent]>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartGridModule, [typeof i1.SmartGridComponent, typeof i2.SmartGridCardComponent, typeof i3.ExpandableGridComponent, typeof i4.TableLayoutDefinerComponent], [typeof i5.BrowserModule, typeof i6.SmartIconModule, typeof i7.SmarttableModule, typeof i8.MatIconModule, typeof i9.MatButtonModule, typeof i10.MatPaginatorModule, typeof i11.MatTreeModule, typeof i12.MatCheckboxModule, typeof i13.SmartExpandableSectionModule, typeof i14.DragDropModule, typeof i15.MatSelectModule, typeof i16.SmartViewContextModule], [typeof i1.SmartGridComponent]>;
22
21
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartGridModule>;
23
22
  }
@@ -10,9 +10,9 @@ import * as i8 from "@angular/material/menu";
10
10
  import * as i9 from "@angular/forms";
11
11
  import * as i10 from "@angular/material/form-field";
12
12
  import * as i11 from "@angular/material/badge";
13
- import * as i12 from "../smart-form/smartform.module";
13
+ import * as i12 from "../view-context/smart-view-context.module";
14
14
  export declare class SmartNavbarModule {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartNavbarModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartNavbarModule, [typeof i1.SmartNavbarComponent], [typeof i2.BrowserModule, typeof i3.MatCommonModule, typeof i4.MatButtonModule, typeof i5.MatToolbarModule, typeof i6.MatInputModule, typeof i7.MatIconModule, typeof i8.MatMenuModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.MatFormFieldModule, typeof i11.MatBadgeModule, typeof i12.SmartformModule], [typeof i1.SmartNavbarComponent]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartNavbarModule, [typeof i1.SmartNavbarComponent], [typeof i2.BrowserModule, typeof i3.MatCommonModule, typeof i4.MatButtonModule, typeof i5.MatToolbarModule, typeof i6.MatInputModule, typeof i7.MatIconModule, typeof i8.MatMenuModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.MatFormFieldModule, typeof i11.MatBadgeModule, typeof i12.SmartViewContextModule], [typeof i1.SmartNavbarComponent]>;
17
17
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartNavbarModule>;
18
18
  }
@@ -6,20 +6,19 @@ import * as i4 from "./component-factory-service/component-factory-service.modul
6
6
  import * as i5 from "./view-context/smart-view-context.module";
7
7
  import * as i6 from "./smart-dialog/smartdialog.module";
8
8
  import * as i7 from "./smart-filter/smart-filter.module";
9
- import * as i8 from "./smart-form/smartform.module";
10
- import * as i9 from "./smart-grid/smart-grid.module";
11
- import * as i10 from "./smart-icon/smart-icon.module";
12
- import * as i11 from "./smart-navbar/smart-navbar.module";
13
- import * as i12 from "./session/smart-session.module";
14
- import * as i13 from "./smart-tab-group/smart-tab-group.module";
15
- import * as i14 from "./smart-table/smarttable.module";
16
- import * as i15 from "./smart-expandable-section/smart-expandable-section.module";
17
- import * as i16 from "./smart-component-layout/smart-component-layout.module";
18
- import * as i17 from "./smart-filter-editor/smart-filter-editor.module";
19
- import * as i18 from "./shared/shared.module";
20
- import * as i19 from "./smart-tree/smarttree.module";
9
+ import * as i8 from "./smart-grid/smart-grid.module";
10
+ import * as i9 from "./smart-icon/smart-icon.module";
11
+ import * as i10 from "./smart-navbar/smart-navbar.module";
12
+ import * as i11 from "./session/smart-session.module";
13
+ import * as i12 from "./smart-tab-group/smart-tab-group.module";
14
+ import * as i13 from "./smart-table/smarttable.module";
15
+ import * as i14 from "./smart-expandable-section/smart-expandable-section.module";
16
+ import * as i15 from "./smart-component-layout/smart-component-layout.module";
17
+ import * as i16 from "./smart-filter-editor/smart-filter-editor.module";
18
+ import * as i17 from "./shared/shared.module";
19
+ import * as i18 from "./smart-tree/smarttree.module";
21
20
  export declare class SmartNgClientModule {
22
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartNgClientModule, never>;
23
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartNgClientModule, [typeof i1.SmartFileUploaderComponent], [typeof i2.BrowserModule, typeof i3.MatCommonModule, typeof i4.ComponentFactoryServiceModule, typeof i5.SmartViewContextModule, typeof i6.SmartdialogModule, typeof i7.SmartFilterModule, typeof i8.SmartformModule, typeof i9.SmartGridModule, typeof i10.SmartIconModule, typeof i11.SmartNavbarModule, typeof i12.SmartSessionModule, typeof i13.SmartTabGroupModule, typeof i14.SmarttableModule, typeof i15.SmartExpandableSectionModule, typeof i16.SmartComponentLayoutModule, typeof i17.SmartFilterEditorModule, typeof i18.SharedModule], [typeof i4.ComponentFactoryServiceModule, typeof i16.SmartComponentLayoutModule, typeof i6.SmartdialogModule, typeof i15.SmartExpandableSectionModule, typeof i7.SmartFilterModule, typeof i8.SmartformModule, typeof i9.SmartGridModule, typeof i10.SmartIconModule, typeof i11.SmartNavbarModule, typeof i12.SmartSessionModule, typeof i13.SmartTabGroupModule, typeof i14.SmarttableModule, typeof i5.SmartViewContextModule, typeof i1.SmartFileUploaderComponent, typeof i19.SmarttreeModule, typeof i18.SharedModule]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartNgClientModule, [typeof i1.SmartFileUploaderComponent], [typeof i2.BrowserModule, typeof i3.MatCommonModule, typeof i4.ComponentFactoryServiceModule, typeof i5.SmartViewContextModule, typeof i6.SmartdialogModule, typeof i7.SmartFilterModule, typeof i8.SmartGridModule, typeof i9.SmartIconModule, typeof i10.SmartNavbarModule, typeof i11.SmartSessionModule, typeof i12.SmartTabGroupModule, typeof i13.SmarttableModule, typeof i14.SmartExpandableSectionModule, typeof i15.SmartComponentLayoutModule, typeof i16.SmartFilterEditorModule, typeof i17.SharedModule], [typeof i4.ComponentFactoryServiceModule, typeof i15.SmartComponentLayoutModule, typeof i6.SmartdialogModule, typeof i14.SmartExpandableSectionModule, typeof i7.SmartFilterModule, typeof i8.SmartGridModule, typeof i9.SmartIconModule, typeof i10.SmartNavbarModule, typeof i11.SmartSessionModule, typeof i12.SmartTabGroupModule, typeof i13.SmarttableModule, typeof i5.SmartViewContextModule, typeof i1.SmartFileUploaderComponent, typeof i18.SmarttreeModule, typeof i17.SharedModule]>;
24
23
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartNgClientModule>;
25
24
  }
@@ -7,18 +7,41 @@ import * as i5 from "./smart-ui-action/dialogs/ui-action-input-dialog/ui-action-
7
7
  import * as i6 from "./smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component";
8
8
  import * as i7 from "./smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component";
9
9
  import * as i8 from "./invalid-fields-snack-bar/invalid-fields-snack-bar.component";
10
- import * as i9 from "@angular/common";
11
- import * as i10 from "@angular/common/http";
12
- import * as i11 from "@angular/material/core";
13
- import * as i12 from "@angular/material/button";
14
- import * as i13 from "@angular/material/icon";
15
- import * as i14 from "@angular/material/snack-bar";
16
- import * as i15 from "../smart-icon/smart-icon.module";
17
- import * as i16 from "../smart-form/smartform.module";
18
- import * as i17 from "@angular/material/tooltip";
19
- import * as i18 from "../shared/shared.module";
10
+ import * as i9 from "../smart-form/smartform.component";
11
+ import * as i10 from "../smart-form/widgets/smartformwidget/smartformwidget.component";
12
+ import * as i11 from "../smart-form/smartfileuploader/smartfileuploader.component";
13
+ import * as i12 from "../smart-form/widgets/smartformwidget/trackCaps.directive";
14
+ import * as i13 from "../smart-form/smartfileuploader/large-file-snack-bar/large-file-snack-bar.component";
15
+ import * as i14 from "../smart-form/widgets/smartformwidget/sortable-widget/sortable-widget.component";
16
+ import * as i15 from "../smart-form/widgets/components/smart-month-picker/smart-month-picker.component";
17
+ import * as i16 from "../smart-form/highlightMacthingString-pipe";
18
+ import * as i17 from "@angular/common";
19
+ import * as i18 from "@angular/common/http";
20
+ import * as i19 from "@angular/material/core";
21
+ import * as i20 from "@angular/material/button";
22
+ import * as i21 from "@angular/material/icon";
23
+ import * as i22 from "@angular/material/snack-bar";
24
+ import * as i23 from "../smart-icon/smart-icon.module";
25
+ import * as i24 from "@angular/material/tooltip";
26
+ import * as i25 from "../shared/shared.module";
27
+ import * as i26 from "@angular/platform-browser";
28
+ import * as i27 from "@angular/material/chips";
29
+ import * as i28 from "@angular/forms";
30
+ import * as i29 from "@angular/material/form-field";
31
+ import * as i30 from "@angular/material/checkbox";
32
+ import * as i31 from "@angular/material/select";
33
+ import * as i32 from "@angular/material/input";
34
+ import * as i33 from "@angular/material/datepicker";
35
+ import * as i34 from "@angular/material-moment-adapter";
36
+ import * as i35 from "@angular/material/radio";
37
+ import * as i36 from "@angular/material/slide-toggle";
38
+ import * as i37 from "@angular/material/autocomplete";
39
+ import * as i38 from "ngx-mask";
40
+ import * as i39 from "ngx-quill";
41
+ import * as i40 from "@angular/cdk/drag-drop";
42
+ import * as i41 from "@angular/youtube-player";
20
43
  export declare class SmartViewContextModule {
21
44
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartViewContextModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartViewContextModule, [typeof i1.MessageDialogComponent, typeof i2.SmartViewContextErrorDialogComponent, typeof i3.SmartViewRedirect, typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent, typeof i6.UiActionConfirmDialogComponent, typeof i7.UiActionFileUploadDialogComponent, typeof i8.InvalidFieldsSnackBarComponent], [typeof i9.CommonModule, typeof i10.HttpClientModule, typeof i11.MatCommonModule, typeof i12.MatButtonModule, typeof i13.MatIconModule, typeof i14.MatSnackBarModule, typeof i15.SmartIconModule, typeof i16.SmartformModule, typeof i17.MatTooltipModule, typeof i18.SharedModule], [typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent]>;
45
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartViewContextModule, [typeof i1.MessageDialogComponent, typeof i2.SmartViewContextErrorDialogComponent, typeof i3.SmartViewRedirect, typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent, typeof i6.UiActionConfirmDialogComponent, typeof i7.UiActionFileUploadDialogComponent, typeof i8.InvalidFieldsSnackBarComponent, typeof i9.SmartformComponent, typeof i10.SmartformwidgetComponent, typeof i11.SmartfileuploaderComponent, typeof i12.TrackCapsDirective, typeof i13.LargeFileSnackBarComponent, typeof i14.SortableWidgetComponent, typeof i15.SmartMonthPickerComponent, typeof i16.HighlightPipe], [typeof i17.CommonModule, typeof i18.HttpClientModule, typeof i19.MatCommonModule, typeof i20.MatButtonModule, typeof i21.MatIconModule, typeof i22.MatSnackBarModule, typeof i23.SmartIconModule, typeof i24.MatTooltipModule, typeof i25.SharedModule, typeof i26.BrowserModule, typeof i27.MatChipsModule, typeof i28.FormsModule, typeof i28.ReactiveFormsModule, typeof i29.MatFormFieldModule, typeof i30.MatCheckboxModule, typeof i31.MatSelectModule, typeof i32.MatInputModule, typeof i33.MatDatepickerModule, typeof i34.MatMomentDateModule, typeof i35.MatRadioModule, typeof i36.MatSlideToggleModule, typeof i37.MatAutocompleteModule, typeof i38.NgxMaskModule, typeof i39.QuillModule, typeof i40.DragDropModule, typeof i41.YouTubePlayerModule], [typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent, typeof i9.SmartformComponent, typeof i10.SmartformwidgetComponent, typeof i11.SmartfileuploaderComponent, typeof i16.HighlightPipe]>;
23
46
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartViewContextModule>;
24
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.110",
3
+ "version": "3.3.111",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
@@ -1,157 +0,0 @@
1
- import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
2
- import { FormsModule, ReactiveFormsModule } from '@angular/forms';
3
- import { MatButtonModule } from '@angular/material/button';
4
- import { MatCheckboxModule } from '@angular/material/checkbox';
5
- import { MatChipsModule } from '@angular/material/chips';
6
- import { DateAdapter, MAT_DATE_FORMATS, MAT_DATE_LOCALE } from '@angular/material/core';
7
- import { MatDatepickerModule } from '@angular/material/datepicker';
8
- import { MatFormFieldModule } from '@angular/material/form-field';
9
- import { MatIconModule } from '@angular/material/icon';
10
- import { MatInputModule } from '@angular/material/input';
11
- import { MatRadioModule } from '@angular/material/radio';
12
- import { MatSelectModule } from '@angular/material/select';
13
- import { SmartformComponent } from './smartform.component';
14
- import { MatCommonModule } from '@angular/material/core';
15
- import { SmartFormService } from './services/smartform.service';
16
- import { SmartfileuploaderComponent } from './smartfileuploader/smartfileuploader.component';
17
- import { SmartWidgetSettings, SmartformwidgetComponent, } from './widgets/smartformwidget/smartformwidget.component';
18
- import { MAT_MOMENT_DATE_ADAPTER_OPTIONS, MAT_MOMENT_DATE_FORMATS, MatMomentDateModule, MomentDateAdapter, } from '@angular/material-moment-adapter';
19
- import { MatSlideToggleModule } from '@angular/material/slide-toggle';
20
- import { TrackCapsDirective } from './widgets/smartformwidget/trackCaps.directive';
21
- import { MatAutocompleteModule } from '@angular/material/autocomplete';
22
- import { BrowserModule } from '@angular/platform-browser';
23
- import { NgxMaskModule } from 'ngx-mask';
24
- import { MatSnackBarModule } from '@angular/material/snack-bar';
25
- import { QuillModule } from 'ngx-quill';
26
- import { LargeFileSnackBarComponent } from './smartfileuploader/large-file-snack-bar/large-file-snack-bar.component';
27
- import { DragDropModule } from '@angular/cdk/drag-drop';
28
- import { SortableWidgetComponent } from './widgets/smartformwidget/sortable-widget/sortable-widget.component';
29
- import { YouTubePlayerModule } from '@angular/youtube-player';
30
- import { SmartMonthPickerComponent } from './widgets/components/smart-month-picker/smart-month-picker.component';
31
- import { SmartIconModule } from '../smart-icon/projects';
32
- import { HighlightPipe } from './highlightMacthingString-pipe';
33
- import * as i0 from "@angular/core";
34
- import * as i1 from "ngx-mask";
35
- import * as i2 from "ngx-quill";
36
- export class SmartformModule {
37
- }
38
- SmartformModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: SmartformModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
39
- SmartformModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: SmartformModule, declarations: [SmartformComponent,
40
- SmartformwidgetComponent,
41
- SmartfileuploaderComponent,
42
- TrackCapsDirective,
43
- LargeFileSnackBarComponent,
44
- SortableWidgetComponent,
45
- SmartMonthPickerComponent,
46
- HighlightPipe], imports: [BrowserModule,
47
- MatCommonModule,
48
- MatChipsModule,
49
- FormsModule,
50
- ReactiveFormsModule,
51
- MatFormFieldModule,
52
- MatCheckboxModule,
53
- MatSelectModule,
54
- MatButtonModule,
55
- MatInputModule,
56
- MatIconModule,
57
- MatDatepickerModule,
58
- MatMomentDateModule,
59
- MatRadioModule,
60
- MatSlideToggleModule,
61
- SmartIconModule,
62
- MatSnackBarModule,
63
- MatAutocompleteModule, i1.NgxMaskModule, i2.QuillModule, DragDropModule,
64
- YouTubePlayerModule], exports: [SmartformComponent,
65
- SmartformwidgetComponent,
66
- SmartfileuploaderComponent,
67
- HighlightPipe] });
68
- SmartformModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: SmartformModule, providers: [
69
- SmartFormService,
70
- { provide: MAT_DATE_LOCALE, useValue: 'hu-HU' },
71
- { provide: MAT_DATE_FORMATS, useValue: MAT_MOMENT_DATE_FORMATS },
72
- { provide: DateAdapter, useClass: MomentDateAdapter },
73
- {
74
- provide: MAT_MOMENT_DATE_ADAPTER_OPTIONS,
75
- useValue: { useUtc: SmartWidgetSettings.useUtc },
76
- },
77
- ], imports: [[
78
- BrowserModule,
79
- MatCommonModule,
80
- MatChipsModule,
81
- FormsModule,
82
- ReactiveFormsModule,
83
- MatFormFieldModule,
84
- MatCheckboxModule,
85
- MatSelectModule,
86
- MatButtonModule,
87
- MatInputModule,
88
- MatIconModule,
89
- MatDatepickerModule,
90
- MatMomentDateModule,
91
- MatRadioModule,
92
- MatSlideToggleModule,
93
- SmartIconModule,
94
- MatSnackBarModule,
95
- MatAutocompleteModule,
96
- NgxMaskModule.forRoot(),
97
- QuillModule.forRoot(),
98
- DragDropModule,
99
- YouTubePlayerModule,
100
- ]] });
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: SmartformModule, decorators: [{
102
- type: NgModule,
103
- args: [{
104
- declarations: [
105
- SmartformComponent,
106
- SmartformwidgetComponent,
107
- SmartfileuploaderComponent,
108
- TrackCapsDirective,
109
- LargeFileSnackBarComponent,
110
- SortableWidgetComponent,
111
- SmartMonthPickerComponent,
112
- HighlightPipe,
113
- ],
114
- imports: [
115
- BrowserModule,
116
- MatCommonModule,
117
- MatChipsModule,
118
- FormsModule,
119
- ReactiveFormsModule,
120
- MatFormFieldModule,
121
- MatCheckboxModule,
122
- MatSelectModule,
123
- MatButtonModule,
124
- MatInputModule,
125
- MatIconModule,
126
- MatDatepickerModule,
127
- MatMomentDateModule,
128
- MatRadioModule,
129
- MatSlideToggleModule,
130
- SmartIconModule,
131
- MatSnackBarModule,
132
- MatAutocompleteModule,
133
- NgxMaskModule.forRoot(),
134
- QuillModule.forRoot(),
135
- DragDropModule,
136
- YouTubePlayerModule,
137
- ],
138
- exports: [
139
- SmartformComponent,
140
- SmartformwidgetComponent,
141
- SmartfileuploaderComponent,
142
- HighlightPipe,
143
- ],
144
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
145
- providers: [
146
- SmartFormService,
147
- { provide: MAT_DATE_LOCALE, useValue: 'hu-HU' },
148
- { provide: MAT_DATE_FORMATS, useValue: MAT_MOMENT_DATE_FORMATS },
149
- { provide: DateAdapter, useClass: MomentDateAdapter },
150
- {
151
- provide: MAT_MOMENT_DATE_ADAPTER_OPTIONS,
152
- useValue: { useUtc: SmartWidgetSettings.useUtc },
153
- },
154
- ],
155
- }]
156
- }] });
157
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRmb3JtLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NtYXJ0LW5nLWNsaWVudC9zcmMvbGliL3NtYXJ0LWZvcm0vc21hcnRmb3JtLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDL0QsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxXQUFXLEVBQUUsZ0JBQWdCLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDeEYsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDbkUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDbEUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDekQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBRTNELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUs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TUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcclxuaW1wb3J0IHsgTWF0Q2hlY2tib3hNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jaGVja2JveCc7XHJcbmltcG9ydCB7IE1hdENoaXBzTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvY2hpcHMnO1xyXG5pbXBvcnQgeyBEYXRlQWRhcHRlciwgTUFUX0RBVEVfRk9STUFUUywgTUFUX0RBVEVfTE9DQUxFIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvY29yZSc7XHJcbmltcG9ydCB7IE1hdERhdGVwaWNrZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kYXRlcGlja2VyJztcclxuaW1wb3J0IHsgTWF0Rm9ybUZpZWxkTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZm9ybS1maWVsZCc7XHJcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcclxuaW1wb3J0IHsgTWF0SW5wdXRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pbnB1dCc7XHJcbmltcG9ydCB7IE1hdFJhZGlvTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvcmFkaW8nO1xyXG5pbXBvcnQgeyBNYXRTZWxlY3RNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9zZWxlY3QnO1xyXG5pbXBvcnQgeyBTbWFydGZvcm1Db21wb25lbnQgfSBmcm9tICcuL3NtYXJ0Zm9ybS5jb21wb25lbnQnO1xyXG5cclxuaW1wb3J0IHsgTWF0Q29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvY29yZSc7XHJcbmltcG9ydCB7IFNtYXJ0Rm9ybVNlcnZpY2UgfSBmcm9tICcuL3NlcnZpY2VzL3NtYXJ0Zm9ybS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgU21hcnRmaWxldXBsb2FkZXJDb21wb25lbnQgfSBmcm9tICcuL3NtYXJ0ZmlsZXVwbG9hZGVyL3NtYXJ0ZmlsZXVwbG9hZGVyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7XHJcbiAgU21hcnRXaWRnZXRTZXR0aW5ncyxcclxuICBTbWFydGZvcm13aWRnZXRDb21wb25lbnQsXHJcbn0gZnJvbSAnLi93aWRnZXRzL3NtYXJ0Zm9ybXdpZGdldC9zbWFydGZvcm13aWRnZXQuY29tcG9uZW50JztcclxuXHJcbmltcG9ydCB7XHJcbiAgTUFUX01PTUVOVF9EQVRFX0FEQVBURVJfT1BUSU9OUyxcclxuICBNQVRfTU9NRU5UX0RBVEVfRk9STUFUUyxcclxuICBNYXRNb21lbnREYXRlTW9kdWxlLFxyXG4gIE1vbWVudERhdGVBZGFwdGVyLFxyXG59IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsLW1vbWVudC1hZGFwdGVyJztcclxuaW1wb3J0IHsgTWF0U2xpZGVUb2dnbGVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9zbGlkZS10b2dnbGUnO1xyXG5pbXBvcnQgeyBUcmFja0NhcHNEaXJlY3RpdmUgfSBmcm9tICcuL3dpZGdldHMvc21hcnRmb3Jtd2lkZ2V0L3RyYWNrQ2Fwcy5kaXJlY3RpdmUnO1xyXG5cclxuaW1wb3J0IHsgTWF0QXV0b2NvbXBsZXRlTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYXV0b2NvbXBsZXRlJztcclxuaW1wb3J0IHsgQnJvd3Nlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xyXG5pbXBvcnQgeyBOZ3hNYXNrTW9kdWxlIH0gZnJvbSAnbmd4LW1hc2snO1xyXG5cclxuaW1wb3J0IHsgTWF0U25hY2tCYXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9zbmFjay1iYXInO1xyXG5pbXBvcnQgeyBRdWlsbE1vZHVsZSB9IGZyb20gJ25neC1xdWlsbCc7XHJcbmltcG9ydCB7IExhcmdlRmlsZVNuYWNrQmFyQ29tcG9uZW50IH0gZnJvbSAnLi9zbWFydGZpbGV1cGxvYWRlci9sYXJnZS1maWxlLXNuYWNrLWJhci9sYXJnZS1maWxlLXNuYWNrLWJhci5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBEcmFnRHJvcE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9kcmFnLWRyb3AnO1xyXG5pbXBvcnQgeyBTb3J0YWJsZVdpZGdldENvbXBvbmVudCB9IGZyb20gJy4vd2lkZ2V0cy9zbWFydGZvcm13aWRnZXQvc29ydGFibGUtd2lkZ2V0L3NvcnRhYmxlLXdpZGdldC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBZb3VUdWJlUGxheWVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIveW91dHViZS1wbGF5ZXInO1xyXG5pbXBvcnQgeyBTbWFydE1vbnRoUGlja2VyQ29tcG9uZW50IH0gZnJvbSAnLi93aWRnZXRzL2NvbXBvbmVudHMvc21hcnQtbW9udGgtcGlja2VyL3NtYXJ0LW1vbnRoLXBpY2tlci5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBTbWFydEljb25Nb2R1bGUgfSBmcm9tICcuLi9zbWFydC1pY29uL3Byb2plY3RzJztcclxuaW1wb3J0IHsgSGlnaGxpZ2h0UGlwZSB9IGZyb20gJy4vaGlnaGxpZ2h0TWFjdGhpbmdTdHJpbmctcGlwZSc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgU21hcnRmb3JtQ29tcG9uZW50LFxyXG4gICAgU21hcnRmb3Jtd2lkZ2V0Q29tcG9uZW50LFxyXG4gICAgU21hcnRmaWxldXBsb2FkZXJDb21wb25lbnQsXHJcbiAgICBUcmFja0NhcHNEaXJlY3RpdmUsXHJcbiAgICBMYXJnZUZpbGVTbmFja0JhckNvbXBvbmVudCxcclxuICAgIFNvcnRhYmxlV2lkZ2V0Q29tcG9uZW50LFxyXG4gICAgU21hcnRNb250aFBpY2tlckNvbXBvbmVudCxcclxuICAgIEhpZ2hsaWdodFBpcGUsXHJcbiAgXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBCcm93c2VyTW9kdWxlLFxyXG4gICAgTWF0Q29tbW9uTW9kdWxlLFxyXG4gICAgTWF0Q2hpcHNNb2R1bGUsXHJcbiAgICBGb3Jtc01vZHVsZSxcclxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXHJcbiAgICBNYXRGb3JtRmllbGRNb2R1bGUsXHJcbiAgICBNYXRDaGVja2JveE1vZHVsZSxcclxuICAgIE1hdFNlbGVjdE1vZHVsZSxcclxuICAgIE1hdEJ1dHRvbk1vZHVsZSxcclxuICAgIE1hdElucHV0TW9kdWxlLFxyXG4gICAgTWF0SWNvbk1vZHVsZSxcclxuICAgIE1hdERhdGVwaWNrZXJNb2R1bGUsXHJcbiAgICBNYXRNb21lbnREYXRlTW9kdWxlLFxyXG4gICAgTWF0UmFkaW9Nb2R1bGUsXHJcbiAgICBNYXRTbGlkZVRvZ2dsZU1vZHVsZSxcclxuICAgIFNtYXJ0SWNvbk1vZHVsZSxcclxuICAgIE1hdFNuYWNrQmFyTW9kdWxlLFxyXG4gICAgTWF0QXV0b2NvbXBsZXRlTW9kdWxlLFxyXG4gICAgTmd4TWFza01vZHVsZS5mb3JSb290KCksXHJcbiAgICBRdWlsbE1vZHVsZS5mb3JSb290KCksXHJcbiAgICBEcmFnRHJvcE1vZHVsZSxcclxuICAgIFlvdVR1YmVQbGF5ZXJNb2R1bGUsXHJcbiAgXSxcclxuICBleHBvcnRzOiBbXHJcbiAgICBTbWFydGZvcm1Db21wb25lbnQsXHJcbiAgICBTbWFydGZvcm13aWRnZXRDb21wb25lbnQsXHJcbiAgICBTbWFydGZpbGV1cGxvYWRlckNvbXBvbmVudCxcclxuICAgIEhpZ2hsaWdodFBpcGUsXHJcbiAgXSxcclxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXHJcbiAgcHJvdmlkZXJzOiBbXHJcbiAgICBTbWFydEZvcm1TZXJ2aWNlLFxyXG4gICAgeyBwcm92aWRlOiBNQVRfREFURV9MT0NBTEUsIHVzZVZhbHVlOiAnaHUtSFUnIH0sXHJcbiAgICB7IHByb3ZpZGU6IE1BVF9EQVRFX0ZPUk1BVFMsIHVzZVZhbHVlOiBNQVRfTU9NRU5UX0RBVEVfRk9STUFUUyB9LFxyXG4gICAgeyBwcm92aWRlOiBEYXRlQWRhcHRlciwgdXNlQ2xhc3M6IE1vbWVudERhdGVBZGFwdGVyIH0sXHJcbiAgICB7XHJcbiAgICAgIHByb3ZpZGU6IE1BVF9NT01FTlRfREFURV9BREFQVEVSX09QVElPTlMsXHJcbiAgICAgIHVzZVZhbHVlOiB7IHVzZVV0YzogU21hcnRXaWRnZXRTZXR0aW5ncy51c2VVdGMgfSxcclxuICAgIH0sXHJcbiAgXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIFNtYXJ0Zm9ybU1vZHVsZSB7fVxyXG4iXX0=
@@ -1,35 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./smartform.component";
3
- import * as i2 from "./widgets/smartformwidget/smartformwidget.component";
4
- import * as i3 from "./smartfileuploader/smartfileuploader.component";
5
- import * as i4 from "./widgets/smartformwidget/trackCaps.directive";
6
- import * as i5 from "./smartfileuploader/large-file-snack-bar/large-file-snack-bar.component";
7
- import * as i6 from "./widgets/smartformwidget/sortable-widget/sortable-widget.component";
8
- import * as i7 from "./widgets/components/smart-month-picker/smart-month-picker.component";
9
- import * as i8 from "./highlightMacthingString-pipe";
10
- import * as i9 from "@angular/platform-browser";
11
- import * as i10 from "@angular/material/core";
12
- import * as i11 from "@angular/material/chips";
13
- import * as i12 from "@angular/forms";
14
- import * as i13 from "@angular/material/form-field";
15
- import * as i14 from "@angular/material/checkbox";
16
- import * as i15 from "@angular/material/select";
17
- import * as i16 from "@angular/material/button";
18
- import * as i17 from "@angular/material/input";
19
- import * as i18 from "@angular/material/icon";
20
- import * as i19 from "@angular/material/datepicker";
21
- import * as i20 from "@angular/material-moment-adapter";
22
- import * as i21 from "@angular/material/radio";
23
- import * as i22 from "@angular/material/slide-toggle";
24
- import * as i23 from "../smart-icon/smart-icon.module";
25
- import * as i24 from "@angular/material/snack-bar";
26
- import * as i25 from "@angular/material/autocomplete";
27
- import * as i26 from "ngx-mask";
28
- import * as i27 from "ngx-quill";
29
- import * as i28 from "@angular/cdk/drag-drop";
30
- import * as i29 from "@angular/youtube-player";
31
- export declare class SmartformModule {
32
- static ɵfac: i0.ɵɵFactoryDeclaration<SmartformModule, never>;
33
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartformModule, [typeof i1.SmartformComponent, typeof i2.SmartformwidgetComponent, typeof i3.SmartfileuploaderComponent, typeof i4.TrackCapsDirective, typeof i5.LargeFileSnackBarComponent, typeof i6.SortableWidgetComponent, typeof i7.SmartMonthPickerComponent, typeof i8.HighlightPipe], [typeof i9.BrowserModule, typeof i10.MatCommonModule, typeof i11.MatChipsModule, typeof i12.FormsModule, typeof i12.ReactiveFormsModule, typeof i13.MatFormFieldModule, typeof i14.MatCheckboxModule, typeof i15.MatSelectModule, typeof i16.MatButtonModule, typeof i17.MatInputModule, typeof i18.MatIconModule, typeof i19.MatDatepickerModule, typeof i20.MatMomentDateModule, typeof i21.MatRadioModule, typeof i22.MatSlideToggleModule, typeof i23.SmartIconModule, typeof i24.MatSnackBarModule, typeof i25.MatAutocompleteModule, typeof i26.NgxMaskModule, typeof i27.QuillModule, typeof i28.DragDropModule, typeof i29.YouTubePlayerModule], [typeof i1.SmartformComponent, typeof i2.SmartformwidgetComponent, typeof i3.SmartfileuploaderComponent, typeof i8.HighlightPipe]>;
34
- static ɵinj: i0.ɵɵInjectorDeclaration<SmartformModule>;
35
- }
Binary file