@coorpacademy/components 11.35.2-forcedeploy2.15 → 11.35.3-alpha.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/es/atom/button-link/index.js +1 -1
- package/es/atom/button-link/index.js.map +1 -1
- package/es/atom/button-link/style.css +2 -2
- package/es/atom/icon/index.d.ts +17 -35
- package/es/atom/icon/index.d.ts.map +1 -1
- package/es/atom/icon/index.js +15 -32
- package/es/atom/icon/index.js.map +1 -1
- package/es/atom/radio-with-title/index.d.ts +3 -13
- package/es/atom/radio-with-title/index.d.ts.map +1 -1
- package/es/atom/radio-with-title/types.d.ts +2 -13
- package/es/atom/radio-with-title/types.d.ts.map +1 -1
- package/es/atom/status-item/index.native.js +1 -1
- package/es/atom/status-item/index.native.js.map +1 -1
- package/es/atom/tag/index.d.ts +1 -12
- package/es/atom/tag/style.css +0 -1
- package/es/atom/title/index.d.ts +2 -13
- package/es/molecule/banner/style.css +0 -1
- package/es/molecule/base-modal/style.css +1 -0
- package/es/molecule/bulk-progress-bar/index.js +2 -2
- package/es/molecule/bulk-progress-bar/index.js.map +1 -1
- package/es/molecule/certification-card/index.js +1 -1
- package/es/molecule/certification-card/index.js.map +1 -1
- package/es/molecule/cm-popin/types.d.ts +7 -28
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/cm-popin/types.js +1 -1
- package/es/molecule/cm-popin/types.js.map +1 -1
- package/es/molecule/dashboard/cards-list/index.d.ts.map +1 -1
- package/es/molecule/dashboard/cards-list/index.js +0 -2
- package/es/molecule/dashboard/cards-list/index.js.map +1 -1
- package/es/molecule/icon-preview/index.d.ts.map +1 -1
- package/es/molecule/icon-preview/index.js +2 -1
- package/es/molecule/icon-preview/index.js.map +1 -1
- package/es/molecule/icon-preview/style.css +4 -0
- package/es/molecule/learner-skill-card/index.js +8 -10
- package/es/molecule/learner-skill-card/index.js.map +1 -1
- package/es/molecule/learner-skill-card/style.css +0 -1
- package/es/molecule/learning-priority-modal/style.css +2 -3
- package/es/molecule/progress-wrapper/index.js +1 -1
- package/es/molecule/progress-wrapper/index.js.map +1 -1
- package/es/molecule/skills-chart-side-information-item/index.d.ts +1 -1
- package/es/molecule/skills-chart-side-information-panel/index.d.ts +1 -1
- package/es/molecule/title-and-checkbox-wrapper/index.d.ts +2 -13
- package/es/molecule/title-radio-wrapper/index.d.ts +3 -13
- package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/es/molecule/title-radio-wrapper/types.d.ts +2 -13
- package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/es/molecule/translation-modal/index.d.ts +1 -0
- package/es/molecule/translation-modal/index.d.ts.map +1 -1
- package/es/molecule/translation-modal/index.js +7 -24
- package/es/molecule/translation-modal/index.js.map +1 -1
- package/es/organism/cards-grid/index.d.ts +10 -48
- package/es/organism/cards-grid/index.d.ts.map +1 -1
- package/es/organism/cards-grid/index.js +2 -3
- package/es/organism/cards-grid/index.js.map +1 -1
- package/es/organism/content-skill-modal/index.d.ts +3 -13
- package/es/organism/content-skill-modal/index.d.ts.map +1 -1
- package/es/organism/content-skill-modal/types.d.ts +2 -12
- package/es/organism/content-skill-modal/types.d.ts.map +1 -1
- package/es/organism/header-with-actions/index.d.ts +22 -8
- package/es/organism/header-with-actions/index.d.ts.map +1 -1
- package/es/organism/header-with-actions/index.js +85 -7
- package/es/organism/header-with-actions/index.js.map +1 -1
- package/es/organism/header-with-actions/types.d.ts +44 -13
- package/es/organism/header-with-actions/types.d.ts.map +1 -1
- package/es/organism/header-with-actions/types.js +22 -6
- package/es/organism/header-with-actions/types.js.map +1 -1
- package/es/organism/list-item/index.js +5 -5
- package/es/organism/list-item/index.js.map +1 -1
- package/es/organism/list-item/style.css +17 -23
- package/es/organism/list-items/index.d.ts +2 -13
- package/es/organism/list-items/style.css +0 -1
- package/es/organism/rewards-form/index.d.ts +2 -13
- package/es/organism/select-opponents/index.d.ts +3 -13
- package/es/organism/select-opponents/index.d.ts.map +1 -1
- package/es/organism/select-opponents/types.d.ts +2 -13
- package/es/organism/select-opponents/types.d.ts.map +1 -1
- package/es/organism/sidebar/index.d.ts +2 -2
- package/es/organism/skill-edition/index.d.ts +52 -1261
- package/es/organism/skill-edition/index.d.ts.map +1 -1
- package/es/organism/skill-edition/index.js +224 -3
- package/es/organism/skill-edition/index.js.map +1 -1
- package/es/organism/skill-edition/types.d.ts +117 -1268
- package/es/organism/skill-edition/types.d.ts.map +1 -1
- package/es/organism/skill-edition/types.js +59 -7
- package/es/organism/skill-edition/types.js.map +1 -1
- package/es/organism/title-and-input/index.d.ts +5 -25
- package/es/organism/title-and-input/index.d.ts.map +1 -1
- package/es/organism/title-and-input/types.d.ts +4 -24
- package/es/organism/title-and-input/types.d.ts.map +1 -1
- package/es/organism/wizard-contents/index.d.ts +2 -13
- package/es/template/app-player/loading/index.d.ts +6 -27
- package/es/template/app-player/player/index.d.ts +12 -53
- package/es/template/app-player/player/slides/index.d.ts +6 -27
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +6 -26
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +6 -27
- package/es/template/app-review/index.d.ts +7 -27
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +6 -27
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +6 -27
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +799 -1385
- package/es/template/back-office/brand-update/index.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.js +16 -2
- package/es/template/back-office/brand-update/index.js.map +1 -1
- package/es/template/back-office/brand-update/style.css +4 -1
- package/es/template/back-office/brand-update/utils.d.ts +39 -11
- package/es/template/back-office/brand-update/utils.js +19 -0
- package/es/template/back-office/brand-update/utils.js.map +1 -1
- package/es/template/common/dashboard/index.d.ts +12 -53
- package/es/template/common/search-page/index.d.ts +6 -27
- package/es/template/external-course/index.d.ts +6 -27
- package/es/template/skill-detail/all-courses.css +2 -3
- package/es/template/skill-detail/all-courses.d.ts +17 -52
- package/es/template/skill-detail/all-courses.d.ts.map +1 -1
- package/es/template/skill-detail/all-courses.js +11 -12
- package/es/template/skill-detail/all-courses.js.map +1 -1
- package/es/template/skill-detail/continue-learning.css +2 -7
- package/es/template/skill-detail/continue-learning.d.ts +12 -25
- package/es/template/skill-detail/continue-learning.d.ts.map +1 -1
- package/es/template/skill-detail/continue-learning.js.map +1 -1
- package/es/template/skill-detail/index.d.ts +71 -89
- package/es/template/skill-detail/index.d.ts.map +1 -1
- package/es/template/skill-detail/index.js +55 -95
- package/es/template/skill-detail/index.js.map +1 -1
- package/es/template/skill-detail/style.css +39 -97
- package/es/variables/colors.css +0 -2
- package/es/variables/colors.d.ts +2 -3
- package/es/variables/colors.d.ts.map +1 -1
- package/es/variables/colors.js +3 -4
- package/es/variables/colors.js.map +1 -1
- package/es/variables/theme.native.js +1 -1
- package/es/variables/theme.native.js.map +1 -1
- package/lib/atom/button-link/index.js +1 -1
- package/lib/atom/button-link/index.js.map +1 -1
- package/lib/atom/button-link/style.css +2 -2
- package/lib/atom/icon/index.d.ts +17 -35
- package/lib/atom/icon/index.d.ts.map +1 -1
- package/lib/atom/icon/index.js +18 -34
- package/lib/atom/icon/index.js.map +1 -1
- package/lib/atom/radio-with-title/index.d.ts +3 -13
- package/lib/atom/radio-with-title/index.d.ts.map +1 -1
- package/lib/atom/radio-with-title/types.d.ts +2 -13
- package/lib/atom/radio-with-title/types.d.ts.map +1 -1
- package/lib/atom/status-item/index.native.js +1 -1
- package/lib/atom/status-item/index.native.js.map +1 -1
- package/lib/atom/tag/index.d.ts +1 -12
- package/lib/atom/tag/style.css +0 -1
- package/lib/atom/title/index.d.ts +2 -13
- package/lib/molecule/banner/style.css +0 -1
- package/lib/molecule/base-modal/style.css +1 -0
- package/lib/molecule/bulk-progress-bar/index.js +2 -2
- package/lib/molecule/bulk-progress-bar/index.js.map +1 -1
- package/lib/molecule/certification-card/index.js +1 -1
- package/lib/molecule/certification-card/index.js.map +1 -1
- package/lib/molecule/cm-popin/types.d.ts +7 -28
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/cm-popin/types.js +1 -1
- package/lib/molecule/cm-popin/types.js.map +1 -1
- package/lib/molecule/dashboard/cards-list/index.d.ts.map +1 -1
- package/lib/molecule/dashboard/cards-list/index.js +0 -2
- package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
- package/lib/molecule/icon-preview/index.d.ts.map +1 -1
- package/lib/molecule/icon-preview/index.js +2 -1
- package/lib/molecule/icon-preview/index.js.map +1 -1
- package/lib/molecule/icon-preview/style.css +4 -0
- package/lib/molecule/learner-skill-card/index.js +8 -10
- package/lib/molecule/learner-skill-card/index.js.map +1 -1
- package/lib/molecule/learner-skill-card/style.css +0 -1
- package/lib/molecule/learning-priority-modal/style.css +2 -3
- package/lib/molecule/progress-wrapper/index.js +1 -1
- package/lib/molecule/progress-wrapper/index.js.map +1 -1
- package/lib/molecule/skills-chart-side-information-item/index.d.ts +1 -1
- package/lib/molecule/skills-chart-side-information-panel/index.d.ts +1 -1
- package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +2 -13
- package/lib/molecule/title-radio-wrapper/index.d.ts +3 -13
- package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/lib/molecule/title-radio-wrapper/types.d.ts +2 -13
- package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/lib/molecule/translation-modal/index.d.ts +1 -0
- package/lib/molecule/translation-modal/index.d.ts.map +1 -1
- package/lib/molecule/translation-modal/index.js +6 -23
- package/lib/molecule/translation-modal/index.js.map +1 -1
- package/lib/organism/cards-grid/index.d.ts +10 -48
- package/lib/organism/cards-grid/index.d.ts.map +1 -1
- package/lib/organism/cards-grid/index.js +2 -3
- package/lib/organism/cards-grid/index.js.map +1 -1
- package/lib/organism/content-skill-modal/index.d.ts +3 -13
- package/lib/organism/content-skill-modal/index.d.ts.map +1 -1
- package/lib/organism/content-skill-modal/types.d.ts +2 -12
- package/lib/organism/content-skill-modal/types.d.ts.map +1 -1
- package/lib/organism/header-with-actions/index.d.ts +22 -8
- package/lib/organism/header-with-actions/index.d.ts.map +1 -1
- package/lib/organism/header-with-actions/index.js +85 -7
- package/lib/organism/header-with-actions/index.js.map +1 -1
- package/lib/organism/header-with-actions/types.d.ts +44 -13
- package/lib/organism/header-with-actions/types.d.ts.map +1 -1
- package/lib/organism/header-with-actions/types.js +22 -6
- package/lib/organism/header-with-actions/types.js.map +1 -1
- package/lib/organism/list-item/index.js +5 -5
- package/lib/organism/list-item/index.js.map +1 -1
- package/lib/organism/list-item/style.css +17 -23
- package/lib/organism/list-items/index.d.ts +2 -13
- package/lib/organism/list-items/style.css +0 -1
- package/lib/organism/rewards-form/index.d.ts +2 -13
- package/lib/organism/select-opponents/index.d.ts +3 -13
- package/lib/organism/select-opponents/index.d.ts.map +1 -1
- package/lib/organism/select-opponents/types.d.ts +2 -13
- package/lib/organism/select-opponents/types.d.ts.map +1 -1
- package/lib/organism/sidebar/index.d.ts +2 -2
- package/lib/organism/skill-edition/index.d.ts +52 -1261
- package/lib/organism/skill-edition/index.d.ts.map +1 -1
- package/lib/organism/skill-edition/index.js +224 -3
- package/lib/organism/skill-edition/index.js.map +1 -1
- package/lib/organism/skill-edition/types.d.ts +117 -1268
- package/lib/organism/skill-edition/types.d.ts.map +1 -1
- package/lib/organism/skill-edition/types.js +59 -7
- package/lib/organism/skill-edition/types.js.map +1 -1
- package/lib/organism/title-and-input/index.d.ts +5 -25
- package/lib/organism/title-and-input/index.d.ts.map +1 -1
- package/lib/organism/title-and-input/types.d.ts +4 -24
- package/lib/organism/title-and-input/types.d.ts.map +1 -1
- package/lib/organism/wizard-contents/index.d.ts +2 -13
- package/lib/template/app-player/loading/index.d.ts +6 -27
- package/lib/template/app-player/player/index.d.ts +12 -53
- package/lib/template/app-player/player/slides/index.d.ts +6 -27
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +6 -26
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +6 -27
- package/lib/template/app-review/index.d.ts +7 -27
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +6 -27
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +6 -27
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +799 -1385
- package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.js +16 -2
- package/lib/template/back-office/brand-update/index.js.map +1 -1
- package/lib/template/back-office/brand-update/style.css +4 -1
- package/lib/template/back-office/brand-update/utils.d.ts +39 -11
- package/lib/template/back-office/brand-update/utils.js +19 -0
- package/lib/template/back-office/brand-update/utils.js.map +1 -1
- package/lib/template/common/dashboard/index.d.ts +12 -53
- package/lib/template/common/search-page/index.d.ts +6 -27
- package/lib/template/external-course/index.d.ts +6 -27
- package/lib/template/skill-detail/all-courses.css +2 -3
- package/lib/template/skill-detail/all-courses.d.ts +17 -52
- package/lib/template/skill-detail/all-courses.d.ts.map +1 -1
- package/lib/template/skill-detail/all-courses.js +11 -11
- package/lib/template/skill-detail/all-courses.js.map +1 -1
- package/lib/template/skill-detail/continue-learning.css +2 -7
- package/lib/template/skill-detail/continue-learning.d.ts +12 -25
- package/lib/template/skill-detail/continue-learning.d.ts.map +1 -1
- package/lib/template/skill-detail/continue-learning.js.map +1 -1
- package/lib/template/skill-detail/index.d.ts +71 -89
- package/lib/template/skill-detail/index.d.ts.map +1 -1
- package/lib/template/skill-detail/index.js +55 -95
- package/lib/template/skill-detail/index.js.map +1 -1
- package/lib/template/skill-detail/style.css +39 -97
- package/lib/variables/colors.css +0 -2
- package/lib/variables/colors.d.ts +2 -3
- package/lib/variables/colors.d.ts.map +1 -1
- package/lib/variables/colors.js +3 -4
- package/lib/variables/colors.js.map +1 -1
- package/lib/variables/theme.native.js +1 -1
- package/lib/variables/theme.native.js.map +1 -1
- package/locales/.mtslconfig.json +1 -0
- package/locales/bs/global.json +1 -0
- package/locales/de/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/hu/global.json +1 -0
- package/locales/hy/global.json +1 -0
- package/locales/ja/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/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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/index.js"],"names":[],"mappings":";AAqPA,sDAgDC"}
|
|
@@ -29,6 +29,8 @@ import BulkInfos from '../../../molecule/bulk-infos';
|
|
|
29
29
|
import Title from '../../../atom/title';
|
|
30
30
|
import SkillEdition from '../../../organism/skill-edition';
|
|
31
31
|
import IconPickerModal from '../../../molecule/icon-picker-modal';
|
|
32
|
+
import TranslationModal from '../../../molecule/translation-modal';
|
|
33
|
+
import ContentSkillModal from '../../../organism/content-skill-modal';
|
|
32
34
|
import style from './style.css';
|
|
33
35
|
import { POPIN_THEMES } from './utils';
|
|
34
36
|
const getStyle = isSelected => isSelected ? style.selectedElement : style.unselectedElement;
|
|
@@ -100,7 +102,9 @@ const buildNotifications = notifications => {
|
|
|
100
102
|
const buildHeader = header => {
|
|
101
103
|
return /*#__PURE__*/React.createElement("div", {
|
|
102
104
|
className: style.header
|
|
103
|
-
}, header.type === 'header-with-actions' ? /*#__PURE__*/React.createElement(HeaderWithActions, header) : /*#__PURE__*/React.createElement(
|
|
105
|
+
}, header.type === 'header-with-actions' ? /*#__PURE__*/React.createElement(HeaderWithActions, header) : /*#__PURE__*/React.createElement("div", {
|
|
106
|
+
className: style.headerStickyDefault
|
|
107
|
+
}, /*#__PURE__*/React.createElement(Header, header)));
|
|
104
108
|
};
|
|
105
109
|
const buildDefaultPopin = popin => {
|
|
106
110
|
const {
|
|
@@ -127,6 +131,10 @@ const buildPopin = popin => {
|
|
|
127
131
|
switch (popin.type) {
|
|
128
132
|
case 'icon-picker':
|
|
129
133
|
return /*#__PURE__*/React.createElement(IconPickerModal, popin);
|
|
134
|
+
case 'translation':
|
|
135
|
+
return /*#__PURE__*/React.createElement(TranslationModal, popin);
|
|
136
|
+
case 'content':
|
|
137
|
+
return /*#__PURE__*/React.createElement(ContentSkillModal, popin);
|
|
130
138
|
default:
|
|
131
139
|
return buildDefaultPopin(popin);
|
|
132
140
|
}
|
|
@@ -344,10 +352,16 @@ BrandUpdate.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
344
352
|
}),
|
|
345
353
|
popin: PropTypes.oneOfType([PropTypes.shape({
|
|
346
354
|
...CmPopin.propTypes,
|
|
347
|
-
theme: PropTypes.oneOf(['published', 'archived', 'deleted'])
|
|
355
|
+
theme: PropTypes.oneOf(['published', 'archived', 'deleted', 'draft'])
|
|
348
356
|
}), PropTypes.shape({
|
|
349
357
|
...IconPickerModal.propTypes,
|
|
350
358
|
type: PropTypes.oneOf(['icon-picker'])
|
|
359
|
+
}), PropTypes.shape({
|
|
360
|
+
...TranslationModal.propTypes,
|
|
361
|
+
type: PropTypes.oneOf(['translation'])
|
|
362
|
+
}), PropTypes.shape({
|
|
363
|
+
...ContentSkillModal.propTypes,
|
|
364
|
+
type: PropTypes.oneOf(['content'])
|
|
351
365
|
})]),
|
|
352
366
|
details: PropTypes.shape({
|
|
353
367
|
...BrandTable.propTypes,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["React","PropTypes","map","pipe","get","isEmpty","find","classNames","BrandTabs","IconLinkItem","LinkItem","BrandForm","BrandTable","BrandUpload","BrandAnalytics","BrandDashboard","WizardContents","ListItems","BrandLearningPriorities","Banner","Header","HeaderWithActions","Loader","Accordion","CmPopin","ButtonLinkIcon","ExpandibleActionableTable","BulkInfos","Title","SkillEdition","IconPickerModal","style","POPIN_THEMES","getStyle","isSelected","selectedElement","unselectedElement","subTabsView","_subTabs","convert","cap","subTab","_index","createElement","key","title","type","_extends","styles","selected","uppercase","target","setChildrenAsHtml","buildLeftNavigation","logo","items","onItemClick","formattedTabs","href","index","children","iconType","formattedTabsViews","tab","className","tabs","navigation","src","tabProps","theme","onClick","buildNotifications","notifications","notificationsList","notification","temporary","permanentNotification","permanentNotifications","buildHeader","header","buildDefaultPopin","popin","icon","popinIcon","secondButton","popinSecondButton","themeIcon","actionButton","themeActionButton","buildPopin","buildDocumentation","documentation","show","onClose","content","open","documentationContent","dangerouslySetInnerHTML","__html","closeButton","size","buildTabs","selectedTab","e","showTabs","subTabs","undefined","buildContentView","loaderContainer","loader","buildDetailsView","details","buildTitle","BrandUpdate","props","contentFixHeight","leftNavigation","notificationsView","documentationView","headerView","tabsView","contentView","detailsView","popinView","titleView","contentStyle","contentWithNotifications","container","left","contentWrapper","headerSticky","defaultProps","propTypes","process","env","NODE_ENV","arrayOf","shape","oneOfType","oneOf","isRequired","string","bool","func"],"sources":["../../../../src/template/back-office/brand-update/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport map from 'lodash/fp/map';\nimport pipe from 'lodash/fp/pipe';\nimport get from 'lodash/fp/get';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport find from 'lodash/fp/find';\nimport classNames from 'classnames';\nimport BrandTabs from '../../../molecule/brand-tabs';\nimport {IconLinkItem, LinkItem} from '../../../organism/sidebar';\nimport BrandForm from '../../../organism/brand-form';\nimport BrandTable from '../../../organism/brand-table';\nimport BrandUpload from '../../../organism/brand-upload';\nimport BrandAnalytics from '../../../organism/brand-analytics';\nimport BrandDashboard from '../../../organism/brand-dashboard';\nimport WizardContents from '../../../organism/wizard-contents';\nimport ListItems from '../../../organism/list-items';\nimport BrandLearningPriorities from '../../../organism/brand-learning-priorities';\nimport Banner from '../../../molecule/banner';\nimport Header from '../../../organism/setup-header';\nimport HeaderWithActions from '../../../organism/header-with-actions';\nimport Loader from '../../../atom/loader';\nimport Accordion from '../../../organism/accordion/coorp-manager';\nimport CmPopin from '../../../molecule/cm-popin';\nimport ButtonLinkIcon from '../../../atom/button-link-icon';\nimport ExpandibleActionableTable from '../../../molecule/expandible-actionable-table';\nimport BulkInfos from '../../../molecule/bulk-infos';\nimport Title from '../../../atom/title';\nimport SkillEdition from '../../../organism/skill-edition';\nimport IconPickerModal from '../../../molecule/icon-picker-modal';\nimport style from './style.css';\nimport {POPIN_THEMES} from './utils';\n\nconst getStyle = isSelected => (isSelected ? style.selectedElement : style.unselectedElement);\n\nconst subTabsView = (_subTabs = []) =>\n map.convert({cap: false})((subTab, _index) => (\n <div key={subTab.title}>\n {subTab.type === 'iconLink' ? (\n <IconLinkItem\n {...subTab}\n styles={getStyle(subTab.selected)}\n uppercase={false}\n target={'_blank'}\n />\n ) : (\n <LinkItem\n {...subTab}\n styles={getStyle(subTab.selected)}\n uppercase={false}\n setChildrenAsHtml={false}\n />\n )}\n </div>\n ))(_subTabs);\n\n// TODO: this fonction should be replaced by a molecule to avoid this file to be unreadable\nconst buildLeftNavigation = (logo, items, onItemClick) => {\n const formattedTabs = items.map(({key, title, href, selected, type = 'simpleTab'}, index) => ({\n title,\n selected,\n type,\n href,\n index,\n children: [],\n iconType: key || 'arrow'\n }));\n\n const formattedTabsViews = map(tab => (\n <div key={tab.title} className={style.subTabsView}>\n {subTabsView(tab.tabs)}\n </div>\n ))(items);\n\n return (\n <div className={style.navigation}>\n <div className={style.logo}>\n <a href=\"/\">\n <img src={logo} />\n </a>\n </div>\n <Accordion tabProps={formattedTabs} theme={'setup'} onClick={onItemClick}>\n {formattedTabsViews}\n </Accordion>\n </div>\n );\n};\n\nconst buildNotifications = notifications => {\n if (isEmpty(notifications)) {\n return null;\n }\n\n const notificationsList = notifications.map((notification, index) => {\n return (\n <div className={!notification.temporary ? style.permanentNotification : null} key={index}>\n <Banner {...notification} />\n </div>\n );\n });\n return (\n <div className={!find({temporary: true}, notifications) ? style.permanentNotifications : null}>\n {notificationsList}\n </div>\n );\n};\n\nconst buildHeader = header => {\n return (\n <div className={style.header}>\n {header.type === 'header-with-actions' ? (\n <HeaderWithActions {...header} />\n ) : (\n <Header {...header} />\n )}\n </div>\n );\n};\n\nconst buildDefaultPopin = popin => {\n const {theme, icon: popinIcon, secondButton: popinSecondButton} = popin;\n const {icon: themeIcon, actionButton: themeActionButton} = POPIN_THEMES[theme] ?? {};\n\n return (\n <div className={style.popin}>\n <CmPopin\n {...popin}\n icon={popinIcon || themeIcon}\n secondButton={{...popinSecondButton, ...themeActionButton}}\n />\n </div>\n );\n};\n\nconst buildPopin = popin => {\n if (isEmpty(popin)) return;\n\n switch (popin.type) {\n case 'icon-picker':\n return <IconPickerModal {...popin} />;\n default:\n return buildDefaultPopin(popin);\n }\n};\n\nconst buildDocumentation = documentation => {\n if (!documentation) return null;\n const {show = false, onClose, content = ''} = documentation;\n return (\n <div className={classNames(style.documentation, show && style.open)}>\n <div\n className={style.documentationContent}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: content}}\n />\n {onClose ? (\n <ButtonLinkIcon\n className={style.closeButton}\n onClick={onClose}\n data-name={'close-icon'}\n aria-label={'close-icon'}\n size=\"small\"\n icon=\"close\"\n />\n ) : null}\n </div>\n );\n};\n\nconst buildTabs = items => {\n const selectedTab = pipe(\n find(e => e.selected),\n get('tabs'),\n find(e => e.selected)\n )(items);\n\n const showTabs = selectedTab ? find(e => e.selected, selectedTab.subTabs) : undefined;\n if (!showTabs) return null;\n return (\n <div className={style.tabs}>\n <BrandTabs type=\"light\" tabs={selectedTab.subTabs} />\n </div>\n );\n};\n\nconst buildContentView = content => {\n if (!content) {\n return (\n <div className={style.loaderContainer}>\n <Loader className={style.loader} theme=\"coorpmanager\" />\n </div>\n );\n }\n\n const {type} = content;\n switch (type) {\n case 'form':\n return <BrandForm {...content} />;\n case 'list':\n return <BrandTable {...content} />;\n case 'upload':\n return <BrandUpload {...content} />;\n case 'analytics-dashboards':\n return <BrandAnalytics {...content} />;\n case 'list-content':\n case 'expandible-actionable-table':\n return <ListItems {...content} />;\n case 'home':\n return <BrandDashboard {...content} />;\n case 'wizard':\n case 'expandible-table':\n return <WizardContents {...content} />;\n case 'bulk-empty-dashboard':\n return <BulkInfos {...content} />;\n case 'table-pending':\n return <ExpandibleActionableTable {...content} />;\n case 'learning-priorities':\n return <BrandLearningPriorities {...content} />;\n case 'skill-edition':\n return <SkillEdition {...content} />;\n }\n};\n\nconst buildDetailsView = details => {\n if (!details) return;\n return <BrandTable {...details} />;\n};\n\nconst buildTitle = title => {\n if (isEmpty(title)) return;\n return (\n <div className={style.title}>\n <Title {...title} />\n </div>\n );\n};\n\nconst BrandUpdate = props => {\n const {\n notifications,\n header,\n items,\n content,\n details,\n popin,\n onItemClick,\n documentation,\n contentFixHeight,\n title\n } = props;\n const logo = 'https://static.coorpacademy.com/logo/coorp-manager.svg';\n\n const leftNavigation = buildLeftNavigation(logo, items, onItemClick);\n const notificationsView = buildNotifications(notifications);\n const documentationView = buildDocumentation(documentation);\n const headerView = buildHeader(header, notifications);\n const tabsView = buildTabs(items);\n const contentView = buildContentView(content);\n const detailsView = buildDetailsView(details);\n const popinView = buildPopin(popin);\n const titleView = buildTitle(title);\n\n const contentStyle = classNames([\n style.content,\n !isEmpty(notifications) && style.contentWithNotifications,\n contentFixHeight && style.contentFixHeight\n ]);\n\n return (\n <div className={style.container}>\n <div className={style.left}>{leftNavigation}</div>\n <div className={style.contentWrapper}>\n <div className={style.headerSticky}>{headerView}</div>\n <div className={contentStyle}>\n {notificationsView}\n {titleView}\n {tabsView}\n {contentView}\n {detailsView}\n {documentationView}\n </div>\n </div>\n {popinView}\n </div>\n );\n};\n\nBrandUpdate.defaultProps = {\n notifications: []\n};\n\nBrandUpdate.propTypes = {\n notifications: PropTypes.arrayOf(\n PropTypes.shape({\n ...Banner.propTypes\n })\n ),\n header: PropTypes.oneOfType([\n PropTypes.shape({...Header.propTypes}),\n PropTypes.shape({\n ...HeaderWithActions.propTypes,\n type: PropTypes.oneOf(['header-with-actions']).isRequired\n })\n ]),\n items: PropTypes.arrayOf(\n PropTypes.shape({\n key: PropTypes.string,\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string,\n tabs: PropTypes.arrayOf(\n PropTypes.shape({\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string,\n subTabs: PropTypes.arrayOf(\n PropTypes.shape({\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string\n })\n )\n })\n )\n })\n ).isRequired,\n content: PropTypes.oneOfType([\n PropTypes.shape({\n ...BrandForm.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['form'])\n }),\n PropTypes.shape({\n ...BrandTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list'])\n }),\n PropTypes.shape({\n ...BrandUpload.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['upload'])\n }),\n PropTypes.shape({\n ...BrandAnalytics.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['analytics-dashboards'])\n }),\n PropTypes.shape({\n ...BrandDashboard.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['home'])\n }),\n PropTypes.shape({\n ...WizardContents.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['wizard'])\n }),\n PropTypes.shape({\n ...ListItems.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list-content', 'expandible-actionable-table'])\n }),\n PropTypes.shape({\n ...BulkInfos.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['bulk-empty-dashboard'])\n }),\n PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['table-pending'])\n }),\n PropTypes.shape({\n ...WizardContents.propTypes,\n content: PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n ...WizardContents.propTypes.content.propTypes\n }),\n key: PropTypes.string,\n type: PropTypes.oneOf(['expandible-table'])\n }),\n PropTypes.shape({\n ...BrandLearningPriorities.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['learning-priorities'])\n }),\n PropTypes.shape({\n ...SkillEdition.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['skill-edition'])\n })\n ]),\n documentation: PropTypes.shape({\n content: PropTypes.string,\n show: PropTypes.bool,\n onClose: PropTypes.func\n }),\n popin: PropTypes.oneOfType([\n PropTypes.shape({\n ...CmPopin.propTypes,\n theme: PropTypes.oneOf(['published', 'archived', 'deleted'])\n }),\n PropTypes.shape({\n ...IconPickerModal.propTypes,\n type: PropTypes.oneOf(['icon-picker'])\n })\n ]),\n details: PropTypes.shape({\n ...BrandTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list'])\n }),\n onItemClick: PropTypes.func,\n contentFixHeight: PropTypes.bool,\n title: PropTypes.shape(Title.propTypes)\n};\n\nexport default BrandUpdate;\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"index.js","names":["React","PropTypes","map","pipe","get","isEmpty","find","classNames","BrandTabs","IconLinkItem","LinkItem","BrandForm","BrandTable","BrandUpload","BrandAnalytics","BrandDashboard","WizardContents","ListItems","BrandLearningPriorities","Banner","Header","HeaderWithActions","Loader","Accordion","CmPopin","ButtonLinkIcon","ExpandibleActionableTable","BulkInfos","Title","SkillEdition","IconPickerModal","TranslationModal","ContentSkillModal","style","POPIN_THEMES","getStyle","isSelected","selectedElement","unselectedElement","subTabsView","_subTabs","convert","cap","subTab","_index","createElement","key","title","type","_extends","styles","selected","uppercase","target","setChildrenAsHtml","buildLeftNavigation","logo","items","onItemClick","formattedTabs","href","index","children","iconType","formattedTabsViews","tab","className","tabs","navigation","src","tabProps","theme","onClick","buildNotifications","notifications","notificationsList","notification","temporary","permanentNotification","permanentNotifications","buildHeader","header","headerStickyDefault","buildDefaultPopin","popin","icon","popinIcon","secondButton","popinSecondButton","themeIcon","actionButton","themeActionButton","buildPopin","buildDocumentation","documentation","show","onClose","content","open","documentationContent","dangerouslySetInnerHTML","__html","closeButton","size","buildTabs","selectedTab","e","showTabs","subTabs","undefined","buildContentView","loaderContainer","loader","buildDetailsView","details","buildTitle","BrandUpdate","props","contentFixHeight","leftNavigation","notificationsView","documentationView","headerView","tabsView","contentView","detailsView","popinView","titleView","contentStyle","contentWithNotifications","container","left","contentWrapper","headerSticky","defaultProps","propTypes","process","env","NODE_ENV","arrayOf","shape","oneOfType","oneOf","isRequired","string","bool","func"],"sources":["../../../../src/template/back-office/brand-update/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport map from 'lodash/fp/map';\nimport pipe from 'lodash/fp/pipe';\nimport get from 'lodash/fp/get';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport find from 'lodash/fp/find';\nimport classNames from 'classnames';\nimport BrandTabs from '../../../molecule/brand-tabs';\nimport {IconLinkItem, LinkItem} from '../../../organism/sidebar';\nimport BrandForm from '../../../organism/brand-form';\nimport BrandTable from '../../../organism/brand-table';\nimport BrandUpload from '../../../organism/brand-upload';\nimport BrandAnalytics from '../../../organism/brand-analytics';\nimport BrandDashboard from '../../../organism/brand-dashboard';\nimport WizardContents from '../../../organism/wizard-contents';\nimport ListItems from '../../../organism/list-items';\nimport BrandLearningPriorities from '../../../organism/brand-learning-priorities';\nimport Banner from '../../../molecule/banner';\nimport Header from '../../../organism/setup-header';\nimport HeaderWithActions from '../../../organism/header-with-actions';\nimport Loader from '../../../atom/loader';\nimport Accordion from '../../../organism/accordion/coorp-manager';\nimport CmPopin from '../../../molecule/cm-popin';\nimport ButtonLinkIcon from '../../../atom/button-link-icon';\nimport ExpandibleActionableTable from '../../../molecule/expandible-actionable-table';\nimport BulkInfos from '../../../molecule/bulk-infos';\nimport Title from '../../../atom/title';\nimport SkillEdition from '../../../organism/skill-edition';\nimport IconPickerModal from '../../../molecule/icon-picker-modal';\nimport TranslationModal from '../../../molecule/translation-modal';\nimport ContentSkillModal from '../../../organism/content-skill-modal';\nimport style from './style.css';\nimport {POPIN_THEMES} from './utils';\n\nconst getStyle = isSelected => (isSelected ? style.selectedElement : style.unselectedElement);\n\nconst subTabsView = (_subTabs = []) =>\n map.convert({cap: false})((subTab, _index) => (\n <div key={subTab.title}>\n {subTab.type === 'iconLink' ? (\n <IconLinkItem\n {...subTab}\n styles={getStyle(subTab.selected)}\n uppercase={false}\n target={'_blank'}\n />\n ) : (\n <LinkItem\n {...subTab}\n styles={getStyle(subTab.selected)}\n uppercase={false}\n setChildrenAsHtml={false}\n />\n )}\n </div>\n ))(_subTabs);\n\n// TODO: this fonction should be replaced by a molecule to avoid this file to be unreadable\nconst buildLeftNavigation = (logo, items, onItemClick) => {\n const formattedTabs = items.map(({key, title, href, selected, type = 'simpleTab'}, index) => ({\n title,\n selected,\n type,\n href,\n index,\n children: [],\n iconType: key || 'arrow'\n }));\n\n const formattedTabsViews = map(tab => (\n <div key={tab.title} className={style.subTabsView}>\n {subTabsView(tab.tabs)}\n </div>\n ))(items);\n\n return (\n <div className={style.navigation}>\n <div className={style.logo}>\n <a href=\"/\">\n <img src={logo} />\n </a>\n </div>\n <Accordion tabProps={formattedTabs} theme={'setup'} onClick={onItemClick}>\n {formattedTabsViews}\n </Accordion>\n </div>\n );\n};\n\nconst buildNotifications = notifications => {\n if (isEmpty(notifications)) {\n return null;\n }\n\n const notificationsList = notifications.map((notification, index) => {\n return (\n <div className={!notification.temporary ? style.permanentNotification : null} key={index}>\n <Banner {...notification} />\n </div>\n );\n });\n return (\n <div className={!find({temporary: true}, notifications) ? style.permanentNotifications : null}>\n {notificationsList}\n </div>\n );\n};\n\nconst buildHeader = header => {\n return (\n <div className={style.header}>\n {header.type === 'header-with-actions' ? (\n <HeaderWithActions {...header} />\n ) : (\n <div className={style.headerStickyDefault}>\n <Header {...header} />\n </div>\n )}\n </div>\n );\n};\n\nconst buildDefaultPopin = popin => {\n const {theme, icon: popinIcon, secondButton: popinSecondButton} = popin;\n const {icon: themeIcon, actionButton: themeActionButton} = POPIN_THEMES[theme] ?? {};\n\n return (\n <div className={style.popin}>\n <CmPopin\n {...popin}\n icon={popinIcon || themeIcon}\n secondButton={{...popinSecondButton, ...themeActionButton}}\n />\n </div>\n );\n};\n\nconst buildPopin = popin => {\n if (isEmpty(popin)) return;\n\n switch (popin.type) {\n case 'icon-picker':\n return <IconPickerModal {...popin} />;\n case 'translation':\n return <TranslationModal {...popin} />;\n case 'content':\n return <ContentSkillModal {...popin} />;\n default:\n return buildDefaultPopin(popin);\n }\n};\n\nconst buildDocumentation = documentation => {\n if (!documentation) return null;\n const {show = false, onClose, content = ''} = documentation;\n return (\n <div className={classNames(style.documentation, show && style.open)}>\n <div\n className={style.documentationContent}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: content}}\n />\n {onClose ? (\n <ButtonLinkIcon\n className={style.closeButton}\n onClick={onClose}\n data-name={'close-icon'}\n aria-label={'close-icon'}\n size=\"small\"\n icon=\"close\"\n />\n ) : null}\n </div>\n );\n};\n\nconst buildTabs = items => {\n const selectedTab = pipe(\n find(e => e.selected),\n get('tabs'),\n find(e => e.selected)\n )(items);\n\n const showTabs = selectedTab ? find(e => e.selected, selectedTab.subTabs) : undefined;\n if (!showTabs) return null;\n return (\n <div className={style.tabs}>\n <BrandTabs type=\"light\" tabs={selectedTab.subTabs} />\n </div>\n );\n};\n\nconst buildContentView = content => {\n if (!content) {\n return (\n <div className={style.loaderContainer}>\n <Loader className={style.loader} theme=\"coorpmanager\" />\n </div>\n );\n }\n\n const {type} = content;\n switch (type) {\n case 'form':\n return <BrandForm {...content} />;\n case 'list':\n return <BrandTable {...content} />;\n case 'upload':\n return <BrandUpload {...content} />;\n case 'analytics-dashboards':\n return <BrandAnalytics {...content} />;\n case 'list-content':\n case 'expandible-actionable-table':\n return <ListItems {...content} />;\n case 'home':\n return <BrandDashboard {...content} />;\n case 'wizard':\n case 'expandible-table':\n return <WizardContents {...content} />;\n case 'bulk-empty-dashboard':\n return <BulkInfos {...content} />;\n case 'table-pending':\n return <ExpandibleActionableTable {...content} />;\n case 'learning-priorities':\n return <BrandLearningPriorities {...content} />;\n case 'skill-edition':\n return <SkillEdition {...content} />;\n }\n};\n\nconst buildDetailsView = details => {\n if (!details) return;\n return <BrandTable {...details} />;\n};\n\nconst buildTitle = title => {\n if (isEmpty(title)) return;\n return (\n <div className={style.title}>\n <Title {...title} />\n </div>\n );\n};\n\nconst BrandUpdate = props => {\n const {\n notifications,\n header,\n items,\n content,\n details,\n popin,\n onItemClick,\n documentation,\n contentFixHeight,\n title\n } = props;\n const logo = 'https://static.coorpacademy.com/logo/coorp-manager.svg';\n\n const leftNavigation = buildLeftNavigation(logo, items, onItemClick);\n const notificationsView = buildNotifications(notifications);\n const documentationView = buildDocumentation(documentation);\n const headerView = buildHeader(header, notifications);\n const tabsView = buildTabs(items);\n const contentView = buildContentView(content);\n const detailsView = buildDetailsView(details);\n const popinView = buildPopin(popin);\n const titleView = buildTitle(title);\n\n const contentStyle = classNames([\n style.content,\n !isEmpty(notifications) && style.contentWithNotifications,\n contentFixHeight && style.contentFixHeight\n ]);\n\n return (\n <div className={style.container}>\n <div className={style.left}>{leftNavigation}</div>\n <div className={style.contentWrapper}>\n <div className={style.headerSticky}>{headerView}</div>\n <div className={contentStyle}>\n {notificationsView}\n {titleView}\n {tabsView}\n {contentView}\n {detailsView}\n {documentationView}\n </div>\n </div>\n {popinView}\n </div>\n );\n};\n\nBrandUpdate.defaultProps = {\n notifications: []\n};\n\nBrandUpdate.propTypes = {\n notifications: PropTypes.arrayOf(\n PropTypes.shape({\n ...Banner.propTypes\n })\n ),\n header: PropTypes.oneOfType([\n PropTypes.shape({...Header.propTypes}),\n PropTypes.shape({\n ...HeaderWithActions.propTypes,\n type: PropTypes.oneOf(['header-with-actions']).isRequired\n })\n ]),\n items: PropTypes.arrayOf(\n PropTypes.shape({\n key: PropTypes.string,\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string,\n tabs: PropTypes.arrayOf(\n PropTypes.shape({\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string,\n subTabs: PropTypes.arrayOf(\n PropTypes.shape({\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string\n })\n )\n })\n )\n })\n ).isRequired,\n content: PropTypes.oneOfType([\n PropTypes.shape({\n ...BrandForm.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['form'])\n }),\n PropTypes.shape({\n ...BrandTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list'])\n }),\n PropTypes.shape({\n ...BrandUpload.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['upload'])\n }),\n PropTypes.shape({\n ...BrandAnalytics.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['analytics-dashboards'])\n }),\n PropTypes.shape({\n ...BrandDashboard.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['home'])\n }),\n PropTypes.shape({\n ...WizardContents.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['wizard'])\n }),\n PropTypes.shape({\n ...ListItems.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list-content', 'expandible-actionable-table'])\n }),\n PropTypes.shape({\n ...BulkInfos.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['bulk-empty-dashboard'])\n }),\n PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['table-pending'])\n }),\n PropTypes.shape({\n ...WizardContents.propTypes,\n content: PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n ...WizardContents.propTypes.content.propTypes\n }),\n key: PropTypes.string,\n type: PropTypes.oneOf(['expandible-table'])\n }),\n PropTypes.shape({\n ...BrandLearningPriorities.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['learning-priorities'])\n }),\n PropTypes.shape({\n ...SkillEdition.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['skill-edition'])\n })\n ]),\n documentation: PropTypes.shape({\n content: PropTypes.string,\n show: PropTypes.bool,\n onClose: PropTypes.func\n }),\n popin: PropTypes.oneOfType([\n PropTypes.shape({\n ...CmPopin.propTypes,\n theme: PropTypes.oneOf(['published', 'archived', 'deleted', 'draft'])\n }),\n PropTypes.shape({\n ...IconPickerModal.propTypes,\n type: PropTypes.oneOf(['icon-picker'])\n }),\n PropTypes.shape({\n ...TranslationModal.propTypes,\n type: PropTypes.oneOf(['translation'])\n }),\n PropTypes.shape({\n ...ContentSkillModal.propTypes,\n type: PropTypes.oneOf(['content'])\n })\n ]),\n details: PropTypes.shape({\n ...BrandTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list'])\n }),\n onItemClick: PropTypes.func,\n contentFixHeight: PropTypes.bool,\n title: PropTypes.shape(Title.propTypes)\n};\n\nexport default BrandUpdate;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -17,7 +17,7 @@ export namespace POPIN_THEMES {
|
|
|
17
17
|
const position: string;
|
|
18
18
|
namespace faIcon {
|
|
19
19
|
const name: string;
|
|
20
|
-
const color: "#
|
|
20
|
+
const color: "#ffffff";
|
|
21
21
|
const size: number;
|
|
22
22
|
namespace customStyle {
|
|
23
23
|
const padding: number;
|
|
@@ -29,6 +29,25 @@ export namespace POPIN_THEMES {
|
|
|
29
29
|
export const type: string;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
+
namespace draft {
|
|
33
|
+
import icon_4 = ICON_PROPS.draft;
|
|
34
|
+
export { icon_4 as icon };
|
|
35
|
+
export namespace actionButton_1 {
|
|
36
|
+
export namespace icon_5 {
|
|
37
|
+
const position_1: string;
|
|
38
|
+
export { position_1 as position };
|
|
39
|
+
export namespace faIcon_1 {
|
|
40
|
+
const name_1: string;
|
|
41
|
+
export { name_1 as name };
|
|
42
|
+
}
|
|
43
|
+
export { faIcon_1 as faIcon };
|
|
44
|
+
}
|
|
45
|
+
export { icon_5 as icon };
|
|
46
|
+
const type_1: string;
|
|
47
|
+
export { type_1 as type };
|
|
48
|
+
}
|
|
49
|
+
export { actionButton_1 as actionButton };
|
|
50
|
+
}
|
|
32
51
|
}
|
|
33
52
|
declare namespace ICON_PROPS {
|
|
34
53
|
export namespace published_1 {
|
|
@@ -60,20 +79,29 @@ declare namespace ICON_PROPS {
|
|
|
60
79
|
export { preset_2 as preset };
|
|
61
80
|
}
|
|
62
81
|
export { deleted_1 as deleted };
|
|
82
|
+
export namespace draft_1 {
|
|
83
|
+
const iconName_3: string;
|
|
84
|
+
export { iconName_3 as iconName };
|
|
85
|
+
const iconColor_3: "#A38300";
|
|
86
|
+
export { iconColor_3 as iconColor };
|
|
87
|
+
const backgroundColor_3: "#FFF9D1";
|
|
88
|
+
export { backgroundColor_3 as backgroundColor };
|
|
89
|
+
const preset_3: string;
|
|
90
|
+
export { preset_3 as preset };
|
|
91
|
+
}
|
|
92
|
+
export { draft_1 as draft };
|
|
63
93
|
}
|
|
64
94
|
declare namespace COMMUN_ACTION_BUTTON_PROPS {
|
|
65
|
-
export namespace
|
|
66
|
-
const
|
|
67
|
-
export {
|
|
68
|
-
export namespace
|
|
69
|
-
const
|
|
70
|
-
export {
|
|
95
|
+
export namespace icon_6 {
|
|
96
|
+
const position_2: string;
|
|
97
|
+
export { position_2 as position };
|
|
98
|
+
export namespace faIcon_2 {
|
|
99
|
+
const name_2: string;
|
|
100
|
+
export { name_2 as name };
|
|
71
101
|
}
|
|
72
|
-
export {
|
|
102
|
+
export { faIcon_2 as faIcon };
|
|
73
103
|
}
|
|
74
|
-
export {
|
|
75
|
-
const type_1: string;
|
|
76
|
-
export { type_1 as type };
|
|
104
|
+
export { icon_6 as icon };
|
|
77
105
|
}
|
|
78
106
|
export {};
|
|
79
107
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -32,6 +32,12 @@ const ICON_PROPS = {
|
|
|
32
32
|
iconColor: COLORS.red_700,
|
|
33
33
|
backgroundColor: COLORS.red_100,
|
|
34
34
|
preset: 'xl'
|
|
35
|
+
},
|
|
36
|
+
draft: {
|
|
37
|
+
iconName: 'circle-exclamation',
|
|
38
|
+
iconColor: COLORS.yellow_700,
|
|
39
|
+
backgroundColor: COLORS.yellow_100,
|
|
40
|
+
preset: 'xl'
|
|
35
41
|
}
|
|
36
42
|
};
|
|
37
43
|
export const POPIN_THEMES = {
|
|
@@ -55,6 +61,19 @@ export const POPIN_THEMES = {
|
|
|
55
61
|
},
|
|
56
62
|
type: 'dangerous'
|
|
57
63
|
}
|
|
64
|
+
},
|
|
65
|
+
draft: {
|
|
66
|
+
icon: ICON_PROPS.draft,
|
|
67
|
+
actionButton: {
|
|
68
|
+
...COMMUN_ACTION_BUTTON_PROPS,
|
|
69
|
+
icon: {
|
|
70
|
+
position: 'left',
|
|
71
|
+
faIcon: {
|
|
72
|
+
...COMMUN_ACTION_BUTTON_PROPS.icon.faIcon,
|
|
73
|
+
name: 'floppy-disk'
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
58
77
|
}
|
|
59
78
|
};
|
|
60
79
|
//# sourceMappingURL=utils.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","names":["COLORS","COMMUN_ACTION_BUTTON_PROPS","icon","position","faIcon","name","color","white","size","customStyle","padding","alignItems","type","ICON_PROPS","published","iconName","iconColor","cm_grey_500","backgroundColor","gray","preset","archived","yellow_700","yellow_100","deleted","red_700","red_100","POPIN_THEMES","actionButton"],"sources":["../../../../src/template/back-office/brand-update/utils.js"],"sourcesContent":["import {COLORS} from '../../../variables/colors';\n\nconst COMMUN_ACTION_BUTTON_PROPS = {\n icon: {\n position: 'left',\n faIcon: {\n name: 'circle-check',\n color: COLORS.white,\n size: 14,\n customStyle: {\n padding: 0,\n alignItems: 'baseline'\n }\n }\n },\n type: 'primary'\n};\n\nconst ICON_PROPS = {\n published: {\n iconName: 'cloud-arrow-up',\n iconColor: COLORS.cm_grey_500,\n backgroundColor: COLORS.gray,\n preset: 'xl'\n },\n archived: {\n iconName: 'circle-exclamation',\n iconColor: COLORS.yellow_700,\n backgroundColor: COLORS.yellow_100,\n preset: 'xl'\n },\n deleted: {\n iconName: 'triangle-exclamation',\n iconColor: COLORS.red_700,\n backgroundColor: COLORS.red_100,\n preset: 'xl'\n }\n};\n\nexport const POPIN_THEMES = {\n published: {\n icon: ICON_PROPS.published,\n actionButton: COMMUN_ACTION_BUTTON_PROPS\n },\n archived: {\n icon: ICON_PROPS.archived,\n actionButton: COMMUN_ACTION_BUTTON_PROPS\n },\n deleted: {\n icon: ICON_PROPS.deleted,\n actionButton: {\n icon: {\n position: 'left',\n faIcon: {\n ...COMMUN_ACTION_BUTTON_PROPS.icon.faIcon,\n name: 'trash'\n }\n },\n type: 'dangerous'\n }\n }\n};\n"],"mappings":"AAAA,SAAQA,MAAM,QAAO,2BAA2B;AAEhD,MAAMC,0BAA0B,GAAG;EACjCC,IAAI,EAAE;IACJC,QAAQ,EAAE,MAAM;IAChBC,MAAM,EAAE;MACNC,IAAI,EAAE,cAAc;MACpBC,KAAK,EAAEN,MAAM,CAACO,KAAK;MACnBC,IAAI,EAAE,EAAE;MACRC,WAAW,EAAE;QACXC,OAAO,EAAE,CAAC;QACVC,UAAU,EAAE;MACd;IACF;EACF,CAAC;EACDC,IAAI,EAAE;AACR,CAAC;AAED,MAAMC,UAAU,GAAG;EACjBC,SAAS,EAAE;IACTC,QAAQ,EAAE,gBAAgB;IAC1BC,SAAS,EAAEhB,MAAM,CAACiB,WAAW;IAC7BC,eAAe,EAAElB,MAAM,CAACmB,IAAI;IAC5BC,MAAM,EAAE;EACV,CAAC;EACDC,QAAQ,EAAE;IACRN,QAAQ,EAAE,oBAAoB;IAC9BC,SAAS,EAAEhB,MAAM,CAACsB,UAAU;IAC5BJ,eAAe,EAAElB,MAAM,CAACuB,UAAU;IAClCH,MAAM,EAAE;EACV,CAAC;EACDI,OAAO,EAAE;IACPT,QAAQ,EAAE,sBAAsB;IAChCC,SAAS,EAAEhB,MAAM,CAACyB,OAAO;IACzBP,eAAe,EAAElB,MAAM,CAAC0B,OAAO;IAC/BN,MAAM,EAAE;EACV;AACF,CAAC;AAED,OAAO,
|
|
1
|
+
{"version":3,"file":"utils.js","names":["COLORS","COMMUN_ACTION_BUTTON_PROPS","icon","position","faIcon","name","color","white","size","customStyle","padding","alignItems","type","ICON_PROPS","published","iconName","iconColor","cm_grey_500","backgroundColor","gray","preset","archived","yellow_700","yellow_100","deleted","red_700","red_100","draft","POPIN_THEMES","actionButton"],"sources":["../../../../src/template/back-office/brand-update/utils.js"],"sourcesContent":["import {COLORS} from '../../../variables/colors';\n\nconst COMMUN_ACTION_BUTTON_PROPS = {\n icon: {\n position: 'left',\n faIcon: {\n name: 'circle-check',\n color: COLORS.white,\n size: 14,\n customStyle: {\n padding: 0,\n alignItems: 'baseline'\n }\n }\n },\n type: 'primary'\n};\n\nconst ICON_PROPS = {\n published: {\n iconName: 'cloud-arrow-up',\n iconColor: COLORS.cm_grey_500,\n backgroundColor: COLORS.gray,\n preset: 'xl'\n },\n archived: {\n iconName: 'circle-exclamation',\n iconColor: COLORS.yellow_700,\n backgroundColor: COLORS.yellow_100,\n preset: 'xl'\n },\n deleted: {\n iconName: 'triangle-exclamation',\n iconColor: COLORS.red_700,\n backgroundColor: COLORS.red_100,\n preset: 'xl'\n },\n draft: {\n iconName: 'circle-exclamation',\n iconColor: COLORS.yellow_700,\n backgroundColor: COLORS.yellow_100,\n preset: 'xl'\n }\n};\n\nexport const POPIN_THEMES = {\n published: {\n icon: ICON_PROPS.published,\n actionButton: COMMUN_ACTION_BUTTON_PROPS\n },\n archived: {\n icon: ICON_PROPS.archived,\n actionButton: COMMUN_ACTION_BUTTON_PROPS\n },\n deleted: {\n icon: ICON_PROPS.deleted,\n actionButton: {\n icon: {\n position: 'left',\n faIcon: {\n ...COMMUN_ACTION_BUTTON_PROPS.icon.faIcon,\n name: 'trash'\n }\n },\n type: 'dangerous'\n }\n },\n draft: {\n icon: ICON_PROPS.draft,\n actionButton: {\n ...COMMUN_ACTION_BUTTON_PROPS,\n icon: {\n position: 'left',\n faIcon: {\n ...COMMUN_ACTION_BUTTON_PROPS.icon.faIcon,\n name: 'floppy-disk'\n }\n }\n }\n }\n};\n"],"mappings":"AAAA,SAAQA,MAAM,QAAO,2BAA2B;AAEhD,MAAMC,0BAA0B,GAAG;EACjCC,IAAI,EAAE;IACJC,QAAQ,EAAE,MAAM;IAChBC,MAAM,EAAE;MACNC,IAAI,EAAE,cAAc;MACpBC,KAAK,EAAEN,MAAM,CAACO,KAAK;MACnBC,IAAI,EAAE,EAAE;MACRC,WAAW,EAAE;QACXC,OAAO,EAAE,CAAC;QACVC,UAAU,EAAE;MACd;IACF;EACF,CAAC;EACDC,IAAI,EAAE;AACR,CAAC;AAED,MAAMC,UAAU,GAAG;EACjBC,SAAS,EAAE;IACTC,QAAQ,EAAE,gBAAgB;IAC1BC,SAAS,EAAEhB,MAAM,CAACiB,WAAW;IAC7BC,eAAe,EAAElB,MAAM,CAACmB,IAAI;IAC5BC,MAAM,EAAE;EACV,CAAC;EACDC,QAAQ,EAAE;IACRN,QAAQ,EAAE,oBAAoB;IAC9BC,SAAS,EAAEhB,MAAM,CAACsB,UAAU;IAC5BJ,eAAe,EAAElB,MAAM,CAACuB,UAAU;IAClCH,MAAM,EAAE;EACV,CAAC;EACDI,OAAO,EAAE;IACPT,QAAQ,EAAE,sBAAsB;IAChCC,SAAS,EAAEhB,MAAM,CAACyB,OAAO;IACzBP,eAAe,EAAElB,MAAM,CAAC0B,OAAO;IAC/BN,MAAM,EAAE;EACV,CAAC;EACDO,KAAK,EAAE;IACLZ,QAAQ,EAAE,oBAAoB;IAC9BC,SAAS,EAAEhB,MAAM,CAACsB,UAAU;IAC5BJ,eAAe,EAAElB,MAAM,CAACuB,UAAU;IAClCH,MAAM,EAAE;EACV;AACF,CAAC;AAED,OAAO,MAAMQ,YAAY,GAAG;EAC1Bd,SAAS,EAAE;IACTZ,IAAI,EAAEW,UAAU,CAACC,SAAS;IAC1Be,YAAY,EAAE5B;EAChB,CAAC;EACDoB,QAAQ,EAAE;IACRnB,IAAI,EAAEW,UAAU,CAACQ,QAAQ;IACzBQ,YAAY,EAAE5B;EAChB,CAAC;EACDuB,OAAO,EAAE;IACPtB,IAAI,EAAEW,UAAU,CAACW,OAAO;IACxBK,YAAY,EAAE;MACZ3B,IAAI,EAAE;QACJC,QAAQ,EAAE,MAAM;QAChBC,MAAM,EAAE;UACN,GAAGH,0BAA0B,CAACC,IAAI,CAACE,MAAM;UACzCC,IAAI,EAAE;QACR;MACF,CAAC;MACDO,IAAI,EAAE;IACR;EACF,CAAC;EACDe,KAAK,EAAE;IACLzB,IAAI,EAAEW,UAAU,CAACc,KAAK;IACtBE,YAAY,EAAE;MACZ,GAAG5B,0BAA0B;MAC7BC,IAAI,EAAE;QACJC,QAAQ,EAAE,MAAM;QAChBC,MAAM,EAAE;UACN,GAAGH,0BAA0B,CAACC,IAAI,CAACE,MAAM;UACzCC,IAAI,EAAE;QACR;MACF;IACF;EACF;AACF,CAAC","ignoreList":[]}
|
|
@@ -19,7 +19,7 @@ declare namespace Dashboard {
|
|
|
19
19
|
'data-name': PropTypes.Requireable<string>;
|
|
20
20
|
titleSize: PropTypes.Requireable<string>;
|
|
21
21
|
subtitleSize: PropTypes.Requireable<string>;
|
|
22
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
22
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
23
23
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
24
24
|
label: PropTypes.Requireable<string>;
|
|
25
25
|
type: PropTypes.Requireable<string>;
|
|
@@ -27,17 +27,7 @@ declare namespace Dashboard {
|
|
|
27
27
|
customStyle: PropTypes.Requireable<{
|
|
28
28
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
29
29
|
}>;
|
|
30
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
31
|
-
position: PropTypes.Requireable<string>;
|
|
32
|
-
iconName?: React.Validator<string> | undefined;
|
|
33
|
-
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
34
|
-
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
35
|
-
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
36
|
-
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
37
|
-
preset?: React.Validator<string | null | undefined> | undefined;
|
|
38
|
-
size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
|
|
39
|
-
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
40
|
-
}>>;
|
|
30
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
41
31
|
}>>;
|
|
42
32
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
43
33
|
type: PropTypes.Requireable<string>;
|
|
@@ -124,8 +114,8 @@ declare namespace Dashboard {
|
|
|
124
114
|
borderRadius: PropTypes.Requireable<string>;
|
|
125
115
|
preset: PropTypes.Requireable<string>;
|
|
126
116
|
size: PropTypes.Requireable<PropTypes.InferProps<{
|
|
127
|
-
faSize: PropTypes.
|
|
128
|
-
wrapperSize: PropTypes.
|
|
117
|
+
faSize: PropTypes.Requireable<number>;
|
|
118
|
+
wrapperSize: PropTypes.Requireable<number>;
|
|
129
119
|
}>>;
|
|
130
120
|
customStyle: PropTypes.Requireable<{
|
|
131
121
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
@@ -563,7 +553,7 @@ declare namespace Dashboard {
|
|
|
563
553
|
'data-name': PropTypes.Requireable<string>;
|
|
564
554
|
titleSize: PropTypes.Requireable<string>;
|
|
565
555
|
subtitleSize: PropTypes.Requireable<string>;
|
|
566
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
556
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
567
557
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
568
558
|
label: PropTypes.Requireable<string>;
|
|
569
559
|
type: PropTypes.Requireable<string>;
|
|
@@ -571,17 +561,7 @@ declare namespace Dashboard {
|
|
|
571
561
|
customStyle: PropTypes.Requireable<{
|
|
572
562
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
573
563
|
}>;
|
|
574
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
575
|
-
position: PropTypes.Requireable<string>;
|
|
576
|
-
iconName?: React.Validator<string> | undefined;
|
|
577
|
-
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
578
|
-
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
579
|
-
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
580
|
-
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
581
|
-
preset?: React.Validator<string | null | undefined> | undefined;
|
|
582
|
-
size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
|
|
583
|
-
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
584
|
-
}>>;
|
|
564
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
585
565
|
}>>;
|
|
586
566
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
587
567
|
type: PropTypes.Requireable<string>;
|
|
@@ -796,7 +776,7 @@ declare namespace Dashboard {
|
|
|
796
776
|
'data-name': PropTypes.Requireable<string>;
|
|
797
777
|
titleSize: PropTypes.Requireable<string>;
|
|
798
778
|
subtitleSize: PropTypes.Requireable<string>;
|
|
799
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
779
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
800
780
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
801
781
|
label: PropTypes.Requireable<string>;
|
|
802
782
|
type: PropTypes.Requireable<string>;
|
|
@@ -804,17 +784,7 @@ declare namespace Dashboard {
|
|
|
804
784
|
customStyle: PropTypes.Requireable<{
|
|
805
785
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
806
786
|
}>;
|
|
807
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
808
|
-
position: PropTypes.Requireable<string>;
|
|
809
|
-
iconName?: React.Validator<string> | undefined;
|
|
810
|
-
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
811
|
-
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
812
|
-
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
813
|
-
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
814
|
-
preset?: React.Validator<string | null | undefined> | undefined;
|
|
815
|
-
size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
|
|
816
|
-
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
817
|
-
}>>;
|
|
787
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
818
788
|
}>>;
|
|
819
789
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
820
790
|
type: PropTypes.Requireable<string>;
|
|
@@ -901,8 +871,8 @@ declare namespace Dashboard {
|
|
|
901
871
|
borderRadius: PropTypes.Requireable<string>;
|
|
902
872
|
preset: PropTypes.Requireable<string>;
|
|
903
873
|
size: PropTypes.Requireable<PropTypes.InferProps<{
|
|
904
|
-
faSize: PropTypes.
|
|
905
|
-
wrapperSize: PropTypes.
|
|
874
|
+
faSize: PropTypes.Requireable<number>;
|
|
875
|
+
wrapperSize: PropTypes.Requireable<number>;
|
|
906
876
|
}>>;
|
|
907
877
|
customStyle: PropTypes.Requireable<{
|
|
908
878
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
@@ -1340,7 +1310,7 @@ declare namespace Dashboard {
|
|
|
1340
1310
|
'data-name': PropTypes.Requireable<string>;
|
|
1341
1311
|
titleSize: PropTypes.Requireable<string>;
|
|
1342
1312
|
subtitleSize: PropTypes.Requireable<string>;
|
|
1343
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
1313
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
1344
1314
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1345
1315
|
label: PropTypes.Requireable<string>;
|
|
1346
1316
|
type: PropTypes.Requireable<string>;
|
|
@@ -1348,17 +1318,7 @@ declare namespace Dashboard {
|
|
|
1348
1318
|
customStyle: PropTypes.Requireable<{
|
|
1349
1319
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1350
1320
|
}>;
|
|
1351
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
1352
|
-
position: PropTypes.Requireable<string>;
|
|
1353
|
-
iconName?: React.Validator<string> | undefined;
|
|
1354
|
-
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
1355
|
-
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
1356
|
-
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
1357
|
-
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
1358
|
-
preset?: React.Validator<string | null | undefined> | undefined;
|
|
1359
|
-
size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
|
|
1360
|
-
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
1361
|
-
}>>;
|
|
1321
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
1362
1322
|
}>>;
|
|
1363
1323
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1364
1324
|
type: PropTypes.Requireable<string>;
|
|
@@ -1561,5 +1521,4 @@ declare namespace Dashboard {
|
|
|
1561
1521
|
};
|
|
1562
1522
|
}
|
|
1563
1523
|
import PropTypes from "prop-types";
|
|
1564
|
-
import React from "react";
|
|
1565
1524
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -200,7 +200,7 @@ declare namespace SearchPage {
|
|
|
200
200
|
'data-name': PropTypes.Requireable<string>;
|
|
201
201
|
titleSize: PropTypes.Requireable<string>;
|
|
202
202
|
subtitleSize: PropTypes.Requireable<string>;
|
|
203
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
203
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
204
204
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
205
205
|
label: PropTypes.Requireable<string>;
|
|
206
206
|
type: PropTypes.Requireable<string>;
|
|
@@ -208,17 +208,7 @@ declare namespace SearchPage {
|
|
|
208
208
|
customStyle: PropTypes.Requireable<{
|
|
209
209
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
210
210
|
}>;
|
|
211
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
212
|
-
position: PropTypes.Requireable<string>;
|
|
213
|
-
iconName?: React.Validator<string> | undefined;
|
|
214
|
-
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
215
|
-
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
216
|
-
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
217
|
-
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
218
|
-
preset?: React.Validator<string | null | undefined> | undefined;
|
|
219
|
-
size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
|
|
220
|
-
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
221
|
-
}>>;
|
|
211
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
222
212
|
}>>;
|
|
223
213
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
224
214
|
type: PropTypes.Requireable<string>;
|
|
@@ -305,8 +295,8 @@ declare namespace SearchPage {
|
|
|
305
295
|
borderRadius: PropTypes.Requireable<string>;
|
|
306
296
|
preset: PropTypes.Requireable<string>;
|
|
307
297
|
size: PropTypes.Requireable<PropTypes.InferProps<{
|
|
308
|
-
faSize: PropTypes.
|
|
309
|
-
wrapperSize: PropTypes.
|
|
298
|
+
faSize: PropTypes.Requireable<number>;
|
|
299
|
+
wrapperSize: PropTypes.Requireable<number>;
|
|
310
300
|
}>>;
|
|
311
301
|
customStyle: PropTypes.Requireable<{
|
|
312
302
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
@@ -744,7 +734,7 @@ declare namespace SearchPage {
|
|
|
744
734
|
'data-name': PropTypes.Requireable<string>;
|
|
745
735
|
titleSize: PropTypes.Requireable<string>;
|
|
746
736
|
subtitleSize: PropTypes.Requireable<string>;
|
|
747
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
737
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
748
738
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
749
739
|
label: PropTypes.Requireable<string>;
|
|
750
740
|
type: PropTypes.Requireable<string>;
|
|
@@ -752,17 +742,7 @@ declare namespace SearchPage {
|
|
|
752
742
|
customStyle: PropTypes.Requireable<{
|
|
753
743
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
754
744
|
}>;
|
|
755
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
756
|
-
position: PropTypes.Requireable<string>;
|
|
757
|
-
iconName?: React.Validator<string> | undefined;
|
|
758
|
-
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
759
|
-
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
760
|
-
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
761
|
-
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
762
|
-
preset?: React.Validator<string | null | undefined> | undefined;
|
|
763
|
-
size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
|
|
764
|
-
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
765
|
-
}>>;
|
|
745
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
766
746
|
}>>;
|
|
767
747
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
768
748
|
type: PropTypes.Requireable<string>;
|
|
@@ -965,5 +945,4 @@ declare namespace SearchPage {
|
|
|
965
945
|
}
|
|
966
946
|
}
|
|
967
947
|
import PropTypes from "prop-types";
|
|
968
|
-
import React from "react";
|
|
969
948
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -37,7 +37,7 @@ declare namespace ExternalCourse {
|
|
|
37
37
|
'data-name': PropTypes.Requireable<string>;
|
|
38
38
|
titleSize: PropTypes.Requireable<string>;
|
|
39
39
|
subtitleSize: PropTypes.Requireable<string>;
|
|
40
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
40
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
41
41
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
42
42
|
label: PropTypes.Requireable<string>;
|
|
43
43
|
type: PropTypes.Requireable<string>;
|
|
@@ -45,17 +45,7 @@ declare namespace ExternalCourse {
|
|
|
45
45
|
customStyle: PropTypes.Requireable<{
|
|
46
46
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
47
47
|
}>;
|
|
48
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
49
|
-
position: PropTypes.Requireable<string>;
|
|
50
|
-
iconName?: React.Validator<string> | undefined;
|
|
51
|
-
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
52
|
-
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
53
|
-
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
54
|
-
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
55
|
-
preset?: React.Validator<string | null | undefined> | undefined;
|
|
56
|
-
size?: React.Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
|
|
57
|
-
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
58
|
-
}>>;
|
|
48
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
59
49
|
}>>;
|
|
60
50
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
61
51
|
type: PropTypes.Requireable<string>;
|
|
@@ -142,8 +132,8 @@ declare namespace ExternalCourse {
|
|
|
142
132
|
borderRadius: PropTypes.Requireable<string>;
|
|
143
133
|
preset: PropTypes.Requireable<string>;
|
|
144
134
|
size: PropTypes.Requireable<PropTypes.InferProps<{
|
|
145
|
-
faSize: PropTypes.
|
|
146
|
-
wrapperSize: PropTypes.
|
|
135
|
+
faSize: PropTypes.Requireable<number>;
|
|
136
|
+
wrapperSize: PropTypes.Requireable<number>;
|
|
147
137
|
}>>;
|
|
148
138
|
customStyle: PropTypes.Requireable<{
|
|
149
139
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
@@ -581,7 +571,7 @@ declare namespace ExternalCourse {
|
|
|
581
571
|
'data-name': PropTypes.Requireable<string>;
|
|
582
572
|
titleSize: PropTypes.Requireable<string>;
|
|
583
573
|
subtitleSize: PropTypes.Requireable<string>;
|
|
584
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
574
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
585
575
|
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
586
576
|
label: PropTypes.Requireable<string>;
|
|
587
577
|
type: PropTypes.Requireable<string>;
|
|
@@ -589,17 +579,7 @@ declare namespace ExternalCourse {
|
|
|
589
579
|
customStyle: PropTypes.Requireable<{
|
|
590
580
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
591
581
|
}>;
|
|
592
|
-
icon: PropTypes.Requireable<PropTypes.InferProps<
|
|
593
|
-
position: PropTypes.Requireable<string>;
|
|
594
|
-
iconName?: React.Validator<string> | undefined;
|
|
595
|
-
iconColor?: React.Validator<string | null | undefined> | undefined;
|
|
596
|
-
backgroundColor?: React.Validator<string | null | undefined> | undefined;
|
|
597
|
-
gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
|
|
598
|
-
borderRadius?: React.Validator<string | null | undefined> | undefined;
|
|
599
|
-
preset?: React.Validator<string | null | undefined> | undefined;
|
|
600
|
-
size?: React.Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
|
|
601
|
-
customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
|
|
602
|
-
}>>;
|
|
582
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
603
583
|
}>>;
|
|
604
584
|
button: PropTypes.Requireable<PropTypes.InferProps<{
|
|
605
585
|
type: PropTypes.Requireable<string>;
|
|
@@ -825,5 +805,4 @@ declare namespace ExternalCourse {
|
|
|
825
805
|
}
|
|
826
806
|
}
|
|
827
807
|
import PropTypes from "prop-types";
|
|
828
|
-
import React from "react";
|
|
829
808
|
//# sourceMappingURL=index.d.ts.map
|