mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
almost all without layouts
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
3
tns-core-modules/ui/progress/progress.d.ts
vendored
3
tns-core-modules/ui/progress/progress.d.ts
vendored
@@ -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.
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user