@alisaitteke/seatmap-canvas 2.5.15 → 2.5.17
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/CHANGELOG.md +53 -0
- package/README.md +8 -6
- package/dist/cjs/seatmap.canvas.js +16 -2
- package/dist/cjs/seatmap.canvas.js.map +1 -1
- package/dist/cjs/types/canvas.index.d.ts +8 -8
- package/dist/cjs/types/models/block.model.d.ts +3 -3
- package/dist/cjs/types/models/data.model.d.ts +3 -3
- package/dist/cjs/types/models/defaults.model.d.ts +5 -5
- package/dist/cjs/types/models/global.model.d.ts +7 -7
- package/dist/cjs/types/models/label.model.d.ts +2 -2
- package/dist/cjs/types/models/legend.model.d.ts +1 -1
- package/dist/cjs/types/models/seat.model.d.ts +3 -3
- package/dist/cjs/types/svg/event.manager.d.ts +1 -1
- package/dist/cjs/types/svg/legend/legend.circle.d.ts +2 -2
- package/dist/cjs/types/svg/legend/legend.item.d.ts +5 -5
- package/dist/cjs/types/svg/legend/legend.title.d.ts +2 -2
- package/dist/cjs/types/svg/stage/blocks/block-item/block-item.bounds.d.ts +2 -2
- package/dist/cjs/types/svg/stage/blocks/block-item/block-item.index.d.ts +2 -2
- package/dist/cjs/types/svg/stage/blocks/block-item/block-item.info.index.d.ts +2 -2
- package/dist/cjs/types/svg/stage/blocks/block-item/block-item.labels.index.d.ts +2 -2
- package/dist/cjs/types/svg/stage/blocks/block-item/block-item.mask.d.ts +2 -2
- package/dist/cjs/types/svg/stage/blocks/block-item/block-item.seats.index.d.ts +2 -2
- package/dist/cjs/types/svg/stage/blocks/block-item/bound/bound-item.index.d.ts +2 -2
- package/dist/cjs/types/svg/stage/blocks/block-item/info/title.d.ts +1 -1
- package/dist/cjs/types/svg/stage/blocks/block-item/label/label-item.circle.d.ts +1 -1
- package/dist/cjs/types/svg/stage/blocks/block-item/label/label-item.index.d.ts +1 -1
- package/dist/cjs/types/svg/stage/blocks/block-item/label/label-item.title.d.ts +1 -1
- package/dist/cjs/types/svg/stage/blocks/block-item/seat/seat-item.check.d.ts +2 -2
- package/dist/cjs/types/svg/stage/blocks/block-item/seat/seat-item.circle.d.ts +1 -1
- package/dist/cjs/types/svg/stage/blocks/block-item/seat/seat-item.index.d.ts +4 -4
- package/dist/cjs/types/svg/stage/blocks/block-item/seat/seat-item.title.d.ts +1 -1
- package/dist/cjs/types/svg/stage/blocks/blocks.index.d.ts +1 -1
- package/dist/cjs/types/svg/stage/blocks.search-circle.d.ts +3 -3
- package/dist/cjs/types/svg/stage/multi-select/rect.d.ts +1 -1
- package/dist/cjs/types/svg/stage/multi-select.d.ts +2 -2
- package/dist/cjs/types/svg/stage/search-circle/circle.d.ts +1 -1
- package/dist/cjs/types/svg/stage/stage.index.d.ts +2 -2
- package/dist/cjs/types/svg/svg.base.d.ts +1 -1
- package/dist/cjs/types/svg/svg.index.d.ts +6 -6
- package/dist/cjs/types/svg/tooltip/rect.d.ts +2 -2
- package/dist/cjs/types/svg/tooltip/title.d.ts +2 -2
- package/dist/cjs/types/svg/tooltip.d.ts +5 -5
- package/dist/cjs/types/svg/zoom.manager.d.ts +3 -3
- package/dist/dependencies.txt +41 -53
- package/dist/esm/seatmap.canvas.js +16 -2
- package/dist/esm/seatmap.canvas.js.map +1 -1
- package/dist/esm/types/canvas.index.d.ts +8 -8
- package/dist/esm/types/models/block.model.d.ts +3 -3
- package/dist/esm/types/models/data.model.d.ts +3 -3
- package/dist/esm/types/models/defaults.model.d.ts +5 -5
- package/dist/esm/types/models/global.model.d.ts +7 -7
- package/dist/esm/types/models/label.model.d.ts +2 -2
- package/dist/esm/types/models/legend.model.d.ts +1 -1
- package/dist/esm/types/models/seat.model.d.ts +3 -3
- package/dist/esm/types/svg/event.manager.d.ts +1 -1
- package/dist/esm/types/svg/legend/legend.circle.d.ts +2 -2
- package/dist/esm/types/svg/legend/legend.item.d.ts +5 -5
- package/dist/esm/types/svg/legend/legend.title.d.ts +2 -2
- package/dist/esm/types/svg/stage/blocks/block-item/block-item.bounds.d.ts +2 -2
- package/dist/esm/types/svg/stage/blocks/block-item/block-item.index.d.ts +2 -2
- package/dist/esm/types/svg/stage/blocks/block-item/block-item.info.index.d.ts +2 -2
- package/dist/esm/types/svg/stage/blocks/block-item/block-item.labels.index.d.ts +2 -2
- package/dist/esm/types/svg/stage/blocks/block-item/block-item.mask.d.ts +2 -2
- package/dist/esm/types/svg/stage/blocks/block-item/block-item.seats.index.d.ts +2 -2
- package/dist/esm/types/svg/stage/blocks/block-item/bound/bound-item.index.d.ts +2 -2
- package/dist/esm/types/svg/stage/blocks/block-item/info/title.d.ts +1 -1
- package/dist/esm/types/svg/stage/blocks/block-item/label/label-item.circle.d.ts +1 -1
- package/dist/esm/types/svg/stage/blocks/block-item/label/label-item.index.d.ts +1 -1
- package/dist/esm/types/svg/stage/blocks/block-item/label/label-item.title.d.ts +1 -1
- package/dist/esm/types/svg/stage/blocks/block-item/seat/seat-item.check.d.ts +2 -2
- package/dist/esm/types/svg/stage/blocks/block-item/seat/seat-item.circle.d.ts +1 -1
- package/dist/esm/types/svg/stage/blocks/block-item/seat/seat-item.index.d.ts +4 -4
- package/dist/esm/types/svg/stage/blocks/block-item/seat/seat-item.title.d.ts +1 -1
- package/dist/esm/types/svg/stage/blocks/blocks.index.d.ts +1 -1
- package/dist/esm/types/svg/stage/blocks.search-circle.d.ts +3 -3
- package/dist/esm/types/svg/stage/multi-select/rect.d.ts +1 -1
- package/dist/esm/types/svg/stage/multi-select.d.ts +2 -2
- package/dist/esm/types/svg/stage/search-circle/circle.d.ts +1 -1
- package/dist/esm/types/svg/stage/stage.index.d.ts +2 -2
- package/dist/esm/types/svg/svg.base.d.ts +1 -1
- package/dist/esm/types/svg/svg.index.d.ts +6 -6
- package/dist/esm/types/svg/tooltip/rect.d.ts +2 -2
- package/dist/esm/types/svg/tooltip/title.d.ts +2 -2
- package/dist/esm/types/svg/tooltip.d.ts +5 -5
- package/dist/esm/types/svg/zoom.manager.d.ts +3 -3
- package/dist/types.d.ts +8 -516
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "../scss/style.scss";
|
|
2
|
-
import Svg from "
|
|
3
|
-
import SeatMapDevTools from "
|
|
4
|
-
import DataModel from "
|
|
5
|
-
import DefaultsModel from "
|
|
6
|
-
import { GlobalModel } from "
|
|
7
|
-
import ZoomManager from "
|
|
8
|
-
import EventManager from "
|
|
9
|
-
import WindowManager from "
|
|
2
|
+
import Svg from "@svg/svg.index";
|
|
3
|
+
import SeatMapDevTools from "@/dev.tools";
|
|
4
|
+
import DataModel from "@model/data.model";
|
|
5
|
+
import DefaultsModel from "@model/defaults.model";
|
|
6
|
+
import { GlobalModel } from "@model/global.model";
|
|
7
|
+
import ZoomManager from "@svg/zoom.manager";
|
|
8
|
+
import EventManager from "@svg/event.manager";
|
|
9
|
+
import WindowManager from "@/window.manager";
|
|
10
10
|
export declare class SeatMapCanvas {
|
|
11
11
|
container_selector: any;
|
|
12
12
|
node: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import SeatModel from "
|
|
2
|
-
import LabelModel from "
|
|
3
|
-
import ModelBase from "
|
|
1
|
+
import SeatModel from "@model/seat.model";
|
|
2
|
+
import LabelModel from "@model/label.model";
|
|
3
|
+
import ModelBase from "@model/model.base";
|
|
4
4
|
export default class BlockModel extends ModelBase {
|
|
5
5
|
id: string;
|
|
6
6
|
seats: Array<SeatModel>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import BlockModel from "
|
|
2
|
-
import { SeatMapCanvas } from "
|
|
3
|
-
import SeatModel from "
|
|
1
|
+
import BlockModel from "@model/block.model";
|
|
2
|
+
import { SeatMapCanvas } from "@/canvas.index";
|
|
3
|
+
import SeatModel from "@model/seat.model";
|
|
4
4
|
interface BlockQuery {
|
|
5
5
|
id?: number | string;
|
|
6
6
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { SeatStyle } from "
|
|
2
|
-
import { BLockStyle } from "
|
|
3
|
-
import { LegendStyle } from "
|
|
4
|
-
import { LabelStyle } from "
|
|
5
|
-
import { TooltipStyle } from "
|
|
1
|
+
import { SeatStyle } from "@model/styles/seat.style";
|
|
2
|
+
import { BLockStyle } from "@model/styles/block.style";
|
|
3
|
+
import { LegendStyle } from "@model/styles/legend.style";
|
|
4
|
+
import { LabelStyle } from "@model/styles/label.style";
|
|
5
|
+
import { TooltipStyle } from "@model/styles/tooltip.style";
|
|
6
6
|
export declare class StyleConfig {
|
|
7
7
|
seat: SeatStyle;
|
|
8
8
|
block: BLockStyle;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import DefaultsModel from "
|
|
2
|
-
import DataModel from "
|
|
3
|
-
import { SeatMapCanvas } from "
|
|
4
|
-
import ZoomManager from "
|
|
5
|
-
import EventManager from "
|
|
6
|
-
import Svg from "
|
|
7
|
-
import WindowManager from "
|
|
1
|
+
import DefaultsModel from "@model/defaults.model";
|
|
2
|
+
import DataModel from "@model/data.model";
|
|
3
|
+
import { SeatMapCanvas } from "@/canvas.index";
|
|
4
|
+
import ZoomManager from "@svg/zoom.manager";
|
|
5
|
+
import EventManager from "@svg/event.manager";
|
|
6
|
+
import Svg from "@svg/svg.index";
|
|
7
|
+
import WindowManager from "@/window.manager";
|
|
8
8
|
export interface GlobalModel {
|
|
9
9
|
config: DefaultsModel;
|
|
10
10
|
eventManager: EventManager;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import BlockModel from "
|
|
2
|
-
import ModelBase from "
|
|
3
|
-
import { SeatItem } from "
|
|
1
|
+
import BlockModel from "@model/block.model";
|
|
2
|
+
import ModelBase from "@model/model.base";
|
|
3
|
+
import { SeatItem } from "@svg/stage/blocks/block-item/seat/seat-item.index";
|
|
4
4
|
export default class SeatModel extends ModelBase {
|
|
5
5
|
id: any;
|
|
6
6
|
x: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import SvgBase from "
|
|
2
|
-
import LegendItem from "
|
|
1
|
+
import SvgBase from "@svg/svg.base";
|
|
2
|
+
import LegendItem from "@svg/legend/legend.item";
|
|
3
3
|
export default class LegendCircle extends SvgBase {
|
|
4
4
|
parent: LegendItem;
|
|
5
5
|
constructor(parent: LegendItem);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import SvgBase from "
|
|
2
|
-
import Legend from "
|
|
3
|
-
import LegendCircle from "
|
|
4
|
-
import LegendTitle from "
|
|
5
|
-
import LegendModel from "
|
|
1
|
+
import SvgBase from "@svg/svg.base";
|
|
2
|
+
import Legend from "@svg/legend";
|
|
3
|
+
import LegendCircle from "@svg/legend/legend.circle";
|
|
4
|
+
import LegendTitle from "@svg/legend/legend.title";
|
|
5
|
+
import LegendModel from "@model/legend.model";
|
|
6
6
|
export default class LegendItem extends SvgBase {
|
|
7
7
|
parent: Legend;
|
|
8
8
|
legend_data: LegendModel;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import SvgBase from "
|
|
2
|
-
import LegendItem from "
|
|
1
|
+
import SvgBase from "@svg/svg.base";
|
|
2
|
+
import LegendItem from "@svg/legend/legend.item";
|
|
3
3
|
export default class LegendTitle extends SvgBase {
|
|
4
4
|
parent: LegendItem;
|
|
5
5
|
constructor(parent: LegendItem);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import SvgBase from "
|
|
2
|
-
import BlockModel from "
|
|
1
|
+
import SvgBase from "@svg/svg.base";
|
|
2
|
+
import BlockModel from "@model/block.model";
|
|
3
3
|
import Block from "./block-item.index";
|
|
4
4
|
import { BoundItem } from "./bound/bound-item.index";
|
|
5
5
|
export default class BlockBounds extends SvgBase {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import BlocksManager from "../blocks.index";
|
|
2
|
-
import SvgBase from "
|
|
3
|
-
import BlockModel from "../../../../models/block.model";
|
|
2
|
+
import SvgBase from "@svg/svg.base";
|
|
4
3
|
import Seats from "./block-item.seats.index";
|
|
5
4
|
import BlockInfo from "./block-item.info.index";
|
|
6
5
|
import BlockBounds from "./block-item.bounds";
|
|
7
6
|
import BlockMask from "./block-item.mask";
|
|
8
7
|
import Labels from "./block-item.labels.index";
|
|
8
|
+
import BlockModel from "@model/block.model";
|
|
9
9
|
export default class Block extends SvgBase {
|
|
10
10
|
parent: BlocksManager;
|
|
11
11
|
item: BlockModel;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import SvgBase from "
|
|
2
|
-
import BlockModel from "
|
|
1
|
+
import SvgBase from "@svg/svg.base";
|
|
2
|
+
import BlockModel from "@model/block.model";
|
|
3
3
|
import Block from "./block-item.index";
|
|
4
4
|
import { BlockTitle } from "./info/title";
|
|
5
5
|
export default class BlockInfo extends SvgBase {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import SvgBase from "
|
|
1
|
+
import SvgBase from "@svg/svg.base";
|
|
2
2
|
import Block from "./block-item.index";
|
|
3
|
-
import BlockModel from "
|
|
3
|
+
import BlockModel from "@model/block.model";
|
|
4
4
|
import { LabelItem } from "./label/label-item.index";
|
|
5
5
|
export default class Labels extends SvgBase {
|
|
6
6
|
parent: Block;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import SvgBase from "
|
|
2
|
-
import BlockModel from "
|
|
1
|
+
import SvgBase from "@svg/svg.base";
|
|
2
|
+
import BlockModel from "@model/block.model";
|
|
3
3
|
import Block from "./block-item.index";
|
|
4
4
|
import { BoundItem } from "./bound/bound-item.index";
|
|
5
5
|
export default class BlockMask extends SvgBase {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import SvgBase from "
|
|
1
|
+
import SvgBase from "@svg/svg.base";
|
|
2
|
+
import BlockModel from "@model/block.model";
|
|
2
3
|
import Block from "./block-item.index";
|
|
3
4
|
import { SeatItem } from "./seat/seat-item.index";
|
|
4
|
-
import BlockModel from "../../../../models/block.model";
|
|
5
5
|
export default class Seats extends SvgBase {
|
|
6
6
|
parent: Block;
|
|
7
7
|
item: BlockModel;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import SvgBase from "
|
|
1
|
+
import SvgBase from "@svg/svg.base";
|
|
2
2
|
import BlockBounds from "../block-item.bounds";
|
|
3
|
-
import BlockModel from "
|
|
3
|
+
import BlockModel from "@model/block.model";
|
|
4
4
|
import BlockMask from "../block-item.mask";
|
|
5
5
|
export declare class BoundItem extends SvgBase {
|
|
6
6
|
parent: BlockBounds | BlockMask;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import SvgBase from "
|
|
2
|
-
import { SeatItem } from "
|
|
1
|
+
import SvgBase from "@svg/svg.base";
|
|
2
|
+
import { SeatItem } from "@svg/stage/blocks/block-item/seat/seat-item.index";
|
|
3
3
|
export declare class SeatItemCheck extends SvgBase {
|
|
4
4
|
parent: SeatItem;
|
|
5
5
|
constructor(parent: SeatItem);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import SvgBase from "
|
|
2
|
-
import SeatModel from "
|
|
1
|
+
import SvgBase from "@svg/svg.base";
|
|
2
|
+
import SeatModel from "@model/seat.model";
|
|
3
3
|
import Seats from "../block-item.seats.index";
|
|
4
4
|
import { SeatItemCircle } from "./seat-item.circle";
|
|
5
|
-
import { CoordinateModel } from "
|
|
5
|
+
import { CoordinateModel } from "@model/coordinate.model";
|
|
6
6
|
import { SeatItemTitle } from "./seat-item.title";
|
|
7
|
-
import { SeatAction } from "
|
|
7
|
+
import { SeatAction } from "@enum/global";
|
|
8
8
|
import { SeatItemCheck } from "./seat-item.check";
|
|
9
9
|
export declare class SeatItem extends SvgBase {
|
|
10
10
|
parent: Seats;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import StageManager from "../stage.index";
|
|
2
2
|
import Block from "./block-item/block-item.index";
|
|
3
|
-
import SvgBase from "
|
|
3
|
+
import SvgBase from "@svg/svg.base";
|
|
4
4
|
import { SeatItem } from "./block-item/seat/seat-item.index";
|
|
5
5
|
export default class Blocks extends SvgBase {
|
|
6
6
|
parent: StageManager;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import SvgBase from "
|
|
2
|
-
import Circle from "
|
|
3
|
-
import Stage from "
|
|
1
|
+
import SvgBase from "@svg/svg.base";
|
|
2
|
+
import Circle from "@svg/stage/search-circle/circle";
|
|
3
|
+
import Stage from "@svg/stage/stage.index";
|
|
4
4
|
export default class BlocksSearchCircle extends SvgBase {
|
|
5
5
|
parent: Stage;
|
|
6
6
|
circle: Circle;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Blocks from "./blocks/blocks.index";
|
|
2
|
-
import Svg from "
|
|
3
|
-
import SvgBase from "
|
|
2
|
+
import Svg from "@svg/svg.index";
|
|
3
|
+
import SvgBase from "@svg/svg.base";
|
|
4
4
|
import BlocksSearchCircle from "./blocks.search-circle";
|
|
5
5
|
export default class Stage extends SvgBase {
|
|
6
6
|
parent: Svg;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import Stage from "./stage/stage.index";
|
|
2
1
|
import "reflect-metadata";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
2
|
+
import Stage from "@svg/stage/stage.index";
|
|
3
|
+
import { SeatMapCanvas } from "@/canvas.index";
|
|
4
|
+
import SvgBase from "@svg/svg.base";
|
|
5
|
+
import ZoomOutBg from "@svg/zoom-out.bg";
|
|
6
|
+
import Legend from "@svg/legend";
|
|
7
|
+
import Tooltip from "@svg/tooltip";
|
|
8
8
|
export default class Svg extends SvgBase {
|
|
9
9
|
parent: SeatMapCanvas;
|
|
10
10
|
stage: Stage;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import SvgBase from "
|
|
2
|
-
import TooltipRect from "
|
|
3
|
-
import Svg from "
|
|
4
|
-
import { SeatItem } from "
|
|
5
|
-
import TooltipTitle from "
|
|
1
|
+
import SvgBase from "@svg/svg.base";
|
|
2
|
+
import TooltipRect from "@svg/tooltip/rect";
|
|
3
|
+
import Svg from "@svg/svg.index";
|
|
4
|
+
import { SeatItem } from "@svg/stage/blocks/block-item/seat/seat-item.index";
|
|
5
|
+
import TooltipTitle from "@svg/tooltip/title";
|
|
6
6
|
export default class Tooltip extends SvgBase {
|
|
7
7
|
parent: Svg;
|
|
8
8
|
rect: TooltipRect;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { SeatMapCanvas } from "
|
|
2
|
-
import { ZoomLevel } from "
|
|
3
|
-
import BlockModel from "
|
|
1
|
+
import { SeatMapCanvas } from "@/canvas.index";
|
|
2
|
+
import { ZoomLevel } from "@enum/global";
|
|
3
|
+
import BlockModel from "@model/block.model";
|
|
4
4
|
export interface ZoomLevelObject {
|
|
5
5
|
level: string;
|
|
6
6
|
values: {
|
package/dist/dependencies.txt
CHANGED
|
@@ -36,7 +36,6 @@ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
|
36
36
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
37
37
|
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
38
38
|
|
|
39
|
-
|
|
40
39
|
---
|
|
41
40
|
|
|
42
41
|
Name: tslib
|
|
@@ -63,48 +62,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
63
62
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
64
63
|
PERFORMANCE OF THIS SOFTWARE.
|
|
65
64
|
|
|
66
|
-
---
|
|
67
|
-
|
|
68
|
-
Name: d3-polygon
|
|
69
|
-
Version: 1.0.6
|
|
70
|
-
License: BSD-3-Clause
|
|
71
|
-
Private: false
|
|
72
|
-
Description: Operations for two-dimensional polygons.
|
|
73
|
-
Repository: https://github.com/d3/d3-polygon.git
|
|
74
|
-
Homepage: https://d3js.org/d3-polygon/
|
|
75
|
-
Author: Mike Bostock (http://bost.ocks.org/mike)
|
|
76
|
-
License Copyright:
|
|
77
|
-
===
|
|
78
|
-
|
|
79
|
-
Copyright 2010-2016 Mike Bostock
|
|
80
|
-
All rights reserved.
|
|
81
|
-
|
|
82
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
83
|
-
are permitted provided that the following conditions are met:
|
|
84
|
-
|
|
85
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
86
|
-
list of conditions and the following disclaimer.
|
|
87
|
-
|
|
88
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
89
|
-
this list of conditions and the following disclaimer in the documentation
|
|
90
|
-
and/or other materials provided with the distribution.
|
|
91
|
-
|
|
92
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
93
|
-
endorse or promote products derived from this software without specific prior
|
|
94
|
-
written permission.
|
|
95
|
-
|
|
96
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
97
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
98
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
99
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
100
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
101
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
102
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
103
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
104
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
105
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
106
|
-
|
|
107
|
-
|
|
108
65
|
---
|
|
109
66
|
|
|
110
67
|
Name: reflect-metadata
|
|
@@ -176,6 +133,47 @@ END OF TERMS AND CONDITIONS
|
|
|
176
133
|
|
|
177
134
|
---
|
|
178
135
|
|
|
136
|
+
Name: d3-polygon
|
|
137
|
+
Version: 1.0.6
|
|
138
|
+
License: BSD-3-Clause
|
|
139
|
+
Private: false
|
|
140
|
+
Description: Operations for two-dimensional polygons.
|
|
141
|
+
Repository: https://github.com/d3/d3-polygon.git
|
|
142
|
+
Homepage: https://d3js.org/d3-polygon/
|
|
143
|
+
Author: Mike Bostock (http://bost.ocks.org/mike)
|
|
144
|
+
License Copyright:
|
|
145
|
+
===
|
|
146
|
+
|
|
147
|
+
Copyright 2010-2016 Mike Bostock
|
|
148
|
+
All rights reserved.
|
|
149
|
+
|
|
150
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
151
|
+
are permitted provided that the following conditions are met:
|
|
152
|
+
|
|
153
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
154
|
+
list of conditions and the following disclaimer.
|
|
155
|
+
|
|
156
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
157
|
+
this list of conditions and the following disclaimer in the documentation
|
|
158
|
+
and/or other materials provided with the distribution.
|
|
159
|
+
|
|
160
|
+
* Neither the name of the author nor the names of contributors may be used to
|
|
161
|
+
endorse or promote products derived from this software without specific prior
|
|
162
|
+
written permission.
|
|
163
|
+
|
|
164
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
165
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
166
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
167
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
168
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
169
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
170
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
171
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
172
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
173
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
179
177
|
Name: d3-path
|
|
180
178
|
Version: 1.0.9
|
|
181
179
|
License: BSD-3-Clause
|
|
@@ -215,7 +213,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
215
213
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
216
214
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
217
215
|
|
|
218
|
-
|
|
219
216
|
---
|
|
220
217
|
|
|
221
218
|
Name: d3-shape
|
|
@@ -257,7 +254,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
257
254
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
258
255
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
259
256
|
|
|
260
|
-
|
|
261
257
|
---
|
|
262
258
|
|
|
263
259
|
Name: d3-dispatch
|
|
@@ -299,7 +295,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
299
295
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
300
296
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
301
297
|
|
|
302
|
-
|
|
303
298
|
---
|
|
304
299
|
|
|
305
300
|
Name: d3-drag
|
|
@@ -341,7 +336,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
341
336
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
342
337
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
343
338
|
|
|
344
|
-
|
|
345
339
|
---
|
|
346
340
|
|
|
347
341
|
Name: d3-color
|
|
@@ -383,7 +377,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
383
377
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
384
378
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
385
379
|
|
|
386
|
-
|
|
387
380
|
---
|
|
388
381
|
|
|
389
382
|
Name: d3-interpolate
|
|
@@ -425,7 +418,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
425
418
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
426
419
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
427
420
|
|
|
428
|
-
|
|
429
421
|
---
|
|
430
422
|
|
|
431
423
|
Name: d3-timer
|
|
@@ -467,7 +459,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
467
459
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
468
460
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
469
461
|
|
|
470
|
-
|
|
471
462
|
---
|
|
472
463
|
|
|
473
464
|
Name: d3-transition
|
|
@@ -540,7 +531,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
540
531
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
541
532
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
542
533
|
|
|
543
|
-
|
|
544
534
|
---
|
|
545
535
|
|
|
546
536
|
Name: d3-ease
|
|
@@ -583,7 +573,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
583
573
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
584
574
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
585
575
|
|
|
586
|
-
|
|
587
576
|
---
|
|
588
577
|
|
|
589
578
|
Name: d3-zoom
|
|
@@ -625,7 +614,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
625
614
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
626
615
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
627
616
|
|
|
628
|
-
|
|
629
617
|
---
|
|
630
618
|
|
|
631
619
|
Name: rxjs
|