itc-components-library20 2.0.0 → 2.0.2
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/index.d.ts
CHANGED
|
@@ -1952,6 +1952,10 @@ declare class Button {
|
|
|
1952
1952
|
textColor: i0.InputSignal<string>;
|
|
1953
1953
|
borderColor: i0.InputSignal<string>;
|
|
1954
1954
|
iconColor: i0.InputSignal<string>;
|
|
1955
|
+
bgColorHover: i0.InputSignal<string>;
|
|
1956
|
+
textColorHover: i0.InputSignal<string>;
|
|
1957
|
+
borderColorHover: i0.InputSignal<string>;
|
|
1958
|
+
iconColorHover: i0.InputSignal<string>;
|
|
1955
1959
|
clicked: i0.OutputEmitterRef<void>;
|
|
1956
1960
|
protected classes: i0.Signal<string>;
|
|
1957
1961
|
protected styles: i0.Signal<{
|
|
@@ -1959,10 +1963,14 @@ declare class Button {
|
|
|
1959
1963
|
'--btn-color': string;
|
|
1960
1964
|
'--btn-border-color': string;
|
|
1961
1965
|
'--btn-icon-color': string;
|
|
1966
|
+
'--btn-bg-hover': string;
|
|
1967
|
+
'--btn-color-hover': string;
|
|
1968
|
+
'--btn-border-color-hover': string;
|
|
1969
|
+
'--btn-icon-color-hover': string;
|
|
1962
1970
|
}>;
|
|
1963
1971
|
protected handleClick(): void;
|
|
1964
1972
|
static ɵfac: i0.ɵɵFactoryDeclaration<Button, never>;
|
|
1965
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<Button, "lib-button", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "bgColor": { "alias": "bgColor"; "required": false; "isSignal": true; }; "textColor": { "alias": "textColor"; "required": false; "isSignal": true; }; "borderColor": { "alias": "borderColor"; "required": false; "isSignal": true; }; "iconColor": { "alias": "iconColor"; "required": false; "isSignal": true; }; }, { "clicked": "clicked"; }, never, never, true, never>;
|
|
1973
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Button, "lib-button", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "bgColor": { "alias": "bgColor"; "required": false; "isSignal": true; }; "textColor": { "alias": "textColor"; "required": false; "isSignal": true; }; "borderColor": { "alias": "borderColor"; "required": false; "isSignal": true; }; "iconColor": { "alias": "iconColor"; "required": false; "isSignal": true; }; "bgColorHover": { "alias": "bgColorHover"; "required": false; "isSignal": true; }; "textColorHover": { "alias": "textColorHover"; "required": false; "isSignal": true; }; "borderColorHover": { "alias": "borderColorHover"; "required": false; "isSignal": true; }; "iconColorHover": { "alias": "iconColorHover"; "required": false; "isSignal": true; }; }, { "clicked": "clicked"; }, never, never, true, never>;
|
|
1966
1974
|
}
|
|
1967
1975
|
|
|
1968
1976
|
export { API_CONFIG, ApiAccountDictionaryService, ApiAccountService, ApiAdministrationService, ApiEventService, ApiExamAppointmentService, ApiExamDictionaryService, ApiExamService, ApiGeographyService, ApiKitService, ApiPatientDictionaryService, ApiPatientService, ApiReportService, ApiRequestDictionaryService, ApiRequestService, ApiStructureDictionaryService, ApiStructureService, ApiSurveyDictionaryService, ApiSurveyService, BasicTable, Button, Calendar, CalendarView, FormatDate, ItcLibrary20, Message, Minio, PRIMENG_ITALIAN_LOCALE, PrimaryButton, PrimengItalianLocale, SecondaryButton, SortableTable, Survey, SurveyRadio, SurveyText, SurveyValuebox, ThirdButton };
|