@oicl/openbridge-webcomponents-vue 2.0.0-next.95 → 2.0.0-next.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ar/poi-layer/ObcPoiLayer.vue.d.ts +2 -0
- package/ar/poi-layer/ObcPoiLayer.vue2.js +1 -1
- package/ar/poi-layer/ObcPoiLayer.vue2.js.map +1 -1
- package/building-blocks/bar-horizontal/ObcBarHorizontal.vue.d.ts +5 -1
- package/building-blocks/bar-horizontal/ObcBarHorizontal.vue2.js +1 -1
- package/building-blocks/bar-horizontal/ObcBarHorizontal.vue2.js.map +1 -1
- package/building-blocks/bar-vertical/ObcBarVertical.vue.d.ts +5 -1
- package/building-blocks/bar-vertical/ObcBarVertical.vue2.js +1 -1
- package/building-blocks/bar-vertical/ObcBarVertical.vue2.js.map +1 -1
- package/components/alert-floating-item/ObcAlertFloatingItem.vue.d.ts +9 -1
- package/components/alert-floating-item/ObcAlertFloatingItem.vue2.js +1 -1
- package/components/alert-floating-item/ObcAlertFloatingItem.vue2.js.map +1 -1
- package/components/alert-icon/ObcAlertIcon.vue.d.ts +5 -4
- package/components/alert-icon/ObcAlertIcon.vue2.js +1 -1
- package/components/alert-icon/ObcAlertIcon.vue2.js.map +1 -1
- package/components/alert-menu/ObcAlertMenu.vue.d.ts +0 -2
- package/components/alert-menu/ObcAlertMenu.vue2.js +1 -1
- package/components/alert-menu/ObcAlertMenu.vue2.js.map +1 -1
- package/components/keyboard-numeric/ObcKeyboardNumeric.vue.d.ts +17 -1
- package/components/keyboard-numeric/ObcKeyboardNumeric.vue2.js +1 -1
- package/components/keyboard-numeric/ObcKeyboardNumeric.vue2.js.map +1 -1
- package/components/sequence-modal/ObcSequenceModal.vue.d.ts +5 -1
- package/components/sequence-modal/ObcSequenceModal.vue2.js +1 -1
- package/components/sequence-modal/ObcSequenceModal.vue2.js.map +1 -1
- package/components/system-menu/ObcSystemMenu.vue.d.ts +2 -0
- package/components/system-menu/ObcSystemMenu.vue2.js +1 -1
- package/components/system-menu/ObcSystemMenu.vue2.js.map +1 -1
- package/navigation-instruments/compass-sector/ObcCompassSector.vue.d.ts +1 -5
- package/navigation-instruments/compass-sector/ObcCompassSector.vue2.js +1 -1
- package/navigation-instruments/compass-sector/ObcCompassSector.vue2.js.map +1 -1
- package/navigation-instruments/wind-propulsion/ObcWindPropulsion.vue.d.ts +1 -5
- package/navigation-instruments/wind-propulsion/ObcWindPropulsion.vue2.js +1 -1
- package/navigation-instruments/wind-propulsion/ObcWindPropulsion.vue2.js.map +1 -1
- package/package.json +2 -2
|
@@ -14,10 +14,12 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
14
14
|
height: number;
|
|
15
15
|
label: string;
|
|
16
16
|
}>) => any;
|
|
17
|
+
"layer-selection-changed": (payload: Event) => any;
|
|
17
18
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
18
19
|
"onLayer-resize"?: ((payload: CustomEvent<{
|
|
19
20
|
height: number;
|
|
20
21
|
label: string;
|
|
21
22
|
}>) => any) | undefined;
|
|
23
|
+
"onLayer-selection-changed"?: ((payload: Event) => any) | undefined;
|
|
22
24
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
25
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineComponent as
|
|
1
|
+
import{defineComponent as y,reactive as f,useSlots as m,withDirectives as v,openBlock as h,createBlock as g,h as B}from"vue";import{assignSlotNodes as _}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/ar/poi-layer/poi-layer.js";const x=y({__name:"ObcPoiLayer",props:{label:{},debug:{type:Boolean},overlapMode:{},isSelected:{type:Boolean},joinWhileExpanded:{type:Boolean},internalSwapping:{type:Boolean}},emits:["layer-resize","layer-selection-changed"],setup(c,{emit:i}){const t=c,r=f({}),p={created(n){for(const o in t)r[o]=n[o]}};let s=!1;const a=i,d=m(),u=()=>{const o={onLayerResize:e=>a("layer-resize",e),onLayerSelectionChanged:e=>a("layer-selection-changed",e)};for(const e in t){const l=t[e];(l!==void 0||s)&&(o[e]=l??r[e])}return s=!0,B("obc-poi-layer",o,_(d))};return(n,o)=>v((h(),g(u,null,null,512)),[[p]])}});export{x as default};
|
|
2
2
|
//# sourceMappingURL=ObcPoiLayer.vue2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObcPoiLayer.vue2.js","sources":["../../src/ar/poi-layer/ObcPoiLayer.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-layer/poi-layer.js';\n import {OverlapMode} from '@oicl/openbridge-webcomponents/dist/ar/poi-layer/poi-layer.js';\n\n export interface Props {\n label?: string;\n debug?: boolean;\n overlapMode?: OverlapMode;\n isSelected?: boolean;\n joinWhileExpanded?: boolean;\n internalSwapping?: boolean\n }\n\n \n \n export type {OverlapMode} from '@oicl/openbridge-webcomponents/dist/ar/poi-layer/poi-layer.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcPoiLayer',\n props: {\n label: {},\n debug: { type: Boolean },\n overlapMode: {},\n isSelected: { type: Boolean },\n joinWhileExpanded: { type: Boolean },\n internalSwapping: { type: Boolean }\n },\n emits: [\"layer-resize\"],\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 onLayerResize: (event: CustomEvent<{height:number,label:string}>) => emit('layer-resize', event as CustomEvent<{height:number,label:string}>)\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-layer',\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","assignSlotNodes","_ctx","_cache","_withDirectives","_openBlock","_createBlock"],"mappings":"
|
|
1
|
+
{"version":3,"file":"ObcPoiLayer.vue2.js","sources":["../../src/ar/poi-layer/ObcPoiLayer.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-layer/poi-layer.js';\n import {OverlapMode} from '@oicl/openbridge-webcomponents/dist/ar/poi-layer/poi-layer.js';\n\n export interface Props {\n label?: string;\n debug?: boolean;\n overlapMode?: OverlapMode;\n isSelected?: boolean;\n joinWhileExpanded?: boolean;\n internalSwapping?: boolean\n }\n\n \n \n export type {OverlapMode} from '@oicl/openbridge-webcomponents/dist/ar/poi-layer/poi-layer.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcPoiLayer',\n props: {\n label: {},\n debug: { type: Boolean },\n overlapMode: {},\n isSelected: { type: Boolean },\n joinWhileExpanded: { type: Boolean },\n internalSwapping: { type: Boolean }\n },\n emits: [\"layer-resize\", \"layer-selection-changed\"],\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 onLayerResize: (event: CustomEvent<{height:number,label:string}>) => emit('layer-resize', event as CustomEvent<{height:number,label:string}>),\nonLayerSelectionChanged: (event: Event) => emit('layer-selection-changed', event as Event)\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-layer',\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":"0QAqBA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,cACR,MAAO,CACL,MAAO,CAAA,EACP,MAAO,CAAE,KAAM,OAAA,EACf,YAAa,CAAA,EACb,WAAY,CAAE,KAAM,OAAA,EACpB,kBAAmB,CAAE,KAAM,OAAA,EAC3B,iBAAkB,CAAE,KAAM,OAAA,CAAQ,EAEpC,MAAO,CAAC,eAAgB,yBAAyB,EACjD,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,CAKnB,MAAMC,EAJa,CACvB,cAAgBC,GAAqDL,EAAK,eAAgBK,CAAkD,EAChJ,wBAA0BA,GAAiBL,EAAK,0BAA2BK,CAAc,CAAA,EAKnF,UAAWP,KAAKL,EAAU,CACxB,MAAMa,EAAIb,EAASK,CAAgB,GAC9BQ,IAAM,QAAcP,KACtBK,EAAMN,CAAgB,EAAgBQ,GAAKZ,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLQ,EACL,gBACAH,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"}
|
|
@@ -50,5 +50,9 @@ export interface Props {
|
|
|
50
50
|
export type { ExternalScaleSide, BarContainerStyle, ScaleType, FillMode, AdvicePosition } from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';
|
|
51
51
|
export type { FrameStyle, BorderRadiusPosition, Priority, InstrumentState } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';
|
|
52
52
|
export type { LinearAdvice } from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
|
|
53
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}
|
|
53
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
54
|
+
"scale-dimensions-changed": (payload: CustomEvent<any>) => any;
|
|
55
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
56
|
+
"onScale-dimensions-changed"?: ((payload: CustomEvent<any>) => any) | undefined;
|
|
57
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
54
58
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineComponent as
|
|
1
|
+
import{defineComponent as u,reactive as h,useSlots as y,withDirectives as f,openBlock as B,createBlock as k,h as v}from"vue";import{assignSlotNodes as S}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/building-blocks/bar-horizontal/bar-horizontal.js";const R=u({__name:"ObcBarHorizontal",props:{minValue:{},maxValue:{},width:{},paddingLeft:{},paddingRight:{},side:{},fixedAspectRatio:{type:Boolean},scaleReferenceSize:{},hasScale:{type:Boolean},showLabels:{type:Boolean},hasBar:{type:Boolean},scaleBackground:{type:Boolean},barContainerStyle:{},barThickness:{},tickThickness:{},labelThickness:{},mainTickmarks:{},primaryTickmarkInterval:{},secondaryTickmarkInterval:{},tertiaryTickmarkInterval:{},scaleType:{},frameStyle:{},borderRadiusPosition:{},instrumentMode:{type:Boolean},borderRadius:{},priority:{},fillMode:{},fillMin:{},fillMax:{},value:{},state:{},advicePosition:{},advices:{},highlightCurrentValue:{type:Boolean},setpoint:{},newSetpoint:{},atSetpoint:{type:Boolean},touching:{type:Boolean},autoAtSetpoint:{type:Boolean},autoAtSetpointDeadband:{},setpointAtZeroDeadband:{},setpointOverride:{type:Boolean},animateSetpoint:{type:Boolean}},emits:["scale-dimensions-changed"],setup(r,{emit:l}){const o=r,a=h({}),c={created(n){for(const e in o)a[e]=n[e]}};let i=!1;const p=l,d=y(),m=()=>{const e={onScaleDimensionsChanged:t=>p("scale-dimensions-changed",t)};for(const t in o){const s=o[t];(s!==void 0||i)&&(e[t]=s??a[t])}return i=!0,v("obc-bar-horizontal",e,S(d))};return(n,e)=>f((B(),k(m,null,null,512)),[[c]])}});export{R as default};
|
|
2
2
|
//# sourceMappingURL=ObcBarHorizontal.vue2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObcBarHorizontal.vue2.js","sources":["../../src/building-blocks/bar-horizontal/ObcBarHorizontal.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/building-blocks/bar-horizontal/bar-horizontal.js';\n import {ExternalScaleSide, BarContainerStyle, ScaleType, FillMode, AdvicePosition} from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';\nimport {FrameStyle, BorderRadiusPosition, Priority, InstrumentState} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nimport {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';\n\n export interface Props {\n minValue?: number;\n maxValue?: number;\n width?: number;\n paddingLeft?: number;\n paddingRight?: number;\n side?: ExternalScaleSide;\n fixedAspectRatio?: boolean;\n scaleReferenceSize?: number;\n hasScale?: boolean;\n showLabels?: boolean;\n hasBar?: boolean;\n scaleBackground?: boolean;\n barContainerStyle?: BarContainerStyle | undefined;\n barThickness?: number;\n tickThickness?: number;\n labelThickness?: number;\n mainTickmarks?: number[] | undefined;\n primaryTickmarkInterval?: number | undefined;\n secondaryTickmarkInterval?: number | undefined;\n tertiaryTickmarkInterval?: number | undefined;\n scaleType?: ScaleType;\n frameStyle?: FrameStyle;\n borderRadiusPosition?: BorderRadiusPosition | undefined;\n instrumentMode?: boolean;\n borderRadius?: number | undefined;\n priority?: Priority;\n fillMode?: FillMode;\n fillMin?: number | undefined;\n fillMax?: number | undefined;\n value?: number | undefined;\n state?: InstrumentState;\n advicePosition?: AdvicePosition;\n advices?: LinearAdvice[] | undefined;\n highlightCurrentValue?: boolean;\n setpoint?: number | undefined;\n newSetpoint?: number | undefined;\n atSetpoint?: boolean;\n touching?: boolean;\n autoAtSetpoint?: boolean;\n autoAtSetpointDeadband?: number;\n setpointAtZeroDeadband?: number;\n setpointOverride?: boolean;\n animateSetpoint?: boolean\n }\n\n \n \n export type {ExternalScaleSide, BarContainerStyle, ScaleType, FillMode, AdvicePosition} from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';\nexport type {FrameStyle, BorderRadiusPosition, Priority, InstrumentState} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nexport type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcBarHorizontal',\n props: {\n minValue: {},\n maxValue: {},\n width: {},\n paddingLeft: {},\n paddingRight: {},\n side: {},\n fixedAspectRatio: { type: Boolean },\n scaleReferenceSize: {},\n hasScale: { type: Boolean },\n showLabels: { type: Boolean },\n hasBar: { type: Boolean },\n scaleBackground: { type: Boolean },\n barContainerStyle: {},\n barThickness: {},\n tickThickness: {},\n labelThickness: {},\n mainTickmarks: {},\n primaryTickmarkInterval: {},\n secondaryTickmarkInterval: {},\n tertiaryTickmarkInterval: {},\n scaleType: {},\n frameStyle: {},\n borderRadiusPosition: {},\n instrumentMode: { type: Boolean },\n borderRadius: {},\n priority: {},\n fillMode: {},\n fillMin: {},\n fillMax: {},\n value: {},\n state: {},\n advicePosition: {},\n advices: {},\n highlightCurrentValue: { type: Boolean },\n setpoint: {},\n newSetpoint: {},\n atSetpoint: { type: Boolean },\n touching: { type: Boolean },\n autoAtSetpoint: { type: Boolean },\n autoAtSetpointDeadband: {},\n setpointAtZeroDeadband: {},\n setpointOverride: { type: Boolean },\n animateSetpoint: { 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
|
|
1
|
+
{"version":3,"file":"ObcBarHorizontal.vue2.js","sources":["../../src/building-blocks/bar-horizontal/ObcBarHorizontal.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/building-blocks/bar-horizontal/bar-horizontal.js';\n import {ExternalScaleSide, BarContainerStyle, ScaleType, FillMode, AdvicePosition} from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';\nimport {FrameStyle, BorderRadiusPosition, Priority, InstrumentState} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nimport {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';\n\n export interface Props {\n minValue?: number;\n maxValue?: number;\n width?: number;\n paddingLeft?: number;\n paddingRight?: number;\n side?: ExternalScaleSide;\n fixedAspectRatio?: boolean;\n scaleReferenceSize?: number;\n hasScale?: boolean;\n showLabels?: boolean;\n hasBar?: boolean;\n scaleBackground?: boolean;\n barContainerStyle?: BarContainerStyle | undefined;\n barThickness?: number;\n tickThickness?: number;\n labelThickness?: number;\n mainTickmarks?: number[] | undefined;\n primaryTickmarkInterval?: number | undefined;\n secondaryTickmarkInterval?: number | undefined;\n tertiaryTickmarkInterval?: number | undefined;\n scaleType?: ScaleType;\n frameStyle?: FrameStyle;\n borderRadiusPosition?: BorderRadiusPosition | undefined;\n instrumentMode?: boolean;\n borderRadius?: number | undefined;\n priority?: Priority;\n fillMode?: FillMode;\n fillMin?: number | undefined;\n fillMax?: number | undefined;\n value?: number | undefined;\n state?: InstrumentState;\n advicePosition?: AdvicePosition;\n advices?: LinearAdvice[] | undefined;\n highlightCurrentValue?: boolean;\n setpoint?: number | undefined;\n newSetpoint?: number | undefined;\n atSetpoint?: boolean;\n touching?: boolean;\n autoAtSetpoint?: boolean;\n autoAtSetpointDeadband?: number;\n setpointAtZeroDeadband?: number;\n setpointOverride?: boolean;\n animateSetpoint?: boolean\n }\n\n \n \n export type {ExternalScaleSide, BarContainerStyle, ScaleType, FillMode, AdvicePosition} from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';\nexport type {FrameStyle, BorderRadiusPosition, Priority, InstrumentState} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nexport type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcBarHorizontal',\n props: {\n minValue: {},\n maxValue: {},\n width: {},\n paddingLeft: {},\n paddingRight: {},\n side: {},\n fixedAspectRatio: { type: Boolean },\n scaleReferenceSize: {},\n hasScale: { type: Boolean },\n showLabels: { type: Boolean },\n hasBar: { type: Boolean },\n scaleBackground: { type: Boolean },\n barContainerStyle: {},\n barThickness: {},\n tickThickness: {},\n labelThickness: {},\n mainTickmarks: {},\n primaryTickmarkInterval: {},\n secondaryTickmarkInterval: {},\n tertiaryTickmarkInterval: {},\n scaleType: {},\n frameStyle: {},\n borderRadiusPosition: {},\n instrumentMode: { type: Boolean },\n borderRadius: {},\n priority: {},\n fillMode: {},\n fillMin: {},\n fillMax: {},\n value: {},\n state: {},\n advicePosition: {},\n advices: {},\n highlightCurrentValue: { type: Boolean },\n setpoint: {},\n newSetpoint: {},\n atSetpoint: { type: Boolean },\n touching: { type: Boolean },\n autoAtSetpoint: { type: Boolean },\n autoAtSetpointDeadband: {},\n setpointAtZeroDeadband: {},\n setpointOverride: { type: Boolean },\n animateSetpoint: { type: Boolean }\n },\n emits: [\"scale-dimensions-changed\"],\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 onScaleDimensionsChanged: (event: CustomEvent) => emit('scale-dimensions-changed', event as CustomEvent)\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-bar-horizontal',\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":"iSA8DA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,mBACR,MAAO,CACL,SAAU,CAAA,EACV,SAAU,CAAA,EACV,MAAO,CAAA,EACP,YAAa,CAAA,EACb,aAAc,CAAA,EACd,KAAM,CAAA,EACN,iBAAkB,CAAE,KAAM,OAAA,EAC1B,mBAAoB,CAAA,EACpB,SAAU,CAAE,KAAM,OAAA,EAClB,WAAY,CAAE,KAAM,OAAA,EACpB,OAAQ,CAAE,KAAM,OAAA,EAChB,gBAAiB,CAAE,KAAM,OAAA,EACzB,kBAAmB,CAAA,EACnB,aAAc,CAAA,EACd,cAAe,CAAA,EACf,eAAgB,CAAA,EAChB,cAAe,CAAA,EACf,wBAAyB,CAAA,EACzB,0BAA2B,CAAA,EAC3B,yBAA0B,CAAA,EAC1B,UAAW,CAAA,EACX,WAAY,CAAA,EACZ,qBAAsB,CAAA,EACtB,eAAgB,CAAE,KAAM,OAAA,EACxB,aAAc,CAAA,EACd,SAAU,CAAA,EACV,SAAU,CAAA,EACV,QAAS,CAAA,EACT,QAAS,CAAA,EACT,MAAO,CAAA,EACP,MAAO,CAAA,EACP,eAAgB,CAAA,EAChB,QAAS,CAAA,EACT,sBAAuB,CAAE,KAAM,OAAA,EAC/B,SAAU,CAAA,EACV,YAAa,CAAA,EACb,WAAY,CAAE,KAAM,OAAA,EACpB,SAAU,CAAE,KAAM,OAAA,EAClB,eAAgB,CAAE,KAAM,OAAA,EACxB,uBAAwB,CAAA,EACxB,uBAAwB,CAAA,EACxB,iBAAkB,CAAE,KAAM,OAAA,EAC1B,gBAAiB,CAAE,KAAM,OAAA,CAAQ,EAEnC,MAAO,CAAC,0BAA0B,EAClC,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,GAAuBL,EAAK,2BAA4BK,CAAoB,CAAA,EAKrG,UAAWP,KAAKL,EAAU,CACxB,MAAMa,EAAIb,EAASK,CAAgB,GAC9BQ,IAAM,QAAcP,KACtBK,EAAMN,CAAgB,EAAgBQ,GAAKZ,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLQ,EACL,qBACAH,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"}
|
|
@@ -50,5 +50,9 @@ export interface Props {
|
|
|
50
50
|
export type { ExternalScaleSide, BarContainerStyle, ScaleType, FillMode, AdvicePosition } from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';
|
|
51
51
|
export type { FrameStyle, BorderRadiusPosition, Priority, InstrumentState } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';
|
|
52
52
|
export type { LinearAdvice } from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
|
|
53
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}
|
|
53
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
54
|
+
"scale-dimensions-changed": (payload: CustomEvent<any>) => any;
|
|
55
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
56
|
+
"onScale-dimensions-changed"?: ((payload: CustomEvent<any>) => any) | undefined;
|
|
57
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
54
58
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineComponent as
|
|
1
|
+
import{defineComponent as u,reactive as h,useSlots as y,withDirectives as B,openBlock as f,createBlock as v,h as k}from"vue";import{assignSlotNodes as S}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/building-blocks/bar-vertical/bar-vertical.js";const _=u({__name:"ObcBarVertical",props:{minValue:{},maxValue:{},height:{},paddingTop:{},paddingBottom:{},side:{},fixedAspectRatio:{type:Boolean},scaleReferenceSize:{},hasScale:{type:Boolean},showLabels:{type:Boolean},hasBar:{type:Boolean},scaleBackground:{type:Boolean},barContainerStyle:{},barThickness:{},tickThickness:{},labelThickness:{},mainTickmarks:{},primaryTickmarkInterval:{},secondaryTickmarkInterval:{},tertiaryTickmarkInterval:{},scaleType:{},frameStyle:{},borderRadiusPosition:{},instrumentMode:{type:Boolean},borderRadius:{},priority:{},fillMode:{},fillMin:{},fillMax:{},value:{},state:{},advicePosition:{},advices:{},highlightCurrentValue:{type:Boolean},setpoint:{},newSetpoint:{},atSetpoint:{type:Boolean},touching:{type:Boolean},autoAtSetpoint:{type:Boolean},autoAtSetpointDeadband:{},setpointAtZeroDeadband:{},setpointOverride:{type:Boolean},animateSetpoint:{type:Boolean}},emits:["scale-dimensions-changed"],setup(r,{emit:l}){const o=r,a=h({}),c={created(n){for(const e in o)a[e]=n[e]}};let i=!1;const p=l,d=y(),m=()=>{const e={onScaleDimensionsChanged:t=>p("scale-dimensions-changed",t)};for(const t in o){const s=o[t];(s!==void 0||i)&&(e[t]=s??a[t])}return i=!0,k("obc-bar-vertical",e,S(d))};return(n,e)=>B((f(),v(m,null,null,512)),[[c]])}});export{_ as default};
|
|
2
2
|
//# sourceMappingURL=ObcBarVertical.vue2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObcBarVertical.vue2.js","sources":["../../src/building-blocks/bar-vertical/ObcBarVertical.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/building-blocks/bar-vertical/bar-vertical.js';\n import {ExternalScaleSide, BarContainerStyle, ScaleType, FillMode, AdvicePosition} from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';\nimport {FrameStyle, BorderRadiusPosition, Priority, InstrumentState} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nimport {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';\n\n export interface Props {\n minValue?: number;\n maxValue?: number;\n height?: number;\n paddingTop?: number;\n paddingBottom?: number;\n side?: ExternalScaleSide;\n fixedAspectRatio?: boolean;\n scaleReferenceSize?: number;\n hasScale?: boolean;\n showLabels?: boolean;\n hasBar?: boolean;\n scaleBackground?: boolean;\n barContainerStyle?: BarContainerStyle | undefined;\n barThickness?: number;\n tickThickness?: number;\n labelThickness?: number;\n mainTickmarks?: number[] | undefined;\n primaryTickmarkInterval?: number | undefined;\n secondaryTickmarkInterval?: number | undefined;\n tertiaryTickmarkInterval?: number | undefined;\n scaleType?: ScaleType;\n frameStyle?: FrameStyle;\n borderRadiusPosition?: BorderRadiusPosition | undefined;\n instrumentMode?: boolean;\n borderRadius?: number | undefined;\n priority?: Priority;\n fillMode?: FillMode;\n fillMin?: number | undefined;\n fillMax?: number | undefined;\n value?: number | undefined;\n state?: InstrumentState;\n advicePosition?: AdvicePosition;\n advices?: LinearAdvice[] | undefined;\n highlightCurrentValue?: boolean;\n setpoint?: number | undefined;\n newSetpoint?: number | undefined;\n atSetpoint?: boolean;\n touching?: boolean;\n autoAtSetpoint?: boolean;\n autoAtSetpointDeadband?: number;\n setpointAtZeroDeadband?: number;\n setpointOverride?: boolean;\n animateSetpoint?: boolean\n }\n\n \n \n export type {ExternalScaleSide, BarContainerStyle, ScaleType, FillMode, AdvicePosition} from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';\nexport type {FrameStyle, BorderRadiusPosition, Priority, InstrumentState} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nexport type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcBarVertical',\n props: {\n minValue: {},\n maxValue: {},\n height: {},\n paddingTop: {},\n paddingBottom: {},\n side: {},\n fixedAspectRatio: { type: Boolean },\n scaleReferenceSize: {},\n hasScale: { type: Boolean },\n showLabels: { type: Boolean },\n hasBar: { type: Boolean },\n scaleBackground: { type: Boolean },\n barContainerStyle: {},\n barThickness: {},\n tickThickness: {},\n labelThickness: {},\n mainTickmarks: {},\n primaryTickmarkInterval: {},\n secondaryTickmarkInterval: {},\n tertiaryTickmarkInterval: {},\n scaleType: {},\n frameStyle: {},\n borderRadiusPosition: {},\n instrumentMode: { type: Boolean },\n borderRadius: {},\n priority: {},\n fillMode: {},\n fillMin: {},\n fillMax: {},\n value: {},\n state: {},\n advicePosition: {},\n advices: {},\n highlightCurrentValue: { type: Boolean },\n setpoint: {},\n newSetpoint: {},\n atSetpoint: { type: Boolean },\n touching: { type: Boolean },\n autoAtSetpoint: { type: Boolean },\n autoAtSetpointDeadband: {},\n setpointAtZeroDeadband: {},\n setpointOverride: { type: Boolean },\n animateSetpoint: { 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
|
|
1
|
+
{"version":3,"file":"ObcBarVertical.vue2.js","sources":["../../src/building-blocks/bar-vertical/ObcBarVertical.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/building-blocks/bar-vertical/bar-vertical.js';\n import {ExternalScaleSide, BarContainerStyle, ScaleType, FillMode, AdvicePosition} from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';\nimport {FrameStyle, BorderRadiusPosition, Priority, InstrumentState} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nimport {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';\n\n export interface Props {\n minValue?: number;\n maxValue?: number;\n height?: number;\n paddingTop?: number;\n paddingBottom?: number;\n side?: ExternalScaleSide;\n fixedAspectRatio?: boolean;\n scaleReferenceSize?: number;\n hasScale?: boolean;\n showLabels?: boolean;\n hasBar?: boolean;\n scaleBackground?: boolean;\n barContainerStyle?: BarContainerStyle | undefined;\n barThickness?: number;\n tickThickness?: number;\n labelThickness?: number;\n mainTickmarks?: number[] | undefined;\n primaryTickmarkInterval?: number | undefined;\n secondaryTickmarkInterval?: number | undefined;\n tertiaryTickmarkInterval?: number | undefined;\n scaleType?: ScaleType;\n frameStyle?: FrameStyle;\n borderRadiusPosition?: BorderRadiusPosition | undefined;\n instrumentMode?: boolean;\n borderRadius?: number | undefined;\n priority?: Priority;\n fillMode?: FillMode;\n fillMin?: number | undefined;\n fillMax?: number | undefined;\n value?: number | undefined;\n state?: InstrumentState;\n advicePosition?: AdvicePosition;\n advices?: LinearAdvice[] | undefined;\n highlightCurrentValue?: boolean;\n setpoint?: number | undefined;\n newSetpoint?: number | undefined;\n atSetpoint?: boolean;\n touching?: boolean;\n autoAtSetpoint?: boolean;\n autoAtSetpointDeadband?: number;\n setpointAtZeroDeadband?: number;\n setpointOverride?: boolean;\n animateSetpoint?: boolean\n }\n\n \n \n export type {ExternalScaleSide, BarContainerStyle, ScaleType, FillMode, AdvicePosition} from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';\nexport type {FrameStyle, BorderRadiusPosition, Priority, InstrumentState} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nexport type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcBarVertical',\n props: {\n minValue: {},\n maxValue: {},\n height: {},\n paddingTop: {},\n paddingBottom: {},\n side: {},\n fixedAspectRatio: { type: Boolean },\n scaleReferenceSize: {},\n hasScale: { type: Boolean },\n showLabels: { type: Boolean },\n hasBar: { type: Boolean },\n scaleBackground: { type: Boolean },\n barContainerStyle: {},\n barThickness: {},\n tickThickness: {},\n labelThickness: {},\n mainTickmarks: {},\n primaryTickmarkInterval: {},\n secondaryTickmarkInterval: {},\n tertiaryTickmarkInterval: {},\n scaleType: {},\n frameStyle: {},\n borderRadiusPosition: {},\n instrumentMode: { type: Boolean },\n borderRadius: {},\n priority: {},\n fillMode: {},\n fillMin: {},\n fillMax: {},\n value: {},\n state: {},\n advicePosition: {},\n advices: {},\n highlightCurrentValue: { type: Boolean },\n setpoint: {},\n newSetpoint: {},\n atSetpoint: { type: Boolean },\n touching: { type: Boolean },\n autoAtSetpoint: { type: Boolean },\n autoAtSetpointDeadband: {},\n setpointAtZeroDeadband: {},\n setpointOverride: { type: Boolean },\n animateSetpoint: { type: Boolean }\n },\n emits: [\"scale-dimensions-changed\"],\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 onScaleDimensionsChanged: (event: CustomEvent) => emit('scale-dimensions-changed', event as CustomEvent)\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-bar-vertical',\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":"6RA8DA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,iBACR,MAAO,CACL,SAAU,CAAA,EACV,SAAU,CAAA,EACV,OAAQ,CAAA,EACR,WAAY,CAAA,EACZ,cAAe,CAAA,EACf,KAAM,CAAA,EACN,iBAAkB,CAAE,KAAM,OAAA,EAC1B,mBAAoB,CAAA,EACpB,SAAU,CAAE,KAAM,OAAA,EAClB,WAAY,CAAE,KAAM,OAAA,EACpB,OAAQ,CAAE,KAAM,OAAA,EAChB,gBAAiB,CAAE,KAAM,OAAA,EACzB,kBAAmB,CAAA,EACnB,aAAc,CAAA,EACd,cAAe,CAAA,EACf,eAAgB,CAAA,EAChB,cAAe,CAAA,EACf,wBAAyB,CAAA,EACzB,0BAA2B,CAAA,EAC3B,yBAA0B,CAAA,EAC1B,UAAW,CAAA,EACX,WAAY,CAAA,EACZ,qBAAsB,CAAA,EACtB,eAAgB,CAAE,KAAM,OAAA,EACxB,aAAc,CAAA,EACd,SAAU,CAAA,EACV,SAAU,CAAA,EACV,QAAS,CAAA,EACT,QAAS,CAAA,EACT,MAAO,CAAA,EACP,MAAO,CAAA,EACP,eAAgB,CAAA,EAChB,QAAS,CAAA,EACT,sBAAuB,CAAE,KAAM,OAAA,EAC/B,SAAU,CAAA,EACV,YAAa,CAAA,EACb,WAAY,CAAE,KAAM,OAAA,EACpB,SAAU,CAAE,KAAM,OAAA,EAClB,eAAgB,CAAE,KAAM,OAAA,EACxB,uBAAwB,CAAA,EACxB,uBAAwB,CAAA,EACxB,iBAAkB,CAAE,KAAM,OAAA,EAC1B,gBAAiB,CAAE,KAAM,OAAA,CAAQ,EAEnC,MAAO,CAAC,0BAA0B,EAClC,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,GAAuBL,EAAK,2BAA4BK,CAAoB,CAAA,EAKrG,UAAWP,KAAKL,EAAU,CACxB,MAAMa,EAAIb,EAASK,CAAgB,GAC9BQ,IAAM,QAAcP,KACtBK,EAAMN,CAAgB,EAAgBQ,GAAKZ,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLQ,EACL,mBACAH,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"}
|
|
@@ -10,5 +10,13 @@ export interface Props {
|
|
|
10
10
|
lineType?: ObcFloatingItemLineType;
|
|
11
11
|
}
|
|
12
12
|
export type { ObcFloatingItemType, ObcFloatingItemDirection, ObcFloatingItemLineType } from '@oicl/openbridge-webcomponents/dist/components/floating-item/floating-item.js';
|
|
13
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}
|
|
13
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
14
|
+
"action-click": (payload: CustomEvent<any>) => any;
|
|
15
|
+
"action2-click": (payload: CustomEvent<any>) => any;
|
|
16
|
+
"dismiss-click": (payload: CustomEvent<any>) => any;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
18
|
+
"onAction-click"?: ((payload: CustomEvent<any>) => any) | undefined;
|
|
19
|
+
"onAction2-click"?: ((payload: CustomEvent<any>) => any) | undefined;
|
|
20
|
+
"onDismiss-click"?: ((payload: CustomEvent<any>) => any) | undefined;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
22
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineComponent as f,reactive as
|
|
1
|
+
import{defineComponent as f,reactive as u,useSlots as k,withDirectives as v,openBlock as y,createBlock as h,h as B}from"vue";import{assignSlotNodes as _}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/components/alert-floating-item/alert-floating-item.js";const A=f({__name:"ObcAlertFloatingItem",props:{type:{},direction:{},hasTimestamp:{type:Boolean},hasDay:{type:Boolean},action:{type:Boolean},action2:{type:Boolean},lineType:{}},emits:["action-click","action2-click","dismiss-click"],setup(a,{emit:r}){const e=a,i=u({}),p={created(c){for(const o in e)i[o]=c[o]}};let s=!1;const n=r,m=k(),d=()=>{const o={onActionClick:t=>n("action-click",t),onAction2Click:t=>n("action2-click",t),onDismissClick:t=>n("dismiss-click",t)};for(const t in e){const l=e[t];(l!==void 0||s)&&(o[t]=l??i[t])}return s=!0,B("obc-alert-floating-item",o,_(m))};return(c,o)=>v((y(),h(d,null,null,512)),[[p]])}});export{A as default};
|
|
2
2
|
//# sourceMappingURL=ObcAlertFloatingItem.vue2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObcAlertFloatingItem.vue2.js","sources":["../../src/components/alert-floating-item/ObcAlertFloatingItem.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/components/alert-floating-item/alert-floating-item.js';\n import {ObcFloatingItemType, ObcFloatingItemDirection, ObcFloatingItemLineType} from '@oicl/openbridge-webcomponents/dist/components/floating-item/floating-item.js';\n\n export interface Props {\n type?: ObcFloatingItemType;\n direction?: ObcFloatingItemDirection;\n hasTimestamp?: boolean;\n hasDay?: boolean;\n action?: boolean;\n action2?: boolean;\n lineType?: ObcFloatingItemLineType\n }\n\n \n \n export type {ObcFloatingItemType, ObcFloatingItemDirection, ObcFloatingItemLineType} from '@oicl/openbridge-webcomponents/dist/components/floating-item/floating-item.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcAlertFloatingItem',\n props: {\n type: {},\n direction: {},\n hasTimestamp: { type: Boolean },\n hasDay: { type: Boolean },\n action: { type: Boolean },\n action2: { type: Boolean },\n lineType: {}\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
|
|
1
|
+
{"version":3,"file":"ObcAlertFloatingItem.vue2.js","sources":["../../src/components/alert-floating-item/ObcAlertFloatingItem.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/components/alert-floating-item/alert-floating-item.js';\n import {ObcFloatingItemType, ObcFloatingItemDirection, ObcFloatingItemLineType} from '@oicl/openbridge-webcomponents/dist/components/floating-item/floating-item.js';\n\n export interface Props {\n type?: ObcFloatingItemType;\n direction?: ObcFloatingItemDirection;\n hasTimestamp?: boolean;\n hasDay?: boolean;\n action?: boolean;\n action2?: boolean;\n lineType?: ObcFloatingItemLineType\n }\n\n \n \n export type {ObcFloatingItemType, ObcFloatingItemDirection, ObcFloatingItemLineType} from '@oicl/openbridge-webcomponents/dist/components/floating-item/floating-item.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcAlertFloatingItem',\n props: {\n type: {},\n direction: {},\n hasTimestamp: { type: Boolean },\n hasDay: { type: Boolean },\n action: { type: Boolean },\n action2: { type: Boolean },\n lineType: {}\n },\n emits: [\"action-click\", \"action2-click\", \"dismiss-click\"],\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 onActionClick: (event: CustomEvent) => emit('action-click', event as CustomEvent),\nonAction2Click: (event: CustomEvent) => emit('action2-click', event as CustomEvent),\nonDismissClick: (event: CustomEvent) => emit('dismiss-click', event as CustomEvent)\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-alert-floating-item',\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":"sSAsBA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,uBACR,MAAO,CACL,KAAM,CAAA,EACN,UAAW,CAAA,EACX,aAAc,CAAE,KAAM,OAAA,EACtB,OAAQ,CAAE,KAAM,OAAA,EAChB,OAAQ,CAAE,KAAM,OAAA,EAChB,QAAS,CAAE,KAAM,OAAA,EACjB,SAAU,CAAA,CAAC,EAEb,MAAO,CAAC,eAAgB,gBAAiB,eAAe,EACxD,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,CAMnB,MAAMC,EALa,CACvB,cAAgBC,GAAuBL,EAAK,eAAgBK,CAAoB,EACpF,eAAiBA,GAAuBL,EAAK,gBAAiBK,CAAoB,EAClF,eAAiBA,GAAuBL,EAAK,gBAAiBK,CAAoB,CAAA,EAK5E,UAAWP,KAAKL,EAAU,CACxB,MAAMa,EAAIb,EAASK,CAAgB,GAC9BQ,IAAM,QAAcP,KACtBK,EAAMN,CAAgB,EAAgBQ,GAAKZ,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLQ,EACL,0BACAH,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,10 +1,11 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/components/alert-icon/alert-icon.js';
|
|
2
2
|
import { AlertType } from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
3
3
|
export interface Props {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
alertType?: AlertType;
|
|
5
|
+
type?: AlertType | undefined;
|
|
6
|
+
acknowledged?: boolean | undefined;
|
|
7
|
+
active?: boolean | undefined;
|
|
8
|
+
silenced?: boolean | undefined;
|
|
8
9
|
}
|
|
9
10
|
export type { AlertType } from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
10
11
|
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>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineComponent as
|
|
1
|
+
import{defineComponent as d,reactive as u,useSlots as f,withDirectives as v,openBlock as m,createBlock as _,h as y}from"vue";import{assignSlotNodes as B}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/components/alert-icon/alert-icon.js";const b=d({__name:"ObcAlertIcon",props:{alertType:{},type:{},acknowledged:{type:Boolean},active:{type:Boolean},silenced:{type:Boolean}},setup(l){const o=l,s=u({}),p={created(t){for(const e in o)s[e]=t[e]}};let r=!1;const a=f(),i=()=>{const e={};for(const n in o){const c=o[n];(c!==void 0||r)&&(e[n]=c??s[n])}return r=!0,y("obc-alert-icon",e,B(a))};return(t,e)=>v((m(),_(i,null,null,512)),[[p]])}});export{b as default};
|
|
2
2
|
//# sourceMappingURL=ObcAlertIcon.vue2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObcAlertIcon.vue2.js","sources":["../../src/components/alert-icon/ObcAlertIcon.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/components/alert-icon/alert-icon.js';\n import {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';\n\n export interface Props {\n type?: AlertType;\n acknowledged?: boolean;\n active?: boolean;\n
|
|
1
|
+
{"version":3,"file":"ObcAlertIcon.vue2.js","sources":["../../src/components/alert-icon/ObcAlertIcon.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/components/alert-icon/alert-icon.js';\n import {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';\n\n export interface Props {\n alertType?: AlertType;\n type?: AlertType | undefined;\n acknowledged?: boolean | undefined;\n active?: boolean | undefined;\n silenced?: boolean | undefined\n }\n\n \n \n export type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcAlertIcon',\n props: {\n alertType: {},\n type: {},\n acknowledged: { type: Boolean },\n active: { type: Boolean },\n silenced: { 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-alert-icon',\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":"oRAoBA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,eACR,MAAO,CACL,UAAW,CAAA,EACX,KAAM,CAAA,EACN,aAAc,CAAE,KAAM,OAAA,EACtB,OAAQ,CAAE,KAAM,OAAA,EAChB,SAAU,CAAE,KAAM,OAAA,CAAQ,EAE5B,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"}
|
|
@@ -9,12 +9,10 @@ export interface Props {
|
|
|
9
9
|
export type { ObcAckAllVisibleClickEvent } from '@oicl/openbridge-webcomponents/dist/components/alert-menu/alert-menu.js';
|
|
10
10
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
11
|
"ack-all-visible-click": (payload: ObcAckAllVisibleClickEvent) => any;
|
|
12
|
-
"alert-list-click": (payload: CustomEvent<any>) => any;
|
|
13
12
|
"silence-click": (payload: CustomEvent<any>) => any;
|
|
14
13
|
"go-to-alert-list-click": (payload: CustomEvent<any>) => any;
|
|
15
14
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
16
15
|
"onAck-all-visible-click"?: ((payload: ObcAckAllVisibleClickEvent) => any) | undefined;
|
|
17
|
-
"onAlert-list-click"?: ((payload: CustomEvent<any>) => any) | undefined;
|
|
18
16
|
"onSilence-click"?: ((payload: CustomEvent<any>) => any) | undefined;
|
|
19
17
|
"onGo-to-alert-list-click"?: ((payload: CustomEvent<any>) => any) | undefined;
|
|
20
18
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineComponent as m,reactive as f,useSlots as v,withDirectives as d,openBlock as h,createBlock as
|
|
1
|
+
import{defineComponent as m,reactive as f,useSlots as v,withDirectives as d,openBlock as h,createBlock as B,h as A}from"vue";import{assignSlotNodes as _}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/components/alert-menu/alert-menu.js";const C=m({__name:"ObcAlertMenu",props:{hasShelved:{type:Boolean},canAckAll:{type:Boolean},showSilenceButton:{type:Boolean},showAlertListButton:{type:Boolean}},emits:["ack-all-visible-click","silence-click","go-to-alert-list-click"],setup(r,{emit:a}){const o=r,n=f({}),p={created(c){for(const t in o)n[t]=c[t]}};let s=!1;const l=a,u=v(),k=()=>{const t={onAckAllVisibleClick:e=>l("ack-all-visible-click",e),onSilenceClick:e=>l("silence-click",e),onGoToAlertListClick:e=>l("go-to-alert-list-click",e)};for(const e in o){const i=o[e];(i!==void 0||s)&&(t[e]=i??n[e])}return s=!0,A("obc-alert-menu",t,_(u))};return(c,t)=>d((h(),B(k,null,null,512)),[[p]])}});export{C as default};
|
|
2
2
|
//# sourceMappingURL=ObcAlertMenu.vue2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObcAlertMenu.vue2.js","sources":["../../src/components/alert-menu/ObcAlertMenu.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/components/alert-menu/alert-menu.js';\n import {ObcAckAllVisibleClickEvent} from '@oicl/openbridge-webcomponents/dist/components/alert-menu/alert-menu.js';\n\n export interface Props {\n hasShelved?: boolean;\n canAckAll?: boolean;\n showSilenceButton?: boolean;\n showAlertListButton?: boolean\n }\n\n \n \n export type {ObcAckAllVisibleClickEvent} from '@oicl/openbridge-webcomponents/dist/components/alert-menu/alert-menu.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcAlertMenu',\n props: {\n hasShelved: { type: Boolean },\n canAckAll: { type: Boolean },\n showSilenceButton: { type: Boolean },\n showAlertListButton: { type: Boolean }\n },\n emits: [\"ack-all-visible-click\", \"
|
|
1
|
+
{"version":3,"file":"ObcAlertMenu.vue2.js","sources":["../../src/components/alert-menu/ObcAlertMenu.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/components/alert-menu/alert-menu.js';\n import {ObcAckAllVisibleClickEvent} from '@oicl/openbridge-webcomponents/dist/components/alert-menu/alert-menu.js';\n\n export interface Props {\n hasShelved?: boolean;\n canAckAll?: boolean;\n showSilenceButton?: boolean;\n showAlertListButton?: boolean\n }\n\n \n \n export type {ObcAckAllVisibleClickEvent} from '@oicl/openbridge-webcomponents/dist/components/alert-menu/alert-menu.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcAlertMenu',\n props: {\n hasShelved: { type: Boolean },\n canAckAll: { type: Boolean },\n showSilenceButton: { type: Boolean },\n showAlertListButton: { type: Boolean }\n },\n emits: [\"ack-all-visible-click\", \"silence-click\", \"go-to-alert-list-click\"],\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 onAckAllVisibleClick: (event: ObcAckAllVisibleClickEvent) => emit('ack-all-visible-click', event as ObcAckAllVisibleClickEvent),\nonSilenceClick: (event: CustomEvent) => emit('silence-click', event as CustomEvent),\nonGoToAlertListClick: (event: CustomEvent) => emit('go-to-alert-list-click', event as CustomEvent)\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-alert-menu',\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":"oRAmBA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,eACR,MAAO,CACL,WAAY,CAAE,KAAM,OAAA,EACpB,UAAW,CAAE,KAAM,OAAA,EACnB,kBAAmB,CAAE,KAAM,OAAA,EAC3B,oBAAqB,CAAE,KAAM,OAAA,CAAQ,EAEvC,MAAO,CAAC,wBAAyB,gBAAiB,wBAAwB,EAC1E,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,CAMnB,MAAMC,EALa,CACvB,qBAAuBC,GAAsCL,EAAK,wBAAyBK,CAAmC,EAClI,eAAiBA,GAAuBL,EAAK,gBAAiBK,CAAoB,EAClF,qBAAuBA,GAAuBL,EAAK,yBAA0BK,CAAoB,CAAA,EAK3F,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"}
|
|
@@ -16,5 +16,21 @@ export interface Props {
|
|
|
16
16
|
}
|
|
17
17
|
export type { ObcKeyboardNumericType } from '@oicl/openbridge-webcomponents/dist/components/keyboard-numeric/keyboard-numeric.js';
|
|
18
18
|
export type { ObcNumberInputFieldTextAlign } from '@oicl/openbridge-webcomponents/dist/components/number-input-field/number-input-field.js';
|
|
19
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}
|
|
19
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
20
|
+
"close-click": (payload: CustomEvent<any>) => any;
|
|
21
|
+
"value-change": (payload: CustomEvent<{
|
|
22
|
+
value: string;
|
|
23
|
+
}>) => any;
|
|
24
|
+
"done-click": (payload: CustomEvent<{
|
|
25
|
+
value: string;
|
|
26
|
+
}>) => any;
|
|
27
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
28
|
+
"onClose-click"?: ((payload: CustomEvent<any>) => any) | undefined;
|
|
29
|
+
"onValue-change"?: ((payload: CustomEvent<{
|
|
30
|
+
value: string;
|
|
31
|
+
}>) => any) | undefined;
|
|
32
|
+
"onDone-click"?: ((payload: CustomEvent<{
|
|
33
|
+
value: string;
|
|
34
|
+
}>) => any) | undefined;
|
|
35
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
36
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineComponent as
|
|
1
|
+
import{defineComponent as m,reactive as h,useSlots as v,withDirectives as f,openBlock as k,createBlock as y,h as B}from"vue";import{assignSlotNodes as b}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/components/keyboard-numeric/keyboard-numeric.js";const x=m({__name:"ObcKeyboardNumeric",props:{type:{},hasTitleBar:{type:Boolean},label:{},value:{},hasCalculation:{type:Boolean},has2Symbols:{type:Boolean},helperText:{},hasLeadingIcon:{type:Boolean},unit:{},inputFieldTextAlign:{},validationPattern:{}},emits:["close-click","value-change","done-click"],setup(i,{emit:r}){const t=i,l=h({}),p={created(c){for(const o in t)l[o]=c[o]}};let s=!1;const n=r,u=v(),d=()=>{const o={onCloseClick:e=>n("close-click",e),onValueChange:e=>n("value-change",e),onDoneClick:e=>n("done-click",e)};for(const e in t){const a=t[e];(a!==void 0||s)&&(o[e]=a??l[e])}return s=!0,B("obc-keyboard-numeric",o,b(u))};return(c,o)=>f((k(),y(d,null,null,512)),[[p]])}});export{x as default};
|
|
2
2
|
//# sourceMappingURL=ObcKeyboardNumeric.vue2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObcKeyboardNumeric.vue2.js","sources":["../../src/components/keyboard-numeric/ObcKeyboardNumeric.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/components/keyboard-numeric/keyboard-numeric.js';\n import {ObcKeyboardNumericType} from '@oicl/openbridge-webcomponents/dist/components/keyboard-numeric/keyboard-numeric.js';\nimport {ObcNumberInputFieldTextAlign} from '@oicl/openbridge-webcomponents/dist/components/number-input-field/number-input-field.js';\n\n export interface Props {\n type?: ObcKeyboardNumericType;\n hasTitleBar?: boolean;\n label?: string;\n value?: string;\n hasCalculation?: boolean;\n has2Symbols?: boolean;\n helperText?: string;\n hasLeadingIcon?: boolean;\n unit?: string;\n inputFieldTextAlign?: ObcNumberInputFieldTextAlign;\n validationPattern?: string\n }\n\n \n \n export type {ObcKeyboardNumericType} from '@oicl/openbridge-webcomponents/dist/components/keyboard-numeric/keyboard-numeric.js';\nexport type {ObcNumberInputFieldTextAlign} from '@oicl/openbridge-webcomponents/dist/components/number-input-field/number-input-field.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcKeyboardNumeric',\n props: {\n type: {},\n hasTitleBar: { type: Boolean },\n label: {},\n value: {},\n hasCalculation: { type: Boolean },\n has2Symbols: { type: Boolean },\n helperText: {},\n hasLeadingIcon: { type: Boolean },\n unit: {},\n inputFieldTextAlign: {},\n validationPattern: {}\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
|
|
1
|
+
{"version":3,"file":"ObcKeyboardNumeric.vue2.js","sources":["../../src/components/keyboard-numeric/ObcKeyboardNumeric.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/components/keyboard-numeric/keyboard-numeric.js';\n import {ObcKeyboardNumericType} from '@oicl/openbridge-webcomponents/dist/components/keyboard-numeric/keyboard-numeric.js';\nimport {ObcNumberInputFieldTextAlign} from '@oicl/openbridge-webcomponents/dist/components/number-input-field/number-input-field.js';\n\n export interface Props {\n type?: ObcKeyboardNumericType;\n hasTitleBar?: boolean;\n label?: string;\n value?: string;\n hasCalculation?: boolean;\n has2Symbols?: boolean;\n helperText?: string;\n hasLeadingIcon?: boolean;\n unit?: string;\n inputFieldTextAlign?: ObcNumberInputFieldTextAlign;\n validationPattern?: string\n }\n\n \n \n export type {ObcKeyboardNumericType} from '@oicl/openbridge-webcomponents/dist/components/keyboard-numeric/keyboard-numeric.js';\nexport type {ObcNumberInputFieldTextAlign} from '@oicl/openbridge-webcomponents/dist/components/number-input-field/number-input-field.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcKeyboardNumeric',\n props: {\n type: {},\n hasTitleBar: { type: Boolean },\n label: {},\n value: {},\n hasCalculation: { type: Boolean },\n has2Symbols: { type: Boolean },\n helperText: {},\n hasLeadingIcon: { type: Boolean },\n unit: {},\n inputFieldTextAlign: {},\n validationPattern: {}\n },\n emits: [\"close-click\", \"value-change\", \"done-click\"],\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 onCloseClick: (event: CustomEvent) => emit('close-click', event as CustomEvent),\nonValueChange: (event: CustomEvent<{value: string}>) => emit('value-change', event as CustomEvent<{value: string}>),\nonDoneClick: (event: CustomEvent<{value: string}>) => emit('done-click', event as CustomEvent<{value: string}>)\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-keyboard-numeric',\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":"gSA4BA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,qBACR,MAAO,CACL,KAAM,CAAA,EACN,YAAa,CAAE,KAAM,OAAA,EACrB,MAAO,CAAA,EACP,MAAO,CAAA,EACP,eAAgB,CAAE,KAAM,OAAA,EACxB,YAAa,CAAE,KAAM,OAAA,EACrB,WAAY,CAAA,EACZ,eAAgB,CAAE,KAAM,OAAA,EACxB,KAAM,CAAA,EACN,oBAAqB,CAAA,EACrB,kBAAmB,CAAA,CAAC,EAEtB,MAAO,CAAC,cAAe,eAAgB,YAAY,EACnD,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,CAMnB,MAAMC,EALa,CACvB,aAAeC,GAAuBL,EAAK,cAAeK,CAAoB,EAClF,cAAgBA,GAAwCL,EAAK,eAAgBK,CAAqC,EAClH,YAAcA,GAAwCL,EAAK,aAAcK,CAAqC,CAAA,EAKxG,UAAWP,KAAKL,EAAU,CACxB,MAAMa,EAAIb,EAASK,CAAgB,GAC9BQ,IAAM,QAAcP,KACtBK,EAAMN,CAAgB,EAAgBQ,GAAKZ,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLQ,EACL,uBACAH,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"}
|
|
@@ -15,5 +15,9 @@ export interface Props {
|
|
|
15
15
|
}
|
|
16
16
|
export type { ObcSequenceModalType } from '@oicl/openbridge-webcomponents/dist/components/sequence-modal/sequence-modal.js';
|
|
17
17
|
export type { SequenceValue } from '@oicl/openbridge-webcomponents/dist/components/sequence-step/sequence-step.js';
|
|
18
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}
|
|
18
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
19
|
+
"close-click": (payload: CustomEvent<unknown>) => any;
|
|
20
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
21
|
+
"onClose-click"?: ((payload: CustomEvent<unknown>) => any) | undefined;
|
|
22
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
23
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineComponent as
|
|
1
|
+
import{defineComponent as d,reactive as f,useSlots as v,withDirectives as b,openBlock as h,createBlock as _,h as k}from"vue";import{assignSlotNodes as B}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/components/sequence-modal/sequence-modal.js";const L=d({__name:"ObcSequenceModal",props:{type:{},stepLabel:{},stepValue:{},modalTitle:{},subtitle:{},hasTimeStamp:{type:Boolean},timeValue:{},timeLabel:{},hasActions:{type:Boolean},closeLabel:{}},emits:["close-click"],setup(r,{emit:a}){const o=r,n=f({}),i={created(s){for(const e in o)n[e]=s[e]}};let c=!1;const p=a,m=v(),u=()=>{const e={onCloseClick:t=>p("close-click",t)};for(const t in o){const l=o[t];(l!==void 0||c)&&(e[t]=l??n[t])}return c=!0,k("obc-sequence-modal",e,B(m))};return(s,e)=>b((h(),_(u,null,null,512)),[[i]])}});export{L as default};
|
|
2
2
|
//# sourceMappingURL=ObcSequenceModal.vue2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObcSequenceModal.vue2.js","sources":["../../src/components/sequence-modal/ObcSequenceModal.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/components/sequence-modal/sequence-modal.js';\n import {ObcSequenceModalType} from '@oicl/openbridge-webcomponents/dist/components/sequence-modal/sequence-modal.js';\nimport {SequenceValue} from '@oicl/openbridge-webcomponents/dist/components/sequence-step/sequence-step.js';\n\n export interface Props {\n type?: ObcSequenceModalType;\n stepLabel?: string;\n stepValue?: SequenceValue;\n modalTitle?: string;\n subtitle?: string;\n hasTimeStamp?: boolean;\n timeValue?: string;\n timeLabel?: string;\n hasActions?: boolean;\n closeLabel?: string\n }\n\n \n \n export type {ObcSequenceModalType} from '@oicl/openbridge-webcomponents/dist/components/sequence-modal/sequence-modal.js';\nexport type {SequenceValue} from '@oicl/openbridge-webcomponents/dist/components/sequence-step/sequence-step.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcSequenceModal',\n props: {\n type: {},\n stepLabel: {},\n stepValue: {},\n modalTitle: {},\n subtitle: {},\n hasTimeStamp: { type: Boolean },\n timeValue: {},\n timeLabel: {},\n hasActions: { type: Boolean },\n closeLabel: {}\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
|
|
1
|
+
{"version":3,"file":"ObcSequenceModal.vue2.js","sources":["../../src/components/sequence-modal/ObcSequenceModal.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/components/sequence-modal/sequence-modal.js';\n import {ObcSequenceModalType} from '@oicl/openbridge-webcomponents/dist/components/sequence-modal/sequence-modal.js';\nimport {SequenceValue} from '@oicl/openbridge-webcomponents/dist/components/sequence-step/sequence-step.js';\n\n export interface Props {\n type?: ObcSequenceModalType;\n stepLabel?: string;\n stepValue?: SequenceValue;\n modalTitle?: string;\n subtitle?: string;\n hasTimeStamp?: boolean;\n timeValue?: string;\n timeLabel?: string;\n hasActions?: boolean;\n closeLabel?: string\n }\n\n \n \n export type {ObcSequenceModalType} from '@oicl/openbridge-webcomponents/dist/components/sequence-modal/sequence-modal.js';\nexport type {SequenceValue} from '@oicl/openbridge-webcomponents/dist/components/sequence-step/sequence-step.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcSequenceModal',\n props: {\n type: {},\n stepLabel: {},\n stepValue: {},\n modalTitle: {},\n subtitle: {},\n hasTimeStamp: { type: Boolean },\n timeValue: {},\n timeLabel: {},\n hasActions: { type: Boolean },\n closeLabel: {}\n },\n emits: [\"close-click\"],\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 onCloseClick: (event: CustomEvent<unknown>) => emit('close-click', event as CustomEvent<unknown>)\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-sequence-modal',\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":"4RA2BA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,mBACR,MAAO,CACL,KAAM,CAAA,EACN,UAAW,CAAA,EACX,UAAW,CAAA,EACX,WAAY,CAAA,EACZ,SAAU,CAAA,EACV,aAAc,CAAE,KAAM,OAAA,EACtB,UAAW,CAAA,EACX,UAAW,CAAA,EACX,WAAY,CAAE,KAAM,OAAA,EACpB,WAAY,CAAA,CAAC,EAEf,MAAO,CAAC,aAAa,EACrB,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,aAAeC,GAAgCL,EAAK,cAAeK,CAA6B,CAAA,EAK9F,UAAWP,KAAKL,EAAU,CACxB,MAAMa,EAAIb,EAASK,CAAgB,GAC9BQ,IAAM,QAAcP,KACtBK,EAAMN,CAAgB,EAAgBQ,GAAKZ,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLQ,EACL,qBACAH,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"}
|
|
@@ -17,6 +17,7 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
17
17
|
"audio-click": (payload: CustomEvent<unknown>) => any;
|
|
18
18
|
"audio-volume-change": (payload: CustomEvent<unknown>) => any;
|
|
19
19
|
"microphone-click": (payload: CustomEvent<unknown>) => any;
|
|
20
|
+
"push-to-talk-change": (payload: CustomEvent<unknown>) => any;
|
|
20
21
|
"battery-usage-click": (payload: CustomEvent<unknown>) => any;
|
|
21
22
|
"battery-saving-mode-change": (payload: CustomEvent<unknown>) => any;
|
|
22
23
|
"battery-mode-change": (payload: CustomEvent<unknown>) => any;
|
|
@@ -32,6 +33,7 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
32
33
|
"onAudio-click"?: ((payload: CustomEvent<unknown>) => any) | undefined;
|
|
33
34
|
"onAudio-volume-change"?: ((payload: CustomEvent<unknown>) => any) | undefined;
|
|
34
35
|
"onMicrophone-click"?: ((payload: CustomEvent<unknown>) => any) | undefined;
|
|
36
|
+
"onPush-to-talk-change"?: ((payload: CustomEvent<unknown>) => any) | undefined;
|
|
35
37
|
"onBattery-usage-click"?: ((payload: CustomEvent<unknown>) => any) | undefined;
|
|
36
38
|
"onBattery-saving-mode-change"?: ((payload: CustomEvent<unknown>) => any) | undefined;
|
|
37
39
|
"onBattery-mode-change"?: ((payload: CustomEvent<unknown>) => any) | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineComponent as
|
|
1
|
+
import{defineComponent as g,reactive as k,useSlots as d,withDirectives as m,openBlock as f,createBlock as C,h as y}from"vue";import{assignSlotNodes as v}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/components/system-menu/system-menu.js";const B=g({__name:"ObcSystemMenu",props:{wifiState:{},audioState:{},microphoneState:{},batteryState:{},condensed:{type:Boolean},showSettingsButton:{type:Boolean},activeSubMenu:{},externalControl:{type:Boolean},smallScreen:{type:Boolean}},emits:["wifi-click","audio-click","audio-volume-change","microphone-click","push-to-talk-change","battery-usage-click","battery-saving-mode-change","battery-mode-change","wifi-network-change","audio-output-change","microphone-input-change","settings-click","to-sub-menu-click","wifi-options-click","wifi-disconnect-click"],setup(l,{emit:r}){const n=l,c=k({}),u={created(i){for(const t in n)c[t]=i[t]}};let a=!1;const o=r,p=d(),h=()=>{const t={onWifiClick:e=>o("wifi-click",e),onAudioClick:e=>o("audio-click",e),onAudioVolumeChange:e=>o("audio-volume-change",e),onMicrophoneClick:e=>o("microphone-click",e),onPushToTalkChange:e=>o("push-to-talk-change",e),onBatteryUsageClick:e=>o("battery-usage-click",e),onBatterySavingModeChange:e=>o("battery-saving-mode-change",e),onBatteryModeChange:e=>o("battery-mode-change",e),onWifiNetworkChange:e=>o("wifi-network-change",e),onAudioOutputChange:e=>o("audio-output-change",e),onMicrophoneInputChange:e=>o("microphone-input-change",e),onSettingsClick:e=>o("settings-click",e),onToSubMenuClick:e=>o("to-sub-menu-click",e),onWifiOptionsClick:e=>o("wifi-options-click",e),onWifiDisconnectClick:e=>o("wifi-disconnect-click",e)};for(const e in n){const s=n[e];(s!==void 0||a)&&(t[e]=s??c[e])}return a=!0,y("obc-system-menu",t,v(p))};return(i,t)=>m((f(),C(h,null,null,512)),[[u]])}});export{B as default};
|
|
2
2
|
//# sourceMappingURL=ObcSystemMenu.vue2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObcSystemMenu.vue2.js","sources":["../../src/components/system-menu/ObcSystemMenu.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/components/system-menu/system-menu.js';\n import {WifiState, AudioState, MicrophoneState, BatteryState, SystemSubMenu} from '@oicl/openbridge-webcomponents/dist/components/system-menu/system-menu.js';\n\n export interface Props {\n wifiState?: WifiState | undefined;\n audioState?: AudioState | undefined;\n microphoneState?: MicrophoneState | undefined;\n batteryState?: BatteryState | undefined;\n condensed?: boolean;\n showSettingsButton?: boolean;\n activeSubMenu?: SystemSubMenu;\n externalControl?: boolean;\n smallScreen?: boolean\n }\n\n \n \n export type {WifiState, AudioState, MicrophoneState, BatteryState, SystemSubMenu} from '@oicl/openbridge-webcomponents/dist/components/system-menu/system-menu.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcSystemMenu',\n props: {\n wifiState: {},\n audioState: {},\n microphoneState: {},\n batteryState: {},\n condensed: { type: Boolean },\n showSettingsButton: { type: Boolean },\n activeSubMenu: {},\n externalControl: { type: Boolean },\n smallScreen: { type: Boolean }\n },\n emits: [\"wifi-click\", \"audio-click\", \"audio-volume-change\", \"microphone-click\", \"battery-usage-click\", \"battery-saving-mode-change\", \"battery-mode-change\", \"wifi-network-change\", \"audio-output-change\", \"microphone-input-change\", \"settings-click\", \"to-sub-menu-click\", \"wifi-options-click\", \"wifi-disconnect-click\"],\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 onWifiClick: (event: CustomEvent<unknown>) => emit('wifi-click', event as CustomEvent<unknown>),\nonAudioClick: (event: CustomEvent<unknown>) => emit('audio-click', event as CustomEvent<unknown>),\nonAudioVolumeChange: (event: CustomEvent<unknown>) => emit('audio-volume-change', event as CustomEvent<unknown>),\nonMicrophoneClick: (event: CustomEvent<unknown>) => emit('microphone-click', event as CustomEvent<unknown>),\nonBatteryUsageClick: (event: CustomEvent<unknown>) => emit('battery-usage-click', event as CustomEvent<unknown>),\nonBatterySavingModeChange: (event: CustomEvent<unknown>) => emit('battery-saving-mode-change', event as CustomEvent<unknown>),\nonBatteryModeChange: (event: CustomEvent<unknown>) => emit('battery-mode-change', event as CustomEvent<unknown>),\nonWifiNetworkChange: (event: CustomEvent<unknown>) => emit('wifi-network-change', event as CustomEvent<unknown>),\nonAudioOutputChange: (event: CustomEvent<unknown>) => emit('audio-output-change', event as CustomEvent<unknown>),\nonMicrophoneInputChange: (event: CustomEvent<unknown>) => emit('microphone-input-change', event as CustomEvent<unknown>),\nonSettingsClick: (event: CustomEvent<unknown>) => emit('settings-click', event as CustomEvent<unknown>),\nonToSubMenuClick: (event: CustomEvent<unknown>) => emit('to-sub-menu-click', event as CustomEvent<unknown>),\nonWifiOptionsClick: (event: CustomEvent<unknown>) => emit('wifi-options-click', event as CustomEvent<unknown>),\nonWifiDisconnectClick: (event: CustomEvent<unknown>) => emit('wifi-disconnect-click', event as CustomEvent<unknown>)\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-system-menu',\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":"sRAwBA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,gBACR,MAAO,CACL,UAAW,CAAA,EACX,WAAY,CAAA,EACZ,gBAAiB,CAAA,EACjB,aAAc,CAAA,EACd,UAAW,CAAE,KAAM,OAAA,EACnB,mBAAoB,CAAE,KAAM,OAAA,EAC5B,cAAe,CAAA,EACf,gBAAiB,CAAE,KAAM,OAAA,EACzB,YAAa,CAAE,KAAM,OAAA,CAAQ,EAE/B,MAAO,CAAC,aAAc,cAAe,sBAAuB,mBAAoB,sBAAuB,6BAA8B,sBAAuB,sBAAuB,sBAAuB,0BAA2B,iBAAkB,oBAAqB,qBAAsB,uBAAuB,
|
|
1
|
+
{"version":3,"file":"ObcSystemMenu.vue2.js","sources":["../../src/components/system-menu/ObcSystemMenu.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/components/system-menu/system-menu.js';\n import {WifiState, AudioState, MicrophoneState, BatteryState, SystemSubMenu} from '@oicl/openbridge-webcomponents/dist/components/system-menu/system-menu.js';\n\n export interface Props {\n wifiState?: WifiState | undefined;\n audioState?: AudioState | undefined;\n microphoneState?: MicrophoneState | undefined;\n batteryState?: BatteryState | undefined;\n condensed?: boolean;\n showSettingsButton?: boolean;\n activeSubMenu?: SystemSubMenu;\n externalControl?: boolean;\n smallScreen?: boolean\n }\n\n \n \n export type {WifiState, AudioState, MicrophoneState, BatteryState, SystemSubMenu} from '@oicl/openbridge-webcomponents/dist/components/system-menu/system-menu.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcSystemMenu',\n props: {\n wifiState: {},\n audioState: {},\n microphoneState: {},\n batteryState: {},\n condensed: { type: Boolean },\n showSettingsButton: { type: Boolean },\n activeSubMenu: {},\n externalControl: { type: Boolean },\n smallScreen: { type: Boolean }\n },\n emits: [\"wifi-click\", \"audio-click\", \"audio-volume-change\", \"microphone-click\", \"push-to-talk-change\", \"battery-usage-click\", \"battery-saving-mode-change\", \"battery-mode-change\", \"wifi-network-change\", \"audio-output-change\", \"microphone-input-change\", \"settings-click\", \"to-sub-menu-click\", \"wifi-options-click\", \"wifi-disconnect-click\"],\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 onWifiClick: (event: CustomEvent<unknown>) => emit('wifi-click', event as CustomEvent<unknown>),\nonAudioClick: (event: CustomEvent<unknown>) => emit('audio-click', event as CustomEvent<unknown>),\nonAudioVolumeChange: (event: CustomEvent<unknown>) => emit('audio-volume-change', event as CustomEvent<unknown>),\nonMicrophoneClick: (event: CustomEvent<unknown>) => emit('microphone-click', event as CustomEvent<unknown>),\nonPushToTalkChange: (event: CustomEvent<unknown>) => emit('push-to-talk-change', event as CustomEvent<unknown>),\nonBatteryUsageClick: (event: CustomEvent<unknown>) => emit('battery-usage-click', event as CustomEvent<unknown>),\nonBatterySavingModeChange: (event: CustomEvent<unknown>) => emit('battery-saving-mode-change', event as CustomEvent<unknown>),\nonBatteryModeChange: (event: CustomEvent<unknown>) => emit('battery-mode-change', event as CustomEvent<unknown>),\nonWifiNetworkChange: (event: CustomEvent<unknown>) => emit('wifi-network-change', event as CustomEvent<unknown>),\nonAudioOutputChange: (event: CustomEvent<unknown>) => emit('audio-output-change', event as CustomEvent<unknown>),\nonMicrophoneInputChange: (event: CustomEvent<unknown>) => emit('microphone-input-change', event as CustomEvent<unknown>),\nonSettingsClick: (event: CustomEvent<unknown>) => emit('settings-click', event as CustomEvent<unknown>),\nonToSubMenuClick: (event: CustomEvent<unknown>) => emit('to-sub-menu-click', event as CustomEvent<unknown>),\nonWifiOptionsClick: (event: CustomEvent<unknown>) => emit('wifi-options-click', event as CustomEvent<unknown>),\nonWifiDisconnectClick: (event: CustomEvent<unknown>) => emit('wifi-disconnect-click', event as CustomEvent<unknown>)\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-system-menu',\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":"sRAwBA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,gBACR,MAAO,CACL,UAAW,CAAA,EACX,WAAY,CAAA,EACZ,gBAAiB,CAAA,EACjB,aAAc,CAAA,EACd,UAAW,CAAE,KAAM,OAAA,EACnB,mBAAoB,CAAE,KAAM,OAAA,EAC5B,cAAe,CAAA,EACf,gBAAiB,CAAE,KAAM,OAAA,EACzB,YAAa,CAAE,KAAM,OAAA,CAAQ,EAE/B,MAAO,CAAC,aAAc,cAAe,sBAAuB,mBAAoB,sBAAuB,sBAAuB,6BAA8B,sBAAuB,sBAAuB,sBAAuB,0BAA2B,iBAAkB,oBAAqB,qBAAsB,uBAAuB,EAChV,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,CAkBnB,MAAMC,EAjBa,CACvB,YAAcC,GAAgCL,EAAK,aAAcK,CAA6B,EAClG,aAAeA,GAAgCL,EAAK,cAAeK,CAA6B,EAChG,oBAAsBA,GAAgCL,EAAK,sBAAuBK,CAA6B,EAC/G,kBAAoBA,GAAgCL,EAAK,mBAAoBK,CAA6B,EAC1G,mBAAqBA,GAAgCL,EAAK,sBAAuBK,CAA6B,EAC9G,oBAAsBA,GAAgCL,EAAK,sBAAuBK,CAA6B,EAC/G,0BAA4BA,GAAgCL,EAAK,6BAA8BK,CAA6B,EAC5H,oBAAsBA,GAAgCL,EAAK,sBAAuBK,CAA6B,EAC/G,oBAAsBA,GAAgCL,EAAK,sBAAuBK,CAA6B,EAC/G,oBAAsBA,GAAgCL,EAAK,sBAAuBK,CAA6B,EAC/G,wBAA0BA,GAAgCL,EAAK,0BAA2BK,CAA6B,EACvH,gBAAkBA,GAAgCL,EAAK,iBAAkBK,CAA6B,EACtG,iBAAmBA,GAAgCL,EAAK,oBAAqBK,CAA6B,EAC1G,mBAAqBA,GAAgCL,EAAK,qBAAsBK,CAA6B,EAC7G,sBAAwBA,GAAgCL,EAAK,wBAAyBK,CAA6B,CAAA,EAK7G,UAAWP,KAAKL,EAAU,CACxB,MAAMa,EAAIb,EAASK,CAAgB,GAC9BQ,IAAM,QAAcP,KACtBK,EAAMN,CAAgB,EAAgBQ,GAAKZ,EAASI,CAAgB,EAEzE,CAEA,OAAAC,EAAc,GAGLQ,EACL,kBACAH,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"}
|
|
@@ -39,9 +39,5 @@ export type { AngleAdvice } from '@oicl/openbridge-webcomponents/dist/navigation
|
|
|
39
39
|
export type { RotType, RotPosition } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/watch.js';
|
|
40
40
|
export type { InstrumentState, Priority } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';
|
|
41
41
|
export type { CompassSectorPriorityElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-sector/compass-sector.js';
|
|
42
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
43
|
-
None: (payload: CustomEvent<unknown>) => any;
|
|
44
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
45
|
-
onNone?: ((payload: CustomEvent<unknown>) => any) | undefined;
|
|
46
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
42
|
+
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>;
|
|
47
43
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineComponent as
|
|
1
|
+
import{defineComponent as l,reactive as u,useSlots as m,withDirectives as f,openBlock as g,createBlock as y,h as S}from"vue";import{assignSlotNodes as h}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-sector/compass-sector.js";const b=l({__name:"ObcCompassSector",props:{heading:{},courseOverGround:{},headingSetpoint:{},newHeadingSetpoint:{},atHeadingSetpoint:{type:Boolean},headingSetpointAtZeroDeadband:{},headingSetpointOverride:{type:Boolean},autoAtHeadingSetpoint:{type:Boolean},autoAtHeadingSetpointDeadband:{},animateSetpoint:{type:Boolean},touching:{type:Boolean},headingAdvices:{},minFOV:{},rotType:{},rotPosition:{},rateOfTurnDegreesPerMinute:{},rotDotAnimationFactor:{},rotationsPerMinute:{},rotMaxValue:{},rotPortStarboard:{type:Boolean},rotAtZeroDeadband:{},state:{},priority:{},priorityElements:{},tickmarksInside:{type:Boolean},zoomToFitArc:{type:Boolean},hasReadout:{type:Boolean},label:{},unit:{},fractionDigits:{}},setup(s){const t=s,r=u({}),p={created(o){for(const e in t)r[e]=o[e]}};let a=!1;const c=m(),d=()=>{const e={};for(const n in t){const i=t[n];(i!==void 0||a)&&(e[n]=i??r[n])}return a=!0,S("obc-compass-sector",e,h(c))};return(o,e)=>f((g(),y(d,null,null,512)),[[p]])}});export{b as default};
|
|
2
2
|
//# sourceMappingURL=ObcCompassSector.vue2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObcCompassSector.vue2.js","sources":["../../src/navigation-instruments/compass-sector/ObcCompassSector.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/navigation-instruments/compass-sector/compass-sector.js';\n import {AngleAdvice} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js';\nimport {RotType, RotPosition} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/watch.js';\nimport {InstrumentState, Priority} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nimport {CompassSectorPriorityElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-sector/compass-sector.js';\n\n export interface Props {\n heading?: number;\n courseOverGround?: number;\n headingSetpoint?: number | null;\n newHeadingSetpoint?: number | undefined;\n atHeadingSetpoint?: boolean;\n headingSetpointAtZeroDeadband?: number;\n headingSetpointOverride?: boolean;\n autoAtHeadingSetpoint?: boolean;\n autoAtHeadingSetpointDeadband?: number;\n animateSetpoint?: boolean;\n touching?: boolean;\n headingAdvices?: AngleAdvice[];\n minFOV?: number;\n rotType?: RotType | undefined;\n rotPosition?: RotPosition;\n rateOfTurnDegreesPerMinute?: number | undefined;\n rotDotAnimationFactor?: number;\n rotationsPerMinute?: number;\n rotMaxValue?: number;\n rotPortStarboard?: boolean;\n rotAtZeroDeadband?: number;\n state?: InstrumentState;\n priority?: Priority;\n priorityElements?: CompassSectorPriorityElement[];\n tickmarksInside?: boolean;\n zoomToFitArc?: boolean;\n hasReadout?: boolean;\n label?: string;\n unit?: string;\n fractionDigits?: number\n }\n\n \n \n export type {AngleAdvice} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js';\nexport type {RotType, RotPosition} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/watch.js';\nexport type {InstrumentState, Priority} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nexport type {CompassSectorPriorityElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-sector/compass-sector.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcCompassSector',\n props: {\n heading: {},\n courseOverGround: {},\n headingSetpoint: {},\n newHeadingSetpoint: {},\n atHeadingSetpoint: { type: Boolean },\n headingSetpointAtZeroDeadband: {},\n headingSetpointOverride: { type: Boolean },\n autoAtHeadingSetpoint: { type: Boolean },\n autoAtHeadingSetpointDeadband: {},\n animateSetpoint: { type: Boolean },\n touching: { type: Boolean },\n headingAdvices: {},\n minFOV: {},\n rotType: {},\n rotPosition: {},\n rateOfTurnDegreesPerMinute: {},\n rotDotAnimationFactor: {},\n rotationsPerMinute: {},\n rotMaxValue: {},\n rotPortStarboard: { type: Boolean },\n rotAtZeroDeadband: {},\n state: {},\n priority: {},\n priorityElements: {},\n tickmarksInside: { type: Boolean },\n zoomToFitArc: { type: Boolean },\n hasReadout: { type: Boolean },\n label: {},\n unit: {},\n fractionDigits: {}\n },\n
|
|
1
|
+
{"version":3,"file":"ObcCompassSector.vue2.js","sources":["../../src/navigation-instruments/compass-sector/ObcCompassSector.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/navigation-instruments/compass-sector/compass-sector.js';\n import {AngleAdvice} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js';\nimport {RotType, RotPosition} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/watch.js';\nimport {InstrumentState, Priority} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nimport {CompassSectorPriorityElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-sector/compass-sector.js';\n\n export interface Props {\n heading?: number;\n courseOverGround?: number;\n headingSetpoint?: number | null;\n newHeadingSetpoint?: number | undefined;\n atHeadingSetpoint?: boolean;\n headingSetpointAtZeroDeadband?: number;\n headingSetpointOverride?: boolean;\n autoAtHeadingSetpoint?: boolean;\n autoAtHeadingSetpointDeadband?: number;\n animateSetpoint?: boolean;\n touching?: boolean;\n headingAdvices?: AngleAdvice[];\n minFOV?: number;\n rotType?: RotType | undefined;\n rotPosition?: RotPosition;\n rateOfTurnDegreesPerMinute?: number | undefined;\n rotDotAnimationFactor?: number;\n rotationsPerMinute?: number;\n rotMaxValue?: number;\n rotPortStarboard?: boolean;\n rotAtZeroDeadband?: number;\n state?: InstrumentState;\n priority?: Priority;\n priorityElements?: CompassSectorPriorityElement[];\n tickmarksInside?: boolean;\n zoomToFitArc?: boolean;\n hasReadout?: boolean;\n label?: string;\n unit?: string;\n fractionDigits?: number\n }\n\n \n \n export type {AngleAdvice} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js';\nexport type {RotType, RotPosition} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/watch.js';\nexport type {InstrumentState, Priority} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nexport type {CompassSectorPriorityElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-sector/compass-sector.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcCompassSector',\n props: {\n heading: {},\n courseOverGround: {},\n headingSetpoint: {},\n newHeadingSetpoint: {},\n atHeadingSetpoint: { type: Boolean },\n headingSetpointAtZeroDeadband: {},\n headingSetpointOverride: { type: Boolean },\n autoAtHeadingSetpoint: { type: Boolean },\n autoAtHeadingSetpointDeadband: {},\n animateSetpoint: { type: Boolean },\n touching: { type: Boolean },\n headingAdvices: {},\n minFOV: {},\n rotType: {},\n rotPosition: {},\n rateOfTurnDegreesPerMinute: {},\n rotDotAnimationFactor: {},\n rotationsPerMinute: {},\n rotMaxValue: {},\n rotPortStarboard: { type: Boolean },\n rotAtZeroDeadband: {},\n state: {},\n priority: {},\n priorityElements: {},\n tickmarksInside: { type: Boolean },\n zoomToFitArc: { type: Boolean },\n hasReadout: { type: Boolean },\n label: {},\n unit: {},\n fractionDigits: {}\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-compass-sector',\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":"wSAmDA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,mBACR,MAAO,CACL,QAAS,CAAA,EACT,iBAAkB,CAAA,EAClB,gBAAiB,CAAA,EACjB,mBAAoB,CAAA,EACpB,kBAAmB,CAAE,KAAM,OAAA,EAC3B,8BAA+B,CAAA,EAC/B,wBAAyB,CAAE,KAAM,OAAA,EACjC,sBAAuB,CAAE,KAAM,OAAA,EAC/B,8BAA+B,CAAA,EAC/B,gBAAiB,CAAE,KAAM,OAAA,EACzB,SAAU,CAAE,KAAM,OAAA,EAClB,eAAgB,CAAA,EAChB,OAAQ,CAAA,EACR,QAAS,CAAA,EACT,YAAa,CAAA,EACb,2BAA4B,CAAA,EAC5B,sBAAuB,CAAA,EACvB,mBAAoB,CAAA,EACpB,YAAa,CAAA,EACb,iBAAkB,CAAE,KAAM,OAAA,EAC1B,kBAAmB,CAAA,EACnB,MAAO,CAAA,EACP,SAAU,CAAA,EACV,iBAAkB,CAAA,EAClB,gBAAiB,CAAE,KAAM,OAAA,EACzB,aAAc,CAAE,KAAM,OAAA,EACtB,WAAY,CAAE,KAAM,OAAA,EACpB,MAAO,CAAA,EACP,KAAM,CAAA,EACN,eAAgB,CAAA,CAAC,EAEnB,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,qBACAF,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"}
|
|
@@ -34,9 +34,5 @@ export type { InstrumentState, Priority } from '@oicl/openbridge-webcomponents/d
|
|
|
34
34
|
export type { WindPropulsionPriorityElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/wind-propulsion/wind-propulsion.js';
|
|
35
35
|
export type { TickmarkStyle } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/tickmark.js';
|
|
36
36
|
export type { AngleAdvice } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js';
|
|
37
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
38
|
-
None: (payload: CustomEvent<unknown>) => any;
|
|
39
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
40
|
-
onNone?: ((payload: CustomEvent<unknown>) => any) | undefined;
|
|
41
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
37
|
+
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>;
|
|
42
38
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineComponent as
|
|
1
|
+
import{defineComponent as d,reactive as u,useSlots as S,withDirectives as m,openBlock as A,createBlock as f,h as g}from"vue";import{assignSlotNodes as y}from"@lit-labs/vue-utils/wrapper-utils.js";import"@oicl/openbridge-webcomponents/dist/navigation-instruments/wind-propulsion/wind-propulsion.js";const k=d({__name:"ObcWindPropulsion",props:{forceAngle:{},sailAngle:{},sailAngleSetpoint:{},newSailAngleSetpoint:{},atSailAngleSetpoint:{type:Boolean},autoAtSailAngleSetpoint:{type:Boolean},autoAtSailAngleSetpointDeadband:{},sailAngleSetpointAtZeroDeadband:{},sailAngleSetpointOverride:{type:Boolean},animateSetpoint:{type:Boolean},touching:{type:Boolean},force:{},maxForce:{},sailType:{},state:{},priority:{},priorityElements:{},showLabels:{type:Boolean},tickmarksInside:{type:Boolean},tickmarkStyle:{},currentWindSpeedKnots:{},currentWindFromDirection:{},sailAngleAdvices:{}},setup(l){const t=l,i=u({}),a={created(o){for(const e in t)i[e]=o[e]}};let r=!1;const p=S(),c=()=>{const e={};for(const n in t){const s=t[n];(s!==void 0||r)&&(e[n]=s??i[n])}return r=!0,g("obc-wind-propulsion",e,y(p))};return(o,e)=>m((A(),f(c,null,null,512)),[[a]])}});export{k as default};
|
|
2
2
|
//# sourceMappingURL=ObcWindPropulsion.vue2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObcWindPropulsion.vue2.js","sources":["../../src/navigation-instruments/wind-propulsion/ObcWindPropulsion.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/navigation-instruments/wind-propulsion/wind-propulsion.js';\n import {SailType} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/sail-type.js';\nimport {InstrumentState, Priority} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nimport {WindPropulsionPriorityElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/wind-propulsion/wind-propulsion.js';\nimport {TickmarkStyle} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/tickmark.js';\nimport {AngleAdvice} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js';\n\n export interface Props {\n forceAngle?: number;\n sailAngle?: number;\n sailAngleSetpoint?: number | undefined;\n newSailAngleSetpoint?: number | undefined;\n atSailAngleSetpoint?: boolean;\n autoAtSailAngleSetpoint?: boolean;\n autoAtSailAngleSetpointDeadband?: number;\n sailAngleSetpointAtZeroDeadband?: number;\n sailAngleSetpointOverride?: boolean;\n animateSetpoint?: boolean;\n touching?: boolean;\n force?: number;\n maxForce?: number;\n sailType?: SailType;\n state?: InstrumentState;\n priority?: Priority;\n priorityElements?: WindPropulsionPriorityElement[];\n showLabels?: boolean;\n tickmarksInside?: boolean;\n tickmarkStyle?: TickmarkStyle;\n currentWindSpeedKnots?: number | null;\n currentWindFromDirection?: number | null;\n sailAngleAdvices?: AngleAdvice[]\n }\n\n \n \n export type {SailType} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/sail-type.js';\nexport type {InstrumentState, Priority} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nexport type {WindPropulsionPriorityElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/wind-propulsion/wind-propulsion.js';\nexport type {TickmarkStyle} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/tickmark.js';\nexport type {AngleAdvice} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcWindPropulsion',\n props: {\n forceAngle: {},\n sailAngle: {},\n sailAngleSetpoint: {},\n newSailAngleSetpoint: {},\n atSailAngleSetpoint: { type: Boolean },\n autoAtSailAngleSetpoint: { type: Boolean },\n autoAtSailAngleSetpointDeadband: {},\n sailAngleSetpointAtZeroDeadband: {},\n sailAngleSetpointOverride: { type: Boolean },\n animateSetpoint: { type: Boolean },\n touching: { type: Boolean },\n force: {},\n maxForce: {},\n sailType: {},\n state: {},\n priority: {},\n priorityElements: {},\n showLabels: { type: Boolean },\n tickmarksInside: { type: Boolean },\n tickmarkStyle: {},\n currentWindSpeedKnots: {},\n currentWindFromDirection: {},\n sailAngleAdvices: {}\n },\n
|
|
1
|
+
{"version":3,"file":"ObcWindPropulsion.vue2.js","sources":["../../src/navigation-instruments/wind-propulsion/ObcWindPropulsion.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/navigation-instruments/wind-propulsion/wind-propulsion.js';\n import {SailType} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/sail-type.js';\nimport {InstrumentState, Priority} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nimport {WindPropulsionPriorityElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/wind-propulsion/wind-propulsion.js';\nimport {TickmarkStyle} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/tickmark.js';\nimport {AngleAdvice} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js';\n\n export interface Props {\n forceAngle?: number;\n sailAngle?: number;\n sailAngleSetpoint?: number | undefined;\n newSailAngleSetpoint?: number | undefined;\n atSailAngleSetpoint?: boolean;\n autoAtSailAngleSetpoint?: boolean;\n autoAtSailAngleSetpointDeadband?: number;\n sailAngleSetpointAtZeroDeadband?: number;\n sailAngleSetpointOverride?: boolean;\n animateSetpoint?: boolean;\n touching?: boolean;\n force?: number;\n maxForce?: number;\n sailType?: SailType;\n state?: InstrumentState;\n priority?: Priority;\n priorityElements?: WindPropulsionPriorityElement[];\n showLabels?: boolean;\n tickmarksInside?: boolean;\n tickmarkStyle?: TickmarkStyle;\n currentWindSpeedKnots?: number | null;\n currentWindFromDirection?: number | null;\n sailAngleAdvices?: AngleAdvice[]\n }\n\n \n \n export type {SailType} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/sail-type.js';\nexport type {InstrumentState, Priority} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';\nexport type {WindPropulsionPriorityElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/wind-propulsion/wind-propulsion.js';\nexport type {TickmarkStyle} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/tickmark.js';\nexport type {AngleAdvice} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js';\n \nexport default /*@__PURE__*/_defineComponent({\n __name: 'ObcWindPropulsion',\n props: {\n forceAngle: {},\n sailAngle: {},\n sailAngleSetpoint: {},\n newSailAngleSetpoint: {},\n atSailAngleSetpoint: { type: Boolean },\n autoAtSailAngleSetpoint: { type: Boolean },\n autoAtSailAngleSetpointDeadband: {},\n sailAngleSetpointAtZeroDeadband: {},\n sailAngleSetpointOverride: { type: Boolean },\n animateSetpoint: { type: Boolean },\n touching: { type: Boolean },\n force: {},\n maxForce: {},\n sailType: {},\n state: {},\n priority: {},\n priorityElements: {},\n showLabels: { type: Boolean },\n tickmarksInside: { type: Boolean },\n tickmarkStyle: {},\n currentWindSpeedKnots: {},\n currentWindFromDirection: {},\n sailAngleAdvices: {}\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-wind-propulsion',\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":"0SA8CA,MAAAA,EAA4BC,EAAiB,CAC3C,OAAQ,oBACR,MAAO,CACL,WAAY,CAAA,EACZ,UAAW,CAAA,EACX,kBAAmB,CAAA,EACnB,qBAAsB,CAAA,EACtB,oBAAqB,CAAE,KAAM,OAAA,EAC7B,wBAAyB,CAAE,KAAM,OAAA,EACjC,gCAAiC,CAAA,EACjC,gCAAiC,CAAA,EACjC,0BAA2B,CAAE,KAAM,OAAA,EACnC,gBAAiB,CAAE,KAAM,OAAA,EACzB,SAAU,CAAE,KAAM,OAAA,EAClB,MAAO,CAAA,EACP,SAAU,CAAA,EACV,SAAU,CAAA,EACV,MAAO,CAAA,EACP,SAAU,CAAA,EACV,iBAAkB,CAAA,EAClB,WAAY,CAAE,KAAM,OAAA,EACpB,gBAAiB,CAAE,KAAM,OAAA,EACzB,cAAe,CAAA,EACf,sBAAuB,CAAA,EACvB,yBAA0B,CAAA,EAC1B,iBAAkB,CAAA,CAAC,EAErB,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"}
|
package/package.json
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"build:declarations": "vue-tsc --declaration --emitDeclarationOnly",
|
|
9
9
|
"preview": "vite preview"
|
|
10
10
|
},
|
|
11
|
-
"version": "2.0.0-next.
|
|
11
|
+
"version": "2.0.0-next.97",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
13
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.96",
|
|
14
14
|
"vue": "^3.2.41",
|
|
15
15
|
"@lit-labs/vue-utils": "^0.1.0"
|
|
16
16
|
},
|