Skip to content

Commit c159d48

Browse files
author
pipeline
committed
v29.1.33 is released
1 parent 5621195 commit c159d48

File tree

1,226 files changed

+13824
-5746
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,226 files changed

+13824
-5746
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": "28.1.33",
8+
"releaseVersion": "29.1.33",
99
"platform": "angular",
1010
"customNames": [
1111
"listview",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ej2-angular-samples",
3-
"version": "28.1.33",
3+
"version": "29.1.33",
44
"private": true,
55
"dependencies": {
66
"@angular/animations": "17.1.2",

sampleOrder.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,7 @@
799799
"Samples": {
800800
"default": "Default Functionalities",
801801
"custom-views": "Custom Views",
802+
"streaming": "Streaming Response",
802803
"template": "Template",
803804
"dialog": "Dialog"
804805
}
@@ -807,6 +808,7 @@
807808
"ControlName": "Chat UI",
808809
"Samples": {
809810
"default": "Default Functionalities",
811+
"loadOn-demand": "Load On-demand",
810812
"template": "Template",
811813
"api": "API",
812814
"chat-integration": "Use Case"
@@ -827,7 +829,7 @@
827829
"read-only": "Read-Only",
828830
"document-list": "Document List",
829831
"multi-format-viewer": "Multi-Format Viewer",
830-
"organize-pdf": "Organize Pages",
832+
"organize-pages": "Organize Pages",
831833
"redaction": "Redaction",
832834
"custom-toolbar": "Custom Toolbar",
833835
"custom-context-menu":"Context Menu",
@@ -844,27 +846,37 @@
844846
"pivot-table": {
845847
"ControlName": "Pivot Table",
846848
"Samples": {
849+
"overview": "Overview",
847850
"default": "Default Functionalities",
851+
"classic-layout": "Classic Layout",
852+
"live-data": "Live Data",
848853
"local": "Local Data",
849854
"remote": "Remote Data",
855+
"server-side-aggregation": "Server-Side Aggregation",
850856
"olap": "OLAP",
857+
"performance": "Performance",
851858
"pivot-chart": "Pivot Chart",
852859
"external-binding": "External Binding",
860+
"heatmap": "HeatMap",
853861
"field-list": "Field List",
854862
"grouping-bar": "Grouping Bar",
855863
"conditional-formatting": "Conditional Formatting",
856864
"selection": "Selection",
865+
"drill-down": "Drill Down",
857866
"summary-customization": "Show/Hide Totals",
858867
"grouping": "Grouping",
859868
"toolbar": "Toolbar",
869+
"keyboard-navigation": "Keyboard Navigation",
860870
"calculated-field": "Calculated Field",
861871
"aggregation": "Aggregation",
862872
"sorting": "Default Sorting",
873+
"custom-sorting": "Custom Sorting",
863874
"value-sorting": "Value Sorting",
864875
"filtering": "Default Filtering",
865876
"label-filtering": "Label Filtering",
866877
"value-filtering": "Value Filtering",
867878
"virtual-scrolling": "Virtual Scrolling",
879+
"paging": "Paging",
868880
"cell-template": "Cell Template",
869881
"drill-through": "Drill Through",
870882
"editing": "Editing",
@@ -1104,6 +1116,14 @@
11041116
"modal": "Modal"
11051117
}
11061118
},
1119+
"speech-to-text": {
1120+
"ControlName": "Speech To Text",
1121+
"Samples": {
1122+
"default": "Default Functionalities",
1123+
"use-case": "Use Case",
1124+
"integration": "AI AssistView"
1125+
}
1126+
},
11071127
"stepper": {
11081128
"ControlName" : "Stepper",
11091129
"Samples": {
@@ -1131,7 +1151,7 @@
11311151
"default": "Default Functionalities",
11321152
"formula": "Formula",
11331153
"protect-sheet": "Protect Sheet",
1134-
"freeze-panes": "Freeze Panes",
1154+
"freeze-pane": "Freeze Panes",
11351155
"data-validation": "Data Validation",
11361156
"hyperlink": "Hyperlink",
11371157
"cell-data-binding": "Cell Data Binding",
@@ -1143,7 +1163,7 @@
11431163
"chart": "Chart",
11441164
"image": "Image",
11451165
"cell-template": "Cell Template",
1146-
"note": "Note",
1166+
"notes": "Note",
11471167
"print": "Print"
11481168
}
11491169
},

src/app/ai-assistview/ai-assistview.module.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { RouterModule } from '@angular/router';
44
import { BrowserModule } from '@angular/platform-browser';
55
import { AIAssistDefaultComponent } from './default.component';
66
import { AIAssistCustomViewsComponent } from './custom-views.component';
7+
import { AIAssistStreamComponent } from './streaming.component';
78
import { AIAssistDialogComponent } from './dialog.component';
89
import { AIAssistTemplateComponent } from './template.component';
910

@@ -20,6 +21,12 @@ export const aiassistviewAppRoutes: Object[] = [
2021
{displayName: 'custom-views.component.css', path: './src/ai-assistview/custom-views.component.css'},
2122
{displayName: 'promptResponseData.ts', path: './src/ai-assistview/promptResponseData.ts'}
2223
] },
24+
{ path: ':theme/ai-assistview/streaming', component: AIAssistStreamComponent, name: 'Streaming Response', description: 'Showcases the AiAssistView component with its streaming support.', category: 'AI AssistView', order: '01', type: 'new', sourceFiles: [
25+
{displayName: 'streaming.component.ts', path: './src/ai-assistview/streaming.component.ts'},
26+
{displayName: 'streaming.html', path: './src/ai-assistview/streaming.html'},
27+
{displayName: 'streaming.component.css', path: './src/ai-assistview/streaming.component.css'},
28+
{displayName: 'promptResponseData.ts', path: './src/ai-assistview/promptResponseData.ts'}
29+
] },
2330
{ path: ':theme/ai-assistview/template', component: AIAssistTemplateComponent, name: 'Template', description: 'Showcases the template properties of the AiAssistView component.', category: 'AI AssistView', order: '01', sourceFiles: [
2431
{displayName: 'template.component.ts', path: './src/ai-assistview/template.component.ts'},
2532
{displayName: 'template.html', path: './src/ai-assistview/template.html'},

src/app/ai-assistview/custom-views-stackb.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
-616 KB
Binary file not shown.
-1020 KB
Binary file not shown.
-1.05 MB
Binary file not shown.

0 commit comments

Comments
 (0)