igniteui-angular 17.2.25 → 17.2.26
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/esm2022/lib/avatar/avatar.component.mjs +17 -2
- package/esm2022/lib/core/utils.mjs +8 -1
- package/esm2022/lib/date-picker/date-picker.component.mjs +7 -3
- package/esm2022/lib/date-range-picker/date-range-picker.component.mjs +2 -2
- package/esm2022/lib/query-builder/query-builder.component.mjs +9 -19
- package/fesm2022/igniteui-angular.mjs +36 -20
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/avatar/avatar.component.d.ts +3 -1
- package/lib/core/styles/components/action-strip/_action-strip-component.scss +1 -1
- package/lib/core/styles/components/grid/_grid-component.scss +1 -0
- package/lib/core/styles/components/paginator/_paginator-component.scss +1 -1
- package/lib/core/styles/components/query-builder/_query-builder-component.scss +9 -1
- package/lib/core/utils.d.ts +5 -0
- package/lib/date-picker/date-picker.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -148,7 +148,8 @@ export declare class IgxAvatarComponent implements OnInit {
|
|
|
148
148
|
* ```
|
|
149
149
|
* @igxFriendlyName Image URL
|
|
150
150
|
*/
|
|
151
|
-
src: string;
|
|
151
|
+
set src(value: string);
|
|
152
|
+
get src(): string;
|
|
152
153
|
/** @hidden @internal */
|
|
153
154
|
protected defaultTemplate: TemplateRef<any>;
|
|
154
155
|
/** @hidden @internal */
|
|
@@ -162,6 +163,7 @@ export declare class IgxAvatarComponent implements OnInit {
|
|
|
162
163
|
* @internal
|
|
163
164
|
*/
|
|
164
165
|
private _size;
|
|
166
|
+
private _src;
|
|
165
167
|
/**
|
|
166
168
|
* Returns the size of the avatar.
|
|
167
169
|
*
|
|
@@ -13,7 +13,15 @@
|
|
|
13
13
|
$this: bem--selector-to-string(&);
|
|
14
14
|
@include register-component(
|
|
15
15
|
$name: string.slice($this, 2, -1),
|
|
16
|
-
$deps: (
|
|
16
|
+
$deps: (
|
|
17
|
+
igx-icon,
|
|
18
|
+
igx-button,
|
|
19
|
+
igx-chip,
|
|
20
|
+
igx-select,
|
|
21
|
+
igx-input-button,
|
|
22
|
+
igx-icon-button,
|
|
23
|
+
igx-overlay,
|
|
24
|
+
)
|
|
17
25
|
);
|
|
18
26
|
|
|
19
27
|
@extend %advanced-filter !optional;
|
package/lib/core/utils.d.ts
CHANGED
|
@@ -299,3 +299,8 @@ export declare function modulo(n: number, d: number): number;
|
|
|
299
299
|
* ```
|
|
300
300
|
*/
|
|
301
301
|
export declare function intoChunks<T>(arr: T[], size: number): Generator<T[], void, unknown>;
|
|
302
|
+
/**
|
|
303
|
+
* @param path - The URI path to be normalized.
|
|
304
|
+
* @returns string encoded using the encodeURI function.
|
|
305
|
+
*/
|
|
306
|
+
export declare function normalizeURI(path: string): string;
|
|
@@ -251,6 +251,7 @@ export declare class IgxDatePickerComponent extends PickerBaseDirective implemen
|
|
|
251
251
|
clearComponents: QueryList<IgxPickerClearComponent>;
|
|
252
252
|
/** @hidden @internal */
|
|
253
253
|
label: IgxLabelDirective;
|
|
254
|
+
private headerTitleTemplate;
|
|
254
255
|
private headerTemplate;
|
|
255
256
|
private dateTimeEditor;
|
|
256
257
|
private viewContainerRef;
|
|
@@ -416,7 +417,7 @@ export declare class IgxDatePickerComponent extends PickerBaseDirective implemen
|
|
|
416
417
|
private _initializeCalendarContainer;
|
|
417
418
|
private setCalendarViewDate;
|
|
418
419
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDatePickerComponent, [null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
|
419
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDatePickerComponent, "igx-date-picker", never, { "hideOutsideDays": { "alias": "hideOutsideDays"; "required": false; }; "displayMonthsCount": { "alias": "displayMonthsCount"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "formatter": { "alias": "formatter"; "required": false; }; "headerOrientation": { "alias": "headerOrientation"; "required": false; }; "todayButtonLabel": { "alias": "todayButtonLabel"; "required": false; }; "cancelButtonLabel": { "alias": "cancelButtonLabel"; "required": false; }; "spinLoop": { "alias": "spinLoop"; "required": false; }; "spinDelta": { "alias": "spinDelta"; "required": false; }; "outlet": { "alias": "outlet"; "required": false; }; "id": { "alias": "id"; "required": false; }; "formatViews": { "alias": "formatViews"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "specialDates": { "alias": "specialDates"; "required": false; }; "calendarFormat": { "alias": "calendarFormat"; "required": false; }; "value": { "alias": "value"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "valueChange": "valueChange"; "validationFailed": "validationFailed"; }, ["label", "headerTemplate", "subheaderTemplate", "pickerActions", "clearComponents"], ["[igxLabel]", "igx-prefix,[igxPrefix]", "igx-suffix,[igxSuffix]", "igx-hint,[igxHint]"], true, never>;
|
|
420
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDatePickerComponent, "igx-date-picker", never, { "hideOutsideDays": { "alias": "hideOutsideDays"; "required": false; }; "displayMonthsCount": { "alias": "displayMonthsCount"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "formatter": { "alias": "formatter"; "required": false; }; "headerOrientation": { "alias": "headerOrientation"; "required": false; }; "todayButtonLabel": { "alias": "todayButtonLabel"; "required": false; }; "cancelButtonLabel": { "alias": "cancelButtonLabel"; "required": false; }; "spinLoop": { "alias": "spinLoop"; "required": false; }; "spinDelta": { "alias": "spinDelta"; "required": false; }; "outlet": { "alias": "outlet"; "required": false; }; "id": { "alias": "id"; "required": false; }; "formatViews": { "alias": "formatViews"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "specialDates": { "alias": "specialDates"; "required": false; }; "calendarFormat": { "alias": "calendarFormat"; "required": false; }; "value": { "alias": "value"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "valueChange": "valueChange"; "validationFailed": "validationFailed"; }, ["label", "headerTitleTemplate", "headerTemplate", "subheaderTemplate", "pickerActions", "clearComponents"], ["[igxLabel]", "igx-prefix,[igxPrefix]", "igx-suffix,[igxSuffix]", "igx-hint,[igxHint]"], true, never>;
|
|
420
421
|
static ngAcceptInputType_hideOutsideDays: unknown;
|
|
421
422
|
static ngAcceptInputType_showWeekNumbers: unknown;
|
|
422
423
|
static ngAcceptInputType_spinLoop: unknown;
|
package/package.json
CHANGED