bpm-core 0.0.54 → 0.0.55

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.
@@ -12,6 +12,7 @@ export declare class LayoutComponent implements OnInit, OnDestroy {
12
12
  sideContent: any;
13
13
  private sidenavSubscription;
14
14
  form: Form;
15
+ hubContainerMini: boolean;
15
16
  formTitle: string;
16
17
  isLoading: boolean;
17
18
  serviceBrief: any[];
@@ -23,5 +24,5 @@ export declare class LayoutComponent implements OnInit, OnDestroy {
23
24
  private openSideNav;
24
25
  private closeSideNav;
25
26
  static ɵfac: i0.ɵɵFactoryDeclaration<LayoutComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "core-layout", never, { "form": { "alias": "form"; "required": false; }; "formTitle": { "alias": "formTitle"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "serviceBrief": { "alias": "serviceBrief"; "required": false; }; }, {}, never, ["*", "[workflow]"], true, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "core-layout", never, { "form": { "alias": "form"; "required": false; }; "hubContainerMini": { "alias": "hubContainerMini"; "required": false; }; "formTitle": { "alias": "formTitle"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "serviceBrief": { "alias": "serviceBrief"; "required": false; }; }, {}, never, ["*", "[workflow]"], true, never>;
27
28
  }
@@ -8,7 +8,7 @@ import { InfoItemComponent } from "./info-item/info-item.component";
8
8
  import { EnOnlyDirective } from "../../../directives/en.directive";
9
9
  import { ArOnlyDirective } from "../../../directives/ar.directive";
10
10
  import { NgClass } from "@angular/common";
11
- export declare const MatDatePickerImports: (typeof MatDatepickerToggle | typeof MatDatepickerInput | typeof MatDatepickerModule)[];
12
- export declare const MatFormImports: (typeof MatFormFieldModule | typeof MatFormField | typeof MatInput)[];
13
- export declare const Shareds: (typeof FormLabelComponent | typeof ValidationErrorsComponent | typeof InfoItemComponent | typeof ReactiveFormsModule | typeof NgClass)[];
11
+ export declare const MatDatePickerImports: (typeof MatDatepickerInput | typeof MatDatepickerToggle | typeof MatDatepickerModule)[];
12
+ export declare const MatFormImports: (typeof MatInput | typeof MatFormFieldModule | typeof MatFormField)[];
13
+ export declare const Shareds: (typeof NgClass | typeof ReactiveFormsModule | typeof InfoItemComponent | typeof FormLabelComponent | typeof ValidationErrorsComponent)[];
14
14
  export declare const TextLanguageDirectives: (typeof EnOnlyDirective | typeof ArOnlyDirective)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpm-core",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0",
@@ -2,6 +2,7 @@
2
2
  display: inline-block;
3
3
  position: relative;
4
4
  width: 100%;
5
+ height: 2.8125rem
5
6
  }
6
7
 
7
8
  .iti .dropdown-menu.country-dropdown {
@@ -48,6 +49,7 @@ ngx-intl-tel-input input {
48
49
  height: 44px;
49
50
  margin-bottom: 20px;
50
51
  padding: 10px;
52
+ padding-top: 15px;
51
53
  border-style: solid;
52
54
  border-width: 1px;
53
55
  border-color: #c7cace;
@@ -59,13 +61,13 @@ ngx-intl-tel-input.ng-invalid.ng-touched input {
59
61
  border: 1px solid #c0392b;
60
62
  }
61
63
 
62
- ngx-intl-tel-input input:hover {
63
- box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.24);
64
- }
64
+ // ngx-intl-tel-input input:hover {
65
+ // box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.24);
66
+ // }
65
67
 
66
68
  ngx-intl-tel-input input:focus {
67
69
  outline: none !important;
68
- border-color: #3498db;
70
+ // border-color: #3498db;
69
71
  box-shadow: 0 0 0 0 #000;
70
72
  }
71
73