sep-yui 0.1.0 → 0.1.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/dist/components/Input/Input.vue.d.ts +3 -0
- package/dist/components/Input/interface/interface.d.ts +1 -0
- package/dist/components/InputNumber/InputNumber.vue.d.ts +3 -0
- package/dist/components/InputNumber/interface/interface.d.ts +1 -0
- package/dist/components/Textarea/Textarea.vue.d.ts +3 -0
- package/dist/components/Textarea/interface/interface.d.ts +1 -0
- package/dist/sep-yui.es.ts +9 -6
- package/dist/sep-yui.umd.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
@@ -7,6 +7,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
7
7
|
inputMessage: string;
|
8
8
|
modelValue: string;
|
9
9
|
hideClearButton: boolean;
|
10
|
+
modelModifiers: () => {};
|
10
11
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
11
12
|
"update:modelValue": (value: string) => void;
|
12
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IInputProps>, {
|
@@ -15,12 +16,14 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
15
16
|
inputMessage: string;
|
16
17
|
modelValue: string;
|
17
18
|
hideClearButton: boolean;
|
19
|
+
modelModifiers: () => {};
|
18
20
|
}>>> & {
|
19
21
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
20
22
|
}, {
|
21
23
|
type: TextFieldEnum;
|
22
24
|
required: boolean;
|
23
25
|
modelValue: string;
|
26
|
+
modelModifiers: object;
|
24
27
|
inputMessage: string;
|
25
28
|
hideClearButton: boolean;
|
26
29
|
}, {}>;
|
@@ -6,6 +6,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
6
6
|
min: number;
|
7
7
|
max: number;
|
8
8
|
size: SizesEnum;
|
9
|
+
modelModifiers: () => {};
|
9
10
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
10
11
|
"update:modelValue": (value: number) => void;
|
11
12
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IInputNumberProps>, {
|
@@ -13,11 +14,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
13
14
|
min: number;
|
14
15
|
max: number;
|
15
16
|
size: SizesEnum;
|
17
|
+
modelModifiers: () => {};
|
16
18
|
}>>> & {
|
17
19
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
18
20
|
}, {
|
19
21
|
size: SizesEnum.small | SizesEnum.medium;
|
20
22
|
modelValue: number;
|
23
|
+
modelModifiers: object;
|
21
24
|
min: number;
|
22
25
|
max: number;
|
23
26
|
}, {}>;
|
@@ -6,6 +6,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
6
6
|
modelValue: string;
|
7
7
|
readonly: boolean;
|
8
8
|
type: TextareaTypeEnum;
|
9
|
+
modelModifiers: () => {};
|
9
10
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
10
11
|
"update:modelValue": (value: string) => void;
|
11
12
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITextareaProps>, {
|
@@ -13,12 +14,14 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
13
14
|
modelValue: string;
|
14
15
|
readonly: boolean;
|
15
16
|
type: TextareaTypeEnum;
|
17
|
+
modelModifiers: () => {};
|
16
18
|
}>>> & {
|
17
19
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
18
20
|
}, {
|
19
21
|
type: TextareaTypeEnum;
|
20
22
|
required: boolean;
|
21
23
|
modelValue: string;
|
24
|
+
modelModifiers: object;
|
22
25
|
readonly: boolean;
|
23
26
|
}, {}>;
|
24
27
|
export default _default;
|
package/dist/sep-yui.es.ts
CHANGED
@@ -14120,7 +14120,8 @@ const QE = {
|
|
14120
14120
|
required: { type: Boolean, default: !1 },
|
14121
14121
|
modelValue: { default: "" },
|
14122
14122
|
hideClearButton: { type: Boolean, default: !1 },
|
14123
|
-
autocomplete: {}
|
14123
|
+
autocomplete: {},
|
14124
|
+
modelModifiers: { default: () => ({}) }
|
14124
14125
|
},
|
14125
14126
|
emits: ["update:modelValue"],
|
14126
14127
|
setup(e, { emit: t }) {
|
@@ -14188,7 +14189,7 @@ const QE = {
|
|
14188
14189
|
}, 8, ["type"])) : ne("", !0)
|
14189
14190
|
], 34));
|
14190
14191
|
}
|
14191
|
-
}), Qh = /* @__PURE__ */ be(nH, [["__scopeId", "data-v-
|
14192
|
+
}), Qh = /* @__PURE__ */ be(nH, [["__scopeId", "data-v-1f6d382b"]]), rH = {
|
14192
14193
|
key: 0,
|
14193
14194
|
class: "input-yui-kit__legend"
|
14194
14195
|
}, oH = {
|
@@ -14202,7 +14203,8 @@ const QE = {
|
|
14202
14203
|
required: { type: Boolean },
|
14203
14204
|
min: { default: -1 / 0 },
|
14204
14205
|
max: { default: 1 / 0 },
|
14205
|
-
size: { default: as.medium }
|
14206
|
+
size: { default: as.medium },
|
14207
|
+
modelModifiers: { default: () => ({}) }
|
14206
14208
|
},
|
14207
14209
|
emits: ["update:modelValue"],
|
14208
14210
|
setup(e, { emit: t }) {
|
@@ -14275,7 +14277,7 @@ const QE = {
|
|
14275
14277
|
])
|
14276
14278
|
], 34));
|
14277
14279
|
}
|
14278
|
-
}), ep = /* @__PURE__ */ be(uH, [["__scopeId", "data-v-
|
14280
|
+
}), ep = /* @__PURE__ */ be(uH, [["__scopeId", "data-v-36460aad"]]), cH = "data:image/svg+xml,%3csvg%20width='111'%20height='111'%20viewBox='0%200%20111%20111'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M106.375%2087.875C106.375%2090.3283%20105.4%2092.681%20103.666%2094.4157C101.931%2096.1504%2099.5783%2097.125%2097.125%2097.125H13.875C11.4217%2097.125%209.06897%2096.1504%207.33426%2094.4157C5.59955%2092.681%204.625%2090.3283%204.625%2087.875V37C4.625%2034.5467%205.59955%2032.194%207.33426%2030.4593C9.06897%2028.7246%2011.4217%2027.75%2013.875%2027.75H32.375L41.625%2013.875H69.375L78.625%2027.75H97.125C99.5783%2027.75%20101.931%2028.7246%20103.666%2030.4593C105.4%2032.194%20106.375%2034.5467%20106.375%2037V87.875Z'%20stroke='%23A6A3AD'%20stroke-width='9.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M55.5%2078.625C65.7173%2078.625%2074%2070.3423%2074%2060.125C74%2049.9077%2065.7173%2041.625%2055.5%2041.625C45.2827%2041.625%2037%2049.9077%2037%2060.125C37%2070.3423%2045.2827%2078.625%2055.5%2078.625Z'%20stroke='%23A6A3AD'%20stroke-width='9.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", dH = "data:image/svg+xml,%3csvg%20width='147'%20height='111'%20viewBox='0%200%20147%20111'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M132.938%2087.875C132.938%2090.3283%20131.871%2092.681%20129.973%2094.4157C128.074%2096.1504%20125.499%2097.125%20122.814%2097.125H31.6978C29.0128%2097.125%2026.4377%2096.1504%2024.5391%2094.4157C22.6405%2092.681%2021.5738%2090.3283%2021.5738%2087.875V37C21.5738%2034.5467%2022.6405%2032.194%2024.5391%2030.4593C26.4377%2028.7246%2029.0128%2027.75%2031.6978%2027.75H51.9459L62.0699%2013.875H92.4419L102.566%2027.75H122.814C125.499%2027.75%20128.074%2028.7246%20129.973%2030.4593C131.871%2032.194%20132.938%2034.5467%20132.938%2037V87.875Z'%20stroke='%23A6A3AD'%20stroke-width='9.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M77.2559%2078.625C88.4386%2078.625%2097.5039%2070.3423%2097.5039%2060.125C97.5039%2049.9077%2088.4386%2041.625%2077.2559%2041.625C66.0732%2041.625%2057.0079%2049.9077%2057.0079%2060.125C57.0079%2070.3423%2066.0732%2078.625%2077.2559%2078.625Z'%20stroke='%23A6A3AD'%20stroke-width='9.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%2026L138.699%2097.4178'%20stroke='%23A6A3AD'%20stroke-width='10'%20stroke-linecap='round'/%3e%3c/svg%3e";
|
14279
14281
|
var tp = /* @__PURE__ */ ((e) => (e.jpg = "jpg", e.png = "png", e.jpeg = "jpeg", e.webp = "webp", e.svg = "svg", e.pdf = "pdf", e))(tp || {}), np = /* @__PURE__ */ ((e) => (e.mp4 = "mp4", e.mp3 = "mp3", e.avif = "avif", e))(np || {});
|
14280
14282
|
const wu = (e) => (er("data-v-77f1a01f"), e = e(), tr(), e), fH = { class: "slider-yui-kit" }, hH = {
|
14281
14283
|
class: "slider-yui-kit__wrapper",
|
@@ -15392,7 +15394,8 @@ const lR = {
|
|
15392
15394
|
maxlength: {},
|
15393
15395
|
modelValue: { default: "" },
|
15394
15396
|
readonly: { type: Boolean, default: !1 },
|
15395
|
-
type: { default: pp.default }
|
15397
|
+
type: { default: pp.default },
|
15398
|
+
modelModifiers: { default: () => ({}) }
|
15396
15399
|
},
|
15397
15400
|
emits: ["update:modelValue"],
|
15398
15401
|
setup(e, { emit: t }) {
|
@@ -15439,7 +15442,7 @@ const lR = {
|
|
15439
15442
|
])
|
15440
15443
|
], 34));
|
15441
15444
|
}
|
15442
|
-
}), vp = /* @__PURE__ */ be(dR, [["__scopeId", "data-v-
|
15445
|
+
}), vp = /* @__PURE__ */ be(dR, [["__scopeId", "data-v-eb615b7f"]]);
|
15443
15446
|
var gp = /* @__PURE__ */ ((e) => (e.img = "img", e.pdf = "pdf", e.docx = "docx", e))(gp || {});
|
15444
15447
|
const fR = { class: "picture-yui-kit" }, hR = { class: "picture-yui-kit__picture" }, pR = ["src", "alt"], vR = { class: "picture-yui-kit__picture__caption" }, gR = {
|
15445
15448
|
key: 1,
|