@tuki-io/tuki-widgets 0.0.198 → 0.0.200
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/esm2020/di2mt/shared/components/stat-card/stat-card.component.mjs +2 -2
- package/esm2020/user-creation/src/widgets/user-creation-wizard/components/user-template-step/user-template-step.component.mjs +2 -2
- package/esm2020/user-creation/src/widgets/user-creation-wizard/user-creation-wizard.service.mjs +2 -2
- package/fesm2015/tuki-io-tuki-widgets-di2mt.mjs +1 -1
- package/fesm2015/tuki-io-tuki-widgets-di2mt.mjs.map +1 -1
- package/fesm2015/tuki-io-tuki-widgets-user-creation.mjs +2 -2
- package/fesm2015/tuki-io-tuki-widgets-user-creation.mjs.map +1 -1
- package/fesm2020/tuki-io-tuki-widgets-di2mt.mjs +1 -1
- package/fesm2020/tuki-io-tuki-widgets-di2mt.mjs.map +1 -1
- package/fesm2020/tuki-io-tuki-widgets-user-creation.mjs +2 -2
- package/fesm2020/tuki-io-tuki-widgets-user-creation.mjs.map +1 -1
- package/package.json +1 -1
- package/user-creation/src/widgets/user-creation-wizard/components/user-template-step/user-template-step.component.d.ts +1 -1
|
@@ -571,7 +571,7 @@ class UserCreationWizardService {
|
|
|
571
571
|
loadPlaceholderData() {
|
|
572
572
|
var _a;
|
|
573
573
|
this.siteOptions = ['Site 1', 'Site 2', 'Site 3'];
|
|
574
|
-
this.templateOptions = ['
|
|
574
|
+
this.templateOptions = ['8851 + CSF'];
|
|
575
575
|
this.lineOptions = [
|
|
576
576
|
{
|
|
577
577
|
number: '557046',
|
|
@@ -753,7 +753,7 @@ class UserTemplateStepComponent {
|
|
|
753
753
|
});
|
|
754
754
|
this.userCreationType = USER_CREATION_TYPES.CUCM;
|
|
755
755
|
this.USER_CREATION_TYPES = USER_CREATION_TYPES;
|
|
756
|
-
this.defaultTemplateName = '
|
|
756
|
+
this.defaultTemplateName = '8851 + CSF';
|
|
757
757
|
this.fallbackTemplateId = '-1';
|
|
758
758
|
this.destroy$ = new Subject();
|
|
759
759
|
this.sitesList = [];
|