@schneideress/dashboardframework 0.0.278 → 13.0.0

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 (134) hide show
  1. package/README.md +8 -8
  2. package/esm2020/lib/custom.notifier.options.mjs +41 -0
  3. package/esm2020/lib/ra-dashboard-area/ra.dashboard.area.mjs +445 -0
  4. package/esm2020/lib/ra-widget-container/lock-tooltip/lock.tooltip.component.mjs +43 -0
  5. package/esm2020/lib/ra-widget-container/ra.widget.container.component.mjs +767 -0
  6. package/esm2020/lib/ra.base.dashboard.filter.mjs +44 -0
  7. package/esm2020/lib/ra.base.dashboard.template.mjs +36 -0
  8. package/esm2020/lib/ra.dashbard.event.bus.mjs +46 -0
  9. package/esm2020/lib/ra.dashboard.module.mjs +64 -0
  10. package/esm2020/lib/ra.dashboard.responsive.service.mjs +136 -0
  11. package/esm2020/lib/ra.dashboard.service.mjs +77 -0
  12. package/esm2020/lib/ra.event.enum.mjs +60 -0
  13. package/esm2020/lib/ra.gridster.config.mjs +56 -0
  14. package/esm2020/public-api.mjs +15 -0
  15. package/esm2020/schneideress-dashboardframework.mjs +5 -0
  16. package/fesm2015/schneideress-dashboardframework.mjs +1800 -0
  17. package/fesm2015/schneideress-dashboardframework.mjs.map +1 -0
  18. package/fesm2020/schneideress-dashboardframework.mjs +1790 -0
  19. package/fesm2020/schneideress-dashboardframework.mjs.map +1 -0
  20. package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +5 -2
  21. package/lib/ra-widget-container/lock-tooltip/lock.tooltip.component.d.ts +3 -0
  22. package/lib/ra-widget-container/ra.widget.container.component.d.ts +6 -4
  23. package/lib/ra.base.dashboard.filter.d.ts +3 -1
  24. package/lib/ra.base.dashboard.template.d.ts +3 -0
  25. package/lib/ra.dashbard.event.bus.d.ts +3 -0
  26. package/lib/ra.dashboard.module.d.ts +15 -0
  27. package/lib/ra.dashboard.responsive.service.d.ts +8 -5
  28. package/lib/ra.dashboard.service.d.ts +4 -2
  29. package/lib/ra.gridster.config.d.ts +1 -1
  30. package/package.json +26 -20
  31. package/schneideress-dashboardframework.d.ts +1 -6
  32. package/bundles/schneideress-dashboardframework.umd.js +0 -5091
  33. package/bundles/schneideress-dashboardframework.umd.js.map +0 -1
  34. package/bundles/schneideress-dashboardframework.umd.min.js +0 -16
  35. package/bundles/schneideress-dashboardframework.umd.min.js.map +0 -1
  36. package/esm2015/gridster/index.js +0 -14
  37. package/esm2015/gridster/lib/gridster.component.js +0 -471
  38. package/esm2015/gridster/lib/gridster.interface.js +0 -3
  39. package/esm2015/gridster/lib/gridster.module.js +0 -25
  40. package/esm2015/gridster/lib/gridsterCompact.service.js +0 -162
  41. package/esm2015/gridster/lib/gridsterConfig.constant.js +0 -104
  42. package/esm2015/gridster/lib/gridsterConfig.interface.js +0 -27
  43. package/esm2015/gridster/lib/gridsterConfigS.interface.js +0 -1
  44. package/esm2015/gridster/lib/gridsterDraggable.service.js +0 -351
  45. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +0 -216
  46. package/esm2015/gridster/lib/gridsterItem.component.js +0 -141
  47. package/esm2015/gridster/lib/gridsterItem.interface.js +0 -1
  48. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +0 -3
  49. package/esm2015/gridster/lib/gridsterPreview.component.js +0 -45
  50. package/esm2015/gridster/lib/gridsterPush.service.js +0 -296
  51. package/esm2015/gridster/lib/gridsterPushResize.service.js +0 -225
  52. package/esm2015/gridster/lib/gridsterRenderer.service.js +0 -208
  53. package/esm2015/gridster/lib/gridsterResizable.service.js +0 -368
  54. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +0 -1
  55. package/esm2015/gridster/lib/gridsterScroll.service.js +0 -119
  56. package/esm2015/gridster/lib/gridsterSwap.service.js +0 -85
  57. package/esm2015/gridster/lib/gridsterUtils.service.js +0 -89
  58. package/esm2015/lib/custom.notifier.options.js +0 -41
  59. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +0 -488
  60. package/esm2015/lib/ra-widget-container/lock-tooltip/lock.tooltip.component.js +0 -48
  61. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +0 -829
  62. package/esm2015/lib/ra.base.dashboard.filter.js +0 -47
  63. package/esm2015/lib/ra.base.dashboard.template.js +0 -32
  64. package/esm2015/lib/ra.dashbard.event.bus.js +0 -46
  65. package/esm2015/lib/ra.dashboard.module.js +0 -44
  66. package/esm2015/lib/ra.dashboard.responsive.service.js +0 -140
  67. package/esm2015/lib/ra.dashboard.service.js +0 -82
  68. package/esm2015/lib/ra.event.enum.js +0 -60
  69. package/esm2015/lib/ra.gridster.config.js +0 -56
  70. package/esm2015/public-api.js +0 -13
  71. package/esm2015/schneideress-dashboardframework.js +0 -11
  72. package/esm5/gridster/index.js +0 -14
  73. package/esm5/gridster/lib/gridster.component.js +0 -474
  74. package/esm5/gridster/lib/gridster.interface.js +0 -7
  75. package/esm5/gridster/lib/gridster.module.js +0 -28
  76. package/esm5/gridster/lib/gridsterCompact.service.js +0 -163
  77. package/esm5/gridster/lib/gridsterConfig.constant.js +0 -104
  78. package/esm5/gridster/lib/gridsterConfig.interface.js +0 -27
  79. package/esm5/gridster/lib/gridsterConfigS.interface.js +0 -1
  80. package/esm5/gridster/lib/gridsterDraggable.service.js +0 -356
  81. package/esm5/gridster/lib/gridsterEmptyCell.service.js +0 -220
  82. package/esm5/gridster/lib/gridsterItem.component.js +0 -142
  83. package/esm5/gridster/lib/gridsterItem.interface.js +0 -1
  84. package/esm5/gridster/lib/gridsterItemComponent.interface.js +0 -7
  85. package/esm5/gridster/lib/gridsterPreview.component.js +0 -46
  86. package/esm5/gridster/lib/gridsterPush.service.js +0 -297
  87. package/esm5/gridster/lib/gridsterPushResize.service.js +0 -226
  88. package/esm5/gridster/lib/gridsterRenderer.service.js +0 -209
  89. package/esm5/gridster/lib/gridsterResizable.service.js +0 -373
  90. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +0 -1
  91. package/esm5/gridster/lib/gridsterScroll.service.js +0 -119
  92. package/esm5/gridster/lib/gridsterSwap.service.js +0 -86
  93. package/esm5/gridster/lib/gridsterUtils.service.js +0 -93
  94. package/esm5/lib/custom.notifier.options.js +0 -41
  95. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +0 -499
  96. package/esm5/lib/ra-widget-container/lock-tooltip/lock.tooltip.component.js +0 -50
  97. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +0 -891
  98. package/esm5/lib/ra.base.dashboard.filter.js +0 -50
  99. package/esm5/lib/ra.base.dashboard.template.js +0 -35
  100. package/esm5/lib/ra.dashbard.event.bus.js +0 -47
  101. package/esm5/lib/ra.dashboard.module.js +0 -47
  102. package/esm5/lib/ra.dashboard.responsive.service.js +0 -151
  103. package/esm5/lib/ra.dashboard.service.js +0 -85
  104. package/esm5/lib/ra.event.enum.js +0 -60
  105. package/esm5/lib/ra.gridster.config.js +0 -56
  106. package/esm5/public-api.js +0 -13
  107. package/esm5/schneideress-dashboardframework.js +0 -11
  108. package/fesm2015/schneideress-dashboardframework.js +0 -4737
  109. package/fesm2015/schneideress-dashboardframework.js.map +0 -1
  110. package/fesm5/schneideress-dashboardframework.js +0 -4871
  111. package/fesm5/schneideress-dashboardframework.js.map +0 -1
  112. package/gridster/index.d.ts +0 -11
  113. package/gridster/lib/gridster.component.d.ts +0 -67
  114. package/gridster/lib/gridster.interface.d.ts +0 -46
  115. package/gridster/lib/gridster.module.d.ts +0 -2
  116. package/gridster/lib/gridsterCompact.service.d.ts +0 -15
  117. package/gridster/lib/gridsterConfig.constant.d.ts +0 -2
  118. package/gridster/lib/gridsterConfig.interface.d.ts +0 -133
  119. package/gridster/lib/gridsterConfigS.interface.d.ts +0 -93
  120. package/gridster/lib/gridsterDraggable.service.d.ts +0 -59
  121. package/gridster/lib/gridsterEmptyCell.service.d.ts +0 -29
  122. package/gridster/lib/gridsterItem.component.d.ts +0 -32
  123. package/gridster/lib/gridsterItem.interface.d.ts +0 -21
  124. package/gridster/lib/gridsterItemComponent.interface.d.ts +0 -25
  125. package/gridster/lib/gridsterPreview.component.d.ts +0 -10
  126. package/gridster/lib/gridsterPush.service.d.ts +0 -33
  127. package/gridster/lib/gridsterPushResize.service.d.ts +0 -26
  128. package/gridster/lib/gridsterRenderer.service.d.ts +0 -38
  129. package/gridster/lib/gridsterResizable.service.d.ts +0 -67
  130. package/gridster/lib/gridsterResizeEventType.interface.d.ts +0 -6
  131. package/gridster/lib/gridsterScroll.service.d.ts +0 -4
  132. package/gridster/lib/gridsterSwap.service.d.ts +0 -13
  133. package/gridster/lib/gridsterUtils.service.d.ts +0 -16
  134. package/schneideress-dashboardframework.metadata.json +0 -1
@@ -0,0 +1,15 @@
1
+ /*
2
+ * Public API Surface of ra-dashboard-framework
3
+ */
4
+ export * from './lib/ra.dashboard.service';
5
+ export * from './lib/ra-dashboard-area/ra.dashboard.area';
6
+ export * from './lib/ra-widget-container/ra.widget.container.component';
7
+ export * from './lib/ra.dashboard.module';
8
+ export * from './lib/ra.dashbard.event.bus';
9
+ export * from './lib/ra.event.enum';
10
+ export * from './lib/ra.base.dashboard.template';
11
+ export * from './lib/ra.base.dashboard.filter';
12
+ export * from './lib/ra.dashboard.responsive.service';
13
+ // export * from './gridster/lib/gridster.component';
14
+ // export * from './gridster/lib/gridsterPreview.component';
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2Rhc2hib2FyZC1mcmFtZXdvcmsvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsMkNBQTJDLENBQUM7QUFDMUQsY0FBYyx5REFBeUQsQ0FBQztBQUN4RSxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxxREFBcUQ7QUFDckQsNERBQTREIiwic291cmNlc0NvbnRlbnQiOlsiLypcclxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIHJhLWRhc2hib2FyZC1mcmFtZXdvcmtcclxuICovXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9yYS5kYXNoYm9hcmQuc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3JhLWRhc2hib2FyZC1hcmVhL3JhLmRhc2hib2FyZC5hcmVhJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcmEtd2lkZ2V0LWNvbnRhaW5lci9yYS53aWRnZXQuY29udGFpbmVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3JhLmRhc2hib2FyZC5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9yYS5kYXNoYmFyZC5ldmVudC5idXMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9yYS5ldmVudC5lbnVtJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcmEuYmFzZS5kYXNoYm9hcmQudGVtcGxhdGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9yYS5iYXNlLmRhc2hib2FyZC5maWx0ZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9yYS5kYXNoYm9hcmQucmVzcG9uc2l2ZS5zZXJ2aWNlJztcclxuLy8gZXhwb3J0ICogZnJvbSAnLi9ncmlkc3Rlci9saWIvZ3JpZHN0ZXIuY29tcG9uZW50JztcclxuLy8gZXhwb3J0ICogZnJvbSAnLi9ncmlkc3Rlci9saWIvZ3JpZHN0ZXJQcmV2aWV3LmNvbXBvbmVudCc7Il19
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public-api';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NobmVpZGVyZXNzLWRhc2hib2FyZGZyYW1ld29yay5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2Rhc2hib2FyZC1mcmFtZXdvcmsvc3JjL3NjaG5laWRlcmVzcy1kYXNoYm9hcmRmcmFtZXdvcmsudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==