From 8990a647ace9ea49cb0ce2c81674056ec361b346 Mon Sep 17 00:00:00 2001 From: iapyang Date: Wed, 4 Sep 2019 20:03:55 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=94=B9=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base/single/button/{button.basic.ts => button.basic.d.ts} | 0 typescript/base/single/{single.ts => single.d.ts} | 0 typescript/base/single/trigger/{trigger.ts => trigger.d.ts} | 0 typescript/core/action/{action.ts => action.d.ts} | 0 typescript/core/action/{action.show.ts => action.show.d.ts} | 0 typescript/core/{base.ts => base.d.ts} | 0 typescript/core/behavior/{behavior.ts => behavior.d.ts} | 0 .../{behavior.highlight.ts => behavior.highlight.d.ts} | 0 .../behavior/{behavior.redmark.ts => behavior.redmark.d.ts} | 3 ++- typescript/core/func/{array.ts => array.d.ts} | 0 typescript/core/func/{date.ts => date.d.ts} | 0 typescript/core/func/{function.ts => function.d.ts} | 0 typescript/core/func/{index.ts => index.d.ts} | 0 typescript/core/func/{number.ts => number.d.ts} | 0 typescript/core/func/{string.ts => string.d.ts} | 0 typescript/core/{i18n.ts => i18n.d.ts} | 0 typescript/core/{ob.ts => ob.d.ts} | 0 typescript/core/{widget.ts => widget.d.ts} | 0 18 files changed, 2 insertions(+), 1 deletion(-) rename typescript/base/single/button/{button.basic.ts => button.basic.d.ts} (100%) rename typescript/base/single/{single.ts => single.d.ts} (100%) rename typescript/base/single/trigger/{trigger.ts => trigger.d.ts} (100%) rename typescript/core/action/{action.ts => action.d.ts} (100%) rename typescript/core/action/{action.show.ts => action.show.d.ts} (100%) rename typescript/core/{base.ts => base.d.ts} (100%) rename typescript/core/behavior/{behavior.ts => behavior.d.ts} (100%) rename typescript/core/behavior/{behavior.highlight.ts => behavior.highlight.d.ts} (100%) rename typescript/core/behavior/{behavior.redmark.ts => behavior.redmark.d.ts} (57%) rename typescript/core/func/{array.ts => array.d.ts} (100%) rename typescript/core/func/{date.ts => date.d.ts} (100%) rename typescript/core/func/{function.ts => function.d.ts} (100%) rename typescript/core/func/{index.ts => index.d.ts} (100%) rename typescript/core/func/{number.ts => number.d.ts} (100%) rename typescript/core/func/{string.ts => string.d.ts} (100%) rename typescript/core/{i18n.ts => i18n.d.ts} (100%) rename typescript/core/{ob.ts => ob.d.ts} (100%) rename typescript/core/{widget.ts => widget.d.ts} (100%) 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