veloce-vue 0.21.0 → 0.22.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/_virtual/_plugin-vue_export-helper.js +9 -0
- package/components/Accordion.vue.js +91 -0
- package/components/Accordion.vue2.js +4 -0
- package/components/Badge.vue.d.ts +1 -0
- package/components/Badge.vue.js +47 -0
- package/components/Badge.vue2.js +4 -0
- package/components/Button.vue.d.ts +7 -8
- package/components/Button.vue.js +7 -0
- package/components/Button.vue2.js +114 -0
- package/components/Checkbox.vue.d.ts +6 -7
- package/components/Checkbox.vue.js +98 -0
- package/components/Checkbox.vue2.js +4 -0
- package/components/Chip.vue.d.ts +6 -7
- package/components/Chip.vue.js +61 -0
- package/components/Chip.vue2.js +4 -0
- package/components/Drawer.vue.js +94 -0
- package/components/Drawer.vue2.js +4 -0
- package/components/Fieldset.vue.d.ts +6 -7
- package/components/Fieldset.vue.js +49 -0
- package/components/Fieldset.vue2.js +4 -0
- package/components/Input.vue.d.ts +11 -12
- package/components/Input.vue.js +106 -0
- package/components/Input.vue2.js +4 -0
- package/components/JsonRenderer.vue.js +63 -0
- package/components/JsonRenderer.vue2.js +4 -0
- package/components/Layout.vue.js +83 -0
- package/components/Layout.vue2.js +4 -0
- package/components/Message.vue.d.ts +6 -7
- package/components/Message.vue.js +109 -0
- package/components/Message.vue2.js +4 -0
- package/components/MiniEditor.vue.js +132 -0
- package/components/MiniEditor.vue2.js +4 -0
- package/components/Modal.vue.js +73 -0
- package/components/Modal.vue2.js +4 -0
- package/components/Popover.vue.js +78 -0
- package/components/Popover.vue2.js +4 -0
- package/components/ProgressBar.vue.js +51 -0
- package/components/ProgressBar.vue2.js +4 -0
- package/components/ProgressSpinner.vue.js +47 -0
- package/components/ProgressSpinner.vue2.js +4 -0
- package/components/RangeSlider.vue.js +61 -0
- package/components/RangeSlider.vue2.js +4 -0
- package/components/Select.vue.js +129 -0
- package/components/Select.vue2.js +4 -0
- package/components/Separator.vue.d.ts +6 -7
- package/components/Separator.vue.js +74 -0
- package/components/Separator.vue2.js +4 -0
- package/components/Skeleton.vue.js +7 -0
- package/components/Skeleton.vue2.js +24 -0
- package/components/Switch.vue.js +48 -0
- package/components/Switch.vue2.js +4 -0
- package/components/Tooltip.vue.js +35 -0
- package/components/Tooltip.vue2.js +4 -0
- package/components/icon/Icon.vue.d.ts +2 -3
- package/components/icon/Icon.vue.js +21 -0
- package/components/icon/Icon.vue2.js +4 -0
- package/components/icon/icons.d.ts +139 -142
- package/components/typography/Blockquote.vue.js +55 -0
- package/components/typography/Blockquote.vue2.js +4 -0
- package/components/typography/Code.vue.js +74 -0
- package/components/typography/Code.vue2.js +4 -0
- package/components/typography/H1.vue.js +55 -0
- package/components/typography/H1.vue2.js +4 -0
- package/components/typography/H2.vue.js +55 -0
- package/components/typography/H2.vue2.js +4 -0
- package/components/typography/H3.vue.js +55 -0
- package/components/typography/H3.vue2.js +4 -0
- package/components/typography/H4.vue.js +55 -0
- package/components/typography/H4.vue2.js +4 -0
- package/components/typography/H5.vue.js +55 -0
- package/components/typography/H5.vue2.js +4 -0
- package/components/typography/H6.vue.js +55 -0
- package/components/typography/H6.vue2.js +4 -0
- package/components/typography/Label.vue.js +61 -0
- package/components/typography/Label.vue2.js +4 -0
- package/components/typography/List.vue.js +60 -0
- package/components/typography/List.vue2.js +4 -0
- package/components/typography/P.vue.js +55 -0
- package/components/typography/P.vue2.js +4 -0
- package/components/typography/Span.vue.js +55 -0
- package/components/typography/Span.vue2.js +4 -0
- package/config.js +2 -14
- package/exports/icons.d.ts +2 -1
- package/exports/toast.d.ts +1 -1
- package/exports/types.d.ts +3 -3
- package/icons/Alert.vue.js +31 -0
- package/icons/AlertCircle.vue.js +31 -0
- package/icons/Archive.vue.js +33 -0
- package/icons/ArrowDown.vue.js +26 -0
- package/icons/ArrowLeft.vue.js +26 -0
- package/icons/ArrowRight.vue.js +26 -0
- package/icons/ArrowUp.vue.js +26 -0
- package/icons/AtSign.vue.js +30 -0
- package/icons/Bell.vue.js +26 -0
- package/icons/Bold.vue.js +20 -0
- package/icons/Bookmark.vue.js +25 -0
- package/icons/Camera.vue.js +30 -0
- package/icons/Check.vue.js +20 -0
- package/icons/CheckCircle.vue.js +26 -0
- package/icons/CheckSquare.vue.js +26 -0
- package/icons/ChevronDown.vue.js +20 -0
- package/icons/ChevronLeft.vue.js +25 -0
- package/icons/ChevronRight.vue.js +25 -0
- package/icons/ChevronUp.vue.js +25 -0
- package/icons/Circle.vue.js +29 -0
- package/icons/Clock.vue.js +30 -0
- package/icons/Close.vue.js +20 -0
- package/icons/Cloud.vue.js +25 -0
- package/icons/CloudDownload.vue.js +27 -0
- package/icons/CloudUpload.vue.js +27 -0
- package/icons/Code.vue.js +26 -0
- package/icons/Command.vue.js +26 -0
- package/icons/Copy.vue.js +33 -0
- package/icons/CreditCard.vue.js +32 -0
- package/icons/Database.vue.js +32 -0
- package/icons/Download.vue.js +27 -0
- package/icons/Edit.vue.js +26 -0
- package/icons/ExternalLink.vue.js +27 -0
- package/icons/Eye.vue.js +30 -0
- package/icons/EyeOff.vue.js +26 -0
- package/icons/FastForward.vue.js +26 -0
- package/icons/File.vue.js +26 -0
- package/icons/FileAudio.vue.js +17 -0
- package/icons/FileImage.vue.js +27 -0
- package/icons/FilePdf.vue.js +17 -0
- package/icons/FileText.vue.js +17 -0
- package/icons/FileVideo.vue.js +27 -0
- package/icons/FileZip.vue.js +17 -0
- package/icons/Filter.vue.js +25 -0
- package/icons/Folder.vue.js +25 -0
- package/icons/FolderOpen.vue.js +25 -0
- package/icons/FolderPlus.vue.js +27 -0
- package/icons/Grid.vue.js +33 -0
- package/icons/Hamburger.vue.js +24 -0
- package/icons/Hash.vue.js +17 -0
- package/icons/Heart.vue.js +25 -0
- package/icons/HelpCircle.vue.js +31 -0
- package/icons/Highlight.vue.js +20 -0
- package/icons/Home.vue.js +26 -0
- package/icons/Image.vue.js +38 -0
- package/icons/Inbox.vue.js +26 -0
- package/icons/Info.vue.js +31 -0
- package/icons/Italic.vue.js +24 -0
- package/icons/Key.vue.js +31 -0
- package/icons/Layout.vue.js +33 -0
- package/icons/Link.vue.js +26 -0
- package/icons/Link2.vue.js +27 -0
- package/icons/List.vue.js +17 -0
- package/icons/Loading.vue.js +33 -0
- package/icons/Lock.vue.js +33 -0
- package/icons/LogIn.vue.js +27 -0
- package/icons/LogOut.vue.js +27 -0
- package/icons/Mail.vue.js +32 -0
- package/icons/Maximize.vue.js +25 -0
- package/icons/Menu.vue.js +42 -0
- package/icons/MessageCircle.vue.js +25 -0
- package/icons/MessageSquare.vue.js +25 -0
- package/icons/Mic.vue.js +17 -0
- package/icons/MicOff.vue.js +17 -0
- package/icons/Minimize.vue.js +25 -0
- package/icons/Minus.vue.js +25 -0
- package/icons/Moon.vue.js +24 -0
- package/icons/MoreHorizontal.vue.js +39 -0
- package/icons/MoreVertical.vue.js +39 -0
- package/icons/Move.vue.js +17 -0
- package/icons/Package.vue.js +17 -0
- package/icons/Paperclip.vue.js +25 -0
- package/icons/Pause.vue.js +36 -0
- package/icons/Phone.vue.js +25 -0
- package/icons/Play.vue.js +25 -0
- package/icons/Plus.vue.js +26 -0
- package/icons/Printer.vue.js +27 -0
- package/icons/RadioButton.vue.js +34 -0
- package/icons/RefreshCw.vue.js +17 -0
- package/icons/Repeat.vue.js +17 -0
- package/icons/Rewind.vue.js +26 -0
- package/icons/RotateCcw.vue.js +26 -0
- package/icons/RotateCw.vue.js +26 -0
- package/icons/Save.vue.js +26 -0
- package/icons/Scissors.vue.js +17 -0
- package/icons/Search.vue.js +30 -0
- package/icons/Send.vue.js +26 -0
- package/icons/Server.vue.js +17 -0
- package/icons/Settings.vue.js +30 -0
- package/icons/Share.vue.js +27 -0
- package/icons/Shield.vue.js +25 -0
- package/icons/Shuffle.vue.js +17 -0
- package/icons/Sidebar.vue.js +32 -0
- package/icons/SkipBack.vue.js +31 -0
- package/icons/SkipForward.vue.js +31 -0
- package/icons/Slider.vue.js +17 -0
- package/icons/Sliders.vue.js +17 -0
- package/icons/SortAsc.vue.js +17 -0
- package/icons/SortDesc.vue.js +17 -0
- package/icons/Square.vue.js +31 -0
- package/icons/Star.vue.js +25 -0
- package/icons/Stop.vue.js +31 -0
- package/icons/Sun.vue.js +20 -0
- package/icons/Tag.vue.js +31 -0
- package/icons/Tags.vue.js +27 -0
- package/icons/Terminal.vue.js +31 -0
- package/icons/ThumbsDown.vue.js +26 -0
- package/icons/ThumbsUp.vue.js +26 -0
- package/icons/ToggleLeft.vue.js +36 -0
- package/icons/ToggleRight.vue.js +36 -0
- package/icons/Trash.vue.js +27 -0
- package/icons/Trash2.vue.js +17 -0
- package/icons/Unlink.vue.js +17 -0
- package/icons/Unlock.vue.js +33 -0
- package/icons/Upload.vue.js +27 -0
- package/icons/User.vue.js +30 -0
- package/icons/Users.vue.js +31 -0
- package/icons/Video.vue.js +32 -0
- package/icons/VideoOff.vue.js +27 -0
- package/icons/Volume.vue.js +26 -0
- package/icons/Volume1.vue.js +26 -0
- package/icons/Volume2.vue.js +26 -0
- package/icons/VolumeMute.vue.js +25 -0
- package/icons/VolumeX.vue.js +27 -0
- package/icons/X.vue.js +26 -0
- package/icons/XCircle.vue.js +31 -0
- package/icons/Zap.vue.js +25 -0
- package/icons/ZoomIn.vue.js +17 -0
- package/icons/ZoomOut.vue.js +31 -0
- package/icons.js +280 -4
- package/package.json +6 -1
- package/ui.js +45 -8345
- package/utils/config.js +16 -0
- package/utils/margin.js +77 -0
- package/utils/padding.js +77 -0
- package/utils/typography.js +66 -0
- package/utils/useRandomId.js +10 -0
- package/veloce.css +1 -1
- package/components/icon/index.d.ts +0 -6
- package/index-BLYh_r9b.js +0 -2977
|
@@ -1,142 +1,139 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
readonly italic: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
141
|
-
readonly highlight: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
142
|
-
};
|
|
1
|
+
export { default as Alert } from '../../icons/Alert.vue';
|
|
2
|
+
export { default as AlertCircle } from '../../icons/AlertCircle.vue';
|
|
3
|
+
export { default as Archive } from '../../icons/Archive.vue';
|
|
4
|
+
export { default as ArrowDown } from '../../icons/ArrowDown.vue';
|
|
5
|
+
export { default as ArrowLeft } from '../../icons/ArrowLeft.vue';
|
|
6
|
+
export { default as ArrowRight } from '../../icons/ArrowRight.vue';
|
|
7
|
+
export { default as ArrowUp } from '../../icons/ArrowUp.vue';
|
|
8
|
+
export { default as AtSign } from '../../icons/AtSign.vue';
|
|
9
|
+
export { default as Bell } from '../../icons/Bell.vue';
|
|
10
|
+
export { default as Bookmark } from '../../icons/Bookmark.vue';
|
|
11
|
+
export { default as Camera } from '../../icons/Camera.vue';
|
|
12
|
+
export { default as Check } from '../../icons/Check.vue';
|
|
13
|
+
export { default as CheckCircle } from '../../icons/CheckCircle.vue';
|
|
14
|
+
export { default as CheckSquare } from '../../icons/CheckSquare.vue';
|
|
15
|
+
export { default as ChevronDown } from '../../icons/ChevronDown.vue';
|
|
16
|
+
export { default as ChevronLeft } from '../../icons/ChevronLeft.vue';
|
|
17
|
+
export { default as ChevronRight } from '../../icons/ChevronRight.vue';
|
|
18
|
+
export { default as ChevronUp } from '../../icons/ChevronUp.vue';
|
|
19
|
+
export { default as Circle } from '../../icons/Circle.vue';
|
|
20
|
+
export { default as Clock } from '../../icons/Clock.vue';
|
|
21
|
+
export { default as Close } from '../../icons/Close.vue';
|
|
22
|
+
export { default as Cloud } from '../../icons/Cloud.vue';
|
|
23
|
+
export { default as CloudDownload } from '../../icons/CloudDownload.vue';
|
|
24
|
+
export { default as CloudUpload } from '../../icons/CloudUpload.vue';
|
|
25
|
+
export { default as Code } from '../../icons/Code.vue';
|
|
26
|
+
export { default as Command } from '../../icons/Command.vue';
|
|
27
|
+
export { default as Copy } from '../../icons/Copy.vue';
|
|
28
|
+
export { default as CreditCard } from '../../icons/CreditCard.vue';
|
|
29
|
+
export { default as Database } from '../../icons/Database.vue';
|
|
30
|
+
export { default as Download } from '../../icons/Download.vue';
|
|
31
|
+
export { default as Edit } from '../../icons/Edit.vue';
|
|
32
|
+
export { default as ExternalLink } from '../../icons/ExternalLink.vue';
|
|
33
|
+
export { default as Eye } from '../../icons/Eye.vue';
|
|
34
|
+
export { default as EyeOff } from '../../icons/EyeOff.vue';
|
|
35
|
+
export { default as FastForward } from '../../icons/FastForward.vue';
|
|
36
|
+
export { default as File } from '../../icons/File.vue';
|
|
37
|
+
export { default as FileAudio } from '../../icons/FileAudio.vue';
|
|
38
|
+
export { default as FileImage } from '../../icons/FileImage.vue';
|
|
39
|
+
export { default as FilePdf } from '../../icons/FilePdf.vue';
|
|
40
|
+
export { default as FileText } from '../../icons/FileText.vue';
|
|
41
|
+
export { default as FileVideo } from '../../icons/FileVideo.vue';
|
|
42
|
+
export { default as FileZip } from '../../icons/FileZip.vue';
|
|
43
|
+
export { default as Filter } from '../../icons/Filter.vue';
|
|
44
|
+
export { default as Folder } from '../../icons/Folder.vue';
|
|
45
|
+
export { default as FolderOpen } from '../../icons/FolderOpen.vue';
|
|
46
|
+
export { default as FolderPlus } from '../../icons/FolderPlus.vue';
|
|
47
|
+
export { default as Grid } from '../../icons/Grid.vue';
|
|
48
|
+
export { default as Hamburger } from '../../icons/Hamburger.vue';
|
|
49
|
+
export { default as Hash } from '../../icons/Hash.vue';
|
|
50
|
+
export { default as Heart } from '../../icons/Heart.vue';
|
|
51
|
+
export { default as HelpCircle } from '../../icons/HelpCircle.vue';
|
|
52
|
+
export { default as Home } from '../../icons/Home.vue';
|
|
53
|
+
export { default as Image } from '../../icons/Image.vue';
|
|
54
|
+
export { default as Inbox } from '../../icons/Inbox.vue';
|
|
55
|
+
export { default as Info } from '../../icons/Info.vue';
|
|
56
|
+
export { default as Key } from '../../icons/Key.vue';
|
|
57
|
+
export { default as Layout } from '../../icons/Layout.vue';
|
|
58
|
+
export { default as Link } from '../../icons/Link.vue';
|
|
59
|
+
export { default as Link2 } from '../../icons/Link2.vue';
|
|
60
|
+
export { default as List } from '../../icons/List.vue';
|
|
61
|
+
export { default as Loading } from '../../icons/Loading.vue';
|
|
62
|
+
export { default as Lock } from '../../icons/Lock.vue';
|
|
63
|
+
export { default as LogIn } from '../../icons/LogIn.vue';
|
|
64
|
+
export { default as LogOut } from '../../icons/LogOut.vue';
|
|
65
|
+
export { default as Mail } from '../../icons/Mail.vue';
|
|
66
|
+
export { default as Maximize } from '../../icons/Maximize.vue';
|
|
67
|
+
export { default as Menu } from '../../icons/Menu.vue';
|
|
68
|
+
export { default as MessageCircle } from '../../icons/MessageCircle.vue';
|
|
69
|
+
export { default as MessageSquare } from '../../icons/MessageSquare.vue';
|
|
70
|
+
export { default as Mic } from '../../icons/Mic.vue';
|
|
71
|
+
export { default as MicOff } from '../../icons/MicOff.vue';
|
|
72
|
+
export { default as Minimize } from '../../icons/Minimize.vue';
|
|
73
|
+
export { default as Minus } from '../../icons/Minus.vue';
|
|
74
|
+
export { default as Moon } from '../../icons/Moon.vue';
|
|
75
|
+
export { default as MoreHorizontal } from '../../icons/MoreHorizontal.vue';
|
|
76
|
+
export { default as MoreVertical } from '../../icons/MoreVertical.vue';
|
|
77
|
+
export { default as Move } from '../../icons/Move.vue';
|
|
78
|
+
export { default as Package } from '../../icons/Package.vue';
|
|
79
|
+
export { default as Paperclip } from '../../icons/Paperclip.vue';
|
|
80
|
+
export { default as Pause } from '../../icons/Pause.vue';
|
|
81
|
+
export { default as Phone } from '../../icons/Phone.vue';
|
|
82
|
+
export { default as Play } from '../../icons/Play.vue';
|
|
83
|
+
export { default as Plus } from '../../icons/Plus.vue';
|
|
84
|
+
export { default as Printer } from '../../icons/Printer.vue';
|
|
85
|
+
export { default as RadioButton } from '../../icons/RadioButton.vue';
|
|
86
|
+
export { default as RefreshCw } from '../../icons/RefreshCw.vue';
|
|
87
|
+
export { default as Repeat } from '../../icons/Repeat.vue';
|
|
88
|
+
export { default as Rewind } from '../../icons/Rewind.vue';
|
|
89
|
+
export { default as RotateCcw } from '../../icons/RotateCcw.vue';
|
|
90
|
+
export { default as RotateCw } from '../../icons/RotateCw.vue';
|
|
91
|
+
export { default as Save } from '../../icons/Save.vue';
|
|
92
|
+
export { default as Scissors } from '../../icons/Scissors.vue';
|
|
93
|
+
export { default as Search } from '../../icons/Search.vue';
|
|
94
|
+
export { default as Send } from '../../icons/Send.vue';
|
|
95
|
+
export { default as Server } from '../../icons/Server.vue';
|
|
96
|
+
export { default as Settings } from '../../icons/Settings.vue';
|
|
97
|
+
export { default as Share } from '../../icons/Share.vue';
|
|
98
|
+
export { default as Shield } from '../../icons/Shield.vue';
|
|
99
|
+
export { default as Shuffle } from '../../icons/Shuffle.vue';
|
|
100
|
+
export { default as Sidebar } from '../../icons/Sidebar.vue';
|
|
101
|
+
export { default as SkipBack } from '../../icons/SkipBack.vue';
|
|
102
|
+
export { default as SkipForward } from '../../icons/SkipForward.vue';
|
|
103
|
+
export { default as Slider } from '../../icons/Slider.vue';
|
|
104
|
+
export { default as Sliders } from '../../icons/Sliders.vue';
|
|
105
|
+
export { default as SortAsc } from '../../icons/SortAsc.vue';
|
|
106
|
+
export { default as SortDesc } from '../../icons/SortDesc.vue';
|
|
107
|
+
export { default as Square } from '../../icons/Square.vue';
|
|
108
|
+
export { default as Star } from '../../icons/Star.vue';
|
|
109
|
+
export { default as Stop } from '../../icons/Stop.vue';
|
|
110
|
+
export { default as Sun } from '../../icons/Sun.vue';
|
|
111
|
+
export { default as Tag } from '../../icons/Tag.vue';
|
|
112
|
+
export { default as Tags } from '../../icons/Tags.vue';
|
|
113
|
+
export { default as Terminal } from '../../icons/Terminal.vue';
|
|
114
|
+
export { default as ThumbsDown } from '../../icons/ThumbsDown.vue';
|
|
115
|
+
export { default as ThumbsUp } from '../../icons/ThumbsUp.vue';
|
|
116
|
+
export { default as ToggleLeft } from '../../icons/ToggleLeft.vue';
|
|
117
|
+
export { default as ToggleRight } from '../../icons/ToggleRight.vue';
|
|
118
|
+
export { default as Trash } from '../../icons/Trash.vue';
|
|
119
|
+
export { default as Trash2 } from '../../icons/Trash2.vue';
|
|
120
|
+
export { default as Unlink } from '../../icons/Unlink.vue';
|
|
121
|
+
export { default as Unlock } from '../../icons/Unlock.vue';
|
|
122
|
+
export { default as Upload } from '../../icons/Upload.vue';
|
|
123
|
+
export { default as User } from '../../icons/User.vue';
|
|
124
|
+
export { default as Users } from '../../icons/Users.vue';
|
|
125
|
+
export { default as Video } from '../../icons/Video.vue';
|
|
126
|
+
export { default as VideoOff } from '../../icons/VideoOff.vue';
|
|
127
|
+
export { default as Volume } from '../../icons/Volume.vue';
|
|
128
|
+
export { default as Volume1 } from '../../icons/Volume1.vue';
|
|
129
|
+
export { default as Volume2 } from '../../icons/Volume2.vue';
|
|
130
|
+
export { default as VolumeMute } from '../../icons/VolumeMute.vue';
|
|
131
|
+
export { default as VolumeX } from '../../icons/VolumeX.vue';
|
|
132
|
+
export { default as X } from '../../icons/X.vue';
|
|
133
|
+
export { default as XCircle } from '../../icons/XCircle.vue';
|
|
134
|
+
export { default as Zap } from '../../icons/Zap.vue';
|
|
135
|
+
export { default as ZoomIn } from '../../icons/ZoomIn.vue';
|
|
136
|
+
export { default as ZoomOut } from '../../icons/ZoomOut.vue';
|
|
137
|
+
export { default as Bold } from '../../icons/Bold.vue';
|
|
138
|
+
export { default as Italic } from '../../icons/Italic.vue';
|
|
139
|
+
export { default as Highlight } from '../../icons/Highlight.vue';
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { defineComponent as h, computed as B, createElementBlock as T, openBlock as L, normalizeClass as _ } from "vue";
|
|
2
|
+
import { getTypography as R } from "../../utils/typography.js";
|
|
3
|
+
import { getMargin as k } from "../../utils/margin.js";
|
|
4
|
+
import { getPadding as x } from "../../utils/padding.js";
|
|
5
|
+
const H = ["innerHTML"], v = /* @__PURE__ */ h({
|
|
6
|
+
__name: "Blockquote",
|
|
7
|
+
props: {
|
|
8
|
+
text: { type: String, default: "" },
|
|
9
|
+
fontSize: { type: String, default: "" },
|
|
10
|
+
color: { type: String, default: "" },
|
|
11
|
+
fontWeight: { type: String, default: "" },
|
|
12
|
+
lineHeight: { type: String, default: "" },
|
|
13
|
+
letterSpacing: { type: String, default: "" },
|
|
14
|
+
// margin
|
|
15
|
+
margin: { type: String, default: "" },
|
|
16
|
+
marginLeft: { type: String, default: "" },
|
|
17
|
+
marginRight: { type: String, default: "" },
|
|
18
|
+
marginTop: { type: String, default: "" },
|
|
19
|
+
marginBottom: { type: String, default: "md" },
|
|
20
|
+
// padding
|
|
21
|
+
padding: { type: String, default: "" },
|
|
22
|
+
paddingLeft: { type: String, default: "" },
|
|
23
|
+
paddingRight: { type: String, default: "" },
|
|
24
|
+
paddingTop: { type: String, default: "" },
|
|
25
|
+
paddingBottom: { type: String, default: "" }
|
|
26
|
+
},
|
|
27
|
+
setup(e) {
|
|
28
|
+
const { fontSizes: n, fontWeights: i, textColors: r, letterSpacings: a, lineHeights: g } = R(), { margin: o, marginLeft: d, marginRight: p, marginTop: l, marginBottom: m } = k(), { padding: f, paddingLeft: u, paddingRight: c, paddingTop: s, paddingBottom: S } = x(), t = e, y = B(() => [
|
|
29
|
+
n[t.fontSize],
|
|
30
|
+
r[t.color],
|
|
31
|
+
i[t.fontWeight],
|
|
32
|
+
g[t.lineHeight],
|
|
33
|
+
a[t.letterSpacing],
|
|
34
|
+
// margin
|
|
35
|
+
o[t.margin],
|
|
36
|
+
d[t.marginLeft],
|
|
37
|
+
p[t.marginRight],
|
|
38
|
+
l[t.marginTop],
|
|
39
|
+
m[t.marginBottom],
|
|
40
|
+
// padding
|
|
41
|
+
f[t.padding],
|
|
42
|
+
u[t.paddingLeft],
|
|
43
|
+
c[t.paddingRight],
|
|
44
|
+
s[t.paddingTop],
|
|
45
|
+
S[t.paddingBottom]
|
|
46
|
+
]);
|
|
47
|
+
return (b, z) => (L(), T("blockquote", {
|
|
48
|
+
class: _([y.value, "border-l-4 border-neutral-300 pl-4 italic dark:border-neutral-600"]),
|
|
49
|
+
innerHTML: t.text
|
|
50
|
+
}, null, 10, H));
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
export {
|
|
54
|
+
v as default
|
|
55
|
+
};
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { defineComponent as T, computed as v, ref as C, createElementBlock as x, openBlock as L, normalizeClass as R, createElementVNode as z, createVNode as _, toDisplayString as w, unref as i } from "vue";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import H from "../../icons/Check.vue.js";
|
|
4
|
+
import W from "../../icons/Copy.vue.js";
|
|
5
|
+
import "motion-v";
|
|
6
|
+
import E from "../Button.vue.js";
|
|
7
|
+
import { getTypography as N } from "../../utils/typography.js";
|
|
8
|
+
import { getMargin as P } from "../../utils/margin.js";
|
|
9
|
+
import { getPadding as V } from "../../utils/padding.js";
|
|
10
|
+
import "@vueuse/core";
|
|
11
|
+
/* empty css */
|
|
12
|
+
const U = /* @__PURE__ */ T({
|
|
13
|
+
__name: "Code",
|
|
14
|
+
props: {
|
|
15
|
+
text: { type: String, default: "" },
|
|
16
|
+
fontSize: { type: String, default: "" },
|
|
17
|
+
color: { type: String, default: "" },
|
|
18
|
+
fontWeight: { type: String, default: "" },
|
|
19
|
+
lineHeight: { type: String, default: "" },
|
|
20
|
+
letterSpacing: { type: String, default: "" },
|
|
21
|
+
block: { type: Boolean, default: !0 },
|
|
22
|
+
// margin
|
|
23
|
+
margin: { type: String, default: "" },
|
|
24
|
+
marginLeft: { type: String, default: "" },
|
|
25
|
+
marginRight: { type: String, default: "" },
|
|
26
|
+
marginTop: { type: String, default: "" },
|
|
27
|
+
marginBottom: { type: String, default: "md" },
|
|
28
|
+
// padding
|
|
29
|
+
padding: { type: String, default: "" },
|
|
30
|
+
paddingLeft: { type: String, default: "" },
|
|
31
|
+
paddingRight: { type: String, default: "" },
|
|
32
|
+
paddingTop: { type: String, default: "" },
|
|
33
|
+
paddingBottom: { type: String, default: "" }
|
|
34
|
+
},
|
|
35
|
+
setup(n) {
|
|
36
|
+
const { fontSizes: r, fontWeights: o, textColors: g, letterSpacings: p, lineHeights: d } = N(), { margin: l, marginLeft: m, marginRight: f, marginTop: u, marginBottom: s } = P(), { padding: c, paddingLeft: y, paddingRight: S, paddingTop: h, paddingBottom: b } = V(), t = n, k = v(() => [
|
|
37
|
+
r[t.fontSize],
|
|
38
|
+
g[t.color],
|
|
39
|
+
o[t.fontWeight],
|
|
40
|
+
d[t.lineHeight],
|
|
41
|
+
p[t.letterSpacing],
|
|
42
|
+
// margin
|
|
43
|
+
l[t.margin],
|
|
44
|
+
m[t.marginLeft],
|
|
45
|
+
f[t.marginRight],
|
|
46
|
+
u[t.marginTop],
|
|
47
|
+
s[t.marginBottom],
|
|
48
|
+
// padding
|
|
49
|
+
c[t.padding],
|
|
50
|
+
y[t.paddingLeft],
|
|
51
|
+
S[t.paddingRight],
|
|
52
|
+
h[t.paddingTop],
|
|
53
|
+
b[t.paddingBottom]
|
|
54
|
+
]), e = C(!1), B = async () => {
|
|
55
|
+
navigator.clipboard.writeText(t.text), e.value = !0, await new Promise((a) => setTimeout(a, 3e3)), e.value = !1;
|
|
56
|
+
};
|
|
57
|
+
return (a, D) => (L(), x("code", {
|
|
58
|
+
class: R([[k.value, n.block ? "block p-2.5" : "px-1.5 py-0.5"], "relative rounded border border-neutral-200 bg-neutral-100 dark:border-neutral-700 dark:bg-neutral-800"])
|
|
59
|
+
}, [
|
|
60
|
+
z("span", null, w(t.text), 1),
|
|
61
|
+
_(i(E), {
|
|
62
|
+
disabled: e.value,
|
|
63
|
+
icon: e.value ? i(H) : i(W),
|
|
64
|
+
class: "dark:hover:bg-neutral-700! p-1! absolute right-2 top-1/2 -translate-y-1/2",
|
|
65
|
+
size: "sm",
|
|
66
|
+
variant: "ghost",
|
|
67
|
+
onClick: B
|
|
68
|
+
}, null, 8, ["disabled", "icon"])
|
|
69
|
+
], 2));
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
export {
|
|
73
|
+
U as default
|
|
74
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { defineComponent as h, computed as T, createElementBlock as B, openBlock as L, normalizeClass as _ } from "vue";
|
|
2
|
+
import { getTypography as x } from "../../utils/typography.js";
|
|
3
|
+
import { getMargin as H } from "../../utils/margin.js";
|
|
4
|
+
import { getPadding as R } from "../../utils/padding.js";
|
|
5
|
+
const z = ["innerHTML"], P = /* @__PURE__ */ h({
|
|
6
|
+
__name: "H1",
|
|
7
|
+
props: {
|
|
8
|
+
text: { type: String, default: "" },
|
|
9
|
+
fontSize: { type: String, default: "4xl" },
|
|
10
|
+
color: { type: String, default: "default" },
|
|
11
|
+
fontWeight: { type: String, default: "medium" },
|
|
12
|
+
lineHeight: { type: String, default: "xs" },
|
|
13
|
+
letterSpacing: { type: String, default: "md" },
|
|
14
|
+
// margin
|
|
15
|
+
margin: { type: String, default: "" },
|
|
16
|
+
marginLeft: { type: String, default: "" },
|
|
17
|
+
marginRight: { type: String, default: "" },
|
|
18
|
+
marginTop: { type: String, default: "lg" },
|
|
19
|
+
marginBottom: { type: String, default: "md" },
|
|
20
|
+
// padding
|
|
21
|
+
padding: { type: String, default: "" },
|
|
22
|
+
paddingLeft: { type: String, default: "" },
|
|
23
|
+
paddingRight: { type: String, default: "" },
|
|
24
|
+
paddingTop: { type: String, default: "" },
|
|
25
|
+
paddingBottom: { type: String, default: "" }
|
|
26
|
+
},
|
|
27
|
+
setup(e) {
|
|
28
|
+
const { fontSizes: n, fontWeights: i, textColors: g, letterSpacings: a, lineHeights: r } = x(), { margin: o, marginLeft: d, marginRight: p, marginTop: l, marginBottom: m } = H(), { padding: f, paddingLeft: s, paddingRight: u, paddingTop: c, paddingBottom: S } = R(), t = e, y = T(() => [
|
|
29
|
+
n[t.fontSize],
|
|
30
|
+
g[t.color],
|
|
31
|
+
i[t.fontWeight],
|
|
32
|
+
r[t.lineHeight],
|
|
33
|
+
a[t.letterSpacing],
|
|
34
|
+
// margin
|
|
35
|
+
o[t.margin],
|
|
36
|
+
d[t.marginLeft],
|
|
37
|
+
p[t.marginRight],
|
|
38
|
+
l[t.marginTop],
|
|
39
|
+
m[t.marginBottom],
|
|
40
|
+
// padding
|
|
41
|
+
f[t.padding],
|
|
42
|
+
s[t.paddingLeft],
|
|
43
|
+
u[t.paddingRight],
|
|
44
|
+
c[t.paddingTop],
|
|
45
|
+
S[t.paddingBottom]
|
|
46
|
+
]);
|
|
47
|
+
return (C, M) => (L(), B("h1", {
|
|
48
|
+
class: _(y.value),
|
|
49
|
+
innerHTML: t.text
|
|
50
|
+
}, null, 10, z));
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
export {
|
|
54
|
+
P as default
|
|
55
|
+
};
|