onshore-forms 1.1.14 → 1.1.15
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
package/types/onshore-forms.d.ts
CHANGED
|
@@ -174,6 +174,7 @@ declare class OnshoreFormAutocompleteItemComponent implements ControlValueAccess
|
|
|
174
174
|
thirdOptionLabel?: string;
|
|
175
175
|
optionLabelDivider?: string;
|
|
176
176
|
exclude?: boolean;
|
|
177
|
+
size?: 'small' | 'large' | undefined;
|
|
177
178
|
onSearch: EventEmitter<string>;
|
|
178
179
|
onSelect: EventEmitter<OnshoreFormAutocompleteItem>;
|
|
179
180
|
actionButtonClick: EventEmitter<any>;
|
|
@@ -195,7 +196,7 @@ declare class OnshoreFormAutocompleteItemComponent implements ControlValueAccess
|
|
|
195
196
|
ngOnChanges(changes: SimpleChanges): void;
|
|
196
197
|
constructor(cdr: ChangeDetectorRef, ngControl: NgControl);
|
|
197
198
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnshoreFormAutocompleteItemComponent, [null, { optional: true; self: true; }]>;
|
|
198
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormAutocompleteItemComponent, "onshore-form-autocomplete-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "searchedData": { "alias": "searchedData"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; "secondOptionLabel": { "alias": "secondOptionLabel"; "required": false; }; "thirdOptionLabel": { "alias": "thirdOptionLabel"; "required": false; }; "optionLabelDivider": { "alias": "optionLabelDivider"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; }, { "onSearch": "onSearch"; "onSelect": "onSelect"; "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
|
|
199
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormAutocompleteItemComponent, "onshore-form-autocomplete-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "searchedData": { "alias": "searchedData"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; "secondOptionLabel": { "alias": "secondOptionLabel"; "required": false; }; "thirdOptionLabel": { "alias": "thirdOptionLabel"; "required": false; }; "optionLabelDivider": { "alias": "optionLabelDivider"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "onSearch": "onSearch"; "onSelect": "onSelect"; "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
|
|
199
200
|
}
|
|
200
201
|
|
|
201
202
|
declare class OnshoreFormCheckboxItemComponent implements OnInit, ControlValueAccessor, OnChanges, OnDestroy, AfterViewInit {
|
|
@@ -204,6 +205,7 @@ declare class OnshoreFormCheckboxItemComponent implements OnInit, ControlValueAc
|
|
|
204
205
|
formTemplate: OnshoreFormTemplateItem;
|
|
205
206
|
actionButtonDisabled: boolean;
|
|
206
207
|
exclude?: boolean;
|
|
208
|
+
size?: 'small' | 'large' | undefined;
|
|
207
209
|
actionButtonClick: EventEmitter<any>;
|
|
208
210
|
disabled: boolean;
|
|
209
211
|
initialFormTemplate: OnshoreFormTemplateItem | undefined;
|
|
@@ -220,7 +222,7 @@ declare class OnshoreFormCheckboxItemComponent implements OnInit, ControlValueAc
|
|
|
220
222
|
ngOnDestroy(): void;
|
|
221
223
|
constructor(ngControl: NgControl, cdr: ChangeDetectorRef);
|
|
222
224
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnshoreFormCheckboxItemComponent, [{ optional: true; self: true; }, null]>;
|
|
223
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormCheckboxItemComponent, "onshore-form-checkbox-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; }, { "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
|
|
225
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormCheckboxItemComponent, "onshore-form-checkbox-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
|
|
224
226
|
}
|
|
225
227
|
|
|
226
228
|
declare class OnshoreFormColorpickerItemComponent implements OnInit, OnChanges, ControlValueAccessor, OnDestroy, AfterViewInit {
|
|
@@ -229,6 +231,7 @@ declare class OnshoreFormColorpickerItemComponent implements OnInit, OnChanges,
|
|
|
229
231
|
formTemplate: OnshoreFormTemplateItem;
|
|
230
232
|
actionButtonDisabled: boolean;
|
|
231
233
|
exclude?: boolean;
|
|
234
|
+
size?: 'small' | 'large' | undefined;
|
|
232
235
|
actionButtonClick: EventEmitter<any>;
|
|
233
236
|
disabled: boolean;
|
|
234
237
|
colorPickerValue: string;
|
|
@@ -248,7 +251,7 @@ declare class OnshoreFormColorpickerItemComponent implements OnInit, OnChanges,
|
|
|
248
251
|
ngOnChanges(changes: SimpleChanges): void;
|
|
249
252
|
constructor(ngControl: NgControl, cdr: ChangeDetectorRef);
|
|
250
253
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnshoreFormColorpickerItemComponent, [{ optional: true; self: true; }, null]>;
|
|
251
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormColorpickerItemComponent, "onshore-form-colorpicker-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; }, { "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
|
|
254
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormColorpickerItemComponent, "onshore-form-colorpicker-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
|
|
252
255
|
}
|
|
253
256
|
|
|
254
257
|
declare class OnshoreFormDropdownItemComponent implements OnInit, OnChanges, ControlValueAccessor, OnChanges, OnDestroy, AfterViewInit {
|
|
@@ -273,6 +276,7 @@ declare class OnshoreFormDropdownItemComponent implements OnInit, OnChanges, Con
|
|
|
273
276
|
createEnabled: boolean;
|
|
274
277
|
options: any[];
|
|
275
278
|
exclude?: boolean;
|
|
279
|
+
size?: 'small' | 'large' | undefined;
|
|
276
280
|
valueChange: EventEmitter<boolean>;
|
|
277
281
|
actionButtonClick: EventEmitter<any>;
|
|
278
282
|
entryCreated: EventEmitter<any>;
|
|
@@ -294,7 +298,7 @@ declare class OnshoreFormDropdownItemComponent implements OnInit, OnChanges, Con
|
|
|
294
298
|
constructor(ngControl: NgControl, cdr: ChangeDetectorRef);
|
|
295
299
|
protected readonly OnshoreFormTemplateType: typeof OnshoreFormTemplateType;
|
|
296
300
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnshoreFormDropdownItemComponent, [{ optional: true; self: true; }, null]>;
|
|
297
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormDropdownItemComponent, "onshore-form-dropdown-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "multipleItemSeverity": { "alias": "multipleItemSeverity"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "showMultiClear": { "alias": "showMultiClear"; "required": false; }; "group": { "alias": "group"; "required": false; }; "selectionLimit": { "alias": "selectionLimit"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; "secondOptionLabel": { "alias": "secondOptionLabel"; "required": false; }; "thirdOptionLabel": { "alias": "thirdOptionLabel"; "required": false; }; "optionLabelDivider": { "alias": "optionLabelDivider"; "required": false; }; "optionGroupLabel": { "alias": "optionGroupLabel"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "createEnabled": { "alias": "createEnabled"; "required": false; }; "options": { "alias": "options"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; }, { "valueChange": "valueChange"; "actionButtonClick": "actionButtonClick"; "entryCreated": "entryCreated"; }, never, never, true, never>;
|
|
301
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormDropdownItemComponent, "onshore-form-dropdown-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "multipleItemSeverity": { "alias": "multipleItemSeverity"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "showMultiClear": { "alias": "showMultiClear"; "required": false; }; "group": { "alias": "group"; "required": false; }; "selectionLimit": { "alias": "selectionLimit"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; "secondOptionLabel": { "alias": "secondOptionLabel"; "required": false; }; "thirdOptionLabel": { "alias": "thirdOptionLabel"; "required": false; }; "optionLabelDivider": { "alias": "optionLabelDivider"; "required": false; }; "optionGroupLabel": { "alias": "optionGroupLabel"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "createEnabled": { "alias": "createEnabled"; "required": false; }; "options": { "alias": "options"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "valueChange": "valueChange"; "actionButtonClick": "actionButtonClick"; "entryCreated": "entryCreated"; }, never, never, true, never>;
|
|
298
302
|
}
|
|
299
303
|
|
|
300
304
|
declare class OnshoreFormImageItemComponent implements ControlValueAccessor, OnInit, OnDestroy, OnChanges, AfterViewInit {
|
|
@@ -349,6 +353,7 @@ declare class OnshoreFormInputItemComponent implements OnInit, ControlValueAcces
|
|
|
349
353
|
actionButtonDisabled: boolean;
|
|
350
354
|
keyFilter?: string;
|
|
351
355
|
exclude?: boolean;
|
|
356
|
+
size?: 'small' | 'large' | undefined;
|
|
352
357
|
actionButtonClick: EventEmitter<any>;
|
|
353
358
|
OnshoreFormTemplateType: typeof OnshoreFormTemplateType;
|
|
354
359
|
passwordVisible: boolean;
|
|
@@ -367,7 +372,7 @@ declare class OnshoreFormInputItemComponent implements OnInit, ControlValueAcces
|
|
|
367
372
|
ngOnDestroy(): void;
|
|
368
373
|
constructor(ngControl: NgControl, cdr: ChangeDetectorRef);
|
|
369
374
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnshoreFormInputItemComponent, [{ optional: true; self: true; }, null]>;
|
|
370
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormInputItemComponent, "onshore-form-input-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "step": { "alias": "step"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "useGrouping": { "alias": "useGrouping"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "keyFilter": { "alias": "keyFilter"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; }, { "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
|
|
375
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormInputItemComponent, "onshore-form-input-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "step": { "alias": "step"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "useGrouping": { "alias": "useGrouping"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "keyFilter": { "alias": "keyFilter"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
|
|
371
376
|
}
|
|
372
377
|
|
|
373
378
|
declare class OnshoreFormSwitchItemComponent implements OnInit, ControlValueAccessor, OnDestroy, OnChanges, AfterViewInit {
|
|
@@ -376,6 +381,7 @@ declare class OnshoreFormSwitchItemComponent implements OnInit, ControlValueAcce
|
|
|
376
381
|
formTemplate: OnshoreFormTemplateItem;
|
|
377
382
|
actionButtonDisabled: boolean;
|
|
378
383
|
exclude?: boolean;
|
|
384
|
+
size?: 'small' | 'large' | undefined;
|
|
379
385
|
valueChange: EventEmitter<boolean>;
|
|
380
386
|
actionButtonClick: EventEmitter<any>;
|
|
381
387
|
disabled: boolean;
|
|
@@ -392,7 +398,7 @@ declare class OnshoreFormSwitchItemComponent implements OnInit, ControlValueAcce
|
|
|
392
398
|
ngOnDestroy(): void;
|
|
393
399
|
constructor(ngControl: NgControl, cdr: ChangeDetectorRef);
|
|
394
400
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnshoreFormSwitchItemComponent, [{ optional: true; self: true; }, null]>;
|
|
395
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormSwitchItemComponent, "onshore-form-switch-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; }, { "valueChange": "valueChange"; "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
|
|
401
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormSwitchItemComponent, "onshore-form-switch-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "valueChange": "valueChange"; "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
|
|
396
402
|
}
|
|
397
403
|
|
|
398
404
|
declare class OnshoreFormDatetimeItemComponent implements OnInit, ControlValueAccessor, OnChanges, OnDestroy, AfterViewInit {
|
|
@@ -405,6 +411,7 @@ declare class OnshoreFormDatetimeItemComponent implements OnInit, ControlValueAc
|
|
|
405
411
|
dateFormat?: string;
|
|
406
412
|
hourFormat?: string;
|
|
407
413
|
dataType?: string;
|
|
414
|
+
size?: 'small' | 'large' | undefined;
|
|
408
415
|
OnshoreFormTemplateType: typeof OnshoreFormTemplateType;
|
|
409
416
|
disabled: boolean;
|
|
410
417
|
initialFormTemplate: OnshoreFormTemplateItem | undefined;
|
|
@@ -420,7 +427,7 @@ declare class OnshoreFormDatetimeItemComponent implements OnInit, ControlValueAc
|
|
|
420
427
|
ngOnDestroy(): void;
|
|
421
428
|
constructor(ngControl: NgControl, cdr: ChangeDetectorRef);
|
|
422
429
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnshoreFormDatetimeItemComponent, [{ optional: true; self: true; }, null]>;
|
|
423
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormDatetimeItemComponent, "onshore-form-datetime-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "hourFormat": { "alias": "hourFormat"; "required": false; }; "dataType": { "alias": "dataType"; "required": false; }; }, { "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
|
|
430
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormDatetimeItemComponent, "onshore-form-datetime-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "hourFormat": { "alias": "hourFormat"; "required": false; }; "dataType": { "alias": "dataType"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
|
|
424
431
|
}
|
|
425
432
|
|
|
426
433
|
declare class OnshoreFormSortItemComponent implements OnInit, ControlValueAccessor, OnChanges, OnDestroy, AfterViewInit {
|