@simsustech/quasar-components 0.11.9 → 0.11.11
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/CHANGELOG.md +15 -0
- package/dist/LocaleSelect.vue_vue_type_script_setup_true_lang-Du4fNbTV.js +573 -0
- package/dist/authentication.js +218 -106
- package/dist/form.js +164 -305
- package/dist/general.js +51 -95
- package/dist/md3.js +435 -0
- package/dist/{nl-BTgHOvpQ.js → nl-BJwNz421.js} +70 -0
- package/dist/{nl-jHKPHlmh.js → nl-CneFq5NZ.js} +4 -0
- package/dist/nl-NLgZUAKl.js +6 -0
- package/dist/types/ui/authentication/AccountsTable.vue.d.ts +5 -0
- package/dist/types/ui/authentication/ConsentList.vue.d.ts +3 -0
- package/dist/types/ui/authentication/EmailChangeForm.vue.d.ts +2 -2
- package/dist/types/ui/authentication/LoginButton.vue.d.ts +1 -1
- package/dist/types/ui/authentication/LoginForm.vue.d.ts +6 -2
- package/dist/types/ui/authentication/LogoutButton.vue.d.ts +12 -0
- package/dist/types/ui/authentication/LogoutForm.vue.d.ts +18 -0
- package/dist/types/ui/authentication/PasswordChangeForm.vue.d.ts +10 -2
- package/dist/types/ui/authentication/RegisterForm.vue.d.ts +10 -2
- package/dist/types/ui/authentication/RequestOtpForm.vue.d.ts +2 -2
- package/dist/types/ui/authentication/UserMenuButton.vue.d.ts +4 -1
- package/dist/types/ui/authentication/index.d.ts +2 -0
- package/dist/types/ui/authentication/lang/index.d.ts +12 -0
- package/dist/types/ui/form/DateInput.vue.d.ts +19 -1
- package/dist/types/ui/form/FormInput.vue.d.ts +2 -15
- package/dist/types/ui/form/FormItem.vue.d.ts +2 -19
- package/dist/types/ui/form/LocaleSelect.vue.d.ts +6 -4
- package/dist/types/ui/form/lang/index.d.ts +1131 -0
- package/dist/types/ui/general/QDrawerList.vue.d.ts +2 -7
- package/dist/types/ui/general/QLanguageSelect.vue.d.ts +7 -4
- package/dist/types/ui/general/QStyledCard.vue.d.ts +9 -5
- package/dist/types/ui/general/QStyledLayout.vue.d.ts +1 -1
- package/dist/types/ui/general/QSubmitButton.vue.d.ts +1 -1
- package/dist/types/ui/general/ResourcePage.vue.d.ts +17 -5
- package/dist/types/ui/general/ResponsiveDialog.vue.d.ts +9 -4
- package/dist/types/ui/md3/Md3Layout.vue.d.ts +31 -0
- package/dist/types/ui/md3/NavigationRailFabs.vue.d.ts +14 -0
- package/dist/types/ui/md3/index.d.ts +3 -0
- package/dist/types/ui/md3/lang/en-US.d.ts +3 -0
- package/dist/types/ui/md3/lang/index.d.ts +12 -0
- package/dist/types/ui/md3/lang/nl.d.ts +3 -0
- package/package.json +21 -14
- package/src/ui/authentication/AccountsTable.vue +18 -9
- package/src/ui/authentication/ConsentList.vue +13 -18
- package/src/ui/authentication/LoginForm.vue +12 -3
- package/src/ui/authentication/LogoutButton.vue +31 -0
- package/src/ui/authentication/LogoutForm.vue +49 -0
- package/src/ui/authentication/PasswordChangeForm.vue +11 -3
- package/src/ui/authentication/RegisterForm.vue +11 -3
- package/src/ui/authentication/UserMenuButton.vue +9 -3
- package/src/ui/authentication/index.ts +2 -0
- package/src/ui/authentication/lang/en-US.ts +4 -0
- package/src/ui/authentication/lang/index.ts +4 -0
- package/src/ui/authentication/lang/nl.ts +4 -0
- package/src/ui/form/DateInput.vue +53 -26
- package/src/ui/form/LocaleSelect.vue +29 -43
- package/src/ui/form/lang/en-US.ts +377 -0
- package/src/ui/form/lang/index.ts +377 -0
- package/src/ui/form/lang/nl.ts +377 -0
- package/src/ui/general/QLanguageSelect.vue +30 -105
- package/src/ui/general/QLanguageSelectBtn.vue.bak +99 -0
- package/src/ui/general/QStyledCard.vue +2 -2
- package/src/ui/general/ResourcePage.vue +13 -5
- package/src/ui/general/ResponsiveDialog.vue +23 -6
- package/src/ui/general/index.ts +1 -0
- package/src/ui/md3/Md3Layout.vue +139 -0
- package/src/ui/md3/NavigationRailFabs.vue +68 -0
- package/src/ui/md3/index.ts +3 -0
- package/src/ui/md3/lang/en-US.ts +7 -0
- package/src/ui/md3/lang/index.ts +41 -0
- package/src/ui/md3/lang/nl.ts +7 -0
- package/vite.config.ts +4 -73
- package/dist/flags.js +0 -255
- package/dist/icons.js +0 -25
- package/dist/index-DnmJt2wP.js +0 -7921
- package/dist/nl-BL9hHEHL.js +0 -76
package/dist/nl-BL9hHEHL.js
DELETED
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
const lang = {
|
|
2
|
-
isoName: "nl",
|
|
3
|
-
yes: "Ja",
|
|
4
|
-
no: "Nee",
|
|
5
|
-
selectMultiple: "Selecteer één of meerdere",
|
|
6
|
-
noResultsAvailable: "Geen resultaten beschikbaar.",
|
|
7
|
-
buttons: {
|
|
8
|
-
close: "Sluiten"
|
|
9
|
-
},
|
|
10
|
-
email: {
|
|
11
|
-
subject: "Onderwerp"
|
|
12
|
-
},
|
|
13
|
-
fields: {
|
|
14
|
-
name: "Naam",
|
|
15
|
-
firstName: "Voornaam",
|
|
16
|
-
lastName: "Achternaam",
|
|
17
|
-
address: "Adres",
|
|
18
|
-
postalCode: "Postcode",
|
|
19
|
-
city: "Woonplaats",
|
|
20
|
-
telephoneNumber: "Telefoonnummer"
|
|
21
|
-
},
|
|
22
|
-
validations: {
|
|
23
|
-
fieldRequired: "Veld is vereist."
|
|
24
|
-
},
|
|
25
|
-
gender: {
|
|
26
|
-
gender: "Geslacht",
|
|
27
|
-
male: "Mannelijk",
|
|
28
|
-
female: "Vrouwelijk",
|
|
29
|
-
other: "Anders"
|
|
30
|
-
},
|
|
31
|
-
postalCode: {
|
|
32
|
-
postalCode: "Postcode",
|
|
33
|
-
validations: {
|
|
34
|
-
invalidPostalCode: "Ongeldige postcode"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
datePicker: {
|
|
38
|
-
date: "Datum",
|
|
39
|
-
placeholder: "JJJJ/MM/DD",
|
|
40
|
-
YYYY: "JJJJ",
|
|
41
|
-
MM: "MM",
|
|
42
|
-
DD: "DD",
|
|
43
|
-
validations: {
|
|
44
|
-
unavailableRange: "De geselecteerde periode bevat ongeschikbare datums."
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
currency: {
|
|
48
|
-
currency: "Valuta",
|
|
49
|
-
EUR: "Euro",
|
|
50
|
-
USD: "USD"
|
|
51
|
-
},
|
|
52
|
-
locale: {
|
|
53
|
-
locale: "Regio"
|
|
54
|
-
},
|
|
55
|
-
cron: {
|
|
56
|
-
name: "Herhaling",
|
|
57
|
-
minute: "Minuut",
|
|
58
|
-
hour: "Uur",
|
|
59
|
-
dayOfMonth: "Dag van maand",
|
|
60
|
-
month: "Maand",
|
|
61
|
-
dayOfWeek: "Dag van week",
|
|
62
|
-
every: {
|
|
63
|
-
minute: "Iedere minuut",
|
|
64
|
-
hour: "Ieder uur",
|
|
65
|
-
dayOfMonth: "Iedere dag",
|
|
66
|
-
month: "Iedere maand",
|
|
67
|
-
dayOfWeek: "Iedere dag van de week"
|
|
68
|
-
},
|
|
69
|
-
validations: {
|
|
70
|
-
invalidCron: "Cron regel is ongeldig."
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
export {
|
|
75
|
-
lang as default
|
|
76
|
-
};
|