@modeltables/fontawesome-vuetify 1.0.1 → 1.0.4
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/README.md +0 -86
- package/components/headerFilters/Filters.vue +90 -0
- package/components/helpers/instances.ts +20 -0
- package/components/search/SearchView.vue +41 -0
- package/components/table/TableView.vue +23 -64
- package/components/table/data/ItemView.vue +45 -0
- package/dist/index.amd.ts +14 -14
- package/dist/index.cjs.ts +14 -14
- package/dist/style.css +1 -1
- package/package.json +56 -55
package/package.json
CHANGED
|
@@ -1,55 +1,56 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@modeltables/fontawesome-vuetify",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"main": "./components/index.d.ts",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"exports": {
|
|
7
|
-
".": {
|
|
8
|
-
"default": "./dist/index.cjs.ts",
|
|
9
|
-
"types": "./dist/index.amd.ts"
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
"module": "./components/index.d.ts",
|
|
13
|
-
"types": "./components/index.d.ts",
|
|
14
|
-
"license": "MIT",
|
|
15
|
-
"private": false,
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@fortawesome/fontawesome-svg-core": "^7.1.0",
|
|
18
|
-
"@fortawesome/free-brands-svg-icons": "^7.1.0",
|
|
19
|
-
"@fortawesome/free-regular-svg-icons": "^7.1.0",
|
|
20
|
-
"@fortawesome/free-solid-svg-icons": "^7.1.0",
|
|
21
|
-
"@fortawesome/vue-fontawesome": "^3.1.2",
|
|
22
|
-
"@
|
|
23
|
-
"@
|
|
24
|
-
"@vue/cli-
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"vite
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@modeltables/fontawesome-vuetify",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"main": "./components/index.d.ts",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": {
|
|
8
|
+
"default": "./dist/index.cjs.ts",
|
|
9
|
+
"types": "./dist/index.amd.ts"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"module": "./components/index.d.ts",
|
|
13
|
+
"types": "./components/index.d.ts",
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"private": false,
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@fortawesome/fontawesome-svg-core": "^7.1.0",
|
|
18
|
+
"@fortawesome/free-brands-svg-icons": "^7.1.0",
|
|
19
|
+
"@fortawesome/free-regular-svg-icons": "^7.1.0",
|
|
20
|
+
"@fortawesome/free-solid-svg-icons": "^7.1.0",
|
|
21
|
+
"@fortawesome/vue-fontawesome": "^3.1.2",
|
|
22
|
+
"@modeltables/fontawesome-vuetify": "1.0.0",
|
|
23
|
+
"@vitejs/plugin-vue": "5.0.0",
|
|
24
|
+
"@vue/cli-plugin-typescript": "^5.0.9",
|
|
25
|
+
"@vue/cli-service": "^5.0.9",
|
|
26
|
+
"init": "^0.1.2",
|
|
27
|
+
"jest": "^30.2.0",
|
|
28
|
+
"tsconfig": "^7.0.0",
|
|
29
|
+
"typescript": "^5.9.3",
|
|
30
|
+
"vite": "5.4.2",
|
|
31
|
+
"vite-plugin-vuetify": "^2.1.2",
|
|
32
|
+
"vue": "^3.5.25",
|
|
33
|
+
"vuetify": "^3.11.0",
|
|
34
|
+
"webpack": "^5.103.0"
|
|
35
|
+
},
|
|
36
|
+
"keywords": [
|
|
37
|
+
"vue",
|
|
38
|
+
"vuetify",
|
|
39
|
+
"fortawesome",
|
|
40
|
+
"boilerPlate"
|
|
41
|
+
],
|
|
42
|
+
"scripts": {
|
|
43
|
+
"vite-build": "vite build",
|
|
44
|
+
"cli-build": "vue-cli-service build",
|
|
45
|
+
"type-check": "vue-tsc --build",
|
|
46
|
+
"tsc": "tsc"
|
|
47
|
+
},
|
|
48
|
+
"publishConfig": {
|
|
49
|
+
"registry": "https://registry.npmjs.org/"
|
|
50
|
+
},
|
|
51
|
+
"devDependencies": {
|
|
52
|
+
"@types/node": "^24.10.1"
|
|
53
|
+
},
|
|
54
|
+
"author": "Ignjat Koicki",
|
|
55
|
+
"description": ""
|
|
56
|
+
}
|