@ui5/webcomponents-fiori 0.0.0-41ab6cd28 → 0.0.0-4237771ff
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.
- package/.env.production +1 -0
- package/CHANGELOG.md +386 -0
- package/README.md +2 -1
- package/config/wdio.conf.cjs +3 -1
- package/dist/Bar.d.ts +3 -14
- package/dist/Bar.js +0 -4
- package/dist/Bar.js.map +1 -1
- package/dist/FilterItem.d.ts +0 -1
- package/dist/FilterItem.js +0 -1
- package/dist/FilterItem.js.map +1 -1
- package/dist/FlexibleColumnLayout.d.ts +0 -13
- package/dist/FlexibleColumnLayout.js +4 -5
- package/dist/FlexibleColumnLayout.js.map +1 -1
- package/dist/IllustratedMessage.d.ts +21 -106
- package/dist/IllustratedMessage.js +38 -7
- package/dist/IllustratedMessage.js.map +1 -1
- package/dist/MediaGallery.d.ts +1 -26
- package/dist/MediaGallery.js.map +1 -1
- package/dist/NotificationAction.d.ts +0 -10
- package/dist/NotificationAction.js.map +1 -1
- package/dist/NotificationListItemBase.d.ts +1 -7
- package/dist/NotificationListItemBase.js.map +1 -1
- package/dist/Page.d.ts +9 -6
- package/dist/Page.js +13 -1
- package/dist/Page.js.map +1 -1
- package/dist/ProductSwitchItem.js +1 -0
- package/dist/ProductSwitchItem.js.map +1 -1
- package/dist/ShellBar.js +4 -4
- package/dist/ShellBar.js.map +1 -1
- package/dist/ShellBarItem.d.ts +2 -0
- package/dist/ShellBarItem.js +0 -1
- package/dist/ShellBarItem.js.map +1 -1
- package/dist/SideNavigation.d.ts +44 -39
- package/dist/SideNavigation.js +170 -100
- package/dist/SideNavigation.js.map +1 -1
- package/dist/SideNavigationItem.d.ts +27 -58
- package/dist/SideNavigationItem.js +77 -33
- package/dist/SideNavigationItem.js.map +1 -1
- package/dist/SideNavigationItemBase.d.ts +131 -0
- package/dist/SideNavigationItemBase.js +137 -0
- package/dist/SideNavigationItemBase.js.map +1 -0
- package/dist/SideNavigationSubItem.d.ts +8 -44
- package/dist/SideNavigationSubItem.js +20 -28
- package/dist/SideNavigationSubItem.js.map +1 -1
- package/dist/UploadCollection.d.ts +5 -10
- package/dist/UploadCollection.js +4 -6
- package/dist/UploadCollection.js.map +1 -1
- package/dist/UploadCollectionItem.d.ts +4 -11
- package/dist/UploadCollectionItem.js +9 -17
- package/dist/UploadCollectionItem.js.map +1 -1
- package/dist/ViewSettingsDialog.d.ts +17 -6
- package/dist/ViewSettingsDialog.js +20 -8
- package/dist/ViewSettingsDialog.js.map +1 -1
- package/dist/Wizard.d.ts +4 -0
- package/dist/Wizard.js +11 -2
- package/dist/Wizard.js.map +1 -1
- package/dist/api.json +1 -1
- package/dist/bundle.esm.d.ts +5 -0
- package/dist/bundle.esm.js.map +1 -0
- package/dist/bundle.scoped.esm.d.ts +3 -0
- package/dist/bundle.scoped.esm.js.map +1 -0
- package/dist/css/themes/Bar.css +1 -1
- package/dist/css/themes/BarcodeScannerDialog.css +1 -1
- package/dist/css/themes/DynamicSideContent.css +1 -1
- package/dist/css/themes/FlexibleColumnLayout.css +1 -1
- package/dist/css/themes/IllustratedMessage.css +1 -1
- package/dist/css/themes/InvisibleTextStyles.css +1 -1
- package/dist/css/themes/MediaGallery.css +1 -1
- package/dist/css/themes/MediaGalleryItem.css +1 -1
- package/dist/css/themes/NotificationListGroupItem.css +1 -1
- package/dist/css/themes/NotificationListItem.css +1 -1
- package/dist/css/themes/NotificationListItemBase.css +1 -1
- package/dist/css/themes/NotificationOverflowActionsPopover.css +1 -1
- package/dist/css/themes/NotificationPrioIcon.css +1 -1
- package/dist/css/themes/Page.css +1 -1
- package/dist/css/themes/ProductSwitch.css +1 -1
- package/dist/css/themes/ProductSwitchItem.css +1 -1
- package/dist/css/themes/ShellBar.css +1 -1
- package/dist/css/themes/ShellBarPopover.css +1 -1
- package/dist/css/themes/SideNavigation.css +1 -1
- package/dist/css/themes/SideNavigationPopover.css +1 -1
- package/dist/css/themes/Timeline.css +1 -1
- package/dist/css/themes/TimelineItem.css +1 -1
- package/dist/css/themes/UploadCollection.css +1 -1
- package/dist/css/themes/UploadCollectionItem.css +1 -1
- package/dist/css/themes/ViewSettingsDialog.css +1 -1
- package/dist/css/themes/Wizard.css +1 -1
- package/dist/css/themes/WizardPopover.css +1 -1
- package/dist/css/themes/WizardTab.css +1 -1
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/dist/custom-elements.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/i18n/i18n-defaults.js +2 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/js-imports/Illustrations.d.ts +1 -0
- package/dist/generated/js-imports/Illustrations.js +72 -106
- package/dist/generated/js-imports/Illustrations.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.js +61 -0
- package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js +50 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
- package/dist/generated/json-imports/Themes-static.d.ts +1 -0
- package/dist/generated/json-imports/Themes-static.js +27 -23
- package/dist/generated/json-imports/Themes-static.js.map +1 -0
- package/dist/generated/json-imports/Themes.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +27 -25
- package/dist/generated/json-imports/Themes.js.map +1 -0
- package/dist/generated/json-imports/i18n-static.d.ts +1 -0
- package/dist/generated/json-imports/i18n-static.js +113 -107
- package/dist/generated/json-imports/i18n-static.js.map +1 -0
- package/dist/generated/json-imports/i18n.d.ts +1 -0
- package/dist/generated/json-imports/i18n.js +119 -116
- package/dist/generated/json-imports/i18n.js.map +1 -0
- package/dist/generated/templates/BarTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/BarcodeScannerDialogTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/DynamicSideContentTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js.map +1 -1
- package/dist/generated/templates/IllustratedMessageTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/IllustratedMessageTemplate.lit.js +1 -1
- package/dist/generated/templates/IllustratedMessageTemplate.lit.js.map +1 -1
- package/dist/generated/templates/MediaGalleryItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/MediaGalleryTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/NotificationListGroupItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/NotificationListItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/NotificationOverflowActionsPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/PageTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ProductSwitchItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ProductSwitchTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ShellBarPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/ShellBarTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SideNavigationPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SideNavigationPopoverTemplate.lit.js +2 -2
- package/dist/generated/templates/SideNavigationPopoverTemplate.lit.js.map +1 -1
- package/dist/generated/templates/SideNavigationTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/SideNavigationTemplate.lit.js +39 -10
- package/dist/generated/templates/SideNavigationTemplate.lit.js.map +1 -1
- package/dist/generated/templates/TimelineItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/TimelineTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +27 -17
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js.map +1 -1
- package/dist/generated/templates/UploadCollectionTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/UploadCollectionTemplate.lit.js +2 -2
- package/dist/generated/templates/UploadCollectionTemplate.lit.js.map +1 -1
- package/dist/generated/templates/ViewSettingsDialogTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/WizardPopoverTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/WizardTabTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/WizardTemplate.lit.d.ts +1 -1
- package/dist/generated/templates/WizardTemplate.lit.js +2 -2
- package/dist/generated/templates/WizardTemplate.lit.js.map +1 -1
- package/dist/generated/themes/Bar.css.js +6 -5
- package/dist/generated/themes/Bar.css.js.map +1 -1
- package/dist/generated/themes/BarcodeScannerDialog.css.js +6 -5
- package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -1
- package/dist/generated/themes/DynamicSideContent.css.js +6 -5
- package/dist/generated/themes/DynamicSideContent.css.js.map +1 -1
- package/dist/generated/themes/FlexibleColumnLayout.css.js +6 -5
- package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -1
- package/dist/generated/themes/IllustratedMessage.css.js +6 -5
- package/dist/generated/themes/IllustratedMessage.css.js.map +1 -1
- package/dist/generated/themes/InvisibleTextStyles.css.js +6 -5
- package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -1
- package/dist/generated/themes/MediaGallery.css.js +6 -5
- package/dist/generated/themes/MediaGallery.css.js.map +1 -1
- package/dist/generated/themes/MediaGalleryItem.css.js +6 -5
- package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -1
- package/dist/generated/themes/NotificationListGroupItem.css.js +6 -5
- package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -1
- package/dist/generated/themes/NotificationListItem.css.js +6 -5
- package/dist/generated/themes/NotificationListItem.css.js.map +1 -1
- package/dist/generated/themes/NotificationListItemBase.css.js +6 -5
- package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -1
- package/dist/generated/themes/NotificationOverflowActionsPopover.css.js +6 -5
- package/dist/generated/themes/NotificationOverflowActionsPopover.css.js.map +1 -1
- package/dist/generated/themes/NotificationPrioIcon.css.js +6 -5
- package/dist/generated/themes/NotificationPrioIcon.css.js.map +1 -1
- package/dist/generated/themes/Page.css.js +6 -5
- package/dist/generated/themes/Page.css.js.map +1 -1
- package/dist/generated/themes/ProductSwitch.css.js +6 -5
- package/dist/generated/themes/ProductSwitch.css.js.map +1 -1
- package/dist/generated/themes/ProductSwitchItem.css.js +6 -5
- package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -1
- package/dist/generated/themes/ShellBar.css.js +6 -5
- package/dist/generated/themes/ShellBar.css.js.map +1 -1
- package/dist/generated/themes/ShellBarPopover.css.js +6 -5
- package/dist/generated/themes/ShellBarPopover.css.js.map +1 -1
- package/dist/generated/themes/SideNavigation.css.js +6 -5
- package/dist/generated/themes/SideNavigation.css.js.map +1 -1
- package/dist/generated/themes/SideNavigationPopover.css.js +6 -5
- package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -1
- package/dist/generated/themes/Timeline.css.js +6 -5
- package/dist/generated/themes/Timeline.css.js.map +1 -1
- package/dist/generated/themes/TimelineItem.css.js +6 -5
- package/dist/generated/themes/TimelineItem.css.js.map +1 -1
- package/dist/generated/themes/UploadCollection.css.js +6 -5
- package/dist/generated/themes/UploadCollection.css.js.map +1 -1
- package/dist/generated/themes/UploadCollectionItem.css.js +6 -5
- package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -1
- package/dist/generated/themes/ViewSettingsDialog.css.js +6 -5
- package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -1
- package/dist/generated/themes/Wizard.css.js +6 -5
- package/dist/generated/themes/Wizard.css.js.map +1 -1
- package/dist/generated/themes/WizardPopover.css.js +6 -5
- package/dist/generated/themes/WizardPopover.css.js.map +1 -1
- package/dist/generated/themes/WizardTab.css.js +6 -5
- package/dist/generated/themes/WizardTab.css.js.map +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +2 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +2 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +2 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +2 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +2 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +2 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +2 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +2 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +2 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +2 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +2 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +2 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
- package/dist/illustrations/AddColumn.js +2 -0
- package/dist/illustrations/AddDimensions.js +2 -0
- package/dist/illustrations/AddPeople.js +2 -0
- package/dist/illustrations/AllIllustrations.d.ts +3 -0
- package/dist/illustrations/AllIllustrations.js +3 -0
- package/dist/illustrations/AllIllustrations.js.map +1 -1
- package/dist/illustrations/BalloonSky.js +2 -0
- package/dist/illustrations/BeforeSearch.js +2 -0
- package/dist/illustrations/Connection.js +2 -0
- package/dist/illustrations/EmptyCalendar.js +2 -0
- package/dist/illustrations/EmptyList.js +2 -0
- package/dist/illustrations/EmptyPlanningCalendar.js +2 -0
- package/dist/illustrations/ErrorScreen.js +2 -0
- package/dist/illustrations/FilterTable.js +2 -0
- package/dist/illustrations/GroupTable.js +2 -0
- package/dist/illustrations/NoActivities.js +2 -0
- package/dist/illustrations/NoColumnsSet.js +2 -0
- package/dist/illustrations/NoData.js +2 -0
- package/dist/illustrations/NoDimensionsSet.js +2 -0
- package/dist/illustrations/NoEntries.js +2 -0
- package/dist/illustrations/NoFilterResults.js +2 -0
- package/dist/illustrations/NoMail.js +2 -0
- package/dist/illustrations/NoMail_v1.js +2 -0
- package/dist/illustrations/NoNotifications.js +2 -0
- package/dist/illustrations/NoSavedItems.js +2 -0
- package/dist/illustrations/NoSavedItems_v1.js +2 -0
- package/dist/illustrations/NoSearchResults.js +2 -0
- package/dist/illustrations/NoTasks.js +2 -0
- package/dist/illustrations/NoTasks_v1.js +2 -0
- package/dist/illustrations/PageNotFound.js +2 -0
- package/dist/illustrations/ReloadScreen.js +2 -0
- package/dist/illustrations/ResizeColumn.js +2 -0
- package/dist/illustrations/SearchEarth.js +2 -0
- package/dist/illustrations/SearchFolder.js +2 -0
- package/dist/illustrations/SimpleBalloon.js +2 -0
- package/dist/illustrations/SimpleBell.js +2 -0
- package/dist/illustrations/SimpleCalendar.js +2 -0
- package/dist/illustrations/SimpleCheckMark.js +2 -0
- package/dist/illustrations/SimpleConnection.js +2 -0
- package/dist/illustrations/SimpleEmptyDoc.js +2 -0
- package/dist/illustrations/SimpleEmptyList.js +2 -0
- package/dist/illustrations/SimpleError.js +2 -0
- package/dist/illustrations/SimpleMagnifier.js +2 -0
- package/dist/illustrations/SimpleMail.js +2 -0
- package/dist/illustrations/SimpleNoSavedItems.js +2 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.js +2 -0
- package/dist/illustrations/SimpleReload.js +2 -0
- package/dist/illustrations/SimpleTask.js +2 -0
- package/dist/illustrations/SleepingBell.js +2 -0
- package/dist/illustrations/SortColumn.js +2 -0
- package/dist/illustrations/SuccessBalloon.js +2 -0
- package/dist/illustrations/SuccessCheckMark.js +2 -0
- package/dist/illustrations/SuccessHighFive.js +2 -0
- package/dist/illustrations/SuccessScreen.js +2 -0
- package/dist/illustrations/Survey.js +2 -0
- package/dist/illustrations/Tent.js +2 -0
- package/dist/illustrations/UnableToLoad.js +2 -0
- package/dist/illustrations/UnableToLoadImage.js +2 -0
- package/dist/illustrations/UnableToUpload.js +2 -0
- package/dist/illustrations/UploadCollection.js +2 -0
- package/dist/illustrations/UploadToCloud.js +2 -0
- package/dist/illustrations/tnt/Avatar.js +22 -0
- package/dist/illustrations/tnt/Calculator.js +22 -0
- package/dist/illustrations/tnt/ChartArea.js +2 -0
- package/dist/illustrations/tnt/ChartArea2.js +2 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.js +2 -0
- package/dist/illustrations/tnt/ChartBar.js +2 -0
- package/dist/illustrations/tnt/ChartBullet.js +2 -0
- package/dist/illustrations/tnt/ChartDoughnut.js +2 -0
- package/dist/illustrations/tnt/ChartFlow.js +2 -0
- package/dist/illustrations/tnt/ChartGantt.js +2 -0
- package/dist/illustrations/tnt/ChartOrg.js +2 -0
- package/dist/illustrations/tnt/ChartPie.js +2 -0
- package/dist/illustrations/tnt/CodePlaceholder.js +2 -0
- package/dist/illustrations/tnt/Company.js +2 -0
- package/dist/illustrations/tnt/Compass.js +22 -0
- package/dist/illustrations/tnt/Components.js +2 -0
- package/dist/illustrations/tnt/Dialog.js +22 -0
- package/dist/illustrations/tnt/ExternalLink.js +2 -0
- package/dist/illustrations/tnt/FaceID.js +2 -0
- package/dist/illustrations/tnt/Fingerprint.js +2 -0
- package/dist/illustrations/tnt/Handshake.js +22 -0
- package/dist/illustrations/tnt/Help.js +22 -0
- package/dist/illustrations/tnt/Lock.js +2 -0
- package/dist/illustrations/tnt/Mission.js +2 -0
- package/dist/illustrations/tnt/MissionFailed.js +22 -0
- package/dist/illustrations/tnt/NoApplications.js +2 -0
- package/dist/illustrations/tnt/NoFlows.js +2 -0
- package/dist/illustrations/tnt/NoUsers.js +2 -0
- package/dist/illustrations/tnt/Radar.js +2 -0
- package/dist/illustrations/tnt/RoadMap.js +22 -0
- package/dist/illustrations/tnt/Secrets.js +2 -0
- package/dist/illustrations/tnt/Services.js +2 -0
- package/dist/illustrations/tnt/SessionExpired.js +2 -0
- package/dist/illustrations/tnt/SessionExpiring.js +2 -0
- package/dist/illustrations/tnt/Settings.js +22 -0
- package/dist/illustrations/tnt/Success.js +2 -0
- package/dist/illustrations/tnt/SuccessfulAuth.js +2 -0
- package/dist/illustrations/tnt/Systems.js +2 -0
- package/dist/illustrations/tnt/Teams.js +2 -0
- package/dist/illustrations/tnt/Tools.js +2 -0
- package/dist/illustrations/tnt/Tutorials.js +22 -0
- package/dist/illustrations/tnt/UnableToLoad.js +2 -0
- package/dist/illustrations/tnt/Unlock.js +2 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.js +2 -0
- package/dist/illustrations/tnt/User2.js +2 -0
- package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
- package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
- package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
- package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
- package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
- package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
- package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
- package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
- package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
- package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
- package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
- package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
- package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
- package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
- package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
- package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
- package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
- package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
- package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
- package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
- package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
- package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
- package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
- package/dist/illustrations-v5/tnt/ChartArea.js +22 -0
- package/dist/illustrations-v5/tnt/ChartArea2.js +22 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +22 -0
- package/dist/illustrations-v5/tnt/ChartBar.js +22 -0
- package/dist/illustrations-v5/tnt/ChartBullet.js +22 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.js +22 -0
- package/dist/illustrations-v5/tnt/ChartFlow.js +22 -0
- package/dist/illustrations-v5/tnt/ChartGantt.js +22 -0
- package/dist/illustrations-v5/tnt/ChartOrg.js +22 -0
- package/dist/illustrations-v5/tnt/ChartPie.js +22 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.js +22 -0
- package/dist/illustrations-v5/tnt/Company.js +22 -0
- package/dist/illustrations-v5/tnt/Components.js +22 -0
- package/dist/illustrations-v5/tnt/EmptyContentPane.js +22 -0
- package/dist/illustrations-v5/tnt/ExternalLink.js +22 -0
- package/dist/illustrations-v5/tnt/FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/Fingerprint.js +22 -0
- package/dist/illustrations-v5/tnt/Lock.js +22 -0
- package/dist/illustrations-v5/tnt/Mission.js +22 -0
- package/dist/illustrations-v5/tnt/NoApplications.js +22 -0
- package/dist/illustrations-v5/tnt/NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/NoUsers.js +22 -0
- package/dist/illustrations-v5/tnt/Radar.js +22 -0
- package/dist/illustrations-v5/tnt/Secrets.js +22 -0
- package/dist/illustrations-v5/tnt/Services.js +22 -0
- package/dist/illustrations-v5/tnt/SessionExpired.js +22 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/Success.js +22 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.js +22 -0
- package/dist/illustrations-v5/tnt/Systems.js +22 -0
- package/dist/illustrations-v5/tnt/Teams.js +22 -0
- package/dist/illustrations-v5/tnt/Tools.js +22 -0
- package/dist/illustrations-v5/tnt/UnSuccessfulAuth.js +22 -0
- package/dist/illustrations-v5/tnt/Unlock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.js +22 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.js +22 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.js +22 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +22 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.js +22 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.js +22 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +22 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.js +22 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.js +22 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.js +22 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.js +22 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Company.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Compass.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Components.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.js +22 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +22 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.js +22 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Help.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Mission.js +22 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.js +22 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.js +22 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Radar.js +22 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Services.js +22 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.js +22 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Settings.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Success.js +22 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Systems.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Teams.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.js +22 -0
- package/dist/illustrations-v5/tnt/hc/UnSuccessfulAuth.js +22 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnSuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnSuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnSuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnSuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +35 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +31 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +43 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +34 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +57 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-EmptyContentPane.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +31 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +54 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +35 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +50 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +38 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +31 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +40 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +40 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +53 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +67 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +59 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +42 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-UnSuccessfulAuth.js +53 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +6 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +6 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +6 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-EmptyContentPane.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-UnSuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +35 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +34 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +41 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +34 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +38 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +34 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +38 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +37 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +34 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +43 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +58 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-EmptyContentPane.js +46 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +31 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +31 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +35 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +54 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +50 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +43 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +38 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +42 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +40 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +38 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +55 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +68 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +64 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +43 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-UnSuccessfulAuth.js +55 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +25 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +37 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +54 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-EmptyContentPane.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +54 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +50 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +34 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +31 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +35 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +35 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +67 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +54 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-UnSuccessfulAuth.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +29 -0
- package/dist/types/IllustrationMessageType.d.ts +60 -0
- package/dist/types/IllustrationMessageType.js +60 -0
- package/dist/types/IllustrationMessageType.js.map +1 -1
- package/package-scripts.cjs +55 -0
- package/package.json +12 -8
- package/src/FlexibleColumnLayout.hbs +3 -3
- package/src/IllustratedMessage.hbs +1 -1
- package/src/SideNavigation.hbs +196 -82
- package/src/SideNavigationPopover.hbs +15 -10
- package/src/UploadCollection.hbs +3 -3
- package/src/UploadCollectionItem.hbs +60 -62
- package/src/Wizard.hbs +1 -1
- package/src/i18n/messagebundle.properties +1 -1
- package/src/i18n/messagebundle_ar.properties +1 -1
- package/src/i18n/messagebundle_bg.properties +1 -1
- package/src/i18n/messagebundle_ca.properties +1 -1
- package/src/i18n/messagebundle_cnr.properties +261 -0
- package/src/i18n/messagebundle_cs.properties +1 -1
- package/src/i18n/messagebundle_cy.properties +1 -1
- package/src/i18n/messagebundle_da.properties +1 -1
- package/src/i18n/messagebundle_de.properties +1 -1
- package/src/i18n/messagebundle_el.properties +1 -1
- package/src/i18n/messagebundle_en.properties +1 -1
- package/src/i18n/messagebundle_en_GB.properties +1 -1
- package/src/i18n/messagebundle_en_US_sappsd.properties +1 -1
- package/src/i18n/messagebundle_en_US_saprigi.properties +131 -131
- package/src/i18n/messagebundle_en_US_saptrc.properties +1 -1
- package/src/i18n/messagebundle_es.properties +1 -1
- package/src/i18n/messagebundle_es_MX.properties +1 -1
- package/src/i18n/messagebundle_et.properties +1 -1
- package/src/i18n/messagebundle_fi.properties +1 -1
- package/src/i18n/messagebundle_fr.properties +1 -1
- package/src/i18n/messagebundle_fr_CA.properties +1 -1
- package/src/i18n/messagebundle_hi.properties +1 -1
- package/src/i18n/messagebundle_hr.properties +1 -1
- package/src/i18n/messagebundle_hu.properties +1 -1
- package/src/i18n/messagebundle_id.properties +1 -1
- package/src/i18n/messagebundle_it.properties +1 -1
- package/src/i18n/messagebundle_iw.properties +1 -1
- package/src/i18n/messagebundle_ja.properties +2 -2
- package/src/i18n/messagebundle_kk.properties +1 -1
- package/src/i18n/messagebundle_ko.properties +2 -2
- package/src/i18n/messagebundle_lt.properties +1 -1
- package/src/i18n/messagebundle_lv.properties +1 -1
- package/src/i18n/messagebundle_mk.properties +261 -0
- package/src/i18n/messagebundle_ms.properties +1 -1
- package/src/i18n/messagebundle_no.properties +1 -1
- package/src/i18n/messagebundle_pl.properties +1 -1
- package/src/i18n/messagebundle_pt.properties +1 -1
- package/src/i18n/messagebundle_pt_PT.properties +1 -1
- package/src/i18n/messagebundle_ro.properties +1 -1
- package/src/i18n/messagebundle_ru.properties +1 -1
- package/src/i18n/messagebundle_sh.properties +49 -49
- package/src/i18n/messagebundle_sk.properties +1 -1
- package/src/i18n/messagebundle_sl.properties +1 -1
- package/src/i18n/messagebundle_sr.properties +261 -0
- package/src/i18n/messagebundle_sv.properties +1 -1
- package/src/i18n/messagebundle_th.properties +1 -1
- package/src/i18n/messagebundle_tr.properties +1 -1
- package/src/i18n/messagebundle_uk.properties +1 -1
- package/src/i18n/messagebundle_vi.properties +1 -1
- package/src/i18n/messagebundle_zh_CN.properties +1 -1
- package/src/i18n/messagebundle_zh_TW.properties +1 -1
- package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
- package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
- package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
- package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
- package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
- package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
- package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
- package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
- package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
- package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
- package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
- package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
- package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
- package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
- package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
- package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
- package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
- package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
- package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
- package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
- package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
- package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnSuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-UnSuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-UnSuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-UnSuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +34 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +42 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +33 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +56 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-EmptyContentPane.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +32 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +53 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +34 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +49 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +39 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +39 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +52 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +66 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +58 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +42 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-UnSuccessfulAuth.svg +52 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +5 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +5 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-EmptyContentPane.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-UnSuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +34 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +33 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +40 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +33 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +37 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +33 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +37 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +36 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +33 -0
- package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +42 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +57 -0
- package/src/illustrations-v5/tnt/tnt-Scene-EmptyContentPane.svg +45 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +34 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +53 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +49 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +45 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +42 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +37 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +41 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +39 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +37 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +54 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +67 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +63 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +42 -0
- package/src/illustrations-v5/tnt/tnt-Scene-UnSuccessfulAuth.svg +54 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +24 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +36 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +53 -0
- package/src/illustrations-v5/tnt/tnt-Spot-EmptyContentPane.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +53 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +49 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +33 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +34 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +34 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +66 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +53 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +39 -0
- package/src/illustrations-v5/tnt/tnt-Spot-UnSuccessfulAuth.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +28 -0
- package/src/themes/Bar.css +8 -7
- package/src/themes/FlexibleColumnLayout.css +6 -0
- package/src/themes/IllustratedMessage.css +24 -0
- package/src/themes/Page.css +2 -0
- package/src/themes/ShellBar.css +20 -17
- package/src/themes/SideNavigation.css +279 -45
- package/src/themes/SideNavigationPopover.css +4 -6
- package/src/themes/UploadCollection.css +0 -18
- package/src/themes/UploadCollectionItem.css +38 -33
- package/src/themes/ViewSettingsDialog.css +3 -2
- package/src/themes/WizardTab.css +11 -0
- package/src/themes/base/Bar-parameters.css +3 -0
- package/src/themes/base/ShellBar-parameters.css +24 -23
- package/src/themes/base/SideNavigation-parameters.css +70 -6
- package/src/themes/base/UploadCollection-parameters.css +3 -2
- package/src/themes/sap_belize/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_belize/parameters-bundle.css +2 -2
- package/src/themes/sap_belize_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/UploadCollection-parameters.css +1 -0
- package/src/themes/sap_belize_hcb/parameters-bundle.css +1 -0
- package/src/themes/sap_belize_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/UploadCollection-parameters.css +1 -0
- package/src/themes/sap_belize_hcw/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon/ShellBar-parameters.css +34 -33
- package/src/themes/sap_horizon/SideNavigation-parameters.css +58 -7
- package/src/themes/sap_horizon/UploadCollection-parameters.css +0 -2
- package/src/themes/sap_horizon/parameters-bundle.css +2 -1
- package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/ShellBar-parameters.css +34 -33
- package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +58 -7
- package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +0 -2
- package/src/themes/sap_horizon_dark/parameters-bundle.css +2 -1
- package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +35 -0
- package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +48 -0
- package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +17 -0
- package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/ShellBar-parameters.css +35 -0
- package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +48 -0
- package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +11 -6
- package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +12 -10
- package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -5
- package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +0 -2
- package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +12 -0
- package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +48 -0
- package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +15 -0
- package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +13 -0
- package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -5
- package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +0 -2
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +48 -0
- package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +16 -0
- package/tsconfig.json +16 -0
- package/config/postcss.components/postcss.config.cjs +0 -1
- package/config/postcss.themes/postcss.config.cjs +0 -1
- package/dist/assets/AddColumn.1a8ebe10.js +0 -123
- package/dist/assets/AddDimensions.9b1190ca.js +0 -111
- package/dist/assets/AddPeople.bbae1e8a.js +0 -93
- package/dist/assets/BalloonSky.312b76ed.js +0 -105
- package/dist/assets/Bar.a571eb5e.css +0 -1
- package/dist/assets/BarcodeScannerDialog.d7e97035.css +0 -1
- package/dist/assets/ChartArea.3010da50.js +0 -47
- package/dist/assets/ChartArea2.b341043a.js +0 -36
- package/dist/assets/ChartBPMNFlow.b04b240b.js +0 -41
- package/dist/assets/ChartBar.9821ec03.js +0 -37
- package/dist/assets/ChartBullet.7aedc1da.js +0 -42
- package/dist/assets/ChartDoughnut.f156088b.js +0 -39
- package/dist/assets/ChartFlow.47fc4674.js +0 -39
- package/dist/assets/ChartGantt.a3393c8b.js +0 -53
- package/dist/assets/ChartOrg.be7c4fd8.js +0 -46
- package/dist/assets/ChartPie.0a111318.js +0 -36
- package/dist/assets/CodePlaceholder.705f2fa1.js +0 -19
- package/dist/assets/Company.d83ed0b2.js +0 -54
- package/dist/assets/Components.2e97c4ff.css +0 -1
- package/dist/assets/Components.a2ad9cc4.js +0 -28
- package/dist/assets/Connection.7f759ba8.js +0 -72
- package/dist/assets/DynamicSideContent.ff5d0f73.css +0 -1
- package/dist/assets/EmptyCalendar.4957e975.js +0 -205
- package/dist/assets/EmptyList.4323c21e.js +0 -109
- package/dist/assets/EmptyPlanningCalendar.2bb7960c.js +0 -248
- package/dist/assets/ErrorScreen.77ebb7ca.js +0 -145
- package/dist/assets/ExternalLink.31c159aa.js +0 -32
- package/dist/assets/FCL.dd2b0e7e.css +0 -1
- package/dist/assets/FCLApp.226d2e68.css +0 -1
- package/dist/assets/FCLCustom.cbeaffd5.css +0 -1
- package/dist/assets/FaceID.76187902.js +0 -52
- package/dist/assets/FilterTable.4b9c3bac.js +0 -144
- package/dist/assets/Fingerprint.b5be958a.js +0 -59
- package/dist/assets/GroupTable.05f1ee8a.js +0 -211
- package/dist/assets/HT-1000.59a0ea5a.jpg +0 -0
- package/dist/assets/HT-1010.7b05e4f5.jpg +0 -0
- package/dist/assets/HT-1022.6fa171f0.jpg +0 -0
- package/dist/assets/HT-1030.7ead454a.jpg +0 -0
- package/dist/assets/HT-2002.0e49d270.jpg +0 -0
- package/dist/assets/HT-2026.8d3d321d.jpg +0 -0
- package/dist/assets/IllustratedMessage.587315a0.css +0 -1
- package/dist/assets/Lock.ec027d2f.js +0 -45
- package/dist/assets/MediaGallery.151d6012.css +0 -1
- package/dist/assets/Mission.e99b2047.js +0 -52
- package/dist/assets/NoActivities.e3684fd5.js +0 -69
- package/dist/assets/NoApplications.3797c3cc.js +0 -42
- package/dist/assets/NoColumnsSet.cc0439d0.js +0 -108
- package/dist/assets/NoData.00a9d419.js +0 -40
- package/dist/assets/NoDimensionsSet.278f1ea0.js +0 -120
- package/dist/assets/NoEntries.0d2a2f0a.js +0 -57
- package/dist/assets/NoFilterResults.8319feec.js +0 -89
- package/dist/assets/NoFlows.a71b9066.js +0 -37
- package/dist/assets/NoMail.5f23de0a.js +0 -45
- package/dist/assets/NoMail_v1.7c8e6cf0.js +0 -94
- package/dist/assets/NoNotifications.ca8f0d39.js +0 -58
- package/dist/assets/NoSavedItems.002d869b.js +0 -57
- package/dist/assets/NoSavedItems_v1.2e22e509.js +0 -109
- package/dist/assets/NoSearchResults.f908b4ec.js +0 -44
- package/dist/assets/NoTasks.f87fbdd9.js +0 -60
- package/dist/assets/NoTasks_v1.ede7ab2e.js +0 -159
- package/dist/assets/NoUsers.ad86737d.js +0 -40
- package/dist/assets/NotificationListGroupItem.af012498.css +0 -1
- package/dist/assets/NotificationListItem.594c7b55.css +0 -1
- package/dist/assets/NotificationList_test_page.49bcf0a8.css +0 -1
- package/dist/assets/Overlayed mask.eb7a3287.png +0 -0
- package/dist/assets/Page.16da1f37.css +0 -1
- package/dist/assets/PageNotFound.d00a33f4.js +0 -94
- package/dist/assets/ProductSwitch.3009edbe.css +0 -1
- package/dist/assets/ProductSwitchItem.4b23bc88.css +0 -1
- package/dist/assets/Radar.75e3cc0f.js +0 -47
- package/dist/assets/ReloadScreen.3e6b3182.js +0 -147
- package/dist/assets/ResizeColumn.55e27ebf.js +0 -135
- package/dist/assets/SAP-icons-TNT.198a2fb9.js +0 -1
- package/dist/assets/SAP-icons-TNT.1a9c4736.js +0 -1
- package/dist/assets/SAP-icons-business-suite.0589a2e2.js +0 -1
- package/dist/assets/SAP-icons-business-suite.cabfcb50.js +0 -1
- package/dist/assets/SAP-icons.94515297.js +0 -1
- package/dist/assets/SAP-icons.e7342524.js +0 -1
- package/dist/assets/SearchEarth.cd02a6b5.js +0 -104
- package/dist/assets/SearchFolder.160411f8.js +0 -89
- package/dist/assets/Secrets.3dfb3d97.js +0 -34
- package/dist/assets/Services.279124dc.js +0 -45
- package/dist/assets/SessionExpired.89bc0f77.js +0 -36
- package/dist/assets/SessionExpiring.1025764a.js +0 -34
- package/dist/assets/ShellBar.fb23ecc4.css +0 -1
- package/dist/assets/SideNavigation.ffae42e2.css +0 -1
- package/dist/assets/SimpleBalloon.3b92042e.js +0 -45
- package/dist/assets/SimpleBell.41610dca.js +0 -42
- package/dist/assets/SimpleCalendar.b1f5a950.js +0 -137
- package/dist/assets/SimpleCheckMark.8488367c.js +0 -21
- package/dist/assets/SimpleConnection.a8e34eae.js +0 -51
- package/dist/assets/SimpleEmptyDoc.484c0de0.js +0 -44
- package/dist/assets/SimpleEmptyList.380a125f.js +0 -30
- package/dist/assets/SimpleError.0451d1a8.js +0 -33
- package/dist/assets/SimpleMagnifier.2ee20874.js +0 -32
- package/dist/assets/SimpleMail.bc4a58f0.js +0 -42
- package/dist/assets/SimpleNoSavedItems.de04ee21.js +0 -68
- package/dist/assets/SimpleNotFoundMagnifier.85687c55.js +0 -56
- package/dist/assets/SimpleReload.67045a70.js +0 -33
- package/dist/assets/SimpleTask.6c838a7d.js +0 -65
- package/dist/assets/SleepingBell.8f68eba6.js +0 -119
- package/dist/assets/SortColumn.fd2537bb.js +0 -129
- package/dist/assets/Success.56b86f3e.js +0 -35
- package/dist/assets/SuccessBalloon.9f331a80.js +0 -68
- package/dist/assets/SuccessCheckMark.e2324a5a.js +0 -59
- package/dist/assets/SuccessHighFive.19cb63cb.js +0 -104
- package/dist/assets/SuccessScreen.300a8e68.js +0 -143
- package/dist/assets/SuccessfulAuth.9040fbf9.js +0 -37
- package/dist/assets/Survey.88da3df6.js +0 -76
- package/dist/assets/Systems.f6f375ac.js +0 -33
- package/dist/assets/Teams.bec1d057.js +0 -48
- package/dist/assets/Timeline.e8bfa5cd.css +0 -1
- package/dist/assets/Tools.86c5a423.js +0 -36
- package/dist/assets/UnableToLoad.39c4dbf1.js +0 -38
- package/dist/assets/UnableToLoad.4d7a4093.js +0 -45
- package/dist/assets/UnableToLoadImage.a6532b2c.js +0 -110
- package/dist/assets/UnableToUpload.f2461806.js +0 -37
- package/dist/assets/Unlock.4d731be4.js +0 -36
- package/dist/assets/UnsuccessfulAuth.3235e3b2.js +0 -41
- package/dist/assets/UploadCollection.36d00157.js +0 -94
- package/dist/assets/UploadCollection.bf696a8d.css +0 -1
- package/dist/assets/UploadToCloud.cda6db09.js +0 -85
- package/dist/assets/User2.ef81dd29.js +0 -43
- package/dist/assets/ViewSettingsDialog.735acc66.css +0 -1
- package/dist/assets/Wizard.dcc2dbcb.css +0 -1
- package/dist/assets/Wizard_test.c1970af5.css +0 -1
- package/dist/assets/Wizard_test_mobile.42a02e1c.css +0 -1
- package/dist/assets/ar.1041ec31.js +0 -1
- package/dist/assets/ar_EG.e95bec64.js +0 -1
- package/dist/assets/ar_SA.f148c268.js +0 -1
- package/dist/assets/bg.a5220db4.js +0 -1
- package/dist/assets/ca.e2d8c74a.js +0 -1
- package/dist/assets/cs.1329f2cd.js +0 -1
- package/dist/assets/da.8e8b0c3c.js +0 -1
- package/dist/assets/de.5189d32b.js +0 -1
- package/dist/assets/de_AT.3e48bebb.js +0 -1
- package/dist/assets/de_CH.92c64343.js +0 -1
- package/dist/assets/el.28eaca55.js +0 -1
- package/dist/assets/el_CY.32dcd4ff.js +0 -1
- package/dist/assets/en.45b4416a.js +0 -1
- package/dist/assets/en_AU.883bab70.js +0 -1
- package/dist/assets/en_GB.471ed2a3.js +0 -1
- package/dist/assets/en_HK.ec8572d7.js +0 -1
- package/dist/assets/en_IE.f777b349.js +0 -1
- package/dist/assets/en_IN.5a48cecf.js +0 -1
- package/dist/assets/en_NZ.6ccb69b4.js +0 -1
- package/dist/assets/en_PG.c1608957.js +0 -1
- package/dist/assets/en_SG.b63cc070.js +0 -1
- package/dist/assets/en_ZA.cd22b16a.js +0 -1
- package/dist/assets/es.d3f150cc.js +0 -1
- package/dist/assets/es_AR.927ccd27.js +0 -1
- package/dist/assets/es_BO.04001b79.js +0 -1
- package/dist/assets/es_CL.edc9b0de.js +0 -1
- package/dist/assets/es_CO.6281f9a6.js +0 -1
- package/dist/assets/es_MX.6f93b801.js +0 -1
- package/dist/assets/es_PE.888ff0f7.js +0 -1
- package/dist/assets/es_UY.ac61590e.js +0 -1
- package/dist/assets/es_VE.d5608918.js +0 -1
- package/dist/assets/et.ef445219.js +0 -1
- package/dist/assets/fa.9a9a21d7.js +0 -1
- package/dist/assets/fi.dc730063.js +0 -1
- package/dist/assets/fr.011a0e66.js +0 -1
- package/dist/assets/fr_BE.4136204b.js +0 -1
- package/dist/assets/fr_CA.58f92f20.js +0 -1
- package/dist/assets/fr_CH.b7d6ec2c.js +0 -1
- package/dist/assets/fr_LU.39b07855.js +0 -1
- package/dist/assets/he.9b41d56e.js +0 -1
- package/dist/assets/hi.7cb5ad1d.js +0 -1
- package/dist/assets/hr.2b28d0ba.js +0 -1
- package/dist/assets/hu.c3ac3f70.js +0 -1
- package/dist/assets/id.426b2421.js +0 -1
- package/dist/assets/it.ae39da3a.js +0 -1
- package/dist/assets/it_CH.a563377d.js +0 -1
- package/dist/assets/ja.be911ee9.js +0 -1
- package/dist/assets/kk.90f2ba89.js +0 -1
- package/dist/assets/ko.565a3e63.js +0 -1
- package/dist/assets/lt.a282adbc.js +0 -1
- package/dist/assets/lv.0e9df9cb.js +0 -1
- package/dist/assets/man_avatar_1.ffaff72e.png +0 -0
- package/dist/assets/messagebundle_ar.01021162.js +0 -1
- package/dist/assets/messagebundle_ar.7cbd80a6.js +0 -1
- package/dist/assets/messagebundle_ar.da514633.js +0 -1
- package/dist/assets/messagebundle_bg.49c6802b.js +0 -1
- package/dist/assets/messagebundle_bg.64f8f661.js +0 -1
- package/dist/assets/messagebundle_bg.9a7f0275.js +0 -1
- package/dist/assets/messagebundle_ca.a55b0596.js +0 -1
- package/dist/assets/messagebundle_ca.b6688660.js +0 -1
- package/dist/assets/messagebundle_ca.c22f1bfd.js +0 -1
- package/dist/assets/messagebundle_cs.56e4d50a.js +0 -1
- package/dist/assets/messagebundle_cs.733120c5.js +0 -1
- package/dist/assets/messagebundle_cs.aaf53650.js +0 -1
- package/dist/assets/messagebundle_cy.464e48b9.js +0 -1
- package/dist/assets/messagebundle_cy.add1c27d.js +0 -1
- package/dist/assets/messagebundle_cy.add27f30.js +0 -1
- package/dist/assets/messagebundle_da.6039c3ed.js +0 -1
- package/dist/assets/messagebundle_da.bb3b5343.js +0 -1
- package/dist/assets/messagebundle_da.e3635c83.js +0 -1
- package/dist/assets/messagebundle_de.3ba102dd.js +0 -1
- package/dist/assets/messagebundle_de.961be3ce.js +0 -1
- package/dist/assets/messagebundle_de.bb7f3c8d.js +0 -1
- package/dist/assets/messagebundle_el.0590cc40.js +0 -1
- package/dist/assets/messagebundle_el.473f91df.js +0 -1
- package/dist/assets/messagebundle_el.dad0d141.js +0 -1
- package/dist/assets/messagebundle_en.7886cec2.js +0 -1
- package/dist/assets/messagebundle_en.9370a797.js +0 -1
- package/dist/assets/messagebundle_en.94f2815a.js +0 -1
- package/dist/assets/messagebundle_en_GB.0f1978fc.js +0 -1
- package/dist/assets/messagebundle_en_GB.a8d7a91e.js +0 -1
- package/dist/assets/messagebundle_en_GB.f7611ecc.js +0 -1
- package/dist/assets/messagebundle_en_US_sappsd.00944f6e.js +0 -1
- package/dist/assets/messagebundle_en_US_sappsd.65adff3c.js +0 -1
- package/dist/assets/messagebundle_en_US_sappsd.77e71fb9.js +0 -1
- package/dist/assets/messagebundle_en_US_saprigi.2d5d72de.js +0 -1
- package/dist/assets/messagebundle_en_US_saprigi.7c89a9af.js +0 -1
- package/dist/assets/messagebundle_en_US_saprigi.aec452bc.js +0 -1
- package/dist/assets/messagebundle_en_US_saptrc.66322f18.js +0 -1
- package/dist/assets/messagebundle_en_US_saptrc.cacadcc7.js +0 -1
- package/dist/assets/messagebundle_en_US_saptrc.eb14fa2f.js +0 -1
- package/dist/assets/messagebundle_es.1265ee82.js +0 -1
- package/dist/assets/messagebundle_es.35d3766c.js +0 -1
- package/dist/assets/messagebundle_es.a2925fed.js +0 -1
- package/dist/assets/messagebundle_es_MX.bb0de1fb.js +0 -1
- package/dist/assets/messagebundle_es_MX.cc6497e8.js +0 -1
- package/dist/assets/messagebundle_es_MX.eb706ace.js +0 -1
- package/dist/assets/messagebundle_et.71343498.js +0 -1
- package/dist/assets/messagebundle_et.88a7935c.js +0 -1
- package/dist/assets/messagebundle_et.fcd79539.js +0 -1
- package/dist/assets/messagebundle_fi.1813cdbc.js +0 -1
- package/dist/assets/messagebundle_fi.31baa65d.js +0 -1
- package/dist/assets/messagebundle_fi.bd58249a.js +0 -1
- package/dist/assets/messagebundle_fr.4e22de81.js +0 -1
- package/dist/assets/messagebundle_fr.59bb0878.js +0 -1
- package/dist/assets/messagebundle_fr.777ec30a.js +0 -1
- package/dist/assets/messagebundle_fr_CA.16b9fba7.js +0 -1
- package/dist/assets/messagebundle_fr_CA.81ab6b84.js +0 -1
- package/dist/assets/messagebundle_fr_CA.907aefc2.js +0 -1
- package/dist/assets/messagebundle_hi.10a30a8e.js +0 -1
- package/dist/assets/messagebundle_hi.3b31a458.js +0 -1
- package/dist/assets/messagebundle_hi.c835f066.js +0 -1
- package/dist/assets/messagebundle_hr.9241246c.js +0 -1
- package/dist/assets/messagebundle_hr.989ad13a.js +0 -1
- package/dist/assets/messagebundle_hr.f879070b.js +0 -1
- package/dist/assets/messagebundle_hu.1bb35850.js +0 -1
- package/dist/assets/messagebundle_hu.64cecbf8.js +0 -1
- package/dist/assets/messagebundle_hu.b2633870.js +0 -1
- package/dist/assets/messagebundle_in.4d5032df.js +0 -1
- package/dist/assets/messagebundle_in.9b2f4782.js +0 -1
- package/dist/assets/messagebundle_in.c833f8bb.js +0 -1
- package/dist/assets/messagebundle_it.885aff37.js +0 -1
- package/dist/assets/messagebundle_it.bfab1c47.js +0 -1
- package/dist/assets/messagebundle_it.c1b0f5e0.js +0 -1
- package/dist/assets/messagebundle_iw.469f0c78.js +0 -1
- package/dist/assets/messagebundle_iw.96326f28.js +0 -1
- package/dist/assets/messagebundle_iw.e3abc9b8.js +0 -1
- package/dist/assets/messagebundle_ja.57932104.js +0 -1
- package/dist/assets/messagebundle_ja.6d24a6a0.js +0 -1
- package/dist/assets/messagebundle_ja.c9f41d53.js +0 -1
- package/dist/assets/messagebundle_kk.3302763d.js +0 -1
- package/dist/assets/messagebundle_kk.3dc1ab3d.js +0 -1
- package/dist/assets/messagebundle_kk.d31cd421.js +0 -1
- package/dist/assets/messagebundle_ko.457f22a7.js +0 -1
- package/dist/assets/messagebundle_ko.899f610c.js +0 -1
- package/dist/assets/messagebundle_ko.c2bd20f4.js +0 -1
- package/dist/assets/messagebundle_lt.15c314c4.js +0 -1
- package/dist/assets/messagebundle_lt.1c08369b.js +0 -1
- package/dist/assets/messagebundle_lt.8104ce75.js +0 -1
- package/dist/assets/messagebundle_lv.19b8bc79.js +0 -1
- package/dist/assets/messagebundle_lv.c1792215.js +0 -1
- package/dist/assets/messagebundle_lv.ff6cabf7.js +0 -1
- package/dist/assets/messagebundle_ms.0291635b.js +0 -1
- package/dist/assets/messagebundle_ms.5487d9b9.js +0 -1
- package/dist/assets/messagebundle_ms.b699139e.js +0 -1
- package/dist/assets/messagebundle_nl.0d4478ae.js +0 -1
- package/dist/assets/messagebundle_nl.89dfcade.js +0 -1
- package/dist/assets/messagebundle_nl.b139b37a.js +0 -1
- package/dist/assets/messagebundle_no.8a5ab08e.js +0 -1
- package/dist/assets/messagebundle_no.ca985006.js +0 -1
- package/dist/assets/messagebundle_no.db3f2da7.js +0 -1
- package/dist/assets/messagebundle_pl.8c87da93.js +0 -1
- package/dist/assets/messagebundle_pl.9f08d927.js +0 -1
- package/dist/assets/messagebundle_pl.f78e2e5f.js +0 -1
- package/dist/assets/messagebundle_pt.954354f0.js +0 -1
- package/dist/assets/messagebundle_pt.d7432f70.js +0 -1
- package/dist/assets/messagebundle_pt.e5a3ebe2.js +0 -1
- package/dist/assets/messagebundle_pt_PT.45f5fb32.js +0 -1
- package/dist/assets/messagebundle_pt_PT.b22ef4f9.js +0 -1
- package/dist/assets/messagebundle_pt_PT.ea4a65ae.js +0 -1
- package/dist/assets/messagebundle_ro.10b8ec85.js +0 -1
- package/dist/assets/messagebundle_ro.5f1cb954.js +0 -1
- package/dist/assets/messagebundle_ro.96e172c7.js +0 -1
- package/dist/assets/messagebundle_ru.632f839a.js +0 -1
- package/dist/assets/messagebundle_ru.99ec46a9.js +0 -1
- package/dist/assets/messagebundle_ru.cfa22df4.js +0 -1
- package/dist/assets/messagebundle_sh.44dd004d.js +0 -1
- package/dist/assets/messagebundle_sh.a61e9606.js +0 -1
- package/dist/assets/messagebundle_sh.df9a7ea8.js +0 -1
- package/dist/assets/messagebundle_sk.651ca674.js +0 -1
- package/dist/assets/messagebundle_sk.76ccacb6.js +0 -1
- package/dist/assets/messagebundle_sk.92b89057.js +0 -1
- package/dist/assets/messagebundle_sl.05d80086.js +0 -1
- package/dist/assets/messagebundle_sl.3832a504.js +0 -1
- package/dist/assets/messagebundle_sl.4eb02a1e.js +0 -1
- package/dist/assets/messagebundle_sv.07982a85.js +0 -1
- package/dist/assets/messagebundle_sv.1f468012.js +0 -1
- package/dist/assets/messagebundle_sv.f888a99e.js +0 -1
- package/dist/assets/messagebundle_th.44e7bd36.js +0 -1
- package/dist/assets/messagebundle_th.6648689f.js +0 -1
- package/dist/assets/messagebundle_th.f39b98b3.js +0 -1
- package/dist/assets/messagebundle_tr.917c45e2.js +0 -1
- package/dist/assets/messagebundle_tr.d3526999.js +0 -1
- package/dist/assets/messagebundle_tr.e3a913f4.js +0 -1
- package/dist/assets/messagebundle_uk.75ede45b.js +0 -1
- package/dist/assets/messagebundle_uk.9705fda1.js +0 -1
- package/dist/assets/messagebundle_uk.b92fe2bb.js +0 -1
- package/dist/assets/messagebundle_vi.141760a5.js +0 -1
- package/dist/assets/messagebundle_vi.b442e2a4.js +0 -1
- package/dist/assets/messagebundle_vi.bf731267.js +0 -1
- package/dist/assets/messagebundle_zh_CN.1cb59862.js +0 -1
- package/dist/assets/messagebundle_zh_CN.7007a28c.js +0 -1
- package/dist/assets/messagebundle_zh_CN.a428951a.js +0 -1
- package/dist/assets/messagebundle_zh_TW.38fbe807.js +0 -1
- package/dist/assets/messagebundle_zh_TW.910cd4f3.js +0 -1
- package/dist/assets/messagebundle_zh_TW.99da36f0.js +0 -1
- package/dist/assets/ms.e914c13a.js +0 -1
- package/dist/assets/nb.1d73a460.js +0 -1
- package/dist/assets/nl.a680abff.js +0 -1
- package/dist/assets/nl_BE.a4dc5781.js +0 -1
- package/dist/assets/parameters-bundle.css.054266ed.js +0 -1
- package/dist/assets/parameters-bundle.css.08fbb023.js +0 -1
- package/dist/assets/parameters-bundle.css.0d7ae461.js +0 -1862
- package/dist/assets/parameters-bundle.css.29715ffe.js +0 -1
- package/dist/assets/parameters-bundle.css.2a40beff.js +0 -930
- package/dist/assets/parameters-bundle.css.2cbcaea3.js +0 -1
- package/dist/assets/parameters-bundle.css.38fc7e7c.js +0 -1
- package/dist/assets/parameters-bundle.css.3b271b57.js +0 -1991
- package/dist/assets/parameters-bundle.css.3e99cd38.js +0 -930
- package/dist/assets/parameters-bundle.css.3f614dcc.js +0 -930
- package/dist/assets/parameters-bundle.css.627925bf.js +0 -2166
- package/dist/assets/parameters-bundle.css.6392a44e.js +0 -930
- package/dist/assets/parameters-bundle.css.6c022789.js +0 -1874
- package/dist/assets/parameters-bundle.css.6c056e84.js +0 -2180
- package/dist/assets/parameters-bundle.css.7436bd58.js +0 -932
- package/dist/assets/parameters-bundle.css.7c84c954.js +0 -2778
- package/dist/assets/parameters-bundle.css.872b0294.js +0 -1
- package/dist/assets/parameters-bundle.css.91fe1bcb.js +0 -930
- package/dist/assets/parameters-bundle.css.a27c8446.js +0 -930
- package/dist/assets/parameters-bundle.css.a53b349e.js +0 -930
- package/dist/assets/parameters-bundle.css.a6dda9c2.js +0 -930
- package/dist/assets/parameters-bundle.css.a942420e.js +0 -2599
- package/dist/assets/parameters-bundle.css.b86d9443.js +0 -1
- package/dist/assets/parameters-bundle.css.bcd92884.js +0 -2178
- package/dist/assets/parameters-bundle.css.ca1088c9.js +0 -2791
- package/dist/assets/parameters-bundle.css.ca9dbe76.js +0 -1
- package/dist/assets/parameters-bundle.css.cc9509e2.js +0 -1
- package/dist/assets/parameters-bundle.css.cee8fac1.js +0 -1
- package/dist/assets/parameters-bundle.css.d4ad1224.js +0 -930
- package/dist/assets/parameters-bundle.css.dc5496b7.js +0 -1899
- package/dist/assets/parameters-bundle.css.e0d2e0e5.js +0 -1
- package/dist/assets/parameters-bundle.css.e3a1f25a.js +0 -1
- package/dist/assets/parameters-bundle.css.f251902a.js +0 -930
- package/dist/assets/parameters-bundle.css.f2dc0380.js +0 -2612
- package/dist/assets/parameters-bundle.css.f6712bfd.js +0 -930
- package/dist/assets/parameters-bundle.css.fa4dda9e.js +0 -2172
- package/dist/assets/pl.c0276728.js +0 -1
- package/dist/assets/pt.9536023e.js +0 -1
- package/dist/assets/pt_PT.2736c73a.js +0 -1
- package/dist/assets/ro.ffce20e9.js +0 -1
- package/dist/assets/ru.34fce129.js +0 -1
- package/dist/assets/ru_UA.7b719d26.js +0 -1
- package/dist/assets/sk.738988a3.js +0 -1
- package/dist/assets/sl.82708a3f.js +0 -1
- package/dist/assets/sr.a69c8ac7.js +0 -1
- package/dist/assets/sr_Latn.ce4d0563.js +0 -1
- package/dist/assets/sv.86262274.js +0 -1
- package/dist/assets/th.8ecb41b0.js +0 -1
- package/dist/assets/tr.72b9d85d.js +0 -1
- package/dist/assets/uk.ed9211ae.js +0 -1
- package/dist/assets/vi.9d0fe81c.js +0 -1
- package/dist/assets/zh_CN.cad8f95e.js +0 -1
- package/dist/assets/zh_HK.6f4cdfe2.js +0 -1
- package/dist/assets/zh_SG.4924225d.js +0 -1
- package/dist/assets/zh_TW.f3327c83.js +0 -1
- package/dist/i18n/messagebundle.properties +0 -392
- package/dist/i18n/messagebundle_ar.properties +0 -261
- package/dist/i18n/messagebundle_bg.properties +0 -261
- package/dist/i18n/messagebundle_ca.properties +0 -261
- package/dist/i18n/messagebundle_cs.properties +0 -261
- package/dist/i18n/messagebundle_cy.properties +0 -261
- package/dist/i18n/messagebundle_da.properties +0 -261
- package/dist/i18n/messagebundle_de.properties +0 -261
- package/dist/i18n/messagebundle_el.properties +0 -261
- package/dist/i18n/messagebundle_en.properties +0 -261
- package/dist/i18n/messagebundle_en_GB.properties +0 -261
- package/dist/i18n/messagebundle_en_US_sappsd.properties +0 -261
- package/dist/i18n/messagebundle_en_US_saprigi.properties +0 -261
- package/dist/i18n/messagebundle_en_US_saptrc.properties +0 -261
- package/dist/i18n/messagebundle_es.properties +0 -261
- package/dist/i18n/messagebundle_es_MX.properties +0 -261
- package/dist/i18n/messagebundle_et.properties +0 -261
- package/dist/i18n/messagebundle_fi.properties +0 -261
- package/dist/i18n/messagebundle_fr.properties +0 -261
- package/dist/i18n/messagebundle_fr_CA.properties +0 -261
- package/dist/i18n/messagebundle_hi.properties +0 -261
- package/dist/i18n/messagebundle_hr.properties +0 -261
- package/dist/i18n/messagebundle_hu.properties +0 -261
- package/dist/i18n/messagebundle_id.properties +0 -261
- package/dist/i18n/messagebundle_in.properties +0 -88
- package/dist/i18n/messagebundle_it.properties +0 -261
- package/dist/i18n/messagebundle_iw.properties +0 -261
- package/dist/i18n/messagebundle_ja.properties +0 -261
- package/dist/i18n/messagebundle_kk.properties +0 -261
- package/dist/i18n/messagebundle_ko.properties +0 -261
- package/dist/i18n/messagebundle_lt.properties +0 -261
- package/dist/i18n/messagebundle_lv.properties +0 -261
- package/dist/i18n/messagebundle_ms.properties +0 -261
- package/dist/i18n/messagebundle_nl.properties +0 -261
- package/dist/i18n/messagebundle_no.properties +0 -261
- package/dist/i18n/messagebundle_pl.properties +0 -261
- package/dist/i18n/messagebundle_pt.properties +0 -261
- package/dist/i18n/messagebundle_pt_PT.properties +0 -261
- package/dist/i18n/messagebundle_ro.properties +0 -261
- package/dist/i18n/messagebundle_ru.properties +0 -261
- package/dist/i18n/messagebundle_sh.properties +0 -261
- package/dist/i18n/messagebundle_sk.properties +0 -261
- package/dist/i18n/messagebundle_sl.properties +0 -261
- package/dist/i18n/messagebundle_sv.properties +0 -261
- package/dist/i18n/messagebundle_th.properties +0 -261
- package/dist/i18n/messagebundle_tr.properties +0 -261
- package/dist/i18n/messagebundle_uk.properties +0 -261
- package/dist/i18n/messagebundle_vi.properties +0 -261
- package/dist/i18n/messagebundle_zh_CN.properties +0 -261
- package/dist/i18n/messagebundle_zh_TW.properties +0 -261
package/.env.production
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VITE_BUNDLE_PATH="../../dist/bundle.esm.js"
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,392 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.21.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.4...v1.21.0-rc.5) (2024-01-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.21.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.3...v1.21.0-rc.4) (2023-12-28)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [1.21.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.2...v1.21.0-rc.3) (2023-12-21)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **tools:** Optimize build by switching css processing to esbuild ([#8008](https://github.com/SAP/ui5-webcomponents/issues/8008)) ([b4d411f](https://github.com/SAP/ui5-webcomponents/commit/b4d411f00f8d74ccecb2d02254126243faf53dfd))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [1.21.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.1...v1.21.0-rc.2) (2023-12-14)
|
|
34
|
+
|
|
35
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# [1.21.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.0...v1.21.0-rc.1) (2023-12-08)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* **infra:** release commands ([#7978](https://github.com/SAP/ui5-webcomponents/issues/7978)) ([b0e653c](https://github.com/SAP/ui5-webcomponents/commit/b0e653cf911cc0ffe5fb5dcbd50a7c238f20f33d))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
# [1.21.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0...v1.21.0-rc.0) (2023-12-07)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
# [1.20.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.3...v1.20.0) (2023-12-04)
|
|
61
|
+
|
|
62
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
# [1.20.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.2...v1.20.0-rc.3) (2023-11-30)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
# [1.20.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.1...v1.20.0-rc.2) (2023-11-23)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Bug Fixes
|
|
80
|
+
|
|
81
|
+
* **ui5-wizard:** scrollbar styles are now present on root ([#7838](https://github.com/SAP/ui5-webcomponents/issues/7838)) ([1534d89](https://github.com/SAP/ui5-webcomponents/commit/1534d897f15f52f947a96430ca498a5548e4b6c8))
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
# [1.20.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.0...v1.20.0-rc.1) (2023-11-16)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Features
|
|
91
|
+
|
|
92
|
+
* **ui5-illustrated-message:** titleLevel property added ([#7771](https://github.com/SAP/ui5-webcomponents/issues/7771)) ([2883c58](https://github.com/SAP/ui5-webcomponents/commit/2883c587f367e51e0f08065498b990f86e60e88c)), closes [#7037](https://github.com/SAP/ui5-webcomponents/issues/7037)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
# [1.20.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0...v1.20.0-rc.0) (2023-11-09)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Features
|
|
102
|
+
|
|
103
|
+
* **ui5-illustrated-message:** added new TNT illustrations ([#7773](https://github.com/SAP/ui5-webcomponents/issues/7773)) ([03f28b9](https://github.com/SAP/ui5-webcomponents/commit/03f28b90df0b2a28c0f09f67caaa0a5a1e63c4f3))
|
|
104
|
+
* **ui5-side-navigation:** added href and target properties ([#7682](https://github.com/SAP/ui5-webcomponents/issues/7682)) ([7530f00](https://github.com/SAP/ui5-webcomponents/commit/7530f00b589d0b95dcbee49f6ed980e9d36ba58b))
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
# [1.19.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.3...v1.19.0) (2023-11-02)
|
|
111
|
+
|
|
112
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
# [1.19.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.2...v1.19.0-rc.3) (2023-11-02)
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
### Bug Fixes
|
|
122
|
+
|
|
123
|
+
* **ui5-view-settings-dialog:** improve settings management ([#7769](https://github.com/SAP/ui5-webcomponents/issues/7769)) ([33cdb86](https://github.com/SAP/ui5-webcomponents/commit/33cdb86b34a3cb6e1b849a186a8c8c1652eb5bca)), closes [#7752](https://github.com/SAP/ui5-webcomponents/issues/7752)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
# [1.19.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.1...v1.19.0-rc.2) (2023-10-26)
|
|
130
|
+
|
|
131
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
# [1.19.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.0...v1.19.0-rc.1) (2023-10-19)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
### Bug Fixes
|
|
141
|
+
|
|
142
|
+
* **ui5-flexible-column-layout:** wrong focus fixed ([#7586](https://github.com/SAP/ui5-webcomponents/issues/7586)) ([721cc0b](https://github.com/SAP/ui5-webcomponents/commit/721cc0b312fb76142dea97712b21343b7b93337e))
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
# [1.19.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.1-rc.0...v1.19.0-rc.0) (2023-10-12)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Bug Fixes
|
|
152
|
+
|
|
153
|
+
* **ui5-page:** adjust Horizon themes ([#7685](https://github.com/SAP/ui5-webcomponents/issues/7685)) ([39ccfe6](https://github.com/SAP/ui5-webcomponents/commit/39ccfe63d07b74bb50eb46a419de34fa1461bc6c))
|
|
154
|
+
* **ui5-shellbar:** apply correct height to horizon high contrast themes ([#7655](https://github.com/SAP/ui5-webcomponents/issues/7655)) ([b72f012](https://github.com/SAP/ui5-webcomponents/commit/b72f0124f9b3ebe74cceeaaaf69abd6711ced0e5))
|
|
155
|
+
* **ui5-shellbar:** horizon theme update ([#7623](https://github.com/SAP/ui5-webcomponents/issues/7623)) ([ff04434](https://github.com/SAP/ui5-webcomponents/commit/ff04434c9c00b29367faff22d187edb55186eccd))
|
|
156
|
+
* **ui5-shellbar:** often failing unit test ([#7677](https://github.com/SAP/ui5-webcomponents/issues/7677)) ([a14d57c](https://github.com/SAP/ui5-webcomponents/commit/a14d57c2c25c714983ee3cb0899c8ec72a677b55)), closes [#7673](https://github.com/SAP/ui5-webcomponents/issues/7673)
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### Features
|
|
160
|
+
|
|
161
|
+
* **ui5-illustrated-message:** enable vertical responsiveness ([#7672](https://github.com/SAP/ui5-webcomponents/issues/7672)) ([45244aa](https://github.com/SAP/ui5-webcomponents/commit/45244aacdc4fa846175d8a097ae242256e32a5b4)), closes [#6492](https://github.com/SAP/ui5-webcomponents/issues/6492)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
## [1.18.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0...v1.18.1-rc.0) (2023-10-05)
|
|
168
|
+
|
|
169
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
# [1.18.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.2...v1.18.0) (2023-10-02)
|
|
176
|
+
|
|
177
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
# [1.18.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.1...v1.18.0-rc.2) (2023-09-28)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Bug Fixes
|
|
187
|
+
|
|
188
|
+
* **ui5-media-gallery:** added new horizon theme parameters ([#7575](https://github.com/SAP/ui5-webcomponents/issues/7575)) ([25dbb4b](https://github.com/SAP/ui5-webcomponents/commit/25dbb4bd79890143021b9ecd3033665ea82cd6fa))
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
# [1.18.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.0...v1.18.0-rc.1) (2023-09-21)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Bug Fixes
|
|
198
|
+
|
|
199
|
+
* **ui5-dialog:** fix background and shadow of slotted ui5-bar ([#7421](https://github.com/SAP/ui5-webcomponents/issues/7421)) ([2746460](https://github.com/SAP/ui5-webcomponents/commit/2746460ebd0d6517e8eedadde30b74e424c17a85)), closes [#7418](https://github.com/SAP/ui5-webcomponents/issues/7418)
|
|
200
|
+
* **ui5-upload-collection-item:** align thumbnail to top ([#7582](https://github.com/SAP/ui5-webcomponents/issues/7582)) ([edeab49](https://github.com/SAP/ui5-webcomponents/commit/edeab49e3f7b63b3aee358983ea1fb9ff586ea3c)), closes [#7551](https://github.com/SAP/ui5-webcomponents/issues/7551)
|
|
201
|
+
* **ui5-upload-collеction:** align buttons to avoid extra space when size is small ([#7491](https://github.com/SAP/ui5-webcomponents/issues/7491)) ([6594cd5](https://github.com/SAP/ui5-webcomponents/commit/6594cd5df91f31f31efc740846670df4a1c1933d))
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
# [1.18.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0...v1.18.0-rc.0) (2023-09-07)
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### Bug Fixes
|
|
211
|
+
|
|
212
|
+
* **ui5-shellbar:** align notification counter ([#7490](https://github.com/SAP/ui5-webcomponents/issues/7490)) ([f8975a6](https://github.com/SAP/ui5-webcomponents/commit/f8975a67f81b62d90db1e508a85c3c894e995e95)), closes [#7208](https://github.com/SAP/ui5-webcomponents/issues/7208)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
# [1.17.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.2...v1.17.0) (2023-09-01)
|
|
219
|
+
|
|
220
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
# [1.17.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.1...v1.17.0-rc.2) (2023-08-24)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
### Bug Fixes
|
|
230
|
+
|
|
231
|
+
* **ui5-page:** enhance storybook samples ([#7448](https://github.com/SAP/ui5-webcomponents/issues/7448)) ([d0b8b01](https://github.com/SAP/ui5-webcomponents/commit/d0b8b01c053853915646b077860a247400cff691))
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
# [1.17.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.0...v1.17.0-rc.1) (2023-08-17)
|
|
238
|
+
|
|
239
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
# [1.17.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0...v1.17.0-rc.0) (2023-08-10)
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
### Bug Fixes
|
|
249
|
+
|
|
250
|
+
* **ui5-illustrated-message:** support collection based illustration loading ([#7318](https://github.com/SAP/ui5-webcomponents/issues/7318)) ([6b52dbd](https://github.com/SAP/ui5-webcomponents/commit/6b52dbd157a3c8198e41c84157e3d9ae89e3386e))
|
|
251
|
+
* **ui5-shellbar:** button focus outline adjustment ([#7389](https://github.com/SAP/ui5-webcomponents/issues/7389)) ([3b7c711](https://github.com/SAP/ui5-webcomponents/commit/3b7c711875303be0bb995c80545a9786b2ec511c)), closes [#7220](https://github.com/SAP/ui5-webcomponents/issues/7220)
|
|
252
|
+
* **ui5-side-navigation:** allow overstyling of border-radius ([#7400](https://github.com/SAP/ui5-webcomponents/issues/7400)) ([16ca431](https://github.com/SAP/ui5-webcomponents/commit/16ca43197ee7e9d522c813933c660b7dfe2a6ea3)), closes [#7308](https://github.com/SAP/ui5-webcomponents/issues/7308)
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
# [1.16.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.4...v1.16.0) (2023-08-03)
|
|
259
|
+
|
|
260
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
# [1.16.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.3...v1.16.0-rc.4) (2023-08-03)
|
|
267
|
+
|
|
268
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
# [1.16.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.2...v1.16.0-rc.3) (2023-07-27)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Bug Fixes
|
|
278
|
+
|
|
279
|
+
* **ui5-upload-collection:** correct visualization of "mode" property ([#7252](https://github.com/SAP/ui5-webcomponents/issues/7252)) ([9ca02dd](https://github.com/SAP/ui5-webcomponents/commit/9ca02ddae31ca45dfc734906e1f0da2413ceac40)), closes [#7111](https://github.com/SAP/ui5-webcomponents/issues/7111)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
# [1.16.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.1...v1.16.0-rc.2) (2023-07-20)
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
### Features
|
|
289
|
+
|
|
290
|
+
* **ui5-wizard:** progress navigator title and optional text truncation ([#7263](https://github.com/SAP/ui5-webcomponents/issues/7263)) ([74077d1](https://github.com/SAP/ui5-webcomponents/commit/74077d1f16cb01347b01d1d55ef333789f5601f0))
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
# [1.16.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.0...v1.16.0-rc.1) (2023-07-13)
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
### Bug Fixes
|
|
300
|
+
|
|
301
|
+
* **ui5-shellbar:** primary and secondary titles alignment ([#7215](https://github.com/SAP/ui5-webcomponents/issues/7215)) ([9c32e30](https://github.com/SAP/ui5-webcomponents/commit/9c32e308ed5397ce40fd6ffa7c9b0e23573be75b)), closes [#7153](https://github.com/SAP/ui5-webcomponents/issues/7153) [#7107](https://github.com/SAP/ui5-webcomponents/issues/7107)
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
# [1.16.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.1...v1.16.0-rc.0) (2023-07-06)
|
|
308
|
+
|
|
309
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
# [1.15.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.2...v1.15.0) (2023-06-30)
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
### Bug Fixes
|
|
319
|
+
|
|
320
|
+
* **ui5-shellbar:** align notification counter badge ([#7208](https://github.com/SAP/ui5-webcomponents/issues/7208)) ([1ee67f5](https://github.com/SAP/ui5-webcomponents/commit/1ee67f570ac722983859690fb602c5b62498d6d5))
|
|
321
|
+
* **ui5-shellbar:** overflow action text translated ([#7218](https://github.com/SAP/ui5-webcomponents/issues/7218)) ([31af59c](https://github.com/SAP/ui5-webcomponents/commit/31af59c6667149798f619cce5eba9d456c29f452))
|
|
322
|
+
* **ui5-shellbar:** tweaked breakpoint size "S" responsive padding ([#7219](https://github.com/SAP/ui5-webcomponents/issues/7219)) ([af597d1](https://github.com/SAP/ui5-webcomponents/commit/af597d1bc9d3a8e1bd6e79a39eebd84e57416c70))
|
|
323
|
+
* **ui5-view-settings-dialog:** fix footer buttons position ([#7270](https://github.com/SAP/ui5-webcomponents/issues/7270)) ([e569e6b](https://github.com/SAP/ui5-webcomponents/commit/e569e6b424cc186e22c5972c45d6f11c081505d5))
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
# [1.15.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.1...v1.15.0-rc.2) (2023-06-22)
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
### Bug Fixes
|
|
333
|
+
|
|
334
|
+
* **ui5-page, ui5-wizard:** apply scrollbar styling ([#7224](https://github.com/SAP/ui5-webcomponents/issues/7224)) ([09eb5be](https://github.com/SAP/ui5-webcomponents/commit/09eb5beec006eeb9787740014cefa0335e8603c9))
|
|
335
|
+
* **ui5-wizard:** prevent throwing exception in the console ([#7204](https://github.com/SAP/ui5-webcomponents/issues/7204)) ([c684135](https://github.com/SAP/ui5-webcomponents/commit/c684135fd64b453a639b0ce29593f03ae02ceac6))
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
### Features
|
|
339
|
+
|
|
340
|
+
* **ui5-side-navigation:** update Horizon theme design ([#7186](https://github.com/SAP/ui5-webcomponents/issues/7186)) ([819d153](https://github.com/SAP/ui5-webcomponents/commit/819d153ba5d82c0e48a642d2ee21ccc0fb61e253)), closes [#7160](https://github.com/SAP/ui5-webcomponents/issues/7160)
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
# [1.15.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.0...v1.15.0-rc.1) (2023-06-15)
|
|
347
|
+
|
|
348
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
# [1.15.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0...v1.15.0-rc.0) (2023-06-08)
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
### Bug Fixes
|
|
362
|
+
|
|
363
|
+
* **ui5-bar:** apply correct box-shadow parameter ([#7150](https://github.com/SAP/ui5-webcomponents/issues/7150)) ([5f9ba23](https://github.com/SAP/ui5-webcomponents/commit/5f9ba23d9c28b2860c43e4396575609f6f6ff1e8))
|
|
364
|
+
* **ui5-bar:** correct padding values in dialog ([#7046](https://github.com/SAP/ui5-webcomponents/issues/7046)) ([b20c946](https://github.com/SAP/ui5-webcomponents/commit/b20c946a00a91cc25eb709f839ccaa12998bf58e))
|
|
365
|
+
* **ui5-illustrated-message:** text update in Survey ([#7146](https://github.com/SAP/ui5-webcomponents/issues/7146)) ([a4299ce](https://github.com/SAP/ui5-webcomponents/commit/a4299ce1249a547c89a2335325422944974455cd))
|
|
366
|
+
* **ui5-shellbar:** improve RTL styling of searchField ([#7089](https://github.com/SAP/ui5-webcomponents/issues/7089)) ([9373abf](https://github.com/SAP/ui5-webcomponents/commit/9373abfd0114650069855419f1caeb2fc5462114)), closes [#7065](https://github.com/SAP/ui5-webcomponents/issues/7065)
|
|
367
|
+
* **ui5-upload-collection:** item-delete event and delete mode docs are now updated ([#7106](https://github.com/SAP/ui5-webcomponents/issues/7106)) ([b12bccb](https://github.com/SAP/ui5-webcomponents/commit/b12bccb72bdcc63a966bbb54b0d044436e01cb50))
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
# [1.14.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.2...v1.14.0) (2023-06-01)
|
|
374
|
+
|
|
375
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
# [1.14.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.1...v1.14.0-rc.2) (2023-06-01)
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Features
|
|
385
|
+
|
|
386
|
+
* **ui5-wizard:** introduce contentLayout property ([#7006](https://github.com/SAP/ui5-webcomponents/issues/7006)) ([66e9c3d](https://github.com/SAP/ui5-webcomponents/commit/66e9c3d83a945ae80e32d8614084b732cabd2bea))
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
6
392
|
# [1.14.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.0...v1.14.0-rc.1) (2023-05-25)
|
|
7
393
|
|
|
8
394
|
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
package/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
+
|
|
3
4
|
# UI5 Web Components - Fiori
|
|
4
5
|
|
|
5
6
|
[](https://www.npmjs.com/package/@ui5/webcomponents)
|
|
@@ -73,7 +74,7 @@ Importing the module above enables the detailed but more resource-intensive anim
|
|
|
73
74
|
- [UI5 Web Components - Playground and API Reference](https://sap.github.io/ui5-webcomponents/playground/)
|
|
74
75
|
|
|
75
76
|
## Support
|
|
76
|
-
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://
|
|
77
|
+
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
|
|
77
78
|
|
|
78
79
|
## Contribute
|
|
79
80
|
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md).
|
package/config/wdio.conf.cjs
CHANGED
package/dist/Bar.d.ts
CHANGED
|
@@ -52,16 +52,6 @@ declare class Bar extends UI5Element {
|
|
|
52
52
|
/**
|
|
53
53
|
* Defines the component's design.
|
|
54
54
|
*
|
|
55
|
-
* <br><br>
|
|
56
|
-
* <b>Note:</b>
|
|
57
|
-
* Available options are:
|
|
58
|
-
* <ul>
|
|
59
|
-
* <li><code>Header</code></li>
|
|
60
|
-
* <li><code>Subheader</code></li>
|
|
61
|
-
* <li><code>Footer</code></li>
|
|
62
|
-
* <li><code>FloatingFooter</code></li>
|
|
63
|
-
* </ul>
|
|
64
|
-
*
|
|
65
55
|
* @type {sap.ui.webc.fiori.types.BarDesign}
|
|
66
56
|
* @name sap.ui.webc.fiori.Bar.prototype.design
|
|
67
57
|
* @defaultvalue "Header"
|
|
@@ -69,7 +59,7 @@ declare class Bar extends UI5Element {
|
|
|
69
59
|
*/
|
|
70
60
|
design: `${BarDesign}`;
|
|
71
61
|
/**
|
|
72
|
-
* Defines the content at the start of the bar
|
|
62
|
+
* Defines the content at the start of the bar.
|
|
73
63
|
* @type {HTMLElement[]}
|
|
74
64
|
* @name sap.ui.webc.fiori.Bar.prototype.startContent
|
|
75
65
|
* @slot
|
|
@@ -77,7 +67,7 @@ declare class Bar extends UI5Element {
|
|
|
77
67
|
*/
|
|
78
68
|
startContent: Array<HTMLElement>;
|
|
79
69
|
/**
|
|
80
|
-
* Defines the content in the middle of the bar
|
|
70
|
+
* Defines the content in the middle of the bar.
|
|
81
71
|
* @type {HTMLElement[]}
|
|
82
72
|
* @name sap.ui.webc.fiori.Bar.prototype.default
|
|
83
73
|
* @slot middleContent
|
|
@@ -85,7 +75,7 @@ declare class Bar extends UI5Element {
|
|
|
85
75
|
*/
|
|
86
76
|
middleContent: Array<HTMLElement>;
|
|
87
77
|
/**
|
|
88
|
-
* Defines the content at the end of the bar
|
|
78
|
+
* Defines the content at the end of the bar.
|
|
89
79
|
* @type {HTMLElement[]}
|
|
90
80
|
* @name sap.ui.webc.fiori.Bar.prototype.endContent
|
|
91
81
|
* @slot
|
|
@@ -103,7 +93,6 @@ declare class Bar extends UI5Element {
|
|
|
103
93
|
"ui5-bar-root": boolean;
|
|
104
94
|
};
|
|
105
95
|
};
|
|
106
|
-
onBeforeRendering(): void;
|
|
107
96
|
onEnterDOM(): void;
|
|
108
97
|
onExitDOM(): void;
|
|
109
98
|
}
|
package/dist/Bar.js
CHANGED
|
@@ -88,10 +88,6 @@ let Bar = class Bar extends UI5Element {
|
|
|
88
88
|
},
|
|
89
89
|
};
|
|
90
90
|
}
|
|
91
|
-
onBeforeRendering() {
|
|
92
|
-
// Next row is specific for IE11. Please remove after stop support and edit css file
|
|
93
|
-
[...this.startContent, ...this.middleContent, ...this.endContent].forEach(element => element.classList.add("ui5-bar-content"));
|
|
94
|
-
}
|
|
95
91
|
onEnterDOM() {
|
|
96
92
|
ResizeHandler.register(this, this._handleResizeBound);
|
|
97
93
|
this.getDomRef().querySelectorAll(".ui5-bar-content-container").forEach(child => {
|
package/dist/Bar.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Bar.js","sourceRoot":"","sources":["../src/Bar.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,UAAU,MAAM,4CAA4C,CAAC;AACpE,OAAO,aAAa,MAAM,0DAA0D,CAAC;AACrF,OAAO,QAAQ,MAAM,qDAAqD,CAAC;AAC3E,OAAO,IAAI,MAAM,iDAAiD,CAAC;AACnE,OAAO,SAAS,MAAM,sDAAsD,CAAC;AAC7E,OAAO,aAAa,MAAM,wDAAwD,CAAC;AACnF,OAAO,SAAS,MAAM,sBAAsB,CAAC;AAE7C,WAAW;AACX,OAAO,WAAW,MAAM,0CAA0C,CAAC;AAEnE,SAAS;AACT,OAAO,MAAM,MAAM,+BAA+B,CAAC;AAEnD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AAQH,IAAM,GAAG,GAAT,MAAM,GAAI,SAAQ,UAAU;
|
|
1
|
+
{"version":3,"file":"Bar.js","sourceRoot":"","sources":["../src/Bar.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,UAAU,MAAM,4CAA4C,CAAC;AACpE,OAAO,aAAa,MAAM,0DAA0D,CAAC;AACrF,OAAO,QAAQ,MAAM,qDAAqD,CAAC;AAC3E,OAAO,IAAI,MAAM,iDAAiD,CAAC;AACnE,OAAO,SAAS,MAAM,sDAAsD,CAAC;AAC7E,OAAO,aAAa,MAAM,wDAAwD,CAAC;AACnF,OAAO,SAAS,MAAM,sBAAsB,CAAC;AAE7C,WAAW;AACX,OAAO,WAAW,MAAM,0CAA0C,CAAC;AAEnE,SAAS;AACT,OAAO,MAAM,MAAM,+BAA+B,CAAC;AAEnD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AAQH,IAAM,GAAG,GAAT,MAAM,GAAI,SAAQ,UAAU;IA4C3B,IAAI,OAAO;QACV,OAAO;YACN,OAAO,EAAE,IAAI,CAAC,MAAM;SACpB,CAAC;IACH,CAAC;IAED;QACC,KAAK,EAAE,CAAC;QAER,IAAI,CAAC,kBAAkB,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACxD,CAAC;IAED,YAAY;QACX,MAAM,GAAG,GAAG,IAAI,CAAC,SAAS,EAAG,CAAC;QAC9B,MAAM,QAAQ,GAAG,GAAG,CAAC,WAAW,CAAC;QACjC,MAAM,YAAY,GAAG,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;YAC1D,OAAQ,KAAqB,CAAC,WAAW,GAAG,QAAQ,GAAG,CAAC,CAAC;QAC1D,CAAC,CAAC,CAAC;QAEH,GAAG,CAAC,SAAS,CAAC,MAAM,CAAC,uBAAuB,EAAE,YAAY,CAAC,CAAC;IAC7D,CAAC;IAED,IAAI,OAAO;QACV,OAAO;YACN,IAAI,EAAE;gBACL,cAAc,EAAE,IAAI;aACpB;SACD,CAAC;IACH,CAAC;IAED,UAAU;QACT,aAAa,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAEtD,IAAI,CAAC,SAAS,EAAG,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;YAChF,aAAa,CAAC,QAAQ,CAAC,KAAoB,EAAE,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACvE,CAAC,EAAE,IAAI,CAAC,CAAC;IACV,CAAC;IAED,SAAS;QACR,aAAa,CAAC,UAAU,CAAC,IAAI,EAAE,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAExD,IAAI,CAAC,SAAS,EAAG,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;YAChF,aAAa,CAAC,UAAU,CAAC,KAAoB,EAAE,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACzE,CAAC,EAAE,IAAI,CAAC,CAAC;IACT,CAAC;CACF,CAAA;AA/EA;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,CAAC,MAAM,EAAE,CAAC;mCACvC;AAUvB;IADC,IAAI,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;yCACM;AAUlC;IADC,IAAI,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;0CACX;AAUlC;IADC,IAAI,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;uCACG;AAxC1B,GAAG;IAPR,aAAa,CAAC;QACd,GAAG,EAAE,SAAS;QACd,cAAc,EAAE,IAAI;QACpB,QAAQ,EAAE,SAAS;QACnB,MAAM,EAAE,MAAM;QACd,QAAQ,EAAE,WAAW;KACrB,CAAC;GACI,GAAG,CAyFR;AAED,GAAG,CAAC,MAAM,EAAE,CAAC;AAEb,eAAe,GAAG,CAAC","sourcesContent":["import UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport customElement from \"@ui5/webcomponents-base/dist/decorators/customElement.js\";\nimport property from \"@ui5/webcomponents-base/dist/decorators/property.js\";\nimport slot from \"@ui5/webcomponents-base/dist/decorators/slot.js\";\nimport litRender from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport ResizeHandler from \"@ui5/webcomponents-base/dist/delegate/ResizeHandler.js\";\nimport BarDesign from \"./types/BarDesign.js\";\n\n// Template\nimport BarTemplate from \"./generated/templates/BarTemplate.lit.js\";\n\n// Styles\nimport BarCss from \"./generated/themes/Bar.css.js\";\n\n/**\n * @class\n *\n * <h3 class=\"comment-api-title\">Overview</h3>\n * The Bar is a container which is primarily used to hold titles, buttons and input elements\n * and its design and functionality is the basis for page headers and footers.\n * The component consists of three areas to hold its content - startContent slot, default slot and endContent slot.\n * It has the capability to center content, such as a title, while having other components on the left and right side.\n *\n * <h3>Usage</h3>\n * With the use of the design property, you can set the style of the Bar to appear designed like a Header, Subheader, Footer and FloatingFooter.\n * <br>\n * <b>Note:</b> Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.\n *\n * <h3>Responsive Behavior</h3>\n * The default slot will be centered in the available space between the startContent and the endContent areas,\n * therefore it might not always be centered in the entire bar.\n *\n * <h3>CSS Shadow Parts</h3>\n *\n * <ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM.\n * <br>\n * The <code>ui5-bar</code> exposes the following CSS Shadow Parts:\n * <ul>\n * <li>bar - Used to style the wrapper of the content of the component</li>\n * </ul>\n *\n * <h3>Keyboard Handling</h3>\n *\n * <h4>Fast Navigation</h4>\n * This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>.\n * In order to use this functionality, you need to import the following module:\n * <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code>\n * <br><br>\n *\n * <h3>ES6 Module Import</h3>\n *\n * <code>import \"@ui5/webcomponents-fiori/dist/Bar.js\";</code>\n *\n * @constructor\n * @author SAP SE\n * @alias sap.ui.webc.fiori.Bar\n * @implements sap.ui.webc.fiori.IBar\n * @extends sap.ui.webc.base.UI5Element\n * @tagname ui5-bar\n * @public\n * @since 1.0.0-rc.11\n */\n@customElement({\n\ttag: \"ui5-bar\",\n\tfastNavigation: true,\n\trenderer: litRender,\n\tstyles: BarCss,\n\ttemplate: BarTemplate,\n})\nclass Bar extends UI5Element {\n\t/**\n\t * Defines the component's design.\n\t *\n\t * @type {sap.ui.webc.fiori.types.BarDesign}\n\t * @name sap.ui.webc.fiori.Bar.prototype.design\n\t * @defaultvalue \"Header\"\n\t * @public\n\t */\n\t@property({ type: BarDesign, defaultValue: BarDesign.Header })\n\tdesign!: `${BarDesign}`\n\n\t/**\n\t* Defines the content at the start of the bar.\n\t* @type {HTMLElement[]}\n\t* @name sap.ui.webc.fiori.Bar.prototype.startContent\n\t* @slot\n\t* @public\n\t*/\n\t@slot({ type: HTMLElement })\n\tstartContent!: Array<HTMLElement>;\n\n\t/**\n\t* Defines the content in the middle of the bar.\n\t* @type {HTMLElement[]}\n\t* @name sap.ui.webc.fiori.Bar.prototype.default\n\t* @slot middleContent\n\t* @public\n\t*/\n\t@slot({ type: HTMLElement, \"default\": true })\n\tmiddleContent!: Array<HTMLElement>\n\n\t/**\n\t* Defines the content at the end of the bar.\n\t* @type {HTMLElement[]}\n\t* @name sap.ui.webc.fiori.Bar.prototype.endContent\n\t* @slot\n\t* @public\n\t*/\n\t@slot({ type: HTMLElement })\n\tendContent!: Array<HTMLElement>\n\n\t_handleResizeBound: () => void;\n\n\tget accInfo() {\n\t\treturn {\n\t\t\t\"label\": this.design,\n\t\t};\n\t}\n\n\tconstructor() {\n\t\tsuper();\n\n\t\tthis._handleResizeBound = this.handleResize.bind(this);\n\t}\n\n\thandleResize() {\n\t\tconst bar = this.getDomRef()!;\n\t\tconst barWidth = bar.offsetWidth;\n\t\tconst needShrinked = Array.from(bar.children).some(child => {\n\t\t\treturn (child as HTMLElement).offsetWidth > barWidth / 3;\n\t\t});\n\n\t\tbar.classList.toggle(\"ui5-bar-root-shrinked\", needShrinked);\n\t}\n\n\tget classes() {\n\t\treturn {\n\t\t\troot: {\n\t\t\t\t\"ui5-bar-root\": true,\n\t\t\t},\n\t\t};\n\t}\n\n\tonEnterDOM() {\n\t\tResizeHandler.register(this, this._handleResizeBound);\n\n\t\tthis.getDomRef()!.querySelectorAll(\".ui5-bar-content-container\").forEach(child => {\n\t\t\tResizeHandler.register(child as HTMLElement, this._handleResizeBound);\n\t\t}, this);\n\t}\n\n\tonExitDOM() {\n\t\tResizeHandler.deregister(this, this._handleResizeBound);\n\n\t\tthis.getDomRef()!.querySelectorAll(\".ui5-bar-content-container\").forEach(child => {\n\t\t\tResizeHandler.deregister(child as HTMLElement, this._handleResizeBound);\n\t\t}, this);\n\t }\n}\n\nBar.define();\n\nexport default Bar;\n"]}
|
package/dist/FilterItem.d.ts
CHANGED
package/dist/FilterItem.js
CHANGED
package/dist/FilterItem.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterItem.js","sourceRoot":"","sources":["../src/FilterItem.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,UAAU,MAAM,4CAA4C,CAAC;AACpE,OAAO,QAAQ,MAAM,qDAAqD,CAAC;AAC3E,OAAO,IAAI,MAAM,iDAAiD,CAAC;AACnE,OAAO,aAAa,MAAM,0DAA0D,CAAC;AAGrF
|
|
1
|
+
{"version":3,"file":"FilterItem.js","sourceRoot":"","sources":["../src/FilterItem.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,UAAU,MAAM,4CAA4C,CAAC;AACpE,OAAO,QAAQ,MAAM,qDAAqD,CAAC;AAC3E,OAAO,IAAI,MAAM,iDAAiD,CAAC;AACnE,OAAO,aAAa,MAAM,0DAA0D,CAAC;AAGrF;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,UAAU;CAgClC,CAAA;AAtBA;IADC,QAAQ,EAAE;wCACG;AAWd;IADC,QAAQ,EAAE;kDACa;AAUxB;IADC,IAAI,EAAE;0CAC0B;AA/B5B,UAAU;IADf,aAAa,CAAC,iBAAiB,CAAC;GAC3B,UAAU,CAgCf;AAED,UAAU,CAAC,MAAM,EAAE,CAAC;AAEpB,eAAe,UAAU,CAAC","sourcesContent":["import UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport property from \"@ui5/webcomponents-base/dist/decorators/property.js\";\nimport slot from \"@ui5/webcomponents-base/dist/decorators/slot.js\";\nimport customElement from \"@ui5/webcomponents-base/dist/decorators/customElement.js\";\nimport type FilterItemOption from \"./FilterItemOption.js\";\n\n/**\n * @class\n *\n * <h3 class=\"comment-api-title\">Overview</h3>\n *\n * <h3>Usage</h3>\n *\n * For the <code>ui5-filter-item</code>\n * <h3>ES6 Module Import</h3>\n *\n * <code>import @ui5/webcomponents-fiori/dist/FilterItem.js\";</code>\n *\n * @constructor\n * @author SAP SE\n * @alias sap.ui.webc.fiori.FilterItem\n * @extends sap.ui.webc.base.UI5Element\n * @abstract\n * @since 1.0.0-rc.16\n * @tagname ui5-filter-item\n * @implements sap.ui.webc.fiori.IFilterItem\n * @public\n */\n@customElement(\"ui5-filter-item\")\nclass FilterItem extends UI5Element {\n\t/**\n\t * Defines the text of the component.\n\t *\n\t * @name sap.ui.webc.fiori.FilterItem.prototype.text\n\t * @type {string}\n\t * @defaultvalue \"\"\n\t * @public\n\t */\n\t@property()\n\ttext!: string;\n\n\t/**\n\t * Defines the additional text of the component.\n\t *\n\t * @name sap.ui.webc.fiori.FilterItem.prototype.additionalText\n\t * @type {string}\n\t * @defaultvalue \"\"\n\t * @public\n\t */\n\t@property()\n\tadditionalText!: string;\n\n\t/**\n\t * Defines the <code>values</code> list.\n\t * @name sap.ui.webc.fiori.FilterItem.prototype.values\n\t * @type {sap.ui.webc.fiori.IFilterItemOption[]}\n\t * @slot values\n\t * @public\n\t */\n\t@slot()\n\tvalues!: Array<FilterItemOption>;\n}\n\nFilterItem.define();\n\nexport default FilterItem;\n"]}
|
|
@@ -94,19 +94,6 @@ declare class FlexibleColumnLayout extends UI5Element {
|
|
|
94
94
|
* <b>Note:</b> The layout also depends on the screen size - one column for screens smaller than 599px,
|
|
95
95
|
* two columns between 599px and 1023px and three columns for sizes bigger than 1023px.
|
|
96
96
|
* <br><br>
|
|
97
|
-
* Available options are:
|
|
98
|
-
* <ul>
|
|
99
|
-
* <li><code>OneColumn</code></li>
|
|
100
|
-
* <li><code>TwoColumnsStartExpanded</code></li>
|
|
101
|
-
* <li><code>TwoColumnsMidExpanded</code></li>
|
|
102
|
-
* <li><code>ThreeColumnsMidExpanded</code></li>
|
|
103
|
-
* <li><code>ThreeColumnsEndExpanded</code></li>
|
|
104
|
-
* <li><code>ThreeColumnsStartExpandedEndHidden</code></li>
|
|
105
|
-
* <li><code>ThreeColumnsMidExpandedEndHidden</code></li>
|
|
106
|
-
* <li><code>MidColumnFullScreen</code></li>
|
|
107
|
-
* <li><code>EndColumnFullScreen</code></li>
|
|
108
|
-
* </ul>
|
|
109
|
-
* <br><br>
|
|
110
97
|
* <b>For example:</b> layout=<code>TwoColumnsStartExpanded</code> means the layout will display up to two columns
|
|
111
98
|
* in 67%/33% proportion.
|
|
112
99
|
* @type {sap.ui.webc.fiori.types.FCLLayout}
|
|
@@ -34,11 +34,10 @@ var MEDIA;
|
|
|
34
34
|
MEDIA["TABLET"] = "tablet";
|
|
35
35
|
MEDIA["DESKTOP"] = "desktop";
|
|
36
36
|
})(MEDIA || (MEDIA = {}));
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
})(BREAKPOINTS || (BREAKPOINTS = {}));
|
|
37
|
+
const BREAKPOINTS = {
|
|
38
|
+
"PHONE": 599,
|
|
39
|
+
"TABLET": 1023,
|
|
40
|
+
};
|
|
42
41
|
/**
|
|
43
42
|
* @class
|
|
44
43
|
*
|