@wavemaker/app-ng-runtime 12.0.0-next.45190 → 12.0.0-next.45196

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 (106) hide show
  1. app-ng-runtime/build-task/bundles/index.umd.js +7 -7
  2. app-ng-runtime/build-task/esm2022/containers/accordion/accordion-pane/accordion-pane.build.mjs +2 -2
  3. app-ng-runtime/build-task/esm2022/containers/accordion/accordion.build.mjs +3 -3
  4. app-ng-runtime/build-task/esm2022/containers/wizard/wizard.build.mjs +2 -2
  5. app-ng-runtime/build-task/esm2022/data/form/form-field/form-field.build.mjs +3 -3
  6. app-ng-runtime/build-task/esm2022/input/chips/chips.build.mjs +2 -2
  7. app-ng-runtime/build-task/esm2022/input/file-upload/file-upload.build.mjs +2 -2
  8. app-ng-runtime/build-task/fesm2022/index.mjs +7 -7
  9. app-ng-runtime/build-task/fesm2022/index.mjs.map +1 -1
  10. app-ng-runtime/components/advanced/custom/bundles/index.umd.js +6 -1
  11. app-ng-runtime/components/advanced/custom/custom-widget-container/custom-widget-container.directive.d.ts +1 -0
  12. app-ng-runtime/components/advanced/custom/esm2022/custom-widget-container/custom-widget-container.directive.mjs +7 -2
  13. app-ng-runtime/components/advanced/custom/fesm2022/index.mjs +6 -1
  14. app-ng-runtime/components/advanced/custom/fesm2022/index.mjs.map +1 -1
  15. app-ng-runtime/components/base/bundles/index.umd.js +0 -5
  16. app-ng-runtime/components/base/esm2022/widgets/common/base/base.component.mjs +1 -6
  17. app-ng-runtime/components/base/fesm2022/index.mjs +0 -5
  18. app-ng-runtime/components/base/fesm2022/index.mjs.map +1 -1
  19. app-ng-runtime/components/basic/default/audio/audio.component.d.ts +2 -0
  20. app-ng-runtime/components/basic/default/bundles/index.umd.js +18 -7
  21. app-ng-runtime/components/basic/default/esm2022/audio/audio.component.mjs +13 -5
  22. app-ng-runtime/components/basic/default/esm2022/video/video.component.mjs +7 -4
  23. app-ng-runtime/components/basic/default/fesm2022/index.mjs +18 -7
  24. app-ng-runtime/components/basic/default/fesm2022/index.mjs.map +1 -1
  25. app-ng-runtime/components/basic/default/video/video.component.d.ts +1 -0
  26. app-ng-runtime/components/basic/progress/bundles/index.umd.js +7 -3
  27. app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +8 -4
  28. app-ng-runtime/components/basic/progress/fesm2022/index.mjs +7 -3
  29. app-ng-runtime/components/basic/progress/fesm2022/index.mjs.map +1 -1
  30. app-ng-runtime/components/basic/progress/progress-bar/progress-bar.component.d.ts +1 -0
  31. app-ng-runtime/components/basic/search/bundles/index.umd.js +7 -2
  32. app-ng-runtime/components/basic/search/esm2022/search.component.mjs +8 -3
  33. app-ng-runtime/components/basic/search/fesm2022/index.mjs +7 -2
  34. app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +1 -1
  35. app-ng-runtime/components/basic/search/search.component.d.ts +3 -2
  36. app-ng-runtime/components/chart/bundles/index.umd.js +2 -1
  37. app-ng-runtime/components/chart/esm2022/chart.utils.mjs +3 -2
  38. app-ng-runtime/components/chart/fesm2022/index.mjs +2 -1
  39. app-ng-runtime/components/chart/fesm2022/index.mjs.map +1 -1
  40. app-ng-runtime/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +1 -0
  41. app-ng-runtime/components/containers/accordion/bundles/index.umd.js +15 -9
  42. app-ng-runtime/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +13 -10
  43. app-ng-runtime/components/containers/accordion/esm2022/accordion.directive.mjs +4 -1
  44. app-ng-runtime/components/containers/accordion/fesm2022/index.mjs +15 -9
  45. app-ng-runtime/components/containers/accordion/fesm2022/index.mjs.map +1 -1
  46. app-ng-runtime/components/containers/wizard/bundles/index.umd.js +6 -6
  47. app-ng-runtime/components/containers/wizard/esm2022/wizard.component.mjs +7 -7
  48. app-ng-runtime/components/containers/wizard/fesm2022/index.mjs +6 -6
  49. app-ng-runtime/components/containers/wizard/fesm2022/index.mjs.map +1 -1
  50. app-ng-runtime/components/data/list/bundles/index.umd.js +20 -12
  51. app-ng-runtime/components/data/list/esm2022/list-item.directive.mjs +10 -1
  52. app-ng-runtime/components/data/list/esm2022/list.component.mjs +13 -13
  53. app-ng-runtime/components/data/list/fesm2022/index.mjs +21 -13
  54. app-ng-runtime/components/data/list/fesm2022/index.mjs.map +1 -1
  55. app-ng-runtime/components/input/chips/bundles/index.umd.js +24 -7
  56. app-ng-runtime/components/input/chips/esm2022/chips.component.mjs +25 -8
  57. app-ng-runtime/components/input/chips/fesm2022/index.mjs +24 -7
  58. app-ng-runtime/components/input/chips/fesm2022/index.mjs.map +1 -1
  59. app-ng-runtime/components/input/default/bundles/index.umd.js +21 -5
  60. app-ng-runtime/components/input/default/esm2022/base-form.component.mjs +3 -3
  61. app-ng-runtime/components/input/default/esm2022/text/locale/number-locale.mjs +20 -4
  62. app-ng-runtime/components/input/default/fesm2022/index.mjs +21 -5
  63. app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -1
  64. app-ng-runtime/components/input/epoch/base-date-time.component.d.ts +3 -1
  65. app-ng-runtime/components/input/epoch/bundles/index.umd.js +22 -14
  66. app-ng-runtime/components/input/epoch/esm2022/base-date-time.component.mjs +13 -6
  67. app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +4 -4
  68. app-ng-runtime/components/input/epoch/esm2022/date/date.props.mjs +2 -1
  69. app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +4 -4
  70. app-ng-runtime/components/input/epoch/fesm2022/index.mjs +19 -11
  71. app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -1
  72. app-ng-runtime/components/input/file-upload/bundles/index.umd.js +80 -64
  73. app-ng-runtime/components/input/file-upload/esm2022/file-upload.component.mjs +80 -65
  74. app-ng-runtime/components/input/file-upload/esm2022/file-upload.props.mjs +3 -2
  75. app-ng-runtime/components/input/file-upload/fesm2022/index.mjs +81 -65
  76. app-ng-runtime/components/input/file-upload/fesm2022/index.mjs.map +1 -1
  77. app-ng-runtime/components/input/file-upload/file-upload.component.d.ts +7 -2
  78. app-ng-runtime/components/input/rating/bundles/index.umd.js +2 -2
  79. app-ng-runtime/components/input/rating/esm2022/rating.component.mjs +3 -3
  80. app-ng-runtime/components/input/rating/fesm2022/index.mjs +2 -2
  81. app-ng-runtime/components/input/rating/fesm2022/index.mjs.map +1 -1
  82. app-ng-runtime/components/navigation/breadcrumb/bundles/index.umd.js +6 -6
  83. app-ng-runtime/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +7 -7
  84. app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs +6 -6
  85. app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
  86. app-ng-runtime/components/page/left-panel/bundles/index.umd.js +10 -3
  87. app-ng-runtime/components/page/left-panel/esm2022/left-panel.directive.mjs +11 -4
  88. app-ng-runtime/components/page/left-panel/fesm2022/index.mjs +10 -3
  89. app-ng-runtime/components/page/left-panel/fesm2022/index.mjs.map +1 -1
  90. app-ng-runtime/components/page/left-panel/left-panel.directive.d.ts +2 -2
  91. app-ng-runtime/components/page/right-panel/bundles/index.umd.js +2 -2
  92. app-ng-runtime/components/page/right-panel/esm2022/right-panel.directive.mjs +3 -3
  93. app-ng-runtime/components/page/right-panel/fesm2022/index.mjs +2 -2
  94. app-ng-runtime/components/page/right-panel/fesm2022/index.mjs.map +1 -1
  95. app-ng-runtime/components/page/right-panel/right-panel.directive.d.ts +1 -1
  96. app-ng-runtime/package.json +1 -1
  97. app-ng-runtime/runtime/base/bundles/index.umd.js +4 -0
  98. app-ng-runtime/runtime/base/esm2022/components/base-custom-widget.component.mjs +5 -1
  99. app-ng-runtime/runtime/base/fesm2022/index.mjs +4 -0
  100. app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -1
  101. app-ng-runtime/scripts/datatable/datatable.js +9 -5
  102. app-ng-runtime/variables/bundles/index.umd.js +34 -16
  103. app-ng-runtime/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +35 -17
  104. app-ng-runtime/variables/fesm2022/index.mjs +34 -16
  105. app-ng-runtime/variables/fesm2022/index.mjs.map +1 -1
  106. app-ng-runtime/variables/manager/variable/web-socket-variable.manager.d.ts +0 -4
@@ -1160,11 +1160,6 @@ class BaseComponent {
1160
1160
  }
1161
1161
  else if (key === 'class') {
1162
1162
  switchClass(this.nativeElement, nv, ov);
1163
- let result = nv.match(/(\W|^)(h([0-6]))(?=\s|$)/);
1164
- if (result) {
1165
- setAttr(this.nativeElement, 'role', 'heading');
1166
- setAttr(this.nativeElement, 'aria-level', result[3]);
1167
- }
1168
1163
  }
1169
1164
  else if (key === 'name' || key === 'tabindex') {
1170
1165
  setAttr(this.nativeElement, key, nv);