@devjuliovilla/jv-ui 1.5.1 → 1.5.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.
|
@@ -23,6 +23,22 @@ const JV_LUCIDE_ICON_REGISTRY = {
|
|
|
23
23
|
viewBox: '0 0 24 24',
|
|
24
24
|
paths: ['m18 15-6-6-6 6'],
|
|
25
25
|
},
|
|
26
|
+
'chevron-left': {
|
|
27
|
+
viewBox: '0 0 24 24',
|
|
28
|
+
paths: ['m15 18-6-6 6-6'],
|
|
29
|
+
},
|
|
30
|
+
'chevron-right': {
|
|
31
|
+
viewBox: '0 0 24 24',
|
|
32
|
+
paths: ['m9 18 6-6-6-6'],
|
|
33
|
+
},
|
|
34
|
+
'chevrons-left': {
|
|
35
|
+
viewBox: '0 0 24 24',
|
|
36
|
+
paths: ['m11 17-5-5 5-5', 'm18 17-5-5 5-5'],
|
|
37
|
+
},
|
|
38
|
+
'chevrons-right': {
|
|
39
|
+
viewBox: '0 0 24 24',
|
|
40
|
+
paths: ['m6 17 5-5-5-5', 'm13 17 5-5-5-5'],
|
|
41
|
+
},
|
|
26
42
|
'circle-alert': {
|
|
27
43
|
viewBox: '0 0 24 24',
|
|
28
44
|
paths: ['M12 8v4', 'M12 16h.01', 'M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Z'],
|
|
@@ -3061,5 +3077,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
3061
3077
|
* Generated bundle index. Do not edit.
|
|
3062
3078
|
*/
|
|
3063
3079
|
|
|
3064
|
-
export { EN, ES, JV_DEFAULT_LOCALE, JV_GRID_DEFAULT_OPTIONS, JV_LOCALE_DICTIONARIES, JV_UI_CONFIG, JV_UI_CONFIG_DEFAULTS, JV_UI_DEFAULT_CONFIG, JvAlertComponent, JvAnnouncementService, JvBadgeComponent, JvBreadcrumbComponent, JvButtonComponent, JvButtonGroupComponent, JvCardComponent, JvChangePasswordPageComponent, JvCheckboxComponent, JvConfirmDialogComponent, JvDashboardShellComponent, JvDialogComponent, JvDialogService, JvDividerComponent, JvForgotPasswordPageComponent, JvFormContainerComponent, JvGridComponent, JvIconButtonComponent, JvIconComponent, JvInputComponent, JvLoaderComponent, JvLoaderService, JvLoginPageComponent, JvPageComponent, JvRadioComponent, JvSectionComponent, JvSelectComponent, JvSidebarComponent, JvSwitchComponent, JvThemeService, JvToastComponent, JvToastService, JvTopbarComponent, JvTranslationService, provideJvUi };
|
|
3080
|
+
export { EN, ES, JV_DEFAULT_LOCALE, JV_FALLBACK_ICON_NAME, JV_GRID_DEFAULT_OPTIONS, JV_LOCALE_DICTIONARIES, JV_LUCIDE_ICON_REGISTRY, JV_UI_CONFIG, JV_UI_CONFIG_DEFAULTS, JV_UI_DEFAULT_CONFIG, JvAlertComponent, JvAnnouncementService, JvBadgeComponent, JvBreadcrumbComponent, JvButtonComponent, JvButtonGroupComponent, JvCardComponent, JvChangePasswordPageComponent, JvCheckboxComponent, JvConfirmDialogComponent, JvDashboardShellComponent, JvDialogComponent, JvDialogService, JvDividerComponent, JvForgotPasswordPageComponent, JvFormContainerComponent, JvGridComponent, JvIconButtonComponent, JvIconComponent, JvInputComponent, JvLoaderComponent, JvLoaderService, JvLoginPageComponent, JvPageComponent, JvRadioComponent, JvSectionComponent, JvSelectComponent, JvSidebarComponent, JvSwitchComponent, JvThemeService, JvToastComponent, JvToastService, JvTopbarComponent, JvTranslationService, provideJvUi };
|
|
3065
3081
|
//# sourceMappingURL=devjuliovilla-jv-ui.mjs.map
|