Skip to content

Commit 5b57177

Browse files
committed
fix: Rename date-time-picker to au-date-time-picker
1 parent ae1f418 commit 5b57177

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<require from="./date-time-picker.css"></require>
2+
<require from="./au-date-time-picker.css"></require>
33
<require from="font-awesome/css/font-awesome.css"></require>
44
<div class="input-group">
55
<input class="form-control datepicker-input" type="datetime"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { SelectionScope, DEFAULT_SCOPES } from './scope';
88
import { DEFAULT_CONFIGURATION, DateTimePickerConfiguration } from './configuration';
99

1010
@autoinject()
11-
export class DateTimePicker {
11+
export class AuDateTimePicker {
1212
protected locale: any;
1313

1414
@bindable({defaultBindingMode: bindingMode.twoWay})

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { FrameworkConfiguration, PLATFORM } from 'aurelia-framework';
22

3-
export * from './date-time-picker';
3+
export * from './au-date-time-picker';
44

55

66
export function configure(config: FrameworkConfiguration) {
7-
config.globalResources(PLATFORM.moduleName('./date-time-picker'));
7+
config.globalResources(PLATFORM.moduleName('./au-date-time-picker'));
88
}

0 commit comments

Comments
 (0)