Skip to content

DOCINFRA-2341_merged_using_automation #686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--color-sf-primary: 104, 134, 164;
--color-sf-primary: rgba(13,110,253,1);
}

@import 'node_modules/@syncfusion/ej2-base/styles/bootstrap5.3.css';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ standalone: true,
selector: 'app-root',
template:` <div id='container'>
<div #ele class='element'><p class='drag'>Draggable Element </p></div>
</div> `
</div> `,
styleUrls: ['../index.css']
})

export class AppComponent {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ standalone: true,
template:` <div id='container'>
<div id='droppable'><p class='drop'>Drop target </p></div>
<div id='draggable'><p class='drag'>Draggable Element </p></div>
</div> `
</div> `,
styleUrls: ['../index.css']
})

export class AppComponent {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ standalone: true,
template:` <div id='container'>
<div id='droppable'><p class='drop'>Drop target </p></div>
<div id='draggable'><p class='drag'>Draggable Element </p></div>
</div> `
</div> `,
styleUrls: ['../index.css']
})

export class AppComponent {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ standalone: true,
selector: 'app-root',
template:` <div id='container'>
<div #ele class='element'><p class='drag'>Draggable Element </p></div>
</div> `
</div> `,
styleUrls: ['../index.css']
})

export class AppComponent {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ standalone: true,
selector: 'app-root',
template:` <div id='container'>
<div #droppable class='droppable'><p class='drop'>Drop target </p></div>
</div> `
</div> `,
styleUrls: ['../index.css']
})

export class AppComponent {
Expand Down
8 changes: 4 additions & 4 deletions ej2-angular/code-snippet/common/fluent2-cs2/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1.5mb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "650kb",
"maximumError": "700kb"
}
],
"outputHashing": "all"
Expand Down
2 changes: 1 addition & 1 deletion ej2-angular/code-snippet/common/fluent2-cs2/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--color-sf-primary: 104, 134, 164;
--color-sf-primary: #0f6cbd;
}

@import 'node_modules/@syncfusion/ej2-base/styles/fluent2.css';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,4 @@
margin: 0 auto;
}

#treeparent {
display: block;
max-width: 400px;
max-height: 320px;
margin: auto;
overflow: auto;
border: 1px solid #dddddd;
border-radius: 3px;
}

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-inputs": "*",
"@syncfusion/ej2-buttons": "*",
"@syncfusion/ej2-navigations": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-angular-inputs": "*",
"@angular/animations": "17.1.2",
Expand All @@ -42,4 +43,4 @@
"karma-jasmine-html-reporter": "2.0.0",
"typescript": "5.3.3"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ import { NgModule } from '@angular/core'
import { BrowserModule } from '@angular/platform-browser'
import { FormsModule } from '@angular/forms'
import { TreeViewModule } from '@syncfusion/ej2-angular-navigations'




import { Component, Inject, ViewChild } from '@angular/core';
import { TreeViewComponent, NodeKeyPressEventArgs, NodeClickEventArgs } from '@syncfusion/ej2-angular-navigations';
import { NodeKeyPressEventArgs, NodeClickEventArgs } from '@syncfusion/ej2-navigations';
import { Component, ViewChild } from '@angular/core';
import { TreeViewComponent } from '@syncfusion/ej2-angular-navigations';
/**
* TreeView Checkboxes sample
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@
@import 'node_modules/@syncfusion/ej2-buttons/styles/material.css';
@import 'node_modules/@syncfusion/ej2-angular-base/styles/material.css';
@import 'node_modules/@syncfusion/ej2-angular-navigations/styles/material.css';
@import 'node_modules/@syncfusion/ej2-angular-inputs/styles/material.css';
@import 'node_modules/@syncfusion/ej2-angular-inputs/styles/material.css';

#treeparent {
display: block;
max-width: 400px;
max-height: 320px;
margin: auto;
overflow: auto;
border: 1px solid #dddddd;
border-radius: 3px;
}
14 changes: 0 additions & 14 deletions ej2-angular/code-snippet/tree-view/validation-cs1/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,4 @@
margin: 0 auto;
}

#treeparent {
display: block;
max-width: 400px;
max-height: 320px;
margin: auto;
overflow: auto;
border: 1px solid #dddddd;
border-radius: 3px;
}

#display {
max-width: 500px;
margin: auto;
padding: 10px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"@syncfusion/ej2-angular-navigations": "*",
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-inputs": "*",
"@syncfusion/ej2-buttons": "*",
"@syncfusion/ej2-buttons": "*",
"@syncfusion/ej2-navigations": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-angular-inputs": "*",
"@angular/animations": "17.1.2",
Expand All @@ -42,4 +43,4 @@
"karma-jasmine-html-reporter": "2.0.0",
"typescript": "5.3.3"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import { NgModule } from '@angular/core'
import { BrowserModule } from '@angular/platform-browser'
import { FormsModule } from '@angular/forms'
import { TreeViewModule } from '@syncfusion/ej2-angular-navigations'




import { TreeViewModule, TreeViewComponent } from '@syncfusion/ej2-angular-navigations';
import { Component, ViewChild } from '@angular/core';
import { TreeViewComponent, NodeEditEventArgs } from '@syncfusion/ej2-angular-navigations';
import { NodeEditEventArgs } from '@syncfusion/ej2-navigations';

@Component({
imports: [
Expand Down
18 changes: 17 additions & 1 deletion ej2-angular/code-snippet/tree-view/validation-cs1/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,20 @@
@import 'node_modules/@syncfusion/ej2-buttons/styles/material.css';
@import 'node_modules/@syncfusion/ej2-angular-base/styles/material.css';
@import 'node_modules/@syncfusion/ej2-angular-navigations/styles/material.css';
@import 'node_modules/@syncfusion/ej2-angular-inputs/styles/material.css';
@import 'node_modules/@syncfusion/ej2-angular-inputs/styles/material.css';

#treeparent {
display: block;
max-width: 400px;
max-height: 320px;
margin: auto;
overflow: auto;
border: 1px solid #dddddd;
border-radius: 3px;
}

#display {
max-width: 500px;
margin: auto;
padding: 10px;
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Initializing dashboard using systemjs in Angular Dashboard layout component | Syncfusion
title: Angular Dashboard layout component with SystemJS | Syncfusion
description: Learn here all about Initializing dashboard using systemjs in Syncfusion Angular Dashboard layout component of Syncfusion Essential JS 2 and more.
platform: ej2-angular
control: Initializing dashboard using systemjs
documentation: ug
domainurl: ##DomainURL##
---

# Initializing dashboard using systemjs in Angular Dashboard layout component
# SystemJS Initialization in Angular Dashboard layout component

DashboardLayout can also be initialized using `SystemJS` as follows.

Expand All @@ -22,7 +22,7 @@ DashboardLayout can also be initialized using `SystemJS` as follows.
npm install
```

For more information, refer to [Angular sample setup](https://angular.io/guide/setup).
For more information, refer to [Angular sample setup](https://v17.angular.io/guide/setup-local).

* Install Syncfusion DashboardLayout package using below command.

Expand Down Expand Up @@ -212,11 +212,15 @@ The following example shows a basic DashboardLayout by adding the panels propert
{% include code-snippet/dashboard-layout/getting-started-cs2/src/app.component.ts %}
{% endhighlight %}

{% highlight ts tabtitle="default-style.css" %}
{% include code-snippet/dashboard-layout/getting-started-cs2/src/default-style.css %}
{% endhighlight %}

{% highlight ts tabtitle="main.ts" %}
{% include code-snippet/dashboard-layout/getting-started-cs2/src/main.ts %}
{% endhighlight %}
{% endtabs %}

{% previewsample "page.domainurl/samples/dashboard-layout/getting-started-cs2" %}

> You can refer to our [Angular Dashboard Layout](https://www.syncfusion.com/angular-ui-components/angular-dashboard-layout) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Dashboard Layout example](https://ej2.syncfusion.com/angular/demos/#/material/dashboard-layout/default) to knows how to present and manipulate data.
> You can refer to our [Angular Dashboard Layout](https://www.syncfusion.com/angular-ui-components/angular-dashboard-layout) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Dashboard Layout example](https://ej2.syncfusion.com/angular/demos/#/material/dashboard-layout/default) to knows how to present and manipulate data.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Dragging moving of panels in Angular Dashboard layout component | Syncfusion
title: Dragging panels in Angular Dashboard layout component | Syncfusion
description: Learn here all about Dragging moving of panels in Syncfusion Angular Dashboard layout component of Syncfusion Essential JS 2 and more.
platform: ej2-angular
control: Dragging moving of panels
Expand All @@ -26,6 +26,10 @@ The following sample demonstrates dragging and pushing of panels. For example, w
{% include code-snippet/dashboard-layout/dragging-of-panels-cs1/src/app.component.ts %}
{% endhighlight %}

{% highlight ts tabtitle="default-style.css" %}
{% include code-snippet/dashboard-layout/dragging-of-panels-cs1/src/default-style.css %}
{% endhighlight %}

{% highlight ts tabtitle="main.ts" %}
{% include code-snippet/dashboard-layout/dragging-of-panels-cs1/src/main.ts %}
{% endhighlight %}
Expand All @@ -44,6 +48,10 @@ The following sample demonstrates customizing the dragging handler of the panels
{% include code-snippet/dashboard-layout/customizing-the-dragging-handler-cs1/src/app.component.ts %}
{% endhighlight %}

{% highlight ts tabtitle="default-style.css" %}
{% include code-snippet/dashboard-layout/customizing-the-dragging-handler-cs1/src/default-style.css %}
{% endhighlight %}

{% highlight ts tabtitle="main.ts" %}
{% include code-snippet/dashboard-layout/customizing-the-dragging-handler-cs1/src/main.ts %}
{% endhighlight %}
Expand All @@ -62,11 +70,15 @@ The following sample demonstrates Dashboard Layout with dragging support disable
{% include code-snippet/dashboard-layout/disable-dragging-cs1/src/app.component.ts %}
{% endhighlight %}

{% highlight ts tabtitle="default-style.css" %}
{% include code-snippet/dashboard-layout/disable-dragging-cs1/src/default-style.css %}
{% endhighlight %}

{% highlight ts tabtitle="main.ts" %}
{% include code-snippet/dashboard-layout/disable-dragging-cs1/src/main.ts %}
{% endhighlight %}
{% endtabs %}

{% previewsample "page.domainurl/samples/dashboard-layout/disable-dragging-cs1" %}

> You can refer to our [Angular Dashboard Layout](https://www.syncfusion.com/angular-ui-components/angular-dashboard-layout) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Dashboard Layout example](https://ej2.syncfusion.com/angular/demos/#/material/dashboard-layout/default) to knows how to present and manipulate data.
> You can refer to our [Angular Dashboard Layout](https://www.syncfusion.com/angular-ui-components/angular-dashboard-layout) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Dashboard Layout example](https://ej2.syncfusion.com/angular/demos/#/material/dashboard-layout/default) to knows how to present and manipulate data.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@ The following sample demonstrates moving a panel programmatically to a new posit
{% include code-snippet/dashboard-layout/moving-cs1/src/app.component.ts %}
{% endhighlight %}

{% highlight ts tabtitle="default-style.css" %}
{% include code-snippet/dashboard-layout/moving-cs1/src/default-style.css %}
{% endhighlight %}

{% highlight ts tabtitle="main.ts" %}
{% include code-snippet/dashboard-layout/moving-cs1/src/main.ts %}
{% endhighlight %}
{% endtabs %}

{% previewsample "page.domainurl/samples/dashboard-layout/moving-cs1" %}

> You can refer to our [Angular Dashboard Layout](https://www.syncfusion.com/angular-ui-components/angular-dashboard-layout) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Dashboard Layout example](https://ej2.syncfusion.com/angular/demos/#/material/dashboard-layout/default) to knows how to present and manipulate data.
> You can refer to our [Angular Dashboard Layout](https://www.syncfusion.com/angular-ui-components/angular-dashboard-layout) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Dashboard Layout example](https://ej2.syncfusion.com/angular/demos/#/material/dashboard-layout/default) to knows how to present and manipulate data.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The following sample demonstrates how to enable and disable the resizing of pane
{% include code-snippet/dashboard-layout/resizing-of-panels-cs1/src/app.component.ts %}
{% endhighlight %}

{% highlight ts tabtitle="default-style.css" %}
{% include code-snippet/dashboard-layout/resizing-of-panels-cs1/src/default-style.css %}
{% endhighlight %}

{% highlight ts tabtitle="main.ts" %}
{% include code-snippet/dashboard-layout/resizing-of-panels-cs1/src/main.ts %}
{% endhighlight %}
Expand Down Expand Up @@ -54,11 +58,15 @@ The following sample demonstrates resizing panels programmatically in the Dashbo
{% include code-snippet/dashboard-layout/resize-panel-cs1/src/app.component.ts %}
{% endhighlight %}

{% highlight ts tabtitle="default-style.css" %}
{% include code-snippet/dashboard-layout/resize-panel-cs1/src/default-style.css %}
{% endhighlight %}

{% highlight ts tabtitle="main.ts" %}
{% include code-snippet/dashboard-layout/resize-panel-cs1/src/main.ts %}
{% endhighlight %}
{% endtabs %}

{% previewsample "page.domainurl/samples/dashboard-layout/resize-panel-cs1" %}

> You can refer to our [Angular Dashboard Layout](https://www.syncfusion.com/angular-ui-components/angular-dashboard-layout) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Dashboard Layout example](https://ej2.syncfusion.com/angular/demos/#/material/dashboard-layout/default) to knows how to present and manipulate data.
> You can refer to our [Angular Dashboard Layout](https://www.syncfusion.com/angular-ui-components/angular-dashboard-layout) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Dashboard Layout example](https://ej2.syncfusion.com/angular/demos/#/material/dashboard-layout/default) to knows how to present and manipulate data.
6 changes: 5 additions & 1 deletion ej2-angular/dashboard-layout/responsive-adaptive.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@ The following sample demonstrates the usage of the `mediaQuery` property to turn
{% include code-snippet/dashboard-layout/responsive-adaptive-cs1/src/app.component.ts %}
{% endhighlight %}

{% highlight ts tabtitle="default-style.css" %}
{% include code-snippet/dashboard-layout/responsive-adaptive-cs1/src/default-style.css %}
{% endhighlight %}

{% highlight ts tabtitle="main.ts" %}
{% include code-snippet/dashboard-layout/responsive-adaptive-cs1/src/main.ts %}
{% endhighlight %}
{% endtabs %}

{% previewsample "page.domainurl/samples/dashboard-layout/responsive-adaptive-cs1" %}

> You can refer to our [Angular Dashboard Layout](https://www.syncfusion.com/angular-ui-components/angular-dashboard-layout) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Dashboard Layout example](https://ej2.syncfusion.com/angular/demos/#/material/dashboard-layout/default) to knows how to present and manipulate data.
> You can refer to our [Angular Dashboard Layout](https://www.syncfusion.com/angular-ui-components/angular-dashboard-layout) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Dashboard Layout example](https://ej2.syncfusion.com/angular/demos/#/material/dashboard-layout/default) to knows how to present and manipulate data.
6 changes: 5 additions & 1 deletion ej2-angular/dashboard-layout/save-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ The following sample demonstrates how to save and restore the state of the panel
{% include code-snippet/dashboard-layout/save-restore-cs1/src/app.component.ts %}
{% endhighlight %}

{% highlight ts tabtitle="default-style.css" %}
{% include code-snippet/dashboard-layout/save-restore-cs1/src/default-style.css %}
{% endhighlight %}

{% highlight ts tabtitle="main.ts" %}
{% include code-snippet/dashboard-layout/save-restore-cs1/src/main.ts %}
{% endhighlight %}
{% endtabs %}

{% previewsample "page.domainurl/samples/dashboard-layout/save-restore-cs1" %}

> You can refer to our [Angular Dashboard Layout](https://www.syncfusion.com/angular-ui-components/angular-dashboard-layout) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Dashboard Layout example](https://ej2.syncfusion.com/angular/demos/#/material/dashboard-layout/default) to knows how to present and manipulate data.
> You can refer to our [Angular Dashboard Layout](https://www.syncfusion.com/angular-ui-components/angular-dashboard-layout) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Dashboard Layout example](https://ej2.syncfusion.com/angular/demos/#/material/dashboard-layout/default) to knows how to present and manipulate data.
Loading