@zeedhi/vuetify 1.131.0 → 1.132.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/vuetify",
3
- "version": "1.131.0",
3
+ "version": "1.132.0",
4
4
  "description": "Zeedhi Components based on Vuetify",
5
5
  "author": "Zeedhi <zeedhi@teknisa.com>",
6
6
  "license": "ISC",
@@ -51,5 +51,5 @@
51
51
  "@types/prismjs": "1.26.*",
52
52
  "@types/sortablejs": "1.15.*"
53
53
  },
54
- "gitHead": "011eb4286bbe79652dd55b715bada56a6a0dcda0"
54
+ "gitHead": "ca61fca73777828b4787c7600ffe61a44abce925"
55
55
  }
@@ -22,7 +22,7 @@ export default class EditableMixin extends Vue {
22
22
  */
23
23
  currentUpdatingIds: string[];
24
24
  mounted(): void;
25
- viewEnterEdit(rowKey: string, columnName: string): void;
25
+ viewEnterEdit(rowKey: string, columnName: string, force?: boolean): void;
26
26
  get editedRows(): IDictionary<any>[];
27
27
  /**
28
28
  * Watches editedRows and decides which cells should be forced update
package/.package.json DELETED
@@ -1,54 +0,0 @@
1
- {
2
- "name": "@zeedhi/vuetify",
3
- "version": "1.129.0",
4
- "description": "Zeedhi Components based on Vuetify",
5
- "author": "Zeedhi <zeedhi@teknisa.com>",
6
- "license": "ISC",
7
- "main": "dist/zd-vuetify.umd.js",
8
- "module": "dist/zd-vuetify.esm.js",
9
- "typings": "types/index.d.ts",
10
- "publishConfig": {
11
- "access": "public"
12
- },
13
- "scripts": {
14
- "build": "rollup -c && npm run build:scss",
15
- "build:scss": "rollup -c rollup.scss.config.js",
16
- "docs": "typedoc --out docs src/",
17
- "lint": "eslint . --fix --ext .ts",
18
- "test": "jest",
19
- "watch": "rollup -cw"
20
- },
21
- "dependencies": {
22
- "@panter/vue-i18next": "0.15.*",
23
- "@zeedhi/zd-vue-treeselect": "^1.3.0",
24
- "apexcharts": "3.36.*",
25
- "hooper": "0.3.*",
26
- "lodash.camelcase": "4.3.*",
27
- "lodash.debounce": "4.0.*",
28
- "lodash.isundefined": "3.0.*",
29
- "lodash.kebabcase": "4.1.*",
30
- "prismjs": "1.29.*",
31
- "sl-vue-tree": "1.8.*",
32
- "sortablejs": "1.15.*",
33
- "vue-apexcharts": "1.6.*",
34
- "vue-class-component": "7.2.*",
35
- "vue-grid-layout": "2.4.*",
36
- "vue-property-decorator": "9.1.*",
37
- "vuetify": "2.6.*"
38
- },
39
- "devDependencies": {
40
- "@types/lodash.camelcase": "4.3.*",
41
- "@types/lodash.debounce": "4.0.*",
42
- "@types/lodash.isundefined": "3.0.*",
43
- "@types/lodash.kebabcase": "4.1.*",
44
- "@types/prismjs": "1.26.*",
45
- "@types/sortablejs": "1.15.*"
46
- },
47
- "peerDependencies": {
48
- "@zeedhi/common": "^1.97.0",
49
- "@zeedhi/core": "^1.97.0",
50
- "@zeedhi/vue": "^1.97.0",
51
- "vue": "2.7.*",
52
- "vuetify": "2.6.*"
53
- }
54
- }