@surgeui/ds-vue 2.1.0 → 2.3.0
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/atoms/Panel.vue.d.ts +1 -1
- package/dist/components/atoms/Price.vue.d.ts +47 -0
- package/dist/components/atoms/Price.vue.d.ts.map +1 -0
- package/dist/components/atoms/Toggle.vue.d.ts +19 -0
- package/dist/components/atoms/Toggle.vue.d.ts.map +1 -0
- package/dist/components/molecules/OtpInput.vue.d.ts +57 -0
- package/dist/components/molecules/OtpInput.vue.d.ts.map +1 -0
- package/dist/components/molecules/OtpInputField.vue.d.ts +173 -0
- package/dist/components/molecules/OtpInputField.vue.d.ts.map +1 -0
- package/dist/components/molecules/ToggleGroup.vue.d.ts +24 -0
- package/dist/components/molecules/ToggleGroup.vue.d.ts.map +1 -0
- package/dist/components/organisms/Card.vue.d.ts +28 -0
- package/dist/components/organisms/Card.vue.d.ts.map +1 -0
- package/dist/composables/index.d.ts +3 -1
- package/dist/composables/index.d.ts.map +1 -1
- package/dist/composables/useBreakpoint.d.ts +83 -0
- package/dist/composables/useBreakpoint.d.ts.map +1 -0
- package/dist/composables/usePrice.d.ts +85 -0
- package/dist/composables/usePrice.d.ts.map +1 -0
- package/dist/index-B8fo_rCP.js +6835 -0
- package/dist/{index-DK5ikXj4.js → index-BAchYb_D.js} +1 -1
- package/dist/index.d.ts +11 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +46 -38
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/index.d.ts +136 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +2 -1
- package/dist/index-qVwCNMxx.js +0 -5992
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
|
|
2
|
-
import { r as Wr, a as Xr, b as Qr, c as Kr, d as Yr, e as Jr, f as ro, g as oo, i as no, h as eo, j as to, k as ao, l as io, m as co } from "./index-
|
|
2
|
+
import { r as Wr, a as Xr, b as Qr, c as Kr, d as Yr, e as Jr, f as ro, g as oo, i as no, h as eo, j as to, k as ao, l as io, m as co } from "./index-B8fo_rCP.js";
|
|
3
3
|
function i(e, t) {
|
|
4
4
|
return n(), o("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
package/dist/index.d.ts
CHANGED
|
@@ -12,13 +12,17 @@ import { default as Accordion } from './components/organisms/Accordion.vue';
|
|
|
12
12
|
import { default as AccordionItem } from './components/molecules/AccordionItem.vue';
|
|
13
13
|
import { default as Progress } from './components/atoms/Progress.vue';
|
|
14
14
|
import { default as Spinner } from './components/atoms/Spinner.vue';
|
|
15
|
+
import { default as Price } from './components/atoms/Price.vue';
|
|
15
16
|
import { default as Alert } from './components/organisms/Alert.vue';
|
|
17
|
+
import { default as Card } from './components/organisms/Card.vue';
|
|
16
18
|
import { default as Link } from './components/atoms/Link.vue';
|
|
17
19
|
import { default as Button } from './components/atoms/Button.vue';
|
|
18
20
|
import { default as Dropdown } from './components/molecules/Dropdown.vue';
|
|
19
21
|
import { default as LinkGroup } from './components/molecules/LinkGroup.vue';
|
|
20
22
|
import { default as ButtonGroup } from './components/molecules/ButtonGroup.vue';
|
|
23
|
+
import { default as Toggle } from './components/atoms/Toggle.vue';
|
|
21
24
|
import { default as FloatButton } from './components/molecules/FloatButton.vue';
|
|
25
|
+
import { default as ToggleGroup } from './components/molecules/ToggleGroup.vue';
|
|
22
26
|
import { default as Input } from './components/atoms/Input.vue';
|
|
23
27
|
import { default as Textarea } from './components/atoms/Textarea.vue';
|
|
24
28
|
import { default as SelectBox } from './components/atoms/SelectBox.vue';
|
|
@@ -28,6 +32,7 @@ import { default as FileUpload } from './components/atoms/FileUpload.vue';
|
|
|
28
32
|
import { default as Switch } from './components/atoms/Switch.vue';
|
|
29
33
|
import { default as Slider } from './components/atoms/Slider.vue';
|
|
30
34
|
import { default as Password } from './components/molecules/Password.vue';
|
|
35
|
+
import { default as OtpInput } from './components/molecules/OtpInput.vue';
|
|
31
36
|
import { default as FormField } from './components/atoms/FormField.vue';
|
|
32
37
|
import { default as InputField } from './components/molecules/InputField.vue';
|
|
33
38
|
import { default as TextareaField } from './components/molecules/TextareaField.vue';
|
|
@@ -38,14 +43,15 @@ import { default as PasswordField } from './components/molecules/PasswordField.v
|
|
|
38
43
|
import { default as SwitchField } from './components/molecules/SwitchField.vue';
|
|
39
44
|
import { default as SliderField } from './components/molecules/SliderField.vue';
|
|
40
45
|
import { default as FileUploadField } from './components/molecules/FileUploadField.vue';
|
|
46
|
+
import { default as OtpInputField } from './components/molecules/OtpInputField.vue';
|
|
41
47
|
import { default as FormFieldGroup } from './components/molecules/FormFieldGroup.vue';
|
|
42
48
|
import { SurgeuiTheme } from './plugin/theme';
|
|
43
49
|
import * as accessibility from './utils/accessibility';
|
|
44
|
-
export { Icon, Heading, Panel, Image, Avatar, AvatarGroup, Badge, Dialog, Progress, Spinner };
|
|
45
|
-
export { Tabs, Accordion, AccordionItem, Alert };
|
|
46
|
-
export { Link, LinkGroup, Button, ButtonGroup, FloatButton, Dropdown };
|
|
47
|
-
export { Input, Textarea, SelectBox, RadioGroup, CheckboxGroup, FileUpload, Switch, Slider, Password };
|
|
48
|
-
export { InputField, SelectBoxField, RadioGroupField, CheckboxGroupField, PasswordField, SwitchField, FileUploadField, TextareaField, SliderField };
|
|
50
|
+
export { Icon, Heading, Panel, Image, Avatar, AvatarGroup, Badge, Dialog, Progress, Spinner, Price };
|
|
51
|
+
export { Tabs, Accordion, AccordionItem, Alert, Card };
|
|
52
|
+
export { Link, LinkGroup, Button, ButtonGroup, Toggle, ToggleGroup, FloatButton, Dropdown };
|
|
53
|
+
export { Input, Textarea, SelectBox, RadioGroup, CheckboxGroup, FileUpload, Switch, Slider, Password, OtpInput };
|
|
54
|
+
export { InputField, SelectBoxField, RadioGroupField, CheckboxGroupField, PasswordField, SwitchField, FileUploadField, TextareaField, SliderField, OtpInputField };
|
|
49
55
|
export { FormField, FormFieldGroup };
|
|
50
56
|
export { accessibility };
|
|
51
57
|
export interface SurgeUpDSOptions {
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAE9B,OAAO,IAAI,MAAM,6BAA6B,CAAA;AAC9C,OAAO,OAAO,MAAM,gCAAgC,CAAA;AACpD,OAAO,KAAK,MAAM,8BAA8B,CAAA;AAChD,OAAO,KAAK,MAAM,8BAA8B,CAAA;AAChD,OAAO,MAAM,MAAM,+BAA+B,CAAA;AAClD,OAAO,WAAW,MAAM,wCAAwC,CAAA;AAChE,OAAO,KAAK,MAAM,8BAA8B,CAAA;AAChD,OAAO,MAAM,MAAM,mCAAmC,CAAA;AACtD,OAAO,IAAI,MAAM,iCAAiC,CAAA;AAClD,OAAO,SAAS,MAAM,sCAAsC,CAAA;AAC5D,OAAO,aAAa,MAAM,0CAA0C,CAAA;AACpE,OAAO,QAAQ,MAAM,iCAAiC,CAAA;AACtD,OAAO,OAAO,MAAM,gCAAgC,CAAA;AACpD,OAAO,KAAK,MAAM,kCAAkC,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.es.js
CHANGED
|
@@ -1,48 +1,56 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { u as e, v as o, w as i, o as r, A as t, p as d, z as l, B as u, C as p, M as n, Y as F, q as c, G, N as g, a0 as I, F as m, a4 as x, a5 as B, H as S, _ as T, n as P, I as h, V as w, x as A, y as b, U as k, a3 as C, P as U, R as v, Z as D, t as L, s as O, L as R, X as f, K as q, W as y, Q as H, a2 as z, S as E, O as J, $ as K, T as M, J as N, a1 as Q, D as V, E as W, a6 as X, a7 as Y, ab as Z, a9 as _, ac as $, a8 as j, aa } from "./index-B8fo_rCP.js";
|
|
2
2
|
export {
|
|
3
3
|
e as Accordion,
|
|
4
4
|
o as AccordionItem,
|
|
5
5
|
i as Alert,
|
|
6
6
|
r as Avatar,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
t as AvatarGroup,
|
|
8
|
+
d as Badge,
|
|
9
|
+
l as Button,
|
|
10
10
|
u as ButtonGroup,
|
|
11
|
+
p as Card,
|
|
11
12
|
n as CheckboxGroup,
|
|
12
13
|
F as CheckboxGroupField,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
c as Dialog,
|
|
15
|
+
G as Dropdown,
|
|
16
|
+
g as FileUpload,
|
|
17
|
+
I as FileUploadField,
|
|
18
|
+
m as FloatButton,
|
|
19
|
+
x as FormField,
|
|
19
20
|
B as FormFieldGroup,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
R as
|
|
35
|
-
f as
|
|
36
|
-
q as
|
|
37
|
-
y as
|
|
38
|
-
H as
|
|
39
|
-
z as
|
|
40
|
-
E as
|
|
41
|
-
J as
|
|
42
|
-
K as
|
|
43
|
-
M as
|
|
44
|
-
N as
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
21
|
+
S as Heading,
|
|
22
|
+
T as Icon,
|
|
23
|
+
P as Image,
|
|
24
|
+
h as Input,
|
|
25
|
+
w as InputField,
|
|
26
|
+
A as Link,
|
|
27
|
+
b as LinkGroup,
|
|
28
|
+
k as OtpInput,
|
|
29
|
+
C as OtpInputField,
|
|
30
|
+
U as Panel,
|
|
31
|
+
v as Password,
|
|
32
|
+
D as PasswordField,
|
|
33
|
+
L as Price,
|
|
34
|
+
O as Progress,
|
|
35
|
+
R as RadioGroup,
|
|
36
|
+
f as RadioGroupField,
|
|
37
|
+
q as SelectBox,
|
|
38
|
+
y as SelectBoxField,
|
|
39
|
+
H as Slider,
|
|
40
|
+
z as SliderField,
|
|
41
|
+
E as Spinner,
|
|
42
|
+
J as Switch,
|
|
43
|
+
K as SwitchField,
|
|
44
|
+
M as Tabs,
|
|
45
|
+
N as Textarea,
|
|
46
|
+
Q as TextareaField,
|
|
47
|
+
V as Toggle,
|
|
48
|
+
W as ToggleGroup,
|
|
49
|
+
X as accessibility,
|
|
50
|
+
Y as default,
|
|
51
|
+
Z as useBreakpoint,
|
|
52
|
+
_ as useCustomTheme,
|
|
53
|
+
$ as usePrice,
|
|
54
|
+
j as useTheme,
|
|
55
|
+
aa as useUniqueId
|
|
48
56
|
};
|