@bryntum/gantt-angular-thin 7.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/README.md +44 -0
  2. package/bryntum-gantt-angular-thin.d.ts +5 -0
  3. package/bundles/bryntum-gantt-angular-thin.umd.js +14832 -0
  4. package/bundles/bryntum-gantt-angular-thin.umd.js.map +1 -0
  5. package/esm2015/bryntum-gantt-angular-thin.js +5 -0
  6. package/esm2015/lib/bryntum-assignment-field.component.js +941 -0
  7. package/esm2015/lib/bryntum-assignment-grid.component.js +2111 -0
  8. package/esm2015/lib/bryntum-calendar-picker.component.js +933 -0
  9. package/esm2015/lib/bryntum-dependency-field.component.js +961 -0
  10. package/esm2015/lib/bryntum-gantt-base.component.js +4219 -0
  11. package/esm2015/lib/bryntum-gantt-project-model.component.js +923 -0
  12. package/esm2015/lib/bryntum-gantt.component.js +4223 -0
  13. package/esm2015/lib/gantt.module.js +54 -0
  14. package/esm2015/lib/wrapper.helper.js +74 -0
  15. package/esm2015/public-api.js +12 -0
  16. package/fesm2015/bryntum-gantt-angular-thin.js +14387 -0
  17. package/fesm2015/bryntum-gantt-angular-thin.js.map +1 -0
  18. package/lib/bryntum-assignment-field.component.d.ts +1225 -0
  19. package/lib/bryntum-assignment-grid.component.d.ts +2292 -0
  20. package/lib/bryntum-calendar-picker.component.d.ts +1200 -0
  21. package/lib/bryntum-dependency-field.component.d.ts +1241 -0
  22. package/lib/bryntum-gantt-base.component.d.ts +4468 -0
  23. package/lib/bryntum-gantt-project-model.component.d.ts +1106 -0
  24. package/lib/bryntum-gantt.component.d.ts +4470 -0
  25. package/lib/gantt.module.d.ts +13 -0
  26. package/lib/wrapper.helper.d.ts +26 -0
  27. package/package.json +33 -0
  28. package/public-api.d.ts +8 -0
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./bryntum-assignment-field.component";
3
+ import * as i2 from "./bryntum-assignment-grid.component";
4
+ import * as i3 from "./bryntum-calendar-picker.component";
5
+ import * as i4 from "./bryntum-dependency-field.component";
6
+ import * as i5 from "./bryntum-gantt.component";
7
+ import * as i6 from "./bryntum-gantt-base.component";
8
+ import * as i7 from "./bryntum-gantt-project-model.component";
9
+ export declare class BryntumGanttModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<BryntumGanttModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BryntumGanttModule, [typeof i1.BryntumAssignmentFieldComponent, typeof i2.BryntumAssignmentGridComponent, typeof i3.BryntumCalendarPickerComponent, typeof i4.BryntumDependencyFieldComponent, typeof i5.BryntumGanttComponent, typeof i6.BryntumGanttBaseComponent, typeof i7.BryntumGanttProjectModelComponent], never, [typeof i1.BryntumAssignmentFieldComponent, typeof i2.BryntumAssignmentGridComponent, typeof i3.BryntumCalendarPickerComponent, typeof i4.BryntumDependencyFieldComponent, typeof i5.BryntumGanttComponent, typeof i6.BryntumGanttBaseComponent, typeof i7.BryntumGanttProjectModelComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<BryntumGanttModule>;
13
+ }
@@ -0,0 +1,26 @@
1
+ export default class WrapperHelper {
2
+ /**
3
+ * Development warning. Showed when environment is set to 'development'.
4
+ */
5
+ static devWarning(clsName: string, msg: string): void;
6
+ /**
7
+ * Development warning for container parameter.
8
+ */
9
+ static devWarningContainer(clsName: string, containerParam: string): void;
10
+ /**
11
+ * Development warning for config parameter.
12
+ */
13
+ static devWarningConfigProp(clsName: string, prop: string): void;
14
+ /**
15
+ * Development warning for config property.
16
+ */
17
+ static devWarningUpdateProp(clsName: string, prop: string): void;
18
+ /**
19
+ * Applies property value to Bryntum config or instance.
20
+ * @param {Object} configOrInstance target object
21
+ * @param {string} prop property name
22
+ * @param {any} value value
23
+ * @param {Boolean} isConfig config setting mode
24
+ */
25
+ static applyPropValue(configOrInstance: object | any, prop: string, value: object | any, isConfig?: boolean): void;
26
+ }
package/package.json ADDED
@@ -0,0 +1,33 @@
1
+ {
2
+ "name": "@bryntum/gantt-angular-thin",
3
+ "version": "7.1.1",
4
+ "description": "Angular IVY wrappers for Bryntum Gantt JavaScript component",
5
+ "keywords": [
6
+ "bryntum",
7
+ "gantt",
8
+ "angular",
9
+ "wrapper"
10
+ ],
11
+ "author": {
12
+ "name": "Bryntum",
13
+ "url": "https://bryntum.com",
14
+ "email": "info@bryntum.com"
15
+ },
16
+ "homepage": "https://bryntum.com/",
17
+ "license": "Commercial",
18
+ "bugs": "https://github.com/bryntum/support/issues",
19
+ "engines": {
20
+ "node": ">=0.12.0"
21
+ },
22
+ "peerDependencies": {},
23
+ "dependencies": {
24
+ "tslib": "^2.2.0"
25
+ },
26
+ "main": "bundles/bryntum-gantt-angular-thin.umd.js",
27
+ "module": "fesm2015/bryntum-gantt-angular-thin.js",
28
+ "es2015": "fesm2015/bryntum-gantt-angular-thin.js",
29
+ "esm2015": "esm2015/bryntum-gantt-angular-thin.js",
30
+ "fesm2015": "fesm2015/bryntum-gantt-angular-thin.js",
31
+ "typings": "bryntum-gantt-angular-thin.d.ts",
32
+ "sideEffects": false
33
+ }
@@ -0,0 +1,8 @@
1
+ export * from './lib/gantt.module';
2
+ export * from './lib/bryntum-assignment-field.component';
3
+ export * from './lib/bryntum-assignment-grid.component';
4
+ export * from './lib/bryntum-calendar-picker.component';
5
+ export * from './lib/bryntum-dependency-field.component';
6
+ export * from './lib/bryntum-gantt.component';
7
+ export * from './lib/bryntum-gantt-base.component';
8
+ export * from './lib/bryntum-gantt-project-model.component';