mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 13:23:09 +00:00
fixes incorrect reference to ember decorators action. deletes obsolete type definitions for ember decorators, lib now includes ts definitions
This commit is contained in:
parent
eb679c788b
commit
9a2e7ab411
@ -1,6 +1,6 @@
|
|||||||
import { get, set, setProperties } from '@ember/object';
|
import { get, set, setProperties } from '@ember/object';
|
||||||
import { typeOf } from '@ember/utils';
|
import { typeOf } from '@ember/utils';
|
||||||
import { action } from 'ember-decorators/object';
|
import { action } from '@ember-decorators/object';
|
||||||
import UserLookup from 'wherehows-web/components/user-lookup';
|
import UserLookup from 'wherehows-web/components/user-lookup';
|
||||||
import { Keyboard } from 'wherehows-web/constants/keyboard';
|
import { Keyboard } from 'wherehows-web/constants/keyboard';
|
||||||
import { suggestionLimit } from 'wherehows-web/constants/typeahead';
|
import { suggestionLimit } from 'wherehows-web/constants/typeahead';
|
||||||
|
21
wherehows-web/app/typings/ember-decorators.d.ts
vendored
21
wherehows-web/app/typings/ember-decorators.d.ts
vendored
@ -1,21 +0,0 @@
|
|||||||
declare module 'ember-decorators' {
|
|
||||||
export namespace Decorators {
|
|
||||||
const action: MethodDecorator;
|
|
||||||
}
|
|
||||||
export default Decorators;
|
|
||||||
}
|
|
||||||
|
|
||||||
declare module 'ember-decorators/object' {
|
|
||||||
import Decorators from 'ember-decorators';
|
|
||||||
export const action: typeof Decorators.action;
|
|
||||||
}
|
|
||||||
|
|
||||||
declare module 'ember-decorators/component';
|
|
||||||
|
|
||||||
declare module 'ember-decorators/controller';
|
|
||||||
|
|
||||||
declare module 'ember-decorators/data';
|
|
||||||
|
|
||||||
declare module 'ember-decorators/service';
|
|
||||||
|
|
||||||
declare module 'ember-decorators/utils';
|
|
Loading…
x
Reference in New Issue
Block a user