Skip to content

Commit f33980e

Browse files
authored
Merge pull request #2775 from adumesny/master
null check, date change
2 parents 57f6e28 + 17f8cba commit f33980e

21 files changed

+23
-21
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* gridstack.component.ts 8.2.1
3-
* Copyright (c) 2022 Alain Dumesny - see GridStack root license
3+
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

66
// dummy testing component that will be grid items content

angular/projects/lib/src/lib/base-widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* gridstack-item.component.ts 10.3.1-dev
3-
* Copyright (c) 2022 Alain Dumesny - see GridStack root license
3+
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

66
/**

angular/projects/lib/src/lib/gridstack-item.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* gridstack-item.component.ts 10.3.1-dev
3-
* Copyright (c) 2022 Alain Dumesny - see GridStack root license
3+
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

66
import { Component, ElementRef, Input, ViewChild, ViewContainerRef, OnDestroy, ComponentRef } from '@angular/core';

angular/projects/lib/src/lib/gridstack.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* gridstack.component.ts 10.3.1-dev
3-
* Copyright (c) 2022 Alain Dumesny - see GridStack root license
3+
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

66
import { AfterContentInit, Component, ContentChildren, ElementRef, EventEmitter, Input,

angular/projects/lib/src/lib/gridstack.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* gridstack.component.ts 10.3.1-dev
3-
* Copyright (c) 2022 Alain Dumesny - see GridStack root license
3+
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

66
import { NgModule } from "@angular/core";

src/dd-base-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* dd-base-impl.ts 10.3.1-dev
3-
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
3+
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

66
export type EventCallback = (event: Event) => boolean|void;

src/dd-draggable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* dd-draggable.ts 10.3.1-dev
3-
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
3+
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

66
import { DDManager } from './dd-manager';

src/dd-droppable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* dd-droppable.ts 10.3.1-dev
3-
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
3+
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

66
import { DDDraggable } from './dd-draggable';

src/dd-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* dd-elements.ts 10.3.1-dev
3-
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
3+
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

66
import { DDResizable, DDResizableOpt } from './dd-resizable';

src/dd-gridstack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* dd-gridstack.ts 10.3.1-dev
3-
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
3+
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

66
/* eslint-disable @typescript-eslint/no-unused-vars */

0 commit comments

Comments
 (0)