@ardium-ui/ui 3.4.3 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/_internal/disablable-component.mjs +1 -1
- package/esm2022/lib/_internal/item-storages/simple-item-storage.mjs +8 -3
- package/esm2022/lib/buttons/icon-button/icon-button.module.mjs +2 -2
- package/esm2022/lib/calendar/calendar.component.mjs +437 -0
- package/esm2022/lib/calendar/calendar.defaults.mjs +26 -0
- package/esm2022/lib/calendar/calendar.internal-types.mjs +2 -0
- package/esm2022/lib/calendar/calendar.module.mjs +24 -0
- package/esm2022/lib/calendar/calendar.types.mjs +6 -0
- package/esm2022/lib/calendar/index.mjs +5 -0
- package/esm2022/lib/calendar/views/days-view/days-view.component.mjs +282 -0
- package/esm2022/lib/calendar/views/days-view/days-view.helpers.mjs +65 -0
- package/esm2022/lib/calendar/views/months-view/months-view.component.mjs +245 -0
- package/esm2022/lib/calendar/views/months-view/months-view.helpers.mjs +22 -0
- package/esm2022/lib/calendar/views/years-view/years-view.component.mjs +244 -0
- package/esm2022/lib/calendar/views/years-view/years-view.helpers.mjs +14 -0
- package/esm2022/lib/inputs/date-input/date-input.component.mjs +357 -0
- package/esm2022/lib/inputs/date-input/date-input.defaults.mjs +38 -0
- package/esm2022/lib/inputs/date-input/date-input.directive.mjs +59 -0
- package/esm2022/lib/inputs/date-input/date-input.module.mjs +50 -0
- package/esm2022/lib/inputs/date-input/date-input.serializers.mjs +49 -0
- package/esm2022/lib/inputs/date-input/date-input.types.mjs +5 -0
- package/esm2022/lib/inputs/date-input/index.mjs +6 -0
- package/esm2022/public-api.mjs +3 -2
- package/fesm2022/ardium-ui-ui.mjs +1885 -54
- package/fesm2022/ardium-ui-ui.mjs.map +1 -1
- package/lib/_internal/disablable-component.d.ts +1 -1
- package/lib/calendar/calendar.component.d.ts +94 -0
- package/lib/calendar/calendar.defaults.d.ts +18 -0
- package/lib/calendar/calendar.internal-types.d.ts +4 -0
- package/lib/calendar/calendar.module.d.ts +14 -0
- package/lib/calendar/calendar.types.d.ts +83 -0
- package/lib/calendar/index.d.ts +4 -0
- package/lib/calendar/views/days-view/days-view.component.d.ts +68 -0
- package/lib/calendar/views/days-view/days-view.helpers.d.ts +20 -0
- package/lib/calendar/views/months-view/months-view.component.d.ts +61 -0
- package/lib/calendar/views/months-view/months-view.helpers.d.ts +3 -0
- package/lib/calendar/views/years-view/years-view.component.d.ts +59 -0
- package/lib/calendar/views/years-view/years-view.helpers.d.ts +3 -0
- package/lib/inputs/date-input/date-input.component.d.ts +95 -0
- package/lib/inputs/date-input/date-input.defaults.d.ts +30 -0
- package/lib/inputs/date-input/date-input.directive.d.ts +33 -0
- package/lib/inputs/date-input/date-input.module.d.ts +14 -0
- package/lib/inputs/date-input/date-input.serializers.d.ts +3 -0
- package/lib/inputs/date-input/date-input.types.d.ts +16 -0
- package/lib/inputs/date-input/index.d.ts +5 -0
- package/package.json +1 -1
- package/prebuilt-themes/default/calendar-OLD.css +294 -0
- package/prebuilt-themes/default/calendar-OLD.css.map +1 -0
- package/prebuilt-themes/default/calendar.css +100 -80
- package/prebuilt-themes/default/calendar.css.map +1 -1
- package/prebuilt-themes/default/inputs/date-input.css +68 -0
- package/prebuilt-themes/default/inputs/date-input.css.map +1 -0
- package/public-api.d.ts +2 -0
- package/themes/default/calendar-OLD.scss +183 -0
- package/themes/default/calendar.scss +120 -98
- package/themes/default/inputs/date-input.scss +32 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { ArdDateInputAcceptButtonsContext, ArdDateInputValueContext } from './date-input.types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ArdDateInputPrefixTemplateDirective {
|
|
5
|
+
template: TemplateRef<undefined>;
|
|
6
|
+
constructor(template: TemplateRef<undefined>);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdDateInputPrefixTemplateDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdDateInputPrefixTemplateDirective, "ard-date-input > ng-template[ard-prefix-tmp]", never, {}, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
export declare class ArdDateInputSuffixTemplateDirective {
|
|
11
|
+
template: TemplateRef<undefined>;
|
|
12
|
+
constructor(template: TemplateRef<undefined>);
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdDateInputSuffixTemplateDirective, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdDateInputSuffixTemplateDirective, "ard-date-input > ng-template[ard-suffix-tmp]", never, {}, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
16
|
+
export declare class ArdDateInputValueTemplateDirective {
|
|
17
|
+
template: TemplateRef<ArdDateInputValueContext>;
|
|
18
|
+
constructor(template: TemplateRef<ArdDateInputValueContext>);
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdDateInputValueTemplateDirective, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdDateInputValueTemplateDirective, "ard-date-input > ng-template[ard-value-tmp]", never, {}, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
22
|
+
export declare class ArdDateInputCalendarIconTemplateDirective {
|
|
23
|
+
template: TemplateRef<undefined>;
|
|
24
|
+
constructor(template: TemplateRef<undefined>);
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdDateInputCalendarIconTemplateDirective, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdDateInputCalendarIconTemplateDirective, "ard-date-input > ng-template[ard-calendar-icon-tmp]", never, {}, {}, never, never, false, never>;
|
|
27
|
+
}
|
|
28
|
+
export declare class ArdDateInputAcceptButtonsTemplateDirective {
|
|
29
|
+
template: TemplateRef<ArdDateInputAcceptButtonsContext>;
|
|
30
|
+
constructor(template: TemplateRef<ArdDateInputAcceptButtonsContext>);
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdDateInputAcceptButtonsTemplateDirective, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdDateInputAcceptButtonsTemplateDirective, "ard-date-input > ng-template[ard-accept-buttons-tmp]", never, {}, {}, never, never, false, never>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./date-input.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../form-field-frame/form-field-frame.module";
|
|
5
|
+
import * as i4 from "../../dropdown-panel/dropdown-panel.module";
|
|
6
|
+
import * as i5 from "@ardium-ui/devkit";
|
|
7
|
+
import * as i6 from "../../calendar/calendar.module";
|
|
8
|
+
import * as i7 from "../../buttons/icon-button/icon-button.module";
|
|
9
|
+
import * as i8 from "../../icon/icon.module";
|
|
10
|
+
export declare class ArdiumDateInputModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumDateInputModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumDateInputModule, [typeof i1.ArdiumDateInputComponent], [typeof i2.CommonModule, typeof i3.ArdiumFormFieldFrameModule, typeof i4.ArdiumDropdownPanelModule, typeof i5.ArdiumClickOutsideEventModule, typeof i6.ArdiumCalendarModule, typeof i7.ArdiumIconButtonModule, typeof i8.ArdiumIconModule], [typeof i1.ArdiumDateInputComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumDateInputModule>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export type ArdDateInputSerializeFn = (date: Date | null) => string;
|
|
2
|
+
export type ArdDateInputDeserializeFn = (date: string, prevValue: Date | null) => Date | null;
|
|
3
|
+
export interface ArdDateInputValueContext {
|
|
4
|
+
$implicit: Date | null;
|
|
5
|
+
}
|
|
6
|
+
export interface ArdDateInputAcceptButtonsContext {
|
|
7
|
+
$implicit: () => void;
|
|
8
|
+
cancel: () => void;
|
|
9
|
+
accept: () => void;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const ArdDateInputMinMaxStrategy: {
|
|
13
|
+
readonly Allow: "allow";
|
|
14
|
+
readonly Adjust: "adjust";
|
|
15
|
+
};
|
|
16
|
+
export type ArdDateInputMinMaxStrategy = typeof ArdDateInputMinMaxStrategy[keyof typeof ArdDateInputMinMaxStrategy];
|
package/package.json
CHANGED
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
.ard-calendar {
|
|
2
|
+
width: 18.5rem;
|
|
3
|
+
background: var(--ard-bg);
|
|
4
|
+
user-select: none;
|
|
5
|
+
}
|
|
6
|
+
.ard-calendar.ard-color-none {
|
|
7
|
+
--ard-cmpcl--bg: var(--ard-bg);
|
|
8
|
+
--ard-cmpcl--bg-colored: var(--ard-bg-alt);
|
|
9
|
+
--ard-cmpcl--bg-colored-light: var(--ard-detail-light);
|
|
10
|
+
--ard-cmpcl--bg-header: var(--ard-bg-filled);
|
|
11
|
+
--ard-cmpcl--bg-colored-verylight: var(--ard-bg-darker);
|
|
12
|
+
--ard-cmpcl--on-bg: var(--ard-text);
|
|
13
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
14
|
+
--ard-cmpcl--border: var(--ard-text);
|
|
15
|
+
--ard-cmpcl--border-light: var(--ard-text2);
|
|
16
|
+
--ard-cmpcl--content: var(--ard-text);
|
|
17
|
+
--ard-cmpcl--content-light: var(--ard-text-alt);
|
|
18
|
+
--ard-cmpcl--overlay-rgb: var(--ard-overlay-rgb);
|
|
19
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
20
|
+
--ard-cmpcl--overlay-colored: var(--ard-overlay);
|
|
21
|
+
--ard-cmpcl--overlay-colored-light: var(--ard-text-alt);
|
|
22
|
+
}
|
|
23
|
+
.ard-calendar.ard-color-primary {
|
|
24
|
+
--ard-cmpcl--bg: rgb(var(--ard-primary-500));
|
|
25
|
+
--ard-cmpcl--bg-colored: rgb(var(--ard-primary-500));
|
|
26
|
+
--ard-cmpcl--bg-colored-light: rgb(var(--ard-primary-100));
|
|
27
|
+
--ard-cmpcl--bg-header: rgb(var(--ard-primary-100));
|
|
28
|
+
--ard-cmpcl--bg-colored-verylight: rgb(var(--ard-primary-50));
|
|
29
|
+
--ard-cmpcl--on-bg: var(--ard-text-alt);
|
|
30
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
31
|
+
--ard-cmpcl--border: rgb(var(--ard-primary-300));
|
|
32
|
+
--ard-cmpcl--border-light: rgb(var(--ard-primary-100));
|
|
33
|
+
--ard-cmpcl--content: rgb(var(--ard-primary-700));
|
|
34
|
+
--ard-cmpcl--content-light: rgb(var(--ard-primary-300));
|
|
35
|
+
--ard-cmpcl--overlay-rgb: var(--ard-primary-500);
|
|
36
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
37
|
+
--ard-cmpcl--overlay-colored: rgb(var(--ard-primary-700));
|
|
38
|
+
--ard-cmpcl--overlay-colored-light: rgb(var(--ard-primary-100));
|
|
39
|
+
}
|
|
40
|
+
.ard-calendar.ard-color-secondary {
|
|
41
|
+
--ard-cmpcl--bg: rgb(var(--ard-secondary-500));
|
|
42
|
+
--ard-cmpcl--bg-colored: rgb(var(--ard-secondary-500));
|
|
43
|
+
--ard-cmpcl--bg-colored-light: rgb(var(--ard-secondary-50));
|
|
44
|
+
--ard-cmpcl--bg-header: rgb(var(--ard-secondary-50));
|
|
45
|
+
--ard-cmpcl--bg-colored-verylight: rgb(var(--ard-secondary-50));
|
|
46
|
+
--ard-cmpcl--on-bg: var(--ard-text-alt);
|
|
47
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
48
|
+
--ard-cmpcl--border: rgb(var(--ard-secondary-300));
|
|
49
|
+
--ard-cmpcl--border-light: rgb(var(--ard-secondary-100));
|
|
50
|
+
--ard-cmpcl--content: rgb(var(--ard-secondary-700));
|
|
51
|
+
--ard-cmpcl--content-light: rgb(var(--ard-secondary-300));
|
|
52
|
+
--ard-cmpcl--overlay-rgb: var(--ard-secondary-500);
|
|
53
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
54
|
+
--ard-cmpcl--overlay-colored: rgb(var(--ard-secondary-700));
|
|
55
|
+
--ard-cmpcl--overlay-colored-light: rgb(var(--ard-secondary-100));
|
|
56
|
+
}
|
|
57
|
+
.ard-calendar.ard-color-warn {
|
|
58
|
+
--ard-cmpcl--bg: rgb(var(--ard-warn-500));
|
|
59
|
+
--ard-cmpcl--bg-colored: rgb(var(--ard-warn-500));
|
|
60
|
+
--ard-cmpcl--bg-colored-light: rgb(var(--ard-warn-50));
|
|
61
|
+
--ard-cmpcl--bg-header: rgb(var(--ard-warn-50));
|
|
62
|
+
--ard-cmpcl--bg-colored-verylight: rgb(var(--ard-warn-50));
|
|
63
|
+
--ard-cmpcl--on-bg: var(--ard-text-alt);
|
|
64
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
65
|
+
--ard-cmpcl--border: rgb(var(--ard-warn-300));
|
|
66
|
+
--ard-cmpcl--border-light: rgb(var(--ard-warn-100));
|
|
67
|
+
--ard-cmpcl--content: rgb(var(--ard-warn-700));
|
|
68
|
+
--ard-cmpcl--content-light: rgb(var(--ard-warn-100));
|
|
69
|
+
--ard-cmpcl--overlay-rgb: var(--ard-warn-500);
|
|
70
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
71
|
+
--ard-cmpcl--overlay-colored: rgb(var(--ard-warn-700));
|
|
72
|
+
--ard-cmpcl--overlay-colored-light: rgb(var(--ard-warn-100));
|
|
73
|
+
}
|
|
74
|
+
.ard-calendar.ard-color-danger {
|
|
75
|
+
--ard-cmpcl--bg: rgb(var(--ard-danger-700));
|
|
76
|
+
--ard-cmpcl--bg-colored: rgb(var(--ard-danger-700));
|
|
77
|
+
--ard-cmpcl--bg-colored-light: rgb(var(--ard-danger-100));
|
|
78
|
+
--ard-cmpcl--bg-header: rgb(var(--ard-danger-100));
|
|
79
|
+
--ard-cmpcl--bg-colored-verylight: rgb(var(--ard-danger-50));
|
|
80
|
+
--ard-cmpcl--on-bg: var(--ard-text-alt);
|
|
81
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
82
|
+
--ard-cmpcl--border: rgb(var(--ard-danger-300));
|
|
83
|
+
--ard-cmpcl--border-light: rgb(var(--ard-danger-100));
|
|
84
|
+
--ard-cmpcl--content: rgb(var(--ard-danger-900));
|
|
85
|
+
--ard-cmpcl--content-light: rgb(var(--ard-danger-500));
|
|
86
|
+
--ard-cmpcl--overlay-rgb: var(--ard-danger-700);
|
|
87
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
88
|
+
--ard-cmpcl--overlay-colored: rgb(var(--ard-danger-700));
|
|
89
|
+
--ard-cmpcl--overlay-colored-light: rgb(var(--ard-danger-300));
|
|
90
|
+
}
|
|
91
|
+
.ard-calendar.ard-color-success {
|
|
92
|
+
--ard-cmpcl--bg: rgb(var(--ard-success-700));
|
|
93
|
+
--ard-cmpcl--bg-colored: rgb(var(--ard-success-700));
|
|
94
|
+
--ard-cmpcl--bg-colored-light: rgb(var(--ard-success-50));
|
|
95
|
+
--ard-cmpcl--bg-header: rgb(var(--ard-success-50));
|
|
96
|
+
--ard-cmpcl--bg-colored-verylight: rgb(var(--ard-success-50));
|
|
97
|
+
--ard-cmpcl--on-bg: var(--ard-text-alt);
|
|
98
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
99
|
+
--ard-cmpcl--border: rgb(var(--ard-success-300));
|
|
100
|
+
--ard-cmpcl--border-light: rgb(var(--ard-success-100));
|
|
101
|
+
--ard-cmpcl--content: rgb(var(--ard-success-900));
|
|
102
|
+
--ard-cmpcl--content-light: rgb(var(--ard-success-300));
|
|
103
|
+
--ard-cmpcl--overlay-rgb: var(--ard-success-700);
|
|
104
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
105
|
+
--ard-cmpcl--overlay-colored: rgb(var(--ard-success-700));
|
|
106
|
+
--ard-cmpcl--overlay-colored-light: rgb(var(--ard-success-300));
|
|
107
|
+
}
|
|
108
|
+
.ard-calendar.ard-color-info {
|
|
109
|
+
--ard-cmpcl--bg: rgb(var(--ard-info-500));
|
|
110
|
+
--ard-cmpcl--bg-colored: rgb(var(--ard-info-500));
|
|
111
|
+
--ard-cmpcl--bg-colored-light: rgb(var(--ard-info-50));
|
|
112
|
+
--ard-cmpcl--bg-header: rgb(var(--ard-info-50));
|
|
113
|
+
--ard-cmpcl--bg-colored-verylight: rgb(var(--ard-info-50));
|
|
114
|
+
--ard-cmpcl--on-bg: var(--ard-text-alt);
|
|
115
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
116
|
+
--ard-cmpcl--border: rgb(var(--ard-info-300));
|
|
117
|
+
--ard-cmpcl--border-light: rgb(var(--ard-info-100));
|
|
118
|
+
--ard-cmpcl--content: rgb(var(--ard-info-700));
|
|
119
|
+
--ard-cmpcl--content-light: rgb(var(--ard-info-300));
|
|
120
|
+
--ard-cmpcl--overlay-rgb: var(--ard-info-500);
|
|
121
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
122
|
+
--ard-cmpcl--overlay-colored: rgb(var(--ard-info-700));
|
|
123
|
+
--ard-cmpcl--overlay-colored-light: rgb(var(--ard-info-100));
|
|
124
|
+
}
|
|
125
|
+
.ard-calendar.ard-color-currentColor {
|
|
126
|
+
--ard-cmpcl--bg: var(--ard-bg);
|
|
127
|
+
--ard-cmpcl--bg-colored: currentColor;
|
|
128
|
+
--ard-cmpcl--on-bg: currentColor;
|
|
129
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
130
|
+
--ard-cmpcl--border: currentColor;
|
|
131
|
+
--ard-cmpcl--border-light: currentColor;
|
|
132
|
+
--ard-cmpcl--content: currentColor;
|
|
133
|
+
--ard-cmpcl--content-light: currentColor;
|
|
134
|
+
--ard-cmpcl--overlay-rgb: var(--ard-overlay-rgb);
|
|
135
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
136
|
+
--ard-cmpcl--overlay-colored: currentColor;
|
|
137
|
+
--ard-cmpcl--overlay-colored-light: currentColor;
|
|
138
|
+
}
|
|
139
|
+
.ard-calendar .ard-calendar-header-container {
|
|
140
|
+
display: flex;
|
|
141
|
+
align-items: center;
|
|
142
|
+
justify-content: stretch;
|
|
143
|
+
}
|
|
144
|
+
.ard-calendar .ard-calendar-header-container .ard-calendar-days-view-header {
|
|
145
|
+
width: 100%;
|
|
146
|
+
display: flex;
|
|
147
|
+
justify-content: space-between;
|
|
148
|
+
}
|
|
149
|
+
.ard-calendar .ard-calendar-header-container .ard-calendar-days-view-header .ard-calendar-header-button .ard-button-content {
|
|
150
|
+
display: flex;
|
|
151
|
+
gap: 0.375rem;
|
|
152
|
+
align-items: center;
|
|
153
|
+
}
|
|
154
|
+
.ard-calendar .ard-calendar-header-container .ard-calendar-days-view-header .ard-calendar-header-button .ard-button-content .ard-dropdown-arrow {
|
|
155
|
+
width: var(--ard-dropdown-button-size);
|
|
156
|
+
height: var(--ard-dropdown-button-size);
|
|
157
|
+
border: calc(var(--ard-dropdown-button-size) / 2) solid transparent;
|
|
158
|
+
position: relative;
|
|
159
|
+
border-bottom-color: var(--ard-detail);
|
|
160
|
+
border-right-color: var(--ard-detail);
|
|
161
|
+
transform: rotate(45deg) translate(-17.67771%, -17.67771%);
|
|
162
|
+
box-sizing: border-box;
|
|
163
|
+
}
|
|
164
|
+
.ard-calendar .ard-calendar-header-container .ard-calendar-days-view-header .ard-calendar-arrows {
|
|
165
|
+
display: flex;
|
|
166
|
+
gap: 0.375rem;
|
|
167
|
+
}
|
|
168
|
+
.ard-calendar .ard-calendar-header-container .ard-calendar-days-view-header .ard-calendar-arrows > ard-fab {
|
|
169
|
+
margin: 0;
|
|
170
|
+
}
|
|
171
|
+
.ard-calendar .ard-calendar-main-container {
|
|
172
|
+
padding: 0.375rem;
|
|
173
|
+
padding-top: 0;
|
|
174
|
+
}
|
|
175
|
+
.ard-calendar .ard-calendar-entry {
|
|
176
|
+
z-index: 1;
|
|
177
|
+
cursor: pointer;
|
|
178
|
+
outline: none;
|
|
179
|
+
}
|
|
180
|
+
.ard-calendar .ard-calendar-entry .ard-calendar-entry-button {
|
|
181
|
+
background: transparent;
|
|
182
|
+
border: 1px solid transparent;
|
|
183
|
+
width: calc(100% - 0.25rem);
|
|
184
|
+
height: calc(100% - 0.25rem);
|
|
185
|
+
padding: 0;
|
|
186
|
+
position: relative;
|
|
187
|
+
border-radius: 9999px;
|
|
188
|
+
cursor: pointer;
|
|
189
|
+
margin: 0.125rem;
|
|
190
|
+
}
|
|
191
|
+
.ard-calendar .ard-calendar-entry .ard-calendar-entry-button .ard-focus-overlay {
|
|
192
|
+
position: absolute;
|
|
193
|
+
top: -0;
|
|
194
|
+
bottom: -0;
|
|
195
|
+
left: -0;
|
|
196
|
+
right: -0;
|
|
197
|
+
opacity: 0;
|
|
198
|
+
border-radius: inherit;
|
|
199
|
+
pointer-events: none;
|
|
200
|
+
transition: opacity 0.2s ease;
|
|
201
|
+
z-index: -1;
|
|
202
|
+
background: var(--ard-cmpcl--bg-colored);
|
|
203
|
+
border: 2px solid transparent;
|
|
204
|
+
transition: border-color 0.2s ease, opacity 0.2s ease;
|
|
205
|
+
}
|
|
206
|
+
.ard-calendar .ard-calendar-entry.ard-calendar-entry-empty {
|
|
207
|
+
cursor: default;
|
|
208
|
+
pointer-events: none;
|
|
209
|
+
}
|
|
210
|
+
.ard-calendar .ard-calendar-entry.ard-calendar-today .ard-calendar-entry-button {
|
|
211
|
+
border-color: var(--ard-detail);
|
|
212
|
+
}
|
|
213
|
+
.ard-calendar .ard-calendar-entry.ard-calendar-entry-highlighted .ard-focus-overlay {
|
|
214
|
+
opacity: 20%;
|
|
215
|
+
}
|
|
216
|
+
.ard-calendar .ard-calendar-entry.ard-calendar-entry-selected .ard-calendar-entry-button {
|
|
217
|
+
color: var(--ard-cmpcl--on-bg-colored);
|
|
218
|
+
}
|
|
219
|
+
.ard-calendar .ard-calendar-entry.ard-calendar-entry-selected .ard-focus-overlay {
|
|
220
|
+
opacity: 100%;
|
|
221
|
+
}
|
|
222
|
+
.ard-calendar .ard-calendar-entry.ard-calendar-entry-selected.ard-calendar-today .ard-focus-overlay {
|
|
223
|
+
border-color: var(--ard-bg);
|
|
224
|
+
}
|
|
225
|
+
.ard-calendar .ard-calendar-grid {
|
|
226
|
+
display: grid;
|
|
227
|
+
grid-template-columns: repeat(7, 1fr);
|
|
228
|
+
}
|
|
229
|
+
.ard-calendar .ard-calendar-grid > * {
|
|
230
|
+
max-width: 100%;
|
|
231
|
+
box-sizing: border-box;
|
|
232
|
+
aspect-ratio: 1;
|
|
233
|
+
}
|
|
234
|
+
.ard-calendar .ard-calendar-day-labels {
|
|
235
|
+
font-size: 0.8125rem;
|
|
236
|
+
color: var(--ard-text3);
|
|
237
|
+
height: 1.25rem;
|
|
238
|
+
position: relative;
|
|
239
|
+
}
|
|
240
|
+
.ard-calendar .ard-calendar-day-labels > * {
|
|
241
|
+
display: flex;
|
|
242
|
+
align-items: center;
|
|
243
|
+
justify-content: center;
|
|
244
|
+
aspect-ratio: unset;
|
|
245
|
+
}
|
|
246
|
+
.ard-calendar .ard-calendar-day-labels::after {
|
|
247
|
+
content: "";
|
|
248
|
+
position: absolute;
|
|
249
|
+
width: 100%;
|
|
250
|
+
height: 1px;
|
|
251
|
+
background: var(--ard-detail-ultralight);
|
|
252
|
+
bottom: 0;
|
|
253
|
+
}
|
|
254
|
+
.ard-calendar .ard-calendar-main-grid {
|
|
255
|
+
position: relative;
|
|
256
|
+
}
|
|
257
|
+
.ard-calendar .ard-calendar-main-grid.ard-reserve-top-row {
|
|
258
|
+
padding-top: 100%/7;
|
|
259
|
+
}
|
|
260
|
+
.ard-calendar .ard-calendar-main-grid .ard-calendar-floating-month {
|
|
261
|
+
position: absolute;
|
|
262
|
+
top: 0;
|
|
263
|
+
left: 0;
|
|
264
|
+
width: 100%;
|
|
265
|
+
box-sizing: border-box;
|
|
266
|
+
aspect-ratio: 7;
|
|
267
|
+
padding-left: 0.5rem;
|
|
268
|
+
display: flex;
|
|
269
|
+
align-items: center;
|
|
270
|
+
font-size: 0.875rem;
|
|
271
|
+
font-weight: 500;
|
|
272
|
+
color: var(--ard-text3);
|
|
273
|
+
letter-spacing: 0.5px;
|
|
274
|
+
}
|
|
275
|
+
.ard-calendar .ard-calendar-simple-grid {
|
|
276
|
+
border-top: 1px solid var(--ard-detail-ultralight);
|
|
277
|
+
margin-top: 0.25rem;
|
|
278
|
+
display: grid;
|
|
279
|
+
grid-template-columns: repeat(4, 1fr);
|
|
280
|
+
grid-template-rows: repeat(6, 1fr);
|
|
281
|
+
}
|
|
282
|
+
.ard-calendar .ard-calendar-simple-grid > * {
|
|
283
|
+
max-width: 100%;
|
|
284
|
+
box-sizing: border-box;
|
|
285
|
+
aspect-ratio: 7/4;
|
|
286
|
+
}
|
|
287
|
+
.ard-calendar.ard-calendar-nointeract .ard-calendar-main-container {
|
|
288
|
+
pointer-events: none;
|
|
289
|
+
}
|
|
290
|
+
.ard-calendar.ard-calendar-static-height {
|
|
291
|
+
height: 19.5rem;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
/*# sourceMappingURL=calendar-OLD.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../projects/ui/src/themes/default/calendar-OLD.scss","../../../../projects/ui/src/themes/_variables.scss","../../../../projects/ui/src/themes/default/_coloring.scss","../../../../projects/ui/src/themes/default/_dropdown-arrow.scss","../../../../projects/ui/src/themes/default/_mixins.scss"],"names":[],"mappings":"AAKA;EAEE;EACA,YCRG;EDSH;;AENA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AF3HF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EGvBN,OFqCqB;EEpCrB,QFoCqB;EEnCrB;EACA;EACA,qBFSO;EERP,oBFQO;EEPP;EACA;;AHoBI;EACE;EACA;;AAEA;EACE;;AAMR;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,QATU;;AAWV;EItDJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EJ+CM;EACA;EACA;EACA,YACE;;AAIN;EACE;EACA;;AAGA;EACE,cC/DC;;ADmEH;EACE;;AAIF;EACE;;AAEF;EACE;;AAIA;EACE,cCjGL;;ADuGH;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAGJ;EACE;EACA,OC1GI;ED2GJ;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA,YChHc;EDiHd;;AAGJ;EACE;;AAEA;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OC/IE;EDgJF;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAOF;EACE;;AAIJ;EACE","file":"calendar-OLD.css"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
.ard-calendar {
|
|
2
2
|
width: 18.5rem;
|
|
3
|
-
background: var(--ard-bg);
|
|
4
3
|
user-select: none;
|
|
5
4
|
}
|
|
6
5
|
.ard-calendar.ard-color-none {
|
|
@@ -136,22 +135,14 @@
|
|
|
136
135
|
--ard-cmpcl--overlay-colored: currentColor;
|
|
137
136
|
--ard-cmpcl--overlay-colored-light: currentColor;
|
|
138
137
|
}
|
|
139
|
-
.ard-calendar .ard-
|
|
140
|
-
display: flex;
|
|
141
|
-
align-items: center;
|
|
142
|
-
justify-content: stretch;
|
|
143
|
-
}
|
|
144
|
-
.ard-calendar .ard-calendar-header-container .ard-calendar-days-view-header {
|
|
145
|
-
width: 100%;
|
|
138
|
+
.ard-calendar .ard-calendar__top-toolbar .ard-calendar__calendar-header {
|
|
146
139
|
display: flex;
|
|
147
140
|
justify-content: space-between;
|
|
148
|
-
}
|
|
149
|
-
.ard-calendar .ard-calendar-header-container .ard-calendar-days-view-header .ard-calendar-header-button .ard-button-content {
|
|
150
|
-
display: flex;
|
|
151
|
-
gap: 0.375rem;
|
|
152
141
|
align-items: center;
|
|
142
|
+
width: 100%;
|
|
143
|
+
padding: 0.75rem 0;
|
|
153
144
|
}
|
|
154
|
-
.ard-calendar .ard-
|
|
145
|
+
.ard-calendar .ard-calendar__top-toolbar .ard-calendar__calendar-header .ard-dropdown-arrow {
|
|
155
146
|
width: var(--ard-dropdown-button-size);
|
|
156
147
|
height: var(--ard-dropdown-button-size);
|
|
157
148
|
border: calc(var(--ard-dropdown-button-size) / 2) solid transparent;
|
|
@@ -161,34 +152,89 @@
|
|
|
161
152
|
transform: rotate(45deg) translate(-17.67771%, -17.67771%);
|
|
162
153
|
box-sizing: border-box;
|
|
163
154
|
}
|
|
164
|
-
.ard-calendar .ard-
|
|
165
|
-
|
|
166
|
-
gap: 0.375rem;
|
|
155
|
+
.ard-calendar .ard-years-view .ard-dropdown-arrow {
|
|
156
|
+
rotate: 180deg;
|
|
167
157
|
}
|
|
168
|
-
.ard-calendar .ard-
|
|
169
|
-
|
|
158
|
+
.ard-calendar .ard-calendar__weekdays {
|
|
159
|
+
display: grid;
|
|
160
|
+
grid-template-columns: repeat(7, 2.5rem);
|
|
161
|
+
align-items: center;
|
|
162
|
+
padding: 0 0.375rem 0.5rem 0.375rem;
|
|
170
163
|
}
|
|
171
|
-
.ard-calendar .ard-
|
|
164
|
+
.ard-calendar .ard-calendar__weekdays .ard-calendar__weekday {
|
|
165
|
+
text-align: center;
|
|
166
|
+
font-size: 0.875rem;
|
|
167
|
+
font-weight: 500;
|
|
168
|
+
color: var(--ard-text);
|
|
169
|
+
}
|
|
170
|
+
.ard-calendar .ard-calendar__days-grid {
|
|
172
171
|
padding: 0.375rem;
|
|
173
172
|
padding-top: 0;
|
|
173
|
+
display: grid;
|
|
174
|
+
grid-template-columns: repeat(7, 2.5rem);
|
|
175
|
+
position: relative;
|
|
176
|
+
outline: none;
|
|
177
|
+
}
|
|
178
|
+
.ard-calendar .ard-calendar__days-grid > * {
|
|
179
|
+
max-width: 100%;
|
|
180
|
+
box-sizing: border-box;
|
|
181
|
+
aspect-ratio: 1;
|
|
182
|
+
}
|
|
183
|
+
.ard-calendar .ard-calendar__days-grid.ard-reserve-top-row {
|
|
184
|
+
padding-top: 2.5rem;
|
|
185
|
+
}
|
|
186
|
+
.ard-calendar .ard-calendar__days-grid .ard-calendar__floating-month {
|
|
187
|
+
position: absolute;
|
|
188
|
+
top: 0;
|
|
189
|
+
left: 0;
|
|
190
|
+
width: 100%;
|
|
191
|
+
box-sizing: border-box;
|
|
192
|
+
aspect-ratio: 7;
|
|
193
|
+
padding-left: 1rem;
|
|
194
|
+
display: flex;
|
|
195
|
+
align-items: center;
|
|
196
|
+
font-size: 0.875rem;
|
|
197
|
+
font-weight: 500;
|
|
198
|
+
color: var(--ard-text3);
|
|
199
|
+
letter-spacing: 0.5px;
|
|
200
|
+
z-index: 2;
|
|
201
|
+
pointer-events: none;
|
|
202
|
+
}
|
|
203
|
+
.ard-calendar .ard-calendar__simple-grid {
|
|
204
|
+
border-top: 1px solid var(--ard-detail-ultralight);
|
|
205
|
+
margin-top: 0.25rem;
|
|
206
|
+
display: grid;
|
|
207
|
+
grid-template-columns: repeat(4, 1fr);
|
|
208
|
+
grid-template-rows: repeat(6, 2.5rem);
|
|
209
|
+
position: relative;
|
|
210
|
+
outline: none;
|
|
211
|
+
}
|
|
212
|
+
.ard-calendar .ard-calendar__simple-grid > * {
|
|
213
|
+
max-width: 100%;
|
|
214
|
+
box-sizing: border-box;
|
|
215
|
+
aspect-ratio: 7/4;
|
|
174
216
|
}
|
|
175
|
-
.ard-calendar .ard-
|
|
217
|
+
.ard-calendar .ard-calendar__entry {
|
|
176
218
|
z-index: 1;
|
|
177
219
|
cursor: pointer;
|
|
178
220
|
outline: none;
|
|
221
|
+
padding: 0.125rem;
|
|
179
222
|
}
|
|
180
|
-
.ard-calendar .ard-
|
|
223
|
+
.ard-calendar .ard-calendar__entry .ard-calendar__entry-button {
|
|
224
|
+
width: 100%;
|
|
225
|
+
height: 100%;
|
|
226
|
+
padding: 0;
|
|
227
|
+
display: flex;
|
|
228
|
+
align-items: center;
|
|
229
|
+
justify-content: center;
|
|
230
|
+
font-size: 0.875rem;
|
|
181
231
|
background: transparent;
|
|
182
232
|
border: 1px solid transparent;
|
|
183
|
-
width: calc(100% - 0.25rem);
|
|
184
|
-
height: calc(100% - 0.25rem);
|
|
185
|
-
padding: 0;
|
|
186
|
-
position: relative;
|
|
187
233
|
border-radius: 9999px;
|
|
234
|
+
position: relative;
|
|
188
235
|
cursor: pointer;
|
|
189
|
-
margin: 0.125rem;
|
|
190
236
|
}
|
|
191
|
-
.ard-calendar .ard-
|
|
237
|
+
.ard-calendar .ard-calendar__entry .ard-calendar__entry-button .ard-focus-overlay {
|
|
192
238
|
position: absolute;
|
|
193
239
|
top: -0;
|
|
194
240
|
bottom: -0;
|
|
@@ -201,48 +247,52 @@
|
|
|
201
247
|
z-index: -1;
|
|
202
248
|
background: var(--ard-cmpcl--bg-colored);
|
|
203
249
|
border: 2px solid transparent;
|
|
204
|
-
transition: border-color 0.
|
|
250
|
+
transition: border-color 0.1s ease, opacity 0.1s ease;
|
|
205
251
|
}
|
|
206
|
-
.ard-calendar .ard-
|
|
252
|
+
.ard-calendar .ard-calendar__entry.ard-calendar__entry-empty {
|
|
207
253
|
cursor: default;
|
|
208
254
|
}
|
|
209
|
-
.ard-calendar .ard-
|
|
255
|
+
.ard-calendar .ard-calendar__entry.ard-calendar-today .ard-calendar__entry-button {
|
|
210
256
|
border-color: var(--ard-detail);
|
|
211
257
|
}
|
|
212
|
-
.ard-calendar .ard-
|
|
258
|
+
.ard-calendar .ard-calendar__entry.ard-calendar__entry-highlighted .ard-focus-overlay {
|
|
213
259
|
opacity: 20%;
|
|
214
260
|
}
|
|
215
|
-
.ard-calendar .ard-
|
|
261
|
+
.ard-calendar .ard-calendar__entry.ard-calendar__entry-selected .ard-calendar__entry-button {
|
|
216
262
|
color: var(--ard-cmpcl--on-bg-colored);
|
|
217
263
|
}
|
|
218
|
-
.ard-calendar .ard-
|
|
264
|
+
.ard-calendar .ard-calendar__entry.ard-calendar__entry-selected .ard-focus-overlay {
|
|
219
265
|
opacity: 100%;
|
|
220
266
|
}
|
|
221
|
-
.ard-calendar .ard-
|
|
267
|
+
.ard-calendar .ard-calendar__entry.ard-calendar__entry-selected.ard-calendar-today .ard-focus-overlay {
|
|
222
268
|
border-color: var(--ard-bg);
|
|
223
269
|
}
|
|
224
|
-
.ard-calendar .ard-
|
|
225
|
-
|
|
226
|
-
|
|
270
|
+
.ard-calendar .ard-calendar__entry.ard-calendar__entry-disabled {
|
|
271
|
+
pointer-events: none;
|
|
272
|
+
opacity: 50%;
|
|
227
273
|
}
|
|
228
|
-
.ard-calendar .ard-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
274
|
+
.ard-calendar .ard-calendar__entry.ard-calendar__entry-disabled .ard-calendar__entry-button {
|
|
275
|
+
cursor: default;
|
|
276
|
+
}
|
|
277
|
+
.ard-calendar .ard-calendar__entry.ard-calendar__entry-disabled .ard-focus-overlay {
|
|
278
|
+
background: var(--ard-cmpcl--overlay);
|
|
279
|
+
}
|
|
280
|
+
.ard-calendar .ard-calendar__entry.ard-calendar__entry-disabled.ard-calendar__entry-highlighted .ard-focus-overlay {
|
|
281
|
+
opacity: 15%;
|
|
232
282
|
}
|
|
233
|
-
.ard-calendar .ard-
|
|
283
|
+
.ard-calendar .ard-calendar__day-labels {
|
|
234
284
|
font-size: 0.8125rem;
|
|
235
285
|
color: var(--ard-text3);
|
|
236
286
|
height: 1.25rem;
|
|
237
287
|
position: relative;
|
|
238
288
|
}
|
|
239
|
-
.ard-calendar .ard-
|
|
289
|
+
.ard-calendar .ard-calendar__day-labels > * {
|
|
240
290
|
display: flex;
|
|
241
291
|
align-items: center;
|
|
242
292
|
justify-content: center;
|
|
243
293
|
aspect-ratio: unset;
|
|
244
294
|
}
|
|
245
|
-
.ard-calendar .ard-
|
|
295
|
+
.ard-calendar .ard-calendar__day-labels::after {
|
|
246
296
|
content: "";
|
|
247
297
|
position: absolute;
|
|
248
298
|
width: 100%;
|
|
@@ -250,44 +300,14 @@
|
|
|
250
300
|
background: var(--ard-detail-ultralight);
|
|
251
301
|
bottom: 0;
|
|
252
302
|
}
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
.ard-calendar .ard-calendar-main-grid.ard-reserve-top-row {
|
|
257
|
-
padding-top: 100%/7;
|
|
258
|
-
}
|
|
259
|
-
.ard-calendar .ard-calendar-main-grid .ard-calendar-floating-month {
|
|
260
|
-
position: absolute;
|
|
261
|
-
top: 0;
|
|
262
|
-
left: 0;
|
|
263
|
-
width: 100%;
|
|
264
|
-
box-sizing: border-box;
|
|
265
|
-
aspect-ratio: 7;
|
|
266
|
-
padding-left: 0.5rem;
|
|
267
|
-
display: flex;
|
|
268
|
-
align-items: center;
|
|
269
|
-
font-size: 0.875rem;
|
|
270
|
-
font-weight: 500;
|
|
271
|
-
color: var(--ard-text3);
|
|
272
|
-
letter-spacing: 0.5px;
|
|
273
|
-
}
|
|
274
|
-
.ard-calendar .ard-calendar-simple-grid {
|
|
275
|
-
border-top: 1px solid var(--ard-detail-ultralight);
|
|
276
|
-
margin-top: 0.25rem;
|
|
277
|
-
display: grid;
|
|
278
|
-
grid-template-columns: repeat(4, 1fr);
|
|
279
|
-
grid-template-rows: repeat(6, 1fr);
|
|
280
|
-
}
|
|
281
|
-
.ard-calendar .ard-calendar-simple-grid > * {
|
|
282
|
-
max-width: 100%;
|
|
283
|
-
box-sizing: border-box;
|
|
284
|
-
aspect-ratio: 7/4;
|
|
285
|
-
}
|
|
286
|
-
.ard-calendar.ard-calendar-nointeract .ard-calendar-main-container {
|
|
303
|
+
|
|
304
|
+
.ard-readonly .ard-calendar,
|
|
305
|
+
.ard-disabled .ard-calendar {
|
|
287
306
|
pointer-events: none;
|
|
288
307
|
}
|
|
289
|
-
|
|
290
|
-
|
|
308
|
+
|
|
309
|
+
.ard-disabled .ard-calendar {
|
|
310
|
+
opacity: 50%;
|
|
291
311
|
}
|
|
292
312
|
|
|
293
313
|
/*# sourceMappingURL=calendar.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../projects/ui/src/themes/default/calendar.scss","../../../../projects/ui/src/themes/
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../projects/ui/src/themes/default/calendar.scss","../../../../projects/ui/src/themes/default/_coloring.scss","../../../../projects/ui/src/themes/default/_dropdown-arrow.scss","../../../../projects/ui/src/themes/_variables.scss","../../../../projects/ui/src/themes/default/_mixins.scss"],"names":[],"mappings":"AAOA;EAEE;EACA;;ACPA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;ADxHA;EACE;EACA;EACA;EACA;EACA;;AAEA;EElBJ,OCqCqB;EDpCrB,QCoCqB;EDnCrB;EACA;EACA,qBCSO;EDRP,oBCQO;EDPP;EACA;;AFiBE;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA,OGnCC;;AHuCL;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEF;EACE,aAvDM;;AAyDR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OGjEE;EHkEF;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAMJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EI9GJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EJuGM;EACA;EACA;EACA;;AAGJ;EACE;;AAGA;EACE,cGpHC;;AHwHH;EACE;;AAIF;EACE;;AAEF;EACE;;AAIA;EACE,cGtJL;;AH0JD;EACE;EACA;;AAEA;EACE;;AAEF;EACE;;AAGA;EACE;;AAKR;EACE;EACA,OGpKI;EHqKJ;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA,YG1Kc;EH2Kd;;;AAMJ;AAAA;EACE;;;AAIF;EACE","file":"calendar.css"}
|