ngx-wapp-components 3.2.7 → 3.2.8
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
|
@@ -1961,7 +1961,6 @@ declare class WImageFileUploaderComponent implements OnInit, OnChanges {
|
|
|
1961
1961
|
fileSizeService: FileSizeService;
|
|
1962
1962
|
allowMultipleImages: boolean;
|
|
1963
1963
|
activeImageUpload: boolean;
|
|
1964
|
-
deactiveImageMethods: boolean;
|
|
1965
1964
|
imagesAlreadyUploaded: any[];
|
|
1966
1965
|
imageSingleMode: any;
|
|
1967
1966
|
uploadUrl: string;
|
|
@@ -1969,7 +1968,6 @@ declare class WImageFileUploaderComponent implements OnInit, OnChanges {
|
|
|
1969
1968
|
deleteUrl: string;
|
|
1970
1969
|
headers: HttpHeaders;
|
|
1971
1970
|
activePositionProperty: boolean;
|
|
1972
|
-
startPostionFromZero: boolean;
|
|
1973
1971
|
activeTypeMediaProperty: boolean;
|
|
1974
1972
|
viewSingleMode: boolean;
|
|
1975
1973
|
viewMultiMode: boolean;
|
|
@@ -2040,7 +2038,7 @@ declare class WImageFileUploaderComponent implements OnInit, OnChanges {
|
|
|
2040
2038
|
getFileName(file: any): string;
|
|
2041
2039
|
sanitizeFileName(name: string): string;
|
|
2042
2040
|
static ɵfac: i0.ɵɵFactoryDeclaration<WImageFileUploaderComponent, never>;
|
|
2043
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WImageFileUploaderComponent, "w-image-file-uploader", never, { "allowMultipleImages": { "alias": "allowMultipleImages"; "required": false; }; "activeImageUpload": { "alias": "activeImageUpload"; "required": false; }; "
|
|
2041
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WImageFileUploaderComponent, "w-image-file-uploader", never, { "allowMultipleImages": { "alias": "allowMultipleImages"; "required": false; }; "activeImageUpload": { "alias": "activeImageUpload"; "required": false; }; "imagesAlreadyUploaded": { "alias": "imagesAlreadyUploaded"; "required": false; }; "imageSingleMode": { "alias": "imageSingleMode"; "required": false; }; "uploadUrl": { "alias": "uploadUrl"; "required": false; }; "updateUrl": { "alias": "updateUrl"; "required": false; }; "deleteUrl": { "alias": "deleteUrl"; "required": false; }; "headers": { "alias": "headers"; "required": false; }; "activePositionProperty": { "alias": "activePositionProperty"; "required": false; }; "activeTypeMediaProperty": { "alias": "activeTypeMediaProperty"; "required": false; }; "viewSingleMode": { "alias": "viewSingleMode"; "required": false; }; "viewMultiMode": { "alias": "viewMultiMode"; "required": false; }; "allowDeleteImage": { "alias": "allowDeleteImage"; "required": false; }; "identificatorName": { "alias": "identificatorImageName"; "required": false; }; "identificatorValue": { "alias": "identificatorImagesCollectionValue"; "required": false; }; "imageUploadConfig": { "alias": "imageUploadConfig"; "required": false; }; "activeFieldVersion": { "alias": "activeFieldVersion"; "required": false; }; "fieldVersionReduced": { "alias": "fieldVersionReduced"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "required": { "alias": "required"; "required": false; }; "customHeightImg": { "alias": "customHeightImg"; "required": false; }; "activeMessagesOverlay": { "alias": "activeMessagesOverlay"; "required": false; }; }, { "onUploadFinished": "onUploadFinished"; "onErrorHandler": "onErrorHandler"; "onReturnImagesB64": "onReturnImagesB64"; "onDeleteImage": "onDeleteImage"; }, never, never, false, never>;
|
|
2044
2042
|
}
|
|
2045
2043
|
|
|
2046
2044
|
interface WFileB64 {
|
|
@@ -2368,6 +2366,7 @@ declare class WAutocompleteSearchComponent {
|
|
|
2368
2366
|
}
|
|
2369
2367
|
|
|
2370
2368
|
declare class WToggleButtonComponent implements OnInit, ControlValueAccessor {
|
|
2369
|
+
private renderer;
|
|
2371
2370
|
onLabel: string;
|
|
2372
2371
|
offLabel: string;
|
|
2373
2372
|
size: string;
|
|
@@ -2377,12 +2376,16 @@ declare class WToggleButtonComponent implements OnInit, ControlValueAccessor {
|
|
|
2377
2376
|
tooltip: string;
|
|
2378
2377
|
disabled: boolean;
|
|
2379
2378
|
formControl: FormControl | null;
|
|
2379
|
+
allowEmpty: boolean;
|
|
2380
|
+
buttonClass: string;
|
|
2380
2381
|
onChangeEvent: EventEmitter<any>;
|
|
2382
|
+
viewSelectorEl: ElementRef;
|
|
2381
2383
|
sizeType: typeof SizeType;
|
|
2382
2384
|
buttonType: typeof ButtonType;
|
|
2383
2385
|
onChange: any;
|
|
2384
2386
|
onTouch: any;
|
|
2385
2387
|
ngModelValue: any;
|
|
2388
|
+
constructor(renderer: Renderer2);
|
|
2386
2389
|
ngOnInit(): void;
|
|
2387
2390
|
writeValue(value: any): void;
|
|
2388
2391
|
registerOnChange(fn: any): void;
|
|
@@ -2395,7 +2398,7 @@ declare class WToggleButtonComponent implements OnInit, ControlValueAccessor {
|
|
|
2395
2398
|
isEmpty(label: string): boolean;
|
|
2396
2399
|
hasOnlyIcon(icon: string, label: string): boolean;
|
|
2397
2400
|
static ɵfac: i0.ɵɵFactoryDeclaration<WToggleButtonComponent, never>;
|
|
2398
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WToggleButtonComponent, "w-toggle-button", never, { "onLabel": { "alias": "onLabel"; "required": false; }; "offLabel": { "alias": "offLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "onIcon": { "alias": "onIcon"; "required": false; }; "offIcon": { "alias": "offIcon"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
|
|
2401
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WToggleButtonComponent, "w-toggle-button", never, { "onLabel": { "alias": "onLabel"; "required": false; }; "offLabel": { "alias": "offLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "onIcon": { "alias": "onIcon"; "required": false; }; "offIcon": { "alias": "offIcon"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "allowEmpty": { "alias": "allowEmpty"; "required": false; }; "buttonClass": { "alias": "buttonClass"; "required": false; }; }, { "onChangeEvent": "onChange"; }, never, never, false, never>;
|
|
2399
2402
|
}
|
|
2400
2403
|
|
|
2401
2404
|
declare class WEditCheckboxComponent {
|