Skip to content

Commit 7ca45e9

Browse files
committed
angular demo v8.1.2
1 parent 8715700 commit 7ca45e9

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "^14.2.0",
1919
"@angular/platform-browser-dynamic": "^14.2.0",
2020
"@angular/router": "^14.2.0",
21-
"gridstack": "^8.1.1",
21+
"gridstack": "^8.1.2",
2222
"rxjs": "~7.5.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.11.4"

angular/projects/demo/src/app/app.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { AngularSimpleComponent } from './simple';
44
import { AngularNgForTestComponent } from './ngFor';
55
import { AngularNgForCmdTestComponent } from './ngFor_cmd';
66

7-
// NOTE: local testing of file, but normal include would be 'gridstack/dist/angular'
8-
import { GridstackComponent, NgGridStackOptions, NgGridStackWidget, elementCB, gsCreateNgComponents, nodesCB } from '../../../../../dist/angular';
9-
// import { GridstackComponent, NgGridStackOptions, NgGridStackWidget, elementCB, gsCreateNgComponents, nodesCB } from 'gridstack/dist/angular';
7+
// NOTE: local testing of file
8+
// import { GridstackComponent, NgGridStackOptions, NgGridStackWidget, elementCB, gsCreateNgComponents, nodesCB } from '../../../../../dist/angular';
9+
import { GridstackComponent, NgGridStackOptions, NgGridStackWidget, elementCB, gsCreateNgComponents, nodesCB } from 'gridstack/dist/angular';
1010

1111
// unique ids sets for each item for correct ngFor updating
1212
let ids = 1;

angular/projects/demo/src/app/app.module.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import { AngularNgForCmdTestComponent } from './ngFor_cmd';
77
import { AngularSimpleComponent } from './simple';
88
import { AComponent, BComponent, CComponent } from './dummy.component';
99

10-
// local copy but user would use 'gridstack/dist/angular'
11-
import { GridstackModule, GridstackComponent } from '../../../../../dist/angular';
12-
// import { GridstackModule, GridstackComponent } from 'gridstack/dist/angular';
10+
// local testing
11+
// import { GridstackModule, GridstackComponent } from '../../../../../dist/angular';
12+
import { GridstackModule, GridstackComponent } from 'gridstack/dist/angular';
1313

1414
@NgModule({
1515
imports: [

angular/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3641,10 +3641,10 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4,
36413641
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
36423642
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
36433643

3644-
gridstack@^8.1.1:
3645-
version "8.1.1"
3646-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-8.1.1.tgz#acdc910346989d2016e03763b0de55b0de0d3224"
3647-
integrity sha512-Ya7EdwAh72iug8A51hSjH8FI0v83zxPKjo9zIT5iw5Dvh3BUbgRl2hrrmGAkDfbPlfK5lgeEsQNx08UK8iNAQw==
3644+
gridstack@^8.1.2:
3645+
version "8.1.2"
3646+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-8.1.2.tgz#77472b0394e6a7eb86fd804cddad990e6ee17970"
3647+
integrity sha512-FVzAVDfVSF1E6LJfNomQGjZp859EKhuWOchA+aIufB+DJMuvIgO579X7CE84Kj+Tm4L5rWBvmnwv6r67baeCOg==
36483648

36493649
handle-thing@^2.0.0:
36503650
version "2.0.1"

0 commit comments

Comments
 (0)