@wavemaker/app-ng-runtime 12.0.0-next.45052 → 12.0.0-next.45057

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. app-ng-runtime/components/containers/tabs/bundles/index.umd.js +14 -6
  2. app-ng-runtime/components/containers/tabs/esm2022/tabs.component.mjs +14 -7
  3. app-ng-runtime/components/containers/tabs/esm2022/tabs.props.mjs +3 -2
  4. app-ng-runtime/components/containers/tabs/fesm2022/index.mjs +14 -6
  5. app-ng-runtime/components/containers/tabs/fesm2022/index.mjs.map +1 -1
  6. app-ng-runtime/components/containers/tabs/tabs.component.d.ts +1 -0
  7. app-ng-runtime/components/input/default/bundles/index.umd.js +77 -50
  8. app-ng-runtime/components/input/default/esm2022/switch/switch.component.mjs +64 -38
  9. app-ng-runtime/components/input/default/esm2022/switch/switch.props.mjs +2 -1
  10. app-ng-runtime/components/input/default/fesm2022/index.mjs +77 -50
  11. app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -1
  12. app-ng-runtime/components/input/default/switch/switch.component.d.ts +2 -0
  13. app-ng-runtime/components/page/left-panel/bundles/index.umd.js +6 -2
  14. app-ng-runtime/components/page/left-panel/esm2022/left-panel.directive.mjs +9 -5
  15. app-ng-runtime/components/page/left-panel/fesm2022/index.mjs +8 -4
  16. app-ng-runtime/components/page/left-panel/fesm2022/index.mjs.map +1 -1
  17. app-ng-runtime/components/page/left-panel/left-panel.directive.d.ts +2 -2
  18. app-ng-runtime/components/page/right-panel/bundles/index.umd.js +6 -2
  19. app-ng-runtime/components/page/right-panel/esm2022/right-panel.directive.mjs +9 -5
  20. app-ng-runtime/components/page/right-panel/fesm2022/index.mjs +8 -4
  21. app-ng-runtime/components/page/right-panel/fesm2022/index.mjs.map +1 -1
  22. app-ng-runtime/components/page/right-panel/right-panel.directive.d.ts +2 -2
  23. app-ng-runtime/core/bundles/index.umd.js +3 -0
  24. app-ng-runtime/core/esm2022/public_api.mjs +2 -2
  25. app-ng-runtime/core/esm2022/utils/utils.mjs +2 -1
  26. app-ng-runtime/core/fesm2022/index.mjs +3 -1
  27. app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
  28. app-ng-runtime/core/public_api.d.ts +1 -1
  29. app-ng-runtime/core/utils/utils.d.ts +1 -0
  30. app-ng-runtime/package.json +1 -1
@@ -4,7 +4,7 @@ export { appendNode, insertBefore, insertAfter, removeNode, removeClass, addClas
4
4
  export * from './enums/enums';
5
5
  export * from './utils/event-notifier';
6
6
  export { ParseExprResult, $parseExpr, $parseEvent, registerFnByExpr, setPipeProvider, getFnByExpr, getFnForBindExpr, getFnForEventExpr } from './utils/expression-parser';
7
- export { EVENT_LIFE, isDefined, isObject, toBoolean, isIE, isAndroid, isAndroidTablet, isIphone, isIpod, isIpad, isIos, isLargeTabletLandscape, isLargeTabletPortrait, isMobile, isMobileApp, getAndroidVersion, isKitkatDevice, encodeUrl, encodeUrlParams, initCaps, spaceSeparate, replaceAt, periodSeparate, prettifyLabel, deHyphenate, prettifyLabels, isInsecureContentRequest, stringStartsWith, getEvaluatedExprValue, isImageFile, isAudioFile, isVideoFile, isValidWebURL, getResourceURL, triggerFn, hasOffsetStr, getFormattedDate, getDateObj, addEventListenerOnElement, getClonedObject, getFiles, generateGUId, validateAccessRoles, getValidJSON, xmlToJson, findValueOf, extractType, isNumberType, isEmptyObject, scrollToElement, isElementInViewport, isPageable, replace, isDateTimeType, getValidDateObject, getNativeDateObject, getBlob, isEqualWithFields, loadStyleSheet, loadStyleSheets, loadScript, loadScripts, _WM_APP_PROJECT, setSessionStorageItem, getSessionStorageItem, noop, convertToBlob, hasCordova, AppConstants, openLink, fetchContent, toPromise, retryIfFails, getAbortableDefer, createCSSRule, getUrlParams, getMomentLocaleObject, getRouteNameFromLink, isAppleProduct, defer, executePromiseChain, isDataSourceEqual, validateDataSourceCtx, processFilterExpBindNode, extendProto, removeExtraSlashes, getDisplayDateTimeFormat, addForIdAttributes, adjustContainerPosition, adjustContainerRightEdges, setTranslation3dPosition, getWebkitTraslationMatrix, closePopover, detectChanges, triggerItemAction, getDatasourceFromExpr, extractCurrentItemExpr, findRootContainer, VALIDATOR, transformFileURI, appendScriptToHead, getAppSetting, setListClass, findParent } from './utils/utils';
7
+ export { EVENT_LIFE, isDefined, isObject, toBoolean, isIE, isAndroid, isAndroidTablet, isIphone, isIpod, isIpad, isIos, isLargeTabletLandscape, isLargeTabletPortrait, isMobile, isMobileApp, getAndroidVersion, isKitkatDevice, encodeUrl, encodeUrlParams, initCaps, spaceSeparate, replaceAt, periodSeparate, prettifyLabel, deHyphenate, prettifyLabels, isInsecureContentRequest, stringStartsWith, getEvaluatedExprValue, isImageFile, isAudioFile, isVideoFile, isValidWebURL, getResourceURL, triggerFn, hasOffsetStr, getFormattedDate, getDateObj, addEventListenerOnElement, getClonedObject, getFiles, generateGUId, validateAccessRoles, getValidJSON, xmlToJson, findValueOf, extractType, isNumberType, isEmptyObject, scrollToElement, isElementInViewport, isPageable, replace, isDateTimeType, getValidDateObject, getNativeDateObject, getBlob, isEqualWithFields, loadStyleSheet, loadStyleSheets, loadScript, loadScripts, _WM_APP_PROJECT, setSessionStorageItem, getSessionStorageItem, noop, convertToBlob, hasCordova, AppConstants, openLink, fetchContent, toPromise, retryIfFails, getAbortableDefer, createCSSRule, getUrlParams, getMomentLocaleObject, getRouteNameFromLink, isAppleProduct, defer, executePromiseChain, isDataSourceEqual, validateDataSourceCtx, processFilterExpBindNode, extendProto, removeExtraSlashes, getDisplayDateTimeFormat, addForIdAttributes, adjustContainerPosition, adjustContainerRightEdges, setTranslation3dPosition, getWebkitTraslationMatrix, closePopover, detectChanges, triggerItemAction, getDatasourceFromExpr, extractCurrentItemExpr, findRootContainer, VALIDATOR, transformFileURI, appendScriptToHead, getAppSetting, setListClass, findParent, APP_NAV } from './utils/utils';
8
8
  export { FIRST_TIME_WATCH, isFirstTimeChange, debounce, muteWatchers, unMuteWatchers, $watch, $unwatch, setNgZone, setAppRef, isChangeFromWatch, resetChangeFromWatch, $invokeWatchers, $appDigest } from './utils/watcher';
9
9
  export * from './utils/id-generator';
10
10
  export * from './types/types';
@@ -1,4 +1,5 @@
1
1
  import { Subject } from 'rxjs';
2
+ export declare const APP_NAV = "app-nav";
2
3
  export declare const enum EVENT_LIFE {
3
4
  ONCE = 0,
4
5
  WINDOW = 1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "12.0.0-next.45052",
3
+ "version": "12.0.0-next.45057",
4
4
  "description": "All modules required for a wavemaker application.",
5
5
  "main": "index.js",
6
6
  "scripts": {