@wavemaker/app-ng-runtime 11.6.0-next.NULL → 11.6.0-rc.157

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 (103) hide show
  1. app-ng-runtime/build-task/bundles/index.umd.js +1 -1
  2. app-ng-runtime/build-task/esm2020/data/form/form-field/form-field.build.mjs +2 -2
  3. app-ng-runtime/build-task/fesm2015/index.mjs +1 -1
  4. app-ng-runtime/build-task/fesm2015/index.mjs.map +1 -1
  5. app-ng-runtime/build-task/fesm2020/index.mjs +1 -1
  6. app-ng-runtime/build-task/fesm2020/index.mjs.map +1 -1
  7. app-ng-runtime/components/base/bundles/index.umd.js +1 -0
  8. app-ng-runtime/components/base/esm2020/widgets/common/partial/partial.directive.mjs +2 -1
  9. app-ng-runtime/components/base/fesm2015/index.mjs +1 -0
  10. app-ng-runtime/components/base/fesm2015/index.mjs.map +1 -1
  11. app-ng-runtime/components/base/fesm2020/index.mjs +1 -0
  12. app-ng-runtime/components/base/fesm2020/index.mjs.map +1 -1
  13. app-ng-runtime/components/chart/bundles/index.umd.js +4 -2
  14. app-ng-runtime/components/chart/esm2020/chart.component.mjs +4 -2
  15. app-ng-runtime/components/chart/esm2020/chart.utils.mjs +2 -2
  16. app-ng-runtime/components/chart/fesm2015/index.mjs +4 -2
  17. app-ng-runtime/components/chart/fesm2015/index.mjs.map +1 -1
  18. app-ng-runtime/components/chart/fesm2020/index.mjs +4 -2
  19. app-ng-runtime/components/chart/fesm2020/index.mjs.map +1 -1
  20. app-ng-runtime/components/data/form/bundles/index.umd.js +41 -27
  21. app-ng-runtime/components/data/form/esm2020/form-field/form-field.directive.mjs +28 -19
  22. app-ng-runtime/components/data/form/esm2020/form.component.mjs +19 -7
  23. app-ng-runtime/components/data/form/fesm2015/index.mjs +45 -27
  24. app-ng-runtime/components/data/form/fesm2015/index.mjs.map +1 -1
  25. app-ng-runtime/components/data/form/fesm2020/index.mjs +45 -24
  26. app-ng-runtime/components/data/form/fesm2020/index.mjs.map +1 -1
  27. app-ng-runtime/components/data/form/form-field/form-field.directive.d.ts +2 -0
  28. app-ng-runtime/components/data/table/bundles/index.umd.js +7 -2
  29. app-ng-runtime/components/data/table/esm2020/table.component.mjs +8 -3
  30. app-ng-runtime/components/data/table/fesm2015/index.mjs +7 -2
  31. app-ng-runtime/components/data/table/fesm2015/index.mjs.map +1 -1
  32. app-ng-runtime/components/data/table/fesm2020/index.mjs +7 -2
  33. app-ng-runtime/components/data/table/fesm2020/index.mjs.map +1 -1
  34. app-ng-runtime/components/data/table/table.component.d.ts +2 -1
  35. app-ng-runtime/components/input/calendar/bundles/index.umd.js +6 -0
  36. app-ng-runtime/components/input/calendar/esm2020/calendar.component.mjs +7 -1
  37. app-ng-runtime/components/input/calendar/fesm2015/index.mjs +6 -0
  38. app-ng-runtime/components/input/calendar/fesm2015/index.mjs.map +1 -1
  39. app-ng-runtime/components/input/calendar/fesm2020/index.mjs +6 -0
  40. app-ng-runtime/components/input/calendar/fesm2020/index.mjs.map +1 -1
  41. app-ng-runtime/components/input/default/bundles/index.umd.js +55 -30
  42. app-ng-runtime/components/input/default/esm2020/caption-position.directive.mjs +2 -2
  43. app-ng-runtime/components/input/default/esm2020/select/select.component.mjs +58 -35
  44. app-ng-runtime/components/input/default/fesm2015/index.mjs +56 -31
  45. app-ng-runtime/components/input/default/fesm2015/index.mjs.map +1 -1
  46. app-ng-runtime/components/input/default/fesm2020/index.mjs +53 -31
  47. app-ng-runtime/components/input/default/fesm2020/index.mjs.map +1 -1
  48. app-ng-runtime/components/input/default/select/select.component.d.ts +4 -1
  49. app-ng-runtime/components/input/epoch/base-date-time.component.d.ts +2 -2
  50. app-ng-runtime/components/input/epoch/bundles/index.umd.js +50 -25
  51. app-ng-runtime/components/input/epoch/esm2020/base-date-time.component.mjs +36 -14
  52. app-ng-runtime/components/input/epoch/esm2020/date/date.component.mjs +5 -5
  53. app-ng-runtime/components/input/epoch/esm2020/date-time/date-time.component.mjs +6 -5
  54. app-ng-runtime/components/input/epoch/esm2020/time/time.component.mjs +7 -5
  55. app-ng-runtime/components/input/epoch/fesm2015/index.mjs +50 -25
  56. app-ng-runtime/components/input/epoch/fesm2015/index.mjs.map +1 -1
  57. app-ng-runtime/components/input/epoch/fesm2020/index.mjs +50 -25
  58. app-ng-runtime/components/input/epoch/fesm2020/index.mjs.map +1 -1
  59. app-ng-runtime/components/navigation/menu/bundles/index.umd.js +15 -5
  60. app-ng-runtime/components/navigation/menu/esm2020/menu.component.mjs +12 -4
  61. app-ng-runtime/components/navigation/menu/esm2020/menu.props.mjs +2 -1
  62. app-ng-runtime/components/navigation/menu/esm2020/nav/nav.component.mjs +3 -3
  63. app-ng-runtime/components/navigation/menu/esm2020/nav/nav.props.mjs +2 -1
  64. app-ng-runtime/components/navigation/menu/fesm2015/index.mjs +15 -5
  65. app-ng-runtime/components/navigation/menu/fesm2015/index.mjs.map +1 -1
  66. app-ng-runtime/components/navigation/menu/fesm2020/index.mjs +15 -5
  67. app-ng-runtime/components/navigation/menu/fesm2020/index.mjs.map +1 -1
  68. app-ng-runtime/components/navigation/menu/menu.component.d.ts +3 -0
  69. app-ng-runtime/components/navigation/menu/nav/nav.component.d.ts +1 -0
  70. app-ng-runtime/components/navigation/popover/bundles/index.umd.js +10 -9
  71. app-ng-runtime/components/navigation/popover/esm2020/popover.component.mjs +11 -10
  72. app-ng-runtime/components/navigation/popover/fesm2015/index.mjs +10 -9
  73. app-ng-runtime/components/navigation/popover/fesm2015/index.mjs.map +1 -1
  74. app-ng-runtime/components/navigation/popover/fesm2020/index.mjs +10 -9
  75. app-ng-runtime/components/navigation/popover/fesm2020/index.mjs.map +1 -1
  76. app-ng-runtime/components/prefab/bundles/index.umd.js +1 -0
  77. app-ng-runtime/components/prefab/esm2020/prefab-container/prefab-container.directive.mjs +2 -1
  78. app-ng-runtime/components/prefab/fesm2015/index.mjs +1 -0
  79. app-ng-runtime/components/prefab/fesm2015/index.mjs.map +1 -1
  80. app-ng-runtime/components/prefab/fesm2020/index.mjs +1 -0
  81. app-ng-runtime/components/prefab/fesm2020/index.mjs.map +1 -1
  82. app-ng-runtime/core/bundles/index.umd.js +2 -1
  83. app-ng-runtime/core/esm2020/utils/utils.mjs +3 -2
  84. app-ng-runtime/core/fesm2015/index.mjs +2 -1
  85. app-ng-runtime/core/fesm2015/index.mjs.map +1 -1
  86. app-ng-runtime/core/fesm2020/index.mjs +2 -1
  87. app-ng-runtime/core/fesm2020/index.mjs.map +1 -1
  88. app-ng-runtime/package.json +1 -1
  89. app-ng-runtime/runtime/base/bundles/index.umd.js +5 -0
  90. app-ng-runtime/runtime/base/esm2020/components/base-page.component.mjs +6 -2
  91. app-ng-runtime/runtime/base/fesm2015/index.mjs +6 -1
  92. app-ng-runtime/runtime/base/fesm2015/index.mjs.map +1 -1
  93. app-ng-runtime/runtime/base/fesm2020/index.mjs +5 -1
  94. app-ng-runtime/runtime/base/fesm2020/index.mjs.map +1 -1
  95. app-ng-runtime/scripts/@wavemaker/nvd3/build/nv.d3.min.js +1 -1
  96. app-ng-runtime/scripts/datatable/datatable.js +3 -3
  97. app-ng-runtime/variables/bundles/index.umd.js +13 -7
  98. app-ng-runtime/variables/esm2020/util/variable/variables.utils.mjs +14 -8
  99. app-ng-runtime/variables/fesm2015/index.mjs +13 -7
  100. app-ng-runtime/variables/fesm2015/index.mjs.map +1 -1
  101. app-ng-runtime/variables/fesm2020/index.mjs +13 -7
  102. app-ng-runtime/variables/fesm2020/index.mjs.map +1 -1
  103. app-ng-runtime/variables/util/variable/variables.utils.d.ts +1 -1
@@ -5,7 +5,7 @@ import { ActivatedRoute, Router, RouterOutlet, NavigationStart, NavigationEnd, N
5
5
  import * as i1$2 from '@angular/common';
6
6
  import { AsyncPipe, SlicePipe, PercentPipe, I18nPluralPipe, NgLocalization, I18nSelectPipe, KeyValuePipe, UpperCasePipe, LowerCasePipe, JsonPipe, DecimalPipe, TitleCasePipe, CurrencyPipe, DatePipe, DOCUMENT, ɵgetDOM, CommonModule } from '@angular/common';
7
7
  import * as i1 from '@wm/core';
8
- import { $appDigest, isDefined, triggerFn, fetchContent, stringStartsWith, loadStyleSheets, loadScripts, noop as noop$1, App, AbstractI18nService, ScriptLoaderService, Viewport, UtilsService, $invokeWatchers, registerFnByExpr, LRUCache, muteWatchers, AbstractNavigationService, isMobileApp, isIos, isAndroid, unMuteWatchers, $watch, isIE, getWmProjectProperties, CustomPipeManager, getSessionStorageItem, AbstractDialogService, StatePersistence, AbstractSpinnerService, AbstractToasterService, ConstantService, FieldTypeService, FieldWidgetService, DynamicComponentRefProvider, EventNotifier, isString, setCSS, _WM_APP_PROJECT, isMobile, setSessionStorageItem, replace, setPipeProvider, setNgZone, setAppRef, addClass, removeClass, hasCordova, extendProto, $parseExpr, AppDefaults, isObject, isIphone, isIpod, isIpad, CoreModule } from '@wm/core';
8
+ import { $appDigest, isDefined, triggerFn, fetchContent, stringStartsWith, loadStyleSheets, loadScripts, noop as noop$1, App, AbstractI18nService, ScriptLoaderService, Viewport, UtilsService, $invokeWatchers, registerFnByExpr, LRUCache, muteWatchers, AbstractNavigationService, getWmProjectProperties, isMobileApp, isIos, isAndroid, unMuteWatchers, $watch, isIE, CustomPipeManager, getSessionStorageItem, AbstractDialogService, StatePersistence, AbstractSpinnerService, AbstractToasterService, ConstantService, FieldTypeService, FieldWidgetService, DynamicComponentRefProvider, EventNotifier, isString, setCSS, _WM_APP_PROJECT, isMobile, setSessionStorageItem, replace, setPipeProvider, setNgZone, setAppRef, addClass, removeClass, hasCordova, extendProto, $parseExpr, AppDefaults, isObject, isIphone, isIpod, isIpad, CoreModule } from '@wm/core';
9
9
  import * as i2 from '@wm/security';
10
10
  import { SecurityModule } from '@wm/security';
11
11
  import * as i4 from '@wm/variables';
@@ -1212,6 +1212,10 @@ class BasePageComponent extends FragmentMonitor {
1212
1212
  this.onReady();
1213
1213
  this.appManager.notify('pageReady', { 'name': this.pageName, instance: this });
1214
1214
  (this.App.onPageReady || noop$1)(this.pageName, this);
1215
+ const homePage = getWmProjectProperties()?.homePage;
1216
+ if (window.top.name !== window.name && homePage === this.pageName) {
1217
+ window.top.postMessage({ key: 'onHomepageLoad' }, "*");
1218
+ }
1215
1219
  }
1216
1220
  loadScripts() {
1217
1221
  return new Promise((resolve) => {