UNPKG

1.05 kBSource Map (JSON)View Raw
1{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/datepicker/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,SAAS,mBAAmB,QAAQ,wBAAwB,CAAC;AAC7D,SAAS,gBAAgB,QAAQ,qBAAqB,CAAC;AACvD,SAAS,kBAAkB,QAAQ,uBAAuB,CAAA;AAC1D,SAAS,oBAAoB,QAAQ,yBAAyB,CAAA;AAC9D,SAAS,mBAAmB,QAAQ,wBAAwB,CAAA;AAC5D,SAAS,aAAa,QAAQ,kBAAkB,CAAA;AAChD,SAAS,gBAAgB,QAAQ,qBAAqB,CAAC","sourcesContent":["/*\n todo: general:\n 1. Popup\n 2. Keyboard support\n 3. custom-class attribute support\n 4. date-disabled attribute support\n 5. template-url attribute support\n */\nexport { DatePickerComponent } from './datepicker.component';\nexport { DatepickerModule } from './datepicker.module';\nexport { DayPickerComponent } from './daypicker.component'\nexport { MonthPickerComponent } from './monthpicker.component'\nexport { YearPickerComponent } from './yearpicker.component'\nexport { DateFormatter } from './date-formatter'\nexport { DatepickerConfig } from './datepicker.config';\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file