@primevue/mcp 4.5.5 → 5.0.0-rc.2
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/LICENSE.md +45 -21
- package/README.md +48 -250
- package/data/components.json +47269 -0
- package/data/llms/components/accordion.md +629 -0
- package/data/llms/components/animateonscroll.md +165 -0
- package/data/llms/components/autocomplete.md +995 -0
- package/data/llms/components/avatar.md +264 -0
- package/data/llms/components/badge.md +200 -0
- package/data/llms/components/blockui.md +99 -0
- package/data/llms/components/breadcrumb.md +269 -0
- package/data/llms/components/button.md +902 -0
- package/data/llms/components/card.md +209 -0
- package/data/llms/components/carousel.md +506 -0
- package/data/llms/components/cascadeselect.md +1207 -0
- package/data/llms/components/chart.md +1022 -0
- package/data/llms/components/checkbox.md +401 -0
- package/data/llms/components/chip.md +206 -0
- package/data/llms/components/colorpicker.md +213 -0
- package/data/llms/components/commandmenu.md +660 -0
- package/data/llms/components/compare.md +407 -0
- package/data/llms/components/confirmdialog.md +343 -0
- package/data/llms/components/confirmpopup.md +252 -0
- package/data/llms/components/contextmenu.md +522 -0
- package/data/llms/components/datatable.md +5266 -0
- package/data/llms/components/dataview.md +569 -0
- package/data/llms/components/datepicker.md +964 -0
- package/data/llms/components/deferredcontent.md +96 -0
- package/data/llms/components/dialog.md +702 -0
- package/data/llms/components/divider.md +152 -0
- package/data/llms/components/dock.md +488 -0
- package/data/llms/components/drawer.md +469 -0
- package/data/llms/components/dynamicdialog.md +214 -0
- package/data/llms/components/editor.md +205 -0
- package/data/llms/components/fieldset.md +253 -0
- package/data/llms/components/fileupload.md +459 -0
- package/data/llms/components/floatlabel.md +144 -0
- package/data/llms/components/fluid.md +104 -0
- package/data/llms/components/focustrap.md +59 -0
- package/data/llms/components/forms.md +344 -0
- package/data/llms/components/galleria.md +1119 -0
- package/data/llms/components/gallery.md +1003 -0
- package/data/llms/components/iconfield.md +283 -0
- package/data/llms/components/iftalabel.md +96 -0
- package/data/llms/components/image.md +179 -0
- package/data/llms/components/imagecompare.md +108 -0
- package/data/llms/components/inplace.md +183 -0
- package/data/llms/components/inputcolor.md +869 -0
- package/data/llms/components/inputgroup.md +419 -0
- package/data/llms/components/inputmask.md +345 -0
- package/data/llms/components/inputnumber.md +551 -0
- package/data/llms/components/inputotp.md +345 -0
- package/data/llms/components/inputpassword.md +738 -0
- package/data/llms/components/inputtags.md +432 -0
- package/data/llms/components/inputtext.md +569 -0
- package/data/llms/components/installation.md +1 -0
- package/data/llms/components/keyfilter.md +116 -0
- package/data/llms/components/knob.md +318 -0
- package/data/llms/components/label.md +151 -0
- package/data/llms/components/laravel.md +53 -0
- package/data/llms/components/listbox.md +636 -0
- package/data/llms/components/mask.md +203 -0
- package/data/llms/components/mcp.md +39 -0
- package/data/llms/components/megamenu.md +563 -0
- package/data/llms/components/menu.md +651 -0
- package/data/llms/components/menubar.md +446 -0
- package/data/llms/components/message.md +497 -0
- package/data/llms/components/metergroup.md +281 -0
- package/data/llms/components/multiselect.md +752 -0
- package/data/llms/components/orderlist.md +224 -0
- package/data/llms/components/organizationchart.md +418 -0
- package/data/llms/components/paginator.md +221 -0
- package/data/llms/components/panel.md +321 -0
- package/data/llms/components/panelmenu.md +703 -0
- package/data/llms/components/password.md +657 -0
- package/data/llms/components/picklist.md +286 -0
- package/data/llms/components/popover.md +145 -0
- package/data/llms/components/progressbar.md +242 -0
- package/data/llms/components/progressspinner.md +104 -0
- package/data/llms/components/radiobutton.md +427 -0
- package/data/llms/components/rating.md +312 -0
- package/data/llms/components/ripple.md +91 -0
- package/data/llms/components/scrollarea.md +700 -0
- package/data/llms/components/scrollpanel.md +131 -0
- package/data/llms/components/scrolltop.md +87 -0
- package/data/llms/components/select.md +1251 -0
- package/data/llms/components/selectbutton.md +268 -0
- package/data/llms/components/sidebar.md +2232 -0
- package/data/llms/components/skeleton.md +302 -0
- package/data/llms/components/slider.md +416 -0
- package/data/llms/components/speeddial.md +402 -0
- package/data/llms/components/splitbutton.md +840 -0
- package/data/llms/components/splitter.md +447 -0
- package/data/llms/components/stepper.md +551 -0
- package/data/llms/components/styleclass.md +226 -0
- package/data/llms/components/tabs.md +609 -0
- package/data/llms/components/tag.md +178 -0
- package/data/llms/components/terminal.md +123 -0
- package/data/llms/components/textarea.md +519 -0
- package/data/llms/components/tieredmenu.md +578 -0
- package/data/llms/components/timeline.md +494 -0
- package/data/llms/components/toast.md +472 -0
- package/data/llms/components/togglebutton.md +276 -0
- package/data/llms/components/toggleswitch.md +271 -0
- package/data/llms/components/toolbar.md +140 -0
- package/data/llms/components/tooltip.md +160 -0
- package/data/llms/components/tree.md +1076 -0
- package/data/llms/components/treeselect.md +660 -0
- package/data/llms/components/treetable.md +2493 -0
- package/data/llms/components/virtualscroller.md +265 -0
- package/data/llms/guides/autoimport.md +28 -0
- package/data/llms/guides/cdn.md +72 -0
- package/data/llms/guides/configuration.md +158 -0
- package/data/llms/guides/customicons.md +67 -0
- package/data/llms/guides/guides/accessibility.md +27 -0
- package/data/llms/guides/guides/animations.md +119 -0
- package/data/llms/guides/guides/rtl.md +7 -0
- package/data/llms/guides/icons.md +136 -0
- package/data/llms/guides/installation.md +3 -0
- package/data/llms/guides/laravel.md +66 -0
- package/data/llms/guides/llms.md +15 -0
- package/data/llms/guides/mcp.md +104 -0
- package/data/llms/guides/migration/v4.md +15 -0
- package/data/llms/guides/migration/v5.md +15 -0
- package/data/llms/guides/nuxt.md +141 -0
- package/data/llms/guides/passthrough.md +137 -0
- package/data/llms/guides/primeclt.md +43 -0
- package/data/llms/guides/tailwind.md +151 -0
- package/data/llms/guides/theming/styled.md +497 -0
- package/data/llms/guides/theming/unstyled.md +57 -0
- package/data/llms/guides/uikit.md +3 -0
- package/data/llms/guides/vite.md +90 -0
- package/data/llms/llms-full.txt +54465 -0
- package/data/llms/llms.txt +132 -0
- package/data/llms/pages/accessibility.md +27 -0
- package/data/llms/pages/animations.md +119 -0
- package/data/llms/pages/autoimport.md +28 -0
- package/data/llms/pages/cdn.md +72 -0
- package/data/llms/pages/configuration.md +158 -0
- package/data/llms/pages/contribution.md +31 -0
- package/data/llms/pages/customicons.md +67 -0
- package/data/llms/pages/designer.md +79 -0
- package/data/llms/pages/dynamicimports.md +7 -0
- package/data/llms/pages/forms.md +63 -0
- package/data/llms/pages/guides/accessibility.md +27 -0
- package/data/llms/pages/guides/animations.md +119 -0
- package/data/llms/pages/guides/rtl.md +7 -0
- package/data/llms/pages/icons.md +136 -0
- package/data/llms/pages/installation.md +3 -0
- package/data/llms/pages/introduction.md +23 -0
- package/data/llms/pages/laravel.md +66 -0
- package/data/llms/pages/llms.md +15 -0
- package/data/llms/pages/mcp.md +104 -0
- package/data/llms/pages/migration/v4.md +15 -0
- package/data/llms/pages/migration/v5.md +15 -0
- package/data/llms/pages/nuxt.md +141 -0
- package/data/llms/pages/passthrough.md +137 -0
- package/data/llms/pages/primeclt.md +43 -0
- package/data/llms/pages/rtl.md +7 -0
- package/data/llms/pages/setup.md +3 -0
- package/data/llms/pages/styled.md +497 -0
- package/data/llms/pages/tailwind.md +151 -0
- package/data/llms/pages/theming/styled.md +497 -0
- package/data/llms/pages/theming/unstyled.md +57 -0
- package/data/llms/pages/uikit.md +3 -0
- package/data/llms/pages/unstyled.md +57 -0
- package/data/llms/pages/v4.md +15 -0
- package/data/llms/pages/v5.md +15 -0
- package/data/llms/pages/vite.md +90 -0
- package/data/manifest.json +11117 -0
- package/data/mcp-data.json +55940 -0
- package/dist/index.d.ts +17 -1
- package/dist/index.js +66066 -72541
- package/package.json +10 -12
|
@@ -0,0 +1,657 @@
|
|
|
1
|
+
# Password
|
|
2
|
+
|
|
3
|
+
Password displays strength indicator for password fields.
|
|
4
|
+
|
|
5
|
+
## Basic
|
|
6
|
+
|
|
7
|
+
Password is used with the v-model property for two-way value binding.
|
|
8
|
+
|
|
9
|
+
```vue
|
|
10
|
+
<template>
|
|
11
|
+
<div class="flex justify-center">
|
|
12
|
+
<Password v-model="value" :feedback="false" />
|
|
13
|
+
</div>
|
|
14
|
+
</template>
|
|
15
|
+
|
|
16
|
+
<script setup>
|
|
17
|
+
import { ref } from 'vue';
|
|
18
|
+
|
|
19
|
+
const value = ref(null);
|
|
20
|
+
<\/script>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Forms
|
|
24
|
+
|
|
25
|
+
InputText is used with the v-model property.
|
|
26
|
+
|
|
27
|
+
```vue
|
|
28
|
+
<template>
|
|
29
|
+
<div class="flex justify-center">
|
|
30
|
+
<Form v-slot="$form" :resolver="resolver" :initialValues="initialValues" @submit="onFormSubmit" class="flex flex-col gap-4 w-full sm:w-64">
|
|
31
|
+
<div class="flex flex-col gap-1">
|
|
32
|
+
<Password name="password" placeholder="Password" :feedback="false" fluid />
|
|
33
|
+
<template v-if="$form.password?.invalid">
|
|
34
|
+
<Message v-for="(error, index) of $form.password.errors" :key="index" severity="error" size="small" variant="simple">{{ error.message }}</Message>
|
|
35
|
+
</template>
|
|
36
|
+
</div>
|
|
37
|
+
<Button type="submit" severity="secondary">Submit</Button>
|
|
38
|
+
</Form>
|
|
39
|
+
</div>
|
|
40
|
+
</template>
|
|
41
|
+
|
|
42
|
+
<script setup>
|
|
43
|
+
import { ref } from 'vue';
|
|
44
|
+
import { zodResolver } from '@primevue/forms/resolvers/zod';
|
|
45
|
+
import { useToast } from "primevue/usetoast";
|
|
46
|
+
import { z } from 'zod';
|
|
47
|
+
|
|
48
|
+
const toast = useToast();
|
|
49
|
+
const initialValues = ref({
|
|
50
|
+
password: ''
|
|
51
|
+
});
|
|
52
|
+
const resolver = ref(zodResolver(
|
|
53
|
+
z.object({
|
|
54
|
+
password: z
|
|
55
|
+
.string()
|
|
56
|
+
.min(3, { message: 'Minimum 3 characters.' })
|
|
57
|
+
.max(8, { message: 'Maximum 8 characters.' })
|
|
58
|
+
.refine((value) => /[a-z]/.test(value), {
|
|
59
|
+
message: 'Must have a lowercase letter.'
|
|
60
|
+
})
|
|
61
|
+
.refine((value) => /[A-Z]/.test(value), {
|
|
62
|
+
message: 'Must have an uppercase letter.'
|
|
63
|
+
})
|
|
64
|
+
.refine((value) => /\d/.test(value), {
|
|
65
|
+
message: 'Must have a number.'
|
|
66
|
+
})
|
|
67
|
+
})
|
|
68
|
+
));
|
|
69
|
+
|
|
70
|
+
const onFormSubmit = ({ valid }) => {
|
|
71
|
+
if (valid) {
|
|
72
|
+
toast.add({ severity: 'success', summary: 'Form is submitted.', life: 3000 });
|
|
73
|
+
}
|
|
74
|
+
};
|
|
75
|
+
<\/script>
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
## Meter
|
|
79
|
+
|
|
80
|
+
Strength meter is displayed as a popup while a value is being entered.
|
|
81
|
+
|
|
82
|
+
```vue
|
|
83
|
+
<template>
|
|
84
|
+
<div class="flex justify-center">
|
|
85
|
+
<Password v-model="value" />
|
|
86
|
+
</div>
|
|
87
|
+
</template>
|
|
88
|
+
|
|
89
|
+
<script setup>
|
|
90
|
+
import { ref } from 'vue';
|
|
91
|
+
|
|
92
|
+
const value = ref(null);
|
|
93
|
+
<\/script>
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
## Locale
|
|
97
|
+
|
|
98
|
+
Labels are translated at component level by promptLabel , weakLabel , mediumLabel and strongLabel properties. In order to apply global translations for all Password components in the application, refer to the locale .
|
|
99
|
+
|
|
100
|
+
```vue
|
|
101
|
+
<template>
|
|
102
|
+
<div class="flex justify-center">
|
|
103
|
+
<Password v-model="value" promptLabel="Choose a password" weakLabel="Too simple" mediumLabel="Average complexity" strongLabel="Complex password" />
|
|
104
|
+
</div>
|
|
105
|
+
</template>
|
|
106
|
+
|
|
107
|
+
<script setup>
|
|
108
|
+
import { ref } from 'vue';
|
|
109
|
+
|
|
110
|
+
const value = ref(null);
|
|
111
|
+
<\/script>
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
## ToggleMask
|
|
115
|
+
|
|
116
|
+
When toggleMask is present, an icon is displayed to show the value as plain text.
|
|
117
|
+
|
|
118
|
+
```vue
|
|
119
|
+
<template>
|
|
120
|
+
<div class="flex justify-center">
|
|
121
|
+
<Password v-model="value" toggleMask />
|
|
122
|
+
</div>
|
|
123
|
+
</template>
|
|
124
|
+
|
|
125
|
+
<script setup>
|
|
126
|
+
import { ref } from 'vue';
|
|
127
|
+
|
|
128
|
+
const value = ref(null);
|
|
129
|
+
<\/script>
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
## Template
|
|
133
|
+
|
|
134
|
+
3 slots are included to customize the overlay. These are header , content and footer . Note that content overrides the default meter.
|
|
135
|
+
|
|
136
|
+
```vue
|
|
137
|
+
<template>
|
|
138
|
+
<div class="flex justify-center">
|
|
139
|
+
<Password v-model="value">
|
|
140
|
+
<template #header>
|
|
141
|
+
<div class="font-semibold text-xm mb-4">Reset Password</div>
|
|
142
|
+
</template>
|
|
143
|
+
<template #footer>
|
|
144
|
+
<Divider />
|
|
145
|
+
<ul class="pl-2 my-0 leading-normal text-sm">
|
|
146
|
+
<li>At least one lowercase</li>
|
|
147
|
+
<li>At least one uppercase</li>
|
|
148
|
+
<li>At least one numeric</li>
|
|
149
|
+
<li>Minimum 8 characters</li>
|
|
150
|
+
</ul>
|
|
151
|
+
</template>
|
|
152
|
+
</Password>
|
|
153
|
+
</div>
|
|
154
|
+
</template>
|
|
155
|
+
|
|
156
|
+
<script setup>
|
|
157
|
+
import { ref } from 'vue';
|
|
158
|
+
|
|
159
|
+
const value = ref(null);
|
|
160
|
+
<\/script>
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
## Float Label
|
|
164
|
+
|
|
165
|
+
A floating label appears on top of the input field when focused. Visit FloatLabel documentation for more information.
|
|
166
|
+
|
|
167
|
+
```vue
|
|
168
|
+
<template>
|
|
169
|
+
<div class="flex flex-wrap justify-center items-end gap-4">
|
|
170
|
+
<FloatLabel>
|
|
171
|
+
<Password v-model="value1" inputId="over_label" />
|
|
172
|
+
<label for="over_label">Over Label</label>
|
|
173
|
+
</FloatLabel>
|
|
174
|
+
|
|
175
|
+
<FloatLabel variant="in">
|
|
176
|
+
<Password v-model="value2" inputId="in_label" variant="filled" />
|
|
177
|
+
<label for="in_label">In Label</label>
|
|
178
|
+
</FloatLabel>
|
|
179
|
+
|
|
180
|
+
<FloatLabel variant="on">
|
|
181
|
+
<Password v-model="value3" inputId="on_label" />
|
|
182
|
+
<label for="on_label">On Label</label>
|
|
183
|
+
</FloatLabel>
|
|
184
|
+
</div>
|
|
185
|
+
</template>
|
|
186
|
+
|
|
187
|
+
<script setup>
|
|
188
|
+
import { ref } from 'vue';
|
|
189
|
+
|
|
190
|
+
const value1 = ref(null);
|
|
191
|
+
const value2 = ref(null);
|
|
192
|
+
const value3 = ref(null);
|
|
193
|
+
<\/script>
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
## Ifta Label
|
|
197
|
+
|
|
198
|
+
IftaLabel is used to create infield top aligned labels. Visit IftaLabel documentation for more information.
|
|
199
|
+
|
|
200
|
+
```vue
|
|
201
|
+
<template>
|
|
202
|
+
<div class="flex justify-center">
|
|
203
|
+
<IftaLabel>
|
|
204
|
+
<Password v-model="value" inputId="password" autocomplete="off" />
|
|
205
|
+
<label for="password">Password</label>
|
|
206
|
+
</IftaLabel>
|
|
207
|
+
</div>
|
|
208
|
+
</template>
|
|
209
|
+
|
|
210
|
+
<script setup>
|
|
211
|
+
import { ref } from 'vue';
|
|
212
|
+
|
|
213
|
+
const value = ref(null);
|
|
214
|
+
<\/script>
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
## Clear Icon
|
|
218
|
+
|
|
219
|
+
When showClear is enabled, a clear icon is added to reset the Password.
|
|
220
|
+
|
|
221
|
+
```vue
|
|
222
|
+
<template>
|
|
223
|
+
<div class="flex justify-center">
|
|
224
|
+
<Password v-model="value" :feedback="false" showClear inputClass="w-56" />
|
|
225
|
+
</div>
|
|
226
|
+
</template>
|
|
227
|
+
|
|
228
|
+
<script setup>
|
|
229
|
+
import { ref } from 'vue';
|
|
230
|
+
|
|
231
|
+
const value = ref(null);
|
|
232
|
+
<\/script>
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
## Sizes
|
|
236
|
+
|
|
237
|
+
Password provides small and large sizes as alternatives to the base.
|
|
238
|
+
|
|
239
|
+
```vue
|
|
240
|
+
<template>
|
|
241
|
+
<div class="flex flex-col items-center gap-4">
|
|
242
|
+
<Password v-model="value1" size="small" placeholder="Small" />
|
|
243
|
+
<Password v-model="value2" placeholder="Normal" />
|
|
244
|
+
<Password v-model="value3" size="large" placeholder="Large" />
|
|
245
|
+
</div>
|
|
246
|
+
</template>
|
|
247
|
+
|
|
248
|
+
<script setup>
|
|
249
|
+
import { ref } from 'vue';
|
|
250
|
+
|
|
251
|
+
const value1 = ref(null);
|
|
252
|
+
const value2 = ref(null);
|
|
253
|
+
const value3 = ref(null);
|
|
254
|
+
<\/script>
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
## Fluid
|
|
258
|
+
|
|
259
|
+
The fluid prop makes the component take up the full width of its container when set to true.
|
|
260
|
+
|
|
261
|
+
```vue
|
|
262
|
+
<template>
|
|
263
|
+
<div>
|
|
264
|
+
<Password v-model="value" :feedback="false" fluid />
|
|
265
|
+
</div>
|
|
266
|
+
</template>
|
|
267
|
+
|
|
268
|
+
<script setup>
|
|
269
|
+
import { ref } from 'vue';
|
|
270
|
+
|
|
271
|
+
const value = ref(null);
|
|
272
|
+
<\/script>
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
## Filled
|
|
276
|
+
|
|
277
|
+
Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
|
|
278
|
+
|
|
279
|
+
```vue
|
|
280
|
+
<template>
|
|
281
|
+
<div class="flex justify-center">
|
|
282
|
+
<Password v-model="value" :feedback="false" variant="filled" />
|
|
283
|
+
</div>
|
|
284
|
+
</template>
|
|
285
|
+
|
|
286
|
+
<script setup>
|
|
287
|
+
import { ref } from 'vue';
|
|
288
|
+
|
|
289
|
+
const value = ref(null);
|
|
290
|
+
<\/script>
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
## Disabled
|
|
294
|
+
|
|
295
|
+
When disabled is present, the element cannot be edited and focused.
|
|
296
|
+
|
|
297
|
+
```vue
|
|
298
|
+
<template>
|
|
299
|
+
<div class="flex justify-center">
|
|
300
|
+
<Password disabled placeholder="Disabled" />
|
|
301
|
+
</div>
|
|
302
|
+
</template>
|
|
303
|
+
```
|
|
304
|
+
|
|
305
|
+
## Invalid
|
|
306
|
+
|
|
307
|
+
Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.
|
|
308
|
+
|
|
309
|
+
```vue
|
|
310
|
+
<template>
|
|
311
|
+
<div class="flex flex-wrap justify-center gap-4">
|
|
312
|
+
<Password v-model="value1" :invalid="!value1" placeholder="Password" />
|
|
313
|
+
<Password v-model="value2" :invalid="!value2" variant="filled" placeholder="Password" />
|
|
314
|
+
</div>
|
|
315
|
+
</template>
|
|
316
|
+
|
|
317
|
+
<script setup>
|
|
318
|
+
import { ref } from 'vue';
|
|
319
|
+
|
|
320
|
+
const value1 = ref(null);
|
|
321
|
+
const value2 = ref(null);
|
|
322
|
+
<\/script>
|
|
323
|
+
```
|
|
324
|
+
|
|
325
|
+
## Accessibility
|
|
326
|
+
|
|
327
|
+
Screen Reader Value to describe the component can either be provided via label tag combined with id prop or using aria-labelledby , aria-label props. Screen reader is notified about the changes to the strength of the password using a section that has aria-live while typing. Keyboard Support Key Function tab Moves focus to the input. escape Hides the strength meter if open.
|
|
328
|
+
|
|
329
|
+
```vue
|
|
330
|
+
<template>
|
|
331
|
+
<label for="pwd1">Password</label>
|
|
332
|
+
<Password inputId="pwd1" />
|
|
333
|
+
|
|
334
|
+
<span id="pwd2">Password</span>
|
|
335
|
+
<Password aria-labelledby="pwd2" />
|
|
336
|
+
|
|
337
|
+
<Password aria-label="Password"/>
|
|
338
|
+
</template>
|
|
339
|
+
```
|
|
340
|
+
|
|
341
|
+
## Password API
|
|
342
|
+
|
|
343
|
+
### Props
|
|
344
|
+
|
|
345
|
+
| Name |Type |Default |Description |
|
|
346
|
+
| --- | --- | --- | --- |
|
|
347
|
+
| aria-activedescendant | string | - | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. |
|
|
348
|
+
| aria-atomic | Booleanish | - | Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. |
|
|
349
|
+
| aria-autocomplete | "none" \| "inline" \| "list" \| "both" | - | Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. |
|
|
350
|
+
| aria-busy | Booleanish | - | Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. |
|
|
351
|
+
| aria-checked | Booleanish \| "mixed" | - | Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. |
|
|
352
|
+
| aria-colcount | Numberish | - | Defines the total number of columns in a table, grid, or treegrid. |
|
|
353
|
+
| aria-colindex | Numberish | - | Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. |
|
|
354
|
+
| aria-colspan | Numberish | - | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. |
|
|
355
|
+
| aria-controls | string | - | Identifies the element (or elements) whose contents or presence are controlled by the current element. |
|
|
356
|
+
| aria-current | Booleanish \| "page" \| "step" \| "location" \| "date" \| "time" | - | Indicates the element that represents the current item within a container or set of related elements. |
|
|
357
|
+
| aria-describedby | string | - | Identifies the element (or elements) that describes the object. |
|
|
358
|
+
| aria-details | string | - | Identifies the element that provides a detailed, extended description for the object. |
|
|
359
|
+
| aria-disabled | Booleanish | - | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. |
|
|
360
|
+
| aria-dropeffect | "link" \| "none" \| "copy" \| "execute" \| "move" \| "popup" | - | Indicates what functions can be performed when a dragged object is released on the drop target. |
|
|
361
|
+
| aria-errormessage | string | - | Identifies the element that provides an error message for the object. |
|
|
362
|
+
| aria-expanded | Booleanish | - | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. |
|
|
363
|
+
| aria-flowto | string | - | Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. |
|
|
364
|
+
| aria-grabbed | Booleanish | - | Indicates an element's "grabbed" state in a drag-and-drop operation. |
|
|
365
|
+
| aria-haspopup | Booleanish \| "menu" \| "listbox" \| "tree" \| "grid" \| "dialog" | - | Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. |
|
|
366
|
+
| aria-hidden | Booleanish | - | Indicates whether the element is exposed to an accessibility API. |
|
|
367
|
+
| aria-invalid | Booleanish \| "grammar" \| "spelling" | - | Indicates the entered value does not conform to the format expected by the application. |
|
|
368
|
+
| aria-keyshortcuts | string | - | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. |
|
|
369
|
+
| aria-label | string | - | Defines a string value that labels the current element. |
|
|
370
|
+
| aria-labelledby | string | - | Identifies the element (or elements) that labels the current element. |
|
|
371
|
+
| aria-level | Numberish | - | Defines the hierarchical level of an element within a structure. |
|
|
372
|
+
| aria-live | "off" \| "assertive" \| "polite" | - | Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. |
|
|
373
|
+
| aria-modal | Booleanish | - | Indicates whether an element is modal when displayed. |
|
|
374
|
+
| aria-multiline | Booleanish | - | Indicates whether a text box accepts multiple lines of input or only a single line. |
|
|
375
|
+
| aria-multiselectable | Booleanish | - | Indicates that the user may select more than one item from the current selectable descendants. |
|
|
376
|
+
| aria-orientation | "horizontal" \| "vertical" | - | Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. |
|
|
377
|
+
| aria-owns | string | - | Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. |
|
|
378
|
+
| aria-placeholder | string | - | Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. |
|
|
379
|
+
| aria-posinset | Numberish | - | Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. |
|
|
380
|
+
| aria-pressed | Booleanish \| "mixed" | - | Indicates the current "pressed" state of toggle buttons. |
|
|
381
|
+
| aria-readonly | Booleanish | - | Indicates that the element is not editable, but is otherwise operable. |
|
|
382
|
+
| aria-relevant | "text" \| "additions" \| "additions removals" \| "additions text" \| "all" \| "removals" \| "removals additions" \| "removals text" \| "text additions" \| "text removals" | - | Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. |
|
|
383
|
+
| aria-required | Booleanish | - | Indicates that user input is required on the element before a form may be submitted. |
|
|
384
|
+
| aria-roledescription | string | - | Defines a human-readable, author-localized description for the role of an element. |
|
|
385
|
+
| aria-rowcount | Numberish | - | Defines the total number of rows in a table, grid, or treegrid. |
|
|
386
|
+
| aria-rowindex | Numberish | - | Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. |
|
|
387
|
+
| aria-rowspan | Numberish | - | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. |
|
|
388
|
+
| aria-selected | Booleanish | - | Indicates the current "selected" state of various widgets. |
|
|
389
|
+
| aria-setsize | Numberish | - | Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. |
|
|
390
|
+
| aria-sort | "none" \| "ascending" \| "descending" \| "other" | - | Indicates if items in a table or grid are sorted in ascending or descending order. |
|
|
391
|
+
| aria-valuemax | Numberish | - | Defines the maximum allowed value for a range widget. |
|
|
392
|
+
| aria-valuemin | Numberish | - | Defines the minimum allowed value for a range widget. |
|
|
393
|
+
| aria-valuenow | Numberish | - | Defines the current value for a range widget. |
|
|
394
|
+
| aria-valuetext | string | - | Defines the human readable text alternative of aria-valuenow for a range widget. |
|
|
395
|
+
| innerHTML | string | - | |
|
|
396
|
+
| class | ClassValue | - | |
|
|
397
|
+
| style | StyleValue | - | |
|
|
398
|
+
| accesskey | string | - | |
|
|
399
|
+
| contenteditable | Booleanish \| "inherit" \| "plaintext-only" | - | |
|
|
400
|
+
| contextmenu | string | - | |
|
|
401
|
+
| dir | string | - | |
|
|
402
|
+
| draggable | Booleanish | - | |
|
|
403
|
+
| enterkeyhint | "enter" \| "done" \| "go" \| "next" \| "previous" \| "search" \| "send" | - | |
|
|
404
|
+
| enterKeyHint | "enter" \| "done" \| "go" \| "next" \| "previous" \| "search" \| "send" | - | |
|
|
405
|
+
| hidden | "" \| Booleanish \| "hidden" \| "until-found" | - | |
|
|
406
|
+
| id | string | - | |
|
|
407
|
+
| inert | Booleanish | - | |
|
|
408
|
+
| lang | string | - | |
|
|
409
|
+
| spellcheck | Booleanish | - | |
|
|
410
|
+
| tabindex | Numberish | - | |
|
|
411
|
+
| title | string | - | |
|
|
412
|
+
| translate | "yes" \| "no" | - | |
|
|
413
|
+
| radiogroup | string | - | |
|
|
414
|
+
| role | string | - | |
|
|
415
|
+
| about | string | - | |
|
|
416
|
+
| datatype | string | - | |
|
|
417
|
+
| inlist | any | - | |
|
|
418
|
+
| prefix | string | - | |
|
|
419
|
+
| property | string | - | |
|
|
420
|
+
| resource | string | - | |
|
|
421
|
+
| typeof | string | - | |
|
|
422
|
+
| vocab | string | - | |
|
|
423
|
+
| autocapitalize | string | - | |
|
|
424
|
+
| autocorrect | string | - | |
|
|
425
|
+
| autosave | string | - | |
|
|
426
|
+
| color | string | - | |
|
|
427
|
+
| itemprop | string | - | |
|
|
428
|
+
| itemscope | Booleanish | - | |
|
|
429
|
+
| itemtype | string | - | |
|
|
430
|
+
| itemid | string | - | |
|
|
431
|
+
| itemref | string | - | |
|
|
432
|
+
| results | Numberish | - | |
|
|
433
|
+
| security | string | - | |
|
|
434
|
+
| unselectable | "on" \| "off" | - | |
|
|
435
|
+
| inputmode | "text" \| "search" \| "none" \| "tel" \| "url" \| "email" \| "numeric" \| "decimal" | - | Hints at the type of data that might be entered by the user while editing the element or its contents |
|
|
436
|
+
| is | string | - | Specify that a standard HTML element should behave like a defined custom built-in element |
|
|
437
|
+
| exportparts | string | - | |
|
|
438
|
+
| part | string | - | |
|
|
439
|
+
| accept | string | - | |
|
|
440
|
+
| alt | string | - | |
|
|
441
|
+
| autocomplete | InputAutoCompleteAttribute | - | |
|
|
442
|
+
| capture | boolean \| "user" \| "environment" | - | |
|
|
443
|
+
| checked | any[] \| Set<any> \| Booleanish | - | |
|
|
444
|
+
| crossorigin | string | - | |
|
|
445
|
+
| form | string | - | |
|
|
446
|
+
| formaction | string | - | |
|
|
447
|
+
| formenctype | string | - | |
|
|
448
|
+
| formmethod | string | - | |
|
|
449
|
+
| formnovalidate | Booleanish | - | |
|
|
450
|
+
| formtarget | string | - | |
|
|
451
|
+
| height | Numberish | - | |
|
|
452
|
+
| indeterminate | boolean | - | |
|
|
453
|
+
| list | string | - | |
|
|
454
|
+
| max | Numberish | - | |
|
|
455
|
+
| maxlength | Numberish | - | |
|
|
456
|
+
| min | Numberish | - | |
|
|
457
|
+
| minlength | Numberish | - | |
|
|
458
|
+
| multiple | Booleanish | - | |
|
|
459
|
+
| pattern | string | - | |
|
|
460
|
+
| readonly | Booleanish | - | |
|
|
461
|
+
| src | string | - | |
|
|
462
|
+
| step | Numberish | - | |
|
|
463
|
+
| type | InputTypeHTMLAttribute | - | |
|
|
464
|
+
| value | any | - | |
|
|
465
|
+
| width | Numberish | - | |
|
|
466
|
+
| onCancel | Function | - | |
|
|
467
|
+
| onCopy | Function | - | |
|
|
468
|
+
| onCut | Function | - | |
|
|
469
|
+
| onPaste | Function | - | |
|
|
470
|
+
| onCompositionend | Function | - | |
|
|
471
|
+
| onCompositionstart | Function | - | |
|
|
472
|
+
| onCompositionupdate | Function | - | |
|
|
473
|
+
| onDrag | Function | - | |
|
|
474
|
+
| onDragend | Function | - | |
|
|
475
|
+
| onDragenter | Function | - | |
|
|
476
|
+
| onDragexit | Function | - | |
|
|
477
|
+
| onDragleave | Function | - | |
|
|
478
|
+
| onDragover | Function | - | |
|
|
479
|
+
| onDragstart | Function | - | |
|
|
480
|
+
| onDrop | Function | - | |
|
|
481
|
+
| onFocus | Function | - | |
|
|
482
|
+
| onFocusin | Function | - | |
|
|
483
|
+
| onFocusout | Function | - | |
|
|
484
|
+
| onBlur | Function | - | |
|
|
485
|
+
| onChange | Function | - | |
|
|
486
|
+
| onBeforeinput | Function | - | |
|
|
487
|
+
| onFormdata | Function | - | |
|
|
488
|
+
| onInput | Function | - | |
|
|
489
|
+
| onReset | Function | - | |
|
|
490
|
+
| onSubmit | Function | - | |
|
|
491
|
+
| onInvalid | Function | - | |
|
|
492
|
+
| onFullscreenchange | Function | - | |
|
|
493
|
+
| onFullscreenerror | Function | - | |
|
|
494
|
+
| onLoad | Function | - | |
|
|
495
|
+
| onError | Function | - | |
|
|
496
|
+
| onKeydown | Function | - | |
|
|
497
|
+
| onKeypress | Function | - | |
|
|
498
|
+
| onKeyup | Function | - | |
|
|
499
|
+
| onDblclick | Function | - | |
|
|
500
|
+
| onMousedown | Function | - | |
|
|
501
|
+
| onMouseenter | Function | - | |
|
|
502
|
+
| onMouseleave | Function | - | |
|
|
503
|
+
| onMousemove | Function | - | |
|
|
504
|
+
| onMouseout | Function | - | |
|
|
505
|
+
| onMouseover | Function | - | |
|
|
506
|
+
| onMouseup | Function | - | |
|
|
507
|
+
| onAbort | Function | - | |
|
|
508
|
+
| onCanplay | Function | - | |
|
|
509
|
+
| onCanplaythrough | Function | - | |
|
|
510
|
+
| onDurationchange | Function | - | |
|
|
511
|
+
| onEmptied | Function | - | |
|
|
512
|
+
| onEncrypted | Function | - | |
|
|
513
|
+
| onEnded | Function | - | |
|
|
514
|
+
| onLoadeddata | Function | - | |
|
|
515
|
+
| onLoadedmetadata | Function | - | |
|
|
516
|
+
| onLoadstart | Function | - | |
|
|
517
|
+
| onPause | Function | - | |
|
|
518
|
+
| onPlay | Function | - | |
|
|
519
|
+
| onPlaying | Function | - | |
|
|
520
|
+
| onProgress | Function | - | |
|
|
521
|
+
| onRatechange | Function | - | |
|
|
522
|
+
| onSeeked | Function | - | |
|
|
523
|
+
| onSeeking | Function | - | |
|
|
524
|
+
| onStalled | Function | - | |
|
|
525
|
+
| onSuspend | Function | - | |
|
|
526
|
+
| onTimeupdate | Function | - | |
|
|
527
|
+
| onVolumechange | Function | - | |
|
|
528
|
+
| onWaiting | Function | - | |
|
|
529
|
+
| onSelect | Function | - | |
|
|
530
|
+
| onScroll | Function | - | |
|
|
531
|
+
| onScrollend | Function | - | |
|
|
532
|
+
| onTouchcancel | Function | - | |
|
|
533
|
+
| onTouchend | Function | - | |
|
|
534
|
+
| onTouchmove | Function | - | |
|
|
535
|
+
| onTouchstart | Function | - | |
|
|
536
|
+
| onAuxclick | Function | - | |
|
|
537
|
+
| onClick | Function | - | |
|
|
538
|
+
| onContextmenu | Function | - | |
|
|
539
|
+
| onGotpointercapture | Function | - | |
|
|
540
|
+
| onLostpointercapture | Function | - | |
|
|
541
|
+
| onPointerdown | Function | - | |
|
|
542
|
+
| onPointermove | Function | - | |
|
|
543
|
+
| onPointerup | Function | - | |
|
|
544
|
+
| onPointercancel | Function | - | |
|
|
545
|
+
| onPointerenter | Function | - | |
|
|
546
|
+
| onPointerleave | Function | - | |
|
|
547
|
+
| onPointerover | Function | - | |
|
|
548
|
+
| onPointerout | Function | - | |
|
|
549
|
+
| onBeforetoggle | Function | - | |
|
|
550
|
+
| onToggle | Function | - | |
|
|
551
|
+
| onWheel | Function | - | |
|
|
552
|
+
| onAnimationcancel | Function | - | |
|
|
553
|
+
| onAnimationstart | Function | - | |
|
|
554
|
+
| onAnimationend | Function | - | |
|
|
555
|
+
| onAnimationiteration | Function | - | |
|
|
556
|
+
| onSecuritypolicyviolation | Function | - | |
|
|
557
|
+
| onTransitioncancel | Function | - | |
|
|
558
|
+
| onTransitionend | Function | - | |
|
|
559
|
+
| onTransitionrun | Function | - | |
|
|
560
|
+
| onTransitionstart | Function | - | |
|
|
561
|
+
| modelValue | Nullable<string> | - | Value of the component. |
|
|
562
|
+
| defaultValue | Nullable<string> | - | The default value for the input when not controlled by `modelValue` . |
|
|
563
|
+
| name | string | - | The name attribute for the element, typically used in form submissions. |
|
|
564
|
+
| promptLabel | string | - | Text to prompt password entry. Defaults to PrimeVue Locale configuration. |
|
|
565
|
+
| mediumRegex | string \| RegExp | ^(((?=.*[a-z])(?=.*[A-Z]))\|((?=.*[a-z])(?=.*[0-9]))\|((?=.*[A-Z])(?=.*[0-9])))(?=.{6,}) | Regex for a medium level password. |
|
|
566
|
+
| strongRegex | string \| RegExp | ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.{8,}) | Regex for a strong level password. |
|
|
567
|
+
| weakLabel | string | - | Text for a weak password. Defaults to PrimeVue Locale configuration. |
|
|
568
|
+
| mediumLabel | string | - | Text for a medium password. Defaults to PrimeVue Locale configuration. |
|
|
569
|
+
| strongLabel | string | - | Text for a strong password. Defaults to PrimeVue Locale configuration. |
|
|
570
|
+
| feedback | boolean | true | Whether to show the strength indicator or not. |
|
|
571
|
+
| appendTo | HTMLElement \| HintedString<"body" \| "self"> | body | A valid query selector or an HTMLElement to specify where the overlay gets attached. |
|
|
572
|
+
| toggleMask | boolean | false | Whether to show an icon to display the password as plain text. |
|
|
573
|
+
| maskIcon | string | - | Icon to hide displaying the password as plain text. |
|
|
574
|
+
| unmaskIcon | string | - | Icon to show displaying the password as plain text. |
|
|
575
|
+
| showClear | boolean | false | When enabled, a clear icon is displayed to clear the value. |
|
|
576
|
+
| size | HintedString<"small" \| "large"> | - | Defines the size of the component. |
|
|
577
|
+
| invalid | boolean | false | When present, it specifies that the component should have invalid state style. |
|
|
578
|
+
| disabled | boolean | false | When present, it specifies that the component should be disabled. |
|
|
579
|
+
| variant | null \| HintedString<"outlined" \| "filled"> | null | Specifies the input variant of the component. |
|
|
580
|
+
| placeholder | string | - | Placeholder text for the input. |
|
|
581
|
+
| required | boolean | false | When present, it specifies that an input field must be filled out before submitting the form. |
|
|
582
|
+
| fluid | boolean | null | Spans 100% width of the container when enabled. |
|
|
583
|
+
| autofocus | boolean | null | When present, it specifies that an input element should automatically get focus when the page loads. |
|
|
584
|
+
| inputId | string | - | Identifier of the underlying input element. |
|
|
585
|
+
| inputStyle | object | - | Inline style of the input field. |
|
|
586
|
+
| inputClass | string \| object | - | Style class of the input field. |
|
|
587
|
+
| inputProps | InputHTMLAttributes | - | Used to pass all properties of the HTMLInputElement to the focusable input element inside the component. |
|
|
588
|
+
| panelId | string | - | Identifier of the underlying overlay panel element. |
|
|
589
|
+
| panelClass | string \| object | - | Style class of the overlay panel. |
|
|
590
|
+
| panelStyle | object | - | Inline style of the overlay panel. |
|
|
591
|
+
| panelProps | HTMLAttributes | - | Used to pass all properties of the HTMLDivElement to the overlay panel inside the component. |
|
|
592
|
+
| overlayId | string | - | Identifier of the underlying overlay element. |
|
|
593
|
+
| overlayClass | string \| object | - | Style class of the overlay. |
|
|
594
|
+
| overlayStyle | object | - | Inline style of the overlay. |
|
|
595
|
+
| overlayProps | HTMLAttributes | - | Used to pass all properties of the HTMLDivElement to the overlay inside the component. |
|
|
596
|
+
| ariaLabelledby | string | - | Establishes relationships between the component and label(s) where its value should be one or more element IDs. |
|
|
597
|
+
| ariaLabel | string | - | Establishes a string value that labels the component. |
|
|
598
|
+
| formControl | Record<string, any> | - | Form control object, typically used for handling validation and form state. |
|
|
599
|
+
| dt | any | - | It generates scoped CSS variables using design tokens for the component. |
|
|
600
|
+
| pt | PassThrough<PasswordPassThroughOptions> | - | Used to pass attributes to DOM elements inside the component. |
|
|
601
|
+
| ptOptions | any | - | Used to configure passthrough(pt) options of the component. |
|
|
602
|
+
| unstyled | boolean | false | When enabled, it removes component related styles in the core. |
|
|
603
|
+
|
|
604
|
+
### Pass Through Options
|
|
605
|
+
|
|
606
|
+
| Name |Type |Description |
|
|
607
|
+
| --- | --- | --- |
|
|
608
|
+
| root | PasswordPassThroughOptionType | Used to pass attributes to the root's DOM element. |
|
|
609
|
+
| pcInputText | any | Used to pass attributes to the InputText component. |
|
|
610
|
+
| maskIcon | PasswordPassThroughOptionType | Used to pass attributes to the mask icon's DOM element. |
|
|
611
|
+
| unmaskIcon | PasswordPassThroughOptionType | Used to pass attributes to the unmask icon's DOM element. |
|
|
612
|
+
| clearIcon | PasswordPassThroughOptionType | Used to pass attributes to the clear icon's DOM element. |
|
|
613
|
+
| overlay | PasswordPassThroughOptionType | Used to pass attributes to the overlay's DOM element. |
|
|
614
|
+
| content | PasswordPassThroughOptionType | Used to pass attributes to the overlay's content DOM element. |
|
|
615
|
+
| meter | PasswordPassThroughOptionType | Used to pass attributes to the meter's DOM element. |
|
|
616
|
+
| meterLabel | PasswordPassThroughOptionType | Used to pass attributes to the meter label's DOM element. |
|
|
617
|
+
| meterText | PasswordPassThroughOptionType | Used to pass attributes to the meter text's DOM element. |
|
|
618
|
+
| hiddenAccesible | PasswordPassThroughOptionType | Used to pass attributes to the hidden accessible DOM element. |
|
|
619
|
+
| hooks | any | Used to manage all lifecycle hooks. |
|
|
620
|
+
| transition | PasswordPassThroughTransitionType | Used to control Vue Transition API. |
|
|
621
|
+
|
|
622
|
+
### Theming
|
|
623
|
+
|
|
624
|
+
### CSS Classes
|
|
625
|
+
|
|
626
|
+
| Class |Description |
|
|
627
|
+
| --- | --- |
|
|
628
|
+
| p-password | Class name of the root element |
|
|
629
|
+
| p-password-input | Class name of the pt input element |
|
|
630
|
+
| p-password-mask-icon | Class name of the mask icon element |
|
|
631
|
+
| p-password-unmask-icon | Class name of the unmask icon element |
|
|
632
|
+
| p-password-clear-icon | Class name of the clear icon element |
|
|
633
|
+
| p-password-overlay | Class name of the overlay element |
|
|
634
|
+
| p-password-meter | Class name of the meter element |
|
|
635
|
+
| p-password-meter-label | Class name of the meter label element |
|
|
636
|
+
| p-password-meter-text | Class name of the meter text element |
|
|
637
|
+
|
|
638
|
+
### Design Tokens
|
|
639
|
+
|
|
640
|
+
| Token |CSS Variable |Description |
|
|
641
|
+
| --- | --- | --- |
|
|
642
|
+
| password.meter.background | --p-password-meter-background | Background of meter |
|
|
643
|
+
| password.meter.border.radius | --p-password-meter-border-radius | Border radius of meter |
|
|
644
|
+
| password.meter.height | --p-password-meter-height | Height of meter |
|
|
645
|
+
| password.icon.color | --p-password-icon-color | Color of icon |
|
|
646
|
+
| password.overlay.background | --p-password-overlay-background | Background of overlay |
|
|
647
|
+
| password.overlay.border.color | --p-password-overlay-border-color | Border color of overlay |
|
|
648
|
+
| password.overlay.border.radius | --p-password-overlay-border-radius | Border radius of overlay |
|
|
649
|
+
| password.overlay.color | --p-password-overlay-color | Color of overlay |
|
|
650
|
+
| password.overlay.padding | --p-password-overlay-padding | Padding of overlay |
|
|
651
|
+
| password.overlay.shadow | --p-password-overlay-shadow | Shadow of overlay |
|
|
652
|
+
| password.content.gap | --p-password-content-gap | Gap of content |
|
|
653
|
+
| password.meter.text.font.weight | --p-password-meter-text-font-weight | Font weight of meter text |
|
|
654
|
+
| password.meter.text.font.size | --p-password-meter-text-font-size | Font size of meter text |
|
|
655
|
+
| password.strength.weak.background | --p-password-strength-weak-background | Weak background of strength |
|
|
656
|
+
| password.strength.medium.background | --p-password-strength-medium-background | Medium background of strength |
|
|
657
|
+
| password.strength.strong.background | --p-password-strength-strong-background | Strong background of strength |
|