ichec-angular-core 0.3.4 → 0.3.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ichec-angular-core",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "exports": {
5
5
  "./styles/": "./styles",
6
6
  "./package.json": {
@@ -54,12 +54,16 @@ type IMemberIdentifierCreate = IMemberIdentifierBase;
54
54
  interface IMemberIdentifierDetail extends IMemberIdentifierBase {
55
55
  id: number;
56
56
  }
57
+ interface IPreferences {
58
+ notifications: string;
59
+ }
57
60
  interface IPortalMemberBase {
58
61
  username: string;
59
62
  email: string;
60
63
  first_name: string;
61
64
  last_name: string;
62
65
  phone: string;
66
+ preferences: IPreferences | null;
63
67
  }
64
68
  interface IPortalMemberCreate extends IPortalMemberBase {
65
69
  identifiers: IMemberIdentifierCreate[];
@@ -659,12 +663,20 @@ declare class SearchBarComponent implements OnInit, AfterViewInit {
659
663
 
660
664
  declare class FileUploadComponent {
661
665
  control: _angular_core.InputSignal<FormControl<IFileRecord>>;
666
+ uploadCategory: _angular_core.InputSignal<string>;
667
+ allowedSizeMb: _angular_core.InputSignal<number>;
668
+ showHeading: _angular_core.InputSignal<boolean>;
669
+ error: _angular_core.WritableSignal<string>;
670
+ get accepts(): string;
671
+ get acceptTitle(): string;
672
+ get maxSize(): string;
662
673
  protected onFileUpload(event: Event): void;
674
+ isImage(): boolean;
663
675
  protected onFileUploaded(file: File): void;
664
676
  protected onPreviewLoaded(preview: string | ArrayBuffer): void;
665
677
  protected onClearLocal(): void;
666
678
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FileUploadComponent, never>;
667
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<FileUploadComponent, "lib-file-upload", never, { "control": { "alias": "control"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
679
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FileUploadComponent, "lib-file-upload", never, { "control": { "alias": "control"; "required": true; "isSignal": true; }; "uploadCategory": { "alias": "uploadCategory"; "required": false; "isSignal": true; }; "allowedSizeMb": { "alias": "allowedSizeMb"; "required": false; "isSignal": true; }; "showHeading": { "alias": "showHeading"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
668
680
  }
669
681
 
670
682
  declare class FormFieldDetailComponent {
@@ -1085,7 +1097,7 @@ declare class OrganizationDetailComponent extends DetailView<IOrganizationDetail
1085
1097
  declare class OrganizationComponent {
1086
1098
  itemService: OrganizationService;
1087
1099
  columns: TableColumn[];
1088
- filters: IFilters;
1100
+ filters: IFilters | null;
1089
1101
  detailView: _angular_core.Signal<OrganizationDetailComponent | undefined>;
1090
1102
  onSelected(id: number | null): void;
1091
1103
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<OrganizationComponent, never>;
@@ -1107,4 +1119,4 @@ declare class OrganizationEditComponent extends EditView<IOrganizationDetail, IO
1107
1119
  }
1108
1120
 
1109
1121
  export { Address, AddressDetailComponent, AddressEditComponent, AddressForm, ApiError, AvatarComponent, BackButtonComponent, DetailHeaderComponent, DetailView, DynamicFormBuilderComponent, DynamicFormComponent, DynamicFormForm, EditView, ErrorCode, FORM_FIELD_CHOICES, FeedbackComponent, FieldType, FileRecord, FileUploadComponent, FormFieldDetailComponent, FormFieldEditComponent, FormFieldValueForm, FormService, Group, GroupComponent, GroupDetailComponent, GroupEditComponent, GroupService, ItemQuery, ItemService, ItemWithUserService, LeftNavComponent, LeftNavService, ListTableViewComponent, ListViewComponent, MemberSelectionManager, MockItemService, Organization, OrganizationComponent, OrganizationDetailComponent, OrganizationEditComponent, OrganizationService, Paginated, Permission, PopulatedFormComponent, PopulatedFormForm, PortalMember, REST_SERVICE_CONFIG, ResolvedPermission, RestService, SearchBarComponent, SelectTableComponent, SelectionManager, TopBarComponent, UserComponent, UserCreateComponent, UserDetailComponent, UserEditComponent, UserService, getFieldTypeFromKey, getFileFieldIds };
1110
- export type { IAddressBase, IAddressCreate, IAddressDetail, IAddressForm, IAddressList, ICountry, IDynamicFormForm, IFieldFile, IFileField, IFileRecord, IFilter, IFilterRow, IFilters, IForm, IFormCreate, IFormDetail, IFormFieldBase, IFormFieldCreate, IFormFieldDetail, IFormFieldValueBase, IFormFieldValueCreate, IFormFieldValueDetail, IFormFieldValueForm, IFormFieldValueUpdate, IFormGroupBase, IFormGroupCreate, IFormGroupDetail, IFormGroupUpdate, IFormUpdate, IGroupBase, IGroupCreate, IGroupDetail, IGroupList, IItemQuery, IMemberIdentifierBase, IMemberIdentifierCreate, IMemberIdentifierDetail, IMemberInvitation, IOrganizationBase, IOrganizationCreate, IOrganizationDetail, IOrganizationList, IPaginated, IPermission, IPopulatedFormCreate, IPopulatedFormDetail, IPopulatedFormForm, IPopulatedFormUpdate, IPortalMemberBase, IPortalMemberCreate, IPortalMemberDetail, IPortalMemberList, IRestOptions, IServerManifest, Identifiable, LeftNavCategory, LeftNavOption, NavGroup, NavGrouping, NavOption, OptionAction, OptionActionChoice, RestServiceConfig, Selectable, TableColumn, TypeChoice };
1122
+ export type { IAddressBase, IAddressCreate, IAddressDetail, IAddressForm, IAddressList, ICountry, IDynamicFormForm, IFieldFile, IFileField, IFileRecord, IFilter, IFilterRow, IFilters, IForm, IFormCreate, IFormDetail, IFormFieldBase, IFormFieldCreate, IFormFieldDetail, IFormFieldValueBase, IFormFieldValueCreate, IFormFieldValueDetail, IFormFieldValueForm, IFormFieldValueUpdate, IFormGroupBase, IFormGroupCreate, IFormGroupDetail, IFormGroupUpdate, IFormUpdate, IGroupBase, IGroupCreate, IGroupDetail, IGroupList, IItemQuery, IMemberIdentifierBase, IMemberIdentifierCreate, IMemberIdentifierDetail, IMemberInvitation, IOrganizationBase, IOrganizationCreate, IOrganizationDetail, IOrganizationList, IPaginated, IPermission, IPopulatedFormCreate, IPopulatedFormDetail, IPopulatedFormForm, IPopulatedFormUpdate, IPortalMemberBase, IPortalMemberCreate, IPortalMemberDetail, IPortalMemberList, IPreferences, IRestOptions, IServerManifest, Identifiable, LeftNavCategory, LeftNavOption, NavGroup, NavGrouping, NavOption, OptionAction, OptionActionChoice, RestServiceConfig, Selectable, TableColumn, TypeChoice };