@shwfed/nuxt 0.11.29 → 0.11.31

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
3
  "configKey": "shwfed",
4
- "version": "0.11.29",
4
+ "version": "0.11.31",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -143,7 +143,7 @@ function getFieldValue(field) {
143
143
  }
144
144
  function initializeFieldValues(config2) {
145
145
  for (const field of config2.fields) {
146
- if (isPassiveField(field) || !field.initialValue || hasProperty(modelValue.value, field.path)) {
146
+ if (isPassiveField(field) || !field.initialValue) {
147
147
  continue;
148
148
  }
149
149
  const initialValueResult = tryEvaluateExpression(field.initialValue, { form: modelValue.value });
@@ -630,7 +630,10 @@ export {
630
630
  </InputGroup>
631
631
  </PopoverAnchor>
632
632
 
633
- <PopoverContent class="w-72 p-0">
633
+ <PopoverContent
634
+ class="p-0"
635
+ :style="{ width: 'var(--reka-popover-trigger-width)' }"
636
+ >
634
637
  <Command
635
638
  :model-value="selectState.selectedKey"
636
639
  :disabled="isFieldDisabled(field)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
- "version": "0.11.29",
3
+ "version": "0.11.31",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "type": "module",