@ardium-ui/ui 5.0.0-alpha.96 → 5.0.0-alpha.97
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/fesm2022/ardium-ui-ui.mjs +56 -17
- package/fesm2022/ardium-ui-ui.mjs.map +1 -1
- package/lib/calendar/abstract-calendar.d.ts +5 -4
- package/lib/calendar/calendar.component.d.ts +1 -0
- package/lib/calendar/calendar.types.d.ts +6 -0
- package/lib/calendar/range-calendar.component.d.ts +4 -3
- package/lib/inputs/date-input/abstract-date-input.d.ts +9 -8
- package/lib/inputs/date-input/date-input.component.d.ts +2 -1
- package/lib/inputs/date-input/date-input.defaults.d.ts +2 -2
- package/lib/inputs/date-input/date-input.serializers.d.ts +2 -2
- package/lib/inputs/date-input/date-range-input.component.d.ts +7 -5
- package/lib/inputs/date-input/multipage-date-range-input.component.d.ts +5 -4
- package/package.json +1 -1
- package/prebuilt-themes/default/inputs/autocomplete-input.css +1 -1
- package/prebuilt-themes/default/inputs/autocomplete-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/date-input.css +1 -1
- package/prebuilt-themes/default/inputs/date-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/file-input.css +1 -1
- package/prebuilt-themes/default/inputs/file-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/hex-input.css +1 -1
- package/prebuilt-themes/default/inputs/hex-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/input.css +1 -1
- package/prebuilt-themes/default/inputs/input.css.map +1 -1
- package/prebuilt-themes/default/inputs/number-input.css +1 -1
- package/prebuilt-themes/default/inputs/number-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/password-input.css +1 -1
- package/prebuilt-themes/default/inputs/password-input.css.map +1 -1
- package/themes/default/inputs/_shared.scss +1 -1
|
@@ -10,7 +10,7 @@ import { DaysViewComponent } from './views/days-view/days-view.component';
|
|
|
10
10
|
import { MonthsViewComponent } from './views/months-view/months-view.component';
|
|
11
11
|
import { YearsViewComponent } from './views/years-view/years-view.component';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
|
-
export declare abstract class _AbstractCalendar<T> extends _FormFieldComponentBase implements OnChanges {
|
|
13
|
+
export declare abstract class _AbstractCalendar<T, PT = T> extends _FormFieldComponentBase implements OnChanges {
|
|
14
14
|
abstract readonly componentId: string;
|
|
15
15
|
abstract readonly componentName: string;
|
|
16
16
|
abstract readonly isRangeSelector: boolean;
|
|
@@ -43,7 +43,7 @@ export declare abstract class _AbstractCalendar<T> extends _FormFieldComponentBa
|
|
|
43
43
|
readonly selectionStart: import("@angular/core").WritableSignal<Date | null>;
|
|
44
44
|
readonly selectionEnd: import("@angular/core").WritableSignal<Date | null>;
|
|
45
45
|
abstract readonly endDate: Signal<Date | null>;
|
|
46
|
-
abstract readonly value: ModelSignal<
|
|
46
|
+
abstract readonly value: ModelSignal<PT | null>;
|
|
47
47
|
readonly yearSelect: import("@angular/core").OutputEmitterRef<number>;
|
|
48
48
|
readonly monthSelect: import("@angular/core").OutputEmitterRef<number>;
|
|
49
49
|
readonly min: import("@angular/core").InputSignalWithTransform<Date | null, any>;
|
|
@@ -53,6 +53,7 @@ export declare abstract class _AbstractCalendar<T> extends _FormFieldComponentBa
|
|
|
53
53
|
readonly filter: import("@angular/core").InputSignal<ArdCalendarFilterFn | null>;
|
|
54
54
|
abstract writeValue(v: any): void;
|
|
55
55
|
protected _emitChange(): void;
|
|
56
|
+
protected abstract getValueForEmit(): T | null;
|
|
56
57
|
ngOnChanges(changes: SimpleChanges): void;
|
|
57
58
|
private _emitActivePageChange;
|
|
58
59
|
private _emitHighlightedDate;
|
|
@@ -129,6 +130,6 @@ export declare abstract class _AbstractCalendar<T> extends _FormFieldComponentBa
|
|
|
129
130
|
readonly yearDateFormat: import("@angular/core").InputSignal<string>;
|
|
130
131
|
readonly monthDateFormat: import("@angular/core").InputSignal<string>;
|
|
131
132
|
readonly dayDateFormat: import("@angular/core").InputSignal<string>;
|
|
132
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<_AbstractCalendar<any>, never>;
|
|
133
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<_AbstractCalendar<any>, never, never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "activeView": { "alias": "activeView"; "required": false; "isSignal": true; }; "activeYear": { "alias": "activeYear"; "required": false; "isSignal": true; }; "activeMonth": { "alias": "activeMonth"; "required": false; "isSignal": true; }; "firstWeekday": { "alias": "firstWeekday"; "required": false; "isSignal": true; }; "multipleYearPageChangeModifier": { "alias": "multipleYearPageChangeModifier"; "required": false; "isSignal": true; }; "multipleYearOffset": { "alias": "multipleYearOffset"; "required": false; "isSignal": true; }; "multipleYearPageSize": { "alias": "multipleYearPageSize"; "required": false; "isSignal": true; }; "multiCalendarLocation": { "alias": "multiCalendarLocation"; "required": false; "isSignal": true; }; "autoFocus": { "alias": "autoFocus"; "required": false; "isSignal": true; }; "staticHeight": { "alias": "staticHeight"; "required": false; "isSignal": true; }; "hideFloatingMonth": { "alias": "hideFloatingMonth"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "UTC": { "alias": "UTC"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "highlightedDay": { "alias": "highlightedDay"; "required": false; "isSignal": true; }; "daysViewHeaderDateFormat": { "alias": "daysViewHeaderDateFormat"; "required": false; "isSignal": true; }; "yearsViewHeaderDateFormat": { "alias": "yearsViewHeaderDateFormat"; "required": false; "isSignal": true; }; "monthsViewHeaderDateFormat": { "alias": "monthsViewHeaderDateFormat"; "required": false; "isSignal": true; }; "weekdayDateFormat": { "alias": "weekdayDateFormat"; "required": false; "isSignal": true; }; "weekdayTitleDateFormat": { "alias": "weekdayTitleDateFormat"; "required": false; "isSignal": true; }; "floatingMonthDateFormat": { "alias": "floatingMonthDateFormat"; "required": false; "isSignal": true; }; "floatingMonthTitleDateFormat": { "alias": "floatingMonthTitleDateFormat"; "required": false; "isSignal": true; }; "yearDateFormat": { "alias": "yearDateFormat"; "required": false; "isSignal": true; }; "monthDateFormat": { "alias": "monthDateFormat"; "required": false; "isSignal": true; }; "dayDateFormat": { "alias": "dayDateFormat"; "required": false; "isSignal": true; }; }, { "activeView": "activeViewChange"; "activeYear": "activeYearChange"; "activeMonth": "activeMonthChange"; "activePageChange": "activePageChange"; "yearSelect": "yearSelect"; "monthSelect": "monthSelect"; "highlightedDay": "highlightedDayChange"; "highlightDayEvent": "highlightDay"; }, ["templateRepository", "yearsViewHeaderTemplate", "monthsViewHeaderTemplate", "daysViewHeaderTemplate", "floatingMonthTemplate", "yearTemplate", "monthTemplate", "dayTemplate", "weekdayTemplate"], never, true, never>;
|
|
133
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<_AbstractCalendar<any, any>, never>;
|
|
134
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_AbstractCalendar<any, any>, never, never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "activeView": { "alias": "activeView"; "required": false; "isSignal": true; }; "activeYear": { "alias": "activeYear"; "required": false; "isSignal": true; }; "activeMonth": { "alias": "activeMonth"; "required": false; "isSignal": true; }; "firstWeekday": { "alias": "firstWeekday"; "required": false; "isSignal": true; }; "multipleYearPageChangeModifier": { "alias": "multipleYearPageChangeModifier"; "required": false; "isSignal": true; }; "multipleYearOffset": { "alias": "multipleYearOffset"; "required": false; "isSignal": true; }; "multipleYearPageSize": { "alias": "multipleYearPageSize"; "required": false; "isSignal": true; }; "multiCalendarLocation": { "alias": "multiCalendarLocation"; "required": false; "isSignal": true; }; "autoFocus": { "alias": "autoFocus"; "required": false; "isSignal": true; }; "staticHeight": { "alias": "staticHeight"; "required": false; "isSignal": true; }; "hideFloatingMonth": { "alias": "hideFloatingMonth"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "UTC": { "alias": "UTC"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "highlightedDay": { "alias": "highlightedDay"; "required": false; "isSignal": true; }; "daysViewHeaderDateFormat": { "alias": "daysViewHeaderDateFormat"; "required": false; "isSignal": true; }; "yearsViewHeaderDateFormat": { "alias": "yearsViewHeaderDateFormat"; "required": false; "isSignal": true; }; "monthsViewHeaderDateFormat": { "alias": "monthsViewHeaderDateFormat"; "required": false; "isSignal": true; }; "weekdayDateFormat": { "alias": "weekdayDateFormat"; "required": false; "isSignal": true; }; "weekdayTitleDateFormat": { "alias": "weekdayTitleDateFormat"; "required": false; "isSignal": true; }; "floatingMonthDateFormat": { "alias": "floatingMonthDateFormat"; "required": false; "isSignal": true; }; "floatingMonthTitleDateFormat": { "alias": "floatingMonthTitleDateFormat"; "required": false; "isSignal": true; }; "yearDateFormat": { "alias": "yearDateFormat"; "required": false; "isSignal": true; }; "monthDateFormat": { "alias": "monthDateFormat"; "required": false; "isSignal": true; }; "dayDateFormat": { "alias": "dayDateFormat"; "required": false; "isSignal": true; }; }, { "activeView": "activeViewChange"; "activeYear": "activeYearChange"; "activeMonth": "activeMonthChange"; "activePageChange": "activePageChange"; "yearSelect": "yearSelect"; "monthSelect": "monthSelect"; "highlightedDay": "highlightedDayChange"; "highlightDayEvent": "highlightDay"; }, ["templateRepository", "yearsViewHeaderTemplate", "monthsViewHeaderTemplate", "daysViewHeaderTemplate", "floatingMonthTemplate", "yearTemplate", "monthTemplate", "dayTemplate", "weekdayTemplate"], never, true, never>;
|
|
134
135
|
}
|
|
@@ -9,6 +9,7 @@ export declare class ArdiumCalendarComponent extends _AbstractCalendar<Date> {
|
|
|
9
9
|
readonly value: import("@angular/core").ModelSignal<Date | null>;
|
|
10
10
|
readonly endDate: import("@angular/core").Signal<null>;
|
|
11
11
|
writeValue(v: any): void;
|
|
12
|
+
protected getValueForEmit(): Date | null;
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumCalendarComponent, never>;
|
|
13
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumCalendarComponent, "ard-calendar", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, never, false, never>;
|
|
14
15
|
}
|
|
@@ -12,11 +12,17 @@ export declare const ArdMultiCalendarLocation: {
|
|
|
12
12
|
};
|
|
13
13
|
export type ArdMultiCalendarLocation = (typeof ArdMultiCalendarLocation)[keyof typeof ArdMultiCalendarLocation];
|
|
14
14
|
export declare class DateRange {
|
|
15
|
+
from: Date;
|
|
16
|
+
to: Date;
|
|
17
|
+
constructor(from: Date, to: Date);
|
|
18
|
+
}
|
|
19
|
+
export declare class PartialDateRange {
|
|
15
20
|
from: Date;
|
|
16
21
|
to: Date | null;
|
|
17
22
|
constructor(from: Date, to: Date | null);
|
|
18
23
|
}
|
|
19
24
|
export declare function isDateRange(v: unknown): v is DateRange;
|
|
25
|
+
export declare function isAnyDateRange(v: unknown): v is PartialDateRange;
|
|
20
26
|
export interface YearRange {
|
|
21
27
|
from: number;
|
|
22
28
|
to: number;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { _AbstractCalendar } from './abstract-calendar';
|
|
2
2
|
import { ArdCalendarDefaults } from './calendar.defaults';
|
|
3
|
-
import { DateRange } from './calendar.types';
|
|
3
|
+
import { DateRange, PartialDateRange } from './calendar.types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ArdiumRangeCalendarComponent extends _AbstractCalendar<DateRange> {
|
|
5
|
+
export declare class ArdiumRangeCalendarComponent extends _AbstractCalendar<DateRange, PartialDateRange> {
|
|
6
6
|
readonly componentId = "200";
|
|
7
7
|
readonly componentName = "calendar";
|
|
8
8
|
readonly isRangeSelector = true;
|
|
9
9
|
constructor(defaults: ArdCalendarDefaults);
|
|
10
|
-
readonly value: import("@angular/core").ModelSignal<
|
|
10
|
+
readonly value: import("@angular/core").ModelSignal<PartialDateRange | null>;
|
|
11
11
|
readonly startSelection: import("@angular/core").OutputEmitterRef<Date>;
|
|
12
12
|
readonly endDate: import("@angular/core").Signal<Date | null>;
|
|
13
13
|
writeValue(v: any): void;
|
|
14
|
+
protected getValueForEmit(): DateRange | null;
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumRangeCalendarComponent, never>;
|
|
15
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumRangeCalendarComponent, "ard-range-calendar", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "startSelection": "startSelection"; }, never, never, false, never>;
|
|
16
17
|
}
|
|
@@ -11,7 +11,7 @@ import { ArdDateInputDefaults } from './date-input.defaults';
|
|
|
11
11
|
import { ArdDateInputAcceptButtonsTemplateDirective, ArdDateInputCalendarIconTemplateDirective, ArdDateInputPrefixTemplateDirective, ArdDateInputSuffixTemplateDirective, ArdDateInputValueTemplateDirective } from './date-input.directives';
|
|
12
12
|
import { ArdDateInputAcceptButtonsContext, ArdDateInputSerializeFn, ArdDateInputValueContext } from './date-input.types';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
|
-
export declare abstract class _AbstractDateInput<T> extends _FormFieldComponentBase implements OnDestroy, ControlValueAccessor {
|
|
14
|
+
export declare abstract class _AbstractDateInput<T, PT = T> extends _FormFieldComponentBase implements OnDestroy, ControlValueAccessor {
|
|
15
15
|
abstract readonly componentId: string;
|
|
16
16
|
abstract readonly componentName: string;
|
|
17
17
|
abstract readonly isRangeSelector: boolean;
|
|
@@ -24,10 +24,11 @@ export declare abstract class _AbstractDateInput<T> extends _FormFieldComponentB
|
|
|
24
24
|
readonly placeholder: InputSignal<string>;
|
|
25
25
|
readonly calendarDisabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
26
26
|
readonly calendarHidden: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
27
|
-
abstract readonly serializeFn: InputSignal<ArdDateInputSerializeFn<
|
|
28
|
-
readonly value: import("@angular/core").ModelSignal<
|
|
27
|
+
abstract readonly serializeFn: InputSignal<ArdDateInputSerializeFn<PT>>;
|
|
28
|
+
readonly value: import("@angular/core").ModelSignal<PT | null>;
|
|
29
29
|
abstract writeValue(value: T | null): void;
|
|
30
30
|
protected _emitChange(): void;
|
|
31
|
+
protected abstract getValueForEmit(): T | null;
|
|
31
32
|
readonly isOpen: import("@angular/core").ModelSignal<boolean>;
|
|
32
33
|
readonly openEvent: import("@angular/core").OutputEmitterRef<void>;
|
|
33
34
|
readonly closeEvent: import("@angular/core").OutputEmitterRef<void>;
|
|
@@ -60,10 +61,10 @@ export declare abstract class _AbstractDateInput<T> extends _FormFieldComponentB
|
|
|
60
61
|
readonly monthSelect: import("@angular/core").OutputEmitterRef<number>;
|
|
61
62
|
readonly useAcceptButtonToSelect: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
62
63
|
private _valueToAccept;
|
|
63
|
-
onCalendarSelectedChange(value:
|
|
64
|
+
onCalendarSelectedChange(value: PT | null): void;
|
|
64
65
|
private _acceptSelectedDate;
|
|
65
66
|
private _cancelCalendarSelection;
|
|
66
|
-
protected abstract _isFullValue(value: T | null):
|
|
67
|
+
protected abstract _isFullValue(value: PT | T | null): value is T;
|
|
67
68
|
onAcceptButtonClick(): void;
|
|
68
69
|
onCancelButtonClick(): void;
|
|
69
70
|
readonly dropdownHost: Signal<ElementRef<HTMLElement>>;
|
|
@@ -103,8 +104,8 @@ export declare abstract class _AbstractDateInput<T> extends _FormFieldComponentB
|
|
|
103
104
|
readonly calendarDayDateFormat: InputSignal<string>;
|
|
104
105
|
readonly acceptButtonText: InputSignal<string>;
|
|
105
106
|
readonly cancelButtonText: InputSignal<string>;
|
|
106
|
-
readonly valueContext: Signal<ArdDateInputValueContext<
|
|
107
|
+
readonly valueContext: Signal<ArdDateInputValueContext<PT>>;
|
|
107
108
|
readonly acceptButtonsContext: Signal<ArdDateInputAcceptButtonsContext>;
|
|
108
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<_AbstractDateInput<any>, never>;
|
|
109
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<_AbstractDateInput<any>, never, never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "calendarDisabled": { "alias": "calendarDisabled"; "required": false; "isSignal": true; }; "calendarHidden": { "alias": "calendarHidden"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "dropdownAppearance": { "alias": "dropdownAppearance"; "required": false; "isSignal": true; }; "dropdownVariant": { "alias": "dropdownVariant"; "required": false; "isSignal": true; }; "activeView": { "alias": "activeView"; "required": false; "isSignal": true; }; "startView": { "alias": "startView"; "required": false; "isSignal": true; }; "activeYear": { "alias": "activeYear"; "required": false; "isSignal": true; }; "activeMonth": { "alias": "activeMonth"; "required": false; "isSignal": true; }; "firstWeekday": { "alias": "firstWeekday"; "required": false; "isSignal": true; }; "multipleYearPageChangeModifier": { "alias": "multipleYearPageChangeModifier"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "UTC": { "alias": "UTC"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "hideFloatingMonth": { "alias": "hideFloatingMonth"; "required": false; "isSignal": true; }; "useAcceptButtonToSelect": { "alias": "useAcceptButtonToSelect"; "required": false; "isSignal": true; }; "calendarDaysViewHeaderDateFormat": { "alias": "calendarDaysViewHeaderDateFormat"; "required": false; "isSignal": true; }; "calendarYearsViewHeaderDateFormat": { "alias": "calendarYearsViewHeaderDateFormat"; "required": false; "isSignal": true; }; "calendarMonthsViewHeaderDateFormat": { "alias": "calendarMonthsViewHeaderDateFormat"; "required": false; "isSignal": true; }; "calendarWeekdayDateFormat": { "alias": "calendarWeekdayDateFormat"; "required": false; "isSignal": true; }; "calendarWeekdayTitleDateFormat": { "alias": "calendarWeekdayTitleDateFormat"; "required": false; "isSignal": true; }; "calendarFloatingMonthDateFormat": { "alias": "calendarFloatingMonthDateFormat"; "required": false; "isSignal": true; }; "calendarFloatingMonthTitleDateFormat": { "alias": "calendarFloatingMonthTitleDateFormat"; "required": false; "isSignal": true; }; "calendarYearDateFormat": { "alias": "calendarYearDateFormat"; "required": false; "isSignal": true; }; "calendarMonthDateFormat": { "alias": "calendarMonthDateFormat"; "required": false; "isSignal": true; }; "calendarDayDateFormat": { "alias": "calendarDayDateFormat"; "required": false; "isSignal": true; }; "acceptButtonText": { "alias": "acceptButtonText"; "required": false; "isSignal": true; }; "cancelButtonText": { "alias": "cancelButtonText"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "isOpen": "isOpenChange"; "openEvent": "open"; "closeEvent": "close"; "activeView": "activeViewChange"; "activeYear": "activeYearChange"; "activeMonth": "activeMonthChange"; "yearSelect": "yearSelect"; "monthSelect": "monthSelect"; }, ["valueTemplate", "calendarIconTemplate", "acceptButtonsTemplate", "prefixTemplate", "suffixTemplate"], never, true, never>;
|
|
109
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<_AbstractDateInput<any, any>, never>;
|
|
110
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_AbstractDateInput<any, any>, never, never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "calendarDisabled": { "alias": "calendarDisabled"; "required": false; "isSignal": true; }; "calendarHidden": { "alias": "calendarHidden"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "dropdownAppearance": { "alias": "dropdownAppearance"; "required": false; "isSignal": true; }; "dropdownVariant": { "alias": "dropdownVariant"; "required": false; "isSignal": true; }; "activeView": { "alias": "activeView"; "required": false; "isSignal": true; }; "startView": { "alias": "startView"; "required": false; "isSignal": true; }; "activeYear": { "alias": "activeYear"; "required": false; "isSignal": true; }; "activeMonth": { "alias": "activeMonth"; "required": false; "isSignal": true; }; "firstWeekday": { "alias": "firstWeekday"; "required": false; "isSignal": true; }; "multipleYearPageChangeModifier": { "alias": "multipleYearPageChangeModifier"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "UTC": { "alias": "UTC"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "hideFloatingMonth": { "alias": "hideFloatingMonth"; "required": false; "isSignal": true; }; "useAcceptButtonToSelect": { "alias": "useAcceptButtonToSelect"; "required": false; "isSignal": true; }; "calendarDaysViewHeaderDateFormat": { "alias": "calendarDaysViewHeaderDateFormat"; "required": false; "isSignal": true; }; "calendarYearsViewHeaderDateFormat": { "alias": "calendarYearsViewHeaderDateFormat"; "required": false; "isSignal": true; }; "calendarMonthsViewHeaderDateFormat": { "alias": "calendarMonthsViewHeaderDateFormat"; "required": false; "isSignal": true; }; "calendarWeekdayDateFormat": { "alias": "calendarWeekdayDateFormat"; "required": false; "isSignal": true; }; "calendarWeekdayTitleDateFormat": { "alias": "calendarWeekdayTitleDateFormat"; "required": false; "isSignal": true; }; "calendarFloatingMonthDateFormat": { "alias": "calendarFloatingMonthDateFormat"; "required": false; "isSignal": true; }; "calendarFloatingMonthTitleDateFormat": { "alias": "calendarFloatingMonthTitleDateFormat"; "required": false; "isSignal": true; }; "calendarYearDateFormat": { "alias": "calendarYearDateFormat"; "required": false; "isSignal": true; }; "calendarMonthDateFormat": { "alias": "calendarMonthDateFormat"; "required": false; "isSignal": true; }; "calendarDayDateFormat": { "alias": "calendarDayDateFormat"; "required": false; "isSignal": true; }; "acceptButtonText": { "alias": "acceptButtonText"; "required": false; "isSignal": true; }; "cancelButtonText": { "alias": "cancelButtonText"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "isOpen": "isOpenChange"; "openEvent": "open"; "closeEvent": "close"; "activeView": "activeViewChange"; "activeYear": "activeYearChange"; "activeMonth": "activeMonthChange"; "yearSelect": "yearSelect"; "monthSelect": "monthSelect"; }, ["valueTemplate", "calendarIconTemplate", "acceptButtonsTemplate", "prefixTemplate", "suffixTemplate"], never, true, never>;
|
|
110
111
|
}
|
|
@@ -13,7 +13,8 @@ export declare class ArdiumDateInputComponent extends _AbstractDateInput<Date> i
|
|
|
13
13
|
constructor(defaults: ArdDateInputDefaults);
|
|
14
14
|
readonly dateInputValue: import("@angular/core").ModelSignal<string>;
|
|
15
15
|
writeValue(v: Date | null): void;
|
|
16
|
-
protected _isFullValue():
|
|
16
|
+
protected _isFullValue(_: Date | null): _ is Date;
|
|
17
|
+
protected getValueForEmit(): Date | null;
|
|
17
18
|
readonly dateInput: import("@angular/core").Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
18
19
|
readonly inputAttrs: import("@angular/core").InputSignal<Record<string, any>>;
|
|
19
20
|
readonly inputReadOnly: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { InjectionToken, Provider } from '@angular/core';
|
|
2
2
|
import { _FormFieldComponentDefaults } from '../../_internal/form-field-component';
|
|
3
|
-
import { ArdCalendarFilterFn, ArdCalendarView,
|
|
3
|
+
import { ArdCalendarFilterFn, ArdCalendarView, PartialDateRange } from '../../calendar/calendar.types';
|
|
4
4
|
import { DropdownPanelAppearance, DropdownPanelVariant } from '../../dropdown-panel';
|
|
5
5
|
import { ComponentColor } from '../../types/colors.types';
|
|
6
6
|
import { FormElementAppearance, FormElementVariant } from '../../types/theming.types';
|
|
@@ -10,7 +10,7 @@ export interface ArdDateInputDefaults extends _FormFieldComponentDefaults {
|
|
|
10
10
|
inputAttrs: Record<string, any>;
|
|
11
11
|
placeholder: string;
|
|
12
12
|
serializeFn: ArdDateInputSerializeFn<Date>;
|
|
13
|
-
rangeSerializeFn: ArdDateInputSerializeFn<
|
|
13
|
+
rangeSerializeFn: ArdDateInputSerializeFn<PartialDateRange>;
|
|
14
14
|
deserializeFn: ArdDateInputDeserializeFn<Date>;
|
|
15
15
|
appearance: FormElementAppearance;
|
|
16
16
|
variant: FormElementVariant;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PartialDateRange } from '../../calendar';
|
|
2
2
|
import { ArdDateInputDeserializeFn, ArdDateInputSerializeFn } from './date-input.types';
|
|
3
3
|
export declare const DEFAULT_DATE_INPUT_SERIALIZE_FN: ArdDateInputSerializeFn<Date>;
|
|
4
|
-
export declare const DEFAULT_DATE_RANGE_INPUT_SERIALIZE_FN: ArdDateInputSerializeFn<
|
|
4
|
+
export declare const DEFAULT_DATE_RANGE_INPUT_SERIALIZE_FN: ArdDateInputSerializeFn<PartialDateRange>;
|
|
5
5
|
export declare const DEFAULT_DATE_INPUT_DESERIALIZE_FN: ArdDateInputDeserializeFn<Date>;
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import { DateRange } from '../../calendar';
|
|
1
|
+
import { DateRange, PartialDateRange } from '../../calendar';
|
|
2
2
|
import { _AbstractDateInput } from './abstract-date-input';
|
|
3
3
|
import { ArdDateInputDefaults } from './date-input.defaults';
|
|
4
4
|
import { ArdDateInputSerializeFn } from './date-input.types';
|
|
5
5
|
import { ArdDateRangeInputDaysViewHeaderTemplateDirective, ArdDateRangeInputDayTemplateDirective, ArdDateRangeInputFloatingMonthTemplateDirective, ArdDateRangeInputMonthsViewHeaderTemplateDirective, ArdDateRangeInputMonthTemplateDirective, ArdDateRangeInputWeekdayTemplateDirective, ArdDateRangeInputYearsViewHeaderTemplateDirective, ArdDateRangeInputYearTemplateDirective } from './date-range-input.directives';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ArdiumDateRangeInputComponent extends _AbstractDateInput<DateRange> {
|
|
7
|
+
export declare class ArdiumDateRangeInputComponent extends _AbstractDateInput<DateRange, PartialDateRange> {
|
|
8
8
|
readonly componentId = "009";
|
|
9
9
|
readonly componentName = "date-range-input";
|
|
10
10
|
readonly isRangeSelector = true;
|
|
11
11
|
protected readonly _DEFAULTS: ArdDateInputDefaults;
|
|
12
12
|
constructor(defaults: ArdDateInputDefaults);
|
|
13
13
|
onGeneralClick(event: MouseEvent): void;
|
|
14
|
-
readonly
|
|
14
|
+
readonly partialValueChange: import("@angular/core").OutputEmitterRef<PartialDateRange>;
|
|
15
|
+
readonly serializeFn: import("@angular/core").InputSignal<ArdDateInputSerializeFn<PartialDateRange>>;
|
|
15
16
|
writeValue(v: any): void;
|
|
16
|
-
protected _isFullValue(value:
|
|
17
|
+
protected _isFullValue(value: PartialDateRange | null): value is DateRange;
|
|
18
|
+
protected getValueForEmit(): DateRange | null;
|
|
17
19
|
readonly shouldDisplayPlaceholder: import("@angular/core").Signal<boolean>;
|
|
18
20
|
readonly shouldDisplayValue: import("@angular/core").Signal<boolean>;
|
|
19
21
|
readonly shouldDisplayDateInput: import("@angular/core").Signal<boolean>;
|
|
@@ -26,5 +28,5 @@ export declare class ArdiumDateRangeInputComponent extends _AbstractDateInput<Da
|
|
|
26
28
|
readonly calendarMonthTemplate: import("@angular/core").Signal<ArdDateRangeInputMonthTemplateDirective | undefined>;
|
|
27
29
|
readonly calendarDayTemplate: import("@angular/core").Signal<ArdDateRangeInputDayTemplateDirective | undefined>;
|
|
28
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumDateRangeInputComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumDateRangeInputComponent, "ard-date-range-input", never, { "serializeFn": { "alias": "serializeFn"; "required": false; "isSignal": true; }; }, {}, ["calendarDaysViewHeaderTemplate", "calendarYearsViewHeaderTemplate", "calendarMonthsViewHeaderTemplate", "calendarWeekdayTemplate", "calendarFloatingMonthTemplate", "calendarYearTemplate", "calendarMonthTemplate", "calendarDayTemplate"], never, false, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumDateRangeInputComponent, "ard-date-range-input", never, { "serializeFn": { "alias": "serializeFn"; "required": false; "isSignal": true; }; }, { "partialValueChange": "partialValueChange"; }, ["calendarDaysViewHeaderTemplate", "calendarYearsViewHeaderTemplate", "calendarMonthsViewHeaderTemplate", "calendarWeekdayTemplate", "calendarFloatingMonthTemplate", "calendarYearTemplate", "calendarMonthTemplate", "calendarDayTemplate"], never, false, never>;
|
|
30
32
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NumberLike } from '@ardium-ui/devkit';
|
|
2
|
-
import { ArdMultiCalendarLocation, DateRange } from '../../calendar';
|
|
2
|
+
import { ArdMultiCalendarLocation, DateRange, PartialDateRange } from '../../calendar';
|
|
3
3
|
import { _AbstractDateInput } from './abstract-date-input';
|
|
4
4
|
import { ArdDateInputDefaults } from './date-input.defaults';
|
|
5
5
|
import { ArdDateInputSerializeFn } from './date-input.types';
|
|
@@ -10,13 +10,13 @@ type CalendarDataItem = {
|
|
|
10
10
|
activeDate: Date;
|
|
11
11
|
highlightedDay: number | null;
|
|
12
12
|
};
|
|
13
|
-
export declare class ArdiumMultipageDateRangeInputComponent extends _AbstractDateInput<DateRange> {
|
|
13
|
+
export declare class ArdiumMultipageDateRangeInputComponent extends _AbstractDateInput<DateRange, PartialDateRange> {
|
|
14
14
|
readonly componentId = "012";
|
|
15
15
|
readonly componentName = "multipage-date-range-input";
|
|
16
16
|
readonly isRangeSelector = true;
|
|
17
17
|
protected readonly _DEFAULTS: ArdDateInputDefaults;
|
|
18
18
|
constructor(defaults: ArdDateInputDefaults);
|
|
19
|
-
readonly serializeFn: import("@angular/core").InputSignal<ArdDateInputSerializeFn<
|
|
19
|
+
readonly serializeFn: import("@angular/core").InputSignal<ArdDateInputSerializeFn<PartialDateRange>>;
|
|
20
20
|
readonly highlightedDate: import("@angular/core").WritableSignal<Date | null>;
|
|
21
21
|
readonly numberOfCalendars: import("@angular/core").InputSignalWithTransform<number, NumberLike>;
|
|
22
22
|
readonly calendarDataArray: import("@angular/core").Signal<CalendarDataItem[]>;
|
|
@@ -27,7 +27,8 @@ export declare class ArdiumMultipageDateRangeInputComponent extends _AbstractDat
|
|
|
27
27
|
}, index: number): void;
|
|
28
28
|
onHighlightDate(date: Date | null): void;
|
|
29
29
|
writeValue(v: any): void;
|
|
30
|
-
protected _isFullValue(value:
|
|
30
|
+
protected _isFullValue(value: PartialDateRange | null): value is DateRange;
|
|
31
|
+
protected getValueForEmit(): DateRange | null;
|
|
31
32
|
readonly shouldDisplayPlaceholder: import("@angular/core").Signal<boolean>;
|
|
32
33
|
readonly shouldDisplayValue: import("@angular/core").Signal<boolean>;
|
|
33
34
|
readonly shouldDisplayDateInput: import("@angular/core").Signal<boolean>;
|
package/package.json
CHANGED
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
cursor: var(--ard-autocomplete-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
90
90
|
}
|
|
91
91
|
.ard-readonly .ard-autocomplete-input * {
|
|
92
|
-
cursor:
|
|
92
|
+
cursor: var(--ard-autocomplete-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
93
93
|
}
|
|
94
94
|
.ard-autocomplete-input ard-clear-button {
|
|
95
95
|
height: var(--ard-clear-button-size);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/autocomplete-input.scss","../../../../../projects/ui/src/themes/default/_clear-button.scss","../../../../../projects/ui/src/themes/_variables.scss","../../../../../projects/ui/src/themes/default/_mixins.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACGA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IAEA;IACA;;EAIF;IDpBA,QCsBI;IDrBJ;IACA;IACA;IACA;IACA;IACA,KCkBI;IDjBJ;IACA;IACA,WCgBI;IDfJ,aCiBI;IDhBJ,aCkBI;IDjBJ,cCqBI;IDpBJ,eCkBI;IDjBJ,aCgBI;IDfJ,gBCiBI;IDhBJ,OCsBI;IAKF;IACA;;ED1BF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCMA;IDLA,OCIA;IDHA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QChCE;IDiCF,WC9BE;ID+BF,aC7BE;ID8BF,cCrBE;IDsBF,eCxBE;IDyBF,aC1BE;ID2BF,gBCzBE;;ED4BJ;IACE,QCxBE;;ED0BF;IACE;;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/autocomplete-input.scss","../../../../../projects/ui/src/themes/default/_clear-button.scss","../../../../../projects/ui/src/themes/_variables.scss","../../../../../projects/ui/src/themes/default/_mixins.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACGA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IAEA;IACA;;EAIF;IDpBA,QCsBI;IDrBJ;IACA;IACA;IACA;IACA;IACA,KCkBI;IDjBJ;IACA;IACA,WCgBI;IDfJ,aCiBI;IDhBJ,aCkBI;IDjBJ,cCqBI;IDpBJ,eCkBI;IDjBJ,aCgBI;IDfJ,gBCiBI;IDhBJ,OCsBI;IAKF;IACA;;ED1BF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCMA;IDLA,OCIA;IDHA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QChCE;IDiCF,WC9BE;ID+BF,aC7BE;ID8BF,cCrBE;IDsBF,eCxBE;IDyBF,aC1BE;ID2BF,gBCzBE;;ED4BJ;IACE,QCxBE;;ED0BF;IACE,QC3BA;;EChEJ;IACE,QCmCgB;IDlChB,OCkCgB;IDjChB;;EAGF;IACE;IACA;IACA,OCGK;IDFL,OC0BgB;IDzBhB,QCyBgB;IDxBhB;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;IACA;;EAGF;IEvBF;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IFgBI;;EAGF;IACE;IACA;IACA;IACA;;EAEA;IACE;IE7CN;IACA;IACA,yBACE;IF4CI;;EAKF;IACE;;EAKF;IACE;;EAKF;IACE;;EAKJ;IACE;;EDCF;IACE;IACA;IACA;;EAIJ;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAIF;IACE;IACA","file":"autocomplete-input.css"}
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
.ard-readonly ard-date-input .ard-date-input *,
|
|
94
94
|
.ard-readonly ard-date-range-input .ard-date-range-input *,
|
|
95
95
|
.ard-readonly ard-multipage-date-range-input .ard-multipage-date-range-input * {
|
|
96
|
-
cursor:
|
|
96
|
+
cursor: var(--ard-date-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
97
97
|
}
|
|
98
98
|
ard-date-input .ard-date-input .ard-date-input__value-container,
|
|
99
99
|
ard-date-range-input .ard-date-range-input .ard-date-input__value-container,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/date-input.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACCA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAGA;;EAGF;AAAA;AAAA;IDJA,QCQI;IDPJ;IACA;IACA;IACA;IACA;IACA,KCII;IDHJ;IACA;IACA,WCEI;IDDJ,aCGI;IDFJ,aCII;IDHJ,cCOI;IDNJ,eCII;IDHJ,aCEI;IDDJ,gBCGI;IDFJ,OCQI;IAKF;IACA;;EDZF;AAAA;AAAA;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;AAAA;AAAA;IACE;IACA;IACA;IACA;;EAEF;AAAA;AAAA;IACE;IACA,SCRA;IDSA,OCVA;IDWA;IACA;IACA;IACA;IACA;IACA;;EAGF;AAAA;AAAA;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;AAAA;AAAA;IACE,QC9CE;ID+CF,WC5CE;ID6CF,aC3CE;ID4CF,cCnCE;IDoCF,eCtCE;IDuCF,aCxCE;IDyCF,gBCvCE;;ED0CJ;AAAA;AAAA;IACE,QCtCE;;EDwCF;AAAA;AAAA;IACE;;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/date-input.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACCA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAGA;;EAGF;AAAA;AAAA;IDJA,QCQI;IDPJ;IACA;IACA;IACA;IACA;IACA,KCII;IDHJ;IACA;IACA,WCEI;IDDJ,aCGI;IDFJ,aCII;IDHJ,cCOI;IDNJ,eCII;IDHJ,aCEI;IDDJ,gBCGI;IDFJ,OCQI;IAKF;IACA;;EDZF;AAAA;AAAA;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;AAAA;AAAA;IACE;IACA;IACA;IACA;;EAEF;AAAA;AAAA;IACE;IACA,SCRA;IDSA,OCVA;IDWA;IACA;IACA;IACA;IACA;IACA;;EAGF;AAAA;AAAA;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;AAAA;AAAA;IACE,QC9CE;ID+CF,WC5CE;ID6CF,aC3CE;ID4CF,cCnCE;IDoCF,eCtCE;IDuCF,aCxCE;IDyCF,gBCvCE;;ED0CJ;AAAA;AAAA;IACE,QCtCE;;EDwCF;AAAA;AAAA;IACE,QCzCA;;EAKF;AAAA;AAAA;IACE;;EAEF;AAAA;AAAA;IACE;IACA;;EAEF;AAAA;AAAA;IACE;IACA;IACA;;EAEA;AAAA;AAAA;IACE;IACA;IACA;;EAGF;AAAA;AAAA;IACE;IACA;IACA;;EAGJ;AAAA;AAAA;IACE;IACA;IACA;;EAKF;IACE;IACA;;EAGJ;IACE;IACA;IACA","file":"date-input.css"}
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
cursor: var(--ard-file-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
103
103
|
}
|
|
104
104
|
.ard-readonly .ard-file-input * {
|
|
105
|
-
cursor:
|
|
105
|
+
cursor: var(--ard-file-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
106
106
|
}
|
|
107
107
|
.ard-file-input.ard-color-none {
|
|
108
108
|
--ard-cmpcl--bg: var(--ard-bg);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/file-input.scss","../../../../../projects/ui/src/themes/default/_coloring.scss","../../../../../projects/ui/src/themes/default/_mixins.scss","../../../../../projects/ui/src/themes/default/_clear-button.scss","../../../../../projects/ui/src/themes/_variables.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACIA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAGA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAGA;IAEA;IACA;IACA;IACA;IACA;IACA;;EAIA;IACE;;EAGJ;IDlCA,QCoCI;IDnCJ;IACA;IACA;IACA;IACA;IACA,KCgCI;ID/BJ;IACA;IACA,WC8BI;ID7BJ,aC+BI;ID9BJ,aCgCI;ID/BJ,cCmCI;IDlCJ,eCgCI;ID/BJ,aC8BI;ID7BJ,gBC+BI;ID9BJ,OCoCI;IAMF;IACA;IACA;IACA;IACA;;ED5CF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCoBA;IDnBA,OCkBA;IDjBA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QClBE;IDmBF,WChBE;IDiBF,aCfE;IDgBF,cCPE;IDQF,eCVE;IDWF,aCZE;IDaF,gBCXE;;EDcJ;IACE,QCVE;;EDYF;IACE;;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/file-input.scss","../../../../../projects/ui/src/themes/default/_coloring.scss","../../../../../projects/ui/src/themes/default/_mixins.scss","../../../../../projects/ui/src/themes/default/_clear-button.scss","../../../../../projects/ui/src/themes/_variables.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACIA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAGA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAGA;IAEA;IACA;IACA;IACA;IACA;IACA;;EAIA;IACE;;EAGJ;IDlCA,QCoCI;IDnCJ;IACA;IACA;IACA;IACA;IACA,KCgCI;ID/BJ;IACA;IACA,WC8BI;ID7BJ,aC+BI;ID9BJ,aCgCI;ID/BJ,cCmCI;IDlCJ,eCgCI;ID/BJ,aC8BI;ID7BJ,gBC+BI;ID9BJ,OCoCI;IAMF;IACA;IACA;IACA;IACA;;ED5CF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCoBA;IDnBA,OCkBA;IDjBA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QClBE;IDmBF,WChBE;IDiBF,aCfE;IDgBF,cCPE;IDQF,eCVE;IDWF,aCZE;IDaF,gBCXE;;EDcJ;IACE,QCVE;;EDYF;IACE,QCbA;;EC/EJ;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EDlDA;IACE;IACA;;EAGF;IACE;;EAIF;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IE/GJ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IFwGM;IACA;;EAGA;IACE;;EAIF;IACE;;EAIF;IACE;;EAIF;IACE;;EG9IR;IACE,QCmCgB;IDlChB,OCkCgB;IDjChB;;EAGF;IACE;IACA;IACA,OCGK;IDFL,OC0BgB;IDzBhB,QCyBgB;IDxBhB;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;IACA;;EAGF;IDvBF;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;ICgBI;;EAGF;IACE;IACA;IACA;IACA;;EAEA;IACE;ID7CN;IACA;IACA,yBACE;IC4CI;;EAKF;IACE;;EAKF;IACE;;EAKF;IACE;;EAKJ;IACE;;EH+EF;IACE;;EAEF;AAAA;AAAA;AAAA;AAAA;IAKE;IACA;IACA;;EAEF;IACE;IACA;;EAEA;IACE;;EAEF;IACE;;EAIN;IACE;;EAIE;AAAA;IAEE","file":"file-input.css"}
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
cursor: var(--ard-hex-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
80
80
|
}
|
|
81
81
|
.ard-readonly .ard-hex-input * {
|
|
82
|
-
cursor:
|
|
82
|
+
cursor: var(--ard-hex-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
83
83
|
}
|
|
84
84
|
.ard-hex-input ard-clear-button {
|
|
85
85
|
height: var(--ard-clear-button-size);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/hex-input.scss","../../../../../projects/ui/src/themes/default/_clear-button.scss","../../../../../projects/ui/src/themes/_variables.scss","../../../../../projects/ui/src/themes/default/_mixins.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACGA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAGA;IACA;IAEA;;EAGF;IDTA,QCWI;IDVJ;IACA;IACA;IACA;IACA;IACA,KCOI;IDNJ;IACA;IACA,WCKI;IDJJ,aCMI;IDLJ,aCOI;IDNJ,cCUI;IDTJ,eCOI;IDNJ,aCKI;IDJJ,gBCMI;IDLJ,OCWI;IAKF;IACA;;EDfF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCLA;IDMA,OCPA;IDQA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QC3CE;ID4CF,WCzCE;ID0CF,aCxCE;IDyCF,cChCE;IDiCF,eCnCE;IDoCF,aCrCE;IDsCF,gBCpCE;;EDuCJ;IACE,QCnCE;;EDqCF;IACE;;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/hex-input.scss","../../../../../projects/ui/src/themes/default/_clear-button.scss","../../../../../projects/ui/src/themes/_variables.scss","../../../../../projects/ui/src/themes/default/_mixins.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACGA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAGA;IACA;IAEA;;EAGF;IDTA,QCWI;IDVJ;IACA;IACA;IACA;IACA;IACA,KCOI;IDNJ;IACA;IACA,WCKI;IDJJ,aCMI;IDLJ,aCOI;IDNJ,cCUI;IDTJ,eCOI;IDNJ,aCKI;IDJJ,gBCMI;IDLJ,OCWI;IAKF;IACA;;EDfF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCLA;IDMA,OCPA;IDQA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QC3CE;ID4CF,WCzCE;ID0CF,aCxCE;IDyCF,cChCE;IDiCF,eCnCE;IDoCF,aCrCE;IDsCF,gBCpCE;;EDuCJ;IACE,QCnCE;;EDqCF;IACE,QCtCA;;ECrDJ;IACE,QCmCgB;IDlChB,OCkCgB;IDjChB;;EAGF;IACE;IACA;IACA,OCGK;IDFL,OC0BgB;IDzBhB,QCyBgB;IDxBhB;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;IACA;;EAGF;IEvBF;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IFgBI;;EAGF;IACE;IACA;IACA;IACA;;EAEA;IACE;IE7CN;IACA;IACA,yBACE;IF4CI;;EAKF;IACE;;EAKF;IACE;;EAKF;IACE;;EAKJ;IACE;;EDTA;IACE;;EAIJ;IACE;IACA;IACA;IACA;IACA;IACA;IACA","file":"hex-input.css"}
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
cursor: var(--ard-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
79
79
|
}
|
|
80
80
|
.ard-readonly .ard-input * {
|
|
81
|
-
cursor:
|
|
81
|
+
cursor: var(--ard-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
82
82
|
}
|
|
83
83
|
.ard-input ard-clear-button {
|
|
84
84
|
height: var(--ard-clear-button-size);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/input.scss","../../../../../projects/ui/src/themes/default/_clear-button.scss","../../../../../projects/ui/src/themes/_variables.scss","../../../../../projects/ui/src/themes/default/_mixins.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACGA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAGA;IACA;;EAGF;IDPA,QCSI;IDRJ;IACA;IACA;IACA;IACA;IACA,KCKI;IDJJ;IACA;IACA,WCGI;IDFJ,aCII;IDHJ,aCKI;IDJJ,cCQI;IDPJ,eCKI;IDJJ,aCGI;IDFJ,gBCII;IDHJ,OCSI;IAKF;IACA;;EDbF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCPA;IDQA,OCTA;IDUA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QC7CE;ID8CF,WC3CE;ID4CF,aC1CE;ID2CF,cClCE;IDmCF,eCrCE;IDsCF,aCvCE;IDwCF,gBCtCE;;EDyCJ;IACE,QCrCE;;EDuCF;IACE;;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/input.scss","../../../../../projects/ui/src/themes/default/_clear-button.scss","../../../../../projects/ui/src/themes/_variables.scss","../../../../../projects/ui/src/themes/default/_mixins.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACGA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAGA;IACA;;EAGF;IDPA,QCSI;IDRJ;IACA;IACA;IACA;IACA;IACA,KCKI;IDJJ;IACA;IACA,WCGI;IDFJ,aCII;IDHJ,aCKI;IDJJ,cCQI;IDPJ,eCKI;IDJJ,aCGI;IDFJ,gBCII;IDHJ,OCSI;IAKF;IACA;;EDbF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCPA;IDQA,OCTA;IDUA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QC7CE;ID8CF,WC3CE;ID4CF,aC1CE;ID2CF,cClCE;IDmCF,eCrCE;IDsCF,aCvCE;IDwCF,gBCtCE;;EDyCJ;IACE,QCrCE;;EDuCF;IACE,QCxCA;;ECnDJ;IACE,QCmCgB;IDlChB,OCkCgB;IDjChB;;EAGF;IACE;IACA;IACA,OCGK;IDFL,OC0BgB;IDzBhB,QCyBgB;IDxBhB;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;IACA;;EAGF;IEvBF;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IFgBI;;EAGF;IACE;IACA;IACA;IACA;;EAEA;IACE;IE7CN;IACA;IACA,yBACE;IF4CI;;EAKF;IACE;;EAKF;IACE;;EAKF;IACE;;EAKJ;IACE","file":"input.css"}
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
cursor: var(--ard-number-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
82
82
|
}
|
|
83
83
|
.ard-readonly .ard-number-input * {
|
|
84
|
-
cursor:
|
|
84
|
+
cursor: var(--ard-number-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
85
85
|
}
|
|
86
86
|
.ard-number-input.ard-appearance-outlined {
|
|
87
87
|
--ard-appearance-background: var(--ard-bg);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/number-input.scss","../../../../../projects/ui/src/themes/default/_mixins.scss","../../../../../projects/ui/src/themes/_variables.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACEA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IACA;IAEA;;EAIF;IACE;;EAGF;IDVA,QCYI;IDXJ;IACA;IACA;IACA;IACA;IACA,KCQI;IDPJ;IACA;IACA,WCMI;IDLJ,aCOI;IDNJ,aCQI;IDPJ,cCWI;IDVJ,eCQI;IDPJ,aCMI;IDLJ,gBCOI;IDNJ,OCYI;IAMF;IACA;;EDjBF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCJA;IDKA,OCNA;IDOA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QC1CE;ID2CF,WCxCE;IDyCF,aCvCE;IDwCF,cC/BE;IDgCF,eClCE;IDmCF,aCpCE;IDqCF,gBCnCE;;EDsCJ;IACE,QClCE;;EDoCF;IACE;;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/number-input.scss","../../../../../projects/ui/src/themes/default/_mixins.scss","../../../../../projects/ui/src/themes/_variables.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACEA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IACA;IAEA;;EAIF;IACE;;EAGF;IDVA,QCYI;IDXJ;IACA;IACA;IACA;IACA;IACA,KCQI;IDPJ;IACA;IACA,WCMI;IDLJ,aCOI;IDNJ,aCQI;IDPJ,cCWI;IDVJ,eCQI;IDPJ,aCMI;IDLJ,gBCOI;IDNJ,OCYI;IAMF;IACA;;EDjBF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCJA;IDKA,OCNA;IDOA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QC1CE;ID2CF,WCxCE;IDyCF,aCvCE;IDwCF,cC/BE;IDgCF,eClCE;IDmCF,aCpCE;IDqCF,gBCnCE;;EDsCJ;IACE,QClCE;;EDoCF;IACE,QCrCA;;ECdJ;IACE;IACA;IACA;;EAEA;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAGJ;IACE;IACA;;EAEA;IACE;;EAEF;IACE;;EAGJ;IACE;IACA;;EDTA;IACE;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;;EAIF;AAAA;IAEE;IACA;IACA;IACA;;EAGA;IACE;;EAEF;IACE;;EAKJ;IACE;IACA;;EAEA;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;;EAGF;IACE;;EAEA;IACE;IACA;;EAGJ;IACE;;EAEA;IACE;IACA;;EAMN;IACE;;EAGE;IACE;;EAIN;IACE;;EAEF;IACE;;EAEA;IACE;IACA;IACA;IACA;;EAIA;IACE;;EAQJ;IACE;IACA;IACA;;EAEF;IACE;IACA;;EAGJ;IACE;IACA;;EAKA;IACE;IACA;IACA;IACA;;EAEF;IACE;;EAQF;AAAA;IACE;;EAKJ;IACE;IACA;IACA,YE1MC;;EF8MH;IACE","file":"number-input.css"}
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
cursor: var(--ard-password-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
92
92
|
}
|
|
93
93
|
.ard-readonly .ard-password-input * {
|
|
94
|
-
cursor:
|
|
94
|
+
cursor: var(--ard-password-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
95
95
|
}
|
|
96
96
|
.ard-password-input.ard-revealable {
|
|
97
97
|
padding-right: 0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/password-input.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACGA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAGA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;;EAGF;IDrBA,QCuBI;IDtBJ;IACA;IACA;IACA;IACA;IACA,KCmBI;IDlBJ;IACA;IACA,WCiBI;IDhBJ,aCkBI;IDjBJ,aCmBI;IDlBJ,cCsBI;IDrBJ,eCmBI;IDlBJ,aCiBI;IDhBJ,gBCkBI;IDjBJ,OCuBI;IAKF;IACA;;ED3BF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCOA;IDNA,OCKA;IDJA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QC/BE;IDgCF,WC7BE;ID8BF,aC5BE;ID6BF,cCpBE;IDqBF,eCvBE;IDwBF,aCzBE;ID0BF,gBCxBE;;ED2BJ;IACE,QCvBE;;EDyBF;IACE;;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/password-input.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACGA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAGA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;;EAGF;IDrBA,QCuBI;IDtBJ;IACA;IACA;IACA;IACA;IACA,KCmBI;IDlBJ;IACA;IACA,WCiBI;IDhBJ,aCkBI;IDjBJ,aCmBI;IDlBJ,cCsBI;IDrBJ,eCmBI;IDlBJ,aCiBI;IDhBJ,gBCkBI;IDjBJ,OCuBI;IAKF;IACA;;ED3BF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCOA;IDNA,OCKA;IDJA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QC/BE;IDgCF,WC7BE;ID8BF,aC5BE;ID6BF,cCpBE;IDqBF,eCvBE;IDwBF,aCzBE;ID0BF,gBCxBE;;ED2BJ;IACE,QCvBE;;EDyBF;IACE,QC1BA;;EAKF;IACE;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;;EAEA;IACE;;EAEF;IACE;;EAEF;IACE;;EAMJ;IACE;IACA","file":"password-input.css"}
|