Rename component to dbp-check-in-place-select (#34)
3 unresolved threads
3 unresolved threads
Merge request reports
Activity
1 1 { 2 "element": "dbp-location-select-demo-activity", 3 "module_src": "dbp-location-select-demo-activity.js", 4 "routing_name": "location-select", 2 "element": "dbp-check-in-place-select-demo-activity", 3 "module_src": "dbp-check-in-place-select-demo-activity.js", 4 "routing_name": "check-in-place-select", 5 5 "name": { 6 6 "de": "Ortauswahl", 7 "en": "Location select" 7 "en": "Check-in place select" 1 # Location Select Web Component 1 # check-in-place Select Web Component changed this line in version 2 of the diff
11 11 ## Attributes 12 12 13 13 - `lang` (optional, default: `de`): set to `de` or `en` for German or English 14 - example `<dbp-location-select lang="de"></dbp-location-select>` 14 - example `<dbp-check-in-place-select lang="de"></dbp-check-in-place-select>` 15 15 - `entry-point-url` (optional, default is the TU Graz entry point url): entry point url to access the api 16 - example `<dbp-location-select entry-point-url="http://127.0.0.1:8000"></dbp-location-select>` 17 - `value` (optional): api path of location to preload the selector with 18 - example `<dbp-location-select value="Besprechungsraum"></dbp-location-select>` 19 - the `value` will also be set automatically when a location is chosen in the selector 20 - `data-object` (read-only): when a location is selected the location object will be set as json string 21 - example `<dbp-location-select data-object="{"@id":"id", "@type":"http://schema.org/Place", "identifier":"id", "name":"Besprechungsraum", "maximumPhysicalAttendeeCapacity":"50"}"></dbp-location-select>` 22 - `show-capacity` (optional): also shows the capacity of the locations 23 - example `<dbp-location-select show-capacity></dbp-location-select>` 16 - example `<dbp-check-in-place-select entry-point-url="http://127.0.0.1:8000"></dbp-check-in-place-select>` 17 - `value` (optional): api path of check-in-place to preload the selector with changed this line in version 2 of the diff
assigned to @19320D286FE1E97C and unassigned @pbeke
mentioned in commit 916c22c6
Please register or sign in to reply