@syncfusion/ej2-angular-navigations 24.2.3 → 24.2.4

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
@@ -226,6 +226,29 @@ The [Angular Menu](https://www.syncfusion.com/angular-components/angular-menu-ba
226
226
  * [Hamburger Menu](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/menu/hamburger-mode) - Supports Hamburger Menu that provides an adaptive view.
227
227
  * [Accessibility](https://ej2.syncfusion.com/angular/documentation/menu/accessibility) - Provided with built-in accessibility support that helps to access all the Menu component features through the keyboard, screen readers, or other assistive technology devices.
228
228
 
229
+ ### Angular Stepper
230
+
231
+ The [Angular Stepper](https://www.syncfusion.com/angular-components/angular-stepper?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm) component enables users to navigate through a series of steps or stages in a process within a web application. Stepper displays a list of steps with the current step highlighted, allowing users to move between steps. It includes several built-in features, such as different step types, orientation, linear flow, label positions, and template customization.
232
+
233
+ <p align="center">
234
+ <a href="https://ej2.syncfusion.com/angular/documentation/stepper/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Getting Started</a> .
235
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/stepper/default">Online demos</a> .
236
+ <a href="https://www.syncfusion.com/angular-components/angular-stepper?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Learn more</a>
237
+ </p>
238
+
239
+ <p align="center">
240
+ <img alt="Angular Stepper Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-stepper.png">
241
+ </p>
242
+
243
+ #### Key features
244
+
245
+ * [Step Types](https://ej2.syncfusion.com/angular/documentation/stepper/steptypes) - Display steps with indicators and labels, only indicators, or only labels.
246
+ * [Orientation](https://ej2.syncfusion.com/angular/documentation/stepper/orientations) - A layout to display steps in a horizontal or vertical orientation.
247
+ * [Linear Flow](https://ej2.syncfusion.com/angular/documentation/stepper/linear-flow) - Enable a step-by-step progression, completing one step before moving on to the next.
248
+ * [Label Positioning](https://ej2.syncfusion.com/angular/documentation/stepper/steptypes#label-positions) - Show the label at the top, bottom, left, or right.
249
+ * [Tooltip](https://ej2.syncfusion.com/angular/documentation/stepper/tooltip) - Show additional information when users hover over a step, such as a label or customized text.
250
+ * [Templates](https://ej2.syncfusion.com/angular/documentation/stepper/template) - Customize the default appearance and content of each step using templates.
251
+
229
252
  <p align="center">
230
253
  Trusted by the world's leading companies
231
254
  <a href="https://www.syncfusion.com/">
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-navigations@*",
3
- "_id": "@syncfusion/ej2-angular-navigations@24.1.46",
3
+ "_id": "@syncfusion/ej2-angular-navigations@24.2.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-TSImkkN5C0CIf00DygewgWAgDz7WFHg2434eWheQ3TT9nXxfu8muzyz8B+M9Pd+z/FlSglh219mVVb4UcTBbTQ==",
5
+ "_integrity": "sha512-vUxLomyo++tfHEfpqRHRyxeKZ6PplYB6OyuqWN0MYt5+3bUQxY6ojmbMx6Ab5VL6GBYFHbyjP2WbYxllDkTpXg==",
6
6
  "_location": "/@syncfusion/ej2-angular-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-angular-hotfix/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-24.1.46.tgz",
23
- "_shasum": "6b101e99c2f4f76ae9dc4d6395c043df16ef39b8",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-24.2.3.tgz",
23
+ "_shasum": "bee46c829e0aab8b27538e77ed5ea90b26b6757b",
24
24
  "_spec": "@syncfusion/ej2-angular-navigations@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~24.2.3",
35
35
  "@syncfusion/ej2-base": "~24.2.3",
36
- "@syncfusion/ej2-navigations": "24.2.3",
36
+ "@syncfusion/ej2-navigations": "24.2.4",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -102,5 +102,5 @@
102
102
  "schematics": "./schematics/collection.json",
103
103
  "sideEffects": false,
104
104
  "typings": "syncfusion-ej2-angular-navigations.d.ts",
105
- "version": "24.2.3"
105
+ "version": "24.2.4"
106
106
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-navigations";
2
- export declare const pkgVer = "^24.1.46";
2
+ export declare const pkgVer = "^24.2.3";
3
3
  export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule";
4
- export declare const themeVer = "~24.1.46";
4
+ export declare const themeVer = "~24.2.3";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-navigations';
4
- exports.pkgVer = '^24.2.3';
4
+ exports.pkgVer = '^24.2.4';
5
5
  exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule';
6
- exports.themeVer = '~24.2.3';
6
+ exports.themeVer = '~24.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-navigations';
2
- export const pkgVer = '^24.2.3';
2
+ export const pkgVer = '^24.2.4';
3
3
  export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule';
4
- export const themeVer = '~24.2.3';
4
+ export const themeVer = '~24.2.4';