@fkui/vue 6.2.0 → 6.3.1

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.50.1"
8
+ "packageVersion": "7.52.1"
9
9
  }
10
10
  ]
11
11
  }
@@ -125,7 +125,7 @@ module.exports = defineMetadata({
125
125
  "key-attribute": ["/.+/"],
126
126
  scroll: ["horizontal", "vertical", "both", "none"],
127
127
  },
128
- requiredAttributes: ["key-attribute", "rows"],
128
+ requiredAttributes: ["rows"],
129
129
  slots: ["default", "caption", "empty"],
130
130
  requiredSlots: ["default", "caption"],
131
131
  },
@@ -321,7 +321,7 @@ module.exports = defineMetadata({
321
321
  inherit: "ul",
322
322
  flow: true,
323
323
  phrasing: true,
324
- requiredAttributes: ["items", "key-attribute"],
324
+ requiredAttributes: ["items"],
325
325
  attributes: {
326
326
  selectable: ["/^[a-zA-Z][\\w\\d-_.:]+$/", "", "false", "true"],
327
327
  value: ["/.*/"],
@@ -376,7 +376,7 @@ module.exports = defineMetadata({
376
376
  "expandable-describedby": ["/.+/"],
377
377
  scroll: ["horizontal", "vertical", "both", "none"],
378
378
  },
379
- requiredAttributes: ["key-attribute", "rows"],
379
+ requiredAttributes: ["rows"],
380
380
  slots: [
381
381
  "default",
382
382
  "caption",
@@ -445,6 +445,26 @@ module.exports = defineMetadata({
445
445
  permittedContent: [],
446
446
  },
447
447
 
448
+ "f-resize-pane": {
449
+ flow: true,
450
+ attributes: {
451
+ min: {
452
+ enum: ["/\\d+px/", "/\\d+%/"],
453
+ list: true,
454
+ },
455
+ max: {
456
+ enum: ["/\\d+px/", "/\\d+%/"],
457
+ list: true,
458
+ },
459
+ initial: {
460
+ enum: ["/\\d+px/", "/\\d+%/"],
461
+ },
462
+ disabled: {
463
+ boolean: true,
464
+ },
465
+ },
466
+ },
467
+
448
468
  "f-sort-filter-dataset": {
449
469
  flow: true,
450
470
  interactive: true,
@@ -240,6 +240,7 @@ module.exports = defineMetadata({
240
240
  },
241
241
  },
242
242
  },
243
+
243
244
  "i-combobox-dropdown": {
244
245
  flow: true,
245
246
  interactive: true,
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@fkui/vue",
3
- "version": "6.2.0",
3
+ "version": "6.3.1",
4
4
  "description": "Vue implementation of FKUI components",
5
5
  "keywords": [
6
6
  "fkui",
7
7
  "designsystem",
8
8
  "vue"
9
9
  ],
10
- "homepage": "https://forsakringskassan.github.io/designsystem/",
10
+ "homepage": "https://designsystem.forsakringskassan.se/",
11
11
  "bugs": "https://github.com/Forsakringskassan/designsystem/issues",
12
12
  "repository": {
13
13
  "type": "git",
@@ -60,9 +60,9 @@
60
60
  "unit:watch": "jest --watch"
61
61
  },
62
62
  "peerDependencies": {
63
- "@fkui/date": "^6.2.0",
64
- "@fkui/design": "^6.2.0",
65
- "@fkui/logic": "^6.2.0",
63
+ "@fkui/date": "^6.3.1",
64
+ "@fkui/design": "^6.3.1",
65
+ "@fkui/logic": "^6.3.1",
66
66
  "fk-icons": "^4.30.1",
67
67
  "html-validate": ">= 7.9.0",
68
68
  "vue": "^3.5.0"
@@ -79,5 +79,5 @@
79
79
  "node": ">= 20",
80
80
  "npm": ">= 7"
81
81
  },
82
- "gitHead": "b75730a2c2bee0c0fe8243d2de511b77c88dcbee"
82
+ "gitHead": "bc7431b02d30435cc2a179f6e5e1ab205ca2f7f4"
83
83
  }
@@ -3,9 +3,7 @@
3
3
  "experimentalModelPropName": {
4
4
  "": {
5
5
  "f-radio-field": true,
6
- "f-radio-group-field": true,
7
- "f-checkbox-field": true,
8
- "f-checkbox-group-field": true
6
+ "f-checkbox-field": true
9
7
  }
10
8
  }
11
9
  }