@syncfusion/ej2-vue-splitbuttons 21.1.35 → 21.1.37

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,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-vue-splitbuttons@19.15.4",
3
+ "_id": "@syncfusion/ej2-vue-splitbuttons@21.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-GQ4HHT4VR/iifP4o0yLEFifzpymAZM/prUuGYwftcmrOXF3L4DO6uZjMe8YT0Upeg4MbhHPG4rAFu6JENfWadg==",
5
+ "_integrity": "sha512-UcB7MhTl+qscK81DzQhzt8ZPzIWgGPZ4JGBWzXFkrV6oVKdf5161HiUVacQjLAekBNnZVqkq7JlkBT2j4eleLQ==",
6
6
  "_location": "/@syncfusion/ej2-vue-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-splitbuttons/-/ej2-vue-splitbuttons-19.15.4.tgz",
23
- "_shasum": "601818149ed24796d0c5427c9333cb283c1ff1d7",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-splitbuttons/-/ej2-vue-splitbuttons-21.1.35.tgz",
23
+ "_shasum": "bad3eb2f57b16affd98f3afc6fb6e3ac0a055049",
24
24
  "_spec": "@syncfusion/ej2-vue-splitbuttons@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~21.1.35",
35
- "@syncfusion/ej2-splitbuttons": "21.1.35",
36
- "@syncfusion/ej2-vue-base": "~21.1.35"
34
+ "@syncfusion/ej2-base": "~21.1.37",
35
+ "@syncfusion/ej2-splitbuttons": "21.1.37",
36
+ "@syncfusion/ej2-vue-base": "~21.1.37"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Vue",
@@ -61,8 +61,9 @@
61
61
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
62
62
  },
63
63
  "scripts": {
64
- "postinstall": "node ../ej2-vue-base/postinstall.js"
64
+ "ci-publish": "gulp ci-publish",
65
+ "compile": "gulp ci-compile && gulp vue-global-script"
65
66
  },
66
- "version": "21.1.35",
67
+ "version": "21.1.37",
67
68
  "sideEffects": false
68
69
  }
@@ -9,6 +9,7 @@ export declare const props: any, watch: any, emitProbs: any;
9
9
  * ```
10
10
  */
11
11
  export declare let DropDownButtonComponent: any;
12
+ export declare type DropDownButtonComponent = InstanceType<typeof DropDownButtonComponent>;
12
13
  export declare const DropDownButtonPlugin: {
13
14
  name: string;
14
15
  install(Vue: any): void;
@@ -9,6 +9,7 @@ export declare const props: any, watch: any, emitProbs: any;
9
9
  * ```
10
10
  */
11
11
  export declare let ProgressButtonComponent: any;
12
+ export declare type ProgressButtonComponent = InstanceType<typeof ProgressButtonComponent>;
12
13
  export declare const ProgressButtonPlugin: {
13
14
  name: string;
14
15
  install(Vue: any): void;
@@ -9,6 +9,7 @@ export declare const props: any, watch: any, emitProbs: any;
9
9
  * ```
10
10
  */
11
11
  export declare let SplitButtonComponent: any;
12
+ export declare type SplitButtonComponent = InstanceType<typeof SplitButtonComponent>;
12
13
  export declare const SplitButtonPlugin: {
13
14
  name: string;
14
15
  install(Vue: any): void;