Loading src/components/autocomplete.vue +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <script> import { bindProps, getPropsValues } from '../utils/bindProps.js' import downArrowSimulator from '../utils/simulateArrowDown.js' import { mappedPropsToVueProps } from './mapElementFactory' import { mappedPropsToVueProps } from './build-component' const mappedProps = { bounds: { Loading src/components/autocompleteImpl.js +1 −1 Original line number Diff line number Diff line import { bindProps, getPropsValues } from '../utils/bindProps.js' import downArrowSimulator from '../utils/simulateArrowDown.js' import { mappedPropsToVueProps } from './mapElementFactory' import { mappedPropsToVueProps } from './build-component' const mappedProps = { bounds: { Loading src/components/mapElementFactory.js→src/components/build-component.js +0 −0 File moved. View file src/components/circle.js +2 −2 Original line number Diff line number Diff line import mapElementFactory from './mapElementFactory' import buildComponent from './build-component' const props = { center: { Loading Loading @@ -38,7 +38,7 @@ const events = [ 'rightclick', ] export default mapElementFactory({ export default buildComponent({ mappedProps: props, name: 'circle', ctr: () => google.maps.Circle, Loading src/components/cluster.vue +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ </template> <script> import MarkerClusterer from 'marker-clusterer-plus' import mapElementFactory from './mapElementFactory.js' import buildComponent from './build-component.js' const props = { maxZoom: { type: Number, Loading Loading @@ -68,7 +68,7 @@ const events = [ 'mouseout', ] export default mapElementFactory({ export default buildComponent({ mappedProps: props, events, name: 'cluster', Loading Loading
src/components/autocomplete.vue +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <script> import { bindProps, getPropsValues } from '../utils/bindProps.js' import downArrowSimulator from '../utils/simulateArrowDown.js' import { mappedPropsToVueProps } from './mapElementFactory' import { mappedPropsToVueProps } from './build-component' const mappedProps = { bounds: { Loading
src/components/autocompleteImpl.js +1 −1 Original line number Diff line number Diff line import { bindProps, getPropsValues } from '../utils/bindProps.js' import downArrowSimulator from '../utils/simulateArrowDown.js' import { mappedPropsToVueProps } from './mapElementFactory' import { mappedPropsToVueProps } from './build-component' const mappedProps = { bounds: { Loading
src/components/circle.js +2 −2 Original line number Diff line number Diff line import mapElementFactory from './mapElementFactory' import buildComponent from './build-component' const props = { center: { Loading Loading @@ -38,7 +38,7 @@ const events = [ 'rightclick', ] export default mapElementFactory({ export default buildComponent({ mappedProps: props, name: 'circle', ctr: () => google.maps.Circle, Loading
src/components/cluster.vue +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ </template> <script> import MarkerClusterer from 'marker-clusterer-plus' import mapElementFactory from './mapElementFactory.js' import buildComponent from './build-component.js' const props = { maxZoom: { type: Number, Loading Loading @@ -68,7 +68,7 @@ const events = [ 'mouseout', ] export default mapElementFactory({ export default buildComponent({ mappedProps: props, events, name: 'cluster', Loading