adata-ui 3.1.87 → 3.1.89
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/dist/module.json +1 -1
- package/dist/runtime/components/NewFooter.vue +1 -1
- package/dist/runtime/components/header/ProductMenu.vue +2 -2
- package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +1 -1
- package/dist/runtime/components/modals/id/IdOtpInput.vue +1 -0
- package/dist/runtime/utils/useUrls.d.ts +1 -0
- package/dist/runtime/utils/useUrls.js +1 -0
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -254,14 +254,14 @@ const filteredItems = computed(() => [
|
|
|
254
254
|
key: "edo",
|
|
255
255
|
is_new: true,
|
|
256
256
|
name: t("header.products.edo.label"),
|
|
257
|
-
link: `https://
|
|
257
|
+
link: `https://docs.${mode}.kz`,
|
|
258
258
|
icon: IFiles,
|
|
259
259
|
items: [
|
|
260
260
|
{
|
|
261
261
|
title: t("header.products.edo.items.l.t"),
|
|
262
262
|
subtitle: t("header.products.edo.items.l.t"),
|
|
263
263
|
icon: IFiles,
|
|
264
|
-
to: `https://
|
|
264
|
+
to: `https://docs.${mode}.kz`
|
|
265
265
|
}
|
|
266
266
|
]
|
|
267
267
|
},
|
|
@@ -100,6 +100,7 @@ function moveFocus(index, to) {
|
|
|
100
100
|
:ref="(el) => otpRefs[index] = el"
|
|
101
101
|
v-model="otp[index]"
|
|
102
102
|
type="text"
|
|
103
|
+
inputmode="numeric"
|
|
103
104
|
maxlength="1"
|
|
104
105
|
class="size-10 rounded bg-deepblue-900/5 text-center text-lg caret-transparent focus:outline-none dark:bg-[#E3E5E80D]"
|
|
105
106
|
:class="{
|
|
@@ -15,6 +15,7 @@ export function useUrls() {
|
|
|
15
15
|
analyticsNew: `https://analytics-new.${mode}.kz`,
|
|
16
16
|
tnved: `https://tnved.${mode}.kz`,
|
|
17
17
|
edo: `https://edo.${mode}.kz`,
|
|
18
|
+
edo_docs: `https://docs.${mode}.kz`,
|
|
18
19
|
compliance: `https://ac.${mode}.kz/compliance`,
|
|
19
20
|
export: `https://export.${mode}.kz`,
|
|
20
21
|
mode
|