@coorpacademy/components 11.32.18 → 11.32.20-alpha.31
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/es/atom/circular-progress-bar/index.d.ts +15 -0
- package/es/atom/circular-progress-bar/index.d.ts.map +1 -0
- package/es/atom/circular-progress-bar/index.js +86 -0
- package/es/atom/circular-progress-bar/index.js.map +1 -0
- package/es/atom/circular-progress-bar/style.css +51 -0
- package/es/atom/circular-progress-bar/types.d.ts +18 -0
- package/es/atom/circular-progress-bar/types.d.ts.map +1 -0
- package/es/atom/circular-progress-bar/types.js +10 -0
- package/es/atom/circular-progress-bar/types.js.map +1 -0
- package/es/atom/radio-with-title/index.d.ts +6 -0
- package/es/atom/radio-with-title/index.d.ts.map +1 -1
- package/es/atom/radio-with-title/types.d.ts +6 -0
- package/es/atom/radio-with-title/types.d.ts.map +1 -1
- package/es/atom/tag/index.d.ts +6 -1
- package/es/atom/tag/index.d.ts.map +1 -1
- package/es/atom/tag/index.js +16 -11
- package/es/atom/tag/index.js.map +1 -1
- package/es/atom/tag/style.css +39 -19
- package/es/atom/title/index.d.ts +6 -0
- package/es/atom/title/index.d.ts.map +1 -1
- package/es/atom/title/index.js +16 -4
- package/es/atom/title/index.js.map +1 -1
- package/es/atom/title/style.css +13 -0
- package/es/molecule/cm-popin/types.d.ts +6 -0
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/dashboard/cards-list/index.d.ts.map +1 -1
- package/es/molecule/dashboard/cards-list/index.js +22 -25
- package/es/molecule/dashboard/cards-list/index.js.map +1 -1
- package/es/molecule/dashboard/cards-list/style.css +12 -29
- package/es/molecule/learning-priority-card/index.d.ts +41 -0
- package/es/molecule/learning-priority-card/index.d.ts.map +1 -0
- package/es/molecule/learning-priority-card/index.js +80 -0
- package/es/molecule/learning-priority-card/index.js.map +1 -0
- package/es/molecule/learning-priority-card/style.css +36 -0
- package/es/molecule/learning-priority-card/types.d.ts +20 -0
- package/es/molecule/learning-priority-card/types.d.ts.map +1 -0
- package/es/molecule/learning-priority-card/types.js +11 -0
- package/es/molecule/learning-priority-card/types.js.map +1 -0
- package/es/molecule/title-and-checkbox-wrapper/index.d.ts +6 -0
- package/es/molecule/title-radio-wrapper/index.d.ts +6 -0
- package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/es/molecule/title-radio-wrapper/types.d.ts +6 -0
- package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/es/organism/rewards-form/index.d.ts +6 -0
- package/es/organism/select-opponents/index.d.ts +6 -0
- package/es/organism/select-opponents/index.d.ts.map +1 -1
- package/es/organism/select-opponents/types.d.ts +6 -0
- package/es/organism/select-opponents/types.d.ts.map +1 -1
- package/es/organism/title-and-input/index.d.ts +12 -0
- package/es/organism/title-and-input/index.d.ts.map +1 -1
- package/es/organism/title-and-input/types.d.ts +12 -0
- package/es/organism/title-and-input/types.d.ts.map +1 -1
- package/es/organism/wizard-contents/index.d.ts +6 -0
- package/es/template/app-player/loading/index.d.ts +6 -0
- package/es/template/app-player/player/index.d.ts +12 -0
- package/es/template/app-player/player/slides/index.d.ts +6 -0
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +6 -0
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +6 -0
- package/es/template/app-review/index.d.ts +6 -0
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +6 -0
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +6 -0
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +6 -0
- package/es/template/common/dashboard/index.d.ts +12 -0
- package/es/template/common/search-page/index.d.ts +6 -0
- package/es/template/external-course/index.d.ts +6 -0
- package/es/template/my-learning/index.d.ts +68 -0
- package/es/template/my-learning/index.d.ts.map +1 -1
- package/es/template/my-learning/index.js +12 -2
- package/es/template/my-learning/index.js.map +1 -1
- package/es/template/my-learning/style.css +18 -3
- package/es/template/skill-detail/all-courses.css +6 -1
- package/es/template/skill-detail/continue-learning.d.ts.map +1 -1
- package/es/template/skill-detail/continue-learning.js +3 -1
- package/es/template/skill-detail/continue-learning.js.map +1 -1
- package/es/template/skill-detail/index.js +1 -1
- package/es/template/skill-detail/index.js.map +1 -1
- package/lib/atom/circular-progress-bar/index.d.ts +15 -0
- package/lib/atom/circular-progress-bar/index.d.ts.map +1 -0
- package/lib/atom/circular-progress-bar/index.js +101 -0
- package/lib/atom/circular-progress-bar/index.js.map +1 -0
- package/lib/atom/circular-progress-bar/style.css +51 -0
- package/lib/atom/circular-progress-bar/types.d.ts +18 -0
- package/lib/atom/circular-progress-bar/types.d.ts.map +1 -0
- package/lib/atom/circular-progress-bar/types.js +19 -0
- package/lib/atom/circular-progress-bar/types.js.map +1 -0
- package/lib/atom/radio-with-title/index.d.ts +6 -0
- package/lib/atom/radio-with-title/index.d.ts.map +1 -1
- package/lib/atom/radio-with-title/types.d.ts +6 -0
- package/lib/atom/radio-with-title/types.d.ts.map +1 -1
- package/lib/atom/tag/index.d.ts +6 -1
- package/lib/atom/tag/index.d.ts.map +1 -1
- package/lib/atom/tag/index.js +17 -11
- package/lib/atom/tag/index.js.map +1 -1
- package/lib/atom/tag/style.css +39 -19
- package/lib/atom/title/index.d.ts +6 -0
- package/lib/atom/title/index.d.ts.map +1 -1
- package/lib/atom/title/index.js +18 -4
- package/lib/atom/title/index.js.map +1 -1
- package/lib/atom/title/style.css +13 -0
- package/lib/molecule/cm-popin/types.d.ts +6 -0
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/dashboard/cards-list/index.d.ts.map +1 -1
- package/lib/molecule/dashboard/cards-list/index.js +23 -25
- package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
- package/lib/molecule/dashboard/cards-list/style.css +12 -29
- package/lib/molecule/learning-priority-card/index.d.ts +41 -0
- package/lib/molecule/learning-priority-card/index.d.ts.map +1 -0
- package/lib/molecule/learning-priority-card/index.js +98 -0
- package/lib/molecule/learning-priority-card/index.js.map +1 -0
- package/lib/molecule/learning-priority-card/style.css +36 -0
- package/lib/molecule/learning-priority-card/types.d.ts +20 -0
- package/lib/molecule/learning-priority-card/types.d.ts.map +1 -0
- package/lib/molecule/learning-priority-card/types.js +20 -0
- package/lib/molecule/learning-priority-card/types.js.map +1 -0
- package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +6 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts +6 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/lib/molecule/title-radio-wrapper/types.d.ts +6 -0
- package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/lib/organism/rewards-form/index.d.ts +6 -0
- package/lib/organism/select-opponents/index.d.ts +6 -0
- package/lib/organism/select-opponents/index.d.ts.map +1 -1
- package/lib/organism/select-opponents/types.d.ts +6 -0
- package/lib/organism/select-opponents/types.d.ts.map +1 -1
- package/lib/organism/title-and-input/index.d.ts +12 -0
- package/lib/organism/title-and-input/index.d.ts.map +1 -1
- package/lib/organism/title-and-input/types.d.ts +12 -0
- package/lib/organism/title-and-input/types.d.ts.map +1 -1
- package/lib/organism/wizard-contents/index.d.ts +6 -0
- package/lib/template/app-player/loading/index.d.ts +6 -0
- package/lib/template/app-player/player/index.d.ts +12 -0
- package/lib/template/app-player/player/slides/index.d.ts +6 -0
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +6 -0
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +6 -0
- package/lib/template/app-review/index.d.ts +6 -0
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +6 -0
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +6 -0
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +6 -0
- package/lib/template/common/dashboard/index.d.ts +12 -0
- package/lib/template/common/search-page/index.d.ts +6 -0
- package/lib/template/external-course/index.d.ts +6 -0
- package/lib/template/my-learning/index.d.ts +68 -0
- package/lib/template/my-learning/index.d.ts.map +1 -1
- package/lib/template/my-learning/index.js +12 -2
- package/lib/template/my-learning/index.js.map +1 -1
- package/lib/template/my-learning/style.css +18 -3
- package/lib/template/skill-detail/all-courses.css +6 -1
- package/lib/template/skill-detail/continue-learning.d.ts.map +1 -1
- package/lib/template/skill-detail/continue-learning.js +7 -3
- package/lib/template/skill-detail/continue-learning.js.map +1 -1
- package/lib/template/skill-detail/index.js +1 -1
- package/lib/template/skill-detail/index.js.map +1 -1
- package/locales/bs/global.json +1 -0
- package/locales/cs/global.json +1 -0
- package/locales/de/global.json +1 -0
- package/locales/en/global.json +1 -0
- package/locales/es/global.json +1 -0
- package/locales/et/global.json +1 -0
- package/locales/fi/global.json +1 -0
- package/locales/fr/global.json +1 -0
- package/locales/hr/global.json +1 -0
- package/locales/hu/global.json +1 -0
- package/locales/hy/global.json +1 -0
- package/locales/it/global.json +1 -0
- package/locales/ja/global.json +1 -0
- package/locales/ko/global.json +1 -0
- package/locales/nl/global.json +1 -0
- package/locales/pl/global.json +1 -0
- package/locales/pt/global.json +1 -0
- package/locales/ro/global.json +1 -0
- package/locales/ru/global.json +1 -0
- package/locales/sk/global.json +1 -0
- package/locales/sl/global.json +1 -0
- package/locales/sv/global.json +1 -0
- package/locales/tl/global.json +1 -0
- package/locales/tr/global.json +1 -0
- package/locales/uk/global.json +1 -0
- package/locales/vi/global.json +1 -0
- package/locales/zh/global.json +1 -0
- package/locales/zh_TW/global.json +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":["LearningPriorityCard","props","context","tag","label","tagLabel","title","progression","onClick","translate","GetTranslateFromContext","skin","GetSkinFromContext","exploreLocale","primarySkinColor","hovered","setHovered","useState","handleMouseOver","useCallback","handleMouseLeave","buttonExploreProps","customStyle","backgroundColor","convert","color","transition","icon","position","faIcon","name","size","style","container","circularProgressBarContainer","strokeWidth","propTypes","contextTypes","Provider","childContextTypes"],"sources":["../../../src/molecule/learning-priority-card/index.tsx"],"sourcesContent":["import React, {useState, useCallback} from 'react';\nimport {get} from 'lodash/fp';\nimport {convert} from 'css-color-function';\nimport Provider, {GetTranslateFromContext, GetSkinFromContext} from '../../atom/provider';\nimport {WebContextValues} from '../../atom/provider/web-context';\nimport Tag from '../../atom/tag';\nimport ButtonLink from '../../atom/button-link';\nimport CircularProgressBar from '../../atom/circular-progress-bar';\nimport {LearningPriorityCardPropTypes, propTypes} from './types';\nimport style from './style.css';\n\nconst LearningPriorityCard = (props: LearningPriorityCardPropTypes, context: WebContextValues) => {\n const {\n tag: {label: tagLabel},\n title,\n progression,\n onClick\n } = props;\n const translate = GetTranslateFromContext(context);\n const skin = GetSkinFromContext(context);\n const exploreLocale = translate('Explore');\n const primarySkinColor = get('common.primary', skin);\n\n const [hovered, setHovered] = useState(false);\n const handleMouseOver = useCallback(() => setHovered(true), [setHovered]);\n const handleMouseLeave = useCallback(() => setHovered(false), [setHovered]);\n\n const buttonExploreProps = {\n customStyle: {\n backgroundColor: hovered ? primarySkinColor : convert(`color(${primarySkinColor} a(0.07))`),\n color: hovered ? '#FFFFFF' : primarySkinColor,\n transition: 'background-color 0.15s ease-in-out, color 0.15s ease-in-out'\n },\n onClick,\n 'aria-label': `${title}, ${exploreLocale}`,\n label: exploreLocale,\n 'data-name': 'learning-priority-explore-button',\n icon: {\n position: 'left' as const,\n faIcon: {\n name: 'compass',\n backgroundColor: hovered ? primarySkinColor : convert(`color(${primarySkinColor} a(0.07))`),\n color: hovered ? '#FFFFFF' : primarySkinColor,\n size: 16\n }\n }\n };\n\n return (\n <div\n className={style.container}\n aria-label={`learning priority card ${title}`}\n data-name={`learning-priority-card-${title}`}\n >\n <div>\n <Tag label={tagLabel} size={'S'} />\n </div>\n <div className={style.title}>{title}</div>\n <div className={style.circularProgressBarContainer}>\n <CircularProgressBar\n {...{\n size: 162,\n strokeWidth: 12,\n progression,\n label: translate('completed'),\n 'aria-label': `${title} ${progression}%`,\n 'data-name': `circular-progress-bar-${title}`\n }}\n />\n </div>\n <div\n onMouseOver={handleMouseOver}\n onMouseLeave={handleMouseLeave}\n data-name=\"button-explore-wrapper\"\n >\n <ButtonLink {...buttonExploreProps} />\n </div>\n </div>\n );\n};\n\nLearningPriorityCard.propTypes = propTypes;\n\nLearningPriorityCard.contextTypes = {\n skin: Provider.childContextTypes.skin,\n translate: Provider.childContextTypes.translate\n};\n\nexport default LearningPriorityCard;\n"],"mappings":";;;;;;;AAAA;;AAEA;;AACA;;AAEA;;AACA;;AACA;;AACA;;AACA;;;;;;;;AAEA,MAAMA,oBAAoB,GAAG,CAACC,KAAD,EAAuCC,OAAvC,KAAqE;EAChG,MAAM;IACJC,GAAG,EAAE;MAACC,KAAK,EAAEC;IAAR,CADD;IAEJC,KAFI;IAGJC,WAHI;IAIJC;EAJI,IAKFP,KALJ;EAMA,MAAMQ,SAAS,GAAG,IAAAC,iCAAA,EAAwBR,OAAxB,CAAlB;EACA,MAAMS,IAAI,GAAG,IAAAC,4BAAA,EAAmBV,OAAnB,CAAb;EACA,MAAMW,aAAa,GAAGJ,SAAS,CAAC,SAAD,CAA/B;EACA,MAAMK,gBAAgB,GAAG,mBAAI,gBAAJ,EAAsBH,IAAtB,CAAzB;EAEA,MAAM,CAACI,OAAD,EAAUC,UAAV,IAAwB,IAAAC,eAAA,EAAS,KAAT,CAA9B;EACA,MAAMC,eAAe,GAAG,IAAAC,kBAAA,EAAY,MAAMH,UAAU,CAAC,IAAD,CAA5B,EAAoC,CAACA,UAAD,CAApC,CAAxB;EACA,MAAMI,gBAAgB,GAAG,IAAAD,kBAAA,EAAY,MAAMH,UAAU,CAAC,KAAD,CAA5B,EAAqC,CAACA,UAAD,CAArC,CAAzB;EAEA,MAAMK,kBAAkB,GAAG;IACzBC,WAAW,EAAE;MACXC,eAAe,EAAER,OAAO,GAAGD,gBAAH,GAAsB,IAAAU,yBAAA,EAAS,SAAQV,gBAAiB,WAAlC,CADnC;MAEXW,KAAK,EAAEV,OAAO,GAAG,SAAH,GAAeD,gBAFlB;MAGXY,UAAU,EAAE;IAHD,CADY;IAMzBlB,OANyB;IAOzB,cAAe,GAAEF,KAAM,KAAIO,aAAc,EAPhB;IAQzBT,KAAK,EAAES,aARkB;IASzB,aAAa,kCATY;IAUzBc,IAAI,EAAE;MACJC,QAAQ,EAAE,MADN;MAEJC,MAAM,EAAE;QACNC,IAAI,EAAE,SADA;QAENP,eAAe,EAAER,OAAO,GAAGD,gBAAH,GAAsB,IAAAU,yBAAA,EAAS,SAAQV,gBAAiB,WAAlC,CAFxC;QAGNW,KAAK,EAAEV,OAAO,GAAG,SAAH,GAAeD,gBAHvB;QAINiB,IAAI,EAAE;MAJA;IAFJ;EAVmB,CAA3B;EAqBA,oBACE;IACE,SAAS,EAAEC,cAAA,CAAMC,SADnB;IAEE,cAAa,0BAAyB3B,KAAM,EAF9C;IAGE,aAAY,0BAAyBA,KAAM;EAH7C,gBAKE,uDACE,6BAAC,YAAD;IAAK,KAAK,EAAED,QAAZ;IAAsB,IAAI,EAAE;EAA5B,EADF,CALF,eAQE;IAAK,SAAS,EAAE2B,cAAA,CAAM1B;EAAtB,GAA8BA,KAA9B,CARF,eASE;IAAK,SAAS,EAAE0B,cAAA,CAAME;EAAtB,gBACE,6BAAC,4BAAD;IAEIH,IAAI,EAAE,GAFV;IAGII,WAAW,EAAE,EAHjB;IAII5B,WAJJ;IAKIH,KAAK,EAAEK,SAAS,CAAC,WAAD,CALpB;IAMI,cAAe,GAAEH,KAAM,IAAGC,WAAY,GAN1C;IAOI,aAAc,yBAAwBD,KAAM;EAPhD,EADF,CATF,eAqBE;IACE,WAAW,EAAEY,eADf;IAEE,YAAY,EAAEE,gBAFhB;IAGE,aAAU;EAHZ,gBAKE,6BAAC,mBAAD,EAAgBC,kBAAhB,CALF,CArBF,CADF;AA+BD,CApED;;AAsEArB,oBAAoB,CAACoC,SAArB,2CAAiCA,gBAAjC;AAEApC,oBAAoB,CAACqC,YAArB,GAAoC;EAClC1B,IAAI,EAAE2B,iBAAA,CAASC,iBAAT,CAA2B5B,IADC;EAElCF,SAAS,EAAE6B,iBAAA,CAASC,iBAAT,CAA2B9B;AAFJ,CAApC;eAKeT,oB"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
@value colors: "../../variables/colors.css";
|
|
2
|
+
@value cm_grey_100 from colors;
|
|
3
|
+
@value white from colors;
|
|
4
|
+
|
|
5
|
+
.container {
|
|
6
|
+
background-color: white;
|
|
7
|
+
font-family: Gilroy;
|
|
8
|
+
width: 256px;
|
|
9
|
+
height: 334px;
|
|
10
|
+
border: 1px cm_grey_100 solid;
|
|
11
|
+
border-radius: 16px;
|
|
12
|
+
padding: 16px;
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
justify-content: space-between;
|
|
17
|
+
box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.title {
|
|
21
|
+
height: 44px;
|
|
22
|
+
margin-top: 4px;
|
|
23
|
+
font-size: 16px;
|
|
24
|
+
font-weight: 700;
|
|
25
|
+
overflow: hidden;
|
|
26
|
+
text-overflow: ellipsis;
|
|
27
|
+
line-height: 22px;
|
|
28
|
+
-webkit-line-clamp: 2;
|
|
29
|
+
line-clamp: 2;
|
|
30
|
+
display: -webkit-box;
|
|
31
|
+
-webkit-box-orient: vertical;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.circularProgressBarContainer {
|
|
35
|
+
padding: 14px;
|
|
36
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import PropTypes from 'prop-types';
|
|
2
|
+
export declare type LearningPriorityCardPropTypes = {
|
|
3
|
+
title: string;
|
|
4
|
+
tag: {
|
|
5
|
+
label: 'Skill' | 'Playlist' | 'Certification';
|
|
6
|
+
};
|
|
7
|
+
progression: number;
|
|
8
|
+
onClick: () => void;
|
|
9
|
+
type: 'learningPriority';
|
|
10
|
+
};
|
|
11
|
+
export declare const propTypes: {
|
|
12
|
+
title: PropTypes.Requireable<string>;
|
|
13
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
14
|
+
label: PropTypes.Requireable<string>;
|
|
15
|
+
}>>;
|
|
16
|
+
progression: PropTypes.Requireable<number>;
|
|
17
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
18
|
+
type: PropTypes.Requireable<string>;
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/learning-priority-card/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,oBAAY,6BAA6B,GAAG;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE;QACH,KAAK,EAAE,OAAO,GAAG,UAAU,GAAG,eAAe,CAAC;KAC/C,CAAC;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,IAAI,EAAE,kBAAkB,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;CAQrB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.propTypes = void 0;
|
|
5
|
+
|
|
6
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
7
|
+
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
9
|
+
|
|
10
|
+
const propTypes = {
|
|
11
|
+
title: _propTypes.default.string,
|
|
12
|
+
tag: _propTypes.default.shape({
|
|
13
|
+
label: _propTypes.default.oneOf(['Playlist', 'Certification', 'Skill'])
|
|
14
|
+
}),
|
|
15
|
+
progression: _propTypes.default.number,
|
|
16
|
+
onClick: _propTypes.default.func,
|
|
17
|
+
type: _propTypes.default.oneOf(['learningPriority'])
|
|
18
|
+
};
|
|
19
|
+
exports.propTypes = propTypes;
|
|
20
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","names":["propTypes","title","PropTypes","string","tag","shape","label","oneOf","progression","number","onClick","func","type"],"sources":["../../../src/molecule/learning-priority-card/types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\n\nexport type LearningPriorityCardPropTypes = {\n title: string;\n tag: {\n label: 'Skill' | 'Playlist' | 'Certification';\n };\n progression: number;\n onClick: () => void;\n type: 'learningPriority';\n};\n\nexport const propTypes = {\n title: PropTypes.string,\n tag: PropTypes.shape({\n label: PropTypes.oneOf(['Playlist', 'Certification', 'Skill'])\n }),\n progression: PropTypes.number,\n onClick: PropTypes.func,\n type: PropTypes.oneOf(['learningPriority'])\n};\n"],"mappings":";;;;;AAAA;;;;AAYO,MAAMA,SAAS,GAAG;EACvBC,KAAK,EAAEC,kBAAA,CAAUC,MADM;EAEvBC,GAAG,EAAEF,kBAAA,CAAUG,KAAV,CAAgB;IACnBC,KAAK,EAAEJ,kBAAA,CAAUK,KAAV,CAAgB,CAAC,UAAD,EAAa,eAAb,EAA8B,OAA9B,CAAhB;EADY,CAAhB,CAFkB;EAKvBC,WAAW,EAAEN,kBAAA,CAAUO,MALA;EAMvBC,OAAO,EAAER,kBAAA,CAAUS,IANI;EAOvBC,IAAI,EAAEV,kBAAA,CAAUK,KAAV,CAAgB,CAAC,kBAAD,CAAhB;AAPiB,CAAlB"}
|
|
@@ -18,6 +18,12 @@ declare namespace TitleAndCheckBoxWrapper {
|
|
|
18
18
|
'data-name': PropTypes.Requireable<string>;
|
|
19
19
|
titleSize: PropTypes.Requireable<string>;
|
|
20
20
|
subtitleSize: PropTypes.Requireable<string>;
|
|
21
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
22
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
23
|
+
label: PropTypes.Requireable<string>;
|
|
24
|
+
type: PropTypes.Requireable<string>;
|
|
25
|
+
size: PropTypes.Requireable<string>;
|
|
26
|
+
}>>;
|
|
21
27
|
}>>;
|
|
22
28
|
const child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
23
29
|
childType: PropTypes.Requireable<string>;
|
|
@@ -11,6 +11,12 @@ declare const TitleRadioWrapper: {
|
|
|
11
11
|
'data-name': import("prop-types").Requireable<string>;
|
|
12
12
|
titleSize: import("prop-types").Requireable<string>;
|
|
13
13
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
14
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
|
|
15
|
+
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
16
|
+
label: import("prop-types").Requireable<string>;
|
|
17
|
+
type: import("prop-types").Requireable<string>;
|
|
18
|
+
size: import("prop-types").Requireable<string>;
|
|
19
|
+
}>>;
|
|
14
20
|
}>>>;
|
|
15
21
|
name: import("prop-types").Requireable<string>;
|
|
16
22
|
checked: import("prop-types").Requireable<boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/title-radio-wrapper/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,sBAAsB,EAAC,MAAM,SAAS,CAAC;AAqB1D,QAAA,MAAM,iBAAiB;YAAW,sBAAsB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/title-radio-wrapper/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,sBAAsB,EAAC,MAAM,SAAS,CAAC;AAqB1D,QAAA,MAAM,iBAAiB;YAAW,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQvD,CAAC;AAIF,eAAe,iBAAiB,CAAC"}
|
|
@@ -11,6 +11,12 @@ declare const propTypes: {
|
|
|
11
11
|
'data-name': PropTypes.Requireable<string>;
|
|
12
12
|
titleSize: PropTypes.Requireable<string>;
|
|
13
13
|
subtitleSize: PropTypes.Requireable<string>;
|
|
14
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
15
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
16
|
+
label: PropTypes.Requireable<string>;
|
|
17
|
+
type: PropTypes.Requireable<string>;
|
|
18
|
+
size: PropTypes.Requireable<string>;
|
|
19
|
+
}>>;
|
|
14
20
|
}>>>;
|
|
15
21
|
name: PropTypes.Requireable<string>;
|
|
16
22
|
checked: PropTypes.Requireable<boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/title-radio-wrapper/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,kBAAkB,MAAM,iCAAiC,CAAC;AAEjE,OAAO,EAAC,mBAAmB,EAAC,MAAM,mCAAmC,CAAC;AACtE,OAAO,cAAc,MAAM,oBAAoB,CAAC;AAEhD,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/title-radio-wrapper/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,kBAAkB,MAAM,iCAAiC,CAAC;AAEjE,OAAO,EAAC,mBAAmB,EAAC,MAAM,mCAAmC,CAAC;AACtE,OAAO,cAAc,MAAM,oBAAoB,CAAC;AAEhD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOd,CAAC;AAEF,oBAAY,sBAAsB,GAAG;IACnC,cAAc,EAAE,mBAAmB,CAAC;IACpC,KAAK,EAAE,OAAO,cAAc,CAAC,SAAS,GAAG,OAAO,kBAAkB,CAAC,SAAS,CAAC;IAC7E,SAAS,EAAE,iBAAiB,GAAG,gBAAgB,CAAC;CACjD,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -21,6 +21,12 @@ declare namespace RewardsForm {
|
|
|
21
21
|
'data-name': PropTypes.Requireable<string>;
|
|
22
22
|
titleSize: PropTypes.Requireable<string>;
|
|
23
23
|
subtitleSize: PropTypes.Requireable<string>;
|
|
24
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
25
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
26
|
+
label: PropTypes.Requireable<string>;
|
|
27
|
+
type: PropTypes.Requireable<string>;
|
|
28
|
+
size: PropTypes.Requireable<string>;
|
|
29
|
+
}>>;
|
|
24
30
|
}>>;
|
|
25
31
|
child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
26
32
|
childType: PropTypes.Requireable<string>;
|
|
@@ -20,6 +20,12 @@ declare const SelectOpponents: {
|
|
|
20
20
|
'data-name': import("prop-types").Requireable<string>;
|
|
21
21
|
titleSize: import("prop-types").Requireable<string>;
|
|
22
22
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
23
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
|
|
24
|
+
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
25
|
+
label: import("prop-types").Requireable<string>;
|
|
26
|
+
type: import("prop-types").Requireable<string>;
|
|
27
|
+
size: import("prop-types").Requireable<string>;
|
|
28
|
+
}>>;
|
|
23
29
|
}>>;
|
|
24
30
|
child: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
|
|
25
31
|
childType: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,oBAAoB,EAA+B,MAAM,SAAS,CAAC;AAMtF,QAAA,MAAM,eAAe;YAAW,oBAAoB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,oBAAoB,EAA+B,MAAM,SAAS,CAAC;AAMtF,QAAA,MAAM,eAAe;YAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBnD,CAAC;AAIF,eAAe,eAAe,CAAC"}
|
|
@@ -17,6 +17,12 @@ export declare const propTypes: {
|
|
|
17
17
|
'data-name': PropTypes.Requireable<string>;
|
|
18
18
|
titleSize: PropTypes.Requireable<string>;
|
|
19
19
|
subtitleSize: PropTypes.Requireable<string>;
|
|
20
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
21
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
22
|
+
label: PropTypes.Requireable<string>;
|
|
23
|
+
type: PropTypes.Requireable<string>;
|
|
24
|
+
size: PropTypes.Requireable<string>;
|
|
25
|
+
}>>;
|
|
20
26
|
}>>;
|
|
21
27
|
child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
22
28
|
childType: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAErB,CAAC;AAEF,oBAAY,4BAA4B,GAAG;IACzC,KAAK,EAAE;QACL,SAAS,EAAE,iBAAiB,GAAG,cAAc,CAAC;QAC9C,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;KACtB,CAAC;IACF,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,KAAK,EAAE,4BAA4B,EAAE,CAAC;CACvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -10,6 +10,12 @@ declare const TitleAndInput: {
|
|
|
10
10
|
'data-name': import("prop-types").Requireable<string>;
|
|
11
11
|
titleSize: import("prop-types").Requireable<string>;
|
|
12
12
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
13
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
|
|
14
|
+
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
15
|
+
label: import("prop-types").Requireable<string>;
|
|
16
|
+
type: import("prop-types").Requireable<string>;
|
|
17
|
+
size: import("prop-types").Requireable<string>;
|
|
18
|
+
}>>;
|
|
13
19
|
}>>>;
|
|
14
20
|
field: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
|
|
15
21
|
title: import("prop-types").Requireable<string>;
|
|
@@ -65,6 +71,12 @@ declare const TitleAndInput: {
|
|
|
65
71
|
'data-name': import("prop-types").Requireable<string>;
|
|
66
72
|
titleSize: import("prop-types").Requireable<string>;
|
|
67
73
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
74
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
|
|
75
|
+
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
76
|
+
label: import("prop-types").Requireable<string>;
|
|
77
|
+
type: import("prop-types").Requireable<string>;
|
|
78
|
+
size: import("prop-types").Requireable<string>;
|
|
79
|
+
}>>;
|
|
68
80
|
}>>;
|
|
69
81
|
child: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
|
|
70
82
|
childType: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAiBtD,QAAA,MAAM,aAAa;YAAW,kBAAkB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAiBtD,QAAA,MAAM,aAAa;YAAW,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgB/C,CAAC;AAIF,eAAe,aAAa,CAAC"}
|
|
@@ -11,6 +11,12 @@ declare const propTypes: {
|
|
|
11
11
|
'data-name': PropTypes.Requireable<string>;
|
|
12
12
|
titleSize: PropTypes.Requireable<string>;
|
|
13
13
|
subtitleSize: PropTypes.Requireable<string>;
|
|
14
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
15
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
16
|
+
label: PropTypes.Requireable<string>;
|
|
17
|
+
type: PropTypes.Requireable<string>;
|
|
18
|
+
size: PropTypes.Requireable<string>;
|
|
19
|
+
}>>;
|
|
14
20
|
}>>>;
|
|
15
21
|
field: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
16
22
|
title: PropTypes.Requireable<string>;
|
|
@@ -66,6 +72,12 @@ declare const propTypes: {
|
|
|
66
72
|
'data-name': PropTypes.Requireable<string>;
|
|
67
73
|
titleSize: PropTypes.Requireable<string>;
|
|
68
74
|
subtitleSize: PropTypes.Requireable<string>;
|
|
75
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
76
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
77
|
+
label: PropTypes.Requireable<string>;
|
|
78
|
+
type: PropTypes.Requireable<string>;
|
|
79
|
+
size: PropTypes.Requireable<string>;
|
|
80
|
+
}>>;
|
|
69
81
|
}>>;
|
|
70
82
|
child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
71
83
|
childType: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,yBAAyB,CAAC;AAEnD,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAE/D,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,yBAAyB,CAAC;AAEnD,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAE/D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQd,CAAC;AACF,oBAAY,kBAAkB,GAAG;IAC/B,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,KAAK,EACD,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,GAC3C,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,GACzC,oBAAoB,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -284,6 +284,12 @@ declare namespace WizardContents {
|
|
|
284
284
|
'data-name': PropTypes.Requireable<string>;
|
|
285
285
|
titleSize: PropTypes.Requireable<string>;
|
|
286
286
|
subtitleSize: PropTypes.Requireable<string>;
|
|
287
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
288
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
289
|
+
label: PropTypes.Requireable<string>;
|
|
290
|
+
type: PropTypes.Requireable<string>;
|
|
291
|
+
size: PropTypes.Requireable<string>;
|
|
292
|
+
}>>;
|
|
287
293
|
}>>;
|
|
288
294
|
child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
289
295
|
childType: PropTypes.Requireable<string>;
|
|
@@ -15,6 +15,12 @@ declare namespace PlayerLoading {
|
|
|
15
15
|
'data-name': PropTypes.Requireable<string>;
|
|
16
16
|
titleSize: PropTypes.Requireable<string>;
|
|
17
17
|
subtitleSize: PropTypes.Requireable<string>;
|
|
18
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
19
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
20
|
+
label: PropTypes.Requireable<string>;
|
|
21
|
+
type: PropTypes.Requireable<string>;
|
|
22
|
+
size: PropTypes.Requireable<string>;
|
|
23
|
+
}>>;
|
|
18
24
|
}>>;
|
|
19
25
|
headerIcon: PropTypes.Requireable<string>;
|
|
20
26
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -66,6 +66,12 @@ declare namespace SlidePlayer {
|
|
|
66
66
|
'data-name': PropTypes.Requireable<string>;
|
|
67
67
|
titleSize: PropTypes.Requireable<string>;
|
|
68
68
|
subtitleSize: PropTypes.Requireable<string>;
|
|
69
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
70
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
71
|
+
label: PropTypes.Requireable<string>;
|
|
72
|
+
type: PropTypes.Requireable<string>;
|
|
73
|
+
size: PropTypes.Requireable<string>;
|
|
74
|
+
}>>;
|
|
69
75
|
}>>;
|
|
70
76
|
headerIcon: PropTypes.Requireable<string>;
|
|
71
77
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -339,6 +345,12 @@ declare namespace SlidePlayer {
|
|
|
339
345
|
'data-name': PropTypes.Requireable<string>;
|
|
340
346
|
titleSize: PropTypes.Requireable<string>;
|
|
341
347
|
subtitleSize: PropTypes.Requireable<string>;
|
|
348
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
349
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
350
|
+
label: PropTypes.Requireable<string>;
|
|
351
|
+
type: PropTypes.Requireable<string>;
|
|
352
|
+
size: PropTypes.Requireable<string>;
|
|
353
|
+
}>>;
|
|
342
354
|
}>>;
|
|
343
355
|
headerIcon: PropTypes.Requireable<string>;
|
|
344
356
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -72,6 +72,12 @@ declare namespace SlidesPlayer {
|
|
|
72
72
|
'data-name': PropTypes.Requireable<string>;
|
|
73
73
|
titleSize: PropTypes.Requireable<string>;
|
|
74
74
|
subtitleSize: PropTypes.Requireable<string>;
|
|
75
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
76
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
77
|
+
label: PropTypes.Requireable<string>;
|
|
78
|
+
type: PropTypes.Requireable<string>;
|
|
79
|
+
size: PropTypes.Requireable<string>;
|
|
80
|
+
}>>;
|
|
75
81
|
}>>;
|
|
76
82
|
headerIcon: PropTypes.Requireable<string>;
|
|
77
83
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1ID;;uBAyBC;;;;;;;;;;;;;;;;;;;;;;;;;AArPD;;;gBAaC;;;;;;;;;;;;;AAyDD;;;;gBAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlHD,oEAQC;;;;;;;;;AAgND;;gBAiBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/GD,qEAaC"}
|
|
@@ -102,6 +102,12 @@ declare class PopinCorrection extends React.Component<any, any, any> {
|
|
|
102
102
|
'data-name': PropTypes.Requireable<string>;
|
|
103
103
|
titleSize: PropTypes.Requireable<string>;
|
|
104
104
|
subtitleSize: PropTypes.Requireable<string>;
|
|
105
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
106
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
107
|
+
label: PropTypes.Requireable<string>;
|
|
108
|
+
type: PropTypes.Requireable<string>;
|
|
109
|
+
size: PropTypes.Requireable<string>;
|
|
110
|
+
}>>;
|
|
105
111
|
}>>;
|
|
106
112
|
headerIcon: PropTypes.Requireable<string>;
|
|
107
113
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBE;IAEF;;;;;;;;;;;;;;;;;;;;;;MAEE;IAEF,wBAIC;IAFC;;MAA0B;IAkB5B,gCAEC;IAhBD,0BAEC;IAED,kBAQC;IALC,gCAIE;IAIF,aAAsB;IAGxB,sBAsEC;CACF"}
|
|
@@ -196,6 +196,12 @@ declare namespace PopinEnd {
|
|
|
196
196
|
'data-name': PropTypes.Requireable<string>;
|
|
197
197
|
titleSize: PropTypes.Requireable<string>;
|
|
198
198
|
subtitleSize: PropTypes.Requireable<string>;
|
|
199
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
200
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
201
|
+
label: PropTypes.Requireable<string>;
|
|
202
|
+
type: PropTypes.Requireable<string>;
|
|
203
|
+
size: PropTypes.Requireable<string>;
|
|
204
|
+
}>>;
|
|
199
205
|
}>>;
|
|
200
206
|
headerIcon: PropTypes.Requireable<string>;
|
|
201
207
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -523,6 +523,12 @@ declare const AppReview: {
|
|
|
523
523
|
'data-name': import("prop-types").Requireable<string>;
|
|
524
524
|
titleSize: import("prop-types").Requireable<string>;
|
|
525
525
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
526
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
|
|
527
|
+
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
528
|
+
label: import("prop-types").Requireable<string>;
|
|
529
|
+
type: import("prop-types").Requireable<string>;
|
|
530
|
+
size: import("prop-types").Requireable<string>;
|
|
531
|
+
}>>;
|
|
526
532
|
}>>;
|
|
527
533
|
headerIcon: import("prop-types").Requireable<string>;
|
|
528
534
|
backgroundImage: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
|
|
@@ -523,6 +523,12 @@ declare const propTypes: {
|
|
|
523
523
|
'data-name': PropTypes.Requireable<string>;
|
|
524
524
|
titleSize: PropTypes.Requireable<string>;
|
|
525
525
|
subtitleSize: PropTypes.Requireable<string>;
|
|
526
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
527
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
528
|
+
label: PropTypes.Requireable<string>;
|
|
529
|
+
type: PropTypes.Requireable<string>;
|
|
530
|
+
size: PropTypes.Requireable<string>;
|
|
531
|
+
}>>;
|
|
526
532
|
}>>;
|
|
527
533
|
headerIcon: PropTypes.Requireable<string>;
|
|
528
534
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
|
|
@@ -527,6 +527,12 @@ declare const propTypes: {
|
|
|
527
527
|
'data-name': PropTypes.Requireable<string>;
|
|
528
528
|
titleSize: PropTypes.Requireable<string>;
|
|
529
529
|
subtitleSize: PropTypes.Requireable<string>;
|
|
530
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
531
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
532
|
+
label: PropTypes.Requireable<string>;
|
|
533
|
+
type: PropTypes.Requireable<string>;
|
|
534
|
+
size: PropTypes.Requireable<string>;
|
|
535
|
+
}>>;
|
|
530
536
|
}>>;
|
|
531
537
|
headerIcon: PropTypes.Requireable<string>;
|
|
532
538
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -728,6 +728,12 @@ declare namespace BrandUpdate {
|
|
|
728
728
|
'data-name': PropTypes.Requireable<string>;
|
|
729
729
|
titleSize: PropTypes.Requireable<string>;
|
|
730
730
|
subtitleSize: PropTypes.Requireable<string>;
|
|
731
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
732
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
733
|
+
label: PropTypes.Requireable<string>;
|
|
734
|
+
type: PropTypes.Requireable<string>;
|
|
735
|
+
size: PropTypes.Requireable<string>;
|
|
736
|
+
}>>;
|
|
731
737
|
}>>;
|
|
732
738
|
headerIcon: PropTypes.Requireable<string>;
|
|
733
739
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -16,6 +16,12 @@ declare namespace Dashboard {
|
|
|
16
16
|
'data-name': PropTypes.Requireable<string>;
|
|
17
17
|
titleSize: PropTypes.Requireable<string>;
|
|
18
18
|
subtitleSize: PropTypes.Requireable<string>;
|
|
19
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
20
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
21
|
+
label: PropTypes.Requireable<string>;
|
|
22
|
+
type: PropTypes.Requireable<string>;
|
|
23
|
+
size: PropTypes.Requireable<string>;
|
|
24
|
+
}>>;
|
|
19
25
|
}>>;
|
|
20
26
|
headerIcon: PropTypes.Requireable<string>;
|
|
21
27
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -292,6 +298,12 @@ declare namespace Dashboard {
|
|
|
292
298
|
'data-name': PropTypes.Requireable<string>;
|
|
293
299
|
titleSize: PropTypes.Requireable<string>;
|
|
294
300
|
subtitleSize: PropTypes.Requireable<string>;
|
|
301
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
302
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
303
|
+
label: PropTypes.Requireable<string>;
|
|
304
|
+
type: PropTypes.Requireable<string>;
|
|
305
|
+
size: PropTypes.Requireable<string>;
|
|
306
|
+
}>>;
|
|
295
307
|
}>>;
|
|
296
308
|
headerIcon: PropTypes.Requireable<string>;
|
|
297
309
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -194,6 +194,12 @@ declare namespace SearchPage {
|
|
|
194
194
|
'data-name': PropTypes.Requireable<string>;
|
|
195
195
|
titleSize: PropTypes.Requireable<string>;
|
|
196
196
|
subtitleSize: PropTypes.Requireable<string>;
|
|
197
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
198
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
199
|
+
label: PropTypes.Requireable<string>;
|
|
200
|
+
type: PropTypes.Requireable<string>;
|
|
201
|
+
size: PropTypes.Requireable<string>;
|
|
202
|
+
}>>;
|
|
197
203
|
}>>;
|
|
198
204
|
headerIcon: PropTypes.Requireable<string>;
|
|
199
205
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -33,6 +33,12 @@ declare namespace ExternalCourse {
|
|
|
33
33
|
'data-name': PropTypes.Requireable<string>;
|
|
34
34
|
titleSize: PropTypes.Requireable<string>;
|
|
35
35
|
subtitleSize: PropTypes.Requireable<string>;
|
|
36
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
37
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
38
|
+
label: PropTypes.Requireable<string>;
|
|
39
|
+
type: PropTypes.Requireable<string>;
|
|
40
|
+
size: PropTypes.Requireable<string>;
|
|
41
|
+
}>>;
|
|
36
42
|
}>>;
|
|
37
43
|
headerIcon: PropTypes.Requireable<string>;
|
|
38
44
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -48,6 +48,74 @@ declare namespace MyLearning {
|
|
|
48
48
|
const onSkillFocusConfirm: PropTypes.Requireable<(...args: any[]) => any>;
|
|
49
49
|
const onReviewSkill: PropTypes.Requireable<(...args: any[]) => any>;
|
|
50
50
|
const onExploreSkill: PropTypes.Requireable<(...args: any[]) => any>;
|
|
51
|
+
const learningPriorities: PropTypes.Requireable<PropTypes.InferProps<{
|
|
52
|
+
contentType: PropTypes.Requireable<string>;
|
|
53
|
+
dataName: PropTypes.Requireable<string>;
|
|
54
|
+
title: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
|
|
55
|
+
showMore: PropTypes.Requireable<string>;
|
|
56
|
+
cards: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
57
|
+
badge: PropTypes.Requireable<string>;
|
|
58
|
+
image: PropTypes.Requireable<string>;
|
|
59
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
60
|
+
adaptiv: PropTypes.Requireable<boolean>;
|
|
61
|
+
type: PropTypes.Requireable<string>;
|
|
62
|
+
title: PropTypes.Requireable<string>;
|
|
63
|
+
author: PropTypes.Requireable<string>;
|
|
64
|
+
certifiedAuthor: PropTypes.Requireable<boolean>;
|
|
65
|
+
customer: PropTypes.Requireable<PropTypes.InferProps<{
|
|
66
|
+
theme: PropTypes.Requireable<string>;
|
|
67
|
+
type: PropTypes.Requireable<string>;
|
|
68
|
+
name: PropTypes.Requireable<string>;
|
|
69
|
+
coorpOriginal: PropTypes.Validator<boolean>;
|
|
70
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
71
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
72
|
+
}>>;
|
|
73
|
+
progress: PropTypes.Requireable<number>;
|
|
74
|
+
favorite: PropTypes.Requireable<boolean>;
|
|
75
|
+
addFavoriteToolTip: PropTypes.Requireable<string>;
|
|
76
|
+
removeFavoriteToolTip: PropTypes.Requireable<string>;
|
|
77
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
78
|
+
onFavoriteClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
79
|
+
isSelected: PropTypes.Requireable<boolean>;
|
|
80
|
+
notification: PropTypes.Requireable<PropTypes.InferProps<{
|
|
81
|
+
message: PropTypes.Validator<string>;
|
|
82
|
+
icon: PropTypes.Validator<string>;
|
|
83
|
+
}>>;
|
|
84
|
+
badgeCategory: PropTypes.Requireable<string>;
|
|
85
|
+
badgeLabel: PropTypes.Requireable<string>;
|
|
86
|
+
theme: PropTypes.Requireable<string>;
|
|
87
|
+
disabledContent: PropTypes.Requireable<string>;
|
|
88
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
89
|
+
'background-aria-label': PropTypes.Requireable<string>;
|
|
90
|
+
'favorite-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
|
|
91
|
+
favorite: PropTypes.Requireable<string>;
|
|
92
|
+
addToFavorite: PropTypes.Requireable<string>;
|
|
93
|
+
removeFromFavorite: PropTypes.Requireable<string>;
|
|
94
|
+
}>>;
|
|
95
|
+
'selectable-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
|
|
96
|
+
select: PropTypes.Requireable<string>;
|
|
97
|
+
unSelect: PropTypes.Requireable<string>;
|
|
98
|
+
}>>;
|
|
99
|
+
'customer-aria-label': PropTypes.Requireable<string>;
|
|
100
|
+
'badge-aria-label': PropTypes.Requireable<string>;
|
|
101
|
+
'disabled-aria-label': PropTypes.Requireable<string>;
|
|
102
|
+
'card-content-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
|
|
103
|
+
author: PropTypes.Requireable<string>;
|
|
104
|
+
progression: PropTypes.Requireable<string>;
|
|
105
|
+
adaptive: PropTypes.Requireable<string>;
|
|
106
|
+
}>>;
|
|
107
|
+
}> | null | undefined)[]>;
|
|
108
|
+
customStyle: PropTypes.Requireable<{
|
|
109
|
+
[x: string]: string | null | undefined;
|
|
110
|
+
}>;
|
|
111
|
+
onScroll: PropTypes.Requireable<(...args: any[]) => any>;
|
|
112
|
+
onShowMore: PropTypes.Requireable<(...args: any[]) => any>;
|
|
113
|
+
'arrows-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
|
|
114
|
+
showMoreOnLeftAriaLabel: PropTypes.Requireable<string>;
|
|
115
|
+
showMoreOnRightAriaLabel: PropTypes.Requireable<string>;
|
|
116
|
+
}>>;
|
|
117
|
+
testingSizes: PropTypes.Requireable<any>;
|
|
118
|
+
}>>;
|
|
51
119
|
}
|
|
52
120
|
}
|
|
53
121
|
import PropTypes from "prop-types";
|