Skip to content

Commit e211c44

Browse files
author
pipeline
committed
ej2-popup-components: bug(EJ2-2681): EJ2-2681 Dialog modal overlay hide on showOnInit (origin/EJ2-2721-Dialog-Modal-Changes)
1 parent 98766a2 commit e211c44

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

material.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
@import "pager/material.scss";
1212
@import "popup/material.scss";
1313
@import "toolbar/material.scss";
14+
@import "tooltip/material.scss";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2",
3-
"version": "1.0.0",
3+
"version": "1.1.1",
44
"description": "Syncfusion TypeScript",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

popup/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "@syncfusion/ej2-popups";
1+
export * from "@syncfusion/ej2-popups/popup";

popup/material.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@import "ej2-popups/styles/material.scss";
1+
@import "ej2-popups/styles/popup/material.scss";

tooltip/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@syncfusion/ej2-popups/tooltip";

tooltip/material.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "ej2-popups/styles/tooltip/material.scss";

0 commit comments

Comments
 (0)