@oicl/openbridge-webcomponents-vue 2.0.0-next.3 → 2.0.0-next.4

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 (102) hide show
  1. package/ar/{building-blocks/poi → poi}/ObcPoi.vue.d.ts +5 -5
  2. package/ar/poi/ObcPoi.vue2.js +2 -0
  3. package/ar/poi/ObcPoi.vue2.js.map +1 -0
  4. package/ar/{poi-aton → poi}/ObcPoiAton.vue.d.ts +12 -11
  5. package/ar/poi/ObcPoiAton.vue2.js +2 -0
  6. package/ar/poi/ObcPoiAton.vue2.js.map +1 -0
  7. package/ar/{poi-data → poi}/ObcPoiData.vue.d.ts +11 -12
  8. package/ar/poi/ObcPoiData.vue2.js +2 -0
  9. package/ar/poi/ObcPoiData.vue2.js.map +1 -0
  10. package/ar/{poi-vessel → poi}/ObcPoiVessel.vue.d.ts +9 -10
  11. package/ar/poi/ObcPoiVessel.vue2.js +2 -0
  12. package/ar/poi/ObcPoiVessel.vue2.js.map +1 -0
  13. package/ar/{building-blocks/poi/ObcPoiBase.vue.d.ts → poi/PoiBase.vue.d.ts} +7 -8
  14. package/ar/poi/PoiBase.vue.js +2 -0
  15. package/ar/poi/PoiBase.vue.js.map +1 -0
  16. package/ar/poi/PoiBase.vue2.js +2 -0
  17. package/ar/poi/PoiBase.vue2.js.map +1 -0
  18. package/ar/{building-blocks/poi-button → poi-button}/ObcPoiButton.vue.d.ts +3 -3
  19. package/ar/poi-button/ObcPoiButton.vue2.js +2 -0
  20. package/ar/poi-button/ObcPoiButton.vue2.js.map +1 -0
  21. package/ar/{poi-button-aton → poi-button}/ObcPoiButtonAton.vue.d.ts +8 -6
  22. package/ar/poi-button/ObcPoiButtonAton.vue2.js +2 -0
  23. package/ar/poi-button/ObcPoiButtonAton.vue2.js.map +1 -0
  24. package/ar/{poi-button-data → poi-button}/ObcPoiButtonData.vue.d.ts +7 -7
  25. package/ar/poi-button/ObcPoiButtonData.vue2.js +2 -0
  26. package/ar/poi-button/ObcPoiButtonData.vue2.js.map +1 -0
  27. package/ar/{poi-button-vessel → poi-button}/ObcPoiButtonVessel.vue.d.ts +5 -5
  28. package/ar/poi-button/ObcPoiButtonVessel.vue2.js +2 -0
  29. package/ar/poi-button/ObcPoiButtonVessel.vue2.js.map +1 -0
  30. package/ar/{building-blocks/poi-object/ObcAbstractPoiObject.vue.d.ts → poi-object/AbstractPoiObject.vue.d.ts} +4 -4
  31. package/ar/poi-object/AbstractPoiObject.vue.js +2 -0
  32. package/ar/poi-object/AbstractPoiObject.vue.js.map +1 -0
  33. package/ar/poi-object/AbstractPoiObject.vue2.js +2 -0
  34. package/ar/poi-object/AbstractPoiObject.vue2.js.map +1 -0
  35. package/ar/{building-blocks/poi-object → poi-object}/ObcPoiObject.vue.d.ts +3 -3
  36. package/ar/poi-object/ObcPoiObject.vue2.js +2 -0
  37. package/ar/poi-object/ObcPoiObject.vue2.js.map +1 -0
  38. package/ar/{poi-object-aton → poi-object}/ObcPoiObjectAton.vue.d.ts +6 -6
  39. package/ar/poi-object/ObcPoiObjectAton.vue2.js +2 -0
  40. package/ar/poi-object/ObcPoiObjectAton.vue2.js.map +1 -0
  41. package/ar/{poi-object-data → poi-object}/ObcPoiObjectData.vue.d.ts +4 -4
  42. package/ar/poi-object/ObcPoiObjectData.vue2.js +2 -0
  43. package/ar/{poi-object-aton/ObcPoiObjectAton.vue2.js.map → poi-object/ObcPoiObjectData.vue2.js.map} +1 -1
  44. package/ar/{poi-object-vessel → poi-object}/ObcPoiObjectVessel.vue.d.ts +6 -6
  45. package/ar/poi-object/ObcPoiObjectVessel.vue2.js +2 -0
  46. package/ar/poi-object/ObcPoiObjectVessel.vue2.js.map +1 -0
  47. package/package.json +16 -16
  48. package/ar/building-blocks/poi/ObcPoi.vue2.js +0 -2
  49. package/ar/building-blocks/poi/ObcPoi.vue2.js.map +0 -1
  50. package/ar/building-blocks/poi/ObcPoiBase.vue.js +0 -2
  51. package/ar/building-blocks/poi/ObcPoiBase.vue.js.map +0 -1
  52. package/ar/building-blocks/poi/ObcPoiBase.vue2.js +0 -2
  53. package/ar/building-blocks/poi/ObcPoiBase.vue2.js.map +0 -1
  54. package/ar/building-blocks/poi-button/ObcPoiButton.vue2.js +0 -2
  55. package/ar/building-blocks/poi-button/ObcPoiButton.vue2.js.map +0 -1
  56. package/ar/building-blocks/poi-object/ObcAbstractPoiObject.vue.js +0 -2
  57. package/ar/building-blocks/poi-object/ObcAbstractPoiObject.vue.js.map +0 -1
  58. package/ar/building-blocks/poi-object/ObcAbstractPoiObject.vue2.js +0 -2
  59. package/ar/building-blocks/poi-object/ObcAbstractPoiObject.vue2.js.map +0 -1
  60. package/ar/building-blocks/poi-object/ObcPoiObject.vue2.js +0 -2
  61. package/ar/building-blocks/poi-object/ObcPoiObject.vue2.js.map +0 -1
  62. package/ar/poi-aton/ObcPoiAton.vue2.js +0 -2
  63. package/ar/poi-aton/ObcPoiAton.vue2.js.map +0 -1
  64. package/ar/poi-button-aton/ObcPoiButtonAton.vue2.js +0 -2
  65. package/ar/poi-button-aton/ObcPoiButtonAton.vue2.js.map +0 -1
  66. package/ar/poi-button-data/ObcPoiButtonData.vue2.js +0 -2
  67. package/ar/poi-button-data/ObcPoiButtonData.vue2.js.map +0 -1
  68. package/ar/poi-button-vessel/ObcPoiButtonVessel.vue2.js +0 -2
  69. package/ar/poi-button-vessel/ObcPoiButtonVessel.vue2.js.map +0 -1
  70. package/ar/poi-data/ObcPoiData.vue2.js +0 -2
  71. package/ar/poi-data/ObcPoiData.vue2.js.map +0 -1
  72. package/ar/poi-object-aton/ObcPoiObjectAton.vue2.js +0 -2
  73. package/ar/poi-object-data/ObcPoiObjectData.vue2.js +0 -2
  74. package/ar/poi-object-data/ObcPoiObjectData.vue2.js.map +0 -1
  75. package/ar/poi-object-vessel/ObcPoiObjectVessel.vue2.js +0 -2
  76. package/ar/poi-object-vessel/ObcPoiObjectVessel.vue2.js.map +0 -1
  77. package/ar/poi-vessel/ObcPoiVessel.vue2.js +0 -2
  78. package/ar/poi-vessel/ObcPoiVessel.vue2.js.map +0 -1
  79. /package/ar/{building-blocks/poi → poi}/ObcPoi.vue.js +0 -0
  80. /package/ar/{building-blocks/poi → poi}/ObcPoi.vue.js.map +0 -0
  81. /package/ar/{poi-aton → poi}/ObcPoiAton.vue.js +0 -0
  82. /package/ar/{poi-aton → poi}/ObcPoiAton.vue.js.map +0 -0
  83. /package/ar/{poi-data → poi}/ObcPoiData.vue.js +0 -0
  84. /package/ar/{poi-data → poi}/ObcPoiData.vue.js.map +0 -0
  85. /package/ar/{poi-vessel → poi}/ObcPoiVessel.vue.js +0 -0
  86. /package/ar/{poi-vessel → poi}/ObcPoiVessel.vue.js.map +0 -0
  87. /package/ar/{building-blocks/poi-button → poi-button}/ObcPoiButton.vue.js +0 -0
  88. /package/ar/{building-blocks/poi-button → poi-button}/ObcPoiButton.vue.js.map +0 -0
  89. /package/ar/{poi-button-aton → poi-button}/ObcPoiButtonAton.vue.js +0 -0
  90. /package/ar/{poi-button-aton → poi-button}/ObcPoiButtonAton.vue.js.map +0 -0
  91. /package/ar/{poi-button-data → poi-button}/ObcPoiButtonData.vue.js +0 -0
  92. /package/ar/{poi-button-data → poi-button}/ObcPoiButtonData.vue.js.map +0 -0
  93. /package/ar/{poi-button-vessel → poi-button}/ObcPoiButtonVessel.vue.js +0 -0
  94. /package/ar/{poi-button-vessel → poi-button}/ObcPoiButtonVessel.vue.js.map +0 -0
  95. /package/ar/{building-blocks/poi-object → poi-object}/ObcPoiObject.vue.js +0 -0
  96. /package/ar/{building-blocks/poi-object → poi-object}/ObcPoiObject.vue.js.map +0 -0
  97. /package/ar/{poi-object-aton → poi-object}/ObcPoiObjectAton.vue.js +0 -0
  98. /package/ar/{poi-object-aton → poi-object}/ObcPoiObjectAton.vue.js.map +0 -0
  99. /package/ar/{poi-object-data → poi-object}/ObcPoiObjectData.vue.js +0 -0
  100. /package/ar/{poi-object-data → poi-object}/ObcPoiObjectData.vue.js.map +0 -0
  101. /package/ar/{poi-object-vessel → poi-object}/ObcPoiObjectVessel.vue.js +0 -0
  102. /package/ar/{poi-object-vessel → poi-object}/ObcPoiObjectVessel.vue.js.map +0 -0
@@ -1,6 +1,6 @@
1
- import '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi/poi.js';
2
- import { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi/poi.js';
3
- import { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
1
+ import '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
2
+ import { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
3
+ import { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
4
4
  import { ObcPoiPointerType, ObcPoiPointerState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
5
5
  export interface Props {
6
6
  type?: ObcPoiType;
@@ -27,8 +27,8 @@ export interface Props {
27
27
  outsideAngle?: number;
28
28
  animatePosition?: boolean;
29
29
  }
30
- export type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi/poi.js';
31
- export type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
30
+ export type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
31
+ export type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
32
32
  export type { ObcPoiPointerType, ObcPoiPointerState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
33
33
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
34
  export default _default;
@@ -0,0 +1,2 @@
1
+ import{defineComponent as u,reactive as d,useSlots as f,withDirectives as v,openBlock as y,createBlock as h,h as m}from"vue";import{assignSlotNodes as B}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/ar/poi/poi.js";const _=u({__name:"ObcPoi",props:{type:{},value:{},state:{},selected:{type:Boolean},buttonType:{},overlapOpaque:{type:Boolean},data:{},hasHeader:{type:Boolean},headerContent:{},hasPointer:{type:Boolean},pointerType:{},pointerState:{},relativeDirection:{},x:{},y:{},buttonY:{},fixedTarget:{type:Boolean},buttonOffsetX:{},targetOffsetX:{},boxWidth:{},boxHeight:{},outsideAngle:{},animatePosition:{type:Boolean}},setup(p){const t=p,s=d({}),i={created(o){for(const e in t)s[e]=o[e]}};let r=!1;const c=f(),l=()=>{const e={};for(const n in t){const a=t[n];(a!==void 0||r)&&(e[n]=a??s[n])}return r=!0,m("obc-poi",e,B(c))};return(o,e)=>v((y(),h(l,null,null,512)),[[i]])}});export{_ as default};
2
+ //# sourceMappingURL=ObcPoi.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ObcPoi.vue2.js","sources":["../../src/ar/poi/ObcPoi.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { withDirectives as _withDirectives, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nimport { h, useSlots, reactive } from \"vue\";\n import { assignSlotNodes, Slots } from \"@lit-labs/vue-utils/wrapper-utils.js\";\n import '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';\n import {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';\nimport {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\nimport {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';\n\n export interface Props {\n type?: ObcPoiType;\n value?: ObcPoiValue;\n state?: ObcPoiState;\n selected?: boolean;\n buttonType?: ObcPoiButtonType;\n overlapOpaque?: boolean;\n data?: ObcPoiButtonDataItem[];\n hasHeader?: boolean;\n headerContent?: string;\n hasPointer?: boolean;\n pointerType?: ObcPoiPointerType | null;\n pointerState?: ObcPoiPointerState | null;\n relativeDirection?: number;\n x?: number;\n y?: number;\n buttonY?: number | null;\n fixedTarget?: boolean;\n buttonOffsetX?: number;\n targetOffsetX?: number;\n boxWidth?: number | null;\n boxHeight?: number | null;\n outsideAngle?: number;\n animatePosition?: boolean\n }\n\n \n \n export type {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';\nexport type {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\nexport type {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcPoi',\n props: {\n type: {},\n value: {},\n state: {},\n selected: { type: Boolean },\n buttonType: {},\n overlapOpaque: { type: Boolean },\n data: {},\n hasHeader: { type: Boolean },\n headerContent: {},\n hasPointer: { type: Boolean },\n pointerType: {},\n pointerState: {},\n relativeDirection: {},\n x: {},\n y: {},\n buttonY: {},\n fixedTarget: { type: Boolean },\n buttonOffsetX: {},\n targetOffsetX: {},\n boxWidth: {},\n boxHeight: {},\n outsideAngle: {},\n animatePosition: { type: Boolean }\n },\n setup(__props: any) {\n\n const vueProps = __props;\n\n const defaults = reactive({} as Props);\n const vDefaults = {\n created(el: any) {\n for (const p in vueProps) {\n defaults[p as keyof Props] = el[p];\n }\n }\n };\n\n let hasRendered = false;\n\n \n\n const slots = useSlots() as Slots;\n\n const render = () => {\n const eventProps = {\n \n };\n const props = eventProps as (typeof eventProps & Props);\n\n \n for (const p in vueProps) {\n const v = vueProps[p as keyof Props];\n if ((v !== undefined) || hasRendered) {\n (props[p as keyof Props] as unknown) = v ?? defaults[p as keyof Props];\n }\n }\n\n hasRendered = true;\n \n\n return h(\n 'obc-poi',\n props,\n assignSlotNodes(slots)\n );\n };\n \nreturn (_ctx: any,_cache: any) => {\n return _withDirectives((_openBlock(), _createBlock(render, null, null, 512)), [\n [vDefaults]\n ])\n}\n}\n\n})"],"names":["_sfc_main","_defineComponent","__props","vueProps","defaults","reactive","vDefaults","el","p","hasRendered","slots","useSlots","render","props","v","h","assignSlotNodes","_ctx","_cache","_withDirectives","_openBlock","_createBlock"],"mappings":"8PA0CA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,SACR,MAAO,CACL,KAAM,CAAA,EACN,MAAO,CAAA,EACP,MAAO,CAAA,EACP,SAAU,CAAE,KAAM,OAAA,EAClB,WAAY,CAAA,EACZ,cAAe,CAAE,KAAM,OAAA,EACvB,KAAM,CAAA,EACN,UAAW,CAAE,KAAM,OAAA,EACnB,cAAe,CAAA,EACf,WAAY,CAAE,KAAM,OAAA,EACpB,YAAa,CAAA,EACb,aAAc,CAAA,EACd,kBAAmB,CAAA,EACnB,EAAG,CAAA,EACH,EAAG,CAAA,EACH,QAAS,CAAA,EACT,YAAa,CAAE,KAAM,OAAA,EACrB,cAAe,CAAA,EACf,cAAe,CAAA,EACf,SAAU,CAAA,EACV,UAAW,CAAA,EACX,aAAc,CAAA,EACd,gBAAiB,CAAE,KAAM,OAAA,CAAQ,EAEnC,MAAMC,EAAc,CAEhB,MAAMC,EAAWD,EAEfE,EAAWC,EAAS,EAAW,EAC/BC,EAAY,CAChB,QAAQC,EAAS,CACf,UAAWC,KAAKL,EACdC,EAASI,CAAgB,EAAID,EAAGC,CAAC,CAErC,CAAA,EAGF,IAAIC,EAAc,GAId,MAAMC,EAAQC,EAAA,EAERC,EAAS,IAAM,CAInB,MAAMC,EAHa,CAAA,EAMrB,UAAWL,KAAKL,EAAU,CACxB,MAAMW,EAAIX,EAASK,CAAgB,GAC9BM,IAAM,QAAcL,KACtBI,EAAML,CAAgB,EAAgBM,GAAKV,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLM,EACL,UACAF,EACAG,EAAgBN,CAAK,CAAA,CAEzB,EAEN,MAAO,CAACO,EAAUC,IACTC,GAAiBC,IAAcC,EAAaT,EAAQ,KAAM,KAAM,GAAG,GAAI,CAC5E,CAACN,CAAS,CAAA,CACX,CAEH,CAEA,CAAC"}
@@ -1,12 +1,13 @@
1
- import '@oicl/openbridge-webcomponents/dist/ar/poi-aton/poi-aton.js';
2
- import { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle, ObcPoiObjectAtonState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-aton/poi-object-aton.js';
3
- import { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi/poi.js';
4
- import { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
1
+ import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-aton.js';
2
+ import { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
3
+ import { ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
4
+ import { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
5
+ import { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
5
6
  import { ObcPoiPointerType, ObcPoiPointerState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
6
7
  export interface Props {
7
8
  atonType?: ObcPoiObjectAtonType;
8
9
  atonStyle?: ObcPoiObjectAtonStyle;
9
- atonState?: ObcPoiObjectAtonState | null;
10
+ atonState?: ObcPoiObjectState | null;
10
11
  atonInteractive?: boolean;
11
12
  type?: ObcPoiType;
12
13
  value?: ObcPoiValue;
@@ -25,17 +26,17 @@ export interface Props {
25
26
  y?: number;
26
27
  buttonY?: number | null;
27
28
  fixedTarget?: boolean;
28
- buttonOffsetX?: number;
29
- targetOffsetX?: number;
30
29
  boxWidth?: number | null;
31
30
  boxHeight?: number | null;
32
- lineCompensationY?: number;
33
31
  outsideAngle?: number;
34
32
  animatePosition?: boolean;
33
+ buttonOffsetX?: number;
34
+ targetOffsetX?: number;
35
35
  }
36
- export type { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle, ObcPoiObjectAtonState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-aton/poi-object-aton.js';
37
- export type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi/poi.js';
38
- export type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
36
+ export type { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
37
+ export type { ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
38
+ export type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
39
+ export type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
39
40
  export type { ObcPoiPointerType, ObcPoiPointerState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
40
41
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
42
  "obc-poi-data-layout-change": (payload: CustomEvent<void>) => any;
@@ -0,0 +1,2 @@
1
+ import{defineComponent as f,reactive as y,useSlots as h,withDirectives as m,openBlock as v,createBlock as b,h as B}from"vue";import{assignSlotNodes as g}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/ar/poi/poi-aton.js";const O=f({__name:"ObcPoiAton",props:{atonType:{},atonStyle:{},atonState:{},atonInteractive:{type:Boolean},type:{},value:{},state:{},selected:{type:Boolean},buttonType:{},overlapOpaque:{type:Boolean},data:{},hasHeader:{type:Boolean},headerContent:{},hasPointer:{type:Boolean},pointerType:{},pointerState:{},relativeDirection:{},x:{},y:{},buttonY:{},fixedTarget:{type:Boolean},boxWidth:{},boxHeight:{},outsideAngle:{},animatePosition:{type:Boolean},buttonOffsetX:{},targetOffsetX:{}},emits:["obc-poi-data-layout-change"],setup(i,{emit:p}){const o=i,a=y({}),c={created(n){for(const t in o)a[t]=n[t]}};let s=!1;const l=p,u=h(),d=()=>{const t={onObcPoiDataLayoutChange:e=>l("obc-poi-data-layout-change",e)};for(const e in o){const r=o[e];(r!==void 0||s)&&(t[e]=r??a[e])}return s=!0,B("obc-poi-aton",t,g(u))};return(n,t)=>m((v(),b(d,null,null,512)),[[c]])}});export{O as default};
2
+ //# sourceMappingURL=ObcPoiAton.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ObcPoiAton.vue2.js","sources":["../../src/ar/poi/ObcPoiAton.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { withDirectives as _withDirectives, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nimport { h, useSlots, reactive } from \"vue\";\n import { assignSlotNodes, Slots } from \"@lit-labs/vue-utils/wrapper-utils.js\";\n import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-aton.js';\n import {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';\nimport {ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';\nimport {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';\nimport {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\nimport {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';\n\n export interface Props {\n atonType?: ObcPoiObjectAtonType;\n atonStyle?: ObcPoiObjectAtonStyle;\n atonState?: ObcPoiObjectState | null;\n atonInteractive?: boolean;\n type?: ObcPoiType;\n value?: ObcPoiValue;\n state?: ObcPoiState;\n selected?: boolean;\n buttonType?: ObcPoiButtonType;\n overlapOpaque?: boolean;\n data?: ObcPoiButtonDataItem[];\n hasHeader?: boolean;\n headerContent?: string;\n hasPointer?: boolean;\n pointerType?: ObcPoiPointerType | null;\n pointerState?: ObcPoiPointerState | null;\n relativeDirection?: number;\n x?: number;\n y?: number;\n buttonY?: number | null;\n fixedTarget?: boolean;\n boxWidth?: number | null;\n boxHeight?: number | null;\n outsideAngle?: number;\n animatePosition?: boolean;\n buttonOffsetX?: number;\n targetOffsetX?: number\n }\n\n \n \n export type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';\nexport type {ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';\nexport type {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';\nexport type {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\nexport type {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcPoiAton',\n props: {\n atonType: {},\n atonStyle: {},\n atonState: {},\n atonInteractive: { type: Boolean },\n type: {},\n value: {},\n state: {},\n selected: { type: Boolean },\n buttonType: {},\n overlapOpaque: { type: Boolean },\n data: {},\n hasHeader: { type: Boolean },\n headerContent: {},\n hasPointer: { type: Boolean },\n pointerType: {},\n pointerState: {},\n relativeDirection: {},\n x: {},\n y: {},\n buttonY: {},\n fixedTarget: { type: Boolean },\n boxWidth: {},\n boxHeight: {},\n outsideAngle: {},\n animatePosition: { type: Boolean },\n buttonOffsetX: {},\n targetOffsetX: {}\n },\n emits: [\"obc-poi-data-layout-change\"],\n setup(__props: any, { emit: __emit }) {\n\n const vueProps = __props;\n\n const defaults = reactive({} as Props);\n const vDefaults = {\n created(el: any) {\n for (const p in vueProps) {\n defaults[p as keyof Props] = el[p];\n }\n }\n };\n\n let hasRendered = false;\n\n const emit = __emit;\n\n const slots = useSlots() as Slots;\n\n const render = () => {\n const eventProps = {\n onObcPoiDataLayoutChange: (event: CustomEvent<void>) => emit('obc-poi-data-layout-change', event as CustomEvent<void>)\n };\n const props = eventProps as (typeof eventProps & Props);\n\n \n for (const p in vueProps) {\n const v = vueProps[p as keyof Props];\n if ((v !== undefined) || hasRendered) {\n (props[p as keyof Props] as unknown) = v ?? defaults[p as keyof Props];\n }\n }\n\n hasRendered = true;\n \n\n return h(\n 'obc-poi-aton',\n props,\n assignSlotNodes(slots)\n );\n };\n \nreturn (_ctx: any,_cache: any) => {\n return _withDirectives((_openBlock(), _createBlock(render, null, null, 512)), [\n [vDefaults]\n ])\n}\n}\n\n})"],"names":["_sfc_main","_defineComponent","__props","__emit","vueProps","defaults","reactive","vDefaults","el","p","hasRendered","emit","slots","useSlots","render","props","event","v","h","assignSlotNodes","_ctx","_cache","_withDirectives","_openBlock","_createBlock"],"mappings":"mQAkDA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,aACR,MAAO,CACL,SAAU,CAAA,EACV,UAAW,CAAA,EACX,UAAW,CAAA,EACX,gBAAiB,CAAE,KAAM,OAAA,EACzB,KAAM,CAAA,EACN,MAAO,CAAA,EACP,MAAO,CAAA,EACP,SAAU,CAAE,KAAM,OAAA,EAClB,WAAY,CAAA,EACZ,cAAe,CAAE,KAAM,OAAA,EACvB,KAAM,CAAA,EACN,UAAW,CAAE,KAAM,OAAA,EACnB,cAAe,CAAA,EACf,WAAY,CAAE,KAAM,OAAA,EACpB,YAAa,CAAA,EACb,aAAc,CAAA,EACd,kBAAmB,CAAA,EACnB,EAAG,CAAA,EACH,EAAG,CAAA,EACH,QAAS,CAAA,EACT,YAAa,CAAE,KAAM,OAAA,EACrB,SAAU,CAAA,EACV,UAAW,CAAA,EACX,aAAc,CAAA,EACd,gBAAiB,CAAE,KAAM,OAAA,EACzB,cAAe,CAAA,EACf,cAAe,CAAA,CAAC,EAElB,MAAO,CAAC,4BAA4B,EACpC,MAAMC,EAAc,CAAE,KAAMC,GAAU,CAElC,MAAMC,EAAWF,EAEfG,EAAWC,EAAS,EAAW,EAC/BC,EAAY,CAChB,QAAQC,EAAS,CACf,UAAWC,KAAKL,EACdC,EAASI,CAAgB,EAAID,EAAGC,CAAC,CAErC,CAAA,EAGF,IAAIC,EAAc,GAEd,MAAMC,EAAOR,EAEPS,EAAQC,EAAA,EAERC,EAAS,IAAM,CAInB,MAAMC,EAHa,CACvB,yBAA2BC,GAA6BL,EAAK,6BAA8BK,CAA0B,CAAA,EAKnH,UAAWP,KAAKL,EAAU,CACxB,MAAMa,EAAIb,EAASK,CAAgB,GAC9BQ,IAAM,QAAcP,KACtBK,EAAMN,CAAgB,EAAgBQ,GAAKZ,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLQ,EACL,eACAH,EACAI,EAAgBP,CAAK,CAAA,CAEzB,EAEN,MAAO,CAACQ,EAAUC,IACTC,GAAiBC,IAAcC,EAAaV,EAAQ,KAAM,KAAM,GAAG,GAAI,CAC5E,CAACP,CAAS,CAAA,CACX,CAEH,CAEA,CAAC"}
@@ -1,11 +1,11 @@
1
- import '@oicl/openbridge-webcomponents/dist/ar/poi-data/poi-data.js';
2
- import { ObcPoiObjectDataStyle, ObcPoiObjectDataState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-data/poi-object-data.js';
3
- import { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi/poi.js';
4
- import { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
1
+ import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-data.js';
2
+ import { ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
3
+ import { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
4
+ import { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
5
5
  import { ObcPoiPointerType, ObcPoiPointerState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
6
6
  export interface Props {
7
- dataStyle?: ObcPoiObjectDataStyle;
8
- dataState?: ObcPoiObjectDataState | null;
7
+ dataStyle?: ObcPoiObjectStyle;
8
+ dataState?: ObcPoiObjectState | null;
9
9
  dataInteractive?: boolean;
10
10
  type?: ObcPoiType;
11
11
  value?: ObcPoiValue;
@@ -24,17 +24,16 @@ export interface Props {
24
24
  y?: number;
25
25
  buttonY?: number | null;
26
26
  fixedTarget?: boolean;
27
- buttonOffsetX?: number;
28
- targetOffsetX?: number;
29
27
  boxWidth?: number | null;
30
28
  boxHeight?: number | null;
31
- lineCompensationY?: number;
32
29
  outsideAngle?: number;
33
30
  animatePosition?: boolean;
31
+ buttonOffsetX?: number;
32
+ targetOffsetX?: number;
34
33
  }
35
- export type { ObcPoiObjectDataStyle, ObcPoiObjectDataState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-data/poi-object-data.js';
36
- export type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi/poi.js';
37
- export type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
34
+ export type { ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
35
+ export type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
36
+ export type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
38
37
  export type { ObcPoiPointerType, ObcPoiPointerState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
39
38
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
40
39
  "obc-poi-data-layout-change": (payload: CustomEvent<void>) => any;
@@ -0,0 +1,2 @@
1
+ import{defineComponent as f,reactive as y,useSlots as h,withDirectives as m,openBlock as v,createBlock as b,h as B}from"vue";import{assignSlotNodes as g}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/ar/poi/poi-data.js";const D=f({__name:"ObcPoiData",props:{dataStyle:{},dataState:{},dataInteractive:{type:Boolean},type:{},value:{},state:{},selected:{type:Boolean},buttonType:{},overlapOpaque:{type:Boolean},data:{},hasHeader:{type:Boolean},headerContent:{},hasPointer:{type:Boolean},pointerType:{},pointerState:{},relativeDirection:{},x:{},y:{},buttonY:{},fixedTarget:{type:Boolean},boxWidth:{},boxHeight:{},outsideAngle:{},animatePosition:{type:Boolean},buttonOffsetX:{},targetOffsetX:{}},emits:["obc-poi-data-layout-change"],setup(i,{emit:p}){const o=i,n=y({}),c={created(a){for(const t in o)n[t]=a[t]}};let s=!1;const l=p,d=h(),u=()=>{const t={onObcPoiDataLayoutChange:e=>l("obc-poi-data-layout-change",e)};for(const e in o){const r=o[e];(r!==void 0||s)&&(t[e]=r??n[e])}return s=!0,B("obc-poi-data",t,g(d))};return(a,t)=>m((v(),b(u,null,null,512)),[[c]])}});export{D as default};
2
+ //# sourceMappingURL=ObcPoiData.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ObcPoiData.vue2.js","sources":["../../src/ar/poi/ObcPoiData.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { withDirectives as _withDirectives, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nimport { h, useSlots, reactive } from \"vue\";\n import { assignSlotNodes, Slots } from \"@lit-labs/vue-utils/wrapper-utils.js\";\n import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-data.js';\n import {ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';\nimport {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';\nimport {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\nimport {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';\n\n export interface Props {\n dataStyle?: ObcPoiObjectStyle;\n dataState?: ObcPoiObjectState | null;\n dataInteractive?: boolean;\n type?: ObcPoiType;\n value?: ObcPoiValue;\n state?: ObcPoiState;\n selected?: boolean;\n buttonType?: ObcPoiButtonType;\n overlapOpaque?: boolean;\n data?: ObcPoiButtonDataItem[];\n hasHeader?: boolean;\n headerContent?: string;\n hasPointer?: boolean;\n pointerType?: ObcPoiPointerType | null;\n pointerState?: ObcPoiPointerState | null;\n relativeDirection?: number;\n x?: number;\n y?: number;\n buttonY?: number | null;\n fixedTarget?: boolean;\n boxWidth?: number | null;\n boxHeight?: number | null;\n outsideAngle?: number;\n animatePosition?: boolean;\n buttonOffsetX?: number;\n targetOffsetX?: number\n }\n\n \n \n export type {ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';\nexport type {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';\nexport type {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\nexport type {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcPoiData',\n props: {\n dataStyle: {},\n dataState: {},\n dataInteractive: { type: Boolean },\n type: {},\n value: {},\n state: {},\n selected: { type: Boolean },\n buttonType: {},\n overlapOpaque: { type: Boolean },\n data: {},\n hasHeader: { type: Boolean },\n headerContent: {},\n hasPointer: { type: Boolean },\n pointerType: {},\n pointerState: {},\n relativeDirection: {},\n x: {},\n y: {},\n buttonY: {},\n fixedTarget: { type: Boolean },\n boxWidth: {},\n boxHeight: {},\n outsideAngle: {},\n animatePosition: { type: Boolean },\n buttonOffsetX: {},\n targetOffsetX: {}\n },\n emits: [\"obc-poi-data-layout-change\"],\n setup(__props: any, { emit: __emit }) {\n\n const vueProps = __props;\n\n const defaults = reactive({} as Props);\n const vDefaults = {\n created(el: any) {\n for (const p in vueProps) {\n defaults[p as keyof Props] = el[p];\n }\n }\n };\n\n let hasRendered = false;\n\n const emit = __emit;\n\n const slots = useSlots() as Slots;\n\n const render = () => {\n const eventProps = {\n onObcPoiDataLayoutChange: (event: CustomEvent<void>) => emit('obc-poi-data-layout-change', event as CustomEvent<void>)\n };\n const props = eventProps as (typeof eventProps & Props);\n\n \n for (const p in vueProps) {\n const v = vueProps[p as keyof Props];\n if ((v !== undefined) || hasRendered) {\n (props[p as keyof Props] as unknown) = v ?? defaults[p as keyof Props];\n }\n }\n\n hasRendered = true;\n \n\n return h(\n 'obc-poi-data',\n props,\n assignSlotNodes(slots)\n );\n };\n \nreturn (_ctx: any,_cache: any) => {\n return _withDirectives((_openBlock(), _createBlock(render, null, null, 512)), [\n [vDefaults]\n ])\n}\n}\n\n})"],"names":["_sfc_main","_defineComponent","__props","__emit","vueProps","defaults","reactive","vDefaults","el","p","hasRendered","emit","slots","useSlots","render","props","event","v","h","assignSlotNodes","_ctx","_cache","_withDirectives","_openBlock","_createBlock"],"mappings":"mQA+CA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,aACR,MAAO,CACL,UAAW,CAAA,EACX,UAAW,CAAA,EACX,gBAAiB,CAAE,KAAM,OAAA,EACzB,KAAM,CAAA,EACN,MAAO,CAAA,EACP,MAAO,CAAA,EACP,SAAU,CAAE,KAAM,OAAA,EAClB,WAAY,CAAA,EACZ,cAAe,CAAE,KAAM,OAAA,EACvB,KAAM,CAAA,EACN,UAAW,CAAE,KAAM,OAAA,EACnB,cAAe,CAAA,EACf,WAAY,CAAE,KAAM,OAAA,EACpB,YAAa,CAAA,EACb,aAAc,CAAA,EACd,kBAAmB,CAAA,EACnB,EAAG,CAAA,EACH,EAAG,CAAA,EACH,QAAS,CAAA,EACT,YAAa,CAAE,KAAM,OAAA,EACrB,SAAU,CAAA,EACV,UAAW,CAAA,EACX,aAAc,CAAA,EACd,gBAAiB,CAAE,KAAM,OAAA,EACzB,cAAe,CAAA,EACf,cAAe,CAAA,CAAC,EAElB,MAAO,CAAC,4BAA4B,EACpC,MAAMC,EAAc,CAAE,KAAMC,GAAU,CAElC,MAAMC,EAAWF,EAEfG,EAAWC,EAAS,EAAW,EAC/BC,EAAY,CAChB,QAAQC,EAAS,CACf,UAAWC,KAAKL,EACdC,EAASI,CAAgB,EAAID,EAAGC,CAAC,CAErC,CAAA,EAGF,IAAIC,EAAc,GAEd,MAAMC,EAAOR,EAEPS,EAAQC,EAAA,EAERC,EAAS,IAAM,CAInB,MAAMC,EAHa,CACvB,yBAA2BC,GAA6BL,EAAK,6BAA8BK,CAA0B,CAAA,EAKnH,UAAWP,KAAKL,EAAU,CACxB,MAAMa,EAAIb,EAASK,CAAgB,GAC9BQ,IAAM,QAAcP,KACtBK,EAAMN,CAAgB,EAAgBQ,GAAKZ,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLQ,EACL,eACAH,EACAI,EAAgBP,CAAK,CAAA,CAEzB,EAEN,MAAO,CAACQ,EAAUC,IACTC,GAAiBC,IAAcC,EAAaV,EAAQ,KAAM,KAAM,GAAG,GAAI,CAC5E,CAACP,CAAS,CAAA,CACX,CAEH,CAEA,CAAC"}
@@ -1,7 +1,7 @@
1
- import '@oicl/openbridge-webcomponents/dist/ar/poi-vessel/poi-vessel.js';
2
- import { ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-vessel/poi-object-vessel.js';
3
- import { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi/poi.js';
4
- import { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
1
+ import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-vessel.js';
2
+ import { ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';
3
+ import { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
4
+ import { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
5
5
  import { ObcPoiPointerType, ObcPoiPointerState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
6
6
  export interface Props {
7
7
  vesselType?: ObcPoiObjectVesselType;
@@ -25,17 +25,16 @@ export interface Props {
25
25
  y?: number;
26
26
  buttonY?: number | null;
27
27
  fixedTarget?: boolean;
28
- buttonOffsetX?: number;
29
- targetOffsetX?: number;
30
28
  boxWidth?: number | null;
31
29
  boxHeight?: number | null;
32
- lineCompensationY?: number;
33
30
  outsideAngle?: number;
34
31
  animatePosition?: boolean;
32
+ buttonOffsetX?: number;
33
+ targetOffsetX?: number;
35
34
  }
36
- export type { ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-vessel/poi-object-vessel.js';
37
- export type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi/poi.js';
38
- export type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
35
+ export type { ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';
36
+ export type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
37
+ export type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
39
38
  export type { ObcPoiPointerType, ObcPoiPointerState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
40
39
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
40
  "obc-poi-data-layout-change": (payload: CustomEvent<void>) => any;
@@ -0,0 +1,2 @@
1
+ import{defineComponent as v,reactive as f,useSlots as y,withDirectives as h,openBlock as m,createBlock as b,h as B}from"vue";import{assignSlotNodes as g}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/ar/poi/poi-vessel.js";const O=v({__name:"ObcPoiVessel",props:{vesselType:{},vesselStyle:{},vesselState:{},vesselInteractive:{type:Boolean},type:{},value:{},state:{},selected:{type:Boolean},buttonType:{},overlapOpaque:{type:Boolean},data:{},hasHeader:{type:Boolean},headerContent:{},hasPointer:{type:Boolean},pointerType:{},pointerState:{},relativeDirection:{},x:{},y:{},buttonY:{},fixedTarget:{type:Boolean},boxWidth:{},boxHeight:{},outsideAngle:{},animatePosition:{type:Boolean},buttonOffsetX:{},targetOffsetX:{}},emits:["obc-poi-data-layout-change"],setup(i,{emit:l}){const o=i,s=f({}),p={created(n){for(const e in o)s[e]=n[e]}};let a=!1;const c=l,u=y(),d=()=>{const e={onObcPoiDataLayoutChange:t=>c("obc-poi-data-layout-change",t)};for(const t in o){const r=o[t];(r!==void 0||a)&&(e[t]=r??s[t])}return a=!0,B("obc-poi-vessel",e,g(u))};return(n,e)=>h((m(),b(d,null,null,512)),[[p]])}});export{O as default};
2
+ //# sourceMappingURL=ObcPoiVessel.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ObcPoiVessel.vue2.js","sources":["../../src/ar/poi/ObcPoiVessel.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { withDirectives as _withDirectives, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nimport { h, useSlots, reactive } from \"vue\";\n import { assignSlotNodes, Slots } from \"@lit-labs/vue-utils/wrapper-utils.js\";\n import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-vessel.js';\n import {ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';\nimport {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';\nimport {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\nimport {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';\n\n export interface Props {\n vesselType?: ObcPoiObjectVesselType;\n vesselStyle?: ObcPoiObjectVesselStyle;\n vesselState?: ObcPoiObjectVesselState | null;\n vesselInteractive?: boolean;\n type?: ObcPoiType;\n value?: ObcPoiValue;\n state?: ObcPoiState;\n selected?: boolean;\n buttonType?: ObcPoiButtonType;\n overlapOpaque?: boolean;\n data?: ObcPoiButtonDataItem[];\n hasHeader?: boolean;\n headerContent?: string;\n hasPointer?: boolean;\n pointerType?: ObcPoiPointerType | null;\n pointerState?: ObcPoiPointerState | null;\n relativeDirection?: number;\n x?: number;\n y?: number;\n buttonY?: number | null;\n fixedTarget?: boolean;\n boxWidth?: number | null;\n boxHeight?: number | null;\n outsideAngle?: number;\n animatePosition?: boolean;\n buttonOffsetX?: number;\n targetOffsetX?: number\n }\n\n \n \n export type {ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';\nexport type {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';\nexport type {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\nexport type {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcPoiVessel',\n props: {\n vesselType: {},\n vesselStyle: {},\n vesselState: {},\n vesselInteractive: { type: Boolean },\n type: {},\n value: {},\n state: {},\n selected: { type: Boolean },\n buttonType: {},\n overlapOpaque: { type: Boolean },\n data: {},\n hasHeader: { type: Boolean },\n headerContent: {},\n hasPointer: { type: Boolean },\n pointerType: {},\n pointerState: {},\n relativeDirection: {},\n x: {},\n y: {},\n buttonY: {},\n fixedTarget: { type: Boolean },\n boxWidth: {},\n boxHeight: {},\n outsideAngle: {},\n animatePosition: { type: Boolean },\n buttonOffsetX: {},\n targetOffsetX: {}\n },\n emits: [\"obc-poi-data-layout-change\"],\n setup(__props: any, { emit: __emit }) {\n\n const vueProps = __props;\n\n const defaults = reactive({} as Props);\n const vDefaults = {\n created(el: any) {\n for (const p in vueProps) {\n defaults[p as keyof Props] = el[p];\n }\n }\n };\n\n let hasRendered = false;\n\n const emit = __emit;\n\n const slots = useSlots() as Slots;\n\n const render = () => {\n const eventProps = {\n onObcPoiDataLayoutChange: (event: CustomEvent<void>) => emit('obc-poi-data-layout-change', event as CustomEvent<void>)\n };\n const props = eventProps as (typeof eventProps & Props);\n\n \n for (const p in vueProps) {\n const v = vueProps[p as keyof Props];\n if ((v !== undefined) || hasRendered) {\n (props[p as keyof Props] as unknown) = v ?? defaults[p as keyof Props];\n }\n }\n\n hasRendered = true;\n \n\n return h(\n 'obc-poi-vessel',\n props,\n assignSlotNodes(slots)\n );\n };\n \nreturn (_ctx: any,_cache: any) => {\n return _withDirectives((_openBlock(), _createBlock(render, null, null, 512)), [\n [vDefaults]\n ])\n}\n}\n\n})"],"names":["_sfc_main","_defineComponent","__props","__emit","vueProps","defaults","reactive","vDefaults","el","p","hasRendered","emit","slots","useSlots","render","props","event","v","h","assignSlotNodes","_ctx","_cache","_withDirectives","_openBlock","_createBlock"],"mappings":"qQAgDA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,eACR,MAAO,CACL,WAAY,CAAA,EACZ,YAAa,CAAA,EACb,YAAa,CAAA,EACb,kBAAmB,CAAE,KAAM,OAAA,EAC3B,KAAM,CAAA,EACN,MAAO,CAAA,EACP,MAAO,CAAA,EACP,SAAU,CAAE,KAAM,OAAA,EAClB,WAAY,CAAA,EACZ,cAAe,CAAE,KAAM,OAAA,EACvB,KAAM,CAAA,EACN,UAAW,CAAE,KAAM,OAAA,EACnB,cAAe,CAAA,EACf,WAAY,CAAE,KAAM,OAAA,EACpB,YAAa,CAAA,EACb,aAAc,CAAA,EACd,kBAAmB,CAAA,EACnB,EAAG,CAAA,EACH,EAAG,CAAA,EACH,QAAS,CAAA,EACT,YAAa,CAAE,KAAM,OAAA,EACrB,SAAU,CAAA,EACV,UAAW,CAAA,EACX,aAAc,CAAA,EACd,gBAAiB,CAAE,KAAM,OAAA,EACzB,cAAe,CAAA,EACf,cAAe,CAAA,CAAC,EAElB,MAAO,CAAC,4BAA4B,EACpC,MAAMC,EAAc,CAAE,KAAMC,GAAU,CAElC,MAAMC,EAAWF,EAEfG,EAAWC,EAAS,EAAW,EAC/BC,EAAY,CAChB,QAAQC,EAAS,CACf,UAAWC,KAAKL,EACdC,EAASI,CAAgB,EAAID,EAAGC,CAAC,CAErC,CAAA,EAGF,IAAIC,EAAc,GAEd,MAAMC,EAAOR,EAEPS,EAAQC,EAAA,EAERC,EAAS,IAAM,CAInB,MAAMC,EAHa,CACvB,yBAA2BC,GAA6BL,EAAK,6BAA8BK,CAA0B,CAAA,EAKnH,UAAWP,KAAKL,EAAU,CACxB,MAAMa,EAAIb,EAASK,CAAgB,GAC9BQ,IAAM,QAAcP,KACtBK,EAAMN,CAAgB,EAAgBQ,GAAKZ,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLQ,EACL,iBACAH,EACAI,EAAgBP,CAAK,CAAA,CAEzB,EAEN,MAAO,CAACQ,EAAUC,IACTC,GAAiBC,IAAcC,EAAaV,EAAQ,KAAM,KAAM,GAAG,GAAI,CAC5E,CAACP,CAAS,CAAA,CACX,CAEH,CAEA,CAAC"}
@@ -1,6 +1,6 @@
1
- import '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi/poi-base.js';
2
- import { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi/poi.js';
3
- import { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
1
+ import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-base.js';
2
+ import { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
3
+ import { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
4
4
  import { ObcPoiPointerType, ObcPoiPointerState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
5
5
  export interface Props {
6
6
  type?: ObcPoiType;
@@ -20,16 +20,15 @@ export interface Props {
20
20
  y?: number;
21
21
  buttonY?: number | null;
22
22
  fixedTarget?: boolean;
23
- buttonOffsetX?: number;
24
- targetOffsetX?: number;
25
23
  boxWidth?: number | null;
26
24
  boxHeight?: number | null;
27
- lineCompensationY?: number;
28
25
  outsideAngle?: number;
29
26
  animatePosition?: boolean;
27
+ buttonOffsetX?: number;
28
+ targetOffsetX?: number;
30
29
  }
31
- export type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi/poi.js';
32
- export type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
30
+ export type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
31
+ export type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
33
32
  export type { ObcPoiPointerType, ObcPoiPointerState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
34
33
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
34
  export default _default;
@@ -0,0 +1,2 @@
1
+ import f from"./PoiBase.vue2.js";export{f as default};
2
+ //# sourceMappingURL=PoiBase.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PoiBase.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{defineComponent as u,reactive as d,useSlots as f,withDirectives as v,openBlock as y,createBlock as h,h as m}from"vue";import{assignSlotNodes as B}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/ar/poi/poi-base.js";const b=u({__name:"PoiBase",props:{type:{},value:{},state:{},selected:{type:Boolean},buttonType:{},overlapOpaque:{type:Boolean},data:{},hasHeader:{type:Boolean},headerContent:{},hasPointer:{type:Boolean},pointerType:{},pointerState:{},relativeDirection:{},x:{},y:{},buttonY:{},fixedTarget:{type:Boolean},boxWidth:{},boxHeight:{},outsideAngle:{},animatePosition:{type:Boolean},buttonOffsetX:{},targetOffsetX:{}},setup(i){const t=i,s=d({}),p={created(o){for(const e in t)s[e]=o[e]}};let r=!1;const l=f(),c=()=>{const e={};for(const n in t){const a=t[n];(a!==void 0||r)&&(e[n]=a??s[n])}return r=!0,m("undefined",e,B(l))};return(o,e)=>v((y(),h(c,null,null,512)),[[p]])}});export{b as default};
2
+ //# sourceMappingURL=PoiBase.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PoiBase.vue2.js","sources":["../../src/ar/poi/PoiBase.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { withDirectives as _withDirectives, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nimport { h, useSlots, reactive } from \"vue\";\n import { assignSlotNodes, Slots } from \"@lit-labs/vue-utils/wrapper-utils.js\";\n import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-base.js';\n import {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';\nimport {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\nimport {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';\n\n export interface Props {\n type?: ObcPoiType;\n value?: ObcPoiValue;\n state?: ObcPoiState;\n selected?: boolean;\n buttonType?: ObcPoiButtonType;\n overlapOpaque?: boolean;\n data?: ObcPoiButtonDataItem[];\n hasHeader?: boolean;\n headerContent?: string;\n hasPointer?: boolean;\n pointerType?: ObcPoiPointerType | null;\n pointerState?: ObcPoiPointerState | null;\n relativeDirection?: number;\n x?: number;\n y?: number;\n buttonY?: number | null;\n fixedTarget?: boolean;\n boxWidth?: number | null;\n boxHeight?: number | null;\n outsideAngle?: number;\n animatePosition?: boolean;\n buttonOffsetX?: number;\n targetOffsetX?: number\n }\n\n \n \n export type {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';\nexport type {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\nexport type {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'PoiBase',\n props: {\n type: {},\n value: {},\n state: {},\n selected: { type: Boolean },\n buttonType: {},\n overlapOpaque: { type: Boolean },\n data: {},\n hasHeader: { type: Boolean },\n headerContent: {},\n hasPointer: { type: Boolean },\n pointerType: {},\n pointerState: {},\n relativeDirection: {},\n x: {},\n y: {},\n buttonY: {},\n fixedTarget: { type: Boolean },\n boxWidth: {},\n boxHeight: {},\n outsideAngle: {},\n animatePosition: { type: Boolean },\n buttonOffsetX: {},\n targetOffsetX: {}\n },\n setup(__props: any) {\n\n const vueProps = __props;\n\n const defaults = reactive({} as Props);\n const vDefaults = {\n created(el: any) {\n for (const p in vueProps) {\n defaults[p as keyof Props] = el[p];\n }\n }\n };\n\n let hasRendered = false;\n\n \n\n const slots = useSlots() as Slots;\n\n const render = () => {\n const eventProps = {\n \n };\n const props = eventProps as (typeof eventProps & Props);\n\n \n for (const p in vueProps) {\n const v = vueProps[p as keyof Props];\n if ((v !== undefined) || hasRendered) {\n (props[p as keyof Props] as unknown) = v ?? defaults[p as keyof Props];\n }\n }\n\n hasRendered = true;\n \n\n return h(\n 'undefined',\n props,\n assignSlotNodes(slots)\n );\n };\n \nreturn (_ctx: any,_cache: any) => {\n return _withDirectives((_openBlock(), _createBlock(render, null, null, 512)), [\n [vDefaults]\n ])\n}\n}\n\n})"],"names":["_sfc_main","_defineComponent","__props","vueProps","defaults","reactive","vDefaults","el","p","hasRendered","slots","useSlots","render","props","v","h","assignSlotNodes","_ctx","_cache","_withDirectives","_openBlock","_createBlock"],"mappings":"mQA0CA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,UACR,MAAO,CACL,KAAM,CAAA,EACN,MAAO,CAAA,EACP,MAAO,CAAA,EACP,SAAU,CAAE,KAAM,OAAA,EAClB,WAAY,CAAA,EACZ,cAAe,CAAE,KAAM,OAAA,EACvB,KAAM,CAAA,EACN,UAAW,CAAE,KAAM,OAAA,EACnB,cAAe,CAAA,EACf,WAAY,CAAE,KAAM,OAAA,EACpB,YAAa,CAAA,EACb,aAAc,CAAA,EACd,kBAAmB,CAAA,EACnB,EAAG,CAAA,EACH,EAAG,CAAA,EACH,QAAS,CAAA,EACT,YAAa,CAAE,KAAM,OAAA,EACrB,SAAU,CAAA,EACV,UAAW,CAAA,EACX,aAAc,CAAA,EACd,gBAAiB,CAAE,KAAM,OAAA,EACzB,cAAe,CAAA,EACf,cAAe,CAAA,CAAC,EAElB,MAAMC,EAAc,CAEhB,MAAMC,EAAWD,EAEfE,EAAWC,EAAS,EAAW,EAC/BC,EAAY,CAChB,QAAQC,EAAS,CACf,UAAWC,KAAKL,EACdC,EAASI,CAAgB,EAAID,EAAGC,CAAC,CAErC,CAAA,EAGF,IAAIC,EAAc,GAId,MAAMC,EAAQC,EAAA,EAERC,EAAS,IAAM,CAInB,MAAMC,EAHa,CAAA,EAMrB,UAAWL,KAAKL,EAAU,CACxB,MAAMW,EAAIX,EAASK,CAAgB,GAC9BM,IAAM,QAAcL,KACtBI,EAAML,CAAgB,EAAgBM,GAAKV,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLM,EACL,YACAF,EACAG,EAAgBN,CAAK,CAAA,CAEzB,EAEN,MAAO,CAACO,EAAUC,IACTC,GAAiBC,IAAcC,EAAaT,EAAQ,KAAM,KAAM,GAAG,GAAI,CAC5E,CAACN,CAAS,CAAA,CACX,CAEH,CAEA,CAAC"}
@@ -1,5 +1,5 @@
1
- import '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
2
- import { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
1
+ import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
2
+ import { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
3
3
  export interface Props {
4
4
  relativeDirection?: number;
5
5
  selected?: boolean;
@@ -14,6 +14,6 @@ export interface Props {
14
14
  hasRelation?: boolean;
15
15
  headerContent?: string;
16
16
  }
17
- export type { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
17
+ export type { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
18
18
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
19
  export default _default;
@@ -0,0 +1,2 @@
1
+ import{defineComponent as u,reactive as d,useSlots as f,withDirectives as v,openBlock as m,createBlock as B,h}from"vue";import{assignSlotNodes as y}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js";const x=u({__name:"ObcPoiButton",props:{relativeDirection:{},selected:{type:Boolean},layout:{},hasHeader:{type:Boolean},state:{},value:{},overlapOpaque:{type:Boolean},type:{},inExpandedGroup:{type:Boolean},data:{},hasRelation:{type:Boolean},headerContent:{}},setup(p){const t=p,s=d({}),c={created(o){for(const e in t)s[e]=o[e]}};let r=!1;const l=f(),i=()=>{const e={};for(const n in t){const a=t[n];(a!==void 0||r)&&(e[n]=a??s[n])}return r=!0,h("obc-poi-button",e,y(l))};return(o,e)=>v((m(),B(i,null,null,512)),[[c]])}});export{x as default};
2
+ //# sourceMappingURL=ObcPoiButton.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ObcPoiButton.vue2.js","sources":["../../src/ar/poi-button/ObcPoiButton.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { withDirectives as _withDirectives, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nimport { h, useSlots, reactive } from \"vue\";\n import { assignSlotNodes, Slots } from \"@lit-labs/vue-utils/wrapper-utils.js\";\n import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\n import {ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\n\n export interface Props {\n relativeDirection?: number;\n selected?: boolean;\n layout?: ObcPoiButtonLayout;\n hasHeader?: boolean;\n state?: ObcPoiButtonState;\n value?: PoiButtonVisualState;\n overlapOpaque?: boolean;\n type?: ObcPoiButtonType;\n inExpandedGroup?: boolean;\n data?: ObcPoiButtonDataItem[];\n hasRelation?: boolean;\n headerContent?: string\n }\n\n \n \n export type {ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcPoiButton',\n props: {\n relativeDirection: {},\n selected: { type: Boolean },\n layout: {},\n hasHeader: { type: Boolean },\n state: {},\n value: {},\n overlapOpaque: { type: Boolean },\n type: {},\n inExpandedGroup: { type: Boolean },\n data: {},\n hasRelation: { type: Boolean },\n headerContent: {}\n },\n setup(__props: any) {\n\n const vueProps = __props;\n\n const defaults = reactive({} as Props);\n const vDefaults = {\n created(el: any) {\n for (const p in vueProps) {\n defaults[p as keyof Props] = el[p];\n }\n }\n };\n\n let hasRendered = false;\n\n \n\n const slots = useSlots() as Slots;\n\n const render = () => {\n const eventProps = {\n \n };\n const props = eventProps as (typeof eventProps & Props);\n\n \n for (const p in vueProps) {\n const v = vueProps[p as keyof Props];\n if ((v !== undefined) || hasRendered) {\n (props[p as keyof Props] as unknown) = v ?? defaults[p as keyof Props];\n }\n }\n\n hasRendered = true;\n \n\n return h(\n 'obc-poi-button',\n props,\n assignSlotNodes(slots)\n );\n };\n \nreturn (_ctx: any,_cache: any) => {\n return _withDirectives((_openBlock(), _createBlock(render, null, null, 512)), [\n [vDefaults]\n ])\n}\n}\n\n})"],"names":["_sfc_main","_defineComponent","__props","vueProps","defaults","reactive","vDefaults","el","p","hasRendered","slots","useSlots","render","props","v","assignSlotNodes","_ctx","_cache","_withDirectives","_openBlock","_createBlock"],"mappings":"uQA2BA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,eACR,MAAO,CACL,kBAAmB,CAAA,EACnB,SAAU,CAAE,KAAM,OAAA,EAClB,OAAQ,CAAA,EACR,UAAW,CAAE,KAAM,OAAA,EACnB,MAAO,CAAA,EACP,MAAO,CAAA,EACP,cAAe,CAAE,KAAM,OAAA,EACvB,KAAM,CAAA,EACN,gBAAiB,CAAE,KAAM,OAAA,EACzB,KAAM,CAAA,EACN,YAAa,CAAE,KAAM,OAAA,EACrB,cAAe,CAAA,CAAC,EAElB,MAAMC,EAAc,CAEhB,MAAMC,EAAWD,EAEfE,EAAWC,EAAS,EAAW,EAC/BC,EAAY,CAChB,QAAQC,EAAS,CACf,UAAWC,KAAKL,EACdC,EAASI,CAAgB,EAAID,EAAGC,CAAC,CAErC,CAAA,EAGF,IAAIC,EAAc,GAId,MAAMC,EAAQC,EAAA,EAERC,EAAS,IAAM,CAInB,MAAMC,EAHa,CAAA,EAMrB,UAAWL,KAAKL,EAAU,CACxB,MAAMW,EAAIX,EAASK,CAAgB,GAC9BM,IAAM,QAAcL,KACtBI,EAAML,CAAgB,EAAgBM,GAAKV,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGL,EACL,iBACAI,EACAE,EAAgBL,CAAK,CAAA,CAEzB,EAEN,MAAO,CAACM,EAAUC,IACTC,GAAiBC,IAAcC,EAAaR,EAAQ,KAAM,KAAM,GAAG,GAAI,CAC5E,CAACN,CAAS,CAAA,CACX,CAEH,CAEA,CAAC"}
@@ -1,10 +1,11 @@
1
- import '@oicl/openbridge-webcomponents/dist/ar/poi-button-aton/poi-button-aton.js';
2
- import { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle, ObcPoiObjectAtonState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-aton/poi-object-aton.js';
3
- import { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
1
+ import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-aton.js';
2
+ import { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
3
+ import { ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
4
+ import { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
4
5
  export interface Props {
5
6
  atonType?: ObcPoiObjectAtonType;
6
7
  atonStyle?: ObcPoiObjectAtonStyle;
7
- atonState?: ObcPoiObjectAtonState | null;
8
+ atonState?: ObcPoiObjectState | null;
8
9
  atonInteractive?: boolean;
9
10
  relativeDirection?: number;
10
11
  selected?: boolean;
@@ -19,7 +20,8 @@ export interface Props {
19
20
  hasRelation?: boolean;
20
21
  headerContent?: string;
21
22
  }
22
- export type { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle, ObcPoiObjectAtonState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-aton/poi-object-aton.js';
23
- export type { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
23
+ export type { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
24
+ export type { ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
25
+ export type { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
24
26
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
27
  export default _default;
@@ -0,0 +1,2 @@
1
+ import{defineComponent as u,reactive as d,useSlots as v,withDirectives as f,openBlock as y,createBlock as B,h as m}from"vue";import{assignSlotNodes as h}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-aton.js";const b=u({__name:"ObcPoiButtonAton",props:{atonType:{},atonStyle:{},atonState:{},atonInteractive:{type:Boolean},relativeDirection:{},selected:{type:Boolean},layout:{},hasHeader:{type:Boolean},state:{},value:{},overlapOpaque:{type:Boolean},type:{},inExpandedGroup:{type:Boolean},data:{},hasRelation:{type:Boolean},headerContent:{}},setup(p){const t=p,a=d({}),l={created(o){for(const e in t)a[e]=o[e]}};let s=!1;const c=v(),i=()=>{const e={};for(const n in t){const r=t[n];(r!==void 0||s)&&(e[n]=r??a[n])}return s=!0,m("obc-poi-button-aton",e,h(c))};return(o,e)=>f((y(),B(i,null,null,512)),[[l]])}});export{b as default};
2
+ //# sourceMappingURL=ObcPoiButtonAton.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ObcPoiButtonAton.vue2.js","sources":["../../src/ar/poi-button/ObcPoiButtonAton.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { withDirectives as _withDirectives, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nimport { h, useSlots, reactive } from \"vue\";\n import { assignSlotNodes, Slots } from \"@lit-labs/vue-utils/wrapper-utils.js\";\n import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-aton.js';\n import {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';\nimport {ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';\nimport {ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\n\n export interface Props {\n atonType?: ObcPoiObjectAtonType;\n atonStyle?: ObcPoiObjectAtonStyle;\n atonState?: ObcPoiObjectState | null;\n atonInteractive?: boolean;\n relativeDirection?: number;\n selected?: boolean;\n layout?: ObcPoiButtonLayout;\n hasHeader?: boolean;\n state?: ObcPoiButtonState;\n value?: PoiButtonVisualState;\n overlapOpaque?: boolean;\n type?: ObcPoiButtonType;\n inExpandedGroup?: boolean;\n data?: ObcPoiButtonDataItem[];\n hasRelation?: boolean;\n headerContent?: string\n }\n\n \n \n export type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';\nexport type {ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';\nexport type {ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcPoiButtonAton',\n props: {\n atonType: {},\n atonStyle: {},\n atonState: {},\n atonInteractive: { type: Boolean },\n relativeDirection: {},\n selected: { type: Boolean },\n layout: {},\n hasHeader: { type: Boolean },\n state: {},\n value: {},\n overlapOpaque: { type: Boolean },\n type: {},\n inExpandedGroup: { type: Boolean },\n data: {},\n hasRelation: { type: Boolean },\n headerContent: {}\n },\n setup(__props: any) {\n\n const vueProps = __props;\n\n const defaults = reactive({} as Props);\n const vDefaults = {\n created(el: any) {\n for (const p in vueProps) {\n defaults[p as keyof Props] = el[p];\n }\n }\n };\n\n let hasRendered = false;\n\n \n\n const slots = useSlots() as Slots;\n\n const render = () => {\n const eventProps = {\n \n };\n const props = eventProps as (typeof eventProps & Props);\n\n \n for (const p in vueProps) {\n const v = vueProps[p as keyof Props];\n if ((v !== undefined) || hasRendered) {\n (props[p as keyof Props] as unknown) = v ?? defaults[p as keyof Props];\n }\n }\n\n hasRendered = true;\n \n\n return h(\n 'obc-poi-button-aton',\n props,\n assignSlotNodes(slots)\n );\n };\n \nreturn (_ctx: any,_cache: any) => {\n return _withDirectives((_openBlock(), _createBlock(render, null, null, 512)), [\n [vDefaults]\n ])\n}\n}\n\n})"],"names":["_sfc_main","_defineComponent","__props","vueProps","defaults","reactive","vDefaults","el","p","hasRendered","slots","useSlots","render","props","v","h","assignSlotNodes","_ctx","_cache","_withDirectives","_openBlock","_createBlock"],"mappings":"iRAmCA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,mBACR,MAAO,CACL,SAAU,CAAA,EACV,UAAW,CAAA,EACX,UAAW,CAAA,EACX,gBAAiB,CAAE,KAAM,OAAA,EACzB,kBAAmB,CAAA,EACnB,SAAU,CAAE,KAAM,OAAA,EAClB,OAAQ,CAAA,EACR,UAAW,CAAE,KAAM,OAAA,EACnB,MAAO,CAAA,EACP,MAAO,CAAA,EACP,cAAe,CAAE,KAAM,OAAA,EACvB,KAAM,CAAA,EACN,gBAAiB,CAAE,KAAM,OAAA,EACzB,KAAM,CAAA,EACN,YAAa,CAAE,KAAM,OAAA,EACrB,cAAe,CAAA,CAAC,EAElB,MAAMC,EAAc,CAEhB,MAAMC,EAAWD,EAEfE,EAAWC,EAAS,EAAW,EAC/BC,EAAY,CAChB,QAAQC,EAAS,CACf,UAAWC,KAAKL,EACdC,EAASI,CAAgB,EAAID,EAAGC,CAAC,CAErC,CAAA,EAGF,IAAIC,EAAc,GAId,MAAMC,EAAQC,EAAA,EAERC,EAAS,IAAM,CAInB,MAAMC,EAHa,CAAA,EAMrB,UAAWL,KAAKL,EAAU,CACxB,MAAMW,EAAIX,EAASK,CAAgB,GAC9BM,IAAM,QAAcL,KACtBI,EAAML,CAAgB,EAAgBM,GAAKV,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLM,EACL,sBACAF,EACAG,EAAgBN,CAAK,CAAA,CAEzB,EAEN,MAAO,CAACO,EAAUC,IACTC,GAAiBC,IAAcC,EAAaT,EAAQ,KAAM,KAAM,GAAG,GAAI,CAC5E,CAACN,CAAS,CAAA,CACX,CAEH,CAEA,CAAC"}
@@ -1,9 +1,9 @@
1
- import '@oicl/openbridge-webcomponents/dist/ar/poi-button-data/poi-button-data.js';
2
- import { ObcPoiObjectDataStyle, ObcPoiObjectDataState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-data/poi-object-data.js';
3
- import { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
1
+ import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-data.js';
2
+ import { ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
3
+ import { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
4
4
  export interface Props {
5
- dataStyle?: ObcPoiObjectDataStyle;
6
- dataState?: ObcPoiObjectDataState | null;
5
+ dataStyle?: ObcPoiObjectStyle;
6
+ dataState?: ObcPoiObjectState | null;
7
7
  dataInteractive?: boolean;
8
8
  relativeDirection?: number;
9
9
  selected?: boolean;
@@ -18,7 +18,7 @@ export interface Props {
18
18
  hasRelation?: boolean;
19
19
  headerContent?: string;
20
20
  }
21
- export type { ObcPoiObjectDataStyle, ObcPoiObjectDataState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-data/poi-object-data.js';
22
- export type { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
21
+ export type { ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
22
+ export type { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
23
23
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  export default _default;
@@ -0,0 +1,2 @@
1
+ import{defineComponent as d,reactive as u,useSlots as v,withDirectives as f,openBlock as y,createBlock as B,h as m}from"vue";import{assignSlotNodes as h}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-data.js";const S=d({__name:"ObcPoiButtonData",props:{dataStyle:{},dataState:{},dataInteractive:{type:Boolean},relativeDirection:{},selected:{type:Boolean},layout:{},hasHeader:{type:Boolean},state:{},value:{},overlapOpaque:{type:Boolean},type:{},inExpandedGroup:{type:Boolean},data:{},hasRelation:{type:Boolean},headerContent:{}},setup(p){const t=p,n=u({}),l={created(o){for(const e in t)n[e]=o[e]}};let s=!1;const c=v(),i=()=>{const e={};for(const a in t){const r=t[a];(r!==void 0||s)&&(e[a]=r??n[a])}return s=!0,m("obc-poi-button-data",e,h(c))};return(o,e)=>f((y(),B(i,null,null,512)),[[l]])}});export{S as default};
2
+ //# sourceMappingURL=ObcPoiButtonData.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ObcPoiButtonData.vue2.js","sources":["../../src/ar/poi-button/ObcPoiButtonData.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { withDirectives as _withDirectives, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nimport { h, useSlots, reactive } from \"vue\";\n import { assignSlotNodes, Slots } from \"@lit-labs/vue-utils/wrapper-utils.js\";\n import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-data.js';\n import {ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';\nimport {ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\n\n export interface Props {\n dataStyle?: ObcPoiObjectStyle;\n dataState?: ObcPoiObjectState | null;\n dataInteractive?: boolean;\n relativeDirection?: number;\n selected?: boolean;\n layout?: ObcPoiButtonLayout;\n hasHeader?: boolean;\n state?: ObcPoiButtonState;\n value?: PoiButtonVisualState;\n overlapOpaque?: boolean;\n type?: ObcPoiButtonType;\n inExpandedGroup?: boolean;\n data?: ObcPoiButtonDataItem[];\n hasRelation?: boolean;\n headerContent?: string\n }\n\n \n \n export type {ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';\nexport type {ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcPoiButtonData',\n props: {\n dataStyle: {},\n dataState: {},\n dataInteractive: { type: Boolean },\n relativeDirection: {},\n selected: { type: Boolean },\n layout: {},\n hasHeader: { type: Boolean },\n state: {},\n value: {},\n overlapOpaque: { type: Boolean },\n type: {},\n inExpandedGroup: { type: Boolean },\n data: {},\n hasRelation: { type: Boolean },\n headerContent: {}\n },\n setup(__props: any) {\n\n const vueProps = __props;\n\n const defaults = reactive({} as Props);\n const vDefaults = {\n created(el: any) {\n for (const p in vueProps) {\n defaults[p as keyof Props] = el[p];\n }\n }\n };\n\n let hasRendered = false;\n\n \n\n const slots = useSlots() as Slots;\n\n const render = () => {\n const eventProps = {\n \n };\n const props = eventProps as (typeof eventProps & Props);\n\n \n for (const p in vueProps) {\n const v = vueProps[p as keyof Props];\n if ((v !== undefined) || hasRendered) {\n (props[p as keyof Props] as unknown) = v ?? defaults[p as keyof Props];\n }\n }\n\n hasRendered = true;\n \n\n return h(\n 'obc-poi-button-data',\n props,\n assignSlotNodes(slots)\n );\n };\n \nreturn (_ctx: any,_cache: any) => {\n return _withDirectives((_openBlock(), _createBlock(render, null, null, 512)), [\n [vDefaults]\n ])\n}\n}\n\n})"],"names":["_sfc_main","_defineComponent","__props","vueProps","defaults","reactive","vDefaults","el","p","hasRendered","slots","useSlots","render","props","v","h","assignSlotNodes","_ctx","_cache","_withDirectives","_openBlock","_createBlock"],"mappings":"iRAgCA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,mBACR,MAAO,CACL,UAAW,CAAA,EACX,UAAW,CAAA,EACX,gBAAiB,CAAE,KAAM,OAAA,EACzB,kBAAmB,CAAA,EACnB,SAAU,CAAE,KAAM,OAAA,EAClB,OAAQ,CAAA,EACR,UAAW,CAAE,KAAM,OAAA,EACnB,MAAO,CAAA,EACP,MAAO,CAAA,EACP,cAAe,CAAE,KAAM,OAAA,EACvB,KAAM,CAAA,EACN,gBAAiB,CAAE,KAAM,OAAA,EACzB,KAAM,CAAA,EACN,YAAa,CAAE,KAAM,OAAA,EACrB,cAAe,CAAA,CAAC,EAElB,MAAMC,EAAc,CAEhB,MAAMC,EAAWD,EAEfE,EAAWC,EAAS,EAAW,EAC/BC,EAAY,CAChB,QAAQC,EAAS,CACf,UAAWC,KAAKL,EACdC,EAASI,CAAgB,EAAID,EAAGC,CAAC,CAErC,CAAA,EAGF,IAAIC,EAAc,GAId,MAAMC,EAAQC,EAAA,EAERC,EAAS,IAAM,CAInB,MAAMC,EAHa,CAAA,EAMrB,UAAWL,KAAKL,EAAU,CACxB,MAAMW,EAAIX,EAASK,CAAgB,GAC9BM,IAAM,QAAcL,KACtBI,EAAML,CAAgB,EAAgBM,GAAKV,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLM,EACL,sBACAF,EACAG,EAAgBN,CAAK,CAAA,CAEzB,EAEN,MAAO,CAACO,EAAUC,IACTC,GAAiBC,IAAcC,EAAaT,EAAQ,KAAM,KAAM,GAAG,GAAI,CAC5E,CAACN,CAAS,CAAA,CACX,CAEH,CAEA,CAAC"}
@@ -1,6 +1,6 @@
1
- import '@oicl/openbridge-webcomponents/dist/ar/poi-button-vessel/poi-button-vessel.js';
2
- import { ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-vessel/poi-object-vessel.js';
3
- import { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
1
+ import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-vessel.js';
2
+ import { ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';
3
+ import { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
4
4
  export interface Props {
5
5
  vesselType?: ObcPoiObjectVesselType;
6
6
  vesselStyle?: ObcPoiObjectVesselStyle;
@@ -19,7 +19,7 @@ export interface Props {
19
19
  hasRelation?: boolean;
20
20
  headerContent?: string;
21
21
  }
22
- export type { ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-vessel/poi-object-vessel.js';
23
- export type { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-button/poi-button.js';
22
+ export type { ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';
23
+ export type { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
24
24
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
25
  export default _default;
@@ -0,0 +1,2 @@
1
+ import{defineComponent as u,reactive as v,useSlots as d,withDirectives as f,openBlock as y,createBlock as B,h as m}from"vue";import{assignSlotNodes as h}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-vessel.js";const b=u({__name:"ObcPoiButtonVessel",props:{vesselType:{},vesselStyle:{},vesselState:{},vesselInteractive:{type:Boolean},relativeDirection:{},selected:{type:Boolean},layout:{},hasHeader:{type:Boolean},state:{},value:{},overlapOpaque:{type:Boolean},type:{},inExpandedGroup:{type:Boolean},data:{},hasRelation:{type:Boolean},headerContent:{}},setup(l){const t=l,n=v({}),p={created(o){for(const e in t)n[e]=o[e]}};let a=!1;const c=d(),i=()=>{const e={};for(const s in t){const r=t[s];(r!==void 0||a)&&(e[s]=r??n[s])}return a=!0,m("obc-poi-button-vessel",e,h(c))};return(o,e)=>f((y(),B(i,null,null,512)),[[p]])}});export{b as default};
2
+ //# sourceMappingURL=ObcPoiButtonVessel.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ObcPoiButtonVessel.vue2.js","sources":["../../src/ar/poi-button/ObcPoiButtonVessel.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { withDirectives as _withDirectives, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nimport { h, useSlots, reactive } from \"vue\";\n import { assignSlotNodes, Slots } from \"@lit-labs/vue-utils/wrapper-utils.js\";\n import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-vessel.js';\n import {ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';\nimport {ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\n\n export interface Props {\n vesselType?: ObcPoiObjectVesselType;\n vesselStyle?: ObcPoiObjectVesselStyle;\n vesselState?: ObcPoiObjectVesselState | null;\n vesselInteractive?: boolean;\n relativeDirection?: number;\n selected?: boolean;\n layout?: ObcPoiButtonLayout;\n hasHeader?: boolean;\n state?: ObcPoiButtonState;\n value?: PoiButtonVisualState;\n overlapOpaque?: boolean;\n type?: ObcPoiButtonType;\n inExpandedGroup?: boolean;\n data?: ObcPoiButtonDataItem[];\n hasRelation?: boolean;\n headerContent?: string\n }\n\n \n \n export type {ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';\nexport type {ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcPoiButtonVessel',\n props: {\n vesselType: {},\n vesselStyle: {},\n vesselState: {},\n vesselInteractive: { type: Boolean },\n relativeDirection: {},\n selected: { type: Boolean },\n layout: {},\n hasHeader: { type: Boolean },\n state: {},\n value: {},\n overlapOpaque: { type: Boolean },\n type: {},\n inExpandedGroup: { type: Boolean },\n data: {},\n hasRelation: { type: Boolean },\n headerContent: {}\n },\n setup(__props: any) {\n\n const vueProps = __props;\n\n const defaults = reactive({} as Props);\n const vDefaults = {\n created(el: any) {\n for (const p in vueProps) {\n defaults[p as keyof Props] = el[p];\n }\n }\n };\n\n let hasRendered = false;\n\n \n\n const slots = useSlots() as Slots;\n\n const render = () => {\n const eventProps = {\n \n };\n const props = eventProps as (typeof eventProps & Props);\n\n \n for (const p in vueProps) {\n const v = vueProps[p as keyof Props];\n if ((v !== undefined) || hasRendered) {\n (props[p as keyof Props] as unknown) = v ?? defaults[p as keyof Props];\n }\n }\n\n hasRendered = true;\n \n\n return h(\n 'obc-poi-button-vessel',\n props,\n assignSlotNodes(slots)\n );\n };\n \nreturn (_ctx: any,_cache: any) => {\n return _withDirectives((_openBlock(), _createBlock(render, null, null, 512)), [\n [vDefaults]\n ])\n}\n}\n\n})"],"names":["_sfc_main","_defineComponent","__props","vueProps","defaults","reactive","vDefaults","el","p","hasRendered","slots","useSlots","render","props","v","h","assignSlotNodes","_ctx","_cache","_withDirectives","_openBlock","_createBlock"],"mappings":"mRAiCA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,qBACR,MAAO,CACL,WAAY,CAAA,EACZ,YAAa,CAAA,EACb,YAAa,CAAA,EACb,kBAAmB,CAAE,KAAM,OAAA,EAC3B,kBAAmB,CAAA,EACnB,SAAU,CAAE,KAAM,OAAA,EAClB,OAAQ,CAAA,EACR,UAAW,CAAE,KAAM,OAAA,EACnB,MAAO,CAAA,EACP,MAAO,CAAA,EACP,cAAe,CAAE,KAAM,OAAA,EACvB,KAAM,CAAA,EACN,gBAAiB,CAAE,KAAM,OAAA,EACzB,KAAM,CAAA,EACN,YAAa,CAAE,KAAM,OAAA,EACrB,cAAe,CAAA,CAAC,EAElB,MAAMC,EAAc,CAEhB,MAAMC,EAAWD,EAEfE,EAAWC,EAAS,EAAW,EAC/BC,EAAY,CAChB,QAAQC,EAAS,CACf,UAAWC,KAAKL,EACdC,EAASI,CAAgB,EAAID,EAAGC,CAAC,CAErC,CAAA,EAGF,IAAIC,EAAc,GAId,MAAMC,EAAQC,EAAA,EAERC,EAAS,IAAM,CAInB,MAAMC,EAHa,CAAA,EAMrB,UAAWL,KAAKL,EAAU,CACxB,MAAMW,EAAIX,EAASK,CAAgB,GAC9BM,IAAM,QAAcL,KACtBI,EAAML,CAAgB,EAAgBM,GAAKV,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLM,EACL,wBACAF,EACAG,EAAgBN,CAAK,CAAA,CAEzB,EAEN,MAAO,CAACO,EAAUC,IACTC,GAAiBC,IAAcC,EAAaT,EAAQ,KAAM,KAAM,GAAG,GAAI,CAC5E,CAACN,CAAS,CAAA,CACX,CAEH,CAEA,CAAC"}
@@ -1,10 +1,10 @@
1
- import '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-object/abstract-poi-object.js';
2
- import { ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-object/poi-object.js';
1
+ import '@oicl/openbridge-webcomponents/dist/ar/poi-object/abstract-poi-object.js';
2
+ import { ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
3
3
  export interface Props {
4
- objectStyle?: string;
4
+ objectStyle?: ObcPoiObjectStyle;
5
5
  state?: ObcPoiObjectState;
6
6
  interactive?: boolean;
7
7
  }
8
- export type { ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-object/poi-object.js';
8
+ export type { ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
9
9
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  export default _default;
@@ -0,0 +1,2 @@
1
+ import f from"./AbstractPoiObject.vue2.js";export{f as default};
2
+ //# sourceMappingURL=AbstractPoiObject.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AbstractPoiObject.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{defineComponent as u,reactive as f,useSlots as d,withDirectives as v,openBlock as m,createBlock as _,h}from"vue";import{assignSlotNodes as P}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/ar/poi-object/abstract-poi-object.js";const j=u({__name:"AbstractPoiObject",props:{objectStyle:{},state:{},interactive:{type:Boolean}},setup(i){const t=i,s=f({}),a={created(o){for(const e in t)s[e]=o[e]}};let r=!1;const p=d(),l=()=>{const e={};for(const n in t){const c=t[n];(c!==void 0||r)&&(e[n]=c??s[n])}return r=!0,h("undefined",e,P(p))};return(o,e)=>v((m(),_(l,null,null,512)),[[a]])}});export{j as default};
2
+ //# sourceMappingURL=AbstractPoiObject.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AbstractPoiObject.vue2.js","sources":["../../src/ar/poi-object/AbstractPoiObject.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { withDirectives as _withDirectives, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nimport { h, useSlots, reactive } from \"vue\";\n import { assignSlotNodes, Slots } from \"@lit-labs/vue-utils/wrapper-utils.js\";\n import '@oicl/openbridge-webcomponents/dist/ar/poi-object/abstract-poi-object.js';\n import {ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';\n\n export interface Props {\n objectStyle?: ObcPoiObjectStyle;\n state?: ObcPoiObjectState;\n interactive?: boolean\n }\n\n \n \n export type {ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'AbstractPoiObject',\n props: {\n objectStyle: {},\n state: {},\n interactive: { type: Boolean }\n },\n setup(__props: any) {\n\n const vueProps = __props;\n\n const defaults = reactive({} as Props);\n const vDefaults = {\n created(el: any) {\n for (const p in vueProps) {\n defaults[p as keyof Props] = el[p];\n }\n }\n };\n\n let hasRendered = false;\n\n \n\n const slots = useSlots() as Slots;\n\n const render = () => {\n const eventProps = {\n \n };\n const props = eventProps as (typeof eventProps & Props);\n\n \n for (const p in vueProps) {\n const v = vueProps[p as keyof Props];\n if ((v !== undefined) || hasRendered) {\n (props[p as keyof Props] as unknown) = v ?? defaults[p as keyof Props];\n }\n }\n\n hasRendered = true;\n \n\n return h(\n 'undefined',\n props,\n assignSlotNodes(slots)\n );\n };\n \nreturn (_ctx: any,_cache: any) => {\n return _withDirectives((_openBlock(), _createBlock(render, null, null, 512)), [\n [vDefaults]\n ])\n}\n}\n\n})"],"names":["_sfc_main","_defineComponent","__props","vueProps","defaults","reactive","vDefaults","el","p","hasRendered","slots","useSlots","render","props","v","assignSlotNodes","_ctx","_cache","_withDirectives","_openBlock","_createBlock"],"mappings":"gRAkBA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,oBACR,MAAO,CACL,YAAa,CAAA,EACb,MAAO,CAAA,EACP,YAAa,CAAE,KAAM,OAAA,CAAQ,EAE/B,MAAMC,EAAc,CAEhB,MAAMC,EAAWD,EAEfE,EAAWC,EAAS,EAAW,EAC/BC,EAAY,CAChB,QAAQC,EAAS,CACf,UAAWC,KAAKL,EACdC,EAASI,CAAgB,EAAID,EAAGC,CAAC,CAErC,CAAA,EAGF,IAAIC,EAAc,GAId,MAAMC,EAAQC,EAAA,EAERC,EAAS,IAAM,CAInB,MAAMC,EAHa,CAAA,EAMrB,UAAWL,KAAKL,EAAU,CACxB,MAAMW,EAAIX,EAASK,CAAgB,GAC9BM,IAAM,QAAcL,KACtBI,EAAML,CAAgB,EAAgBM,GAAKV,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGL,EACL,YACAI,EACAE,EAAgBL,CAAK,CAAA,CAEzB,EAEN,MAAO,CAACM,EAAUC,IACTC,GAAiBC,IAAcC,EAAaR,EAAQ,KAAM,KAAM,GAAG,GAAI,CAC5E,CAACN,CAAS,CAAA,CACX,CAEH,CAEA,CAAC"}
@@ -1,11 +1,11 @@
1
- import '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-object/poi-object.js';
2
- import { ObcPoiObjectType, ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-object/poi-object.js';
1
+ import '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
2
+ import { ObcPoiObjectType, ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
3
3
  export interface Props {
4
4
  type?: ObcPoiObjectType;
5
5
  objectStyle?: ObcPoiObjectStyle;
6
6
  state?: ObcPoiObjectState;
7
7
  interactive?: boolean;
8
8
  }
9
- export type { ObcPoiObjectType, ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-object/poi-object.js';
9
+ export type { ObcPoiObjectType, ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
10
10
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
11
  export default _default;
@@ -0,0 +1,2 @@
1
+ import{defineComponent as u,reactive as f,useSlots as d,withDirectives as v,openBlock as m,createBlock as _,h as b}from"vue";import{assignSlotNodes as h}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js";const B=u({__name:"ObcPoiObject",props:{type:{},objectStyle:{},state:{},interactive:{type:Boolean}},setup(p){const t=p,n=f({}),i={created(o){for(const e in t)n[e]=o[e]}};let r=!1;const a=d(),l=()=>{const e={};for(const s in t){const c=t[s];(c!==void 0||r)&&(e[s]=c??n[s])}return r=!0,b("obc-poi-object",e,h(a))};return(o,e)=>v((m(),_(l,null,null,512)),[[i]])}});export{B as default};
2
+ //# sourceMappingURL=ObcPoiObject.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ObcPoiObject.vue2.js","sources":["../../src/ar/poi-object/ObcPoiObject.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { withDirectives as _withDirectives, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nimport { h, useSlots, reactive } from \"vue\";\n import { assignSlotNodes, Slots } from \"@lit-labs/vue-utils/wrapper-utils.js\";\n import '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';\n import {ObcPoiObjectType, ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';\n\n export interface Props {\n type?: ObcPoiObjectType;\n objectStyle?: ObcPoiObjectStyle;\n state?: ObcPoiObjectState;\n interactive?: boolean\n }\n\n \n \n export type {ObcPoiObjectType, ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcPoiObject',\n props: {\n type: {},\n objectStyle: {},\n state: {},\n interactive: { type: Boolean }\n },\n setup(__props: any) {\n\n const vueProps = __props;\n\n const defaults = reactive({} as Props);\n const vDefaults = {\n created(el: any) {\n for (const p in vueProps) {\n defaults[p as keyof Props] = el[p];\n }\n }\n };\n\n let hasRendered = false;\n\n \n\n const slots = useSlots() as Slots;\n\n const render = () => {\n const eventProps = {\n \n };\n const props = eventProps as (typeof eventProps & Props);\n\n \n for (const p in vueProps) {\n const v = vueProps[p as keyof Props];\n if ((v !== undefined) || hasRendered) {\n (props[p as keyof Props] as unknown) = v ?? defaults[p as keyof Props];\n }\n }\n\n hasRendered = true;\n \n\n return h(\n 'obc-poi-object',\n props,\n assignSlotNodes(slots)\n );\n };\n \nreturn (_ctx: any,_cache: any) => {\n return _withDirectives((_openBlock(), _createBlock(render, null, null, 512)), [\n [vDefaults]\n ])\n}\n}\n\n})"],"names":["_sfc_main","_defineComponent","__props","vueProps","defaults","reactive","vDefaults","el","p","hasRendered","slots","useSlots","render","props","v","h","assignSlotNodes","_ctx","_cache","_withDirectives","_openBlock","_createBlock"],"mappings":"4QAmBA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,eACR,MAAO,CACL,KAAM,CAAA,EACN,YAAa,CAAA,EACb,MAAO,CAAA,EACP,YAAa,CAAE,KAAM,OAAA,CAAQ,EAE/B,MAAMC,EAAc,CAEhB,MAAMC,EAAWD,EAEfE,EAAWC,EAAS,EAAW,EAC/BC,EAAY,CAChB,QAAQC,EAAS,CACf,UAAWC,KAAKL,EACdC,EAASI,CAAgB,EAAID,EAAGC,CAAC,CAErC,CAAA,EAGF,IAAIC,EAAc,GAId,MAAMC,EAAQC,EAAA,EAERC,EAAS,IAAM,CAInB,MAAMC,EAHa,CAAA,EAMrB,UAAWL,KAAKL,EAAU,CACxB,MAAMW,EAAIX,EAASK,CAAgB,GAC9BM,IAAM,QAAcL,KACtBI,EAAML,CAAgB,EAAgBM,GAAKV,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLM,EACL,iBACAF,EACAG,EAAgBN,CAAK,CAAA,CAEzB,EAEN,MAAO,CAACO,EAAUC,IACTC,GAAiBC,IAAcC,EAAaT,EAAQ,KAAM,KAAM,GAAG,GAAI,CAC5E,CAACN,CAAS,CAAA,CACX,CAEH,CAEA,CAAC"}
@@ -1,13 +1,13 @@
1
- import '@oicl/openbridge-webcomponents/dist/ar/poi-object-aton/poi-object-aton.js';
2
- import { ObcPoiObjectAtonType } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-aton/poi-object-aton.js';
3
- import { ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-object/poi-object.js';
1
+ import '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
2
+ import { ObcPoiObjectAtonType } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
3
+ import { ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
4
4
  export interface Props {
5
5
  type?: ObcPoiObjectAtonType;
6
- objectStyle?: string;
6
+ objectStyle?: ObcPoiObjectStyle;
7
7
  state?: ObcPoiObjectState;
8
8
  interactive?: boolean;
9
9
  }
10
- export type { ObcPoiObjectAtonType } from '@oicl/openbridge-webcomponents/dist/ar/poi-object-aton/poi-object-aton.js';
11
- export type { ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-object/poi-object.js';
10
+ export type { ObcPoiObjectAtonType } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
11
+ export type { ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
12
12
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
13
  export default _default;