osjs-gui
osjs-gui copied to clipboard
OS.js GUI Module
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Is it possible to make contextmenu to have a drop down opened on left side of it
sub menu's rendering are not aligned properly for the right to left locales.
Sine the standard `` DOM element has browser specific behavior and styling, it would be better to have a custom implementation. * [ ] Use `` as base * [...
Since other frameworks like React and Vue compose components in mostly the same way (behind the scenes) it should be possible to convert most components -- or maybe even there's...
Add `multiselect` property that allows for selecting multiple entries with `Shift` key.
Right now you have to run both `npm run build` and `npm run build:esm` in order to build the stylesheets, UMD *and* ES modules. It would be nice if rollup...
Currently the `Tabs` component is using hyperapp-nestable, which is great, but when you update a component property, it will not react to this unless you specify a `key`. The downside...