jpf 5.0.12 → 5.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/controls/codeMirror/Editor/Editor.d.ts +1 -1
- package/dist/controls/codeMirror/Editor/Editor.js +1 -1
- package/dist/controls/codeMirror/Editor/Editor.js.map +1 -1
- package/dist/controls/custom/ListItem/ListItem.d.ts +1 -1
- package/dist/controls/custom/ListItem/ListItem.js +1 -1
- package/dist/controls/custom/ListItem/ListItem.js.map +1 -1
- package/dist/controls/html/Button/Button.d.ts +1 -1
- package/dist/controls/html/Button/Button.js +1 -1
- package/dist/controls/html/Button/Button.js.map +1 -1
- package/dist/controls/html/Div/Div.d.ts +1 -1
- package/dist/controls/html/Image/Image.d.ts +1 -1
- package/dist/controls/html/Input/Input.d.ts +1 -1
- package/dist/controls/html/Input/Input.js +1 -1
- package/dist/controls/html/Input/Input.js.map +1 -1
- package/dist/controls/html/Select/Select.d.ts +1 -1
- package/dist/controls/html/Select/Select.js +1 -1
- package/dist/controls/html/Select/Select.js.map +1 -1
- package/dist/controls/jsonViewerAwesome/jsonFormatter/JsonFormatter.d.ts +1 -1
- package/dist/controls/jsonViewerAwesome/jsonFormatter/JsonFormatter.js +1 -1
- package/dist/controls/jsonViewerAwesome/jsonFormatter/JsonFormatter.js.map +1 -1
- package/dist/controls/kendo/Chart/Chart.d.ts +1 -1
- package/dist/controls/kendo/Chart/Chart.js +1 -1
- package/dist/controls/kendo/Chart/Chart.js.map +1 -1
- package/dist/controls/kendo/Editor/Editor.d.ts +1 -1
- package/dist/controls/kendo/Editor/Editor.js +1 -1
- package/dist/controls/kendo/Editor/Editor.js.map +1 -1
- package/dist/controls/kendo/Grid/Grid.d.ts +1 -1
- package/dist/controls/kendo/Grid/Grid.js +1 -1
- package/dist/controls/kendo/Grid/Grid.js.map +1 -1
- package/dist/controls/kendo/Menu/Menu.d.ts +1 -1
- package/dist/controls/kendo/Menu/Menu.js +1 -1
- package/dist/controls/kendo/Menu/Menu.js.map +1 -1
- package/dist/controls/kendo/Treeview/Treeview.d.ts +1 -1
- package/dist/controls/kendo/Treeview/Treeview.js +1 -1
- package/dist/controls/kendo/Treeview/Treeview.js.map +1 -1
- package/dist/controls/leaflet/Map/Map.d.ts +1 -1
- package/dist/controls/leaflet/Map/Map.js +1 -1
- package/dist/controls/leaflet/Map/Map.js.map +1 -1
- package/dist/controls/svg/Circle/Circle.d.ts +1 -1
- package/dist/controls/svg/Ellipse/Ellipse.d.ts +1 -1
- package/dist/controls/svg/ForeignObject/ForeignObject.d.ts +1 -1
- package/dist/controls/svg/Group/Group.d.ts +1 -1
- package/dist/controls/svg/Line/Line.d.ts +1 -1
- package/dist/controls/svg/Pattern/Pattern.d.ts +1 -1
- package/dist/controls/svg/Pattern/Pattern.js.map +1 -1
- package/dist/controls/svg/Polygon/Polygon.d.ts +1 -1
- package/dist/controls/svg/Polygon/Polygon.js +1 -1
- package/dist/controls/svg/Polygon/Polygon.js.map +1 -1
- package/dist/controls/svg/Polyline/Polyline.d.ts +1 -1
- package/dist/controls/svg/Polyline/Polyline.js.map +1 -1
- package/dist/controls/svg/Rectangle/Rectangle.d.ts +1 -1
- package/dist/controls/svg/Svg/Svg.d.ts +1 -1
- package/dist/controls/svg/Text/Text.d.ts +1 -1
- package/dist/controls/svg/Title/Title.d.ts +1 -1
- package/dist/controls/svg/svg.d.ts +1 -1
- package/dist/controls/svg/svg.js +1 -1
- package/dist/controls/svg/svg.js.map +1 -1
- package/dist/framework/attributes.d.ts +1 -1
- package/dist/framework/element.d.ts +1 -1
- package/dist/framework/element.js +1 -1
- package/dist/framework/element.js.map +1 -1
- package/dist/framework/observableInterfaces.d.ts +24 -0
- package/dist/framework/observableInterfaces.js +2 -0
- package/dist/framework/observableInterfaces.js.map +1 -0
- package/dist/framework/{observable.d.ts → observablelmplementations.d.ts} +1 -24
- package/dist/framework/{observable.js → observablelmplementations.js} +1 -1
- package/dist/framework/observablelmplementations.js.map +1 -0
- package/dist/framework/properties.d.ts +1 -1
- package/dist/framework/properties.js +1 -1
- package/dist/framework/properties.js.map +1 -1
- package/dist/framework/style.d.ts +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/controls/codeMirror/Editor/Editor.ts +3 -2
- package/src/controls/custom/ListItem/ListItem.ts +4 -3
- package/src/controls/html/Button/Button.ts +4 -3
- package/src/controls/html/Div/Div.ts +1 -1
- package/src/controls/html/Image/Image.ts +1 -1
- package/src/controls/html/Input/Input.ts +2 -1
- package/src/controls/html/Select/Select.ts +2 -1
- package/src/controls/jsonViewerAwesome/jsonFormatter/JsonFormatter.ts +2 -1
- package/src/controls/kendo/Chart/Chart.ts +2 -1
- package/src/controls/kendo/Editor/Editor.ts +2 -1
- package/src/controls/kendo/Grid/Grid.ts +3 -3
- package/src/controls/kendo/Menu/Menu.ts +2 -1
- package/src/controls/kendo/Treeview/Treeview.ts +2 -1
- package/src/controls/leaflet/Map/Map.ts +2 -1
- package/src/controls/svg/Circle/Circle.ts +1 -1
- package/src/controls/svg/Ellipse/Ellipse.ts +1 -1
- package/src/controls/svg/ForeignObject/ForeignObject.ts +1 -1
- package/src/controls/svg/Group/Group.ts +1 -1
- package/src/controls/svg/Line/Line.ts +1 -1
- package/src/controls/svg/Pattern/Pattern.ts +1 -2
- package/src/controls/svg/Polygon/Polygon.ts +2 -1
- package/src/controls/svg/Polyline/Polyline.ts +1 -1
- package/src/controls/svg/Rectangle/Rectangle.ts +1 -1
- package/src/controls/svg/Svg/Svg.ts +1 -1
- package/src/controls/svg/Text/Text.ts +1 -1
- package/src/controls/svg/Title/Title.ts +2 -2
- package/src/controls/svg/svg.ts +2 -1
- package/src/framework/attributes.ts +1 -1
- package/src/framework/element.ts +2 -1
- package/src/framework/observableInterfaces.ts +32 -0
- package/src/framework/{observable.ts → observablelmplementations.ts} +1 -32
- package/src/framework/properties.ts +2 -2
- package/src/framework/style.ts +1 -1
- package/src/index.ts +6 -2
- package/dist/framework/observable.js.map +0 -1
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Element } from "../../../framework/element";
|
|
2
2
|
import { IProperties, extendProperties } from "../../../framework/properties";
|
|
3
|
-
import { ISubscribable } from "../../../framework/observable";
|
|
4
3
|
import { PatternUnits } from "../../../framework/types";
|
|
5
|
-
|
|
4
|
+
import { ISubscribable } from "../../../framework/observableInterfaces";
|
|
6
5
|
import { CircleElement } from "../Circle/Circle";
|
|
7
6
|
import { EllipseElement } from "../Ellipse/Ellipse";
|
|
8
7
|
import { LineElement } from "../Line/Line";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Element } from "../../../framework/element";
|
|
2
2
|
import { IProperties, extendProperties } from "../../../framework/properties";
|
|
3
|
-
import { ISubscribable
|
|
3
|
+
import { ISubscribable} from "../../../framework/observableInterfaces";
|
|
4
|
+
import { unwrap } from "../../../framework/observablelmplementations";
|
|
4
5
|
import { ISvgPoint as SvgPoint, serializePoints as getPoints } from "../svg";
|
|
5
6
|
|
|
6
7
|
export interface IPolygonProperties extends IProperties {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Element } from "../../../framework/element";
|
|
2
2
|
import { IProperties , extendProperties } from "../../../framework/properties";
|
|
3
|
-
import { ISubscribable } from "../../../framework/observable";
|
|
4
3
|
import { ISvgPoint as SvgPoint, serializePoints } from "../svg";
|
|
4
|
+
import { ISubscribable } from "../../../framework/observableInterfaces";
|
|
5
5
|
|
|
6
6
|
export interface IPolylineProperties extends IProperties {
|
|
7
7
|
points: Array<SvgPoint> | ISubscribable<Array<SvgPoint>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Element } from "../../../framework/element";
|
|
2
2
|
import { IProperties, extendProperties } from "../../../framework/properties";
|
|
3
|
-
import { ISubscribable } from "../../../framework/
|
|
3
|
+
import { ISubscribable } from "../../../framework/observableInterfaces";
|
|
4
4
|
|
|
5
5
|
export interface IRectangleProperties extends IProperties {
|
|
6
6
|
x?: number | string | ISubscribable<number | string>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Element, IElement } from "../../../framework/element";
|
|
2
2
|
import { IProperties, extendProperties } from "../../../framework/properties";
|
|
3
|
-
import { ISubscribable } from "../../../framework/observable";
|
|
4
3
|
import { PreserveAspectRatio } from "../../../framework/types";
|
|
4
|
+
import { ISubscribable } from "../../../framework/observableInterfaces";
|
|
5
5
|
|
|
6
6
|
export interface ISvgProperties extends IProperties {
|
|
7
7
|
x?: number | string | ISubscribable<number | string>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Element } from "../../../framework/element";
|
|
2
2
|
import { IProperties, extendProperties } from "../../../framework/properties";
|
|
3
|
-
import { ISubscribable } from "../../../framework/
|
|
3
|
+
import { ISubscribable } from "../../../framework/observableInterfaces";
|
|
4
4
|
|
|
5
5
|
export interface ITextProperties extends IProperties {
|
|
6
6
|
x?: number | string | ISubscribable<number | string>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Element } from "../../../framework/element";
|
|
2
2
|
import { IProperties, extendProperties } from "../../../framework/properties";
|
|
3
|
-
import { ISubscribable } from "../../../framework/
|
|
3
|
+
import { ISubscribable } from "../../../framework/observableInterfaces";
|
|
4
4
|
|
|
5
|
-
export interface ITitleProperties extends IProperties{
|
|
5
|
+
export interface ITitleProperties extends IProperties {
|
|
6
6
|
title: string | ISubscribable<string>
|
|
7
7
|
}
|
|
8
8
|
|
package/src/controls/svg/svg.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ISubscribable
|
|
1
|
+
import { ISubscribable } from "../../framework/observableInterfaces";
|
|
2
|
+
import { isSubscribable, unwrap, computed } from "../../framework/observablelmplementations";
|
|
2
3
|
|
|
3
4
|
export interface ISvgPoint {
|
|
4
5
|
x: number;
|
package/src/framework/element.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import "tocca";
|
|
2
|
-
import {
|
|
2
|
+
import { IDisposer, ISubscribable } from "./observableInterfaces";
|
|
3
|
+
import { unwrap, isSubscribable } from "./observablelmplementations";
|
|
3
4
|
import { IProperties, Properties, applyBindings } from "./properties";
|
|
4
5
|
|
|
5
6
|
const htmlTags = {
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export interface IDisposer {
|
|
2
|
+
(): void;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
export interface ISubscribable<TValue> {
|
|
6
|
+
subscribe(handler: (arg: TValue, prev: TValue) => void): IDisposer;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export interface IObservableValue<TValue = any, TSetter = TValue> extends ISubscribable<TValue> {
|
|
10
|
+
(): TValue;
|
|
11
|
+
setValue(value: TSetter | null): void;
|
|
12
|
+
setValueInAction(value: TSetter | null): void;
|
|
13
|
+
setInternal(value: TValue | null): void;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface IObservableArray<TItem = any, TSetter = Array<TItem>> extends Array<TItem>, ISubscribable<Array<TItem>> {
|
|
17
|
+
get(): Array<TItem>;
|
|
18
|
+
setItems(items: TSetter | null, triggerSetter?: boolean): void;
|
|
19
|
+
setInternal(items: Array<TItem> | null): void;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export interface IComputed<TValue> extends ISubscribable<TValue> {
|
|
23
|
+
(): TValue;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface IObservableMap<TKey, TValue> {
|
|
27
|
+
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface IObservableSet<TItem> {
|
|
31
|
+
|
|
32
|
+
}
|
|
@@ -1,35 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
(): void;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
export interface ISubscribable<TValue> {
|
|
6
|
-
subscribe(handler: (arg: TValue, prev: TValue) => void): IDisposer;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export interface IObservableValue<TValue = any, TSetter = TValue> extends ISubscribable<TValue> {
|
|
10
|
-
(): TValue;
|
|
11
|
-
setValue(value: TSetter | null): void;
|
|
12
|
-
setValueInAction(value: TSetter | null): void;
|
|
13
|
-
setInternal(value: TValue | null): void;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export interface IObservableArray<TItem = any, TSetter = Array<TItem>> extends Array<TItem>, ISubscribable<Array<TItem>> {
|
|
17
|
-
get(): Array<TItem>;
|
|
18
|
-
setItems(items: TSetter | null, triggerSetter?: boolean): void;
|
|
19
|
-
setInternal(items: Array<TItem> | null): void;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export interface IComputed<TValue> extends ISubscribable<TValue> {
|
|
23
|
-
(): TValue;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export interface IObservableMap<TKey, TValue> {
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export interface IObservableSet<TItem> {
|
|
31
|
-
|
|
32
|
-
}
|
|
1
|
+
import { ISubscribable, IComputed, IObservableValue, IObservableArray, IObservableMap, IObservableSet } from "./observableInterfaces";
|
|
33
2
|
|
|
34
3
|
export const implementations = {
|
|
35
4
|
unwrap: <TValue>(value: TValue | ISubscribable<TValue>): TValue => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { IEventListeners, IUiElementEventMap, IEventListenerOptions, IGenericEventListener, mouseEvents, touchEvents, isGlobalEvent } from "./event";
|
|
2
2
|
import { IAttributes, IAttributesSubscribable } from "./attributes";
|
|
3
3
|
import { IStyle as Style, IStyleSubscribable as StyleSubscribable } from "./style";
|
|
4
|
-
import { unwrap, executeHandlerOnObject, isSubscribable } from "./observable";
|
|
5
|
-
import { IDisposer, ISubscribable } from "./observable";
|
|
6
4
|
import { userAgent } from "../utilities/userAgent/userAgent";
|
|
5
|
+
import { ISubscribable, IDisposer } from "./observableInterfaces";
|
|
6
|
+
import { isSubscribable, unwrap, executeHandlerOnObject } from "./observablelmplementations";
|
|
7
7
|
|
|
8
8
|
export interface IWebSocketMessageHandler {
|
|
9
9
|
handleWebSocketMessage: (message: any) => void;
|
package/src/framework/style.ts
CHANGED
package/src/index.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import * as controls from "./controls/index";
|
|
2
2
|
import * as utilities from "./utilities/index";
|
|
3
|
+
|
|
3
4
|
import * as attributes from "./framework/attributes";
|
|
4
5
|
import * as element from "./framework/element";
|
|
5
6
|
import * as event from "./framework/event";
|
|
6
|
-
import * as
|
|
7
|
+
import * as observableInterfaces from "./framework/observableInterfaces";
|
|
8
|
+
import * as observableImplementations from "./framework/observablelmplementations";
|
|
7
9
|
import * as properties from "./framework/properties";
|
|
8
10
|
import * as root from "./framework/root";
|
|
9
11
|
import * as style from "./framework/style";
|
|
@@ -11,11 +13,13 @@ import * as types from "./framework/types";
|
|
|
11
13
|
|
|
12
14
|
export { controls };
|
|
13
15
|
export { utilities };
|
|
16
|
+
|
|
14
17
|
export { attributes };
|
|
15
18
|
export { element };
|
|
19
|
+
export { observableInterfaces };
|
|
20
|
+
export { observableImplementations };
|
|
16
21
|
export { event };
|
|
17
22
|
export { properties };
|
|
18
23
|
export { root };
|
|
19
24
|
export { style };
|
|
20
25
|
export { types };
|
|
21
|
-
export { observable };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"observable.js","sourceRoot":"","sources":["../../src/framework/observable.ts"],"names":[],"mappings":"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"}
|