tango-app-ui-shared 3.3.1-beta.66 → 3.3.1-beta.68
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/esm2022/lib/modules/intro/lead-intro/lead-intro.component.mjs +3 -3
- package/esm2022/lib/modules/layout/toolbar/toolbar.component.mjs +3 -3
- package/fesm2022/{tango-app-ui-shared-intro.module-CLxzKIup.mjs → tango-app-ui-shared-intro.module-DYh4ZRha.mjs} +3 -3
- package/fesm2022/tango-app-ui-shared-intro.module-DYh4ZRha.mjs.map +1 -0
- package/fesm2022/tango-app-ui-shared.mjs +3 -3
- package/fesm2022/tango-app-ui-shared.mjs.map +1 -1
- package/package.json +1 -1
- package/fesm2022/tango-app-ui-shared-intro.module-CLxzKIup.mjs.map +0 -1
|
@@ -4905,7 +4905,7 @@ class ToolbarComponent {
|
|
|
4905
4905
|
this.setUIProperties(false, false, false, false, false, true, false);
|
|
4906
4906
|
}
|
|
4907
4907
|
else if (url[2] == 'trax') {
|
|
4908
|
-
if (url[2] == 'trax' && (url.includes('createChecklist') || url.includes('configure'))) {
|
|
4908
|
+
if (url[2] == 'trax' && (url.includes('createChecklist') || url.includes('configure') || url.includes('create-order'))) {
|
|
4909
4909
|
this.setUIProperties(false, false, false, false, false, false, false);
|
|
4910
4910
|
}
|
|
4911
4911
|
else if (url[2] == 'trax' && (url.includes('checklist') || url.includes('gallery'))) {
|
|
@@ -4942,7 +4942,7 @@ class ToolbarComponent {
|
|
|
4942
4942
|
this.setUIProperties(false, false, false, false, false, true, false);
|
|
4943
4943
|
}
|
|
4944
4944
|
else if (url[2] == 'trax') {
|
|
4945
|
-
if (url[2] == 'trax' && (url.includes('createChecklist') || url.includes('configure'))) {
|
|
4945
|
+
if (url[2] == 'trax' && (url.includes('createChecklist') || url.includes('configure') || url.includes('create-order'))) {
|
|
4946
4946
|
this.setUIProperties(false, false, false, false, false, false, false);
|
|
4947
4947
|
}
|
|
4948
4948
|
else if (url[2] == 'trax' && (url.includes('checklist') || url.includes('gallery'))) {
|
|
@@ -6871,7 +6871,7 @@ const Routing = [
|
|
|
6871
6871
|
},
|
|
6872
6872
|
{
|
|
6873
6873
|
path: 'explore',
|
|
6874
|
-
loadChildren: () => import('./tango-app-ui-shared-intro.module-
|
|
6874
|
+
loadChildren: () => import('./tango-app-ui-shared-intro.module-DYh4ZRha.mjs').then((m) => m.IntroModule),
|
|
6875
6875
|
},
|
|
6876
6876
|
{
|
|
6877
6877
|
path: 'notifications',
|