@schneideress/dashboardframework 0.0.73 → 0.0.74

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 (113) hide show
  1. package/README.md +24 -24
  2. package/bundles/schneideress-dashboardframework.umd.js +7015 -7020
  3. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  4. package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
  5. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  6. package/esm2015/gridster/index.js +18 -18
  7. package/esm2015/gridster/lib/gridster.component.js +700 -700
  8. package/esm2015/gridster/lib/gridster.interface.js +84 -84
  9. package/esm2015/gridster/lib/gridster.module.js +27 -27
  10. package/esm2015/gridster/lib/gridsterCompact.service.js +223 -223
  11. package/esm2015/gridster/lib/gridsterConfig.constant.js +179 -179
  12. package/esm2015/gridster/lib/gridsterConfig.interface.js +219 -219
  13. package/esm2015/gridster/lib/gridsterConfigS.interface.js +161 -161
  14. package/esm2015/gridster/lib/gridsterDraggable.service.js +510 -510
  15. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +317 -317
  16. package/esm2015/gridster/lib/gridsterItem.component.js +213 -213
  17. package/esm2015/gridster/lib/gridsterItem.interface.js +46 -46
  18. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +48 -48
  19. package/esm2015/gridster/lib/gridsterPreview.component.js +66 -66
  20. package/esm2015/gridster/lib/gridsterPush.service.js +467 -467
  21. package/esm2015/gridster/lib/gridsterPushResize.service.js +358 -358
  22. package/esm2015/gridster/lib/gridsterRenderer.service.js +277 -277
  23. package/esm2015/gridster/lib/gridsterResizable.service.js +552 -552
  24. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +19 -19
  25. package/esm2015/gridster/lib/gridsterScroll.service.js +195 -195
  26. package/esm2015/gridster/lib/gridsterSwap.service.js +134 -134
  27. package/esm2015/gridster/lib/gridsterUtils.service.js +137 -137
  28. package/esm2015/lib/custom.notifier.options.js +46 -46
  29. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +494 -494
  30. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +456 -461
  31. package/esm2015/lib/ra.base.dashboard.filter.js +75 -75
  32. package/esm2015/lib/ra.base.dashboard.template.js +71 -71
  33. package/esm2015/lib/ra.dashbard.event.bus.js +85 -85
  34. package/esm2015/lib/ra.dashboard.module.js +49 -49
  35. package/esm2015/lib/ra.dashboard.service.js +144 -144
  36. package/esm2015/lib/ra.event.enum.js +51 -51
  37. package/esm2015/lib/ra.gridster.config.js +67 -67
  38. package/esm2015/public-api.js +16 -16
  39. package/esm2015/schneideress-dashboardframework.js +13 -13
  40. package/esm5/gridster/index.js +18 -18
  41. package/esm5/gridster/lib/gridster.component.js +803 -803
  42. package/esm5/gridster/lib/gridster.interface.js +94 -94
  43. package/esm5/gridster/lib/gridster.module.js +31 -31
  44. package/esm5/gridster/lib/gridsterCompact.service.js +253 -253
  45. package/esm5/gridster/lib/gridsterConfig.constant.js +179 -179
  46. package/esm5/gridster/lib/gridsterConfig.interface.js +219 -219
  47. package/esm5/gridster/lib/gridsterConfigS.interface.js +161 -161
  48. package/esm5/gridster/lib/gridsterDraggable.service.js +549 -549
  49. package/esm5/gridster/lib/gridsterEmptyCell.service.js +358 -358
  50. package/esm5/gridster/lib/gridsterItem.component.js +238 -238
  51. package/esm5/gridster/lib/gridsterItem.interface.js +46 -46
  52. package/esm5/gridster/lib/gridsterItemComponent.interface.js +58 -58
  53. package/esm5/gridster/lib/gridsterPreview.component.js +70 -70
  54. package/esm5/gridster/lib/gridsterPush.service.js +547 -547
  55. package/esm5/gridster/lib/gridsterPushResize.service.js +423 -423
  56. package/esm5/gridster/lib/gridsterRenderer.service.js +323 -323
  57. package/esm5/gridster/lib/gridsterResizable.service.js +629 -629
  58. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +19 -19
  59. package/esm5/gridster/lib/gridsterScroll.service.js +195 -195
  60. package/esm5/gridster/lib/gridsterSwap.service.js +152 -152
  61. package/esm5/gridster/lib/gridsterUtils.service.js +177 -177
  62. package/esm5/lib/custom.notifier.options.js +46 -46
  63. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +586 -586
  64. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +569 -574
  65. package/esm5/lib/ra.base.dashboard.filter.js +81 -81
  66. package/esm5/lib/ra.base.dashboard.template.js +74 -74
  67. package/esm5/lib/ra.dashbard.event.bus.js +125 -125
  68. package/esm5/lib/ra.dashboard.module.js +53 -53
  69. package/esm5/lib/ra.dashboard.service.js +221 -221
  70. package/esm5/lib/ra.event.enum.js +51 -51
  71. package/esm5/lib/ra.gridster.config.js +67 -67
  72. package/esm5/public-api.js +16 -16
  73. package/esm5/schneideress-dashboardframework.js +13 -13
  74. package/fesm2015/schneideress-dashboardframework.js +6099 -6104
  75. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  76. package/fesm5/schneideress-dashboardframework.js +6996 -7001
  77. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  78. package/gridster/index.d.ts +11 -11
  79. package/gridster/lib/gridster.component.d.ts +67 -67
  80. package/gridster/lib/gridster.interface.d.ts +46 -46
  81. package/gridster/lib/gridster.module.d.ts +2 -2
  82. package/gridster/lib/gridsterCompact.service.d.ts +15 -15
  83. package/gridster/lib/gridsterConfig.constant.d.ts +2 -2
  84. package/gridster/lib/gridsterConfig.interface.d.ts +133 -133
  85. package/gridster/lib/gridsterConfigS.interface.d.ts +93 -93
  86. package/gridster/lib/gridsterDraggable.service.d.ts +59 -59
  87. package/gridster/lib/gridsterEmptyCell.service.d.ts +29 -29
  88. package/gridster/lib/gridsterItem.component.d.ts +32 -32
  89. package/gridster/lib/gridsterItem.interface.d.ts +21 -21
  90. package/gridster/lib/gridsterItemComponent.interface.d.ts +25 -25
  91. package/gridster/lib/gridsterPreview.component.d.ts +10 -10
  92. package/gridster/lib/gridsterPush.service.d.ts +33 -33
  93. package/gridster/lib/gridsterPushResize.service.d.ts +26 -26
  94. package/gridster/lib/gridsterRenderer.service.d.ts +38 -38
  95. package/gridster/lib/gridsterResizable.service.d.ts +67 -67
  96. package/gridster/lib/gridsterResizeEventType.interface.d.ts +6 -6
  97. package/gridster/lib/gridsterScroll.service.d.ts +4 -4
  98. package/gridster/lib/gridsterSwap.service.d.ts +13 -13
  99. package/gridster/lib/gridsterUtils.service.d.ts +16 -16
  100. package/lib/custom.notifier.options.d.ts +2 -2
  101. package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +64 -64
  102. package/lib/ra-widget-container/ra.widget.container.component.d.ts +63 -63
  103. package/lib/ra.base.dashboard.filter.d.ts +10 -10
  104. package/lib/ra.base.dashboard.template.d.ts +15 -15
  105. package/lib/ra.dashbard.event.bus.d.ts +20 -20
  106. package/lib/ra.dashboard.module.d.ts +2 -2
  107. package/lib/ra.dashboard.service.d.ts +22 -22
  108. package/lib/ra.event.enum.d.ts +42 -42
  109. package/lib/ra.gridster.config.d.ts +2 -2
  110. package/package.json +1 -1
  111. package/public-api.d.ts +8 -8
  112. package/schneideress-dashboardframework.d.ts +9 -9
  113. package/schneideress-dashboardframework.metadata.json +1 -1
@@ -1,46 +1,46 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
- */
5
- /** @type {?} */
6
- export const customNotifierOptions = {
7
- position: {
8
- horizontal: {
9
- position: 'right',
10
- distance: 12
11
- },
12
- vertical: {
13
- position: 'top',
14
- distance: 12,
15
- gap: 10
16
- }
17
- },
18
- theme: 'material',
19
- behaviour: {
20
- autoHide: 5000,
21
- onClick: 'hide',
22
- onMouseover: 'pauseAutoHide',
23
- showDismissButton: true,
24
- stacking: 4
25
- },
26
- animations: {
27
- enabled: true,
28
- show: {
29
- preset: 'slide',
30
- speed: 300,
31
- easing: 'ease'
32
- },
33
- hide: {
34
- preset: 'fade',
35
- speed: 300,
36
- easing: 'ease',
37
- offset: 50
38
- },
39
- shift: {
40
- speed: 300,
41
- easing: 'ease'
42
- },
43
- overlap: 150
44
- }
45
- };
46
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLm5vdGlmaWVyLm9wdGlvbnMuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2NobmVpZGVyZXNzL2Rhc2hib2FyZGZyYW1ld29yay8iLCJzb3VyY2VzIjpbImxpYi9jdXN0b20ubm90aWZpZXIub3B0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUVBLE1BQU0sT0FBTyxxQkFBcUIsR0FBb0I7SUFDbEQsUUFBUSxFQUFFO1FBQ0osVUFBVSxFQUFFO1lBQ1IsUUFBUSxFQUFFLE9BQU87WUFDakIsUUFBUSxFQUFFLEVBQUU7U0FDZjtRQUNELFFBQVEsRUFBRTtZQUNOLFFBQVEsRUFBRSxLQUFLO1lBQ2YsUUFBUSxFQUFFLEVBQUU7WUFDWixHQUFHLEVBQUUsRUFBRTtTQUNWO0tBQ0o7SUFDSCxLQUFLLEVBQUUsVUFBVTtJQUNqQixTQUFTLEVBQUU7UUFDVCxRQUFRLEVBQUUsSUFBSTtRQUNkLE9BQU8sRUFBRSxNQUFNO1FBQ2YsV0FBVyxFQUFFLGVBQWU7UUFDNUIsaUJBQWlCLEVBQUUsSUFBSTtRQUN2QixRQUFRLEVBQUUsQ0FBQztLQUNaO0lBQ0QsVUFBVSxFQUFFO1FBQ1YsT0FBTyxFQUFFLElBQUk7UUFDYixJQUFJLEVBQUU7WUFDSixNQUFNLEVBQUUsT0FBTztZQUNmLEtBQUssRUFBRSxHQUFHO1lBQ1YsTUFBTSxFQUFFLE1BQU07U0FDZjtRQUNELElBQUksRUFBRTtZQUNKLE1BQU0sRUFBRSxNQUFNO1lBQ2QsS0FBSyxFQUFFLEdBQUc7WUFDVixNQUFNLEVBQUUsTUFBTTtZQUNkLE1BQU0sRUFBRSxFQUFFO1NBQ1g7UUFDRCxLQUFLLEVBQUU7WUFDTCxLQUFLLEVBQUUsR0FBRztZQUNWLE1BQU0sRUFBRSxNQUFNO1NBQ2Y7UUFDRCxPQUFPLEVBQUUsR0FBRztLQUNiO0NBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOb3RpZmllck9wdGlvbnMgfSBmcm9tIFwiYW5ndWxhci1ub3RpZmllclwiO1xuXG5leHBvcnQgY29uc3QgY3VzdG9tTm90aWZpZXJPcHRpb25zOiBOb3RpZmllck9wdGlvbnMgPSB7XG4gICAgcG9zaXRpb246IHtcbiAgICAgICAgICBob3Jpem9udGFsOiB7XG4gICAgICAgICAgICAgIHBvc2l0aW9uOiAncmlnaHQnLFxuICAgICAgICAgICAgICBkaXN0YW5jZTogMTJcbiAgICAgICAgICB9LFxuICAgICAgICAgIHZlcnRpY2FsOiB7XG4gICAgICAgICAgICAgIHBvc2l0aW9uOiAndG9wJyxcbiAgICAgICAgICAgICAgZGlzdGFuY2U6IDEyLFxuICAgICAgICAgICAgICBnYXA6IDEwXG4gICAgICAgICAgfVxuICAgICAgfSxcbiAgICB0aGVtZTogJ21hdGVyaWFsJyxcbiAgICBiZWhhdmlvdXI6IHtcbiAgICAgIGF1dG9IaWRlOiA1MDAwLFxuICAgICAgb25DbGljazogJ2hpZGUnLFxuICAgICAgb25Nb3VzZW92ZXI6ICdwYXVzZUF1dG9IaWRlJyxcbiAgICAgIHNob3dEaXNtaXNzQnV0dG9uOiB0cnVlLFxuICAgICAgc3RhY2tpbmc6IDRcbiAgICB9LFxuICAgIGFuaW1hdGlvbnM6IHtcbiAgICAgIGVuYWJsZWQ6IHRydWUsXG4gICAgICBzaG93OiB7XG4gICAgICAgIHByZXNldDogJ3NsaWRlJyxcbiAgICAgICAgc3BlZWQ6IDMwMCxcbiAgICAgICAgZWFzaW5nOiAnZWFzZSdcbiAgICAgIH0sXG4gICAgICBoaWRlOiB7XG4gICAgICAgIHByZXNldDogJ2ZhZGUnLFxuICAgICAgICBzcGVlZDogMzAwLFxuICAgICAgICBlYXNpbmc6ICdlYXNlJyxcbiAgICAgICAgb2Zmc2V0OiA1MFxuICAgICAgfSxcbiAgICAgIHNoaWZ0OiB7XG4gICAgICAgIHNwZWVkOiAzMDAsXG4gICAgICAgIGVhc2luZzogJ2Vhc2UnXG4gICAgICB9LFxuICAgICAgb3ZlcmxhcDogMTUwXG4gICAgfVxuICB9O1xuIl19
1
+ /**
2
+ * @fileoverview added by tsickle
3
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
+ */
5
+ /** @type {?} */
6
+ export const customNotifierOptions = {
7
+ position: {
8
+ horizontal: {
9
+ position: 'right',
10
+ distance: 12
11
+ },
12
+ vertical: {
13
+ position: 'top',
14
+ distance: 12,
15
+ gap: 10
16
+ }
17
+ },
18
+ theme: 'material',
19
+ behaviour: {
20
+ autoHide: 5000,
21
+ onClick: 'hide',
22
+ onMouseover: 'pauseAutoHide',
23
+ showDismissButton: true,
24
+ stacking: 4
25
+ },
26
+ animations: {
27
+ enabled: true,
28
+ show: {
29
+ preset: 'slide',
30
+ speed: 300,
31
+ easing: 'ease'
32
+ },
33
+ hide: {
34
+ preset: 'fade',
35
+ speed: 300,
36
+ easing: 'ease',
37
+ offset: 50
38
+ },
39
+ shift: {
40
+ speed: 300,
41
+ easing: 'ease'
42
+ },
43
+ overlap: 150
44
+ }
45
+ };
46
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLm5vdGlmaWVyLm9wdGlvbnMuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2NobmVpZGVyZXNzL2Rhc2hib2FyZGZyYW1ld29yay8iLCJzb3VyY2VzIjpbImxpYi9jdXN0b20ubm90aWZpZXIub3B0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUVBLE1BQU0sT0FBTyxxQkFBcUIsR0FBb0I7SUFDbEQsUUFBUSxFQUFFO1FBQ0osVUFBVSxFQUFFO1lBQ1IsUUFBUSxFQUFFLE9BQU87WUFDakIsUUFBUSxFQUFFLEVBQUU7U0FDZjtRQUNELFFBQVEsRUFBRTtZQUNOLFFBQVEsRUFBRSxLQUFLO1lBQ2YsUUFBUSxFQUFFLEVBQUU7WUFDWixHQUFHLEVBQUUsRUFBRTtTQUNWO0tBQ0o7SUFDSCxLQUFLLEVBQUUsVUFBVTtJQUNqQixTQUFTLEVBQUU7UUFDVCxRQUFRLEVBQUUsSUFBSTtRQUNkLE9BQU8sRUFBRSxNQUFNO1FBQ2YsV0FBVyxFQUFFLGVBQWU7UUFDNUIsaUJBQWlCLEVBQUUsSUFBSTtRQUN2QixRQUFRLEVBQUUsQ0FBQztLQUNaO0lBQ0QsVUFBVSxFQUFFO1FBQ1YsT0FBTyxFQUFFLElBQUk7UUFDYixJQUFJLEVBQUU7WUFDSixNQUFNLEVBQUUsT0FBTztZQUNmLEtBQUssRUFBRSxHQUFHO1lBQ1YsTUFBTSxFQUFFLE1BQU07U0FDZjtRQUNELElBQUksRUFBRTtZQUNKLE1BQU0sRUFBRSxNQUFNO1lBQ2QsS0FBSyxFQUFFLEdBQUc7WUFDVixNQUFNLEVBQUUsTUFBTTtZQUNkLE1BQU0sRUFBRSxFQUFFO1NBQ1g7UUFDRCxLQUFLLEVBQUU7WUFDTCxLQUFLLEVBQUUsR0FBRztZQUNWLE1BQU0sRUFBRSxNQUFNO1NBQ2Y7UUFDRCxPQUFPLEVBQUUsR0FBRztLQUNiO0NBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOb3RpZmllck9wdGlvbnMgfSBmcm9tIFwiYW5ndWxhci1ub3RpZmllclwiO1xyXG5cclxuZXhwb3J0IGNvbnN0IGN1c3RvbU5vdGlmaWVyT3B0aW9uczogTm90aWZpZXJPcHRpb25zID0ge1xyXG4gICAgcG9zaXRpb246IHtcclxuICAgICAgICAgIGhvcml6b250YWw6IHtcclxuICAgICAgICAgICAgICBwb3NpdGlvbjogJ3JpZ2h0JyxcclxuICAgICAgICAgICAgICBkaXN0YW5jZTogMTJcclxuICAgICAgICAgIH0sXHJcbiAgICAgICAgICB2ZXJ0aWNhbDoge1xyXG4gICAgICAgICAgICAgIHBvc2l0aW9uOiAndG9wJyxcclxuICAgICAgICAgICAgICBkaXN0YW5jZTogMTIsXHJcbiAgICAgICAgICAgICAgZ2FwOiAxMFxyXG4gICAgICAgICAgfVxyXG4gICAgICB9LFxyXG4gICAgdGhlbWU6ICdtYXRlcmlhbCcsXHJcbiAgICBiZWhhdmlvdXI6IHtcclxuICAgICAgYXV0b0hpZGU6IDUwMDAsXHJcbiAgICAgIG9uQ2xpY2s6ICdoaWRlJyxcclxuICAgICAgb25Nb3VzZW92ZXI6ICdwYXVzZUF1dG9IaWRlJyxcclxuICAgICAgc2hvd0Rpc21pc3NCdXR0b246IHRydWUsXHJcbiAgICAgIHN0YWNraW5nOiA0XHJcbiAgICB9LFxyXG4gICAgYW5pbWF0aW9uczoge1xyXG4gICAgICBlbmFibGVkOiB0cnVlLFxyXG4gICAgICBzaG93OiB7XHJcbiAgICAgICAgcHJlc2V0OiAnc2xpZGUnLFxyXG4gICAgICAgIHNwZWVkOiAzMDAsXHJcbiAgICAgICAgZWFzaW5nOiAnZWFzZSdcclxuICAgICAgfSxcclxuICAgICAgaGlkZToge1xyXG4gICAgICAgIHByZXNldDogJ2ZhZGUnLFxyXG4gICAgICAgIHNwZWVkOiAzMDAsXHJcbiAgICAgICAgZWFzaW5nOiAnZWFzZScsXHJcbiAgICAgICAgb2Zmc2V0OiA1MFxyXG4gICAgICB9LFxyXG4gICAgICBzaGlmdDoge1xyXG4gICAgICAgIHNwZWVkOiAzMDAsXHJcbiAgICAgICAgZWFzaW5nOiAnZWFzZSdcclxuICAgICAgfSxcclxuICAgICAgb3ZlcmxhcDogMTUwXHJcbiAgICB9XHJcbiAgfTtcclxuIl19