@dative-gpi/foundation-shared-loader 0.0.78 → 0.0.79

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.
@@ -9,9 +9,6 @@
9
9
  "FSErrorToast": {
10
10
  "from": "@dative-gpi/foundation-shared-components/components/FSErrorToast.vue"
11
11
  },
12
- "FSRemoveDialog": {
13
- "from": "@dative-gpi/foundation-shared-components/components/FSRemoveDialog.vue"
14
- },
15
12
  "FSLabel": {
16
13
  "from": "@dative-gpi/foundation-shared-components/components/FSLabel.vue"
17
14
  },
@@ -33,12 +30,18 @@
33
30
  "FSSpan": {
34
31
  "from": "@dative-gpi/foundation-shared-components/components/FSSpan.vue"
35
32
  },
33
+ "FSDialogRemove": {
34
+ "from": "@dative-gpi/foundation-shared-components/components/FSDialogRemove.vue"
35
+ },
36
36
  "FSBadge": {
37
37
  "from": "@dative-gpi/foundation-shared-components/components/FSBadge.vue"
38
38
  },
39
39
  "FSWindow": {
40
40
  "from": "@dative-gpi/foundation-shared-components/components/FSWindow.vue"
41
41
  },
42
+ "FSDialogSubmit": {
43
+ "from": "@dative-gpi/foundation-shared-components/components/FSDialogSubmit.vue"
44
+ },
42
45
  "FSAccordionPanel": {
43
46
  "from": "@dative-gpi/foundation-shared-components/components/FSAccordionPanel.vue"
44
47
  },
@@ -72,6 +75,9 @@
72
75
  "FSFadeOut": {
73
76
  "from": "@dative-gpi/foundation-shared-components/components/FSFadeOut.vue"
74
77
  },
78
+ "FSDialogForm": {
79
+ "from": "@dative-gpi/foundation-shared-components/components/FSDialogForm.vue"
80
+ },
75
81
  "FSIconCheck": {
76
82
  "from": "@dative-gpi/foundation-shared-components/components/FSIconCheck.vue"
77
83
  },
@@ -99,9 +105,6 @@
99
105
  "FSChip": {
100
106
  "from": "@dative-gpi/foundation-shared-components/components/FSChip.vue"
101
107
  },
102
- "FSSubmitDialog": {
103
- "from": "@dative-gpi/foundation-shared-components/components/FSSubmitDialog.vue"
104
- },
105
108
  "FSCard": {
106
109
  "from": "@dative-gpi/foundation-shared-components/components/FSCard.vue"
107
110
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-loader",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "main": "dist/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,5 +23,5 @@
23
23
  "vite": "^4.5.0",
24
24
  "vue": "^3.2.0"
25
25
  },
26
- "gitHead": "22767f296bdd147691cda96a84fe993c6149fea1"
26
+ "gitHead": "60788de9c98493c3bd2889c2cd92f1a7d0780543"
27
27
  }
@@ -9,9 +9,6 @@
9
9
  "FSErrorToast": {
10
10
  "from": "@dative-gpi/foundation-shared-components/components/FSErrorToast.vue"
11
11
  },
12
- "FSRemoveDialog": {
13
- "from": "@dative-gpi/foundation-shared-components/components/FSRemoveDialog.vue"
14
- },
15
12
  "FSLabel": {
16
13
  "from": "@dative-gpi/foundation-shared-components/components/FSLabel.vue"
17
14
  },
@@ -33,12 +30,18 @@
33
30
  "FSSpan": {
34
31
  "from": "@dative-gpi/foundation-shared-components/components/FSSpan.vue"
35
32
  },
33
+ "FSDialogRemove": {
34
+ "from": "@dative-gpi/foundation-shared-components/components/FSDialogRemove.vue"
35
+ },
36
36
  "FSBadge": {
37
37
  "from": "@dative-gpi/foundation-shared-components/components/FSBadge.vue"
38
38
  },
39
39
  "FSWindow": {
40
40
  "from": "@dative-gpi/foundation-shared-components/components/FSWindow.vue"
41
41
  },
42
+ "FSDialogSubmit": {
43
+ "from": "@dative-gpi/foundation-shared-components/components/FSDialogSubmit.vue"
44
+ },
42
45
  "FSAccordionPanel": {
43
46
  "from": "@dative-gpi/foundation-shared-components/components/FSAccordionPanel.vue"
44
47
  },
@@ -72,6 +75,9 @@
72
75
  "FSFadeOut": {
73
76
  "from": "@dative-gpi/foundation-shared-components/components/FSFadeOut.vue"
74
77
  },
78
+ "FSDialogForm": {
79
+ "from": "@dative-gpi/foundation-shared-components/components/FSDialogForm.vue"
80
+ },
75
81
  "FSIconCheck": {
76
82
  "from": "@dative-gpi/foundation-shared-components/components/FSIconCheck.vue"
77
83
  },
@@ -99,9 +105,6 @@
99
105
  "FSChip": {
100
106
  "from": "@dative-gpi/foundation-shared-components/components/FSChip.vue"
101
107
  },
102
- "FSSubmitDialog": {
103
- "from": "@dative-gpi/foundation-shared-components/components/FSSubmitDialog.vue"
104
- },
105
108
  "FSCard": {
106
109
  "from": "@dative-gpi/foundation-shared-components/components/FSCard.vue"
107
110
  },