funda-ui 4.4.15 → 4.5.12
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/Date/index.js +1078 -77
- package/EventCalendar/index.css +114 -114
- package/EventCalendar/index.d.ts +1 -0
- package/EventCalendar/index.js +124 -86
- package/EventCalendarTimeline/index.css +274 -270
- package/EventCalendarTimeline/index.d.ts +3 -0
- package/EventCalendarTimeline/index.js +673 -225
- package/Input/index.d.ts +7 -0
- package/Input/index.js +699 -57
- package/MasonryLayout/index.js +11 -1
- package/MultipleCheckboxes/index.js +11 -11
- package/MultipleSelect/index.d.ts +1 -0
- package/MultipleSelect/index.js +18 -16
- package/NativeSelect/index.js +11 -11
- package/Radio/index.js +11 -11
- package/RangeSlider/index.js +1078 -77
- package/Select/index.js +45 -13
- package/Table/index.css +1 -0
- package/Table/index.js +36 -7
- package/TagInput/index.d.ts +1 -0
- package/TagInput/index.js +20 -2
- package/Textarea/index.d.ts +7 -0
- package/Textarea/index.js +707 -10
- package/Tree/index.js +13 -11
- package/Utils/inputsCalculation.d.ts +18 -1
- package/Utils/inputsCalculation.js +26 -0
- package/Utils/object.js +11 -11
- package/Utils/os.d.ts +2 -0
- package/Utils/os.js +104 -0
- package/lib/cjs/Date/index.js +1078 -77
- package/lib/cjs/EventCalendar/index.d.ts +1 -0
- package/lib/cjs/EventCalendar/index.js +124 -86
- package/lib/cjs/EventCalendarTimeline/index.d.ts +3 -0
- package/lib/cjs/EventCalendarTimeline/index.js +673 -225
- package/lib/cjs/Input/index.d.ts +7 -0
- package/lib/cjs/Input/index.js +699 -57
- package/lib/cjs/MasonryLayout/index.js +11 -1
- package/lib/cjs/MultipleCheckboxes/index.js +11 -11
- package/lib/cjs/MultipleSelect/index.d.ts +1 -0
- package/lib/cjs/MultipleSelect/index.js +18 -16
- package/lib/cjs/NativeSelect/index.js +11 -11
- package/lib/cjs/Radio/index.js +11 -11
- package/lib/cjs/RangeSlider/index.js +1078 -77
- package/lib/cjs/Select/index.js +45 -13
- package/lib/cjs/Table/index.js +36 -7
- package/lib/cjs/TagInput/index.d.ts +1 -0
- package/lib/cjs/TagInput/index.js +20 -2
- package/lib/cjs/Textarea/index.d.ts +7 -0
- package/lib/cjs/Textarea/index.js +707 -10
- package/lib/cjs/Tree/index.js +13 -11
- package/lib/cjs/Utils/inputsCalculation.d.ts +18 -1
- package/lib/cjs/Utils/inputsCalculation.js +26 -0
- package/lib/cjs/Utils/object.js +11 -11
- package/lib/cjs/Utils/os.d.ts +2 -0
- package/lib/cjs/Utils/os.js +104 -0
- package/lib/css/EventCalendar/index.css +114 -114
- package/lib/css/EventCalendarTimeline/index.css +274 -270
- package/lib/css/Table/index.css +1 -0
- package/lib/esm/EventCalendar/index.scss +81 -81
- package/lib/esm/EventCalendar/index.tsx +144 -104
- package/lib/esm/EventCalendarTimeline/index.scss +226 -221
- package/lib/esm/EventCalendarTimeline/index.tsx +791 -517
- package/lib/esm/Input/index.tsx +299 -77
- package/lib/esm/MasonryLayout/index.tsx +9 -2
- package/lib/esm/ModalDialog/index.tsx +0 -1
- package/lib/esm/MultipleSelect/index.tsx +6 -4
- package/lib/esm/Table/Table.tsx +0 -1
- package/lib/esm/Table/index.scss +2 -0
- package/lib/esm/Table/utils/hooks/useTableDraggable.tsx +47 -6
- package/lib/esm/TagInput/index.tsx +23 -1
- package/lib/esm/Textarea/index.tsx +332 -39
- package/lib/esm/Tree/TreeList.tsx +4 -1
- package/lib/esm/Tree/index.tsx +1 -0
- package/lib/esm/Utils/libs/inputsCalculation.ts +60 -31
- package/lib/esm/Utils/libs/object.ts +67 -67
- package/lib/esm/Utils/libs/os.ts +63 -0
- package/package.json +1 -1
|
@@ -7,62 +7,62 @@
|
|
|
7
7
|
//////////////////// Calendar ////////////////////
|
|
8
8
|
//////////////////////////////////////////////////
|
|
9
9
|
*/
|
|
10
|
-
.
|
|
11
|
-
--
|
|
12
|
-
--
|
|
13
|
-
--
|
|
14
|
-
--
|
|
15
|
-
--
|
|
16
|
-
--
|
|
17
|
-
--
|
|
18
|
-
--
|
|
19
|
-
--
|
|
20
|
-
--
|
|
21
|
-
--
|
|
22
|
-
--
|
|
23
|
-
--
|
|
24
|
-
--
|
|
25
|
-
--
|
|
26
|
-
--
|
|
27
|
-
--
|
|
28
|
-
--
|
|
10
|
+
.custom-event-tl__wrapper {
|
|
11
|
+
--custom-event-tl-wrapper-min-width: 400px;
|
|
12
|
+
--custom-event-tl-border-color: #ddd;
|
|
13
|
+
--custom-event-tl-border-color-hover: #333;
|
|
14
|
+
--custom-event-tl-header-fs: 1.125rem;
|
|
15
|
+
--custom-event-tl-year-month-btn-border-color: #ddd;
|
|
16
|
+
--custom-event-tl-year-month-btn-hover-bg: rgba(0, 58, 166, .1);
|
|
17
|
+
--custom-event-tl-year-month-btn-selected-bg: rgba(0, 58, 166, 1);
|
|
18
|
+
--custom-event-tl-year-month-btn-selected-color: #fff;
|
|
19
|
+
--custom-event-tl-month-wrapper-w: 18.75rem;
|
|
20
|
+
--custom-event-tl-year-wrapper-w: 18.75rem;
|
|
21
|
+
--custom-event-tl-header-arrow-bg: #000;
|
|
22
|
+
--custom-event-tl-header-text-color: #000;
|
|
23
|
+
--custom-event-tl-header-prevnext-btn-bg: transparent;
|
|
24
|
+
--custom-event-tl-header-prevnext-btn-color: #000;
|
|
25
|
+
--custom-event-tl-header-prevnext-btn-radius: 0.25rem;
|
|
26
|
+
--custom-event-tl-footer-today-btn-bg: rgba(0, 58, 166, 1);
|
|
27
|
+
--custom-event-tl-footer-today-btn-color: #fff;
|
|
28
|
+
--custom-event-tl-appearance-btn-active-bg: rgb(239, 239, 239);
|
|
29
29
|
position: relative;
|
|
30
30
|
z-index: 3;
|
|
31
|
-
min-width: var(--
|
|
32
|
-
border: 1px solid var(--
|
|
31
|
+
min-width: var(--custom-event-tl-wrapper-min-width);
|
|
32
|
+
border: 1px solid var(--custom-event-tl-border-color);
|
|
33
33
|
/* --HEADER --*/
|
|
34
34
|
/*-- SELECTION --*/
|
|
35
35
|
/* --BUTTON --*/
|
|
36
36
|
/* WEEK MODE --*/
|
|
37
37
|
}
|
|
38
|
-
.
|
|
39
|
-
font-size: var(--
|
|
38
|
+
.custom-event-tl__wrapper .custom-event-tl__header {
|
|
39
|
+
font-size: var(--custom-event-tl-header-fs);
|
|
40
40
|
font-weight: bold;
|
|
41
41
|
padding: 10px 10px 5px 10px;
|
|
42
42
|
display: flex;
|
|
43
43
|
justify-content: space-between;
|
|
44
44
|
}
|
|
45
|
-
.
|
|
45
|
+
.custom-event-tl__wrapper .custom-event-tl__header .custom-event-tl__header__info {
|
|
46
46
|
font-weight: normal;
|
|
47
47
|
font-size: 0.875em;
|
|
48
48
|
margin-bottom: 0.2rem;
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.custom-event-tl__wrapper .custom-event-tl__header .custom-event-tl__header__btns .custom-event-tl__btn {
|
|
51
51
|
margin-right: 1rem;
|
|
52
|
-
color: var(--
|
|
52
|
+
color: var(--custom-event-tl-header-text-color);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.custom-event-tl__wrapper .custom-event-tl__header .custom-event-tl__header__btns .custom-event-tl__btn svg {
|
|
55
55
|
margin-left: 0.3rem;
|
|
56
56
|
}
|
|
57
|
-
.
|
|
58
|
-
fill: var(--
|
|
57
|
+
.custom-event-tl__wrapper .custom-event-tl__header .custom-event-tl__header__btns .custom-event-tl__btn svg path {
|
|
58
|
+
fill: var(--custom-event-tl-header-arrow-bg);
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
.custom-event-tl__wrapper .custom-event-tl__header .custom-event-tl__header__btns .custom-event-tl__btn.active svg {
|
|
61
61
|
transform: rotate(180deg);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.custom-event-tl__wrapper .custom-event-tl__month-wrapper {
|
|
64
64
|
position: absolute;
|
|
65
|
-
width: var(--
|
|
65
|
+
width: var(--custom-event-tl-month-wrapper-w);
|
|
66
66
|
height: auto;
|
|
67
67
|
z-index: 1;
|
|
68
68
|
top: calc(1rem + 22px);
|
|
@@ -70,18 +70,18 @@
|
|
|
70
70
|
transform: translateX(-50%);
|
|
71
71
|
display: none;
|
|
72
72
|
}
|
|
73
|
-
.
|
|
73
|
+
.custom-event-tl__wrapper .custom-event-tl__month-wrapper.active {
|
|
74
74
|
display: block;
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
.custom-event-tl__wrapper .custom-event-tl__month-wrapper .custom-event-tl__month-container {
|
|
77
77
|
display: grid;
|
|
78
78
|
grid-template-columns: repeat(3, 1fr);
|
|
79
79
|
grid-template-rows: repeat(4, 2.5em);
|
|
80
80
|
grid-gap: 10px;
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
.custom-event-tl__wrapper .custom-event-tl__year-wrapper {
|
|
83
83
|
position: absolute;
|
|
84
|
-
width: var(--
|
|
84
|
+
width: var(--custom-event-tl-year-wrapper-w);
|
|
85
85
|
height: auto;
|
|
86
86
|
z-index: 1;
|
|
87
87
|
top: calc(1rem + 22px);
|
|
@@ -89,16 +89,16 @@
|
|
|
89
89
|
transform: translateX(-50%);
|
|
90
90
|
display: none;
|
|
91
91
|
}
|
|
92
|
-
.
|
|
92
|
+
.custom-event-tl__wrapper .custom-event-tl__year-wrapper.active {
|
|
93
93
|
display: block;
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
.custom-event-tl__wrapper .custom-event-tl__year-wrapper .custom-event-tl__year-container {
|
|
96
96
|
display: grid;
|
|
97
97
|
grid-template-columns: repeat(4, 1fr);
|
|
98
98
|
grid-template-rows: repeat(5, 2.5em);
|
|
99
99
|
grid-gap: 5px;
|
|
100
100
|
}
|
|
101
|
-
.
|
|
101
|
+
.custom-event-tl__wrapper .custom-event-tl__today-wrapper {
|
|
102
102
|
position: absolute;
|
|
103
103
|
width: auto;
|
|
104
104
|
height: auto;
|
|
@@ -107,32 +107,32 @@
|
|
|
107
107
|
left: 50%;
|
|
108
108
|
margin-left: 5rem;
|
|
109
109
|
}
|
|
110
|
-
.
|
|
111
|
-
.
|
|
110
|
+
.custom-event-tl__wrapper .custom-event-tl__year,
|
|
111
|
+
.custom-event-tl__wrapper .custom-event-tl__month {
|
|
112
112
|
display: flex;
|
|
113
113
|
align-items: center;
|
|
114
114
|
justify-content: center;
|
|
115
115
|
padding: 5px;
|
|
116
116
|
font-size: 0.875em;
|
|
117
|
-
border: 1px solid var(--
|
|
117
|
+
border: 1px solid var(--custom-event-tl-year-month-btn-border-color);
|
|
118
118
|
border-radius: 0.25rem;
|
|
119
119
|
cursor: pointer;
|
|
120
120
|
}
|
|
121
|
-
.
|
|
122
|
-
.
|
|
123
|
-
background-color: var(--
|
|
121
|
+
.custom-event-tl__wrapper .custom-event-tl__year:hover,
|
|
122
|
+
.custom-event-tl__wrapper .custom-event-tl__month:hover {
|
|
123
|
+
background-color: var(--custom-event-tl-year-month-btn-hover-bg);
|
|
124
124
|
}
|
|
125
|
-
.
|
|
126
|
-
.
|
|
127
|
-
background-color: var(--
|
|
128
|
-
color: var(--
|
|
125
|
+
.custom-event-tl__wrapper .custom-event-tl__year.selected,
|
|
126
|
+
.custom-event-tl__wrapper .custom-event-tl__month.selected {
|
|
127
|
+
background-color: var(--custom-event-tl-year-month-btn-selected-bg);
|
|
128
|
+
color: var(--custom-event-tl-year-month-btn-selected-color);
|
|
129
129
|
}
|
|
130
|
-
.
|
|
131
|
-
.
|
|
130
|
+
.custom-event-tl__wrapper .custom-event-tl__year.disabled,
|
|
131
|
+
.custom-event-tl__wrapper .custom-event-tl__month.disabled {
|
|
132
132
|
opacity: 0.4;
|
|
133
133
|
pointer-events: none;
|
|
134
134
|
}
|
|
135
|
-
.
|
|
135
|
+
.custom-event-tl__wrapper .custom-event-tl__btn {
|
|
136
136
|
border: none;
|
|
137
137
|
outline: none;
|
|
138
138
|
background: none;
|
|
@@ -145,39 +145,39 @@
|
|
|
145
145
|
display: inline-flex;
|
|
146
146
|
align-items: center;
|
|
147
147
|
}
|
|
148
|
-
.
|
|
149
|
-
fill: var(--
|
|
148
|
+
.custom-event-tl__wrapper .custom-event-tl__btn svg path {
|
|
149
|
+
fill: var(--custom-event-tl-header-arrow-bg);
|
|
150
150
|
}
|
|
151
|
-
.
|
|
151
|
+
.custom-event-tl__wrapper .custom-event-tl__btn.disabled {
|
|
152
152
|
opacity: 0.4;
|
|
153
153
|
pointer-events: none;
|
|
154
154
|
}
|
|
155
|
-
.
|
|
156
|
-
border-radius: var(--
|
|
157
|
-
color: var(--
|
|
158
|
-
background-color: var(--
|
|
155
|
+
.custom-event-tl__wrapper .custom-event-tl__btn--prev, .custom-event-tl__wrapper .custom-event-tl__btn--next {
|
|
156
|
+
border-radius: var(--custom-event-tl-header-prevnext-btn-radius);
|
|
157
|
+
color: var(--custom-event-tl-header-prevnext-btn-color);
|
|
158
|
+
background-color: var(--custom-event-tl-header-prevnext-btn-bg);
|
|
159
159
|
}
|
|
160
|
-
.
|
|
161
|
-
fill: var(--
|
|
160
|
+
.custom-event-tl__wrapper .custom-event-tl__btn--prev svg path, .custom-event-tl__wrapper .custom-event-tl__btn--next svg path {
|
|
161
|
+
fill: var(--custom-event-tl-header-prevnext-btn-color);
|
|
162
162
|
}
|
|
163
|
-
.
|
|
164
|
-
border: 1px solid var(--
|
|
163
|
+
.custom-event-tl__wrapper .custom-event-tl__btn--today {
|
|
164
|
+
border: 1px solid var(--custom-event-tl-border-color);
|
|
165
165
|
border-radius: 0.25rem;
|
|
166
166
|
font-size: 0.875em;
|
|
167
167
|
padding: 0.2rem 1rem;
|
|
168
|
-
color: var(--
|
|
169
|
-
background-color: var(--
|
|
168
|
+
color: var(--custom-event-tl-footer-today-btn-color);
|
|
169
|
+
background-color: var(--custom-event-tl-footer-today-btn-bg);
|
|
170
170
|
}
|
|
171
|
-
.
|
|
172
|
-
border: 1px solid var(--
|
|
171
|
+
.custom-event-tl__wrapper .custom-event-tl__btn--appearance {
|
|
172
|
+
border: 1px solid var(--custom-event-tl-border-color);
|
|
173
173
|
border-radius: 0.25rem;
|
|
174
174
|
font-size: 0.875em;
|
|
175
175
|
padding: 0.2rem 1rem;
|
|
176
176
|
}
|
|
177
|
-
.
|
|
178
|
-
background-color: var(--
|
|
177
|
+
.custom-event-tl__wrapper .custom-event-tl__btn--appearance.active {
|
|
178
|
+
background-color: var(--custom-event-tl-appearance-btn-active-bg);
|
|
179
179
|
}
|
|
180
|
-
.
|
|
180
|
+
.custom-event-tl__wrapper.custom-event-tl__wrapper--week .custom-event-tl__header__info {
|
|
181
181
|
transform: translateX(-2.5rem);
|
|
182
182
|
}
|
|
183
183
|
|
|
@@ -187,35 +187,36 @@
|
|
|
187
187
|
//////////////////// Table Grid //////////////////
|
|
188
188
|
//////////////////////////////////////////////////
|
|
189
189
|
*/
|
|
190
|
-
.
|
|
191
|
-
--
|
|
192
|
-
--
|
|
193
|
-
--
|
|
194
|
-
--
|
|
195
|
-
--
|
|
196
|
-
--
|
|
197
|
-
--
|
|
198
|
-
--
|
|
199
|
-
--
|
|
200
|
-
--
|
|
201
|
-
--
|
|
202
|
-
--
|
|
203
|
-
--
|
|
204
|
-
--
|
|
205
|
-
--
|
|
206
|
-
--
|
|
207
|
-
--
|
|
208
|
-
--
|
|
209
|
-
--
|
|
210
|
-
--
|
|
211
|
-
--
|
|
212
|
-
--
|
|
213
|
-
--
|
|
214
|
-
--
|
|
215
|
-
--
|
|
216
|
-
--
|
|
190
|
+
.custom-event-tl-table__timeline-table__wrapper {
|
|
191
|
+
--custom-event-tl-table-scrollbar-color: rgba(0, 0, 0, 0.2);
|
|
192
|
+
--custom-event-tl-table-scrollbar-track: rgba(0, 0, 0, 0);
|
|
193
|
+
--custom-event-tl-table-scrollbar-h: 12px;
|
|
194
|
+
--custom-event-tl-table-scrollbar-w: 12px;
|
|
195
|
+
--custom-event-tl-table-header-bg: #fff;
|
|
196
|
+
--custom-event-tl-table-body-bg: #fff;
|
|
197
|
+
--custom-event-tl-table-divider-bg: #eee;
|
|
198
|
+
--custom-event-tl-table-divider-border: 1px solid #ddd;
|
|
199
|
+
--custom-event-tl-table-divider-w: 3px;
|
|
200
|
+
--custom-event-tl-table-header-w: 150px;
|
|
201
|
+
--custom-event-tl-table-cell-padding: 0.5rem 0.75rem;
|
|
202
|
+
--custom-event-tl-table-cell-h: 2.5rem;
|
|
203
|
+
--custom-event-tl-table-cell-max-w: 300px;
|
|
204
|
+
--custom-event-tl-table-cell-line-height: 1.7;
|
|
205
|
+
--custom-event-tl-table-primary-border: 1px solid #ddd;
|
|
206
|
+
--custom-event-tl-table-bodycell-border: 1px solid #eee;
|
|
207
|
+
--custom-event-tl-table-header-border: 1px solid #ddd;
|
|
208
|
+
--custom-event-tl-table-bodycell-font-size: 0.875rem;
|
|
209
|
+
--custom-event-tl-table-headercell-font-size: 0.875rem;
|
|
210
|
+
--custom-event-tl-table-dayselected-bg: #0b5ed7;
|
|
211
|
+
--custom-event-tl-table-dayselected-text-color: #fff;
|
|
212
|
+
--custom-event-tl-table-delete-btn-color: #ee4949;
|
|
213
|
+
--custom-event-tl-table-add-btn-color: #0b5ed7;
|
|
214
|
+
--custom-event-tl-table-event-font-size: 0.75rem;
|
|
215
|
+
--custom-event-tl-table-event-hover-bg: rgba(21, 21, 240, 0.05);
|
|
216
|
+
--custom-event-tl-table-event-hover-shadow: inset 0px 0px 0px 1px rgba(21, 21, 240, 0.45);
|
|
217
|
+
--custom-event-tl-table-event-selected-bg: rgba(21, 21, 240, 0.45);
|
|
217
218
|
height: 100%; /* Required */
|
|
218
|
-
font-size: var(--
|
|
219
|
+
font-size: var(--custom-event-tl-table-bodycell-font-size);
|
|
219
220
|
margin-top: -1px;
|
|
220
221
|
position: relative;
|
|
221
222
|
z-index: 2;
|
|
@@ -228,8 +229,8 @@
|
|
|
228
229
|
/* header content */
|
|
229
230
|
/* content min-width, or using JavaScript */
|
|
230
231
|
/*
|
|
231
|
-
.
|
|
232
|
-
.
|
|
232
|
+
.custom-event-tl-table__datagrid-body__content > colgroup > col,
|
|
233
|
+
.custom-event-tl-table__datagrid-header__content > tbody th {
|
|
233
234
|
width: 100px;
|
|
234
235
|
}
|
|
235
236
|
*/
|
|
@@ -242,11 +243,11 @@
|
|
|
242
243
|
/* cell */
|
|
243
244
|
/* scroller */
|
|
244
245
|
}
|
|
245
|
-
.
|
|
246
|
+
.custom-event-tl-table__timeline-table__wrapper[tabindex]:focus-visible {
|
|
246
247
|
outline: none;
|
|
247
248
|
}
|
|
248
|
-
.
|
|
249
|
-
border: var(--
|
|
249
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__timeline-table {
|
|
250
|
+
border: var(--custom-event-tl-table-primary-border);
|
|
250
251
|
text-align: left;
|
|
251
252
|
width: 100%;
|
|
252
253
|
margin: 0;
|
|
@@ -255,21 +256,21 @@
|
|
|
255
256
|
border-spacing: 0;
|
|
256
257
|
empty-cells: show;
|
|
257
258
|
}
|
|
258
|
-
.
|
|
259
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__timeline-table th {
|
|
259
260
|
margin: 0;
|
|
260
261
|
padding: 0;
|
|
261
262
|
vertical-align: top;
|
|
262
263
|
}
|
|
263
|
-
.
|
|
264
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__timeline-table td {
|
|
264
265
|
margin: 0;
|
|
265
266
|
padding: 0;
|
|
266
267
|
vertical-align: top;
|
|
267
|
-
line-height: var(--
|
|
268
|
+
line-height: var(--custom-event-tl-table-cell-line-height);
|
|
268
269
|
}
|
|
269
|
-
.
|
|
270
|
-
background: var(--
|
|
270
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__list-section {
|
|
271
|
+
background: var(--custom-event-tl-table-body-bg);
|
|
271
272
|
}
|
|
272
|
-
.
|
|
273
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-body__title {
|
|
273
274
|
text-align: left;
|
|
274
275
|
width: 100%;
|
|
275
276
|
margin: 0;
|
|
@@ -278,24 +279,24 @@
|
|
|
278
279
|
border-spacing: 0;
|
|
279
280
|
empty-cells: show;
|
|
280
281
|
}
|
|
281
|
-
.
|
|
282
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-body__title th {
|
|
282
283
|
margin: 0;
|
|
283
284
|
padding: 0;
|
|
284
285
|
vertical-align: top;
|
|
285
286
|
}
|
|
286
|
-
.
|
|
287
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-body__title td {
|
|
287
288
|
margin: 0;
|
|
288
289
|
padding: 0;
|
|
289
290
|
vertical-align: top;
|
|
290
|
-
line-height: var(--
|
|
291
|
+
line-height: var(--custom-event-tl-table-cell-line-height);
|
|
291
292
|
}
|
|
292
|
-
.
|
|
293
|
-
border-bottom: var(--
|
|
293
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-body__title > tbody > tr {
|
|
294
|
+
border-bottom: var(--custom-event-tl-table-bodycell-border);
|
|
294
295
|
}
|
|
295
|
-
.
|
|
296
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-body__title > tbody > tr:last-child {
|
|
296
297
|
border-bottom: 0;
|
|
297
298
|
}
|
|
298
|
-
.
|
|
299
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-body__content {
|
|
299
300
|
text-align: left;
|
|
300
301
|
border-collapse: collapse;
|
|
301
302
|
margin: 0;
|
|
@@ -304,199 +305,202 @@
|
|
|
304
305
|
border-spacing: 0;
|
|
305
306
|
empty-cells: show;
|
|
306
307
|
}
|
|
307
|
-
.
|
|
308
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-body__content th {
|
|
308
309
|
margin: 0;
|
|
309
310
|
padding: 0;
|
|
310
311
|
vertical-align: top;
|
|
311
312
|
}
|
|
312
|
-
.
|
|
313
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-body__content td {
|
|
313
314
|
margin: 0;
|
|
314
315
|
padding: 0;
|
|
315
316
|
vertical-align: top;
|
|
316
|
-
line-height: var(--
|
|
317
|
+
line-height: var(--custom-event-tl-table-cell-line-height);
|
|
317
318
|
}
|
|
318
|
-
.
|
|
319
|
-
border-bottom: var(--
|
|
319
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-body__content > tbody > tr {
|
|
320
|
+
border-bottom: var(--custom-event-tl-table-bodycell-border);
|
|
320
321
|
}
|
|
321
|
-
.
|
|
322
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-body__content > tbody > tr:last-child {
|
|
322
323
|
border-bottom: 0;
|
|
323
324
|
}
|
|
324
|
-
.
|
|
325
|
-
border-right: var(--
|
|
325
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-body__content > tbody > tr > td {
|
|
326
|
+
border-right: var(--custom-event-tl-table-bodycell-border);
|
|
326
327
|
}
|
|
327
|
-
.
|
|
328
|
-
background: var(--
|
|
329
|
-
border-bottom: var(--
|
|
328
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__timeline-headertitle {
|
|
329
|
+
background: var(--custom-event-tl-table-header-bg);
|
|
330
|
+
border-bottom: var(--custom-event-tl-table-header-border);
|
|
330
331
|
overflow: hidden;
|
|
331
332
|
}
|
|
332
|
-
.
|
|
333
|
-
background: var(--
|
|
333
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__timeline-header {
|
|
334
|
+
background: var(--custom-event-tl-table-header-bg);
|
|
334
335
|
}
|
|
335
|
-
.
|
|
336
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-header__title {
|
|
336
337
|
border-spacing: 0;
|
|
337
338
|
}
|
|
338
|
-
.
|
|
339
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-header__content {
|
|
339
340
|
border-spacing: 0;
|
|
340
|
-
border-bottom: var(--
|
|
341
|
+
border-bottom: var(--custom-event-tl-table-header-border);
|
|
341
342
|
}
|
|
342
|
-
.
|
|
343
|
-
border-right: var(--
|
|
343
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-header__content > tbody > tr > th {
|
|
344
|
+
border-right: var(--custom-event-tl-table-primary-border);
|
|
344
345
|
}
|
|
345
|
-
.
|
|
346
|
-
.
|
|
346
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-title,
|
|
347
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content {
|
|
347
348
|
word-wrap: break-word;
|
|
348
349
|
word-break: break-word;
|
|
349
|
-
max-width: var(--
|
|
350
|
+
max-width: var(--custom-event-tl-table-cell-max-w);
|
|
350
351
|
/* ITEMS */
|
|
351
352
|
/* If the maximum width is not increased and the screen becomes smaller,
|
|
352
|
-
the cell width of ".
|
|
353
|
-
slightly inconsistent with the cell width of ".
|
|
353
|
+
the cell width of ".custom-event-tl-table__datagrid-header__content" may be
|
|
354
|
+
slightly inconsistent with the cell width of ".custom-event-tl-table__datagrid-body__content" */
|
|
354
355
|
}
|
|
355
|
-
.
|
|
356
|
-
.
|
|
356
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-title > div,
|
|
357
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content > div {
|
|
357
358
|
position: relative;
|
|
358
359
|
}
|
|
359
|
-
.
|
|
360
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-headercontent {
|
|
360
361
|
white-space: nowrap;
|
|
361
362
|
}
|
|
362
|
-
.
|
|
363
|
-
.
|
|
364
|
-
font-size: var(--
|
|
363
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-headercontent,
|
|
364
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-headertitle {
|
|
365
|
+
font-size: var(--custom-event-tl-table-headercell-font-size);
|
|
365
366
|
}
|
|
366
|
-
.
|
|
367
|
-
.
|
|
367
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-headertitle,
|
|
368
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-title {
|
|
368
369
|
word-wrap: break-word;
|
|
369
370
|
word-break: break-word;
|
|
370
371
|
}
|
|
371
|
-
.
|
|
372
|
-
width: var(--
|
|
372
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-headertitle {
|
|
373
|
+
width: var(--custom-event-tl-table-header-w);
|
|
373
374
|
}
|
|
374
|
-
.
|
|
375
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container {
|
|
375
376
|
position: relative;
|
|
376
377
|
/* Delete button */
|
|
377
378
|
/* Add button */
|
|
378
379
|
}
|
|
379
|
-
.
|
|
380
|
-
background-color: var(--
|
|
381
|
-
box-shadow: var(--e-cal-timeline-table-event-hover-shadow);
|
|
380
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container:hover {
|
|
381
|
+
background-color: var(--custom-event-tl-table-event-hover-bg);
|
|
382
382
|
}
|
|
383
|
-
.
|
|
383
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container.selected {
|
|
384
|
+
background-color: var(--custom-event-tl-table-event-selected-bg);
|
|
385
|
+
box-shadow: var(--custom-event-tl-table-event-hover-shadow);
|
|
386
|
+
}
|
|
387
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container.has-event .custom-event-tl-table__cell-cushion {
|
|
384
388
|
padding: 0;
|
|
385
389
|
}
|
|
386
|
-
.
|
|
390
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container .custom-event-tl__day__event {
|
|
387
391
|
margin-bottom: 1px;
|
|
388
|
-
font-size: var(--
|
|
392
|
+
font-size: var(--custom-event-tl-table-event-font-size);
|
|
389
393
|
}
|
|
390
|
-
.
|
|
394
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container .custom-event-tl__day__event:hover {
|
|
391
395
|
cursor: pointer;
|
|
392
396
|
opacity: 0.8;
|
|
393
397
|
}
|
|
394
|
-
.
|
|
398
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container .custom-event-tl__day__eventdel {
|
|
395
399
|
position: absolute;
|
|
396
400
|
z-index: 1;
|
|
397
401
|
right: -5px;
|
|
398
402
|
top: 0;
|
|
399
403
|
display: none;
|
|
400
|
-
color: var(--
|
|
404
|
+
color: var(--custom-event-tl-table-delete-btn-color);
|
|
401
405
|
}
|
|
402
|
-
.
|
|
406
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container .custom-event-tl__day__eventdel svg {
|
|
403
407
|
width: 10px;
|
|
404
|
-
fill: var(--
|
|
408
|
+
fill: var(--custom-event-tl-table-delete-btn-color);
|
|
405
409
|
}
|
|
406
|
-
.
|
|
407
|
-
fill: var(--
|
|
410
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container .custom-event-tl__day__eventdel svg path {
|
|
411
|
+
fill: var(--custom-event-tl-table-delete-btn-color);
|
|
408
412
|
}
|
|
409
|
-
.
|
|
413
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container .custom-event-tl__day__eventdel:hover svg {
|
|
410
414
|
transform: scale(1.2);
|
|
411
415
|
}
|
|
412
|
-
.
|
|
416
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container:not(.empty) .custom-event-tl-table__cell-cushion-content__item:hover .custom-event-tl__day__eventdel {
|
|
413
417
|
display: block;
|
|
414
418
|
}
|
|
415
|
-
.
|
|
419
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container .custom-event-tl__day__eventadd {
|
|
416
420
|
position: absolute;
|
|
417
421
|
z-index: 1;
|
|
418
422
|
left: 0;
|
|
419
423
|
bottom: -8.5px;
|
|
420
424
|
display: none;
|
|
421
425
|
width: 20px;
|
|
422
|
-
color: var(--
|
|
426
|
+
color: var(--custom-event-tl-table-add-btn-color);
|
|
423
427
|
text-align: left;
|
|
424
428
|
pointer-events: none;
|
|
425
429
|
}
|
|
426
|
-
.
|
|
430
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container .custom-event-tl__day__eventadd > a {
|
|
427
431
|
pointer-events: auto;
|
|
428
432
|
}
|
|
429
|
-
.
|
|
433
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container .custom-event-tl__day__eventadd svg {
|
|
430
434
|
width: 15px;
|
|
431
|
-
fill: var(--
|
|
435
|
+
fill: var(--custom-event-tl-table-add-btn-color);
|
|
432
436
|
}
|
|
433
|
-
.
|
|
434
|
-
fill: var(--
|
|
437
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container .custom-event-tl__day__eventadd svg path {
|
|
438
|
+
fill: var(--custom-event-tl-table-add-btn-color);
|
|
435
439
|
}
|
|
436
|
-
.
|
|
440
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container .custom-event-tl__day__eventadd:hover svg {
|
|
437
441
|
transform: scale(1.2);
|
|
438
442
|
}
|
|
439
|
-
.
|
|
443
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container:hover .custom-event-tl__day__eventadd {
|
|
440
444
|
display: block;
|
|
441
445
|
}
|
|
442
|
-
.
|
|
446
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-headercontent__container {
|
|
443
447
|
text-align: center;
|
|
444
448
|
}
|
|
445
|
-
.
|
|
446
|
-
background-color: var(--
|
|
447
|
-
color: var(--
|
|
449
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-headercontent__container.selected {
|
|
450
|
+
background-color: var(--custom-event-tl-table-dayselected-bg);
|
|
451
|
+
color: var(--custom-event-tl-table-dayselected-text-color);
|
|
448
452
|
}
|
|
449
|
-
.
|
|
453
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-headercontent__container.disabled {
|
|
450
454
|
opacity: 0.4;
|
|
451
455
|
pointer-events: none;
|
|
452
456
|
}
|
|
453
|
-
.
|
|
454
|
-
.
|
|
455
|
-
.
|
|
457
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__datagrid-body__content colgroup > col.empty,
|
|
458
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-headercontent__container.empty,
|
|
459
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion-content__container.empty {
|
|
456
460
|
opacity: 0.2;
|
|
457
461
|
}
|
|
458
|
-
.
|
|
462
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__timeline-divider {
|
|
459
463
|
padding: 0;
|
|
460
464
|
margin: 0;
|
|
461
465
|
border-color: transparent;
|
|
462
|
-
background-color: var(--
|
|
463
|
-
border-left: var(--
|
|
464
|
-
border-right: var(--
|
|
466
|
+
background-color: var(--custom-event-tl-table-divider-bg);
|
|
467
|
+
border-left: var(--custom-event-tl-table-divider-border);
|
|
468
|
+
border-right: var(--custom-event-tl-table-divider-border);
|
|
465
469
|
}
|
|
466
|
-
.
|
|
467
|
-
width: var(--
|
|
470
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__timeline-divider > div {
|
|
471
|
+
width: var(--custom-event-tl-table-divider-w);
|
|
468
472
|
}
|
|
469
|
-
.
|
|
470
|
-
padding: var(--
|
|
473
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__cell-cushion {
|
|
474
|
+
padding: var(--custom-event-tl-table-cell-padding);
|
|
471
475
|
}
|
|
472
|
-
.
|
|
476
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__scroller-harness {
|
|
473
477
|
position: relative;
|
|
474
478
|
width: 100%;
|
|
475
479
|
overflow-x: scroll;
|
|
476
480
|
overflow-y: scroll;
|
|
477
481
|
}
|
|
478
|
-
.
|
|
482
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__scroller-harness.autoscroll {
|
|
479
483
|
overflow-x: auto;
|
|
480
484
|
overflow-y: auto;
|
|
481
485
|
}
|
|
482
|
-
.
|
|
483
|
-
height: var(--
|
|
484
|
-
width: var(--
|
|
486
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__scroller-harness::-webkit-scrollbar {
|
|
487
|
+
height: var(--custom-event-tl-table-scrollbar-h);
|
|
488
|
+
width: var(--custom-event-tl-table-scrollbar-w);
|
|
485
489
|
}
|
|
486
|
-
.
|
|
487
|
-
background: var(--
|
|
490
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__scroller-harness::-webkit-scrollbar-thumb {
|
|
491
|
+
background: var(--custom-event-tl-table-scrollbar-color);
|
|
488
492
|
}
|
|
489
|
-
.
|
|
490
|
-
background: var(--
|
|
493
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__scroller-harness::-webkit-scrollbar-track {
|
|
494
|
+
background: var(--custom-event-tl-table-scrollbar-track);
|
|
491
495
|
}
|
|
492
|
-
.
|
|
496
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__scroller-harness--hide {
|
|
493
497
|
overflow: hidden;
|
|
494
498
|
height: auto;
|
|
495
499
|
}
|
|
496
|
-
.
|
|
500
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__scroller-harness--hideX {
|
|
497
501
|
overflow-x: hidden !important;
|
|
498
502
|
}
|
|
499
|
-
.
|
|
503
|
+
.custom-event-tl-table__timeline-table__wrapper .custom-event-tl-table__scroller-harness[data-scroll=body].dragging {
|
|
500
504
|
cursor: grab;
|
|
501
505
|
}
|
|
502
506
|
|
|
@@ -505,20 +509,20 @@
|
|
|
505
509
|
//////////////////// Table Grid Tooltip //////////////////
|
|
506
510
|
///////////////////////////////////////////////////////////
|
|
507
511
|
*/
|
|
508
|
-
.
|
|
509
|
-
--
|
|
510
|
-
--
|
|
511
|
-
--
|
|
512
|
-
--
|
|
513
|
-
--
|
|
514
|
-
--
|
|
515
|
-
--
|
|
516
|
-
--
|
|
517
|
-
--
|
|
518
|
-
--
|
|
519
|
-
--
|
|
520
|
-
--
|
|
521
|
-
--
|
|
512
|
+
.custom-event-tl-table__cell-tooltipwrapper {
|
|
513
|
+
--custom-event-tl-table-tooltip-box-shadow: 0 5px 15px 0 rgba(0,0,0,.07), 0 15px 35px 0 rgba(50,50,93,.1);
|
|
514
|
+
--custom-event-tl-table-tooltip-content-bg: rgba(17, 17, 17, 0.9);
|
|
515
|
+
--custom-event-tl-table-tooltip-content-color: #fff;
|
|
516
|
+
--custom-event-tl-table-tooltip-content-font-size: 0.75em;
|
|
517
|
+
--custom-event-tl-table-tooltip-content-padding-x: 1em;
|
|
518
|
+
--custom-event-tl-table-tooltip-content-padding-y: .5em;
|
|
519
|
+
--custom-event-tl-table-tooltip-content-line-height: 1.5;
|
|
520
|
+
--custom-event-tl-table-tooltip-arrow-bg-top: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
|
|
521
|
+
--custom-event-tl-table-tooltip-arrow-bg-bottom: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
|
|
522
|
+
--custom-event-tl-table-tooltip-arrow-bg-left: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
|
|
523
|
+
--custom-event-tl-table-tooltip-arrow-bg-right: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
|
|
524
|
+
--custom-event-tl-table-tooltip-arrow-width: 18px;
|
|
525
|
+
--custom-event-tl-table-tooltip-arrow-height: 6px;
|
|
522
526
|
position: absolute;
|
|
523
527
|
z-index: 1055; /* --bs-modal-zindex */
|
|
524
528
|
display: inline-block;
|
|
@@ -566,125 +570,125 @@
|
|
|
566
570
|
---------------------------
|
|
567
571
|
*/
|
|
568
572
|
}
|
|
569
|
-
.
|
|
573
|
+
.custom-event-tl-table__cell-tooltipwrapper::before {
|
|
570
574
|
background-size: 100% auto !important;
|
|
571
575
|
content: "";
|
|
572
576
|
position: absolute;
|
|
573
577
|
}
|
|
574
|
-
.
|
|
578
|
+
.custom-event-tl-table__cell-tooltipwrapper.active {
|
|
575
579
|
display: block !important;
|
|
576
580
|
}
|
|
577
|
-
.
|
|
578
|
-
.
|
|
581
|
+
.custom-event-tl-table__cell-tooltipwrapper.active::before,
|
|
582
|
+
.custom-event-tl-table__cell-tooltipwrapper.active > .custom-event-tl-table__cell-tooltipcontent {
|
|
579
583
|
opacity: 1;
|
|
580
584
|
}
|
|
581
|
-
.
|
|
582
|
-
.
|
|
585
|
+
.custom-event-tl-table__cell-tooltipwrapper:focus::before,
|
|
586
|
+
.custom-event-tl-table__cell-tooltipwrapper:focus > .custom-event-tl-table__cell-tooltipcontent {
|
|
583
587
|
opacity: 1;
|
|
584
588
|
}
|
|
585
|
-
.
|
|
586
|
-
.
|
|
589
|
+
.custom-event-tl-table__cell-tooltipwrapper::before,
|
|
590
|
+
.custom-event-tl-table__cell-tooltipwrapper > .custom-event-tl-table__cell-tooltipcontent {
|
|
587
591
|
backface-visibility: hidden;
|
|
588
592
|
will-change: transform;
|
|
589
593
|
opacity: 0;
|
|
590
594
|
box-sizing: border-box;
|
|
591
595
|
z-index: 10;
|
|
592
596
|
transform-origin: top;
|
|
593
|
-
box-shadow: var(--
|
|
597
|
+
box-shadow: var(--custom-event-tl-table-tooltip-box-shadow);
|
|
594
598
|
transition: 0.1s ease-in-out;
|
|
595
599
|
}
|
|
596
|
-
.
|
|
597
|
-
background: var(--
|
|
600
|
+
.custom-event-tl-table__cell-tooltipwrapper > .custom-event-tl-table__cell-tooltipcontent {
|
|
601
|
+
background: var(--custom-event-tl-table-tooltip-content-bg);
|
|
598
602
|
border-radius: 4px;
|
|
599
|
-
color: var(--
|
|
603
|
+
color: var(--custom-event-tl-table-tooltip-content-color);
|
|
600
604
|
content: attr(aria-label);
|
|
601
|
-
font-size: var(--
|
|
605
|
+
font-size: var(--custom-event-tl-table-tooltip-content-font-size);
|
|
602
606
|
font-weight: normal;
|
|
603
607
|
text-transform: none;
|
|
604
|
-
padding: var(--
|
|
608
|
+
padding: var(--custom-event-tl-table-tooltip-content-padding-y) var(--custom-event-tl-table-tooltip-content-padding-x);
|
|
605
609
|
white-space: nowrap;
|
|
606
610
|
box-sizing: content-box;
|
|
607
|
-
line-height: var(--
|
|
611
|
+
line-height: var(--custom-event-tl-table-tooltip-content-line-height);
|
|
608
612
|
}
|
|
609
|
-
.
|
|
613
|
+
.custom-event-tl-table__cell-tooltipwrapper > .custom-event-tl-table__cell-tooltipcontent img {
|
|
610
614
|
height: auto !important;
|
|
611
615
|
margin: 0.5rem 0;
|
|
612
616
|
}
|
|
613
|
-
.
|
|
614
|
-
background: var(--
|
|
615
|
-
height: var(--
|
|
616
|
-
width: var(--
|
|
617
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-position|=top]::before {
|
|
618
|
+
background: var(--custom-event-tl-table-tooltip-arrow-bg-top);
|
|
619
|
+
height: var(--custom-event-tl-table-tooltip-arrow-height);
|
|
620
|
+
width: var(--custom-event-tl-table-tooltip-arrow-width);
|
|
617
621
|
}
|
|
618
|
-
.
|
|
619
|
-
margin-bottom: var(--
|
|
622
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-position|=top] > .custom-event-tl-table__cell-tooltipcontent {
|
|
623
|
+
margin-bottom: var(--custom-event-tl-table-tooltip-arrow-height);
|
|
620
624
|
}
|
|
621
|
-
.
|
|
622
|
-
top: calc(100% - var(--
|
|
623
|
-
left: calc(var(--
|
|
625
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-position|=top]::before {
|
|
626
|
+
top: calc(100% - var(--custom-event-tl-table-tooltip-arrow-height));
|
|
627
|
+
left: calc(var(--custom-event-tl-table-tooltip-arrow-width) / 2 * -1);
|
|
624
628
|
}
|
|
625
|
-
.
|
|
626
|
-
bottom: calc(100% + var(--
|
|
629
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-position|=top] > .custom-event-tl-table__cell-tooltipcontent {
|
|
630
|
+
bottom: calc(100% + var(--custom-event-tl-table-tooltip-arrow-height));
|
|
627
631
|
left: 50%;
|
|
628
632
|
transform: translateX(-50%);
|
|
629
633
|
}
|
|
630
|
-
.
|
|
631
|
-
bottom: calc(100% + var(--
|
|
634
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-position=top-left] > .custom-event-tl-table__cell-tooltipcontent {
|
|
635
|
+
bottom: calc(100% + var(--custom-event-tl-table-tooltip-arrow-height));
|
|
632
636
|
left: 50%;
|
|
633
|
-
transform: translateX(calc(-100% + var(--
|
|
637
|
+
transform: translateX(calc(-100% + var(--custom-event-tl-table-tooltip-arrow-width)));
|
|
634
638
|
}
|
|
635
|
-
.
|
|
636
|
-
bottom: calc(100% + var(--
|
|
639
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-position=top-right] > .custom-event-tl-table__cell-tooltipcontent {
|
|
640
|
+
bottom: calc(100% + var(--custom-event-tl-table-tooltip-arrow-height));
|
|
637
641
|
left: 50%;
|
|
638
|
-
transform: translateX(calc(0% - var(--
|
|
642
|
+
transform: translateX(calc(0% - var(--custom-event-tl-table-tooltip-arrow-width)));
|
|
639
643
|
}
|
|
640
|
-
.
|
|
641
|
-
background: var(--
|
|
642
|
-
height: var(--
|
|
643
|
-
width: var(--
|
|
644
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-position|=bottom]::before {
|
|
645
|
+
background: var(--custom-event-tl-table-tooltip-arrow-bg-bottom);
|
|
646
|
+
height: var(--custom-event-tl-table-tooltip-arrow-height);
|
|
647
|
+
width: var(--custom-event-tl-table-tooltip-arrow-width);
|
|
644
648
|
margin-top: 5px;
|
|
645
649
|
margin-bottom: 0;
|
|
646
650
|
}
|
|
647
|
-
.
|
|
648
|
-
margin-top: var(--
|
|
651
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-position|=bottom] > .custom-event-tl-table__cell-tooltipcontent {
|
|
652
|
+
margin-top: var(--custom-event-tl-table-tooltip-arrow-height);
|
|
649
653
|
}
|
|
650
|
-
.
|
|
651
|
-
bottom: calc(100% - var(--
|
|
652
|
-
left: calc(var(--
|
|
654
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-position|=bottom]::before {
|
|
655
|
+
bottom: calc(100% - var(--custom-event-tl-table-tooltip-arrow-height));
|
|
656
|
+
left: calc(var(--custom-event-tl-table-tooltip-arrow-width) / 2 * -1);
|
|
653
657
|
}
|
|
654
|
-
.
|
|
658
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-position|=bottom] > .custom-event-tl-table__cell-tooltipcontent {
|
|
655
659
|
bottom: auto;
|
|
656
|
-
top: calc(100% + var(--
|
|
660
|
+
top: calc(100% + var(--custom-event-tl-table-tooltip-arrow-height));
|
|
657
661
|
left: 50%;
|
|
658
662
|
transform: translateX(-50%);
|
|
659
663
|
}
|
|
660
|
-
.
|
|
664
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-position=bottom-left] > .custom-event-tl-table__cell-tooltipcontent {
|
|
661
665
|
bottom: auto;
|
|
662
|
-
top: calc(100% + var(--
|
|
666
|
+
top: calc(100% + var(--custom-event-tl-table-tooltip-arrow-height));
|
|
663
667
|
left: 50%;
|
|
664
|
-
transform: translateX(calc(-100% + var(--
|
|
668
|
+
transform: translateX(calc(-100% + var(--custom-event-tl-table-tooltip-arrow-width)));
|
|
665
669
|
}
|
|
666
|
-
.
|
|
670
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-position=bottom-right] > .custom-event-tl-table__cell-tooltipcontent {
|
|
667
671
|
bottom: auto;
|
|
668
|
-
top: calc(100% + var(--
|
|
672
|
+
top: calc(100% + var(--custom-event-tl-table-tooltip-arrow-height));
|
|
669
673
|
left: 50%;
|
|
670
|
-
transform: translateX(calc(0% - var(--
|
|
674
|
+
transform: translateX(calc(0% - var(--custom-event-tl-table-tooltip-arrow-width)));
|
|
671
675
|
}
|
|
672
|
-
.
|
|
676
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-size=auto].custom-event-tl-table__cell-tooltipcontent {
|
|
673
677
|
white-space: nowrap;
|
|
674
678
|
width: auto;
|
|
675
679
|
max-width: 530px;
|
|
676
680
|
overflow: hidden;
|
|
677
681
|
text-overflow: ellipsis;
|
|
678
682
|
}
|
|
679
|
-
.
|
|
683
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-size=small].custom-event-tl-table__cell-tooltipcontent {
|
|
680
684
|
white-space: initial;
|
|
681
685
|
width: 80px;
|
|
682
686
|
}
|
|
683
|
-
.
|
|
687
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-size=medium].custom-event-tl-table__cell-tooltipcontent {
|
|
684
688
|
white-space: initial;
|
|
685
689
|
width: 150px;
|
|
686
690
|
}
|
|
687
|
-
.
|
|
691
|
+
.custom-event-tl-table__cell-tooltipwrapper[data-microtip-size=large].custom-event-tl-table__cell-tooltipcontent {
|
|
688
692
|
white-space: initial;
|
|
689
693
|
width: 260px;
|
|
690
694
|
}
|