@kurrawongai/shacl-ui
v0.5.0
Published
This package publishes a collection of SHACL UI components for Vue 3. It is based on SHACL 1.0 and DASH and may include elements in the next SHACL version currently under development in the SHACL Working Group.
Readme
SHACL UI
This package publishes a collection of SHACL UI components for Vue 3. It is based on SHACL 1.0 and DASH and may include elements in the next SHACL version currently under development in the SHACL Working Group.
Changelog
0.4.0
- Add delete resource to resource manager.
- Fix duplicate key for value nodes in vue for-loop templating.
0.3.0, 0.3.1
- Add
ResourceShellcomponent. - Add
createResourceManageranduseResourceManagerContextcomposables. - Fix Property Groups not matching the parent width.
- Fix AutoCompleteEditor not showing the search field for very long list of terms.
0.2.x
- Add
Playgroundcomponent.
Recommended IDE Setup
VSCode + Volar (and disable Vetur).
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
pnpm installCompile and Hot-Reload for Development
pnpm storybookType-Check, Compile and Minify for Production
pnpm build:libRun Unit Tests with Vitest
pnpm test:unitLint with ESLint
pnpm lintTesting with local project
Build the library.
pnpm build:lib
pnpm packInstall the library in the local project. Use an absolute path to the tgz file.
pnpm add ~/kurrawong/shacl-ui/shacl-ui/kurrawongai-shacl-ui-0.3.0.tgzPublish
pnpm build:lib
pnpm publish --access public --no-git-checks