|
|
@@ -134,6 +134,22 @@ __webpack_require__.r(__webpack_exports__);
|
|
134
|
134
|
type: String,
|
|
135
|
135
|
required: true
|
|
136
|
136
|
},
|
|
|
137
|
+ promptLabel: {
|
|
|
138
|
+ type: String,
|
|
|
139
|
+ "default": 'Masukan kata sandi'
|
|
|
140
|
+ },
|
|
|
141
|
+ weakLabel: {
|
|
|
142
|
+ type: String,
|
|
|
143
|
+ "default": 'Ah Lemah'
|
|
|
144
|
+ },
|
|
|
145
|
+ mediumLabel: {
|
|
|
146
|
+ type: String,
|
|
|
147
|
+ "default": 'Lumayan'
|
|
|
148
|
+ },
|
|
|
149
|
+ strongLabel: {
|
|
|
150
|
+ type: String,
|
|
|
151
|
+ "default": 'Wow Kuat'
|
|
|
152
|
+ },
|
|
137
|
153
|
error: {
|
|
138
|
154
|
type: String,
|
|
139
|
155
|
"default": null
|
|
|
@@ -408,10 +424,10 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
408
|
424
|
, _hoisted_2), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_Password, {
|
|
409
|
425
|
"class": "w-full",
|
|
410
|
426
|
"input-class": "w-full",
|
|
411
|
|
- promptLabel: "Masukan kata sandi",
|
|
412
|
|
- weakLabel: "Ah Lemah",
|
|
413
|
|
- mediumLabel: "Lumayan",
|
|
414
|
|
- strongLabel: "Wow Kuat",
|
|
|
427
|
+ promptLabel: $props.promptLabel,
|
|
|
428
|
+ weakLabel: $props.weakLabel,
|
|
|
429
|
+ mediumLabel: $props.mediumLabel,
|
|
|
430
|
+ strongLabel: $props.strongLabel,
|
|
415
|
431
|
disabled: $props.disabled,
|
|
416
|
432
|
id: $setup.forLabel,
|
|
417
|
433
|
placeholder: $props.placeholder,
|
|
|
@@ -424,7 +440,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
424
|
440
|
})
|
|
425
|
441
|
}, null, 8
|
|
426
|
442
|
/* PROPS */
|
|
427
|
|
- , ["disabled", "id", "placeholder", "aria-describedby", "value", "model-value"]), $props.error ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)("small", {
|
|
|
443
|
+ , ["promptLabel", "weakLabel", "mediumLabel", "strongLabel", "disabled", "id", "placeholder", "aria-describedby", "value", "model-value"]), $props.error ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)("small", {
|
|
428
|
444
|
key: 0,
|
|
429
|
445
|
id: $setup.ariaDescribedbyLabel,
|
|
430
|
446
|
"class": (0,vue__WEBPACK_IMPORTED_MODULE_0__.normalizeClass)({
|