Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 10f91a7

Browse files
committed
up
1 parent 6f56207 commit 10f91a7

File tree

9 files changed

+15
-3
lines changed

9 files changed

+15
-3
lines changed

‎demos/grid/editing-cell-dropdownlist/angular.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"browser": "src/main.ts",
3232
"outputPath": "dist/demo",
3333
"polyfills": ["zone.js"],
34-
"scripts": [],
34+
"scripts": [
35+
"src/assets/formula-parser.min.js"
36+
],
3537
"styles": [
3638
"./node_modules/@smart-webcomponents-angular/button/styles/smart.base.css",
3739
"./node_modules/@smart-webcomponents-angular/button/styles/smart.button.css",

‎demos/grid/editing-cell-dropdownlist/src/assets/formula-parser.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎demos/grid/formula-column/src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { GetData } from '../assets/data';
55
import { GridModule } from '@smart-webcomponents-angular/grid';
66

77
import { ButtonModule } from '@smart-webcomponents-angular/button';
8+
declare const formulaParser: any;
89

910
@Component({
1011
selector: 'app-root',

‎demos/grid/side-panel/angular.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"browser": "src/main.ts",
3232
"outputPath": "dist/demo",
3333
"polyfills": ["zone.js"],
34-
"scripts": [],
34+
"scripts": [
35+
"src/assets/formula-parser.min.js"
36+
],
3537
"styles": [
3638
"./node_modules/@smart-webcomponents-angular/button/styles/smart.base.css",
3739
"./node_modules/@smart-webcomponents-angular/button/styles/smart.button.css",

‎demos/grid/side-panel/src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { GaugeModule, GaugeComponent } from '@smart-webcomponents-angular/gauge'
77
import { ChartModule, ChartComponent } from '@smart-webcomponents-angular/chart';
88

99
import { ButtonModule } from '@smart-webcomponents-angular/button';
10+
declare const formulaParser: any;
1011

1112
@Component({
1213
selector: 'app-root',

‎demos/grid/side-panel/src/assets/formula-parser.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎demos/grid/spreadsheet/angular.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"browser": "src/main.ts",
3232
"outputPath": "dist/demo",
3333
"polyfills": ["zone.js"],
34-
"scripts": [],
34+
"scripts": [
35+
"src/assets/formula-parser.min.js"
36+
],
3537
"styles": [
3638
"./node_modules/@smart-webcomponents-angular/grid/styles/smart.base.css",
3739
"./node_modules/@smart-webcomponents-angular/grid/styles/smart.grid.css",

‎demos/grid/spreadsheet/src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { GridComponent, GridColumn, DataAdapter, Smart } from '@smart-webcompone
33
import { GetData } from '../assets/data';
44

55
import { GridModule } from '@smart-webcomponents-angular/grid';
6+
declare const formulaParser: any;
67

78
@Component({
89
selector: 'app-root',

‎demos/grid/spreadsheet/src/assets/formula-parser.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /