File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " Element for multiple file upload" ,
4
4
"main" : " file-uploader.html" ,
5
5
"dependencies" : {
6
- "app-localize-behavior " : " git@github.com:sharedlabs/app-localize-behavior .git#^1.0.0" ,
6
+ "app-localize-mixin " : " git@github.com:sharedlabs/app-localize-mixin .git#^1.0.0" ,
7
7
"iron-image" : " PolymerElements/iron-image#^1.2.5" ,
8
8
"offthread-image" : " git@github.com:sharedlabs/offthread-image.git#^1.0.0" ,
9
9
"overlay-container" : " git@github.com:sharedlabs/overlay-container.git#^1.0.0" ,
Original file line number Diff line number Diff line change 1
1
< link rel ="import " href ="../polymer/polymer-element.html ">
2
2
< link rel ="import " href ="../overlay-container/animated-overlay-mixin.html ">
3
- < link rel ="import " href ="../app-localize-behavior /app-localize-behavior .html ">
3
+ < link rel ="import " href ="../app-localize-mixin /app-localize-mixin .html ">
4
4
< link rel ="import " href ="../iron-flex-layout/iron-flex-layout.html ">
5
5
< link rel ="import " href ="../offthread-image/offthread-image.html ">
6
6
86
86
87
87
< script >
88
88
89
- class FileUploaderCompletedOverlay extends AnimatedOverlayMixin ( Polymer . AppLocalizeBehavior ( Polymer . Element ) ) {
89
+ class FileUploaderCompletedOverlay extends AnimatedOverlayMixin ( AppLocalizeMixin ( Polymer . Element ) ) {
90
90
91
91
static get is ( ) { return 'file-uploader-completed-overlay' ; }
92
92
Original file line number Diff line number Diff line change 1
1
< link rel ="import " href ="../polymer/polymer.html ">
2
- < link rel ="import " href ="../app-localize-behavior /app-localize-behavior .html ">
2
+ < link rel ="import " href ="../app-localize-mixin /app-localize-mixin .html ">
3
3
< link rel ="import " href ="../iron-flex-layout/iron-flex-layout.html ">
4
4
< link rel ="import " href ="../offthread-image/offthread-image.html ">
5
5
< link rel ="import " href ="../overlay-container/animated-overlay-mixin.html ">
110
110
111
111
< script >
112
112
113
- class FileUploaderProgressOverlay extends AnimatedOverlayMixin ( Polymer . AppLocalizeBehavior ( Polymer . Element ) ) {
113
+ class FileUploaderProgressOverlay extends AnimatedOverlayMixin ( AppLocalizeMixin ( Polymer . Element ) ) {
114
114
115
115
static get is ( ) { return 'file-uploader-progress-overlay' ; }
116
116
You can’t perform that action at this time.
0 commit comments