@zeedhi/teknisa-cli 1.40.0 → 1.41.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/teknisa-cli",
3
- "version": "1.40.0",
3
+ "version": "1.41.0",
4
4
  "description": "Teknisa CLI",
5
5
  "author": "Zeedhi <zeedhi@teknisa.com>",
6
6
  "license": "ISC",
@@ -34,5 +34,5 @@
34
34
  "/src",
35
35
  "/bin"
36
36
  ],
37
- "gitHead": "d800bb65956e058cf2ae6f5c79bd930424643082"
37
+ "gitHead": "bce3adcbc8986e99a5467d491971d8d26a1a84fd"
38
38
  }
@@ -5,9 +5,11 @@ module.exports = {
5
5
  es6: true,
6
6
  node: true
7
7
  },
8
- ignorePatterns: ["node_modules/", "**/coverage/*", "**/dist/*", "**/types/*", "**/__mocks__/*", "**/*.vue", "**/*.d.ts", "**/*.js"],
9
- parser: "@typescript-eslint/parser",
8
+ ignorePatterns: ["node_modules/", "**/coverage/*", "**/dist/*", "**/types/*", "**/__mocks__/*", "**/*.d.ts", "**/*.js"],
9
+ parser: "vue-eslint-parser",
10
10
  parserOptions: {
11
+ parser: "@typescript-eslint/parser",
12
+ extraFileExtensions: [".vue"],
11
13
  project: "./tsconfig.json"
12
14
  },
13
15
  plugins: [
@@ -4,10 +4,10 @@
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
7
- "lint": "vue-cli-service lint"
7
+ "lint": "vue-cli-service lint --ext .ts,.vue ./src"
8
8
  },
9
9
  "dependencies": {
10
- "@mdi/font": "^5.8.55",
10
+ "@mdi/font": "^6.5.95",
11
11
  "@types/execa": "^2.0.0",
12
12
  "@types/jest": "^26.0.19",
13
13
  "@types/lodash.merge": "^4.6.6",
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html lang="en">
2
+ <html lang="pt-br">
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -1,6 +1,18 @@
1
1
  <template>
2
2
  <v-app>
3
3
  <zd-page id="main-page" :key="mainPage.path" v-bind="mainPage" />
4
+
5
+ <!-- Modal -->
6
+ <zd-modal v-bind="{ name: 'appModal ' }" />
7
+
8
+ <!-- Alert -->
9
+ <zd-alert v-bind="{ name: 'appAlert ' }" />
10
+
11
+ <!-- Dialog -->
12
+ <zd-dialog v-bind="{ name: 'appDialog ' }" />
13
+
14
+ <!-- Loading -->
15
+ <zd-loading v-bind="{ name: 'appLoading' }" />
4
16
  </v-app>
5
17
  </template>
6
18
 
@@ -5,9 +5,11 @@ module.exports = {
5
5
  es6: true,
6
6
  node: true
7
7
  },
8
- ignorePatterns: ["node_modules/", "**/coverage/*", "**/dist/*", "**/types/*", "**/__mocks__/*", "**/*.vue", "**/*.d.ts", "**/*.js"],
9
- parser: "@typescript-eslint/parser",
8
+ ignorePatterns: ["node_modules/", "**/coverage/*", "**/dist/*", "**/types/*", "**/__mocks__/*", "**/*.d.ts", "**/*.js"],
9
+ parser: "vue-eslint-parser",
10
10
  parserOptions: {
11
+ parser: "@typescript-eslint/parser",
12
+ extraFileExtensions: [".vue"],
11
13
  project: "./tsconfig.json"
12
14
  },
13
15
  plugins: [
@@ -7,7 +7,7 @@
7
7
  "lint": "vue-cli-service lint"
8
8
  },
9
9
  "dependencies": {
10
- "@mdi/font": "^5.8.55",
10
+ "@mdi/font": "^6.5.95",
11
11
  "@types/execa": "^2.0.0",
12
12
  "@types/jest": "^26.0.19",
13
13
  "@types/lodash.merge": "^4.6.6",
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html lang="en">
2
+ <html lang="pt-br">
3
3
  <head>
4
4
  <meta http-equiv="<%= VUE_APP_META_CONTENT_SECURITY_POLICY %>" content="<%= VUE_APP_UPGRADE_INSECURE_REQUESTS %>">
5
5
  <meta charset="utf-8">