diff --git a/typescript/base/single/button/button.basic.ts b/typescript/base/single/button/button.basic.d.ts similarity index 100% rename from typescript/base/single/button/button.basic.ts rename to typescript/base/single/button/button.basic.d.ts diff --git a/typescript/base/single/single.ts b/typescript/base/single/single.d.ts similarity index 100% rename from typescript/base/single/single.ts rename to typescript/base/single/single.d.ts diff --git a/typescript/base/single/trigger/trigger.ts b/typescript/base/single/trigger/trigger.d.ts similarity index 100% rename from typescript/base/single/trigger/trigger.ts rename to typescript/base/single/trigger/trigger.d.ts diff --git a/typescript/core/action/action.ts b/typescript/core/action/action.d.ts similarity index 100% rename from typescript/core/action/action.ts rename to typescript/core/action/action.d.ts diff --git a/typescript/core/action/action.show.ts b/typescript/core/action/action.show.d.ts similarity index 100% rename from typescript/core/action/action.show.ts rename to typescript/core/action/action.show.d.ts diff --git a/typescript/core/base.ts b/typescript/core/base.d.ts similarity index 100% rename from typescript/core/base.ts rename to typescript/core/base.d.ts diff --git a/typescript/core/behavior/behavior.ts b/typescript/core/behavior/behavior.d.ts similarity index 100% rename from typescript/core/behavior/behavior.ts rename to typescript/core/behavior/behavior.d.ts diff --git a/typescript/core/behavior/behavior.highlight.ts b/typescript/core/behavior/behavior.highlight.d.ts similarity index 100% rename from typescript/core/behavior/behavior.highlight.ts rename to typescript/core/behavior/behavior.highlight.d.ts diff --git a/typescript/core/behavior/behavior.redmark.ts b/typescript/core/behavior/behavior.redmark.d.ts similarity index 57% rename from typescript/core/behavior/behavior.redmark.ts rename to typescript/core/behavior/behavior.redmark.d.ts index 2bdc3f955..a58f5398f 100644 --- a/typescript/core/behavior/behavior.redmark.ts +++ b/typescript/core/behavior/behavior.redmark.d.ts @@ -1,4 +1,5 @@ -import { _Behavior } from "./behavior"; +import { _Behavior } from "./behavior.d"; + export interface _RedMarkBehavior extends _Behavior { } \ No newline at end of file diff --git a/typescript/core/func/array.ts b/typescript/core/func/array.d.ts similarity index 100% rename from typescript/core/func/array.ts rename to typescript/core/func/array.d.ts diff --git a/typescript/core/func/date.ts b/typescript/core/func/date.d.ts similarity index 100% rename from typescript/core/func/date.ts rename to typescript/core/func/date.d.ts diff --git a/typescript/core/func/function.ts b/typescript/core/func/function.d.ts similarity index 100% rename from typescript/core/func/function.ts rename to typescript/core/func/function.d.ts diff --git a/typescript/core/func/index.ts b/typescript/core/func/index.d.ts similarity index 100% rename from typescript/core/func/index.ts rename to typescript/core/func/index.d.ts diff --git a/typescript/core/func/number.ts b/typescript/core/func/number.d.ts similarity index 100% rename from typescript/core/func/number.ts rename to typescript/core/func/number.d.ts diff --git a/typescript/core/func/string.ts b/typescript/core/func/string.d.ts similarity index 100% rename from typescript/core/func/string.ts rename to typescript/core/func/string.d.ts diff --git a/typescript/core/i18n.ts b/typescript/core/i18n.d.ts similarity index 100% rename from typescript/core/i18n.ts rename to typescript/core/i18n.d.ts diff --git a/typescript/core/ob.ts b/typescript/core/ob.d.ts similarity index 100% rename from typescript/core/ob.ts rename to typescript/core/ob.d.ts diff --git a/typescript/core/widget.ts b/typescript/core/widget.d.ts similarity index 100% rename from typescript/core/widget.ts rename to typescript/core/widget.d.ts