almost all without layouts

This commit is contained in:
Hristo Hristov
2016-12-06 17:50:44 +02:00
parent 94dee2973a
commit 1202cb7288
111 changed files with 718 additions and 727 deletions

View File

@@ -1,7 +1,7 @@
import { Progress as ProgressDefinition } from "ui/progress";
import { View } from "ui/core/view";
import { Property } from "ui/core/properties";
import { View, Property } from "ui/core/view";
export * from "ui/core/view";
export class ProgressBase extends View implements ProgressDefinition {
constructor() {

View File

@@ -1,6 +1,5 @@
import { ProgressBase, valueProperty, maxValueProperty } from "./progress-common";
import { View, colorProperty, backgroundColorProperty, backgroundInternalProperty } from "ui/core/view";
import { Color } from "color";
import { View, Color, colorProperty, backgroundColorProperty, backgroundInternalProperty } from "ui/core/view";
export * from "./progress-common";

View File

@@ -2,8 +2,7 @@
* Contains the Progress class, which represents a component capable of showing progress.
*/
declare module "ui/progress" {
import { View } from "ui/core/view";
import { Property } from "ui/core/properties";
import { View, Property } from "ui/core/view";
/**
* Represents a progress component.

View File

@@ -1,6 +1,5 @@
import { ProgressBase, valueProperty, maxValueProperty } from "./progress-common";
import { View, colorProperty, backgroundColorProperty, backgroundInternalProperty } from "ui/core/view";
import { Color } from "color";
import { View, Color, colorProperty, backgroundColorProperty, backgroundInternalProperty } from "ui/core/view";
export * from "./progress-common";