@simsustech/quasar-components 0.3.1 → 0.3.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/CHANGELOG.md
CHANGED
package/dist/authentication.js
CHANGED
|
@@ -1104,7 +1104,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
1104
1104
|
}, 16, ["modelValue", "type", "label", "rules"]),
|
|
1105
1105
|
__props.passwordForgotUrl ? (openBlock(), createBlock(_component_q_btn, {
|
|
1106
1106
|
key: 2,
|
|
1107
|
-
class: "q-pt-none",
|
|
1107
|
+
class: "q-pt-none text-primary",
|
|
1108
1108
|
label: unref(lang2).login.forgotPassword,
|
|
1109
1109
|
size: "sm",
|
|
1110
1110
|
flat: "",
|
package/dist/form.js
CHANGED
|
@@ -42,7 +42,7 @@ const enUS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty
|
|
|
42
42
|
const lang = ref(lang$1);
|
|
43
43
|
const locales = /* @__PURE__ */ Object.assign({
|
|
44
44
|
"./en-US.ts": () => Promise.resolve().then(() => enUS),
|
|
45
|
-
"./nl.ts": () => import("./nl-
|
|
45
|
+
"./nl.ts": () => import("./nl-a44ac91a.js")
|
|
46
46
|
});
|
|
47
47
|
const useLang = () => {
|
|
48
48
|
return lang;
|
package/package.json
CHANGED