@pega/cosmos-react-core 8.8.0 → 9.0.0-build.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/AppShell/AppHeader.d.ts.map +1 -1
- package/lib/components/AppShell/AppHeader.js +4 -1
- package/lib/components/AppShell/AppHeader.js.map +1 -1
- package/lib/components/AppShell/NavigationListItemWrapper.d.ts.map +1 -1
- package/lib/components/AppShell/NavigationListItemWrapper.js +3 -4
- package/lib/components/AppShell/NavigationListItemWrapper.js.map +1 -1
- package/lib/components/AppShell/ThemeSwitcher.d.ts +9 -0
- package/lib/components/AppShell/ThemeSwitcher.d.ts.map +1 -0
- package/lib/components/AppShell/ThemeSwitcher.js +58 -0
- package/lib/components/AppShell/ThemeSwitcher.js.map +1 -0
- package/lib/components/AppShell/ThemeSwitcher.test-ids.d.ts +2 -0
- package/lib/components/AppShell/ThemeSwitcher.test-ids.d.ts.map +1 -0
- package/lib/components/AppShell/ThemeSwitcher.test-ids.js +3 -0
- package/lib/components/AppShell/ThemeSwitcher.test-ids.js.map +1 -0
- package/lib/components/Avatar/Avatar.d.ts.map +1 -1
- package/lib/components/Avatar/Avatar.js +10 -4
- package/lib/components/Avatar/Avatar.js.map +1 -1
- package/lib/components/Banner/Banner.js +1 -1
- package/lib/components/Banner/Banner.js.map +1 -1
- package/lib/components/ComboBox/ComboBox.d.ts.map +1 -1
- package/lib/components/ComboBox/ComboBox.js +9 -4
- package/lib/components/ComboBox/ComboBox.js.map +1 -1
- package/lib/components/ComboBox/ComboBox.types.d.ts +5 -0
- package/lib/components/ComboBox/ComboBox.types.d.ts.map +1 -1
- package/lib/components/ComboBox/ComboBox.types.js.map +1 -1
- package/lib/components/CompositeInput/CompositeInput.d.ts.map +1 -1
- package/lib/components/CompositeInput/CompositeInput.js +6 -10
- package/lib/components/CompositeInput/CompositeInput.js.map +1 -1
- package/lib/components/Configuration/Configuration.d.ts +6 -0
- package/lib/components/Configuration/Configuration.d.ts.map +1 -1
- package/lib/components/Configuration/Configuration.js +5 -1
- package/lib/components/Configuration/Configuration.js.map +1 -1
- package/lib/components/CreditCard/CreditCardInput.d.ts +1 -1
- package/lib/components/CreditCard/CreditCardInput.js +1 -1
- package/lib/components/CreditCard/CreditCardInput.js.map +1 -1
- package/lib/components/Currency/CurrencyInput.d.ts.map +1 -1
- package/lib/components/Currency/CurrencyInput.js +2 -2
- package/lib/components/Currency/CurrencyInput.js.map +1 -1
- package/lib/components/DateTime/Input/DateInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DateInput.js +3 -3
- package/lib/components/DateTime/Input/DateInput.js.map +1 -1
- package/lib/components/DateTime/Input/DateRangeInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DateRangeInput.js +1 -1
- package/lib/components/DateTime/Input/DateRangeInput.js.map +1 -1
- package/lib/components/DateTime/Input/DateTime.styles.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DateTime.styles.js +0 -4
- package/lib/components/DateTime/Input/DateTime.styles.js.map +1 -1
- package/lib/components/DateTime/Input/DateTimeInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DateTimeInput.js +17 -2
- package/lib/components/DateTime/Input/DateTimeInput.js.map +1 -1
- package/lib/components/DateTime/Input/Duration/DurationInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/Duration/DurationInput.js +3 -1
- package/lib/components/DateTime/Input/Duration/DurationInput.js.map +1 -1
- package/lib/components/DateTime/Input/MonthInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/MonthInput.js +2 -2
- package/lib/components/DateTime/Input/MonthInput.js.map +1 -1
- package/lib/components/DateTime/Input/QuarterInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/QuarterInput.js +2 -2
- package/lib/components/DateTime/Input/QuarterInput.js.map +1 -1
- package/lib/components/DateTime/Input/TimeInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/TimeInput.js +2 -2
- package/lib/components/DateTime/Input/TimeInput.js.map +1 -1
- package/lib/components/DateTime/Input/TimeRangeInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/TimeRangeInput.js +1 -1
- package/lib/components/DateTime/Input/TimeRangeInput.js.map +1 -1
- package/lib/components/DateTime/Input/WeekInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/WeekInput.js +3 -3
- package/lib/components/DateTime/Input/WeekInput.js.map +1 -1
- package/lib/components/Dialog/Dialog.types.d.ts +4 -0
- package/lib/components/Dialog/Dialog.types.d.ts.map +1 -1
- package/lib/components/Dialog/Dialog.types.js.map +1 -1
- package/lib/components/Dialog/FormDialog.d.ts.map +1 -1
- package/lib/components/Dialog/FormDialog.js +7 -2
- package/lib/components/Dialog/FormDialog.js.map +1 -1
- package/lib/components/Dialog/InfoDialog.js +1 -1
- package/lib/components/Dialog/InfoDialog.js.map +1 -1
- package/lib/components/FieldGroup/FieldGroupList.d.ts.map +1 -1
- package/lib/components/FieldGroup/FieldGroupList.js +4 -2
- package/lib/components/FieldGroup/FieldGroupList.js.map +1 -1
- package/lib/components/FieldGroup/FieldGroupList.utils.d.ts +1 -1
- package/lib/components/FieldGroup/FieldGroupList.utils.js +2 -2
- package/lib/components/FieldGroup/FieldGroupList.utils.js.map +1 -1
- package/lib/components/FieldValueList/FieldValueList.d.ts.map +1 -1
- package/lib/components/FieldValueList/FieldValueList.js +8 -5
- package/lib/components/FieldValueList/FieldValueList.js.map +1 -1
- package/lib/components/File/FileInput.d.ts.map +1 -1
- package/lib/components/File/FileInput.js +2 -1
- package/lib/components/File/FileInput.js.map +1 -1
- package/lib/components/File/FileItem.d.ts.map +1 -1
- package/lib/components/File/FileItem.js +2 -2
- package/lib/components/File/FileItem.js.map +1 -1
- package/lib/components/FormField/FormField.d.ts.map +1 -1
- package/lib/components/FormField/FormField.js +3 -2
- package/lib/components/FormField/FormField.js.map +1 -1
- package/lib/components/Fullscreen/Fullscreen.d.ts.map +1 -1
- package/lib/components/Fullscreen/Fullscreen.js +1 -0
- package/lib/components/Fullscreen/Fullscreen.js.map +1 -1
- package/lib/components/Icon/Icon.d.ts.map +1 -1
- package/lib/components/Icon/Icon.js +7 -6
- package/lib/components/Icon/Icon.js.map +1 -1
- package/lib/components/Icon/streamline-icons/archive-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/archive-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/archive-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/archive-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/archive.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/archive.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/archive.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/archive.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/article-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/article-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/article-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/article-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/article.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/article.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/article.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/article.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/bell-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/bell-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/bell-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/bell-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/browser-site.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/browser-site.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/browser-site.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/browser-site.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/circle-mixed-right.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/circle-mixed-right.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/circle-mixed-right.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/circle-mixed-right.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/circle-stacked-mixed.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/circle-stacked-mixed.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/circle-stacked-mixed.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/circle-stacked-mixed.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/circle-stacked.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/circle-stacked.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/circle-stacked.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/circle-stacked.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/cloud-nodes.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/cloud-nodes.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/cloud-nodes.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/cloud-nodes.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/condition-critical.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/condition-critical.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/condition-critical.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/condition-critical.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/condition-satisfactory.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/condition-satisfactory.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/condition-satisfactory.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/condition-satisfactory.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/disc-document.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/disc-document.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/disc-document.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/disc-document.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/disc-nodes.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/disc-nodes.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/disc-nodes.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/disc-nodes.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/document-doc.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/document-doc.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/document-doc.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/document-doc.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/document-json.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/document-json.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/document-json.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/document-json.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/document-xls.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/document-xls.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/document-xls.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/document-xls.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/documents.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/documents.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/documents.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/documents.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/field-cursor.icon.js +1 -1
- package/lib/components/Icon/streamline-icons/field-cursor.icon.js.map +1 -1
- package/lib/components/Icon/streamline-icons/filter-on.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/filter-on.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/filter-on.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/filter-on.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/freeze-column.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/freeze-column.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/freeze-column.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/freeze-column.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/galaxy.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/galaxy.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/galaxy.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/galaxy.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/grid-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/grid-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/grid-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/grid-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/grid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/grid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/grid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/grid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/language-pack.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/language-pack.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/language-pack.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/language-pack.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/layout.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/layout.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/layout.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/layout.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/lock-closed.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/lock-closed.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/lock-closed.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/lock-closed.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/mail-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/mail-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/mail-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/mail-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/mail.icon.d.ts.map +1 -1
- package/lib/components/Icon/streamline-icons/mail.icon.js +1 -1
- package/lib/components/Icon/streamline-icons/mail.icon.js.map +1 -1
- package/lib/components/Icon/streamline-icons/mobius.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/mobius.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/mobius.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/mobius.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/phone-in-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/phone-in-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/phone-in-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/phone-in-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/picture-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/picture-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/picture-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/picture-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/plug-connect.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/plug-connect.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/plug-connect.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/plug-connect.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/return.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/return.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/return.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/return.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/robot-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/robot-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/robot-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/robot-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/shapes.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/shapes.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/shapes.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/shapes.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/share-case.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/share-case.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/share-case.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/share-case.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/share-document.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/share-document.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/share-document.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/share-document.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/shield-lock.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/shield-lock.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/shield-lock.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/shield-lock.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/slideshow-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/slideshow-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/slideshow-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/slideshow-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/speaker-on-sold.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/speaker-on-sold.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/speaker-on-sold.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/speaker-on-sold.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/speaker-on.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/speaker-on.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/speaker-on.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/speaker-on.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/table-disc.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/table-disc.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/table-disc.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/table-disc.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/translate.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/translate.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/translate.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/translate.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-check-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-check-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-check-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-check-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-close-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-close-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-close-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-close-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-close.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-close.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-close.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-close.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-female-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-female-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-female-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-female-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-female.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-female.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-female.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-female.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-list-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-list-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-list-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-list-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-list.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-list.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-list.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-list.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-plus-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-plus-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-plus-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-plus-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-plus.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-plus.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-plus.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-plus.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-question-mark-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-question-mark-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-question-mark-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-question-mark-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-question-mark.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-question-mark.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-question-mark.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-question-mark.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-search-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-search-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-search-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-search-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-search.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-search.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-search.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-search.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-star-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-star-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-star-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-star-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-star.icon.js +2 -2
- package/lib/components/Icon/streamline-icons/user-star.icon.js.map +1 -1
- package/lib/components/Icon/streamline-icons/users-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/users-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/users-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/users-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/users.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/users.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/users.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/users.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/versions.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/versions.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/versions.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/versions.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/video-off.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/video-off.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/video-off.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/video-off.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/video-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/video-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/video-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/video-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/video.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/video.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/video.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/video.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/voicemail.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/voicemail.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/voicemail.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/voicemail.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/vr-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/vr-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/vr-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/vr-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/vr.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/vr.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/vr.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/vr.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/walkie-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/walkie-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/walkie-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/walkie-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/walkie.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/walkie.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/walkie.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/walkie.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/wallet-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/wallet-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/wallet-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/wallet-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/wallet.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/wallet.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/wallet.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/wallet.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/watch-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/watch-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/watch-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/watch-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/watch.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/watch.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/watch.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/watch.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/waypoint-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/waypoint-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/waypoint-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/waypoint-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/waypoint.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/waypoint.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/waypoint.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/waypoint.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/webcam-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/webcam-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/webcam-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/webcam-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/webcam.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/webcam.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/webcam.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/webcam.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/whatsapp.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/whatsapp.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/whatsapp.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/whatsapp.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/wifi-none.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/wifi-none.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/wifi-none.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/wifi-none.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/wifi-off.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/wifi-off.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/wifi-off.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/wifi-off.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/wizard-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/wizard-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/wizard-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/wizard-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/wizard.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/wizard.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/wizard.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/wizard.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/wrench-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/wrench-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/wrench-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/wrench-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/wrench.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/wrench.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/wrench.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/wrench.icon.js.map +1 -0
- package/lib/components/Icon/streamlineIconNames.d.ts +1 -1
- package/lib/components/Icon/streamlineIconNames.d.ts.map +1 -1
- package/lib/components/Icon/streamlineIconNames.js +82 -0
- package/lib/components/Icon/streamlineIconNames.js.map +1 -1
- package/lib/components/IconPicker/IconPicker.d.ts +4 -4
- package/lib/components/IconPicker/IconPicker.d.ts.map +1 -1
- package/lib/components/IconPicker/IconPicker.js +19 -25
- package/lib/components/IconPicker/IconPicker.js.map +1 -1
- package/lib/components/Input/Input.js +1 -1
- package/lib/components/Input/Input.js.map +1 -1
- package/lib/components/Input/Input.styles.d.ts.map +1 -1
- package/lib/components/Input/Input.styles.js +2 -17
- package/lib/components/Input/Input.styles.js.map +1 -1
- package/lib/components/Lightbox/Lightbox.d.ts +1 -1
- package/lib/components/Lightbox/Lightbox.d.ts.map +1 -1
- package/lib/components/Lightbox/Lightbox.js +9 -3
- package/lib/components/Lightbox/Lightbox.js.map +1 -1
- package/lib/components/Lightbox/Lightbox.test-ids.d.ts +1 -1
- package/lib/components/Lightbox/Lightbox.test-ids.d.ts.map +1 -1
- package/lib/components/Lightbox/Lightbox.test-ids.js +1 -0
- package/lib/components/Lightbox/Lightbox.test-ids.js.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.d.ts.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.js +100 -39
- package/lib/components/ListToolbar/ListToolbar.js.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.styles.d.ts.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.styles.js +11 -16
- package/lib/components/ListToolbar/ListToolbar.styles.js.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.types.d.ts +7 -3
- package/lib/components/ListToolbar/ListToolbar.types.d.ts.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.types.js.map +1 -1
- package/lib/components/Location/CurrentLocationButton.d.ts.map +1 -1
- package/lib/components/Location/CurrentLocationButton.js +4 -2
- package/lib/components/Location/CurrentLocationButton.js.map +1 -1
- package/lib/components/Location/GoogleMapsAPI.d.ts +43 -0
- package/lib/components/Location/GoogleMapsAPI.d.ts.map +1 -0
- package/lib/components/Location/GoogleMapsAPI.js +244 -0
- package/lib/components/Location/GoogleMapsAPI.js.map +1 -0
- package/lib/components/Location/Location.types.d.ts +3 -2
- package/lib/components/Location/Location.types.d.ts.map +1 -1
- package/lib/components/Location/Location.types.js.map +1 -1
- package/lib/components/Location/LocationAPI.types.d.ts +23 -0
- package/lib/components/Location/LocationAPI.types.d.ts.map +1 -0
- package/lib/components/Location/LocationAPI.types.js +2 -0
- package/lib/components/Location/LocationAPI.types.js.map +1 -0
- package/lib/components/Location/LocationDisplay.d.ts.map +1 -1
- package/lib/components/Location/LocationDisplay.js +5 -3
- package/lib/components/Location/LocationDisplay.js.map +1 -1
- package/lib/components/Location/LocationInput.d.ts.map +1 -1
- package/lib/components/Location/LocationInput.js +25 -22
- package/lib/components/Location/LocationInput.js.map +1 -1
- package/lib/components/Location/LocationView.d.ts.map +1 -1
- package/lib/components/Location/LocationView.js +8 -5
- package/lib/components/Location/LocationView.js.map +1 -1
- package/lib/components/Location/index.d.ts +2 -1
- package/lib/components/Location/index.d.ts.map +1 -1
- package/lib/components/Location/index.js +2 -1
- package/lib/components/Location/index.js.map +1 -1
- package/lib/components/Location/utils.d.ts +3 -19
- package/lib/components/Location/utils.d.ts.map +1 -1
- package/lib/components/Location/utils.js +7 -161
- package/lib/components/Location/utils.js.map +1 -1
- package/lib/components/Modal/Modal.styles.js +5 -5
- package/lib/components/Modal/Modal.styles.js.map +1 -1
- package/lib/components/MultiStepForm/MultiStepForm.d.ts.map +1 -1
- package/lib/components/MultiStepForm/MultiStepForm.js +1 -6
- package/lib/components/MultiStepForm/MultiStepForm.js.map +1 -1
- package/lib/components/Number/NumberInput.d.ts.map +1 -1
- package/lib/components/Number/NumberInput.js +3 -1
- package/lib/components/Number/NumberInput.js.map +1 -1
- package/lib/components/Number/NumberRangeInput.d.ts.map +1 -1
- package/lib/components/Number/NumberRangeInput.js +3 -1
- package/lib/components/Number/NumberRangeInput.js.map +1 -1
- package/lib/components/PageTemplates/GridLayout/EditorBackground.js +1 -1
- package/lib/components/PageTemplates/GridLayout/EditorBackground.js.map +1 -1
- package/lib/components/PageTemplates/GridLayout/GridLayoutEditor.js +1 -1
- package/lib/components/PageTemplates/GridLayout/GridLayoutEditor.js.map +1 -1
- package/lib/components/PageTemplates/GridLayout/GridLayoutViewer.d.ts +5 -0
- package/lib/components/PageTemplates/GridLayout/GridLayoutViewer.d.ts.map +1 -1
- package/lib/components/PageTemplates/GridLayout/GridLayoutViewer.js +2 -2
- package/lib/components/PageTemplates/GridLayout/GridLayoutViewer.js.map +1 -1
- package/lib/components/PageTemplates/GridLayout/config.d.ts +1 -1
- package/lib/components/PageTemplates/GridLayout/config.d.ts.map +1 -1
- package/lib/components/PageTemplates/GridLayout/config.js +3 -3
- package/lib/components/PageTemplates/GridLayout/config.js.map +1 -1
- package/lib/components/PageTemplates/PageTemplates.d.ts +6 -1
- package/lib/components/PageTemplates/PageTemplates.d.ts.map +1 -1
- package/lib/components/PageTemplates/PageTemplates.js +17 -8
- package/lib/components/PageTemplates/PageTemplates.js.map +1 -1
- package/lib/components/Phone/PhoneInput.d.ts.map +1 -1
- package/lib/components/Phone/PhoneInput.js +2 -2
- package/lib/components/Phone/PhoneInput.js.map +1 -1
- package/lib/components/Popover/Popover.styles.d.ts.map +1 -1
- package/lib/components/Popover/Popover.styles.js +18 -8
- package/lib/components/Popover/Popover.styles.js.map +1 -1
- package/lib/components/Popover/modifiers.d.ts.map +1 -1
- package/lib/components/Popover/modifiers.js +10 -0
- package/lib/components/Popover/modifiers.js.map +1 -1
- package/lib/components/RadioCheck/RadioCheck.d.ts.map +1 -1
- package/lib/components/RadioCheck/RadioCheck.js +5 -8
- package/lib/components/RadioCheck/RadioCheck.js.map +1 -1
- package/lib/components/Switch/Switch.d.ts.map +1 -1
- package/lib/components/Switch/Switch.js +5 -13
- package/lib/components/Switch/Switch.js.map +1 -1
- package/lib/components/Tabs/TabPanel.d.ts.map +1 -1
- package/lib/components/Tabs/TabPanel.js +1 -0
- package/lib/components/Tabs/TabPanel.js.map +1 -1
- package/lib/components/Toaster/Toaster.d.ts.map +1 -1
- package/lib/components/Toaster/Toaster.js +9 -5
- package/lib/components/Toaster/Toaster.js.map +1 -1
- package/lib/components/Toaster/Toaster.types.d.ts +3 -3
- package/lib/components/Toaster/Toaster.types.d.ts.map +1 -1
- package/lib/components/Toaster/Toaster.types.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/lib/components/Tooltip/Tooltip.js +3 -1
- package/lib/components/Tooltip/Tooltip.js.map +1 -1
- package/lib/hooks/index.d.ts +1 -0
- package/lib/hooks/index.d.ts.map +1 -1
- package/lib/hooks/index.js +1 -0
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/useAbortController.d.ts +7 -0
- package/lib/hooks/useAbortController.d.ts.map +1 -0
- package/lib/hooks/useAbortController.js +21 -0
- package/lib/hooks/useAbortController.js.map +1 -0
- package/lib/hooks/useBreakpoint.d.ts.map +1 -1
- package/lib/hooks/useBreakpoint.js +5 -2
- package/lib/hooks/useBreakpoint.js.map +1 -1
- package/lib/hooks/useI18n.d.ts +156 -0
- package/lib/hooks/useI18n.d.ts.map +1 -1
- package/lib/hooks/useItemIntersection.d.ts +1 -1
- package/lib/hooks/useItemIntersection.js +2 -2
- package/lib/hooks/useItemIntersection.js.map +1 -1
- package/lib/hooks/useThemeMode.d.ts +10 -0
- package/lib/hooks/useThemeMode.d.ts.map +1 -0
- package/lib/hooks/useThemeMode.js +11 -0
- package/lib/hooks/useThemeMode.js.map +1 -0
- package/lib/i18n/default.d.ts +160 -0
- package/lib/i18n/default.d.ts.map +1 -1
- package/lib/i18n/default.js +173 -2
- package/lib/i18n/default.js.map +1 -1
- package/lib/i18n/i18n.d.ts +156 -0
- package/lib/i18n/i18n.d.ts.map +1 -1
- package/lib/styles/GlobalStyle.d.ts +2 -2
- package/lib/styles/GlobalStyle.d.ts.map +1 -1
- package/lib/styles/GlobalStyle.js +5 -3
- package/lib/styles/GlobalStyle.js.map +1 -1
- package/lib/styles/animations.d.ts +9 -0
- package/lib/styles/animations.d.ts.map +1 -0
- package/lib/styles/animations.js +78 -0
- package/lib/styles/animations.js.map +1 -0
- package/lib/styles/gradients.d.ts +2 -0
- package/lib/styles/gradients.d.ts.map +1 -1
- package/lib/styles/gradients.js +4 -1
- package/lib/styles/gradients.js.map +1 -1
- package/lib/styles/index.d.ts +1 -0
- package/lib/styles/index.d.ts.map +1 -1
- package/lib/styles/index.js +1 -0
- package/lib/styles/index.js.map +1 -1
- package/lib/styles/utils.d.ts +1 -1
- package/lib/styles/utils.d.ts.map +1 -1
- package/lib/styles/utils.js +1 -1
- package/lib/styles/utils.js.map +1 -1
- package/lib/theme/index.d.ts +2 -0
- package/lib/theme/index.d.ts.map +1 -1
- package/lib/theme/index.js +2 -0
- package/lib/theme/index.js.map +1 -1
- package/lib/theme/theme.d.ts +150 -0
- package/lib/theme/theme.d.ts.map +1 -1
- package/lib/theme/themeDefinition.json +82 -0
- package/lib/theme/themeOverrides.schema.json +102 -0
- package/lib/theme/themes/studioDarkTheme.json +240 -0
- package/lib/theme/themes/studioTheme.json +240 -0
- package/lib/utils/debounce.d.ts +4 -1
- package/lib/utils/debounce.d.ts.map +1 -1
- package/lib/utils/debounce.js +18 -2
- package/lib/utils/debounce.js.map +1 -1
- package/lib/utils/getFocusables.d.ts +4 -2
- package/lib/utils/getFocusables.d.ts.map +1 -1
- package/lib/utils/getFocusables.js +9 -7
- package/lib/utils/getFocusables.js.map +1 -1
- package/package.json +2 -2
package/lib/i18n/default.d.ts
CHANGED
|
@@ -14,6 +14,8 @@ declare const _default: {
|
|
|
14
14
|
select_placeholder_default: string;
|
|
15
15
|
description: string;
|
|
16
16
|
all: string;
|
|
17
|
+
any: string;
|
|
18
|
+
this_and_that: string;
|
|
17
19
|
default: string;
|
|
18
20
|
app_default: string;
|
|
19
21
|
sitewide: string;
|
|
@@ -49,6 +51,7 @@ declare const _default: {
|
|
|
49
51
|
field: string;
|
|
50
52
|
field_group: string;
|
|
51
53
|
insight: string;
|
|
54
|
+
action: string;
|
|
52
55
|
view: string;
|
|
53
56
|
range_input: string;
|
|
54
57
|
system: string;
|
|
@@ -57,6 +60,9 @@ declare const _default: {
|
|
|
57
60
|
duration: string;
|
|
58
61
|
tokens: string;
|
|
59
62
|
keyboard_instructions: string;
|
|
63
|
+
today: string;
|
|
64
|
+
verify_ai_generated_expression: string;
|
|
65
|
+
custom: string;
|
|
60
66
|
remove: string;
|
|
61
67
|
follow: string;
|
|
62
68
|
unfollow: string;
|
|
@@ -92,6 +98,8 @@ declare const _default: {
|
|
|
92
98
|
reset: string;
|
|
93
99
|
refresh: string;
|
|
94
100
|
copy: string;
|
|
101
|
+
explain: string;
|
|
102
|
+
generate: string;
|
|
95
103
|
view_all: string;
|
|
96
104
|
view_less: string;
|
|
97
105
|
show_more: string;
|
|
@@ -132,6 +140,7 @@ declare const _default: {
|
|
|
132
140
|
select_noun: string;
|
|
133
141
|
actions_for: string;
|
|
134
142
|
edited: string;
|
|
143
|
+
deleted: string;
|
|
135
144
|
done: string;
|
|
136
145
|
uploading: string;
|
|
137
146
|
loading: string;
|
|
@@ -240,6 +249,8 @@ declare const _default: {
|
|
|
240
249
|
range_to_datetime: string;
|
|
241
250
|
range_from_numeric: string;
|
|
242
251
|
range_to_numeric: string;
|
|
252
|
+
error_field_unavailable: string;
|
|
253
|
+
error_field_list_unavailable: string;
|
|
243
254
|
x_of_y: string;
|
|
244
255
|
n_more: string;
|
|
245
256
|
keypress_instruction: string;
|
|
@@ -257,6 +268,7 @@ declare const _default: {
|
|
|
257
268
|
app_shell_pin: string;
|
|
258
269
|
app_shell_unpin: string;
|
|
259
270
|
application_logo: string;
|
|
271
|
+
theme_mode: string;
|
|
260
272
|
combobox_open_close: string;
|
|
261
273
|
combobox_search_instructions: string;
|
|
262
274
|
combobox_open_list_button_a11y: string;
|
|
@@ -435,6 +447,11 @@ declare const _default: {
|
|
|
435
447
|
drag_handle_vertical_description: string;
|
|
436
448
|
drag_handle_horizontal_description: string;
|
|
437
449
|
drag_handle_tab_description: string;
|
|
450
|
+
add_button_description: string;
|
|
451
|
+
configure_button_description: string;
|
|
452
|
+
remove_button_description: string;
|
|
453
|
+
list_item_control_instructions: string;
|
|
454
|
+
list_item_nav_instructions: string;
|
|
438
455
|
assignments: string;
|
|
439
456
|
case: string;
|
|
440
457
|
assignment: string;
|
|
@@ -592,12 +609,15 @@ declare const _default: {
|
|
|
592
609
|
rte_edit_image: string;
|
|
593
610
|
rte_delete_image: string;
|
|
594
611
|
rte_image_key_command: string;
|
|
612
|
+
important: string;
|
|
595
613
|
expand_trail: string;
|
|
596
614
|
collapse_trail: string;
|
|
597
615
|
copy_to: string;
|
|
598
616
|
subject_label: string;
|
|
599
617
|
search_results: string;
|
|
600
618
|
get_next_email: string;
|
|
619
|
+
mark_email_as_important: string;
|
|
620
|
+
email_attachment: string;
|
|
601
621
|
feed_post_type: string;
|
|
602
622
|
feed_new_post: string;
|
|
603
623
|
feed_new_post_submit: string;
|
|
@@ -1320,6 +1340,9 @@ declare const _default: {
|
|
|
1320
1340
|
close_configuration_panel: string;
|
|
1321
1341
|
clear_object_summary: string;
|
|
1322
1342
|
create_in_new_tab: string;
|
|
1343
|
+
input_tree_contextual_label: string;
|
|
1344
|
+
input_tree_error: string;
|
|
1345
|
+
parameters: string;
|
|
1323
1346
|
expression_editor: string;
|
|
1324
1347
|
output_parameters: string;
|
|
1325
1348
|
input_parameters: string;
|
|
@@ -1332,6 +1355,26 @@ declare const _default: {
|
|
|
1332
1355
|
download_app: string;
|
|
1333
1356
|
qr_code_not_available: string;
|
|
1334
1357
|
qr_code: string;
|
|
1358
|
+
expand_all: string;
|
|
1359
|
+
collapse_all: string;
|
|
1360
|
+
expand_steps: string;
|
|
1361
|
+
collapse_steps: string;
|
|
1362
|
+
expand_step: string;
|
|
1363
|
+
collapse_step: string;
|
|
1364
|
+
expanded_step: string;
|
|
1365
|
+
collapsed_step: string;
|
|
1366
|
+
add_step: string;
|
|
1367
|
+
generate_comments: string;
|
|
1368
|
+
action_set: string;
|
|
1369
|
+
action_when: string;
|
|
1370
|
+
action_append: string;
|
|
1371
|
+
action_call: string;
|
|
1372
|
+
action_create: string;
|
|
1373
|
+
action_for_each: string;
|
|
1374
|
+
action_exit: string;
|
|
1375
|
+
action_return: string;
|
|
1376
|
+
action_remove: string;
|
|
1377
|
+
action_error_handler: string;
|
|
1335
1378
|
app_header_notifications_empty: string;
|
|
1336
1379
|
app_header_notifications_loading: string;
|
|
1337
1380
|
open_app_header_notifications: string;
|
|
@@ -1405,6 +1448,8 @@ declare const _default: {
|
|
|
1405
1448
|
component_not_found_error_with_subtype: string;
|
|
1406
1449
|
component_not_found_error_with_type_and_subtype: string;
|
|
1407
1450
|
component_missing_error_status: string;
|
|
1451
|
+
field_type_updated_error_status: string;
|
|
1452
|
+
field_type_updated_error: string;
|
|
1408
1453
|
field_does_not_exist_error: string;
|
|
1409
1454
|
configure_item: string;
|
|
1410
1455
|
data_page_call_error: string;
|
|
@@ -1444,9 +1489,65 @@ declare const _default: {
|
|
|
1444
1489
|
valid_number_within_range: string;
|
|
1445
1490
|
expected_value: string;
|
|
1446
1491
|
invalid_value: string;
|
|
1492
|
+
/** authoring-ui-views: LandingPageFilters */
|
|
1493
|
+
field_does_not_exist_on_the_selected_source: string;
|
|
1494
|
+
failed_to_validate_source: string;
|
|
1495
|
+
source_used_for_picklist_values: string;
|
|
1496
|
+
/** authoring-ui-view: Runtime Dashboards */
|
|
1497
|
+
private_only: string;
|
|
1498
|
+
shared_users_with_access: string;
|
|
1499
|
+
public_all_users: string;
|
|
1500
|
+
access_group: string;
|
|
1501
|
+
dashboard_visibility: string;
|
|
1502
|
+
dashboard_shared_with: string;
|
|
1503
|
+
dashboard_private: string;
|
|
1447
1504
|
hide_icons_additional_info_first_sentence: string;
|
|
1448
1505
|
hide_icons_additional_info_second_sentence: string;
|
|
1449
1506
|
wcag: string;
|
|
1507
|
+
this_year: string;
|
|
1508
|
+
this_quarter: string;
|
|
1509
|
+
this_month: string;
|
|
1510
|
+
this_week: string;
|
|
1511
|
+
this_day: string;
|
|
1512
|
+
this_hour: string;
|
|
1513
|
+
this_minute: string;
|
|
1514
|
+
this_second: string;
|
|
1515
|
+
over_time_period: string;
|
|
1516
|
+
since_time_period: string;
|
|
1517
|
+
in_current_time_period: string;
|
|
1518
|
+
increased_by_value_over_time_period: string;
|
|
1519
|
+
increased_by_value_since_time_period: string;
|
|
1520
|
+
increased_by_value_in_current_time_period: string;
|
|
1521
|
+
increased_by_value_today: string;
|
|
1522
|
+
decreased_by_value_over_time_period: string;
|
|
1523
|
+
decreased_by_value_since_time_period: string;
|
|
1524
|
+
decreased_by_value_in_current_time_period: string;
|
|
1525
|
+
decreased_by_value_today: string;
|
|
1526
|
+
no_change_over_time_period: string;
|
|
1527
|
+
no_change_since_time_period: string;
|
|
1528
|
+
no_change_in_current_time_period: string;
|
|
1529
|
+
no_change_today: string;
|
|
1530
|
+
date_function_year: string;
|
|
1531
|
+
date_function_quarter: string;
|
|
1532
|
+
date_function_month: string;
|
|
1533
|
+
date_function_week: string;
|
|
1534
|
+
date_function_day: string;
|
|
1535
|
+
date_function_hour: string;
|
|
1536
|
+
date_function_minute: string;
|
|
1537
|
+
date_function_month_of_year: string;
|
|
1538
|
+
date_function_day_of_month: string;
|
|
1539
|
+
date_function_day_of_week: string;
|
|
1540
|
+
date_function_hour_of_day: string;
|
|
1541
|
+
aggregation_count: string;
|
|
1542
|
+
aggregation_distinct_count: string;
|
|
1543
|
+
aggregation_total: string;
|
|
1544
|
+
aggregation_average: string;
|
|
1545
|
+
aggregation_minimum: string;
|
|
1546
|
+
aggregation_maximum: string;
|
|
1547
|
+
aggregation_sum: string;
|
|
1548
|
+
select_chart_data_view: string;
|
|
1549
|
+
toggle_chart_element_visibility: string;
|
|
1550
|
+
chart_legend_items: string;
|
|
1450
1551
|
add_to: string;
|
|
1451
1552
|
namespace: string;
|
|
1452
1553
|
decision_rule: string;
|
|
@@ -1454,6 +1555,47 @@ declare const _default: {
|
|
|
1454
1555
|
invalid_rule: string;
|
|
1455
1556
|
invalid_rule_non_relevant_record: string;
|
|
1456
1557
|
infinity_stack_overflow_error: string;
|
|
1558
|
+
/** authoring-decision-table */
|
|
1559
|
+
decision_table_description: string;
|
|
1560
|
+
decision_table_empty_state: string;
|
|
1561
|
+
decision_table_add_column: string;
|
|
1562
|
+
decision_table_add_columns: string;
|
|
1563
|
+
decision_table_edit_columns: string;
|
|
1564
|
+
decision_table_add_to_library: string;
|
|
1565
|
+
decision_table_source_label: string;
|
|
1566
|
+
decision_table_comparator_label: string;
|
|
1567
|
+
decision_table_add_row: string;
|
|
1568
|
+
decision_table_delete_row: string;
|
|
1569
|
+
decision_table_cancel: string;
|
|
1570
|
+
decision_table_submit: string;
|
|
1571
|
+
decision_table_help_text: string;
|
|
1572
|
+
decision_table_valid_column: string;
|
|
1573
|
+
decision_table_repeated_column: string;
|
|
1574
|
+
decision_table_valid_comparator: string;
|
|
1575
|
+
decision_table_if: string;
|
|
1576
|
+
decision_table_else_if: string;
|
|
1577
|
+
decision_table_else: string;
|
|
1578
|
+
decision_table_return: string;
|
|
1579
|
+
decision_table_equal: string;
|
|
1580
|
+
decision_table_equal_header: string;
|
|
1581
|
+
decision_table_not_equal: string;
|
|
1582
|
+
decision_table_not_equal_header: string;
|
|
1583
|
+
decision_table_greater_than: string;
|
|
1584
|
+
decision_table_greater_than_header: string;
|
|
1585
|
+
decision_table_less_than: string;
|
|
1586
|
+
decision_table_less_than_header: string;
|
|
1587
|
+
decision_table_greater_than_or_equal: string;
|
|
1588
|
+
decision_table_greater_than_or_equal_header: string;
|
|
1589
|
+
decision_table_less_than_or_equal: string;
|
|
1590
|
+
decision_table_less_than_or_equal_header: string;
|
|
1591
|
+
decision_table_between: string;
|
|
1592
|
+
decision_table_between_header: string;
|
|
1593
|
+
decision_table_from: string;
|
|
1594
|
+
decision_table_from_header: string;
|
|
1595
|
+
decision_table_custom_range_1: string;
|
|
1596
|
+
decision_table_custom_range_1_header: string;
|
|
1597
|
+
decision_table_custom_range_2: string;
|
|
1598
|
+
decision_table_custom_range_2_header: string;
|
|
1457
1599
|
/** studio-dx-components: Expression */
|
|
1458
1600
|
expression_error_incorrect_data_type: string;
|
|
1459
1601
|
expression_error_with_data_and_object_type: string;
|
|
@@ -1465,6 +1607,13 @@ declare const _default: {
|
|
|
1465
1607
|
expression_datapage_general_error: string;
|
|
1466
1608
|
expression_allowed_rules_error: string;
|
|
1467
1609
|
expression_empty_error: string;
|
|
1610
|
+
/** studio-dx-components: ConditionBuilder */
|
|
1611
|
+
cb_invalid_leaf_condition: string;
|
|
1612
|
+
cb_invalid_operand: string;
|
|
1613
|
+
cb_expression_node_null: string;
|
|
1614
|
+
cb_expression_node_missing: string;
|
|
1615
|
+
cb_invalid_unary_expression: string;
|
|
1616
|
+
cb_invalid_group_expression: string;
|
|
1468
1617
|
ui_inspector: string;
|
|
1469
1618
|
ui_inspector_iframe_title: string;
|
|
1470
1619
|
ui_inspector_metadata: string;
|
|
@@ -1487,6 +1636,17 @@ declare const _default: {
|
|
|
1487
1636
|
agent_tracer_data_from_all_sources: string;
|
|
1488
1637
|
agent_tracer_complete_data_source: string;
|
|
1489
1638
|
agent_tracer_conversation_trace: string;
|
|
1639
|
+
generating_explanation: string;
|
|
1640
|
+
explanation_generated: string;
|
|
1641
|
+
clear_explanation: string;
|
|
1642
|
+
describe_expression: string;
|
|
1643
|
+
generating_expression: string;
|
|
1644
|
+
generated_explanation: string;
|
|
1645
|
+
generated_expression: string;
|
|
1646
|
+
expression_generated: string;
|
|
1647
|
+
expression_builder: string;
|
|
1648
|
+
open_expression_builder: string;
|
|
1649
|
+
library: string;
|
|
1490
1650
|
};
|
|
1491
1651
|
export default _default;
|
|
1492
1652
|
//# sourceMappingURL=default.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../src/i18n/default.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../src/i18n/default.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmgDE,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqMxB,6CAA6C;;;;IAK7C,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2F5C,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2C/B,uCAAuC;;;;;;;;;;;IAavC,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAh2D/C,wBA84DE"}
|
package/lib/i18n/default.js
CHANGED
|
@@ -18,6 +18,8 @@ export default {
|
|
|
18
18
|
select_placeholder_default: 'Select…',
|
|
19
19
|
description: 'Description',
|
|
20
20
|
all: 'All',
|
|
21
|
+
any: 'Any',
|
|
22
|
+
this_and_that: '{0} and {1}',
|
|
21
23
|
default: 'default',
|
|
22
24
|
app_default: 'app default',
|
|
23
25
|
sitewide: 'Sitewide',
|
|
@@ -53,6 +55,7 @@ export default {
|
|
|
53
55
|
field: 'Field',
|
|
54
56
|
field_group: 'Field Group',
|
|
55
57
|
insight: 'Insight',
|
|
58
|
+
action: 'Action',
|
|
56
59
|
view: 'View',
|
|
57
60
|
range_input: 'range input',
|
|
58
61
|
system: 'System',
|
|
@@ -61,6 +64,9 @@ export default {
|
|
|
61
64
|
duration: 'Duration',
|
|
62
65
|
tokens: 'Tokens',
|
|
63
66
|
keyboard_instructions: 'Keyboard instructions',
|
|
67
|
+
today: 'Today',
|
|
68
|
+
verify_ai_generated_expression: 'Verify AI-generated content for accuracy.',
|
|
69
|
+
custom: 'Custom',
|
|
64
70
|
/* Verbs */
|
|
65
71
|
remove: 'Remove',
|
|
66
72
|
follow: 'Follow',
|
|
@@ -97,6 +103,8 @@ export default {
|
|
|
97
103
|
reset: 'Reset',
|
|
98
104
|
refresh: 'Refresh',
|
|
99
105
|
copy: 'Copy',
|
|
106
|
+
explain: 'Explain',
|
|
107
|
+
generate: 'Generate',
|
|
100
108
|
/* Static verb noun */
|
|
101
109
|
view_all: 'View all',
|
|
102
110
|
view_less: 'View less',
|
|
@@ -141,6 +149,7 @@ export default {
|
|
|
141
149
|
actions_for: 'Actions - {0}',
|
|
142
150
|
/* States */
|
|
143
151
|
edited: 'Edited {0}',
|
|
152
|
+
deleted: '{0} deleted',
|
|
144
153
|
done: 'Done',
|
|
145
154
|
uploading: 'Uploading',
|
|
146
155
|
loading: 'Loading…',
|
|
@@ -253,6 +262,9 @@ export default {
|
|
|
253
262
|
range_to_datetime: 'Until',
|
|
254
263
|
range_from_numeric: 'From',
|
|
255
264
|
range_to_numeric: 'To',
|
|
265
|
+
/* Error messages */
|
|
266
|
+
error_field_unavailable: 'Field {0} is unavailable',
|
|
267
|
+
error_field_list_unavailable: 'Fields {0} are unavailable',
|
|
256
268
|
/* Miscellaneous */
|
|
257
269
|
x_of_y: '{0} of {1}',
|
|
258
270
|
n_more: '{0} more',
|
|
@@ -278,6 +290,7 @@ export default {
|
|
|
278
290
|
app_shell_pin: 'Pin',
|
|
279
291
|
app_shell_unpin: 'Unpin',
|
|
280
292
|
application_logo: 'Application logo',
|
|
293
|
+
theme_mode: 'Theme mode',
|
|
281
294
|
/* core:ComboBox */
|
|
282
295
|
combobox_open_close: 'Arrow down to open, press escape to close.',
|
|
283
296
|
combobox_search_instructions: 'Start typing to search',
|
|
@@ -482,6 +495,12 @@ export default {
|
|
|
482
495
|
drag_handle_vertical_description: 'Use arrow keys to drag up or down.',
|
|
483
496
|
drag_handle_horizontal_description: 'Use arrow keys to drag left or right.',
|
|
484
497
|
drag_handle_tab_description: 'Use Tab and Shift Tab to drag to adjacent lists.',
|
|
498
|
+
/* dnd:StandardDragDropList */
|
|
499
|
+
add_button_description: 'Click to add a new item to the list',
|
|
500
|
+
configure_button_description: 'Click to configure the list item',
|
|
501
|
+
remove_button_description: 'Click to remove the list item',
|
|
502
|
+
list_item_control_instructions: 'Has interactive controls',
|
|
503
|
+
list_item_nav_instructions: 'Use the up and down arrow keys to navigate between items. Press Enter to enter tabbing mode and access elements within the list',
|
|
485
504
|
/* work:Assignments */
|
|
486
505
|
assignments: 'Assignments',
|
|
487
506
|
/* work:Hierarchial Assignment */
|
|
@@ -656,12 +675,15 @@ export default {
|
|
|
656
675
|
rte_delete_image: 'Delete image {0}',
|
|
657
676
|
rte_image_key_command: 'Press enter to edit the image',
|
|
658
677
|
/* social:Email */
|
|
678
|
+
important: 'Important',
|
|
659
679
|
expand_trail: 'Expand trail',
|
|
660
680
|
collapse_trail: 'Collapse trail',
|
|
661
681
|
copy_to: 'Copy to',
|
|
662
682
|
subject_label: 'Subject: {0}',
|
|
663
683
|
search_results: 'Search results',
|
|
664
684
|
get_next_email: 'Get next email',
|
|
685
|
+
mark_email_as_important: 'Mark email as important',
|
|
686
|
+
email_attachment: '{0} with {1}',
|
|
665
687
|
/* social:Feed */
|
|
666
688
|
feed_post_type: 'Post type',
|
|
667
689
|
feed_new_post: 'Message',
|
|
@@ -1385,7 +1407,7 @@ export default {
|
|
|
1385
1407
|
expression_description: 'Set this value using advanced custom logic.',
|
|
1386
1408
|
rule_description: 'Set this value using a Rule.',
|
|
1387
1409
|
constant_label: 'Static ({0})',
|
|
1388
|
-
expression_label: '
|
|
1410
|
+
expression_label: 'Expression',
|
|
1389
1411
|
rule_label: 'Source from Library',
|
|
1390
1412
|
field_reference_label: 'Source from a field',
|
|
1391
1413
|
field_reference_description: 'Set this value by referencing a field.',
|
|
@@ -1407,6 +1429,9 @@ export default {
|
|
|
1407
1429
|
/* build:ObjectSelect */
|
|
1408
1430
|
clear_object_summary: 'Clear {0} selection',
|
|
1409
1431
|
create_in_new_tab: 'Create new, opens in new tab',
|
|
1432
|
+
input_tree_contextual_label: 'of',
|
|
1433
|
+
input_tree_error: 'has error',
|
|
1434
|
+
parameters: 'Parameters',
|
|
1410
1435
|
/* build:ExpressionBuilder */
|
|
1411
1436
|
expression_editor: 'Expression editor',
|
|
1412
1437
|
output_parameters: 'Output parameters',
|
|
@@ -1421,6 +1446,27 @@ export default {
|
|
|
1421
1446
|
download_app: 'Download app',
|
|
1422
1447
|
qr_code_not_available: 'No QR code available yet',
|
|
1423
1448
|
qr_code: 'QR code',
|
|
1449
|
+
/* build: Automation */
|
|
1450
|
+
expand_all: 'Expand all',
|
|
1451
|
+
collapse_all: 'Collapse all',
|
|
1452
|
+
expand_steps: 'Expand all steps',
|
|
1453
|
+
collapse_steps: 'Collapse all steps',
|
|
1454
|
+
expand_step: 'Expand step {0}',
|
|
1455
|
+
collapse_step: 'Collapse step {0}',
|
|
1456
|
+
expanded_step: 'Expanded step {0}',
|
|
1457
|
+
collapsed_step: 'Collapsed step {0}',
|
|
1458
|
+
add_step: 'Add step',
|
|
1459
|
+
generate_comments: 'Generate comments',
|
|
1460
|
+
action_set: 'Set',
|
|
1461
|
+
action_when: 'When',
|
|
1462
|
+
action_append: 'Append',
|
|
1463
|
+
action_call: 'Call',
|
|
1464
|
+
action_create: 'Create',
|
|
1465
|
+
action_for_each: 'For each',
|
|
1466
|
+
action_exit: 'Exit',
|
|
1467
|
+
action_return: 'Return',
|
|
1468
|
+
action_remove: 'Remove',
|
|
1469
|
+
action_error_handler: 'Error handler',
|
|
1424
1470
|
/* wss:AppHeader */
|
|
1425
1471
|
app_header_notifications_empty: 'No notifications',
|
|
1426
1472
|
app_header_notifications_loading: 'Loading notifications',
|
|
@@ -1506,6 +1552,8 @@ export default {
|
|
|
1506
1552
|
component_not_found_error_with_subtype: "No components of subtype '{0}' were found.",
|
|
1507
1553
|
component_not_found_error_with_type_and_subtype: "No components of type '{0}' and subtype '{1}' were found.",
|
|
1508
1554
|
component_missing_error_status: "The '{0}' component is missing. Add it to the application or use the default component in the property panel.",
|
|
1555
|
+
field_type_updated_error_status: 'The type of "{0}" was updated. Delete it or update it in the property panel.',
|
|
1556
|
+
field_type_updated_error: 'The type of "{0}" was updated.',
|
|
1509
1557
|
/* authoring-ui-views: useDrillIn */
|
|
1510
1558
|
field_does_not_exist_error: 'Field "{0}" was not found. Check if it still exists and is marked as relevant.',
|
|
1511
1559
|
/* authoring-ui-views: DynamicContentPicker */
|
|
@@ -1554,10 +1602,73 @@ export default {
|
|
|
1554
1602
|
valid_number_within_range: 'Enter a valid number between {0} - {1}',
|
|
1555
1603
|
expected_value: 'Expected value {0}',
|
|
1556
1604
|
invalid_value: 'Invalid value',
|
|
1605
|
+
/** authoring-ui-views: LandingPageFilters */
|
|
1606
|
+
field_does_not_exist_on_the_selected_source: "Field doesn't exist on the selected source",
|
|
1607
|
+
failed_to_validate_source: 'Failed to validate source',
|
|
1608
|
+
source_used_for_picklist_values: 'Source used for picklist values',
|
|
1609
|
+
/** authoring-ui-view: Runtime Dashboards */
|
|
1610
|
+
private_only: 'Private - Only you',
|
|
1611
|
+
shared_users_with_access: 'Shared - Users with access',
|
|
1612
|
+
public_all_users: 'Public - All users',
|
|
1613
|
+
access_group: 'Access group',
|
|
1614
|
+
dashboard_visibility: 'Visibility',
|
|
1615
|
+
dashboard_shared_with: 'Shared with',
|
|
1616
|
+
dashboard_private: 'private',
|
|
1557
1617
|
/* business-intelligence: InsightPanel */
|
|
1558
1618
|
hide_icons_additional_info_first_sentence: 'To ensure accessibility standards are met, color cannot be the only way of distinguishing information.',
|
|
1559
1619
|
hide_icons_additional_info_second_sentence: 'Visit {0} to learn more about the related accessibility guidelines.',
|
|
1560
1620
|
wcag: 'WCAG',
|
|
1621
|
+
/* business-intelligence: Trend indicators - current time period */
|
|
1622
|
+
this_year: 'This year',
|
|
1623
|
+
this_quarter: 'This quarter',
|
|
1624
|
+
this_month: 'This month',
|
|
1625
|
+
this_week: 'This week',
|
|
1626
|
+
this_day: 'This day',
|
|
1627
|
+
this_hour: 'This hour',
|
|
1628
|
+
this_minute: 'This minute',
|
|
1629
|
+
this_second: 'This second',
|
|
1630
|
+
over_time_period: 'over {0}',
|
|
1631
|
+
since_time_period: 'since {0}',
|
|
1632
|
+
in_current_time_period: 'in {0}',
|
|
1633
|
+
/* business-intelligence: Trend indicators - Increase cases */
|
|
1634
|
+
increased_by_value_over_time_period: 'Increased by {0} over {1}',
|
|
1635
|
+
increased_by_value_since_time_period: 'Increased by {0} since {1}',
|
|
1636
|
+
increased_by_value_in_current_time_period: 'Increased by {0} in {1}',
|
|
1637
|
+
increased_by_value_today: 'Increased by {0} today',
|
|
1638
|
+
/* business-intelligence: Trend indicators - Decrease cases */
|
|
1639
|
+
decreased_by_value_over_time_period: 'Decreased by {0} over {1}',
|
|
1640
|
+
decreased_by_value_since_time_period: 'Decreased by {0} since {1}',
|
|
1641
|
+
decreased_by_value_in_current_time_period: 'Decreased by {0} in {1}',
|
|
1642
|
+
decreased_by_value_today: 'Decreased by {0} today',
|
|
1643
|
+
/* business-intelligence: Trend indicators - No change cases */
|
|
1644
|
+
no_change_over_time_period: 'No change over {0}',
|
|
1645
|
+
no_change_since_time_period: 'No change since {0}',
|
|
1646
|
+
no_change_in_current_time_period: 'No change in {0}',
|
|
1647
|
+
no_change_today: 'No change today',
|
|
1648
|
+
/* business-intelligence: Date functions */
|
|
1649
|
+
date_function_year: 'Year',
|
|
1650
|
+
date_function_quarter: 'Quarter',
|
|
1651
|
+
date_function_month: 'Month',
|
|
1652
|
+
date_function_week: 'Week',
|
|
1653
|
+
date_function_day: 'Day',
|
|
1654
|
+
date_function_hour: 'Hour',
|
|
1655
|
+
date_function_minute: 'Minute',
|
|
1656
|
+
date_function_month_of_year: 'Month of year',
|
|
1657
|
+
date_function_day_of_month: 'Day of month',
|
|
1658
|
+
date_function_day_of_week: 'Day of week',
|
|
1659
|
+
date_function_hour_of_day: 'Hour of day',
|
|
1660
|
+
/* business-intelligence: Aggregations */
|
|
1661
|
+
aggregation_count: 'Count',
|
|
1662
|
+
aggregation_distinct_count: 'Distinct count',
|
|
1663
|
+
aggregation_total: 'Total',
|
|
1664
|
+
aggregation_average: 'Average',
|
|
1665
|
+
aggregation_minimum: 'Minimum',
|
|
1666
|
+
aggregation_maximum: 'Maximum',
|
|
1667
|
+
aggregation_sum: 'Sum',
|
|
1668
|
+
/* business-intelligence: Legend */
|
|
1669
|
+
select_chart_data_view: 'Select chart data view',
|
|
1670
|
+
toggle_chart_element_visibility: 'Toggle chart element visibility',
|
|
1671
|
+
chart_legend_items: 'Chart legend items',
|
|
1561
1672
|
/* authoring-ui-views: AddButton */
|
|
1562
1673
|
add_to: 'Add to {0}',
|
|
1563
1674
|
/* authoring-ui-views: ViewPicker */
|
|
@@ -1569,6 +1680,47 @@ export default {
|
|
|
1569
1680
|
invalid_rule_non_relevant_record: 'This Rule is no longer valid. Ensure it exists in the system and is marked as a relevant record.',
|
|
1570
1681
|
/* authoring-ui-views: Preview */
|
|
1571
1682
|
infinity_stack_overflow_error: 'This View is currently configured to include itself. Please change configuration to prevent error.',
|
|
1683
|
+
/** authoring-decision-table */
|
|
1684
|
+
decision_table_description: 'Set conditions to capture decision logic.',
|
|
1685
|
+
decision_table_empty_state: 'Add columns to start building the decision table',
|
|
1686
|
+
decision_table_add_column: 'Add column',
|
|
1687
|
+
decision_table_add_columns: 'Add columns',
|
|
1688
|
+
decision_table_edit_columns: 'Edit columns',
|
|
1689
|
+
decision_table_add_to_library: 'Add to library for reuse',
|
|
1690
|
+
decision_table_source_label: 'Column',
|
|
1691
|
+
decision_table_comparator_label: 'Comparator',
|
|
1692
|
+
decision_table_add_row: 'Add Row',
|
|
1693
|
+
decision_table_delete_row: 'Delete Row',
|
|
1694
|
+
decision_table_cancel: 'Cancel',
|
|
1695
|
+
decision_table_submit: 'Submit',
|
|
1696
|
+
decision_table_help_text: 'Add fields as columns to create decision table structure and then input values to capture the business rules and conditions as decision logic to return appropriate values.',
|
|
1697
|
+
decision_table_valid_column: 'Select a valid field',
|
|
1698
|
+
decision_table_repeated_column: 'Repetition of fields is not supported',
|
|
1699
|
+
decision_table_valid_comparator: 'Select a valid comparator',
|
|
1700
|
+
decision_table_if: 'if',
|
|
1701
|
+
decision_table_else_if: 'else if',
|
|
1702
|
+
decision_table_else: 'Otherwise',
|
|
1703
|
+
decision_table_return: 'Return',
|
|
1704
|
+
decision_table_equal: 'Equal to',
|
|
1705
|
+
decision_table_equal_header: 'is equal to',
|
|
1706
|
+
decision_table_not_equal: 'Not equal to',
|
|
1707
|
+
decision_table_not_equal_header: 'is not equal to',
|
|
1708
|
+
decision_table_greater_than: 'Greater than',
|
|
1709
|
+
decision_table_greater_than_header: 'is greater than',
|
|
1710
|
+
decision_table_less_than: 'Less than',
|
|
1711
|
+
decision_table_less_than_header: 'is less than',
|
|
1712
|
+
decision_table_greater_than_or_equal: 'Greater than or equal to',
|
|
1713
|
+
decision_table_greater_than_or_equal_header: 'is greater than or equal to',
|
|
1714
|
+
decision_table_less_than_or_equal: 'Less than or equal to',
|
|
1715
|
+
decision_table_less_than_or_equal_header: 'is less than or equal to',
|
|
1716
|
+
decision_table_between: 'Between',
|
|
1717
|
+
decision_table_between_header: 'is between',
|
|
1718
|
+
decision_table_from: 'From',
|
|
1719
|
+
decision_table_from_header: 'is from',
|
|
1720
|
+
decision_table_custom_range_1: 'Custom range 1',
|
|
1721
|
+
decision_table_custom_range_1_header: 'is in custom range 1',
|
|
1722
|
+
decision_table_custom_range_2: 'Custom range 2',
|
|
1723
|
+
decision_table_custom_range_2_header: 'is in custom range 2',
|
|
1572
1724
|
/** studio-dx-components: Expression */
|
|
1573
1725
|
expression_error_incorrect_data_type: 'Incorrect datatype',
|
|
1574
1726
|
expression_error_with_data_and_object_type: 'Incorrect type, {0} of type {1} is required',
|
|
@@ -1580,6 +1732,13 @@ export default {
|
|
|
1580
1732
|
expression_datapage_general_error: 'Error occurred on fetching {0}',
|
|
1581
1733
|
expression_allowed_rules_error: 'Only {0} are allowed',
|
|
1582
1734
|
expression_empty_error: 'Cannot be blank',
|
|
1735
|
+
/** studio-dx-components: ConditionBuilder */
|
|
1736
|
+
cb_invalid_leaf_condition: 'Invalid leaf condition',
|
|
1737
|
+
cb_invalid_operand: 'Invalid operand',
|
|
1738
|
+
cb_expression_node_null: 'Expression node cannot be null or undefined',
|
|
1739
|
+
cb_expression_node_missing: 'Expression node must have expressions',
|
|
1740
|
+
cb_invalid_unary_expression: 'Invalid unary expression',
|
|
1741
|
+
cb_invalid_group_expression: 'Invalid group expression',
|
|
1583
1742
|
/* ui-inspector */
|
|
1584
1743
|
ui_inspector: 'UI Inspector',
|
|
1585
1744
|
ui_inspector_iframe_title: '{0} - UI Inspector enabled',
|
|
@@ -1603,6 +1762,18 @@ export default {
|
|
|
1603
1762
|
agent_tracer_pega_context: 'Pega context',
|
|
1604
1763
|
agent_tracer_data_from_all_sources: 'Data sources',
|
|
1605
1764
|
agent_tracer_complete_data_source: 'Complete data source',
|
|
1606
|
-
agent_tracer_conversation_trace: 'Conversation trace'
|
|
1765
|
+
agent_tracer_conversation_trace: 'Conversation trace',
|
|
1766
|
+
/* Expression Builder */
|
|
1767
|
+
generating_explanation: 'Generating explanation',
|
|
1768
|
+
explanation_generated: 'Expression explanation generated',
|
|
1769
|
+
clear_explanation: 'Clear explanation',
|
|
1770
|
+
describe_expression: 'Describe Expression requirements',
|
|
1771
|
+
generating_expression: 'Generating expression',
|
|
1772
|
+
generated_explanation: 'Generated explanation',
|
|
1773
|
+
generated_expression: 'Generated Expression',
|
|
1774
|
+
expression_generated: 'Expression generated',
|
|
1775
|
+
expression_builder: 'Expression Builder',
|
|
1776
|
+
open_expression_builder: 'Open Expression Builder',
|
|
1777
|
+
library: 'Library'
|
|
1607
1778
|
};
|
|
1608
1779
|
//# sourceMappingURL=default.js.map
|