Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@refinitiv-ui/phrasebook

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@refinitiv-ui/phrasebook - npm Package Compare versions

Comparing version 0.0.0-dev.2446592245.1 to 0.0.0-dev.2589386127.1

lib/locale/de/autosuggest.d.ts

23

CHANGELOG.md

@@ -6,2 +6,25 @@ # Change Log

# [6.1.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.0.0...@refinitiv-ui/phrasebook@6.1.0) (2022-06-20)
### Features
* add non-english aria messages for autosuggest and slider ([#357](https://github.com/Refinitiv/refinitiv-ui/issues/357)) ([c7ea8cb](https://github.com/Refinitiv/refinitiv-ui/commit/c7ea8cb5de1d7b6ad468b93ffddfbf15559873ba))
# [6.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.0.0-next.2...@refinitiv-ui/phrasebook@6.0.0) (2022-06-07)
### Features
* **clock:** improve clock accessibility ([#308](https://github.com/Refinitiv/refinitiv-ui/issues/308)) ([c0a9bb0](https://github.com/Refinitiv/refinitiv-ui/commit/c0a9bb04c212b6aa4dbce495bec4faebd9080eaf)), closes [#311](https://github.com/Refinitiv/refinitiv-ui/issues/311)
* **slider:** add localised label for slider thumb ([#351](https://github.com/Refinitiv/refinitiv-ui/issues/351)) ([ba9cc8d](https://github.com/Refinitiv/refinitiv-ui/commit/ba9cc8d563444dba35a082a3898dc4e8f9235074))
## [5.4.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.4.0...@refinitiv-ui/phrasebook@5.4.1) (2022-01-12)

@@ -8,0 +31,0 @@

3

lib/index.d.ts

@@ -1,2 +0,3 @@

export type { Translations } from './types';
import type { Translations } from './types';
export type { Translations };
export { Phrasebook, ObserverCallback, ObserverKey } from './translation.js';
// Component docs https://elf.int.refinitiv.com/elements/color-dialog.html
import { Phrasebook } from '../../translation.js';
import './shared.js';
import dialogTranslations from './dialog';
import dialogTranslations from './dialog.js';
const translations = {

@@ -6,0 +6,0 @@ ...dialogTranslations,

// Component docs https://elf.int.refinitiv.com/elements/tree-select.html
import { Phrasebook } from '../../translation.js';
import './shared.js';
import comboboxTranslations from './combo-box';
import comboboxTranslations from './combo-box.js';
const translations = {

@@ -6,0 +6,0 @@ ...comboboxTranslations,

// Component docs https://elf.int.refinitiv.com/elements/color-dialog.html
import { Phrasebook } from '../../translation.js';
import './shared.js';
import dialogTranslations from './dialog';
import dialogTranslations from './dialog.js';
const translations = {

@@ -6,0 +6,0 @@ ...dialogTranslations,

// Component docs https://elf.int.refinitiv.com/elements/tree-select.html
import { Phrasebook } from '../../translation.js';
import './shared.js';
import comboboxTranslations from './combo-box';
import comboboxTranslations from './combo-box.js';
const translations = {

@@ -6,0 +6,0 @@ ...comboboxTranslations,

// Component docs https://elf.int.refinitiv.com/elements/color-dialog.html
import { Phrasebook } from '../../translation.js';
import './shared.js';
import dialogTranslations from './dialog';
import dialogTranslations from './dialog.js';
const translations = {

@@ -6,0 +6,0 @@ ...dialogTranslations,

// Component docs https://elf.int.refinitiv.com/elements/tree-select.html
import { Phrasebook } from '../../translation.js';
import './shared.js';
import comboboxTranslations from './combo-box';
import comboboxTranslations from './combo-box.js';
const translations = {

@@ -6,0 +6,0 @@ ...comboboxTranslations,

// Component docs https://elf.int.refinitiv.com/elements/color-dialog.html
import { Phrasebook } from '../../translation.js';
import './shared.js';
import dialogTranslations from './dialog';
import dialogTranslations from './dialog.js';
const translations = {

@@ -6,0 +6,0 @@ ...dialogTranslations,

// Component docs https://elf.int.refinitiv.com/elements/tree-select.html
import { Phrasebook } from '../../translation.js';
import './shared.js';
import comboboxTranslations from './combo-box';
import comboboxTranslations from './combo-box.js';
const translations = {

@@ -6,0 +6,0 @@ ...comboboxTranslations,

// Component docs https://elf.int.refinitiv.com/elements/color-dialog.html
import { Phrasebook } from '../../translation.js';
import './shared.js';
import dialogTranslations from './dialog';
import dialogTranslations from './dialog.js';
const translations = {

@@ -6,0 +6,0 @@ ...dialogTranslations,

// Component docs https://elf.int.refinitiv.com/elements/tree-select.html
import { Phrasebook } from '../../translation.js';
import './shared.js';
import comboboxTranslations from './combo-box';
import comboboxTranslations from './combo-box.js';
const translations = {

@@ -6,0 +6,0 @@ ...comboboxTranslations,

{
"name": "@refinitiv-ui/phrasebook",
"version": "0.0.0-dev.2446592245.1",
"version": "0.0.0-dev.2589386127.1",
"description": "Collection of messages in EF components for translation",

@@ -25,2 +25,3 @@ "author": "Refinitiv",

"./locale/de/appstate-bar.js": "./lib/locale/de/appstate-bar.js",
"./locale/de/autosuggest.js": "./lib/locale/de/autosuggest.js",
"./locale/de/calendar.js": "./lib/locale/de/calendar.js",

@@ -40,3 +41,5 @@ "./locale/de/clock.js": "./lib/locale/de/clock.js",

"./locale/de/card.js": "./lib/locale/de/card.js",
"./locale/de/slider.js": "./lib/locale/de/slider.js",
"./locale/en/appstate-bar.js": "./lib/locale/en/appstate-bar.js",
"./locale/en/autosuggest.js": "./lib/locale/en/autosuggest.js",
"./locale/en/calendar.js": "./lib/locale/en/calendar.js",

@@ -56,3 +59,5 @@ "./locale/en/clock.js": "./lib/locale/en/clock.js",

"./locale/en/card.js": "./lib/locale/en/card.js",
"./locale/en/slider.js": "./lib/locale/en/slider.js",
"./locale/ja/appstate-bar.js": "./lib/locale/ja/appstate-bar.js",
"./locale/ja/autosuggest.js": "./lib/locale/ja/autosuggest.js",
"./locale/ja/calendar.js": "./lib/locale/ja/calendar.js",

@@ -72,3 +77,5 @@ "./locale/ja/clock.js": "./lib/locale/ja/clock.js",

"./locale/ja/card.js": "./lib/locale/ja/card.js",
"./locale/ja/slider.js": "./lib/locale/ja/slider.js",
"./locale/zh/appstate-bar.js": "./lib/locale/zh/appstate-bar.js",
"./locale/zh/autosuggest.js": "./lib/locale/zh/autosuggest.js",
"./locale/zh/calendar.js": "./lib/locale/zh/calendar.js",

@@ -88,3 +95,5 @@ "./locale/zh/clock.js": "./lib/locale/zh/clock.js",

"./locale/zh/card.js": "./lib/locale/zh/card.js",
"./locale/zh/slider.js": "./lib/locale/zh/slider.js",
"./locale/zh-hant/appstate-bar.js": "./lib/locale/zh-hant/appstate-bar.js",
"./locale/zh-hant/autosuggest.js": "./lib/locale/zh-hant/autosuggest.js",
"./locale/zh-hant/calendar.js": "./lib/locale/zh-hant/calendar.js",

@@ -103,3 +112,4 @@ "./locale/zh-hant/clock.js": "./lib/locale/zh-hant/clock.js",

"./locale/zh-hant/notification.js": "./lib/locale/zh-hant/notification.js",
"./locale/zh-hant/card.js": "./lib/locale/zh-hant/card.js"
"./locale/zh-hant/card.js": "./lib/locale/zh-hant/card.js",
"./locale/zh-hant/slider.js": "./lib/locale/zh-hant/slider.js"
},

@@ -127,3 +137,3 @@ "scripts": {

},
"gitHead": "41c1b2c8cb039173f88e697e67eb16ae9d9f63fc"
"gitHead": "2ec7b9a8f548b536e2809069f1a5f5bed301f4eb"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc