@foxeltech/angular-ui 0.0.13 → 0.2.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/BeVietnamPro/BeVietnamPro-Bold.woff2 +0 -0
- package/BeVietnamPro/BeVietnamPro-ExtraLight.woff2 +0 -0
- package/BeVietnamPro/BeVietnamPro-Light.woff2 +0 -0
- package/BeVietnamPro/BeVietnamPro-Medium.woff2 +0 -0
- package/BeVietnamPro/BeVietnamPro-Regular.woff2 +0 -0
- package/BeVietnamPro/BeVietnamPro-SemiBold.woff2 +0 -0
- package/BeVietnamPro/BeVietnamPro-Thin.woff2 +0 -0
- package/SpaceMono-Regular.woff2 +0 -0
- package/components.css +5 -0
- package/dm-sans/DMSans-Bold.woff2 +0 -0
- package/dm-sans/DMSans-Light.woff2 +0 -0
- package/dm-sans/DMSans-Medium.woff2 +0 -0
- package/dm-sans/DMSans-Regular.woff2 +0 -0
- package/dm-sans/DMSans-SemiBold.woff2 +0 -0
- package/dm-sans/DMSans-Thin.woff2 +0 -0
- package/fesm2022/foxeltech-angular-ui.mjs +1070 -264
- package/fesm2022/foxeltech-angular-ui.mjs.map +1 -1
- package/fonts.css +68 -34
- package/index.d.ts +536 -139
- package/orbitron/Orbitron-Bold.woff2 +0 -0
- package/orbitron/Orbitron-Medium.woff2 +0 -0
- package/orbitron/Orbitron-Regular.woff2 +0 -0
- package/orbitron/Orbitron-SemiBold.woff2 +0 -0
- package/package.json +6 -6
- package/roboto/Roboto-Black.woff2 +0 -0
- package/roboto/Roboto-BlackItalic.woff2 +0 -0
- package/roboto/Roboto-Bold.woff2 +0 -0
- package/roboto/Roboto-BoldCondensed.woff2 +0 -0
- package/roboto/Roboto-BoldCondensedItalic.woff2 +0 -0
- package/roboto/Roboto-BoldItalic.woff2 +0 -0
- package/roboto/Roboto-Condensed.woff2 +0 -0
- package/roboto/Roboto-CondensedItalic.woff2 +0 -0
- package/roboto/Roboto-Italic.woff2 +0 -0
- package/roboto/Roboto-Light.woff2 +0 -0
- package/roboto/Roboto-LightItalic.woff2 +0 -0
- package/roboto/Roboto-Medium.woff2 +0 -0
- package/roboto/Roboto-MediumItalic.woff2 +0 -0
- package/roboto/Roboto-Regular.woff2 +0 -0
- package/roboto/Roboto-Thin.woff2 +0 -0
- package/roboto/Roboto-ThinItalic.woff2 +0 -0
- package/src/lib/styles/components.css +5 -0
- package/src/lib/styles/fonts.css +68 -34
- package/src/lib/styles/tailwind.css +1 -1
- package/src/lib/ui/components/button/button.component.scss +0 -0
- package/src/lib/ui/components/chart/chart.component.scss +49 -0
- package/src/lib/ui/components/checkbox/checkbox.component.scss +0 -0
- package/src/lib/ui/components/circle-progress-bar/circle-progress-bar.component.scss +0 -0
- package/src/lib/ui/components/datetime-picker/datetime-picker.component.scss +144 -0
- package/src/lib/ui/components/dnd-upload/dnd-upload.component.scss +87 -0
- package/src/lib/ui/components/drawer/drawer.component.scss +131 -0
- package/src/lib/ui/components/empty-state/empty-state.component.html +9 -0
- package/src/lib/ui/components/filter-chips/filter-chips.component.html +12 -0
- package/src/lib/ui/components/flow-connection/flow-connection.component.scss +0 -0
- package/src/lib/ui/components/hero-icon/hero-icon.component.scss +0 -0
- package/src/lib/ui/components/info-field/info-field.component.html +4 -0
- package/src/lib/ui/components/kanban-board/kanban-board.component.scss +67 -0
- package/src/lib/ui/components/loading-panel/loading-panel.component.scss +0 -0
- package/src/lib/ui/components/meter/meter.component.html +15 -0
- package/src/lib/ui/components/radio-button-toggle/radio-button-toggle.component.scss +0 -0
- package/src/lib/ui/components/rich-text-area/rich-text-area.component.scss +15 -0
- package/src/lib/ui/components/search-bar/search-bar.component.scss +0 -0
- package/src/lib/ui/components/section-card/section-card.component.html +9 -0
- package/src/lib/ui/components/select/select.component.css +38 -3
- package/src/lib/ui/components/severity-badges/severity-badges.component.html +10 -0
- package/src/lib/ui/components/skeleton-detail/skeleton-detail.component.html +22 -0
- package/src/lib/ui/components/skeleton-list/skeleton-list.component.html +12 -0
- package/src/lib/ui/components/skeleton-table-loading/skeleton-table-loading.component.scss +0 -0
- package/src/lib/ui/components/slider/slider.component.scss +0 -0
- package/src/lib/ui/components/stat-cards/stat-cards.component.html +18 -0
- package/src/lib/ui/components/switch/switch.component.scss +0 -0
- package/src/lib/ui/components/tab-component/tab.component.scss +0 -0
- package/src/lib/ui/components/tab-group/tab-group.component.scss +48 -0
- package/src/lib/ui/components/table-cell/table-cell.component.scss +0 -0
- package/src/lib/ui/components/tag/tag.component.scss +0 -0
- package/src/lib/ui/components/toast/toast.component.scss +0 -0
- package/src/lib/ui/components/toast-container/toast-container.component.scss +0 -0
- package/src/lib/ui/components/tree-diagram/tree-diagram.component.scss +0 -0
- package/src/lib/ui/dialogs/confirmation/confirmation.component.scss +0 -0
- package/tailwind.config.js +18 -0
- package/tailwind.css +1 -1
- package/BeVietnamPro/BeVietnamPro-Bold.ttf +0 -0
- package/BeVietnamPro/BeVietnamPro-ExtraLight.ttf +0 -0
- package/BeVietnamPro/BeVietnamPro-Light.ttf +0 -0
- package/BeVietnamPro/BeVietnamPro-Medium.ttf +0 -0
- package/BeVietnamPro/BeVietnamPro-Regular.ttf +0 -0
- package/BeVietnamPro/BeVietnamPro-SemiBold.ttf +0 -0
- package/BeVietnamPro/BeVietnamPro-Thin.ttf +0 -0
- package/SpaceMono-Regular.ttf +0 -0
- package/dm-sans/DMSans-Bold.ttf +0 -0
- package/dm-sans/DMSans-Light.ttf +0 -0
- package/dm-sans/DMSans-Medium.ttf +0 -0
- package/dm-sans/DMSans-Regular.ttf +0 -0
- package/dm-sans/DMSans-SemiBold.ttf +0 -0
- package/dm-sans/DMSans-Thin.ttf +0 -0
- package/orbitron/Orbitron-Bold.ttf +0 -0
- package/orbitron/Orbitron-Medium.ttf +0 -0
- package/orbitron/Orbitron-Regular.ttf +0 -0
- package/orbitron/Orbitron-SemiBold.ttf +0 -0
- package/roboto/Roboto-Black.ttf +0 -0
- package/roboto/Roboto-BlackItalic.ttf +0 -0
- package/roboto/Roboto-Bold.ttf +0 -0
- package/roboto/Roboto-BoldCondensed.ttf +0 -0
- package/roboto/Roboto-BoldCondensedItalic.ttf +0 -0
- package/roboto/Roboto-BoldItalic.ttf +0 -0
- package/roboto/Roboto-Condensed.ttf +0 -0
- package/roboto/Roboto-CondensedItalic.ttf +0 -0
- package/roboto/Roboto-Italic.ttf +0 -0
- package/roboto/Roboto-Light.ttf +0 -0
- package/roboto/Roboto-LightItalic.ttf +0 -0
- package/roboto/Roboto-Medium.ttf +0 -0
- package/roboto/Roboto-MediumItalic.ttf +0 -0
- package/roboto/Roboto-Regular.ttf +0 -0
- package/roboto/Roboto-Thin.ttf +0 -0
- package/roboto/Roboto-ThinItalic.ttf +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foxeltech/angular-ui",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"main": "bundles/ui.umd.js",
|
|
6
|
-
"module": "fesm2022/foxeltech-angular-ui.mjs",
|
|
7
|
-
"es2020": "fesm2020/ui.mjs",
|
|
8
|
-
"typings": "index.d.ts",
|
|
9
5
|
"publishConfig": {
|
|
10
6
|
"access": "public"
|
|
11
7
|
},
|
|
@@ -52,5 +48,9 @@
|
|
|
52
48
|
"default": "./fesm2022/foxeltech-angular-ui.mjs"
|
|
53
49
|
}
|
|
54
50
|
},
|
|
55
|
-
"sideEffects":
|
|
51
|
+
"sideEffects": [
|
|
52
|
+
"*.css"
|
|
53
|
+
],
|
|
54
|
+
"module": "fesm2022/foxeltech-angular-ui.mjs",
|
|
55
|
+
"typings": "index.d.ts"
|
|
56
56
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -79,6 +79,11 @@
|
|
|
79
79
|
.mat-mdc-tooltip {
|
|
80
80
|
border-radius: 6px !important;
|
|
81
81
|
background-color: rgb(var(--bg-primary)) !important;
|
|
82
|
+
--mdc-plain-tooltip-container-color: rgb(var(--bg-primary));
|
|
83
|
+
--mdc-plain-tooltip-supporting-text-color: rgb(var(--text-primary));
|
|
84
|
+
}
|
|
85
|
+
.mat-mdc-tooltip .mdc-tooltip__surface {
|
|
86
|
+
color: rgb(var(--text-primary)) !important;
|
|
82
87
|
}
|
|
83
88
|
|
|
84
89
|
.mat-mdc-table {
|
package/src/lib/styles/fonts.css
CHANGED
|
@@ -1,237 +1,271 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'BeVietnamPro';
|
|
3
|
-
|
|
3
|
+
font-display: swap;
|
|
4
|
+
src: url('./BeVietnamPro/BeVietnamPro-Thin.woff2') format('woff2');
|
|
4
5
|
font-weight: 100;
|
|
5
6
|
font-style: normal;
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
@font-face {
|
|
9
10
|
font-family: 'BeVietnamPro';
|
|
10
|
-
|
|
11
|
+
font-display: swap;
|
|
12
|
+
src: url('./BeVietnamPro/BeVietnamPro-ExtraLight.woff2') format('woff2');
|
|
11
13
|
font-weight: 200;
|
|
12
14
|
font-style: normal;
|
|
13
15
|
}
|
|
14
16
|
|
|
15
17
|
@font-face {
|
|
16
18
|
font-family: 'BeVietnamPro';
|
|
17
|
-
|
|
19
|
+
font-display: swap;
|
|
20
|
+
src: url('./BeVietnamPro/BeVietnamPro-Light.woff2') format('woff2');
|
|
18
21
|
font-weight: 300;
|
|
19
22
|
font-style: normal;
|
|
20
23
|
}
|
|
21
24
|
|
|
22
25
|
@font-face {
|
|
23
26
|
font-family: 'BeVietnamPro';
|
|
24
|
-
|
|
27
|
+
font-display: swap;
|
|
28
|
+
src: url('./BeVietnamPro/BeVietnamPro-Regular.woff2') format('woff2');
|
|
25
29
|
font-weight: 400;
|
|
26
30
|
font-style: normal;
|
|
27
31
|
}
|
|
28
32
|
|
|
29
33
|
@font-face {
|
|
30
34
|
font-family: 'BeVietnamPro';
|
|
31
|
-
|
|
35
|
+
font-display: swap;
|
|
36
|
+
src: url('./BeVietnamPro/BeVietnamPro-Medium.woff2') format('woff2');
|
|
32
37
|
font-weight: 500;
|
|
33
38
|
font-style: normal;
|
|
34
39
|
}
|
|
35
40
|
|
|
36
41
|
@font-face {
|
|
37
42
|
font-family: 'BeVietnamPro';
|
|
38
|
-
|
|
43
|
+
font-display: swap;
|
|
44
|
+
src: url('./BeVietnamPro/BeVietnamPro-SemiBold.woff2') format('woff2');
|
|
39
45
|
font-weight: 600;
|
|
40
46
|
font-style: normal;
|
|
41
47
|
}
|
|
42
48
|
|
|
43
49
|
@font-face {
|
|
44
50
|
font-family: 'BeVietnamPro';
|
|
45
|
-
|
|
51
|
+
font-display: swap;
|
|
52
|
+
src: url('./BeVietnamPro/BeVietnamPro-Bold.woff2') format('woff2');
|
|
46
53
|
font-weight: 700;
|
|
47
54
|
font-style: normal;
|
|
48
55
|
}
|
|
49
56
|
|
|
50
57
|
@font-face {
|
|
51
58
|
font-family: 'DMSans';
|
|
52
|
-
|
|
59
|
+
font-display: swap;
|
|
60
|
+
src: url('./dm-sans/DMSans-Thin.woff2') format('woff2');
|
|
53
61
|
font-weight: 200;
|
|
54
62
|
font-style: normal;
|
|
55
63
|
}
|
|
56
64
|
|
|
57
65
|
@font-face {
|
|
58
66
|
font-family: 'DMSans';
|
|
59
|
-
|
|
67
|
+
font-display: swap;
|
|
68
|
+
src: url('./dm-sans/DMSans-Light.woff2') format('woff2');
|
|
60
69
|
font-weight: 300;
|
|
61
70
|
font-style: normal;
|
|
62
71
|
}
|
|
63
72
|
|
|
64
73
|
@font-face {
|
|
65
74
|
font-family: 'DMSans';
|
|
66
|
-
|
|
75
|
+
font-display: swap;
|
|
76
|
+
src: url('./dm-sans/DMSans-Regular.woff2') format('woff2');
|
|
67
77
|
font-weight: 400;
|
|
68
78
|
font-style: normal;
|
|
69
79
|
}
|
|
70
80
|
|
|
71
81
|
@font-face {
|
|
72
82
|
font-family: 'DMSans';
|
|
73
|
-
|
|
83
|
+
font-display: swap;
|
|
84
|
+
src: url('./dm-sans/DMSans-Medium.woff2') format('woff2');
|
|
74
85
|
font-weight: 500;
|
|
75
86
|
font-style: normal;
|
|
76
87
|
}
|
|
77
88
|
|
|
78
89
|
@font-face {
|
|
79
90
|
font-family: 'DMSans';
|
|
80
|
-
|
|
91
|
+
font-display: swap;
|
|
92
|
+
src: url('./dm-sans/DMSans-SemiBold.woff2') format('woff2');
|
|
81
93
|
font-weight: 600;
|
|
82
94
|
font-style: normal;
|
|
83
95
|
}
|
|
84
96
|
|
|
85
97
|
@font-face {
|
|
86
98
|
font-family: 'DMSans';
|
|
87
|
-
|
|
99
|
+
font-display: swap;
|
|
100
|
+
src: url('./dm-sans/DMSans-Bold.woff2') format('woff2');
|
|
88
101
|
font-weight: 700;
|
|
89
102
|
font-style: normal;
|
|
90
103
|
}
|
|
91
104
|
|
|
92
105
|
@font-face {
|
|
93
106
|
font-family: 'Orbitron';
|
|
94
|
-
|
|
107
|
+
font-display: swap;
|
|
108
|
+
src: url('./orbitron/Orbitron-Regular.woff2') format('woff2');
|
|
95
109
|
font-weight: 400;
|
|
96
110
|
font-style: normal;
|
|
97
111
|
}
|
|
98
112
|
|
|
99
113
|
@font-face {
|
|
100
114
|
font-family: 'Orbitron';
|
|
101
|
-
|
|
115
|
+
font-display: swap;
|
|
116
|
+
src: url('./orbitron/Orbitron-Medium.woff2') format('woff2');
|
|
102
117
|
font-weight: 500;
|
|
103
118
|
font-style: normal;
|
|
104
119
|
}
|
|
105
120
|
|
|
106
121
|
@font-face {
|
|
107
122
|
font-family: 'Orbitron';
|
|
108
|
-
|
|
123
|
+
font-display: swap;
|
|
124
|
+
src: url('./orbitron/Orbitron-SemiBold.woff2') format('woff2');
|
|
109
125
|
font-weight: 600;
|
|
110
126
|
font-style: normal;
|
|
111
127
|
}
|
|
112
128
|
|
|
113
129
|
@font-face {
|
|
114
130
|
font-family: 'Orbitron';
|
|
115
|
-
|
|
131
|
+
font-display: swap;
|
|
132
|
+
src: url('./orbitron/Orbitron-Bold.woff2') format('woff2');
|
|
116
133
|
font-weight: 700;
|
|
117
134
|
font-style: normal;
|
|
118
135
|
}
|
|
119
136
|
|
|
120
137
|
@font-face {
|
|
121
138
|
font-family: 'SpaceMonoRegular';
|
|
122
|
-
|
|
139
|
+
font-display: swap;
|
|
140
|
+
src: url('./SpaceMono-Regular.woff2') format('woff2');
|
|
123
141
|
font-weight: normal;
|
|
124
142
|
font-style: normal;
|
|
125
143
|
}
|
|
126
144
|
|
|
127
145
|
@font-face {
|
|
128
146
|
font-family: 'Roboto';
|
|
129
|
-
|
|
147
|
+
font-display: swap;
|
|
148
|
+
src: url('./roboto/Roboto-Thin.woff2') format('woff2');
|
|
130
149
|
font-weight: 100;
|
|
131
150
|
font-style: normal;
|
|
132
151
|
}
|
|
133
152
|
|
|
134
153
|
@font-face {
|
|
135
154
|
font-family: 'Roboto';
|
|
136
|
-
|
|
155
|
+
font-display: swap;
|
|
156
|
+
src: url('./roboto/Roboto-ThinItalic.woff2') format('woff2');
|
|
137
157
|
font-weight: 100;
|
|
138
158
|
font-style: italic;
|
|
139
159
|
}
|
|
140
160
|
|
|
141
161
|
@font-face {
|
|
142
162
|
font-family: 'Roboto';
|
|
143
|
-
|
|
163
|
+
font-display: swap;
|
|
164
|
+
src: url('./roboto/Roboto-Light.woff2') format('woff2');
|
|
144
165
|
font-weight: 300;
|
|
145
166
|
font-style: normal;
|
|
146
167
|
}
|
|
147
168
|
|
|
148
169
|
@font-face {
|
|
149
170
|
font-family: 'Roboto';
|
|
150
|
-
|
|
171
|
+
font-display: swap;
|
|
172
|
+
src: url('./roboto/Roboto-LightItalic.woff2') format('woff2');
|
|
151
173
|
font-weight: 300;
|
|
152
174
|
font-style: italic;
|
|
153
175
|
}
|
|
154
176
|
|
|
155
177
|
@font-face {
|
|
156
178
|
font-family: 'Roboto';
|
|
157
|
-
|
|
179
|
+
font-display: swap;
|
|
180
|
+
src: url('./roboto/Roboto-Regular.woff2') format('woff2');
|
|
158
181
|
font-weight: 400;
|
|
159
182
|
font-style: normal;
|
|
160
183
|
}
|
|
161
184
|
|
|
162
185
|
@font-face {
|
|
163
186
|
font-family: 'Roboto';
|
|
164
|
-
|
|
187
|
+
font-display: swap;
|
|
188
|
+
src: url('./roboto/Roboto-Italic.woff2') format('woff2');
|
|
165
189
|
font-weight: 400;
|
|
166
190
|
font-style: italic;
|
|
167
191
|
}
|
|
168
192
|
|
|
169
193
|
@font-face {
|
|
170
194
|
font-family: 'Roboto';
|
|
171
|
-
|
|
195
|
+
font-display: swap;
|
|
196
|
+
src: url('./roboto/Roboto-Medium.woff2') format('woff2');
|
|
172
197
|
font-weight: 500;
|
|
173
198
|
font-style: normal;
|
|
174
199
|
}
|
|
175
200
|
|
|
176
201
|
@font-face {
|
|
177
202
|
font-family: 'Roboto';
|
|
178
|
-
|
|
203
|
+
font-display: swap;
|
|
204
|
+
src: url('./roboto/Roboto-MediumItalic.woff2') format('woff2');
|
|
179
205
|
font-weight: 500;
|
|
180
206
|
font-style: italic;
|
|
181
207
|
}
|
|
182
208
|
|
|
183
209
|
@font-face {
|
|
184
210
|
font-family: 'Roboto';
|
|
185
|
-
|
|
211
|
+
font-display: swap;
|
|
212
|
+
src: url('./roboto/Roboto-Bold.woff2') format('woff2');
|
|
186
213
|
font-weight: 700;
|
|
187
214
|
font-style: normal;
|
|
188
215
|
}
|
|
189
216
|
|
|
190
217
|
@font-face {
|
|
191
218
|
font-family: 'Roboto';
|
|
192
|
-
|
|
219
|
+
font-display: swap;
|
|
220
|
+
src: url('./roboto/Roboto-BoldItalic.woff2') format('woff2');
|
|
193
221
|
font-weight: 700;
|
|
194
222
|
font-style: italic;
|
|
195
223
|
}
|
|
196
224
|
|
|
197
225
|
@font-face {
|
|
198
226
|
font-family: 'Roboto';
|
|
199
|
-
|
|
227
|
+
font-display: swap;
|
|
228
|
+
src: url('./roboto/Roboto-Black.woff2') format('woff2');
|
|
200
229
|
font-weight: 900;
|
|
201
230
|
font-style: normal;
|
|
202
231
|
}
|
|
203
232
|
|
|
204
233
|
@font-face {
|
|
205
234
|
font-family: 'Roboto';
|
|
206
|
-
|
|
235
|
+
font-display: swap;
|
|
236
|
+
src: url('./roboto/Roboto-BlackItalic.woff2') format('woff2');
|
|
207
237
|
font-weight: 900;
|
|
208
238
|
font-style: italic;
|
|
209
239
|
}
|
|
210
240
|
|
|
211
241
|
@font-face {
|
|
212
242
|
font-family: 'Roboto Condensed';
|
|
213
|
-
|
|
243
|
+
font-display: swap;
|
|
244
|
+
src: url('./roboto/Roboto-Condensed.woff2') format('woff2');
|
|
214
245
|
font-weight: 400;
|
|
215
246
|
font-style: normal;
|
|
216
247
|
}
|
|
217
248
|
|
|
218
249
|
@font-face {
|
|
219
250
|
font-family: 'Roboto Condensed';
|
|
220
|
-
|
|
251
|
+
font-display: swap;
|
|
252
|
+
src: url('./roboto/Roboto-CondensedItalic.woff2') format('woff2');
|
|
221
253
|
font-weight: 400;
|
|
222
254
|
font-style: italic;
|
|
223
255
|
}
|
|
224
256
|
|
|
225
257
|
@font-face {
|
|
226
258
|
font-family: 'Roboto Condensed';
|
|
227
|
-
|
|
259
|
+
font-display: swap;
|
|
260
|
+
src: url('./roboto/Roboto-BoldCondensed.woff2') format('woff2');
|
|
228
261
|
font-weight: 700;
|
|
229
262
|
font-style: normal;
|
|
230
263
|
}
|
|
231
264
|
|
|
232
265
|
@font-face {
|
|
233
266
|
font-family: 'Roboto Condensed';
|
|
234
|
-
|
|
267
|
+
font-display: swap;
|
|
268
|
+
src: url('./roboto/Roboto-BoldCondensedItalic.woff2') format('woff2');
|
|
235
269
|
font-weight: 700;
|
|
236
270
|
font-style: italic;
|
|
237
271
|
}
|
|
File without changes
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
display: block;
|
|
3
|
+
width: 100%;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.chart-wrapper {
|
|
7
|
+
position: relative;
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: 100%;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.chart-container {
|
|
13
|
+
width: 100%;
|
|
14
|
+
height: 100%;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.chart-loader {
|
|
18
|
+
position: absolute;
|
|
19
|
+
inset: 0;
|
|
20
|
+
display: flex;
|
|
21
|
+
align-items: center;
|
|
22
|
+
justify-content: center;
|
|
23
|
+
background: rgba(var(--bg-primary-hover) / 0.6);
|
|
24
|
+
font-weight: 500;
|
|
25
|
+
font-size: 1.1rem;
|
|
26
|
+
z-index: 2;
|
|
27
|
+
border-radius: 4px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.chart-empty {
|
|
31
|
+
display: flex;
|
|
32
|
+
flex-direction: column;
|
|
33
|
+
align-items: center;
|
|
34
|
+
justify-content: center;
|
|
35
|
+
height: 100%;
|
|
36
|
+
gap: 12px;
|
|
37
|
+
color: rgba(var(--text-secondary) / 1);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.chart-empty-icon {
|
|
41
|
+
width: 48px;
|
|
42
|
+
height: 48px;
|
|
43
|
+
opacity: 0.4;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.chart-empty-text {
|
|
47
|
+
font-size: 14px;
|
|
48
|
+
font-weight: 500;
|
|
49
|
+
}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
// ─── Owl DateTime Picker Custom Styles ───────────────────────────────────────
|
|
2
|
+
|
|
3
|
+
// Container
|
|
4
|
+
::ng-deep .owl-dt-container {
|
|
5
|
+
@apply bg-bg-primary rounded-xl shadow-xl border border-border-default;
|
|
6
|
+
width: 320px !important;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
// Calendar table base
|
|
10
|
+
::ng-deep .owl-dt-calendar-table {
|
|
11
|
+
@apply w-full border-collapse;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
// Default cell hover — override red debug color
|
|
15
|
+
::ng-deep .owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
|
|
16
|
+
@apply bg-bg-hover;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// ── Current-month cell text color ─────────────────────────────────────────────
|
|
20
|
+
// No !important here — lets out-month and disabled !important overrides win.
|
|
21
|
+
// A direct declaration still beats the library's inherited rgba(0,0,0,.85).
|
|
22
|
+
::ng-deep .owl-dt-calendar-table .owl-dt-calendar-cell-content {
|
|
23
|
+
color: rgb(var(--text-primary));
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// Selected cell
|
|
27
|
+
::ng-deep .owl-dt-calendar-table .owl-dt-calendar-cell-selected {
|
|
28
|
+
background-color: rgb(var(--primary)) !important;
|
|
29
|
+
color: #fff !important;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// Today highlight (not selected)
|
|
33
|
+
::ng-deep .owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
|
|
34
|
+
border-color: rgb(var(--primary)) !important;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// ── Disabled dates: text-text-placeholder ────────────────────────────────────
|
|
38
|
+
// owl-dt-calendar-cell-disabled is on the <td>, content span is a direct child
|
|
39
|
+
::ng-deep .owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-content {
|
|
40
|
+
color: rgb(var(--text-placeholder)) !important;
|
|
41
|
+
opacity: 0.6 !important;
|
|
42
|
+
cursor: not-allowed;
|
|
43
|
+
pointer-events: none;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// ── Other-month dates: text-text-secondary ────────────────────────────────────
|
|
47
|
+
// In v20, owl-dt-calendar-cell-out is applied ON the <span.owl-dt-calendar-cell-content>
|
|
48
|
+
// itself (via [ngClass]), NOT on the parent <td>. So target it directly.
|
|
49
|
+
::ng-deep .owl-dt-calendar-table .owl-dt-calendar-cell-content.owl-dt-calendar-cell-out {
|
|
50
|
+
color: rgb(var(--text-secondary)) !important;
|
|
51
|
+
opacity: 0.6 !important;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
// ── Timer input ───────────────────────────────────────────────────────────────
|
|
55
|
+
::ng-deep .owl-dt-timer-content .owl-dt-timer-input {
|
|
56
|
+
@apply bg-bg-primary border border-border-strong text-text-primary rounded-lg;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
// ── Period button (hide arrow) ────────────────────────────────────────────────
|
|
60
|
+
::ng-deep .owl-dt-control-period-button .owl-dt-control-button-arrow {
|
|
61
|
+
display: none;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
// ── Set / Cancel footer buttons ───────────────────────────────────────────────
|
|
65
|
+
// Library sets .owl-dt-container-buttons { height: 2em; color: #3f51b5 } — override both
|
|
66
|
+
::ng-deep .owl-dt-container-buttons {
|
|
67
|
+
height: auto !important;
|
|
68
|
+
color: rgb(var(--text-primary)) !important; // reset inherited primary color on text
|
|
69
|
+
display: flex !important;
|
|
70
|
+
align-items: center !important;
|
|
71
|
+
justify-content: flex-end !important;
|
|
72
|
+
gap: 8px;
|
|
73
|
+
padding: 8px 12px;
|
|
74
|
+
border-top: 1px solid rgb(var(--border-default));
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// Both buttons — explicit 32px height so inner height:100% resolves correctly
|
|
78
|
+
::ng-deep .owl-dt-container-buttons .owl-dt-container-control-button {
|
|
79
|
+
width: auto !important;
|
|
80
|
+
height: 32px !important;
|
|
81
|
+
border-radius: 6px !important;
|
|
82
|
+
width: 60px !important;
|
|
83
|
+
padding-top: 4px !important;
|
|
84
|
+
padding-bottom: 4px !important;
|
|
85
|
+
font-size: 13px !important;
|
|
86
|
+
font-weight: 600 !important;
|
|
87
|
+
border: 1px solid rgb(var(--border-default)) !important;
|
|
88
|
+
background-color: rgb(var(--bg-primary)) !important;
|
|
89
|
+
color: rgb(var(--text-primary)) !important;
|
|
90
|
+
cursor: pointer;
|
|
91
|
+
transition: opacity 150ms ease;
|
|
92
|
+
|
|
93
|
+
&:hover {
|
|
94
|
+
background-color: rgb(var(--bg-hover)) !important;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
// "Set" = last button — primary fill
|
|
99
|
+
::ng-deep .owl-dt-container-buttons .owl-dt-container-control-button:last-child {
|
|
100
|
+
background-color: rgb(var(--primary)) !important;
|
|
101
|
+
border-color: rgb(var(--primary)) !important;
|
|
102
|
+
color: #fff !important;
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
&:hover {
|
|
106
|
+
opacity: 0.85;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// Inner content: height:100% now resolves against fixed 32px button, and
|
|
111
|
+
// background must be transparent so the button's own bg shows through
|
|
112
|
+
::ng-deep .owl-dt-container-buttons .owl-dt-container-control-button .owl-dt-control-button-content {
|
|
113
|
+
height: 100% !important;
|
|
114
|
+
width: 100% !important;
|
|
115
|
+
padding: 0 !important;
|
|
116
|
+
background-color: transparent !important;
|
|
117
|
+
color: inherit !important;
|
|
118
|
+
display: flex !important;
|
|
119
|
+
align-items: center !important;
|
|
120
|
+
justify-content: center !important;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// ── Header / navigation ───────────────────────────────────────────────────────
|
|
124
|
+
::ng-deep .owl-dt-calendar-control-content .owl-dt-control-button-content {
|
|
125
|
+
@apply text-text-primary font-medium;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
::ng-deep .owl-dt-control-arrow-button .owl-dt-control-button-content {
|
|
129
|
+
@apply text-text-primary;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
::ng-deep .owl-dt-calendar-table .owl-dt-calendar-header {
|
|
133
|
+
@apply text-text-secondary;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
::ng-deep .owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th {
|
|
137
|
+
@apply text-text-secondary font-medium;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// ── Popup container border ────────────────────────────────────────────────────
|
|
141
|
+
::ng-deep .owl-dt-inline-container,
|
|
142
|
+
::ng-deep .owl-dt-popup-container {
|
|
143
|
+
@apply rounded-xl shadow-lg border border-border-strong;
|
|
144
|
+
}
|