@bagelink/vue 1.15.15 → 1.15.26
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/dist/components/AccordionItem.vue.d.ts.map +1 -1
- package/dist/components/Avatar.vue.d.ts.map +1 -1
- package/dist/components/Badge.vue.d.ts.map +1 -1
- package/dist/components/BglVideo.vue.d.ts.map +1 -1
- package/dist/components/Btn.vue.d.ts.map +1 -1
- package/dist/components/Card.vue.d.ts.map +1 -1
- package/dist/components/DataPreview.vue.d.ts.map +1 -1
- package/dist/components/DragOver.vue.d.ts.map +1 -1
- package/dist/components/Dropdown.vue.d.ts.map +1 -1
- package/dist/components/FieldSetVue.vue.d.ts.map +1 -1
- package/dist/components/FilterQuery.vue.d.ts.map +1 -1
- package/dist/components/Image.vue.d.ts.map +1 -1
- package/dist/components/ListItem.vue.d.ts.map +1 -1
- package/dist/components/ListView.vue.d.ts.map +1 -1
- package/dist/components/MapEmbed/Index.vue.d.ts.map +1 -1
- package/dist/components/Menu.vue.d.ts.map +1 -1
- package/dist/components/NavBar.vue.d.ts.map +1 -1
- package/dist/components/PageTitle.vue.d.ts.map +1 -1
- package/dist/components/RouterWrapper.vue.d.ts.map +1 -1
- package/dist/components/Spreadsheet/Index.vue.d.ts.map +1 -1
- package/dist/components/Spreadsheet/SpreadsheetTable.vue.d.ts.map +1 -1
- package/dist/components/Swiper.vue.d.ts.map +1 -1
- package/dist/components/Toast.vue.d.ts.map +1 -1
- package/dist/components/analytics/BarChart.vue.d.ts.map +1 -1
- package/dist/components/analytics/LineChart.vue.d.ts.map +1 -1
- package/dist/components/analytics/PieChart.vue.d.ts.map +1 -1
- package/dist/components/calendar/CalendarPopover.vue.d.ts.map +1 -1
- package/dist/components/calendar/Index.vue.d.ts.map +1 -1
- package/dist/components/calendar/views/AgendaView.vue.d.ts.map +1 -1
- package/dist/components/calendar/views/DayView.vue.d.ts.map +1 -1
- package/dist/components/calendar/views/MonthView.vue.d.ts.map +1 -1
- package/dist/components/calendar/views/WeekView.vue.d.ts.map +1 -1
- package/dist/components/dataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ArrayInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/CheckInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/CodeEditor/Index.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ColorInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DateInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/EmailInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/JSONInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/MarkdownEditor.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/NumberInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/OTP.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/PasswordInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RangeInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText/components/EditorToolbar.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText/index.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectBtn.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SignaturePad.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TableField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TelInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ToggleInput.vue.d.ts.map +1 -1
- package/dist/components/layout/AppContent.vue.d.ts.map +1 -1
- package/dist/components/layout/AppLayout.vue.d.ts.map +1 -1
- package/dist/components/layout/AppSidebar.vue.d.ts.map +1 -1
- package/dist/components/layout/BottomMenu.vue.d.ts.map +1 -1
- package/dist/components/layout/Resizable.vue.d.ts.map +1 -1
- package/dist/components/layout/SidebarMenu.vue.d.ts.map +1 -1
- package/dist/components/layout/Skeleton.vue.d.ts.map +1 -1
- package/dist/components/layout/TabbedLayout.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsNav.vue.d.ts.map +1 -1
- package/dist/components/lightbox/Lightbox.vue.d.ts.map +1 -1
- package/dist/dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/form-flow/MultiStepForm.vue.d.ts.map +1 -1
- package/dist/index.cjs +141 -166
- package/dist/index.mjs +33696 -27776
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/src/components/AccordionItem.vue +32 -28
- package/src/components/Avatar.vue +12 -10
- package/src/components/Badge.vue +15 -13
- package/src/components/BglVideo.vue +13 -11
- package/src/components/Btn.vue +90 -89
- package/src/components/Card.vue +33 -31
- package/src/components/DataPreview.vue +17 -15
- package/src/components/DragOver.vue +2 -0
- package/src/components/Dropdown.vue +38 -36
- package/src/components/FieldSetVue.vue +7 -5
- package/src/components/FilterQuery.vue +28 -24
- package/src/components/Image.vue +7 -5
- package/src/components/JSONSchema.vue +45 -43
- package/src/components/JsonBuilder.vue +10 -8
- package/src/components/ListItem.vue +41 -39
- package/src/components/ListView.vue +3 -1
- package/src/components/MapEmbed/Index.vue +4 -2
- package/src/components/Menu.vue +17 -13
- package/src/components/NavBar.vue +198 -196
- package/src/components/PageTitle.vue +2 -0
- package/src/components/RouterWrapper.vue +3 -1
- package/src/components/Spreadsheet/Index.vue +8 -6
- package/src/components/Spreadsheet/SpreadsheetTable.vue +100 -98
- package/src/components/Swiper.vue +33 -30
- package/src/components/Toast.vue +2 -0
- package/src/components/analytics/BarChart.vue +10 -8
- package/src/components/analytics/LineChart.vue +27 -23
- package/src/components/analytics/PieChart.vue +32 -28
- package/src/components/calendar/CalendarPopover.vue +19 -17
- package/src/components/calendar/Index.vue +6 -4
- package/src/components/calendar/views/AgendaView.vue +19 -17
- package/src/components/calendar/views/DayView.vue +44 -42
- package/src/components/calendar/views/MonthView.vue +85 -83
- package/src/components/calendar/views/WeekView.vue +55 -53
- package/src/components/dataTable/DataTable.vue +140 -139
- package/src/components/form/inputs/ArrayInput.vue +28 -26
- package/src/components/form/inputs/CheckInput.vue +32 -30
- package/src/components/form/inputs/Checkbox.vue +4 -2
- package/src/components/form/inputs/CodeEditor/Index.vue +49 -45
- package/src/components/form/inputs/ColorInput.vue +37 -35
- package/src/components/form/inputs/DateInput.vue +3 -1
- package/src/components/form/inputs/DatePicker.vue +42 -40
- package/src/components/form/inputs/EmailInput.vue +67 -63
- package/src/components/form/inputs/JSONInput.vue +4 -2
- package/src/components/form/inputs/MarkdownEditor.vue +3 -1
- package/src/components/form/inputs/NumberInput.vue +53 -51
- package/src/components/form/inputs/OTP.vue +45 -43
- package/src/components/form/inputs/PasswordInput.vue +11 -9
- package/src/components/form/inputs/RadioGroup.vue +19 -18
- package/src/components/form/inputs/RangeInput.vue +23 -21
- package/src/components/form/inputs/RichText/components/EditorToolbar.vue +14 -12
- package/src/components/form/inputs/RichText/components/gridBox.vue +10 -8
- package/src/components/form/inputs/RichText/index.vue +218 -212
- package/src/components/form/inputs/SelectBtn.vue +3 -1
- package/src/components/form/inputs/SelectInput.vue +61 -57
- package/src/components/form/inputs/SignaturePad.vue +19 -17
- package/src/components/form/inputs/TableField.vue +71 -67
- package/src/components/form/inputs/TelInput.vue +84 -82
- package/src/components/form/inputs/TextInput.vue +38 -34
- package/src/components/form/inputs/ToggleInput.vue +31 -29
- package/src/components/layout/AppContent.vue +21 -17
- package/src/components/layout/AppLayout.vue +25 -23
- package/src/components/layout/AppSidebar.vue +71 -72
- package/src/components/layout/BottomMenu.vue +7 -3
- package/src/components/layout/Resizable.vue +8 -6
- package/src/components/layout/SidebarMenu.vue +16 -12
- package/src/components/layout/Skeleton.vue +17 -15
- package/src/components/layout/TabbedLayout.vue +6 -5
- package/src/components/layout/TabsNav.vue +112 -108
- package/src/components/lightbox/Lightbox.vue +147 -145
- package/src/dialog/Dialog.vue +142 -140
- package/src/form-flow/MultiStepForm.vue +88 -86
- package/src/styles/appearance.css +115 -115
- package/src/styles/bagel.css +30 -31
- package/src/styles/layout.css +977 -971
- package/src/styles/mobilLayout.css +754 -754
- package/src/styles/text.css +630 -630
- package/vite.config.ts +0 -31
|
@@ -217,109 +217,111 @@ const hasValue = computed(() => formattedValue.value.length > 0)
|
|
|
217
217
|
</template>
|
|
218
218
|
|
|
219
219
|
<style scoped>
|
|
220
|
+
|
|
220
221
|
.input-icon-wrap {
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
222
|
+
display: flex;
|
|
223
|
+
align-items: center;
|
|
224
|
+
background: var(--bgl-input-bg);
|
|
225
|
+
border-radius: var(--bgl-input-border-radius);
|
|
226
|
+
height: var(--bgl-input-height);
|
|
227
|
+
transition: box-shadow 0.2s ease, outline-color 0.2s ease;
|
|
227
228
|
}
|
|
228
229
|
|
|
229
230
|
.input-icon-wrap input {
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
231
|
+
flex: 1;
|
|
232
|
+
min-width: 0;
|
|
233
|
+
background: transparent !important;
|
|
234
|
+
outline: none !important;
|
|
235
|
+
box-shadow: none !important;
|
|
235
236
|
}
|
|
236
237
|
|
|
237
238
|
.input-icon-wrap:focus-within {
|
|
238
|
-
|
|
239
|
-
|
|
239
|
+
outline-color: var(--bgl-input-bg);
|
|
240
|
+
box-shadow: inset 0 0 8px #00000018;
|
|
240
241
|
}
|
|
241
242
|
|
|
242
243
|
.input-icon-wrap .iconStart,
|
|
243
244
|
.input-icon-wrap > .bgl_icon-font {
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
245
|
+
flex-shrink: 0;
|
|
246
|
+
color: var(--bgl-input-color);
|
|
247
|
+
line-height: 0;
|
|
248
|
+
padding-inline: 0.35rem;
|
|
248
249
|
}
|
|
249
250
|
|
|
250
251
|
/* ── frame variant ─────────────────────────────────────────────── */
|
|
251
252
|
.bagel-input.frame .input-icon-wrap {
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
253
|
+
background: transparent;
|
|
254
|
+
outline: 1.5px solid var(--bgl-border-color);
|
|
255
|
+
outline-offset: -1px;
|
|
255
256
|
}
|
|
256
257
|
|
|
257
258
|
.bagel-input.frame .input-icon-wrap:focus-within {
|
|
258
|
-
|
|
259
|
-
|
|
259
|
+
outline-color: var(--bgl-input-label-active-color, var(--bgl-primary)) !important;
|
|
260
|
+
box-shadow: 0 0 0 3px color-mix(in srgb, var(--bgl-input-label-active-color, var(--bgl-primary)) 12%, transparent) !important;
|
|
260
261
|
}
|
|
261
262
|
|
|
262
263
|
/* ── outline variant ───────────────────────────────────────────── */
|
|
263
264
|
.bagel-input.bgl-outline .input-icon-wrap {
|
|
264
|
-
|
|
265
|
-
|
|
265
|
+
outline: 1.5px solid var(--bgl-border-color);
|
|
266
|
+
outline-offset: -1px;
|
|
266
267
|
}
|
|
267
268
|
|
|
268
269
|
/* ── underlined variant ────────────────────────────────────────── */
|
|
269
270
|
.bagel-input.underlined .input-icon-wrap {
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
271
|
+
position: relative;
|
|
272
|
+
background: transparent;
|
|
273
|
+
border-radius: 0;
|
|
274
|
+
height: auto;
|
|
275
|
+
border-bottom: 1.5px solid var(--bgl-border-color);
|
|
275
276
|
}
|
|
276
277
|
|
|
277
278
|
.bagel-input.underlined .input-icon-wrap::after {
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
279
|
+
content: '';
|
|
280
|
+
position: absolute;
|
|
281
|
+
bottom: -1px;
|
|
282
|
+
inset-inline-start: 0;
|
|
283
|
+
width: 0;
|
|
284
|
+
height: 2px;
|
|
285
|
+
background: var(--bgl-input-label-active-color, var(--bgl-primary));
|
|
286
|
+
transition: width 0.6s ease;
|
|
287
|
+
pointer-events: none;
|
|
287
288
|
}
|
|
288
289
|
|
|
289
290
|
.bagel-input.underlined .input-icon-wrap:focus-within {
|
|
290
|
-
|
|
291
|
+
box-shadow: none;
|
|
291
292
|
}
|
|
292
293
|
|
|
293
294
|
.bagel-input.underlined .input-icon-wrap:focus-within::after {
|
|
294
|
-
|
|
295
|
+
width: 100%;
|
|
295
296
|
}
|
|
296
297
|
|
|
297
298
|
.bagel-input.underlined .input-icon-wrap input {
|
|
298
|
-
|
|
299
|
+
border-bottom: none !important;
|
|
299
300
|
}
|
|
300
301
|
|
|
301
302
|
.spinner-btns {
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
303
|
+
flex-shrink: 0;
|
|
304
|
+
display: flex;
|
|
305
|
+
flex-direction: column;
|
|
306
|
+
margin-inline-end: 0.25rem;
|
|
306
307
|
}
|
|
307
308
|
|
|
308
309
|
.top-bgl-ctrl-num-btn {
|
|
309
|
-
|
|
310
|
+
margin-top: calc(var(--bgl-input-height) / 10) !important;
|
|
310
311
|
}
|
|
311
312
|
|
|
312
313
|
.bgl-ctrl-num-btn {
|
|
313
|
-
|
|
314
|
-
|
|
314
|
+
height: calc(var(--bgl-input-height) / 2.5) !important;
|
|
315
|
+
isolation: isolate;
|
|
315
316
|
}
|
|
316
317
|
|
|
317
318
|
.bgl-big-ctrl-num-btn {
|
|
318
|
-
|
|
319
|
-
|
|
319
|
+
width: 100% !important;
|
|
320
|
+
isolation: isolate;
|
|
320
321
|
}
|
|
321
322
|
|
|
322
323
|
.bagel-input.has-error input {
|
|
323
|
-
|
|
324
|
+
border-color: var(--bgl-red) !important;
|
|
324
325
|
}
|
|
326
|
+
|
|
325
327
|
</style>
|
|
@@ -116,89 +116,91 @@ function isDigitsFull() {
|
|
|
116
116
|
</template>
|
|
117
117
|
|
|
118
118
|
<style scoped>
|
|
119
|
+
|
|
119
120
|
.otp-error-message {
|
|
120
|
-
|
|
121
|
+
color: var(--bgl-red);
|
|
121
122
|
}
|
|
122
123
|
.otp_wrap.has-error input,
|
|
123
124
|
.otp_wrap.has-error textarea {
|
|
124
|
-
|
|
125
|
+
outline: 1px solid var(--bgl-red) !important;
|
|
125
126
|
}
|
|
126
127
|
|
|
127
128
|
.otp_wrap {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
129
|
+
display: flex;
|
|
130
|
+
flex-direction: row;
|
|
131
|
+
justify-content: center;
|
|
132
|
+
align-items: center;
|
|
132
133
|
}
|
|
133
134
|
|
|
134
135
|
.digit-box {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
136
|
+
height: 3rem;
|
|
137
|
+
flex-grow: 1;
|
|
138
|
+
border: 1px solid var(--bgl-input-label-active-color, var(--bgl-primary-tint));
|
|
139
|
+
display: inline-block;
|
|
140
|
+
background: var(--bgl-gray-light);
|
|
141
|
+
border-radius: 5px;
|
|
142
|
+
margin: 5px;
|
|
143
|
+
text-align: center;
|
|
144
|
+
font-size: 2.4rem;
|
|
145
|
+
-moz-appearance: textfield;
|
|
146
|
+
/* Firefox */
|
|
147
|
+
caret-color: transparent;
|
|
148
|
+
/* Remove spinner arrows */
|
|
149
|
+
appearance: textfield;
|
|
150
|
+
/* Standardized property */
|
|
150
151
|
}
|
|
151
152
|
|
|
152
153
|
/* Remove spinner arrows for Webkit browsers */
|
|
153
154
|
.digit-box::-webkit-outer-spin-button,
|
|
154
155
|
.digit-box::-webkit-inner-spin-button {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
156
|
+
-webkit-appearance: none;
|
|
157
|
+
appearance: none;
|
|
158
|
+
margin: 0;
|
|
158
159
|
}
|
|
159
160
|
|
|
160
161
|
.digit-box:focus {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
162
|
+
outline: 1px solid var(--bgl-input-label-active-color, var(--bgl-primary));
|
|
163
|
+
filter: drop-shadow(0 0 0.25rem var(--bgl-input-label-active-color, var(--bgl-primary)));
|
|
164
|
+
outline-offset: 1px;
|
|
164
165
|
}
|
|
165
166
|
|
|
166
167
|
/* ── frame variant ──────────────────────────────────────────────────────── */
|
|
167
168
|
|
|
168
169
|
.otp-input.frame .digit-box {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
170
|
+
background: transparent;
|
|
171
|
+
outline: 1.5px solid var(--bgl-border-color);
|
|
172
|
+
outline-offset: -1px;
|
|
173
|
+
transition: outline-color 0.2s ease, box-shadow 0.2s ease;
|
|
173
174
|
}
|
|
174
175
|
|
|
175
176
|
.otp-input.frame .digit-box:focus {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
177
|
+
outline-color: var(--bgl-input-label-active-color, var(--bgl-primary));
|
|
178
|
+
outline-width: 2px;
|
|
179
|
+
box-shadow:
|
|
180
|
+
0 0 0 4px color-mix(in srgb, var(--bgl-input-label-active-color, var(--bgl-primary)) 15%, transparent),
|
|
181
|
+
0 2px 8px color-mix(in srgb, var(--bgl-input-label-active-color, var(--bgl-primary)) 25%, transparent);
|
|
182
|
+
filter: none;
|
|
182
183
|
}
|
|
183
184
|
|
|
184
185
|
/* ── bgl-outline variant ────────────────────────────────────────────────── */
|
|
185
186
|
|
|
186
187
|
.otp-input.bgl-outline .digit-box {
|
|
187
|
-
|
|
188
|
-
|
|
188
|
+
outline: 1.5px solid var(--bgl-border-color);
|
|
189
|
+
outline-offset: -1px;
|
|
189
190
|
}
|
|
190
191
|
|
|
191
192
|
/* Redundant, already covered above */
|
|
192
193
|
/* .digit-box[type="number"] {
|
|
193
|
-
|
|
194
|
+
-moz-appearance: textfield;
|
|
194
195
|
} */
|
|
195
196
|
.relative {
|
|
196
197
|
position: relative !important;
|
|
197
198
|
}
|
|
198
199
|
|
|
199
200
|
@media screen and (max-width: 910px) {
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
}
|
|
201
|
+
.digit-box {
|
|
202
|
+
padding: 0.25rem;
|
|
203
203
|
}
|
|
204
|
+
}
|
|
205
|
+
|
|
204
206
|
</style>
|
|
@@ -133,30 +133,32 @@ const feedbackMessage = computed(() => {
|
|
|
133
133
|
</template>
|
|
134
134
|
|
|
135
135
|
<style>
|
|
136
|
+
|
|
136
137
|
.m-password {
|
|
137
|
-
|
|
138
|
+
height: var(--bgl-input-height) !important;
|
|
138
139
|
}
|
|
139
140
|
|
|
140
141
|
[dir='rtl'] .passwordInput input {
|
|
141
|
-
|
|
142
|
-
|
|
142
|
+
direction: ltr;
|
|
143
|
+
text-align: right;
|
|
143
144
|
}
|
|
144
145
|
|
|
145
146
|
.password-strength-container {
|
|
146
|
-
|
|
147
|
+
height: 1.25rem;
|
|
147
148
|
}
|
|
148
149
|
|
|
149
150
|
.password-strength-bar {
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
flex: 1;
|
|
152
|
+
height: 6px;
|
|
153
|
+
background-color: var(--bgl-input-bg);
|
|
153
154
|
}
|
|
154
155
|
|
|
155
156
|
.password-strength-fill {
|
|
156
|
-
|
|
157
|
+
transition: width 0.3s ease, background-color 0.3s ease;
|
|
157
158
|
}
|
|
158
159
|
|
|
159
160
|
.password-strength-label {
|
|
160
|
-
|
|
161
|
+
transition: color 0.3s ease;
|
|
161
162
|
}
|
|
163
|
+
|
|
162
164
|
</style>
|
|
@@ -140,46 +140,47 @@ function handleChange() {
|
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
<style scoped>
|
|
143
|
+
|
|
143
144
|
.group-label {
|
|
144
|
-
|
|
145
|
-
|
|
145
|
+
font-size: var(--bgl-label-font-size);
|
|
146
|
+
margin: 0 0 0.25rem 0;
|
|
146
147
|
}
|
|
147
148
|
|
|
148
149
|
.hideRadio.radio-input-list {
|
|
149
|
-
|
|
150
|
+
display: none !important;
|
|
150
151
|
}
|
|
151
152
|
|
|
152
153
|
.radio-input-list {
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
154
|
+
width: auto;
|
|
155
|
+
margin-inline-end: 0.5rem;
|
|
156
|
+
margin-top: 0;
|
|
157
|
+
accent-color: var(--bgl-input-label-active-color, var(--bgl-primary));
|
|
157
158
|
}
|
|
158
159
|
|
|
159
160
|
.radio-input-list.hidden {
|
|
160
|
-
|
|
161
|
+
display: none;
|
|
161
162
|
}
|
|
162
163
|
|
|
163
164
|
.active-list-item:has(:checked) {
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
165
|
+
background: v-bind('activeBgColor || "var(--bgl-primary-light)"') !important;
|
|
166
|
+
border-color: var(--bgl-input-label-active-color, var(--bgl-primary)) !important;
|
|
167
|
+
accent-color: var(--bgl-input-label-active-color, var(--bgl-primary));
|
|
168
|
+
color: v-bind('activeTextColor || null') !important;
|
|
168
169
|
}
|
|
169
170
|
|
|
170
171
|
.invertedActive:has(:checked) {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
172
|
+
background: var(--bgl-primary) !important;
|
|
173
|
+
border-color: var(--bgl-primary) !important;
|
|
174
|
+
color: var(--bgl-white);
|
|
175
|
+
accent-color: var(--bgl-white);
|
|
175
176
|
}
|
|
176
177
|
|
|
177
178
|
.has-error .active-list-item {
|
|
178
|
-
|
|
179
|
+
border-color: var(--bgl-red) !important;
|
|
179
180
|
}
|
|
180
181
|
|
|
181
182
|
.has-error :is(input[type="radio"]) {
|
|
182
|
-
|
|
183
|
+
accent-color: var(--bgl-red);
|
|
183
184
|
}
|
|
184
185
|
|
|
185
186
|
</style>
|
|
@@ -157,27 +157,28 @@ const displayTo = computed(() => formatValue(validTo.value))
|
|
|
157
157
|
</template>
|
|
158
158
|
|
|
159
159
|
<style scoped>
|
|
160
|
+
|
|
160
161
|
.range-slider-position-txt{
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
162
|
+
margin-inline-start: calc((var(--progress) * 1%) - (var(--bgl-range-thumb-size) * var(--progress) / 100));
|
|
163
|
+
top: calc(var(--bgl-range-thumb-size) / 2 ) ;
|
|
164
|
+
transition: transform 0.1s, opacity 0.5s, top 0.5s;
|
|
165
|
+
transform: scale(0.8);
|
|
166
|
+
width: var(--bgl-range-thumb-size);
|
|
166
167
|
}
|
|
167
168
|
.range-slider:hover .range-slider-position-txt{
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
169
|
+
opacity: 1;
|
|
170
|
+
transform: scale(1);
|
|
171
|
+
top: calc(var(--bgl-range-thumb-size) / 2);
|
|
171
172
|
}
|
|
172
173
|
|
|
173
174
|
.range-slider {
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
175
|
+
height: var(--bgl-range-track-size);
|
|
176
|
+
display: flex;
|
|
177
|
+
align-items: center;
|
|
178
|
+
margin-top: calc(var(--bgl-range-thumb-size) / 2 + 0.5rem) ;
|
|
178
179
|
}
|
|
179
180
|
.range-slider-txt{
|
|
180
|
-
|
|
181
|
+
margin-top: calc(var(--bgl-range-thumb-size) / 2) !important;
|
|
181
182
|
}
|
|
182
183
|
|
|
183
184
|
input[type="range"] {
|
|
@@ -206,8 +207,8 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
206
207
|
}
|
|
207
208
|
|
|
208
209
|
input[type="range"]::-webkit-slider-thumb:hover {
|
|
209
|
-
|
|
210
|
-
|
|
210
|
+
box-shadow: 0 0 0 calc(var(--bgl-range-thumb-size) / 2) color-mix(in srgb, var(--bgl-input-label-active-color, var(--bgl-primary)) 18%, transparent);
|
|
211
|
+
filter: brightness(90%);
|
|
211
212
|
}
|
|
212
213
|
|
|
213
214
|
input[type="range"]:focus::-webkit-slider-thumb {
|
|
@@ -216,7 +217,7 @@ input[type="range"]:focus::-webkit-slider-thumb {
|
|
|
216
217
|
}
|
|
217
218
|
|
|
218
219
|
input[type="range"]:active::-webkit-slider-thumb {
|
|
219
|
-
|
|
220
|
+
cursor: grabbing;
|
|
220
221
|
}
|
|
221
222
|
|
|
222
223
|
.track {
|
|
@@ -226,10 +227,11 @@ input[type="range"]:active::-webkit-slider-thumb {
|
|
|
226
227
|
width: calc(100% - var(--bgl-range-thumb-size));
|
|
227
228
|
}
|
|
228
229
|
@media screen and (max-width: 768px) {
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
}
|
|
230
|
+
.range-slider-position-txt{
|
|
231
|
+
opacity: 1;
|
|
232
|
+
transform: scale(1);
|
|
233
|
+
top: calc(var(--bgl-range-thumb-size) / 1.8) ;
|
|
234
234
|
}
|
|
235
|
+
}
|
|
236
|
+
|
|
235
237
|
</style>
|
|
@@ -255,32 +255,34 @@ function handleOpenAdvanced() {
|
|
|
255
255
|
</template>
|
|
256
256
|
|
|
257
257
|
<style scoped>
|
|
258
|
+
|
|
258
259
|
.toolbar :deep(.active) {
|
|
259
|
-
|
|
260
|
-
|
|
260
|
+
background: var(--bgl-primary);
|
|
261
|
+
color: white !important;
|
|
261
262
|
}
|
|
262
263
|
.toolbar :deep(.active):hover {
|
|
263
|
-
|
|
264
|
-
|
|
264
|
+
background: var(--bgl-primary) !important;
|
|
265
|
+
color: white;
|
|
265
266
|
}
|
|
266
267
|
/* Headings menu styling */
|
|
267
268
|
.toolbar :deep(.dropdown-content) {
|
|
268
|
-
|
|
269
|
+
min-width: 40px;
|
|
269
270
|
}
|
|
270
271
|
|
|
271
272
|
.toolbar :deep(.dropdown-content .btn) {
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
273
|
+
min-width: 32px;
|
|
274
|
+
height: 32px;
|
|
275
|
+
padding: 0;
|
|
275
276
|
}
|
|
276
277
|
/* Alignment active state */
|
|
277
278
|
.alignment-active :deep(button) {
|
|
278
|
-
|
|
279
|
-
|
|
279
|
+
background: var(--bgl-primary) !important;
|
|
280
|
+
color: white !important;
|
|
280
281
|
}
|
|
281
282
|
|
|
282
283
|
.alignment-active :deep(button:hover) {
|
|
283
|
-
|
|
284
|
-
|
|
284
|
+
background: var(--bgl-primary) !important;
|
|
285
|
+
color: white !important;
|
|
285
286
|
}
|
|
287
|
+
|
|
286
288
|
</style>
|
|
@@ -40,17 +40,19 @@ const colSize = computed(() => {
|
|
|
40
40
|
</template>
|
|
41
41
|
|
|
42
42
|
<style scoped>
|
|
43
|
+
|
|
43
44
|
.tableBoxSelect::after {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
45
|
+
content: '';
|
|
46
|
+
display: block;
|
|
47
|
+
width: calc(100% - 4px);
|
|
48
|
+
height: calc(100% - 4px);
|
|
49
|
+
border: 1px solid var(--bgl-gray);
|
|
50
|
+
background: var(--bgl-gray-light);
|
|
50
51
|
|
|
51
52
|
}
|
|
52
53
|
.borderSelect::after {
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
border-color: var(--bgl-primary-tint);
|
|
55
|
+
background: var(--bgl-primary-light);
|
|
55
56
|
}
|
|
57
|
+
|
|
56
58
|
</style>
|