ep-lib-ts 0.1.13 → 0.1.15
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/README.md +1 -0
- package/dist/BgAudio-f006843c.js +5 -0
- package/dist/DisplayBox-a84a9c27.js +5 -0
- package/dist/EpAlert-db53d6c0.js +5 -0
- package/dist/EpAudio-41ba9f34.js +5 -0
- package/dist/EpBadge-5e1e5887.js +5 -0
- package/dist/EpBarChart-4e3612b6.js +5 -0
- package/dist/EpBtn-8af97a5f.js +5 -0
- package/dist/EpCard-a0257e15.js +5 -0
- package/dist/EpCheckbox-fe632df9.js +36 -0
- package/dist/EpChip-d9a33e89.js +5 -0
- package/dist/EpContentSlider-e935e86b.js +5 -0
- package/dist/EpDivider-5b0d7aef.js +5 -0
- package/dist/EpEdu-efbadb07.js +5 -0
- package/dist/EpFlex-97433f1e.js +5 -0
- package/dist/EpHeader-c08ba631.js +5 -0
- package/dist/EpIcon-581ef5f5.js +5 -0
- package/dist/EpIframe-84343116.js +5 -0
- package/dist/EpImg-5b43f4bb.js +5 -0
- package/dist/EpInput-fa09c96c.js +1171 -0
- package/dist/EpLineChart-493cb8a3.js +5 -0
- package/dist/EpLink-84cc9df5.js +5 -0
- package/dist/EpLinkVersion-67920bdd.js +5 -0
- package/dist/EpModal-665eb1c3.js +5 -0
- package/dist/EpNothing-4da76dab.js +10 -0
- package/dist/EpPieChart-bcb18a68.js +5 -0
- package/dist/EpQuestion-8731a8de.js +5 -0
- package/dist/EpQuote-9c2ebc38.js +5 -0
- package/dist/EpRadio-81a1f388.js +5 -0
- package/dist/EpReading-f1427bea.js +5 -0
- package/dist/EpResource-88b68ffc.js +5 -0
- package/dist/EpScope-4530ed0c.js +5 -0
- package/dist/EpSection-c96a534b.js +5 -0
- package/dist/EpSelect-24b09d8d.js +31 -0
- package/dist/EpSoftware-b622ee99.js +5 -0
- package/dist/EpSpinner-57e34909.js +5 -0
- package/dist/EpSvg-9c681c02.js +5 -0
- package/dist/EpSwitch-1eaf9d3f.js +44 -0
- package/dist/EpTable-6eafeedc.js +5 -0
- package/dist/EpTerm-3d36d5f5.js +5 -0
- package/dist/EpText-17419c3a.js +5 -0
- package/dist/EpTextarea-67f751e9.js +41 -0
- package/dist/EpTimeLine-75ff9f98.js +5 -0
- package/dist/EpToggle-9755056a.js +44 -0
- package/dist/EpVideo-66df97ae.js +5 -0
- package/dist/EpVideoPanopto-3b780190.js +5 -0
- package/dist/components/basics/EpBadge.vue.d.ts +38 -0
- package/dist/components/basics/EpBtn.vue.d.ts +108 -0
- package/dist/components/basics/EpCard.vue.d.ts +95 -0
- package/dist/components/basics/EpChip.vue.d.ts +72 -0
- package/dist/components/basics/EpDivider.vue.d.ts +51 -0
- package/dist/components/basics/EpFlex.vue.d.ts +9 -0
- package/dist/components/basics/EpIcon.vue.d.ts +37 -0
- package/dist/components/basics/EpImg.vue.d.ts +79 -0
- package/dist/components/basics/EpSection.vue.d.ts +84 -0
- package/dist/components/basics/EpSpinner.vue.d.ts +41 -0
- package/dist/components/basics/EpTable.vue.d.ts +24 -0
- package/dist/components/basics/EpText.vue.d.ts +34 -0
- package/dist/components/charts/EpBarChart.vue.d.ts +82 -0
- package/dist/components/charts/EpLineChart.vue.d.ts +82 -0
- package/dist/components/charts/EpPieChart.vue.d.ts +76 -0
- package/dist/components/educationals/EpEdu.vue.d.ts +81 -0
- package/dist/components/educationals/EpReading.vue.d.ts +152 -0
- package/dist/components/educationals/EpResource.vue.d.ts +35 -0
- package/dist/components/educationals/EpScope.vue.d.ts +23 -0
- package/dist/components/forms/EpCheckbox.vue.d.ts +72 -0
- package/dist/components/forms/EpInput.vue.d.ts +98 -0
- package/dist/components/forms/EpRadio.vue.d.ts +69 -0
- package/dist/components/forms/EpSelect.vue.d.ts +83 -0
- package/dist/components/forms/EpSwitch.vue.d.ts +81 -0
- package/dist/components/forms/EpTextarea.vue.d.ts +90 -0
- package/dist/components/forms/EpToggle.vue.d.ts +81 -0
- package/dist/components/interactions/EpAccordeon.vue.d.ts +54 -0
- package/dist/components/interactions/EpContentSlider.vue.d.ts +13 -0
- package/dist/components/interactions/EpModal.vue.d.ts +70 -0
- package/dist/components/interactions/EpQuestion.vue.d.ts +91 -0
- package/dist/components/interactions/EpTabs.vue.d.ts +2 -0
- package/dist/components/medias/EpAudio.vue.d.ts +74 -0
- package/dist/components/medias/EpCarousel.vue.d.ts +41 -0
- package/dist/components/medias/EpIframe.vue.d.ts +58 -0
- package/dist/components/medias/EpKatex.vue.d.ts +52 -0
- package/dist/components/medias/EpLink.vue.d.ts +74 -0
- package/dist/components/medias/EpLinkVersion.vue.d.ts +37 -0
- package/dist/components/medias/EpSoftware.vue.d.ts +89 -0
- package/dist/components/medias/EpSvg.vue.d.ts +35 -0
- package/dist/components/medias/EpTerm.vue.d.ts +91 -0
- package/dist/components/medias/EpTimeLine.vue.d.ts +32 -0
- package/dist/components/medias/EpVideo.vue.d.ts +65 -0
- package/dist/components/medias/EpVideoPanopto.vue.d.ts +65 -0
- package/dist/components/signages/EpAlert.vue.d.ts +61 -0
- package/dist/components/signages/EpHeader.vue.d.ts +105 -0
- package/dist/components/signages/EpNothing.vue.d.ts +2 -0
- package/dist/components/signages/EpQuote.vue.d.ts +39 -0
- package/dist/components/tools/BgAudio.vue.d.ts +14 -0
- package/dist/components/tools/DisplayBox.vue.d.ts +17 -0
- package/dist/components/tools/SvgFilter.vue.d.ts +2 -0
- package/dist/components/tools/TimelineItem.vue.d.ts +29 -0
- package/dist/composables/isHtml.d.ts +1 -0
- package/dist/composables/useColors.d.ts +1 -0
- package/dist/composables/useComponent.d.ts +6 -0
- package/dist/composables/useIcons.d.ts +23 -0
- package/dist/composables/useMarkdown.d.ts +1 -0
- package/dist/composables/useRenderText.d.ts +1 -0
- package/dist/ep-lib-ts.js +43 -0
- package/dist/ep-lib-ts.umd.cjs +348 -0
- package/dist/index-e1a217c2.js +19389 -0
- package/dist/index.d.ts +40 -0
- package/dist/main.d.ts +0 -0
- package/dist/router.d.ts +2 -0
- package/dist/style.css +1 -0
- package/dist/types/Accordeon.d.ts +43 -0
- package/dist/types/Alert.d.ts +31 -0
- package/dist/types/Answer.d.ts +15 -0
- package/dist/types/Border.d.ts +2 -0
- package/dist/types/Btn.d.ts +41 -0
- package/dist/types/Card.d.ts +6 -0
- package/dist/types/Chip.d.ts +41 -0
- package/dist/types/MandateLevel.d.ts +5 -0
- package/dist/types/MediaCarousel.d.ts +7 -0
- package/dist/types/Medias.d.ts +11 -0
- package/dist/types/Radio.d.ts +11 -0
- package/dist/types/Slides.d.ts +15 -0
- package/dist/types/TimeLine.d.ts +124 -0
- package/dist/vite.svg +1 -0
- package/package.json +2 -2
- package/src/components/basics/EpCard.vue +0 -1
- package/src/components/basics/EpText.vue +7 -4
- package/src/components/charts/EpPieChart.vue +72 -4
- package/src/components/interactions/EpAccordeon.vue +14 -12
- package/src/components/interactions/EpContentSlider.vue +108 -5
- package/src/components/interactions/EpModal.vue +1 -1
- package/src/components/medias/EpLink.vue +12 -11
- package/src/components/medias/EpSvg.vue +42 -3
- package/src/components/medias/EpTerm.vue +29 -14
- package/src/components/medias/EpTimeLine.vue +19 -17
- package/src/components/signages/EpHeader.vue +44 -93
- package/src/components/tools/DisplayBox.vue +2 -2
- package/src/components/tools/SvgFilter.vue +220 -0
- package/.vscode/extensions.json +0 -3
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class="duotone-filters" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<filter id="duotone-bluered">
|
|
4
|
+
<feColorMatrix type="matrix" result="grayscale"
|
|
5
|
+
values="1 0 0 0 0
|
|
6
|
+
1 0 0 0 0
|
|
7
|
+
1 0 0 0 0
|
|
8
|
+
0 0 0 1 0" >
|
|
9
|
+
</feColorMatrix>
|
|
10
|
+
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
11
|
+
<feFuncR type="table" tableValues="0.0 0.9608"></feFuncR>
|
|
12
|
+
<feFuncG type="table" tableValues="0.2784 0.2627"></feFuncG>
|
|
13
|
+
<feFuncB type="table" tableValues="0.5255 0.2118"></feFuncB>
|
|
14
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
15
|
+
</feComponentTransfer>
|
|
16
|
+
</filter>
|
|
17
|
+
|
|
18
|
+
<filter id="duotone-dark-blue">
|
|
19
|
+
<feColorMatrix type="matrix" result="gray"
|
|
20
|
+
values="0.2126 0.7152 0.0722 0 0
|
|
21
|
+
0.2126 0.7152 0.0722 0 0
|
|
22
|
+
0.2126 0.7152 0.0722 0 0
|
|
23
|
+
0 0 0 1 0" >
|
|
24
|
+
</feColorMatrix>
|
|
25
|
+
|
|
26
|
+
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
27
|
+
<feFuncR type="table" tableValues="0.003921568627 0.007843137255"></feFuncR>
|
|
28
|
+
<feFuncG type="table" tableValues="0.1568627451 0.3803921569"></feFuncG>
|
|
29
|
+
<feFuncB type="table" tableValues="0.2352941176 0.5725490196"></feFuncB>
|
|
30
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
31
|
+
</feComponentTransfer>
|
|
32
|
+
</filter>
|
|
33
|
+
|
|
34
|
+
<filter id="duotone-blue">
|
|
35
|
+
<feColorMatrix type="matrix" result="gray"
|
|
36
|
+
values="1 0 0 0 0
|
|
37
|
+
1 0 0 0 0
|
|
38
|
+
1 0 0 0 0
|
|
39
|
+
0 0 0 1 0" >
|
|
40
|
+
</feColorMatrix>
|
|
41
|
+
|
|
42
|
+
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
43
|
+
<feFuncR type="table" tableValues="0 0.9411764706"></feFuncR>
|
|
44
|
+
<feFuncG type="table" tableValues="0.1411764706 0.937254902"></feFuncG>
|
|
45
|
+
<feFuncB type="table" tableValues="0.2117647059 0.8823529412"></feFuncB>
|
|
46
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
47
|
+
</feComponentTransfer>
|
|
48
|
+
</filter>
|
|
49
|
+
|
|
50
|
+
<filter id="duotone-dark-blue">
|
|
51
|
+
<feColorMatrix type="matrix" result="gray"
|
|
52
|
+
values="0.35 0 0 0 0
|
|
53
|
+
0.35 0 0 0 0
|
|
54
|
+
0.35 0 0 0 0
|
|
55
|
+
0 0 0 0 1" >
|
|
56
|
+
</feColorMatrix>
|
|
57
|
+
|
|
58
|
+
<!-- <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
59
|
+
<feFuncR type="table" tableValues="0.049 0.906"></feFuncR>
|
|
60
|
+
<feFuncG type="table" tableValues="0.357 0.978"></feFuncG>
|
|
61
|
+
<feFuncB type="table" tableValues="0.945 1"></feFuncB>
|
|
62
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
63
|
+
</feComponentTransfer> -->
|
|
64
|
+
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
65
|
+
<feFuncR type="table" tableValues="0.0 1"></feFuncR>
|
|
66
|
+
<feFuncG type="table" tableValues="0.2784 1"></feFuncG>
|
|
67
|
+
<feFuncB type="table" tableValues="0.5255 1"></feFuncB>
|
|
68
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
69
|
+
</feComponentTransfer>
|
|
70
|
+
</filter>
|
|
71
|
+
|
|
72
|
+
<filter id="duotone-blue-invert">
|
|
73
|
+
<feColorMatrix type="matrix" result="gray"
|
|
74
|
+
values="0.95 0 0 0 0
|
|
75
|
+
0.95 0 0 0 0
|
|
76
|
+
0.95 0 0 0 0
|
|
77
|
+
0 0 0 0 1" >
|
|
78
|
+
</feColorMatrix>
|
|
79
|
+
|
|
80
|
+
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
81
|
+
<feFuncR type="table" tableValues="1 0"></feFuncR>
|
|
82
|
+
<feFuncG type="table" tableValues="1 0.2784"></feFuncG>
|
|
83
|
+
<feFuncB type="table" tableValues="1 0.5255"></feFuncB>
|
|
84
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
85
|
+
</feComponentTransfer>
|
|
86
|
+
</filter>
|
|
87
|
+
|
|
88
|
+
<filter id="duotone-green">
|
|
89
|
+
<feColorMatrix type="matrix" result="gray"
|
|
90
|
+
values="0.35 0 0 0 0
|
|
91
|
+
0.35 0 0 0 0
|
|
92
|
+
0.35 0 0 0 0
|
|
93
|
+
0 0 0 1 0" >
|
|
94
|
+
</feColorMatrix>
|
|
95
|
+
|
|
96
|
+
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
97
|
+
<feFuncR type="table" tableValues="0.1843 1"></feFuncR>
|
|
98
|
+
<feFuncG type="table" tableValues="0.4902 1"></feFuncG>
|
|
99
|
+
<feFuncB type="table" tableValues="0.1961 1"></feFuncB>
|
|
100
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
101
|
+
</feComponentTransfer>
|
|
102
|
+
</filter>
|
|
103
|
+
|
|
104
|
+
<filter id="duotone-dark-green">
|
|
105
|
+
<feColorMatrix type="matrix" result="gray"
|
|
106
|
+
values="0.15 0 0 0 0
|
|
107
|
+
0.35 0 0 0 0
|
|
108
|
+
0.15 0 0 0 0
|
|
109
|
+
0 0 0 1 0" >
|
|
110
|
+
</feColorMatrix>
|
|
111
|
+
|
|
112
|
+
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
113
|
+
<feFuncR type="table" tableValues="0.2000 1"></feFuncR>
|
|
114
|
+
<feFuncG type="table" tableValues="0.4902 1"></feFuncG>
|
|
115
|
+
<feFuncB type="table" tableValues="0.2000 1"></feFuncB>
|
|
116
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
117
|
+
</feComponentTransfer>
|
|
118
|
+
</filter>
|
|
119
|
+
|
|
120
|
+
<filter id="duotone-yellow">
|
|
121
|
+
<feColorMatrix type="matrix" result="gray"
|
|
122
|
+
values="1 0 0 0 0
|
|
123
|
+
1 0 0 0 0
|
|
124
|
+
1 0 0 0 0
|
|
125
|
+
0 0 0 1 0" >
|
|
126
|
+
</feColorMatrix>
|
|
127
|
+
|
|
128
|
+
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
129
|
+
<feFuncR type="table" tableValues="0.9765 0.996"></feFuncR>
|
|
130
|
+
<feFuncG type="table" tableValues="0.6588 0.918"></feFuncG>
|
|
131
|
+
<feFuncB type="table" tableValues="0.1451 0.624"></feFuncB>
|
|
132
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
133
|
+
</feComponentTransfer>
|
|
134
|
+
</filter>
|
|
135
|
+
|
|
136
|
+
<filter id="duotone-red">
|
|
137
|
+
<feColorMatrix type="matrix" result="gray"
|
|
138
|
+
values="0.25 0 0 0 0
|
|
139
|
+
0.25 0 0 0 0
|
|
140
|
+
0.25 0 0 0 0
|
|
141
|
+
0 0 0 1 0" >
|
|
142
|
+
</feColorMatrix>
|
|
143
|
+
|
|
144
|
+
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
145
|
+
<feFuncR type="table" tableValues="0.7765 1"></feFuncR>
|
|
146
|
+
<feFuncG type="table" tableValues="0.1569 1"></feFuncG>
|
|
147
|
+
<feFuncB type="table" tableValues="0.1569 1"></feFuncB>
|
|
148
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
149
|
+
</feComponentTransfer>
|
|
150
|
+
</filter>
|
|
151
|
+
|
|
152
|
+
<filter id="duotone-blue-red">
|
|
153
|
+
<feColorMatrix type="matrix" result="grayscale"
|
|
154
|
+
values="1 0 0 0 0
|
|
155
|
+
1 0 0 0 0
|
|
156
|
+
1 0 0 0 0
|
|
157
|
+
0 0 0 1 0" >
|
|
158
|
+
</feColorMatrix>
|
|
159
|
+
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
160
|
+
<feFuncR type="table" tableValues="0.9608 0.0"></feFuncR>
|
|
161
|
+
<feFuncG type="table" tableValues="0.2627 0.2784"></feFuncG>
|
|
162
|
+
<feFuncB type="table" tableValues="0.2118 0.5255"></feFuncB>
|
|
163
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
164
|
+
</feComponentTransfer>
|
|
165
|
+
</filter>
|
|
166
|
+
|
|
167
|
+
<filter id="duotone-blue-green">
|
|
168
|
+
<feColorMatrix type="matrix" result="grayscale"
|
|
169
|
+
values="1 0 0 0 0
|
|
170
|
+
1 0 0 0 0
|
|
171
|
+
1 0 0 0 0
|
|
172
|
+
0 0 0 1 0" >
|
|
173
|
+
</feColorMatrix>
|
|
174
|
+
<!-- <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
175
|
+
<feFuncR type="table" tableValues="0.049 0.396"></feFuncR>
|
|
176
|
+
<feFuncG type="table" tableValues="0.357 0.669"></feFuncG>
|
|
177
|
+
<feFuncB type="table" tableValues="0.945 0"></feFuncB>
|
|
178
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
179
|
+
</feComponentTransfer> -->
|
|
180
|
+
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
181
|
+
<feFuncR type="table" tableValues="0.1020 0.2980"></feFuncR>
|
|
182
|
+
<feFuncG type="table" tableValues="0.4627 0.6863"></feFuncG>
|
|
183
|
+
<feFuncB type="table" tableValues="0.8235 0.3137"></feFuncB>
|
|
184
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
185
|
+
</feComponentTransfer>
|
|
186
|
+
</filter>
|
|
187
|
+
|
|
188
|
+
<filter id="duotone-green-yellow">
|
|
189
|
+
<feColorMatrix type="matrix" result="grayscale"
|
|
190
|
+
values="0.75 0 0 0 0
|
|
191
|
+
0.75 0 0 0 0
|
|
192
|
+
0.75 0 0 0 0
|
|
193
|
+
0 0 0 1 0" >
|
|
194
|
+
</feColorMatrix>
|
|
195
|
+
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
196
|
+
<feFuncR type="table" tableValues="0.1059 0.9843 "></feFuncR>
|
|
197
|
+
<feFuncG type="table" tableValues="0.3686 0.7529 "></feFuncG>
|
|
198
|
+
<feFuncB type="table" tableValues="0.1255 0.1804"></feFuncB>
|
|
199
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
200
|
+
</feComponentTransfer>
|
|
201
|
+
</filter>
|
|
202
|
+
|
|
203
|
+
<filter id="duotone-yellow-red">
|
|
204
|
+
<feColorMatrix type="matrix" result="grayscale"
|
|
205
|
+
values="1 0 0 0 0
|
|
206
|
+
1 0 0 0 0
|
|
207
|
+
1 0 0 0 0
|
|
208
|
+
0 0 0 1 0" >
|
|
209
|
+
</feColorMatrix>
|
|
210
|
+
<feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
|
|
211
|
+
<feFuncR type="table" tableValues="0.7765 0.9765"></feFuncR>
|
|
212
|
+
<feFuncG type="table" tableValues="0.1569 0.6588"></feFuncG>
|
|
213
|
+
<feFuncB type="table" tableValues="0.1569 0.1451"></feFuncB>
|
|
214
|
+
<feFuncA type="table" tableValues="0 1"></feFuncA>
|
|
215
|
+
</feComponentTransfer>
|
|
216
|
+
</filter>
|
|
217
|
+
|
|
218
|
+
</svg>
|
|
219
|
+
</template>
|
|
220
|
+
|
package/.vscode/extensions.json
DELETED