ep-lib-ts 1.0.0 → 1.0.3
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/.vscode/extensions.json +3 -0
- package/LICENSE +21 -0
- package/dist/BgAudio-frhyHkqr.js +4 -0
- package/dist/DisplayBox-CSCmHlo9.js +4 -0
- package/dist/EpAlert-Ccz2Wiz3.js +4 -0
- package/dist/EpAudio-DW24CuDl.js +4 -0
- package/dist/EpAvatar-Dmpg0PFj.js +50 -0
- package/dist/EpBadge-DqmSNdbi.js +55 -0
- package/dist/EpBadge-YYV6LeIH.js +4 -0
- package/dist/EpBarChart-CQpD2vBz.js +4 -0
- package/dist/EpBtn-BXFxStb5.js +4 -0
- package/dist/EpCard-dMLoFxCZ.js +4 -0
- package/dist/EpCheckbox-BtJRFbS_.js +41 -0
- package/dist/EpChip-D14YJQjn.js +4 -0
- package/dist/EpCodeblock-DX7H-PE3.js +1477 -0
- package/dist/EpContentSlider-B6sOe3Dp.js +4 -0
- package/dist/EpDarkmode-CVX7I7Oh.js +22 -0
- package/dist/EpDivider-BlzeUfhe.js +4 -0
- package/dist/EpEdu-OSZN0dVy.js +4 -0
- package/dist/EpFlex-CajOntOn.js +4 -0
- package/dist/EpFunnelChart-CAmKAY6K.js +4 -0
- package/dist/EpHeader-s6mu1YDy.js +4 -0
- package/dist/EpHotsPot-DFz_Du9o.js +59 -0
- package/dist/EpHover-DvBaw8H4.js +31 -0
- package/dist/EpIcon-BKdKZ6VL.js +4 -0
- package/dist/EpIframe-Cw50hPQt.js +4 -0
- package/dist/EpImg-ltzMUbfa.js +4 -0
- package/dist/EpInput-C3Db2Mgx.js +1168 -0
- package/dist/EpLineChart-C1Z5zC77.js +4 -0
- package/dist/EpLink-9J5EAO2L.js +4 -0
- package/dist/EpLinkVersion-DoA4Xrmj.js +4 -0
- package/dist/EpList-u8yx-VQ3.js +12 -0
- package/dist/EpListitem-DzQrc-k2.js +37 -0
- package/dist/EpModal-EPQLtKSs.js +4 -0
- package/dist/EpNothing-dQbMRW9h.js +10 -0
- package/dist/EpPieChart-DALf9BAs.js +4 -0
- package/dist/EpQuestion-CrOo3ejB.js +4 -0
- package/dist/EpQuote-BDthjTq5.js +4 -0
- package/dist/EpRadio-B_MUtViE.js +4 -0
- package/dist/EpRadioSummative-DqXsCXq1.js +4 -0
- package/dist/EpReading-KUPnrrth.js +4 -0
- package/dist/EpResource-BMPKDLj8.js +4 -0
- package/dist/EpScope-C3jsb2no.js +4 -0
- package/dist/EpSection-CdA_6u_G.js +4 -0
- package/dist/EpSelect-DxDETrPv.js +43 -0
- package/dist/EpSkeleton-B7Vvky8C.js +4 -0
- package/dist/EpSoftware-CBGrw-TM.js +4 -0
- package/dist/EpSpinner-CPXurjKk.js +4 -0
- package/dist/EpSummativeTable-Cl4DD-eg.js +4 -0
- package/dist/EpSvg-D7ZjOSNK.js +4 -0
- package/dist/EpSwitch-C7NMjBk9.js +64 -0
- package/dist/EpTable-BJg2IDFP.js +4 -0
- package/dist/EpTerm-BqEk32qp.js +4 -0
- package/dist/EpText-C0XpPsof.js +4 -0
- package/dist/EpTextarea-D8UCQuga.js +44 -0
- package/dist/EpTimeLine-D9aVz430.js +4 -0
- package/dist/EpToggle-BDp54LpY.js +47 -0
- package/dist/EpTooltip-B4s0_PvZ.js +99 -0
- package/dist/EpVideo-B9Bqi_qW.js +4 -0
- package/dist/EpVideoPanopto-BibKcJ2y.js +4 -0
- package/dist/EpWordDef-O6xFtf2E.js +4 -0
- package/dist/components/basics/EpAvatar.vue.d.ts +51 -0
- package/dist/components/basics/EpBadge.vue.d.ts +49 -0
- package/dist/components/basics/EpBtn.vue.d.ts +62 -0
- package/dist/components/basics/EpCard.vue.d.ts +71 -0
- package/dist/components/basics/EpChip.vue.d.ts +58 -0
- package/dist/components/basics/EpDivider.vue.d.ts +46 -0
- package/dist/components/basics/EpFlex.vue.d.ts +9 -0
- package/dist/components/basics/EpHover.vue.d.ts +49 -0
- package/dist/components/basics/EpIcon.vue.d.ts +34 -0
- package/dist/components/basics/EpImg.vue.d.ts +72 -0
- package/dist/components/basics/EpList.vue.d.ts +9 -0
- package/dist/components/basics/EpListitem.vue.d.ts +43 -0
- package/dist/components/basics/EpSection.vue.d.ts +50 -0
- package/dist/components/basics/EpSpinner.vue.d.ts +40 -0
- package/dist/components/basics/EpTable.vue.d.ts +24 -0
- package/dist/components/basics/EpText.vue.d.ts +43 -0
- package/dist/components/charts/EpBarChart.vue.d.ts +66 -0
- package/dist/components/charts/EpFunnelChart.vue.d.ts +62 -0
- package/dist/components/charts/EpLineChart.vue.d.ts +66 -0
- package/dist/components/charts/EpPieChart.vue.d.ts +70 -0
- package/dist/components/educationals/EpCodeblock.vue.d.ts +43 -0
- package/dist/components/educationals/EpEdu.vue.d.ts +69 -0
- package/dist/components/educationals/EpReading.vue.d.ts +110 -0
- package/dist/components/educationals/EpResource.vue.d.ts +34 -0
- package/dist/components/educationals/EpScope.vue.d.ts +32 -0
- package/dist/components/forms/EpCheckbox.vue.d.ts +52 -0
- package/dist/components/forms/EpInput.vue.d.ts +65 -0
- package/dist/components/forms/EpRadio.vue.d.ts +57 -0
- package/dist/components/forms/EpRadioSummative.vue.d.ts +57 -0
- package/dist/components/forms/EpSelect.vue.d.ts +89 -0
- package/dist/components/forms/EpSwitch.vue.d.ts +58 -0
- package/dist/components/forms/EpTextarea.vue.d.ts +76 -0
- package/dist/components/forms/EpToggle.vue.d.ts +72 -0
- package/dist/components/interactions/EpAccordeon.vue.d.ts +58 -0
- package/dist/components/interactions/EpContentSlider.vue.d.ts +43 -0
- package/dist/components/interactions/EpDarkmode.vue.d.ts +7 -0
- package/dist/components/interactions/EpHotsPot.vue.d.ts +47 -0
- package/dist/components/interactions/EpModal.vue.d.ts +65 -0
- package/dist/components/interactions/EpQuestion.vue.d.ts +73 -0
- package/dist/components/interactions/EpSummativeTable.vue.d.ts +25 -0
- package/dist/components/interactions/EpTabs.vue.d.ts +2 -0
- package/dist/components/interactions/EpTooltip.vue.d.ts +49 -0
- package/dist/components/medias/EpAudio.vue.d.ts +56 -0
- package/dist/components/medias/EpCarousel.vue.d.ts +44 -0
- package/dist/components/medias/EpIframe.vue.d.ts +43 -0
- package/dist/components/medias/EpKatex.vue.d.ts +36 -0
- package/dist/components/medias/EpLink.vue.d.ts +48 -0
- package/dist/components/medias/EpLinkVersion.vue.d.ts +49 -0
- package/dist/components/medias/EpSoftware.vue.d.ts +67 -0
- package/dist/components/medias/EpSvg.vue.d.ts +36 -0
- package/dist/components/medias/EpTerm.vue.d.ts +78 -0
- package/dist/components/medias/EpTimeLine.vue.d.ts +32 -0
- package/dist/components/medias/EpVideo.vue.d.ts +52 -0
- package/dist/components/medias/EpVideoPanopto.vue.d.ts +45 -0
- package/dist/components/medias/EpWordDef.vue.d.ts +63 -0
- package/dist/components/signages/EpAlert.vue.d.ts +56 -0
- package/dist/components/signages/EpBadge.vue.d.ts +57 -0
- package/dist/components/signages/EpHeader.vue.d.ts +80 -0
- package/dist/components/signages/EpNothing.vue.d.ts +2 -0
- package/dist/components/signages/EpQuote.vue.d.ts +47 -0
- package/dist/components/signages/EpSkeleton.vue.d.ts +41 -0
- package/dist/components/tools/BgAudio.vue.d.ts +29 -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 +38 -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 +26 -0
- package/dist/composables/useMarkdown.d.ts +1 -0
- package/dist/composables/useRenderText.d.ts +1 -0
- package/dist/ep-lib-ts.js +46 -0
- package/dist/ep-lib-ts.umd.cjs +413 -0
- package/dist/index-BgNRIUzY.js +18681 -0
- package/dist/index-DNwUz3uD.js +47687 -0
- package/dist/index.d.ts +86 -0
- package/dist/main.d.ts +1 -0
- package/dist/prism-DENTMpmV.js +1182 -0
- package/dist/router.d.ts +2 -0
- package/dist/style.css +1 -0
- package/dist/types/Accordeon.d.ts +47 -0
- package/dist/types/Alert.d.ts +35 -0
- package/dist/types/Answer.d.ts +16 -0
- package/dist/types/Avatar.d.ts +18 -0
- package/dist/types/Badge.d.ts +23 -0
- package/dist/types/Border.d.ts +2 -0
- package/dist/types/Btn.d.ts +49 -0
- package/dist/types/Card.d.ts +6 -0
- package/dist/types/Chip.d.ts +41 -0
- package/dist/types/Codeblock.d.ts +223 -0
- package/dist/types/GlossaryEntry.d.ts +10 -0
- package/dist/types/Image.d.ts +6 -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/SummativeTable.d.ts +10 -0
- package/dist/types/Switch.d.ts +11 -0
- package/dist/types/TimeLine.d.ts +124 -0
- package/dist/types/Tooltip.d.ts +75 -0
- package/dist/vite.svg +1 -0
- package/package.json +5 -4
- package/src/components/basics/EpAvatar.vue +1 -1
- package/src/components/basics/EpBadge.vue +11 -2
- package/src/components/basics/EpBtn.vue +3 -15
- package/src/components/basics/EpCard.vue +21 -11
- package/src/components/basics/EpChip.vue +1 -2
- package/src/components/basics/EpImg.vue +18 -6
- package/src/components/basics/EpSection.vue +1 -1
- package/src/components/basics/EpTable.vue +5 -5
- package/src/components/basics/EpText.vue +10 -2
- package/src/components/charts/EpBarChart.vue +11 -3
- package/src/components/charts/EpFunnelChart.vue +129 -0
- package/src/components/charts/EpLineChart.vue +11 -3
- package/src/components/charts/EpPieChart.vue +12 -4
- package/src/components/educationals/EpCodeblock.vue +1 -1
- package/src/components/educationals/EpEdu.vue +17 -10
- package/src/components/educationals/EpReading.vue +45 -27
- package/src/components/educationals/EpResource.vue +2 -2
- package/src/components/educationals/EpScope.vue +1 -1
- package/src/components/forms/EpRadio.vue +1 -1
- package/src/components/forms/EpRadioSummative.vue +1 -1
- package/src/components/forms/EpSelect.vue +24 -6
- package/src/components/forms/EpSwitch.vue +1 -1
- package/src/components/forms/EpTextarea.vue +9 -1
- package/src/components/forms/EpToggle.vue +9 -1
- package/src/components/interactions/EpAccordeon.vue +13 -7
- package/src/components/interactions/EpContentSlider.vue +17 -6
- package/src/components/interactions/EpDarkmode.vue +25 -14
- package/src/components/interactions/EpHotsPot.vue +11 -2
- package/src/components/interactions/EpQuestion.vue +17 -5
- package/src/components/interactions/EpSummativeTable.vue +1 -1
- package/src/components/interactions/EpTabs.vue +1 -1
- package/src/components/interactions/EpTooltip.vue +1 -1
- package/src/components/medias/EpAudio.vue +17 -11
- package/src/components/medias/EpCarousel.vue +2 -2
- package/src/components/medias/EpIframe.vue +6 -2
- package/src/components/medias/EpKatex.vue +1 -1
- package/src/components/medias/EpLink.vue +2 -2
- package/src/components/medias/EpLinkVersion.vue +11 -3
- package/src/components/medias/EpSoftware.vue +12 -4
- package/src/components/medias/EpSvg.vue +2 -2
- package/src/components/medias/EpTerm.vue +24 -11
- package/src/components/medias/EpTimeLine.vue +2 -2
- package/src/components/medias/EpVideo.vue +13 -7
- package/src/components/medias/EpVideoPanopto.vue +2 -3
- package/src/components/medias/EpWordDef.vue +33 -11
- package/src/components/signages/EpAlert.vue +1 -1
- package/src/components/signages/EpBadge.vue +1 -1
- package/src/components/signages/EpHeader.vue +13 -3
- package/src/components/signages/EpSkeleton.vue +2 -2
- package/src/components/tools/TimelineItem.vue +1 -1
package/dist/router.d.ts
ADDED
package/dist/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.content[data-v-cbe63e9f]{max-height:0;overflow:hidden}.modal-mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;transition:opacity .3s ease}.modal-container{margin:auto;max-height:95%;transition:all .3s ease;z-index:9999}.modal-header h3{margin-top:0;color:#42b983}.modal-body{margin:20px 0}.modal-default-button{float:right}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal-container,.modal-leave-to .modal-container{transform:scale(1.1)}.custom_index{z-index:9999;position:absolute;right:12rem}.h-custom{height:30rem}.p-custom p{margin-bottom:1em}.v-enter-active[data-v-f93a239b],.v-leave-active[data-v-f93a239b]{transition:opacity .5s ease}.v-enter-from[data-v-f93a239b],.v-leave-to[data-v-f93a239b]{opacity:0}.katex[data-v-f9e5d352]{font-size:1.6em}.content[data-v-fba69535]{max-height:0;overflow:hidden}.list-enter-active,.list-leave-active{transition:all .5s ease}.list-enter-from,.list-leave-to{opacity:0;transform:translate(30px)}.shape{height:var(--3e2ed539);width:var(--7e73c118)}.arrow-light-top:before{content:" ";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:rgba(0,0,0,.2) transparent transparent transparent}.arrow-dark-top:before{content:" ";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:black transparent transparent transparent}.arrow-light-bottom:before{content:"";position:absolute;display:inline-block;left:50%;bottom:100%;border-right:7px solid transparent;border-bottom:7px solid #eee;border-left:7px solid transparent;border-bottom-color:#0003}.arrow-dark-bottom:before{content:"";position:absolute;display:inline-block;left:50%;bottom:100%;border-right:7px solid transparent;border-bottom:7px solid black;border-left:7px solid transparent;border-bottom-color:black transparent transparent transparent}.arrow-light-left:before{position:absolute;display:inline-block;left:100%;top:50%;content:"";margin-right:0;border-top:5px solid transparent;border-left:5px solid #eee;border-bottom:5px solid transparent;border-left-color:#0003}.arrow-dark-left:before{position:absolute;display:inline-block;left:100%;top:50%;content:"";margin-right:0;border-top:5px solid transparent;border-left:5px solid black;border-bottom:5px solid transparent;border-left-color:black transparent transparent transparent}.arrow-light-right:before{position:absolute;display:inline-block;right:100%;top:50%;content:"";margin-right:0;border-top:5px solid transparent;border-right:5px solid #eee;border-bottom:5px solid transparent;border-right-color:#0003}.arrow-dark-right:before{position:absolute;display:inline-block;right:100%;top:50%;content:"";margin-right:0;border-top:5px solid transparent;border-right:5px solid black;border-bottom:5px solid transparent;border-right-color:black transparent transparent transparent}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export declare const typeAccordeon: {
|
|
2
|
+
base: {
|
|
3
|
+
default: string;
|
|
4
|
+
outlined: string;
|
|
5
|
+
};
|
|
6
|
+
primary: {
|
|
7
|
+
default: string;
|
|
8
|
+
outlined: string;
|
|
9
|
+
};
|
|
10
|
+
secondary: {
|
|
11
|
+
default: string;
|
|
12
|
+
outlined: string;
|
|
13
|
+
};
|
|
14
|
+
accent: {
|
|
15
|
+
default: string;
|
|
16
|
+
outlined: string;
|
|
17
|
+
};
|
|
18
|
+
warning: {
|
|
19
|
+
default: string;
|
|
20
|
+
outlined: string;
|
|
21
|
+
};
|
|
22
|
+
success: {
|
|
23
|
+
default: string;
|
|
24
|
+
outlined: string;
|
|
25
|
+
};
|
|
26
|
+
error: {
|
|
27
|
+
default: string;
|
|
28
|
+
outlined: string;
|
|
29
|
+
};
|
|
30
|
+
info: {
|
|
31
|
+
default: string;
|
|
32
|
+
outlined: string;
|
|
33
|
+
};
|
|
34
|
+
question: {
|
|
35
|
+
default: string;
|
|
36
|
+
outlined: string;
|
|
37
|
+
};
|
|
38
|
+
Question: {
|
|
39
|
+
default: string;
|
|
40
|
+
outlined: string;
|
|
41
|
+
};
|
|
42
|
+
tip: {
|
|
43
|
+
default: string;
|
|
44
|
+
outlined: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
export type TypeAccordeon = keyof typeof typeAccordeon;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare const typeAlert: {
|
|
2
|
+
base: {
|
|
3
|
+
default: string;
|
|
4
|
+
outlined: string;
|
|
5
|
+
};
|
|
6
|
+
warning: {
|
|
7
|
+
default: string;
|
|
8
|
+
outlined: string;
|
|
9
|
+
};
|
|
10
|
+
success: {
|
|
11
|
+
default: string;
|
|
12
|
+
outlined: string;
|
|
13
|
+
};
|
|
14
|
+
error: {
|
|
15
|
+
default: string;
|
|
16
|
+
outlined: string;
|
|
17
|
+
};
|
|
18
|
+
info: {
|
|
19
|
+
default: string;
|
|
20
|
+
outlined: string;
|
|
21
|
+
};
|
|
22
|
+
question: {
|
|
23
|
+
default: string;
|
|
24
|
+
outlined: string;
|
|
25
|
+
};
|
|
26
|
+
Question: {
|
|
27
|
+
default: string;
|
|
28
|
+
outlined: string;
|
|
29
|
+
};
|
|
30
|
+
tip: {
|
|
31
|
+
default: string;
|
|
32
|
+
outlined: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
export type TypeAlert = keyof typeof typeAlert;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { TypeAlert } from './Alert';
|
|
2
|
+
|
|
3
|
+
interface ContentComponent {
|
|
4
|
+
type?: string;
|
|
5
|
+
data: {
|
|
6
|
+
[key: string]: any;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export interface Answer {
|
|
10
|
+
text: string;
|
|
11
|
+
feedback: string;
|
|
12
|
+
type: TypeAlert;
|
|
13
|
+
uid?: string;
|
|
14
|
+
component?: ContentComponent | null;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const typeAvatar: {
|
|
2
|
+
circle: {
|
|
3
|
+
small: string;
|
|
4
|
+
middle: string;
|
|
5
|
+
big: string;
|
|
6
|
+
};
|
|
7
|
+
square: {
|
|
8
|
+
small: string;
|
|
9
|
+
middle: string;
|
|
10
|
+
big: string;
|
|
11
|
+
};
|
|
12
|
+
rounded: {
|
|
13
|
+
small: string;
|
|
14
|
+
middle: string;
|
|
15
|
+
big: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export type TypeAvatar = keyof typeof typeAvatar;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare const typeBadge: {
|
|
2
|
+
top_left: {
|
|
3
|
+
default: string;
|
|
4
|
+
dot: string;
|
|
5
|
+
hide: string;
|
|
6
|
+
};
|
|
7
|
+
top_right: {
|
|
8
|
+
default: string;
|
|
9
|
+
dot: string;
|
|
10
|
+
hide: string;
|
|
11
|
+
};
|
|
12
|
+
bottom_left: {
|
|
13
|
+
default: string;
|
|
14
|
+
dot: string;
|
|
15
|
+
hide: string;
|
|
16
|
+
};
|
|
17
|
+
bottom_right: {
|
|
18
|
+
default: string;
|
|
19
|
+
dot: string;
|
|
20
|
+
hide: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export type TypeBadge = keyof typeof typeBadge;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export declare const bgVariants: {
|
|
2
|
+
base: {
|
|
3
|
+
default: string;
|
|
4
|
+
outlined: string;
|
|
5
|
+
text: string;
|
|
6
|
+
};
|
|
7
|
+
primary: {
|
|
8
|
+
default: string;
|
|
9
|
+
outlined: string;
|
|
10
|
+
text: string;
|
|
11
|
+
};
|
|
12
|
+
secondary: {
|
|
13
|
+
default: string;
|
|
14
|
+
outlined: string;
|
|
15
|
+
text: string;
|
|
16
|
+
};
|
|
17
|
+
accent: {
|
|
18
|
+
default: string;
|
|
19
|
+
outlined: string;
|
|
20
|
+
text: string;
|
|
21
|
+
};
|
|
22
|
+
info: {
|
|
23
|
+
default: string;
|
|
24
|
+
outlined: string;
|
|
25
|
+
text: string;
|
|
26
|
+
};
|
|
27
|
+
warning: {
|
|
28
|
+
default: string;
|
|
29
|
+
outlined: string;
|
|
30
|
+
text: string;
|
|
31
|
+
};
|
|
32
|
+
success: {
|
|
33
|
+
default: string;
|
|
34
|
+
outlined: string;
|
|
35
|
+
text: string;
|
|
36
|
+
};
|
|
37
|
+
error: {
|
|
38
|
+
default: string;
|
|
39
|
+
outlined: string;
|
|
40
|
+
text: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export declare const sizeVariants: {
|
|
44
|
+
small: string;
|
|
45
|
+
medium: string;
|
|
46
|
+
large: string;
|
|
47
|
+
};
|
|
48
|
+
export type ButtonBgVariant = keyof typeof bgVariants;
|
|
49
|
+
export type ButtonSize = keyof typeof sizeVariants;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export declare const chipVariants: {
|
|
2
|
+
base: {
|
|
3
|
+
default: string;
|
|
4
|
+
outlined: string;
|
|
5
|
+
};
|
|
6
|
+
primary: {
|
|
7
|
+
default: string;
|
|
8
|
+
outlined: string;
|
|
9
|
+
};
|
|
10
|
+
secondary: {
|
|
11
|
+
default: string;
|
|
12
|
+
outlined: string;
|
|
13
|
+
};
|
|
14
|
+
accent: {
|
|
15
|
+
default: string;
|
|
16
|
+
outlined: string;
|
|
17
|
+
};
|
|
18
|
+
info: {
|
|
19
|
+
default: string;
|
|
20
|
+
outlined: string;
|
|
21
|
+
};
|
|
22
|
+
warning: {
|
|
23
|
+
default: string;
|
|
24
|
+
outlined: string;
|
|
25
|
+
};
|
|
26
|
+
success: {
|
|
27
|
+
default: string;
|
|
28
|
+
outlined: string;
|
|
29
|
+
};
|
|
30
|
+
error: {
|
|
31
|
+
default: string;
|
|
32
|
+
outlined: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
export declare const sizeChipVariants: {
|
|
36
|
+
small: string;
|
|
37
|
+
medium: string;
|
|
38
|
+
large: string;
|
|
39
|
+
};
|
|
40
|
+
export type ChipBgVariant = keyof typeof chipVariants;
|
|
41
|
+
export type ChipSize = keyof typeof sizeChipVariants;
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
type Theme = "neon-bunny" | "neon-bunny-carrot" | "a11y-dark" | "a11y-light" | "agate" | "an-old-hope" | "androidstudio" | "arduino-light" | "arta" | "ascetic" | "atom-one-dark-reasonable" | "atom-one-dark" | "atom-one-light" | "brown-paper" | "codepen-embed" | "color-brewer" | "dark" | "default" | "devibeans" | "docco" | "far" | "felipec" | "foundation" | "github-dark-dimmed" | "github-dark" | "github" | "gml" | "googlecode" | "gradient-dark" | "gradient-light" | "grayscale" | "hybrid" | "idea" | "intellij-light" | "ir-black" | "isbl-editor-dark" | "isbl-editor-light" | "kimbie-dark" | "kimbie-light" | "lightfair" | "lioshi" | "magula" | "mono-blue" | "monokai-sublime" | "monokai" | "night-owl" | "nnfx-dark" | "nnfx-light" | "nord" | "obsidian" | "panda-syntax-dark" | "panda-syntax-light" | "paraiso-light" | "pojoaque" | "purebasic" | "qtcreator-dark" | "qtcreator-light" | "rainbow" | "routeros" | "school-book" | "shades-of-purple" | "srcery" | "stackoverflow-dark" | "stackoverflow-light" | "sunburst" | "tokyo-night-dark" | "tokyo-night-light" | "tomorrow-night-blue" | "tomorrow-night-bright" | "vs" | "vs2015" | "xcode" | "xt256";
|
|
2
|
+
export default Theme;
|
|
3
|
+
export declare const ThemeOptions: readonly [{
|
|
4
|
+
readonly text: "neon bunny";
|
|
5
|
+
readonly value: "neon-bunny";
|
|
6
|
+
}, {
|
|
7
|
+
readonly text: "neon bunny carrot";
|
|
8
|
+
readonly value: "neon-bunny-carrot";
|
|
9
|
+
}, {
|
|
10
|
+
readonly text: "a11y dark";
|
|
11
|
+
readonly value: "a11y-dark";
|
|
12
|
+
}, {
|
|
13
|
+
readonly text: "a11y light";
|
|
14
|
+
readonly value: "a11y-light";
|
|
15
|
+
}, {
|
|
16
|
+
readonly text: "agate";
|
|
17
|
+
readonly value: "agate";
|
|
18
|
+
}, {
|
|
19
|
+
readonly text: "an old hope";
|
|
20
|
+
readonly value: "an-old-hope";
|
|
21
|
+
}, {
|
|
22
|
+
readonly text: "androidstudio";
|
|
23
|
+
readonly value: "androidstudio";
|
|
24
|
+
}, {
|
|
25
|
+
readonly text: "arduino light";
|
|
26
|
+
readonly value: "arduino-light";
|
|
27
|
+
}, {
|
|
28
|
+
readonly text: "arta";
|
|
29
|
+
readonly value: "arta";
|
|
30
|
+
}, {
|
|
31
|
+
readonly text: "ascetic";
|
|
32
|
+
readonly value: "ascetic";
|
|
33
|
+
}, {
|
|
34
|
+
readonly text: "atom one dark reasonable";
|
|
35
|
+
readonly value: "atom-one-dark-reasonable";
|
|
36
|
+
}, {
|
|
37
|
+
readonly text: "atom one dark";
|
|
38
|
+
readonly value: "atom-one-dark";
|
|
39
|
+
}, {
|
|
40
|
+
readonly text: "atom one light";
|
|
41
|
+
readonly value: "atom-one-light";
|
|
42
|
+
}, {
|
|
43
|
+
readonly text: "brown paper";
|
|
44
|
+
readonly value: "brown-paper";
|
|
45
|
+
}, {
|
|
46
|
+
readonly text: "codepen embed";
|
|
47
|
+
readonly value: "codepen-embed";
|
|
48
|
+
}, {
|
|
49
|
+
readonly text: "color brewer";
|
|
50
|
+
readonly value: "color-brewer";
|
|
51
|
+
}, {
|
|
52
|
+
readonly text: "dark";
|
|
53
|
+
readonly value: "dark";
|
|
54
|
+
}, {
|
|
55
|
+
readonly text: "default";
|
|
56
|
+
readonly value: "default";
|
|
57
|
+
}, {
|
|
58
|
+
readonly text: "devibeans";
|
|
59
|
+
readonly value: "devibeans";
|
|
60
|
+
}, {
|
|
61
|
+
readonly text: "docco";
|
|
62
|
+
readonly value: "docco";
|
|
63
|
+
}, {
|
|
64
|
+
readonly text: "far";
|
|
65
|
+
readonly value: "far";
|
|
66
|
+
}, {
|
|
67
|
+
readonly text: "felipec";
|
|
68
|
+
readonly value: "felipec";
|
|
69
|
+
}, {
|
|
70
|
+
readonly text: "foundation";
|
|
71
|
+
readonly value: "foundation";
|
|
72
|
+
}, {
|
|
73
|
+
readonly text: "github dark dimmed";
|
|
74
|
+
readonly value: "github-dark-dimmed";
|
|
75
|
+
}, {
|
|
76
|
+
readonly text: "github dark";
|
|
77
|
+
readonly value: "github-dark";
|
|
78
|
+
}, {
|
|
79
|
+
readonly text: "github";
|
|
80
|
+
readonly value: "github";
|
|
81
|
+
}, {
|
|
82
|
+
readonly text: "gml";
|
|
83
|
+
readonly value: "gml";
|
|
84
|
+
}, {
|
|
85
|
+
readonly text: "google code";
|
|
86
|
+
readonly value: "googlecode";
|
|
87
|
+
}, {
|
|
88
|
+
readonly text: "gradient dark";
|
|
89
|
+
readonly value: "gradient-dark";
|
|
90
|
+
}, {
|
|
91
|
+
readonly text: "gradient light";
|
|
92
|
+
readonly value: "gradient-light";
|
|
93
|
+
}, {
|
|
94
|
+
readonly text: "grayscale";
|
|
95
|
+
readonly value: "grayscale";
|
|
96
|
+
}, {
|
|
97
|
+
readonly text: "hybrid";
|
|
98
|
+
readonly value: "hybrid";
|
|
99
|
+
}, {
|
|
100
|
+
readonly text: "idea";
|
|
101
|
+
readonly value: "idea";
|
|
102
|
+
}, {
|
|
103
|
+
readonly text: "intellij light";
|
|
104
|
+
readonly value: "intellij-light";
|
|
105
|
+
}, {
|
|
106
|
+
readonly text: "ir black";
|
|
107
|
+
readonly value: "ir-black";
|
|
108
|
+
}, {
|
|
109
|
+
readonly text: "isbl editor dark";
|
|
110
|
+
readonly value: "isbl-editor-dark";
|
|
111
|
+
}, {
|
|
112
|
+
readonly text: "isbl editor light";
|
|
113
|
+
readonly value: "isbl-editor-light";
|
|
114
|
+
}, {
|
|
115
|
+
readonly text: "kimbie dark";
|
|
116
|
+
readonly value: "kimbie-dark";
|
|
117
|
+
}, {
|
|
118
|
+
readonly text: "kimbie light";
|
|
119
|
+
readonly value: "kimbie-light";
|
|
120
|
+
}, {
|
|
121
|
+
readonly text: "lightfair";
|
|
122
|
+
readonly value: "lightfair";
|
|
123
|
+
}, {
|
|
124
|
+
readonly text: "lioshi";
|
|
125
|
+
readonly value: "lioshi";
|
|
126
|
+
}, {
|
|
127
|
+
readonly text: "magula";
|
|
128
|
+
readonly value: "magula";
|
|
129
|
+
}, {
|
|
130
|
+
readonly text: "mono blue";
|
|
131
|
+
readonly value: "mono-blue";
|
|
132
|
+
}, {
|
|
133
|
+
readonly text: "monokai sublime";
|
|
134
|
+
readonly value: "monokai-sublime";
|
|
135
|
+
}, {
|
|
136
|
+
readonly text: "monokai";
|
|
137
|
+
readonly value: "monokai";
|
|
138
|
+
}, {
|
|
139
|
+
readonly text: "night owl";
|
|
140
|
+
readonly value: "night-owl";
|
|
141
|
+
}, {
|
|
142
|
+
readonly text: "nnfx dark";
|
|
143
|
+
readonly value: "nnfx-dark";
|
|
144
|
+
}, {
|
|
145
|
+
readonly text: "nnfx light";
|
|
146
|
+
readonly value: "nnfx-light";
|
|
147
|
+
}, {
|
|
148
|
+
readonly text: "nord";
|
|
149
|
+
readonly value: "nord";
|
|
150
|
+
}, {
|
|
151
|
+
readonly text: "obsidian";
|
|
152
|
+
readonly value: "obsidian";
|
|
153
|
+
}, {
|
|
154
|
+
readonly text: "panda syntax dark";
|
|
155
|
+
readonly value: "panda-syntax-dark";
|
|
156
|
+
}, {
|
|
157
|
+
readonly text: "panda syntax light";
|
|
158
|
+
readonly value: "panda-syntax-light";
|
|
159
|
+
}, {
|
|
160
|
+
readonly text: "paraiso dark";
|
|
161
|
+
readonly value: "paraiso-light";
|
|
162
|
+
}, {
|
|
163
|
+
readonly text: "pojoaque";
|
|
164
|
+
readonly value: "pojoaque";
|
|
165
|
+
}, {
|
|
166
|
+
readonly text: "purebasic";
|
|
167
|
+
readonly value: "purebasic";
|
|
168
|
+
}, {
|
|
169
|
+
readonly text: "qtcreator dark";
|
|
170
|
+
readonly value: "qtcreator-dark";
|
|
171
|
+
}, {
|
|
172
|
+
readonly text: "qtcreator light";
|
|
173
|
+
readonly value: "qtcreator-light";
|
|
174
|
+
}, {
|
|
175
|
+
readonly text: "rainbow";
|
|
176
|
+
readonly value: "rainbow";
|
|
177
|
+
}, {
|
|
178
|
+
readonly text: "routeros";
|
|
179
|
+
readonly value: "routeros";
|
|
180
|
+
}, {
|
|
181
|
+
readonly text: "school book";
|
|
182
|
+
readonly value: "school-book";
|
|
183
|
+
}, {
|
|
184
|
+
readonly text: "shades of purple";
|
|
185
|
+
readonly value: "shades-of-purple";
|
|
186
|
+
}, {
|
|
187
|
+
readonly text: "srcery";
|
|
188
|
+
readonly value: "srcery";
|
|
189
|
+
}, {
|
|
190
|
+
readonly text: "stackoverflow dark";
|
|
191
|
+
readonly value: "stackoverflow-dark";
|
|
192
|
+
}, {
|
|
193
|
+
readonly text: "stackoverflow light";
|
|
194
|
+
readonly value: "stackoverflow-light";
|
|
195
|
+
}, {
|
|
196
|
+
readonly text: "sunburst";
|
|
197
|
+
readonly value: "sunburst";
|
|
198
|
+
}, {
|
|
199
|
+
readonly text: "tokyo night dark";
|
|
200
|
+
readonly value: "tokyo-night-dark";
|
|
201
|
+
}, {
|
|
202
|
+
readonly text: "tokyo night light";
|
|
203
|
+
readonly value: "tokyo-night-light";
|
|
204
|
+
}, {
|
|
205
|
+
readonly text: "tomorrow night blue";
|
|
206
|
+
readonly value: "tomorrow-night-blue";
|
|
207
|
+
}, {
|
|
208
|
+
readonly text: "tomorrow night bright";
|
|
209
|
+
readonly value: "tomorrow-night-bright";
|
|
210
|
+
}, {
|
|
211
|
+
readonly text: "vs";
|
|
212
|
+
readonly value: "vs";
|
|
213
|
+
}, {
|
|
214
|
+
readonly text: "vs2015";
|
|
215
|
+
readonly value: "vs2015";
|
|
216
|
+
}, {
|
|
217
|
+
readonly text: "xcode";
|
|
218
|
+
readonly value: "xcode";
|
|
219
|
+
}, {
|
|
220
|
+
readonly text: "xt256";
|
|
221
|
+
readonly value: "xt256";
|
|
222
|
+
}];
|
|
223
|
+
export declare const defaultOption: "neon-bunny";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
interface ContentComponent {
|
|
2
|
+
type?: string;
|
|
3
|
+
size?: boolean;
|
|
4
|
+
data: {
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export interface SlidesType {
|
|
9
|
+
img: string | null;
|
|
10
|
+
uid: string | number;
|
|
11
|
+
title: string;
|
|
12
|
+
content: string;
|
|
13
|
+
component?: null | ContentComponent;
|
|
14
|
+
}
|
|
15
|
+
export {};
|