@dative-gpi/foundation-shared-components 1.0.81 → 1.0.82

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.
@@ -68,7 +68,7 @@
68
68
  </template>
69
69
  <FSDateTimeRangeField
70
70
  v-else-if="innerDateSetting === DateSetting.Pick"
71
- minWidth="180px"
71
+ :width="['350px', '310px']"
72
72
  :rules="[DateRules.required()]"
73
73
  :editable="$props.editable"
74
74
  :hideHeader="true"
@@ -33,7 +33,6 @@
33
33
  <template
34
34
  v-if="!$props.disableTable && !$props.disableIterator"
35
35
  >
36
- <v-spacer />
37
36
  <FSRow
38
37
  align="center-right"
39
38
  >
@@ -41,6 +40,7 @@
41
40
  :values="modeOptions"
42
41
  :singleColor="true"
43
42
  :required="true"
43
+ variant="slide"
44
44
  v-model="innerMode"
45
45
  />
46
46
  </FSRow>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-components",
3
3
  "sideEffects": false,
4
- "version": "1.0.81",
4
+ "version": "1.0.82",
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": "1.0.81",
14
- "@dative-gpi/foundation-shared-services": "1.0.81"
13
+ "@dative-gpi/foundation-shared-domain": "1.0.82",
14
+ "@dative-gpi/foundation-shared-services": "1.0.82"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@dative-gpi/bones-ui": "^1.0.0",
@@ -35,5 +35,5 @@
35
35
  "sass": "1.71.1",
36
36
  "sass-loader": "13.3.2"
37
37
  },
38
- "gitHead": "6cac3b3d9a0036419fad35a4745381ee28d0429c"
38
+ "gitHead": "f210728193cfa965fd7827c935319f80af51d9a0"
39
39
  }