@dative-gpi/foundation-shared-components 0.0.174 → 0.0.175
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/FSAccordion.vue +2 -1
- package/components/FSAccordionPanel.vue +2 -1
- package/components/FSBadge.vue +7 -3
- package/components/FSBreadcrumbs.vue +4 -2
- package/components/FSButton.vue +5 -3
- package/components/FSCalendar.vue +4 -2
- package/components/FSCalendarTwin.vue +4 -2
- package/components/FSCard.vue +4 -2
- package/components/FSCardPlaceholder.vue +2 -1
- package/components/FSCheckbox.vue +4 -2
- package/components/FSChip.vue +4 -2
- package/components/FSClickable.vue +5 -3
- package/components/FSClock.vue +4 -2
- package/components/FSCol.vue +2 -1
- package/components/FSColor.vue +4 -2
- package/components/FSColorIcon.vue +5 -3
- package/components/FSDialog.vue +4 -2
- package/components/FSDialogForm.vue +4 -2
- package/components/FSDialogMenu.vue +4 -2
- package/components/FSDialogMultiForm.vue +4 -2
- package/components/FSDialogSubmit.vue +4 -2
- package/components/FSDivider.vue +4 -2
- package/components/FSEditImage.vue +4 -2
- package/components/FSErrorToast.vue +2 -1
- package/components/FSFadeOut.vue +2 -1
- package/components/FSForm.vue +2 -1
- package/components/FSGrid.vue +4 -2
- package/components/FSGridMosaic.vue +3 -2
- package/components/FSIcon.vue +3 -2
- package/components/FSIconCard.vue +4 -2
- package/components/FSIconCheck.vue +2 -1
- package/components/FSIconFlag.vue +2 -1
- package/components/FSImage.vue +2 -1
- package/components/FSLabel.vue +4 -2
- package/components/FSLink.vue +5 -3
- package/components/FSLoader.vue +2 -1
- package/components/FSOptionGroup.vue +24 -20
- package/components/FSOptionItem.vue +4 -2
- package/components/FSPagination.vue +4 -2
- package/components/FSRadio.vue +4 -2
- package/components/FSRadioGroup.vue +6 -4
- package/components/FSRow.vue +2 -1
- package/components/FSSlideGroup.vue +2 -1
- package/components/FSSlider.vue +4 -2
- package/components/FSSpan.vue +2 -1
- package/components/FSSwitch.vue +12 -8
- package/components/FSTab.vue +4 -2
- package/components/FSTabs.vue +4 -2
- package/components/FSTag.vue +11 -4
- package/components/FSTagGroup.vue +4 -2
- package/components/FSText.vue +4 -2
- package/components/FSToggleSet.vue +4 -2
- package/components/FSTooltip.vue +15 -4
- package/components/FSWindow.vue +2 -1
- package/components/FSWrapGroup.vue +2 -1
- package/components/autocompletes/FSAutocompleteLanguage.vue +3 -4
- package/components/autocompletes/FSAutocompleteTimeZone.vue +3 -2
- package/components/buttons/FSButtonFile.vue +2 -2
- package/components/buttons/FSButtonFileIcon.vue +2 -2
- package/components/buttons/FSButtonFileLabel.vue +2 -2
- package/components/buttons/FSButtonFileMini.vue +2 -2
- package/components/deviceOrganisations/FSConnectivity.vue +3 -2
- package/components/deviceOrganisations/FSConnectivityCard.vue +3 -2
- package/components/deviceOrganisations/FSStatus.vue +3 -2
- package/components/deviceOrganisations/FSStatusCard.vue +3 -2
- package/components/deviceOrganisations/FSStatusesCarousel.vue +3 -2
- package/components/deviceOrganisations/FSStatusesRow.vue +3 -2
- package/components/deviceOrganisations/FSWorstAlert.vue +3 -2
- package/components/deviceOrganisations/FSWorstAlertCard.vue +4 -2
- package/components/fields/FSAutocompleteField.vue +4 -3
- package/components/fields/FSBaseField.vue +2 -1
- package/components/fields/FSColorField.vue +2 -1
- package/components/fields/FSDateField.vue +4 -2
- package/components/fields/FSDateRangeField.vue +4 -2
- package/components/fields/FSDateTimeField.vue +4 -2
- package/components/fields/FSDateTimeRangeField.vue +4 -2
- package/components/fields/FSIconField.vue +5 -3
- package/components/fields/FSMagicConfigField.vue +2 -1
- package/components/fields/FSMagicField.vue +2 -1
- package/components/fields/FSNumberField.vue +2 -1
- package/components/fields/FSPasswordField.vue +2 -1
- package/components/fields/FSRichTextField.vue +8 -4
- package/components/fields/FSSearchField.vue +4 -2
- package/components/fields/FSSelectField.vue +5 -4
- package/components/fields/FSTagField.vue +4 -2
- package/components/fields/FSTermField.vue +2 -1
- package/components/fields/FSTextArea.vue +2 -1
- package/components/fields/FSTextField.vue +2 -1
- package/components/fields/FSTimeField.vue +2 -1
- package/components/fields/FSTimeSlotField.vue +2 -1
- package/components/fields/FSTranslateField.vue +4 -2
- package/components/fields/FSTreeViewField.vue +4 -3
- package/components/lists/FSDataIteratorItem.vue +4 -2
- package/components/lists/FSDataTableUI.vue +9 -5
- package/components/lists/FSFilterButton.vue +4 -2
- package/components/lists/FSHiddenButton.vue +4 -2
- package/components/selects/FSSelectAutoRefresh.vue +2 -1
- package/components/selects/FSSelectDashboardVariableType.vue +2 -1
- package/components/selects/FSSelectDateSetting.vue +2 -1
- package/components/selects/FSSelectDays.vue +2 -1
- package/components/tiles/FSDashboardOrganisationTileUI.vue +4 -2
- package/components/tiles/FSDashboardOrganisationTypeTileUI.vue +4 -2
- package/components/tiles/FSDashboardShallowTileUI.vue +4 -2
- package/components/tiles/FSDeviceOrganisationTileUI.vue +3 -2
- package/components/tiles/FSFolderTileUI.vue +4 -2
- package/components/tiles/FSGroupTileUI.vue +4 -3
- package/components/tiles/FSSimpleTileUI.vue +4 -2
- package/components/tiles/FSTile.vue +5 -4
- package/components/tiles/FSUserOrganisationTileUI.vue +2 -1
- package/composables/useAuthTokens.ts +2 -1
- package/composables/useAutocomplete.ts +2 -1
- package/composables/useColors.ts +2 -1
- package/composables/useDebounce.ts +2 -1
- package/composables/useRules.ts +2 -1
- package/composables/useSlots.ts +2 -1
- package/composables/useTables.ts +1 -1
- package/composables/useTreeView.ts +2 -1
- package/elements/FSFormElement.ts +2 -1
- package/icons/flags/France.vue +21 -5
- package/icons/flags/Germany.vue +16 -4
- package/icons/flags/GreatBritain.vue +25 -6
- package/icons/flags/Italy.vue +21 -5
- package/icons/flags/Portugal.vue +225 -51
- package/icons/flags/Spain.vue +2781 -543
- package/icons/flags/UnitedStates.vue +31 -7
- package/icons/widgetTemplates/DevicesWidget.vue +189 -189
- package/icons/widgetTemplates/ProfileWidget.vue +9 -9
- package/icons/widgetTemplates/TextWidget.vue +6 -6
- package/models/breadcrumbs.ts +1 -1
- package/models/deviceAlerts.ts +1 -1
- package/models/deviceConnectivities.ts +1 -1
- package/package.json +4 -4
- package/plugins/colorPlugin.ts +2 -2
- package/shims-plugin.d.ts +2 -2
- package/styles/components/fs_option_group.scss +1 -0
- package/styles/components/fs_select_field.scss +1 -0
- package/themes/default.ts +1 -1
- package/utils/lexical.ts +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-components",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.175",
|
|
5
5
|
"description": "",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"author": "",
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@dative-gpi/foundation-shared-domain": "0.0.
|
|
14
|
-
"@dative-gpi/foundation-shared-services": "0.0.
|
|
13
|
+
"@dative-gpi/foundation-shared-domain": "0.0.175",
|
|
14
|
+
"@dative-gpi/foundation-shared-services": "0.0.175"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@dative-gpi/bones-ui": "^0.0.75",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"sass": "1.71.1",
|
|
36
36
|
"sass-loader": "13.3.2"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "6936d9e48fd85e5a17322b8d9e0b2f59cca28d70"
|
|
39
39
|
}
|
package/plugins/colorPlugin.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DefineComponent, Plugin } from "vue";
|
|
1
|
+
import type { DefineComponent, Plugin } from "vue";
|
|
2
2
|
import { useTheme } from "vuetify";
|
|
3
3
|
|
|
4
|
-
import { ColorBase
|
|
4
|
+
import type { ColorBase} from "@dative-gpi/foundation-shared-components/models";
|
|
5
5
|
|
|
6
6
|
export const ColorPlugin: Plugin = {
|
|
7
7
|
install: (app) => {
|
package/shims-plugin.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import Vue from "vue";
|
|
1
|
+
import Vue from "vue"; // eslint-disable-line
|
|
2
2
|
|
|
3
|
-
import { ColorBase } from "@dative-gpi/foundation-shared-components/models";
|
|
3
|
+
import type { ColorBase } from "@dative-gpi/foundation-shared-components/models";
|
|
4
4
|
|
|
5
5
|
declare module "vue" {
|
|
6
6
|
interface ComponentCustomProperties {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.fs-option-group {
|
|
2
2
|
border-radius: var(--fs-option-group-border-radius) !important;
|
|
3
3
|
border: var(--fs-option-group-border-size) solid !important;
|
|
4
|
+
background-color: var(--fs-option-group-background-color) !important;
|
|
4
5
|
width: fit-content;
|
|
5
6
|
|
|
6
7
|
border-color: var(--fs-option-group-border-color) !important;
|
package/themes/default.ts
CHANGED
package/utils/lexical.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementNode, LexicalNode, RangeSelection, TextNode } from "lexical";
|
|
1
|
+
import type { ElementNode, LexicalNode, RangeSelection, TextNode } from "lexical";
|
|
2
2
|
import { $isAtNodeEnd } from "@lexical/selection";
|
|
3
3
|
|
|
4
4
|
export const getSelectedNode = (selection: RangeSelection): ElementNode | TextNode => {
|