@dative-gpi/foundation-shared-components 1.0.26 → 1.0.28-remove-deprecated2
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/components/FSBreadcrumbs.vue +1 -0
- package/components/FSButton.vue +10 -10
- package/components/FSCalendar.vue +52 -14
- package/components/FSCalendarTwin.vue +96 -40
- package/components/FSCard.vue +28 -7
- package/components/FSCardPlaceholder.vue +8 -5
- package/components/FSChip.vue +12 -2
- package/components/FSClickable.vue +20 -12
- package/components/FSClock.vue +16 -7
- package/components/FSColorIcon.vue +23 -5
- package/components/FSDialog.vue +2 -1
- package/components/FSDialogContent.vue +12 -11
- package/components/FSDialogForm.vue +22 -2
- package/components/FSDialogFormBody.vue +51 -32
- package/components/FSDialogMultiFormBody.vue +79 -56
- package/components/FSDialogRemove.vue +7 -7
- package/components/FSDialogSubmit.vue +20 -11
- package/components/FSEditImage.vue +1 -1
- package/components/FSEditImageUI.vue +20 -10
- package/components/FSFadeOut.vue +44 -18
- package/components/FSForm.vue +10 -8
- package/components/FSGrid.vue +1 -1
- package/components/FSIcon.vue +2 -1
- package/components/FSIconCard.vue +21 -4
- package/components/FSImage.vue +12 -4
- package/components/FSImageUI.vue +8 -15
- package/components/FSLink.vue +25 -9
- package/components/FSLoader.vue +28 -11
- package/components/FSOptionGroup.vue +51 -3
- package/components/FSRouterLink.vue +42 -0
- package/components/FSSlideGroup.vue +19 -5
- package/components/FSSpan.vue +9 -2
- package/components/FSSwitch.vue +57 -27
- package/components/FSTab.vue +15 -13
- package/components/FSTabs.vue +32 -7
- package/components/FSTag.vue +14 -3
- package/components/FSTagGroup.vue +1 -1
- package/components/FSText.vue +4 -2
- package/components/FSWindow.vue +128 -4
- package/components/FSWrapGroup.vue +13 -1
- package/components/agenda/FSAgenda.vue +223 -0
- package/components/agenda/FSAgendaDialogCalendar.vue +76 -0
- package/components/agenda/FSAgendaHeader.vue +215 -0
- package/components/agenda/FSAgendaHorizontalEvent.vue +174 -0
- package/components/agenda/FSAgendaHorizontalTimeLineMarker.vue +46 -0
- package/components/agenda/FSAgendaHoursCol.vue +103 -0
- package/components/agenda/FSAgendaHoursRow.vue +164 -0
- package/components/agenda/FSAgendaVerticalEvent.vue +160 -0
- package/components/agenda/FSAgendaVerticalTimeLineMarker.vue +46 -0
- package/components/agenda/FSDayAgenda.vue +199 -0
- package/components/agenda/FSMonthAgenda.vue +252 -0
- package/components/agenda/FSSelectAgendaMode.vue +54 -0
- package/components/agenda/FSWeekAgenda.vue +323 -0
- package/components/autocompletes/FSAutoCompleteAddress.vue +22 -20
- package/components/autocompletes/FSAutocompleteLanguage.vue +24 -39
- package/components/autocompletes/FSAutocompleteTimeZone.vue +26 -38
- 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/FSButtonCopy.vue +28 -0
- package/components/buttons/FSButtonCopyIcon.vue +28 -0
- package/components/buttons/FSButtonCopyLabel.vue +27 -0
- package/components/buttons/FSButtonCopyMini.vue +28 -0
- package/components/buttons/FSButtonDragIcon.vue +27 -0
- 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/deviceOrganisations/FSConnectivity.vue +11 -1
- package/components/deviceOrganisations/FSConnectivityCard.vue +19 -47
- package/components/deviceOrganisations/FSStatus.vue +11 -1
- package/components/deviceOrganisations/FSStatusCard.vue +35 -61
- package/components/deviceOrganisations/FSStatusesCarousel.vue +1 -0
- package/components/deviceOrganisations/FSStatusesRow.vue +9 -3
- package/components/deviceOrganisations/FSWorstAlert.vue +30 -37
- package/components/deviceOrganisations/FSWorstAlertCard.vue +36 -85
- package/components/fields/FSAutocompleteField.vue +516 -341
- package/components/fields/FSAutocompleteTag.vue +100 -0
- package/components/fields/FSBaseField.vue +44 -27
- package/components/fields/FSColorField.vue +42 -39
- package/components/fields/FSCommentField.vue +105 -0
- package/components/fields/FSDateField.vue +2 -2
- package/components/fields/FSDateRangeField.vue +3 -2
- package/components/fields/FSDateTimeField.vue +4 -3
- package/components/fields/FSDateTimeRangeField.vue +8 -6
- package/components/fields/FSEntityFieldUI.vue +271 -0
- package/components/fields/FSGradientField.vue +27 -33
- package/components/fields/FSIconField.vue +0 -1
- package/components/fields/FSMagicConfigField.vue +34 -19
- package/components/fields/FSMagicField.vue +9 -4
- package/components/fields/FSNumberField.vue +13 -6
- package/components/fields/FSRichTextField.vue +102 -52
- package/components/fields/FSSearchField.vue +9 -115
- package/components/fields/FSSelectField.vue +489 -252
- package/components/fields/FSTagField.vue +1 -1
- package/components/fields/FSTermField.vue +33 -11
- package/components/fields/FSTextArea.vue +26 -7
- package/components/fields/FSTextField.vue +19 -10
- package/components/fields/FSTimeRangeField.vue +304 -0
- package/components/fields/FSTimeStepField.vue +3 -3
- package/components/fields/FSTranslateField.vue +4 -3
- package/components/fields/FSTranslateRichTextField.vue +15 -10
- package/components/fields/FSTranslateTextArea.vue +233 -0
- package/components/fields/FSTreeViewField.vue +3 -3
- package/components/fields/periodicField/FSPeriodicDailyField.vue +120 -0
- package/components/fields/periodicField/FSPeriodicField.vue +131 -0
- package/components/fields/periodicField/FSPeriodicMonthlyField.vue +222 -0
- package/components/fields/periodicField/FSPeriodicWeeklyField.vue +120 -0
- package/components/fields/periodicField/FSPeriodicYearlyField.vue +144 -0
- package/components/lists/FSDataTableUI.vue +148 -89
- package/components/lists/FSDraggable.vue +2 -2
- package/components/lists/FSFilterButton.vue +23 -28
- package/components/lists/FSHeaderButton.vue +4 -4
- package/components/lists/FSHiddenButton.vue +11 -15
- package/components/lists/FSLoadDataTable.vue +10 -7
- package/components/lists/FSSimpleList.vue +234 -0
- package/components/lists/FSSimpleListItem.vue +132 -0
- package/components/map/FSMap.vue +280 -399
- package/components/map/FSMapFeatureGroup.vue +51 -0
- package/components/map/FSMapLayerButton.vue +5 -5
- package/components/map/FSMapMarker.vue +120 -0
- package/components/map/FSMapMarkerClusterGroup.vue +72 -0
- package/components/map/FSMapOverlay.vue +70 -82
- package/components/map/FSMapPolygon.vue +81 -0
- package/components/map/FSMapTileLayer.vue +50 -0
- package/components/map/keys.ts +4 -0
- package/components/selects/FSSelectAutoRefresh.vue +9 -9
- package/components/selects/FSSelectDashboardVariableType.vue +5 -4
- package/components/selects/FSSelectDateSetting.vue +3 -2
- package/components/selects/FSSelectDays.vue +9 -9
- package/components/selects/FSSelectListMode.vue +51 -0
- package/components/selects/FSSelectMonths.vue +67 -0
- 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/FSPlotPerSelector.vue +52 -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/FSChartTile.vue +73 -0
- package/components/tiles/FSChartTileUI.vue +111 -0
- package/components/tiles/FSCommentTileUI.vue +174 -0
- package/components/tiles/FSDeviceOrganisationTileUI.vue +6 -0
- package/components/tiles/FSGroupTileUI.vue +2 -2
- package/components/tiles/FSLoadTile.vue +2 -0
- package/components/tiles/FSLocationTileUI.vue +192 -0
- package/components/tiles/FSModelTileUI.vue +18 -0
- package/components/tiles/FSSimpleTileUI.vue +9 -4
- package/components/tiles/FSTile.vue +93 -74
- package/components/tiles/FSUserOrganisationTileUI.vue +1 -1
- package/components/toggleSets/FSToggleSetPosition.vue +2 -2
- package/components/views/FSBaseView.vue +64 -0
- package/components/views/FSEntityView.vue +12 -140
- package/components/views/FSSimpleView.vue +29 -0
- package/components/views/desktop/FSBaseDefaultDesktopView.vue +134 -0
- package/components/views/desktop/FSBaseDesktopView.vue +53 -0
- package/components/views/desktop/FSBaseEntityDesktopView.vue +208 -0
- package/components/views/mobile/FSBaseDefaultMobileView.vue +132 -0
- package/components/views/mobile/FSBaseEntityMobileView.vue +198 -0
- package/components/views/mobile/FSBaseMobileView.vue +53 -0
- package/composables/useAddress.ts +2 -2
- package/composables/useBreakpoints.ts +39 -3
- package/composables/useColors.ts +3 -2
- package/composables/useMagicFieldProvider.ts +1 -0
- package/models/agenda.ts +9 -0
- package/models/deviceAlerts.ts +1 -1
- package/models/deviceConnectivities.ts +1 -1
- package/models/index.ts +1 -0
- package/models/magicFields.ts +1 -0
- package/models/map.ts +2 -2
- package/models/rules.ts +5 -5
- package/models/tables.ts +5 -2
- package/models/variableNode.ts +8 -5
- package/package.json +5 -5
- package/styles/components/fs_agenda.scss +36 -0
- package/styles/components/fs_agenda_event.scss +41 -0
- package/styles/components/fs_agenda_hours_col.scss +4 -0
- package/styles/components/fs_agenda_hours_row.scss +5 -0
- package/styles/components/fs_agenda_time_line_marker.scss +19 -0
- package/styles/components/fs_autocomplete_field.scss +0 -13
- package/styles/components/fs_breadcrumbs.scss +6 -12
- package/styles/components/fs_card.scss +0 -1
- package/styles/components/fs_clickable.scss +7 -14
- package/styles/components/fs_clock.scss +0 -10
- package/styles/components/fs_color_field.scss +1 -4
- package/styles/components/fs_data_table.scss +6 -9
- package/styles/components/fs_dialog.scss +7 -17
- package/styles/components/fs_edit_image.scss +8 -0
- package/styles/components/fs_fade_out.scss +11 -2
- package/styles/components/fs_filter_button.scss +1 -6
- package/styles/components/fs_gradient_field.scss +11 -11
- package/styles/components/fs_hidden_button.scss +2 -7
- package/styles/components/fs_image_card.scss +1 -1
- package/styles/components/fs_magic_config_field.scss +1 -2
- package/styles/components/fs_map.scss +36 -30
- package/styles/components/fs_meta_field.scss +3 -5
- package/styles/components/fs_option_group.scss +15 -5
- package/styles/components/fs_rich_text_field.scss +1 -9
- package/styles/components/fs_select_date_settings.scss +3 -0
- package/styles/components/fs_select_field.scss +0 -13
- package/styles/components/fs_slide_group.scss +7 -0
- package/styles/components/fs_span.scss +2 -1
- package/styles/components/fs_switch.scss +1 -0
- package/styles/components/fs_tabs.scss +10 -24
- package/styles/components/fs_tag.scss +3 -19
- package/styles/components/fs_text_area.scss +13 -17
- package/styles/components/fs_tile.scss +21 -15
- package/styles/components/fs_window.scss +7 -0
- package/styles/components/fs_wrap_group.scss +7 -0
- package/styles/components/index.scss +5 -5
- package/styles/globals/index.scss +1 -5
- package/styles/globals/overrides.scss +17 -57
- package/styles/globals/text_fonts.scss +18 -66
- package/tools/alertsTools.ts +69 -0
- package/tools/chartsTools.ts +427 -0
- package/tools/index.ts +3 -0
- package/tools/timeRangeTools.ts +125 -0
- package/utils/filter.ts +18 -0
- package/utils/index.ts +1 -0
- package/utils/leafletMarkers.ts +9 -3
- package/utils/sort.ts +2 -2
- package/utils/statuses.ts +1 -1
- package/utils/time.ts +17 -17
- package/components/autocompletes/FSAutocompleteTag.vue +0 -138
- package/components/fields/FSTimeSlotField.vue +0 -250
- package/components/map/FSMapEditPointAddressOverlay.vue +0 -164
- package/components/views/FSEntityHeader.vue +0 -350
- package/components/views/FSListHeader.vue +0 -83
- package/components/views/FSListView.vue +0 -83
- package/components/views/FSSkeletonView.vue +0 -100
- package/styles/components/fs_icon_field.scss +0 -12
- package/styles/components/fs_map_overlay.scss +0 -38
- 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
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
.fs-agenda-view {
|
|
2
|
+
min-height: 0;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.fs-agenda-label-day-container {
|
|
6
|
+
flex-shrink: 0;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.fs-agenda-label-day {
|
|
10
|
+
border-bottom: 1px solid var(--fs-agenda-label-day-border-bottom-color);
|
|
11
|
+
border-right: 1px solid var(--fs-agenda-label-day-border-right-color);
|
|
12
|
+
min-height: 0px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.fs-agenda-label-day-now {
|
|
16
|
+
border-bottom: 4px solid var(--fs-clickable-border-color);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.fs-agenda-body {
|
|
20
|
+
position: relative;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.fs-agenda-row-day {
|
|
24
|
+
position: relative;
|
|
25
|
+
border-bottom: 1px solid var(--fs-agenda-row-day-border-bottom-color);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.fs-day-agenda-hour-line {
|
|
29
|
+
border-top: solid 1px var(--fs-day-agenda-hour-line-color);
|
|
30
|
+
width: 100%;
|
|
31
|
+
height: 100%;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.fs-agenda-header-text {
|
|
35
|
+
text-transform: capitalize !important;
|
|
36
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
.fs-agenda-event {
|
|
2
|
+
position: absolute !important;
|
|
3
|
+
left: var(--fs-agenda-event-left);
|
|
4
|
+
top: var(--fs-agenda-event-top);
|
|
5
|
+
|
|
6
|
+
&.fs-agenda-event-past {
|
|
7
|
+
opacity: 0.5;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
>.fs-card {
|
|
11
|
+
border-left: solid var(--fs-agenda-event-border-width) var(--fs-clickable-border-color) !important;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.fs-agenda-event .fs-col,
|
|
16
|
+
.fs-agenda-event .fs-row {
|
|
17
|
+
overflow: hidden;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.fs-day-agenda .fs-agenda-event {
|
|
21
|
+
.fs-agenda-event-day-label-container {
|
|
22
|
+
overflow: visible !important;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.fs-week-agenda .fs-agenda-event{
|
|
27
|
+
margin-top: 3px;
|
|
28
|
+
margin-bottom: 3px;
|
|
29
|
+
height: calc(100% - 6px) !important;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.fs-month-agenda .fs-agenda-event {
|
|
33
|
+
margin-top: 2px;
|
|
34
|
+
margin-bottom: 2px;
|
|
35
|
+
height: calc(100% - 4px) !important;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.fs-agenda-event-current span {
|
|
39
|
+
text-overflow: unset;
|
|
40
|
+
flex-shrink: 0;
|
|
41
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
.fs-agenda-horizontal-time-line-marker {
|
|
2
|
+
position: absolute;
|
|
3
|
+
top: 0;
|
|
4
|
+
left: var(--fs-agenda-horizontal-time-line-marker-left);
|
|
5
|
+
width: 2px;
|
|
6
|
+
height: 100%;
|
|
7
|
+
z-index: 1;
|
|
8
|
+
background-color: var(--fs-agenda-horizontal-time-line-marker-color);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.fs-agenda-vertical-time-line-marker {
|
|
12
|
+
position: absolute;
|
|
13
|
+
top: var(--fs-agenda-vertical-time-line-marker-top);
|
|
14
|
+
left: 0;
|
|
15
|
+
width: 100%;
|
|
16
|
+
height: 2px;
|
|
17
|
+
z-index: 1;
|
|
18
|
+
background-color: var(--fs-agenda-vertical-time-line-marker-color);
|
|
19
|
+
}
|
|
@@ -22,19 +22,6 @@
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.fs-autocomplete-field-label {
|
|
26
|
-
color: var(--fs-autocomplete-field-color);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.fs-autocomplete-field-messages {
|
|
30
|
-
align-self: stretch;
|
|
31
|
-
color: var(--fs-autocomplete-field-error-color);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.fs-autocomplete-field-description {
|
|
35
|
-
color: var(--fs-autocomplete-field-color);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
25
|
.v-overlay-container > .v-overlay > .v-autocomplete__content {
|
|
39
26
|
box-shadow: 0px 5px 8px 0px #00000029;
|
|
40
27
|
max-width: none !important;
|
|
@@ -16,21 +16,15 @@
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.fs-breadcrumbs-divider {
|
|
20
|
-
|
|
21
|
-
}
|
|
19
|
+
// .fs-breadcrumbs-divider {
|
|
20
|
+
// margin-bottom: 2px !important;
|
|
21
|
+
// }
|
|
22
22
|
|
|
23
|
-
.v-breadcrumbs {
|
|
23
|
+
.fs-breadcrumbs.v-breadcrumbs {
|
|
24
|
+
line-height: normal!important;
|
|
24
25
|
padding: 0 !important;
|
|
25
26
|
gap: 8px !important;
|
|
26
|
-
|
|
27
|
-
@include web {
|
|
28
|
-
height: 24px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@include mobile {
|
|
32
|
-
height: 20px;
|
|
33
|
-
}
|
|
27
|
+
height: 20px;
|
|
34
28
|
}
|
|
35
29
|
|
|
36
30
|
.v-breadcrumbs-item {
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
border-color: var(--fs-clickable-hover-border-color) !important;
|
|
18
18
|
color: var(--fs-clickable-hover-color) !important;
|
|
19
19
|
|
|
20
|
-
& .fs-
|
|
20
|
+
& .fs-card-clickable {
|
|
21
|
+
transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21
22
|
background-color: var(--fs-clickable-hover-background-color);
|
|
22
23
|
}
|
|
23
24
|
}
|
|
@@ -27,7 +28,8 @@
|
|
|
27
28
|
border-color: var(--fs-clickable-active-border-color) !important;
|
|
28
29
|
color: var(--fs-clickable-active-color) !important;
|
|
29
30
|
|
|
30
|
-
& .fs-
|
|
31
|
+
& .fs-card-clickable {
|
|
32
|
+
transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
31
33
|
background-color: var(--fs-clickable-active-background-color);
|
|
32
34
|
}
|
|
33
35
|
}
|
|
@@ -42,7 +44,7 @@ a:has(.fs-clickable) {
|
|
|
42
44
|
}
|
|
43
45
|
|
|
44
46
|
button:has(.fs-clickable) {
|
|
45
|
-
position: relative
|
|
47
|
+
position: relative;
|
|
46
48
|
height: var(--fs-clickable-height);
|
|
47
49
|
width: var(--fs-clickable-width);
|
|
48
50
|
}
|
|
@@ -50,20 +52,11 @@ button:has(.fs-clickable) {
|
|
|
50
52
|
.fs-clickable-load {
|
|
51
53
|
cursor: default;
|
|
52
54
|
position: absolute !important;
|
|
55
|
+
height: 100% !important;
|
|
53
56
|
width: 100% !important;
|
|
54
57
|
left: 0;
|
|
55
58
|
top: 0;
|
|
56
|
-
|
|
57
|
-
@include web {
|
|
58
|
-
height: 40px !important;
|
|
59
|
-
padding: 8px 0;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
@include mobile {
|
|
63
|
-
height: 36px !important;
|
|
64
|
-
padding: 6px 0;
|
|
65
|
-
}
|
|
66
|
-
|
|
59
|
+
|
|
67
60
|
& > svg {
|
|
68
61
|
height: 24px !important;
|
|
69
62
|
}
|
|
@@ -33,16 +33,6 @@
|
|
|
33
33
|
text-align: center;
|
|
34
34
|
cursor: var(--fs-clock-field-cursor) !important;
|
|
35
35
|
color: var(--fs-clock-field-color);
|
|
36
|
-
|
|
37
|
-
@include web {
|
|
38
|
-
min-height: 38px !important;
|
|
39
|
-
height: 38px !important;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
@include mobile {
|
|
43
|
-
min-height: 34px !important;
|
|
44
|
-
height: 34px !important;
|
|
45
|
-
}
|
|
46
36
|
}
|
|
47
37
|
}
|
|
48
38
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
.fs-color-field .fs-card {
|
|
2
2
|
cursor: var(--fs-color-field-cursor) !important;
|
|
3
|
+
min-width: var(--fs-base-field-min-width);
|
|
3
4
|
border-color: var(--fs-color-field-border-color) !important;
|
|
4
5
|
.fs-text {
|
|
5
6
|
color: var(--fs-color-field-color) !important;
|
|
@@ -16,8 +17,4 @@
|
|
|
16
17
|
background: none !important;
|
|
17
18
|
min-width: auto !important;
|
|
18
19
|
width: 100% !important;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.fs-color-field-description {
|
|
22
|
-
color: var(--fs-color-field-color);
|
|
23
20
|
}
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
|
|
42
42
|
th {
|
|
43
43
|
box-shadow: none !important;
|
|
44
|
+
min-width: 40px;
|
|
44
45
|
|
|
45
46
|
&:hover .fs-header-button {
|
|
46
47
|
opacity: 1;
|
|
@@ -120,17 +121,13 @@
|
|
|
120
121
|
}
|
|
121
122
|
|
|
122
123
|
.fs-data-table-pagination {
|
|
123
|
-
|
|
124
|
-
max-width: 280px;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
@include mobile {
|
|
128
|
-
max-width: 274px;
|
|
129
|
-
}
|
|
124
|
+
max-width: 280px;
|
|
130
125
|
}
|
|
131
126
|
|
|
132
127
|
.fs-data-table-intersection {
|
|
133
|
-
|
|
134
|
-
|
|
128
|
+
height: 8px;
|
|
129
|
+
position: absolute;
|
|
130
|
+
bottom: 0;
|
|
131
|
+
pointer-events: none;
|
|
135
132
|
width: 100%;
|
|
136
133
|
}
|
|
@@ -1,18 +1,8 @@
|
|
|
1
|
-
.fs-dialog-mobile {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
1
|
+
.fs-dialog-mobile > .v-overlay__content {
|
|
2
|
+
max-height: 100vh !important;
|
|
3
|
+
max-width: 100vw !important;
|
|
4
|
+
width: 100% !important;
|
|
5
|
+
margin: 0 !important;
|
|
6
|
+
position: absolute;
|
|
7
|
+
bottom: 0;
|
|
9
8
|
}
|
|
10
|
-
|
|
11
|
-
.fs-dialog {
|
|
12
|
-
& > .v-overlay__content {
|
|
13
|
-
max-height: calc(100% - 40px) !important;
|
|
14
|
-
max-width: calc(100% - 40px) !important;
|
|
15
|
-
min-width: 35vw !important;
|
|
16
|
-
width: fit-content !important;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -2,9 +2,18 @@
|
|
|
2
2
|
@extend .fs-hide-y-scrollbar;
|
|
3
3
|
|
|
4
4
|
transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
5
|
-
|
|
5
|
+
overflow-x: var(--fs-fade-out-x-overflow);
|
|
6
|
+
max-height: var(--fs-fade-out-max-height);
|
|
7
|
+
min-height: var(--fs-fade-out-height);
|
|
8
|
+
height: var(--fs-fade-out-height);
|
|
6
9
|
padding: var(--fs-fade-out-padding);
|
|
7
|
-
|
|
10
|
+
|
|
11
|
+
// Petit hack pour que la barre de scroll elle soit à droite du container
|
|
12
|
+
padding-right: calc(var(--fs-fade-out-padding) + var(--fs-fade-out-padding-offset));
|
|
13
|
+
width: calc(var(--fs-fade-out-width) + var(--fs-fade-out-width-offset));
|
|
14
|
+
margin-right: var(--fs-fade-out-margin-right);
|
|
15
|
+
|
|
16
|
+
|
|
8
17
|
flex-direction: column;
|
|
9
18
|
position: relative;
|
|
10
19
|
display: flex;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
+
.fs-gradient-field-select > .v-input__control > .v-field {
|
|
2
|
+
display: flex;
|
|
1
3
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
4
|
+
& > .v-field__prepend-inner {
|
|
5
|
+
flex: 1;
|
|
6
|
+
}
|
|
7
7
|
|
|
8
|
-
.
|
|
9
|
-
|
|
10
|
-
> span {
|
|
11
|
-
height: 12px;
|
|
12
|
-
background: var(--fs-gradient-field-background) !important;
|
|
13
|
-
width: 100%;
|
|
8
|
+
& > .v-field__field {
|
|
9
|
+
flex: 0;
|
|
14
10
|
}
|
|
15
11
|
}
|
|
16
12
|
|
|
13
|
+
.fs-gradient-field-preview {
|
|
14
|
+
background: var(--fs-gradient-field-background) !important;
|
|
15
|
+
min-width: 100%;
|
|
16
|
+
}
|
|
@@ -5,53 +5,54 @@
|
|
|
5
5
|
|
|
6
6
|
.fs-leaflet-container {
|
|
7
7
|
width: 100%;
|
|
8
|
-
height:
|
|
8
|
+
height: 100%;
|
|
9
9
|
filter: grayscale(var(--fs-map-container-grayscale));
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.fs-map-overlay-
|
|
12
|
+
.fs-map-overlay-mobile {
|
|
13
13
|
position: absolute;
|
|
14
|
-
|
|
14
|
+
bottom: 0;
|
|
15
|
+
left: 0;
|
|
15
16
|
right: 0;
|
|
16
|
-
|
|
17
|
-
margin:
|
|
17
|
+
width: 100%;
|
|
18
|
+
margin: 0;
|
|
19
|
+
transition: height 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18
20
|
}
|
|
19
21
|
|
|
20
|
-
.fs-map-overlay-
|
|
22
|
+
.fs-map-overlay-desktop {
|
|
23
|
+
position: absolute;
|
|
24
|
+
top: 0;
|
|
25
|
+
left: 0;
|
|
26
|
+
margin: 12px;
|
|
27
|
+
max-height: calc(100% - 24px);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.fs-map-layer-button {
|
|
21
31
|
position: absolute;
|
|
22
32
|
top: 0;
|
|
23
33
|
right: 0;
|
|
24
|
-
margin:
|
|
34
|
+
margin: 12px;
|
|
25
35
|
}
|
|
26
36
|
|
|
27
|
-
.fs-map-
|
|
37
|
+
.fs-map-control-buttons {
|
|
28
38
|
position: absolute;
|
|
29
39
|
bottom: 0;
|
|
30
40
|
right: 0;
|
|
31
|
-
|
|
32
|
-
margin:
|
|
33
|
-
width: calc(100% - 16px);
|
|
34
|
-
|
|
41
|
+
margin: 12px;
|
|
42
|
+
margin-bottom: calc(12px + var(--fs-map-control-buttons-margin-bottom));
|
|
35
43
|
|
|
36
|
-
.fs-map-zoom-
|
|
37
|
-
|
|
38
|
-
bottom:
|
|
39
|
-
right: 0;
|
|
40
|
-
z-index: 1001;
|
|
41
|
-
margin-bottom: calc(var(--fs-map-leaflet-bottom-overlay-margin) + 8px);
|
|
44
|
+
.fs-map-zoom-plus-button > * {
|
|
45
|
+
border-bottom-left-radius: 0 !important;
|
|
46
|
+
border-bottom-right-radius: 0 !important;
|
|
42
47
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
border-bottom-right-radius: 0 !important;
|
|
46
|
-
}
|
|
48
|
+
border-bottom: 0px !important;
|
|
49
|
+
}
|
|
47
50
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
border-top-right-radius: 0 !important;
|
|
51
|
+
.fs-map-zoom-minus-button > * {
|
|
52
|
+
border-top-left-radius: 0 !important;
|
|
53
|
+
border-top-right-radius: 0 !important;
|
|
52
54
|
|
|
53
|
-
|
|
54
|
-
}
|
|
55
|
+
border-top: 0px !important;
|
|
55
56
|
}
|
|
56
57
|
}
|
|
57
58
|
|
|
@@ -76,6 +77,11 @@
|
|
|
76
77
|
}
|
|
77
78
|
}
|
|
78
79
|
|
|
80
|
+
.fs-map-point-pin {
|
|
81
|
+
background-color: var(--fs-map-point-pin-color);
|
|
82
|
+
border-radius: 100%;
|
|
83
|
+
}
|
|
84
|
+
|
|
79
85
|
.fs-map-location > div {
|
|
80
86
|
display: flex;
|
|
81
87
|
height: 100%;
|
|
@@ -105,11 +111,11 @@
|
|
|
105
111
|
|
|
106
112
|
@keyframes fs-map-shadow-location {
|
|
107
113
|
0% {
|
|
108
|
-
box-shadow: 0 0 0px 0px var(--fs-map-
|
|
114
|
+
box-shadow: 0 0 0px 0px var(--fs-map-location-pin-color-alpha);
|
|
109
115
|
}
|
|
110
116
|
|
|
111
117
|
50% {
|
|
112
|
-
box-shadow: 0 0 0px 7px var(--fs-map-
|
|
118
|
+
box-shadow: 0 0 0px 7px var(--fs-map-location-pin-color-alpha);
|
|
113
119
|
}
|
|
114
120
|
|
|
115
121
|
100% {
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
// If the custom property value is
|
|
2
|
-
.fs-meta-field .v-field
|
|
3
|
-
|
|
4
|
-
content-visibility: hidden;
|
|
5
|
-
}
|
|
1
|
+
// If the custom property value is an icon, hide the input value to show only the icon
|
|
2
|
+
.fs-meta-icon-field .v-field .v-field__input {
|
|
3
|
+
content-visibility: hidden;
|
|
6
4
|
}
|
|
@@ -1,8 +1,18 @@
|
|
|
1
1
|
.fs-option-group {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
border-radius: var(--fs-option-group-border-radius) !important;
|
|
3
|
+
border: var(--fs-option-group-border-size) solid !important;
|
|
4
|
+
background-color: var(--fs-option-group-background-color) !important;
|
|
5
|
+
border-color: var(--fs-option-group-border-color) !important;
|
|
6
|
+
width: fit-content;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
.fs-option-group-full-width {
|
|
10
|
+
border-radius: var(--fs-option-group-border-radius) !important;
|
|
11
|
+
border: var(--fs-option-group-border-size) solid !important;
|
|
12
|
+
background-color: var(--fs-option-group-background-color) !important;
|
|
13
|
+
border-color: var(--fs-option-group-border-color) !important;
|
|
14
|
+
|
|
15
|
+
& > * {
|
|
16
|
+
width: 100% !important;
|
|
17
|
+
}
|
|
8
18
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.fs-rich-text-field {
|
|
2
2
|
width: 100%;
|
|
3
3
|
min-width: 120px;
|
|
4
|
+
padding: var(--fs-rich-text-field-padding) !important;
|
|
4
5
|
border: 1px solid var(--fs-rich-text-field-border-color) !important;
|
|
5
6
|
border-radius: 4px !important;
|
|
6
7
|
|
|
@@ -25,15 +26,6 @@
|
|
|
25
26
|
&:focus-within {
|
|
26
27
|
border-color: var(--fs-rich-text-field-active-border-color) !important;
|
|
27
28
|
}
|
|
28
|
-
|
|
29
|
-
@include web {
|
|
30
|
-
padding: 10px 12px !important;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@include mobile {
|
|
34
|
-
padding: 6px 16px !important;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
29
|
}
|
|
38
30
|
|
|
39
31
|
.fs-rich-text-field-undo {
|
|
@@ -21,19 +21,6 @@
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.fs-select-field-label {
|
|
25
|
-
color: var(--fs-select-field-color);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.fs-select-field-messages {
|
|
29
|
-
align-self: stretch;
|
|
30
|
-
color: var(--fs-select-field-error-color);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.fs-select-field-description {
|
|
34
|
-
color: var(--fs-select-field-color);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
24
|
.v-overlay-container > .v-overlay > .v-select__content > .v-list {
|
|
38
25
|
@extend .fs-hide-y-scrollbar;
|
|
39
26
|
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
.fs-slide-group {
|
|
2
|
+
height: var(--fs-group-height);
|
|
3
|
+
width: var(--fs-group-width);
|
|
4
|
+
max-width: 100%;
|
|
5
|
+
margin: 0 -1px 0 0;
|
|
6
|
+
|
|
2
7
|
& > .v-slide-group__container > .v-slide-group__content {
|
|
8
|
+
margin: 0 1px 0 0;
|
|
9
|
+
|
|
3
10
|
padding: var(--fs-group-padding);
|
|
4
11
|
gap: var(--fs-group-gap);
|
|
5
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
.fs-span {
|
|
2
|
-
padding-inline-end: 2px;
|
|
3
2
|
max-width: 100%;
|
|
3
|
+
text-align: left;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.fs-span-line-clamp {
|
|
7
7
|
overflow: hidden;
|
|
8
8
|
display: -webkit-box;
|
|
9
|
+
line-clamp: var(--fs-span-line-clamp);
|
|
9
10
|
-webkit-box-orient: vertical;
|
|
10
11
|
-webkit-line-clamp: var(--fs-span-line-clamp);
|
|
11
12
|
}
|