Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@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>
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>
# 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:
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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.