@milaboratories/uikit 2.4.29 → 2.4.30
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/.turbo/turbo-build.log +42 -43
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +7 -0
- package/dist/assets/images/required.svg.js +7 -0
- package/dist/assets/images/required.svg.js.map +1 -0
- package/dist/components/DataTable/TableComponent.vue.js +16 -19
- package/dist/components/DataTable/TableComponent.vue.js.map +1 -1
- package/dist/components/PlAccordion/{ExpandTransition.vue2.js → ExpandTransition.vue.js} +1 -1
- package/dist/components/PlAccordion/ExpandTransition.vue.js.map +1 -0
- package/dist/components/PlAccordion/ExpandTransition.vue3.js +1 -1
- package/dist/components/PlAccordion/PlAccordionSection.vue2.js +1 -1
- package/dist/components/PlAutocomplete/PlAutocomplete.vue.js +67 -60
- package/dist/components/PlAutocomplete/PlAutocomplete.vue.js.map +1 -1
- package/dist/components/PlAutocompleteMulti/PlAutocompleteMulti.vue.js +76 -72
- package/dist/components/PlAutocompleteMulti/PlAutocompleteMulti.vue.js.map +1 -1
- package/dist/components/PlDropdown/PlDropdown.vue.js +65 -61
- package/dist/components/PlDropdown/PlDropdown.vue.js.map +1 -1
- package/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.js +27 -23
- package/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.js.map +1 -1
- package/dist/components/PlDropdownMulti/PlDropdownMulti.vue.js +65 -61
- package/dist/components/PlDropdownMulti/PlDropdownMulti.vue.js.map +1 -1
- package/dist/components/PlFileInput/PlFileInput.vue.js +47 -43
- package/dist/components/PlFileInput/PlFileInput.vue.js.map +1 -1
- package/dist/components/PlSlideModal/PlPureSlideModal.vue.js +3 -6
- package/dist/components/PlSlideModal/PlPureSlideModal.vue.js.map +1 -1
- package/dist/components/PlTextArea/PlTextArea.vue.js +43 -39
- package/dist/components/PlTextArea/PlTextArea.vue.js.map +1 -1
- package/dist/components/PlTextField/PlTextField.vue.js +41 -37
- package/dist/components/PlTextField/PlTextField.vue.js.map +1 -1
- package/package.json +5 -5
- package/src/components/PlAutocomplete/PlAutocomplete.vue +4 -3
- package/src/components/PlAutocompleteMulti/PlAutocompleteMulti.vue +14 -11
- package/src/components/PlDropdown/PlDropdown.vue +10 -9
- package/src/components/PlDropdownLegacy/PlDropdownLegacy.vue +3 -2
- package/src/components/PlDropdownMulti/PlDropdownMulti.vue +11 -10
- package/src/components/PlFileInput/PlFileInput.vue +6 -3
- package/src/components/PlTextArea/PlTextArea.vue +3 -2
- package/src/components/PlTextField/PlTextField.vue +7 -6
- package/dist/components/PlAccordion/ExpandTransition.vue2.js.map +0 -1
- package/dist/generated/components/svg/images/SvgRequired.vue.d.ts +0 -2
- package/dist/generated/components/svg/images/SvgRequired.vue.js +0 -17
- package/dist/generated/components/svg/images/SvgRequired.vue.js.map +0 -1
- package/dist/generated/components/svg/images/SvgRequired.vue3.js +0 -6
- package/dist/generated/components/svg/images/SvgRequired.vue3.js.map +0 -1
- package/scripts/create-svg-components.js +0 -125
- package/src/generated/components/svg/images/Svg16Add.vue +0 -13
- package/src/generated/components/svg/images/Svg16Attention.vue +0 -13
- package/src/generated/components/svg/images/Svg16Checkmark.vue +0 -13
- package/src/generated/components/svg/images/Svg16CheckmarkDark.vue +0 -13
- package/src/generated/components/svg/images/Svg16ChevronDown.vue +0 -13
- package/src/generated/components/svg/images/Svg16ChevronLeft.vue +0 -13
- package/src/generated/components/svg/images/Svg16ChevronRight.vue +0 -13
- package/src/generated/components/svg/images/Svg16ChevronUp.vue +0 -13
- package/src/generated/components/svg/images/Svg16Clear.vue +0 -13
- package/src/generated/components/svg/images/Svg16Clipboard.vue +0 -13
- package/src/generated/components/svg/images/Svg16Close.vue +0 -13
- package/src/generated/components/svg/images/Svg16Compare.vue +0 -13
- package/src/generated/components/svg/images/Svg16Down.vue +0 -13
- package/src/generated/components/svg/images/Svg16Import.vue +0 -13
- package/src/generated/components/svg/images/Svg16Info.vue +0 -13
- package/src/generated/components/svg/images/Svg16InfoDark.vue +0 -13
- package/src/generated/components/svg/images/Svg16Link.vue +0 -13
- package/src/generated/components/svg/images/Svg16Loading.vue +0 -13
- package/src/generated/components/svg/images/Svg16Maximise.vue +0 -13
- package/src/generated/components/svg/images/Svg16Play.vue +0 -13
- package/src/generated/components/svg/images/Svg16Up.vue +0 -13
- package/src/generated/components/svg/images/Svg24ArrowRight.vue +0 -13
- package/src/generated/components/svg/images/Svg24CheckboxDarkDisabledChecked.vue +0 -13
- package/src/generated/components/svg/images/Svg24CheckboxDarkDisabledIndeterminate.vue +0 -13
- package/src/generated/components/svg/images/Svg24CheckboxDarkDisabledUnchecked.vue +0 -13
- package/src/generated/components/svg/images/Svg24CheckboxDarkEnabledChecked.vue +0 -13
- package/src/generated/components/svg/images/Svg24CheckboxDarkEnabledIndeterminate.vue +0 -13
- package/src/generated/components/svg/images/Svg24CheckboxDarkEnabledUnchecked.vue +0 -13
- package/src/generated/components/svg/images/Svg24CheckboxLightDisabledChecked.vue +0 -13
- package/src/generated/components/svg/images/Svg24CheckboxLightDisabledIndeterminate.vue +0 -13
- package/src/generated/components/svg/images/Svg24CheckboxLightDisabledUnchecked.vue +0 -13
- package/src/generated/components/svg/images/Svg24CheckboxLightEnabledChecked.vue +0 -13
- package/src/generated/components/svg/images/Svg24CheckboxLightEnabledIndeterminate.vue +0 -13
- package/src/generated/components/svg/images/Svg24CheckboxLightEnabledUnchecked.vue +0 -13
- package/src/generated/components/svg/images/Svg24Clips.vue +0 -13
- package/src/generated/components/svg/images/Svg24Close.vue +0 -13
- package/src/generated/components/svg/images/Svg24Code.vue +0 -13
- package/src/generated/components/svg/images/Svg24Columns.vue +0 -13
- package/src/generated/components/svg/images/Svg24DarkMode.vue +0 -13
- package/src/generated/components/svg/images/Svg24Filters.vue +0 -13
- package/src/generated/components/svg/images/Svg24LightMode.vue +0 -13
- package/src/generated/components/svg/images/Svg24Local.vue +0 -13
- package/src/generated/components/svg/images/Svg24PaperClip.vue +0 -13
- package/src/generated/components/svg/images/Svg24Search.vue +0 -13
- package/src/generated/components/svg/images/Svg24ServerOn.vue +0 -13
- package/src/generated/components/svg/images/Svg24Settings2.vue +0 -13
- package/src/generated/components/svg/images/SvgAddGraphBg.vue +0 -13
- package/src/generated/components/svg/images/SvgColorSliderThumbBig.vue +0 -13
- package/src/generated/components/svg/images/SvgColorSliderThumbSmall.vue +0 -13
- package/src/generated/components/svg/images/SvgEmptyCat.vue +0 -13
- package/src/generated/components/svg/images/SvgNoDataCat.vue +0 -13
- package/src/generated/components/svg/images/SvgRequired.vue +0 -13
- package/src/generated/components/svg/svg-styles.css +0 -5
|
@@ -8,23 +8,24 @@ export default {
|
|
|
8
8
|
</script>
|
|
9
9
|
|
|
10
10
|
<script lang="ts" setup generic="M = unknown">
|
|
11
|
-
import './pl-dropdown.scss';
|
|
12
11
|
import { computed, reactive, ref, unref, useTemplateRef, watch, watchPostEffect } from 'vue';
|
|
12
|
+
import SvgRequired from '../../assets/images/required.svg?raw';
|
|
13
|
+
import { getErrorMessage } from '../../helpers/error.ts';
|
|
13
14
|
import { tap } from '../../helpers/functions';
|
|
14
|
-
import {
|
|
15
|
+
import { deepEqual } from '../../helpers/objects';
|
|
16
|
+
import { normalizeListOptions } from '../../helpers/utils';
|
|
17
|
+
import type { ListOption, ListOptionNormalized, MaskIconName16, MaskIconName24 } from '../../types';
|
|
15
18
|
import DoubleContour from '../../utils/DoubleContour.vue';
|
|
16
19
|
import { useLabelNotch } from '../../utils/useLabelNotch';
|
|
17
|
-
import type { ListOption, ListOptionNormalized, MaskIconName16, MaskIconName24 } from '../../types';
|
|
18
|
-
import { deepEqual } from '../../helpers/objects';
|
|
19
20
|
import LongText from '../LongText.vue';
|
|
20
|
-
import { normalizeListOptions } from '../../helpers/utils';
|
|
21
21
|
import { PlIcon16 } from '../PlIcon16';
|
|
22
22
|
import { PlIcon24 } from '../PlIcon24';
|
|
23
|
-
import
|
|
24
|
-
import {
|
|
23
|
+
import { PlSvg } from '../PlSvg';
|
|
24
|
+
import { PlTooltip } from '../PlTooltip';
|
|
25
25
|
import OptionList from './OptionList.vue';
|
|
26
|
-
import
|
|
26
|
+
import './pl-dropdown.scss';
|
|
27
27
|
import type { LOption } from './types';
|
|
28
|
+
import { useGroupBy } from './useGroupBy';
|
|
28
29
|
|
|
29
30
|
const emit = defineEmits<{
|
|
30
31
|
/**
|
|
@@ -349,7 +350,7 @@ watchPostEffect(() => {
|
|
|
349
350
|
</div>
|
|
350
351
|
</div>
|
|
351
352
|
<label v-if="label">
|
|
352
|
-
<
|
|
353
|
+
<PlSvg v-if="required" :uri="SvgRequired" />
|
|
353
354
|
<span>{{ label }}</span>
|
|
354
355
|
<PlTooltip v-if="$slots.tooltip" class="info" position="top">
|
|
355
356
|
<template #tooltip>
|
|
@@ -22,8 +22,9 @@ import LongText from '../LongText.vue';
|
|
|
22
22
|
import { PlIcon16 } from '../PlIcon16';
|
|
23
23
|
import { PlMaskIcon24 } from '../PlMaskIcon24';
|
|
24
24
|
import { normalizeListOptions } from '../../helpers/utils';
|
|
25
|
-
import SvgRequired from '../../generated/components/svg/images/SvgRequired.vue';
|
|
26
25
|
import { getErrorMessage } from '../../helpers/error.ts';
|
|
26
|
+
import { PlSvg } from '../PlSvg';
|
|
27
|
+
import SvgRequired from '../../assets/images/required.svg?raw';
|
|
27
28
|
|
|
28
29
|
const emit = defineEmits<{
|
|
29
30
|
/**
|
|
@@ -345,7 +346,7 @@ watchPostEffect(() => {
|
|
|
345
346
|
</div>
|
|
346
347
|
</div>
|
|
347
348
|
<label v-if="label">
|
|
348
|
-
<
|
|
349
|
+
<PlSvg v-if="required" :uri="SvgRequired" />
|
|
349
350
|
<span>{{ label }}</span>
|
|
350
351
|
<PlTooltip v-if="slots.tooltip" class="info" position="top">
|
|
351
352
|
<template #tooltip>
|
|
@@ -8,20 +8,21 @@ export default {
|
|
|
8
8
|
</script>
|
|
9
9
|
|
|
10
10
|
<script lang="ts" setup generic="M = unknown">
|
|
11
|
-
import './pl-dropdown-multi.scss';
|
|
12
11
|
import { computed, reactive, ref, unref, useSlots, useTemplateRef, watch, watchPostEffect } from 'vue';
|
|
13
|
-
import
|
|
14
|
-
import {
|
|
15
|
-
import DoubleContour from '../../utils/DoubleContour.vue';
|
|
16
|
-
import { useLabelNotch } from '../../utils/useLabelNotch';
|
|
17
|
-
import type { ListOption } from '../../types';
|
|
18
|
-
import DropdownListItem from '../DropdownListItem.vue';
|
|
12
|
+
import SvgRequired from '../../assets/images/required.svg?raw';
|
|
13
|
+
import { getErrorMessage } from '../../helpers/error.ts';
|
|
19
14
|
import { deepEqual, deepIncludes } from '../../helpers/objects';
|
|
20
15
|
import { normalizeListOptions } from '../../helpers/utils';
|
|
16
|
+
import type { ListOption } from '../../types';
|
|
17
|
+
import DoubleContour from '../../utils/DoubleContour.vue';
|
|
21
18
|
import DropdownOverlay from '../../utils/DropdownOverlay/DropdownOverlay.vue';
|
|
19
|
+
import { useLabelNotch } from '../../utils/useLabelNotch';
|
|
20
|
+
import DropdownListItem from '../DropdownListItem.vue';
|
|
21
|
+
import { PlChip } from '../PlChip';
|
|
22
22
|
import { PlMaskIcon24 } from '../PlMaskIcon24';
|
|
23
|
-
import
|
|
24
|
-
import {
|
|
23
|
+
import { PlSvg } from '../PlSvg';
|
|
24
|
+
import { PlTooltip } from '../PlTooltip';
|
|
25
|
+
import './pl-dropdown-multi.scss';
|
|
25
26
|
|
|
26
27
|
const emit = defineEmits<{
|
|
27
28
|
(e: 'update:modelValue', v: M[]): void;
|
|
@@ -272,7 +273,7 @@ watchPostEffect(() => {
|
|
|
272
273
|
</div>
|
|
273
274
|
</div>
|
|
274
275
|
<label v-if="label">
|
|
275
|
-
<
|
|
276
|
+
<PlSvg v-if="required" :uri="SvgRequired" />
|
|
276
277
|
<span>{{ label }}</span>
|
|
277
278
|
<PlTooltip v-if="slots.tooltip" class="info" position="top">
|
|
278
279
|
<template #tooltip>
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
<script lang="ts" setup>
|
|
2
|
+
import './pl-file-input.scss';
|
|
3
|
+
|
|
2
4
|
import { prettyBytes } from '@milaboratories/helpers';
|
|
3
5
|
import type { ImportFileHandle, ImportProgress } from '@platforma-sdk/model';
|
|
4
6
|
import { getFileNameFromHandle, getFilePathFromHandle } from '@platforma-sdk/model';
|
|
5
7
|
import { computed, reactive, ref, useSlots, watch } from 'vue';
|
|
6
|
-
import SvgRequired from '../../generated/components/svg/images/SvgRequired.vue';
|
|
7
8
|
import { getErrorMessage } from '../../helpers/error.ts';
|
|
8
9
|
import type { ImportedFiles } from '../../types';
|
|
9
10
|
import DoubleContour from '../../utils/DoubleContour.vue';
|
|
@@ -11,7 +12,9 @@ import { useLabelNotch } from '../../utils/useLabelNotch';
|
|
|
11
12
|
import { PlFileDialog } from '../PlFileDialog';
|
|
12
13
|
import { PlMaskIcon24 } from '../PlMaskIcon24';
|
|
13
14
|
import { PlTooltip } from '../PlTooltip';
|
|
14
|
-
|
|
15
|
+
|
|
16
|
+
import SvgRequired from '../../assets/images/required.svg?raw';
|
|
17
|
+
import { PlSvg } from '../PlSvg';
|
|
15
18
|
|
|
16
19
|
const data = reactive({
|
|
17
20
|
fileDialogOpen: false,
|
|
@@ -176,7 +179,7 @@ if (!props.cellStyle) {
|
|
|
176
179
|
>
|
|
177
180
|
<div :style="progressStyle" class="pl-file-input__progress" />
|
|
178
181
|
<label v-if="!cellStyle && label" ref="label">
|
|
179
|
-
<
|
|
182
|
+
<PlSvg v-if="required" :uri="SvgRequired" />
|
|
180
183
|
<span>{{ label }}</span>
|
|
181
184
|
<PlTooltip v-if="slots.tooltip || filePath" class="info" position="top">
|
|
182
185
|
<template #tooltip>
|
|
@@ -12,8 +12,9 @@ import { PlTooltip } from '../PlTooltip';
|
|
|
12
12
|
import DoubleContour from '../../utils/DoubleContour.vue';
|
|
13
13
|
import { useLabelNotch } from '../../utils/useLabelNotch';
|
|
14
14
|
import { useValidation } from '../../utils/useValidation';
|
|
15
|
-
import SvgRequired from '../../generated/components/svg/images/SvgRequired.vue';
|
|
16
15
|
import { getErrorMessage } from '../../helpers/error.ts';
|
|
16
|
+
import { PlSvg } from '../PlSvg';
|
|
17
|
+
import SvgRequired from '../../assets/images/required.svg?raw';
|
|
17
18
|
|
|
18
19
|
const slots = useSlots();
|
|
19
20
|
|
|
@@ -127,7 +128,7 @@ onMounted(() => {
|
|
|
127
128
|
<div class="ui-text-area__envelope">
|
|
128
129
|
<div ref="root" class="ui-text-area" :class="{ error: hasErrors, disabled, dashed, nonEmpty }">
|
|
129
130
|
<label v-if="label" ref="label">
|
|
130
|
-
<
|
|
131
|
+
<PlSvg v-if="required" :uri="SvgRequired" />
|
|
131
132
|
<span>{{ label }}</span>
|
|
132
133
|
<PlTooltip v-if="slots.tooltip" class="info" position="top">
|
|
133
134
|
<template #tooltip>
|
|
@@ -8,17 +8,18 @@ export default {
|
|
|
8
8
|
</script>
|
|
9
9
|
|
|
10
10
|
<script lang="ts" setup generic="M, E = string, C = E">
|
|
11
|
-
import '
|
|
11
|
+
import type { Equal } from '@milaboratories/helpers';
|
|
12
12
|
import { computed, reactive, ref, useSlots } from 'vue';
|
|
13
|
-
import
|
|
13
|
+
import SvgRequired from '../../assets/images/required.svg?raw';
|
|
14
|
+
import { getErrorMessage } from '../../helpers/error.ts';
|
|
14
15
|
import DoubleContour from '../../utils/DoubleContour.vue';
|
|
15
16
|
import { useLabelNotch } from '../../utils/useLabelNotch';
|
|
16
17
|
import { useValidation } from '../../utils/useValidation';
|
|
17
18
|
import { PlIcon16 } from '../PlIcon16';
|
|
18
19
|
import { PlMaskIcon24 } from '../PlMaskIcon24';
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
20
|
+
import { PlSvg } from '../PlSvg';
|
|
21
|
+
import { PlTooltip } from '../PlTooltip';
|
|
22
|
+
import './pl-text-field.scss';
|
|
22
23
|
|
|
23
24
|
const slots = useSlots();
|
|
24
25
|
|
|
@@ -191,7 +192,7 @@ useLabelNotch(rootRef);
|
|
|
191
192
|
}"
|
|
192
193
|
>
|
|
193
194
|
<label v-if="label" ref="label">
|
|
194
|
-
<
|
|
195
|
+
<PlSvg v-if="required" :uri="SvgRequired" />
|
|
195
196
|
<span>{{ label }}</span>
|
|
196
197
|
<PlTooltip v-if="slots.tooltip" class="info" position="top">
|
|
197
198
|
<template #tooltip>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExpandTransition.vue2.js","sources":["../../../src/components/PlAccordion/ExpandTransition.vue"],"sourcesContent":["<script lang=\"ts\" setup>\nconst onStart = (el: Element) => {\n el.classList.add('expand-collapse-fix');\n (el as HTMLElement).style.setProperty('--component-height', el.scrollHeight + 'px');\n};\n\nconst onAfter = (el: Element) => {\n (el as HTMLElement).style.removeProperty('--component-height');\n el.classList.remove('expand-collapse-fix');\n};\n</script>\n\n<template>\n <Transition name=\"expand-collapse\" @enter=\"onStart\" @leave=\"onStart\" @after-enter=\"onAfter\" @after-leave=\"onAfter\">\n <slot/>\n </Transition>\n</template>\n\n<style>\n.expand-collapse-fix {\n overflow: hidden;\n}\n\n.expand-collapse-enter-active,\n.expand-collapse-leave-active {\n transition:\n height 0.2s ease-in-out,\n opacity 0.2s ease-in-out;\n height: var(--component-height);\n}\n\n.expand-collapse-enter-from,\n.expand-collapse-leave-to {\n opacity: 0.5;\n height: 0;\n}\n</style>\n"],"names":["onStart","el","onAfter"],"mappings":";;;;AACA,UAAMA,IAAU,CAACC,MAAgB;AAC/B,MAAAA,EAAG,UAAU,IAAI,qBAAqB,GACrCA,EAAmB,MAAM,YAAY,sBAAsBA,EAAG,eAAe,IAAI;AAAA,IACpF,GAEMC,IAAU,CAACD,MAAgB;AAC9B,MAAAA,EAAmB,MAAM,eAAe,oBAAoB,GAC7DA,EAAG,UAAU,OAAO,qBAAqB;AAAA,IAC3C;;;;;;;;;;;;;;;"}
|
|
@@ -1,2 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".SvgRequired{background-image:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%2212%22%20viewBox%3D%220%200%205%2012%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.51685%204.8L2.5%203.34159L3.47612%204.8L4.39607%204.12743L3.31461%202.7469L5%202.25133L4.64888%201.16106L3.00562%201.77699L3.06882%200H1.93118L1.99438%201.77699L0.351124%201.16106L0%202.25133L1.68539%202.7469L0.59691%204.12743L1.51685%204.8Z%22%20fill%3D%22%23F1222F%22%2F%3E%3C%2Fsvg%3E)}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
|
-
import e from "./SvgRequired.vue3.js";
|
|
3
|
-
import { createElementBlock as t, openBlock as o } from "vue";
|
|
4
|
-
|
|
5
|
-
import r from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
6
|
-
const c = {
|
|
7
|
-
class: "svg-icon SvgRequired",
|
|
8
|
-
style: { width: "5px", height: "12px" }
|
|
9
|
-
};
|
|
10
|
-
function i(s, p, n, _, d, m) {
|
|
11
|
-
return o(), t("div", c);
|
|
12
|
-
}
|
|
13
|
-
const h = /* @__PURE__ */ r(e, [["render", i]]);
|
|
14
|
-
export {
|
|
15
|
-
h as default
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=SvgRequired.vue.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SvgRequired.vue.js","sources":["../../../../../src/generated/components/svg/images/SvgRequired.vue"],"sourcesContent":["<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->\n<script lang=\"ts\">\nimport '../svg-styles.css';\nexport default { name: 'SvgRequired' };\n</script>\n\n<template>\n <div class=\"svg-icon SvgRequired\" style=\"width: 5px; height: 12px\" />\n</template>\n\n<style>\n .SvgRequired { background-image: url(\"data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%2212%22%20viewBox%3D%220%200%205%2012%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.51685%204.8L2.5%203.34159L3.47612%204.8L4.39607%204.12743L3.31461%202.7469L5%202.25133L4.64888%201.16106L3.00562%201.77699L3.06882%200H1.93118L1.99438%201.77699L0.351124%201.16106L0%202.25133L1.68539%202.7469L0.59691%204.12743L1.51685%204.8Z%22%20fill%3D%22%23F1222F%22%2F%3E%3C%2Fsvg%3E\"); }\n</style>\n"],"names":["_hoisted_1"],"mappings":";;;;AAOoC,MAAAA,IAAA;AAAA,EAAA,OAAA;AAAA;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SvgRequired.vue3.js","sources":["../../../../../src/generated/components/svg/images/SvgRequired.vue"],"sourcesContent":["<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->\n<script lang=\"ts\">\nimport '../svg-styles.css';\nexport default { name: 'SvgRequired' };\n</script>\n\n<template>\n <div class=\"svg-icon SvgRequired\" style=\"width: 5px; height: 12px\" />\n</template>\n\n<style>\n .SvgRequired { background-image: url(\"data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%2212%22%20viewBox%3D%220%200%205%2012%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.51685%204.8L2.5%203.34159L3.47612%204.8L4.39607%204.12743L3.31461%202.7469L5%202.25133L4.64888%201.16106L3.00562%201.77699L3.06882%200H1.93118L1.99438%201.77699L0.351124%201.16106L0%202.25133L1.68539%202.7469L0.59691%204.12743L1.51685%204.8Z%22%20fill%3D%22%23F1222F%22%2F%3E%3C%2Fsvg%3E\"); }\n</style>\n"],"names":["_sfc_main"],"mappings":";AAGA,MAAAA,IAAe,EAAE,MAAM,cAAA;"}
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
|
|
3
|
-
import fs from 'node:fs/promises';
|
|
4
|
-
import path from 'node:path';
|
|
5
|
-
import { fileURLToPath } from 'node:url';
|
|
6
|
-
|
|
7
|
-
async function getSvgFiles(dir) {
|
|
8
|
-
const dirents = await fs.readdir(dir, { withFileTypes: true });
|
|
9
|
-
const nested = await Promise.all(
|
|
10
|
-
dirents.map(async (d) => {
|
|
11
|
-
const full = path.resolve(dir, d.name);
|
|
12
|
-
if (d.isDirectory()) return await getSvgFiles(full);
|
|
13
|
-
if (d.isFile() && path.extname(d.name).toLowerCase() === ".svg") return full;
|
|
14
|
-
return [];
|
|
15
|
-
})
|
|
16
|
-
);
|
|
17
|
-
return nested.flat();
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
function toPascalCase(fileName) {
|
|
21
|
-
return fileName
|
|
22
|
-
.replace(/[-_]+/g, " ")
|
|
23
|
-
.replace(/[^\w\s]/g, "")
|
|
24
|
-
.replace(/\s+(.)/g, (_, ch) => ch.toUpperCase())
|
|
25
|
-
.replace(/^./, (ch) => ch.toUpperCase());
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
function svgToDataUri(svg) {
|
|
29
|
-
const cleaned = svg
|
|
30
|
-
.replace(/[\n\r\t]+/g, " ")
|
|
31
|
-
.replace(/>\s+</g, "><")
|
|
32
|
-
.trim();
|
|
33
|
-
const encoded = encodeURIComponent(cleaned)
|
|
34
|
-
.replace(/'/g, "%27")
|
|
35
|
-
.replace(/"/g, "%22")
|
|
36
|
-
.replace(/#/g, "%23");
|
|
37
|
-
return `data:image/svg+xml;utf8,${encoded}`;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
function extractSize(svg) {
|
|
41
|
-
const w = svg.match(/\bwidth=['\"]?([\d.]+)(?:px)?['\"]?/i);
|
|
42
|
-
const h = svg.match(/\bheight=['\"]?([\d.]+)(?:px)?['\"]?/i);
|
|
43
|
-
return {
|
|
44
|
-
width: w ? `${w[1]}px` : 'unset',
|
|
45
|
-
height: h ? `${h[1]}px` : 'unset',
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
function buildStyles() {
|
|
50
|
-
return `/* ⚠️ AUTOGENERATED. DO NOT EDIT. */
|
|
51
|
-
.svg-icon {
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
`;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
function buildVueSFC(name, dataUri, cssPath, width, height) {
|
|
58
|
-
return `<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
59
|
-
<script lang="ts">
|
|
60
|
-
import '${cssPath}';
|
|
61
|
-
export default { name: '${name}' };
|
|
62
|
-
</script>
|
|
63
|
-
|
|
64
|
-
<template>
|
|
65
|
-
<div class="svg-icon ${name}" style="width: ${width}; height: ${height}" />
|
|
66
|
-
</template>
|
|
67
|
-
|
|
68
|
-
<style>
|
|
69
|
-
.${name} { background-image: url("${dataUri}"); }
|
|
70
|
-
</style>
|
|
71
|
-
`;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
async function createStyles(outDir) {
|
|
75
|
-
await fs.mkdir(outDir, { recursive: true });
|
|
76
|
-
const styles = buildStyles();
|
|
77
|
-
const destPath = path.join(outDir, "svg-styles.css");
|
|
78
|
-
await fs.writeFile(destPath, styles, "utf8");
|
|
79
|
-
|
|
80
|
-
return destPath;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
async function createComponents(srcDir, outDir, absCssPath) {
|
|
84
|
-
if (!srcDir || !outDir) {
|
|
85
|
-
console.error("\nUSAGE: node generate-inline-svg-vue.js <svgDir> <outputDir>\n");
|
|
86
|
-
process.exit(1);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
const cssPath = path.relative(outDir, absCssPath);
|
|
90
|
-
|
|
91
|
-
await fs.mkdir(outDir, { recursive: true });
|
|
92
|
-
|
|
93
|
-
const svgFiles = await getSvgFiles(srcDir);
|
|
94
|
-
if (!svgFiles.length) {
|
|
95
|
-
console.error("SVG files not found in", srcDir);
|
|
96
|
-
process.exit(1);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
for (const file of svgFiles) {
|
|
100
|
-
const rawSvg = await fs.readFile(file, "utf8");
|
|
101
|
-
const componentName = 'Svg'+toPascalCase(path.basename(file, ".svg"));
|
|
102
|
-
const dataUri = svgToDataUri(rawSvg);
|
|
103
|
-
const { width, height } = extractSize(rawSvg);
|
|
104
|
-
const vueSFC = buildVueSFC(componentName, dataUri, cssPath, width, height);
|
|
105
|
-
const destPath = path.join(outDir, `${componentName}.vue`);
|
|
106
|
-
await fs.writeFile(destPath, vueSFC, "utf8");
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
return svgFiles.length;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
const dir = path.dirname(fileURLToPath(import.meta.url));
|
|
113
|
-
|
|
114
|
-
createStyles(path.resolve(dir,'../src/generated/components/svg'))
|
|
115
|
-
.then((cssPath) => Promise.all([
|
|
116
|
-
createComponents(path.resolve(dir,'../src/assets/images'), path.resolve(dir,'../src/generated/components/svg/images'), cssPath),
|
|
117
|
-
]))
|
|
118
|
-
.then(([count]) => {
|
|
119
|
-
console.log(`Created ${count} SVG components`);
|
|
120
|
-
process.exit(0);
|
|
121
|
-
})
|
|
122
|
-
.catch((err) => {
|
|
123
|
-
console.error(err);
|
|
124
|
-
process.exit(1);
|
|
125
|
-
});
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16Add' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16Add" style="width: unset; height: unset" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16Add { background-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.74988%202.25V7.25H13.7499V8.75H8.74988V13.75H7.24988V8.75H2.24988V7.25H7.24988V2.25H8.74988Z%22%20fill%3D%22%23110529%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16Attention' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16Attention" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16Attention { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.8659%203.5L13.196%2011C13.5809%2011.6667%2013.0998%2012.5%2012.33%2012.5H11.0004V14H12.33C14.2545%2014%2015.4573%2011.9167%2014.4951%2010.25L10.1649%202.75C9.20269%201.08333%206.79706%201.08333%205.83481%202.75L1.50468%2010.25C0.542431%2011.9167%201.74525%2014%203.66975%2014H5.00042V12.5H3.66975C2.89994%2012.5%202.41882%2011.6667%202.80372%2011L7.13385%203.5C7.51875%202.83333%208.481%202.83333%208.8659%203.5Z%22%20fill%3D%22%23F1222F%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.75%206V11H7.25V6H8.75ZM7.25%2012.5V14H8.75V12.5H7.25Z%22%20fill%3D%22%23F1222F%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16Checkmark' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16Checkmark" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16Checkmark { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.0601%204.43448L6.33313%2012.5478L1.93945%207.93448L3.02566%206.89999L6.33313%2010.3728L12.9739%203.39999L14.0601%204.43448Z%22%20fill%3D%22%23110529%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16CheckmarkDark' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16CheckmarkDark" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16CheckmarkDark { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.0601%204.43451L6.33313%2012.5479L1.93945%207.93451L3.02566%206.90002L6.33313%2010.3729L12.9739%203.40002L14.0601%204.43451Z%22%20fill%3D%22%23DFE0E5%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16ChevronDown' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16ChevronDown" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16ChevronDown { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.46967%206.53033L3.53033%205.46967L8%209.93934L12.4697%205.46967L13.5303%206.53033L8%2012.0607L2.46967%206.53033Z%22%20fill%3D%22%23110529%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16ChevronLeft' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16ChevronLeft" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16ChevronLeft { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.46966%202.46967L10.5303%203.53033L6.06065%208L10.5303%2012.4697L9.46966%2013.5303L3.93933%208L9.46966%202.46967Z%22%20fill%3D%22%23110529%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16ChevronRight' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16ChevronRight" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16ChevronRight { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.53033%202.46967L5.46967%203.53033L9.93934%208L5.46967%2012.4697L6.53033%2013.5303L12.0607%208L6.53033%202.46967Z%22%20fill%3D%22%23110529%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16ChevronUp' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16ChevronUp" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16ChevronUp { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8%204.93933L13.5303%2010.4697L12.4697%2011.5303L8%207.06065L3.53033%2011.5303L2.46967%2010.4697L8%204.93933Z%22%20fill%3D%22%23110529%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16Clear' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16Clear" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16Clear { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_586_7851)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8%2016C12.4183%2016%2016%2012.4183%2016%208C16%203.58172%2012.4183%200%208%200C3.58172%200%200%203.58172%200%208C0%2012.4183%203.58172%2016%208%2016ZM4.46967%205.53033L6.93934%208L4.46967%2010.4697L5.53033%2011.5303L8%209.06066L10.4697%2011.5303L11.5303%2010.4697L9.06066%208L11.5303%205.53033L10.4697%204.46967L8%206.93934L5.53033%204.46967L4.46967%205.53033Z%22%20fill%3D%22%23CFD1DB%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_586_7851%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16Clipboard' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16Clipboard" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16Clipboard { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.5%202.5H6.5V3.5H9.5V2.5ZM6%201H10C10.5523%201%2011%201.44772%2011%202V4C11%204.55228%2010.5523%205%2010%205H9.875H6C5.44772%205%205%204.55228%205%204V2C5%201.44772%205.44772%201%206%201ZM2.75%204.5C2.75%204.08579%203.08579%203.75%203.5%203.75V2.25C2.25736%202.25%201.25%203.25736%201.25%204.5V12C1.25%2013.5188%202.48122%2014.75%204%2014.75H12C13.5188%2014.75%2014.75%2013.5188%2014.75%2012V4.5C14.75%203.25736%2013.7426%202.25%2012.5%202.25V3.75C12.9142%203.75%2013.25%204.08579%2013.25%204.5V12C13.25%2012.6904%2012.6904%2013.25%2012%2013.25H4C3.30964%2013.25%202.75%2012.6904%202.75%2012V4.5ZM11%208.25H5V6.75H11V8.25ZM5%2011.25H11V9.75H5V11.25Z%22%20fill%3D%22%23110529%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16Close' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16Close" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16Close { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.00001%202.93933L8.00001%206.93933L12%202.93933L13.0607%203.99999L9.06067%207.99999L13.0607%2012L12%2013.0607L8.00001%209.06065L4.00001%2013.0607L2.93935%2012L6.93935%207.99999L2.93935%203.99999L4.00001%202.93933Z%22%20fill%3D%22%23110529%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16Compare' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16Compare" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16Compare { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.96978%207.46973L12.1895%205.25006L2.00011%205.25006L2.00011%203.75006L12.1895%203.75006L9.96978%201.53039L11.0304%200.469727L14.5304%203.96973L15.0608%204.50006L14.5304%205.03039L11.0304%208.53039L9.96978%207.46973ZM6.03044%2014.4697L3.81077%2012.2501L14.0001%2012.2501V10.7501L3.81077%2010.7501L6.03044%208.53039L4.96978%207.46973L1.46978%2010.9697L0.939453%2011.5001L1.46978%2012.0304L4.96978%2015.5304L6.03044%2014.4697Z%22%20fill%3D%22%23110529%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16Down' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16Down" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16Down { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%206.3335L8%2010.3335L12%206.3335%22%20stroke%3D%22%23110529%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16Import' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16Import" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16Import { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.1967%207.19701L7.99973%2012.394L2.80273%207.19701L3.86339%206.13635L7.24973%209.52268V1.33334H8.74973V9.52268L12.1361%206.13635L13.1967%207.19701ZM3%2013.25H2.25V14.75H3H13H13.75V13.25H13H3Z%22%20fill%3D%22%23110529%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16Info' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16Info" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16Info { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_480_1247)%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%2349CC49%22%20fill-opacity%3D%220.24%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.75%204.5H7.25V6H8.75V4.5ZM6.5%208.75H7.25V11V11.75H8H9.5V10.25H8.75V8V7.25H8H6.5V8.75Z%22%20fill%3D%22%23110529%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_480_1247%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16InfoDark' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16InfoDark" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16InfoDark { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%228%22%20fill%3D%22%23845CFF%22%20fill-opacity%3D%220.4%22%2F%3E%3Cpath%20d%3D%22M8.75%204.5H7.25V6H8.75V4.5Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M6.5%208.75H7.25V11.75H9.5V10.25H8.75V7.25H6.5V8.75Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->
|
|
2
|
-
<script lang="ts">
|
|
3
|
-
import '../svg-styles.css';
|
|
4
|
-
export default { name: 'Svg16Link' };
|
|
5
|
-
</script>
|
|
6
|
-
|
|
7
|
-
<template>
|
|
8
|
-
<div class="svg-icon Svg16Link" style="width: 16px; height: 16px" />
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style>
|
|
12
|
-
.Svg16Link { background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_5416_56117)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.68628%209.58876L8.86999%208.40505C9.87885%207.3962%209.87885%205.76052%208.86999%204.75166C7.86114%203.74281%206.22546%203.74281%205.21661%204.75166L2.38819%207.58009C1.37933%208.58894%201.37933%2010.2246%202.38818%2011.2335C2.94545%2011.7907%203.69398%2012.0402%204.42248%2011.9818L5.6655%2013.2248C4.20913%2013.7772%202.50035%2013.467%201.32752%2012.2941C-0.26712%2010.6995%20-0.267115%208.11407%201.32753%206.51943L4.15595%203.691C5.75059%202.09636%208.33601%202.09636%209.93066%203.691C11.5253%205.28565%2011.5253%207.87107%209.93065%209.46571L8.74694%2010.6494L7.68628%209.58876Z%22%20fill%3D%22%23110529%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.8164%2012.2941C10.2218%2013.8888%207.63634%2013.8888%206.04169%2012.2941C4.44705%2010.6995%204.44706%208.11407%206.0417%206.51943L7.21476%205.34636L8.27542%206.40702L7.10236%207.58009C6.0935%208.58894%206.0935%2010.2246%207.10235%2011.2335C8.11121%2012.2423%209.74689%2012.2423%2010.7557%2011.2335L13.5842%208.40505C14.593%207.3962%2014.593%205.76052%2013.5842%204.75166C13.0219%204.18938%2012.2649%203.94049%2011.5302%204.00498L10.2914%202.76618C11.7511%202.20576%2013.4679%202.51403%2014.6448%203.691C16.2395%205.28564%2016.2395%207.87107%2014.6448%209.46571L11.8164%2012.2941Z%22%20fill%3D%22%23110529%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_5416_56117%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E"); }
|
|
13
|
-
</style>
|