@schneideress/dashboardframework 0.0.75 → 0.0.76
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.
- package/README.md +24 -24
- package/bundles/schneideress-dashboardframework.umd.js +7050 -7020
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/gridster/index.js +19 -18
- package/esm2015/gridster/lib/gridster.component.js +701 -700
- package/esm2015/gridster/lib/gridster.interface.js +85 -84
- package/esm2015/gridster/lib/gridster.module.js +28 -27
- package/esm2015/gridster/lib/gridsterCompact.service.js +224 -223
- package/esm2015/gridster/lib/gridsterConfig.constant.js +180 -179
- package/esm2015/gridster/lib/gridsterConfig.interface.js +220 -219
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +162 -161
- package/esm2015/gridster/lib/gridsterDraggable.service.js +511 -510
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +318 -317
- package/esm2015/gridster/lib/gridsterItem.component.js +214 -213
- package/esm2015/gridster/lib/gridsterItem.interface.js +47 -46
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +49 -48
- package/esm2015/gridster/lib/gridsterPreview.component.js +67 -66
- package/esm2015/gridster/lib/gridsterPush.service.js +468 -467
- package/esm2015/gridster/lib/gridsterPushResize.service.js +359 -358
- package/esm2015/gridster/lib/gridsterRenderer.service.js +278 -277
- package/esm2015/gridster/lib/gridsterResizable.service.js +553 -552
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +20 -19
- package/esm2015/gridster/lib/gridsterScroll.service.js +196 -195
- package/esm2015/gridster/lib/gridsterSwap.service.js +135 -134
- package/esm2015/gridster/lib/gridsterUtils.service.js +138 -137
- package/esm2015/lib/custom.notifier.options.js +47 -46
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +497 -494
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +462 -461
- package/esm2015/lib/ra.base.dashboard.filter.js +76 -75
- package/esm2015/lib/ra.base.dashboard.template.js +72 -71
- package/esm2015/lib/ra.dashbard.event.bus.js +86 -85
- package/esm2015/lib/ra.dashboard.module.js +50 -49
- package/esm2015/lib/ra.dashboard.service.js +145 -144
- package/esm2015/lib/ra.event.enum.js +52 -51
- package/esm2015/lib/ra.gridster.config.js +68 -67
- package/esm2015/public-api.js +17 -16
- package/esm2015/schneideress-dashboardframework.js +15 -14
- package/esm5/gridster/index.js +19 -18
- package/esm5/gridster/lib/gridster.component.js +804 -803
- package/esm5/gridster/lib/gridster.interface.js +95 -94
- package/esm5/gridster/lib/gridster.module.js +32 -31
- package/esm5/gridster/lib/gridsterCompact.service.js +254 -253
- package/esm5/gridster/lib/gridsterConfig.constant.js +180 -179
- package/esm5/gridster/lib/gridsterConfig.interface.js +220 -219
- package/esm5/gridster/lib/gridsterConfigS.interface.js +162 -161
- package/esm5/gridster/lib/gridsterDraggable.service.js +550 -549
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +359 -358
- package/esm5/gridster/lib/gridsterItem.component.js +239 -238
- package/esm5/gridster/lib/gridsterItem.interface.js +47 -46
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +59 -58
- package/esm5/gridster/lib/gridsterPreview.component.js +71 -70
- package/esm5/gridster/lib/gridsterPush.service.js +548 -547
- package/esm5/gridster/lib/gridsterPushResize.service.js +424 -423
- package/esm5/gridster/lib/gridsterRenderer.service.js +324 -323
- package/esm5/gridster/lib/gridsterResizable.service.js +630 -629
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +20 -19
- package/esm5/gridster/lib/gridsterScroll.service.js +196 -195
- package/esm5/gridster/lib/gridsterSwap.service.js +153 -152
- package/esm5/gridster/lib/gridsterUtils.service.js +178 -177
- package/esm5/lib/custom.notifier.options.js +47 -46
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +589 -586
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +575 -574
- package/esm5/lib/ra.base.dashboard.filter.js +82 -81
- package/esm5/lib/ra.base.dashboard.template.js +75 -74
- package/esm5/lib/ra.dashbard.event.bus.js +126 -125
- package/esm5/lib/ra.dashboard.module.js +54 -53
- package/esm5/lib/ra.dashboard.service.js +222 -221
- package/esm5/lib/ra.event.enum.js +52 -51
- package/esm5/lib/ra.gridster.config.js +68 -67
- package/esm5/public-api.js +17 -16
- package/esm5/schneideress-dashboardframework.js +15 -14
- package/fesm2015/schneideress-dashboardframework.js +6136 -6104
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +7033 -7001
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/gridster/index.d.ts +11 -11
- package/gridster/lib/gridster.component.d.ts +67 -67
- package/gridster/lib/gridster.interface.d.ts +46 -46
- package/gridster/lib/gridster.module.d.ts +2 -2
- package/gridster/lib/gridsterCompact.service.d.ts +15 -15
- package/gridster/lib/gridsterConfig.constant.d.ts +2 -2
- package/gridster/lib/gridsterConfig.interface.d.ts +133 -133
- package/gridster/lib/gridsterConfigS.interface.d.ts +93 -93
- package/gridster/lib/gridsterDraggable.service.d.ts +59 -59
- package/gridster/lib/gridsterEmptyCell.service.d.ts +29 -29
- package/gridster/lib/gridsterItem.component.d.ts +32 -32
- package/gridster/lib/gridsterItem.interface.d.ts +21 -21
- package/gridster/lib/gridsterItemComponent.interface.d.ts +25 -25
- package/gridster/lib/gridsterPreview.component.d.ts +10 -10
- package/gridster/lib/gridsterPush.service.d.ts +33 -33
- package/gridster/lib/gridsterPushResize.service.d.ts +26 -26
- package/gridster/lib/gridsterRenderer.service.d.ts +38 -38
- package/gridster/lib/gridsterResizable.service.d.ts +67 -67
- package/gridster/lib/gridsterResizeEventType.interface.d.ts +6 -6
- package/gridster/lib/gridsterScroll.service.d.ts +4 -4
- package/gridster/lib/gridsterSwap.service.d.ts +13 -13
- package/gridster/lib/gridsterUtils.service.d.ts +16 -16
- package/lib/custom.notifier.options.d.ts +2 -2
- package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +64 -64
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +63 -63
- package/lib/ra.base.dashboard.filter.d.ts +10 -10
- package/lib/ra.base.dashboard.template.d.ts +15 -15
- package/lib/ra.dashbard.event.bus.d.ts +20 -20
- package/lib/ra.dashboard.module.d.ts +2 -2
- package/lib/ra.dashboard.service.d.ts +22 -22
- package/lib/ra.event.enum.d.ts +42 -42
- package/lib/ra.gridster.config.d.ts +2 -2
- package/package.json +1 -1
- package/public-api.d.ts +8 -8
- package/schneideress-dashboardframework.d.ts +9 -9
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -1,46 +1,47 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
*
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* Generated from: lib/custom.notifier.options.ts
|
|
4
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
+
*/
|
|
6
|
+
/** @type {?} */
|
|
7
|
+
export const customNotifierOptions = {
|
|
8
|
+
position: {
|
|
9
|
+
horizontal: {
|
|
10
|
+
position: 'right',
|
|
11
|
+
distance: 12
|
|
12
|
+
},
|
|
13
|
+
vertical: {
|
|
14
|
+
position: 'top',
|
|
15
|
+
distance: 12,
|
|
16
|
+
gap: 10
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
theme: 'material',
|
|
20
|
+
behaviour: {
|
|
21
|
+
autoHide: 5000,
|
|
22
|
+
onClick: 'hide',
|
|
23
|
+
onMouseover: 'pauseAutoHide',
|
|
24
|
+
showDismissButton: true,
|
|
25
|
+
stacking: 4
|
|
26
|
+
},
|
|
27
|
+
animations: {
|
|
28
|
+
enabled: true,
|
|
29
|
+
show: {
|
|
30
|
+
preset: 'slide',
|
|
31
|
+
speed: 300,
|
|
32
|
+
easing: 'ease'
|
|
33
|
+
},
|
|
34
|
+
hide: {
|
|
35
|
+
preset: 'fade',
|
|
36
|
+
speed: 300,
|
|
37
|
+
easing: 'ease',
|
|
38
|
+
offset: 50
|
|
39
|
+
},
|
|
40
|
+
shift: {
|
|
41
|
+
speed: 300,
|
|
42
|
+
easing: 'ease'
|
|
43
|
+
},
|
|
44
|
+
overlap: 150
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLm5vdGlmaWVyLm9wdGlvbnMuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2NobmVpZGVyZXNzL2Rhc2hib2FyZGZyYW1ld29yay8iLCJzb3VyY2VzIjpbImxpYi9jdXN0b20ubm90aWZpZXIub3B0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7QUFFQSxNQUFNLE9BQU8scUJBQXFCLEdBQW9CO0lBQ2xELFFBQVEsRUFBRTtRQUNKLFVBQVUsRUFBRTtZQUNSLFFBQVEsRUFBRSxPQUFPO1lBQ2pCLFFBQVEsRUFBRSxFQUFFO1NBQ2Y7UUFDRCxRQUFRLEVBQUU7WUFDTixRQUFRLEVBQUUsS0FBSztZQUNmLFFBQVEsRUFBRSxFQUFFO1lBQ1osR0FBRyxFQUFFLEVBQUU7U0FDVjtLQUNKO0lBQ0gsS0FBSyxFQUFFLFVBQVU7SUFDakIsU0FBUyxFQUFFO1FBQ1QsUUFBUSxFQUFFLElBQUk7UUFDZCxPQUFPLEVBQUUsTUFBTTtRQUNmLFdBQVcsRUFBRSxlQUFlO1FBQzVCLGlCQUFpQixFQUFFLElBQUk7UUFDdkIsUUFBUSxFQUFFLENBQUM7S0FDWjtJQUNELFVBQVUsRUFBRTtRQUNWLE9BQU8sRUFBRSxJQUFJO1FBQ2IsSUFBSSxFQUFFO1lBQ0osTUFBTSxFQUFFLE9BQU87WUFDZixLQUFLLEVBQUUsR0FBRztZQUNWLE1BQU0sRUFBRSxNQUFNO1NBQ2Y7UUFDRCxJQUFJLEVBQUU7WUFDSixNQUFNLEVBQUUsTUFBTTtZQUNkLEtBQUssRUFBRSxHQUFHO1lBQ1YsTUFBTSxFQUFFLE1BQU07WUFDZCxNQUFNLEVBQUUsRUFBRTtTQUNYO1FBQ0QsS0FBSyxFQUFFO1lBQ0wsS0FBSyxFQUFFLEdBQUc7WUFDVixNQUFNLEVBQUUsTUFBTTtTQUNmO1FBQ0QsT0FBTyxFQUFFLEdBQUc7S0FDYjtDQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTm90aWZpZXJPcHRpb25zIH0gZnJvbSBcImFuZ3VsYXItbm90aWZpZXJcIjtcclxuXHJcbmV4cG9ydCBjb25zdCBjdXN0b21Ob3RpZmllck9wdGlvbnM6IE5vdGlmaWVyT3B0aW9ucyA9IHtcclxuICAgIHBvc2l0aW9uOiB7XHJcbiAgICAgICAgICBob3Jpem9udGFsOiB7XHJcbiAgICAgICAgICAgICAgcG9zaXRpb246ICdyaWdodCcsXHJcbiAgICAgICAgICAgICAgZGlzdGFuY2U6IDEyXHJcbiAgICAgICAgICB9LFxyXG4gICAgICAgICAgdmVydGljYWw6IHtcclxuICAgICAgICAgICAgICBwb3NpdGlvbjogJ3RvcCcsXHJcbiAgICAgICAgICAgICAgZGlzdGFuY2U6IDEyLFxyXG4gICAgICAgICAgICAgIGdhcDogMTBcclxuICAgICAgICAgIH1cclxuICAgICAgfSxcclxuICAgIHRoZW1lOiAnbWF0ZXJpYWwnLFxyXG4gICAgYmVoYXZpb3VyOiB7XHJcbiAgICAgIGF1dG9IaWRlOiA1MDAwLFxyXG4gICAgICBvbkNsaWNrOiAnaGlkZScsXHJcbiAgICAgIG9uTW91c2VvdmVyOiAncGF1c2VBdXRvSGlkZScsXHJcbiAgICAgIHNob3dEaXNtaXNzQnV0dG9uOiB0cnVlLFxyXG4gICAgICBzdGFja2luZzogNFxyXG4gICAgfSxcclxuICAgIGFuaW1hdGlvbnM6IHtcclxuICAgICAgZW5hYmxlZDogdHJ1ZSxcclxuICAgICAgc2hvdzoge1xyXG4gICAgICAgIHByZXNldDogJ3NsaWRlJyxcclxuICAgICAgICBzcGVlZDogMzAwLFxyXG4gICAgICAgIGVhc2luZzogJ2Vhc2UnXHJcbiAgICAgIH0sXHJcbiAgICAgIGhpZGU6IHtcclxuICAgICAgICBwcmVzZXQ6ICdmYWRlJyxcclxuICAgICAgICBzcGVlZDogMzAwLFxyXG4gICAgICAgIGVhc2luZzogJ2Vhc2UnLFxyXG4gICAgICAgIG9mZnNldDogNTBcclxuICAgICAgfSxcclxuICAgICAgc2hpZnQ6IHtcclxuICAgICAgICBzcGVlZDogMzAwLFxyXG4gICAgICAgIGVhc2luZzogJ2Vhc2UnXHJcbiAgICAgIH0sXHJcbiAgICAgIG92ZXJsYXA6IDE1MFxyXG4gICAgfVxyXG4gIH07XHJcbiJdfQ==
|