@nulogy/components 14.8.2 → 15.0.1
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/dist/locales/de_DE.json +63 -0
- package/dist/locales/en_US.json +63 -0
- package/dist/locales/es_ES.json +63 -0
- package/dist/locales/es_MX.json +63 -0
- package/dist/locales/fr_FR.json +63 -0
- package/dist/locales/nl_NL.json +63 -0
- package/dist/locales/pl_PL.json +63 -0
- package/dist/locales/pt_BR.json +63 -0
- package/dist/locales/ro_RO.json +63 -0
- package/dist/locales/zh_CN.json +63 -0
- package/dist/main.js +6615 -6668
- package/dist/main.module.js +6611 -6664
- package/dist/src/Alert/Alert.d.ts +26 -26
- package/dist/src/Alert/Alert.js +70 -0
- package/dist/src/Alert/Alert.story.d.ts +24 -24
- package/dist/src/Alert/Alert.story.js +27 -0
- package/dist/src/Alert/CloseButton.d.ts +7 -7
- package/dist/src/Alert/CloseButton.js +10 -0
- package/dist/src/Alert/index.d.ts +2 -2
- package/dist/src/Alert/index.js +1 -0
- package/dist/src/AppTag/AppTag.d.ts +9 -9
- package/dist/src/AppTag/AppTag.js +39 -0
- package/dist/src/AppTag/components/LogoWrapper.d.ts +5 -5
- package/dist/src/AppTag/components/LogoWrapper.js +12 -0
- package/dist/src/AppTag/components/NulogyLogo.d.ts +2 -2
- package/dist/src/AppTag/components/NulogyLogo.js +17 -0
- package/dist/src/AppTag/constants.d.ts +5 -5
- package/dist/src/AppTag/constants.js +14 -0
- package/dist/src/AppTag/index.d.ts +2 -2
- package/dist/src/AppTag/index.js +1 -0
- package/dist/src/AppTag/stories/AppTag.story.d.ts +12 -12
- package/dist/src/AppTag/stories/AppTag.story.js +34 -0
- package/dist/src/AppTag/stories/AppTag.usecases.story.d.ts +27 -27
- package/dist/src/AppTag/stories/AppTag.usecases.story.js +118 -0
- package/dist/src/AppTag/types.d.ts +3 -3
- package/dist/src/AppTag/types.js +1 -0
- package/dist/src/AsyncSelect/AsyncSelect.d.ts +24 -24
- package/dist/src/AsyncSelect/AsyncSelect.graphql.story.d.ts +6 -6
- package/dist/src/AsyncSelect/AsyncSelect.graphql.story.js +61 -0
- package/dist/src/AsyncSelect/AsyncSelect.js +46 -0
- package/dist/src/AsyncSelect/AsyncSelect.story.d.ts +29 -29
- package/dist/src/AsyncSelect/AsyncSelect.story.js +54 -0
- package/dist/src/AsyncSelect/AsyncSelectComponents.d.ts +22 -22
- package/dist/src/AsyncSelect/AsyncSelectComponents.js +54 -0
- package/dist/src/AsyncSelect/fixtures.d.ts +5 -5
- package/dist/src/AsyncSelect/fixtures.js +68 -0
- package/dist/src/AsyncSelect/index.d.ts +1 -1
- package/dist/src/AsyncSelect/index.js +1 -0
- package/dist/src/Banner/Banner.d.ts +4 -4
- package/dist/src/Banner/Banner.js +18 -0
- package/dist/src/Banner/Banner.story.d.ts +14 -14
- package/dist/src/Banner/Banner.story.js +38 -0
- package/dist/src/Banner/index.d.ts +1 -1
- package/dist/src/Banner/index.js +1 -0
- package/dist/src/BottomSheet/BottomSheet.d.ts +22 -22
- package/dist/src/BottomSheet/BottomSheet.js +49 -0
- package/dist/src/BottomSheet/BottomSheet.parts.d.ts +50 -50
- package/dist/src/BottomSheet/BottomSheet.parts.js +64 -0
- package/dist/src/BottomSheet/BottomSheet.styled.d.ts +50 -50
- package/dist/src/BottomSheet/BottomSheet.styled.js +86 -0
- package/dist/src/BottomSheet/BottomSheetProvider.d.ts +12 -12
- package/dist/src/BottomSheet/BottomSheetProvider.js +15 -0
- package/dist/src/BottomSheet/index.d.ts +3 -3
- package/dist/src/BottomSheet/index.js +2 -0
- package/dist/src/BottomSheet/stories/BottomSheet.actions.story.d.ts +13 -13
- package/dist/src/BottomSheet/stories/BottomSheet.actions.story.js +25 -0
- package/dist/src/BottomSheet/stories/BottomSheet.content.story.d.ts +13 -13
- package/dist/src/BottomSheet/stories/BottomSheet.content.story.js +29 -0
- package/dist/src/BottomSheet/stories/BottomSheet.features.story.d.ts +20 -20
- package/dist/src/BottomSheet/stories/BottomSheet.features.story.js +77 -0
- package/dist/src/BottomSheet/stories/BottomSheet.parts.story.d.ts +12 -12
- package/dist/src/BottomSheet/stories/BottomSheet.parts.story.js +45 -0
- package/dist/src/BottomSheet/stories/BottomSheet.story.d.ts +12 -12
- package/dist/src/BottomSheet/stories/BottomSheet.story.js +18 -0
- package/dist/src/Box/Box.d.ts +268 -268
- package/dist/src/Box/Box.js +6 -0
- package/dist/src/Box/Box.story.d.ts +72 -72
- package/dist/src/Box/Box.story.js +85 -0
- package/dist/src/Box/index.d.ts +2 -2
- package/dist/src/Box/index.js +1 -0
- package/dist/src/BrandedNavBar/BrandLogoContainer.d.ts +12 -12
- package/dist/src/BrandedNavBar/BrandLogoContainer.js +14 -0
- package/dist/src/BrandedNavBar/DesktopMenu.d.ts +11 -11
- package/dist/src/BrandedNavBar/DesktopMenu.js +98 -0
- package/dist/src/BrandedNavBar/MenuTrigger.d.ts +19 -19
- package/dist/src/BrandedNavBar/MenuTrigger.js +59 -0
- package/dist/src/BrandedNavBar/MenuTriggerButton.d.ts +10 -10
- package/dist/src/BrandedNavBar/MenuTriggerButton.js +56 -0
- package/dist/src/BrandedNavBar/MobileMenu.d.ts +20 -20
- package/dist/src/BrandedNavBar/MobileMenu.js +153 -0
- package/dist/src/BrandedNavBar/NavBar.d.ts +15 -15
- package/dist/src/BrandedNavBar/NavBar.js +69 -0
- package/dist/src/BrandedNavBar/NavBar.story.d.ts +84 -84
- package/dist/src/BrandedNavBar/NavBar.story.js +416 -0
- package/dist/src/BrandedNavBar/NavBarBackground.d.ts +10 -10
- package/dist/src/BrandedNavBar/NavBarBackground.js +12 -0
- package/dist/src/BrandedNavBar/NavBarDropdownMenu.d.ts +4 -4
- package/dist/src/BrandedNavBar/NavBarDropdownMenu.js +94 -0
- package/dist/src/BrandedNavBar/NulogyLogo.d.ts +3 -3
- package/dist/src/BrandedNavBar/NulogyLogo.js +15 -0
- package/dist/src/BrandedNavBar/NulogyLogoContainer.d.ts +8 -8
- package/dist/src/BrandedNavBar/NulogyLogoContainer.js +11 -0
- package/dist/src/BrandedNavBar/SmallNavBar.d.ts +39 -39
- package/dist/src/BrandedNavBar/SmallNavBar.js +92 -0
- package/dist/src/BrandedNavBar/SmallNavBar.story.d.ts +21 -21
- package/dist/src/BrandedNavBar/SmallNavBar.story.js +89 -0
- package/dist/src/BrandedNavBar/SubMenuTrigger.d.ts +15 -15
- package/dist/src/BrandedNavBar/SubMenuTrigger.js +61 -0
- package/dist/src/BrandedNavBar/SubMenuTriggerButton.d.ts +8 -8
- package/dist/src/BrandedNavBar/SubMenuTriggerButton.js +31 -0
- package/dist/src/BrandedNavBar/TriggerFunctionProps.d.ts +10 -10
- package/dist/src/BrandedNavBar/TriggerFunctionProps.js +1 -0
- package/dist/src/BrandedNavBar/index.d.ts +11 -11
- package/dist/src/BrandedNavBar/index.js +6 -0
- package/dist/src/BrandedNavBar/isValidMenuItem.d.ts +2 -2
- package/dist/src/BrandedNavBar/isValidMenuItem.js +19 -0
- package/dist/src/BrandedNavBar/renderSubMenuItems.d.ts +3 -3
- package/dist/src/BrandedNavBar/renderSubMenuItems.js +52 -0
- package/dist/src/Branding/Branding.d.ts +12 -12
- package/dist/src/Branding/Branding.js +81 -0
- package/dist/src/Branding/Branding.story.d.ts +6 -6
- package/dist/src/Branding/Branding.story.js +81 -0
- package/dist/src/Branding/BrandingText.d.ts +7 -7
- package/dist/src/Branding/BrandingText.js +23 -0
- package/dist/src/Branding/LettermarkLogo.d.ts +7 -7
- package/dist/src/Branding/LettermarkLogo.js +32 -0
- package/dist/src/Branding/WordmarkLogo.d.ts +9 -9
- package/dist/src/Branding/WordmarkLogo.js +39 -0
- package/dist/src/Branding/index.d.ts +2 -2
- package/dist/src/Branding/index.js +2 -0
- package/dist/src/Breadcrumbs/Breadcrumbs.d.ts +8 -8
- package/dist/src/Breadcrumbs/Breadcrumbs.js +35 -0
- package/dist/src/Breadcrumbs/Breadcrumbs.story.d.ts +18 -18
- package/dist/src/Breadcrumbs/Breadcrumbs.story.js +29 -0
- package/dist/src/Breadcrumbs/BreadcrumbsList.d.ts +3 -3
- package/dist/src/Breadcrumbs/BreadcrumbsList.js +7 -0
- package/dist/src/Breadcrumbs/BreadcrumbsListItem.d.ts +6 -6
- package/dist/src/Breadcrumbs/BreadcrumbsListItem.js +34 -0
- package/dist/src/Breadcrumbs/index.d.ts +1 -1
- package/dist/src/Breadcrumbs/index.js +1 -0
- package/dist/src/Button/Button.d.ts +19 -19
- package/dist/src/Button/Button.js +87 -0
- package/dist/src/Button/Button.story.d.ts +49 -49
- package/dist/src/Button/Button.story.js +53 -0
- package/dist/src/Button/CloseButton.d.ts +5 -5
- package/dist/src/Button/CloseButton.js +51 -0
- package/dist/src/Button/ControlIcon.d.ts +14 -14
- package/dist/src/Button/ControlIcon.js +46 -0
- package/dist/src/Button/ControlIcon.story.d.ts +8 -8
- package/dist/src/Button/ControlIcon.story.js +9 -0
- package/dist/src/Button/DangerButton.d.ts +4 -4
- package/dist/src/Button/DangerButton.js +22 -0
- package/dist/src/Button/IconicButton.d.ts +19 -19
- package/dist/src/Button/IconicButton.js +129 -0
- package/dist/src/Button/IconicButton.story.d.ts +82 -82
- package/dist/src/Button/IconicButton.story.js +74 -0
- package/dist/src/Button/PrimaryButton.d.ts +4 -4
- package/dist/src/Button/PrimaryButton.js +22 -0
- package/dist/src/Button/QuietButton.d.ts +4 -4
- package/dist/src/Button/QuietButton.js +8 -0
- package/dist/src/Button/index.d.ts +7 -7
- package/dist/src/Button/index.js +7 -0
- package/dist/src/ButtonGroup/ButtonGroup.d.ts +9 -9
- package/dist/src/ButtonGroup/ButtonGroup.js +30 -0
- package/dist/src/ButtonGroup/ButtonGroup.story.d.ts +40 -40
- package/dist/src/ButtonGroup/ButtonGroup.story.js +63 -0
- package/dist/src/ButtonGroup/index.d.ts +1 -1
- package/dist/src/ButtonGroup/index.js +1 -0
- package/dist/src/Card/Card.d.ts +3 -3
- package/dist/src/Card/Card.js +17 -0
- package/dist/src/Card/Card.story.d.ts +19 -19
- package/dist/src/Card/Card.story.js +56 -0
- package/dist/src/Card/CardSet.d.ts +3 -3
- package/dist/src/Card/CardSet.js +8 -0
- package/dist/src/Card/index.d.ts +2 -2
- package/dist/src/Card/index.js +2 -0
- package/dist/src/Checkbox/Checkbox.d.ts +18 -18
- package/dist/src/Checkbox/Checkbox.js +97 -0
- package/dist/src/Checkbox/Checkbox.story.d.ts +58 -58
- package/dist/src/Checkbox/Checkbox.story.js +73 -0
- package/dist/src/Checkbox/CheckboxGroup.d.ts +20 -20
- package/dist/src/Checkbox/CheckboxGroup.js +44 -0
- package/dist/src/Checkbox/CheckboxGroup.story.d.ts +36 -36
- package/dist/src/Checkbox/CheckboxGroup.story.js +45 -0
- package/dist/src/Checkbox/index.d.ts +2 -2
- package/dist/src/Checkbox/index.js +2 -0
- package/dist/src/DatePickers/DatePicker.d.ts +4 -4
- package/dist/src/DatePickers/DatePicker.js +51 -0
- package/dist/src/DatePickers/MonthPicker.d.ts +6 -6
- package/dist/src/DatePickers/MonthPicker.js +41 -0
- package/dist/src/DatePickers/WeekPicker.d.ts +27 -27
- package/dist/src/DatePickers/WeekPicker.js +131 -0
- package/dist/src/DatePickers/custom/MonthPickerHeader.d.ts +5 -5
- package/dist/src/DatePickers/custom/MonthPickerHeader.js +13 -0
- package/dist/src/DatePickers/custom/weekPickerStyles.d.ts +5 -5
- package/dist/src/DatePickers/custom/weekPickerStyles.js +107 -0
- package/dist/src/DatePickers/index.d.ts +3 -3
- package/dist/src/DatePickers/index.js +3 -0
- package/dist/src/DatePickers/shared/components/BasePicker.d.ts +16 -16
- package/dist/src/DatePickers/shared/components/BasePicker.js +64 -0
- package/dist/src/DatePickers/shared/components/DatePickerHeader.d.ts +15 -15
- package/dist/src/DatePickers/shared/components/DatePickerHeader.js +19 -0
- package/dist/src/DatePickers/shared/components/DatePickerInput.d.ts +18 -18
- package/dist/src/DatePickers/shared/components/DatePickerInput.js +45 -0
- package/dist/src/DatePickers/shared/helpers.d.ts +4 -4
- package/dist/src/DatePickers/shared/helpers.js +6 -0
- package/dist/src/DatePickers/shared/styles.d.ts +2 -2
- package/dist/src/DatePickers/shared/styles.js +165 -0
- package/dist/src/DatePickers/shared/types.d.ts +23 -23
- package/dist/src/DatePickers/shared/types.js +1 -0
- package/dist/src/DatePickers/stories/DatePicker.story.d.ts +12 -12
- package/dist/src/DatePickers/stories/DatePicker.story.js +46 -0
- package/dist/src/DatePickers/stories/MonthPicker.story.d.ts +11 -11
- package/dist/src/DatePickers/stories/MonthPicker.story.js +50 -0
- package/dist/src/DatePickers/stories/WeekPicker.story.d.ts +13 -13
- package/dist/src/DatePickers/stories/WeekPicker.story.js +44 -0
- package/dist/src/DateRange/DateRange.d.ts +36 -36
- package/dist/src/DateRange/DateRange.js +105 -0
- package/dist/src/DateRange/DateRange.story.d.ts +17 -17
- package/dist/src/DateRange/DateRange.story.js +67 -0
- package/dist/src/DateRange/DateRangeStyles.d.ts +23 -23
- package/dist/src/DateRange/DateRangeStyles.js +61 -0
- package/dist/src/DateRange/EndTime.d.ts +49 -49
- package/dist/src/DateRange/EndTime.js +6 -0
- package/dist/src/DateRange/StartTime.d.ts +49 -49
- package/dist/src/DateRange/StartTime.js +6 -0
- package/dist/src/DateRange/index.d.ts +1 -1
- package/dist/src/DateRange/index.js +1 -0
- package/dist/src/Decorations/index.d.ts +3 -3
- package/dist/src/Decorations/index.js +17 -0
- package/dist/src/DescriptionList/DescriptionList.d.ts +3 -3
- package/dist/src/DescriptionList/DescriptionList.js +22 -0
- package/dist/src/DescriptionList/DescriptionList.parts.d.ts +14 -14
- package/dist/src/DescriptionList/DescriptionList.parts.js +109 -0
- package/dist/src/DescriptionList/DescriptionListContext.d.ts +19 -19
- package/dist/src/DescriptionList/DescriptionListContext.js +24 -0
- package/dist/src/DescriptionList/index.d.ts +5 -5
- package/dist/src/DescriptionList/index.js +4 -0
- package/dist/src/DescriptionList/lib/types.d.ts +26 -26
- package/dist/src/DescriptionList/lib/types.js +1 -0
- package/dist/src/DescriptionList/lib/utils.d.ts +5 -5
- package/dist/src/DescriptionList/lib/utils.js +8 -0
- package/dist/src/DescriptionList/stories/DescriptionList.column.story.d.ts +17 -17
- package/dist/src/DescriptionList/stories/DescriptionList.column.story.js +53 -0
- package/dist/src/DescriptionList/stories/DescriptionList.group-min-width.story.d.ts +9 -9
- package/dist/src/DescriptionList/stories/DescriptionList.group-min-width.story.js +26 -0
- package/dist/src/DescriptionList/stories/DescriptionList.layout.story.d.ts +17 -17
- package/dist/src/DescriptionList/stories/DescriptionList.layout.story.js +58 -0
- package/dist/src/DescriptionList/stories/DescriptionList.playground.story.d.ts +9 -9
- package/dist/src/DescriptionList/stories/DescriptionList.playground.story.js +217 -0
- package/dist/src/DescriptionList/stories/DescriptionList.sizing.story.d.ts +10 -10
- package/dist/src/DescriptionList/stories/DescriptionList.sizing.story.js +52 -0
- package/dist/src/DescriptionList/stories/DescriptionList.spanning.story.d.ts +10 -10
- package/dist/src/DescriptionList/stories/DescriptionList.spanning.story.js +79 -0
- package/dist/src/DescriptionList/stories/DescriptionList.story.d.ts +8 -8
- package/dist/src/DescriptionList/stories/DescriptionList.story.js +7 -0
- package/dist/src/DescriptionList/stories/fixtures.d.ts +17 -17
- package/dist/src/DescriptionList/stories/fixtures.js +57 -0
- package/dist/src/Divider/Divider.d.ts +7 -7
- package/dist/src/Divider/Divider.js +12 -0
- package/dist/src/Divider/Divider.story.d.ts +10 -10
- package/dist/src/Divider/Divider.story.js +23 -0
- package/dist/src/Divider/index.d.ts +1 -1
- package/dist/src/Divider/index.js +1 -0
- package/dist/src/DropdownMenu/DropdownButton.d.ts +13 -13
- package/dist/src/DropdownMenu/DropdownButton.js +42 -0
- package/dist/src/DropdownMenu/DropdownItem.d.ts +8 -8
- package/dist/src/DropdownMenu/DropdownItem.js +40 -0
- package/dist/src/DropdownMenu/DropdownLink.d.ts +12 -12
- package/dist/src/DropdownMenu/DropdownLink.js +47 -0
- package/dist/src/DropdownMenu/DropdownMenu.d.ts +27 -27
- package/dist/src/DropdownMenu/DropdownMenu.js +40 -0
- package/dist/src/DropdownMenu/DropdownMenu.story.d.ts +60 -60
- package/dist/src/DropdownMenu/DropdownMenu.story.js +81 -0
- package/dist/src/DropdownMenu/DropdownMenuContainer.d.ts +12 -12
- package/dist/src/DropdownMenu/DropdownMenuContainer.js +29 -0
- package/dist/src/DropdownMenu/DropdownText.d.ts +13 -13
- package/dist/src/DropdownMenu/DropdownText.js +15 -0
- package/dist/src/DropdownMenu/index.d.ts +5 -5
- package/dist/src/DropdownMenu/index.js +5 -0
- package/dist/src/FieldLabel/FieldLabel.d.ts +3 -3
- package/dist/src/FieldLabel/FieldLabel.js +31 -0
- package/dist/src/FieldLabel/FieldLabel.story.d.ts +17 -17
- package/dist/src/FieldLabel/FieldLabel.story.js +40 -0
- package/dist/src/FieldLabel/FieldLabel.type.d.ts +14 -14
- package/dist/src/FieldLabel/FieldLabel.type.js +6 -0
- package/dist/src/FieldLabel/HelpText.d.ts +12 -12
- package/dist/src/FieldLabel/HelpText.js +11 -0
- package/dist/src/FieldLabel/Label.d.ts +7 -7
- package/dist/src/FieldLabel/Label.js +7 -0
- package/dist/src/FieldLabel/LabelText.d.ts +4 -4
- package/dist/src/FieldLabel/LabelText.js +13 -0
- package/dist/src/FieldLabel/MaybeFieldLabel.d.ts +7 -7
- package/dist/src/FieldLabel/MaybeFieldLabel.js +18 -0
- package/dist/src/FieldLabel/RequirementText.d.ts +4 -4
- package/dist/src/FieldLabel/RequirementText.js +4 -0
- package/dist/src/FieldLabel/index.d.ts +4 -4
- package/dist/src/FieldLabel/index.js +4 -0
- package/dist/src/Flex/Flex.d.ts +9 -9
- package/dist/src/Flex/Flex.js +11 -0
- package/dist/src/Flex/Flex.story.d.ts +108 -108
- package/dist/src/Flex/Flex.story.js +200 -0
- package/dist/src/Flex/index.d.ts +2 -2
- package/dist/src/Flex/index.js +2 -0
- package/dist/src/Form/Field.d.ts +5 -5
- package/dist/src/Form/Field.js +7 -0
- package/dist/src/Form/Fieldset.d.ts +3 -3
- package/dist/src/Form/Fieldset.js +12 -0
- package/dist/src/Form/Form.d.ts +8 -8
- package/dist/src/Form/Form.js +47 -0
- package/dist/src/Form/Form.story.d.ts +31 -31
- package/dist/src/Form/Form.story.js +85 -0
- package/dist/src/Form/FormSection.d.ts +6 -6
- package/dist/src/Form/FormSection.js +42 -0
- package/dist/src/Form/index.d.ts +4 -4
- package/dist/src/Form/index.js +4 -0
- package/dist/src/Icon/Icon.d.ts +16 -16
- package/dist/src/Icon/Icon.js +57 -0
- package/dist/src/Icon/Icon.story.d.ts +41 -41
- package/dist/src/Icon/Icon.story.js +66 -0
- package/dist/src/Icon/LoadingIcon.d.ts +6 -6
- package/dist/src/Icon/LoadingIcon.js +30 -0
- package/dist/src/Icon/index.d.ts +2 -2
- package/dist/src/Icon/index.js +2 -0
- package/dist/src/Input/Input.d.ts +10 -10
- package/dist/src/Input/Input.js +27 -0
- package/dist/src/Input/Input.story.d.ts +56 -56
- package/dist/src/Input/Input.story.js +91 -0
- package/dist/src/Input/InputField.d.ts +31 -31
- package/dist/src/Input/InputField.js +107 -0
- package/dist/src/Input/Prefix.d.ts +8 -8
- package/dist/src/Input/Prefix.js +20 -0
- package/dist/src/Input/Suffix.d.ts +8 -8
- package/dist/src/Input/Suffix.js +19 -0
- package/dist/src/Input/index.d.ts +1 -1
- package/dist/src/Input/index.js +1 -0
- package/dist/src/Layout/ApplicationFrame.d.ts +9 -9
- package/dist/src/Layout/ApplicationFrame.js +24 -0
- package/dist/src/Layout/ApplicationFrame.story.d.ts +9 -9
- package/dist/src/Layout/ApplicationFrame.story.js +9 -0
- package/dist/src/Layout/Header.d.ts +17 -17
- package/dist/src/Layout/Header.js +41 -0
- package/dist/src/Layout/Header.story.d.ts +19 -19
- package/dist/src/Layout/Header.story.js +65 -0
- package/dist/src/Layout/Page.applicationFrame.story.d.ts +11 -11
- package/dist/src/Layout/Page.applicationFrame.story.js +24 -0
- package/dist/src/Layout/Page.d.ts +12 -12
- package/dist/src/Layout/Page.js +24 -0
- package/dist/src/Layout/Page.story.d.ts +13 -13
- package/dist/src/Layout/Page.story.js +31 -0
- package/dist/src/Layout/Sidebar.d.ts +25 -25
- package/dist/src/Layout/Sidebar.js +121 -0
- package/dist/src/Layout/Sidebar.story.d.ts +22 -22
- package/dist/src/Layout/Sidebar.story.js +205 -0
- package/dist/src/Layout/index.d.ts +4 -4
- package/dist/src/Layout/index.js +4 -0
- package/dist/src/Link/Link.d.ts +14 -14
- package/dist/src/Link/Link.js +54 -0
- package/dist/src/Link/Link.story.d.ts +55 -55
- package/dist/src/Link/Link.story.js +42 -0
- package/dist/src/Link/index.d.ts +1 -1
- package/dist/src/Link/index.js +1 -0
- package/dist/src/List/List.d.ts +10 -10
- package/dist/src/List/List.js +13 -0
- package/dist/src/List/List.story.d.ts +30 -30
- package/dist/src/List/List.story.js +37 -0
- package/dist/src/List/ListItem.d.ts +5 -5
- package/dist/src/List/ListItem.js +10 -0
- package/dist/src/List/index.d.ts +2 -2
- package/dist/src/List/index.js +2 -0
- package/dist/src/LoadingAnimation/LoadingAnimation.d.ts +6 -6
- package/dist/src/LoadingAnimation/LoadingAnimation.js +29 -0
- package/dist/src/LoadingAnimation/LoadingAnimation.story.d.ts +19 -19
- package/dist/src/LoadingAnimation/LoadingAnimation.story.js +33 -0
- package/dist/src/LoadingAnimation/index.d.ts +1 -1
- package/dist/src/LoadingAnimation/index.js +1 -0
- package/dist/src/{Tooltip2 → MiniTooltip}/index.d.ts +10 -10
- package/dist/src/MiniTooltip/index.js +83 -0
- package/dist/src/Modal/Modal.d.ts +25 -25
- package/dist/src/Modal/Modal.js +80 -0
- package/dist/src/Modal/Modal.story.d.ts +66 -66
- package/dist/src/Modal/Modal.story.js +120 -0
- package/dist/src/Modal/ModalCloseButton.d.ts +7 -7
- package/dist/src/Modal/ModalCloseButton.js +8 -0
- package/dist/src/Modal/ModalContent.d.ts +8 -8
- package/dist/src/Modal/ModalContent.js +11 -0
- package/dist/src/Modal/ModalFooter.d.ts +3 -3
- package/dist/src/Modal/ModalFooter.js +20 -0
- package/dist/src/Modal/ModalHeader.d.ts +5 -5
- package/dist/src/Modal/ModalHeader.js +21 -0
- package/dist/src/Modal/index.d.ts +1 -1
- package/dist/src/Modal/index.js +1 -0
- package/dist/src/NDSProvider/ComponentVariantContext.d.ts +10 -10
- package/dist/src/NDSProvider/ComponentVariantContext.js +12 -0
- package/dist/src/NDSProvider/FeatureFlagsContext.d.ts +12 -12
- package/dist/src/NDSProvider/FeatureFlagsContext.js +12 -0
- package/dist/src/NDSProvider/GlobalStyles.d.ts +5 -5
- package/dist/src/NDSProvider/GlobalStyles.js +29 -0
- package/dist/src/NDSProvider/GlobalStylesComposer.d.ts +10 -10
- package/dist/src/NDSProvider/GlobalStylesComposer.js +13 -0
- package/dist/src/NDSProvider/LocaleContext.d.ts +11 -11
- package/dist/src/NDSProvider/LocaleContext.js +12 -0
- package/dist/src/NDSProvider/ModalStyleOverride.d.ts +5 -5
- package/dist/src/NDSProvider/ModalStyleOverride.js +32 -0
- package/dist/src/NDSProvider/NDSProvider.d.ts +14 -14
- package/dist/src/NDSProvider/NDSProvider.js +22 -0
- package/dist/src/NDSProvider/Reset.d.ts +3 -3
- package/dist/src/NDSProvider/Reset.js +9 -0
- package/dist/src/NDSProvider/index.d.ts +1 -1
- package/dist/src/NDSProvider/index.js +1 -0
- package/dist/src/NDSProvider/mountWithNDSProvider.spec-utils.d.ts +1 -1
- package/dist/src/NDSProvider/mountWithNDSProvider.spec-utils.js +4 -0
- package/dist/src/NDSProvider/renderWithNDSProvider.spec-utils.d.ts +1 -1
- package/dist/src/NDSProvider/renderWithNDSProvider.spec-utils.js +4 -0
- package/dist/src/NavBarSearch/NavBarSearch.d.ts +11 -0
- package/dist/src/NavBarSearch/NavBarSearch.js +78 -0
- package/dist/src/NavBarSearch/index.d.ts +1 -0
- package/dist/src/NavBarSearch/index.js +1 -0
- package/dist/src/Navigation/Navigation.d.ts +16 -16
- package/dist/src/Navigation/Navigation.js +26 -0
- package/dist/src/Navigation/components/AppSwitcher/NulogyAppSwitcher.d.ts +14 -14
- package/dist/src/Navigation/components/AppSwitcher/NulogyAppSwitcher.js +74 -0
- package/dist/src/Navigation/components/AppSwitcher/parts/Item.d.ts +4 -4
- package/dist/src/Navigation/components/AppSwitcher/parts/Item.js +23 -0
- package/dist/src/Navigation/components/AppSwitcher/parts/Link.d.ts +8 -8
- package/dist/src/Navigation/components/AppSwitcher/parts/Link.js +39 -0
- package/dist/src/Navigation/components/AppSwitcher/parts/index.d.ts +56 -56
- package/dist/src/Navigation/components/AppSwitcher/parts/index.js +35 -0
- package/dist/src/Navigation/components/DesktopNav/DesktopNav.d.ts +5 -5
- package/dist/src/Navigation/components/DesktopNav/DesktopNav.js +48 -0
- package/dist/src/Navigation/components/DesktopNav/parts/MoreMenuItem.d.ts +8 -8
- package/dist/src/Navigation/components/DesktopNav/parts/MoreMenuItem.js +20 -0
- package/dist/src/Navigation/components/EnvironmentBanner/EnvironmentBanner.d.ts +6 -6
- package/dist/src/Navigation/components/EnvironmentBanner/EnvironmentBanner.js +6 -0
- package/dist/src/Navigation/components/EnvironmentBanner/index.d.ts +2 -2
- package/dist/src/Navigation/components/EnvironmentBanner/index.js +1 -0
- package/dist/src/Navigation/components/MenuSubItem/MenuSubItem.d.ts +8 -8
- package/dist/src/Navigation/components/MenuSubItem/MenuSubItem.js +41 -0
- package/dist/src/Navigation/components/MenuSubItem/parts/styled.d.ts +8 -8
- package/dist/src/Navigation/components/MenuSubItem/parts/styled.js +40 -0
- package/dist/src/Navigation/components/MobileNav/MobileNav.d.ts +5 -5
- package/dist/src/Navigation/components/MobileNav/MobileNav.js +46 -0
- package/dist/src/Navigation/components/MobileNav/parts/MobileMenuItem.d.ts +9 -9
- package/dist/src/Navigation/components/MobileNav/parts/MobileMenuItem.js +84 -0
- package/dist/src/Navigation/components/MobileNav/parts/styled.d.ts +18 -18
- package/dist/src/Navigation/components/MobileNav/parts/styled.js +23 -0
- package/dist/src/Navigation/components/NulogyLogo/NulogyLogo.d.ts +6 -6
- package/dist/src/Navigation/components/NulogyLogo/NulogyLogo.js +20 -0
- package/dist/src/Navigation/components/NulogyLogo/SvgNulogyLogo.d.ts +2 -2
- package/dist/src/Navigation/components/NulogyLogo/SvgNulogyLogo.js +11 -0
- package/dist/src/Navigation/components/UserMenu/UserMenu.d.ts +14 -14
- package/dist/src/Navigation/components/UserMenu/UserMenu.js +16 -0
- package/dist/src/Navigation/components/UserMenu/parts/Header.d.ts +7 -7
- package/dist/src/Navigation/components/UserMenu/parts/Header.js +39 -0
- package/dist/src/Navigation/components/UserMenu/parts/Item.d.ts +10 -10
- package/dist/src/Navigation/components/UserMenu/parts/Item.js +23 -0
- package/dist/src/Navigation/components/UserMenu/parts/MobileItem.d.ts +6 -6
- package/dist/src/Navigation/components/UserMenu/parts/MobileItem.js +27 -0
- package/dist/src/Navigation/components/UserMenu/parts/styled.d.ts +8 -8
- package/dist/src/Navigation/components/UserMenu/parts/styled.js +21 -0
- package/dist/src/Navigation/components/shared/NavigationLogo.d.ts +8 -8
- package/dist/src/Navigation/components/shared/NavigationLogo.js +27 -0
- package/dist/src/Navigation/components/shared/NavigationLogoLink.d.ts +7 -7
- package/dist/src/Navigation/components/shared/NavigationLogoLink.js +23 -0
- package/dist/src/Navigation/components/shared/NavigationMenuContent.d.ts +7 -7
- package/dist/src/Navigation/components/shared/NavigationMenuContent.js +23 -0
- package/dist/src/Navigation/components/shared/NavigationMenuItem.d.ts +12 -12
- package/dist/src/Navigation/components/shared/NavigationMenuItem.js +76 -0
- package/dist/src/Navigation/components/shared/components.d.ts +17 -17
- package/dist/src/Navigation/components/shared/components.js +87 -0
- package/dist/src/Navigation/components/shared/constants.d.ts +6 -6
- package/dist/src/Navigation/components/shared/constants.js +5 -0
- package/dist/src/Navigation/components/shared/disableHoverEvents.d.ts +6 -6
- package/dist/src/Navigation/components/shared/disableHoverEvents.js +5 -0
- package/dist/src/Navigation/components/utils/getNavigationBarItems.d.ts +2 -2
- package/dist/src/Navigation/components/utils/getNavigationBarItems.js +15 -0
- package/dist/src/Navigation/hooks/useResponsiveMenu.d.ts +12 -12
- package/dist/src/Navigation/hooks/useResponsiveMenu.js +66 -0
- package/dist/src/Navigation/index.d.ts +9 -9
- package/dist/src/Navigation/index.js +5 -0
- package/dist/src/Navigation/stories/Navigation.appSwitcher.story.d.ts +12 -12
- package/dist/src/Navigation/stories/Navigation.appSwitcher.story.js +147 -0
- package/dist/src/Navigation/stories/Navigation.logos.story.d.ts +22 -22
- package/dist/src/Navigation/stories/Navigation.logos.story.js +116 -0
- package/dist/src/Navigation/stories/Navigation.mobileVisibility.story.d.ts +13 -13
- package/dist/src/Navigation/stories/Navigation.mobileVisibility.story.js +172 -0
- package/dist/src/Navigation/stories/Navigation.navigationMenus.story.d.ts +13 -13
- package/dist/src/Navigation/stories/Navigation.navigationMenus.story.js +305 -0
- package/dist/src/Navigation/stories/Navigation.navigationMenus.subMenus.story.d.ts +11 -11
- package/dist/src/Navigation/stories/Navigation.navigationMenus.subMenus.story.js +203 -0
- package/dist/src/Navigation/stories/Navigation.story.d.ts +11 -11
- package/dist/src/Navigation/stories/Navigation.story.js +208 -0
- package/dist/src/Navigation/stories/Navigation.userMenu.story.d.ts +13 -13
- package/dist/src/Navigation/stories/Navigation.userMenu.story.js +215 -0
- package/dist/src/Navigation/stories/fixtures/logos/CustomLogo2.d.ts +2 -2
- package/dist/src/Navigation/stories/fixtures/logos/CustomLogo2.js +15 -0
- package/dist/src/Navigation/stories/fixtures/logos/CustomLogo3.d.ts +2 -2
- package/dist/src/Navigation/stories/fixtures/logos/CustomLogo3.js +31 -0
- package/dist/src/Navigation/stories/fixtures/logos/Customlogo1.d.ts +2 -2
- package/dist/src/Navigation/stories/fixtures/logos/Customlogo1.js +5 -0
- package/dist/src/Navigation/types.d.ts +86 -86
- package/dist/src/Navigation/types.js +1 -0
- package/dist/src/Overlay/Overlay.d.ts +7 -7
- package/dist/src/Overlay/Overlay.js +15 -0
- package/dist/src/Overlay/Overlay.story.d.ts +12 -12
- package/dist/src/Overlay/Overlay.story.js +17 -0
- package/dist/src/Overlay/index.d.ts +1 -1
- package/dist/src/Overlay/index.js +1 -0
- package/dist/src/Pagination/NextButton.d.ts +10 -10
- package/dist/src/Pagination/NextButton.js +13 -0
- package/dist/src/Pagination/PageNumber.d.ts +12 -12
- package/dist/src/Pagination/PageNumber.js +7 -0
- package/dist/src/Pagination/Pagination.d.ts +19 -19
- package/dist/src/Pagination/Pagination.js +66 -0
- package/dist/src/Pagination/Pagination.story.d.ts +26 -26
- package/dist/src/Pagination/Pagination.story.js +93 -0
- package/dist/src/Pagination/PaginationButton.d.ts +7 -7
- package/dist/src/Pagination/PaginationButton.js +27 -0
- package/dist/src/Pagination/PaginationCount.d.ts +7 -7
- package/dist/src/Pagination/PaginationCount.js +8 -0
- package/dist/src/Pagination/PreviousButton.d.ts +10 -10
- package/dist/src/Pagination/PreviousButton.js +13 -0
- package/dist/src/Pagination/index.d.ts +1 -1
- package/dist/src/Pagination/index.js +1 -0
- package/dist/src/Pagination/lib.d.ts +9 -9
- package/dist/src/Pagination/lib.js +39 -0
- package/dist/src/Popper/Popper.d.ts +20 -20
- package/dist/src/Popper/Popper.js +107 -0
- package/dist/src/Popper/index.d.ts +1 -1
- package/dist/src/Popper/index.js +1 -0
- package/dist/src/Primitives/index.d.ts +5 -5
- package/dist/src/Primitives/index.js +5 -0
- package/dist/src/Radio/Radio.d.ts +14 -14
- package/dist/src/Radio/Radio.js +118 -0
- package/dist/src/Radio/Radio.story.d.ts +37 -37
- package/dist/src/Radio/Radio.story.js +44 -0
- package/dist/src/Radio/RadioGroup.d.ts +20 -20
- package/dist/src/Radio/RadioGroup.js +41 -0
- package/dist/src/Radio/RadioGroup.story.d.ts +46 -46
- package/dist/src/Radio/RadioGroup.story.js +54 -0
- package/dist/src/Radio/index.d.ts +2 -2
- package/dist/src/Radio/index.js +2 -0
- package/dist/src/RangeContainer/RangeContainer.d.ts +12 -12
- package/dist/src/RangeContainer/RangeContainer.js +35 -0
- package/dist/src/RangeContainer/RangeContainer.story.d.ts +11 -11
- package/dist/src/RangeContainer/RangeContainer.story.js +9 -0
- package/dist/src/RangeContainer/index.d.ts +1 -1
- package/dist/src/RangeContainer/index.js +1 -0
- package/dist/src/Select/MenuList.d.ts +3 -3
- package/dist/src/Select/MenuList.js +126 -0
- package/dist/src/Select/Select.d.ts +32 -32
- package/dist/src/Select/Select.js +60 -0
- package/dist/src/Select/Select.spec-utils.d.ts +5 -5
- package/dist/src/Select/Select.spec-utils.js +14 -0
- package/dist/src/Select/Select.story.d.ts +110 -110
- package/dist/src/Select/Select.story.fixture.d.ts +24 -24
- package/dist/src/Select/Select.story.fixture.js +89 -0
- package/dist/src/Select/Select.story.js +196 -0
- package/dist/src/Select/SelectComponents.d.ts +10 -10
- package/dist/src/Select/SelectComponents.js +31 -0
- package/dist/src/Select/SelectOption.d.ts +12 -12
- package/dist/src/Select/SelectOption.js +42 -0
- package/dist/src/Select/customReactSelectStyles.d.ts +40 -40
- package/dist/src/Select/customReactSelectStyles.js +162 -0
- package/dist/src/Select/index.d.ts +3 -3
- package/dist/src/Select/index.js +3 -0
- package/dist/src/Select/lib.d.ts +21 -21
- package/dist/src/Select/lib.js +85 -0
- package/dist/src/SortingTable/SortingTable.d.ts +7 -7
- package/dist/src/SortingTable/SortingTable.js +49 -0
- package/dist/src/SortingTable/SortingTable.story.d.ts +8 -8
- package/dist/src/SortingTable/SortingTable.story.js +24 -0
- package/dist/src/SortingTable/index.d.ts +1 -1
- package/dist/src/SortingTable/index.js +1 -0
- package/dist/src/StatusIndicator/StatusIndicator.d.ts +17 -17
- package/dist/src/StatusIndicator/StatusIndicator.js +51 -0
- package/dist/src/StatusIndicator/StatusIndicator.story.d.ts +25 -25
- package/dist/src/StatusIndicator/StatusIndicator.story.js +64 -0
- package/dist/src/StatusIndicator/index.d.ts +2 -2
- package/dist/src/StatusIndicator/index.js +1 -0
- package/dist/src/StyledProps/index.d.ts +39 -39
- package/dist/src/StyledProps/index.js +36 -0
- package/dist/src/Summary/Summary.d.ts +7 -7
- package/dist/src/Summary/Summary.js +43 -0
- package/dist/src/Summary/Summary.story.d.ts +7 -7
- package/dist/src/Summary/Summary.story.js +20 -0
- package/dist/src/Summary/SummaryContext.d.ts +7 -7
- package/dist/src/Summary/SummaryContext.js +14 -0
- package/dist/src/Summary/SummaryDivider.d.ts +3 -3
- package/dist/src/Summary/SummaryDivider.js +21 -0
- package/dist/src/Summary/SummaryItem.d.ts +8 -8
- package/dist/src/Summary/SummaryItem.js +34 -0
- package/dist/src/Summary/index.d.ts +3 -3
- package/dist/src/Summary/index.js +3 -0
- package/dist/src/Switcher/Switch.d.ts +9 -9
- package/dist/src/Switcher/Switch.js +35 -0
- package/dist/src/Switcher/Switcher.d.ts +11 -11
- package/dist/src/Switcher/Switcher.js +53 -0
- package/dist/src/Switcher/Switcher.story.d.ts +8 -8
- package/dist/src/Switcher/Switcher.story.js +32 -0
- package/dist/src/Switcher/index.d.ts +2 -2
- package/dist/src/Switcher/index.js +2 -0
- package/dist/src/Table/BaseTable.d.ts +22 -22
- package/dist/src/Table/BaseTable.js +31 -0
- package/dist/src/Table/SortingColumnHeader.d.ts +10 -10
- package/dist/src/Table/SortingColumnHeader.js +13 -0
- package/dist/src/Table/StatefulTable.d.ts +107 -107
- package/dist/src/Table/StatefulTable.js +214 -0
- package/dist/src/Table/StyledTh.d.ts +8 -8
- package/dist/src/Table/StyledTh.js +15 -0
- package/dist/src/Table/Table.d.ts +13 -13
- package/dist/src/Table/Table.js +21 -0
- package/dist/src/Table/Table.mock-utils.d.ts +32 -0
- package/dist/src/Table/Table.mock-utils.js +58 -0
- package/dist/src/Table/Table.types.d.ts +28 -28
- package/dist/src/Table/Table.types.js +1 -0
- package/dist/src/Table/TableBody.d.ts +16 -16
- package/dist/src/Table/TableBody.js +37 -0
- package/dist/src/Table/TableCell.d.ts +10 -10
- package/dist/src/Table/TableCell.js +26 -0
- package/dist/src/Table/TableFoot.d.ts +10 -10
- package/dist/src/Table/TableFoot.js +26 -0
- package/dist/src/Table/TableHead.d.ts +9 -9
- package/dist/src/Table/TableHead.js +21 -0
- package/dist/src/Table/addExpandableControl.d.ts +4 -4
- package/dist/src/Table/addExpandableControl.js +38 -0
- package/dist/src/Table/addSelectableControl.d.ts +15 -15
- package/dist/src/Table/addSelectableControl.js +38 -0
- package/dist/src/Table/index.d.ts +3 -3
- package/dist/src/Table/index.js +2 -0
- package/dist/src/Table/stories/BaseTable.story.d.ts +19 -19
- package/dist/src/Table/stories/BaseTable.story.js +300 -0
- package/dist/src/Table/stories/CustomContent.story.d.ts +7 -7
- package/dist/src/Table/stories/CustomContent.story.js +281 -0
- package/dist/src/Table/stories/Density.story.d.ts +17 -17
- package/dist/src/Table/stories/Density.story.js +68 -0
- package/dist/src/Table/stories/SortingColumnHeader.story.d.ts +6 -6
- package/dist/src/Table/stories/SortingColumnHeader.story.js +8 -0
- package/dist/src/Table/stories/Table.story.d.ts +18 -18
- package/dist/src/Table/stories/Table.story.js +302 -0
- package/dist/src/Table/stories/TableWithCustomSorting.story.d.ts +11 -11
- package/dist/src/Table/stories/TableWithCustomSorting.story.js +60 -0
- package/dist/src/Table/stories/TableWithExpandableRows.story.d.ts +17 -17
- package/dist/src/Table/stories/TableWithExpandableRows.story.js +75 -0
- package/dist/src/Table/stories/TableWithFiltering.story.d.ts +17 -17
- package/dist/src/Table/stories/TableWithFiltering.story.js +54 -0
- package/dist/src/Table/stories/TableWithSelectableRows.story.d.ts +17 -17
- package/dist/src/Table/stories/TableWithSelectableRows.story.js +69 -0
- package/dist/src/Table/stories/TableWithServerSidePagination.story.d.ts +11 -11
- package/dist/src/Table/stories/TableWithServerSidePagination.story.js +73 -0
- package/dist/src/Tabs/Tab.d.ts +12 -12
- package/dist/src/Tabs/Tab.js +87 -0
- package/dist/src/Tabs/TabContainer.d.ts +3 -3
- package/dist/src/Tabs/TabContainer.js +24 -0
- package/dist/src/Tabs/TabScrollIndicator.d.ts +11 -11
- package/dist/src/Tabs/TabScrollIndicator.js +61 -0
- package/dist/src/Tabs/TabScrollIndicators.d.ts +30 -30
- package/dist/src/Tabs/TabScrollIndicators.js +132 -0
- package/dist/src/Tabs/Tabs.d.ts +27 -27
- package/dist/src/Tabs/Tabs.js +110 -0
- package/dist/src/Tabs/Tabs.story.d.ts +55 -55
- package/dist/src/Tabs/Tabs.story.js +109 -0
- package/dist/src/Tabs/index.d.ts +4 -4
- package/dist/src/Tabs/index.js +4 -0
- package/dist/src/Textarea/StyledTextarea.d.ts +15 -15
- package/dist/src/Textarea/StyledTextarea.js +59 -0
- package/dist/src/Textarea/Textarea.d.ts +18 -18
- package/dist/src/Textarea/Textarea.js +30 -0
- package/dist/src/Textarea/Textarea.story.d.ts +14 -14
- package/dist/src/Textarea/Textarea.story.js +24 -0
- package/dist/src/Textarea/index.d.ts +1 -1
- package/dist/src/Textarea/index.js +1 -0
- package/dist/src/TimePicker/TimePicker.d.ts +42 -42
- package/dist/src/TimePicker/TimePicker.js +231 -0
- package/dist/src/TimePicker/TimePicker.story.d.ts +65 -65
- package/dist/src/TimePicker/TimePicker.story.js +58 -0
- package/dist/src/TimePicker/TimePickerDropdown.d.ts +3 -3
- package/dist/src/TimePicker/TimePickerDropdown.js +23 -0
- package/dist/src/TimePicker/TimePickerInput.d.ts +7 -7
- package/dist/src/TimePicker/TimePickerInput.js +7 -0
- package/dist/src/TimePicker/TimePickerOption.d.ts +10 -10
- package/dist/src/TimePicker/TimePickerOption.js +26 -0
- package/dist/src/TimePicker/index.d.ts +1 -1
- package/dist/src/TimePicker/index.js +1 -0
- package/dist/src/TimeRange/TimeRange.d.ts +24 -24
- package/dist/src/TimeRange/TimeRange.js +81 -0
- package/dist/src/TimeRange/TimeRange.story.d.ts +35 -35
- package/dist/src/TimeRange/TimeRange.story.js +39 -0
- package/dist/src/TimeRange/TimeRange.utils.d.ts +1 -1
- package/dist/src/TimeRange/TimeRange.utils.js +12 -0
- package/dist/src/TimeRange/index.d.ts +1 -1
- package/dist/src/TimeRange/index.js +1 -0
- package/dist/src/Toast/Toast.d.ts +36 -36
- package/dist/src/Toast/Toast.js +93 -0
- package/dist/src/Toast/Toast.story.d.ts +42 -42
- package/dist/src/Toast/Toast.story.js +192 -0
- package/dist/src/Toast/index.d.ts +1 -1
- package/dist/src/Toast/index.js +1 -0
- package/dist/src/ToastContainer/ToastContainer.d.ts +10 -10
- package/dist/src/ToastContainer/ToastContainer.js +31 -0
- package/dist/src/ToastContainer/ToastContainer.story.d.ts +6 -6
- package/dist/src/ToastContainer/ToastContainer.story.js +83 -0
- package/dist/src/ToastContainer/ToastFunction.d.ts +14 -14
- package/dist/src/ToastContainer/ToastFunction.js +32 -0
- package/dist/src/ToastContainer/index.d.ts +2 -2
- package/dist/src/ToastContainer/index.js +2 -0
- package/dist/src/Toggle/Toggle.d.ts +27 -27
- package/dist/src/Toggle/Toggle.js +68 -0
- package/dist/src/Toggle/Toggle.story.d.ts +50 -50
- package/dist/src/Toggle/Toggle.story.js +51 -0
- package/dist/src/Toggle/ToggleButton.d.ts +11 -11
- package/dist/src/Toggle/ToggleButton.js +67 -0
- package/dist/src/Toggle/index.d.ts +1 -1
- package/dist/src/Toggle/index.js +1 -0
- package/dist/src/Tokens/Tokens.story.d.ts +14 -14
- package/dist/src/Tokens/Tokens.story.js +80 -0
- package/dist/src/Tooltip/Tooltip.d.ts +19 -13
- package/dist/src/Tooltip/Tooltip.js +13 -0
- package/dist/src/Tooltip/Tooltip.story.d.ts +61 -68
- package/dist/src/Tooltip/Tooltip.story.js +121 -0
- package/dist/src/Tooltip/TooltipContainer.d.ts +11 -11
- package/dist/src/Tooltip/TooltipContainer.js +31 -0
- package/dist/src/{TruncatedText → Tooltip}/components/TooltipComponents.d.ts +17 -17
- package/dist/src/Tooltip/components/TooltipComponents.js +143 -0
- package/dist/src/Tooltip/helpers.d.ts +8 -0
- package/dist/src/Tooltip/helpers.js +4 -0
- package/dist/src/Tooltip/index.d.ts +1 -1
- package/dist/src/Tooltip/index.js +1 -0
- package/dist/src/TopBar/TopBar.d.ts +18 -18
- package/dist/src/TopBar/TopBar.js +20 -0
- package/dist/src/TopBar/TopBar.styled.d.ts +282 -282
- package/dist/src/TopBar/TopBar.styled.js +140 -0
- package/dist/src/TopBar/components/BackLink.d.ts +7 -7
- package/dist/src/TopBar/components/BackLink.js +31 -0
- package/dist/src/TopBar/components/Menu.d.ts +6 -6
- package/dist/src/TopBar/components/Menu.js +67 -0
- package/dist/src/TopBar/components/MenuItem.d.ts +2 -2
- package/dist/src/TopBar/components/MenuItem.js +27 -0
- package/dist/src/TopBar/components/MenuItemLink.d.ts +9 -9
- package/dist/src/TopBar/components/MenuItemLink.js +26 -0
- package/dist/src/TopBar/components/PageTitle.d.ts +3 -3
- package/dist/src/TopBar/components/PageTitle.js +17 -0
- package/dist/src/TopBar/constants.d.ts +3 -3
- package/dist/src/TopBar/constants.js +3 -0
- package/dist/src/TopBar/index.d.ts +2 -2
- package/dist/src/TopBar/index.js +1 -0
- package/dist/src/TopBar/stories/TopBar.backButton.story.d.ts +19 -19
- package/dist/src/TopBar/stories/TopBar.backButton.story.js +40 -0
- package/dist/src/TopBar/stories/TopBar.menu.story.d.ts +22 -22
- package/dist/src/TopBar/stories/TopBar.menu.story.js +64 -0
- package/dist/src/TopBar/stories/TopBar.story.d.ts +19 -19
- package/dist/src/TopBar/stories/TopBar.story.js +59 -0
- package/dist/src/TopBar/stories/fixtures.d.ts +44 -44
- package/dist/src/TopBar/stories/fixtures.js +54 -0
- package/dist/src/TruncatedText/TruncatedText.d.ts +4 -4
- package/dist/src/TruncatedText/TruncatedText.js +24 -0
- package/dist/src/TruncatedText/TruncatedText.story.d.ts +57 -57
- package/dist/src/TruncatedText/TruncatedText.story.js +51 -0
- package/dist/src/TruncatedText/components/MaybeTooltip.d.ts +24 -14
- package/dist/src/TruncatedText/components/MaybeTooltip.js +10 -0
- package/dist/src/TruncatedText/components/TruncatedTextFillWidth.d.ts +4 -4
- package/dist/src/TruncatedText/components/TruncatedTextFillWidth.js +28 -0
- package/dist/src/TruncatedText/components/TruncatedTextMaxCharacters.d.ts +4 -4
- package/dist/src/TruncatedText/components/TruncatedTextMaxCharacters.js +24 -0
- package/dist/src/TruncatedText/index.d.ts +1 -1
- package/dist/src/TruncatedText/index.js +1 -0
- package/dist/src/TruncatedText/types.d.ts +13 -13
- package/dist/src/TruncatedText/types.js +1 -0
- package/dist/src/Type/Headings.d.ts +50 -50
- package/dist/src/Type/Headings.js +67 -0
- package/dist/src/Type/Headings.story.d.ts +8 -8
- package/dist/src/Type/Headings.story.js +17 -0
- package/dist/src/Type/Text.d.ts +13 -13
- package/dist/src/Type/Text.js +17 -0
- package/dist/src/Type/Text.story.d.ts +36 -36
- package/dist/src/Type/Text.story.js +44 -0
- package/dist/src/Type/Typography.story.d.ts +7 -7
- package/dist/src/Type/Typography.story.js +214 -0
- package/dist/src/Type/index.d.ts +3 -3
- package/dist/src/Type/index.js +2 -0
- package/dist/src/Validation/InlineValidation.d.ts +10 -10
- package/dist/src/Validation/InlineValidation.js +34 -0
- package/dist/src/Validation/InlineValidation.story.d.ts +24 -24
- package/dist/src/Validation/InlineValidation.story.js +24 -0
- package/dist/src/Validation/index.d.ts +2 -2
- package/dist/src/Validation/index.js +2 -0
- package/dist/src/Validation/mapErrorsToList.d.ts +3 -3
- package/dist/src/Validation/mapErrorsToList.js +9 -0
- package/dist/src/VerticalDivider/VerticalDivider.d.ts +7 -7
- package/dist/src/VerticalDivider/VerticalDivider.js +16 -0
- package/dist/src/VerticalDivider/VerticalDivider.story.d.ts +8 -8
- package/dist/src/VerticalDivider/VerticalDivider.story.js +15 -0
- package/dist/src/VerticalDivider/index.d.ts +1 -1
- package/dist/src/VerticalDivider/index.js +1 -0
- package/dist/src/VisualTests/Select.story.d.ts +41 -41
- package/dist/src/VisualTests/Select.story.js +73 -0
- package/dist/src/VisualTests/WithSpace.story.d.ts +23 -23
- package/dist/src/VisualTests/WithSpace.story.js +115 -0
- package/dist/src/constants/index.d.ts +1 -1
- package/dist/src/constants/index.js +1 -0
- package/dist/src/constants/keyCodes.d.ts +15 -15
- package/dist/src/constants/keyCodes.js +15 -0
- package/dist/src/hooks/useMediaQuery/index.d.ts +2 -2
- package/dist/src/hooks/useMediaQuery/index.js +2 -0
- package/dist/src/hooks/useMediaQuery/useMediaQuery.d.ts +5 -5
- package/dist/src/hooks/useMediaQuery/useMediaQuery.js +30 -0
- package/dist/src/i18n.d.ts +2 -2
- package/dist/src/i18n.js +56 -0
- package/dist/src/index.d.ts +71 -71
- package/dist/src/index.js +59 -0
- package/dist/src/locale.story.d.ts +9 -9
- package/dist/src/locale.story.js +93 -0
- package/dist/src/locales.const.d.ts +53 -53
- package/dist/src/locales.const.js +66 -0
- package/dist/src/pages/ErrorPage.story.d.ts +21 -21
- package/dist/src/pages/ErrorPage.story.js +50 -0
- package/dist/src/pages/LoginPage.story.d.ts +30 -30
- package/dist/src/pages/LoginPage.story.js +71 -0
- package/dist/src/testing/matchers/toMatchDate.d.ts +0 -0
- package/dist/src/testing/matchers/toMatchDate.js +20 -0
- package/dist/src/testing/mockUtils/mockDates.d.ts +2 -0
- package/dist/src/testing/mockUtils/mockDates.js +17 -0
- package/dist/src/theme/NDSThemeProvider.d.ts +5 -5
- package/dist/src/theme/NDSThemeProvider.js +17 -0
- package/dist/src/theme/index.d.ts +2 -2
- package/dist/src/theme/index.js +1 -0
- package/dist/src/theme/mergeThemes.util.d.ts +2 -2
- package/dist/src/theme/mergeThemes.util.js +6 -0
- package/dist/src/theme/theme.d.ts +5 -5
- package/dist/src/theme/theme.js +652 -0
- package/dist/src/theme/theme.type.d.ts +153 -153
- package/dist/src/theme/theme.type.js +1 -0
- package/dist/src/theme/useNDSTheme.d.ts +21 -21
- package/dist/src/theme/useNDSTheme.js +32 -0
- package/dist/src/types/NulogyApp.d.ts +3 -3
- package/dist/src/types/NulogyApp.js +18 -0
- package/dist/src/utils/ClickInputLabel.d.ts +7 -7
- package/dist/src/utils/ClickInputLabel.js +13 -0
- package/dist/src/utils/DetectOutsideClick.d.ts +8 -0
- package/dist/src/utils/DetectOutsideClick.js +36 -0
- package/dist/src/utils/PopperArrow.d.ts +9 -9
- package/dist/src/utils/PopperArrow.js +132 -0
- package/dist/src/utils/ScrollIndicators.d.ts +16 -0
- package/dist/src/utils/ScrollIndicators.js +62 -0
- package/dist/src/utils/convertPxToNumber.d.ts +2 -0
- package/dist/src/utils/convertPxToNumber.js +4 -0
- package/dist/src/utils/datePickerLocales.d.ts +1 -0
- package/dist/src/utils/datePickerLocales.js +3 -0
- package/dist/src/utils/generateId.d.ts +2 -0
- package/dist/src/utils/generateId.js +7 -0
- package/dist/src/utils/index.d.ts +11 -11
- package/dist/src/utils/index.js +10 -0
- package/dist/src/utils/localized-date-fns.d.ts +1 -1
- package/dist/src/utils/localized-date-fns.js +5 -0
- package/dist/src/utils/noop.d.ts +5 -5
- package/dist/src/utils/noop.js +7 -0
- package/dist/src/utils/numberFromDimension/index.d.ts +5 -5
- package/dist/src/utils/numberFromDimension/index.js +7 -0
- package/dist/src/utils/numberFromDimension/numberFromDimension.spec.d.ts +1 -1
- package/dist/src/utils/numberFromDimension/numberFromDimension.spec.js +13 -0
- package/dist/src/utils/omit.d.ts +2 -0
- package/dist/src/utils/omit.js +6 -0
- package/dist/src/utils/story/code.d.ts +8 -8
- package/dist/src/utils/story/code.js +14 -0
- package/dist/src/utils/story/dashed.d.ts +9 -9
- package/dist/src/utils/story/dashed.js +12 -0
- package/dist/src/utils/story/placeholder.d.ts +7 -7
- package/dist/src/utils/story/placeholder.js +33 -0
- package/dist/src/utils/story/resizable.d.ts +25 -25
- package/dist/src/utils/story/resizable.js +38 -0
- package/dist/src/utils/story/simulatedAPIRequests.d.ts +4 -4
- package/dist/src/utils/story/simulatedAPIRequests.js +22 -0
- package/dist/src/utils/subPx.d.ts +9 -9
- package/dist/src/utils/subPx.js +10 -0
- package/dist/src/utils/subset.d.ts +3 -0
- package/dist/src/utils/subset.js +21 -0
- package/dist/src/utils/testing/createMatchMedia.d.ts +7 -7
- package/dist/src/utils/testing/createMatchMedia.js +17 -0
- package/dist/src/utils/testing/useConditionalAutoClick.d.ts +60 -60
- package/dist/src/utils/testing/useConditionalAutoClick.js +52 -0
- package/dist/src/utils/testing/useUrlProps.d.ts +6 -6
- package/dist/src/utils/testing/useUrlProps.js +23 -0
- package/dist/src/utils/ts/FocusManager.d.ts +17 -17
- package/dist/src/utils/ts/FocusManager.js +40 -0
- package/dist/src/utils/ts/recursivePartial.d.ts +3 -3
- package/dist/src/utils/ts/recursivePartial.js +1 -0
- package/dist/src/utils/useScrollLock.d.ts +55 -55
- package/dist/src/utils/useScrollLock.js +81 -0
- package/dist/src/utils/useWindowDimension.story.d.ts +6 -0
- package/dist/src/utils/useWindowDimension.story.js +25 -0
- package/dist/src/utils/useWindowDimensions.d.ts +39 -0
- package/dist/src/utils/useWindowDimensions.js +48 -0
- package/dist/src/utils/withMenuState.d.ts +12 -12
- package/dist/src/utils/withMenuState.js +76 -0
- package/dist/src/utils/withWindowDimensions.d.ts +3 -0
- package/dist/src/utils/withWindowDimensions.js +28 -0
- package/package.json +10 -14
- package/dist/src/TruncatedText/MaybeTooltip.d.ts +0 -8
- package/dist/src/TruncatedText/TooltipContent.d.ts +0 -7
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"close menu": "Menü schließen",
|
|
3
|
+
"menu options": "Menüoptionen",
|
|
4
|
+
"close": "Schließen",
|
|
5
|
+
"collapse row": "Zeile verbergen",
|
|
6
|
+
"date range": "Datumsbereich",
|
|
7
|
+
"deselect all rows": "Alle Zeilen deselektieren",
|
|
8
|
+
"deselect row": "Zeile deselektieren",
|
|
9
|
+
"go to previous year": "Zum vorherigen Jahr",
|
|
10
|
+
"go to next year": "Zum nächsten Jahr",
|
|
11
|
+
"end date is before start date": "Das Enddatum liegt vor dem Startdatum",
|
|
12
|
+
"end month is before start month": "Das Enddatum liegt vor dem Startdatum",
|
|
13
|
+
"end time is before start time": "Die Endzeit liegt vor der Startzeit",
|
|
14
|
+
"expand row": "Zeile erweitern",
|
|
15
|
+
"go to next results": "Zu den nächsten Ergebnissen wechseln",
|
|
16
|
+
"go to page": "Zu Seite {{count}} wechseln",
|
|
17
|
+
"current page of total": "Seite {{currentPage}} von {{totalPages}}",
|
|
18
|
+
"go to previous results": "Zu den vorherigen Ergebnissen wechseln",
|
|
19
|
+
"go to": "Wechseln zu",
|
|
20
|
+
"hide actions": "Aktionen verbergen",
|
|
21
|
+
"month range": "Monatsbereich",
|
|
22
|
+
"next": "Weiter",
|
|
23
|
+
"open menu": "Menü öffnen",
|
|
24
|
+
"open": "Öffnen",
|
|
25
|
+
"pagination navigation": "Nummerierungs-Navigation",
|
|
26
|
+
"previous": "Vorherig",
|
|
27
|
+
"primary navigation": "Primäre Navigation",
|
|
28
|
+
"search nulogy": "Nulogy suchen...",
|
|
29
|
+
"secondary navigation": "Sekundäre Navigation",
|
|
30
|
+
"select": "Wählen",
|
|
31
|
+
"start typing": "Anfangen zu tippen",
|
|
32
|
+
"select a start date": "Ein Startdatum wählen",
|
|
33
|
+
"select a start month": "Einen Startmonat wählen",
|
|
34
|
+
"select a start time": "Eine Startzeit wählen",
|
|
35
|
+
"select a time": "Eine zeit wählen",
|
|
36
|
+
"select all rows": "Alle Zeilen selektieren",
|
|
37
|
+
"select an end date": "Ein Enddatum wählen",
|
|
38
|
+
"select an end month": "Einen Endmonat wählen",
|
|
39
|
+
"select an end time": "Eine Endzeit wählen",
|
|
40
|
+
"select row": "Zeile selektieren",
|
|
41
|
+
"show actions": "Aktionen anzeigen",
|
|
42
|
+
"sort ascending": "Aufsteigend sortieren",
|
|
43
|
+
"sort descending": "Absteigend sortieren",
|
|
44
|
+
"time range": "Zeitspanne",
|
|
45
|
+
"weekPicker date format": "'KW'ww - d. MMM yyyy",
|
|
46
|
+
"weekPicker placeholder": "KW52 - 31. Dez 2023",
|
|
47
|
+
"week shorthand": "KW",
|
|
48
|
+
"more": "Mehr",
|
|
49
|
+
"no options": "Keine Optionen",
|
|
50
|
+
"nulogy logo": "Nulogy-Logo",
|
|
51
|
+
"toggle user menu": "Benutzer-Menü umschalten",
|
|
52
|
+
"user menu": "Benutzer-Menü",
|
|
53
|
+
"toggle app switcher": "App-Umschalter umschalten",
|
|
54
|
+
"app switcher": "App-Umschalter",
|
|
55
|
+
"toggle mobile menu": "Mobiles Menü umschalten",
|
|
56
|
+
"connections app description": "Verbinden Sie interne, Kunden- und Lieferantensysteme mit Self-Service-Low-Code/No-Code-Tools",
|
|
57
|
+
"data app description": "Direkter Zugriff auf geschäftsfertige Daten zur Erleichterung von Analysen und Entscheidungsintelligenz",
|
|
58
|
+
"digital quality inspection app description": "Digitalisieren Sie Qualitätsprüfungen mit tabletbasierten Inspektionen, E-Signaturen und vollständigen Audit-Trails",
|
|
59
|
+
"production scheduling app description": "Visualisieren und optimieren Sie Ihren Produktionsplan anhand von Bedarf, Ausfallzeiten, Produktionsraten und mehr",
|
|
60
|
+
"shop floor control app description": "Verwalten Sie den Fertigungsbereich, um Transparenz, Geschwindigkeit und betriebliche Effizienz zu steigern",
|
|
61
|
+
"supplier collaboration app description": "Arbeiten Sie in Echtzeit mit Partnern im Lieferkettennetzwerk zusammen, um Transparenz und Reaktionsfähigkeit zu verbessern",
|
|
62
|
+
"smart factory app description": "Automatisieren Sie die Maschinendatenerfassung, um Ausfallzeiten zu reduzieren und den Produktionsdurchsatz zu verbessern"
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"close menu": "Close menu",
|
|
3
|
+
"menu options": "Menu options",
|
|
4
|
+
"close": "Close",
|
|
5
|
+
"collapse row": "Collapse row",
|
|
6
|
+
"date range": "Date range",
|
|
7
|
+
"deselect all rows": "Deselect all rows",
|
|
8
|
+
"deselect row": "Deselect row",
|
|
9
|
+
"end date is before start date": "End date is before start date",
|
|
10
|
+
"end month is before start month": "End month is before start month",
|
|
11
|
+
"end time is before start time": "End time is before start time",
|
|
12
|
+
"expand row": "Expand row",
|
|
13
|
+
"go to previous year": "Go to previous year",
|
|
14
|
+
"go to next year": "Go to next year",
|
|
15
|
+
"go to next results": "Go to next results",
|
|
16
|
+
"go to page": "Go to page {{count}}",
|
|
17
|
+
"current page of total": "Page {{currentPage}} of {{totalPages}}",
|
|
18
|
+
"go to previous results": "Go to previous results",
|
|
19
|
+
"go to": "Go to",
|
|
20
|
+
"hide actions": "Hide actions",
|
|
21
|
+
"no options": "No options",
|
|
22
|
+
"month range": "Month range",
|
|
23
|
+
"next": "Next",
|
|
24
|
+
"open menu": "Open menu",
|
|
25
|
+
"open": "Open",
|
|
26
|
+
"pagination navigation": "Pagination navigation",
|
|
27
|
+
"previous": "Previous",
|
|
28
|
+
"primary navigation": "Primary navigation",
|
|
29
|
+
"search nulogy": "Search Nulogy...",
|
|
30
|
+
"secondary navigation": "Secondary navigation",
|
|
31
|
+
"select": "Select",
|
|
32
|
+
"start typing": "Start typing",
|
|
33
|
+
"select a start date": "Select a start date",
|
|
34
|
+
"select a start month": "Select a start month",
|
|
35
|
+
"select a start time": "Select a start time",
|
|
36
|
+
"select a time": "Select a time",
|
|
37
|
+
"select all rows": "Select all rows",
|
|
38
|
+
"select an end date": "Select an end date",
|
|
39
|
+
"select an end month": "Select an end month",
|
|
40
|
+
"select an end time": "Select an end time",
|
|
41
|
+
"select row": "Select row",
|
|
42
|
+
"show actions": "Show actions",
|
|
43
|
+
"sort ascending": "Sort ascending",
|
|
44
|
+
"sort descending": "Sort descending",
|
|
45
|
+
"time range": "Time range",
|
|
46
|
+
"weekPicker date format": "'W'ww - MMM d, yyyy",
|
|
47
|
+
"weekPicker placeholder": "W52 - Dec 31, 2023",
|
|
48
|
+
"week shorthand": "W",
|
|
49
|
+
"more": "More",
|
|
50
|
+
"nulogy logo": "Nulogy logo",
|
|
51
|
+
"toggle user menu": "Toggle user menu",
|
|
52
|
+
"user menu": "User menu",
|
|
53
|
+
"toggle app switcher": "Toggle app switcher",
|
|
54
|
+
"app switcher": "App switcher",
|
|
55
|
+
"toggle mobile menu": "Toggle mobile menu",
|
|
56
|
+
"connections app description": "Connect internal, customer and supplier systems with self-serve low-code/no-code tools",
|
|
57
|
+
"data app description": "Direct access to business ready data to facilitate analytics and decision intelligence",
|
|
58
|
+
"digital quality inspection app description": "Digitize quality checks with tablet-based inspections, e-signatures, and full audit trails",
|
|
59
|
+
"production scheduling app description": "Visualize and optimize your production schedule using demand, downtimes, run rates, and more",
|
|
60
|
+
"shop floor control app description": "Manage shop floor operations to boost visibility, speed, and operational efficiency",
|
|
61
|
+
"supplier collaboration app description": "Collaborate in real time with supply chain network partners for enhanced visibility and responsiveness",
|
|
62
|
+
"smart factory app description": "Automate machine data capture to reduce downtime and improve production throughput"
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"close menu": "Cerrar menú",
|
|
3
|
+
"menu options": "Opciones del menú",
|
|
4
|
+
"close": "Cerrar",
|
|
5
|
+
"collapse row": "Contraer fila",
|
|
6
|
+
"date range": "Rango de fechas",
|
|
7
|
+
"deselect all rows": "Deseleccionar todas las filas",
|
|
8
|
+
"deselect row": "Deseleccionar fila",
|
|
9
|
+
"end date is before start date": "La fecha de fin es anterior a la fecha de inicio",
|
|
10
|
+
"end month is before start month": "El mes de fin es anterior al mes de inicio",
|
|
11
|
+
"end time is before start time": "La hora de fin es anterior a la hora de inicio",
|
|
12
|
+
"expand row": "Expandir fila",
|
|
13
|
+
"go to previous year": "Ir al año anterior",
|
|
14
|
+
"go to next year": "Ir al año siguiente",
|
|
15
|
+
"go to next results": "Ir a los siguientes resultados",
|
|
16
|
+
"go to page": "Ir a la página {{count}}",
|
|
17
|
+
"current page of total": "Página {{currentPage}} de {{totalPages}}",
|
|
18
|
+
"go to previous results": "Ir a los resultados anteriores",
|
|
19
|
+
"go to": "Ir a",
|
|
20
|
+
"hide actions": "Ocultar acciones",
|
|
21
|
+
"month range": "Rango de meses",
|
|
22
|
+
"next": "Siguiente",
|
|
23
|
+
"open menu": "Abrir menú",
|
|
24
|
+
"open": "Abrir",
|
|
25
|
+
"pagination navigation": "Navegación de paginación",
|
|
26
|
+
"previous": "Anterior",
|
|
27
|
+
"primary navigation": "Navegación principal",
|
|
28
|
+
"search nulogy": "Buscar en Nulogy...",
|
|
29
|
+
"secondary navigation": "Navegación secundaria",
|
|
30
|
+
"select": "Seleccionar",
|
|
31
|
+
"start typing": "Empieza a escribir",
|
|
32
|
+
"select a start date": "Selecciona una fecha de inicio",
|
|
33
|
+
"select a start month": "Selecciona un mes de inicio",
|
|
34
|
+
"select a start time": "Selecciona una hora de inicio",
|
|
35
|
+
"select a time": "Selecciona una hora",
|
|
36
|
+
"select all rows": "Seleccionar todas las filas",
|
|
37
|
+
"select an end date": "Selecciona una fecha de fin",
|
|
38
|
+
"select an end month": "Selecciona un mes de fin",
|
|
39
|
+
"select an end time": "Selecciona una hora de fin",
|
|
40
|
+
"select row": "Seleccionar fila",
|
|
41
|
+
"show actions": "Mostrar acciones",
|
|
42
|
+
"sort ascending": "Ordenar ascendente",
|
|
43
|
+
"sort descending": "Ordenar descendente",
|
|
44
|
+
"time range": "Rango horario",
|
|
45
|
+
"weekPicker date format": "'S'ww - d MMM, yyyy",
|
|
46
|
+
"weekPicker placeholder": "S52 - 31 dic, 2023",
|
|
47
|
+
"week shorthand": "S",
|
|
48
|
+
"more": "Más",
|
|
49
|
+
"no options": "Sin opciones",
|
|
50
|
+
"nulogy logo": "Logo de Nulogy",
|
|
51
|
+
"toggle user menu": "Alternar menú de usuario",
|
|
52
|
+
"user menu": "Menú de usuario",
|
|
53
|
+
"toggle app switcher": "Alternar selector de aplicaciones",
|
|
54
|
+
"app switcher": "Selector de aplicaciones",
|
|
55
|
+
"toggle mobile menu": "Alternar menú móvil",
|
|
56
|
+
"connections app description": "Conecte sistemas internos, de clientes y proveedores con herramientas de autoservicio de bajo código/sin código",
|
|
57
|
+
"data app description": "Acceso directo a datos listos para el negocio para facilitar el análisis y la inteligencia de decisiones",
|
|
58
|
+
"digital quality inspection app description": "Digitalice las comprobaciones de calidad con inspecciones basadas en tabletas, firmas electrónicas y seguimientos de auditoría completos",
|
|
59
|
+
"production scheduling app description": "Visualice y optimice su programa de producción utilizando la demanda, los tiempos de inactividad, las tasas de producción y más",
|
|
60
|
+
"shop floor control app description": "Gestione las operaciones de la planta de producción para aumentar la visibilidad, la velocidad y la eficiencia operativa",
|
|
61
|
+
"supplier collaboration app description": "Colabore en tiempo real con socios de la red de la cadena de suministro para mejorar la visibilidad y la capacidad de respuesta",
|
|
62
|
+
"smart factory app description": "Automatice la captura de datos de máquinas para reducir el tiempo de inactividad y mejorar el rendimiento de la producción"
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"close menu": "Cerrar menú",
|
|
3
|
+
"menu options": "Opciones del menú",
|
|
4
|
+
"close": "Cerrar",
|
|
5
|
+
"collapse row": "Colapsar fila",
|
|
6
|
+
"date range": "Rango de fechas",
|
|
7
|
+
"deselect all rows": "Deseleccionar todas las filas",
|
|
8
|
+
"deselect row": "Deseleccionar fila",
|
|
9
|
+
"end date is before start date": "La fecha de finalización es anterior a la fecha de inicio",
|
|
10
|
+
"end month is before start month": "La fecha de finalización es anterior a la fecha de inicio",
|
|
11
|
+
"end time is before start time": "El tiempo de finalización es anterior al tiempo de inicio",
|
|
12
|
+
"expand row": "Expandir fila",
|
|
13
|
+
"go to previous year": "Ir al año anterior",
|
|
14
|
+
"go to next year": "Ir al año siguiente",
|
|
15
|
+
"go to next results": "Ir a los resultados siguientes",
|
|
16
|
+
"go to page": "Ir a la página {{count}}",
|
|
17
|
+
"current page of total": "Página {{currentPage}} de {{totalPages}}",
|
|
18
|
+
"go to previous results": "Ir a los resultados anteriores",
|
|
19
|
+
"go to": "Ir a",
|
|
20
|
+
"hide actions": "Ocultar acciones",
|
|
21
|
+
"month range": "Rango de meses",
|
|
22
|
+
"next": "Siguiente",
|
|
23
|
+
"open menu": "Abrir menú",
|
|
24
|
+
"open": "Abrir",
|
|
25
|
+
"pagination navigation": "Navegación de paginación",
|
|
26
|
+
"previous": "Anterior",
|
|
27
|
+
"primary navigation": "Navegación primaria",
|
|
28
|
+
"search nulogy": "Buscar en Nulogy...",
|
|
29
|
+
"secondary navigation": "Navegación secundaria",
|
|
30
|
+
"select": "Seleccionar",
|
|
31
|
+
"start typing": "Empieza a escribir",
|
|
32
|
+
"select a start date": "Seleccionar una fecha de inicio",
|
|
33
|
+
"select a start month": "Seleccionar como mes de inicio",
|
|
34
|
+
"select a start time": "Seleccionar un tiempo de inicio",
|
|
35
|
+
"select a time": "Seleccionar un tiempo",
|
|
36
|
+
"select all rows": "Seleccionar todas las filas",
|
|
37
|
+
"select an end date": "Seleccionar una fecha de finalización",
|
|
38
|
+
"select an end month": "Seleccionar como mes de finalización",
|
|
39
|
+
"select an end time": "Seleccionar un tiempo de finalización",
|
|
40
|
+
"select row": "Seleccionar fila",
|
|
41
|
+
"show actions": "Mostrar acciones",
|
|
42
|
+
"sort ascending": "Orden ascendente",
|
|
43
|
+
"sort descending": "Orden descendente",
|
|
44
|
+
"time range": "Rango de tiempo",
|
|
45
|
+
"weekPicker date format": "'S'ww - d MMM yyyy",
|
|
46
|
+
"weekPicker placeholder": "S52 - 31 dic 2023",
|
|
47
|
+
"week shorthand": "S",
|
|
48
|
+
"more": "Más",
|
|
49
|
+
"no options": "Sin opciones",
|
|
50
|
+
"nulogy logo": "Logo de Nulogy",
|
|
51
|
+
"user menu": "Menú de usuario",
|
|
52
|
+
"app switcher": "Selector de aplicaciones",
|
|
53
|
+
"toggle user menu": "Alternar menú de usuario",
|
|
54
|
+
"toggle app switcher": "Alternar selector de aplicaciones",
|
|
55
|
+
"toggle mobile menu": "Alternar menú móvil",
|
|
56
|
+
"connections app description": "Conecte sistemas internos, de clientes y proveedores con herramientas de autoservicio de bajo código/sin código",
|
|
57
|
+
"data app description": "Acceso directo a datos listos para el negocio para facilitar el análisis y la inteligencia de decisiones",
|
|
58
|
+
"digital quality inspection app description": "Digitalice las comprobaciones de calidad con inspecciones basadas en tabletas, firmas electrónicas y pistas de auditoría completas",
|
|
59
|
+
"production scheduling app description": "Visualice y optimice su programa de producción utilizando la demanda, los tiempos de inactividad, las tasas de producción y más",
|
|
60
|
+
"shop floor control app description": "Gestione las operaciones del taller para impulsar la visibilidad, la velocidad y la eficiencia operativa",
|
|
61
|
+
"supplier collaboration app description": "Colabore en tiempo real con socios de la red de la cadena de suministro para mejorar la visibilidad y la capacidad de respuesta",
|
|
62
|
+
"smart factory app description": "Automatice la captura de datos de máquinas para reducir el tiempo de inactividad y mejorar el rendimiento de la producción"
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"close menu": "Fermer le menu",
|
|
3
|
+
"menu options": "Options du menu",
|
|
4
|
+
"close": "Fermer",
|
|
5
|
+
"collapse row": "Réduire la ligne",
|
|
6
|
+
"date range": "Plage de dates",
|
|
7
|
+
"deselect all rows": "Désélectionner toutes les lignes",
|
|
8
|
+
"deselect row": "Désélectionner la ligne",
|
|
9
|
+
"end date is before start date": "La date de fin est antérieure à la date de début.",
|
|
10
|
+
"end month is before start month": "La date de fin est antérieure à la date de début.",
|
|
11
|
+
"end time is before start time": "L'heure de fin est antérieure à l'heure de début.",
|
|
12
|
+
"expand row": "Développer la ligne",
|
|
13
|
+
"go to next results": "Aller aux résultats suivants",
|
|
14
|
+
"go to page": "Aller à la page {{count}}",
|
|
15
|
+
"go to previous year": "Aller à l'année précédente",
|
|
16
|
+
"go to next year": "Aller à l'année suivante",
|
|
17
|
+
"current page of total": "Page {{currentPage}} sur {{totalPages}}",
|
|
18
|
+
"go to previous results": "Aller aux résultats précédents",
|
|
19
|
+
"go to": "Aller à",
|
|
20
|
+
"hide actions": "Masquer les actions",
|
|
21
|
+
"month range": "Plage de mois",
|
|
22
|
+
"next": "Suivant",
|
|
23
|
+
"open menu": "Ouvrir le menu",
|
|
24
|
+
"open": "Ouvert",
|
|
25
|
+
"pagination navigation": "Navigation de pagination",
|
|
26
|
+
"previous": "Précédent",
|
|
27
|
+
"primary navigation": "Navigation principale",
|
|
28
|
+
"search nulogy": "Recherche sur Nulogy...",
|
|
29
|
+
"secondary navigation": "Navigation secondaire",
|
|
30
|
+
"select": "Sélectionner",
|
|
31
|
+
"start typing": "Commencer à taper",
|
|
32
|
+
"select a start date": "Sélectionner une date de début",
|
|
33
|
+
"select a start month": "Sélectionnez un mois de début",
|
|
34
|
+
"select a start time": "Sélectionnez une heure de début",
|
|
35
|
+
"select a time": "Sélectionnez une heure",
|
|
36
|
+
"select all rows": "Sélectionnez toutes les lignes",
|
|
37
|
+
"select an end date": "Sélectionner une date de fin",
|
|
38
|
+
"select an end month": "Sélectionner un mois de fin",
|
|
39
|
+
"select an end time": "Sélectionnez une heure de fin",
|
|
40
|
+
"select row": "Sélectionner la ligne",
|
|
41
|
+
"show actions": "Afficher les actions",
|
|
42
|
+
"sort ascending": "Tri croissant",
|
|
43
|
+
"sort descending": "Tri décroissant",
|
|
44
|
+
"time range": "Plage de horaire",
|
|
45
|
+
"weekPicker date format": "'S'ww - d MMM yyyy",
|
|
46
|
+
"weekPicker placeholder": "S52 - 31 déc. 2023",
|
|
47
|
+
"week shorthand": "S",
|
|
48
|
+
"more": "Plus",
|
|
49
|
+
"no options": "Aucune option",
|
|
50
|
+
"nulogy logo": "Logo Nulogy",
|
|
51
|
+
"toggle user menu": "Basculer le menu utilisateur",
|
|
52
|
+
"user menu": "Menu utilisateur",
|
|
53
|
+
"app switcher": "Sélecteur d’applications",
|
|
54
|
+
"toggle app switcher": "Basculer le sélecteur d’applications",
|
|
55
|
+
"toggle mobile menu": "Basculer le menu mobile",
|
|
56
|
+
"connections app description": "Connectez les systèmes internes, clients et fournisseurs avec des outils low-code/no-code en libre-service",
|
|
57
|
+
"data app description": "Accès direct aux données prêtes à l'emploi pour faciliter l'analyse et l'intelligence décisionnelle",
|
|
58
|
+
"digital quality inspection app description": "Numérisez les contrôles qualité avec des inspections sur tablette, des signatures électroniques et des pistes d'audit complètes",
|
|
59
|
+
"production scheduling app description": "Visualisez et optimisez votre calendrier de production en utilisant la demande, les temps d'arrêt, les cadences de production, et plus encore",
|
|
60
|
+
"shop floor control app description": "Gérez les opérations de l'atelier pour améliorer la visibilité, la vitesse et l'efficacité opérationnelle",
|
|
61
|
+
"supplier collaboration app description": "Collaborez en temps réel avec les partenaires du réseau de la chaîne d'approvisionnement pour une visibilité et une réactivité accrues",
|
|
62
|
+
"smart factory app description": "Automatisez la capture des données machine pour réduire les temps d'arrêt et améliorer le débit de production"
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"close menu": "Menu sluiten",
|
|
3
|
+
"menu options": "Menu-opties",
|
|
4
|
+
"close": "Sluiten",
|
|
5
|
+
"collapse row": "Rij samenvouwen",
|
|
6
|
+
"date range": "Datumbereik",
|
|
7
|
+
"deselect all rows": "Selectie van alle rijen ongedaan maken",
|
|
8
|
+
"deselect row": "Selectie van rij ongedaan maken",
|
|
9
|
+
"end date is before start date": "Einddatum is eerder dan startdatum",
|
|
10
|
+
"end month is before start month": "Einddatum is eerder dan startdatum",
|
|
11
|
+
"end time is before start time": "Eindtijd is eerder dan starttijd",
|
|
12
|
+
"expand row": "Rij uitvouwen",
|
|
13
|
+
"go to previous year": "Ga naar vorig jaar",
|
|
14
|
+
"go to next year": "Ga naar volgend jaar",
|
|
15
|
+
"go to next results": "Ga naar volgende resultaten",
|
|
16
|
+
"go to page": "Ga naar pagina {{count}}",
|
|
17
|
+
"current page of total": "Pagina {{currentPage}} van {{totalPages}}",
|
|
18
|
+
"go to previous results": "Ga naar vorige resultaten",
|
|
19
|
+
"go to": "Ga naar",
|
|
20
|
+
"hide actions": "Acties verbergen",
|
|
21
|
+
"month range": "Maandbereik",
|
|
22
|
+
"next": "Volgende",
|
|
23
|
+
"open menu": "Menu openen",
|
|
24
|
+
"open": "Openen",
|
|
25
|
+
"pagination navigation": "Navigeren door pagina's",
|
|
26
|
+
"previous": "Vorige",
|
|
27
|
+
"primary navigation": "Primaire navigatie",
|
|
28
|
+
"search nulogy": "Nulogy doorzoeken...",
|
|
29
|
+
"secondary navigation": "Secundaire navigatie",
|
|
30
|
+
"select": "Selecteren",
|
|
31
|
+
"start typing": "Beginnen met typen",
|
|
32
|
+
"select a start date": "Een startdatum selecteren",
|
|
33
|
+
"select a start month": "Een startdatum selecteren",
|
|
34
|
+
"select a start time": "Een starttijd selecteren",
|
|
35
|
+
"select a time": "Een tijd selecteren",
|
|
36
|
+
"select all rows": "Alle rijen selecteren",
|
|
37
|
+
"select an end date": "Een startmaand selecteren",
|
|
38
|
+
"select an end month": "Een eindmaand selecteren",
|
|
39
|
+
"select an end time": "Een eindtijd selecteren",
|
|
40
|
+
"select row": "Rij selecteren",
|
|
41
|
+
"show actions": "Acties tonen",
|
|
42
|
+
"sort ascending": "Oplopend sorteren",
|
|
43
|
+
"sort descending": "Aflopend sorteren",
|
|
44
|
+
"time range": "Tijdsbereik",
|
|
45
|
+
"weekPicker date format": "'W'ww - d MMM yyyy",
|
|
46
|
+
"weekPicker placeholder": "W52 - 31 dec 2023",
|
|
47
|
+
"week shorthand": "W",
|
|
48
|
+
"more": "Meer",
|
|
49
|
+
"no options": "Geen opties",
|
|
50
|
+
"nulogy logo": "Nulogy-logo",
|
|
51
|
+
"user menu": "Gebruikersmenu",
|
|
52
|
+
"app switcher": "Appkiezer",
|
|
53
|
+
"toggle user menu": "Gebruikersmenu wisselen",
|
|
54
|
+
"toggle app switcher": "Appkiezer wisselen",
|
|
55
|
+
"toggle mobile menu": "Mobiel menu wisselen",
|
|
56
|
+
"connections app description": "Verbind interne, klant- en leverancierssystemen met self-service low-code/no-code tools",
|
|
57
|
+
"data app description": "Directe toegang tot bedrijfsklare gegevens om analyses en besluitvormingsintelligentie te faciliteren",
|
|
58
|
+
"digital quality inspection app description": "Digitaliseer kwaliteitscontroles met tabletgebaseerde inspecties, e-handtekeningen en volledige audittrails",
|
|
59
|
+
"production scheduling app description": "Visualiseer en optimaliseer uw productieschema met behulp van vraag, stilstandtijden, productiesnelheden en meer",
|
|
60
|
+
"shop floor control app description": "Beheer de werkvloeractiviteiten om de zichtbaarheid, snelheid en operationele efficiëntie te verhogen",
|
|
61
|
+
"supplier collaboration app description": "Werk in realtime samen met partners in het supply chain-netwerk voor verbeterde zichtbaarheid en responsiviteit",
|
|
62
|
+
"smart factory app description": "Automatiseer de gegevensverzameling van machines om stilstand te verminderen en de productiedoorvoer te verbeteren"
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"close menu": "Zamknij menu",
|
|
3
|
+
"menu options": "Opcje menu",
|
|
4
|
+
"close": "Zamknij",
|
|
5
|
+
"collapse row": "Zwiń wiersz",
|
|
6
|
+
"date range": "Zakres daty",
|
|
7
|
+
"deselect all rows": "Cofnij wybór wszystkich wierszy",
|
|
8
|
+
"deselect row": "Cofnij wybór wiersz",
|
|
9
|
+
"end date is before start date": "Data zakończenia jest wcześniejsza niż data rozpoczęcia",
|
|
10
|
+
"end month is before start month": "Data zakończenia jest wcześniejsza niż data rozpoczęcia",
|
|
11
|
+
"end time is before start time": "Godzina zakończenia jest wcześniejsza niż godzina rozpoczęcia",
|
|
12
|
+
"expand row": "Rozwiń wiersz",
|
|
13
|
+
"go to previous year": "Przejdź do poprzedniego roku",
|
|
14
|
+
"go to next year": "Przejdź do następnego roku",
|
|
15
|
+
"go to next results": "Przejdź do następnych wyników",
|
|
16
|
+
"go to page": "Przejdź do strony {{count}}",
|
|
17
|
+
"current page of total": "Strona {{currentPage}} z {{totalPages}}",
|
|
18
|
+
"go to previous results": "Przejdź do poprzednich wyników",
|
|
19
|
+
"go to": "Przejdź do",
|
|
20
|
+
"hide actions": "Hide actions",
|
|
21
|
+
"month range": "Zakres miesięcy",
|
|
22
|
+
"next": "Następny",
|
|
23
|
+
"open menu": "Otwórz menu",
|
|
24
|
+
"open": "Otwórz",
|
|
25
|
+
"pagination navigation": "Nawigacja stronnicowania",
|
|
26
|
+
"previous": "Poprzedni",
|
|
27
|
+
"primary navigation": "Nawigacja podstawowa",
|
|
28
|
+
"search nulogy": "Przeszukaj Nulogy...",
|
|
29
|
+
"secondary navigation": "Nawigacja drugorzędna",
|
|
30
|
+
"select": "Wybierz",
|
|
31
|
+
"start typing": "Zacznij pisać",
|
|
32
|
+
"select a start date": "Wybierz datę rozpoczęcia",
|
|
33
|
+
"select a start month": "Wybierz miesiąc rozpoczęcia",
|
|
34
|
+
"select a start time": "Wybierz godzinę rozpoczęcia",
|
|
35
|
+
"select a time": "Wybierz godzinę",
|
|
36
|
+
"select all rows": "Wybierz wszystkie wiersze",
|
|
37
|
+
"select an end date": "Wybierz datę zakończenia",
|
|
38
|
+
"select an end month": "Wybierz miesiąc zakończenia",
|
|
39
|
+
"select an end time": "Wybierz godzinę zakończenia",
|
|
40
|
+
"select row": "Wybierz wiersz",
|
|
41
|
+
"show actions": "Show actions",
|
|
42
|
+
"sort ascending": "Sortuj rosnąco",
|
|
43
|
+
"sort descending": "Sortuj malejąco",
|
|
44
|
+
"time range": "Zakres czasu",
|
|
45
|
+
"weekPicker date format": "'T'ww - d MMM yyyy",
|
|
46
|
+
"weekPicker placeholder": "T52 - 31 gru 2023",
|
|
47
|
+
"week shorthand": "T",
|
|
48
|
+
"more": "Więcej",
|
|
49
|
+
"no options": "Brak opcji",
|
|
50
|
+
"nulogy logo": "Logo Nulogy",
|
|
51
|
+
"toggle user menu": "Przełącz menu użytkownika",
|
|
52
|
+
"user menu": "Menu użytkownika",
|
|
53
|
+
"app switcher": "Przełącznik aplikacji",
|
|
54
|
+
"toggle app switcher": "Przełącznik aplikacji",
|
|
55
|
+
"toggle mobile menu": "Przełącz menu mobilne",
|
|
56
|
+
"connections app description": "Łącz systemy wewnętrzne, klientów i dostawców za pomocą narzędzi samoobsługowych typu low-code/no-code",
|
|
57
|
+
"data app description": "Bezpośredni dostęp do danych gotowych do użytku biznesowego w celu ułatwienia analityki i inteligencji decyzyjnej",
|
|
58
|
+
"digital quality inspection app description": "Digitalizuj kontrole jakości za pomocą inspekcji na tabletach, podpisów elektronicznych i pełnych ścieżek audytu",
|
|
59
|
+
"production scheduling app description": "Wizualizuj i optymalizuj harmonogram produkcji, wykorzystując zapotrzebowanie, przestoje, tempo produkcji i inne",
|
|
60
|
+
"shop floor control app description": "Zarządzaj operacjami na hali produkcyjnej, aby zwiększyć widoczność, szybkość i wydajność operacyjną",
|
|
61
|
+
"supplier collaboration app description": "Współpracuj w czasie rzeczywistym z partnerami w sieci łańcucha dostaw, aby zwiększyć widoczność i responsywność",
|
|
62
|
+
"smart factory app description": "Automatyzuj przechwytywanie danych maszynowych, aby zredukować przestoje i poprawić przepustowość produkcji"
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"close menu": "Fechar menu",
|
|
3
|
+
"menu options": "Opções do menu",
|
|
4
|
+
"close": "Fechar",
|
|
5
|
+
"collapse row": "Recolher fila",
|
|
6
|
+
"date range": "Intervalo de datas",
|
|
7
|
+
"deselect all rows": "Cancelar seleção de todas as filas",
|
|
8
|
+
"deselect row": "Cancelar seleção de fila",
|
|
9
|
+
"end date is before start date": "A data de término é anterior à data de início",
|
|
10
|
+
"end month is before start month": "A data de término é anterior à data de início",
|
|
11
|
+
"end time is before start time": "O horário de término é anterior ao horário de início",
|
|
12
|
+
"expand row": "Expandir fila",
|
|
13
|
+
"go to previous year": "Ir para o ano anterior",
|
|
14
|
+
"go to next year": "Ir para o próximo ano",
|
|
15
|
+
"go to next results": "Ir para resultados seguintes",
|
|
16
|
+
"go to page": "Ir para página {{count}}",
|
|
17
|
+
"current page of total": "Página {{currentPage}} de {{totalPages}}",
|
|
18
|
+
"go to previous results": "Ir para resultados anteriores",
|
|
19
|
+
"go to": "Ir para",
|
|
20
|
+
"hide actions": "Ocultar ações",
|
|
21
|
+
"month range": "Intervalo de meses",
|
|
22
|
+
"next": "Seguinte",
|
|
23
|
+
"open menu": "Abrir menu",
|
|
24
|
+
"open": "Abrir",
|
|
25
|
+
"pagination navigation": "Navegação de paginação",
|
|
26
|
+
"previous": "Anterior",
|
|
27
|
+
"primary navigation": "Navegação primária",
|
|
28
|
+
"search nulogy": "Procurar Nulogy...",
|
|
29
|
+
"secondary navigation": "Navegação secundária",
|
|
30
|
+
"select": "Selecione",
|
|
31
|
+
"start typing": "Começe a digitar",
|
|
32
|
+
"select a start date": "Selecione uma data de início",
|
|
33
|
+
"select a start month": "Selecione um mês de início",
|
|
34
|
+
"select a start time": "Selecione um horário de início",
|
|
35
|
+
"select a time": "Selecione uma hora",
|
|
36
|
+
"select all rows": "Selecionar todas as filas",
|
|
37
|
+
"select an end date": "Selecione uma data de término",
|
|
38
|
+
"select an end month": "Selecione um mês de término",
|
|
39
|
+
"select an end time": "Selecione um horário de término",
|
|
40
|
+
"select row": "Selecionar fila",
|
|
41
|
+
"show actions": "Exibir ações",
|
|
42
|
+
"sort ascending": "Classificação ascendente",
|
|
43
|
+
"sort descending": "Classificação descendente",
|
|
44
|
+
"time range": "Intervalo de horários",
|
|
45
|
+
"weekPicker date format": "'S'ww - d 'de' MMM yyyy",
|
|
46
|
+
"weekPicker placeholder": "S52 - 31 de dez 2023",
|
|
47
|
+
"week shorthand": "S",
|
|
48
|
+
"more": "Mais",
|
|
49
|
+
"no options": "Sem opções",
|
|
50
|
+
"nulogy logo": "Logo da Nulogy",
|
|
51
|
+
"user menu": "Menu de usuário",
|
|
52
|
+
"toggle user menu": "Alternar menu de usuário",
|
|
53
|
+
"app switcher": "Alternador de aplicativos",
|
|
54
|
+
"toggle app switcher": "Alternar alternador de aplicativos",
|
|
55
|
+
"toggle mobile menu": "Alternar menu móvel",
|
|
56
|
+
"connections app description": "Conecte sistemas internos, de clientes e fornecedores com ferramentas self-service de baixo código/sem código (low-code/no-code)",
|
|
57
|
+
"data app description": "Acesso direto a dados prontos para negócios para facilitar análises e inteligência de decisão",
|
|
58
|
+
"digital quality inspection app description": "Digitalize verificações de qualidade com inspeções baseadas em tablet, assinaturas eletrônicas e trilhas de auditoria completas",
|
|
59
|
+
"production scheduling app description": "Visualize e otimize seu cronograma de produção usando demanda, tempos de inatividade, taxas de produção e mais",
|
|
60
|
+
"shop floor control app description": "Gerencie as operações do chão de fábrica para aumentar a visibilidade, a velocidade e a eficiência operacional",
|
|
61
|
+
"supplier collaboration app description": "Colabore em tempo real com parceiros da rede da cadeia de suprimentos para maior visibilidade e capacidade de resposta",
|
|
62
|
+
"smart factory app description": "Automatize a captura de dados de máquinas para reduzir o tempo de inatividade e mejorar o rendimento da produção"
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"close menu": "Închidere meniu",
|
|
3
|
+
"menu options": "Opțiuni meniu",
|
|
4
|
+
"close": "Închidere",
|
|
5
|
+
"collapse row": "Restrângere rând",
|
|
6
|
+
"date range": "Interval dată",
|
|
7
|
+
"deselect all rows": "Deselectare toate rândurile",
|
|
8
|
+
"deselect row": "Deselectare rând",
|
|
9
|
+
"end date is before start date": "Data de sfârșit este înaintea datei de început",
|
|
10
|
+
"end month is before start month": "Data de sfârșit este înaintea datei de început",
|
|
11
|
+
"end time is before start time": "Ora de sfârșit este înaintea orei de început",
|
|
12
|
+
"expand row": "Extindere rând",
|
|
13
|
+
"go to previous year": "Mergeți la anul anterior",
|
|
14
|
+
"go to next year": "Mergeți la anul următor",
|
|
15
|
+
"go to next results": "Mergeți la următoarele rezultate",
|
|
16
|
+
"go to page": "Mergeți la pagina {{count}}",
|
|
17
|
+
"current page of total": "Pagina {{currentPage}} din {{totalPages}}",
|
|
18
|
+
"go to previous results": "Mergeți la rezultatele anterioare",
|
|
19
|
+
"go to": "Mergeți la",
|
|
20
|
+
"hide actions": "Ascundere acțiuni",
|
|
21
|
+
"month range": "Interval lună",
|
|
22
|
+
"next": "Următorul",
|
|
23
|
+
"open menu": "Deschidere meniu",
|
|
24
|
+
"open": "Deschis",
|
|
25
|
+
"pagination navigation": "Navigare paginație",
|
|
26
|
+
"previous": "Anterior",
|
|
27
|
+
"primary navigation": "Navigare primară",
|
|
28
|
+
"search nulogy": "Căutare Nulogy...",
|
|
29
|
+
"secondary navigation": "Navigare secundară",
|
|
30
|
+
"select": "Selectați",
|
|
31
|
+
"start typing": "Începe să tastezi",
|
|
32
|
+
"select a start date": "Selectare o dată de început",
|
|
33
|
+
"select a start month": "Selectare o lună de început",
|
|
34
|
+
"select a start time": "Selectare o oră de început",
|
|
35
|
+
"select a time": "Selectare o oră",
|
|
36
|
+
"select all rows": "Selectare toate rândurile",
|
|
37
|
+
"select an end date": "Selectare o dată de sfârșit",
|
|
38
|
+
"select an end month": "Selectare o lună de sfârșit",
|
|
39
|
+
"select an end time": "Select an end time",
|
|
40
|
+
"select row": "Selectare rând",
|
|
41
|
+
"show actions": "Afișare acțiuni",
|
|
42
|
+
"sort ascending": "Sortare ascendentă",
|
|
43
|
+
"sort descending": "Sortare descendentă",
|
|
44
|
+
"time range": "Interval oră",
|
|
45
|
+
"weekPicker date format": "'S'ww - d MMM yyyy",
|
|
46
|
+
"weekPicker placeholder": "S52 - 31 dec. 2023",
|
|
47
|
+
"week shorthand": "S",
|
|
48
|
+
"more": "Mai mult",
|
|
49
|
+
"no options": "Nicio opțiune",
|
|
50
|
+
"nulogy logo": "Sigla Nulogy",
|
|
51
|
+
"user menu": "Meniu utilizator",
|
|
52
|
+
"app switcher": "Comutator de aplicații",
|
|
53
|
+
"toggle user menu": "Comutare meniu utilizator",
|
|
54
|
+
"toggle app switcher": "Comutare comutator de aplicații",
|
|
55
|
+
"toggle mobile menu": "Comutare meniu mobil",
|
|
56
|
+
"connections app description": "Conectați sistemele interne, ale clienților și furnizorilor cu instrumente self-service low-code/no-code",
|
|
57
|
+
"data app description": "Acces direct la date pregătite pentru afaceri pentru a facilita analiza și inteligența decizională",
|
|
58
|
+
"digital quality inspection app description": "Digitalizați verificările de calitate cu inspecții pe tabletă, semnături electronice și piste de audit complete",
|
|
59
|
+
"production scheduling app description": "Vizualizați și optimizați programul de producție utilizând cererea, timpii de nefuncționare, ratele de producție și multe altele",
|
|
60
|
+
"shop floor control app description": "Gestionați operațiunile din atelierul de producție pentru a spori vizibilitatea, viteza și eficiența operațională",
|
|
61
|
+
"supplier collaboration app description": "Colaborați în timp real cu partenerii din rețeaua lanțului de aprovizionare pentru vizibilitate și receptivitate sporite",
|
|
62
|
+
"smart factory app description": "Automatizați captarea datelor de la mașini pentru a reduce timpul de nefuncționare și a îmbunătăți debitul de producție"
|
|
63
|
+
}
|