@dative-gpi/foundation-shared-components 1.0.69 → 1.0.71-groupings-2
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/assets/images/map/snow.png +0 -0
- package/components/FSAccordionPanel.vue +40 -21
- package/components/FSBreadcrumbs.vue +21 -12
- package/components/FSButton.vue +11 -9
- package/components/FSCalendar.vue +50 -12
- package/components/FSCalendarTwin.vue +95 -43
- package/components/FSCard.vue +61 -9
- package/components/FSCardPlaceholder.vue +8 -5
- package/components/FSCheckbox.vue +5 -4
- package/components/FSChip.vue +73 -45
- package/components/FSChipGroup.vue +69 -0
- package/components/FSClickable.vue +11 -9
- package/components/FSClock.vue +30 -12
- package/components/FSCol.vue +11 -5
- package/components/FSDialog.vue +2 -1
- package/components/FSDialogContent.vue +12 -11
- package/components/FSDialogForm.vue +22 -2
- package/components/FSDialogFormBody.vue +50 -31
- package/components/FSDialogMenu.vue +17 -8
- package/components/FSDialogMultiFormBody.vue +23 -13
- package/components/FSDialogRemove.vue +7 -8
- package/components/FSDialogSubmit.vue +20 -11
- package/components/FSEditImageUI.vue +13 -5
- package/components/FSFadeOut.vue +53 -21
- package/components/FSForm.vue +10 -8
- package/components/FSGrid.vue +0 -1
- package/components/FSIcon.vue +2 -2
- package/components/FSIconCard.vue +68 -12
- package/components/FSInformationsMenu.vue +142 -0
- package/components/FSInstantPicker.vue +268 -0
- package/components/FSLink.vue +25 -9
- package/components/FSLoader.vue +28 -10
- package/components/FSMenu.vue +47 -0
- package/components/FSOptionGroup.vue +8 -8
- package/components/FSOptionItem.vue +4 -4
- package/components/FSOptionsMenu.vue +165 -0
- package/components/FSPagination.vue +1 -1
- package/components/FSPlayButtons.vue +72 -0
- package/components/FSProgressBar.vue +94 -0
- package/components/FSRadio.vue +5 -4
- package/components/FSRadioGroup.vue +3 -3
- package/components/FSRangePicker.vue +275 -0
- package/components/FSRangeSlider.vue +84 -0
- package/components/FSRouterLink.vue +42 -0
- package/components/FSSlideGroup.vue +9 -7
- package/components/FSSlider.vue +44 -79
- package/components/FSSpan.vue +22 -8
- package/components/FSSwitch.vue +44 -48
- package/components/FSTab.vue +15 -13
- package/components/FSTabs.vue +5 -2
- package/components/FSTag.vue +3 -3
- package/components/FSTagGroup.vue +6 -4
- package/components/FSText.vue +21 -8
- package/components/FSToggleSet.vue +7 -7
- package/components/FSTreeView.vue +107 -0
- package/components/FSWindow.vue +122 -5
- package/components/agenda/FSAgenda.vue +26 -7
- package/components/agenda/FSAgendaDialogCalendar.vue +2 -2
- package/components/agenda/FSAgendaHeader.vue +35 -10
- package/components/agenda/FSAgendaHorizontalEvent.vue +18 -6
- package/components/agenda/FSAgendaHoursRow.vue +48 -8
- package/components/agenda/FSAgendaVerticalEvent.vue +1 -1
- package/components/agenda/FSDayAgenda.vue +0 -1
- package/components/agenda/FSMonthAgenda.vue +1 -6
- package/components/agenda/FSSelectAgendaMode.vue +2 -2
- package/components/agenda/FSWeekAgenda.vue +5 -10
- package/components/autocompletes/FSAutoCompleteAddress.vue +25 -20
- package/components/autocompletes/FSAutocompleteLanguage.vue +7 -1
- package/components/autocompletes/FSAutocompleteTimeZone.vue +7 -1
- package/components/buttons/FSButtonAdd.vue +1 -1
- package/components/buttons/FSButtonAddLabel.vue +1 -1
- package/components/buttons/FSButtonCancel.vue +1 -1
- package/components/buttons/FSButtonCancelLabel.vue +1 -1
- package/components/buttons/FSButtonCheckbox.vue +4 -4
- package/components/buttons/FSButtonCopy.vue +1 -1
- package/components/buttons/FSButtonCopyLabel.vue +1 -1
- package/components/buttons/FSButtonDuplicate.vue +1 -1
- package/components/buttons/FSButtonDuplicateLabel.vue +1 -1
- package/components/buttons/FSButtonEdit.vue +1 -1
- package/components/buttons/FSButtonEditLabel.vue +1 -1
- package/components/buttons/FSButtonFile.vue +1 -1
- package/components/buttons/FSButtonFileLabel.vue +1 -1
- package/components/buttons/FSButtonNext.vue +1 -1
- package/components/buttons/FSButtonNextLabel.vue +1 -1
- package/components/buttons/FSButtonPrevious.vue +1 -1
- package/components/buttons/FSButtonPreviousLabel.vue +1 -1
- package/components/buttons/FSButtonRedo.vue +1 -1
- package/components/buttons/FSButtonRedoLabel.vue +1 -1
- package/components/buttons/FSButtonRemove.vue +1 -1
- package/components/buttons/FSButtonRemoveLabel.vue +1 -1
- package/components/buttons/FSButtonSave.vue +1 -1
- package/components/buttons/FSButtonSaveLabel.vue +1 -1
- package/components/buttons/FSButtonSearch.vue +1 -1
- package/components/buttons/FSButtonSearchLabel.vue +1 -1
- package/components/buttons/FSButtonUndo.vue +1 -1
- package/components/buttons/FSButtonUndoLabel.vue +1 -1
- package/components/buttons/FSButtonUpdate.vue +1 -1
- package/components/buttons/FSButtonUpdateLabel.vue +1 -1
- package/components/buttons/FSButtonValidate.vue +1 -1
- package/components/buttons/FSButtonValidateLabel.vue +1 -1
- package/components/calendar/FSSimpleCalendar.vue +145 -0
- package/components/calendar/FSSimpleCalendarHeader.vue +60 -0
- package/components/calendar/FSSimpleMonthSelector.vue +138 -0
- package/components/carousels/FSCarousel.vue +23 -0
- package/components/carousels/FSCarouselItem.vue +14 -0
- package/components/deviceOrganisations/FSConnectivity.vue +5 -3
- package/components/deviceOrganisations/FSStatus.vue +5 -3
- package/components/deviceOrganisations/FSStatusCard.vue +7 -9
- package/components/deviceOrganisations/FSStatusRichCard.vue +171 -0
- package/components/deviceOrganisations/FSWorstAlert.vue +24 -36
- package/components/deviceOrganisations/FSWorstAlertCard.vue +8 -47
- package/components/fields/FSAutocompleteField.vue +85 -82
- package/components/fields/FSAutocompleteTag.vue +1 -1
- package/components/fields/FSBaseField.vue +42 -25
- package/components/fields/FSClosableSearchField.vue +83 -0
- package/components/fields/FSColorField.vue +12 -10
- package/components/fields/FSCommentField.vue +28 -16
- package/components/fields/FSDateField.vue +13 -10
- package/components/fields/FSDateRangeField.vue +6 -5
- package/components/fields/FSDateTimeField.vue +14 -11
- package/components/fields/FSDateTimeRangeDialog.vue +160 -0
- package/components/fields/FSDateTimeRangeField.vue +23 -115
- package/components/fields/FSEntityFieldUI.vue +19 -16
- package/components/fields/FSGradientField.vue +5 -5
- package/components/fields/FSIconField.vue +16 -9
- package/components/fields/FSMapAddressField.vue +187 -0
- package/components/fields/FSNumberField.vue +8 -4
- package/components/fields/FSPasswordField.vue +7 -7
- package/components/fields/FSPoliciesValidationField.vue +101 -0
- package/components/fields/FSRichTextField.vue +78 -58
- package/components/fields/FSSearchField.vue +9 -115
- package/components/fields/FSSelectField.vue +69 -71
- package/components/fields/FSTagField.vue +9 -9
- package/components/fields/FSTermField.vue +69 -46
- package/components/fields/FSTextArea.vue +17 -11
- package/components/fields/FSTextField.vue +15 -10
- package/components/fields/FSTimeField.vue +14 -10
- package/components/fields/FSTimeRangeField.vue +117 -187
- package/components/fields/FSTimeStepField.vue +5 -5
- package/components/fields/FSTranslateField.vue +10 -10
- package/components/fields/FSTranslateRichTextField.vue +41 -20
- package/components/fields/FSTranslateTextArea.vue +10 -10
- package/components/fields/FSTreeViewField.vue +21 -19
- package/components/fields/periodicField/FSPeriodicDailyField.vue +7 -7
- package/components/fields/periodicField/FSPeriodicField.vue +15 -15
- package/components/fields/periodicField/FSPeriodicMonthlyField.vue +16 -16
- package/components/fields/periodicField/FSPeriodicWeeklyField.vue +28 -18
- package/components/fields/periodicField/FSPeriodicYearlyField.vue +12 -12
- package/components/lists/FSDataIteratorItem.vue +23 -67
- package/components/lists/FSDataTableUI.vue +194 -119
- package/components/lists/FSFilterButton.vue +14 -16
- package/components/lists/FSHeaderButton.vue +11 -9
- package/components/lists/FSHiddenButton.vue +9 -9
- package/components/lists/FSLoadDataTable.vue +10 -7
- package/components/lists/FSSimpleList.vue +95 -88
- package/components/lists/FSSimpleListItem.vue +131 -0
- package/components/map/FSMap.vue +144 -158
- package/components/map/FSMapFeatureGroup.vue +7 -1
- package/components/map/FSMapLayerButton.vue +3 -3
- package/components/map/FSMapMarker.vue +103 -42
- package/components/map/FSMapMarkerClusterGroup.vue +32 -7
- package/components/map/FSMapOverlay.vue +44 -24
- package/components/map/FSMapPolygon.vue +16 -4
- package/components/map/FSMapTileLayer.vue +26 -9
- package/components/map/layers.ts +0 -0
- package/components/selects/FSSelectAutoRefresh.vue +8 -8
- package/components/selects/FSSelectDashboardVariableType.vue +4 -3
- package/components/selects/FSSelectDateSetting.vue +2 -2
- package/components/selects/FSSelectDays.vue +8 -8
- package/components/selects/FSSelectListMode.vue +2 -2
- package/components/selects/FSSelectMapLayer.vue +68 -0
- package/components/selects/FSSelectMonths.vue +13 -13
- package/components/selects/chartSelectors/FSAggregationSelector.vue +52 -0
- package/components/selects/chartSelectors/FSAxisTypeSelector.vue +49 -0
- package/components/selects/chartSelectors/FSDisplayAsSelector.vue +53 -0
- package/components/selects/chartSelectors/FSFilterTypeSelector.vue +54 -0
- package/components/selects/chartSelectors/FSHeatmapRuleSelector.vue +54 -0
- package/components/selects/chartSelectors/FSOperationOnSelector.vue +53 -0
- package/components/selects/chartSelectors/FSPlanningTypeSelector.vue +53 -0
- package/components/selects/chartSelectors/FSSelectEntityType.vue +59 -0
- package/components/selects/chartSelectors/FSSerieTypeSelector.vue +53 -0
- package/components/tiles/FSAlertTileUI.vue +90 -0
- package/components/tiles/FSChartTileUI.vue +61 -52
- package/components/tiles/FSCommentTileUI.vue +38 -13
- package/components/tiles/FSDashboardOrganisationTypeTileUI.vue +14 -2
- package/components/tiles/FSDashboardShallowTileUI.vue +14 -2
- package/components/tiles/FSDeviceOrganisationTileUI.vue +0 -6
- package/components/tiles/FSEntityCountBadge.vue +83 -0
- package/components/tiles/FSFolderTileUI.vue +38 -4
- package/components/tiles/FSGroupTileUI.vue +32 -136
- package/components/tiles/FSGroupingTileUI.vue +52 -0
- package/components/tiles/FSLoadTile.vue +16 -10
- package/components/tiles/FSLocationTileUI.vue +50 -80
- package/components/tiles/FSServiceAccountOrganisationTileUI.vue +0 -6
- package/components/tiles/FSSimpleTileUI.vue +32 -27
- package/components/tiles/FSTile.vue +46 -39
- package/components/tiles/FSUserOrganisationTileUI.vue +1 -7
- package/components/tiles/FSUserTileUI.vue +119 -0
- package/components/toggleSets/FSToggleSetPosition.vue +1 -1
- package/components/views/FSBaseView.vue +64 -0
- package/components/views/FSEntityView.vue +12 -146
- package/components/views/FSSimpleView.vue +29 -0
- package/components/views/desktop/FSBaseDefaultDesktopView.vue +135 -0
- package/components/views/desktop/FSBaseDesktopView.vue +53 -0
- package/components/views/desktop/FSBaseEntityDesktopView.vue +211 -0
- package/components/views/mobile/FSBaseDefaultMobileView.vue +133 -0
- package/components/views/mobile/FSBaseEntityMobileView.vue +206 -0
- package/components/views/mobile/FSBaseMobileView.vue +53 -0
- package/composables/index.ts +1 -1
- package/composables/useAddress.ts +40 -8
- package/composables/useBreakpoints.ts +40 -4
- package/composables/useColors.ts +16 -7
- package/composables/useMapLayers.ts +69 -0
- package/composables/useSlots.ts +2 -1
- package/models/colors.ts +2 -1
- package/models/deviceAlerts.ts +1 -0
- package/models/index.ts +0 -1
- package/models/map.ts +12 -10
- package/models/rules.ts +5 -2
- package/models/tables.ts +2 -1
- package/models/variableNode.ts +8 -5
- package/package.json +5 -5
- package/styles/components/fs_agenda.scss +4 -0
- package/styles/components/fs_agenda_event.scss +1 -1
- package/styles/components/fs_agenda_hours_row.scss +0 -8
- package/styles/components/fs_autocomplete_field.scss +0 -13
- package/styles/components/fs_breadcrumbs.scss +18 -36
- package/styles/components/fs_button.scss +7 -5
- package/styles/components/fs_calendar.scss +1 -0
- package/styles/components/fs_card.scss +9 -0
- package/styles/components/fs_chip.scss +13 -7
- package/styles/components/fs_clickable.scss +16 -23
- package/styles/components/fs_clock.scss +0 -10
- package/styles/components/fs_col.scss +1 -1
- package/styles/components/fs_color_field.scss +0 -4
- package/styles/components/fs_data_table.scss +6 -9
- package/styles/components/fs_dialog.scss +4 -10
- package/styles/components/fs_dialog_menu.scss +4 -2
- package/styles/components/fs_draggable.scss +0 -5
- package/styles/components/fs_fade_out.scss +10 -2
- package/styles/components/fs_filter_button.scss +1 -1
- package/styles/components/fs_hidden_button.scss +2 -7
- package/styles/components/fs_image_card.scss +6 -4
- package/styles/components/fs_magic_config_field.scss +1 -2
- package/styles/components/fs_map.scss +57 -17
- package/styles/components/fs_meta_field.scss +3 -5
- package/styles/components/fs_password_field.scss +4 -2
- package/styles/components/fs_progress_bar.scss +14 -0
- package/styles/components/fs_radio.scss +0 -11
- package/styles/components/fs_rich_text_field.scss +1 -10
- package/styles/components/fs_select_field.scss +4 -13
- package/styles/components/fs_slide_group.scss +3 -1
- package/styles/components/fs_slider.scss +0 -40
- package/styles/components/fs_span.scss +17 -5
- package/styles/components/fs_status_rich_card.scss +6 -0
- package/styles/components/fs_tabs.scss +18 -37
- package/styles/components/fs_tag.scss +8 -22
- package/styles/components/fs_text_area.scss +2 -21
- package/styles/components/fs_tile.scss +0 -19
- package/styles/components/fs_window.scss +3 -1
- package/styles/components/fs_wrap_group.scss +3 -0
- package/styles/components/index.scss +2 -6
- package/styles/globals/index.scss +1 -5
- package/styles/globals/overrides.scss +26 -44
- package/styles/globals/scrollbars.scss +8 -0
- package/styles/globals/text_fonts.scss +18 -66
- package/styles/globals/touchscreen.scss +2 -2
- package/tools/alertsTools.ts +94 -18
- package/tools/chartsTools.ts +156 -16
- package/tools/index.ts +1 -0
- package/tools/reportsTools.ts +38 -0
- package/tools/timeRangeTools.ts +99 -40
- package/utils/badge.ts +9 -5
- package/utils/index.ts +2 -0
- package/utils/leafletMarkers.ts +4 -4
- package/utils/operations.ts +108 -0
- package/utils/picker.ts +40 -0
- package/utils/sort.ts +2 -2
- package/utils/time.ts +13 -13
- package/components/fields/FSMagicConfigField.vue +0 -163
- package/components/fields/FSMagicField.vue +0 -193
- package/components/fields/FSTimeSlotField.vue +0 -250
- package/components/views/FSEntityHeader.vue +0 -343
- package/components/views/FSListHeader.vue +0 -83
- package/components/views/FSListView.vue +0 -83
- package/components/views/FSSkeletonView.vue +0 -100
- package/composables/useMagicFieldProvider.ts +0 -23
- package/models/magicFields.ts +0 -10
- package/styles/components/fs_data_iterator_item.scss +0 -33
- package/styles/components/fs_icon_field.scss +0 -12
- package/styles/components/fs_search_field.scss +0 -3
- package/styles/components/fs_tag_field.scss +0 -8
- package/styles/components/fs_time_field.scss +0 -12
- package/styles/components/fs_timeslot_field.scss +0 -12
- package/styles/globals/breakpoints.scss +0 -20
- package/styles/globals/fixes.scss +0 -5
|
@@ -2,17 +2,9 @@
|
|
|
2
2
|
display: flex !important;
|
|
3
3
|
width: 100% !important;
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
min-height: 48px;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
@include mobile {
|
|
12
|
-
height: 40px !important;
|
|
13
|
-
max-height: 40px;
|
|
14
|
-
min-height: 40px;
|
|
15
|
-
}
|
|
5
|
+
height: var(--fs-tab-height) !important;
|
|
6
|
+
max-height: var(--fs-tab-height);
|
|
7
|
+
min-height: var(--fs-tab-height);
|
|
16
8
|
}
|
|
17
9
|
|
|
18
10
|
.fs-tab {
|
|
@@ -23,25 +15,19 @@
|
|
|
23
15
|
align-items: center !important;
|
|
24
16
|
display: flex;
|
|
25
17
|
|
|
18
|
+
height: var(--fs-tab-height) !important;
|
|
19
|
+
max-height: var(--fs-tab-height);
|
|
20
|
+
min-height: var(--fs-tab-height);
|
|
21
|
+
|
|
26
22
|
& .fs-tab-label {
|
|
27
23
|
@extend .text-button;
|
|
28
24
|
}
|
|
29
25
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
@include web {
|
|
36
|
-
height: 48px !important;
|
|
37
|
-
max-height: 48px;
|
|
38
|
-
min-height: 48px;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
@include mobile {
|
|
42
|
-
height: 40px !important;
|
|
43
|
-
max-height: 40px;
|
|
44
|
-
min-height: 40px;
|
|
26
|
+
@include clickscreen {
|
|
27
|
+
&:hover {
|
|
28
|
+
border-bottom: 1px solid var(--fs-tab-hover-border-color) !important;
|
|
29
|
+
color: var(--fs-group-hover-color) !important;
|
|
30
|
+
}
|
|
45
31
|
}
|
|
46
32
|
}
|
|
47
33
|
|
|
@@ -50,8 +36,10 @@
|
|
|
50
36
|
color: var(--fs-group-hover-color) !important;
|
|
51
37
|
border-bottom: 0 !important;
|
|
52
38
|
|
|
53
|
-
|
|
54
|
-
|
|
39
|
+
@include clickscreen {
|
|
40
|
+
&:hover {
|
|
41
|
+
border-bottom: 0 !important;
|
|
42
|
+
}
|
|
55
43
|
}
|
|
56
44
|
}
|
|
57
45
|
|
|
@@ -64,13 +52,6 @@
|
|
|
64
52
|
align-items: center;
|
|
65
53
|
justify-content: center;
|
|
66
54
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
height: 28px;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
@include mobile {
|
|
73
|
-
min-width: 24px;
|
|
74
|
-
height: 24px;
|
|
75
|
-
}
|
|
55
|
+
min-width: var(--fs-tab-tag-size);
|
|
56
|
+
height: var(--fs-tab-tag-size);
|
|
76
57
|
}
|
|
@@ -3,14 +3,6 @@
|
|
|
3
3
|
border-radius: 2px !important;
|
|
4
4
|
background-color: var(--fs-tag-background-color) !important;
|
|
5
5
|
color: var(--fs-tag-color) !important;
|
|
6
|
-
|
|
7
|
-
@include web {
|
|
8
|
-
height: 28px !important;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
@include mobile {
|
|
12
|
-
height: 24px !important;
|
|
13
|
-
}
|
|
14
6
|
}
|
|
15
7
|
|
|
16
8
|
.fs-tag-button {
|
|
@@ -21,25 +13,19 @@
|
|
|
21
13
|
background-color: var(--fs-tag-background-color) !important;
|
|
22
14
|
color: var(--fs-tag-color) !important;
|
|
23
15
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
16
|
+
min-width: 20px !important;
|
|
17
|
+
width: 20px !important;
|
|
18
|
+
height: 20px !important;
|
|
28
19
|
|
|
29
20
|
&:active {
|
|
30
21
|
background-color: var(--fs-tag-active-background-color) !important;
|
|
31
22
|
color: var(--fs-tag-active-color) !important;
|
|
32
23
|
}
|
|
33
24
|
|
|
34
|
-
@include
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
@include mobile {
|
|
41
|
-
min-width: 20px !important;
|
|
42
|
-
width: 20px !important;
|
|
43
|
-
height: 16px !important;
|
|
25
|
+
@include clickscreen {
|
|
26
|
+
&:hover {
|
|
27
|
+
background-color: var(--fs-tag-hover-background-color) !important;
|
|
28
|
+
color: var(--fs-tag-hover-color) !important;
|
|
29
|
+
}
|
|
44
30
|
}
|
|
45
31
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.fs-text-area:not(.fs-text-area-auto-grow) {
|
|
2
2
|
& > .v-input__control > .v-field {
|
|
3
3
|
border: 1px solid var(--fs-text-area-border-color) !important;
|
|
4
|
+
padding: var(--fs-text-area-padding) !important;
|
|
4
5
|
|
|
5
6
|
&--error {
|
|
6
7
|
border-color: var(--fs-text-area-error-border-color) !important;
|
|
@@ -24,18 +25,6 @@
|
|
|
24
25
|
color: var(--fs-text-area-color);
|
|
25
26
|
padding: 0;
|
|
26
27
|
}
|
|
27
|
-
|
|
28
|
-
& > .v-field__clearable {
|
|
29
|
-
align-items: flex-start;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
@include web {
|
|
33
|
-
padding: 11px 16px !important;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
@include mobile {
|
|
37
|
-
padding: 10px 16px !important;
|
|
38
|
-
}
|
|
39
28
|
}
|
|
40
29
|
|
|
41
30
|
& > .v-input__append {
|
|
@@ -46,7 +35,7 @@
|
|
|
46
35
|
.fs-text-area-auto-grow {
|
|
47
36
|
& > .v-input__control > .v-field {
|
|
48
37
|
border: 1px solid var(--fs-text-area-border-color) !important;
|
|
49
|
-
padding:
|
|
38
|
+
padding: var(--fs-text-area-padding) !important;
|
|
50
39
|
|
|
51
40
|
&--error {
|
|
52
41
|
border-color: var(--fs-text-area-error-border-color) !important;
|
|
@@ -72,14 +61,6 @@
|
|
|
72
61
|
& > .v-field__clearable {
|
|
73
62
|
align-items: flex-start;
|
|
74
63
|
}
|
|
75
|
-
|
|
76
|
-
@include web {
|
|
77
|
-
padding: 11px 16px !important;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
@include mobile {
|
|
81
|
-
padding: 10px 16px !important;
|
|
82
|
-
}
|
|
83
64
|
}
|
|
84
65
|
|
|
85
66
|
& > .v-input__append {
|
|
@@ -25,25 +25,6 @@
|
|
|
25
25
|
background: var(--fs-tile-left-border-color);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.fs-tile-checkbox {
|
|
29
|
-
border-radius: 4px;
|
|
30
|
-
position: absolute;
|
|
31
|
-
align-items: center;
|
|
32
|
-
justify-content: center;
|
|
33
|
-
top: 1px;
|
|
34
|
-
right: 1px;
|
|
35
|
-
|
|
36
|
-
@include web {
|
|
37
|
-
width: 40px;
|
|
38
|
-
height: 40px;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
@include mobile {
|
|
42
|
-
width: 32px;
|
|
43
|
-
height: 32px;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
28
|
.fs-location-tile-text-container {
|
|
48
29
|
min-width: 0;
|
|
49
30
|
}
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
@import "fs_color.scss";
|
|
20
20
|
@import "fs_color_icon.scss";
|
|
21
21
|
@import "fs_data_table.scss";
|
|
22
|
-
@import "fs_data_iterator_item.scss";
|
|
23
22
|
@import "fs_dialog_menu.scss";
|
|
24
23
|
@import "fs_dialog.scss";
|
|
25
24
|
@import "fs_divider.scss";
|
|
@@ -33,7 +32,6 @@
|
|
|
33
32
|
@import "fs_grid.scss";
|
|
34
33
|
@import "fs_header_button.scss";
|
|
35
34
|
@import "fs_hidden_button.scss";
|
|
36
|
-
@import "fs_icon_field.scss";
|
|
37
35
|
@import "fs_icon.scss";
|
|
38
36
|
@import "fs_image.scss";
|
|
39
37
|
@import "fs_image_card.scss";
|
|
@@ -48,24 +46,22 @@
|
|
|
48
46
|
@import "fs_option_group.scss";
|
|
49
47
|
@import "fs_pagination.scss";
|
|
50
48
|
@import "fs_password_field.scss";
|
|
49
|
+
@import "fs_progress_bar.scss";
|
|
51
50
|
@import "fs_radio.scss";
|
|
52
51
|
@import "fs_rich_text_field.scss";
|
|
53
52
|
@import "fs_row.scss";
|
|
54
|
-
@import "fs_search_field.scss";
|
|
55
53
|
@import "fs_select_field.scss";
|
|
56
54
|
@import "fs_slide_group.scss";
|
|
57
55
|
@import "fs_slider.scss";
|
|
58
56
|
@import "fs_span.scss";
|
|
57
|
+
@import "fs_status_rich_card.scss";
|
|
59
58
|
@import "fs_switch.scss";
|
|
60
59
|
@import "fs_tag.scss";
|
|
61
60
|
@import "fs_tabs.scss";
|
|
62
|
-
@import "fs_tag_field.scss";
|
|
63
61
|
@import "fs_text_area.scss";
|
|
64
62
|
@import "fs_text_field.scss";
|
|
65
63
|
@import "fs_text.scss";
|
|
66
64
|
@import "fs_tile.scss";
|
|
67
|
-
@import "fs_time_field.scss";
|
|
68
|
-
@import "fs_timeslot_field.scss";
|
|
69
65
|
@import "fs_tooltip.scss";
|
|
70
66
|
@import "fs_translate_field.scss";
|
|
71
67
|
@import "fs_tree_view_field.scss";
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
// Warning: Imports are loaded in order. If you need to use a variable / property / mixin, import it after the file that defines it
|
|
2
|
-
@import 'breakpoints.scss';
|
|
3
2
|
@import 'text_fonts.scss';
|
|
4
3
|
@import 'touchscreen.scss';
|
|
5
4
|
@import 'scrollbars.scss';
|
|
6
|
-
@import 'overrides.scss';
|
|
7
|
-
|
|
8
|
-
// Find a better way to fix this
|
|
9
|
-
@import 'fixes.scss';
|
|
5
|
+
@import 'overrides.scss';
|
|
@@ -45,16 +45,6 @@
|
|
|
45
45
|
width: 100%;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
&.v-checkbox {
|
|
49
|
-
@include web {
|
|
50
|
-
min-width: 24px;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
@include mobile {
|
|
54
|
-
min-width: 20px;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
48
|
&:has(.v-input__control):has(.v-input__append) > .v-input__append {
|
|
59
49
|
margin-inline-start: 8px !important;
|
|
60
50
|
}
|
|
@@ -90,29 +80,27 @@
|
|
|
90
80
|
}
|
|
91
81
|
}
|
|
92
82
|
|
|
93
|
-
&:not(.fs-text-area) > .v-input__control > .v-field {
|
|
94
|
-
|
|
83
|
+
&:not(.fs-text-area) > .v-input__control > .v-field > .v-field__field {
|
|
84
|
+
min-height: var(--fs-base-field-input-height) !important;
|
|
85
|
+
height: var(--fs-base-field-input-height) !important;
|
|
95
86
|
|
|
96
|
-
& > .v-
|
|
97
|
-
|
|
87
|
+
& > .v-field__input {
|
|
88
|
+
min-height: var(--fs-base-field-input-height) !important;
|
|
89
|
+
height: var(--fs-base-field-input-height) !important;
|
|
98
90
|
|
|
99
91
|
padding-bottom: 0px !important;
|
|
100
92
|
padding-inline: 0px !important;
|
|
101
93
|
padding-top: 0px !important;
|
|
102
94
|
flex-wrap: nowrap;
|
|
103
95
|
overflow: hidden;
|
|
104
|
-
|
|
105
|
-
@
|
|
106
|
-
min-height: 38px !important;
|
|
107
|
-
height: 38px !important;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
@include mobile {
|
|
111
|
-
min-height: 34px !important;
|
|
112
|
-
height: 34px !important;
|
|
113
|
-
}
|
|
96
|
+
|
|
97
|
+
@extend .text-body;
|
|
114
98
|
}
|
|
115
99
|
}
|
|
100
|
+
|
|
101
|
+
&:not(.fs-text-area):not(.fs-clock-field) > .v-input__control > .v-field {
|
|
102
|
+
padding: 0 12px 0 16px !important;
|
|
103
|
+
}
|
|
116
104
|
}
|
|
117
105
|
|
|
118
106
|
// If there is a prepend, it has a padding on the right and an opacity of 100%
|
|
@@ -141,26 +129,24 @@
|
|
|
141
129
|
.v-text-field__suffix {
|
|
142
130
|
padding: 0 8px 0 0 !important;
|
|
143
131
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
height: 38px !important;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
@include mobile {
|
|
150
|
-
min-height: 34px !important;
|
|
151
|
-
height: 34px !important;
|
|
152
|
-
}
|
|
132
|
+
min-height: var(--fs-base-field-input-height) !important;
|
|
133
|
+
height: var(--fs-base-field-input-height) !important;
|
|
153
134
|
|
|
154
135
|
& > .v-text-field__suffix__text {
|
|
155
136
|
@extend .text-body;
|
|
156
137
|
}
|
|
157
138
|
}
|
|
158
139
|
|
|
159
|
-
// Ellipsis on input of all fields
|
|
160
140
|
input {
|
|
141
|
+
// Ellipsis on all fields
|
|
161
142
|
text-overflow: ellipsis;
|
|
162
143
|
}
|
|
163
144
|
|
|
145
|
+
input, select, textarea {
|
|
146
|
+
// No zoom on focus for user of a certain version of Chrome, and who ask their mobile to zoom if font-size < 16px
|
|
147
|
+
touch-action: none;
|
|
148
|
+
}
|
|
149
|
+
|
|
164
150
|
// No up / down buttons in input field of type number
|
|
165
151
|
input[type=number] {
|
|
166
152
|
-moz-appearance: textfield;
|
|
@@ -196,13 +182,7 @@ $nthOverlay: 25;
|
|
|
196
182
|
}
|
|
197
183
|
|
|
198
184
|
& > .v-icon {
|
|
199
|
-
|
|
200
|
-
font-size: 24px !important;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
@include mobile {
|
|
204
|
-
font-size: 20px !important;
|
|
205
|
-
}
|
|
185
|
+
font-size: var(--fs-group-icon-size) !important;
|
|
206
186
|
}
|
|
207
187
|
}
|
|
208
188
|
|
|
@@ -212,9 +192,11 @@ $nthOverlay: 25;
|
|
|
212
192
|
}
|
|
213
193
|
|
|
214
194
|
// Change color on arrows when hovered
|
|
215
|
-
|
|
216
|
-
.v-slide-
|
|
217
|
-
|
|
195
|
+
@include clickscreen {
|
|
196
|
+
.v-slide-group__prev:hover,
|
|
197
|
+
.v-slide-group__next:hover {
|
|
198
|
+
color: var(--fs-group-hover-color);
|
|
199
|
+
}
|
|
218
200
|
}
|
|
219
201
|
|
|
220
202
|
/***************************************************************************/
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
.fs-hide-x-scrollbar {
|
|
15
15
|
overflow-x: scroll !important;
|
|
16
16
|
|
|
17
|
+
// Styles pour WebKit (Chrome, Safari)
|
|
17
18
|
&::-webkit-scrollbar {
|
|
18
19
|
height: 8px;
|
|
19
20
|
}
|
|
@@ -25,11 +26,15 @@
|
|
|
25
26
|
&:hover {
|
|
26
27
|
--scrollbar-x-color: #00000022;
|
|
27
28
|
}
|
|
29
|
+
&:not(:hover) {
|
|
30
|
+
--scrollbar-y-color: #00000000;
|
|
31
|
+
}
|
|
28
32
|
}
|
|
29
33
|
|
|
30
34
|
.fs-hide-y-scrollbar {
|
|
31
35
|
overflow-y: scroll !important;
|
|
32
36
|
|
|
37
|
+
// Styles pour WebKit (Chrome, Safari)
|
|
33
38
|
&::-webkit-scrollbar {
|
|
34
39
|
width: 8px;
|
|
35
40
|
}
|
|
@@ -41,6 +46,9 @@
|
|
|
41
46
|
&:hover {
|
|
42
47
|
--scrollbar-y-color: #00000022;
|
|
43
48
|
}
|
|
49
|
+
&:not(:hover) {
|
|
50
|
+
--scrollbar-y-color: #00000000;
|
|
51
|
+
}
|
|
44
52
|
}
|
|
45
53
|
}
|
|
46
54
|
|
|
@@ -7,17 +7,9 @@
|
|
|
7
7
|
font-style: normal !important;
|
|
8
8
|
font-weight: 700 !important;
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
letter-spacing: -0.72px !important;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
@include mobile {
|
|
17
|
-
font-size: 28px !important;
|
|
18
|
-
line-height: 32px !important;
|
|
19
|
-
letter-spacing: -1.4px !important;
|
|
20
|
-
}
|
|
10
|
+
font-size: var(--fs-font-h1-font-size) !important;
|
|
11
|
+
line-height: var(--fs-font-h1-line-height) !important;
|
|
12
|
+
letter-spacing: var(--fs-font-h1-letter-spacing) !important;
|
|
21
13
|
}
|
|
22
14
|
|
|
23
15
|
.text-h2 {
|
|
@@ -25,17 +17,9 @@
|
|
|
25
17
|
font-style: normal !important;
|
|
26
18
|
font-weight: 600 !important;
|
|
27
19
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
letter-spacing: -0.78px !important;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
@include mobile {
|
|
35
|
-
font-size: 22px !important;
|
|
36
|
-
line-height: 24px !important;
|
|
37
|
-
letter-spacing: -0.88px !important;
|
|
38
|
-
}
|
|
20
|
+
font-size: var(--fs-font-h2-font-size) !important;
|
|
21
|
+
line-height: var(--fs-font-h2-line-height) !important;
|
|
22
|
+
letter-spacing: var(--fs-font-h2-letter-spacing) !important;
|
|
39
23
|
}
|
|
40
24
|
|
|
41
25
|
.text-h3 {
|
|
@@ -43,17 +27,9 @@
|
|
|
43
27
|
font-style: normal !important;
|
|
44
28
|
font-weight: 600 !important;
|
|
45
29
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
letter-spacing: -0.6px !important;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
@include mobile {
|
|
53
|
-
font-size: 16px !important;
|
|
54
|
-
line-height: 20px !important;
|
|
55
|
-
letter-spacing: -0.48px !important;
|
|
56
|
-
}
|
|
30
|
+
font-size: var(--fs-font-h3-font-size) !important;
|
|
31
|
+
line-height: var(--fs-font-h3-line-height) !important;
|
|
32
|
+
letter-spacing: var(--fs-font-h3-letter-spacing) !important;
|
|
57
33
|
}
|
|
58
34
|
|
|
59
35
|
.text-body {
|
|
@@ -62,17 +38,9 @@
|
|
|
62
38
|
font-weight: 500 !important;
|
|
63
39
|
text-transform: none !important;
|
|
64
40
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
letter-spacing: -0.42px !important;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
@include mobile {
|
|
72
|
-
font-size: 12px !important;
|
|
73
|
-
line-height: 16px !important;
|
|
74
|
-
letter-spacing: -0.36px !important;
|
|
75
|
-
}
|
|
41
|
+
font-size: var(--fs-font-body-font-size) !important;
|
|
42
|
+
line-height: var(--fs-font-body-line-height) !important;
|
|
43
|
+
letter-spacing: var(--fs-font-body-letter-spacing) !important;
|
|
76
44
|
}
|
|
77
45
|
|
|
78
46
|
.text-button {
|
|
@@ -81,17 +49,9 @@
|
|
|
81
49
|
font-weight: 700 !important;
|
|
82
50
|
text-transform: none !important;
|
|
83
51
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
letter-spacing: -0.42px !important;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
@include mobile {
|
|
91
|
-
font-size: 12px !important;
|
|
92
|
-
line-height: 16px !important;
|
|
93
|
-
letter-spacing: -0.36px !important;
|
|
94
|
-
}
|
|
52
|
+
font-size: var(--fs-font-button-font-size) !important;
|
|
53
|
+
line-height: var(--fs-font-button-line-height) !important;
|
|
54
|
+
letter-spacing: var(--fs-font-button-letter-spacing) !important;
|
|
95
55
|
}
|
|
96
56
|
|
|
97
57
|
.text-overline {
|
|
@@ -100,15 +60,7 @@
|
|
|
100
60
|
text-transform: none !important;
|
|
101
61
|
font-weight: 600 !important;
|
|
102
62
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
letter-spacing: 0 !important;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
@include mobile {
|
|
110
|
-
font-size: 10px !important;
|
|
111
|
-
line-height: 16px !important;
|
|
112
|
-
letter-spacing: 0 !important;
|
|
113
|
-
}
|
|
63
|
+
font-size: var(--fs-font-overline-font-size) !important;
|
|
64
|
+
line-height: var(--fs-font-overline-line-height) !important;
|
|
65
|
+
letter-spacing: var(--fs-font-overline-letter-spacing) !important;
|
|
114
66
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@mixin touchscreen {
|
|
2
|
-
@media (hover: none) {
|
|
2
|
+
@media (hover: none), (pointer: coarse), (pointer: none) {
|
|
3
3
|
@content;
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
@mixin clickscreen {
|
|
8
|
-
@media
|
|
8
|
+
@media (hover: hover), (pointer: fine) {
|
|
9
9
|
@content;
|
|
10
10
|
}
|
|
11
11
|
}
|