@indigina/ui-kit 1.1.464 → 1.1.466
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
|
@@ -3559,6 +3559,7 @@ declare class KitFileCardComponent {
|
|
|
3559
3559
|
*/
|
|
3560
3560
|
name: string;
|
|
3561
3561
|
readonly fileSize: InputSignal<string | undefined>;
|
|
3562
|
+
readonly showViewFileButton: InputSignal<boolean>;
|
|
3562
3563
|
/**
|
|
3563
3564
|
* An action which is emitted when view button clicked
|
|
3564
3565
|
*/
|
|
@@ -3581,7 +3582,7 @@ declare class KitFileCardComponent {
|
|
|
3581
3582
|
getFileIconByExtension(extension: string): string | null;
|
|
3582
3583
|
hasViewFileButton(fileType: string): boolean;
|
|
3583
3584
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitFileCardComponent, never>;
|
|
3584
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitFileCardComponent, "kit-file-card", never, { "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "fileType": { "alias": "fileType"; "required": false; }; "date": { "alias": "date"; "required": false; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; }; "fileSize": { "alias": "fileSize"; "required": false; "isSignal": true; }; }, { "viewButtonClicked": "viewButtonClicked"; "downloadButtonClicked": "downloadButtonClicked"; }, ["customMessages"], ["*"], true, never>;
|
|
3585
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitFileCardComponent, "kit-file-card", never, { "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "fileType": { "alias": "fileType"; "required": false; }; "date": { "alias": "date"; "required": false; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; }; "fileSize": { "alias": "fileSize"; "required": false; "isSignal": true; }; "showViewFileButton": { "alias": "showViewFileButton"; "required": false; "isSignal": true; }; }, { "viewButtonClicked": "viewButtonClicked"; "downloadButtonClicked": "downloadButtonClicked"; }, ["customMessages"], ["*"], true, never>;
|
|
3585
3586
|
}
|
|
3586
3587
|
|
|
3587
3588
|
declare enum KitDataFieldState {
|
|
@@ -5191,6 +5192,7 @@ declare class KitExcelExportService {
|
|
|
5191
5192
|
private getExportedExcelRows;
|
|
5192
5193
|
private timeStringToExcelFraction;
|
|
5193
5194
|
private convertToUtcDate;
|
|
5195
|
+
private truncateToSeconds;
|
|
5194
5196
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitExcelExportService, never>;
|
|
5195
5197
|
static ɵprov: i0.ɵɵInjectableDeclaration<KitExcelExportService>;
|
|
5196
5198
|
}
|