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

@brightspace-ui/labs

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightspace-ui/labs - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

src/components/wizard/README.md

4

package.json

@@ -18,2 +18,4 @@ {

"./components/view-toggle.js": "./src/components/view-toggle/view-toggle.js",
"./components/wizard.js": "./src/components/wizard/wizard.js",
"./components/wizard-step.js": "./src/components/wizard/step.js",
"./controllers/computed-value.js": "./src/controllers/computed-values/computed-value.js",

@@ -58,3 +60,3 @@ "./controllers/computed-values.js": "./src/controllers/computed-values/computed-values.js",

},
"version": "2.5.0"
"version": "2.6.0"
}

@@ -9,3 +9,3 @@ # d2l-labs-view-toggle

<script type="module">
import '@brightspace-ui-labs/view-toggle/view-toggle.js';
import '@brightspace-ui/labs/components/view-toggle.js';
</script>

@@ -12,0 +12,0 @@ <d2l-labs-view-toggle

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "الصفحة السابقة",
"components:pagination:resultsPerPage": "النتائج لكل صفحة"
"components:pagination:resultsPerPage": "النتائج لكل صفحة",
"components:wizard:aria.steplabel": "الخطوة {currentStep} من أصل {totalSteps}",
"components:wizard:stepper.defaults.next": "التالي",
"components:wizard:stepper.defaults.restart": "إعادة تشغيل",
"components:wizard:restart.button.tooltip": "العودة إلى الخطوة الأولى",
"components:wizard:next.button.tooltip": "المتابعة إلى الخطوة التالية"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Y dudalen flaenorol",
"components:pagination:resultsPerPage": "Canlyniadau fesul tudalen"
"components:pagination:resultsPerPage": "Canlyniadau fesul tudalen",
"components:wizard:aria.steplabel": "Cam {currentStep} o {totalSteps}",
"components:wizard:stepper.defaults.next": "Nesaf",
"components:wizard:stepper.defaults.restart": "Ailddechrau",
"components:wizard:restart.button.tooltip": "Back to first step",
"components:wizard:next.button.tooltip": "Proceed to next step"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Forrige side",
"components:pagination:resultsPerPage": "Resultater pr. side"
"components:pagination:resultsPerPage": "Resultater pr. side",
"components:wizard:aria.steplabel": "Step {currentStep} of {totalSteps}",
"components:wizard:stepper.defaults.next": "Next",
"components:wizard:stepper.defaults.restart": "Restart",
"components:wizard:restart.button.tooltip": "Back to first step",
"components:wizard:next.button.tooltip": "Proceed to next step"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Vorherige Seite",
"components:pagination:resultsPerPage": "Ergebnisse pro Seite"
"components:pagination:resultsPerPage": "Ergebnisse pro Seite",
"components:wizard:aria.steplabel": "Schritt {currentStep} von {totalSteps}",
"components:wizard:stepper.defaults.next": "Weiter",
"components:wizard:stepper.defaults.restart": "Neu starten",
"components:wizard:restart.button.tooltip": "Zurück zum ersten Schritt",
"components:wizard:next.button.tooltip": "Fahren Sie mit dem nächsten Schritt fort"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Previous page",
"components:pagination:resultsPerPage": "Results per page"
"components:pagination:resultsPerPage": "Results per page",
"components:wizard:aria.steplabel": "Step {currentStep} of {totalSteps}",
"components:wizard:stepper.defaults.next": "Next",
"components:wizard:stepper.defaults.restart": "Restart",
"components:wizard:restart.button.tooltip": "Back to first step",
"components:wizard:next.button.tooltip": "Proceed to next step"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Previous page",
"components:pagination:resultsPerPage": "Results per page"
"components:pagination:resultsPerPage": "Results per page",
"components:wizard:aria.steplabel": "Step {currentStep} of {totalSteps}",
"components:wizard:stepper.defaults.next": "Next",
"components:wizard:stepper.defaults.restart": "Restart",
"components:wizard:restart.button.tooltip": "Back to first step",
"components:wizard:next.button.tooltip": "Proceed to next step"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Página anterior",
"components:pagination:resultsPerPage": "Resultados por página"
"components:pagination:resultsPerPage": "Resultados por página",
"components:wizard:aria.steplabel": "Paso {currentStep} de {totalSteps}",
"components:wizard:stepper.defaults.next": "Siguiente",
"components:wizard:stepper.defaults.restart": "Reiniciar",
"components:wizard:restart.button.tooltip": "Volver al primer paso",
"components:wizard:next.button.tooltip": "Avanzar al siguiente paso"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Página anterior",
"components:pagination:resultsPerPage": "Resultados por página"
"components:pagination:resultsPerPage": "Resultados por página",
"components:wizard:aria.steplabel": "Paso {currentStep} de {totalSteps}",
"components:wizard:stepper.defaults.next": "Siguiente",
"components:wizard:stepper.defaults.restart": "Reiniciar",
"components:wizard:restart.button.tooltip": "Volver al primer paso",
"components:wizard:next.button.tooltip": "Avanzar al siguiente paso"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Page précédente",
"components:pagination:resultsPerPage": "Résultats par page"
"components:pagination:resultsPerPage": "Résultats par page",
"components:wizard:aria.steplabel": "Étape {currentStep} sur {totalSteps}",
"components:wizard:stepper.defaults.next": "Suivant",
"components:wizard:stepper.defaults.restart": "Redémarrer",
"components:wizard:restart.button.tooltip": "Revenir à la première étape",
"components:wizard:next.button.tooltip": "Passer à l’étape suivante"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Page précédente",
"components:pagination:resultsPerPage": "Résultats par page"
"components:pagination:resultsPerPage": "Résultats par page",
"components:wizard:aria.steplabel": "Étape {currentStep} de {totalSteps}",
"components:wizard:stepper.defaults.next": "Page suivante",
"components:wizard:stepper.defaults.restart": "Redémarrer",
"components:wizard:restart.button.tooltip": "Retour à la première étape",
"components:wizard:next.button.tooltip": "Passer à la prochaine étape"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Page précédente",
"components:pagination:resultsPerPage": "Résultats par page"
"components:pagination:resultsPerPage": "Résultats par page",
"components:wizard:aria.steplabel": "Étape {currentStep} de {totalSteps}",
"components:wizard:stepper.defaults.next": "Suivant",
"components:wizard:stepper.defaults.restart": "Redémarrer",
"components:wizard:restart.button.tooltip": "Retour à la première étape",
"components:wizard:next.button.tooltip": "Passer à la prochaine étape"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "पिछला पेज",
"components:pagination:resultsPerPage": "प्रति पेज के परिणाम"
"components:pagination:resultsPerPage": "प्रति पेज के परिणाम",
"components:wizard:aria.steplabel": "{totalSteps} में से {currentStep} चरण",
"components:wizard:stepper.defaults.next": "अगला",
"components:wizard:stepper.defaults.restart": "रीस्टार्ट करें",
"components:wizard:restart.button.tooltip": "पहले चरण पर वापस जाएँ",
"components:wizard:next.button.tooltip": "अगले चरण पर आगे बढ़ें"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "前のページ",
"components:pagination:resultsPerPage": "ページごとの結果"
"components:pagination:resultsPerPage": "ページごとの結果",
"components:wizard:aria.steplabel": "ステップ {currentStep}/{totalSteps}",
"components:wizard:stepper.defaults.next": "次へ",
"components:wizard:stepper.defaults.restart": "再開",
"components:wizard:restart.button.tooltip": "最初の手順に戻る",
"components:wizard:next.button.tooltip": "次の手順に進む"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "이전 페이지",
"components:pagination:resultsPerPage": "페이지당 결과 수"
"components:pagination:resultsPerPage": "페이지당 결과 수",
"components:wizard:aria.steplabel": "{currentStep}/{totalSteps} 단계",
"components:wizard:stepper.defaults.next": "다음",
"components:wizard:stepper.defaults.restart": "다시 시작",
"components:wizard:restart.button.tooltip": "첫 번째 단계로 돌아갑니다",
"components:wizard:next.button.tooltip": "다음 단계로 진행합니다"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Vorige pagina",
"components:pagination:resultsPerPage": "Resultaten per pagina"
"components:pagination:resultsPerPage": "Resultaten per pagina",
"components:wizard:aria.steplabel": "Stap {currentStep} van {totalSteps}",
"components:wizard:stepper.defaults.next": "Volgende",
"components:wizard:stepper.defaults.restart": "Opnieuw starten",
"components:wizard:restart.button.tooltip": "Terug naar eerste stap",
"components:wizard:next.button.tooltip": "Ga verder naar de volgende stap"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Página anterior",
"components:pagination:resultsPerPage": "Resultados por página"
"components:pagination:resultsPerPage": "Resultados por página",
"components:wizard:aria.steplabel": "Etapa {currentStep} de {totalSteps}",
"components:wizard:stepper.defaults.next": "Avançar",
"components:wizard:stepper.defaults.restart": "Reiniciar",
"components:wizard:restart.button.tooltip": "Voltar para a primeira etapa",
"components:wizard:next.button.tooltip": "Ir para a próxima etapa"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Föregående sida",
"components:pagination:resultsPerPage": "Resultat per sida"
"components:pagination:resultsPerPage": "Resultat per sida",
"components:wizard:aria.steplabel": "Steg {currentStep} av {totalSteps}",
"components:wizard:stepper.defaults.next": "Nästa",
"components:wizard:stepper.defaults.restart": "Starta om",
"components:wizard:restart.button.tooltip": "Tillbaka till första steget",
"components:wizard:next.button.tooltip": "Gå vidare till nästa steg"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "Önceki sayfa",
"components:pagination:resultsPerPage": "Sayfa başına sonuç"
"components:pagination:resultsPerPage": "Sayfa başına sonuç",
"components:wizard:aria.steplabel": "Adım {currentStep} / {totalSteps}",
"components:wizard:stepper.defaults.next": "İleri",
"components:wizard:stepper.defaults.restart": "Yeniden Başlat",
"components:wizard:restart.button.tooltip": "İlk adıma geri dön",
"components:wizard:next.button.tooltip": "Sonraki adıma ilerle"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "上一页",
"components:pagination:resultsPerPage": "每页结果数"
"components:pagination:resultsPerPage": "每页结果数",
"components:wizard:aria.steplabel": "Step {currentStep} of {totalSteps}",
"components:wizard:stepper.defaults.next": "Next",
"components:wizard:stepper.defaults.restart": "Restart",
"components:wizard:restart.button.tooltip": "Back to first step",
"components:wizard:next.button.tooltip": "Proceed to next step"
};

@@ -45,3 +45,8 @@ export default {

"components:pagination:previousPage": "上一頁",
"components:pagination:resultsPerPage": "每頁結果"
"components:pagination:resultsPerPage": "每頁結果",
"components:wizard:aria.steplabel": "第 {currentStep} 步,共 {totalSteps} 步",
"components:wizard:stepper.defaults.next": "下一個",
"components:wizard:stepper.defaults.restart": "重新開始",
"components:wizard:restart.button.tooltip": "返回第一個步驟",
"components:wizard:next.button.tooltip": "繼續前往下一個步驟"
};
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