@myrtex-org/form 1.0.19 → 1.0.21

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.
@@ -30,7 +30,7 @@ export declare class InputTableComponent implements OnInit, OnDestroy {
30
30
  createRow(): void;
31
31
  deleteRow(event: any): void;
32
32
  editRow(event: any): void;
33
- getFormat(component: ComponentModelBase): "" | "dd.MM.yyyy";
33
+ getFormat(component: ComponentModelBase): "dd.MM.yyyy hh:mm" | "dd.MM.yyyy" | "";
34
34
  getDataType(component: ComponentModelBase): "date" | undefined;
35
35
  showTotal(component: ComponentModelBase): boolean;
36
36
  isTotalColumn(component: ComponentModelBase): boolean;
@@ -1,12 +1,10 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { Observable } from 'rxjs';
3
2
  import { ComponentValueModel } from '../../models';
4
3
  import { SectionModel } from '../../models/elemets';
5
4
  import * as i0 from "@angular/core";
6
- export declare class ApplicationContent implements OnInit {
5
+ export declare class ApplicationContent {
7
6
  private _store;
8
7
  sectionSettings$: Observable<SectionModel | null>;
9
- ngOnInit(): void;
10
8
  changeCheckRequiredState(): void;
11
9
  componentValueChanged(model: ComponentValueModel | ComponentValueModel[]): void;
12
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationContent, never>;
@@ -7,6 +7,7 @@ export interface InputTableOptionsBase extends OptionsBase {
7
7
  minLength: number | null;
8
8
  maxLength: number | null;
9
9
  inputState: InputState;
10
+ groups: string[];
10
11
  }
11
12
  export interface InputTableModel extends ComponentModelBase {
12
13
  options: InputTableOptionsBase;
@@ -21,34 +21,34 @@ export declare class ObjectFormEffects {
21
21
  apiPrefix: string;
22
22
  apiUrl: string;
23
23
  }> & import("@ngrx/effects").CreateEffectMetadata;
24
- loadTemplatePending$: Observable<({
24
+ loadTemplatePending$: Observable<import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadTemplateError> | ({
25
25
  templateSysName: string;
26
- } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadObjectPending>) | ({
26
+ } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadTemplateSuccess>) | ({
27
27
  templateSysName: string;
28
- } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadPreviewTemplatePending>) | import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadTemplateError> | ({
28
+ } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadObjectPending>) | ({
29
29
  templateSysName: string;
30
- } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadTemplateSuccess>)> & import("@ngrx/effects").CreateEffectMetadata;
31
- loadPreviewTemplatePending: Observable<({
30
+ } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadPreviewTemplatePending>)> & import("@ngrx/effects").CreateEffectMetadata;
31
+ loadPreviewTemplatePending: Observable<import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadPreviewTemplateError> | ({
32
32
  templateSettings: TemplateModel;
33
33
  templateSysName: string;
34
- } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadPreviewTemplateSuccess>) | import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadPreviewTemplateError>> & import("@ngrx/effects").CreateEffectMetadata;
35
- loadApplicationPending$: Observable<({
34
+ } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadPreviewTemplateSuccess>)> & import("@ngrx/effects").CreateEffectMetadata;
35
+ loadApplicationPending$: Observable<import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadObjectError> | import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.CheckAllDependencyRules> | ({
36
36
  templateSettings: TemplateModel;
37
37
  sectionValues: import("../models").SectionValueModel[];
38
38
  applicationId: string;
39
39
  isDraft: boolean;
40
- } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadObjectSuccess>) | import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadObjectError> | import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.CheckAllDependencyRules>> & import("@ngrx/effects").CreateEffectMetadata;
40
+ } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadObjectSuccess>)> & import("@ngrx/effects").CreateEffectMetadata;
41
41
  checkCanUpdateValues$: Observable<[ValueModel | ValueModel[], any]> & import("@ngrx/effects").CreateEffectMetadata;
42
42
  saveValuesDebounced$: Observable<never> & import("@ngrx/effects").CreateEffectMetadata;
43
- updateApplicationValues$: Observable<({
43
+ updateApplicationValues$: Observable<import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.SaveValuesError> | ({
44
44
  result: import("../models").UpdateValueResult;
45
45
  objectId: string;
46
- } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.SaveValuesSuccess>) | import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.SaveValuesError>> & import("@ngrx/effects").CreateEffectMetadata;
46
+ } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.SaveValuesSuccess>)> & import("@ngrx/effects").CreateEffectMetadata;
47
47
  saveApplicationPending$: Observable<import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.SaveObjectSuccess> | import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.SaveObjectError>> & import("@ngrx/effects").CreateEffectMetadata;
48
48
  copyApplicationPending$: Observable<import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.CopyObjectSuccess> | import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.CopyObjectError>> & import("@ngrx/effects").CreateEffectMetadata;
49
- loadSectionFilesPending$: Observable<({
49
+ loadSectionFilesPending$: Observable<import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadSectionFilesError> | ({
50
50
  sectionFiles: FileModel[];
51
- } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadSectionFilesSuccess>) | import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadSectionFilesError>> & import("@ngrx/effects").CreateEffectMetadata;
51
+ } & import("@ngrx/store/src/models").TypedAction<objectFormActions.EApplicationActions.LoadSectionFilesSuccess>)> & import("@ngrx/effects").CreateEffectMetadata;
52
52
  printDocument$: Observable<[never, string, any]> & import("@ngrx/effects").CreateEffectMetadata;
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<ObjectFormEffects, never>;
54
54
  static ɵprov: i0.ɵɵInjectableDeclaration<ObjectFormEffects>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myrtex-org/form",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"