![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@dbp-toolkit/check-in-place-select
Advanced tools
You can install this component via npm:
npm i @dbp-toolkit/check-in-place-select
<dbp-check-in-place-select></dbp-check-in-place-select>
<script type="module" src="node_modules/@dbp-toolkit/check-in-place-select/dist/dbp-check-in-place-select.js"></script>
Or directly via CDN:
<dbp-check-in-place-select></dbp-check-in-place-select>
<script type="module" src="https://unpkg.com/@dbp-toolkit/check-in-place-select@0.2.2/dist/dbp-check-in-place-select.js"></script>
lang
(optional, default: de
): set to de
or en
for German or English
<dbp-check-in-place-select lang="de"></dbp-check-in-place-select>
entry-point-url
(optional, default is the TU Graz entry point url): entry point url to access the api
<dbp-check-in-place-select entry-point-url="http://127.0.0.1:8000"></dbp-check-in-place-select>
value
(optional): api path of place to preload the selector with
<dbp-check-in-place-select value="Besprechungsraum"></dbp-check-in-place-select>
value
will also be set automatically when a place is chosen in the selectordata-object
(read-only): when a place is selected the place object will be set as json string
<dbp-check-in-place-select data-object="{"@id":"id", "@type":"http://schema.org/Place", "identifier":"id", "name":"Besprechungsraum", "maximumPhysicalAttendeeCapacity":"50"}"></dbp-check-in-place-select>
show-capacity
(optional): also shows the capacity of the places
<dbp-check-in-place-select show-capacity></dbp-check-in-place-select>
show-reload-button
(optional): if set a reload button will be viewed next to the select box
change
event on the web component<dbp-check-in-place-select show-reload-button></dbp-check-in-place-select>
reload-button-title
(optional): sets a title text on the reload button
<dbp-check-in-place-select show-reload-button reload-button-text="Reload result list"></dbp-check-in-place-select>
auth
object: you need to set that object property for the auth token
{token: "THE_BEARER_TOKEN"}
# get the source
git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
cd toolkit/packages/check-in-place-select
# install dependencies
yarn install
# constantly build dist/bundle.js and run a local web-server on port 8002
yarn run watch-local
# run tests
yarn test
# build local packages in dist directory
yarn run build
Jump to http://localhost:8002 and you should get a Single Sign On login page.
FAQs
You can install this component via npm:
The npm package @dbp-toolkit/check-in-place-select receives a total of 3 weekly downloads. As such, @dbp-toolkit/check-in-place-select popularity was classified as not popular.
We found that @dbp-toolkit/check-in-place-select demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.