-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# MapField | ||
|
||
## Props | ||
|
||
<!-- @vuese:MapField:props:start --> | ||
|
||
|Name|Description|Type|Required|Default| | ||
|---|---|---|---|---| | ||
|value|V-model property.|`Array`|`false`|-| | ||
|label|This label will be shown at the top of the editor.|`String`|`false`|-| | ||
|readonly|This set the component status to readonly, stopping the user interaction.|`Boolean`|`false`|false| | ||
|multiple|This set the component status to multiple, allowing the user to add multiple points. Pass it into attrs|`Boolean`|`false`|false| | ||
|fields|-|[`Array<FieldConfiguration>`](/components/Detail/Detail/#fieldconfiguration)|`false`|[]| | ||
|errorMessages|Puts the input in an error state and passes through custom error messages.|`Array`|`false`|[]| | ||
|
||
<!-- @vuese:MapField:props:end --> | ||
|
||
|
||
## Events | ||
|
||
<!-- @vuese:MapField:events:start --> | ||
|
||
|Event Name|Description|Parameters| | ||
|---|---|---| | ||
|input|-|-| | ||
|
||
<!-- @vuese:MapField:events:end --> | ||
|
||
|
||
## Slots | ||
|
||
<!-- @vuese:MapField:slots:start --> | ||
|
||
|Name|Description|Default Slot Content| | ||
|---|---|---| | ||
|name|-|-| | ||
|name|-|-| | ||
|
||
<!-- @vuese:MapField:slots:end --> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# PagePreview | ||
|
||
## Props | ||
|
||
<!-- @vuese:PagePreview:props:start --> | ||
|
||
|Name|Description|Type|Required|Default| | ||
|---|---|---|---|---| | ||
|pageUrl|-|`String`|`false`|-| | ||
|
||
<!-- @vuese:PagePreview:props:end --> | ||
|
||
|