Skip to content
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

Appwrk3.20 2245 #162

Open
wants to merge 35 commits into
base: appwrk-master3.20
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e6eedfe
Merge branch 'release/3.0.4' into develop
rohanoid5 Dec 5, 2019
4206bf0
Merge branch 'hotfix/hotfix_branch_3.0.4' into develop
rohanoid5 Dec 5, 2019
8bb2f7c
updating websocket-extensionsto 0.1.4
paresh-accolite Oct 9, 2020
5123b31
updating dependeny
paresh-accolite Oct 9, 2020
febc004
updating the package.json
paresh-accolite Oct 14, 2020
b1dc758
Merge pull request #91 from fusioncharts/support-2077-update-integrat…
SanjayBhan Oct 21, 2020
177e761
Version Changes
sikrigagan Dec 14, 2020
88a5c2b
Merge pull request #97 from fusioncharts/release/3.1.0
SanjayBhan Dec 14, 2020
291822a
new MIT license file created
kodandarama-accolite Dec 31, 2020
888e5da
updated license text
kodandarama-accolite Dec 31, 2020
a9906a4
Update LICENSE.md
kodandarama-accolite Jan 6, 2021
b01b26e
Merge pull request #102 from fusioncharts/fc-accolite-317-B
SanjayBhan Feb 2, 2021
8062fd0
updating the repo dist files
Jun 9, 2021
8958247
updated README.md
Jun 9, 2021
a931c60
updated README.md
Jun 9, 2021
586de8a
Merge pull request #119 from fusioncharts/fusioncharts-support-2105
SanjayBhan Jun 9, 2021
7077d76
updated the configuration details in package.json
Sureshsangra19 May 18, 2022
ae3da5d
updated fc version 3.19
Sureshsangra19 May 18, 2022
46d8113
config update
Sureshsangra19 May 20, 2022
499ffc2
config changes
Sureshsangra19 May 20, 2022
f5c7a52
updating config for angular 13
Sureshsangra19 May 23, 2022
4b65077
remove protector
Sureshsangra19 May 23, 2022
4bd63ee
package config
Sureshsangra19 May 24, 2022
cef72a3
updated version 4.0.0
Sureshsangra19 May 31, 2022
55147b4
fusionChart version update to 3.18
Sureshsangra19 May 31, 2022
16bd209
Merge pull request #145 from fusioncharts/red-9163-angular-fc-3.19
Sureshsangra19 Jun 1, 2022
eb419af
readme.md change
sanjay-bhan Jun 7, 2022
4b1f809
updated lock files
Jun 8, 2022
2a6f262
Merge pull request #150 from vaibhavvinayak-accolite/develop
SanjayBhan Jun 9, 2022
b3e4e3c
change
sanjay-bhan Jun 10, 2022
1596f8f
fix for ticket 2245 upgrading project to angular version 15
anthony-appwrk Dec 23, 2022
7f86dfc
commit to generate stable package version
anthony-appwrk Dec 27, 2022
e200f98
fixing angular package issue
anthony-appwrk Jan 19, 2023
3313e0e
added index.min.js
kaps001 Jan 19, 2023
d3b13b8
Corrected Peer Dependencies for the package
kaps001 Jan 19, 2023
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
987 changes: 595 additions & 392 deletions dist/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dist/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/events/events.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ import { FusionChartsComponent } from './src/fusioncharts.component';
import { FusionChartsDirective } from './src/fusioncharts.directive';
import { FusionChartsPipe } from './src/fusioncharts.pipe';
import { FusionChartsStatic } from './src/fusioncharts.service';
import * as i0 from "@angular/core";
import * as i1 from "./src/fusioncharts.component";
import * as i2 from "./src/fusioncharts.directive";
import * as i3 from "./src/fusioncharts.pipe";
export { FusionChartsComponent, FusionChartsDirective, FusionChartsPipe, FusionChartsStatic };
export declare class FusionChartsModule {
static forRoot(fcCore?: any, ...fcModules: any[]): ModuleWithProviders;
static forRoot(fcCore?: any, ...fcModules: any[]): ModuleWithProviders<FusionChartsModule>;
static fcRoot(fcCore?: any, ...fcModules: any[]): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FusionChartsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FusionChartsModule, [typeof i1.FusionChartsComponent, typeof i2.FusionChartsDirective, typeof i3.FusionChartsPipe], never, [typeof i1.FusionChartsComponent, typeof i2.FusionChartsDirective, typeof i3.FusionChartsPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<FusionChartsModule>;
}
51 changes: 31 additions & 20 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading