@infineon/infineon-design-system-stencil 33.5.1--canary.1867.a435cc98156979ea6fc74d165a793008afc333b5.0 → 34.0.0--canary.1868.cd40a6d3fd1d626bd827183ec464ed539769887e.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 (119) hide show
  1. package/dist/cjs/ifx-indicator.cjs.entry.js +37 -0
  2. package/dist/cjs/ifx-indicator.cjs.entry.js.map +1 -0
  3. package/dist/cjs/ifx-link.cjs.entry.js +1 -1
  4. package/dist/cjs/ifx-modal.cjs.entry.js +2 -2
  5. package/dist/cjs/ifx-navbar-item.cjs.entry.js +5 -5
  6. package/dist/cjs/ifx-navbar-profile.cjs.entry.js +3 -3
  7. package/dist/cjs/ifx-navbar.cjs.entry.js +3 -3
  8. package/dist/cjs/ifx-notification.cjs.entry.js +2 -2
  9. package/dist/cjs/ifx-sidebar-item.cjs.entry.js +5 -5
  10. package/dist/cjs/ifx-sidebar-title.cjs.entry.js +1 -1
  11. package/dist/cjs/ifx-sidebar.cjs.entry.js +5 -5
  12. package/dist/cjs/index-c9480f70.js +4 -4
  13. package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
  14. package/dist/cjs/loader.cjs.js +1 -1
  15. package/dist/collection/collection-manifest.json +1 -1
  16. package/dist/collection/components/{number-indicator/number-indicator.css → indicator/indicator.css} +14 -8
  17. package/dist/collection/components/indicator/indicator.js +125 -0
  18. package/dist/collection/components/indicator/indicator.js.map +1 -0
  19. package/dist/collection/components/indicator/indicator.stories.js +44 -0
  20. package/dist/collection/components/indicator/indicator.stories.js.map +1 -0
  21. package/dist/collection/components/link/link.js +1 -1
  22. package/dist/collection/components/modal/modal.js +2 -2
  23. package/dist/collection/components/navigation/navbar/navbar-item.js +5 -5
  24. package/dist/collection/components/navigation/navbar/navbar-profile.js +3 -3
  25. package/dist/collection/components/navigation/navbar/navbar.js +3 -3
  26. package/dist/collection/components/navigation/sidebar/sidebar-item.js +5 -5
  27. package/dist/collection/components/navigation/sidebar/sidebar-title.js +1 -1
  28. package/dist/collection/components/navigation/sidebar/sidebar.js +5 -5
  29. package/dist/collection/components/notification/notification.js +2 -2
  30. package/dist/components/ifx-chip.js +1 -1
  31. package/dist/components/ifx-download.js +1 -1
  32. package/dist/components/ifx-filter-accordion.js +2 -8
  33. package/dist/components/ifx-filter-accordion.js.map +1 -1
  34. package/dist/components/ifx-icons-preview.js +2 -2
  35. package/dist/components/{ifx-number-indicator.d.ts → ifx-indicator.d.ts} +4 -4
  36. package/dist/components/ifx-indicator.js +57 -0
  37. package/dist/components/ifx-indicator.js.map +1 -0
  38. package/dist/components/ifx-link.js +1 -1
  39. package/dist/components/ifx-list.js +1 -1
  40. package/dist/components/ifx-modal.js +2 -2
  41. package/dist/components/ifx-navbar-item.js +7 -13
  42. package/dist/components/ifx-navbar-item.js.map +1 -1
  43. package/dist/components/ifx-navbar-profile.js +3 -3
  44. package/dist/components/ifx-navbar.js +3 -3
  45. package/dist/components/ifx-notification.js +1 -1
  46. package/dist/components/ifx-overview-table.js +4 -10
  47. package/dist/components/ifx-overview-table.js.map +1 -1
  48. package/dist/components/ifx-sidebar-item.js +7 -13
  49. package/dist/components/ifx-sidebar-item.js.map +1 -1
  50. package/dist/components/ifx-sidebar-title.js +1 -1
  51. package/dist/components/ifx-sidebar.js +5 -5
  52. package/dist/components/ifx-table.js +12 -18
  53. package/dist/components/ifx-table.js.map +1 -1
  54. package/dist/components/ifx-template.js +1 -1
  55. package/dist/components/ifx-templates-ui.js +2 -2
  56. package/dist/components/{p-f8ce0088.js → p-367583db.js} +2 -2
  57. package/dist/components/{p-f8ce0088.js.map → p-367583db.js.map} +1 -1
  58. package/dist/components/{p-23a993bc.js → p-b7fabe3a.js} +3 -9
  59. package/dist/components/p-b7fabe3a.js.map +1 -0
  60. package/dist/components/{p-d64e5297.js → p-c93b457e.js} +2 -2
  61. package/dist/components/{p-d64e5297.js.map → p-c93b457e.js.map} +1 -1
  62. package/dist/components/{p-681bd5b1.js → p-fdd33ff0.js} +4 -4
  63. package/dist/components/{p-681bd5b1.js.map → p-fdd33ff0.js.map} +1 -1
  64. package/dist/esm/ifx-indicator.entry.js +33 -0
  65. package/dist/esm/ifx-indicator.entry.js.map +1 -0
  66. package/dist/esm/ifx-link.entry.js +1 -1
  67. package/dist/esm/ifx-modal.entry.js +2 -2
  68. package/dist/esm/ifx-navbar-item.entry.js +5 -5
  69. package/dist/esm/ifx-navbar-profile.entry.js +3 -3
  70. package/dist/esm/ifx-navbar.entry.js +3 -3
  71. package/dist/esm/ifx-notification.entry.js +2 -2
  72. package/dist/esm/ifx-sidebar-item.entry.js +5 -5
  73. package/dist/esm/ifx-sidebar-title.entry.js +1 -1
  74. package/dist/esm/ifx-sidebar.entry.js +5 -5
  75. package/dist/esm/index-c77e25a0.js +4 -4
  76. package/dist/esm/infineon-design-system-stencil.js +1 -1
  77. package/dist/esm/loader.js +1 -1
  78. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
  79. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
  80. package/dist/infineon-design-system-stencil/{p-7e55680a.entry.js → p-03fa0935.entry.js} +2 -2
  81. package/dist/infineon-design-system-stencil/{p-2fb84e5d.entry.js → p-1fa2e0b9.entry.js} +2 -2
  82. package/dist/infineon-design-system-stencil/{p-723cace7.entry.js → p-3e934879.entry.js} +2 -2
  83. package/dist/infineon-design-system-stencil/p-5ccb387d.entry.js +2 -0
  84. package/dist/infineon-design-system-stencil/p-5ccb387d.entry.js.map +1 -0
  85. package/dist/infineon-design-system-stencil/{p-5a5df7de.entry.js → p-6e425cdf.entry.js} +2 -2
  86. package/dist/infineon-design-system-stencil/{p-8a733ad7.entry.js → p-9da1bc82.entry.js} +2 -2
  87. package/dist/infineon-design-system-stencil/{p-c2cc54c0.entry.js → p-a689375c.entry.js} +2 -2
  88. package/dist/infineon-design-system-stencil/{p-7bbaff92.entry.js → p-ddd69ae4.entry.js} +2 -2
  89. package/dist/infineon-design-system-stencil/{p-007f032b.entry.js → p-e78cb27b.entry.js} +2 -2
  90. package/dist/infineon-design-system-stencil/{p-d5936509.entry.js → p-fcc575f4.entry.js} +2 -2
  91. package/dist/types/components/indicator/indicator.d.ts +12 -0
  92. package/dist/types/components/{number-indicator/number-indicator.stories.d.ts → indicator/indicator.stories.d.ts} +15 -2
  93. package/dist/types/components.d.ts +21 -15
  94. package/package.json +1 -1
  95. package/dist/cjs/ifx-number-indicator.cjs.entry.js +0 -31
  96. package/dist/cjs/ifx-number-indicator.cjs.entry.js.map +0 -1
  97. package/dist/collection/components/number-indicator/number-indicator.js +0 -59
  98. package/dist/collection/components/number-indicator/number-indicator.js.map +0 -1
  99. package/dist/collection/components/number-indicator/number-indicator.stories.js +0 -31
  100. package/dist/collection/components/number-indicator/number-indicator.stories.js.map +0 -1
  101. package/dist/components/ifx-number-indicator.js +0 -8
  102. package/dist/components/ifx-number-indicator.js.map +0 -1
  103. package/dist/components/p-23a993bc.js.map +0 -1
  104. package/dist/components/p-8824ca83.js +0 -45
  105. package/dist/components/p-8824ca83.js.map +0 -1
  106. package/dist/esm/ifx-number-indicator.entry.js +0 -27
  107. package/dist/esm/ifx-number-indicator.entry.js.map +0 -1
  108. package/dist/infineon-design-system-stencil/p-1a29bbb2.entry.js +0 -2
  109. package/dist/infineon-design-system-stencil/p-1a29bbb2.entry.js.map +0 -1
  110. package/dist/types/components/number-indicator/number-indicator.d.ts +0 -7
  111. /package/dist/infineon-design-system-stencil/{p-7e55680a.entry.js.map → p-03fa0935.entry.js.map} +0 -0
  112. /package/dist/infineon-design-system-stencil/{p-2fb84e5d.entry.js.map → p-1fa2e0b9.entry.js.map} +0 -0
  113. /package/dist/infineon-design-system-stencil/{p-723cace7.entry.js.map → p-3e934879.entry.js.map} +0 -0
  114. /package/dist/infineon-design-system-stencil/{p-5a5df7de.entry.js.map → p-6e425cdf.entry.js.map} +0 -0
  115. /package/dist/infineon-design-system-stencil/{p-8a733ad7.entry.js.map → p-9da1bc82.entry.js.map} +0 -0
  116. /package/dist/infineon-design-system-stencil/{p-c2cc54c0.entry.js.map → p-a689375c.entry.js.map} +0 -0
  117. /package/dist/infineon-design-system-stencil/{p-7bbaff92.entry.js.map → p-ddd69ae4.entry.js.map} +0 -0
  118. /package/dist/infineon-design-system-stencil/{p-007f032b.entry.js.map → p-e78cb27b.entry.js.map} +0 -0
  119. /package/dist/infineon-design-system-stencil/{p-d5936509.entry.js.map → p-fcc575f4.entry.js.map} +0 -0
@@ -8,7 +8,7 @@ const appGlobals = require('./app-globals-3a1e7e63.js');
8
8
  const defineCustomElements = async (win, options) => {
9
9
  if (typeof window === 'undefined') return undefined;
10
10
  await appGlobals.globalScripts();
11
- return index.bootstrapLazy(JSON.parse("[[\"ifx-table.cjs\",[[1,\"ifx-table\",{\"cols\":[8],\"rows\":[8],\"buttonRendererOptions\":[16],\"rowHeight\":[1,\"row-height\"],\"tableHeight\":[1,\"table-height\"],\"pagination\":[4],\"paginationPageSize\":[2,\"pagination-page-size\"],\"filterOrientation\":[1,\"filter-orientation\"],\"variant\":[1],\"showLoading\":[4,\"show-loading\"],\"currentPage\":[32],\"rowData\":[32],\"colData\":[32],\"filterOptions\":[32],\"currentFilters\":[32],\"uniqueKey\":[32],\"showSidebarFilters\":[32],\"matchingResultsCount\":[32],\"onBtShowLoading\":[64]},[[0,\"ifxChange\",\"handleChipChange\"]],{\"buttonRendererOptions\":[\"onButtonRendererOptionsChanged\"]}]]],[\"ifx-templates-ui.cjs\",[[1,\"ifx-templates-ui\",null,[[0,\"fieldError\",\"handleError\"],[0,\"toggleTemplates\",\"filterTemplates\"]]]]],[\"ifx-set-filter.cjs\",[[1,\"ifx-set-filter\",{\"filterName\":[1,\"filter-name\"],\"filterLabel\":[1,\"filter-label\"],\"placeholder\":[1],\"type\":[1],\"options\":[1],\"filterValues\":[32]}]]],[\"ifx-file-upload.cjs\",[[1,\"ifx-file-upload\",{\"dragAndDrop\":[4,\"drag-and-drop\"],\"required\":[4],\"disabled\":[4],\"maxFileSizeMB\":[2,\"max-file-size-m-b\"],\"allowedFileTypes\":[1,\"allowed-file-types\"],\"additionalAllowedFileTypes\":[1,\"additional-allowed-file-types\"],\"uploadHandler\":[16],\"maxFiles\":[6146,\"max-files\"],\"label\":[1],\"labelRequiredError\":[1,\"label-required-error\"],\"labelBrowseFiles\":[1,\"label-browse-files\"],\"labelDragAndDrop\":[1,\"label-drag-and-drop\"],\"labelUploadedFilesHeading\":[1,\"label-uploaded-files-heading\"],\"labelFileTooLarge\":[1,\"label-file-too-large\"],\"labelUnsupportedFileType\":[1,\"label-unsupported-file-type\"],\"labelUploaded\":[1,\"label-uploaded\"],\"labelUploadFailed\":[1,\"label-upload-failed\"],\"labelSupportedFormatsTemplate\":[1,\"label-supported-formats-template\"],\"labelFileSingular\":[1,\"label-file-singular\"],\"labelFilePlural\":[1,\"label-file-plural\"],\"labelMaxFilesInfo\":[1,\"label-max-files-info\"],\"labelMaxFilesExceeded\":[1,\"label-max-files-exceeded\"],\"ariaLabelBrowseFiles\":[1,\"aria-label-browse-files\"],\"ariaLabelDropzone\":[1,\"aria-label-dropzone\"],\"ariaLabelFileInput\":[1,\"aria-label-file-input\"],\"ariaLabelRemoveFile\":[1,\"aria-label-remove-file\"],\"ariaLabelCancelUpload\":[1,\"aria-label-cancel-upload\"],\"ariaLabelRetryUpload\":[1,\"aria-label-retry-upload\"],\"ariaLabelUploadingStatus\":[1,\"aria-label-uploading-status\"],\"ariaLabelUploadedStatus\":[1,\"aria-label-uploaded-status\"],\"ariaLabelUploadFailedStatus\":[1,\"aria-label-upload-failed-status\"],\"isDragOver\":[32],\"files\":[32],\"uploadTasks\":[32],\"rejectedSizeFiles\":[32],\"rejectedTypeFiles\":[32],\"requiredError\":[32],\"statusMessage\":[32],\"injectDemoState\":[64],\"triggerDemoValidation\":[64]}]]],[\"ifx-faq.cjs\",[[1,\"ifx-faq\"]]],[\"ifx-icons-preview.cjs\",[[1,\"ifx-icons-preview\",{\"iconsArray\":[32],\"isCopied\":[32],\"copiedIndex\":[32],\"htmlTag\":[32],\"iconName\":[32]}]]],[\"ifx-list-entry.cjs\",[[1,\"ifx-list-entry\",{\"value\":[1028],\"label\":[1],\"type\":[1]},[[0,\"ifxChange\",\"handleFilterEntryChange\"]],{\"value\":[\"valueChanged\"]}]]],[\"ifx-overview-table.cjs\",[[1,\"ifx-overview-table\"]]],[\"ifx-dropdown-trigger-button.cjs\",[[1,\"ifx-dropdown-trigger-button\",{\"isOpen\":[4,\"is-open\"],\"theme\":[1],\"variant\":[1],\"size\":[1],\"disabled\":[4],\"hideArrow\":[4,\"hide-arrow\"]}]]],[\"ifx-filter-accordion.cjs\",[[1,\"ifx-filter-accordion\",{\"maxVisibleItems\":[2,\"max-visible-items\"],\"filterGroupName\":[1,\"filter-group-name\"],\"expanded\":[32],\"count\":[32],\"totalItems\":[32]}]]],[\"ifx-filter-bar.cjs\",[[1,\"ifx-filter-bar\",{\"maxShownFilters\":[2,\"max-shown-filters\"],\"showMoreFiltersButton\":[4,\"show-more-filters-button\"],\"selectedOptions\":[32],\"showAllFilters\":[32],\"visibleSlots\":[32]}]]],[\"ifx-filter-search.cjs\",[[1,\"ifx-filter-search\",{\"filterName\":[1,\"filter-name\"],\"disabled\":[4],\"filterValue\":[1025,\"filter-value\"],\"filterKey\":[1,\"filter-key\"],\"filterOrientation\":[1,\"filter-orientation\"],\"placeholder\":[1],\"showDeleteIcon\":[32]},[[0,\"ifxInput\",\"handleFilterSearchChange\"]],{\"value\":[\"valueChanged\"]}]]],[\"ifx-list.cjs\",[[1,\"ifx-list\",{\"name\":[1],\"maxVisibleItems\":[2,\"max-visible-items\"],\"type\":[1],\"resetTrigger\":[1028,\"reset-trigger\"],\"expanded\":[32],\"showMore\":[32],\"selectedCount\":[32],\"totalItems\":[32],\"internalResetTrigger\":[32]},null,{\"type\":[\"handleTypeChange\"],\"resetTrigger\":[\"resetTriggerChanged\"]}]]],[\"ifx-modal.cjs\",[[1,\"ifx-modal\",{\"opened\":[1540],\"caption\":[1],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"variant\":[1],\"size\":[1],\"alertIcon\":[1,\"alert-icon\"],\"okButtonLabel\":[1,\"ok-button-label\"],\"cancelButtonLabel\":[1,\"cancel-button-label\"],\"showCloseButton\":[4,\"show-close-button\"],\"showModal\":[32],\"slotButtonsPresent\":[32]},null,{\"opened\":[\"openedChanged\"]}]]],[\"ifx-navbar-item.cjs\",[[1,\"ifx-navbar-item\",{\"showLabel\":[4,\"show-label\"],\"icon\":[1],\"href\":[1],\"target\":[1],\"hideOnMobile\":[4,\"hide-on-mobile\"],\"numberIndicator\":[2,\"number-indicator\"],\"dotIndicator\":[4,\"dot-indicator\"],\"internalHref\":[32],\"isMenuItem\":[32],\"hasChildNavItems\":[32],\"isSidebarMenuItem\":[32],\"itemPosition\":[32],\"hideComponent\":[64],\"showComponent\":[64],\"toggleChildren\":[64],\"moveChildComponentsIntoSubLayerMenu\":[64],\"toggleFirstLayerItem\":[64],\"addMenuItemClass\":[64],\"moveChildComponentsBackIntoNavbar\":[64],\"returnToFirstLayer\":[64],\"setMenuItemPosition\":[64],\"setItemSideSpecifications\":[64]},[[5,\"mousedown\",\"handleOutsideClick\"]]]]],[\"ifx-search-bar.cjs\",[[1,\"ifx-search-bar\",{\"isOpen\":[4,\"is-open\"],\"disabled\":[4],\"value\":[1025],\"maxlength\":[2],\"autocomplete\":[1],\"internalState\":[32],\"onNavbarMobile\":[64]},null,{\"isOpen\":[\"handlePropChange\"]}]]],[\"ifx-sidebar-item.cjs\",[[1,\"ifx-sidebar-item\",{\"icon\":[1],\"href\":[1],\"target\":[1],\"numberIndicator\":[2,\"number-indicator\"],\"active\":[4],\"isActionItem\":[4,\"is-action-item\"],\"handleItemClick\":[16],\"showIcon\":[32],\"showIconWrapper\":[32],\"internalHref\":[32],\"isExpandable\":[32],\"isNested\":[32],\"isSubMenuItem\":[32],\"internalActiveState\":[32],\"setActiveClasses\":[64],\"expandMenu\":[64],\"isItemExpandable\":[64]},[[0,\"consoleError\",\"handleConsoleError\"]],{\"active\":[\"handleActiveChange\"]}]]],[\"ifx-breadcrumb-item-label.cjs\",[[1,\"ifx-breadcrumb-item-label\",{\"icon\":[1],\"href\":[1],\"target\":[1]}]]],[\"ifx-checkbox-group.cjs\",[[65,\"ifx-checkbox-group\",{\"alignment\":[1],\"size\":[1],\"showGroupLabel\":[4,\"show-group-label\"],\"groupLabelText\":[1,\"group-label-text\"],\"showCaption\":[4,\"show-caption\"],\"captionText\":[1,\"caption-text\"],\"showCaptionIcon\":[4,\"show-caption-icon\"],\"hasErrors\":[32],\"setGroupError\":[64]},[[0,\"ifxError\",\"handleCheckboxError\"]]]]],[\"ifx-date-picker.cjs\",[[65,\"ifx-date-picker\",{\"size\":[1],\"error\":[4],\"success\":[4],\"disabled\":[4],\"ariaLabel\":[1,\"aria-label\"],\"value\":[1],\"type\":[1],\"max\":[1],\"min\":[1],\"required\":[4],\"label\":[1],\"caption\":[1],\"autocomplete\":[1]}]]],[\"ifx-download.cjs\",[[1,\"ifx-download\",{\"tokens\":[1]}]]],[\"ifx-dropdown-item.cjs\",[[1,\"ifx-dropdown-item\",{\"icon\":[1],\"href\":[1],\"target\":[1],\"hide\":[4],\"size\":[32]},[[16,\"menuSize\",\"handleMenuSize\"]]]]],[\"ifx-navbar.cjs\",[[1,\"ifx-navbar\",{\"applicationName\":[1,\"application-name\"],\"fixed\":[4],\"showLogoAndAppname\":[4,\"show-logo-and-appname\"],\"logoHref\":[1,\"logo-href\"],\"logoHrefTarget\":[1,\"logo-href-target\"],\"main\":[32],\"products\":[32],\"applications\":[32],\"design\":[32],\"support\":[32],\"about\":[32],\"hasLeftMenuItems\":[32],\"searchBarIsOpen\":[32],\"internalLogoHref\":[32],\"internalLogoHrefTarget\":[32]},[[0,\"ifxNavItem\",\"clearFirstLayerMenu\"],[0,\"ifxOpen\",\"handleSearchBarToggle\"]]]]],[\"ifx-radio-button-group.cjs\",[[65,\"ifx-radio-button-group\",{\"alignment\":[1],\"size\":[1],\"showGroupLabel\":[4,\"show-group-label\"],\"groupLabelText\":[1,\"group-label-text\"],\"showCaption\":[4,\"show-caption\"],\"captionText\":[1,\"caption-text\"],\"showCaptionIcon\":[4,\"show-caption-icon\"],\"hasErrors\":[32],\"setGroupError\":[64]},[[0,\"ifxError\",\"handleRadioButtonError\"]]]]],[\"ifx-segment.cjs\",[[1,\"ifx-segment\",{\"icon\":[1],\"segmentIndex\":[2,\"segment-index\"],\"selected\":[1028],\"value\":[1]}]]],[\"ifx-segmented-control.cjs\",[[1,\"ifx-segmented-control\",{\"caption\":[1],\"label\":[1],\"size\":[1]},[[0,\"segmentSelect\",\"onSegmentSelect\"]]]]],[\"ifx-slider.cjs\",[[1,\"ifx-slider\",{\"min\":[2],\"max\":[2],\"step\":[2],\"value\":[2],\"minValueHandle\":[2,\"min-value-handle\"],\"maxValueHandle\":[2,\"max-value-handle\"],\"disabled\":[4],\"showPercentage\":[4,\"show-percentage\"],\"leftIcon\":[1,\"left-icon\"],\"rightIcon\":[1,\"right-icon\"],\"leftText\":[1,\"left-text\"],\"rightText\":[1,\"right-text\"],\"type\":[1],\"internalValue\":[32],\"percentage\":[32],\"internalMinValue\":[32],\"internalMaxValue\":[32]},null,{\"value\":[\"valueChanged\"],\"minValueHandle\":[\"minValueChanged\"],\"maxValueHandle\":[\"maxValueChanged\"]}]]],[\"ifx-step.cjs\",[[1,\"ifx-step\",{\"complete\":[4],\"disabled\":[4],\"error\":[1028],\"lastStep\":[4,\"last-step\"],\"stepId\":[2,\"step-id\"],\"stepperState\":[16],\"active\":[32],\"clickable\":[32]},[[4,\"ifxChange\",\"onStepChange\"]],{\"stepperState\":[\"updateCurrentStep\"],\"active\":[\"updateErrorState\"]}]]],[\"ifx-tabs.cjs\",[[1,\"ifx-tabs\",{\"orientation\":[1],\"activeTabIndex\":[1026,\"active-tab-index\"],\"fullWidth\":[4,\"full-width\"],\"internalOrientation\":[32],\"internalActiveTabIndex\":[32],\"internalFocusedTabIndex\":[32],\"tabRefs\":[32],\"tabHeaderRefs\":[32],\"disabledTabs\":[32],\"tabObjects\":[32]},[[9,\"resize\",\"updateBorderOnWindowResize\"],[0,\"tabHeaderChange\",\"handleTabHeaderChange\"],[0,\"slotchange\",\"onSlotChange\"],[0,\"keydown\",\"handleKeyDown\"]],{\"activeTabIndex\":[\"activeTabIndexChanged\"]}]]],[\"ifx-tag.cjs\",[[1,\"ifx-tag\",{\"icon\":[1]}]]],[\"ifx-tooltip.cjs\",[[1,\"ifx-tooltip\",{\"header\":[1],\"text\":[1],\"position\":[1],\"variant\":[1],\"icon\":[1],\"tooltipVisible\":[32],\"internalPosition\":[32]},null,{\"position\":[\"positionChanged\"]}]]],[\"ifx-badge.cjs\",[[1,\"ifx-badge\"]]],[\"ifx-basic-table.cjs\",[[0,\"ifx-basic-table\",{\"cols\":[1],\"rows\":[1],\"rowHeight\":[1,\"row-height\"],\"tableHeight\":[1,\"table-height\"],\"variant\":[1],\"gridOptions\":[32],\"columnDefs\":[32],\"rowData\":[32],\"uniqueKey\":[32]}]]],[\"ifx-breadcrumb.cjs\",[[1,\"ifx-breadcrumb\"]]],[\"ifx-breadcrumb-item.cjs\",[[1,\"ifx-breadcrumb-item\",{\"isLastItem\":[32],\"uniqueId\":[32],\"hasDropdownMenu\":[32]},[[5,\"mousedown\",\"handleOutsideClick\"],[0,\"keydown\",\"handleKeyDown\"],[0,\"breadcrumbMenuIconWrapper\",\"menuWrapperEventReEmitter\"]]]]],[\"ifx-card.cjs\",[[1,\"ifx-card\",{\"direction\":[1],\"href\":[1],\"target\":[1],\"ariaLabel\":[1,\"aria-label\"],\"noBtns\":[32],\"alignment\":[32],\"noImg\":[32],\"internalHref\":[32]},[[0,\"imgPosition\",\"setImgPosition\"]]]]],[\"ifx-card-headline.cjs\",[[1,\"ifx-card-headline\",{\"direction\":[32],\"hasDesc\":[32]}]]],[\"ifx-card-image.cjs\",[[1,\"ifx-card-image\",{\"src\":[1],\"alt\":[1],\"position\":[1]}]]],[\"ifx-card-links.cjs\",[[1,\"ifx-card-links\"]]],[\"ifx-card-overline.cjs\",[[1,\"ifx-card-overline\"]]],[\"ifx-card-text.cjs\",[[1,\"ifx-card-text\",{\"hasBtn\":[32]}]]],[\"ifx-content-switcher.cjs\",[[1,\"ifx-content-switcher\",{\"items\":[32],\"activeIndex\":[32],\"hoverIndex\":[32],\"focusIndex\":[32],\"dividers\":[32]}]]],[\"ifx-content-switcher-item.cjs\",[[1,\"ifx-content-switcher-item\",{\"selected\":[4],\"value\":[1]}]]],[\"ifx-dropdown.cjs\",[[1,\"ifx-dropdown\",{\"placement\":[1],\"defaultOpen\":[4,\"default-open\"],\"noAppendToBody\":[4,\"no-append-to-body\"],\"disabled\":[4],\"noCloseOnOutsideClick\":[4,\"no-close-on-outside-click\"],\"noCloseOnMenuClick\":[4,\"no-close-on-menu-click\"],\"internalIsOpen\":[32],\"trigger\":[32],\"menu\":[32],\"isOpen\":[64],\"closeDropdown\":[64],\"openDropdown\":[64]},[[0,\"slotchange\",\"watchHandlerSlot\"],[5,\"mousedown\",\"handleOutsideClick\"]],{\"defaultOpen\":[\"watchHandlerIsOpen\"],\"disabled\":[\"watchHandlerDisabled\"]}]]],[\"ifx-dropdown-header.cjs\",[[1,\"ifx-dropdown-header\"]]],[\"ifx-dropdown-menu.cjs\",[[1,\"ifx-dropdown-menu\",{\"isOpen\":[4,\"is-open\"],\"size\":[1],\"hideTopPadding\":[32],\"filteredItems\":[32]},[[0,\"ifxInput\",\"handleMenuFilter\"],[0,\"ifxDropdownItem\",\"handleDropdownItemValueEmission\"]]]]],[\"ifx-dropdown-trigger.cjs\",[[1,\"ifx-dropdown-trigger\",{\"isOpen\":[4,\"is-open\"]}]]],[\"ifx-filter-type-group.cjs\",[[1,\"ifx-filter-type-group\",{\"selectedOptions\":[32]}]]],[\"ifx-footer.cjs\",[[1,\"ifx-footer\",{\"copyrightText\":[1,\"copyright-text\"],\"currentYear\":[32]}]]],[\"ifx-footer-column.cjs\",[[1,\"ifx-footer-column\"]]],[\"ifx-navbar-profile.cjs\",[[1,\"ifx-navbar-profile\",{\"showLabel\":[4,\"show-label\"],\"href\":[1],\"imageUrl\":[1,\"image-url\"],\"target\":[1],\"alt\":[1],\"userName\":[1,\"user-name\"],\"internalHref\":[32],\"isMenuItem\":[32],\"hasChildNavItems\":[32],\"internalImageUrl\":[32],\"hideComponent\":[64],\"showComponent\":[64]},[[5,\"mousedown\",\"handleOutsideClick\"]]]]],[\"ifx-sidebar.cjs\",[[1,\"ifx-sidebar\",{\"applicationName\":[1,\"application-name\"],\"initialCollapse\":[4,\"initial-collapse\"],\"showFooter\":[4,\"show-footer\"],\"showHeader\":[4,\"show-header\"],\"termsOfUse\":[1,\"terms-of-use\"],\"imprint\":[1],\"privacyPolicy\":[1,\"privacy-policy\"],\"target\":[1],\"copyrightText\":[1,\"copyright-text\"],\"currentYear\":[32],\"internalTermsofUse\":[32],\"internalImprint\":[32],\"internalPrivacyPolicy\":[32],\"internalShowFooter\":[32],\"activeItem\":[32]},[[0,\"ifxSidebarMenu\",\"handleSidebarItemInteraction\"],[0,\"ifxSidebarNavigationItem\",\"handleSidebarItemActivated\"]]]]],[\"ifx-sidebar-title.cjs\",[[1,\"ifx-sidebar-title\"]]],[\"ifx-status.cjs\",[[1,\"ifx-status\",{\"label\":[1],\"border\":[4],\"color\":[1]}]]],[\"ifx-stepper.cjs\",[[1,\"ifx-stepper\",{\"activeStep\":[1026,\"active-step\"],\"indicatorPosition\":[1,\"indicator-position\"],\"showStepNumber\":[4,\"show-step-number\"],\"variant\":[1],\"stepsCount\":[32],\"shouldEmitEvent\":[32],\"emittedByClick\":[32]},[[0,\"ifxChange\",\"onStepChange\"]],{\"activeStep\":[\"handleActiveStep\"]}]]],[\"ifx-switch.cjs\",[[65,\"ifx-switch\",{\"checked\":[4],\"name\":[1],\"disabled\":[4],\"value\":[1],\"internalChecked\":[32],\"isChecked\":[64]},null,{\"checked\":[\"valueChanged\"]}]]],[\"ifx-tab.cjs\",[[4,\"ifx-tab\",{\"header\":[1],\"disabled\":[4],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"]}]]],[\"ifx-textarea.cjs\",[[65,\"ifx-textarea\",{\"caption\":[1],\"cols\":[2],\"disabled\":[4],\"error\":[4],\"label\":[1],\"maxlength\":[2],\"name\":[1],\"placeholder\":[1],\"readOnly\":[4,\"read-only\"],\"resize\":[1],\"rows\":[2],\"value\":[1025],\"wrap\":[1],\"fullWidth\":[513,\"full-width\"],\"reset\":[64]}]]],[\"ifx-dropdown-separator.cjs\",[[1,\"ifx-dropdown-separator\"]]],[\"ifx-icon.cjs\",[[0,\"ifx-icon\",{\"icon\":[1025],\"ifxIcon\":[1032,\"ifx-icon\"]}]]],[\"ifx-multiselect.cjs\",[[65,\"ifx-multiselect\",{\"name\":[1],\"options\":[1],\"batchSize\":[2,\"batch-size\"],\"size\":[1],\"disabled\":[4],\"error\":[4],\"errorMessage\":[1,\"error-message\"],\"label\":[1],\"placeholder\":[1],\"maxItemCount\":[2,\"max-item-count\"],\"showSearch\":[4,\"show-search\"],\"showSelectAll\":[4,\"show-select-all\"],\"showClearButton\":[4,\"show-clear-button\"],\"internalError\":[32],\"internalErrorMessage\":[32],\"persistentSelectedOptions\":[32],\"dropdownOpen\":[32],\"dropdownFlipped\":[32],\"isLoading\":[32],\"loadedOptions\":[32],\"filteredOptions\":[32],\"optionCount\":[32],\"optionsProcessed\":[32]},null,{\"options\":[\"updateOptions\"],\"error\":[\"updateInternalError\"],\"errorMessage\":[\"updateInternalErrorMessage\"],\"loadedOptions\":[\"loadedOptionsChanged\"],\"persistentSelectedOptions\":[\"onSelectionChange\"]}]]],[\"ifx-link.cjs\",[[1,\"ifx-link\",{\"href\":[1],\"target\":[1],\"variant\":[1],\"size\":[1],\"disabled\":[4],\"download\":[1],\"ariaLabel\":[1,\"aria-label\"],\"internalHref\":[32],\"internalTarget\":[32],\"internalVariant\":[32]}]]],[\"ifx-notification.cjs\",[[1,\"ifx-notification\",{\"icon\":[1],\"variant\":[1],\"linkText\":[1,\"link-text\"],\"linkHref\":[1,\"link-href\"],\"linkTarget\":[1,\"link-target\"]}]]],[\"ifx-progress-bar.cjs\",[[1,\"ifx-progress-bar\",{\"value\":[2],\"size\":[1],\"showLabel\":[4,\"show-label\"],\"internalValue\":[32]},null,{\"value\":[\"valueChanged\"]}]]],[\"ifx-radio-button.cjs\",[[65,\"ifx-radio-button\",{\"disabled\":[4],\"value\":[1],\"error\":[4],\"size\":[513],\"name\":[513],\"checked\":[1028],\"internalChecked\":[32],\"hasSlot\":[32]},[[0,\"keydown\",\"handleKeyDown\"],[4,\"change\",\"handleExternalChange\"]],{\"checked\":[\"handleCheckedChange\"],\"internalChecked\":[\"updateFormValue\"],\"error\":[\"errorChanged\"]}]]],[\"ifx-button.cjs\",[[1,\"ifx-button\",{\"variant\":[1],\"theme\":[1],\"size\":[1],\"disabled\":[4],\"href\":[1],\"target\":[1],\"type\":[1],\"fullWidth\":[4,\"full-width\"],\"ariaLabel\":[1,\"aria-label\"],\"internalHref\":[32],\"setFocus\":[64]},[[0,\"keydown\",\"handleKeyDown\"],[2,\"click\",\"handleHostClick\"]],{\"href\":[\"setInternalHref\"]}]]],[\"ifx-alert_2.cjs\",[[1,\"ifx-template\",{\"name\":[1],\"thumbnail\":[1],\"repoDetails\":[32],\"repoUrl\":[32],\"showDetails\":[32],\"isTemplatePage\":[32],\"isLoading\":[32],\"repoError\":[32],\"toggleTemplate\":[64]}],[1,\"ifx-alert\",{\"variant\":[1],\"icon\":[1],\"closable\":[4],\"AriaLive\":[1,\"aria-live\"],\"uniqueId\":[32]}]]],[\"ifx-accordion_2.cjs\",[[1,\"ifx-accordion-item\",{\"caption\":[1],\"open\":[1028],\"AriaLevel\":[2,\"aria-level\"],\"internalOpen\":[32]},[[0,\"keydown\",\"handleKeydown\"]],{\"open\":[\"openChanged\"]}],[17,\"ifx-accordion\",{\"autoCollapse\":[4,\"auto-collapse\"]},[[0,\"ifxOpen\",\"onItemOpen\"]]]]],[\"ifx-search-field.cjs\",[[1,\"ifx-search-field\",{\"value\":[1025],\"showDeleteIcon\":[4,\"show-delete-icon\"],\"disabled\":[4],\"size\":[1],\"placeholder\":[1],\"autocomplete\":[1],\"maxlength\":[2],\"insideDropdown\":[32],\"showDeleteIconInternalState\":[32],\"isFocused\":[32]},[[5,\"mousedown\",\"handleOutsideClick\"]],{\"value\":[\"valueWatcher\"]}]]],[\"ifx-select.cjs\",[[0,\"ifx-select\",{\"value\":[1],\"name\":[1],\"items\":[16],\"choices\":[1],\"renderChoiceLimit\":[2,\"render-choice-limit\"],\"maxItemCount\":[2,\"max-item-count\"],\"addItems\":[4,\"add-items\"],\"removeItems\":[4,\"remove-items\"],\"removeItemButton\":[4,\"remove-item-button\"],\"editItems\":[4,\"edit-items\"],\"duplicateItemsAllowed\":[4,\"duplicate-items-allowed\"],\"delimiter\":[1],\"paste\":[4],\"showSearch\":[4,\"show-search\"],\"searchChoices\":[4,\"search-choices\"],\"searchFields\":[1,\"search-fields\"],\"searchFloor\":[2,\"search-floor\"],\"searchResultLimit\":[2,\"search-result-limit\"],\"position\":[1],\"resetScrollPosition\":[4,\"reset-scroll-position\"],\"shouldSort\":[4,\"should-sort\"],\"shouldSortItems\":[4,\"should-sort-items\"],\"sorter\":[16],\"placeholder\":[8],\"searchPlaceholderValue\":[1,\"search-placeholder-value\"],\"prependValue\":[1,\"prepend-value\"],\"appendValue\":[1,\"append-value\"],\"renderSelectedChoices\":[1,\"render-selected-choices\"],\"loadingText\":[1,\"loading-text\"],\"noResultsText\":[1,\"no-results-text\"],\"noChoicesText\":[1,\"no-choices-text\"],\"itemSelectText\":[1,\"item-select-text\"],\"addItemText\":[1,\"add-item-text\"],\"maxItemText\":[1,\"max-item-text\"],\"uniqueItemText\":[1,\"unique-item-text\"],\"classNames\":[16],\"fuseOptions\":[16],\"addItemFilter\":[1,\"add-item-filter\"],\"customAddItemText\":[1,\"custom-add-item-text\"],\"callbackOnInit\":[16],\"callbackOnCreateTemplates\":[16],\"valueComparer\":[16],\"error\":[4],\"errorMessage\":[1,\"error-message\"],\"label\":[1],\"disabled\":[4],\"placeholderValue\":[1,\"placeholder-value\"],\"options\":[1025],\"size\":[1],\"showClearButton\":[4,\"show-clear-button\"],\"selectedOption\":[32],\"optionIsSelected\":[32],\"handleChange\":[64],\"highlightItem\":[64],\"unhighlightItem\":[64],\"highlightAll\":[64],\"unhighlightAll\":[64],\"removeActiveItemsByValue\":[64],\"removeActiveItems\":[64],\"removeHighlightedItems\":[64],\"showDropdown\":[64],\"hideDropdown\":[64],\"getValue\":[64],\"setValue\":[64],\"setChoiceByValue\":[64],\"setChoices\":[64],\"clearChoices\":[64],\"clearStore\":[64],\"clearInput\":[64],\"ajax\":[64],\"handleDeleteIcon\":[64]},[[5,\"mousedown\",\"handleOutsideClick\"]],{\"disabled\":[\"watchDisabled\"]}]]],[\"ifx-checkbox.cjs\",[[65,\"ifx-checkbox\",{\"disabled\":[4],\"checked\":[4],\"error\":[4],\"size\":[1],\"indeterminate\":[4],\"value\":[1],\"internalChecked\":[32],\"internalIndeterminate\":[32],\"isChecked\":[64],\"toggleCheckedState\":[64]},null,{\"checked\":[\"valueChanged\"],\"error\":[\"errorChanged\"],\"indeterminate\":[\"indeterminateChanged\"]}]]],[\"ifx-icon-button.cjs\",[[1,\"ifx-icon-button\",{\"variant\":[1],\"size\":[1],\"disabled\":[4],\"icon\":[1],\"href\":[1],\"target\":[1],\"shape\":[1],\"ariaLabel\":[1,\"aria-label\"],\"setFocus\":[64]},[[2,\"click\",\"handleClick\"]]]]],[\"ifx-number-indicator.cjs\",[[1,\"ifx-number-indicator\",{\"inverted\":[4],\"displayValue\":[32]}]]],[\"ifx-chip_3.cjs\",[[1,\"ifx-pagination\",{\"currentPage\":[2,\"current-page\"],\"total\":[2],\"itemsPerPage\":[1,\"items-per-page\"],\"internalPage\":[32],\"internalItemsPerPage\":[32],\"numberOfPages\":[32],\"filteredItemsPerPage\":[32],\"visiblePages\":[32]},[[0,\"ifxSelect\",\"setItemsPerPage\"]]],[1,\"ifx-chip\",{\"placeholder\":[1],\"size\":[1],\"value\":[1025],\"variant\":[1],\"readOnly\":[4,\"read-only\"],\"ariaLabel\":[1,\"aria-label\"],\"opened\":[32],\"selectedOptions\":[32]},[[5,\"mousedown\",\"closeDropdownOnOutsideClick\"],[0,\"keydown\",\"handleKeyDown\"],[0,\"ifxChipItemSelect\",\"updateSelectedOptions\"]],{\"value\":[\"handleValueChange\"],\"readOnly\":[\"handleReadOnlyChange\"]}],[1,\"ifx-chip-item\",{\"value\":[1],\"chipState\":[16],\"selected\":[1540]},[[16,\"ifxChipItemSelect\",\"updateItemSelection\"]],{\"selected\":[\"validateSelected\"]}]]],[\"ifx-spinner_2.cjs\",[[1,\"ifx-spinner\",{\"size\":[1],\"variant\":[1],\"inverted\":[4]}],[65,\"ifx-text-field\",{\"placeholder\":[1],\"value\":[1025],\"error\":[4],\"label\":[1],\"icon\":[1],\"caption\":[1],\"size\":[1],\"required\":[4],\"optional\":[4],\"success\":[4],\"disabled\":[4],\"maxlength\":[2],\"showDeleteIcon\":[4,\"show-delete-icon\"],\"autocomplete\":[1],\"type\":[1],\"internalId\":[1,\"internal-id\"],\"internalType\":[32],\"reset\":[64]},null,{\"value\":[\"valueWatcher\"]}]]]]"), options);
11
+ return index.bootstrapLazy(JSON.parse("[[\"ifx-table.cjs\",[[1,\"ifx-table\",{\"cols\":[8],\"rows\":[8],\"buttonRendererOptions\":[16],\"rowHeight\":[1,\"row-height\"],\"tableHeight\":[1,\"table-height\"],\"pagination\":[4],\"paginationPageSize\":[2,\"pagination-page-size\"],\"filterOrientation\":[1,\"filter-orientation\"],\"variant\":[1],\"showLoading\":[4,\"show-loading\"],\"currentPage\":[32],\"rowData\":[32],\"colData\":[32],\"filterOptions\":[32],\"currentFilters\":[32],\"uniqueKey\":[32],\"showSidebarFilters\":[32],\"matchingResultsCount\":[32],\"onBtShowLoading\":[64]},[[0,\"ifxChange\",\"handleChipChange\"]],{\"buttonRendererOptions\":[\"onButtonRendererOptionsChanged\"]}]]],[\"ifx-templates-ui.cjs\",[[1,\"ifx-templates-ui\",null,[[0,\"fieldError\",\"handleError\"],[0,\"toggleTemplates\",\"filterTemplates\"]]]]],[\"ifx-set-filter.cjs\",[[1,\"ifx-set-filter\",{\"filterName\":[1,\"filter-name\"],\"filterLabel\":[1,\"filter-label\"],\"placeholder\":[1],\"type\":[1],\"options\":[1],\"filterValues\":[32]}]]],[\"ifx-file-upload.cjs\",[[1,\"ifx-file-upload\",{\"dragAndDrop\":[4,\"drag-and-drop\"],\"required\":[4],\"disabled\":[4],\"maxFileSizeMB\":[2,\"max-file-size-m-b\"],\"allowedFileTypes\":[1,\"allowed-file-types\"],\"additionalAllowedFileTypes\":[1,\"additional-allowed-file-types\"],\"uploadHandler\":[16],\"maxFiles\":[6146,\"max-files\"],\"label\":[1],\"labelRequiredError\":[1,\"label-required-error\"],\"labelBrowseFiles\":[1,\"label-browse-files\"],\"labelDragAndDrop\":[1,\"label-drag-and-drop\"],\"labelUploadedFilesHeading\":[1,\"label-uploaded-files-heading\"],\"labelFileTooLarge\":[1,\"label-file-too-large\"],\"labelUnsupportedFileType\":[1,\"label-unsupported-file-type\"],\"labelUploaded\":[1,\"label-uploaded\"],\"labelUploadFailed\":[1,\"label-upload-failed\"],\"labelSupportedFormatsTemplate\":[1,\"label-supported-formats-template\"],\"labelFileSingular\":[1,\"label-file-singular\"],\"labelFilePlural\":[1,\"label-file-plural\"],\"labelMaxFilesInfo\":[1,\"label-max-files-info\"],\"labelMaxFilesExceeded\":[1,\"label-max-files-exceeded\"],\"ariaLabelBrowseFiles\":[1,\"aria-label-browse-files\"],\"ariaLabelDropzone\":[1,\"aria-label-dropzone\"],\"ariaLabelFileInput\":[1,\"aria-label-file-input\"],\"ariaLabelRemoveFile\":[1,\"aria-label-remove-file\"],\"ariaLabelCancelUpload\":[1,\"aria-label-cancel-upload\"],\"ariaLabelRetryUpload\":[1,\"aria-label-retry-upload\"],\"ariaLabelUploadingStatus\":[1,\"aria-label-uploading-status\"],\"ariaLabelUploadedStatus\":[1,\"aria-label-uploaded-status\"],\"ariaLabelUploadFailedStatus\":[1,\"aria-label-upload-failed-status\"],\"isDragOver\":[32],\"files\":[32],\"uploadTasks\":[32],\"rejectedSizeFiles\":[32],\"rejectedTypeFiles\":[32],\"requiredError\":[32],\"statusMessage\":[32],\"injectDemoState\":[64],\"triggerDemoValidation\":[64]}]]],[\"ifx-faq.cjs\",[[1,\"ifx-faq\"]]],[\"ifx-icons-preview.cjs\",[[1,\"ifx-icons-preview\",{\"iconsArray\":[32],\"isCopied\":[32],\"copiedIndex\":[32],\"htmlTag\":[32],\"iconName\":[32]}]]],[\"ifx-list-entry.cjs\",[[1,\"ifx-list-entry\",{\"value\":[1028],\"label\":[1],\"type\":[1]},[[0,\"ifxChange\",\"handleFilterEntryChange\"]],{\"value\":[\"valueChanged\"]}]]],[\"ifx-dropdown-trigger-button.cjs\",[[1,\"ifx-dropdown-trigger-button\",{\"isOpen\":[4,\"is-open\"],\"theme\":[1],\"variant\":[1],\"size\":[1],\"disabled\":[4],\"hideArrow\":[4,\"hide-arrow\"]}]]],[\"ifx-filter-bar.cjs\",[[1,\"ifx-filter-bar\",{\"maxShownFilters\":[2,\"max-shown-filters\"],\"showMoreFiltersButton\":[4,\"show-more-filters-button\"],\"selectedOptions\":[32],\"showAllFilters\":[32],\"visibleSlots\":[32]}]]],[\"ifx-filter-search.cjs\",[[1,\"ifx-filter-search\",{\"filterName\":[1,\"filter-name\"],\"disabled\":[4],\"filterValue\":[1025,\"filter-value\"],\"filterKey\":[1,\"filter-key\"],\"filterOrientation\":[1,\"filter-orientation\"],\"placeholder\":[1],\"showDeleteIcon\":[32]},[[0,\"ifxInput\",\"handleFilterSearchChange\"]],{\"value\":[\"valueChanged\"]}]]],[\"ifx-list.cjs\",[[1,\"ifx-list\",{\"name\":[1],\"maxVisibleItems\":[2,\"max-visible-items\"],\"type\":[1],\"resetTrigger\":[1028,\"reset-trigger\"],\"expanded\":[32],\"showMore\":[32],\"selectedCount\":[32],\"totalItems\":[32],\"internalResetTrigger\":[32]},null,{\"type\":[\"handleTypeChange\"],\"resetTrigger\":[\"resetTriggerChanged\"]}]]],[\"ifx-modal.cjs\",[[1,\"ifx-modal\",{\"opened\":[1540],\"caption\":[1],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"variant\":[1],\"size\":[1],\"alertIcon\":[1,\"alert-icon\"],\"okButtonLabel\":[1,\"ok-button-label\"],\"cancelButtonLabel\":[1,\"cancel-button-label\"],\"showCloseButton\":[4,\"show-close-button\"],\"showModal\":[32],\"slotButtonsPresent\":[32]},null,{\"opened\":[\"openedChanged\"]}]]],[\"ifx-overview-table.cjs\",[[1,\"ifx-overview-table\"]]],[\"ifx-search-bar.cjs\",[[1,\"ifx-search-bar\",{\"isOpen\":[4,\"is-open\"],\"disabled\":[4],\"value\":[1025],\"maxlength\":[2],\"autocomplete\":[1],\"internalState\":[32],\"onNavbarMobile\":[64]},null,{\"isOpen\":[\"handlePropChange\"]}]]],[\"ifx-breadcrumb-item-label.cjs\",[[1,\"ifx-breadcrumb-item-label\",{\"icon\":[1],\"href\":[1],\"target\":[1]}]]],[\"ifx-checkbox-group.cjs\",[[65,\"ifx-checkbox-group\",{\"alignment\":[1],\"size\":[1],\"showGroupLabel\":[4,\"show-group-label\"],\"groupLabelText\":[1,\"group-label-text\"],\"showCaption\":[4,\"show-caption\"],\"captionText\":[1,\"caption-text\"],\"showCaptionIcon\":[4,\"show-caption-icon\"],\"hasErrors\":[32],\"setGroupError\":[64]},[[0,\"ifxError\",\"handleCheckboxError\"]]]]],[\"ifx-date-picker.cjs\",[[65,\"ifx-date-picker\",{\"size\":[1],\"error\":[4],\"success\":[4],\"disabled\":[4],\"ariaLabel\":[1,\"aria-label\"],\"value\":[1],\"type\":[1],\"max\":[1],\"min\":[1],\"required\":[4],\"label\":[1],\"caption\":[1],\"autocomplete\":[1]}]]],[\"ifx-download.cjs\",[[1,\"ifx-download\",{\"tokens\":[1]}]]],[\"ifx-dropdown-item.cjs\",[[1,\"ifx-dropdown-item\",{\"icon\":[1],\"href\":[1],\"target\":[1],\"hide\":[4],\"size\":[32]},[[16,\"menuSize\",\"handleMenuSize\"]]]]],[\"ifx-filter-accordion.cjs\",[[1,\"ifx-filter-accordion\",{\"maxVisibleItems\":[2,\"max-visible-items\"],\"filterGroupName\":[1,\"filter-group-name\"],\"expanded\":[32],\"count\":[32],\"totalItems\":[32]}]]],[\"ifx-navbar.cjs\",[[1,\"ifx-navbar\",{\"applicationName\":[1,\"application-name\"],\"fixed\":[4],\"showLogoAndAppname\":[4,\"show-logo-and-appname\"],\"logoHref\":[1,\"logo-href\"],\"logoHrefTarget\":[1,\"logo-href-target\"],\"main\":[32],\"products\":[32],\"applications\":[32],\"design\":[32],\"support\":[32],\"about\":[32],\"hasLeftMenuItems\":[32],\"searchBarIsOpen\":[32],\"internalLogoHref\":[32],\"internalLogoHrefTarget\":[32]},[[0,\"ifxNavItem\",\"clearFirstLayerMenu\"],[0,\"ifxOpen\",\"handleSearchBarToggle\"]]]]],[\"ifx-navbar-item.cjs\",[[1,\"ifx-navbar-item\",{\"showLabel\":[4,\"show-label\"],\"icon\":[1],\"href\":[1],\"target\":[1],\"hideOnMobile\":[4,\"hide-on-mobile\"],\"numberIndicator\":[2,\"number-indicator\"],\"dotIndicator\":[4,\"dot-indicator\"],\"internalHref\":[32],\"isMenuItem\":[32],\"hasChildNavItems\":[32],\"isSidebarMenuItem\":[32],\"itemPosition\":[32],\"hideComponent\":[64],\"showComponent\":[64],\"toggleChildren\":[64],\"moveChildComponentsIntoSubLayerMenu\":[64],\"toggleFirstLayerItem\":[64],\"addMenuItemClass\":[64],\"moveChildComponentsBackIntoNavbar\":[64],\"returnToFirstLayer\":[64],\"setMenuItemPosition\":[64],\"setItemSideSpecifications\":[64]},[[5,\"mousedown\",\"handleOutsideClick\"]]]]],[\"ifx-radio-button-group.cjs\",[[65,\"ifx-radio-button-group\",{\"alignment\":[1],\"size\":[1],\"showGroupLabel\":[4,\"show-group-label\"],\"groupLabelText\":[1,\"group-label-text\"],\"showCaption\":[4,\"show-caption\"],\"captionText\":[1,\"caption-text\"],\"showCaptionIcon\":[4,\"show-caption-icon\"],\"hasErrors\":[32],\"setGroupError\":[64]},[[0,\"ifxError\",\"handleRadioButtonError\"]]]]],[\"ifx-segment.cjs\",[[1,\"ifx-segment\",{\"icon\":[1],\"segmentIndex\":[2,\"segment-index\"],\"selected\":[1028],\"value\":[1]}]]],[\"ifx-segmented-control.cjs\",[[1,\"ifx-segmented-control\",{\"caption\":[1],\"label\":[1],\"size\":[1]},[[0,\"segmentSelect\",\"onSegmentSelect\"]]]]],[\"ifx-sidebar-item.cjs\",[[1,\"ifx-sidebar-item\",{\"icon\":[1],\"href\":[1],\"target\":[1],\"numberIndicator\":[2,\"number-indicator\"],\"active\":[4],\"isActionItem\":[4,\"is-action-item\"],\"handleItemClick\":[16],\"showIcon\":[32],\"showIconWrapper\":[32],\"internalHref\":[32],\"isExpandable\":[32],\"isNested\":[32],\"isSubMenuItem\":[32],\"internalActiveState\":[32],\"setActiveClasses\":[64],\"expandMenu\":[64],\"isItemExpandable\":[64]},[[0,\"consoleError\",\"handleConsoleError\"]],{\"active\":[\"handleActiveChange\"]}]]],[\"ifx-slider.cjs\",[[1,\"ifx-slider\",{\"min\":[2],\"max\":[2],\"step\":[2],\"value\":[2],\"minValueHandle\":[2,\"min-value-handle\"],\"maxValueHandle\":[2,\"max-value-handle\"],\"disabled\":[4],\"showPercentage\":[4,\"show-percentage\"],\"leftIcon\":[1,\"left-icon\"],\"rightIcon\":[1,\"right-icon\"],\"leftText\":[1,\"left-text\"],\"rightText\":[1,\"right-text\"],\"type\":[1],\"internalValue\":[32],\"percentage\":[32],\"internalMinValue\":[32],\"internalMaxValue\":[32]},null,{\"value\":[\"valueChanged\"],\"minValueHandle\":[\"minValueChanged\"],\"maxValueHandle\":[\"maxValueChanged\"]}]]],[\"ifx-step.cjs\",[[1,\"ifx-step\",{\"complete\":[4],\"disabled\":[4],\"error\":[1028],\"lastStep\":[4,\"last-step\"],\"stepId\":[2,\"step-id\"],\"stepperState\":[16],\"active\":[32],\"clickable\":[32]},[[4,\"ifxChange\",\"onStepChange\"]],{\"stepperState\":[\"updateCurrentStep\"],\"active\":[\"updateErrorState\"]}]]],[\"ifx-tabs.cjs\",[[1,\"ifx-tabs\",{\"orientation\":[1],\"activeTabIndex\":[1026,\"active-tab-index\"],\"fullWidth\":[4,\"full-width\"],\"internalOrientation\":[32],\"internalActiveTabIndex\":[32],\"internalFocusedTabIndex\":[32],\"tabRefs\":[32],\"tabHeaderRefs\":[32],\"disabledTabs\":[32],\"tabObjects\":[32]},[[9,\"resize\",\"updateBorderOnWindowResize\"],[0,\"tabHeaderChange\",\"handleTabHeaderChange\"],[0,\"slotchange\",\"onSlotChange\"],[0,\"keydown\",\"handleKeyDown\"]],{\"activeTabIndex\":[\"activeTabIndexChanged\"]}]]],[\"ifx-tag.cjs\",[[1,\"ifx-tag\",{\"icon\":[1]}]]],[\"ifx-tooltip.cjs\",[[1,\"ifx-tooltip\",{\"header\":[1],\"text\":[1],\"position\":[1],\"variant\":[1],\"icon\":[1],\"tooltipVisible\":[32],\"internalPosition\":[32]},null,{\"position\":[\"positionChanged\"]}]]],[\"ifx-badge.cjs\",[[1,\"ifx-badge\"]]],[\"ifx-basic-table.cjs\",[[0,\"ifx-basic-table\",{\"cols\":[1],\"rows\":[1],\"rowHeight\":[1,\"row-height\"],\"tableHeight\":[1,\"table-height\"],\"variant\":[1],\"gridOptions\":[32],\"columnDefs\":[32],\"rowData\":[32],\"uniqueKey\":[32]}]]],[\"ifx-breadcrumb.cjs\",[[1,\"ifx-breadcrumb\"]]],[\"ifx-breadcrumb-item.cjs\",[[1,\"ifx-breadcrumb-item\",{\"isLastItem\":[32],\"uniqueId\":[32],\"hasDropdownMenu\":[32]},[[5,\"mousedown\",\"handleOutsideClick\"],[0,\"keydown\",\"handleKeyDown\"],[0,\"breadcrumbMenuIconWrapper\",\"menuWrapperEventReEmitter\"]]]]],[\"ifx-card.cjs\",[[1,\"ifx-card\",{\"direction\":[1],\"href\":[1],\"target\":[1],\"ariaLabel\":[1,\"aria-label\"],\"noBtns\":[32],\"alignment\":[32],\"noImg\":[32],\"internalHref\":[32]},[[0,\"imgPosition\",\"setImgPosition\"]]]]],[\"ifx-card-headline.cjs\",[[1,\"ifx-card-headline\",{\"direction\":[32],\"hasDesc\":[32]}]]],[\"ifx-card-image.cjs\",[[1,\"ifx-card-image\",{\"src\":[1],\"alt\":[1],\"position\":[1]}]]],[\"ifx-card-links.cjs\",[[1,\"ifx-card-links\"]]],[\"ifx-card-overline.cjs\",[[1,\"ifx-card-overline\"]]],[\"ifx-card-text.cjs\",[[1,\"ifx-card-text\",{\"hasBtn\":[32]}]]],[\"ifx-content-switcher.cjs\",[[1,\"ifx-content-switcher\",{\"items\":[32],\"activeIndex\":[32],\"hoverIndex\":[32],\"focusIndex\":[32],\"dividers\":[32]}]]],[\"ifx-content-switcher-item.cjs\",[[1,\"ifx-content-switcher-item\",{\"selected\":[4],\"value\":[1]}]]],[\"ifx-dropdown.cjs\",[[1,\"ifx-dropdown\",{\"placement\":[1],\"defaultOpen\":[4,\"default-open\"],\"noAppendToBody\":[4,\"no-append-to-body\"],\"disabled\":[4],\"noCloseOnOutsideClick\":[4,\"no-close-on-outside-click\"],\"noCloseOnMenuClick\":[4,\"no-close-on-menu-click\"],\"internalIsOpen\":[32],\"trigger\":[32],\"menu\":[32],\"isOpen\":[64],\"closeDropdown\":[64],\"openDropdown\":[64]},[[0,\"slotchange\",\"watchHandlerSlot\"],[5,\"mousedown\",\"handleOutsideClick\"]],{\"defaultOpen\":[\"watchHandlerIsOpen\"],\"disabled\":[\"watchHandlerDisabled\"]}]]],[\"ifx-dropdown-header.cjs\",[[1,\"ifx-dropdown-header\"]]],[\"ifx-dropdown-menu.cjs\",[[1,\"ifx-dropdown-menu\",{\"isOpen\":[4,\"is-open\"],\"size\":[1],\"hideTopPadding\":[32],\"filteredItems\":[32]},[[0,\"ifxInput\",\"handleMenuFilter\"],[0,\"ifxDropdownItem\",\"handleDropdownItemValueEmission\"]]]]],[\"ifx-dropdown-trigger.cjs\",[[1,\"ifx-dropdown-trigger\",{\"isOpen\":[4,\"is-open\"]}]]],[\"ifx-filter-type-group.cjs\",[[1,\"ifx-filter-type-group\",{\"selectedOptions\":[32]}]]],[\"ifx-footer.cjs\",[[1,\"ifx-footer\",{\"copyrightText\":[1,\"copyright-text\"],\"currentYear\":[32]}]]],[\"ifx-footer-column.cjs\",[[1,\"ifx-footer-column\"]]],[\"ifx-indicator.cjs\",[[1,\"ifx-indicator\",{\"inverted\":[4],\"ariaLabel\":[1,\"aria-label\"],\"variant\":[1],\"number\":[2],\"filteredNumber\":[32]}]]],[\"ifx-navbar-profile.cjs\",[[1,\"ifx-navbar-profile\",{\"showLabel\":[4,\"show-label\"],\"href\":[1],\"imageUrl\":[1,\"image-url\"],\"target\":[1],\"alt\":[1],\"userName\":[1,\"user-name\"],\"internalHref\":[32],\"isMenuItem\":[32],\"hasChildNavItems\":[32],\"internalImageUrl\":[32],\"hideComponent\":[64],\"showComponent\":[64]},[[5,\"mousedown\",\"handleOutsideClick\"]]]]],[\"ifx-sidebar.cjs\",[[1,\"ifx-sidebar\",{\"applicationName\":[1,\"application-name\"],\"initialCollapse\":[4,\"initial-collapse\"],\"showFooter\":[4,\"show-footer\"],\"showHeader\":[4,\"show-header\"],\"termsOfUse\":[1,\"terms-of-use\"],\"imprint\":[1],\"privacyPolicy\":[1,\"privacy-policy\"],\"target\":[1],\"copyrightText\":[1,\"copyright-text\"],\"currentYear\":[32],\"internalTermsofUse\":[32],\"internalImprint\":[32],\"internalPrivacyPolicy\":[32],\"internalShowFooter\":[32],\"activeItem\":[32]},[[0,\"ifxSidebarMenu\",\"handleSidebarItemInteraction\"],[0,\"ifxSidebarNavigationItem\",\"handleSidebarItemActivated\"]]]]],[\"ifx-sidebar-title.cjs\",[[1,\"ifx-sidebar-title\"]]],[\"ifx-status.cjs\",[[1,\"ifx-status\",{\"label\":[1],\"border\":[4],\"color\":[1]}]]],[\"ifx-stepper.cjs\",[[1,\"ifx-stepper\",{\"activeStep\":[1026,\"active-step\"],\"indicatorPosition\":[1,\"indicator-position\"],\"showStepNumber\":[4,\"show-step-number\"],\"variant\":[1],\"stepsCount\":[32],\"shouldEmitEvent\":[32],\"emittedByClick\":[32]},[[0,\"ifxChange\",\"onStepChange\"]],{\"activeStep\":[\"handleActiveStep\"]}]]],[\"ifx-switch.cjs\",[[65,\"ifx-switch\",{\"checked\":[4],\"name\":[1],\"disabled\":[4],\"value\":[1],\"internalChecked\":[32],\"isChecked\":[64]},null,{\"checked\":[\"valueChanged\"]}]]],[\"ifx-tab.cjs\",[[4,\"ifx-tab\",{\"header\":[1],\"disabled\":[4],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"]}]]],[\"ifx-textarea.cjs\",[[65,\"ifx-textarea\",{\"caption\":[1],\"cols\":[2],\"disabled\":[4],\"error\":[4],\"label\":[1],\"maxlength\":[2],\"name\":[1],\"placeholder\":[1],\"readOnly\":[4,\"read-only\"],\"resize\":[1],\"rows\":[2],\"value\":[1025],\"wrap\":[1],\"fullWidth\":[513,\"full-width\"],\"reset\":[64]}]]],[\"ifx-dropdown-separator.cjs\",[[1,\"ifx-dropdown-separator\"]]],[\"ifx-icon.cjs\",[[0,\"ifx-icon\",{\"icon\":[1025],\"ifxIcon\":[1032,\"ifx-icon\"]}]]],[\"ifx-multiselect.cjs\",[[65,\"ifx-multiselect\",{\"name\":[1],\"options\":[1],\"batchSize\":[2,\"batch-size\"],\"size\":[1],\"disabled\":[4],\"error\":[4],\"errorMessage\":[1,\"error-message\"],\"label\":[1],\"placeholder\":[1],\"maxItemCount\":[2,\"max-item-count\"],\"showSearch\":[4,\"show-search\"],\"showSelectAll\":[4,\"show-select-all\"],\"showClearButton\":[4,\"show-clear-button\"],\"internalError\":[32],\"internalErrorMessage\":[32],\"persistentSelectedOptions\":[32],\"dropdownOpen\":[32],\"dropdownFlipped\":[32],\"isLoading\":[32],\"loadedOptions\":[32],\"filteredOptions\":[32],\"optionCount\":[32],\"optionsProcessed\":[32]},null,{\"options\":[\"updateOptions\"],\"error\":[\"updateInternalError\"],\"errorMessage\":[\"updateInternalErrorMessage\"],\"loadedOptions\":[\"loadedOptionsChanged\"],\"persistentSelectedOptions\":[\"onSelectionChange\"]}]]],[\"ifx-notification.cjs\",[[1,\"ifx-notification\",{\"icon\":[1],\"variant\":[1],\"linkText\":[1,\"link-text\"],\"linkHref\":[1,\"link-href\"],\"linkTarget\":[1,\"link-target\"]}]]],[\"ifx-progress-bar.cjs\",[[1,\"ifx-progress-bar\",{\"value\":[2],\"size\":[1],\"showLabel\":[4,\"show-label\"],\"internalValue\":[32]},null,{\"value\":[\"valueChanged\"]}]]],[\"ifx-radio-button.cjs\",[[65,\"ifx-radio-button\",{\"disabled\":[4],\"value\":[1],\"error\":[4],\"size\":[513],\"name\":[513],\"checked\":[1028],\"internalChecked\":[32],\"hasSlot\":[32]},[[0,\"keydown\",\"handleKeyDown\"],[4,\"change\",\"handleExternalChange\"]],{\"checked\":[\"handleCheckedChange\"],\"internalChecked\":[\"updateFormValue\"],\"error\":[\"errorChanged\"]}]]],[\"ifx-button.cjs\",[[1,\"ifx-button\",{\"variant\":[1],\"theme\":[1],\"size\":[1],\"disabled\":[4],\"href\":[1],\"target\":[1],\"type\":[1],\"fullWidth\":[4,\"full-width\"],\"ariaLabel\":[1,\"aria-label\"],\"internalHref\":[32],\"setFocus\":[64]},[[0,\"keydown\",\"handleKeyDown\"],[2,\"click\",\"handleHostClick\"]],{\"href\":[\"setInternalHref\"]}]]],[\"ifx-alert_2.cjs\",[[1,\"ifx-template\",{\"name\":[1],\"thumbnail\":[1],\"repoDetails\":[32],\"repoUrl\":[32],\"showDetails\":[32],\"isTemplatePage\":[32],\"isLoading\":[32],\"repoError\":[32],\"toggleTemplate\":[64]}],[1,\"ifx-alert\",{\"variant\":[1],\"icon\":[1],\"closable\":[4],\"AriaLive\":[1,\"aria-live\"],\"uniqueId\":[32]}]]],[\"ifx-accordion_2.cjs\",[[1,\"ifx-accordion-item\",{\"caption\":[1],\"open\":[1028],\"AriaLevel\":[2,\"aria-level\"],\"internalOpen\":[32]},[[0,\"keydown\",\"handleKeydown\"]],{\"open\":[\"openChanged\"]}],[17,\"ifx-accordion\",{\"autoCollapse\":[4,\"auto-collapse\"]},[[0,\"ifxOpen\",\"onItemOpen\"]]]]],[\"ifx-search-field.cjs\",[[1,\"ifx-search-field\",{\"value\":[1025],\"showDeleteIcon\":[4,\"show-delete-icon\"],\"disabled\":[4],\"size\":[1],\"placeholder\":[1],\"autocomplete\":[1],\"maxlength\":[2],\"insideDropdown\":[32],\"showDeleteIconInternalState\":[32],\"isFocused\":[32]},[[5,\"mousedown\",\"handleOutsideClick\"]],{\"value\":[\"valueWatcher\"]}]]],[\"ifx-select.cjs\",[[0,\"ifx-select\",{\"value\":[1],\"name\":[1],\"items\":[16],\"choices\":[1],\"renderChoiceLimit\":[2,\"render-choice-limit\"],\"maxItemCount\":[2,\"max-item-count\"],\"addItems\":[4,\"add-items\"],\"removeItems\":[4,\"remove-items\"],\"removeItemButton\":[4,\"remove-item-button\"],\"editItems\":[4,\"edit-items\"],\"duplicateItemsAllowed\":[4,\"duplicate-items-allowed\"],\"delimiter\":[1],\"paste\":[4],\"showSearch\":[4,\"show-search\"],\"searchChoices\":[4,\"search-choices\"],\"searchFields\":[1,\"search-fields\"],\"searchFloor\":[2,\"search-floor\"],\"searchResultLimit\":[2,\"search-result-limit\"],\"position\":[1],\"resetScrollPosition\":[4,\"reset-scroll-position\"],\"shouldSort\":[4,\"should-sort\"],\"shouldSortItems\":[4,\"should-sort-items\"],\"sorter\":[16],\"placeholder\":[8],\"searchPlaceholderValue\":[1,\"search-placeholder-value\"],\"prependValue\":[1,\"prepend-value\"],\"appendValue\":[1,\"append-value\"],\"renderSelectedChoices\":[1,\"render-selected-choices\"],\"loadingText\":[1,\"loading-text\"],\"noResultsText\":[1,\"no-results-text\"],\"noChoicesText\":[1,\"no-choices-text\"],\"itemSelectText\":[1,\"item-select-text\"],\"addItemText\":[1,\"add-item-text\"],\"maxItemText\":[1,\"max-item-text\"],\"uniqueItemText\":[1,\"unique-item-text\"],\"classNames\":[16],\"fuseOptions\":[16],\"addItemFilter\":[1,\"add-item-filter\"],\"customAddItemText\":[1,\"custom-add-item-text\"],\"callbackOnInit\":[16],\"callbackOnCreateTemplates\":[16],\"valueComparer\":[16],\"error\":[4],\"errorMessage\":[1,\"error-message\"],\"label\":[1],\"disabled\":[4],\"placeholderValue\":[1,\"placeholder-value\"],\"options\":[1025],\"size\":[1],\"showClearButton\":[4,\"show-clear-button\"],\"selectedOption\":[32],\"optionIsSelected\":[32],\"handleChange\":[64],\"highlightItem\":[64],\"unhighlightItem\":[64],\"highlightAll\":[64],\"unhighlightAll\":[64],\"removeActiveItemsByValue\":[64],\"removeActiveItems\":[64],\"removeHighlightedItems\":[64],\"showDropdown\":[64],\"hideDropdown\":[64],\"getValue\":[64],\"setValue\":[64],\"setChoiceByValue\":[64],\"setChoices\":[64],\"clearChoices\":[64],\"clearStore\":[64],\"clearInput\":[64],\"ajax\":[64],\"handleDeleteIcon\":[64]},[[5,\"mousedown\",\"handleOutsideClick\"]],{\"disabled\":[\"watchDisabled\"]}]]],[\"ifx-checkbox.cjs\",[[65,\"ifx-checkbox\",{\"disabled\":[4],\"checked\":[4],\"error\":[4],\"size\":[1],\"indeterminate\":[4],\"value\":[1],\"internalChecked\":[32],\"internalIndeterminate\":[32],\"isChecked\":[64],\"toggleCheckedState\":[64]},null,{\"checked\":[\"valueChanged\"],\"error\":[\"errorChanged\"],\"indeterminate\":[\"indeterminateChanged\"]}]]],[\"ifx-icon-button.cjs\",[[1,\"ifx-icon-button\",{\"variant\":[1],\"size\":[1],\"disabled\":[4],\"icon\":[1],\"href\":[1],\"target\":[1],\"shape\":[1],\"ariaLabel\":[1,\"aria-label\"],\"setFocus\":[64]},[[2,\"click\",\"handleClick\"]]]]],[\"ifx-chip_3.cjs\",[[1,\"ifx-pagination\",{\"currentPage\":[2,\"current-page\"],\"total\":[2],\"itemsPerPage\":[1,\"items-per-page\"],\"internalPage\":[32],\"internalItemsPerPage\":[32],\"numberOfPages\":[32],\"filteredItemsPerPage\":[32],\"visiblePages\":[32]},[[0,\"ifxSelect\",\"setItemsPerPage\"]]],[1,\"ifx-chip-item\",{\"value\":[1],\"chipState\":[16],\"selected\":[1540]},[[16,\"ifxChipItemSelect\",\"updateItemSelection\"]],{\"selected\":[\"validateSelected\"]}],[1,\"ifx-chip\",{\"placeholder\":[1],\"size\":[1],\"value\":[1025],\"variant\":[1],\"readOnly\":[4,\"read-only\"],\"ariaLabel\":[1,\"aria-label\"],\"opened\":[32],\"selectedOptions\":[32]},[[5,\"mousedown\",\"closeDropdownOnOutsideClick\"],[0,\"keydown\",\"handleKeyDown\"],[0,\"ifxChipItemSelect\",\"updateSelectedOptions\"]],{\"value\":[\"handleValueChange\"],\"readOnly\":[\"handleReadOnlyChange\"]}]]],[\"ifx-spinner_2.cjs\",[[1,\"ifx-spinner\",{\"size\":[1],\"variant\":[1],\"inverted\":[4]}],[65,\"ifx-text-field\",{\"placeholder\":[1],\"value\":[1025],\"error\":[4],\"label\":[1],\"icon\":[1],\"caption\":[1],\"size\":[1],\"required\":[4],\"optional\":[4],\"success\":[4],\"disabled\":[4],\"maxlength\":[2],\"showDeleteIcon\":[4,\"show-delete-icon\"],\"autocomplete\":[1],\"type\":[1],\"internalId\":[1,\"internal-id\"],\"internalType\":[32],\"reset\":[64]},null,{\"value\":[\"valueWatcher\"]}]]],[\"ifx-link.cjs\",[[1,\"ifx-link\",{\"href\":[1],\"target\":[1],\"variant\":[1],\"size\":[1],\"disabled\":[4],\"download\":[1],\"ariaLabel\":[1,\"aria-label\"],\"internalHref\":[32],\"internalTarget\":[32],\"internalVariant\":[32]}]]]]"), options);
12
12
  };
13
13
 
14
14
  exports.setNonce = index.setNonce;
@@ -35,6 +35,7 @@
35
35
  "components/icon/infineonIconStencil.js",
36
36
  "components/icon-button/icon-button.js",
37
37
  "components/icons-preview/icons-preview.js",
38
+ "components/indicator/indicator.js",
38
39
  "components/link/link.js",
39
40
  "components/modal/modal.js",
40
41
  "components/navigation/navbar/navbar-item.js",
@@ -44,7 +45,6 @@
44
45
  "components/navigation/sidebar/sidebar-title.js",
45
46
  "components/navigation/sidebar/sidebar.js",
46
47
  "components/notification/notification.js",
47
- "components/number-indicator/number-indicator.js",
48
48
  "components/overview-table/overview-table.js",
49
49
  "components/pagination/pagination.js",
50
50
  "components/progress-bar/progress-bar.js",
@@ -6,7 +6,17 @@
6
6
  display: inline-flex;
7
7
  }
8
8
 
9
- .numberIndicator__container {
9
+ .indicator__container .dot__wrapper {
10
+ display: flex;
11
+ width: 8px;
12
+ height: 8px;
13
+ justify-content: center;
14
+ align-items: center;
15
+ flex-shrink: 0;
16
+ border-radius: 50%;
17
+ background-color: #0A8276;
18
+ }
19
+ .indicator__container .number__container {
10
20
  height: 16px;
11
21
  display: inline-flex;
12
22
  padding: 0;
@@ -16,7 +26,7 @@
16
26
  border-radius: 100px;
17
27
  background-color: #0A8276;
18
28
  }
19
- .numberIndicator__container span {
29
+ .indicator__container .number__container .number__wrapper {
20
30
  padding: 0 4px;
21
31
  color: #FFFFFF;
22
32
  text-align: center;
@@ -25,13 +35,9 @@
25
35
  font-weight: 600;
26
36
  line-height: 16px;
27
37
  }
28
- .numberIndicator__container.inverted {
38
+ .indicator__container .number__container.inverted {
29
39
  background-color: #FFFFFF;
30
40
  }
31
- .numberIndicator__container.inverted span {
41
+ .indicator__container .number__container.inverted .number__wrapper {
32
42
  color: #0A8276;
33
- }
34
-
35
- .content-wrapper {
36
- display: none;
37
43
  }
@@ -0,0 +1,125 @@
1
+ import { h } from "@stencil/core";
2
+ export class Indicator {
3
+ constructor() {
4
+ this.inverted = false;
5
+ this.ariaLabel = 'Indicator';
6
+ this.variant = 'number';
7
+ this.number = 0;
8
+ }
9
+ handleNumber() {
10
+ this.filteredNumber = !isNaN(this.number) && this.number > 99 ? '99+' : this.number;
11
+ }
12
+ componentWillLoad() {
13
+ this.handleNumber();
14
+ }
15
+ componentWillUpdate() {
16
+ this.handleNumber();
17
+ }
18
+ render() {
19
+ return (h("div", { key: '97cd5dd434f3c7a013af662ca2dd4d376b27a30a', "aria-label": this.ariaLabel, class: 'indicator__container' }, this.variant === 'number' &&
20
+ h("div", { key: '27277c4508bf8f8fad6483829c047bc5cc1e3e10', class: `number__container ${this.inverted ? 'inverted' : ""}` }, h("div", { key: 'a11951997e9d85cd62dc7ae4098429bb29d2fce9', class: "number__wrapper" }, this.filteredNumber)), this.variant === 'dot' && h("div", { key: 'a002bec8ec742ca4f515c0a42185a03ca5812e51', class: "dot__wrapper" })));
21
+ }
22
+ static get is() { return "ifx-indicator"; }
23
+ static get encapsulation() { return "shadow"; }
24
+ static get originalStyleUrls() {
25
+ return {
26
+ "$": ["indicator.scss"]
27
+ };
28
+ }
29
+ static get styleUrls() {
30
+ return {
31
+ "$": ["indicator.css"]
32
+ };
33
+ }
34
+ static get properties() {
35
+ return {
36
+ "inverted": {
37
+ "type": "boolean",
38
+ "mutable": false,
39
+ "complexType": {
40
+ "original": "boolean",
41
+ "resolved": "boolean",
42
+ "references": {}
43
+ },
44
+ "required": false,
45
+ "optional": false,
46
+ "docs": {
47
+ "tags": [],
48
+ "text": ""
49
+ },
50
+ "getter": false,
51
+ "setter": false,
52
+ "attribute": "inverted",
53
+ "reflect": false,
54
+ "defaultValue": "false"
55
+ },
56
+ "ariaLabel": {
57
+ "type": "string",
58
+ "mutable": false,
59
+ "complexType": {
60
+ "original": "string",
61
+ "resolved": "string",
62
+ "references": {}
63
+ },
64
+ "required": false,
65
+ "optional": false,
66
+ "docs": {
67
+ "tags": [],
68
+ "text": ""
69
+ },
70
+ "getter": false,
71
+ "setter": false,
72
+ "attribute": "aria-label",
73
+ "reflect": false,
74
+ "defaultValue": "'Indicator'"
75
+ },
76
+ "variant": {
77
+ "type": "string",
78
+ "mutable": false,
79
+ "complexType": {
80
+ "original": "string",
81
+ "resolved": "string",
82
+ "references": {}
83
+ },
84
+ "required": false,
85
+ "optional": false,
86
+ "docs": {
87
+ "tags": [],
88
+ "text": ""
89
+ },
90
+ "getter": false,
91
+ "setter": false,
92
+ "attribute": "variant",
93
+ "reflect": false,
94
+ "defaultValue": "'number'"
95
+ },
96
+ "number": {
97
+ "type": "number",
98
+ "mutable": false,
99
+ "complexType": {
100
+ "original": "number",
101
+ "resolved": "number",
102
+ "references": {}
103
+ },
104
+ "required": false,
105
+ "optional": false,
106
+ "docs": {
107
+ "tags": [],
108
+ "text": ""
109
+ },
110
+ "getter": false,
111
+ "setter": false,
112
+ "attribute": "number",
113
+ "reflect": false,
114
+ "defaultValue": "0"
115
+ }
116
+ };
117
+ }
118
+ static get states() {
119
+ return {
120
+ "filteredNumber": {}
121
+ };
122
+ }
123
+ static get elementRef() { return "el"; }
124
+ }
125
+ //# sourceMappingURL=indicator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indicator.js","sourceRoot":"","sources":["../../../src/components/indicator/indicator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAQnE,MAAM,OAAO,SAAS;IALtB;QAQU,aAAQ,GAAY,KAAK,CAAC;QAC1B,cAAS,GAAW,WAAW,CAAA;QAC/B,YAAO,GAAW,QAAQ,CAAA;QAC1B,WAAM,GAAW,CAAC,CAAC;KA2B5B;IAzBC,YAAY;QACV,IAAI,CAAC,cAAc,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;IACtF,CAAC;IAED,iBAAiB;QACf,IAAI,CAAC,YAAY,EAAE,CAAA;IACrB,CAAC;IAED,mBAAmB;QACjB,IAAI,CAAC,YAAY,EAAE,CAAA;IACrB,CAAC;IAED,MAAM;QACJ,OAAO,CACL,0EAAiB,IAAI,CAAC,SAAS,EAAE,KAAK,EAAC,sBAAsB;YAC3D,IAAI,CAAC,OAAO,KAAK,QAAQ;gBAC1B,4DAAK,KAAK,EAAE,qBAAqB,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,EAAE;oBAC/D,4DAAK,KAAK,EAAC,iBAAiB,IACzB,IAAI,CAAC,cAAc,CAChB,CACH;YACL,IAAI,CAAC,OAAO,KAAK,KAAK,IAAI,4DAAK,KAAK,EAAC,cAAc,GAAO,CACtD,CACP,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, h, Prop, Element, State } from '@stencil/core';\n \n\n@Component({\n tag: 'ifx-indicator',\n styleUrl: 'indicator.scss',\n shadow: true\n})\nexport class Indicator {\n @Element() el;\n @State() filteredNumber: string | number;\n @Prop() inverted: boolean = false;\n @Prop() ariaLabel: string = 'Indicator'\n @Prop() variant: string = 'number'\n @Prop() number: number = 0;\n\n handleNumber() {\n this.filteredNumber = !isNaN(this.number) && this.number > 99 ? '99+' : this.number;\n }\n\n componentWillLoad() { \n this.handleNumber()\n }\n\n componentWillUpdate() {\n this.handleNumber()\n }\n\n render() {\n return (\n <div aria-label={this.ariaLabel} class='indicator__container'>\n {this.variant === 'number' && \n <div class={`number__container ${this.inverted ? 'inverted' : \"\"}`}>\n <div class=\"number__wrapper\">\n {this.filteredNumber}\n </div> \n </div>}\n {this.variant === 'dot' && <div class=\"dot__wrapper\"></div>}\n </div>\n );\n }\n}"]}
@@ -0,0 +1,44 @@
1
+ export default {
2
+ title: 'Components/Indicator',
3
+ tags: ['autodocs'],
4
+ args: {
5
+ number: 1,
6
+ inverted: false,
7
+ variant: 'number'
8
+ },
9
+ argTypes: {
10
+ variant: {
11
+ name: 'Variant',
12
+ description: 'Sets the variant of the Indicator. Number by default.',
13
+ control: 'radio',
14
+ options: ['number', 'dot'],
15
+ table: {
16
+ category: 'story controls',
17
+ defaultValue: {
18
+ summary: 'number'
19
+ },
20
+ }
21
+ },
22
+ number: {
23
+ name: 'Number of the Indicator',
24
+ description: 'Sets the number displayed on the Indicator.',
25
+ table: {
26
+ category: 'story controls'
27
+ }
28
+ },
29
+ inverted: {
30
+ description: 'Toggles the color scheme of the number indicator.',
31
+ control: 'boolean',
32
+ table: {
33
+ category: 'ifx-number-indicator props',
34
+ defaultValue: {
35
+ summary: false
36
+ }
37
+ }
38
+ }
39
+ }
40
+ };
41
+ const DefaultTemplate = args => `<ifx-indicator variant="${args.variant}" number="${args.number}" inverted="${args.inverted}" />`;
42
+ export const Default = DefaultTemplate.bind({});
43
+ Default.argTypes = {};
44
+ //# sourceMappingURL=indicator.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indicator.stories.js","sourceRoot":"","sources":["../../../src/components/indicator/indicator.stories.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,KAAK,EAAE,sBAAsB;IAC7B,IAAI,EAAE,CAAC,UAAU,CAAC;IAElB,IAAI,EAAE;QACJ,MAAM,EAAE,CAAC;QACT,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,QAAQ;KAClB;IACD,QAAQ,EAAE;QACR,OAAO,EAAE;YACP,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,uDAAuD;YACpE,OAAO,EAAE,OAAO;YAChB,OAAO,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC;YAC1B,KAAK,EAAE;gBACL,QAAQ,EAAE,gBAAgB;gBAC1B,YAAY,EAAE;oBACZ,OAAO,EAAE,QAAQ;iBAClB;aACF;SACF;QACD,MAAM,EAAE;YACN,IAAI,EAAE,yBAAyB;YAC/B,WAAW,EAAE,6CAA6C;YAC1D,KAAK,EAAE;gBACL,QAAQ,EAAE,gBAAgB;aAC3B;SACF;QACD,QAAQ,EAAE;YACR,WAAW,EAAE,mDAAmD;YAChE,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE;gBACL,QAAQ,EAAE,4BAA4B;gBACtC,YAAY,EAAE;oBACZ,OAAO,EAAE,KAAK;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,eAAe,GAAG,IAAI,CAAC,EAAE,CAAC,2BAA2B,IAAI,CAAC,OAAO,aAAa,IAAI,CAAC,MAAM,eAAe,IAAI,CAAC,QAAQ,MAAM,CAAC;AAElI,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAChD,OAAO,CAAC,QAAQ,GAAG,EAAE,CAAC","sourcesContent":["export default {\n title: 'Components/Indicator',\n tags: ['autodocs'],\n\n args: {\n number: 1,\n inverted: false,\n variant: 'number'\n },\n argTypes: {\n variant: {\n name: 'Variant',\n description: 'Sets the variant of the Indicator. Number by default.',\n control: 'radio',\n options: ['number', 'dot'],\n table: {\n category: 'story controls',\n defaultValue: {\n summary: 'number'\n },\n }\n },\n number: {\n name: 'Number of the Indicator',\n description: 'Sets the number displayed on the Indicator.',\n table: {\n category: 'story controls'\n }\n },\n inverted: {\n description: 'Toggles the color scheme of the number indicator.',\n control: 'boolean',\n table: {\n category: 'ifx-number-indicator props',\n defaultValue: {\n summary: false\n }\n }\n }\n }\n};\n\nconst DefaultTemplate = args => `<ifx-indicator variant=\"${args.variant}\" number=\"${args.number}\" inverted=\"${args.inverted}\" />`;\n\nexport const Default = DefaultTemplate.bind({});\nDefault.argTypes = {};\n"]}
@@ -32,7 +32,7 @@ export class Link {
32
32
  }
33
33
  }
34
34
  render() {
35
- return (h("a", { key: 'a69268e5561febf610ba6a47f2dcc4759a63cb60', role: "link", "aria-label": this.ariaLabel, "aria-disabled": this.disabled || !this.internalHref, href: this.disabled ? undefined : this.internalHref, download: this.download, target: this.internalTarget, class: this.linkClassNames() }, h("slot", { key: '23793b0f016486595e4e10dff4b5741411ffbc6c' })));
35
+ return (h("a", { key: '2897df5640a0bcc1c032f1329b53636a1567e6aa', role: "link", "aria-label": this.ariaLabel, "aria-disabled": this.disabled || !this.internalHref, href: this.disabled ? undefined : this.internalHref, download: this.download, target: this.internalTarget, class: this.linkClassNames() }, h("slot", { key: '35b879c6940b9211d07c1cc043d61da45f2a3035' })));
36
36
  }
37
37
  getSizeClass() {
38
38
  const small = this.size === 's' ? 'small' : null;
@@ -122,8 +122,8 @@ export class IfxModal {
122
122
  }
123
123
  render() {
124
124
  const isAlertVariant = this.variant !== 'default';
125
- return (h(Host, { key: '2e30a56c24e83da9626e533bd7d94e94654f7db0' }, h("div", { key: 'c25fdaeb3c889459511e07ad28e234e12c922f0e', ref: (el) => (this.modalContainer = el), class: `modal-container ${this.showModal ? 'open' : ''}` }, h("div", { key: 'e848e5b455bbb0b1de3a3c9872fbeebdc2c3564c', class: "modal-overlay", onClick: () => this.handleOverlayClick() }), h("div", { key: 'b6b29e07448bcb89743a99500ddf39575be6c613', "data-focus-trap-edge": true, onFocus: this.handleTopFocus, tabindex: "0" }), h("div", { key: 'd2b93f5a595b31b836152e7a4543614fde364687', class: `modal-content-container ${this.size}`, role: "dialog", "aria-modal": "true", "aria-label": this.caption }, isAlertVariant ? (h("div", { class: `modal-icon-container ${this.variant === 'alert-brand' ? '' : 'danger'}` }, this.alertIcon ? h("ifx-icon", { icon: this.alertIcon }) : null)) : null, h("div", { key: '6a805dc0065c60a17bda86bd7e0bb0d11b7dd805', class: "modal-content" }, h("div", { key: 'ce0104689fd85d0d22b05d41317b01ac99300350', class: "modal-header" }, h("h2", { key: '0b6881c6349e492354f724a3c38a08fb9fd0e1e8', class: "modal-caption" }, this.caption), this.showCloseButton &&
126
- h("ifx-icon-button", { key: '901a48d3f331e6e26bf9c7176c9fdcd961feaf58', class: 'modal-close-button', ref: (el) => (this.closeButton = el), icon: "cross-24", variant: "tertiary", onClick: () => this.doBeforeClose('CLOSE_BUTTON') })), h("div", { key: '1082237bf2919a02b278453f8e821b6329dc5155', class: "modal-body" }, h("slot", { key: 'df2b5d4046eb89bf431ca0c28f07a679c910eaf4', name: "content" /*onSlotchange={() => console.log('slots children modified')}*/ })), h("div", { key: '0d584811292b33472f9a903d44033914f61a571d', class: `modal-footer ${this.slotButtonsPresent ? 'buttons-present' : ''}` }, h("slot", { key: '6bda292bba71baefbe77b282b0c0b04e9a05ac61', name: "buttons", onSlotchange: (e) => this.handleButtonsSlotChange(e) })))), h("div", { key: '1c78c02a817aeb4a777ca1a35dfe95e77b285d26', "data-focus-trap-edge": true, onFocus: this.handleBottomFocus, tabindex: "0" }))));
125
+ return (h(Host, { key: '375bb63dab3697fab8e7e3c4b5ab5426799b5484' }, h("div", { key: '8f4ac0ff369f5dc01491db73de0431ecd7043623', ref: (el) => (this.modalContainer = el), class: `modal-container ${this.showModal ? 'open' : ''}` }, h("div", { key: 'b08604598e5f3c19d2304110432dfc6fc31236c7', class: "modal-overlay", onClick: () => this.handleOverlayClick() }), h("div", { key: '70d3b0b7fbab02d23d7315723f60397562906a9b', "data-focus-trap-edge": true, onFocus: this.handleTopFocus, tabindex: "0" }), h("div", { key: '3c49518ed707b66bb8b99dacbcd0a23897505bb5', class: `modal-content-container ${this.size}`, role: "dialog", "aria-modal": "true", "aria-label": this.caption }, isAlertVariant ? (h("div", { class: `modal-icon-container ${this.variant === 'alert-brand' ? '' : 'danger'}` }, this.alertIcon ? h("ifx-icon", { icon: this.alertIcon }) : null)) : null, h("div", { key: '15061768d9bd997b15743d675b2cfc036fefa01e', class: "modal-content" }, h("div", { key: 'c8488823db5897ba3b6cf9a2518a4ac0e4b152f8', class: "modal-header" }, h("h2", { key: '737c7daddbe9e11bfcc9a99a492d81c012986c01', class: "modal-caption" }, this.caption), this.showCloseButton &&
126
+ h("ifx-icon-button", { key: 'a72cf4b115897b7bad027bfdb7e3da7ccf69859e', class: 'modal-close-button', ref: (el) => (this.closeButton = el), icon: "cross-24", variant: "tertiary", onClick: () => this.doBeforeClose('CLOSE_BUTTON') })), h("div", { key: '2a2ccfe890c34173dd7470893c329ef83d80d53e', class: "modal-body" }, h("slot", { key: '8b2fe5e925a787c297ad6dc3d45941cadca3e568', name: "content" /*onSlotchange={() => console.log('slots children modified')}*/ })), h("div", { key: 'e67f34d77ac1b46a6e7d753caa04ce676216e25d', class: `modal-footer ${this.slotButtonsPresent ? 'buttons-present' : ''}` }, h("slot", { key: '8588d45be337ae859c5918a66708d9e083317581', name: "buttons", onSlotchange: (e) => this.handleButtonsSlotChange(e) })))), h("div", { key: 'd394bc546269f35f851b97bc7280101346f71402', "data-focus-trap-edge": true, onFocus: this.handleBottomFocus, tabindex: "0" }))));
127
127
  }
128
128
  static get is() { return "ifx-modal"; }
129
129
  static get encapsulation() { return "shadow"; }
@@ -323,14 +323,14 @@ export class NavbarItem {
323
323
  }
324
324
  }
325
325
  render() {
326
- return (h("div", { key: '04fa0fb752b9892cded41105b34142d094680ded', class: "container", onMouseLeave: e => this.handleNestedLayerMenu(e), onMouseEnter: e => this.handleNestedLayerMenu(e) }, h("div", { key: '01fbf240899852726448728ebd37416cfa1d5a1f', class: "sub__layer-back-button" }, h("div", { key: '7db178c3c499af848dca3a4568d0ba8444e5129b', class: "back__button-wrapper", onClick: () => this.returnToFirstLayer() }, h("ifx-icon", { key: '0fd9f54d7e363bd078dad4d58c5e4eea73a89d4a', icon: "arrow-left-16" }), h("span", { key: '9b4a2ccf390320614610aea6d0c669d607e91ceb' }, "Back"))), h("a", { key: '5d7467b89f268b76ae512553ce453c2f021878e0', href: this.internalHref, target: this.target, onClick: () => this.toggleItemMenu(), class: `navbar__item ${this.isSidebarMenuItem ? 'sidebarMenuItem' : ""} ${!this.showLabel ? 'removeLabel' : ""} ${this.isMenuItem ? 'menuItem' : ""} ${this.hasChildNavItems ? 'isParent' : ""}` }, h("div", { key: 'ade6198ebcf7cc178ba09c19d856ec64e1af97db', class: "inner__content-wrapper" }, h("div", { key: '60f39fc106eeaec331b229029f38e9f9a075e317', class: `navbar__container-right-content-navigation-item-icon-wrapper ${!this.icon ? "removeWrapper" : ""}` }, this.icon && h("ifx-icon", { key: 'df1ad26dd3ce69c5b256da82079070efd15cced5', icon: this.icon }), this.icon && !this.showLabel && !isNaN(this.numberIndicator) &&
327
- h("div", { key: '9001a460bc6213762bb6fcfdee2b7e5762d4b6be', class: "number__indicator-wrapper" }, h("ifx-number-indicator", { key: 'ed4ece8adfcb62fbc879cd1fa86dbfbd1255b20f' }, this.numberIndicator)), this.icon && !this.showLabel && !this.numberIndicator && this.dotIndicator &&
328
- h("div", { key: '51a3f8fccbe0e690f44dbe0004a17cb55d04e614', class: "dot__indicator-wrapper" })), this.itemPosition === 'left'
326
+ return (h("div", { key: 'e2601a0327ccc31f2451fcc2490191eb582a0016', class: "container", onMouseLeave: e => this.handleNestedLayerMenu(e), onMouseEnter: e => this.handleNestedLayerMenu(e) }, h("div", { key: '3ec0353eb436ea0adc828f56b508624f525264ec', class: "sub__layer-back-button" }, h("div", { key: '39284ea8b7f17a83084f948c7ea3b12c1d2fac2a', class: "back__button-wrapper", onClick: () => this.returnToFirstLayer() }, h("ifx-icon", { key: '2d6e46c606579b12ba9680039e2f88c5dc31a4eb', icon: "arrow-left-16" }), h("span", { key: 'a5fd3d1d8551b6be567f608568b97ca2c4c5348e' }, "Back"))), h("a", { key: 'fea66a4b956ec1671a7e9fcf7441a5bf676a200e', href: this.internalHref, target: this.target, onClick: () => this.toggleItemMenu(), class: `navbar__item ${this.isSidebarMenuItem ? 'sidebarMenuItem' : ""} ${!this.showLabel ? 'removeLabel' : ""} ${this.isMenuItem ? 'menuItem' : ""} ${this.hasChildNavItems ? 'isParent' : ""}` }, h("div", { key: '29e17c7b770251a917a4c84c08fa013693d22a60', class: "inner__content-wrapper" }, h("div", { key: '5e35323bc544eeacdf08d985fc59dfccbf5d17f7', class: `navbar__container-right-content-navigation-item-icon-wrapper ${!this.icon ? "removeWrapper" : ""}` }, this.icon && h("ifx-icon", { key: '7572d24b3f914d43f98ff551de9a27d323a2a791', icon: this.icon }), this.icon && !this.showLabel && !isNaN(this.numberIndicator) &&
327
+ h("div", { key: '93a14b1b3ecec23fbed6c57295eceb42bf71f729', class: "number__indicator-wrapper" }, h("ifx-number-indicator", { key: '559d6b9be6a709377650b8f916ef471a898b4978' }, this.numberIndicator)), this.icon && !this.showLabel && !this.numberIndicator && this.dotIndicator &&
328
+ h("div", { key: '18e46a53550e5dc1ea1969c4ce326d24cfb34c90', class: "dot__indicator-wrapper" })), this.itemPosition === 'left'
329
329
  && this.hasChildNavItems
330
330
  && this.isMenuItem &&
331
- h("div", { key: '5d9caeb34ce65e57b96a7183cef8fd7040dc803a', class: "menuItemLeftIconWrapper" }, h("ifx-icon", { key: 'c4a594a538e17c0f8ead0c4274c818e55b31090a', icon: "chevron-left-12" })), h("span", { key: '9aec1215555f408804d21ba6769536122f4e55d1', class: "label__wrapper" }, h("slot", { key: 'c58d9f625de9b2320209398f4c349ebbad267347' }))), this.showLabel && this.numberIndicator && !isNaN(this.numberIndicator) ?
331
+ h("div", { key: '811fbfb3eace865b2daeb9f066a0f82bd14d3252', class: "menuItemLeftIconWrapper" }, h("ifx-icon", { key: '4db1bb1ad3e8576787d00a1f694a0978ab3f9dab', icon: "chevron-left-12" })), h("span", { key: '1488814cc51e2b865215ecae2f307327d26bc6f0', class: "label__wrapper" }, h("slot", { key: 'c606849d2d390d4e8682b90d343b701b8f8ebbc0' }))), this.showLabel && this.numberIndicator && !isNaN(this.numberIndicator) ?
332
332
  h("div", { class: "number__indicator-wrapper" }, h("ifx-number-indicator", null, this.numberIndicator)) : "", this.showLabel && !this.numberIndicator && this.dotIndicator ?
333
- h("div", { class: "dot__indicator-wrapper" }) : "", h("div", { key: '07ca60ba0ef5c8b12da988e80f938544a2eb6538', class: `navItemIconWrapper ${this.hasChildNavItems && !this.isMenuItem && !this.isSidebarMenuItem ? '' : "hide"}` }, h("ifx-icon", { key: '7221972ee932d6e40423b2d839f1d2533f2f3d47', icon: "chevron-down-12" })), h("div", { key: '1daf0a9a0e868b7a79e700f7aa030997ae9716a8', class: `menuItemRightIconWrapper ${((this.itemPosition === 'right' && this.hasChildNavItems && this.isMenuItem) || (this.isSidebarMenuItem && this.hasChildNavItems)) ? '' : "hide"}` }, h("ifx-icon", { key: 'e60a020b891a0fcca24e228869328ba5668fbbad', icon: "chevron-right-12" }))), this.hasChildNavItems && !this.isSidebarMenuItem && h("ul", { key: 'b0d9a7482b2ac660813610369efc7d39692f52a8', class: 'navbar-menu' }, " ", h("slot", { key: '96d2d8ccc728aa3aa77ffbd3b5382bd4aeaac68e', name: "first__layer" }), " "), this.isSidebarMenuItem && h("ul", { key: '01bbfea6cff7b15687b31986bfd2cbeefa71ff09', class: 'sub__layer-menu' }, " ", h("slot", { key: '3091d1cfeeff8bf76fae4cdeab0e6ce96ca62131', name: "second__layer" }), " ")));
333
+ h("div", { class: "dot__indicator-wrapper" }) : "", h("div", { key: '58690fdfe5fd7f28b36ffa9cda42f3fa12aa3f72', class: `navItemIconWrapper ${this.hasChildNavItems && !this.isMenuItem && !this.isSidebarMenuItem ? '' : "hide"}` }, h("ifx-icon", { key: '7d9a0bb30c32c57699a870d24234aa21e5ec237e', icon: "chevron-down-12" })), h("div", { key: '0bcb2940fc3a894de79b4f03ab7e4c19ebb4a2ce', class: `menuItemRightIconWrapper ${((this.itemPosition === 'right' && this.hasChildNavItems && this.isMenuItem) || (this.isSidebarMenuItem && this.hasChildNavItems)) ? '' : "hide"}` }, h("ifx-icon", { key: '428705d1296ecd32607916d10f02f196f1ac1a46', icon: "chevron-right-12" }))), this.hasChildNavItems && !this.isSidebarMenuItem && h("ul", { key: '4588da2dacea9fdf098fe214ca6d514dca7f0f9c', class: 'navbar-menu' }, " ", h("slot", { key: '609e99e98ccfcad77464a593eaf04a33b277530b', name: "first__layer" }), " "), this.isSidebarMenuItem && h("ul", { key: 'fcde7c04a90485be10b3e980c6631ec7e9afe9d6', class: 'sub__layer-menu' }, " ", h("slot", { key: '4b43e369dc12c8265899f96990709c0ef20562ad', name: "second__layer" }), " ")));
334
334
  }
335
335
  static get is() { return "ifx-navbar-item"; }
336
336
  static get encapsulation() { return "shadow"; }
@@ -149,9 +149,9 @@ export class NavbarProfile {
149
149
  }
150
150
  }
151
151
  render() {
152
- return (h("div", { key: '32c51f06a4b6ffe22dc7f8b7865d33a7d7306ab6', class: "container" }, h("a", { key: '6d9d2d41834d6ca4ed75a9b24952a857ba930de1', href: this.internalHref, target: this.target, onClick: () => this.toggleItemMenu(), class: `navbar__item ${!this.showLabel ? 'removeLabel' : ""} ${this.hasChildNavItems ? 'isParent' : ""}` }, h("div", { key: '08d327f4e09320134bd9c97b73e467405de765b6', class: "inner__content-wrapper" }, h("div", { key: '46c356af60a0f79c13e57c22472f3d4711bb846c', class: `navbar__container-right-content-navigation-item-icon-wrapper` }, this.userName.trim() !== "" && h("div", { key: 'fe01d446f3b278fb9b9629bfb0ce9772575ffce8', class: 'username__tooltip' }, this.userName), this.internalImageUrl.type !== 'initials' &&
153
- h("img", { key: 'f25e72217da286009066e4dfdc5fcd88c6c9baf1', src: this.internalImageUrl.type === 'url' ? this.internalImageUrl.value : `data:image/svg+xml,${encodeURIComponent(this.defaultProfileImage)}`, alt: this.alt }), this.internalImageUrl.type === 'initials' &&
154
- h("div", { key: '5252c2c6a51e0df3ba5c75d1c709171fcd2eecc9', class: "initials__wrapper" }, h("span", { key: '90050c71b702707cca8352e102908253e7c02714', class: "initials" }, this.internalImageUrl.value))), h("span", { key: '29e33807e2c62464576caf21db8ed0583c96b031', class: "label__wrapper" }, h("slot", { key: '2a8f76838fd3228828a4e46941c6c87350ae674c', onSlotchange: () => this.setProfileGap() })))), this.hasChildNavItems && h("ul", { key: '8231934a7e926850fd122c448756538cb2f16639', class: 'navbar-menu rightSideItemMenu' }, " ", h("slot", { key: '2a0fbf2eaf1c5fb41cdc33f63f85bed82ea9b5f0', name: "first__layer" }), " ")));
152
+ return (h("div", { key: 'e2ff46a8b617a21014374771815562729cbb767a', class: "container" }, h("a", { key: '211198dc2152321998f7d50ffec394101ee7c4b6', href: this.internalHref, target: this.target, onClick: () => this.toggleItemMenu(), class: `navbar__item ${!this.showLabel ? 'removeLabel' : ""} ${this.hasChildNavItems ? 'isParent' : ""}` }, h("div", { key: '458d702dc49a119b8ce66e2475f1a14124c3b65a', class: "inner__content-wrapper" }, h("div", { key: '0d2a7aa856129d7e97ab7fc46cc051c1263cde14', class: `navbar__container-right-content-navigation-item-icon-wrapper` }, this.userName.trim() !== "" && h("div", { key: 'de53dd0ef7e401da7cb8960934430d87df6e45ae', class: 'username__tooltip' }, this.userName), this.internalImageUrl.type !== 'initials' &&
153
+ h("img", { key: 'db610509513b7f5e8088e159de25978bbbd8a484', src: this.internalImageUrl.type === 'url' ? this.internalImageUrl.value : `data:image/svg+xml,${encodeURIComponent(this.defaultProfileImage)}`, alt: this.alt }), this.internalImageUrl.type === 'initials' &&
154
+ h("div", { key: '004b8ee0d4e917b0526695dadfdb45017e7a7796', class: "initials__wrapper" }, h("span", { key: '9cd8dd710240053cbc782ffdb6a5330a21f8fbc7', class: "initials" }, this.internalImageUrl.value))), h("span", { key: '35b67f66c89205128e5eeff512a29a7fc635bf7b', class: "label__wrapper" }, h("slot", { key: 'c4ca3de67675606286a61623a35de9fce4b1199e', onSlotchange: () => this.setProfileGap() })))), this.hasChildNavItems && h("ul", { key: '7a6e73dd73698c1d04e3e13dd58b91bf431e1b0a', class: 'navbar-menu rightSideItemMenu' }, " ", h("slot", { key: '7ccdd3bf27954a619f06e0a4a660fca68be44a09', name: "first__layer" }), " ")));
155
155
  }
156
156
  static get is() { return "ifx-navbar-profile"; }
157
157
  static get encapsulation() { return "shadow"; }
@@ -405,9 +405,9 @@ export class Navbar {
405
405
  }
406
406
  }
407
407
  render() {
408
- return (h("div", { key: 'f4b3215d1290fd53a03e656278d928bb7437cac7', "aria-label": 'a navigation navbar', class: `navbar__wrapper ${this.fixed ? 'fixed' : ""}` }, h("div", { key: '130405da4f944163a095847ed16b1229b1782095', class: `navbar__main-container ${this.fixed ? 'fixed' : ""}` }, h("div", { key: 'c23ffb4bff18e1374b61c3ce7ac405e13b5211b9', class: `navbar__container ${this.searchBarIsOpen ? "expanded" : ""}` }, h("div", { key: '073711036291896a5b47df3ff679b5fadfe20dd2', class: `navbar__container-left ${this.searchBarIsOpen === 'left' ? "expand" : this.searchBarIsOpen === 'right' ? 'hide' : ""}` }, this.showLogoAndAppname &&
409
- h("div", { key: '6a3d7b710c9ad2d9c6838642412fbae358fcdb2f', class: `navbar__container-left-logo ${this.searchBarIsOpen === 'left' ? 'hide' : ""}` }, h("div", { key: '406d4bf3a18babedab72bf7610e1e745184aeb17', class: "navbar__container-left-logo-default" }, h("a", { key: 'c6b117edd732d5ef3b924e96e949736f751572d8', href: this.internalLogoHref, target: this.internalLogoHrefTarget }, h("svg", { key: 'aacc3a6d4bb5edf6e43fcd2fcbec284eabded339', width: "91", height: "40", viewBox: "0 0 91 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("g", { key: 'f7984dd0b7031b2ba2840909c5d630c4c541a380', "clip-path": "url(#clip0_2396_2480)" }, h("path", { key: 'dd4c1767f6f3be5f8500f8169cb099344ef0beb5', d: "M67.691 26.7766C71.0884 26.7766 72.1461 23.1841 72.1461 19.8802C72.1461 15.4536 70.2871 13.1441 67.691 13.1441C64.4219 13.1441 63.2681 16.7367 63.3001 19.9443C63.3322 23.1199 64.2296 26.7766 67.691 26.7766ZM66.0244 19.8481C66.0244 18.533 66.0244 15.4536 67.691 15.4536C69.4859 15.4536 69.4218 18.5009 69.4218 19.9123C69.4218 21.2595 69.4218 24.5313 67.7551 24.5313C65.9603 24.4992 66.0244 21.2274 66.0244 19.8481ZM57.8195 26.7766C59.1976 26.7766 60.3835 26.2313 61.5053 25.0445L60.5117 23.1841C59.7425 24.018 58.9733 24.4671 58.0438 24.4671C57.2746 24.4671 56.6336 24.018 56.249 23.2482C55.9285 22.5746 55.8644 21.8048 55.8644 20.9708V20.7142H61.6335V20.1368C61.6335 17.282 61.2809 15.7102 60.3835 14.5234C59.7104 13.6253 58.7169 13.1441 57.499 13.1441C56.2169 13.1441 55.1593 13.7215 54.39 14.8442C53.5567 16.0631 53.2042 17.699 53.2042 19.9443C53.1721 24.2426 54.8708 26.7766 57.8195 26.7766ZM57.531 15.2612C58.172 15.2612 58.5566 15.614 58.813 16.1914C59.0053 16.7046 59.1015 17.5707 59.1015 18.5971H55.8644C55.8964 16.3197 56.3772 15.2612 57.531 15.2612ZM74.2614 26.4559H76.7614V16.8329C77.3703 16.0952 78.0754 15.6782 78.5882 15.6782C78.9087 15.6782 79.2292 15.7423 79.4215 15.9989C79.6138 16.2876 79.71 16.7046 79.71 17.699V26.4559H82.21V16.5442C82.21 15.6782 82.1138 14.8121 81.601 14.1706C81.1523 13.5932 80.4472 13.2404 79.5497 13.2404C78.3959 13.2404 77.2101 13.914 76.569 14.6838C76.537 14.0102 76.3126 13.3687 76.2485 13.1441L73.9089 13.7536C74.0371 14.4593 74.2294 15.3253 74.2294 16.8971V26.4559H74.2614ZM45.2236 14.6838C45.1915 14.0102 44.9672 13.3687 44.9031 13.1441L42.5634 13.7536C42.6916 14.4593 42.8839 15.3253 42.8839 16.8971V26.4238H45.3838V16.8008C45.9928 16.0631 46.6979 15.6461 47.2107 15.6461C47.5312 15.6461 47.8517 15.7102 48.044 15.9669C48.2363 16.2555 48.3325 16.6725 48.3325 17.6669V26.4238H50.8324V16.5442C50.8324 15.6782 50.7363 14.8121 50.2235 14.1706C49.7748 13.5932 49.0696 13.2404 48.1722 13.2404C47.0505 13.2404 45.8646 13.914 45.2236 14.6838ZM14.6473 9.07042C16.1216 9.07042 17.3075 7.88359 17.3075 6.40807C17.3075 4.93256 16.1216 3.74573 14.6473 3.74573C13.173 3.74573 11.9871 4.93256 11.9871 6.40807C11.9871 7.88359 13.173 9.07042 14.6473 9.07042ZM26.9227 26.4559V16.5442C26.9227 15.6782 26.8265 14.8121 26.3137 14.1706C25.865 13.5932 25.1599 13.2404 24.2625 13.2404C23.1087 13.2404 21.9228 13.914 21.2818 14.6838C21.2497 14.0102 21.0254 13.3687 20.9613 13.1441L18.6536 13.7857C18.7818 14.4913 18.9741 15.3574 18.9741 16.9291V26.4559H21.4741V16.8329C22.0831 16.0952 22.7882 15.6782 23.301 15.6782C23.6215 15.6782 23.942 15.7423 24.1343 15.9989C24.3266 16.2876 24.4227 16.7046 24.4227 17.699V26.4559H26.9227ZM38.4289 8.36474C37.4994 8.36474 36.7622 9.10249 36.7622 10.0327C36.7622 10.9629 37.4994 11.7007 38.3968 11.7007C39.3263 11.7007 40.0634 10.9629 40.0634 10.0327C40.0634 9.10249 39.3263 8.36474 38.4289 8.36474ZM13.4614 26.4559H15.9614V10.8346L13.4614 11.1554V26.4559ZM33.8777 9.90441C34.3264 9.90441 34.7751 10.0648 35.0635 10.2893L35.7687 8.33266C35.0956 7.85151 34.3584 7.62698 33.429 7.62698C32.788 7.62698 32.1149 7.78736 31.5059 8.26851C30.897 8.78173 30.256 9.80818 30.256 11.7328C30.256 12.5667 30.288 13.4328 30.288 13.4328H29.4226V15.6461H30.288V26.4238H32.8521V15.6782H34.743L35.2238 13.4649H32.8841V11.4762C32.8841 10.5139 33.2687 9.90441 33.8777 9.90441ZM37.1468 26.4559H39.6788V13.2404L37.1468 13.5611V26.4559Z", fill: "#005DA9" }), h("path", { key: 'a1db70730887ff389e1ae797dba01ff6de5f7dc0', d: "M77.0816 33.5126C68.6203 36.0146 58.3321 37.1052 48.2682 37.1052C22.7239 37.1052 6.24986 29.5993 5.09604 19.6877C4.67938 15.9668 7.59599 12.3422 12.4677 9.26285C11.6023 8.62132 11.0575 7.59488 11.0254 6.44012C3.97427 10.161 0 15.0366 0 19.9764C0 30.9145 19.5188 40.1525 48.5246 39.7676C58.6205 39.6393 67.0498 38.1958 74.6778 35.6939C83.7482 32.7428 89.4532 28.5087 90.8313 26.6483C89.1968 28.1238 85.3186 31.0748 77.0816 33.5126ZM23.2687 4.38723C24.9674 3.80985 27.3712 3.0721 27.3712 3.0721C34.1339 1.21166 41.6017 0.121063 48.5566 0.185215C40.544 -0.295931 33.2365 0.185215 26.8584 1.33997C26.8584 1.33997 24.743 1.69281 22.4675 2.27018C22.4675 2.27018 21.3777 2.55887 20.7047 2.75133C20.0316 2.94379 19.1021 3.2004 19.1021 3.2004C18.4611 3.39286 17.8201 3.6174 17.1791 3.84193C17.8201 4.48346 18.2047 5.31745 18.2368 6.27974C19.3586 5.76652 21.5059 4.99668 23.2687 4.38723Z", fill: "#E30034" })), h("defs", { key: 'f3d269021b5f0bd6ac0e057510da749659db0e27' }, h("clipPath", { key: 'e448e6a8532038ec4b58b57a19999944494a16cf', id: "clip0_2396_2480" }, h("rect", { key: '28fa24f850d28ff7ae259e829d5f6994d877276a', width: "91", height: "40", fill: "white" })))))), this.applicationName && h("h6", { key: '65e2c369444bbc03535e9977c9a42d937172b50f' }, this.applicationName), this.applicationName && this.hasLeftMenuItems &&
410
- h("div", { key: '3aca7e2e6aeb7bfc8946840fa1866034190e9534', class: "navbar__container-left-logo-divider" })), h("div", { key: '8096403ec2879e6b7b0d4121bc95706afad1ba6a', class: "navbar__container-left-content" }, h("div", { key: 'f4a0fdf9cabf1a80c1af14e0168b60b1f7aad99b', class: "navbar__container-left-content-navigation-group" }, h("slot", { key: 'f99449c5a6adf5998e6eba43b958cdafa7d08810', name: 'left-item' }), h("div", { key: '5d9593dface6dd93f9e65d6bac03a1d2d605ba62', class: "navbar__container-left-content-navigation-item-search-bar" }, h("slot", { key: '3cf34fe10255fd484b0e6fceb60dd98f8a873c18', name: 'search-bar-left' }))))), h("div", { key: 'bb970287c2b55a644f016e10fce23aba7e5e21e3', class: `navbar__container-right ${this.searchBarIsOpen === 'right' ? "expand" : this.searchBarIsOpen === 'left' ? 'hide' : ""}` }, h("div", { key: 'f85282aebe40a535a8d0145962b1bda3ff63d9d5', class: "navbar__container-right-content" }, h("div", { key: '0e38fce2cc8fe8bd7dfd0391ed0fbb7a9e6a4bcd', class: "navbar__container-right-content-navigation-group" }, h("div", { key: '6005209de5272ba62bb77d879d646b95508b6c30', class: "navbar__container-right-content-navigation-item-search-bar" }, h("div", { key: '95f4f7211b0c943415137cebbdbbed12236b02c0', class: `navbar__container-right-content-navigation-item-search-bar-icon-wrapper` }, h("slot", { key: 'e2f2150d77eb43d270e7a630d5be4abe673ba9cb', name: 'search-bar-right' }))), h("slot", { key: '3d4e375cbd15dd5df085ae7b775b11868835a4f4', name: 'right-item' }))), h("div", { key: '92c795d4d0fd254d3a9a6b990d677dfa7994db80', class: `navbar__burger-icon-wrapper`, onClick: this.handleSidebar.bind(this) }, h("div", { key: 'ae57cda9c04e4e235d609253a2f9bf358d27c2a2', class: "navbar__burger-icon" }, h("ifx-icon", { key: '43b0ae8a3952ba8bb066486a2f92cf1af30c1ae5', icon: "menu-right-24" })), h("div", { key: '05657403ab36871c68b6f055a6918528241c2377', class: "navbar__cross-icon" }, h("ifx-icon", { key: 'cea48a38ddcdb0fd7f849d80f85297c28e12aca0', icon: "cross-24" })))))), h("div", { key: '1d2f66c386bf9b29d4381d93f4ec39073a230526', class: "navbar__sidebar" }, h("div", { key: '4a2b5440a00a21ef3ce8304f6a29bead32bc7f13', class: "navbar__sidebar-top-row" }, h("div", { key: 'dcc3618e79a407ddaede96c5a43e358abcefa402', class: "navbar__sidebar-top-row-wrapper" }, h("slot", { key: '5d1867724eeead84c696e634d5b8a65a25567fda', name: 'mobile-menu-top' }))), h("div", { key: '70e2129268282a781e13eb25d6227600d62c02d9', class: "navbar__sidebar-bottom-row" }, h("slot", { key: 'c1b9d3e40a3d255745ab03ab5bbc5c4aa97302af', name: 'mobile-menu-bottom', onSlotchange: (e) => this.handleMobileMenuBottom(e) })))));
408
+ return (h("div", { key: 'c60214f6729e9db963d1cb09430b550a13055be9', "aria-label": 'a navigation navbar', class: `navbar__wrapper ${this.fixed ? 'fixed' : ""}` }, h("div", { key: '8740ce00c10cb2a5b8baabc0c52516848dc9d6bd', class: `navbar__main-container ${this.fixed ? 'fixed' : ""}` }, h("div", { key: 'ff83335db63d00ef71c2d8f877ad4aa10cf2ca16', class: `navbar__container ${this.searchBarIsOpen ? "expanded" : ""}` }, h("div", { key: '07da05ccdb75c2c94d625b1b149065b2bbce7352', class: `navbar__container-left ${this.searchBarIsOpen === 'left' ? "expand" : this.searchBarIsOpen === 'right' ? 'hide' : ""}` }, this.showLogoAndAppname &&
409
+ h("div", { key: '39c28e9231593e745baaaa7d711523df8917f5a6', class: `navbar__container-left-logo ${this.searchBarIsOpen === 'left' ? 'hide' : ""}` }, h("div", { key: '8e4e8e661015932c541f03c510e1045726cf4d0e', class: "navbar__container-left-logo-default" }, h("a", { key: '5b9e4e1d9b4cbc2fb2f71e42e6aafef51c96fb58', href: this.internalLogoHref, target: this.internalLogoHrefTarget }, h("svg", { key: '9d57c866b2dfd028097f084aa12076e919441d46', width: "91", height: "40", viewBox: "0 0 91 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("g", { key: '64d6954a02eb6fbba7109805e12db4cceddbcf54', "clip-path": "url(#clip0_2396_2480)" }, h("path", { key: '3667b001ad0a43354f7e93e46fa5da6bf05085c7', d: "M67.691 26.7766C71.0884 26.7766 72.1461 23.1841 72.1461 19.8802C72.1461 15.4536 70.2871 13.1441 67.691 13.1441C64.4219 13.1441 63.2681 16.7367 63.3001 19.9443C63.3322 23.1199 64.2296 26.7766 67.691 26.7766ZM66.0244 19.8481C66.0244 18.533 66.0244 15.4536 67.691 15.4536C69.4859 15.4536 69.4218 18.5009 69.4218 19.9123C69.4218 21.2595 69.4218 24.5313 67.7551 24.5313C65.9603 24.4992 66.0244 21.2274 66.0244 19.8481ZM57.8195 26.7766C59.1976 26.7766 60.3835 26.2313 61.5053 25.0445L60.5117 23.1841C59.7425 24.018 58.9733 24.4671 58.0438 24.4671C57.2746 24.4671 56.6336 24.018 56.249 23.2482C55.9285 22.5746 55.8644 21.8048 55.8644 20.9708V20.7142H61.6335V20.1368C61.6335 17.282 61.2809 15.7102 60.3835 14.5234C59.7104 13.6253 58.7169 13.1441 57.499 13.1441C56.2169 13.1441 55.1593 13.7215 54.39 14.8442C53.5567 16.0631 53.2042 17.699 53.2042 19.9443C53.1721 24.2426 54.8708 26.7766 57.8195 26.7766ZM57.531 15.2612C58.172 15.2612 58.5566 15.614 58.813 16.1914C59.0053 16.7046 59.1015 17.5707 59.1015 18.5971H55.8644C55.8964 16.3197 56.3772 15.2612 57.531 15.2612ZM74.2614 26.4559H76.7614V16.8329C77.3703 16.0952 78.0754 15.6782 78.5882 15.6782C78.9087 15.6782 79.2292 15.7423 79.4215 15.9989C79.6138 16.2876 79.71 16.7046 79.71 17.699V26.4559H82.21V16.5442C82.21 15.6782 82.1138 14.8121 81.601 14.1706C81.1523 13.5932 80.4472 13.2404 79.5497 13.2404C78.3959 13.2404 77.2101 13.914 76.569 14.6838C76.537 14.0102 76.3126 13.3687 76.2485 13.1441L73.9089 13.7536C74.0371 14.4593 74.2294 15.3253 74.2294 16.8971V26.4559H74.2614ZM45.2236 14.6838C45.1915 14.0102 44.9672 13.3687 44.9031 13.1441L42.5634 13.7536C42.6916 14.4593 42.8839 15.3253 42.8839 16.8971V26.4238H45.3838V16.8008C45.9928 16.0631 46.6979 15.6461 47.2107 15.6461C47.5312 15.6461 47.8517 15.7102 48.044 15.9669C48.2363 16.2555 48.3325 16.6725 48.3325 17.6669V26.4238H50.8324V16.5442C50.8324 15.6782 50.7363 14.8121 50.2235 14.1706C49.7748 13.5932 49.0696 13.2404 48.1722 13.2404C47.0505 13.2404 45.8646 13.914 45.2236 14.6838ZM14.6473 9.07042C16.1216 9.07042 17.3075 7.88359 17.3075 6.40807C17.3075 4.93256 16.1216 3.74573 14.6473 3.74573C13.173 3.74573 11.9871 4.93256 11.9871 6.40807C11.9871 7.88359 13.173 9.07042 14.6473 9.07042ZM26.9227 26.4559V16.5442C26.9227 15.6782 26.8265 14.8121 26.3137 14.1706C25.865 13.5932 25.1599 13.2404 24.2625 13.2404C23.1087 13.2404 21.9228 13.914 21.2818 14.6838C21.2497 14.0102 21.0254 13.3687 20.9613 13.1441L18.6536 13.7857C18.7818 14.4913 18.9741 15.3574 18.9741 16.9291V26.4559H21.4741V16.8329C22.0831 16.0952 22.7882 15.6782 23.301 15.6782C23.6215 15.6782 23.942 15.7423 24.1343 15.9989C24.3266 16.2876 24.4227 16.7046 24.4227 17.699V26.4559H26.9227ZM38.4289 8.36474C37.4994 8.36474 36.7622 9.10249 36.7622 10.0327C36.7622 10.9629 37.4994 11.7007 38.3968 11.7007C39.3263 11.7007 40.0634 10.9629 40.0634 10.0327C40.0634 9.10249 39.3263 8.36474 38.4289 8.36474ZM13.4614 26.4559H15.9614V10.8346L13.4614 11.1554V26.4559ZM33.8777 9.90441C34.3264 9.90441 34.7751 10.0648 35.0635 10.2893L35.7687 8.33266C35.0956 7.85151 34.3584 7.62698 33.429 7.62698C32.788 7.62698 32.1149 7.78736 31.5059 8.26851C30.897 8.78173 30.256 9.80818 30.256 11.7328C30.256 12.5667 30.288 13.4328 30.288 13.4328H29.4226V15.6461H30.288V26.4238H32.8521V15.6782H34.743L35.2238 13.4649H32.8841V11.4762C32.8841 10.5139 33.2687 9.90441 33.8777 9.90441ZM37.1468 26.4559H39.6788V13.2404L37.1468 13.5611V26.4559Z", fill: "#005DA9" }), h("path", { key: '57effe7597fd5331cf2c030add87c2b6c3a466da', d: "M77.0816 33.5126C68.6203 36.0146 58.3321 37.1052 48.2682 37.1052C22.7239 37.1052 6.24986 29.5993 5.09604 19.6877C4.67938 15.9668 7.59599 12.3422 12.4677 9.26285C11.6023 8.62132 11.0575 7.59488 11.0254 6.44012C3.97427 10.161 0 15.0366 0 19.9764C0 30.9145 19.5188 40.1525 48.5246 39.7676C58.6205 39.6393 67.0498 38.1958 74.6778 35.6939C83.7482 32.7428 89.4532 28.5087 90.8313 26.6483C89.1968 28.1238 85.3186 31.0748 77.0816 33.5126ZM23.2687 4.38723C24.9674 3.80985 27.3712 3.0721 27.3712 3.0721C34.1339 1.21166 41.6017 0.121063 48.5566 0.185215C40.544 -0.295931 33.2365 0.185215 26.8584 1.33997C26.8584 1.33997 24.743 1.69281 22.4675 2.27018C22.4675 2.27018 21.3777 2.55887 20.7047 2.75133C20.0316 2.94379 19.1021 3.2004 19.1021 3.2004C18.4611 3.39286 17.8201 3.6174 17.1791 3.84193C17.8201 4.48346 18.2047 5.31745 18.2368 6.27974C19.3586 5.76652 21.5059 4.99668 23.2687 4.38723Z", fill: "#E30034" })), h("defs", { key: '2e27247cab0f1c8a4495cc6880643100e1ecf44a' }, h("clipPath", { key: '8cf59ab2070f15078452eb633c189eacaa67ce68', id: "clip0_2396_2480" }, h("rect", { key: '689cd9fd2122490bd14507571ca622ffc92e22ab', width: "91", height: "40", fill: "white" })))))), this.applicationName && h("h6", { key: '5010dbc0cfdbb087b6f3de0a4ee409ead26a5240' }, this.applicationName), this.applicationName && this.hasLeftMenuItems &&
410
+ h("div", { key: '99a8ca12ee869130d809763d7ebab4663a2c0e68', class: "navbar__container-left-logo-divider" })), h("div", { key: 'cdd64c826dbc60490b5ef4ebbc8f1871b15713d3', class: "navbar__container-left-content" }, h("div", { key: 'b3ce9c86c90ca4c45d5200d2f80805b9ad571c0d', class: "navbar__container-left-content-navigation-group" }, h("slot", { key: '9a0484ce0727bc4a961e78ccd9ed3bf07dbd7084', name: 'left-item' }), h("div", { key: 'd93f5e5e2f6705635141a2d489f4e484867d87da', class: "navbar__container-left-content-navigation-item-search-bar" }, h("slot", { key: '5c3da10222a64de3e468ad9ebc34328b3a2d3d5b', name: 'search-bar-left' }))))), h("div", { key: '83a5cccc6028ce430bc00b885dc4e3eab740d334', class: `navbar__container-right ${this.searchBarIsOpen === 'right' ? "expand" : this.searchBarIsOpen === 'left' ? 'hide' : ""}` }, h("div", { key: '8313e16ba2d9a8a8b6877e37d24d7c9ebd46a4aa', class: "navbar__container-right-content" }, h("div", { key: '8a151357d4940b721da2c65dd0ed7e67b2f578f2', class: "navbar__container-right-content-navigation-group" }, h("div", { key: 'e64ce228855a7ade4a0ee924167c6c45e8403a98', class: "navbar__container-right-content-navigation-item-search-bar" }, h("div", { key: '6dd8e6409f9ce39ba7ebb0281ab3997ee8ea1f40', class: `navbar__container-right-content-navigation-item-search-bar-icon-wrapper` }, h("slot", { key: '0453896b2b039192d2d5eab09a2063c7a0b2f690', name: 'search-bar-right' }))), h("slot", { key: 'c6b6cc8768e602dbc5f8953bd1e4e7066a53f886', name: 'right-item' }))), h("div", { key: 'eef99509f2eff6d1a4fe134fe8e3a59256675348', class: `navbar__burger-icon-wrapper`, onClick: this.handleSidebar.bind(this) }, h("div", { key: '03add88ec4bc48e3b591114ca1923c37556961b8', class: "navbar__burger-icon" }, h("ifx-icon", { key: 'c3ce6ca52457012e5a1b70a7ae00aee26f58464a', icon: "menu-right-24" })), h("div", { key: '5c2fdebba2170b07c314a75d176402fd3bcbe933', class: "navbar__cross-icon" }, h("ifx-icon", { key: '26bc8f4cfaffba110c31075cdd83c5225c78d0a6', icon: "cross-24" })))))), h("div", { key: '0d9eea3cf7580831cbac2a1159fdc84ed028a178', class: "navbar__sidebar" }, h("div", { key: 'f12549392fa6f53c140fe0f4d779c72d7ee8b685', class: "navbar__sidebar-top-row" }, h("div", { key: 'bafa42ee6bff02772a617e4984bdfb5b8f535e84', class: "navbar__sidebar-top-row-wrapper" }, h("slot", { key: '6f5192de7715192453e2d1f01dae9307d74d0ac3', name: 'mobile-menu-top' }))), h("div", { key: '7db0ee145004e655190c185fb61535d555d4cf3b', class: "navbar__sidebar-bottom-row" }, h("slot", { key: 'f33ab07c748ffd56f21ede5a91109d686baafa70', name: 'mobile-menu-bottom', onSlotchange: (e) => this.handleMobileMenuBottom(e) })))));
411
411
  }
412
412
  static get is() { return "ifx-navbar"; }
413
413
  static get encapsulation() { return "shadow"; }
@@ -239,11 +239,11 @@ export class SidebarItem {
239
239
  }
240
240
  }
241
241
  render() {
242
- return (h("div", { key: '55e7be5dd2fac2e010e23ae178a3d6f5d6fdd794' }, h("a", { key: '065fc318eb2bfab4282b6666c317efec0372281b', tabIndex: 1, onKeyDown: (event) => this.handleKeyDown(event), href: this.internalHref, onClick: () => this.toggleSubmenu(), target: this.target, class: `sidebar__nav-item ${!this.isNested && this.isExpandable ? 'header__section' : ""} ${this.isSubMenuItem ? 'submenu__item' : ""}` }, this.icon &&
243
- h("div", { key: 'c7147ab966c32e74341a0f69da11b2c1d3e68c7a', class: `sidebar__nav-item-icon-wrapper ${!this.showIcon ? 'noIcon' : ""}` }, h("ifx-icon", { key: 'bc9de89c10b304f2d53d76209097028fe6eddb3b', icon: this.icon })), h("div", { key: 'c77e0ea826d194c61fe517c202372cc1fade0304', class: "sidebar__nav-item-label" }, h("slot", { key: '41ffe4876a60e5335008d9bb82d6a9365c6ac7fa' })), (this.isExpandable || !isNaN(this.numberIndicator)) &&
244
- h("div", { key: 'bff8fb59eb5b167fe418d3efb6d22df37991e371', class: "sidebar__nav-item-indicator" }, this.isExpandable &&
245
- h("span", { key: 'cb3a61c6db1223a0a90c6d3c551603d4cff8a424', class: 'item__arrow-wrapper' }, h("ifx-icon", { key: 'bc1ac1b197d5c1e9bf2aa2bf5bc1b4d1c38f782d', icon: "chevron-down-12" })), !isNaN(this.numberIndicator) && !this.isExpandable && !this.isNested &&
246
- h("span", { key: '967d81bc226b96b8c3e80581d70ed8c582b63aa2', class: 'item__number-indicator' }, h("ifx-number-indicator", { key: 'a8f81447d256f0f38faaecb2a0ceaa49839ff402' }, this.numberIndicator)))), this.isExpandable && h("ul", { key: '031c0cbf8074040c49c8f0a3658ead6de9d407f2', class: 'expandable__submenu' })));
242
+ return (h("div", { key: 'f16b1df48d904c5aee8cca800c99f585af4b8e7b' }, h("a", { key: 'e0aabd35920d380dbaee1db9d30022577bd172da', tabIndex: 1, onKeyDown: (event) => this.handleKeyDown(event), href: this.internalHref, onClick: () => this.toggleSubmenu(), target: this.target, class: `sidebar__nav-item ${!this.isNested && this.isExpandable ? 'header__section' : ""} ${this.isSubMenuItem ? 'submenu__item' : ""}` }, this.icon &&
243
+ h("div", { key: 'bcf6a7210683b5f40162d6ba46569376eb38d49d', class: `sidebar__nav-item-icon-wrapper ${!this.showIcon ? 'noIcon' : ""}` }, h("ifx-icon", { key: 'b664bf10dfb009539fe05f2720de7ba7a14fca70', icon: this.icon })), h("div", { key: '5ca40022f7140012c53d4f9c0143082209516a4d', class: "sidebar__nav-item-label" }, h("slot", { key: '795eac3f184ced45b15b6db8eba59d55261dc988' })), (this.isExpandable || !isNaN(this.numberIndicator)) &&
244
+ h("div", { key: 'efc5806098f475a17512324e4c07fbb88f164eba', class: "sidebar__nav-item-indicator" }, this.isExpandable &&
245
+ h("span", { key: 'c4bc5c3b5acbaf653dd39e35946347f8e087cdca', class: 'item__arrow-wrapper' }, h("ifx-icon", { key: '7716cac79ee025a8a2c1cdd034d97351940e4172', icon: "chevron-down-12" })), !isNaN(this.numberIndicator) && !this.isExpandable && !this.isNested &&
246
+ h("span", { key: '56ed91bca6a8de6551f177438fea214c68d1292c', class: 'item__number-indicator' }, h("ifx-number-indicator", { key: 'e844cac5c6657d67984b851713d4759d30c9a648' }, this.numberIndicator)))), this.isExpandable && h("ul", { key: 'dfb1108e3662803546895230f8d960fd0b997900', class: 'expandable__submenu' })));
247
247
  }
248
248
  static get is() { return "ifx-sidebar-item"; }
249
249
  static get encapsulation() { return "shadow"; }
@@ -1,7 +1,7 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class SidebarTitle {
3
3
  render() {
4
- return (h("div", { key: 'f574311105643cf35d22e38a27b97ccea807c92b', class: 'sidebar__title' }, h("div", { key: 'b1920f6b498d8270ec0186eb81abd22b3fd4c73d', class: 'sidebar__title-label' }, h("slot", { key: '67ffc47b8f91af272c7dcbdbb1936201e59253fa' }))));
4
+ return (h("div", { key: '6656cd8bd35ca4f89cf95808dc16ea56099dedf7', class: 'sidebar__title' }, h("div", { key: 'd16fa395818eeacc28745fd1989ac8c761e1b50e', class: 'sidebar__title-label' }, h("slot", { key: '680dfe12ecd14f089096f76e212361d54c74b47a' }))));
5
5
  }
6
6
  static get is() { return "ifx-sidebar-title"; }
7
7
  static get encapsulation() { return "shadow"; }