adata-ui 3.1.29 → 3.1.31

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.
Files changed (35) hide show
  1. package/README.md +84 -84
  2. package/dist/module.json +1 -1
  3. package/dist/runtime/components/Alert.vue +26 -26
  4. package/dist/runtime/components/CurveBlock.vue +1 -1
  5. package/dist/runtime/components/EmptyHeader.vue +5 -5
  6. package/dist/runtime/components/Tag.vue +4 -4
  7. package/dist/runtime/components/forms/input/standard/InputStandard.vue +3 -3
  8. package/dist/runtime/components/header/ProductMenu.vue +65 -50
  9. package/dist/runtime/i18n/i18n.config.d.ts +24 -0
  10. package/dist/runtime/icons/arrow/arrow-right.vue +24 -24
  11. package/dist/runtime/icons/bank.vue +14 -0
  12. package/dist/runtime/icons/bank.vue.d.ts +2 -0
  13. package/dist/runtime/icons/calendar.vue +24 -24
  14. package/dist/runtime/icons/chartBar.vue +14 -0
  15. package/dist/runtime/icons/chartBar.vue.d.ts +2 -0
  16. package/dist/runtime/icons/download.vue +26 -26
  17. package/dist/runtime/icons/edit.vue +24 -24
  18. package/dist/runtime/icons/file/excel.vue +88 -88
  19. package/dist/runtime/icons/id.vue +9 -9
  20. package/dist/runtime/icons/map-pin-rect.vue +15 -15
  21. package/dist/runtime/icons/more.vue +36 -36
  22. package/dist/runtime/icons/plus-circle.vue +24 -24
  23. package/dist/runtime/icons/tenge.vue +22 -22
  24. package/dist/runtime/icons/trash.vue +24 -24
  25. package/dist/runtime/icons/upload.vue +26 -26
  26. package/dist/runtime/icons/user.vue +30 -30
  27. package/dist/runtime/icons/warning-triangle.vue +29 -29
  28. package/dist/runtime/lang/en.js +8 -0
  29. package/dist/runtime/lang/kk.js +8 -0
  30. package/dist/runtime/lang/ru.d.ts +8 -0
  31. package/dist/runtime/lang/ru.js +8 -0
  32. package/dist/runtime/server/tsconfig.json +3 -3
  33. package/dist/runtime/shared/constants/pages.d.ts +2 -0
  34. package/dist/runtime/shared/constants/pages.js +2 -0
  35. package/package.json +1 -1
package/README.md CHANGED
@@ -1,84 +1,84 @@
1
- <!--
2
- Get your module up and running quickly.
3
-
4
- Find and replace all on all files (CMD+SHIFT+F):
5
- - Name: My Module
6
- - Package name: my-module
7
- - Description: My new Nuxt module
8
- -->
9
-
10
- # My Module
11
-
12
- [![npm version][npm-version-src]][npm-version-href]
13
- [![npm downloads][npm-downloads-src]][npm-downloads-href]
14
- [![License][license-src]][license-href]
15
- [![Nuxt][nuxt-src]][nuxt-href]
16
-
17
- My new Nuxt module for doing amazing things.
18
-
19
- - [✨ &nbsp;Release Notes](/CHANGELOG.md)
20
- <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/my-module?file=playground%2Fapp.vue) -->
21
- <!-- - [📖 &nbsp;Documentation](https://example.com) -->
22
-
23
- ## Features
24
-
25
- <!-- Highlight some of the features your module provide here -->
26
- - ⛰ &nbsp;Foo
27
- - 🚠 &nbsp;Bar
28
- - 🌲 &nbsp;Baz
29
-
30
- ## Quick Setup
31
-
32
- Install the module to your Nuxt application with one command:
33
-
34
- ```bash
35
- npx nuxi module add my-module
36
- ```
37
-
38
- That's it! You can now use My Module in your Nuxt app ✨
39
-
40
-
41
- ## Contribution
42
-
43
- <details>
44
- <summary>Local development</summary>
45
-
46
- ```bash
47
- # Install dependencies
48
- npm install
49
-
50
- # Generate type stubs
51
- npm run dev:prepare
52
-
53
- # Develop with the playground
54
- npm run dev
55
-
56
- # Build the playground
57
- npm run dev:build
58
-
59
- # Run ESLint
60
- npm run lint
61
-
62
- # Run Vitest
63
- npm run test
64
- npm run test:watch
65
-
66
- # Release new version
67
- npm run release
68
- ```
69
-
70
- </details>
71
-
72
-
73
- <!-- Badges -->
74
- [npm-version-src]: https://img.shields.io/npm/v/my-module/latest.svg?style=flat&colorA=020420&colorB=00DC82
75
- [npm-version-href]: https://npmjs.com/package/my-module
76
-
77
- [npm-downloads-src]: https://img.shields.io/npm/dm/my-module.svg?style=flat&colorA=020420&colorB=00DC82
78
- [npm-downloads-href]: https://npm.chart.dev/my-module
79
-
80
- [license-src]: https://img.shields.io/npm/l/my-module.svg?style=flat&colorA=020420&colorB=00DC82
81
- [license-href]: https://npmjs.com/package/my-module
82
-
83
- [nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
84
- [nuxt-href]: https://nuxt.com
1
+ <!--
2
+ Get your module up and running quickly.
3
+
4
+ Find and replace all on all files (CMD+SHIFT+F):
5
+ - Name: My Module
6
+ - Package name: my-module
7
+ - Description: My new Nuxt module
8
+ -->
9
+
10
+ # My Module
11
+
12
+ [![npm version][npm-version-src]][npm-version-href]
13
+ [![npm downloads][npm-downloads-src]][npm-downloads-href]
14
+ [![License][license-src]][license-href]
15
+ [![Nuxt][nuxt-src]][nuxt-href]
16
+
17
+ My new Nuxt module for doing amazing things.
18
+
19
+ - [✨ &nbsp;Release Notes](/CHANGELOG.md)
20
+ <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/my-module?file=playground%2Fapp.vue) -->
21
+ <!-- - [📖 &nbsp;Documentation](https://example.com) -->
22
+
23
+ ## Features
24
+
25
+ <!-- Highlight some of the features your module provide here -->
26
+ - ⛰ &nbsp;Foo
27
+ - 🚠 &nbsp;Bar
28
+ - 🌲 &nbsp;Baz
29
+
30
+ ## Quick Setup
31
+
32
+ Install the module to your Nuxt application with one command:
33
+
34
+ ```bash
35
+ npx nuxi module add my-module
36
+ ```
37
+
38
+ That's it! You can now use My Module in your Nuxt app ✨
39
+
40
+
41
+ ## Contribution
42
+
43
+ <details>
44
+ <summary>Local development</summary>
45
+
46
+ ```bash
47
+ # Install dependencies
48
+ npm install
49
+
50
+ # Generate type stubs
51
+ npm run dev:prepare
52
+
53
+ # Develop with the playground
54
+ npm run dev
55
+
56
+ # Build the playground
57
+ npm run dev:build
58
+
59
+ # Run ESLint
60
+ npm run lint
61
+
62
+ # Run Vitest
63
+ npm run test
64
+ npm run test:watch
65
+
66
+ # Release new version
67
+ npm run release
68
+ ```
69
+
70
+ </details>
71
+
72
+
73
+ <!-- Badges -->
74
+ [npm-version-src]: https://img.shields.io/npm/v/my-module/latest.svg?style=flat&colorA=020420&colorB=00DC82
75
+ [npm-version-href]: https://npmjs.com/package/my-module
76
+
77
+ [npm-downloads-src]: https://img.shields.io/npm/dm/my-module.svg?style=flat&colorA=020420&colorB=00DC82
78
+ [npm-downloads-href]: https://npm.chart.dev/my-module
79
+
80
+ [license-src]: https://img.shields.io/npm/l/my-module.svg?style=flat&colorA=020420&colorB=00DC82
81
+ [license-href]: https://npmjs.com/package/my-module
82
+
83
+ [nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
84
+ [nuxt-href]: https://nuxt.com
package/dist/module.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
7
  "failOnWarn": false,
8
- "version": "3.1.29",
8
+ "version": "3.1.31",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -33,30 +33,30 @@ const colorOptions = {
33
33
  </script>
34
34
 
35
35
  <template>
36
- <div
37
- class="inline-flex w-full rounded-md"
38
- :class="twMerge(colorOptions.description[color], textBgClasses)"
39
- >
40
- <div
41
- class="flex items-center justify-center rounded-l-md"
42
- :class="twMerge([colorOptions.icon[color], sizeOptions[size]], iconBgClasses)"
43
- >
44
- <slot name="icon">
45
- <i-info-circle
46
- v-if="iconType == 'circle'"
47
- :class="`w-[${iconSize}] h-[${iconSize}]`"
48
- />
49
- <i-warning-triangle
50
- v-if="iconType == 'triangle'"
51
- :class="`w-[${iconSize}] h-[${iconSize}]`"
52
- />
53
- </slot>
54
- </div>
55
- <div
56
- :class="sizeOptions[size]"
57
- class="rounded-r-md flex items-center"
58
- >
59
- <slot name="default" />
60
- </div>
61
- </div>
36
+ <div
37
+ class="inline-flex w-full rounded-md"
38
+ :class="twMerge(colorOptions.description[color], textBgClasses)"
39
+ >
40
+ <div
41
+ class="flex items-center justify-center rounded-l-md"
42
+ :class="twMerge([colorOptions.icon[color], sizeOptions[size]], iconBgClasses)"
43
+ >
44
+ <slot name="icon">
45
+ <i-info-circle
46
+ v-if="iconType == 'circle'"
47
+ :class="`w-[${iconSize}] h-[${iconSize}]`"
48
+ />
49
+ <i-warning-triangle
50
+ v-if="iconType == 'triangle'"
51
+ :class="`w-[${iconSize}] h-[${iconSize}]`"
52
+ />
53
+ </slot>
54
+ </div>
55
+ <div
56
+ :class="sizeOptions[size]"
57
+ class="rounded-r-md flex items-center"
58
+ >
59
+ <slot name="default" />
60
+ </div>
61
+ </div>
62
62
  </template>
@@ -120,7 +120,7 @@ const props = defineProps({
120
120
  {{ title }}
121
121
  </p>
122
122
  </div>
123
- <p class="text-sm text-gray-600 dark:text-gray-200">
123
+ <p class="text-sm text-left text-gray-600 dark:text-gray-200">
124
124
  {{ description }}
125
125
  </p>
126
126
  </div>
@@ -3,9 +3,9 @@ import ColorMode from "./ColorMode.vue";
3
3
  </script>
4
4
 
5
5
  <template>
6
- <header class="h-16 bg-white border-b-[1px] border-deepblue-900/10 dark:bg-gray-900">
7
- <div class="a-container flex items-center justify-end h-full">
8
- <color-mode />
9
- </div>
10
- </header>
6
+ <header class="h-16 bg-white border-b-[1px] border-deepblue-900/10 dark:bg-gray-900">
7
+ <div class="a-container flex items-center justify-end h-full">
8
+ <color-mode />
9
+ </div>
10
+ </header>
11
11
  </template>
@@ -39,8 +39,8 @@ const typeSwitchValues = {
39
39
  </script>
40
40
 
41
41
  <template>
42
- <div :class="[[classes], customClasses]">
43
- <slot name="point" />
44
- <slot />
45
- </div>
42
+ <div :class="[[classes], customClasses]">
43
+ <slot name="point" />
44
+ <slot />
45
+ </div>
46
46
  </template>
@@ -189,7 +189,7 @@ defineExpose({
189
189
  <div
190
190
  v-if="autocompleteList.length && isFocused"
191
191
  :class="[
192
- 'absolute z-[31] w-full flex flex-col gap-4 rounded bg-gray-200 p-2 dark:bg-gray-800',
192
+ 'absolute z-[31] w-full flex flex-col gap-4 rounded bg-white p-2 dark:bg-gray-900',
193
193
  isDropdownUp ? 'bottom-[44px]' : 'top-[44px]'
194
194
  ]"
195
195
  >
@@ -200,8 +200,8 @@ defineExpose({
200
200
  <li
201
201
  v-for="(item, idx) in autocompleteList"
202
202
  :key="idx"
203
- class="cursor-pointer rounded px-4 py-[10px] transition-colors hover:bg-gray-50 hover:dark:bg-gray-900"
204
- :class="{ 'bg-gray-100 dark:bg-gray-700': currentItemIndex === idx }"
203
+ class="cursor-pointer rounded px-4 py-[10px] transition-colors hover:bg-deepblue-900/10 hover:dark:bg-gray-200/10"
204
+ :class="{ 'bg-deepblue-900/5 dark:bg-gray-200/5': currentItemIndex === idx }"
205
205
  @mousedown="onSelectOption(item)"
206
206
  @touchend="onSelectOptionMobile(item)"
207
207
  @touchmove="mobileAutocomMoved = true"
@@ -32,6 +32,8 @@ import IId from "#icons/document/id.vue";
32
32
  import IProfile from "#icons/document/profile.vue";
33
33
  import IMapPaper from "#icons/map-paper.vue";
34
34
  import IMapPinRect from "#icons/map-pin-rect.vue";
35
+ import ChartBar from "#icons/chartBar.vue";
36
+ import Bank from "#icons/bank.vue";
35
37
  const props = defineProps({
36
38
  animation: { type: String, required: false, default: "next" },
37
39
  index: { type: Number, required: false, default: 0 },
@@ -110,30 +112,38 @@ const filteredItems = computed(() => [
110
112
  ]
111
113
  },
112
114
  {
113
- key: "work",
114
- name: t("header.products.jobs.label"),
115
- icon: IWorkBag,
115
+ key: "compliance",
116
+ is_new: true,
117
+ name: t("header.products.compliance.label"),
118
+ icon: IId,
116
119
  items: [
117
120
  {
118
- title: t("header.products.jobs.items.vacancies.title"),
119
- icon: IWorkBag,
120
- subtitle: t("header.products.jobs.items.vacancies.subtitle"),
121
- to: `https://work.${mode}.kz` + PAGES.work.vacancy
122
- },
123
- {
124
- title: t("header.products.jobs.items.resume.title"),
125
- subtitle: t("header.products.jobs.items.resume.subtitle"),
126
- icon: IHdocument,
127
- to: `https://work.${mode}.kz` + PAGES.work.summary
121
+ title: t("header.products.compliance.items.l.t"),
122
+ subtitle: t("header.products.compliance.items.l.st"),
123
+ icon: IProfile,
124
+ to: `https://ac.${mode}.kz/compliance`
128
125
  }
129
126
  ]
130
127
  },
131
128
  {
132
129
  key: "tenders",
133
130
  name: t("header.products.tenders.label"),
131
+ is_new: true,
134
132
  icon: IReceipt,
135
133
  to: `https://tender.${mode}.kz`,
136
134
  items: [
135
+ {
136
+ title: t("header.products.tenders.items.monitoring.title"),
137
+ subtitle: t("header.products.tenders.items.monitoring.subtitle"),
138
+ icon: ChartBar,
139
+ to: `https://zakupki.${mode}.kz` + PAGES.tender.monitoring
140
+ },
141
+ {
142
+ title: t("header.products.tenders.items.akimat.title"),
143
+ subtitle: t("header.products.tenders.items.akimat.subtitle"),
144
+ icon: Bank,
145
+ to: `https://zakupki.${mode}.kz` + PAGES.tender.akimat
146
+ },
137
147
  {
138
148
  title: t("header.products.tenders.items.tenders.title"),
139
149
  subtitle: t("header.products.tenders.items.tenders.subtitle"),
@@ -163,53 +173,28 @@ const filteredItems = computed(() => [
163
173
  title: t("header.products.analytics.items.procurement.title"),
164
174
  subtitle: t("header.products.analytics.items.procurement.subtitle"),
165
175
  icon: IClipboardText,
166
- to: `https://analytics.${mode}.kz` + PAGES.analytics.analysis
176
+ to: `https://analytics-new.${mode}.kz` + PAGES.analytics.analysis
167
177
  },
168
178
  {
169
179
  title: t("header.products.analytics.items.activity.title"),
170
180
  subtitle: t("header.products.analytics.items.activity.subtitle"),
171
181
  icon: IArrowGraphUp,
172
- to: `https://analytics.${mode}.kz` + PAGES.analytics.index
182
+ to: `https://analytics-new.${mode}.kz` + PAGES.analytics.index
173
183
  },
174
184
  {
175
185
  title: t("header.products.analytics.items.rate.title"),
176
186
  subtitle: t("header.products.analytics.items.rate.subtitle"),
177
187
  icon: IMedal,
178
- to: `https://analytics.${mode}.kz` + PAGES.analytics.rating
188
+ to: `https://analytics-new.${mode}.kz` + PAGES.analytics.rating
179
189
  },
180
190
  {
181
191
  title: t("header.products.analytics.items.subjects.title"),
182
192
  subtitle: t("header.products.analytics.items.subjects.subtitle"),
183
193
  icon: ICompany,
184
- to: `https://analytics.${mode}.kz` + PAGES.analytics.business
194
+ to: `https://analytics-new.${mode}.kz` + PAGES.analytics.business
185
195
  }
186
196
  ]
187
197
  },
188
- {
189
- key: "fines",
190
- name: t("header.products.fines.label"),
191
- icon: ICar,
192
- items: [
193
- {
194
- title: t("header.products.fines.items.fines.title"),
195
- subtitle: t("header.products.fines.items.fines.subtitle"),
196
- icon: ICheckCircle,
197
- to: `https://avto.${mode}.kz` + PAGES.fines.main
198
- },
199
- {
200
- title: t("header.products.fines.items.auto.title"),
201
- subtitle: t("header.products.fines.items.auto.subtitle"),
202
- icon: ICar,
203
- to: `https://avto.${mode}.kz` + PAGES.fines.avto
204
- }
205
- // {
206
- // title: t('header.products.fines.items.wholesaleAuto.title'),
207
- // subtitle: t('header.products.fines.items.wholesaleAuto.subtitle'),
208
- // icon: ITruck,
209
- // to: `https://avto.${mode}.kz` + PAGES.fines.bulk,
210
- // },
211
- ]
212
- },
213
198
  {
214
199
  key: "fea",
215
200
  is_new: true,
@@ -261,16 +246,46 @@ const filteredItems = computed(() => [
261
246
  ]
262
247
  },
263
248
  {
264
- key: "compliance",
265
- is_new: true,
266
- name: t("header.products.compliance.label"),
267
- icon: IId,
249
+ key: "fines",
250
+ name: t("header.products.fines.label"),
251
+ icon: ICar,
268
252
  items: [
269
253
  {
270
- title: t("header.products.compliance.items.l.t"),
271
- subtitle: t("header.products.compliance.items.l.st"),
272
- icon: IProfile,
273
- to: `https://ac.${mode}.kz/compliance`
254
+ title: t("header.products.fines.items.fines.title"),
255
+ subtitle: t("header.products.fines.items.fines.subtitle"),
256
+ icon: ICheckCircle,
257
+ to: `https://avto.${mode}.kz` + PAGES.fines.main
258
+ },
259
+ {
260
+ title: t("header.products.fines.items.auto.title"),
261
+ subtitle: t("header.products.fines.items.auto.subtitle"),
262
+ icon: ICar,
263
+ to: `https://avto.${mode}.kz` + PAGES.fines.avto
264
+ }
265
+ // {
266
+ // title: t('header.products.fines.items.wholesaleAuto.title'),
267
+ // subtitle: t('header.products.fines.items.wholesaleAuto.subtitle'),
268
+ // icon: ITruck,
269
+ // to: `https://avto.${mode}.kz` + PAGES.fines.bulk,
270
+ // },
271
+ ]
272
+ },
273
+ {
274
+ key: "work",
275
+ name: t("header.products.jobs.label"),
276
+ icon: IWorkBag,
277
+ items: [
278
+ {
279
+ title: t("header.products.jobs.items.vacancies.title"),
280
+ icon: IWorkBag,
281
+ subtitle: t("header.products.jobs.items.vacancies.subtitle"),
282
+ to: `https://work.${mode}.kz` + PAGES.work.vacancy
283
+ },
284
+ {
285
+ title: t("header.products.jobs.items.resume.title"),
286
+ subtitle: t("header.products.jobs.items.resume.subtitle"),
287
+ icon: IHdocument,
288
+ to: `https://work.${mode}.kz` + PAGES.work.summary
274
289
  }
275
290
  ]
276
291
  }
@@ -120,6 +120,14 @@ declare const _default: {
120
120
  tenders: {
121
121
  label: string;
122
122
  items: {
123
+ monitoring: {
124
+ title: string;
125
+ subtitle: string;
126
+ };
127
+ akimat: {
128
+ title: string;
129
+ subtitle: string;
130
+ };
123
131
  tenders: {
124
132
  title: string;
125
133
  subtitle: string;
@@ -690,6 +698,14 @@ declare const _default: {
690
698
  tenders: {
691
699
  label: string;
692
700
  items: {
701
+ monitoring: {
702
+ title: string;
703
+ subtitle: string;
704
+ };
705
+ akimat: {
706
+ title: string;
707
+ subtitle: string;
708
+ };
693
709
  tenders: {
694
710
  title: string;
695
711
  subtitle: string;
@@ -1260,6 +1276,14 @@ declare const _default: {
1260
1276
  tenders: {
1261
1277
  label: string;
1262
1278
  items: {
1279
+ monitoring: {
1280
+ title: string;
1281
+ subtitle: string;
1282
+ };
1283
+ akimat: {
1284
+ title: string;
1285
+ subtitle: string;
1286
+ };
1263
1287
  tenders: {
1264
1288
  title: string;
1265
1289
  subtitle: string;
@@ -1,24 +1,24 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg
7
- width="25"
8
- height="24"
9
- viewBox="0 0 25 24"
10
- fill="none"
11
- xmlns="http://www.w3.org/2000/svg"
12
- >
13
- <path
14
- fill-rule="evenodd"
15
- clip-rule="evenodd"
16
- d="M8.70938 5.23017C8.99647 4.93159 9.47125 4.92228 9.76983 5.20938L16.2698 11.4594C16.4169 11.6008 16.5 11.796 16.5 12C16.5 12.204 16.4169 12.3992 16.2698 12.5406L9.76983 18.7906C9.47125 19.0777 8.99647 19.0684 8.70938 18.7698C8.42228 18.4713 8.43159 17.9965 8.73017 17.7094L14.6679 12L8.73017 6.29063C8.43159 6.00353 8.42228 5.52875 8.70938 5.23017Z"
17
- fill="currentColor"
18
- />
19
- </svg>
20
- </template>
21
-
22
- <style scoped>
23
-
24
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg
7
+ width="25"
8
+ height="24"
9
+ viewBox="0 0 25 24"
10
+ fill="none"
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ >
13
+ <path
14
+ fill-rule="evenodd"
15
+ clip-rule="evenodd"
16
+ d="M8.70938 5.23017C8.99647 4.93159 9.47125 4.92228 9.76983 5.20938L16.2698 11.4594C16.4169 11.6008 16.5 11.796 16.5 12C16.5 12.204 16.4169 12.3992 16.2698 12.5406L9.76983 18.7906C9.47125 19.0777 8.99647 19.0684 8.70938 18.7698C8.42228 18.4713 8.43159 17.9965 8.73017 17.7094L14.6679 12L8.73017 6.29063C8.43159 6.00353 8.42228 5.52875 8.70938 5.23017Z"
17
+ fill="currentColor"
18
+ />
19
+ </svg>
20
+ </template>
21
+
22
+ <style scoped>
23
+
24
+ </style>
@@ -0,0 +1,14 @@
1
+ <template>
2
+ <svg
3
+ width="19"
4
+ height="18"
5
+ viewBox="0 0 19 18"
6
+ fill="currentColor"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M2.35449 7.31252H4.04199V11.8125H2.91699C2.76781 11.8125 2.62473 11.8718 2.51924 11.9773C2.41376 12.0828 2.35449 12.2258 2.35449 12.375C2.35449 12.5242 2.41376 12.6673 2.51924 12.7728C2.62473 12.8783 2.76781 12.9375 2.91699 12.9375H16.417C16.5662 12.9375 16.7093 12.8783 16.8147 12.7728C16.9202 12.6673 16.9795 12.5242 16.9795 12.375C16.9795 12.2258 16.9202 12.0828 16.8147 11.9773C16.7093 11.8718 16.5662 11.8125 16.417 11.8125H15.292V7.31252H16.9795C17.1019 7.31239 17.2209 7.27236 17.3185 7.19848C17.416 7.1246 17.4869 7.02091 17.5202 6.90315C17.5535 6.78538 17.5475 6.65996 17.5031 6.54591C17.4587 6.43186 17.3783 6.33541 17.2741 6.27119L9.9616 1.77119C9.87299 1.71671 9.77101 1.68787 9.66699 1.68787C9.56297 1.68787 9.46099 1.71671 9.37238 1.77119L2.05988 6.27119C1.9557 6.33541 1.87531 6.43186 1.8309 6.54591C1.78649 6.65996 1.78049 6.78538 1.8138 6.90315C1.84712 7.02091 1.91794 7.1246 2.01552 7.19848C2.11309 7.27236 2.2321 7.31239 2.35449 7.31252ZM5.16699 7.31252H7.41699V11.8125H5.16699V7.31252ZM10.792 7.31252V11.8125H8.54199V7.31252H10.792ZM14.167 11.8125H11.917V7.31252H14.167V11.8125ZM9.66699 2.91025L14.9925 6.18752H4.34152L9.66699 2.91025ZM18.1045 14.625C18.1045 14.7742 18.0452 14.9173 17.9397 15.0228C17.8343 15.1283 17.6912 15.1875 17.542 15.1875H1.79199C1.64281 15.1875 1.49973 15.1283 1.39424 15.0228C1.28876 14.9173 1.22949 14.7742 1.22949 14.625C1.22949 14.4758 1.28876 14.3328 1.39424 14.2273C1.49973 14.1218 1.64281 14.0625 1.79199 14.0625H17.542C17.6912 14.0625 17.8343 14.1218 17.9397 14.2273C18.0452 14.3328 18.1045 14.4758 18.1045 14.625Z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ </template>
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,24 +1,24 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg
7
- width="16"
8
- height="16"
9
- viewBox="0 0 16 16"
10
- fill="none"
11
- xmlns="http://www.w3.org/2000/svg"
12
- >
13
- <path
14
- fill-rule="evenodd"
15
- clip-rule="evenodd"
16
- d="M10.5669 1C10.8568 1 11.0919 1.23505 11.0919 1.525V2.295H12.4919C13.495 2.295 14.3002 3.11434 14.3002 4.115V6.70493V13.18C14.3002 14.1807 13.495 15 12.4919 15H3.50853C2.50534 15 1.7002 14.1807 1.7002 13.18V6.70493V4.115C1.7002 3.11434 2.50534 2.295 3.50853 2.295H4.90857V1.525C4.90857 1.23505 5.14362 1 5.43356 1C5.72351 1 5.95856 1.23505 5.95856 1.525V2.295H10.0419V1.525C10.0419 1.23505 10.2769 1 10.5669 1ZM4.90857 3.345V4.11439C4.90857 4.40434 5.14362 4.63939 5.43356 4.63939C5.72351 4.63939 5.95856 4.40434 5.95856 4.11439V3.345H10.0419V4.11439C10.0419 4.40434 10.2769 4.63939 10.5669 4.63939C10.8568 4.63939 11.0919 4.40434 11.0919 4.11439V3.345H12.4919C12.9062 3.345 13.2502 3.68525 13.2502 4.115V6.17993H2.75019V4.115C2.75019 3.68525 3.09418 3.345 3.50853 3.345H4.90857ZM13.2502 7.22993V13.18C13.2502 13.6098 12.9062 13.95 12.4919 13.95H3.50853C3.09418 13.95 2.75019 13.6098 2.75019 13.18V7.22993H13.2502Z"
17
- fill="currentColor"
18
- />
19
- </svg>
20
- </template>
21
-
22
- <style scoped>
23
-
24
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg
7
+ width="16"
8
+ height="16"
9
+ viewBox="0 0 16 16"
10
+ fill="none"
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ >
13
+ <path
14
+ fill-rule="evenodd"
15
+ clip-rule="evenodd"
16
+ d="M10.5669 1C10.8568 1 11.0919 1.23505 11.0919 1.525V2.295H12.4919C13.495 2.295 14.3002 3.11434 14.3002 4.115V6.70493V13.18C14.3002 14.1807 13.495 15 12.4919 15H3.50853C2.50534 15 1.7002 14.1807 1.7002 13.18V6.70493V4.115C1.7002 3.11434 2.50534 2.295 3.50853 2.295H4.90857V1.525C4.90857 1.23505 5.14362 1 5.43356 1C5.72351 1 5.95856 1.23505 5.95856 1.525V2.295H10.0419V1.525C10.0419 1.23505 10.2769 1 10.5669 1ZM4.90857 3.345V4.11439C4.90857 4.40434 5.14362 4.63939 5.43356 4.63939C5.72351 4.63939 5.95856 4.40434 5.95856 4.11439V3.345H10.0419V4.11439C10.0419 4.40434 10.2769 4.63939 10.5669 4.63939C10.8568 4.63939 11.0919 4.40434 11.0919 4.11439V3.345H12.4919C12.9062 3.345 13.2502 3.68525 13.2502 4.115V6.17993H2.75019V4.115C2.75019 3.68525 3.09418 3.345 3.50853 3.345H4.90857ZM13.2502 7.22993V13.18C13.2502 13.6098 12.9062 13.95 12.4919 13.95H3.50853C3.09418 13.95 2.75019 13.6098 2.75019 13.18V7.22993H13.2502Z"
17
+ fill="currentColor"
18
+ />
19
+ </svg>
20
+ </template>
21
+
22
+ <style scoped>
23
+
24
+ </style>
@@ -0,0 +1,14 @@
1
+ <template>
2
+ <svg
3
+ width="19"
4
+ height="18"
5
+ viewBox="0 0 19 18"
6
+ fill="currentColor"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M16.417 14.0625H15.8545V2.8125C15.8545 2.66332 15.7952 2.52024 15.6897 2.41475C15.5843 2.30926 15.4412 2.25 15.292 2.25H11.3545C11.2053 2.25 11.0622 2.30926 10.9567 2.41475C10.8513 2.52024 10.792 2.66332 10.792 2.8125V5.625H7.41699C7.26781 5.625 7.12473 5.68426 7.01924 5.78975C6.91376 5.89524 6.85449 6.03832 6.85449 6.1875V9H4.04199C3.89281 9 3.74973 9.05926 3.64424 9.16475C3.53876 9.27024 3.47949 9.41332 3.47949 9.5625V14.0625H2.91699C2.76781 14.0625 2.62473 14.1218 2.51924 14.2273C2.41376 14.3327 2.35449 14.4758 2.35449 14.625C2.35449 14.7742 2.41376 14.9173 2.51924 15.0227C2.62473 15.1282 2.76781 15.1875 2.91699 15.1875H16.417C16.5662 15.1875 16.7093 15.1282 16.8147 15.0227C16.9202 14.9173 16.9795 14.7742 16.9795 14.625C16.9795 14.4758 16.9202 14.3327 16.8147 14.2273C16.7093 14.1218 16.5662 14.0625 16.417 14.0625ZM11.917 3.375H14.7295V14.0625H11.917V3.375ZM7.97949 6.75H10.792V14.0625H7.97949V6.75ZM4.60449 10.125H6.85449V14.0625H4.60449V10.125Z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ </template>
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;