@syncfusion/ej2-vue-navigations 24.1.41 → 24.1.46

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-navigations@*",
3
- "_id": "@syncfusion/ej2-vue-navigations@22.41.2",
3
+ "_id": "@syncfusion/ej2-vue-navigations@24.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-rhRthb1suS66caaSimBR1+1PoTJFizzbmowfL7knfWCn3RuaBcRlMFgzo4mo27P3wffAtFGuhx+CTe8omYtsvQ==",
5
+ "_integrity": "sha512-JZ7WaM75wni+mLBik5S8F47qwBxsAJJpAi1RYxmi0UXkcRZG83SkfrdBAEDm+96kdsV24XchgsX5vVVybBky+A==",
6
6
  "_location": "/@syncfusion/ej2-vue-navigations",
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-navigations/-/ej2-vue-navigations-22.41.2.tgz",
23
- "_shasum": "45571d978c1c0aa89a234406aaca3bf20d654864",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-24.1.41.tgz",
23
+ "_shasum": "290ffc15a878e4c29bd4abbd5d39ac8e169e324d",
24
24
  "_spec": "@syncfusion/ej2-vue-navigations@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.1.41",
35
- "@syncfusion/ej2-navigations": "24.1.41",
34
+ "@syncfusion/ej2-base": "~24.1.46",
35
+ "@syncfusion/ej2-navigations": "24.1.46",
36
36
  "@syncfusion/ej2-vue-base": "~24.1.41"
37
37
  },
38
38
  "deprecated": false,
@@ -70,6 +70,6 @@
70
70
  "ci-publish": "gulp ci-publish",
71
71
  "compile": "gulp ci-compile && gulp vue-global-script"
72
72
  },
73
- "version": "24.1.41",
73
+ "version": "24.1.46",
74
74
  "sideEffects": false
75
75
  }
@@ -11,8 +11,8 @@ export declare const StepsPlugin: {
11
11
  * ```html
12
12
  * <ejs-stepper>
13
13
  * <e-steps>
14
- * <e-step :icon='e-icons e-folder' :text='Step 1' />
15
- * <e-step :icon='e-icons e-folder' :text='Step 2' />
14
+ * <e-step :iconCss='e-icons e-folder' :text='Step 1' />
15
+ * <e-step :iconCss='e-icons e-folder' :text='Step 2' />
16
16
  * </e-steps>
17
17
  * </ejs-stepper>
18
18
  * ```
@@ -36,8 +36,8 @@ export var StepsPlugin = {
36
36
  * ```html
37
37
  * <ejs-stepper>
38
38
  * <e-steps>
39
- * <e-step :icon='e-icons e-folder' :text='Step 1' />
40
- * <e-step :icon='e-icons e-folder' :text='Step 2' />
39
+ * <e-step :iconCss='e-icons e-folder' :text='Step 1' />
40
+ * <e-step :iconCss='e-icons e-folder' :text='Step 2' />
41
41
  * </e-steps>
42
42
  * </ejs-stepper>
43
43
  * ```