bpm-core 0.0.121 → 0.0.124

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.
@@ -10,6 +10,6 @@ import { ArOnlyDirective } from "../../../directives/ar.directive";
10
10
  import { NgClass } from "@angular/common";
11
11
  import { TranslatePipe } from "../../../pipes/translate.pipe";
12
12
  export declare const MatDatePickerImports: (typeof MatDatepickerInput | typeof MatDatepickerToggle | typeof MatDatepickerModule)[];
13
- export declare const MatFormImports: (typeof MatInput | typeof MatFormFieldModule | typeof MatFormField)[];
14
- export declare const Shareds: (typeof NgClass | typeof ReactiveFormsModule | typeof TranslatePipe | typeof FormLabelComponent | typeof ValidationErrorsComponent | typeof InfoItemComponent)[];
13
+ export declare const MatFormImports: (typeof MatFormField | typeof MatFormFieldModule | typeof MatInput)[];
14
+ export declare const Shareds: (typeof TranslatePipe | typeof InfoItemComponent | typeof ReactiveFormsModule | typeof NgClass | typeof FormLabelComponent | typeof ValidationErrorsComponent)[];
15
15
  export declare const TextLanguageDirectives: (typeof EnOnlyDirective | typeof ArOnlyDirective)[];
package/lib/i18n/ar.d.ts CHANGED
@@ -179,5 +179,6 @@ declare const _default: {
179
179
  startDate: string;
180
180
  endDate: string;
181
181
  textArea: string;
182
+ enter: string;
182
183
  };
183
184
  export default _default;
package/lib/i18n/en.d.ts CHANGED
@@ -183,5 +183,6 @@ declare const _default: {
183
183
  startDate: string;
184
184
  endDate: string;
185
185
  textArea: string;
186
+ enter: string;
186
187
  };
187
188
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpm-core",
3
- "version": "0.0.121",
3
+ "version": "0.0.124",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0",