@alisaitteke/seatmap-canvas 2.5.16 → 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.
Files changed (87) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +8 -6
  3. package/dist/cjs/seatmap.canvas.js +16 -2
  4. package/dist/cjs/seatmap.canvas.js.map +1 -1
  5. package/dist/cjs/types/canvas.index.d.ts +8 -8
  6. package/dist/cjs/types/models/block.model.d.ts +3 -3
  7. package/dist/cjs/types/models/data.model.d.ts +3 -3
  8. package/dist/cjs/types/models/defaults.model.d.ts +5 -5
  9. package/dist/cjs/types/models/global.model.d.ts +7 -7
  10. package/dist/cjs/types/models/label.model.d.ts +2 -2
  11. package/dist/cjs/types/models/legend.model.d.ts +1 -1
  12. package/dist/cjs/types/models/seat.model.d.ts +3 -3
  13. package/dist/cjs/types/svg/event.manager.d.ts +1 -1
  14. package/dist/cjs/types/svg/legend/legend.circle.d.ts +2 -2
  15. package/dist/cjs/types/svg/legend/legend.item.d.ts +5 -5
  16. package/dist/cjs/types/svg/legend/legend.title.d.ts +2 -2
  17. package/dist/cjs/types/svg/stage/blocks/block-item/block-item.bounds.d.ts +2 -2
  18. package/dist/cjs/types/svg/stage/blocks/block-item/block-item.index.d.ts +2 -2
  19. package/dist/cjs/types/svg/stage/blocks/block-item/block-item.info.index.d.ts +2 -2
  20. package/dist/cjs/types/svg/stage/blocks/block-item/block-item.labels.index.d.ts +2 -2
  21. package/dist/cjs/types/svg/stage/blocks/block-item/block-item.mask.d.ts +2 -2
  22. package/dist/cjs/types/svg/stage/blocks/block-item/block-item.seats.index.d.ts +2 -2
  23. package/dist/cjs/types/svg/stage/blocks/block-item/bound/bound-item.index.d.ts +2 -2
  24. package/dist/cjs/types/svg/stage/blocks/block-item/info/title.d.ts +1 -1
  25. package/dist/cjs/types/svg/stage/blocks/block-item/label/label-item.circle.d.ts +1 -1
  26. package/dist/cjs/types/svg/stage/blocks/block-item/label/label-item.index.d.ts +1 -1
  27. package/dist/cjs/types/svg/stage/blocks/block-item/label/label-item.title.d.ts +1 -1
  28. package/dist/cjs/types/svg/stage/blocks/block-item/seat/seat-item.check.d.ts +2 -2
  29. package/dist/cjs/types/svg/stage/blocks/block-item/seat/seat-item.circle.d.ts +1 -1
  30. package/dist/cjs/types/svg/stage/blocks/block-item/seat/seat-item.index.d.ts +4 -4
  31. package/dist/cjs/types/svg/stage/blocks/block-item/seat/seat-item.title.d.ts +1 -1
  32. package/dist/cjs/types/svg/stage/blocks/blocks.index.d.ts +1 -1
  33. package/dist/cjs/types/svg/stage/blocks.search-circle.d.ts +3 -3
  34. package/dist/cjs/types/svg/stage/multi-select/rect.d.ts +1 -1
  35. package/dist/cjs/types/svg/stage/multi-select.d.ts +2 -2
  36. package/dist/cjs/types/svg/stage/search-circle/circle.d.ts +1 -1
  37. package/dist/cjs/types/svg/stage/stage.index.d.ts +2 -2
  38. package/dist/cjs/types/svg/svg.base.d.ts +1 -1
  39. package/dist/cjs/types/svg/svg.index.d.ts +6 -6
  40. package/dist/cjs/types/svg/tooltip/rect.d.ts +2 -2
  41. package/dist/cjs/types/svg/tooltip/title.d.ts +2 -2
  42. package/dist/cjs/types/svg/tooltip.d.ts +5 -5
  43. package/dist/cjs/types/svg/zoom.manager.d.ts +3 -3
  44. package/dist/dependencies.txt +41 -53
  45. package/dist/esm/seatmap.canvas.js +16 -2
  46. package/dist/esm/seatmap.canvas.js.map +1 -1
  47. package/dist/esm/types/canvas.index.d.ts +8 -8
  48. package/dist/esm/types/models/block.model.d.ts +3 -3
  49. package/dist/esm/types/models/data.model.d.ts +3 -3
  50. package/dist/esm/types/models/defaults.model.d.ts +5 -5
  51. package/dist/esm/types/models/global.model.d.ts +7 -7
  52. package/dist/esm/types/models/label.model.d.ts +2 -2
  53. package/dist/esm/types/models/legend.model.d.ts +1 -1
  54. package/dist/esm/types/models/seat.model.d.ts +3 -3
  55. package/dist/esm/types/svg/event.manager.d.ts +1 -1
  56. package/dist/esm/types/svg/legend/legend.circle.d.ts +2 -2
  57. package/dist/esm/types/svg/legend/legend.item.d.ts +5 -5
  58. package/dist/esm/types/svg/legend/legend.title.d.ts +2 -2
  59. package/dist/esm/types/svg/stage/blocks/block-item/block-item.bounds.d.ts +2 -2
  60. package/dist/esm/types/svg/stage/blocks/block-item/block-item.index.d.ts +2 -2
  61. package/dist/esm/types/svg/stage/blocks/block-item/block-item.info.index.d.ts +2 -2
  62. package/dist/esm/types/svg/stage/blocks/block-item/block-item.labels.index.d.ts +2 -2
  63. package/dist/esm/types/svg/stage/blocks/block-item/block-item.mask.d.ts +2 -2
  64. package/dist/esm/types/svg/stage/blocks/block-item/block-item.seats.index.d.ts +2 -2
  65. package/dist/esm/types/svg/stage/blocks/block-item/bound/bound-item.index.d.ts +2 -2
  66. package/dist/esm/types/svg/stage/blocks/block-item/info/title.d.ts +1 -1
  67. package/dist/esm/types/svg/stage/blocks/block-item/label/label-item.circle.d.ts +1 -1
  68. package/dist/esm/types/svg/stage/blocks/block-item/label/label-item.index.d.ts +1 -1
  69. package/dist/esm/types/svg/stage/blocks/block-item/label/label-item.title.d.ts +1 -1
  70. package/dist/esm/types/svg/stage/blocks/block-item/seat/seat-item.check.d.ts +2 -2
  71. package/dist/esm/types/svg/stage/blocks/block-item/seat/seat-item.circle.d.ts +1 -1
  72. package/dist/esm/types/svg/stage/blocks/block-item/seat/seat-item.index.d.ts +4 -4
  73. package/dist/esm/types/svg/stage/blocks/block-item/seat/seat-item.title.d.ts +1 -1
  74. package/dist/esm/types/svg/stage/blocks/blocks.index.d.ts +1 -1
  75. package/dist/esm/types/svg/stage/blocks.search-circle.d.ts +3 -3
  76. package/dist/esm/types/svg/stage/multi-select/rect.d.ts +1 -1
  77. package/dist/esm/types/svg/stage/multi-select.d.ts +2 -2
  78. package/dist/esm/types/svg/stage/search-circle/circle.d.ts +1 -1
  79. package/dist/esm/types/svg/stage/stage.index.d.ts +2 -2
  80. package/dist/esm/types/svg/svg.base.d.ts +1 -1
  81. package/dist/esm/types/svg/svg.index.d.ts +6 -6
  82. package/dist/esm/types/svg/tooltip/rect.d.ts +2 -2
  83. package/dist/esm/types/svg/tooltip/title.d.ts +2 -2
  84. package/dist/esm/types/svg/tooltip.d.ts +5 -5
  85. package/dist/esm/types/svg/zoom.manager.d.ts +3 -3
  86. package/dist/types.d.ts +8 -516
  87. package/package.json +1 -1
@@ -1,12 +1,12 @@
1
1
  import "../scss/style.scss";
2
- import Svg from "./svg/svg.index";
3
- import SeatMapDevTools from "./dev.tools";
4
- import DataModel from "./models/data.model";
5
- import DefaultsModel from "./models/defaults.model";
6
- import { GlobalModel } from "./models/global.model";
7
- import ZoomManager from "./svg/zoom.manager";
8
- import EventManager from "./svg/event.manager";
9
- import WindowManager from "./window.manager";
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 "./seat.model";
2
- import LabelModel from "./label.model";
3
- import ModelBase from "./model.base";
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 "./block.model";
2
- import { SeatMapCanvas } from "../canvas.index";
3
- import SeatModel from "./seat.model";
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 "./styles/seat.style";
2
- import { BLockStyle } from "./styles/block.style";
3
- import { LegendStyle } from "./styles/legend.style";
4
- import { LabelStyle } from "./styles/label.style";
5
- import { TooltipStyle } from "./styles/tooltip.style";
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 "./defaults.model";
2
- import DataModel from "./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";
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,5 +1,5 @@
1
- import BlockModel from "./block.model";
2
- import ModelBase from "./model.base";
1
+ import BlockModel from "@model/block.model";
2
+ import ModelBase from "@model/model.base";
3
3
  export default class LabelModel extends ModelBase {
4
4
  x: number;
5
5
  y: number;
@@ -1,4 +1,4 @@
1
- import ModelBase from "./model.base";
1
+ import ModelBase from "@model/model.base";
2
2
  export default class LegendModel extends ModelBase {
3
3
  x: number;
4
4
  y: number;
@@ -1,6 +1,6 @@
1
- import BlockModel from "./block.model";
2
- import ModelBase from "./model.base";
3
- import { SeatItem } from "../svg/stage/blocks/block-item/seat/seat-item.index";
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,4 +1,4 @@
1
- import { SeatMapCanvas } from "../canvas.index";
1
+ import { SeatMapCanvas } from "@/canvas.index";
2
2
  export interface EventObject {
3
3
  type: string;
4
4
  fn: any;
@@ -1,5 +1,5 @@
1
- import SvgBase from "./../svg.base";
2
- import LegendItem from "./legend.item";
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 "./../svg.base";
2
- import Legend from "../legend";
3
- import LegendCircle from "./legend.circle";
4
- import LegendTitle from "./legend.title";
5
- import LegendModel from "../../models/legend.model";
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 "./../svg.base";
2
- import LegendItem from "./legend.item";
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 "../../../svg.base";
2
- import BlockModel from "../../../../models/block.model";
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 "../../../svg.base";
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 "../../../svg.base";
2
- import BlockModel from "../../../../models/block.model";
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 "../../../svg.base";
1
+ import SvgBase from "@svg/svg.base";
2
2
  import Block from "./block-item.index";
3
- import BlockModel from "../../../../models/block.model";
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 "../../../svg.base";
2
- import BlockModel from "../../../../models/block.model";
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 "../../../svg.base";
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 "../../../../svg.base";
1
+ import SvgBase from "@svg/svg.base";
2
2
  import BlockBounds from "../block-item.bounds";
3
- import BlockModel from "../../../../../models/block.model";
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,4 +1,4 @@
1
- import SvgBase from "../../../../svg.base";
1
+ import SvgBase from "@svg/svg.base";
2
2
  import BlockInfo from "../block-item.info.index";
3
3
  export declare class BlockTitle extends SvgBase {
4
4
  parent: BlockInfo;
@@ -1,4 +1,4 @@
1
- import SvgBase from "../../../../svg.base";
1
+ import SvgBase from "@svg/svg.base";
2
2
  import { LabelItem } from "./label-item.index";
3
3
  export declare class LabelItemCircle extends SvgBase {
4
4
  parent: LabelItem;
@@ -1,4 +1,4 @@
1
- import SvgBase from "../../../../svg.base";
1
+ import SvgBase from "@svg/svg.base";
2
2
  import { LabelItemCircle } from "./label-item.circle";
3
3
  import { CoordinateModel } from "../../../../../models/coordinate.model";
4
4
  import Labels from "../block-item.labels.index";
@@ -1,4 +1,4 @@
1
- import SvgBase from "../../../../svg.base";
1
+ import SvgBase from "@svg/svg.base";
2
2
  import { LabelItem } from "./label-item.index";
3
3
  export declare class LabelItemTitle extends SvgBase {
4
4
  parent: LabelItem;
@@ -1,5 +1,5 @@
1
- import SvgBase from "../../../../svg.base";
2
- import { SeatItem } from "./seat-item.index";
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,4 +1,4 @@
1
- import SvgBase from "../../../../svg.base";
1
+ import SvgBase from "@svg/svg.base";
2
2
  import { SeatItem } from "./seat-item.index";
3
3
  export declare class SeatItemCircle extends SvgBase {
4
4
  parent: SeatItem;
@@ -1,10 +1,10 @@
1
- import SvgBase from "../../../../svg.base";
2
- import SeatModel from "../../../../../models/seat.model";
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 "../../../../../models/coordinate.model";
5
+ import { CoordinateModel } from "@model/coordinate.model";
6
6
  import { SeatItemTitle } from "./seat-item.title";
7
- import { SeatAction } from "../../../../../enums/global";
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,4 +1,4 @@
1
- import SvgBase from "../../../../svg.base";
1
+ import SvgBase from "@svg/svg.base";
2
2
  import { SeatItem } from "./seat-item.index";
3
3
  export declare class SeatItemTitle extends SvgBase {
4
4
  parent: SeatItem;
@@ -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 "../../svg.base";
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 "../svg.base";
2
- import Circle from "./search-circle/circle";
3
- import Stage from "./stage.index";
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,4 +1,4 @@
1
- import SvgBase from "./../../svg.base";
1
+ import SvgBase from "@svg/svg.base";
2
2
  import MultiSelect from "../multi-select";
3
3
  export default class MultiSelectRect extends SvgBase {
4
4
  parent: MultiSelect;
@@ -1,5 +1,5 @@
1
- import SvgBase from "../svg.base";
2
- import Svg from "../svg.index";
1
+ import SvgBase from "@svg//svg.base";
2
+ import Svg from "@svg/svg.index";
3
3
  import MultiSelectRect from "./multi-select/rect";
4
4
  export default class MultiSelect extends SvgBase {
5
5
  parent: Svg;
@@ -1,4 +1,4 @@
1
- import SvgBase from "../../svg.base";
1
+ import SvgBase from "@svg/svg.base";
2
2
  import BlocksSearchCircle from "../blocks.search-circle";
3
3
  export default class Circle extends SvgBase {
4
4
  parent: BlocksSearchCircle;
@@ -1,6 +1,6 @@
1
1
  import Blocks from "./blocks/blocks.index";
2
- import Svg from "../svg.index";
3
- import SvgBase from "../svg.base";
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,4 +1,4 @@
1
- import { GlobalModel } from "../models/global.model";
1
+ import { GlobalModel } from "@model/global.model";
2
2
  export default class SvgBase {
3
3
  parent: any;
4
4
  node: any | null;
@@ -1,10 +1,10 @@
1
- import Stage from "./stage/stage.index";
2
1
  import "reflect-metadata";
3
- import { SeatMapCanvas } from "../canvas.index";
4
- import SvgBase from "./svg.base";
5
- import ZoomOutBg from "./zoom-out.bg";
6
- import Legend from "./legend";
7
- import Tooltip from "./tooltip";
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,5 +1,5 @@
1
- import SvgBase from "../svg.base";
2
- import Tooltip from "../tooltip";
1
+ import SvgBase from "@svg/svg.base";
2
+ import Tooltip from "@svg/tooltip";
3
3
  export default class TooltipRect extends SvgBase {
4
4
  parent: Tooltip;
5
5
  constructor(parent: Tooltip);
@@ -1,5 +1,5 @@
1
- import SvgBase from "../svg.base";
2
- import Tooltip from "../tooltip";
1
+ import SvgBase from "@svg/svg.base";
2
+ import Tooltip from "@svg/tooltip";
3
3
  export default class TooltipTitle extends SvgBase {
4
4
  parent: Tooltip;
5
5
  title: Array<string>;
@@ -1,8 +1,8 @@
1
- import SvgBase from "./svg.base";
2
- import TooltipRect from "./tooltip/rect";
3
- import Svg from "./svg.index";
4
- import { SeatItem } from "./stage/blocks/block-item/seat/seat-item.index";
5
- import TooltipTitle from "./tooltip/title";
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 "../canvas.index";
2
- import { ZoomLevel } from "../enums/global";
3
- import BlockModel from "../models/block.model";
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: {
@@ -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