mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix span (#3510)
* Remove Bindable. Fix Observable & ObservableArray tests Fix formattedString text Change implementation of Span, FormattedString & TextBase properties valueChange called before native setter * revetred formattedString tests asserts - formattedText update text property again properties - when getting value we now use always property name instead of key (using key could return undefined for property that is set to its default value) updated fontSize & fontInternal properties on all controls fix font properties so that fontInternal is reset if the new font is the same as Font.default * fix tslint errors
This commit is contained in:
1
tns-core-modules/tns-core-modules.base.d.ts
vendored
1
tns-core-modules/tns-core-modules.base.d.ts
vendored
@@ -45,7 +45,6 @@
|
||||
/// <reference path="ui/core/bindable.d.ts" />
|
||||
/// <reference path="ui/core/control-state-change.d.ts" />
|
||||
/// <reference path="ui/core/dependency-observable.d.ts" />
|
||||
/// <reference path="ui/core/proxy.d.ts" />
|
||||
/// <reference path="ui/core/view.d.ts" />
|
||||
/// <reference path="ui/core/weak-event-listener.d.ts" />
|
||||
/// <reference path="ui/date-picker/date-picker.d.ts" />
|
||||
|
||||
Reference in New Issue
Block a user