@c8y/ngx-components 1021.25.1 → 1021.25.5
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/core/stepper/stepper-buttons.component.d.ts.map +1 -1
- package/ecosystem/application-plugins/application-plugins.guard.d.ts.map +1 -1
- package/esm2022/core/stepper/stepper-buttons.component.mjs +2 -1
- package/esm2022/ecosystem/application-plugins/application-plugins.guard.mjs +8 -2
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs +7 -1
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs +7 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +1 -0
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +426 -535
- package/locales/es.po +459 -535
- package/locales/fr.po +467 -544
- package/locales/ja_JP.po +394 -590
- package/locales/ko.po +640 -496
- package/locales/nl.po +460 -536
- package/locales/pl.po +500 -547
- package/locales/pt_BR.po +463 -538
- package/locales/zh_CN.po +641 -492
- package/locales/zh_TW.po +641 -492
- package/package.json +1 -1
|
@@ -17430,6 +17430,7 @@ class C8yStepperButtons {
|
|
|
17430
17430
|
* Otherwise it will call stepper.next() as default.
|
|
17431
17431
|
*/
|
|
17432
17432
|
next() {
|
|
17433
|
+
this.stepper.selected.completed = true;
|
|
17433
17434
|
if (this.onNext.observers.length > 0) {
|
|
17434
17435
|
this.onNext.emit({ stepper: this.stepper, step: this.step });
|
|
17435
17436
|
}
|