yc-design-vue 1.9.0 → 1.9.1
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/es/Alert/index.vue.js +1 -1
- package/es/Calendar/Calendar.vue.js +1 -1
- package/es/Cascader/CascaderIcon.vue.js +1 -1
- package/es/Checkbox/Checkbox.vue.js +1 -1
- package/es/Collapse/CollapseItem.vue.js +2 -2
- package/es/Drawer/Drawer.vue.js +1 -1
- package/es/Input/Input.vue.js +1 -1
- package/es/Input/InputSuffix.vue.js +1 -1
- package/es/InputTag/index.vue.js +1 -1
- package/es/Menu/SubMenu.vue.js +2 -2
- package/es/Message/Message.vue.js +1 -1
- package/es/Modal/Modal.vue.js +1 -1
- package/es/Notification/Notification.vue.js +1 -1
- package/es/PageHeader/index.vue.js +1 -1
- package/es/Progress/ProgressCircle.vue.js +1 -1
- package/es/Radio/Radio.vue.js +1 -1
- package/es/Select/SelectIcon.vue.js +1 -1
- package/es/Tabs/TabButton.vue.js +1 -1
- package/es/Tag/index.vue.js +1 -1
- package/es/Textarea/index.vue.js +1 -1
- package/es/TimePicker/TimePicker.vue.js +1 -1
- package/es/Transfer/TransferPanel.vue.js +3 -3
- package/es/Trigger/index.vue.js +1 -1
- package/es/Typography/TypographyBase.vue.js +2 -2
- package/es/_shared/components/ExpandTransition.vue3.js +2 -2
- package/es/_shared/icons/IconCopy.vue.js +17 -1
- package/es/_shared/icons/IconCopy.vue2.js +1 -17
- package/es/_shared/icons/IconDelete.vue.js +17 -1
- package/es/_shared/icons/IconDelete.vue2.js +1 -17
- package/es/_shared/icons/IconEdit.vue.js +17 -1
- package/es/_shared/icons/IconEdit.vue2.js +1 -17
- package/es/_shared/icons/IconExclamation.vue.js +28 -1
- package/es/_shared/icons/IconExclamation.vue2.js +1 -28
- package/es/_shared/icons/IconSearch.vue.js +17 -1
- package/es/_shared/icons/IconSearch.vue2.js +1 -17
- package/es/_shared/lang/ar-eg.js +154 -0
- package/es/_shared/lang/de-de.js +154 -0
- package/es/_shared/lang/en-us.js +159 -0
- package/es/_shared/lang/es-es.js +154 -0
- package/es/_shared/lang/fr-fr.js +154 -0
- package/es/_shared/lang/id-id.js +154 -0
- package/es/_shared/lang/it-it.js +154 -0
- package/es/_shared/lang/ja-jp.js +202 -0
- package/es/_shared/lang/km-kh.js +154 -0
- package/es/_shared/lang/ko-kr.js +154 -0
- package/es/_shared/lang/ms-my.js +154 -0
- package/es/_shared/lang/nl-nl.js +202 -0
- package/es/_shared/lang/pt-pt.js +154 -0
- package/es/_shared/lang/ru-ru.js +202 -0
- package/es/_shared/lang/th-th.js +154 -0
- package/es/_shared/lang/vi-vn.js +154 -0
- package/es/_shared/lang/zh-tw.js +202 -0
- package/es/_shared/utils/locale.d.ts +1 -13
- package/es/_shared/utils/locale.js +4 -0
- package/es/node_modules/b-validate/es/is.js +27 -0
- package/es/node_modules/b-validate/es/locale/en-US.js +50 -0
- package/es/node_modules/b-validate/es/rules/base.js +86 -0
- package/es/node_modules/b-validate/es/util.js +25 -0
- package/lib/Alert/index.vue.js +1 -1
- package/lib/Calendar/Calendar.vue.js +1 -1
- package/lib/Cascader/CascaderIcon.vue.js +1 -1
- package/lib/Checkbox/Checkbox.vue.js +1 -1
- package/lib/Collapse/CollapseItem.vue.js +1 -1
- package/lib/Drawer/Drawer.vue.js +1 -1
- package/lib/Input/Input.vue.js +1 -1
- package/lib/Input/InputSuffix.vue.js +1 -1
- package/lib/InputTag/index.vue.js +1 -1
- package/lib/Menu/SubMenu.vue.js +1 -1
- package/lib/Message/Message.vue.js +1 -1
- package/lib/Modal/Modal.vue.js +1 -1
- package/lib/Notification/Notification.vue.js +1 -1
- package/lib/PageHeader/index.vue.js +1 -1
- package/lib/Progress/ProgressCircle.vue.js +1 -1
- package/lib/Radio/Radio.vue.js +1 -1
- package/lib/Select/SelectIcon.vue.js +1 -1
- package/lib/Tabs/TabButton.vue.js +1 -1
- package/lib/Tag/index.vue.js +1 -1
- package/lib/Textarea/index.vue.js +1 -1
- package/lib/TimePicker/TimePicker.vue.js +1 -1
- package/lib/Transfer/TransferPanel.vue.js +1 -1
- package/lib/Trigger/index.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue.js +1 -1
- package/lib/_shared/components/ExpandTransition.vue3.js +1 -1
- package/lib/_shared/icons/IconCopy.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue2.js +1 -1
- package/lib/_shared/icons/IconDelete.vue.js +1 -1
- package/lib/_shared/icons/IconDelete.vue2.js +1 -1
- package/lib/_shared/icons/IconEdit.vue.js +1 -1
- package/lib/_shared/icons/IconEdit.vue2.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
- package/lib/_shared/icons/IconSearch.vue.js +1 -1
- package/lib/_shared/icons/IconSearch.vue2.js +1 -1
- package/lib/_shared/lang/ar-eg.js +1 -0
- package/lib/_shared/lang/de-de.js +1 -0
- package/lib/_shared/lang/en-us.js +1 -0
- package/lib/_shared/lang/es-es.js +1 -0
- package/lib/_shared/lang/fr-fr.js +1 -0
- package/lib/_shared/lang/id-id.js +1 -0
- package/lib/_shared/lang/it-it.js +1 -0
- package/lib/_shared/lang/ja-jp.js +1 -0
- package/lib/_shared/lang/km-kh.js +1 -0
- package/lib/_shared/lang/ko-kr.js +1 -0
- package/lib/_shared/lang/ms-my.js +1 -0
- package/lib/_shared/lang/nl-nl.js +1 -0
- package/lib/_shared/lang/pt-pt.js +1 -0
- package/lib/_shared/lang/ru-ru.js +1 -0
- package/lib/_shared/lang/th-th.js +1 -0
- package/lib/_shared/lang/vi-vn.js +1 -0
- package/lib/_shared/lang/zh-tw.js +1 -0
- package/lib/_shared/utils/locale.d.ts +1 -13
- package/lib/_shared/utils/locale.js +1 -1
- package/lib/node_modules/b-validate/es/is.js +1 -0
- package/lib/node_modules/b-validate/es/locale/en-US.js +1 -0
- package/lib/node_modules/b-validate/es/rules/base.js +1 -0
- package/lib/node_modules/b-validate/es/util.js +1 -0
- package/package.json +3 -3
- package/es/_shared/lang/interface.d.ts +0 -151
- package/lib/_shared/lang/interface.d.ts +0 -151
- /package/es/_shared/components/{ExpandTransition.vue.js → ExpandTransition.vue2.js} +0 -0
- /package/lib/_shared/components/{ExpandTransition.vue.js → ExpandTransition.vue2.js} +0 -0
package/es/Alert/index.vue.js
CHANGED
@@ -10,7 +10,7 @@ import { useI18n } from "../_shared/utils/locale.js";
|
|
10
10
|
import useControlValue from "../_shared/utils/control.js";
|
11
11
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
12
12
|
/* empty css */
|
13
|
-
/* empty css
|
13
|
+
/* empty css */
|
14
14
|
import Button from "../Button/index.js";
|
15
15
|
import "../Radio/index.js";
|
16
16
|
import _sfc_main$4 from "./CalendarMonth.vue.js";
|
@@ -9,7 +9,7 @@ import "../_shared/utils/locale.js";
|
|
9
9
|
/* empty css */
|
10
10
|
import _sfc_main$2 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
import Spin from "../Spin/index.js";
|
14
14
|
const _hoisted_1 = { class: "yc-cascader-suffix-icon" };
|
15
15
|
const _hoisted_2 = {
|
@@ -11,7 +11,7 @@ import useControlValue from "../_shared/utils/control.js";
|
|
11
11
|
import useContext from "./hooks/useContext.js";
|
12
12
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
13
13
|
/* empty css */
|
14
|
-
/* empty css
|
14
|
+
/* empty css */
|
15
15
|
const _hoisted_1 = ["value", "disabled", "checked"];
|
16
16
|
const _hoisted_2 = { class: "yc-checkbox-icon" };
|
17
17
|
const _hoisted_3 = {
|
@@ -9,8 +9,8 @@ import "../_shared/utils/locale.js";
|
|
9
9
|
import _sfc_main$2 from "../_shared/icons/IconRight.vue.js";
|
10
10
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
import _sfc_main$3 from "../_shared/components/ExpandTransition.
|
13
|
-
/* empty css
|
12
|
+
import _sfc_main$3 from "../_shared/components/ExpandTransition.vue2.js";
|
13
|
+
/* empty css */
|
14
14
|
const _hoisted_1 = { class: "yc-collapse-item-header-title text-ellipsis" };
|
15
15
|
const _hoisted_2 = {
|
16
16
|
key: 1,
|
package/es/Drawer/Drawer.vue.js
CHANGED
@@ -8,7 +8,7 @@ import useModalClose from "../Modal/hooks/useModalClose.js";
|
|
8
8
|
import Button from "../Button/index.js";
|
9
9
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
10
10
|
/* empty css */
|
11
|
-
/* empty css
|
11
|
+
/* empty css */
|
12
12
|
/* empty css */
|
13
13
|
const _hoisted_1 = {
|
14
14
|
key: 0,
|
package/es/Input/Input.vue.js
CHANGED
@@ -9,7 +9,7 @@ import useLimitedInput from "./hooks/useLimitedInput.js";
|
|
9
9
|
import _sfc_main$2 from "../_shared/components/IconButton.vue.js";
|
10
10
|
/* empty css */
|
11
11
|
import _sfc_main$1 from "../_shared/components/PreventFocus.vue.js";
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
import _sfc_main$3 from "./InputSuffix.vue.js";
|
15
15
|
/* empty css */
|
@@ -10,7 +10,7 @@ import _sfc_main$3 from "../_shared/icons/IconEyeOpen.vue2.js";
|
|
10
10
|
import _sfc_main$2 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
12
|
import _sfc_main$1 from "../_shared/components/PreventFocus.vue.js";
|
13
|
-
/* empty css
|
13
|
+
/* empty css */
|
14
14
|
const _hoisted_1 = {
|
15
15
|
key: 0,
|
16
16
|
class: "yc-input-word-limit"
|
package/es/InputTag/index.vue.js
CHANGED
@@ -12,7 +12,7 @@ import Tag from "../Tag/index.js";
|
|
12
12
|
import _sfc_main$2 from "../_shared/components/IconButton.vue.js";
|
13
13
|
/* empty css */
|
14
14
|
import _sfc_main$1 from "../_shared/components/PreventFocus.vue.js";
|
15
|
-
/* empty css
|
15
|
+
/* empty css */
|
16
16
|
/* empty css */
|
17
17
|
const _hoisted_1 = ["disabled", "readonly", "placeholder"];
|
18
18
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
package/es/Menu/SubMenu.vue.js
CHANGED
@@ -8,8 +8,8 @@ import "../Empty/index.js";
|
|
8
8
|
import "../_shared/utils/locale.js";
|
9
9
|
/* empty css */
|
10
10
|
/* empty css */
|
11
|
-
import _sfc_main$3 from "../_shared/components/ExpandTransition.
|
12
|
-
/* empty css
|
11
|
+
import _sfc_main$3 from "../_shared/components/ExpandTransition.vue2.js";
|
12
|
+
/* empty css */
|
13
13
|
import "./index.js";
|
14
14
|
import _sfc_main$1 from "./MenuItem.vue.js";
|
15
15
|
/* empty css */
|
@@ -9,7 +9,7 @@ import "../_shared/utils/locale.js";
|
|
9
9
|
import { TYPE_ICON_MAP } from "../_shared/constants/index.js";
|
10
10
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
import { useTimeoutFn } from "../node_modules/@vueuse/shared/index.js";
|
14
14
|
const _hoisted_1 = {
|
15
15
|
key: 0,
|
package/es/Modal/Modal.vue.js
CHANGED
@@ -9,7 +9,7 @@ import useModalDraggable from "./hooks/useModalDraggable.js";
|
|
9
9
|
import Button from "../Button/index.js";
|
10
10
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
const _hoisted_1 = {
|
15
15
|
key: 0,
|
@@ -10,7 +10,7 @@ import "../Empty/index.js";
|
|
10
10
|
import "../_shared/utils/locale.js";
|
11
11
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
12
12
|
/* empty css */
|
13
|
-
/* empty css
|
13
|
+
/* empty css */
|
14
14
|
import { useTimeoutFn } from "../node_modules/@vueuse/shared/index.js";
|
15
15
|
const _hoisted_1 = { class: "yc-notification-left" };
|
16
16
|
const _hoisted_2 = {
|
@@ -9,7 +9,7 @@ import _sfc_main$2 from "../_shared/icons/IconArrowRight.vue.js";
|
|
9
9
|
import Divider from "../Divider/index.js";
|
10
10
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
const _hoisted_1 = { class: "yc-page-header" };
|
14
14
|
const _hoisted_2 = { class: "yc-page-header-wrapper" };
|
15
15
|
const _hoisted_3 = {
|
@@ -6,7 +6,7 @@ import "../_shared/utils/time.js";
|
|
6
6
|
import "../Empty/index.js";
|
7
7
|
/* empty css */
|
8
8
|
import _sfc_main$1 from "../_shared/icons/IconCheck.vue.js";
|
9
|
-
import _sfc_main$2 from "../_shared/icons/IconExclamation.
|
9
|
+
import _sfc_main$2 from "../_shared/icons/IconExclamation.vue.js";
|
10
10
|
import "../_shared/utils/locale.js";
|
11
11
|
import { TYPE_ICON_COLOR_MAP } from "../_shared/constants/index.js";
|
12
12
|
const _hoisted_1 = ["aria-valuenow"];
|
package/es/Radio/Radio.vue.js
CHANGED
@@ -9,7 +9,7 @@ import useControlValue from "../_shared/utils/control.js";
|
|
9
9
|
import useContext from "./hooks/useContext.js";
|
10
10
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
const _hoisted_1 = ["value", "checked", "disabled"];
|
14
14
|
const _hoisted_2 = {
|
15
15
|
key: 0,
|
@@ -9,7 +9,7 @@ import "../_shared/utils/locale.js";
|
|
9
9
|
/* empty css */
|
10
10
|
import _sfc_main$2 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
import Spin from "../Spin/index.js";
|
14
14
|
const _hoisted_1 = { class: "yc-select-suffix-icon" };
|
15
15
|
const _hoisted_2 = {
|
package/es/Tabs/TabButton.vue.js
CHANGED
package/es/Tag/index.vue.js
CHANGED
@@ -9,7 +9,7 @@ import useControlValue from "../_shared/utils/control.js";
|
|
9
9
|
import Spin from "../Spin/index.js";
|
10
10
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
11
11
|
/* empty css */
|
12
|
-
/* empty css
|
12
|
+
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
const _hoisted_1 = {
|
15
15
|
key: 0,
|
package/es/Textarea/index.vue.js
CHANGED
@@ -10,7 +10,7 @@ import "../_shared/utils/time.js";
|
|
10
10
|
import "../Empty/index.js";
|
11
11
|
/* empty css */
|
12
12
|
import "../_shared/utils/locale.js";
|
13
|
-
/* empty css
|
13
|
+
/* empty css */
|
14
14
|
const _hoisted_1 = ["value", "disabled", "readonly", "placeholder"];
|
15
15
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
16
16
|
...{
|
@@ -8,7 +8,7 @@ import "../_shared/utils/locale.js";
|
|
8
8
|
import useContext from "./hooks/useContext.js";
|
9
9
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
10
10
|
/* empty css */
|
11
|
-
/* empty css
|
11
|
+
/* empty css */
|
12
12
|
/* empty css */
|
13
13
|
import _sfc_main$2 from "../_shared/icons/IconTime.vue.js";
|
14
14
|
import Trigger from "../Trigger/index.js";
|
@@ -6,15 +6,15 @@ import { getGlobalConfig } from "../_shared/utils/global-config.js";
|
|
6
6
|
import "../_shared/utils/locale.js";
|
7
7
|
/* empty css */
|
8
8
|
import _sfc_main$4 from "../_shared/icons/IconClose.vue.js";
|
9
|
-
import _sfc_main$2 from "../_shared/icons/IconDelete.
|
10
|
-
import _sfc_main$3 from "../_shared/icons/IconSearch.
|
9
|
+
import _sfc_main$2 from "../_shared/icons/IconDelete.vue.js";
|
10
|
+
import _sfc_main$3 from "../_shared/icons/IconSearch.vue.js";
|
11
11
|
import useContext from "./hooks/useContext.js";
|
12
12
|
import Checkbox from "../Checkbox/index.js";
|
13
13
|
import Scrollbar from "../Scrollbar/index.js";
|
14
14
|
import Input from "../Input/index.js";
|
15
15
|
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
16
16
|
/* empty css */
|
17
|
-
/* empty css
|
17
|
+
/* empty css */
|
18
18
|
const _hoisted_1 = { class: "yc-transfer-view" };
|
19
19
|
const _hoisted_2 = { class: "yc-transfer-view-header" };
|
20
20
|
const _hoisted_3 = { class: "yc-transfer-view-header-title" };
|
package/es/Trigger/index.vue.js
CHANGED
@@ -10,7 +10,7 @@ import useTriggerPosition from "./hooks/useTriggerPosition.js";
|
|
10
10
|
/* empty css */
|
11
11
|
/* empty css */
|
12
12
|
import _sfc_main$1 from "../_shared/components/PreventFocus.vue.js";
|
13
|
-
/* empty css
|
13
|
+
/* empty css */
|
14
14
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
15
15
|
...{
|
16
16
|
name: "Trigger",
|
@@ -5,8 +5,8 @@ import { getDomText, sleep } from "../_shared/utils/dom.js";
|
|
5
5
|
import "../_shared/utils/time.js";
|
6
6
|
import "../Empty/index.js";
|
7
7
|
/* empty css */
|
8
|
-
import _sfc_main$3 from "../_shared/icons/IconCopy.
|
9
|
-
import _sfc_main$1 from "../_shared/icons/IconEdit.
|
8
|
+
import _sfc_main$3 from "../_shared/icons/IconCopy.vue.js";
|
9
|
+
import _sfc_main$1 from "../_shared/icons/IconEdit.vue.js";
|
10
10
|
import _sfc_main$2 from "../_shared/icons/IconInfo.vue.js";
|
11
11
|
import { useI18n } from "../_shared/utils/locale.js";
|
12
12
|
import useControlValue from "../_shared/utils/control.js";
|
@@ -1,4 +1,20 @@
|
|
1
|
-
import
|
1
|
+
import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
|
2
|
+
import _sfc_main$1 from "../components/Icon.vue3.js";
|
3
|
+
/* empty css */
|
4
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
5
|
+
__name: "IconCopy",
|
6
|
+
setup(__props) {
|
7
|
+
return (_ctx, _cache) => {
|
8
|
+
return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
9
|
+
default: withCtx(() => _cache[0] || (_cache[0] = [
|
10
|
+
createElementVNode("path", { d: "M20 6h18a2 2 0 0 1 2 2v22M8 16v24c0 1.105.891 2 1.996 2h20.007A1.99 1.99 0 0 0 32 40.008V15.997A1.997 1.997 0 0 0 30 14H10a2 2 0 0 0-2 2Z" }, null, -1)
|
11
|
+
])),
|
12
|
+
_: 1,
|
13
|
+
__: [0]
|
14
|
+
}, 16);
|
15
|
+
};
|
16
|
+
}
|
17
|
+
});
|
2
18
|
export {
|
3
19
|
_sfc_main as default
|
4
20
|
};
|
@@ -1,20 +1,4 @@
|
|
1
|
-
import
|
2
|
-
import _sfc_main$1 from "../components/Icon.vue3.js";
|
3
|
-
/* empty css */
|
4
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
5
|
-
__name: "IconCopy",
|
6
|
-
setup(__props) {
|
7
|
-
return (_ctx, _cache) => {
|
8
|
-
return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
9
|
-
default: withCtx(() => _cache[0] || (_cache[0] = [
|
10
|
-
createElementVNode("path", { d: "M20 6h18a2 2 0 0 1 2 2v22M8 16v24c0 1.105.891 2 1.996 2h20.007A1.99 1.99 0 0 0 32 40.008V15.997A1.997 1.997 0 0 0 30 14H10a2 2 0 0 0-2 2Z" }, null, -1)
|
11
|
-
])),
|
12
|
-
_: 1,
|
13
|
-
__: [0]
|
14
|
-
}, 16);
|
15
|
-
};
|
16
|
-
}
|
17
|
-
});
|
1
|
+
import _sfc_main from "./IconCopy.vue.js";
|
18
2
|
export {
|
19
3
|
_sfc_main as default
|
20
4
|
};
|
@@ -1,4 +1,20 @@
|
|
1
|
-
import
|
1
|
+
import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
|
2
|
+
import _sfc_main$1 from "../components/Icon.vue3.js";
|
3
|
+
/* empty css */
|
4
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
5
|
+
__name: "IconDelete",
|
6
|
+
setup(__props) {
|
7
|
+
return (_ctx, _cache) => {
|
8
|
+
return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
9
|
+
default: withCtx(() => _cache[0] || (_cache[0] = [
|
10
|
+
createElementVNode("path", { d: "M5 11h5.5m0 0v29a1 1 0 0 0 1 1h25a1 1 0 0 0 1-1V11m-27 0H16m21.5 0H43m-5.5 0H32m-16 0V7h16v4m-16 0h16M20 18v15m8-15v15" }, null, -1)
|
11
|
+
])),
|
12
|
+
_: 1,
|
13
|
+
__: [0]
|
14
|
+
}, 16);
|
15
|
+
};
|
16
|
+
}
|
17
|
+
});
|
2
18
|
export {
|
3
19
|
_sfc_main as default
|
4
20
|
};
|
@@ -1,20 +1,4 @@
|
|
1
|
-
import
|
2
|
-
import _sfc_main$1 from "../components/Icon.vue3.js";
|
3
|
-
/* empty css */
|
4
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
5
|
-
__name: "IconDelete",
|
6
|
-
setup(__props) {
|
7
|
-
return (_ctx, _cache) => {
|
8
|
-
return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
9
|
-
default: withCtx(() => _cache[0] || (_cache[0] = [
|
10
|
-
createElementVNode("path", { d: "M5 11h5.5m0 0v29a1 1 0 0 0 1 1h25a1 1 0 0 0 1-1V11m-27 0H16m21.5 0H43m-5.5 0H32m-16 0V7h16v4m-16 0h16M20 18v15m8-15v15" }, null, -1)
|
11
|
-
])),
|
12
|
-
_: 1,
|
13
|
-
__: [0]
|
14
|
-
}, 16);
|
15
|
-
};
|
16
|
-
}
|
17
|
-
});
|
1
|
+
import _sfc_main from "./IconDelete.vue.js";
|
18
2
|
export {
|
19
3
|
_sfc_main as default
|
20
4
|
};
|
@@ -1,4 +1,20 @@
|
|
1
|
-
import
|
1
|
+
import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
|
2
|
+
import _sfc_main$1 from "../components/Icon.vue3.js";
|
3
|
+
/* empty css */
|
4
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
5
|
+
__name: "IconEdit",
|
6
|
+
setup(__props) {
|
7
|
+
return (_ctx, _cache) => {
|
8
|
+
return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
9
|
+
default: withCtx(() => _cache[0] || (_cache[0] = [
|
10
|
+
createElementVNode("path", { d: "m30.48 19.038 5.733-5.734a1 1 0 0 0 0-1.414l-5.586-5.586a1 1 0 0 0-1.414 0l-5.734 5.734m7 7L15.763 33.754a1 1 0 0 1-.59.286l-6.048.708a1 1 0 0 1-1.113-1.069l.477-6.31a1 1 0 0 1 .29-.631l14.7-14.7m7 7-7-7M6 42h36" }, null, -1)
|
11
|
+
])),
|
12
|
+
_: 1,
|
13
|
+
__: [0]
|
14
|
+
}, 16);
|
15
|
+
};
|
16
|
+
}
|
17
|
+
});
|
2
18
|
export {
|
3
19
|
_sfc_main as default
|
4
20
|
};
|
@@ -1,20 +1,4 @@
|
|
1
|
-
import
|
2
|
-
import _sfc_main$1 from "../components/Icon.vue3.js";
|
3
|
-
/* empty css */
|
4
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
5
|
-
__name: "IconEdit",
|
6
|
-
setup(__props) {
|
7
|
-
return (_ctx, _cache) => {
|
8
|
-
return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
9
|
-
default: withCtx(() => _cache[0] || (_cache[0] = [
|
10
|
-
createElementVNode("path", { d: "m30.48 19.038 5.733-5.734a1 1 0 0 0 0-1.414l-5.586-5.586a1 1 0 0 0-1.414 0l-5.734 5.734m7 7L15.763 33.754a1 1 0 0 1-.59.286l-6.048.708a1 1 0 0 1-1.113-1.069l.477-6.31a1 1 0 0 1 .29-.631l14.7-14.7m7 7-7-7M6 42h36" }, null, -1)
|
11
|
-
])),
|
12
|
-
_: 1,
|
13
|
-
__: [0]
|
14
|
-
}, 16);
|
15
|
-
};
|
16
|
-
}
|
17
|
-
});
|
1
|
+
import _sfc_main from "./IconEdit.vue.js";
|
18
2
|
export {
|
19
3
|
_sfc_main as default
|
20
4
|
};
|
@@ -1,4 +1,31 @@
|
|
1
|
-
import
|
1
|
+
import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
|
2
|
+
import _sfc_main$1 from "../components/Icon.vue3.js";
|
3
|
+
/* empty css */
|
4
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
5
|
+
__name: "IconExclamation",
|
6
|
+
setup(__props) {
|
7
|
+
return (_ctx, _cache) => {
|
8
|
+
return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
9
|
+
default: withCtx(() => _cache[0] || (_cache[0] = [
|
10
|
+
createElementVNode("path", { d: "M23 9h2v21h-2z" }, null, -1),
|
11
|
+
createElementVNode("path", {
|
12
|
+
fill: "currentColor",
|
13
|
+
stroke: "none",
|
14
|
+
d: "M23 9h2v21h-2z"
|
15
|
+
}, null, -1),
|
16
|
+
createElementVNode("path", { d: "M23 37h2v2h-2z" }, null, -1),
|
17
|
+
createElementVNode("path", {
|
18
|
+
fill: "currentColor",
|
19
|
+
stroke: "none",
|
20
|
+
d: "M23 37h2v2h-2z"
|
21
|
+
}, null, -1)
|
22
|
+
])),
|
23
|
+
_: 1,
|
24
|
+
__: [0]
|
25
|
+
}, 16);
|
26
|
+
};
|
27
|
+
}
|
28
|
+
});
|
2
29
|
export {
|
3
30
|
_sfc_main as default
|
4
31
|
};
|
@@ -1,31 +1,4 @@
|
|
1
|
-
import
|
2
|
-
import _sfc_main$1 from "../components/Icon.vue3.js";
|
3
|
-
/* empty css */
|
4
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
5
|
-
__name: "IconExclamation",
|
6
|
-
setup(__props) {
|
7
|
-
return (_ctx, _cache) => {
|
8
|
-
return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
9
|
-
default: withCtx(() => _cache[0] || (_cache[0] = [
|
10
|
-
createElementVNode("path", { d: "M23 9h2v21h-2z" }, null, -1),
|
11
|
-
createElementVNode("path", {
|
12
|
-
fill: "currentColor",
|
13
|
-
stroke: "none",
|
14
|
-
d: "M23 9h2v21h-2z"
|
15
|
-
}, null, -1),
|
16
|
-
createElementVNode("path", { d: "M23 37h2v2h-2z" }, null, -1),
|
17
|
-
createElementVNode("path", {
|
18
|
-
fill: "currentColor",
|
19
|
-
stroke: "none",
|
20
|
-
d: "M23 37h2v2h-2z"
|
21
|
-
}, null, -1)
|
22
|
-
])),
|
23
|
-
_: 1,
|
24
|
-
__: [0]
|
25
|
-
}, 16);
|
26
|
-
};
|
27
|
-
}
|
28
|
-
});
|
1
|
+
import _sfc_main from "./IconExclamation.vue.js";
|
29
2
|
export {
|
30
3
|
_sfc_main as default
|
31
4
|
};
|
@@ -1,4 +1,20 @@
|
|
1
|
-
import
|
1
|
+
import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
|
2
|
+
import _sfc_main$1 from "../components/Icon.vue3.js";
|
3
|
+
/* empty css */
|
4
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
5
|
+
__name: "IconSearch",
|
6
|
+
setup(__props) {
|
7
|
+
return (_ctx, _cache) => {
|
8
|
+
return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
9
|
+
default: withCtx(() => _cache[0] || (_cache[0] = [
|
10
|
+
createElementVNode("path", { d: "M33.072 33.071c6.248-6.248 6.248-16.379 0-22.627-6.249-6.249-16.38-6.249-22.628 0-6.248 6.248-6.248 16.379 0 22.627 6.248 6.248 16.38 6.248 22.628 0Zm0 0 8.485 8.485" }, null, -1)
|
11
|
+
])),
|
12
|
+
_: 1,
|
13
|
+
__: [0]
|
14
|
+
}, 16);
|
15
|
+
};
|
16
|
+
}
|
17
|
+
});
|
2
18
|
export {
|
3
19
|
_sfc_main as default
|
4
20
|
};
|
@@ -1,20 +1,4 @@
|
|
1
|
-
import
|
2
|
-
import _sfc_main$1 from "../components/Icon.vue3.js";
|
3
|
-
/* empty css */
|
4
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
5
|
-
__name: "IconSearch",
|
6
|
-
setup(__props) {
|
7
|
-
return (_ctx, _cache) => {
|
8
|
-
return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
9
|
-
default: withCtx(() => _cache[0] || (_cache[0] = [
|
10
|
-
createElementVNode("path", { d: "M33.072 33.071c6.248-6.248 6.248-16.379 0-22.627-6.249-6.249-16.38-6.249-22.628 0-6.248 6.248-6.248 16.379 0 22.627 6.248 6.248 16.38 6.248 22.628 0Zm0 0 8.485 8.485" }, null, -1)
|
11
|
-
])),
|
12
|
-
_: 1,
|
13
|
-
__: [0]
|
14
|
-
}, 16);
|
15
|
-
};
|
16
|
-
}
|
17
|
-
});
|
1
|
+
import _sfc_main from "./IconSearch.vue.js";
|
18
2
|
export {
|
19
3
|
_sfc_main as default
|
20
4
|
};
|