@cube-dev/ui-kit 0.145.4 → 0.146.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/dist/CHANGELOG.md +6 -0
- package/dist/_internal/hooks/use-chained-callback.js +1 -1
- package/dist/_internal/hooks/use-debounced-value.js +1 -1
- package/dist/_internal/hooks/use-deprecation-warning.js +1 -1
- package/dist/_internal/hooks/use-event.js +1 -1
- package/dist/_internal/hooks/use-is-first-render.js +1 -1
- package/dist/_internal/hooks/use-sync-ref.js +1 -1
- package/dist/_internal/hooks/use-timer/timer.js +1 -1
- package/dist/_internal/hooks/use-timer/use-timer.js +1 -1
- package/dist/_internal/hooks/use-warn.js +1 -1
- package/dist/components/Block.js +1 -1
- package/dist/components/CollectionItem.js +1 -1
- package/dist/components/GlobalStyles.js +1 -1
- package/dist/components/GridProvider.js +1 -1
- package/dist/components/HiddenInput.js +1 -1
- package/dist/components/Root.d.ts +8 -0
- package/dist/components/Root.js +35 -30
- package/dist/components/Root.js.map +1 -1
- package/dist/components/actions/Action/Action.js +1 -1
- package/dist/components/actions/Banner/Banner.js +4 -2
- package/dist/components/actions/Banner/Banner.js.map +1 -1
- package/dist/components/actions/Button/Button.js +1 -1
- package/dist/components/actions/ButtonGroup/ButtonGroup.js +1 -1
- package/dist/components/actions/ButtonSplit/ButtonSplit.js +1 -1
- package/dist/components/actions/ButtonSplit/context.js +1 -1
- package/dist/components/actions/CommandMenu/CommandMenu.js +4 -2
- package/dist/components/actions/CommandMenu/CommandMenu.js.map +1 -1
- package/dist/components/actions/CommandMenu/styled.js +1 -1
- package/dist/components/actions/ItemAction/ItemAction.js +1 -1
- package/dist/components/actions/ItemActionContext.js +1 -1
- package/dist/components/actions/ItemButton/ItemButton.js +1 -1
- package/dist/components/actions/Link/Link.js +1 -1
- package/dist/components/actions/Menu/Menu.js +1 -1
- package/dist/components/actions/Menu/MenuItem.js +1 -1
- package/dist/components/actions/Menu/MenuSection.js +1 -1
- package/dist/components/actions/Menu/MenuTrigger.js +1 -1
- package/dist/components/actions/Menu/SubMenuTrigger.js +1 -1
- package/dist/components/actions/Menu/SubmenuTriggerContext.js +1 -1
- package/dist/components/actions/Menu/context.js +1 -1
- package/dist/components/actions/Menu/styled.js +1 -1
- package/dist/components/actions/index.js +1 -1
- package/dist/components/actions/use-action.js +1 -1
- package/dist/components/actions/use-anchored-menu.js +6 -3
- package/dist/components/actions/use-anchored-menu.js.map +1 -1
- package/dist/components/actions/use-context-menu.js +6 -3
- package/dist/components/actions/use-context-menu.js.map +1 -1
- package/dist/components/content/ActiveZone/ActiveZone.js +1 -1
- package/dist/components/content/Alert/Alert.js +1 -1
- package/dist/components/content/Alert/use-alert.js +1 -1
- package/dist/components/content/Avatar/Avatar.js +1 -1
- package/dist/components/content/Badge/Badge.js +1 -1
- package/dist/components/content/Card/Card.js +1 -1
- package/dist/components/content/Content.js +1 -1
- package/dist/components/content/CopyPasteBlock/CopyPasteBlock.js +7 -6
- package/dist/components/content/CopyPasteBlock/CopyPasteBlock.js.map +1 -1
- package/dist/components/content/CopySnippet/CopySnippet.js +9 -9
- package/dist/components/content/CopySnippet/CopySnippet.js.map +1 -1
- package/dist/components/content/Disclosure/Disclosure.js +1 -1
- package/dist/components/content/Divider.js +1 -1
- package/dist/components/content/Footer.js +1 -1
- package/dist/components/content/Header.js +1 -1
- package/dist/components/content/HotKeys/HotKeys.js +1 -1
- package/dist/components/content/InlineInput/InlineInput.js +1 -1
- package/dist/components/content/Item/Item.js +1 -1
- package/dist/components/content/ItemBadge/ItemBadge.js +1 -1
- package/dist/components/content/ItemCard/ItemCard.js +1 -1
- package/dist/components/content/Layout/GridLayout.js +1 -1
- package/dist/components/content/Layout/Layout.js +1 -1
- package/dist/components/content/Layout/LayoutBlock.js +1 -1
- package/dist/components/content/Layout/LayoutCenter.js +1 -1
- package/dist/components/content/Layout/LayoutContainer.js +1 -1
- package/dist/components/content/Layout/LayoutContent.js +1 -1
- package/dist/components/content/Layout/LayoutContext.js +1 -1
- package/dist/components/content/Layout/LayoutFlex.js +1 -1
- package/dist/components/content/Layout/LayoutFooter.js +1 -1
- package/dist/components/content/Layout/LayoutGrid.js +1 -1
- package/dist/components/content/Layout/LayoutHeader.js +4 -2
- package/dist/components/content/Layout/LayoutHeader.js.map +1 -1
- package/dist/components/content/Layout/LayoutPane.js +1 -1
- package/dist/components/content/Layout/LayoutPanel.js +1 -1
- package/dist/components/content/Layout/LayoutPanelHeader.js +9 -6
- package/dist/components/content/Layout/LayoutPanelHeader.js.map +1 -1
- package/dist/components/content/Layout/LayoutToolbar.js +1 -1
- package/dist/components/content/Layout/hooks/useTinyScrollbar.js +1 -1
- package/dist/components/content/Layout/index.js +1 -1
- package/dist/components/content/Layout/utils.js +1 -1
- package/dist/components/content/Paragraph.js +1 -1
- package/dist/components/content/Placeholder/Placeholder.js +4 -2
- package/dist/components/content/Placeholder/Placeholder.js.map +1 -1
- package/dist/components/content/PrismCode/PrismCode.js +1 -1
- package/dist/components/content/PrismCode/prismSetup.js +1 -1
- package/dist/components/content/PrismDiffCode/PrismDiffCode.js +1 -1
- package/dist/components/content/Result/Result.js +1 -1
- package/dist/components/content/Skeleton/Skeleton.js +1 -1
- package/dist/components/content/Tag/Tag.js +4 -2
- package/dist/components/content/Tag/Tag.js.map +1 -1
- package/dist/components/content/Text.d.ts +7 -7
- package/dist/components/content/Text.js +1 -1
- package/dist/components/content/TextItem/TextItem.js +1 -1
- package/dist/components/content/Title.js +1 -1
- package/dist/components/content/Tree/Tree.js +1 -1
- package/dist/components/content/Tree/TreeNode.js +4 -2
- package/dist/components/content/Tree/TreeNode.js.map +1 -1
- package/dist/components/content/Tree/styled.js +1 -1
- package/dist/components/content/Tree/tree-index.js +1 -1
- package/dist/components/content/Tree/use-checkbox-tree.js +1 -1
- package/dist/components/content/Tree/use-load-data.js +1 -1
- package/dist/components/content/highlightText.js +1 -1
- package/dist/components/content/use-auto-tooltip.js +1 -1
- package/dist/components/fields/Checkbox/Checkbox.js +1 -1
- package/dist/components/fields/Checkbox/CheckboxGroup.js +1 -1
- package/dist/components/fields/Checkbox/context.js +1 -1
- package/dist/components/fields/ComboBox/ComboBox.js +5 -3
- package/dist/components/fields/ComboBox/ComboBox.js.map +1 -1
- package/dist/components/fields/CommandTextArea/CommandTextArea.js +1 -1
- package/dist/components/fields/CommandTextArea/caretPosition.js +1 -1
- package/dist/components/fields/CommandTextArea/useCaretAnchor.js +1 -1
- package/dist/components/fields/DatePicker/DateInput.js +1 -1
- package/dist/components/fields/DatePicker/DateInputBase.js +1 -1
- package/dist/components/fields/DatePicker/DatePicker.js +4 -3
- package/dist/components/fields/DatePicker/DatePicker.js.map +1 -1
- package/dist/components/fields/DatePicker/DatePickerButton.js +1 -1
- package/dist/components/fields/DatePicker/DatePickerElement.js +1 -1
- package/dist/components/fields/DatePicker/DatePickerInput.js +1 -1
- package/dist/components/fields/DatePicker/DatePickerSegment.js +1 -1
- package/dist/components/fields/DatePicker/DateRangePicker.js +5 -4
- package/dist/components/fields/DatePicker/DateRangePicker.js.map +1 -1
- package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.js +6 -5
- package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.js.map +1 -1
- package/dist/components/fields/DatePicker/TimeInput.js +1 -1
- package/dist/components/fields/DatePicker/parseDate.js +1 -1
- package/dist/components/fields/DatePicker/props.js +1 -1
- package/dist/components/fields/DatePicker/utils.js +1 -1
- package/dist/components/fields/FileInput/FileInput.js +5 -3
- package/dist/components/fields/FileInput/FileInput.js.map +1 -1
- package/dist/components/fields/FilterListBox/FilterListBox.js +9 -6
- package/dist/components/fields/FilterListBox/FilterListBox.js.map +1 -1
- package/dist/components/fields/FilterPicker/FilterPicker.js +5 -3
- package/dist/components/fields/FilterPicker/FilterPicker.js.map +1 -1
- package/dist/components/fields/Input/Input.js +1 -1
- package/dist/components/fields/ListBox/DraggableListBox.js +1 -1
- package/dist/components/fields/ListBox/ListBox.js +9 -5
- package/dist/components/fields/ListBox/ListBox.js.map +1 -1
- package/dist/components/fields/ListBoxPopover/ListBoxPopover.js +4 -2
- package/dist/components/fields/ListBoxPopover/ListBoxPopover.js.map +1 -1
- package/dist/components/fields/ListBoxPopover/listNavigation.js +1 -1
- package/dist/components/fields/ListBoxPopover/useCompositeFocus.js +1 -1
- package/dist/components/fields/NumberInput/NumberInput.js +1 -1
- package/dist/components/fields/NumberInput/StepButton.js +5 -2
- package/dist/components/fields/NumberInput/StepButton.js.map +1 -1
- package/dist/components/fields/PasswordInput/PasswordInput.js +4 -2
- package/dist/components/fields/PasswordInput/PasswordInput.js.map +1 -1
- package/dist/components/fields/Picker/Picker.js +5 -3
- package/dist/components/fields/Picker/Picker.js.map +1 -1
- package/dist/components/fields/RadioGroup/Radio.js +1 -1
- package/dist/components/fields/RadioGroup/RadioGroup.js +1 -1
- package/dist/components/fields/RadioGroup/context.js +1 -1
- package/dist/components/fields/SearchInput/SearchInput.js +1 -1
- package/dist/components/fields/Select/Select.js +1 -1
- package/dist/components/fields/Slider/Gradation.js +1 -1
- package/dist/components/fields/Slider/HueSlider.js +1 -1
- package/dist/components/fields/Slider/RangeSlider.js +1 -1
- package/dist/components/fields/Slider/Slider.js +1 -1
- package/dist/components/fields/Slider/SliderBase.js +1 -1
- package/dist/components/fields/Slider/SliderThumb.js +1 -1
- package/dist/components/fields/Slider/SliderTrack.js +1 -1
- package/dist/components/fields/Slider/elements.js +1 -1
- package/dist/components/fields/Slider/index.js +1 -1
- package/dist/components/fields/Switch/Switch.js +1 -1
- package/dist/components/fields/TextArea/TextArea.js +1 -1
- package/dist/components/fields/TextInput/TextInput.js +1 -1
- package/dist/components/fields/TextInput/TextInputBase.js +1 -1
- package/dist/components/fields/TextInputMapper/TextInputMapper.js +7 -5
- package/dist/components/fields/TextInputMapper/TextInputMapper.js.map +1 -1
- package/dist/components/form/FieldWrapper/FieldWrapper.js +1 -1
- package/dist/components/form/FieldWrapper/extract-field-wrapper-props.js +1 -1
- package/dist/components/form/Form/Field.js +1 -1
- package/dist/components/form/Form/Form.js +1 -1
- package/dist/components/form/Form/ResetButton/ResetButton.js +1 -1
- package/dist/components/form/Form/SubmitButton/SubmitButton.js +1 -1
- package/dist/components/form/Form/SubmitError.js +4 -2
- package/dist/components/form/Form/SubmitError.js.map +1 -1
- package/dist/components/form/Form/index.js +1 -1
- package/dist/components/form/Form/use-field/use-field-props.js +1 -1
- package/dist/components/form/Form/use-field/use-field.js +1 -1
- package/dist/components/form/Form/use-form.js +1 -1
- package/dist/components/form/Form/validation.js +1 -1
- package/dist/components/form/Label.js +6 -8
- package/dist/components/form/Label.js.map +1 -1
- package/dist/components/form/wrapper.js +1 -1
- package/dist/components/helpers/DisplayTransition/DisplayTransition.js +1 -1
- package/dist/components/helpers/IconSwitch/IconSwitch.js +1 -1
- package/dist/components/layout/Board/Board.js +1 -1
- package/dist/components/layout/Board/BoardProvider.js +1 -1
- package/dist/components/layout/Board/BoardResponsive.js +1 -1
- package/dist/components/layout/Board/Widget.js +1 -1
- package/dist/components/layout/Board/WidgetHost.js +1 -1
- package/dist/components/layout/Board/board-context.js +1 -1
- package/dist/components/layout/Board/board-store.js +1 -1
- package/dist/components/layout/Board/grid-core/calculate.js +1 -1
- package/dist/components/layout/Board/grid-core/collision.js +1 -1
- package/dist/components/layout/Board/grid-core/compactors.js +1 -1
- package/dist/components/layout/Board/grid-core/constraints.js +1 -1
- package/dist/components/layout/Board/grid-core/layout.js +1 -1
- package/dist/components/layout/Board/grid-core/sort.js +1 -1
- package/dist/components/layout/Board/index.js +1 -1
- package/dist/components/layout/Board/responsive-utils.js +1 -1
- package/dist/components/layout/Board/use-board-layout.js +1 -1
- package/dist/components/layout/Board/use-board-registry.js +1 -1
- package/dist/components/layout/Flex.js +1 -1
- package/dist/components/layout/Flow.js +1 -1
- package/dist/components/layout/Grid.js +1 -1
- package/dist/components/layout/Panel.js +1 -1
- package/dist/components/layout/Prefix.js +1 -1
- package/dist/components/layout/ResizablePanel.js +1 -1
- package/dist/components/layout/Space.js +1 -1
- package/dist/components/layout/Suffix.js +1 -1
- package/dist/components/navigation/Tabs/DraggableTabList.js +1 -1
- package/dist/components/navigation/Tabs/TabButton.js +7 -4
- package/dist/components/navigation/Tabs/TabButton.js.map +1 -1
- package/dist/components/navigation/Tabs/TabDropIndicator.js +1 -1
- package/dist/components/navigation/Tabs/TabPanel.js +1 -1
- package/dist/components/navigation/Tabs/TabPicker.js +5 -3
- package/dist/components/navigation/Tabs/TabPicker.js.map +1 -1
- package/dist/components/navigation/Tabs/Tabs.js +1 -1
- package/dist/components/navigation/Tabs/TabsAction.js +1 -1
- package/dist/components/navigation/Tabs/TabsContext.js +1 -1
- package/dist/components/navigation/Tabs/popover-placement.js +1 -1
- package/dist/components/navigation/Tabs/styled.js +1 -1
- package/dist/components/navigation/Tabs/types.js +1 -1
- package/dist/components/navigation/Tabs/use-tab-editing.js +1 -1
- package/dist/components/navigation/Tabs/use-tab-indicator.js +1 -1
- package/dist/components/organisms/FileTabs/FileTabs.js +1 -1
- package/dist/components/organisms/StatsCard/StatsCard.js +1 -1
- package/dist/components/other/Calendar/Calendar.js +1 -1
- package/dist/components/other/Calendar/CalendarCell.js +1 -1
- package/dist/components/other/Calendar/CalendarGrid.js +1 -1
- package/dist/components/other/Calendar/RangeCalendar.js +1 -1
- package/dist/components/other/CloudLogo/CloudLogo.js +1 -1
- package/dist/components/overlays/AlertDialog/AlertDialog.js +8 -6
- package/dist/components/overlays/AlertDialog/AlertDialog.js.map +1 -1
- package/dist/components/overlays/AlertDialog/AlertDialogApiProvider.js +1 -1
- package/dist/components/overlays/AlertDialog/AlertDialogZone.js +1 -1
- package/dist/components/overlays/Dialog/Dialog.js +5 -8
- package/dist/components/overlays/Dialog/Dialog.js.map +1 -1
- package/dist/components/overlays/Dialog/DialogContainer.js +1 -1
- package/dist/components/overlays/Dialog/DialogForm.js +5 -3
- package/dist/components/overlays/Dialog/DialogForm.js.map +1 -1
- package/dist/components/overlays/Dialog/DialogTrigger.js +1 -1
- package/dist/components/overlays/Dialog/context.js +1 -1
- package/dist/components/overlays/Dialog/use-dialog-container.js +1 -1
- package/dist/components/overlays/Modal/Modal.js +1 -1
- package/dist/components/overlays/Modal/OpenTransitionContext.js +1 -1
- package/dist/components/overlays/Modal/Overlay.js +1 -1
- package/dist/components/overlays/Modal/Popover.js +1 -1
- package/dist/components/overlays/Modal/Tray.js +1 -1
- package/dist/components/overlays/Modal/Underlay.js +1 -1
- package/dist/components/overlays/Notifications/Notification.js +1 -1
- package/dist/components/overlays/Notifications/NotificationAction.js +1 -1
- package/dist/components/overlays/Notifications/NotificationCard.js +4 -2
- package/dist/components/overlays/Notifications/NotificationCard.js.map +1 -1
- package/dist/components/overlays/Notifications/NotificationContext.js +1 -1
- package/dist/components/overlays/Notifications/NotificationItem.js +1 -1
- package/dist/components/overlays/Notifications/OverlayContainer.js +1 -1
- package/dist/components/overlays/Notifications/OverlayProvider.js +1 -1
- package/dist/components/overlays/Notifications/PersistentNotificationsList.js +17 -8
- package/dist/components/overlays/Notifications/PersistentNotificationsList.js.map +1 -1
- package/dist/components/overlays/Notifications/dismissed-storage.js +1 -1
- package/dist/components/overlays/Notifications/format-relative-time.d.ts +9 -3
- package/dist/components/overlays/Notifications/format-relative-time.js +20 -12
- package/dist/components/overlays/Notifications/format-relative-time.js.map +1 -1
- package/dist/components/overlays/Notifications/index.js +1 -1
- package/dist/components/overlays/Notifications/use-notification-state.js +1 -1
- package/dist/components/overlays/Notifications/use-notifications.js +1 -1
- package/dist/components/overlays/Notifications/use-overlay-timers.js +1 -1
- package/dist/components/overlays/Notifications/use-persistent-notifications.js +1 -1
- package/dist/components/overlays/Notifications/use-persistent-state.js +1 -1
- package/dist/components/overlays/Notifications/use-toast-state.js +1 -1
- package/dist/components/overlays/Toast/ToastItem.js +1 -1
- package/dist/components/overlays/Toast/index.js +1 -1
- package/dist/components/overlays/Toast/useProgressToast.js +6 -3
- package/dist/components/overlays/Toast/useProgressToast.js.map +1 -1
- package/dist/components/overlays/Toast/useToast.js +1 -1
- package/dist/components/overlays/Tooltip/Tooltip.js +1 -1
- package/dist/components/overlays/Tooltip/TooltipProvider.js +1 -1
- package/dist/components/overlays/Tooltip/TooltipTrigger.js +1 -1
- package/dist/components/overlays/Tooltip/context.js +1 -1
- package/dist/components/portal/Portal.js +1 -1
- package/dist/components/portal/PortalProvider.js +1 -1
- package/dist/components/portal/usePortal.js +1 -1
- package/dist/components/shared/DraggableCollection.js +1 -1
- package/dist/components/shared/InvalidIcon.js +1 -1
- package/dist/components/shared/ValidIcon.js +1 -1
- package/dist/components/status/LoadingAnimation/LoadingAnimation.js +4 -2
- package/dist/components/status/LoadingAnimation/LoadingAnimation.js.map +1 -1
- package/dist/components/status/Spin/Cube.js +1 -1
- package/dist/components/status/Spin/InternalSpinner.js +1 -1
- package/dist/components/status/Spin/Spin.js +1 -1
- package/dist/components/status/Spin/SpinsContainer.js +1 -1
- package/dist/data/item-themes.js +1 -1
- package/dist/data/themes.js +1 -1
- package/dist/i18n/I18nProvider.d.ts +29 -0
- package/dist/i18n/I18nProvider.js +46 -0
- package/dist/i18n/I18nProvider.js.map +1 -0
- package/dist/i18n/createFormatter.d.ts +59 -0
- package/dist/i18n/createFormatter.js +148 -0
- package/dist/i18n/createFormatter.js.map +1 -0
- package/dist/i18n/index.d.ts +18 -0
- package/dist/i18n/index.js +21 -0
- package/dist/i18n/index.js.map +1 -0
- package/dist/i18n/instance.d.ts +22 -0
- package/dist/i18n/instance.js +78 -0
- package/dist/i18n/instance.js.map +1 -0
- package/dist/i18n/locales/de-DE/uikit.js +112 -0
- package/dist/i18n/locales/de-DE/uikit.js.map +1 -0
- package/dist/i18n/locales/en-US/uikit.js +112 -0
- package/dist/i18n/locales/en-US/uikit.js.map +1 -0
- package/dist/i18n/locales/en-US/uikit.json.d.ts +140 -0
- package/dist/i18n/locales/es-ES/uikit.js +112 -0
- package/dist/i18n/locales/es-ES/uikit.js.map +1 -0
- package/dist/i18n/locales/es-MX/uikit.js +112 -0
- package/dist/i18n/locales/es-MX/uikit.js.map +1 -0
- package/dist/i18n/locales/fr-FR/uikit.js +112 -0
- package/dist/i18n/locales/fr-FR/uikit.js.map +1 -0
- package/dist/i18n/locales/it-IT/uikit.js +112 -0
- package/dist/i18n/locales/it-IT/uikit.js.map +1 -0
- package/dist/i18n/locales/ja-JP/uikit.js +112 -0
- package/dist/i18n/locales/ja-JP/uikit.js.map +1 -0
- package/dist/i18n/locales/nb-NO/uikit.js +112 -0
- package/dist/i18n/locales/nb-NO/uikit.js.map +1 -0
- package/dist/i18n/locales/pt-BR/uikit.js +112 -0
- package/dist/i18n/locales/pt-BR/uikit.js.map +1 -0
- package/dist/i18n/locales/pt-PT/uikit.js +112 -0
- package/dist/i18n/locales/pt-PT/uikit.js.map +1 -0
- package/dist/i18n/locales/sv-SE/uikit.js +112 -0
- package/dist/i18n/locales/sv-SE/uikit.js.map +1 -0
- package/dist/i18n/locales/vi-VN/uikit.js +112 -0
- package/dist/i18n/locales/vi-VN/uikit.js.map +1 -0
- package/dist/i18n/locales.d.ts +17 -0
- package/dist/i18n/locales.js +45 -0
- package/dist/i18n/locales.js.map +1 -0
- package/dist/i18n/useFormatter.d.ts +26 -0
- package/dist/i18n/useFormatter.js +32 -0
- package/dist/i18n/useFormatter.js.map +1 -0
- package/dist/i18n/useI18n.d.ts +2 -0
- package/dist/i18n/useI18n.js +18 -0
- package/dist/i18n/useI18n.js.map +1 -0
- package/dist/icons/AdjustmentsHorizontalIcon.js +1 -1
- package/dist/icons/AdjustmentsIcon.js +1 -1
- package/dist/icons/AiIcon.js +1 -1
- package/dist/icons/AreaChartIcon.js +1 -1
- package/dist/icons/BackwardIcon.js +1 -1
- package/dist/icons/BarChartIcon.js +1 -1
- package/dist/icons/BellFilledIcon.js +1 -1
- package/dist/icons/BellIcon.js +1 -1
- package/dist/icons/BooleanIcon.js +1 -1
- package/dist/icons/CalendarEditIcon.js +1 -1
- package/dist/icons/CalendarIcon.js +1 -1
- package/dist/icons/CaretDownIcon.js +1 -1
- package/dist/icons/CaretUpIcon.js +1 -1
- package/dist/icons/ChartAreaStackedIcon.js +1 -1
- package/dist/icons/ChartAreaStackedPercentageIcon.js +1 -1
- package/dist/icons/ChartBarGroupedHorizontalIcon.js +1 -1
- package/dist/icons/ChartBarGroupedIcon.js +1 -1
- package/dist/icons/ChartBarHorizontalIcon.js +1 -1
- package/dist/icons/ChartBarLineIcon.js +1 -1
- package/dist/icons/ChartBarStackedHorizontalIcon.js +1 -1
- package/dist/icons/ChartBarStackedIcon.js +1 -1
- package/dist/icons/ChartBarStackedPercentageHorizontalIcon.js +1 -1
- package/dist/icons/ChartBarStackedPercentageIcon.js +1 -1
- package/dist/icons/ChartBoxPlot2Icon.js +1 -1
- package/dist/icons/ChartBoxPlotIcon.js +1 -1
- package/dist/icons/ChartBubbleIcon.js +1 -1
- package/dist/icons/ChartDonut2Icon.js +1 -1
- package/dist/icons/ChartFunnelIcon.js +1 -1
- package/dist/icons/ChartHeatmapIcon.js +1 -1
- package/dist/icons/ChartKPIIcon.js +1 -1
- package/dist/icons/ChartPie2Icon.js +1 -1
- package/dist/icons/ChartScatterIcon.js +1 -1
- package/dist/icons/CheckCircleFilledIcon.js +1 -1
- package/dist/icons/CheckCircleIcon.js +1 -1
- package/dist/icons/CheckIcon.js +1 -1
- package/dist/icons/CircleFilledIcon.js +1 -1
- package/dist/icons/ClearIcon.js +1 -1
- package/dist/icons/CloseCircleFilledIcon.js +1 -1
- package/dist/icons/CloseCircleIcon.js +1 -1
- package/dist/icons/CloseIcon.js +1 -1
- package/dist/icons/CodeIcon.js +1 -1
- package/dist/icons/ColumnTotalIcon.js +1 -1
- package/dist/icons/CopyIcon.js +1 -1
- package/dist/icons/CountIcon.js +1 -1
- package/dist/icons/CubeIcon.js +1 -1
- package/dist/icons/CubePauseIcon.js +1 -1
- package/dist/icons/CubePlayIcon.js +1 -1
- package/dist/icons/CurrencyDollarIcon.js +1 -1
- package/dist/icons/DangerIcon.js +1 -1
- package/dist/icons/DashboardIcon.js +1 -1
- package/dist/icons/DatabaseIcon.js +1 -1
- package/dist/icons/DecimalDecreaseIcon.js +1 -1
- package/dist/icons/DecimalIncreaseIcon.js +1 -1
- package/dist/icons/DirectionIcon.js +1 -1
- package/dist/icons/DonutIcon.js +1 -1
- package/dist/icons/DownIcon.js +1 -1
- package/dist/icons/EditIcon.js +1 -1
- package/dist/icons/ExclamationCircleFilledIcon.js +1 -1
- package/dist/icons/ExclamationCircleIcon.js +1 -1
- package/dist/icons/ExclamationIcon.js +1 -1
- package/dist/icons/EyeIcon.js +1 -1
- package/dist/icons/EyeInvisibleIcon.js +1 -1
- package/dist/icons/FilterIcon.js +1 -1
- package/dist/icons/FolderFilledIcon.js +1 -1
- package/dist/icons/FolderIcon.js +1 -1
- package/dist/icons/FolderOpenFilledIcon.js +1 -1
- package/dist/icons/FolderOpenIcon.js +1 -1
- package/dist/icons/ForwardIcon.js +1 -1
- package/dist/icons/GripVerticalIcon.js +1 -1
- package/dist/icons/HierarchyIcon.js +1 -1
- package/dist/icons/HierarchyOpenIcon.js +1 -1
- package/dist/icons/Icon.js +1 -1
- package/dist/icons/InfoCircleIcon.js +1 -1
- package/dist/icons/InfoIcon.js +1 -1
- package/dist/icons/KeyIcon.js +1 -1
- package/dist/icons/LeftIcon.js +1 -1
- package/dist/icons/LineChartIcon.js +1 -1
- package/dist/icons/LoadingIcon.js +1 -1
- package/dist/icons/LockFilledIcon.js +1 -1
- package/dist/icons/LockIcon.js +1 -1
- package/dist/icons/MoreIcon.js +1 -1
- package/dist/icons/NotAllowedIcon.js +1 -1
- package/dist/icons/Number123Icon.js +1 -1
- package/dist/icons/NumberIcon.js +1 -1
- package/dist/icons/PauseCircleFilledIcon.js +1 -1
- package/dist/icons/PauseCircleIcon.js +1 -1
- package/dist/icons/PauseIcon.js +1 -1
- package/dist/icons/PercentageIcon.js +1 -1
- package/dist/icons/PieChartIcon.js +1 -1
- package/dist/icons/PlayCircleIcon.js +1 -1
- package/dist/icons/PlayIcon.js +1 -1
- package/dist/icons/PlusIcon.js +1 -1
- package/dist/icons/ProgressBarIcon.js +1 -1
- package/dist/icons/ReloadIcon.js +1 -1
- package/dist/icons/ReportIcon.js +1 -1
- package/dist/icons/ReturnIcon.js +1 -1
- package/dist/icons/RightIcon.js +1 -1
- package/dist/icons/RowTotalsIcon.js +1 -1
- package/dist/icons/SchemeIcon.js +1 -1
- package/dist/icons/SearchIcon.js +1 -1
- package/dist/icons/SemanticQueryIcon.js +1 -1
- package/dist/icons/SettingsIcon.js +1 -1
- package/dist/icons/ShieldFilledIcon.js +1 -1
- package/dist/icons/ShieldIcon.js +1 -1
- package/dist/icons/SlashIcon.js +1 -1
- package/dist/icons/SparklesIcon.js +1 -1
- package/dist/icons/SqlIcon.js +1 -1
- package/dist/icons/StatsIcon.js +1 -1
- package/dist/icons/StopIcon.js +1 -1
- package/dist/icons/StringIcon.js +1 -1
- package/dist/icons/SubtotalsIcon.js +1 -1
- package/dist/icons/SwitchIcon.js +1 -1
- package/dist/icons/TableIcon.js +1 -1
- package/dist/icons/ThumbsDownIcon.js +1 -1
- package/dist/icons/ThumbsUpIcon.js +1 -1
- package/dist/icons/ThunderboltCrossedIcon.js +1 -1
- package/dist/icons/ThunderboltFilledIcon.js +1 -1
- package/dist/icons/ThunderboltIcon.js +1 -1
- package/dist/icons/TimeIcon.js +1 -1
- package/dist/icons/TrashIcon.js +1 -1
- package/dist/icons/UnlockIcon.js +1 -1
- package/dist/icons/UpIcon.js +1 -1
- package/dist/icons/UserGroupIcon.js +1 -1
- package/dist/icons/UserIcon.js +1 -1
- package/dist/icons/UserLockIcon.js +1 -1
- package/dist/icons/ViewIcon.js +1 -1
- package/dist/icons/WarningFilledIcon.js +1 -1
- package/dist/icons/WarningIcon.js +1 -1
- package/dist/icons/wrap-icon.js +1 -1
- package/dist/index.d.ts +10 -1
- package/dist/index.js +11 -2
- package/dist/index.js.map +1 -1
- package/dist/provider.js +1 -1
- package/dist/providers/TrackingProvider.js +1 -1
- package/dist/providers/navigationAdapter.default.js +1 -1
- package/dist/tokens/base.js +1 -1
- package/dist/tokens/colors.js +1 -1
- package/dist/tokens/index.js +1 -1
- package/dist/tokens/layout.js +1 -1
- package/dist/tokens/palette.js +1 -1
- package/dist/tokens/shadows.js +1 -1
- package/dist/tokens/sizes.js +1 -1
- package/dist/tokens/spacing.js +1 -1
- package/dist/tokens/typography.js +1 -1
- package/dist/utils/ResizeSensor.js +1 -1
- package/dist/utils/is-dev-env.js +1 -1
- package/dist/utils/modules.js +1 -1
- package/dist/utils/promise.js +1 -1
- package/dist/utils/raf.js +1 -1
- package/dist/utils/random.js +1 -1
- package/dist/utils/range.js +1 -1
- package/dist/utils/react/RenderCache.js +1 -1
- package/dist/utils/react/Slots.js +1 -1
- package/dist/utils/react/chain.js +1 -1
- package/dist/utils/react/forwardRefWithGenerics.js +1 -1
- package/dist/utils/react/index.js +1 -1
- package/dist/utils/react/interactions.js +1 -1
- package/dist/utils/react/isTextOnly.js +1 -1
- package/dist/utils/react/mapProps.js +1 -1
- package/dist/utils/react/mergeProps.js +1 -1
- package/dist/utils/react/nullableValue.js +1 -1
- package/dist/utils/react/resolveIcon.js +1 -1
- package/dist/utils/react/sharedStore.js +1 -1
- package/dist/utils/react/useCombinedRefs.js +1 -1
- package/dist/utils/react/useControlledFocusVisible.js +1 -1
- package/dist/utils/react/useEventBus.js +1 -1
- package/dist/utils/react/useId.js +1 -1
- package/dist/utils/react/useIsDarwin.js +1 -1
- package/dist/utils/react/useKeySymbols.js +1 -1
- package/dist/utils/react/useLayoutEffect.js +1 -1
- package/dist/utils/react/useLocalStorage.js +1 -1
- package/dist/utils/react/useMergeStyles.js +1 -1
- package/dist/utils/react/usePopoverSync.js +1 -1
- package/dist/utils/react/useQaProps.js +1 -1
- package/dist/utils/react/useViewportSize.js +1 -1
- package/dist/utils/react/wrapNodeIfPlain.js +1 -1
- package/dist/utils/selection.js +1 -1
- package/dist/utils/styles.js +1 -1
- package/dist/utils/tree.js +1 -1
- package/dist/utils/warnings.js +1 -1
- package/dist/version.js +2 -2
- package/docs/components/Root.md +15 -1
- package/package.json +3 -1
- package/dist/components/fields/DatePicker/intl.js +0 -11
- package/dist/components/fields/DatePicker/intl.js.map +0 -1
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/i18n/locales/en-US/uikit.json.d.ts
|
|
3
|
+
declare namespace alertDialog {
|
|
4
|
+
let confirm: string;
|
|
5
|
+
let cancel: string;
|
|
6
|
+
}
|
|
7
|
+
declare namespace dialog {
|
|
8
|
+
let dismiss: string;
|
|
9
|
+
}
|
|
10
|
+
declare namespace dialogForm {
|
|
11
|
+
export let submit: string;
|
|
12
|
+
let cancel_1: string;
|
|
13
|
+
export { cancel_1 as cancel };
|
|
14
|
+
}
|
|
15
|
+
declare namespace form {
|
|
16
|
+
let required: string;
|
|
17
|
+
let optional: string;
|
|
18
|
+
let internalError: string;
|
|
19
|
+
}
|
|
20
|
+
declare namespace notifications {
|
|
21
|
+
let dismiss_1: string;
|
|
22
|
+
export { dismiss_1 as dismiss };
|
|
23
|
+
export let ariaLabel: string;
|
|
24
|
+
export let empty: string;
|
|
25
|
+
}
|
|
26
|
+
declare namespace relativeTime {
|
|
27
|
+
let justNow: string;
|
|
28
|
+
let minAgo: string;
|
|
29
|
+
let hoursAgo: string;
|
|
30
|
+
let daysAgo: string;
|
|
31
|
+
let weeksAgo: string;
|
|
32
|
+
let monthsAgo: string;
|
|
33
|
+
let yearsAgo: string;
|
|
34
|
+
}
|
|
35
|
+
declare namespace toast {
|
|
36
|
+
let hide: string;
|
|
37
|
+
}
|
|
38
|
+
declare namespace listBox {
|
|
39
|
+
let selectAll: string;
|
|
40
|
+
let noItems: string;
|
|
41
|
+
}
|
|
42
|
+
declare namespace filterListBox {
|
|
43
|
+
export let searchPlaceholder: string;
|
|
44
|
+
export let noResults: string;
|
|
45
|
+
let noItems_1: string;
|
|
46
|
+
export { noItems_1 as noItems };
|
|
47
|
+
export let customValue: string;
|
|
48
|
+
export let filteredItems: string;
|
|
49
|
+
}
|
|
50
|
+
declare namespace picker {
|
|
51
|
+
let all: string;
|
|
52
|
+
let pickerAriaLabel: string;
|
|
53
|
+
}
|
|
54
|
+
declare namespace comboBox {
|
|
55
|
+
let clearValue: string;
|
|
56
|
+
let showOptions: string;
|
|
57
|
+
}
|
|
58
|
+
declare namespace commandMenu {
|
|
59
|
+
let searchPlaceholder_1: string;
|
|
60
|
+
export { searchPlaceholder_1 as searchPlaceholder };
|
|
61
|
+
let empty_1: string;
|
|
62
|
+
export { empty_1 as empty };
|
|
63
|
+
}
|
|
64
|
+
declare namespace listBoxPopover {
|
|
65
|
+
let options: string;
|
|
66
|
+
}
|
|
67
|
+
declare namespace datePicker {
|
|
68
|
+
let time: string;
|
|
69
|
+
let startTime: string;
|
|
70
|
+
let endTime: string;
|
|
71
|
+
let showEndCalendar: string;
|
|
72
|
+
}
|
|
73
|
+
declare namespace fileInput {
|
|
74
|
+
let chooseFile: string;
|
|
75
|
+
let noFileSelected: string;
|
|
76
|
+
}
|
|
77
|
+
declare namespace passwordInput {
|
|
78
|
+
let toggleMasking: string;
|
|
79
|
+
}
|
|
80
|
+
declare namespace numberInput {
|
|
81
|
+
let stepUp: string;
|
|
82
|
+
let stepDown: string;
|
|
83
|
+
}
|
|
84
|
+
declare namespace textInputMapper {
|
|
85
|
+
let key: string;
|
|
86
|
+
let value: string;
|
|
87
|
+
let removeMapping: string;
|
|
88
|
+
}
|
|
89
|
+
declare namespace copySnippet {
|
|
90
|
+
let title: string;
|
|
91
|
+
let copyToClipboard: string;
|
|
92
|
+
let showHiddenParts: string;
|
|
93
|
+
let copied: string;
|
|
94
|
+
}
|
|
95
|
+
declare namespace copyPasteBlock {
|
|
96
|
+
let copyToClipboard_1: string;
|
|
97
|
+
export { copyToClipboard_1 as copyToClipboard };
|
|
98
|
+
export let selectAndPaste: string;
|
|
99
|
+
export let invalidData: string;
|
|
100
|
+
let copied_1: string;
|
|
101
|
+
export { copied_1 as copied };
|
|
102
|
+
export let defaultTitle: string;
|
|
103
|
+
}
|
|
104
|
+
declare namespace tag {
|
|
105
|
+
let close: string;
|
|
106
|
+
}
|
|
107
|
+
declare namespace placeholder {
|
|
108
|
+
let contentIsLoading: string;
|
|
109
|
+
}
|
|
110
|
+
declare namespace loadingAnimation {
|
|
111
|
+
let ariaLabel_1: string;
|
|
112
|
+
export { ariaLabel_1 as ariaLabel };
|
|
113
|
+
}
|
|
114
|
+
declare namespace layout {
|
|
115
|
+
let closePanel: string;
|
|
116
|
+
let goBack: string;
|
|
117
|
+
}
|
|
118
|
+
declare namespace tree {
|
|
119
|
+
let actions: string;
|
|
120
|
+
}
|
|
121
|
+
declare namespace banner {
|
|
122
|
+
let hideBanner: string;
|
|
123
|
+
}
|
|
124
|
+
declare namespace tabs {
|
|
125
|
+
let close_1: string;
|
|
126
|
+
export { close_1 as close };
|
|
127
|
+
export let editTabTitle: string;
|
|
128
|
+
export let selectTab: string;
|
|
129
|
+
}
|
|
130
|
+
declare namespace contextMenu {
|
|
131
|
+
export let openContextMenu: string;
|
|
132
|
+
let contextMenu_1: string;
|
|
133
|
+
export { contextMenu_1 as contextMenu };
|
|
134
|
+
}
|
|
135
|
+
declare namespace __json_default_export {
|
|
136
|
+
export { alertDialog, dialog, dialogForm, form, notifications, relativeTime, toast, listBox, filterListBox, picker, comboBox, commandMenu, listBoxPopover, datePicker, fileInput, passwordInput, numberInput, textInputMapper, copySnippet, copyPasteBlock, tag, placeholder, loadingAnimation, layout, tree, banner, tabs, contextMenu };
|
|
137
|
+
}
|
|
138
|
+
//#endregion
|
|
139
|
+
export { __json_default_export };
|
|
140
|
+
//# sourceMappingURL=uikit.json.d.ts.map
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.146.0 | Cube Dev Team */
|
|
2
|
+
//#region src/i18n/locales/es-ES/uikit.json
|
|
3
|
+
var uikit_default = {
|
|
4
|
+
alertDialog: {
|
|
5
|
+
"confirm": "Aceptar",
|
|
6
|
+
"cancel": "Cancelar"
|
|
7
|
+
},
|
|
8
|
+
dialog: { "dismiss": "Cerrar" },
|
|
9
|
+
dialogForm: {
|
|
10
|
+
"submit": "Enviar",
|
|
11
|
+
"cancel": "Cancelar"
|
|
12
|
+
},
|
|
13
|
+
form: {
|
|
14
|
+
"required": "(obligatorio)",
|
|
15
|
+
"optional": "(opcional)",
|
|
16
|
+
"internalError": "Error interno"
|
|
17
|
+
},
|
|
18
|
+
notifications: {
|
|
19
|
+
"dismiss": "Cerrar",
|
|
20
|
+
"ariaLabel": "Notificaciones",
|
|
21
|
+
"empty": "No hay notificaciones"
|
|
22
|
+
},
|
|
23
|
+
relativeTime: {
|
|
24
|
+
"justNow": "ahora mismo",
|
|
25
|
+
"minAgo": "hace {{count}} min",
|
|
26
|
+
"hoursAgo": "hace {{count}} h",
|
|
27
|
+
"daysAgo": "hace {{count}} d",
|
|
28
|
+
"weeksAgo": "hace {{count}} sem",
|
|
29
|
+
"monthsAgo": "hace {{count}} mes",
|
|
30
|
+
"yearsAgo": "hace {{count}} a"
|
|
31
|
+
},
|
|
32
|
+
toast: { "hide": "Ocultar" },
|
|
33
|
+
listBox: {
|
|
34
|
+
"selectAll": "Seleccionar todo",
|
|
35
|
+
"noItems": "No hay elementos"
|
|
36
|
+
},
|
|
37
|
+
filterListBox: {
|
|
38
|
+
"searchPlaceholder": "Buscar...",
|
|
39
|
+
"noResults": "No se encontraron resultados",
|
|
40
|
+
"noItems": "No hay elementos",
|
|
41
|
+
"customValue": "Valor personalizado",
|
|
42
|
+
"filteredItems": "Elementos filtrados"
|
|
43
|
+
},
|
|
44
|
+
picker: {
|
|
45
|
+
"all": "Todos",
|
|
46
|
+
"pickerAriaLabel": "Selector"
|
|
47
|
+
},
|
|
48
|
+
comboBox: {
|
|
49
|
+
"clearValue": "Borrar valor",
|
|
50
|
+
"showOptions": "Mostrar opciones"
|
|
51
|
+
},
|
|
52
|
+
commandMenu: {
|
|
53
|
+
"searchPlaceholder": "Buscar comandos...",
|
|
54
|
+
"empty": "No se encontraron comandos"
|
|
55
|
+
},
|
|
56
|
+
listBoxPopover: { "options": "Opciones" },
|
|
57
|
+
datePicker: {
|
|
58
|
+
"time": "Hora",
|
|
59
|
+
"startTime": "Hora de inicio",
|
|
60
|
+
"endTime": "Hora de fin",
|
|
61
|
+
"showEndCalendar": "Mostrar el calendario de la fecha de fin"
|
|
62
|
+
},
|
|
63
|
+
fileInput: {
|
|
64
|
+
"chooseFile": "Elegir archivo",
|
|
65
|
+
"noFileSelected": "Ningún archivo seleccionado"
|
|
66
|
+
},
|
|
67
|
+
passwordInput: { "toggleMasking": "Alternar enmascaramiento" },
|
|
68
|
+
numberInput: {
|
|
69
|
+
"stepUp": "Aumentar",
|
|
70
|
+
"stepDown": "Disminuir"
|
|
71
|
+
},
|
|
72
|
+
textInputMapper: {
|
|
73
|
+
"key": "Clave",
|
|
74
|
+
"value": "Valor",
|
|
75
|
+
"removeMapping": "Eliminar asignación"
|
|
76
|
+
},
|
|
77
|
+
copySnippet: {
|
|
78
|
+
"title": "Ejemplo de código",
|
|
79
|
+
"copyToClipboard": "Copiar {{title}} al portapapeles",
|
|
80
|
+
"showHiddenParts": "Mostrar las partes ocultas",
|
|
81
|
+
"copied": "{{title}} copiado"
|
|
82
|
+
},
|
|
83
|
+
copyPasteBlock: {
|
|
84
|
+
"copyToClipboard": "Copiar {{title}} al portapapeles",
|
|
85
|
+
"selectAndPaste": "Seleccionar y pegar",
|
|
86
|
+
"invalidData": "Datos no válidos",
|
|
87
|
+
"copied": "{{title}} copiado",
|
|
88
|
+
"defaultTitle": "Texto"
|
|
89
|
+
},
|
|
90
|
+
tag: { "close": "Cerrar" },
|
|
91
|
+
placeholder: { "contentIsLoading": "Cargando contenido" },
|
|
92
|
+
loadingAnimation: { "ariaLabel": "Animación de carga" },
|
|
93
|
+
layout: {
|
|
94
|
+
"closePanel": "Cerrar panel",
|
|
95
|
+
"goBack": "Volver"
|
|
96
|
+
},
|
|
97
|
+
tree: { "actions": "Acciones" },
|
|
98
|
+
banner: { "hideBanner": "Ocultar banner" },
|
|
99
|
+
tabs: {
|
|
100
|
+
"close": "Cerrar",
|
|
101
|
+
"editTabTitle": "Editar el título de la pestaña",
|
|
102
|
+
"selectTab": "Seleccionar pestaña"
|
|
103
|
+
},
|
|
104
|
+
contextMenu: {
|
|
105
|
+
"openContextMenu": "Abrir el menú contextual",
|
|
106
|
+
"contextMenu": "context-menu"
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
//#endregion
|
|
111
|
+
export { uikit_default as default };
|
|
112
|
+
//# sourceMappingURL=uikit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uikit.js","names":[],"sources":["../../../../src/i18n/locales/es-ES/uikit.json"],"sourcesContent":[""],"mappings":""}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.146.0 | Cube Dev Team */
|
|
2
|
+
//#region src/i18n/locales/es-MX/uikit.json
|
|
3
|
+
var uikit_default = {
|
|
4
|
+
alertDialog: {
|
|
5
|
+
"confirm": "Aceptar",
|
|
6
|
+
"cancel": "Cancelar"
|
|
7
|
+
},
|
|
8
|
+
dialog: { "dismiss": "Cerrar" },
|
|
9
|
+
dialogForm: {
|
|
10
|
+
"submit": "Enviar",
|
|
11
|
+
"cancel": "Cancelar"
|
|
12
|
+
},
|
|
13
|
+
form: {
|
|
14
|
+
"required": "(obligatorio)",
|
|
15
|
+
"optional": "(opcional)",
|
|
16
|
+
"internalError": "Error interno"
|
|
17
|
+
},
|
|
18
|
+
notifications: {
|
|
19
|
+
"dismiss": "Cerrar",
|
|
20
|
+
"ariaLabel": "Notificaciones",
|
|
21
|
+
"empty": "No hay notificaciones"
|
|
22
|
+
},
|
|
23
|
+
relativeTime: {
|
|
24
|
+
"justNow": "hace un momento",
|
|
25
|
+
"minAgo": "hace {{count}} min",
|
|
26
|
+
"hoursAgo": "hace {{count}} h",
|
|
27
|
+
"daysAgo": "hace {{count}} d",
|
|
28
|
+
"weeksAgo": "hace {{count}} sem",
|
|
29
|
+
"monthsAgo": "hace {{count}} mes",
|
|
30
|
+
"yearsAgo": "hace {{count}} a"
|
|
31
|
+
},
|
|
32
|
+
toast: { "hide": "Ocultar" },
|
|
33
|
+
listBox: {
|
|
34
|
+
"selectAll": "Seleccionar todo",
|
|
35
|
+
"noItems": "No hay elementos"
|
|
36
|
+
},
|
|
37
|
+
filterListBox: {
|
|
38
|
+
"searchPlaceholder": "Buscar...",
|
|
39
|
+
"noResults": "No se encontraron resultados",
|
|
40
|
+
"noItems": "No hay elementos",
|
|
41
|
+
"customValue": "Valor personalizado",
|
|
42
|
+
"filteredItems": "Elementos filtrados"
|
|
43
|
+
},
|
|
44
|
+
picker: {
|
|
45
|
+
"all": "Todos",
|
|
46
|
+
"pickerAriaLabel": "Selector"
|
|
47
|
+
},
|
|
48
|
+
comboBox: {
|
|
49
|
+
"clearValue": "Borrar valor",
|
|
50
|
+
"showOptions": "Mostrar opciones"
|
|
51
|
+
},
|
|
52
|
+
commandMenu: {
|
|
53
|
+
"searchPlaceholder": "Buscar comandos...",
|
|
54
|
+
"empty": "No se encontraron comandos"
|
|
55
|
+
},
|
|
56
|
+
listBoxPopover: { "options": "Opciones" },
|
|
57
|
+
datePicker: {
|
|
58
|
+
"time": "Hora",
|
|
59
|
+
"startTime": "Hora de inicio",
|
|
60
|
+
"endTime": "Hora de fin",
|
|
61
|
+
"showEndCalendar": "Mostrar el calendario de la fecha de fin"
|
|
62
|
+
},
|
|
63
|
+
fileInput: {
|
|
64
|
+
"chooseFile": "Elegir archivo",
|
|
65
|
+
"noFileSelected": "Ningún archivo seleccionado"
|
|
66
|
+
},
|
|
67
|
+
passwordInput: { "toggleMasking": "Alternar enmascaramiento" },
|
|
68
|
+
numberInput: {
|
|
69
|
+
"stepUp": "Aumentar",
|
|
70
|
+
"stepDown": "Disminuir"
|
|
71
|
+
},
|
|
72
|
+
textInputMapper: {
|
|
73
|
+
"key": "Clave",
|
|
74
|
+
"value": "Valor",
|
|
75
|
+
"removeMapping": "Eliminar asignación"
|
|
76
|
+
},
|
|
77
|
+
copySnippet: {
|
|
78
|
+
"title": "Ejemplo de código",
|
|
79
|
+
"copyToClipboard": "Copiar {{title}} al portapapeles",
|
|
80
|
+
"showHiddenParts": "Mostrar las partes ocultas",
|
|
81
|
+
"copied": "{{title}} copiado"
|
|
82
|
+
},
|
|
83
|
+
copyPasteBlock: {
|
|
84
|
+
"copyToClipboard": "Copiar {{title}} al portapapeles",
|
|
85
|
+
"selectAndPaste": "Seleccionar y pegar",
|
|
86
|
+
"invalidData": "Datos no válidos",
|
|
87
|
+
"copied": "{{title}} copiado",
|
|
88
|
+
"defaultTitle": "Texto"
|
|
89
|
+
},
|
|
90
|
+
tag: { "close": "Cerrar" },
|
|
91
|
+
placeholder: { "contentIsLoading": "Cargando contenido" },
|
|
92
|
+
loadingAnimation: { "ariaLabel": "Animación de carga" },
|
|
93
|
+
layout: {
|
|
94
|
+
"closePanel": "Cerrar panel",
|
|
95
|
+
"goBack": "Volver"
|
|
96
|
+
},
|
|
97
|
+
tree: { "actions": "Acciones" },
|
|
98
|
+
banner: { "hideBanner": "Ocultar banner" },
|
|
99
|
+
tabs: {
|
|
100
|
+
"close": "Cerrar",
|
|
101
|
+
"editTabTitle": "Editar el título de la pestaña",
|
|
102
|
+
"selectTab": "Seleccionar pestaña"
|
|
103
|
+
},
|
|
104
|
+
contextMenu: {
|
|
105
|
+
"openContextMenu": "Abrir el menú contextual",
|
|
106
|
+
"contextMenu": "context-menu"
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
//#endregion
|
|
111
|
+
export { uikit_default as default };
|
|
112
|
+
//# sourceMappingURL=uikit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uikit.js","names":[],"sources":["../../../../src/i18n/locales/es-MX/uikit.json"],"sourcesContent":[""],"mappings":""}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.146.0 | Cube Dev Team */
|
|
2
|
+
//#region src/i18n/locales/fr-FR/uikit.json
|
|
3
|
+
var uikit_default = {
|
|
4
|
+
alertDialog: {
|
|
5
|
+
"confirm": "OK",
|
|
6
|
+
"cancel": "Annuler"
|
|
7
|
+
},
|
|
8
|
+
dialog: { "dismiss": "Fermer" },
|
|
9
|
+
dialogForm: {
|
|
10
|
+
"submit": "Envoyer",
|
|
11
|
+
"cancel": "Annuler"
|
|
12
|
+
},
|
|
13
|
+
form: {
|
|
14
|
+
"required": "(obligatoire)",
|
|
15
|
+
"optional": "(facultatif)",
|
|
16
|
+
"internalError": "Erreur interne"
|
|
17
|
+
},
|
|
18
|
+
notifications: {
|
|
19
|
+
"dismiss": "Fermer",
|
|
20
|
+
"ariaLabel": "Notifications",
|
|
21
|
+
"empty": "Aucune notification"
|
|
22
|
+
},
|
|
23
|
+
relativeTime: {
|
|
24
|
+
"justNow": "à l’instant",
|
|
25
|
+
"minAgo": "il y a {{count}} min",
|
|
26
|
+
"hoursAgo": "il y a {{count}} h",
|
|
27
|
+
"daysAgo": "il y a {{count}} j",
|
|
28
|
+
"weeksAgo": "il y a {{count}} sem",
|
|
29
|
+
"monthsAgo": "il y a {{count}} mois",
|
|
30
|
+
"yearsAgo": "il y a {{count}} an"
|
|
31
|
+
},
|
|
32
|
+
toast: { "hide": "Masquer" },
|
|
33
|
+
listBox: {
|
|
34
|
+
"selectAll": "Tout sélectionner",
|
|
35
|
+
"noItems": "Aucun élément"
|
|
36
|
+
},
|
|
37
|
+
filterListBox: {
|
|
38
|
+
"searchPlaceholder": "Rechercher...",
|
|
39
|
+
"noResults": "Aucun résultat trouvé",
|
|
40
|
+
"noItems": "Aucun élément",
|
|
41
|
+
"customValue": "Valeur personnalisée",
|
|
42
|
+
"filteredItems": "Éléments filtrés"
|
|
43
|
+
},
|
|
44
|
+
picker: {
|
|
45
|
+
"all": "Tous",
|
|
46
|
+
"pickerAriaLabel": "Sélecteur"
|
|
47
|
+
},
|
|
48
|
+
comboBox: {
|
|
49
|
+
"clearValue": "Effacer la valeur",
|
|
50
|
+
"showOptions": "Afficher les options"
|
|
51
|
+
},
|
|
52
|
+
commandMenu: {
|
|
53
|
+
"searchPlaceholder": "Rechercher des commandes...",
|
|
54
|
+
"empty": "Aucune commande trouvée"
|
|
55
|
+
},
|
|
56
|
+
listBoxPopover: { "options": "Options" },
|
|
57
|
+
datePicker: {
|
|
58
|
+
"time": "Heure",
|
|
59
|
+
"startTime": "Heure de début",
|
|
60
|
+
"endTime": "Heure de fin",
|
|
61
|
+
"showEndCalendar": "Afficher le calendrier de la date de fin"
|
|
62
|
+
},
|
|
63
|
+
fileInput: {
|
|
64
|
+
"chooseFile": "Choisir un fichier",
|
|
65
|
+
"noFileSelected": "Aucun fichier sélectionné"
|
|
66
|
+
},
|
|
67
|
+
passwordInput: { "toggleMasking": "Activer/désactiver le masquage" },
|
|
68
|
+
numberInput: {
|
|
69
|
+
"stepUp": "Augmenter",
|
|
70
|
+
"stepDown": "Diminuer"
|
|
71
|
+
},
|
|
72
|
+
textInputMapper: {
|
|
73
|
+
"key": "Clé",
|
|
74
|
+
"value": "Valeur",
|
|
75
|
+
"removeMapping": "Supprimer la correspondance"
|
|
76
|
+
},
|
|
77
|
+
copySnippet: {
|
|
78
|
+
"title": "Exemple de code",
|
|
79
|
+
"copyToClipboard": "Copier {{title}} dans le presse-papiers",
|
|
80
|
+
"showHiddenParts": "Afficher les parties masquées",
|
|
81
|
+
"copied": "{{title}} copié"
|
|
82
|
+
},
|
|
83
|
+
copyPasteBlock: {
|
|
84
|
+
"copyToClipboard": "Copier {{title}} dans le presse-papiers",
|
|
85
|
+
"selectAndPaste": "Sélectionner et coller",
|
|
86
|
+
"invalidData": "Données non valides",
|
|
87
|
+
"copied": "{{title}} copié",
|
|
88
|
+
"defaultTitle": "Texte"
|
|
89
|
+
},
|
|
90
|
+
tag: { "close": "Fermer" },
|
|
91
|
+
placeholder: { "contentIsLoading": "Chargement du contenu" },
|
|
92
|
+
loadingAnimation: { "ariaLabel": "Animation de chargement" },
|
|
93
|
+
layout: {
|
|
94
|
+
"closePanel": "Fermer le panneau",
|
|
95
|
+
"goBack": "Retour"
|
|
96
|
+
},
|
|
97
|
+
tree: { "actions": "Actions" },
|
|
98
|
+
banner: { "hideBanner": "Masquer la bannière" },
|
|
99
|
+
tabs: {
|
|
100
|
+
"close": "Fermer",
|
|
101
|
+
"editTabTitle": "Modifier le titre de l’onglet",
|
|
102
|
+
"selectTab": "Sélectionner l’onglet"
|
|
103
|
+
},
|
|
104
|
+
contextMenu: {
|
|
105
|
+
"openContextMenu": "Ouvrir le menu contextuel",
|
|
106
|
+
"contextMenu": "context-menu"
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
//#endregion
|
|
111
|
+
export { uikit_default as default };
|
|
112
|
+
//# sourceMappingURL=uikit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uikit.js","names":[],"sources":["../../../../src/i18n/locales/fr-FR/uikit.json"],"sourcesContent":[""],"mappings":""}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.146.0 | Cube Dev Team */
|
|
2
|
+
//#region src/i18n/locales/it-IT/uikit.json
|
|
3
|
+
var uikit_default = {
|
|
4
|
+
alertDialog: {
|
|
5
|
+
"confirm": "OK",
|
|
6
|
+
"cancel": "Annulla"
|
|
7
|
+
},
|
|
8
|
+
dialog: { "dismiss": "Chiudi" },
|
|
9
|
+
dialogForm: {
|
|
10
|
+
"submit": "Invia",
|
|
11
|
+
"cancel": "Annulla"
|
|
12
|
+
},
|
|
13
|
+
form: {
|
|
14
|
+
"required": "(obbligatorio)",
|
|
15
|
+
"optional": "(facoltativo)",
|
|
16
|
+
"internalError": "Errore interno"
|
|
17
|
+
},
|
|
18
|
+
notifications: {
|
|
19
|
+
"dismiss": "Chiudi",
|
|
20
|
+
"ariaLabel": "Notifiche",
|
|
21
|
+
"empty": "Nessuna notifica"
|
|
22
|
+
},
|
|
23
|
+
relativeTime: {
|
|
24
|
+
"justNow": "proprio ora",
|
|
25
|
+
"minAgo": "{{count}} min fa",
|
|
26
|
+
"hoursAgo": "{{count}} h fa",
|
|
27
|
+
"daysAgo": "{{count}} g fa",
|
|
28
|
+
"weeksAgo": "{{count}} sett fa",
|
|
29
|
+
"monthsAgo": "{{count}} mesi fa",
|
|
30
|
+
"yearsAgo": "{{count}} anni fa"
|
|
31
|
+
},
|
|
32
|
+
toast: { "hide": "Nascondi" },
|
|
33
|
+
listBox: {
|
|
34
|
+
"selectAll": "Seleziona tutto",
|
|
35
|
+
"noItems": "Nessun elemento"
|
|
36
|
+
},
|
|
37
|
+
filterListBox: {
|
|
38
|
+
"searchPlaceholder": "Cerca...",
|
|
39
|
+
"noResults": "Nessun risultato trovato",
|
|
40
|
+
"noItems": "Nessun elemento",
|
|
41
|
+
"customValue": "Valore personalizzato",
|
|
42
|
+
"filteredItems": "Elementi filtrati"
|
|
43
|
+
},
|
|
44
|
+
picker: {
|
|
45
|
+
"all": "Tutti",
|
|
46
|
+
"pickerAriaLabel": "Selettore"
|
|
47
|
+
},
|
|
48
|
+
comboBox: {
|
|
49
|
+
"clearValue": "Cancella valore",
|
|
50
|
+
"showOptions": "Mostra opzioni"
|
|
51
|
+
},
|
|
52
|
+
commandMenu: {
|
|
53
|
+
"searchPlaceholder": "Cerca comandi...",
|
|
54
|
+
"empty": "Nessun comando trovato"
|
|
55
|
+
},
|
|
56
|
+
listBoxPopover: { "options": "Opzioni" },
|
|
57
|
+
datePicker: {
|
|
58
|
+
"time": "Ora",
|
|
59
|
+
"startTime": "Ora di inizio",
|
|
60
|
+
"endTime": "Ora di fine",
|
|
61
|
+
"showEndCalendar": "Mostra il calendario della data di fine"
|
|
62
|
+
},
|
|
63
|
+
fileInput: {
|
|
64
|
+
"chooseFile": "Scegli file",
|
|
65
|
+
"noFileSelected": "Nessun file selezionato"
|
|
66
|
+
},
|
|
67
|
+
passwordInput: { "toggleMasking": "Attiva/disattiva mascheramento" },
|
|
68
|
+
numberInput: {
|
|
69
|
+
"stepUp": "Aumenta",
|
|
70
|
+
"stepDown": "Diminuisci"
|
|
71
|
+
},
|
|
72
|
+
textInputMapper: {
|
|
73
|
+
"key": "Chiave",
|
|
74
|
+
"value": "Valore",
|
|
75
|
+
"removeMapping": "Rimuovi associazione"
|
|
76
|
+
},
|
|
77
|
+
copySnippet: {
|
|
78
|
+
"title": "Esempio di codice",
|
|
79
|
+
"copyToClipboard": "Copia {{title}} negli appunti",
|
|
80
|
+
"showHiddenParts": "Mostra le parti nascoste",
|
|
81
|
+
"copied": "{{title}} copiato"
|
|
82
|
+
},
|
|
83
|
+
copyPasteBlock: {
|
|
84
|
+
"copyToClipboard": "Copia {{title}} negli appunti",
|
|
85
|
+
"selectAndPaste": "Seleziona e incolla",
|
|
86
|
+
"invalidData": "Dati non validi",
|
|
87
|
+
"copied": "{{title}} copiato",
|
|
88
|
+
"defaultTitle": "Testo"
|
|
89
|
+
},
|
|
90
|
+
tag: { "close": "Chiudi" },
|
|
91
|
+
placeholder: { "contentIsLoading": "Caricamento del contenuto" },
|
|
92
|
+
loadingAnimation: { "ariaLabel": "Animazione di caricamento" },
|
|
93
|
+
layout: {
|
|
94
|
+
"closePanel": "Chiudi pannello",
|
|
95
|
+
"goBack": "Indietro"
|
|
96
|
+
},
|
|
97
|
+
tree: { "actions": "Azioni" },
|
|
98
|
+
banner: { "hideBanner": "Nascondi banner" },
|
|
99
|
+
tabs: {
|
|
100
|
+
"close": "Chiudi",
|
|
101
|
+
"editTabTitle": "Modifica il titolo della scheda",
|
|
102
|
+
"selectTab": "Seleziona scheda"
|
|
103
|
+
},
|
|
104
|
+
contextMenu: {
|
|
105
|
+
"openContextMenu": "Apri il menu contestuale",
|
|
106
|
+
"contextMenu": "context-menu"
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
//#endregion
|
|
111
|
+
export { uikit_default as default };
|
|
112
|
+
//# sourceMappingURL=uikit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uikit.js","names":[],"sources":["../../../../src/i18n/locales/it-IT/uikit.json"],"sourcesContent":[""],"mappings":""}
|