Skip to content

Commit 38ac99c

Browse files
committed
wrap inherited props in dropdown
1 parent d0da244 commit 38ac99c

File tree

10 files changed

+22
-11
lines changed

10 files changed

+22
-11
lines changed

docs/components/l-polygon.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ This component does not have any specific props.
6464

6565
### Inherited props
6666

67-
- from [LPolyline](/components/l-polyline)
67+
::: details from [LPolyline](/components/l-polyline)
6868

6969
<!--@include: ./props/polyline-props.md-->
70+
:::
7071

7172
<!--@include: ./props/path-props.md-->
7273

docs/components/l-tile-layer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ import { LMap, LTileLayer } from '@vue-leaflet/vue-leaflet';
5656

5757
### Inherited props
5858

59-
- from [LGridLayer](/components/l-grid-layer)
59+
::: details from [LGridLayer](/components/l-grid-layer)
6060

6161
<!--@include: ./props/grid-layer-props.md-->
62+
:::
6263

6364
<!--@include: ./props/layer-props.md-->
6465

docs/components/l-wms-tile-layer.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,15 @@ import { LMap, LWmsTileLayer } from '@vue-leaflet/vue-leaflet';
5858

5959
### Inherited props
6060

61-
- from [LTileLayer](/components/l-tile-layer)
61+
::: details from [LTileLayer](/components/l-tile-layer)
6262

6363
<!--@include: ./props/tile-layer-props.md-->
64+
:::
6465

65-
- from [LGridLayer](/components/l-grid-layer)
66+
::: details from [LGridLayer](/components/l-grid-layer)
6667

6768
<!--@include: ./props/grid-layer-props.md-->
69+
:::
6870

6971
<!--@include: ./props/layer-props.md-->
7072

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
- from [component.ts](https://github.com/vue-leaflet/vue-leaflet/blob/master/src/functions/component.ts)
1+
::: details from [component.ts](https://github.com/vue-leaflet/vue-leaflet/blob/master/src/functions/component.ts)
22

33
| Prop name | Description | Type | Required | Default |
44
| --------- | ---------------------------------------------------- | ------ | -------- | ------- |
55
| options | Leaflet options to pass to the component constructor | Object | - | {} |
6+
:::
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
- from [control.ts](https://github.com/vue-leaflet/vue-leaflet/blob/master/src/functions/control.ts)
1+
::: details from [control.ts](https://github.com/vue-leaflet/vue-leaflet/blob/master/src/functions/control.ts)
22

33
| Prop name | Description | Type | Required | Default |
44
| --------- | ------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | -------- | ---------- |
55
| position | The position of the control (one of the map corners). Possible values are `topleft`, `topright`, `bottomleft` or `bottomright`. | String as L.ControlPosition | - | 'topright' |
6+
:::
67

78
<!--@include: ./component-props.md-->
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
- from [interactiveLayer.ts](https://github.com/vue-leaflet/vue-leaflet/blob/master/src/functions/interactiveLayer.ts)
1+
::: details from [interactiveLayer.ts](https://github.com/vue-leaflet/vue-leaflet/blob/master/src/functions/interactiveLayer.ts)
22

33
| Prop name | Description | Type | Required | Default |
44
| ------------------- | ----------- | ------- | -------- | --------- |
55
| interactive | | Boolean | - | undefined |
66
| bubblingMouseEvents | | Boolean | - | undefined |
7+
:::
78

89
<!--@include: ./layer-props.md-->
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- from [layer.ts](https://github.com/vue-leaflet/vue-leaflet/blob/master/src/functions/layer.ts)
1+
::: details from [layer.ts](https://github.com/vue-leaflet/vue-leaflet/blob/master/src/functions/layer.ts)
22

33
| Prop name | Description | Type | Required | Default |
44
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- | -------- | ------------- |
@@ -7,5 +7,6 @@
77
| name | | String | - | - |
88
| layerType | | String in ["base", "overlay"] | - | - |
99
| visible | | Boolean | - | true |
10+
:::
1011

1112
<!--@include: ./component-props.md-->

docs/components/props/path-props.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- from [path.ts](https://github.com/vue-leaflet/vue-leaflet/blob/master/src/functions/path.ts)
1+
::: details from [path.ts](https://github.com/vue-leaflet/vue-leaflet/blob/master/src/functions/path.ts)
22

33
| Prop name | Description | Type | Required | Default |
44
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | -------- | --------- |
@@ -16,5 +16,6 @@
1616
| fillRule | A string that defines [how the inside of a shape](https://developer.mozilla.org/docs/Web/SVG/Attribute/fill-rule) is determined | String | - | 'evenodd' |
1717
| className | Custom class name set on an element. Only for SVG renderer. | String | - | null |
1818
| | | | | |
19+
:::
1920

2021
<!--@include: ./interactive-layer-props.md-->
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
- from [LPolyline](/components/l-polyline.html)
1+
::: details from [LPolyline](/components/l-polyline.html)
22

33
<!--@include: ./polyline-props.md-->
4+
:::
45

56
<!--@include: ./path-props.md-->
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
- from [popper.ts](https://github.com/vue-leaflet/vue-leaflet/blob/master/src/functions/popper.ts)
1+
::: details from [popper.ts](https://github.com/vue-leaflet/vue-leaflet/blob/master/src/functions/popper.ts)
22

33
| Prop name | Description | Type | Required | Default |
44
| --------- | ----------- | ------ | -------- | ------- |
55
| content | | String | - | null |
6+
:::
67

78
<!--@include: ./component-props.md-->

0 commit comments

Comments
 (0)