File tree Expand file tree Collapse file tree 10 files changed +47
-101
lines changed
Expand file tree Collapse file tree 10 files changed +47
-101
lines changed Original file line number Diff line number Diff line change 1919 "@ovh-ux/manager-sms" : " ^4.0.0" ,
2020 "@ovh-ux/manager-telecom-styles" : " ^2.0.2" ,
2121 "@ovh-ux/manager-welcome" : " ^1.0.1" ,
22+ "@ovh-ux/ng-at-internet" : " ^4.0.0" ,
23+ "@ovh-ux/ng-at-internet-ui-router-plugin" : " ^2.0.0" ,
2224 "@ovh-ux/ng-ovh-actions-menu" : " ^5.0.0-alpha.0" ,
2325 "@ovh-ux/ng-ovh-api-wrappers" : " ^3.0.0" ,
2426 "@ovh-ux/ng-ovh-contracts" : " ^3.0.0-beta.3" ,
5052 "angular-validation-match" : " ^1.4.0" ,
5153 "angular-vs-repeat" : " ^2.0.9" ,
5254 "angularjs-scroll-glue" : " ^2.2.0" ,
53- "at-internet-ui-router-plugin" : " ^1.0.0" ,
5455 "bootstrap" : " ~3.3.7" ,
5556 "bootstrap4" : " twbs/bootstrap#v4.0.0" ,
5657 "chart.js" : " ~2.6.0" ,
6465 "lodash" : " ^3.10.1" ,
6566 "matchmedia-ng" : " ^1.0.8" ,
6667 "moment" : " ^2.22.2" ,
67- "ng-at-internet" : " ^3.1.1" ,
6868 "ng-csv" : " ^0.3.6" ,
6969 "oclazyload" : " ^1.1.0" ,
7070 "ovh-angular-checkbox-table" : " ^0.1.2" ,
8383 "@ovh-ux/manager-webpack-config" : " ^3.0.1" ,
8484 "webpack-merge" : " ^4.1.4"
8585 }
86- }
86+ }
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import navbar from './navbar';
2222
2323import '@ovh-ux/ng-ovh-api-wrappers' ;
2424import 'angular-ui-bootstrap' ;
25- import 'at-internet-ui-router-plugin ' ;
26- import 'ng-at-internet' ;
25+ import '@ovh-ux/ng-at-internet ' ;
26+ import '@ovh-ux/ ng-at-internet-ui-router-plugin ' ;
2727import 'ovh-ui-angular' ;
2828
2929import 'ovh-ui-kit/dist/oui.css' ;
@@ -35,12 +35,12 @@ import './manager-layout-ovh.less';
3535
3636angular
3737 . module ( 'ovhManager' , [
38- 'atInternetUiRouterPlugin' ,
3938 core ,
4039 freefax ,
4140 navbar ,
42- 'ng-at-internet' ,
4341 ngAria ,
42+ 'ngAtInternet' ,
43+ 'ngAtInternetUiRouterPlugin' ,
4444 ngMessages ,
4545 ngSanitize ,
4646 'oui' ,
Original file line number Diff line number Diff line change 1414 "@ovh-ux/manager-core" : " ^4.0.0" ,
1515 "@ovh-ux/manager-sms" : " ^4.0.0" ,
1616 "@ovh-ux/manager-telecom-styles" : " ^2.0.2" ,
17+ "@ovh-ux/ng-at-internet" : " ^4.0.0" ,
18+ "@ovh-ux/ng-at-internet-ui-router-plugin" : " ^2.0.0" ,
1719 "@ovh-ux/ng-ovh-api-wrappers" : " ^3.0.0" ,
1820 "@ovh-ux/ng-ovh-contracts" : " ^3.0.0-beta.3" ,
1921 "@ovh-ux/ng-ovh-telecom-universe-components" : " ^3.0.0" ,
2224 "angular" : " 1.7.5" ,
2325 "angular-messages" : " ^1.7.6" ,
2426 "angular-ui-validate" : " ^1.2.3" ,
25- "at-internet-ui-router-plugin" : " ^1.0.0" ,
2627 "font-awesome" : " 4.7.0" ,
2728 "jquery" : " ^2.1.3" ,
2829 "lodash" : " ^3.10.1" ,
29- "ng-at-internet" : " ^3.1.1" ,
3030 "oclazyload" : " ^1.1.0" ,
3131 "ovh-angular-checkbox-table" : " ^0.1.2" ,
3232 "ovh-angular-ui-confirm-modal" : " ^1.0.2" ,
3737 "ovh-manager-webfont" : " ^1.0.2" ,
3838 "webpack-merge" : " ^4.1.4"
3939 }
40- }
40+ }
Original file line number Diff line number Diff line change 1414 "@ovh-ux/manager-core" : " ^4.0.0" ,
1515 "@ovh-ux/manager-telecom-dashboard" : " ^2.0.0" ,
1616 "@ovh-ux/manager-telecom-styles" : " ^2.0.2" ,
17+ "@ovh-ux/ng-at-internet" : " ^4.0.0" ,
18+ "@ovh-ux/ng-at-internet-ui-router-plugin" : " ^2.0.0" ,
1719 "@ovh-ux/ng-ovh-telecom-universe-components" : " ^3.0.0" ,
1820 "@ovh-ux/ng-uirouter-title" : " ^2.0.0-beta.3" ,
1921 "@uirouter/angularjs" : " ^1.0.15" ,
2022 "angular" : " 1.7.5" ,
21- "at-internet-ui-router-plugin" : " ^1.0.0" ,
2223 "bootstrap4" : " twbs/bootstrap#v4.0.0" ,
2324 "jquery" : " ^2.1.3" ,
2425 "lodash" : " ^3.10.1" ,
25- "ng-at-internet" : " ^3.1.1" ,
2626 "ovh-manager-webfont" : " ^1.0.2" ,
2727 "ovh-ui-kit" : " ^2.23.1" ,
2828 "ovh-ui-kit-bs" : " ^2.1.1"
3131 "@ovh-ux/manager-webpack-config" : " ^3.0.1" ,
3232 "webpack-merge" : " ^4.1.4"
3333 }
34- }
34+ }
Original file line number Diff line number Diff line change 3737 "peerDependencies" : {
3838 "@ovh-ux/manager-core" : " ^4.0.0" ,
3939 "@ovh-ux/manager-telecom-styles" : " ^2.0.2" ,
40+ "@ovh-ux/ng-at-internet" : " ^4.0.0" ,
41+ "@ovh-ux/ng-at-internet-ui-router-plugin" : " ^2.0.0" ,
4042 "@ovh-ux/ng-ovh-contracts" : " ^3.0.0-beta.3" ,
4143 "@ovh-ux/ng-ovh-telecom-universe-components" : " ^3.0.0" ,
4244 "@ovh-ux/ng-pagination-front" : " ^8.0.0-alpha.0" ,
4345 "@uirouter/angularjs" : " ^1.0.15" ,
4446 "angular" : " 1.7.5" ,
4547 "angular-messages" : " ^1.7.6" ,
4648 "angular-ui-validate" : " ^1.2.3" ,
47- "at-internet-ui-router-plugin" : " ^1.0.0" ,
4849 "font-awesome" : " 4.7.0" ,
49- "ng-at-internet" : " ^3.1.1" ,
5050 "oclazyload" : " ^1.1.0" ,
5151 "ovh-angular-checkbox-table" : " ^0.1.2" ,
5252 "ovh-angular-ui-confirm-modal" : " ^1.0.2" ,
5555 "ovh-ui-kit" : " ^2.23.1" ,
5656 "ovh-ui-kit-bs" : " ^2.1.1"
5757 }
58- }
58+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import '@ovh-ux/manager-telecom-styles';
44import '@ovh-ux/ng-ovh-contracts' ;
55import '@ovh-ux/ng-ovh-telecom-universe-components' ;
66import '@uirouter/angularjs' ;
7- import 'ng-at-internet' ;
7+ import '@ovh-ux/ ng-at-internet' ;
88import 'ovh-api-services' ;
99
1010import 'ovh-ui-kit/dist/oui.css' ;
@@ -23,7 +23,7 @@ const moduleName = 'ovhManagerSmsOrderComponent';
2323angular
2424 . module ( moduleName , [
2525 'ui.router' ,
26- 'ng-at-internet ' ,
26+ 'ngAtInternet ' ,
2727 'ngOvhContracts' ,
2828 'ovh-api-services' ,
2929 'ovhManagerCore' ,
Original file line number Diff line number Diff line change 11import angular from 'angular' ;
22import '@uirouter/angularjs' ;
3- import 'ng-at-internet' ;
3+ import '@ovh-ux/ ng-at-internet' ;
44
55import controller from './telecom-sms-sms.controller' ;
66import template from './telecom-sms-sms.html' ;
@@ -17,7 +17,7 @@ const moduleName = 'ovhManagerSmsSmsComponent';
1717angular
1818 . module ( moduleName , [
1919 'ui.router' ,
20- 'ng-at-internet ' ,
20+ 'ngAtInternet ' ,
2121 compose ,
2222 hlr ,
2323 incoming ,
Original file line number Diff line number Diff line change 3131 "peerDependencies" : {
3232 "@ovh-ux/manager-core" : " ^4.0.0" ,
3333 "@ovh-ux/manager-telecom-styles" : " ^2.0.2" ,
34+ "@ovh-ux/ng-at-internet" : " ^4.0.0" ,
35+ "@ovh-ux/ng-at-internet-ui-router-plugin" : " ^2.0.0" ,
3436 "@ovh-ux/ng-ovh-telecom-universe-components" : " ^3.0.0" ,
3537 "@ovh-ux/ng-uirouter-title" : " ^2.0.0-beta.3" ,
3638 "@uirouter/angularjs" : " ^1.0.15" ,
3739 "angular" : " 1.7.5" ,
38- "at-internet-ui-router-plugin" : " ^1.0.0" ,
3940 "bootstrap4" : " twbs/bootstrap#v4.0.0" ,
4041 "lodash" : " ^3.10.1" ,
41- "ng-at-internet" : " ^3.1.1" ,
4242 "ovh-manager-webfont" : " ^1.0.2" ,
4343 "ovh-ui-kit" : " ^2.23.1" ,
4444 "ovh-ui-kit-bs" : " ^2.1.1"
4545 }
46- }
46+ }
Original file line number Diff line number Diff line change 11import angular from 'angular' ;
22import '@uirouter/angularjs' ;
3- import 'ng-at-internet' ;
4- import 'at-internet-ui-router-plugin' ;
3+ import '@ovh-ux/ ng-at-internet' ;
4+ import '@ovh-ux/ng- at-internet-ui-router-plugin' ;
55import '@ovh-ux/ng-uirouter-title' ;
66import '@ovh-ux/manager-core' ;
77import '@ovh-ux/ng-ovh-telecom-universe-components' ;
@@ -26,8 +26,8 @@ const moduleName = 'ovhManagerTelecomDashboard';
2626
2727angular
2828 . module ( moduleName , [
29- 'atInternetUiRouterPlugin ' ,
30- 'ng-at-internet ' ,
29+ 'ngAtInternet ' ,
30+ 'ngAtInternetUiRouterPlugin ' ,
3131 'ngUirouterTitle' ,
3232 'ovhManagerCore' ,
3333 'ngOvhTelecomUniverseComponents' ,
You can’t perform that action at this time.
0 commit comments