mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-25 13:24:12 +01:00
N°8641 - Dashboard editor front-end first commit for Form SDK integration.
* No dashlet edition * Dashboard are not persisted * Unable to load a dashboard from an endpoint (refresh) * Grid library need proper npm integration
This commit is contained in:
31
node_modules/gridstack/dist/angular/package.json
generated
vendored
Normal file
31
node_modules/gridstack/dist/angular/package.json
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "gridstack-angular",
|
||||
"version": "12.3.3",
|
||||
"peerDependencies": {
|
||||
"@angular/common": ">=14",
|
||||
"@angular/core": ">=14"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"module": "fesm2015/gridstack-angular.mjs",
|
||||
"es2020": "fesm2020/gridstack-angular.mjs",
|
||||
"esm2020": "esm2020/gridstack-angular.mjs",
|
||||
"fesm2020": "fesm2020/gridstack-angular.mjs",
|
||||
"fesm2015": "fesm2015/gridstack-angular.mjs",
|
||||
"typings": "index.d.ts",
|
||||
"exports": {
|
||||
"./package.json": {
|
||||
"default": "./package.json"
|
||||
},
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
"esm2020": "./esm2020/gridstack-angular.mjs",
|
||||
"es2020": "./fesm2020/gridstack-angular.mjs",
|
||||
"es2015": "./fesm2015/gridstack-angular.mjs",
|
||||
"node": "./fesm2015/gridstack-angular.mjs",
|
||||
"default": "./fesm2020/gridstack-angular.mjs"
|
||||
}
|
||||
},
|
||||
"sideEffects": false
|
||||
}
|
||||
Reference in New Issue
Block a user