@anzusystems/common-admin 1.1.1 → 1.2.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.
package/README.md CHANGED
@@ -1,37 +1,5 @@
1
- # Common admin components for anzusystems vue projects
1
+ # Common admin components for anzusystems admin projects
2
2
 
3
- ## Install dependencies
3
+ ## Getting Started
4
4
 
5
- ```shell
6
- yarn install
7
- ```
8
-
9
- ## Build library
10
-
11
- Build lib files.
12
-
13
- ```shell
14
- yarn lib:build
15
- ```
16
-
17
- ## Publish library
18
-
19
- Publish to npmjs is automated, it will be run upon a new release in GitHub.
20
-
21
- ## Install library in project
22
-
23
- ```shell
24
- yarn add @anzusystems/common-admin
25
- ```
26
-
27
- ## Use in project
28
-
29
- ```vue
30
- <script lang="ts" setup>
31
- import { ABooleanValue } from '@anzusystems/common-admin'
32
- </script>
33
-
34
- <template>
35
- <ABooleanValue :value="true" chip></ABooleanValue>
36
- </template>
37
- ```
5
+ Please follow the documentation at [docs.sme.sk/common-admin](https://docs.sme.sk/common-admin/)
Binary file
Binary file
Binary file
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <browserconfig>
3
+ <msapplication>
4
+ <tile>
5
+ <square150x150logo src="/mstile-150x150.png"/>
6
+ <TileColor>#da532c</TileColor>
7
+ </tile>
8
+ </msapplication>
9
+ </browserconfig>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
+ <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
+ width="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000"
6
+ preserveAspectRatio="xMidYMid meet">
7
+ <g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
8
+ fill="#000000" stroke="none">
9
+ <path d="M989 6996 c-2 -2 -24 -6 -49 -10 -220 -28 -445 -141 -611 -306 -166
10
+ -164 -273 -370 -313 -600 -14 -74 -15 -406 -13 -2610 2 -1389 6 -2541 11
11
+ -2560 4 -19 19 -71 32 -116 117 -406 461 -709 884 -779 72 -12 473 -14 2580
12
+ -14 2386 0 2499 1 2590 19 299 58 546 222 715 475 69 103 131 241 151 336 34
13
+ 164 33 96 31 2689 -2 1389 -6 2540 -10 2559 -15 79 -61 221 -89 281 -145 309
14
+ -460 560 -773 616 -22 3 -49 9 -60 13 -21 6 -5069 14 -5076 7z"/>
15
+ </g>
16
+ </svg>
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "Common Admin",
3
+ "short_name": "CA",
4
+ "icons": [
5
+ {
6
+ "src": "/android-chrome-192x192.png",
7
+ "sizes": "192x192",
8
+ "type": "image/png"
9
+ },
10
+ {
11
+ "src": "/android-chrome-512x512.png",
12
+ "sizes": "512x512",
13
+ "type": "image/png"
14
+ }
15
+ ],
16
+ "theme_color": "#ffffff",
17
+ "background_color": "#ffffff",
18
+ "display": "standalone"
19
+ }
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "./styles": "./dist/style.css",
14
14
  "./*": "./*"
15
15
  },
16
- "version": "1.1.1",
16
+ "version": "1.2.0",
17
17
  "type": "module",
18
18
  "license": "Apache-2.0",
19
19
  "scripts": {
@@ -24,7 +24,7 @@
24
24
  "playground:build": "vite build",
25
25
  "build": "vite build --config vite.config.lib.ts",
26
26
  "lib:build": "vite build --config vite.config.lib.ts",
27
- "ci": "run-s --print-name --continue-on-error lint:tsc lint:eslint lint:stylelint",
27
+ "ci": "run-s --print-name lint:tsc lint:eslint lint:stylelint",
28
28
  "lint": "yarn ci",
29
29
  "lint:tsc": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
30
30
  "lint:eslint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
@@ -39,7 +39,7 @@
39
39
  "@intlify/unplugin-vue-i18n": "^0.11.0",
40
40
  "@kyvg/vue3-notification": "^2.9.1",
41
41
  "@mdi/font": "^7.2.96",
42
- "@rushstack/eslint-patch": "^1.3.0",
42
+ "@rushstack/eslint-patch": "^1.3.1",
43
43
  "@types/node": "^18.16.16",
44
44
  "@types/webfontloader": "^1.6.35",
45
45
  "@typescript-eslint/parser": "^5.59.9",
@@ -61,7 +61,7 @@
61
61
  "postcss-html": "^1.5.0",
62
62
  "postcss-prefix-selector": "^1.16.0",
63
63
  "prettier": "^2.8.8",
64
- "sass": "^1.62.1",
64
+ "sass": "^1.63.2",
65
65
  "shortcut-buttons-flatpickr": "^0.4.0",
66
66
  "stylelint": "^15.7.0",
67
67
  "stylelint-config-recommended-vue": "^1.4.0",
@@ -77,7 +77,7 @@
77
77
  "vue-i18n": "^9.2.2",
78
78
  "vue-router": "^4.2.2",
79
79
  "vue-tsc": "1.6.5",
80
- "vuetify": "3.3.2",
80
+ "vuetify": "3.3.3",
81
81
  "webfontloader": "^1.6.28"
82
82
  },
83
83
  "peerDependencies": {
@@ -86,13 +86,13 @@
86
86
  "@vueuse/core": "10.1.2",
87
87
  "@vueuse/integrations": "10.1.2",
88
88
  "axios": "1.4.0",
89
- "dayjs": "1.11.7",
89
+ "dayjs": "1.11.8",
90
90
  "flatpickr": "4.6.13",
91
91
  "pinia": "^2.1.3",
92
92
  "vue": "3.3.4",
93
93
  "vue-i18n": "9.2.2",
94
94
  "vue-router": "4.2.2",
95
- "vuetify": "3.3.2"
95
+ "vuetify": "3.3.3"
96
96
  },
97
97
  "peerDependenciesMeta": {
98
98
  "@vueuse/core": {