From 39c523f6569d2514a410153a4c58b3443c8526e2 Mon Sep 17 00:00:00 2001 From: iapyang Date: Wed, 4 Sep 2019 20:07:59 +0800 Subject: [PATCH] Revert "Merge pull request #1125 in VISUAL/fineui from ~TELLER/fineui:master to master" This reverts commit f7e5e88d4ef56c6b8e335a17a46168045b046b4a, reversing changes made to 9504f0e307770852f75b14bb5dd37497473a600d. --- .../base/single/button/{button.basic.d.ts => button.basic.ts} | 0 typescript/base/single/{single.d.ts => single.ts} | 0 typescript/base/single/trigger/{trigger.d.ts => trigger.ts} | 0 typescript/core/action/{action.show.d.ts => action.show.ts} | 0 typescript/core/action/{action.d.ts => action.ts} | 0 typescript/core/{base.d.ts => base.ts} | 0 .../{behavior.highlight.d.ts => behavior.highlight.ts} | 0 .../behavior/{behavior.redmark.d.ts => behavior.redmark.ts} | 3 +-- typescript/core/behavior/{behavior.d.ts => behavior.ts} | 0 typescript/core/func/{array.d.ts => array.ts} | 0 typescript/core/func/{date.d.ts => date.ts} | 0 typescript/core/func/{function.d.ts => function.ts} | 0 typescript/core/func/{index.d.ts => index.ts} | 0 typescript/core/func/{number.d.ts => number.ts} | 0 typescript/core/func/{string.d.ts => string.ts} | 0 typescript/core/{i18n.d.ts => i18n.ts} | 0 typescript/core/{ob.d.ts => ob.ts} | 0 typescript/core/{widget.d.ts => widget.ts} | 0 18 files changed, 1 insertion(+), 2 deletions(-) rename typescript/base/single/button/{button.basic.d.ts => button.basic.ts} (100%) rename typescript/base/single/{single.d.ts => single.ts} (100%) rename typescript/base/single/trigger/{trigger.d.ts => trigger.ts} (100%) rename typescript/core/action/{action.show.d.ts => action.show.ts} (100%) rename typescript/core/action/{action.d.ts => action.ts} (100%) rename typescript/core/{base.d.ts => base.ts} (100%) rename typescript/core/behavior/{behavior.highlight.d.ts => behavior.highlight.ts} (100%) rename typescript/core/behavior/{behavior.redmark.d.ts => behavior.redmark.ts} (57%) rename typescript/core/behavior/{behavior.d.ts => behavior.ts} (100%) rename typescript/core/func/{array.d.ts => array.ts} (100%) rename typescript/core/func/{date.d.ts => date.ts} (100%) rename typescript/core/func/{function.d.ts => function.ts} (100%) rename typescript/core/func/{index.d.ts => index.ts} (100%) rename typescript/core/func/{number.d.ts => number.ts} (100%) rename typescript/core/func/{string.d.ts => string.ts} (100%) rename typescript/core/{i18n.d.ts => i18n.ts} (100%) rename typescript/core/{ob.d.ts => ob.ts} (100%) rename typescript/core/{widget.d.ts => widget.ts} (100%) diff --git a/typescript/base/single/button/button.basic.d.ts b/typescript/base/single/button/button.basic.ts similarity index 100% rename from typescript/base/single/button/button.basic.d.ts rename to typescript/base/single/button/button.basic.ts diff --git a/typescript/base/single/single.d.ts b/typescript/base/single/single.ts similarity index 100% rename from typescript/base/single/single.d.ts rename to typescript/base/single/single.ts diff --git a/typescript/base/single/trigger/trigger.d.ts b/typescript/base/single/trigger/trigger.ts similarity index 100% rename from typescript/base/single/trigger/trigger.d.ts rename to typescript/base/single/trigger/trigger.ts diff --git a/typescript/core/action/action.show.d.ts b/typescript/core/action/action.show.ts similarity index 100% rename from typescript/core/action/action.show.d.ts rename to typescript/core/action/action.show.ts diff --git a/typescript/core/action/action.d.ts b/typescript/core/action/action.ts similarity index 100% rename from typescript/core/action/action.d.ts rename to typescript/core/action/action.ts diff --git a/typescript/core/base.d.ts b/typescript/core/base.ts similarity index 100% rename from typescript/core/base.d.ts rename to typescript/core/base.ts diff --git a/typescript/core/behavior/behavior.highlight.d.ts b/typescript/core/behavior/behavior.highlight.ts similarity index 100% rename from typescript/core/behavior/behavior.highlight.d.ts rename to typescript/core/behavior/behavior.highlight.ts diff --git a/typescript/core/behavior/behavior.redmark.d.ts b/typescript/core/behavior/behavior.redmark.ts similarity index 57% rename from typescript/core/behavior/behavior.redmark.d.ts rename to typescript/core/behavior/behavior.redmark.ts index a58f5398f..2bdc3f955 100644 --- a/typescript/core/behavior/behavior.redmark.d.ts +++ b/typescript/core/behavior/behavior.redmark.ts @@ -1,5 +1,4 @@ -import { _Behavior } from "./behavior.d"; - +import { _Behavior } from "./behavior"; export interface _RedMarkBehavior extends _Behavior { } \ No newline at end of file diff --git a/typescript/core/behavior/behavior.d.ts b/typescript/core/behavior/behavior.ts similarity index 100% rename from typescript/core/behavior/behavior.d.ts rename to typescript/core/behavior/behavior.ts diff --git a/typescript/core/func/array.d.ts b/typescript/core/func/array.ts similarity index 100% rename from typescript/core/func/array.d.ts rename to typescript/core/func/array.ts diff --git a/typescript/core/func/date.d.ts b/typescript/core/func/date.ts similarity index 100% rename from typescript/core/func/date.d.ts rename to typescript/core/func/date.ts diff --git a/typescript/core/func/function.d.ts b/typescript/core/func/function.ts similarity index 100% rename from typescript/core/func/function.d.ts rename to typescript/core/func/function.ts diff --git a/typescript/core/func/index.d.ts b/typescript/core/func/index.ts similarity index 100% rename from typescript/core/func/index.d.ts rename to typescript/core/func/index.ts diff --git a/typescript/core/func/number.d.ts b/typescript/core/func/number.ts similarity index 100% rename from typescript/core/func/number.d.ts rename to typescript/core/func/number.ts diff --git a/typescript/core/func/string.d.ts b/typescript/core/func/string.ts similarity index 100% rename from typescript/core/func/string.d.ts rename to typescript/core/func/string.ts diff --git a/typescript/core/i18n.d.ts b/typescript/core/i18n.ts similarity index 100% rename from typescript/core/i18n.d.ts rename to typescript/core/i18n.ts diff --git a/typescript/core/ob.d.ts b/typescript/core/ob.ts similarity index 100% rename from typescript/core/ob.d.ts rename to typescript/core/ob.ts diff --git a/typescript/core/widget.d.ts b/typescript/core/widget.ts similarity index 100% rename from typescript/core/widget.d.ts rename to typescript/core/widget.ts