adata-ui 2.0.90 → 2.0.92

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.
@@ -34,7 +34,6 @@ if (props.deleteFromDom) {
34
34
  <a-modal
35
35
  v-model="isOpen"
36
36
  name="connecting-tariff"
37
- :prevent-close="true"
38
37
  >
39
38
  <div class="flex flex-col gap-5">
40
39
  <p class="heading-02 text-center">
@@ -37,7 +37,6 @@ if (props.deleteFromDom) {
37
37
  <a-modal
38
38
  v-model="isOpen"
39
39
  name="insufficient-funds"
40
- :prevent-close="true"
41
40
  >
42
41
  <div class="flex flex-col gap-5">
43
42
  <p class="heading-02 text-center">
package/lang/en.ts CHANGED
@@ -135,7 +135,7 @@ const EnLocale: RuLocale = {
135
135
  title: 'Price Analysis',
136
136
  subtitle: 'Tracking prices for goods, works, and services with smart search and accurate selection for budgeting, margin calculation, and deviation detection',
137
137
  },
138
- contructor: {
138
+ constructor: {
139
139
  title: 'Report Builder',
140
140
  subtitle: 'Flexible creation and fast export of detailed reports',
141
141
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.0.90",
4
+ "version": "2.0.92",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",