@fkui/vue-labs 6.36.1 → 6.37.0
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.
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
const { defineMetadata, metadataHelper } = require("html-validate");
|
|
2
|
+
|
|
3
|
+
const { allowedIfAttributeIsPresent } = metadataHelper;
|
|
4
|
+
|
|
5
|
+
module.exports = defineMetadata({
|
|
6
|
+
"x-file-dragdrop": {
|
|
7
|
+
flow: true,
|
|
8
|
+
},
|
|
9
|
+
|
|
10
|
+
"x-sort-filter-dataset-ng": {
|
|
11
|
+
flow: true,
|
|
12
|
+
},
|
|
13
|
+
|
|
14
|
+
"x-time-text-field": {
|
|
15
|
+
flow: true,
|
|
16
|
+
},
|
|
17
|
+
|
|
18
|
+
"f-table": {
|
|
19
|
+
flow: true,
|
|
20
|
+
attributes: {
|
|
21
|
+
columns: {
|
|
22
|
+
required: true,
|
|
23
|
+
},
|
|
24
|
+
rows: {
|
|
25
|
+
required: true,
|
|
26
|
+
},
|
|
27
|
+
"key-attribute": ["/.+/"],
|
|
28
|
+
"expandable-attribute": ["/.+/"],
|
|
29
|
+
striped: {
|
|
30
|
+
boolean: true,
|
|
31
|
+
},
|
|
32
|
+
selectable: ["/.+/"],
|
|
33
|
+
"selected-rows": {
|
|
34
|
+
allowed: allowedIfAttributeIsPresent("selectable"),
|
|
35
|
+
required: false,
|
|
36
|
+
},
|
|
37
|
+
"v-model:selected-rows": {
|
|
38
|
+
allowed: allowedIfAttributeIsPresent("selectable"),
|
|
39
|
+
required: false,
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
slots: ["caption", "empty", "expandable", "footer"],
|
|
43
|
+
},
|
|
44
|
+
|
|
45
|
+
tr: {
|
|
46
|
+
permittedContent: [
|
|
47
|
+
"@script",
|
|
48
|
+
"td",
|
|
49
|
+
"th",
|
|
50
|
+
"i-table-anchor",
|
|
51
|
+
"i-table-button",
|
|
52
|
+
"i-table-checkbox",
|
|
53
|
+
"i-table-expandable",
|
|
54
|
+
"i-table-expand-button",
|
|
55
|
+
"i-table-header",
|
|
56
|
+
"i-table-header-selectable",
|
|
57
|
+
"i-table-radio",
|
|
58
|
+
"i-table-rowheader",
|
|
59
|
+
"i-table-select",
|
|
60
|
+
"i-table-selectable",
|
|
61
|
+
"i-table-text",
|
|
62
|
+
],
|
|
63
|
+
},
|
|
64
|
+
|
|
65
|
+
"i-table-header": {
|
|
66
|
+
flow: true,
|
|
67
|
+
},
|
|
68
|
+
|
|
69
|
+
"i-table-header-selectable": {
|
|
70
|
+
flow: true,
|
|
71
|
+
},
|
|
72
|
+
|
|
73
|
+
"i-table-selectable": {
|
|
74
|
+
flow: true,
|
|
75
|
+
},
|
|
76
|
+
|
|
77
|
+
"i-table-text": {
|
|
78
|
+
flow: true,
|
|
79
|
+
},
|
|
80
|
+
|
|
81
|
+
"i-table-select": {
|
|
82
|
+
flow: true,
|
|
83
|
+
},
|
|
84
|
+
|
|
85
|
+
"i-table-checkbox": {
|
|
86
|
+
flow: true,
|
|
87
|
+
},
|
|
88
|
+
|
|
89
|
+
"i-table-radio": {
|
|
90
|
+
flow: true,
|
|
91
|
+
},
|
|
92
|
+
|
|
93
|
+
"i-table-button": {
|
|
94
|
+
flow: true,
|
|
95
|
+
},
|
|
96
|
+
|
|
97
|
+
"i-table-expand-button": {
|
|
98
|
+
flow: true,
|
|
99
|
+
},
|
|
100
|
+
|
|
101
|
+
"i-table-anchor": {
|
|
102
|
+
flow: true,
|
|
103
|
+
},
|
|
104
|
+
|
|
105
|
+
"i-table-rowheader": {
|
|
106
|
+
flow: true,
|
|
107
|
+
},
|
|
108
|
+
|
|
109
|
+
"i-table-expandable": {
|
|
110
|
+
flow: true,
|
|
111
|
+
},
|
|
112
|
+
|
|
113
|
+
"x-order-filter": {
|
|
114
|
+
flow: true,
|
|
115
|
+
},
|
|
116
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/vue-labs",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.37.0",
|
|
4
4
|
"description": "Experimental and unstable FKUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fkui",
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"require": "./dist/cjs/cypress.cjs.js",
|
|
28
28
|
"import": "./dist/esm/cypress.esm.js"
|
|
29
29
|
},
|
|
30
|
-
"./style.css": "./dummy.css"
|
|
30
|
+
"./style.css": "./dummy.css",
|
|
31
|
+
"./htmlvalidate": "./htmlvalidate/index.cjs"
|
|
31
32
|
},
|
|
32
33
|
"main": "./dist/cjs/index.cjs.js",
|
|
33
34
|
"module": "./dist/esm/index.esm.js",
|
|
@@ -58,10 +59,10 @@
|
|
|
58
59
|
"unit:watch": "jest --watch"
|
|
59
60
|
},
|
|
60
61
|
"peerDependencies": {
|
|
61
|
-
"@fkui/date": "^6.
|
|
62
|
-
"@fkui/design": "^6.
|
|
63
|
-
"@fkui/logic": "^6.
|
|
64
|
-
"@fkui/vue": "^6.
|
|
62
|
+
"@fkui/date": "^6.37.0",
|
|
63
|
+
"@fkui/design": "^6.37.0",
|
|
64
|
+
"@fkui/logic": "^6.37.0",
|
|
65
|
+
"@fkui/vue": "^6.37.0",
|
|
65
66
|
"html-validate": ">= 7.9.0",
|
|
66
67
|
"vue": "^3.5.0"
|
|
67
68
|
},
|
|
@@ -74,5 +75,5 @@
|
|
|
74
75
|
"node": ">= 20",
|
|
75
76
|
"npm": ">= 7"
|
|
76
77
|
},
|
|
77
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "15bcc047ba64657946b3e429cbf68abae064ebcc"
|
|
78
79
|
}
|