Skip to content

Commit 4ddbaae

Browse files
author
pipeline
committed
v31.1.17 is released
1 parent 7980530 commit 4ddbaae

File tree

1,150 files changed

+38879
-38878
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,150 files changed

+38879
-38878
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"styleDependency": ["ej2"],
66
"github": ["/source/**/*.{css,ts,html,json}", "!/source/**/*.{d.ts,ngfactory.ts,ngstyle.ts,ngsummary.json}", "./styles/images{,/**}", "./styles/{index.css,highlight.css}", "./styles/*.scss", "./dist/zone.min.js", "/source/**/images{,/**}", "/source/common/cldr-data{,/**}", "./index.html", "./favicon.ico", "package.json", "tsconfig-aot.json", "webpack.config.js", "license"],
77
"publishSamples": ["./output/**/*.*"],
8-
"releaseVersion": "30.2.4",
8+
"releaseVersion": "31.1.17",
99
"platform": "angular",
1010
"customNames": [
1111
"listview",

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ej2-angular-samples",
3-
"version": "30.2.4",
3+
"version": "31.1.17",
44
"private": true,
55
"dependencies": {
66
"@angular/animations": "17.1.2",
@@ -20,7 +20,6 @@
2020
"@syncfusion/ej2-angular-charts": "*",
2121
"@syncfusion/ej2-angular-circulargauge": "*",
2222
"@syncfusion/ej2-angular-diagrams": "*",
23-
"@syncfusion/ej2-angular-documenteditor": "*",
2423
"@syncfusion/ej2-angular-dropdowns": "*",
2524
"@syncfusion/ej2-angular-filemanager": "*",
2625
"@syncfusion/ej2-angular-gantt": "*",
@@ -36,7 +35,6 @@
3635
"@syncfusion/ej2-angular-multicolumn-combobox": "*",
3736
"@syncfusion/ej2-angular-navigations": "*",
3837
"@syncfusion/ej2-angular-notifications": "*",
39-
"@syncfusion/ej2-angular-pdfviewer": "*",
4038
"@syncfusion/ej2-angular-pivotview": "*",
4139
"@syncfusion/ej2-angular-popups": "*",
4240
"@syncfusion/ej2-angular-progressbar": "*",
@@ -45,7 +43,6 @@
4543
"@syncfusion/ej2-angular-richtexteditor": "*",
4644
"@syncfusion/ej2-angular-schedule": "*",
4745
"@syncfusion/ej2-angular-splitbuttons": "*",
48-
"@syncfusion/ej2-angular-spreadsheet": "*",
4946
"@syncfusion/ej2-angular-treegrid": "*",
5047
"@syncfusion/ej2-angular-treemap": "*",
5148
"@syncfusion/ej2-angular-image-editor": "*",

sampleOrder.json

Lines changed: 1 addition & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -419,27 +419,6 @@
419419
"multiple-dialogs": "Multiple Dialogs"
420420
}
421421
},
422-
"document-editor": {
423-
"ControlName": "DocumentEditor",
424-
"Samples": {
425-
"default": "Default functionalities",
426-
"character-formatting": "Character Formatting",
427-
"paragraph-formatting": "Paragraph Formatting",
428-
"styles": "Styles",
429-
"bullets-numbering": "Bullets and Numbering",
430-
"links-bookmarks": "Hyperlinks and Bookmarks",
431-
"table-formatting": "Table Formatting",
432-
"section-formatting": "Section Formatting",
433-
"headers-footers": "Headers and Footers",
434-
"table-of-contents": "Table of Contents",
435-
"print": "Print",
436-
"right-to-left": "Right to Left",
437-
"custom-context-menu": "Custom Context Menu",
438-
"auto-save": "Auto Save",
439-
"chart": "Chart Preservation",
440-
"document-protection": "Document Protection"
441-
}
442-
},
443422
"image-editor": {
444423
"ControlName": "Image Editor",
445424
"Samples": {
@@ -802,7 +781,7 @@
802781
"streaming": "Streaming Response",
803782
"attachments": "File Attachments",
804783
"template": "Template",
805-
"dialog": "Dialog"
784+
"dialog": "Notes Assistant"
806785
}
807786
},
808787
"block-editor": {
@@ -831,28 +810,6 @@
831810
"api": "API"
832811
}
833812
},
834-
"pdfviewer": {
835-
"ControlName": "PDF Viewer",
836-
"Samples": {
837-
"default": "Default",
838-
"read-only": "Read-Only",
839-
"document-list": "Document List",
840-
"multi-format-viewer": "Multi-Format Viewer",
841-
"organize-pages": "Organize Pages",
842-
"redaction": "Redaction",
843-
"custom-toolbar": "Custom Toolbar",
844-
"custom-context-menu":"Context Menu",
845-
"right-to-left": "Right To Left",
846-
"form-filling": "Form Filling",
847-
"form-designer": "Form Designer",
848-
"esigning-form-designer": "eSigning Form Designer",
849-
"esigning-pdf-forms": "eSigning PDF Forms",
850-
"annotations": "Annotations",
851-
"hand-written": "Handwritten Signature",
852-
"invisible-signature": "Invisible Signature",
853-
"programmatic-operations": "Programmatic Operations"
854-
}
855-
},
856813
"pivot-table": {
857814
"ControlName": "Pivot Table",
858815
"Samples": {
@@ -1155,28 +1112,6 @@
11551112
"code-editor-layout": "Code Editor Layout"
11561113
}
11571114
},
1158-
"spreadsheet": {
1159-
"ControlName": "Spreadsheet",
1160-
"Samples": {
1161-
"default": "Default Functionalities",
1162-
"formula": "Formula",
1163-
"protect-sheet": "Protect Sheet",
1164-
"freeze-pane": "Freeze Panes",
1165-
"data-validation": "Data Validation",
1166-
"hyperlink": "Hyperlink",
1167-
"cell-data-binding": "Cell Data Binding",
1168-
"remote-data-binding": "Remote Data Binding",
1169-
"cell-formatting": "Cell Formatting",
1170-
"number-formatting": "Number Formatting",
1171-
"conditional-formatting": "Conditional Formatting",
1172-
"sorting-and-filtering": "Sorting and Filtering",
1173-
"chart": "Chart",
1174-
"image": "Image",
1175-
"cell-template": "Cell Template",
1176-
"notes": "Note",
1177-
"print": "Print"
1178-
}
1179-
},
11801115
"stock-chart": {
11811116
"ControlName": "Stock Chart",
11821117
"Samples": {

src/app/ai-assistview/ai-assistant-stackb.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
.ai-assistant {
2+
height: 500px;
3+
width: auto;
4+
margin: 0 auto;
5+
}
6+
7+
.ai-assistant #aiAssistView {
8+
width: auto !important;
9+
}
10+
11+
#assistant-splitter .canvas-response {
12+
padding: 16px;
13+
overflow-y: auto;
14+
height: 100%;
15+
font-family: inherit;
16+
}
17+
18+
.ai-assistant .banner-content .e-assistview-icon:before {
19+
font-size: 35px;
20+
}
21+
22+
.ai-assistant .banner-content {
23+
display: flex;
24+
flex-direction: column;
25+
justify-content: center;
26+
height: 330px;
27+
text-align: center;
28+
}
29+
30+
.ai-assistant .banner-content.e-no-content {
31+
height: 25vh;
32+
}
33+
34+
.ai-assistant .banner-content h3 {
35+
margin: 0;
36+
}
37+
38+
.ai-assistant .banner-content .e-assistview-icon:before {
39+
font-size: 40px;
40+
}
41+
42+
#assistantSidebar {
43+
border: 1px solid var(--color-sf-border);
44+
border-right: unset;
45+
}
46+
47+
#assistantSidebar .e-listview .e-aiassist-chat::before {
48+
font-size: 18px;
49+
}
50+
51+
#assistantSidebar .e-listview .e-aiassist-chat {
52+
margin: 0 8px;
53+
}
54+
55+
/* Chat item styles */
56+
#assistantSidebar #assistant-listview-grp .chat-item {
57+
padding-left: 6px;
58+
cursor: pointer;
59+
}
60+
61+
#assistantSidebar #assistant-listview-grp .chat-title {
62+
font-size: 14px;
63+
white-space: nowrap;
64+
overflow: hidden;
65+
text-overflow: ellipsis;
66+
margin-bottom: 5px;
67+
}
68+
69+
#assistantSidebar #assistant-listview-grp .chat-time {
70+
font-size: 12px;
71+
color: #757575;
72+
}
73+
74+
#assistantSidebar #assistant-listview-grp {
75+
height: calc(100% - 50px);
76+
overflow-y: auto;
77+
border: none;
78+
}
79+
80+
#assistantSidebar .assistant-listview-option {
81+
display: flex;
82+
padding: 10px 10px 10px 8px;
83+
align-items: center;
84+
}
85+
86+
#assistantSidebar .assistant-listview-option div {
87+
font-size: 16px;
88+
font-weight: 500;
89+
margin-left: 10px;
90+
}
91+
92+
#assistantSidebar .assistant-listview-option span {
93+
margin-left: auto;
94+
margin-top: 5px;
95+
}
96+
97+
#assistantSidebar .e-toolbar-left .e-toolbar-item .e-tbar-btn {
98+
pointer-events: none;
99+
}
100+
101+
#assistantSidebar .assistant-sidebar-header .e-toolbar,
102+
#assistantSidebar .assistant-sidebar-header .e-toolbar .e-tbar-btn {
103+
background: inherit;
104+
}
105+
106+
#assistantSidebar.e-close .assistant-sidebar-content .assistant-listview-option .header-conversation,
107+
#assistantSidebar.e-close .assistant-sidebar-content .assistant-listview-option .e-refresh,
108+
#assistantSidebar.e-close .assistant-sidebar-content #assistant-listview-grp,
109+
#assistantSidebar.e-close .new-chat-button,
110+
#assistantSidebar.e-close .e-toolbar-left .e-toolbar-item {
111+
display: none;
112+
}
113+
114+
#assistantSidebar.e-close .assistant-sidebar-content .assistant-listview-option .e-multiple-comment {
115+
font-size: 24px;
116+
padding-left: 5px;
117+
}
118+
119+
#assistantSidebar.e-close .e-toolbar-items .e-toolbar-right {
120+
left: 14px;
121+
}
122+
123+
#assistantSidebar .e-toolbar-item .e-tbar-btn:hover .e-icons {
124+
color: #6c757d;
125+
}
126+
127+
#assistantSidebar .assistant-listview-option #resetButton {
128+
cursor: pointer;
129+
font-size: 15px;
130+
}
131+
132+
@media screen and (max-width: 480px) {
133+
#assistantSidebar .e-toolbar-items .e-toolbar-right {
134+
margin-left: 100px;
135+
}
136+
137+
.ai-assistant {
138+
width: 100%;
139+
}
140+
}

0 commit comments

Comments
 (0)