Skip to content

Commit 5e94504

Browse files
committed
chore: remove scss core and update webpack
1 parent 15a0ca7 commit 5e94504

File tree

98 files changed

+737
-25607
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+737
-25607
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

core/js/lumx.js renamed to core/lumx.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ angular.module('lumx.button', []);
2222
angular.module('lumx.checkbox', []);
2323
angular.module('lumx.chip', []);
2424
angular.module('lumx.data-table', []);
25-
angular.module('lumx.date-picker', []);
2625
angular.module('lumx.dialog', ['lumx.utils.event-scheduler']);
2726
angular.module('lumx.dropdown', ['lumx.utils.event-scheduler']);
2827
angular.module('lumx.grid', []);
@@ -47,7 +46,6 @@ angular.module('lumx', [
4746
'lumx.checkbox',
4847
'lumx.chip',
4948
'lumx.data-table',
50-
'lumx.date-picker',
5149
'lumx.dialog',
5250
'lumx.dropdown',
5351
'lumx.grid',

core/scss/_legacy-theme-lumapps.scss

Lines changed: 0 additions & 7 deletions
This file was deleted.

core/scss/_legacy-theme-material.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

demo/app.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,6 @@ function AppDefaultConfig($locationProvider, $stateProvider, markedProvider) {
7676
},
7777
},
7878
})
79-
.state('app.components.date-picker', {
80-
url: 'date-picker',
81-
views: {
82-
'main@': {
83-
controller: 'DemoDatePickerController',
84-
controllerAs: 'vm',
85-
template: require('./components/date-picker/demo.html'),
86-
},
87-
},
88-
})
8979
.state('app.components.dialog', {
9080
url: 'dialog',
9181
views: {

demo/components/date-picker/controller.js

Lines changed: 0 additions & 95 deletions
This file was deleted.

demo/components/date-picker/demo.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

demo/components/date-picker/doc.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

demo/components/date-picker/partials/default.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

demo/components/date-picker/partials/text-field.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

demo/scss/lumx.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
@import '../../core/scss/legacy-theme-material';
1+
$mdi-font-path: '../../node_modules/@mdi/font/fonts';
2+
3+
@import 'materialdesignicons';
4+
@import 'mq';
5+
@import 'core-material';
6+
@import 'components-material';
7+
@import 'core-lumapps';
8+
@import 'components-lumapps';
29
@import './demo/demo-block';
310
@import './demo/demo-colors';
411
@import './demo/demo-grid';

0 commit comments

Comments
 (0)