Socket
Socket
Sign inDemoInstall

@brightspace-ui-labs/multi-select

Package Overview
Dependencies
9
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.3.2 to 6.3.3

8

lang/cy.js

@@ -5,7 +5,7 @@ /* eslint quotes: 0 */

delete: "Dileu",
hide: "Hide",
hiddenChildren: "+ {num} more",
hide: "Cuddio",
hiddenChildren: "+ {num} arall",
oneAttributeRequired: "Rhaid gosod o leiaf un gwerth", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
picker_remove_value: "Click to remove value {value}",
picker_add_value: "Click to add value {value}"
picker_remove_value: "Cliciwch i dynnu'r gwerth {value}",
picker_add_value: "Cliciwch i ychwanegu'r gwerth {value}"
};

@@ -5,7 +5,7 @@ /* eslint quotes: 0 */

delete: "Slet",
hide: "Hide",
hiddenChildren: "+ {num} more",
hide: "Skjul",
hiddenChildren: "+ {num} mere",
oneAttributeRequired: "Der skal angives mindst én værdi", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
picker_remove_value: "Click to remove value {value}",
picker_add_value: "Click to add value {value}"
picker_remove_value: "Klik for at fjerne værdi {value}",
picker_add_value: "Klik for at tilføje værdi {value}"
};

@@ -6,6 +6,6 @@ /* eslint quotes: 0 */

hide: "隐藏",
hiddenChildren: "+ {num} 更多",
oneAttributeRequired: "At least one value must be set", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
picker_remove_value: "Click to remove value {value}",
picker_add_value: "Click to add value {value}"
hiddenChildren: "还有 {num} 个",
oneAttributeRequired: "必须设置至少一个值", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
picker_remove_value: "单击以删除值 {value}",
picker_add_value: "单击以添加值 {value}"
};

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

import { LocalizeDynamicMixin } from '@brightspace-ui/core/mixins/localize-dynamic-mixin.js';
export const Localizer = superclass => class extends LocalizeDynamicMixin(superclass) {
import { LocalizeMixin } from '@brightspace-ui/core/mixins/localize/localize-mixin.js';
export const Localizer = superclass => class extends LocalizeMixin(superclass) {
static get localizeConfig() {

@@ -4,0 +4,0 @@ return {

@@ -16,3 +16,2 @@ {

"localization.js",
"localize-behavior.js",
"multi-select-input-text.js",

@@ -37,3 +36,3 @@ "multi-select-input.js",

"license": "Apache-2.0",
"version": "6.3.2",
"version": "6.3.3",
"devDependencies": {

@@ -51,3 +50,3 @@ "@babel/core": "^7",

"messageformat-validator": "^2.4.1",
"sinon": "^15",
"sinon": "^16",
"stylelint": "^15"

@@ -57,3 +56,2 @@ },

"@brightspace-ui/core": "^2",
"@brightspace-ui/localize-behavior": "^2",
"@polymer/polymer": "^3",

@@ -60,0 +58,0 @@ "lit": "^2"

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc