@coreui/angular-pro 5.7.5 → 5.7.6
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
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coreui/angular-pro",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.6",
|
|
4
4
|
"description": "CoreUI Pro Components Library for Angular",
|
|
5
5
|
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
|
|
6
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
7
|
"homepage": "https://coreui.io/angular",
|
|
7
8
|
"author": {
|
|
8
9
|
"name": "creativeLabs Łukasz Holeczek",
|
|
@@ -30,7 +31,7 @@
|
|
|
30
31
|
"@angular/forms": "^22.0.0",
|
|
31
32
|
"@angular/router": "^22.0.0",
|
|
32
33
|
"@coreui/coreui-pro": "^5.26.0",
|
|
33
|
-
"@coreui/icons-angular": "~5.7.
|
|
34
|
+
"@coreui/icons-angular": "~5.7.6",
|
|
34
35
|
"rxjs": "^7.8.2"
|
|
35
36
|
},
|
|
36
37
|
"repository": {
|
|
@@ -1076,6 +1076,13 @@ declare class CalendarMonthComponent {
|
|
|
1076
1076
|
|
|
1077
1077
|
declare class CalendarComponent implements OnInit, AfterViewInit {
|
|
1078
1078
|
#private;
|
|
1079
|
+
static ngAcceptInputType_calendars: NumberInput$1;
|
|
1080
|
+
static ngAcceptInputType_navigation: BooleanInput$1;
|
|
1081
|
+
static ngAcceptInputType_navYearFirst: BooleanInput$1;
|
|
1082
|
+
static ngAcceptInputType_range: BooleanInput$1;
|
|
1083
|
+
static ngAcceptInputType_selectAdjacentDays: BooleanInput$1;
|
|
1084
|
+
static ngAcceptInputType_showAdjacentDays: BooleanInput$1;
|
|
1085
|
+
static ngAcceptInputType_showWeekNumber: BooleanInput$1;
|
|
1079
1086
|
readonly calendarDateChange: _angular_core.OutputEmitterRef<Date>;
|
|
1080
1087
|
/**
|
|
1081
1088
|
* Default date of the component
|
|
@@ -1683,15 +1690,21 @@ type TCustomRange = [string, Date[]];
|
|
|
1683
1690
|
/** Must be a valid date string */
|
|
1684
1691
|
declare class DateRangePickerComponent implements OnInit, OnDestroy, ControlValueAccessor {
|
|
1685
1692
|
#private;
|
|
1693
|
+
static ngAcceptInputType_calendar: NumberInput$1;
|
|
1694
|
+
static ngAcceptInputType_cleaner: BooleanInput$1;
|
|
1686
1695
|
static ngAcceptInputType_closeOnSelect: BooleanInput$1;
|
|
1687
1696
|
static ngAcceptInputType_disabled: BooleanInput$1;
|
|
1688
1697
|
static ngAcceptInputType_inputReadOnly: BooleanInput$1;
|
|
1698
|
+
static ngAcceptInputType_navigation: BooleanInput$1;
|
|
1689
1699
|
static ngAcceptInputType_navYearFirst: BooleanInput$1;
|
|
1690
|
-
static
|
|
1700
|
+
static ngAcceptInputType_range: BooleanInput$1;
|
|
1691
1701
|
static ngAcceptInputType_selectAdjacentDays: BooleanInput$1;
|
|
1702
|
+
static ngAcceptInputType_separator: BooleanInput$1;
|
|
1703
|
+
static ngAcceptInputType_showAdjacentDays: BooleanInput$1;
|
|
1692
1704
|
static ngAcceptInputType_showWeekNumber: BooleanInput$1;
|
|
1693
1705
|
static ngAcceptInputType_timepicker: BooleanInput$1;
|
|
1694
1706
|
static ngAcceptInputType_visible: BooleanInput$1;
|
|
1707
|
+
static ngAcceptInputType_withTime: BooleanInput$1;
|
|
1695
1708
|
/**
|
|
1696
1709
|
* Set the format of day name.
|
|
1697
1710
|
* @default 'numeric'
|
|
@@ -3667,6 +3680,10 @@ declare class ModalModule {
|
|
|
3667
3680
|
|
|
3668
3681
|
declare class OffcanvasComponent implements OnInit, OnDestroy {
|
|
3669
3682
|
#private;
|
|
3683
|
+
static ngAcceptInputType_ariaModal: BooleanInput$1;
|
|
3684
|
+
static ngAcceptInputType_keyboard: BooleanInput$1;
|
|
3685
|
+
static ngAcceptInputType_scroll: BooleanInput$1;
|
|
3686
|
+
static ngAcceptInputType_visible: BooleanInput$1;
|
|
3670
3687
|
/**
|
|
3671
3688
|
* Apply a backdrop on body while offcanvas is open.
|
|
3672
3689
|
* @return boolean | 'static'
|
|
@@ -4228,6 +4245,8 @@ declare class RatingItemLabelComponent implements FocusableOption {
|
|
|
4228
4245
|
|
|
4229
4246
|
declare class RatingComponent implements ControlValueAccessor {
|
|
4230
4247
|
#private;
|
|
4248
|
+
static ngAcceptInputType_itemCount: NumberInput$1;
|
|
4249
|
+
static ngAcceptInputType_precision: NumberInput$1;
|
|
4231
4250
|
static ngAcceptInputType_allowClear: BooleanInput$1;
|
|
4232
4251
|
static ngAcceptInputType_disabled: BooleanInput$1;
|
|
4233
4252
|
static ngAcceptInputType_highlightOnlySelected: BooleanInput$1;
|
|
@@ -4368,7 +4387,13 @@ type ThumbSize = {
|
|
|
4368
4387
|
|
|
4369
4388
|
declare class RangeSliderComponent implements ControlValueAccessor, OnInit {
|
|
4370
4389
|
#private;
|
|
4390
|
+
static ngAcceptInputType_distance: NumberInput$1;
|
|
4391
|
+
static ngAcceptInputType_max: NumberInput$1;
|
|
4392
|
+
static ngAcceptInputType_min: NumberInput$1;
|
|
4393
|
+
static ngAcceptInputType_step: NumberInput$1;
|
|
4394
|
+
static ngAcceptInputType_clickableLabels: BooleanInput$1;
|
|
4371
4395
|
static ngAcceptInputType_disabled: BooleanInput$1;
|
|
4396
|
+
static ngAcceptInputType_tooltips: BooleanInput$1;
|
|
4372
4397
|
static ngAcceptInputType_vertical: BooleanInput$1;
|
|
4373
4398
|
/**
|
|
4374
4399
|
* Enable or disable clickable labels in the Angular Range Slider.
|
|
@@ -4943,6 +4968,9 @@ declare class SidebarModule {
|
|
|
4943
4968
|
}
|
|
4944
4969
|
|
|
4945
4970
|
declare class SmartPaginationComponent {
|
|
4971
|
+
static ngAcceptInputType_activePage: NumberInput$1;
|
|
4972
|
+
static ngAcceptInputType_limit: NumberInput$1;
|
|
4973
|
+
static ngAcceptInputType_pages: NumberInput$1;
|
|
4946
4974
|
/**
|
|
4947
4975
|
* Current page number.
|
|
4948
4976
|
* @default 1
|