spiral / toolkit
Form serialization toolkit for Spiral Framework
Installs: 32 999
Dependents: 7
Suggesters: 0
Security: 0
Stars: 8
Watchers: 6
Forks: 4
Open Issues: 6
Language:TypeScript
Requires
- php: >=7.2
- spiral/stempler-bridge: ^1.0 | ^2.0
- dev-master
- 2.0.x-dev
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.67
- v1.1.66
- v1.1.65
- v1.1.64
- v1.1.63
- v1.1.62
- v1.1.61
- v1.1.60
- v1.1.59
- v1.1.56
- v1.1.55
- v1.1.54
- v1.1.53
- v1.1.52
- v1.1.51
- v1.1.50
- v1.1.49.x-dev
- v1.1.49
- v1.1.48
- v1.1.46
- v1.1.45
- v1.1.44
- v1.1.43
- v1.1.42
- v1.1.41
- v1.1.40
- v1.1.39
- v1.1.38
- v1.1.37
- v1.1.36
- v1.1.35
- v1.1.34
- v1.1.33
- v1.1.32
- v1.1.31
- v1.1.30
- v1.1.29
- v1.1.28
- v1.1.27
- v1.1.26
- v1.1.25
- v1.1.24
- v1.1.23
- v1.1.22
- v1.1.21
- v1.1.20
- v1.1.19
- v1.1.18
- v1.1.17
- v1.1.16
- v1.1.15
- v1.1.14
- v1.1.13
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.1
- v1.0.0
- v0.9.13
- v0.9.12
- v0.9.11
- v0.9.10
- v0.9.5
- v0.9.4
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.27
- v0.8.26
- v0.8.25
- v0.8.24
- v0.8.23
- v0.8.22
- v0.8.21
- v0.8.20
- v0.8.19
- v0.8.18
- v0.8.17
- v0.8.16
- v0.8.15
- v0.8.14
- v0.8.13
- v0.8.12
- v0.8.11
- v0.8.10
- v0.8.9
- v0.8.8
- v0.8.7
- v0.8.6
- v0.8.5
- v0.8.4
- v0.8.2
- v0.8.1
- v0.8.0
- dev-dependabot/npm_and_yarn/word-wrap-1.2.4
- dev-dependabot/npm_and_yarn/semver-5.7.2
- dev-dependabot/npm_and_yarn/stylelint-15.10.1
- dev-release/1.2.2
- dev-dependabot/npm_and_yarn/terser-4.8.1
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-release/v.1.1.66
- dev-feature/experimental-responsive
- dev-release/v.1.1.62
- dev-release/v.1.1.60
- dev-release/v1.1.55
- dev-release/v1.1.54
- dev-feature/autocomplete-improvement
- dev-release/v1.1.53
- dev-fix/datagrid-action-target
- dev-fix/sf-table
- dev-feature/autocomplete-external-data
- dev-feature/allow-setting-label
- dev-release/v1.1.43
- dev-release/v1.1.42
- dev-feature/autocomplete-initial-value
- dev-release/v1.1.41
- dev-feature/handle-action-change
- dev-release/v1.1.40
- dev-fix-multiple-select
- dev-release/v1.1.29
- dev-feature/v1.1.26
- dev-release/v1.1.25
- dev-release/v1.1.24
- dev-fix/improve-error-handling
- dev-feature/autocomplete-debounce-and-loader
- dev-fix/submit-on-reset
- dev-fix/form-messages-assign
- dev-develop
- dev-release/v1.1.19
- dev-release/v1.1.13
- dev-feature/error-group
- dev-feature/better-autocomplete
- dev-feature/fix-modal
- dev-release/v1.1.10
- dev-release/v1.1.9
- dev-feature/restore-ids
- dev-feature/SK-11-dark-theme
This package is auto-updated.
Last update: 2024-10-19 00:46:09 UTC
README
AJAX and form serialization toolkit for Spiral Framework.
Repository consists of 2 main components: Toolkit and Keeper
Toolkit is set of modules implementing a simple front-end framework, capable of serializing forms, showing loaders and datagrids
Keeper is set of scripts that demonstrate typical toolkit usage with Spiral Frameworks, including default styles based on bootstrap 4.
Prerequisites
- node 11.15.0+ use recent LTS version
- yarn 1.17.0+ use recent stable version
Project is based on Lerna.
Starting Up
- Execute
npx lerna bootstrap
to install dependencies and link packages - Build toolkit package and dependencies
yarn build
Additional development commands
When developing both in co-dependent packages use separate commands like so:
yarn build:core
to build core package.yarn build:form
to build form package.yarn build:lock
to build lock package.yarn build:toolkit
to build toolkit package.yarn build:datagrid
to build datagrid package.yarn build:keeper
to build keeper package.
Alternatively execute yarn build
from package folder.
Additional commands
npx lerna run lint
to lint every package. Note this command is expected to be successfully completed before pushing data to repository.
Project structure
Project is a mono-repository with following packages:
packages/core
- core of the toolkitpackages/form
- form module for the toolkitpackages/lock
- lock module for the toolkitpackages/core
- main toolkit package
Making a release
In separate branch do following:
lerna publish
- bump version in lerna and in root package.json manually
yarn gitrelease
Windows
On windows execute git config core.autocrlf false
to disable automatic line ending conversion.
MIT License (MIT). Please see LICENSE
for more information. Maintained by Spiral Scout.