@ptsecurity/mosaic 14.0.0 → 14.1.1
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/checkbox/checkbox.d.ts +5 -14
- package/core/formatters/date/formatter.pipe.d.ts +95 -0
- package/core/formatters/index.d.ts +3 -1
- package/core/pop-up/pop-up-trigger.d.ts +3 -1
- package/core/validation/validation.d.ts +1 -12
- package/datepicker/datepicker-input.directive.d.ts +4 -9
- package/design-tokens/legacy-2017/tokens/components/badge.json5 +46 -46
- package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +2 -1
- package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +4 -0
- package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +10 -1
- package/design-tokens/legacy-2017/tokens/components/timezone.json5 +1 -0
- package/design-tokens/legacy-2017/tokens.d.ts +44 -33
- package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +2 -1
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +4 -0
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +10 -1
- package/design-tokens/pt-2022/tokens/components/timezone.json5 +1 -0
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +8 -8
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +17 -17
- package/design-tokens/pt-2022/tokens.d.ts +63 -52
- package/design-tokens/style-dictionary/formats/figma.js +2 -2
- package/esm2020/button-toggle/button-toggle.component.mjs +2 -2
- package/esm2020/checkbox/checkbox.mjs +17 -32
- package/esm2020/core/formatters/date/formatter.pipe.mjs +187 -0
- package/esm2020/core/formatters/index.mjs +62 -4
- package/esm2020/core/pop-up/pop-up-trigger.mjs +13 -11
- package/esm2020/core/validation/validation.mjs +1 -114
- package/esm2020/datepicker/datepicker-input.directive.mjs +8 -25
- package/esm2020/datepicker/datepicker.component.mjs +1 -1
- package/esm2020/design-tokens/legacy-2017/tokens.mjs +45 -34
- package/esm2020/design-tokens/pt-2022/tokens.mjs +64 -53
- package/esm2020/form-field/form-field.module.mjs +10 -5
- package/esm2020/form-field/public-api.mjs +2 -1
- package/esm2020/form-field/validate.directive.mjs +156 -0
- package/esm2020/input/input-password.mjs +8 -41
- package/esm2020/input/input.mjs +8 -41
- package/esm2020/loader-overlay/loader-overlay.component.mjs +7 -3
- package/esm2020/modal/modal.component.mjs +2 -2
- package/esm2020/modal/modal.service.mjs +2 -1
- package/esm2020/popover/popover-confirm.component.mjs +3 -3
- package/esm2020/popover/popover.component.mjs +13 -4
- package/esm2020/progress-spinner/progress-spinner.component.mjs +21 -6
- package/esm2020/radio/radio.component.mjs +42 -41
- package/esm2020/select/select.component.mjs +17 -37
- package/esm2020/sidepanel/sidepanel.service.mjs +2 -1
- package/esm2020/tags/tag-list.component.mjs +17 -32
- package/esm2020/textarea/textarea.component.mjs +17 -38
- package/esm2020/timepicker/timepicker.directive.mjs +8 -25
- package/esm2020/timezone/timezone.utils.mjs +15 -7
- package/esm2020/toast/toast-container.component.mjs +2 -2
- package/esm2020/toast/toast.service.mjs +12 -3
- package/esm2020/toggle/toggle.component.mjs +3 -3
- package/esm2020/tree-select/tree-select.component.mjs +21 -41
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +16 -31
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs +258 -127
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +4 -21
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +151 -118
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +164 -7
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-input.mjs +9 -75
- package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +6 -2
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.mjs +3 -2
- package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-popover.mjs +15 -6
- package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +20 -5
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-radio.mjs +42 -40
- package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-select.mjs +17 -37
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +1 -0
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.mjs +15 -30
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.mjs +17 -37
- package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs +6 -23
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timezone.mjs +15 -6
- package/fesm2015/ptsecurity-mosaic-timezone.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toast.mjs +13 -4
- package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toggle.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +22 -42
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +16 -31
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +255 -127
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +4 -21
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +151 -118
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +162 -7
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-input.mjs +9 -75
- package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +6 -2
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-modal.mjs +3 -2
- package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-popover.mjs +15 -6
- package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +20 -5
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-radio.mjs +41 -40
- package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-select.mjs +15 -36
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +1 -0
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tags.mjs +14 -30
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-textarea.mjs +15 -36
- package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs +6 -23
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timezone.mjs +14 -6
- package/fesm2020/ptsecurity-mosaic-timezone.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toast.mjs +13 -4
- package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toggle.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +19 -40
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/form-field/form-field.module.d.ts +4 -3
- package/form-field/public-api.d.ts +1 -0
- package/form-field/validate.directive.d.ts +32 -0
- package/input/input-password.d.ts +6 -12
- package/input/input.d.ts +6 -12
- package/loader-overlay/loader-overlay.component.d.ts +1 -0
- package/package.json +4 -4
- package/popover/popover.component.d.ts +1 -0
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/default-theme.css +1 -1
- package/prebuilt-visual/default-visual.css +1 -1
- package/progress-spinner/progress-spinner.component.d.ts +6 -1
- package/radio/radio.component.d.ts +6 -12
- package/select/select.component.d.ts +6 -10
- package/tags/tag-list.component.d.ts +6 -8
- package/textarea/textarea.component.d.ts +7 -12
- package/timepicker/timepicker.directive.d.ts +4 -9
- package/timezone/timezone.utils.d.ts +1 -1
- package/toast/toast.service.d.ts +1 -0
- package/tree-select/tree-select.component.d.ts +4 -8
package/checkbox/checkbox.d.ts
CHANGED
@@ -45,18 +45,9 @@ export declare const McCheckboxMixinBase: HasTabIndexCtor & CanColorCtor & CanDi
|
|
45
45
|
* have the checkbox be accessible, you may supply an [aria-label] input.
|
46
46
|
*/
|
47
47
|
export declare class McCheckbox extends McCheckboxMixinBase implements ControlValueAccessor, AfterViewInit, OnDestroy, CanColor, CanDisable, HasTabIndex {
|
48
|
-
private
|
49
|
-
private
|
50
|
-
private
|
51
|
-
/**
|
52
|
-
* Attached to the aria-label attribute of the host element. In most cases, arial-labelledby will
|
53
|
-
* take precedence so this may be omitted.
|
54
|
-
*/
|
55
|
-
ariaLabel: string;
|
56
|
-
/**
|
57
|
-
* Users can specify the `aria-labelledby` attribute which will be forwarded to the input element
|
58
|
-
*/
|
59
|
-
ariaLabelledby: string | null;
|
48
|
+
private changeDetectorRef;
|
49
|
+
private focusMonitor;
|
50
|
+
private clickAction;
|
60
51
|
/** A unique id for the checkbox input. If none is supplied, it will be auto-generated. */
|
61
52
|
id: string;
|
62
53
|
/** Whether the label should appear after or before the checkbox. Defaults to 'after' */
|
@@ -102,7 +93,7 @@ export declare class McCheckbox extends McCheckboxMixinBase implements ControlVa
|
|
102
93
|
private uniqueId;
|
103
94
|
private currentAnimationClass;
|
104
95
|
private currentCheckState;
|
105
|
-
constructor(elementRef: ElementRef,
|
96
|
+
constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, focusMonitor: FocusMonitor, clickAction: McCheckboxClickAction);
|
106
97
|
/**
|
107
98
|
* Called when the checkbox is blurred. Needed to properly implement ControlValueAccessor.
|
108
99
|
* @docs-private
|
@@ -136,5 +127,5 @@ export declare class McCheckbox extends McCheckboxMixinBase implements ControlVa
|
|
136
127
|
/** Function is called whenever the focus changes for the input element. */
|
137
128
|
private onInputFocusChange;
|
138
129
|
static ɵfac: i0.ɵɵFactoryDeclaration<McCheckbox, [null, null, null, { optional: true; }]>;
|
139
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McCheckbox, "mc-checkbox", ["mcCheckbox"], { "color": "color"; "tabIndex": "tabIndex"; "
|
130
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McCheckbox, "mc-checkbox", ["mcCheckbox"], { "color": "color"; "tabIndex": "tabIndex"; "id": "id"; "labelPosition": "labelPosition"; "name": "name"; "value": "value"; "required": "required"; "checked": "checked"; "disabled": "disabled"; "indeterminate": "indeterminate"; }, { "change": "change"; "indeterminateChange": "indeterminateChange"; }, never, ["*", "mc-hint"], false>;
|
140
131
|
}
|
@@ -0,0 +1,95 @@
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
2
|
+
import { DateTime } from 'luxon';
|
3
|
+
import { DateFormatter, DateTimeOptions } from './formatter';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
export declare class AbsoluteDateFormatterPipe implements PipeTransform {
|
6
|
+
private formatter;
|
7
|
+
constructor(formatter: DateFormatter<DateTime>);
|
8
|
+
transform(value: any, currYear?: boolean): string;
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteDateFormatterPipe, never>;
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteDateFormatterPipe, "absoluteLongDate", false>;
|
11
|
+
}
|
12
|
+
export declare class AbsoluteDateTimeFormatterPipe implements PipeTransform {
|
13
|
+
private formatter;
|
14
|
+
constructor(formatter: DateFormatter<DateTime>);
|
15
|
+
transform(value: any, options?: DateTimeOptions): string;
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteDateTimeFormatterPipe, never>;
|
17
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteDateTimeFormatterPipe, "absoluteLongDateTime", false>;
|
18
|
+
}
|
19
|
+
export declare class AbsoluteDateShortFormatterPipe implements PipeTransform {
|
20
|
+
private formatter;
|
21
|
+
constructor(formatter: DateFormatter<DateTime>);
|
22
|
+
transform(value: any, currYear?: boolean): string;
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteDateShortFormatterPipe, never>;
|
24
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteDateShortFormatterPipe, "absoluteShortDate", false>;
|
25
|
+
}
|
26
|
+
export declare class AbsoluteShortDateTimeFormatterPipe implements PipeTransform {
|
27
|
+
private formatter;
|
28
|
+
constructor(formatter: DateFormatter<DateTime>);
|
29
|
+
transform(value: any, options?: DateTimeOptions): string;
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteShortDateTimeFormatterPipe, never>;
|
31
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteShortDateTimeFormatterPipe, "absoluteShortDateTime", false>;
|
32
|
+
}
|
33
|
+
export declare class RelativeDateFormatterPipe implements PipeTransform {
|
34
|
+
private formatter;
|
35
|
+
constructor(formatter: DateFormatter<DateTime>);
|
36
|
+
transform(value: any): string;
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RelativeDateFormatterPipe, never>;
|
38
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RelativeDateFormatterPipe, "relativeLongDate", false>;
|
39
|
+
}
|
40
|
+
export declare class RelativeDateTimeFormatterPipe implements PipeTransform {
|
41
|
+
private formatter;
|
42
|
+
constructor(formatter: DateFormatter<DateTime>);
|
43
|
+
transform(value: any, options?: DateTimeOptions): string;
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RelativeDateTimeFormatterPipe, never>;
|
45
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RelativeDateTimeFormatterPipe, "relativeLongDateTime", false>;
|
46
|
+
}
|
47
|
+
export declare class RelativeShortDateFormatterPipe implements PipeTransform {
|
48
|
+
private formatter;
|
49
|
+
constructor(formatter: DateFormatter<DateTime>);
|
50
|
+
transform(value: any): string;
|
51
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RelativeShortDateFormatterPipe, never>;
|
52
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RelativeShortDateFormatterPipe, "relativeShortDate", false>;
|
53
|
+
}
|
54
|
+
export declare class RelativeShortDateTimeFormatterPipe implements PipeTransform {
|
55
|
+
private formatter;
|
56
|
+
constructor(formatter: DateFormatter<DateTime>);
|
57
|
+
transform(value: any, options?: DateTimeOptions): string;
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RelativeShortDateTimeFormatterPipe, never>;
|
59
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RelativeShortDateTimeFormatterPipe, "relativeShortDateTime", false>;
|
60
|
+
}
|
61
|
+
export declare class RangeDateFormatterPipe implements PipeTransform {
|
62
|
+
private formatter;
|
63
|
+
constructor(formatter: DateFormatter<DateTime>);
|
64
|
+
transform([value1, value2]: any): string;
|
65
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeDateFormatterPipe, never>;
|
66
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RangeDateFormatterPipe, "rangeLongDate", false>;
|
67
|
+
}
|
68
|
+
export declare class RangeShortDateFormatterPipe implements PipeTransform {
|
69
|
+
private formatter;
|
70
|
+
constructor(formatter: DateFormatter<DateTime>);
|
71
|
+
transform([value1, value2]: any): string;
|
72
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeShortDateFormatterPipe, never>;
|
73
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RangeShortDateFormatterPipe, "rangeShortDate", false>;
|
74
|
+
}
|
75
|
+
export declare class RangeDateTimeFormatterPipe implements PipeTransform {
|
76
|
+
private formatter;
|
77
|
+
constructor(formatter: DateFormatter<DateTime>);
|
78
|
+
transform([value1, value2]: any, options?: DateTimeOptions): string;
|
79
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeDateTimeFormatterPipe, never>;
|
80
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RangeDateTimeFormatterPipe, "rangeLongDateTime", false>;
|
81
|
+
}
|
82
|
+
export declare class RangeMiddleDateTimeFormatterPipe implements PipeTransform {
|
83
|
+
private formatter;
|
84
|
+
constructor(formatter: DateFormatter<DateTime>);
|
85
|
+
transform([value1, value2]: any, options?: DateTimeOptions): string;
|
86
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeMiddleDateTimeFormatterPipe, never>;
|
87
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RangeMiddleDateTimeFormatterPipe, "rangeMiddleDateTime", false>;
|
88
|
+
}
|
89
|
+
export declare class RangeShortDateTimeFormatterPipe implements PipeTransform {
|
90
|
+
private formatter;
|
91
|
+
constructor(formatter: DateFormatter<DateTime>);
|
92
|
+
transform([value1, value2]: any, options?: DateTimeOptions): string;
|
93
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeShortDateTimeFormatterPipe, never>;
|
94
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RangeShortDateTimeFormatterPipe, "rangeShortDateTime", false>;
|
95
|
+
}
|
@@ -1,9 +1,11 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./number/formatter";
|
3
|
+
import * as i2 from "./date/formatter.pipe";
|
3
4
|
export declare class McFormattersModule {
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<McFormattersModule, never>;
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<McFormattersModule, [typeof i1.McDecimalPipe], never, [typeof i1.McDecimalPipe]>;
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<McFormattersModule, [typeof i1.McDecimalPipe, typeof i2.AbsoluteDateFormatterPipe, typeof i2.AbsoluteDateTimeFormatterPipe, typeof i2.AbsoluteDateShortFormatterPipe, typeof i2.AbsoluteShortDateTimeFormatterPipe, typeof i2.RelativeDateFormatterPipe, typeof i2.RelativeDateTimeFormatterPipe, typeof i2.RelativeShortDateFormatterPipe, typeof i2.RelativeShortDateTimeFormatterPipe, typeof i2.RangeDateFormatterPipe, typeof i2.RangeShortDateFormatterPipe, typeof i2.RangeDateTimeFormatterPipe, typeof i2.RangeShortDateTimeFormatterPipe, typeof i2.RangeMiddleDateTimeFormatterPipe], never, [typeof i1.McDecimalPipe, typeof i2.AbsoluteDateFormatterPipe, typeof i2.AbsoluteDateTimeFormatterPipe, typeof i2.AbsoluteDateShortFormatterPipe, typeof i2.AbsoluteShortDateTimeFormatterPipe, typeof i2.RelativeDateFormatterPipe, typeof i2.RelativeDateTimeFormatterPipe, typeof i2.RelativeShortDateFormatterPipe, typeof i2.RelativeShortDateTimeFormatterPipe, typeof i2.RangeDateFormatterPipe, typeof i2.RangeShortDateFormatterPipe, typeof i2.RangeDateTimeFormatterPipe, typeof i2.RangeShortDateTimeFormatterPipe, typeof i2.RangeMiddleDateTimeFormatterPipe]>;
|
6
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<McFormattersModule>;
|
7
8
|
}
|
8
9
|
export * from './number/formatter';
|
9
10
|
export * from './date/formatter';
|
11
|
+
export * from './date/formatter.pipe';
|
@@ -2,7 +2,7 @@ import { Directionality } from '@angular/cdk/bidi';
|
|
2
2
|
import { ConnectedOverlayPositionChange, ConnectionPositionPair, Overlay, OverlayRef, ScrollDispatcher, OverlayConfig } from '@angular/cdk/overlay';
|
3
3
|
import { ComponentPortal } from '@angular/cdk/portal';
|
4
4
|
import { ElementRef, EventEmitter, NgZone, TemplateRef, Type, ViewContainerRef } from '@angular/core';
|
5
|
-
import { Observable, Subject } from 'rxjs';
|
5
|
+
import { Observable, Subject, Subscription } from 'rxjs';
|
6
6
|
import { PopUpPlacements } from './constants';
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
export declare abstract class McPopUpTrigger<T> {
|
@@ -34,6 +34,7 @@ export declare abstract class McPopUpTrigger<T> {
|
|
34
34
|
protected portal: ComponentPortal<T>;
|
35
35
|
protected instance: any | null;
|
36
36
|
protected listeners: Map<string, EventListenerOrEventListenerObject>;
|
37
|
+
protected closingActionsSubscription: Subscription;
|
37
38
|
protected readonly availablePositions: {
|
38
39
|
[key: string]: ConnectionPositionPair;
|
39
40
|
};
|
@@ -64,6 +65,7 @@ export declare abstract class McPopUpTrigger<T> {
|
|
64
65
|
protected clearListeners(): void;
|
65
66
|
private addEventListener;
|
66
67
|
private removeEventListener;
|
68
|
+
private subscribeOnClosingActions;
|
67
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<McPopUpTrigger<any>, never>;
|
68
70
|
static ɵdir: i0.ɵɵDirectiveDeclaration<McPopUpTrigger<any>, never, never, {}, {}, never, never, false>;
|
69
71
|
}
|
@@ -1,18 +1,7 @@
|
|
1
|
-
import {
|
2
|
-
import { AbstractControl, NgControl, NgForm, Validator, ValidatorFn } from '@angular/forms';
|
1
|
+
import { InjectionToken } from '@angular/core';
|
3
2
|
export declare const validationTooltipShowDelay = 10;
|
4
3
|
export declare const validationTooltipHideDelay = 3000;
|
5
4
|
export interface McValidationOptions {
|
6
5
|
useValidation: boolean;
|
7
6
|
}
|
8
7
|
export declare const MC_VALIDATION: InjectionToken<McValidationOptions>;
|
9
|
-
export declare function setValidState(control: AbstractControl, validator: ValidatorFn): void;
|
10
|
-
/** This function do next:
|
11
|
-
* - run validation on submitting parent form
|
12
|
-
* - prevent validation in required validator if form doesn't submitted
|
13
|
-
* - if control has focus validation will be prevented
|
14
|
-
*/
|
15
|
-
export declare function setMosaicValidation(component: any, cdr?: ChangeDetectorRef): void;
|
16
|
-
export declare function setMosaicValidationForModelControl(component: any, validators: Validator[], parentForm: NgForm): void;
|
17
|
-
export declare function setMosaicValidationForFormControl(component: any, parentForm: NgForm, ngControl: NgControl, cdr?: ChangeDetectorRef): void;
|
18
|
-
export declare function setMosaicValidationForCustomFormControl(component: any, cdr?: ChangeDetectorRef): void;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import {
|
2
|
-
import { AbstractControl, ControlValueAccessor,
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy, Renderer2 } from '@angular/core';
|
2
|
+
import { AbstractControl, ControlValueAccessor, ValidationErrors, Validator } from '@angular/forms';
|
3
3
|
import { DateAdapter, McDateFormats } from '@ptsecurity/cdk/datetime';
|
4
|
-
import { McValidationOptions } from '@ptsecurity/mosaic/core';
|
5
4
|
import { McFormFieldControl } from '@ptsecurity/mosaic/form-field';
|
6
5
|
import { McWarningTooltipTrigger } from '@ptsecurity/mosaic/tooltip';
|
7
6
|
import { Subject } from 'rxjs';
|
@@ -33,11 +32,7 @@ export declare class McDatepickerInputEvent<D> {
|
|
33
32
|
/** Directive used to connect an input to a McDatepicker. */
|
34
33
|
export declare class McDatepickerInput<D> implements McFormFieldControl<D>, ControlValueAccessor, Validator, OnDestroy {
|
35
34
|
elementRef: ElementRef<HTMLInputElement>;
|
36
|
-
private changeDetectorRef;
|
37
35
|
private readonly renderer;
|
38
|
-
private mcValidation;
|
39
|
-
parentForm: NgForm;
|
40
|
-
parentFormGroup: FormGroupDirective;
|
41
36
|
readonly dateAdapter: DateAdapter<D>;
|
42
37
|
private readonly dateFormats;
|
43
38
|
readonly stateChanges: Subject<void>;
|
@@ -104,7 +99,7 @@ export declare class McDatepickerInput<D> implements McFormFieldControl<D>, Cont
|
|
104
99
|
private secondDigit;
|
105
100
|
private thirdDigit;
|
106
101
|
private separatorPositions;
|
107
|
-
constructor(elementRef: ElementRef<HTMLInputElement>,
|
102
|
+
constructor(elementRef: ElementRef<HTMLInputElement>, renderer: Renderer2, dateAdapter: DateAdapter<D>, dateFormats: McDateFormats);
|
108
103
|
onContainerClick(): void;
|
109
104
|
focus(): void;
|
110
105
|
focusChanged(isFocused: boolean): void;
|
@@ -173,6 +168,6 @@ export declare class McDatepickerInput<D> implements McFormFieldControl<D>, Cont
|
|
173
168
|
private getDigitPositions;
|
174
169
|
private createDate;
|
175
170
|
private correctCursorPosition;
|
176
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<McDatepickerInput<any>, [null, null,
|
171
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McDatepickerInput<any>, [null, null, { optional: true; }, { optional: true; }]>;
|
177
172
|
static ɵdir: i0.ɵɵDirectiveDeclaration<McDatepickerInput<any>, "input[mcDatepicker]", ["mcDatepickerInput"], { "placeholder": "placeholder"; "required": "required"; "mcDatepicker": "mcDatepicker"; "mcDatepickerFilter": "mcDatepickerFilter"; "value": "value"; "min": "min"; "max": "max"; "disabled": "disabled"; "id": "id"; "mcValidationTooltip": "mcValidationTooltip"; }, { "incorrectInput": "incorrectInput"; "dateChange": "dateChange"; "dateInput": "dateInput"; }, never, never, false>;
|
178
173
|
}
|
@@ -4,42 +4,42 @@
|
|
4
4
|
solid: {
|
5
5
|
primary: {
|
6
6
|
background: { value: '{light-color-scheme.primary.palette.value.500}' },
|
7
|
-
color: { value: 'white' },
|
8
7
|
border: { value: '{light-color-scheme.primary.palette.value.500}' },
|
8
|
+
color: { value: 'white' }
|
9
9
|
},
|
10
10
|
info: {
|
11
|
-
border: { value: '{light-color-scheme.primary.palette.value.500}' },
|
12
11
|
background: { value: '{light-color-scheme.primary.palette.value.500}' },
|
12
|
+
border: { value: '{light-color-scheme.primary.palette.value.500}' },
|
13
13
|
color: { value: 'white' }
|
14
14
|
},
|
15
15
|
success: {
|
16
|
-
border: { value: '{light-color-scheme.success.palette.value.500}' },
|
17
16
|
background: { value: '{light-color-scheme.success.palette.value.500}' },
|
17
|
+
border: { value: '{light-color-scheme.success.palette.value.500}' },
|
18
18
|
color: { value: 'white' }
|
19
19
|
},
|
20
20
|
warning: {
|
21
|
-
border: { value: '{light-color-scheme.warning.palette.value.500}' },
|
22
21
|
background: { value: '{light-color-scheme.warning.palette.value.500}' },
|
22
|
+
border: { value: '{light-color-scheme.warning.palette.value.500}' },
|
23
23
|
color: { value: 'white' }
|
24
24
|
},
|
25
25
|
error: {
|
26
|
-
border: { value: '{light-color-scheme.error.palette.value.500}' },
|
27
26
|
background: { value: '{light-color-scheme.error.palette.value.500}' },
|
27
|
+
border: { value: '{light-color-scheme.error.palette.value.500}' },
|
28
28
|
color: { value: 'white' }
|
29
29
|
},
|
30
30
|
transparent: {
|
31
|
+
background: { value: 'transparent' },
|
31
32
|
border: { value: '{light-color-scheme.second.palette.value.200}' },
|
32
|
-
color: { value: '{light-color-scheme.primary.palette.value.contrast.300}' }
|
33
|
-
background: { value: 'transparent' }
|
33
|
+
color: { value: '{light-color-scheme.primary.palette.value.contrast.300}' }
|
34
34
|
},
|
35
35
|
light: {
|
36
|
-
border: { value: '{light-color-scheme.second.palette.value.100}' },
|
37
36
|
background: { value: '{light-color-scheme.second.palette.value.100}' },
|
37
|
+
border: { value: '{light-color-scheme.second.palette.value.100}' },
|
38
38
|
color: { value: '{light-color-scheme.primary.palette.value.contrast.300}' }
|
39
39
|
},
|
40
40
|
second: {
|
41
|
-
border: { value: '{light-color-scheme.second.palette.value.600}' },
|
42
41
|
background: { value: '{light-color-scheme.second.palette.value.600}' },
|
42
|
+
border: { value: '{light-color-scheme.second.palette.value.600}' },
|
43
43
|
color: { value: 'white' }
|
44
44
|
}
|
45
45
|
},
|
@@ -72,74 +72,74 @@
|
|
72
72
|
}
|
73
73
|
},
|
74
74
|
'dark-color-scheme': {
|
75
|
-
pastel: {
|
76
|
-
primary: {
|
77
|
-
background: { value: '{light-color-scheme.primary.palette.value.A100}' },
|
78
|
-
color: { value: '{light-color-scheme.primary.palette.value.100}' },
|
79
|
-
border: { value: '{light-color-scheme.primary.palette.value.700}' },
|
80
|
-
},
|
81
|
-
info: {
|
82
|
-
background: { value: '{light-color-scheme.primary.palette.value.100}' },
|
83
|
-
color: { value: '{light-color-scheme.primary.palette.value.100}' },
|
84
|
-
border: { value: '{light-color-scheme.primary.palette.value.A100}' }
|
85
|
-
},
|
86
|
-
success: {
|
87
|
-
border: { value: '{light-color-scheme.success.palette.value.700}' },
|
88
|
-
background: { value: '{light-color-scheme.success.palette.value.A100}' },
|
89
|
-
color: { value: '{light-color-scheme.success.palette.value.100}' }
|
90
|
-
},
|
91
|
-
warning: {
|
92
|
-
border: { value: '{light-color-scheme.warning.palette.value.700}' },
|
93
|
-
background: { value: '{light-color-scheme.warning.palette.value.A100}' },
|
94
|
-
color: { value: '{light-color-scheme.warning.palette.value.100}' }
|
95
|
-
},
|
96
|
-
error: {
|
97
|
-
border: { value: '{light-color-scheme.error.palette.value.700}' },
|
98
|
-
background: { value: '{light-color-scheme.error.palette.value.A100}' },
|
99
|
-
color: { value: '{light-color-scheme.error.palette.value.100}' }
|
100
|
-
}
|
101
|
-
},
|
102
75
|
solid: {
|
103
76
|
primary: {
|
104
77
|
background: { value: '{light-color-scheme.primary.palette.value.700}' },
|
105
|
-
|
106
|
-
|
78
|
+
border: { value: '{light-color-scheme.primary.palette.value.500}' },
|
79
|
+
color: { value: 'white' }
|
107
80
|
},
|
108
81
|
info: {
|
109
|
-
|
110
|
-
|
82
|
+
background: { value: '{light-color-scheme.primary.palette.value.700}' },
|
83
|
+
border: { value: '{light-color-scheme.primary.palette.value.500}' },
|
111
84
|
color: { value: 'white' }
|
112
85
|
},
|
113
86
|
success: {
|
114
|
-
border: { value: '{light-color-scheme.success.palette.value.700}' },
|
115
87
|
background: { value: '{light-color-scheme.success.palette.value.700}' },
|
88
|
+
border: { value: '{light-color-scheme.success.palette.value.500}' },
|
116
89
|
color: { value: 'white' }
|
117
90
|
},
|
118
91
|
warning: {
|
119
|
-
border: { value: '{light-color-scheme.warning.palette.value.700}' },
|
120
92
|
background: { value: '{light-color-scheme.warning.palette.value.700}' },
|
93
|
+
border: { value: '{light-color-scheme.warning.palette.value.500}' },
|
121
94
|
color: { value: 'white' }
|
122
95
|
},
|
123
96
|
error: {
|
124
|
-
border: { value: '{light-color-scheme.error.palette.value.700}' },
|
125
97
|
background: { value: '{light-color-scheme.error.palette.value.700}' },
|
98
|
+
border: { value: '{light-color-scheme.error.palette.value.500}' },
|
126
99
|
color: { value: 'white' }
|
127
100
|
},
|
128
101
|
transparent: {
|
102
|
+
background: { value: 'transparent' },
|
129
103
|
border: { value: '{light-color-scheme.second.palette.value.500}' },
|
130
104
|
color: { value: '{light-color-scheme.second.palette.value.40}' },
|
131
|
-
background: { value: 'transparent' }
|
132
105
|
},
|
133
106
|
light: {
|
134
|
-
border: { value: '{light-color-scheme.second.palette.value.400}' },
|
135
107
|
background: { value: '{light-color-scheme.second.palette.value.400}' },
|
108
|
+
border: { value: '{light-color-scheme.second.palette.value.400}' },
|
136
109
|
color: { value: 'white' }
|
137
110
|
},
|
138
111
|
second: {
|
139
|
-
border: { value: '{light-color-scheme.second.palette.value.700}' },
|
140
112
|
background: { value: '{light-color-scheme.second.palette.value.700}' },
|
113
|
+
border: { value: '{light-color-scheme.second.palette.value.600}' },
|
141
114
|
color: { value: 'white' }
|
142
115
|
}
|
116
|
+
},
|
117
|
+
pastel: {
|
118
|
+
primary: {
|
119
|
+
background: { value: '{light-color-scheme.primary.palette.value.A100}' },
|
120
|
+
border: { value: '{light-color-scheme.primary.palette.value.700}' },
|
121
|
+
color: { value: '{light-color-scheme.primary.palette.value.100}' }
|
122
|
+
},
|
123
|
+
info: {
|
124
|
+
background: { value: '{light-color-scheme.primary.palette.value.A100}' },
|
125
|
+
border: { value: '{light-color-scheme.primary.palette.value.700}' },
|
126
|
+
color: { value: '{light-color-scheme.primary.palette.value.100}' }
|
127
|
+
},
|
128
|
+
success: {
|
129
|
+
background: { value: '{light-color-scheme.success.palette.value.A100}' },
|
130
|
+
border: { value: '{light-color-scheme.success.palette.value.700}' },
|
131
|
+
color: { value: '{light-color-scheme.success.palette.value.100}' }
|
132
|
+
},
|
133
|
+
warning: {
|
134
|
+
background: { value: '{light-color-scheme.warning.palette.value.A100}' },
|
135
|
+
border: { value: '{light-color-scheme.warning.palette.value.700}' },
|
136
|
+
color: { value: '{light-color-scheme.warning.palette.value.100}' }
|
137
|
+
},
|
138
|
+
error: {
|
139
|
+
background: { value: '{light-color-scheme.error.palette.value.A100}' },
|
140
|
+
border: { value: '{light-color-scheme.error.palette.value.700}' },
|
141
|
+
color: { value: '{light-color-scheme.error.palette.value.100}' }
|
142
|
+
}
|
143
143
|
}
|
144
144
|
},
|
145
145
|
size: {
|
@@ -4,6 +4,7 @@
|
|
4
4
|
default: {
|
5
5
|
border: { value: '{light-color-scheme.foreground.border}' },
|
6
6
|
color: { value: 'white' },
|
7
|
+
background: { value: 'transparent' },
|
7
8
|
|
8
9
|
states: {
|
9
10
|
checked: {
|
@@ -25,6 +26,7 @@
|
|
25
26
|
error: {
|
26
27
|
border: { value: '{light-color-scheme.error.palette.value.400}' },
|
27
28
|
color: { value: 'white' },
|
29
|
+
background: { value: 'transparent' },
|
28
30
|
|
29
31
|
states: {
|
30
32
|
checked: {
|
@@ -48,6 +50,7 @@
|
|
48
50
|
default: {
|
49
51
|
border: { value: '{dark-color-scheme.foreground.border}' },
|
50
52
|
color: { value: 'white' },
|
53
|
+
background: { value: 'transparent' },
|
51
54
|
|
52
55
|
states: {
|
53
56
|
checked: {
|
@@ -69,6 +72,7 @@
|
|
69
72
|
error: {
|
70
73
|
border: { value: '{dark-color-scheme.error.palette.value.400}' },
|
71
74
|
color: { value: 'white' },
|
75
|
+
background: { value: 'transparent' },
|
72
76
|
|
73
77
|
states: {
|
74
78
|
checked: {
|
@@ -1,7 +1,16 @@
|
|
1
1
|
{
|
2
2
|
'progress-spinner': {
|
3
3
|
size: {
|
4
|
-
|
4
|
+
default: {
|
5
|
+
size: { value: '{size.l}' },
|
6
|
+
'svg-circle-radius': { value: '42.5%' },
|
7
|
+
'svg-stroke-width': { value: '13%' }
|
8
|
+
},
|
9
|
+
large: {
|
10
|
+
size: { value: '{size.5xl}' },
|
11
|
+
'svg-circle-radius': { value: '47%' },
|
12
|
+
'svg-stroke-width': { value: '6%' }
|
13
|
+
}
|
5
14
|
}
|
6
15
|
}
|
7
16
|
}
|
@@ -7119,28 +7119,28 @@ export declare const AutocompleteSizePanelPadding = "4px 0";
|
|
7119
7119
|
export declare const AutocompleteSizePanelMaxHeight = "256px";
|
7120
7120
|
export declare const AutocompleteSizePanelBorderRadius = "4px";
|
7121
7121
|
export declare const BadgeLightColorSchemeSolidPrimaryBackground = "#338FCC";
|
7122
|
-
export declare const BadgeLightColorSchemeSolidPrimaryColor = "white";
|
7123
7122
|
export declare const BadgeLightColorSchemeSolidPrimaryBorder = "#338FCC";
|
7124
|
-
export declare const
|
7123
|
+
export declare const BadgeLightColorSchemeSolidPrimaryColor = "white";
|
7125
7124
|
export declare const BadgeLightColorSchemeSolidInfoBackground = "#338FCC";
|
7125
|
+
export declare const BadgeLightColorSchemeSolidInfoBorder = "#338FCC";
|
7126
7126
|
export declare const BadgeLightColorSchemeSolidInfoColor = "white";
|
7127
|
-
export declare const BadgeLightColorSchemeSolidSuccessBorder = "#52A832";
|
7128
7127
|
export declare const BadgeLightColorSchemeSolidSuccessBackground = "#52A832";
|
7128
|
+
export declare const BadgeLightColorSchemeSolidSuccessBorder = "#52A832";
|
7129
7129
|
export declare const BadgeLightColorSchemeSolidSuccessColor = "white";
|
7130
|
-
export declare const BadgeLightColorSchemeSolidWarningBorder = "#D6930D";
|
7131
7130
|
export declare const BadgeLightColorSchemeSolidWarningBackground = "#D6930D";
|
7131
|
+
export declare const BadgeLightColorSchemeSolidWarningBorder = "#D6930D";
|
7132
7132
|
export declare const BadgeLightColorSchemeSolidWarningColor = "white";
|
7133
|
-
export declare const BadgeLightColorSchemeSolidErrorBorder = "#E04D36";
|
7134
7133
|
export declare const BadgeLightColorSchemeSolidErrorBackground = "#E04D36";
|
7134
|
+
export declare const BadgeLightColorSchemeSolidErrorBorder = "#E04D36";
|
7135
7135
|
export declare const BadgeLightColorSchemeSolidErrorColor = "white";
|
7136
|
+
export declare const BadgeLightColorSchemeSolidTransparentBackground = "transparent";
|
7136
7137
|
export declare const BadgeLightColorSchemeSolidTransparentBorder = "#CCCCCC";
|
7137
7138
|
export declare const BadgeLightColorSchemeSolidTransparentColor = "#4D4D4D";
|
7138
|
-
export declare const BadgeLightColorSchemeSolidTransparentBackground = "transparent";
|
7139
|
-
export declare const BadgeLightColorSchemeSolidLightBorder = "#E6E6E6";
|
7140
7139
|
export declare const BadgeLightColorSchemeSolidLightBackground = "#E6E6E6";
|
7140
|
+
export declare const BadgeLightColorSchemeSolidLightBorder = "#E6E6E6";
|
7141
7141
|
export declare const BadgeLightColorSchemeSolidLightColor = "#4D4D4D";
|
7142
|
-
export declare const BadgeLightColorSchemeSolidSecondBorder = "#666666";
|
7143
7142
|
export declare const BadgeLightColorSchemeSolidSecondBackground = "#666666";
|
7143
|
+
export declare const BadgeLightColorSchemeSolidSecondBorder = "#666666";
|
7144
7144
|
export declare const BadgeLightColorSchemeSolidSecondColor = "white";
|
7145
7145
|
export declare const BadgeLightColorSchemePastelPrimaryBackground = "#F5FAFD";
|
7146
7146
|
export declare const BadgeLightColorSchemePastelPrimaryBorder = "#AAD1EC";
|
@@ -7157,45 +7157,45 @@ export declare const BadgeLightColorSchemePastelWarningColor = "#BB800A";
|
|
7157
7157
|
export declare const BadgeLightColorSchemePastelErrorBackground = "#FEF7F6";
|
7158
7158
|
export declare const BadgeLightColorSchemePastelErrorBorder = "#F4B7AE";
|
7159
7159
|
export declare const BadgeLightColorSchemePastelErrorColor = "#E04D36";
|
7160
|
-
export declare const BadgeDarkColorSchemePastelPrimaryBackground = "rgba(0, 153, 255, 0.15)";
|
7161
|
-
export declare const BadgeDarkColorSchemePastelPrimaryColor = "#D8EAF7";
|
7162
|
-
export declare const BadgeDarkColorSchemePastelPrimaryBorder = "#114E77";
|
7163
|
-
export declare const BadgeDarkColorSchemePastelInfoBackground = "#D8EAF7";
|
7164
|
-
export declare const BadgeDarkColorSchemePastelInfoColor = "#D8EAF7";
|
7165
|
-
export declare const BadgeDarkColorSchemePastelInfoBorder = "rgba(0, 153, 255, 0.15)";
|
7166
|
-
export declare const BadgeDarkColorSchemePastelSuccessBorder = "#276211";
|
7167
|
-
export declare const BadgeDarkColorSchemePastelSuccessBackground = "rgba(68, 255, 0, 0.15)";
|
7168
|
-
export declare const BadgeDarkColorSchemePastelSuccessColor = "#DCF1D4";
|
7169
|
-
export declare const BadgeDarkColorSchemePastelWarningBorder = "#7D5504";
|
7170
|
-
export declare const BadgeDarkColorSchemePastelWarningBackground = "rgba(255, 170, 0, 0.15)";
|
7171
|
-
export declare const BadgeDarkColorSchemePastelWarningColor = "#F8EBD1";
|
7172
|
-
export declare const BadgeDarkColorSchemePastelErrorBorder = "#832112";
|
7173
|
-
export declare const BadgeDarkColorSchemePastelErrorBackground = "rgba(224, 79, 56, 0.15)";
|
7174
|
-
export declare const BadgeDarkColorSchemePastelErrorColor = "#FADEDA";
|
7175
7160
|
export declare const BadgeDarkColorSchemeSolidPrimaryBackground = "#114E77";
|
7161
|
+
export declare const BadgeDarkColorSchemeSolidPrimaryBorder = "#338FCC";
|
7176
7162
|
export declare const BadgeDarkColorSchemeSolidPrimaryColor = "white";
|
7177
|
-
export declare const
|
7178
|
-
export declare const BadgeDarkColorSchemeSolidInfoBorder = "#
|
7179
|
-
export declare const BadgeDarkColorSchemeSolidInfoBackground = "#07314D";
|
7163
|
+
export declare const BadgeDarkColorSchemeSolidInfoBackground = "#114E77";
|
7164
|
+
export declare const BadgeDarkColorSchemeSolidInfoBorder = "#338FCC";
|
7180
7165
|
export declare const BadgeDarkColorSchemeSolidInfoColor = "white";
|
7181
|
-
export declare const BadgeDarkColorSchemeSolidSuccessBorder = "#276211";
|
7182
7166
|
export declare const BadgeDarkColorSchemeSolidSuccessBackground = "#276211";
|
7167
|
+
export declare const BadgeDarkColorSchemeSolidSuccessBorder = "#52A832";
|
7183
7168
|
export declare const BadgeDarkColorSchemeSolidSuccessColor = "white";
|
7184
|
-
export declare const BadgeDarkColorSchemeSolidWarningBorder = "#7D5504";
|
7185
7169
|
export declare const BadgeDarkColorSchemeSolidWarningBackground = "#7D5504";
|
7170
|
+
export declare const BadgeDarkColorSchemeSolidWarningBorder = "#D6930D";
|
7186
7171
|
export declare const BadgeDarkColorSchemeSolidWarningColor = "white";
|
7187
|
-
export declare const BadgeDarkColorSchemeSolidErrorBorder = "#832112";
|
7188
7172
|
export declare const BadgeDarkColorSchemeSolidErrorBackground = "#832112";
|
7173
|
+
export declare const BadgeDarkColorSchemeSolidErrorBorder = "#E04D36";
|
7189
7174
|
export declare const BadgeDarkColorSchemeSolidErrorColor = "white";
|
7175
|
+
export declare const BadgeDarkColorSchemeSolidTransparentBackground = "transparent";
|
7190
7176
|
export declare const BadgeDarkColorSchemeSolidTransparentBorder = "#808080";
|
7191
7177
|
export declare const BadgeDarkColorSchemeSolidTransparentColor = "#F5F5F5";
|
7192
|
-
export declare const BadgeDarkColorSchemeSolidTransparentBackground = "transparent";
|
7193
|
-
export declare const BadgeDarkColorSchemeSolidLightBorder = "#999999";
|
7194
7178
|
export declare const BadgeDarkColorSchemeSolidLightBackground = "#999999";
|
7179
|
+
export declare const BadgeDarkColorSchemeSolidLightBorder = "#999999";
|
7195
7180
|
export declare const BadgeDarkColorSchemeSolidLightColor = "white";
|
7196
|
-
export declare const BadgeDarkColorSchemeSolidSecondBorder = "#4D4D4D";
|
7197
7181
|
export declare const BadgeDarkColorSchemeSolidSecondBackground = "#4D4D4D";
|
7182
|
+
export declare const BadgeDarkColorSchemeSolidSecondBorder = "#666666";
|
7198
7183
|
export declare const BadgeDarkColorSchemeSolidSecondColor = "white";
|
7184
|
+
export declare const BadgeDarkColorSchemePastelPrimaryBackground = "rgba(0, 153, 255, 0.15)";
|
7185
|
+
export declare const BadgeDarkColorSchemePastelPrimaryBorder = "#114E77";
|
7186
|
+
export declare const BadgeDarkColorSchemePastelPrimaryColor = "#D8EAF7";
|
7187
|
+
export declare const BadgeDarkColorSchemePastelInfoBackground = "rgba(0, 153, 255, 0.15)";
|
7188
|
+
export declare const BadgeDarkColorSchemePastelInfoBorder = "#114E77";
|
7189
|
+
export declare const BadgeDarkColorSchemePastelInfoColor = "#D8EAF7";
|
7190
|
+
export declare const BadgeDarkColorSchemePastelSuccessBackground = "rgba(68, 255, 0, 0.15)";
|
7191
|
+
export declare const BadgeDarkColorSchemePastelSuccessBorder = "#276211";
|
7192
|
+
export declare const BadgeDarkColorSchemePastelSuccessColor = "#DCF1D4";
|
7193
|
+
export declare const BadgeDarkColorSchemePastelWarningBackground = "rgba(255, 170, 0, 0.15)";
|
7194
|
+
export declare const BadgeDarkColorSchemePastelWarningBorder = "#7D5504";
|
7195
|
+
export declare const BadgeDarkColorSchemePastelWarningColor = "#F8EBD1";
|
7196
|
+
export declare const BadgeDarkColorSchemePastelErrorBackground = "rgba(224, 79, 56, 0.15)";
|
7197
|
+
export declare const BadgeDarkColorSchemePastelErrorBorder = "#832112";
|
7198
|
+
export declare const BadgeDarkColorSchemePastelErrorColor = "#FADEDA";
|
7199
7199
|
export declare const BadgeSizeDefaultHeight = "24px";
|
7200
7200
|
export declare const BadgeSizeDefaultMinWidth = "10px";
|
7201
7201
|
export declare const BadgeSizeDefaultPadding = "0 8px";
|
@@ -7214,6 +7214,7 @@ export declare const BadgeFontMiniCaps = "extra-small-text-caps";
|
|
7214
7214
|
export declare const BadgeFontMiniMono = "extra-small-text-mono";
|
7215
7215
|
export declare const ButtonToggleSizeBorderSize = "1px";
|
7216
7216
|
export declare const ButtonToggleSizeBorderRadius = "4px";
|
7217
|
+
export declare const ButtonToggleSizeBorderSiblingsRadius = "0";
|
7217
7218
|
export declare const ButtonLightColorSchemeActiveShadow = "inset 0 1px 2px 0 rgba(black, 0.2)";
|
7218
7219
|
export declare const ButtonLightColorSchemePrimaryColor = "white";
|
7219
7220
|
export declare const ButtonLightColorSchemePrimaryBorder = "#277BB3";
|
@@ -7300,6 +7301,7 @@ export declare const CardDarkColorSchemeInfoShadow = "#4D4D4D";
|
|
7300
7301
|
export declare const CardSizeVerticalLine = "4px";
|
7301
7302
|
export declare const CheckboxLightColorSchemeDefaultBorder = "#B3B3B3";
|
7302
7303
|
export declare const CheckboxLightColorSchemeDefaultColor = "white";
|
7304
|
+
export declare const CheckboxLightColorSchemeDefaultBackground = "transparent";
|
7303
7305
|
export declare const CheckboxLightColorSchemeDefaultStatesCheckedBorder = "#206EA2";
|
7304
7306
|
export declare const CheckboxLightColorSchemeDefaultStatesCheckedBackground = "#338FCC";
|
7305
7307
|
export declare const CheckboxLightColorSchemeDefaultStatesFocusedBorder = "#338FCC";
|
@@ -7310,6 +7312,7 @@ export declare const CheckboxLightColorSchemeDefaultStatesCheckedFocusedShadow =
|
|
7310
7312
|
export declare const CheckboxLightColorSchemeDefaultStatesCheckedFocusedOutline = "1px solid white";
|
7311
7313
|
export declare const CheckboxLightColorSchemeErrorBorder = "#E76E5C";
|
7312
7314
|
export declare const CheckboxLightColorSchemeErrorColor = "white";
|
7315
|
+
export declare const CheckboxLightColorSchemeErrorBackground = "transparent";
|
7313
7316
|
export declare const CheckboxLightColorSchemeErrorStatesCheckedBorder = "#B23522";
|
7314
7317
|
export declare const CheckboxLightColorSchemeErrorStatesCheckedBackground = "#E04D36";
|
7315
7318
|
export declare const CheckboxLightColorSchemeErrorStatesFocusedBorder = "#E76E5C";
|
@@ -7320,6 +7323,7 @@ export declare const CheckboxLightColorSchemeErrorStatesCheckedFocusedShadow = "
|
|
7320
7323
|
export declare const CheckboxLightColorSchemeErrorStatesCheckedFocusedOutline = "1px solid white";
|
7321
7324
|
export declare const CheckboxDarkColorSchemeDefaultBorder = "#808080";
|
7322
7325
|
export declare const CheckboxDarkColorSchemeDefaultColor = "white";
|
7326
|
+
export declare const CheckboxDarkColorSchemeDefaultBackground = "transparent";
|
7323
7327
|
export declare const CheckboxDarkColorSchemeDefaultStatesCheckedBorder = "#57A4D7";
|
7324
7328
|
export declare const CheckboxDarkColorSchemeDefaultStatesCheckedBackground = "#206EA2";
|
7325
7329
|
export declare const CheckboxDarkColorSchemeDefaultStatesFocusedBorder = "#57A4D7";
|
@@ -7330,6 +7334,7 @@ export declare const CheckboxDarkColorSchemeDefaultStatesCheckedFocusedShadow =
|
|
7330
7334
|
export declare const CheckboxDarkColorSchemeDefaultStatesCheckedFocusedOutline = "1px solid #333333";
|
7331
7335
|
export declare const CheckboxDarkColorSchemeErrorBorder = "#E76E5C";
|
7332
7336
|
export declare const CheckboxDarkColorSchemeErrorColor = "white";
|
7337
|
+
export declare const CheckboxDarkColorSchemeErrorBackground = "transparent";
|
7333
7338
|
export declare const CheckboxDarkColorSchemeErrorStatesCheckedBorder = "#E76E5C";
|
7334
7339
|
export declare const CheckboxDarkColorSchemeErrorStatesCheckedBackground = "#B23522";
|
7335
7340
|
export declare const CheckboxDarkColorSchemeErrorStatesFocusedBorder = "#E76E5C";
|
@@ -7651,7 +7656,12 @@ export declare const PopupDarkColorSchemeFooterBackground = "transparent";
|
|
7651
7656
|
export declare const ProgressBarLightColorSchemeBackground = "#F0F0F0";
|
7652
7657
|
export declare const ProgressBarDarkColorSchemeBackground = "#666666";
|
7653
7658
|
export declare const ProgressBarSizeHeight = "4px";
|
7654
|
-
export declare const
|
7659
|
+
export declare const ProgressSpinnerSizeDefaultSize = "16px";
|
7660
|
+
export declare const ProgressSpinnerSizeDefaultSvgCircleRadius = "42.5%";
|
7661
|
+
export declare const ProgressSpinnerSizeDefaultSvgStrokeWidth = "13%";
|
7662
|
+
export declare const ProgressSpinnerSizeLargeSize = "48px";
|
7663
|
+
export declare const ProgressSpinnerSizeLargeSvgCircleRadius = "47%";
|
7664
|
+
export declare const ProgressSpinnerSizeLargeSvgStrokeWidth = "6%";
|
7655
7665
|
export declare const RadioLightColorSchemeOuterCircleBorder = "#808080";
|
7656
7666
|
export declare const RadioLightColorSchemeInnerCircleBorder = "transparent";
|
7657
7667
|
export declare const RadioLightColorSchemeCapColor = "white";
|
@@ -7817,6 +7827,7 @@ export declare const TimezoneOptionSizeColumnGap = "16px";
|
|
7817
7827
|
export declare const TimezoneOptionSizeHeight = "auto";
|
7818
7828
|
export declare const TimezoneOptionSizeMaxHeight = "4em";
|
7819
7829
|
export declare const TimezoneOptionFontText = "body";
|
7830
|
+
export declare const TimezoneOptionFontOffsetText = "body-tabular";
|
7820
7831
|
export declare const TimezoneOptionFontCaption = "caption";
|
7821
7832
|
export declare const ToastLightColorSchemeBackground = "white";
|
7822
7833
|
export declare const ToastLightColorSchemeBorder = "#B3B3B3";
|