@edifice.io/react 2.2.14 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/SearchBar/SearchBar.d.ts +33 -9
- package/dist/components/SearchBar/SearchBar.js +17 -2
- package/dist/hooks/useLibraryUrl/useLibraryUrl.d.ts +1 -1
- package/dist/hooks/useLibraryUrl/useLibraryUrl.js +2 -2
- package/dist/icons-apps.js +176 -164
- package/dist/icons.js +198 -190
- package/dist/modules/icons/components/IconLibrary.d.ts +7 -0
- package/dist/modules/icons/components/IconLibrary.js +12 -0
- package/dist/modules/icons/components/IconNotification.d.ts +7 -0
- package/dist/modules/icons/components/IconNotification.js +12 -0
- package/dist/modules/icons/components/IconStar.d.ts +7 -0
- package/dist/modules/icons/components/IconStar.js +13 -0
- package/dist/modules/icons/components/IconStarFavorite.d.ts +7 -0
- package/dist/modules/icons/components/IconStarFull.d.ts +7 -0
- package/dist/modules/icons/components/IconStarFull.js +13 -0
- package/dist/modules/icons/components/apps/IconAccount.js +2 -2
- package/dist/modules/icons/components/apps/IconActualites.js +2 -2
- package/dist/modules/icons/components/apps/IconAdmin.js +2 -2
- package/dist/modules/icons/components/apps/IconAgenda.js +3 -2
- package/dist/modules/icons/components/apps/IconAppointments.js +2 -2
- package/dist/modules/icons/components/apps/IconArchive.js +2 -2
- package/dist/modules/icons/components/apps/IconBlog.js +2 -2
- package/dist/modules/icons/components/apps/IconCahierDeTexte.js +2 -2
- package/dist/modules/icons/components/apps/IconCahierTextes.js +2 -2
- package/dist/modules/icons/components/apps/IconCalendar.js +3 -2
- package/dist/modules/icons/components/apps/IconCollaborativeWall.js +2 -2
- package/dist/modules/icons/components/apps/IconCommunity.js +2 -2
- package/dist/modules/icons/components/apps/IconConversation.js +2 -2
- package/dist/modules/icons/components/apps/IconDirectory.js +2 -2
- package/dist/modules/icons/components/apps/IconEdt.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconEdt.js +12 -0
- package/dist/modules/icons/components/apps/IconExercizer.js +2 -2
- package/dist/modules/icons/components/apps/IconForms.js +2 -6
- package/dist/modules/icons/components/apps/IconForum.js +2 -2
- package/dist/modules/icons/components/apps/IconGeogebra.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconGeogebra.js +12 -0
- package/dist/modules/icons/components/apps/IconLibrary.js +2 -2
- package/dist/modules/icons/components/apps/IconMagneto.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMagneto.js +13 -0
- package/dist/modules/icons/components/apps/IconMediacentre.js +2 -2
- package/dist/modules/icons/components/apps/IconMindmap.js +2 -2
- package/dist/modules/icons/components/apps/IconMinetest.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMinetest.js +12 -0
- package/dist/modules/icons/components/apps/IconMinibadge.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMinibadge.js +12 -0
- package/dist/modules/icons/components/apps/IconMoodle.js +2 -2
- package/dist/modules/icons/components/apps/IconNabook.js +6 -4
- package/dist/modules/icons/components/apps/IconNotebook.js +2 -2
- package/dist/modules/icons/components/apps/IconPad.js +2 -2
- package/dist/modules/icons/components/apps/IconPages.js +2 -2
- package/dist/modules/icons/components/apps/IconParametrage.js +2 -2
- package/dist/modules/icons/components/apps/IconParametrages.js +2 -2
- package/dist/modules/icons/components/apps/IconPoll.js +2 -2
- package/dist/modules/icons/components/apps/IconPresences.js +2 -6
- package/dist/modules/icons/components/apps/IconRack.js +2 -2
- package/dist/modules/icons/components/apps/IconRbs.js +2 -2
- package/dist/modules/icons/components/apps/IconSchoolbook.js +2 -2
- package/dist/modules/icons/components/apps/IconScrapbook.js +2 -2
- package/dist/modules/icons/components/apps/IconSettingsClass.js +2 -2
- package/dist/modules/icons/components/apps/IconSharebigfiles.js +2 -2
- package/dist/modules/icons/components/apps/IconStatistics.js +2 -2
- package/dist/modules/icons/components/apps/IconSupport.js +2 -2
- package/dist/modules/icons/components/apps/IconTimeline.js +2 -2
- package/dist/modules/icons/components/apps/IconTimelinegenerator.js +2 -2
- package/dist/modules/icons/components/apps/IconUserbook.js +2 -2
- package/dist/modules/icons/components/apps/IconVisioconf.js +2 -2
- package/dist/modules/icons/components/apps/IconVotil.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconVotil.js +14 -0
- package/dist/modules/icons/components/apps/IconWebsite.js +2 -2
- package/dist/modules/icons/components/apps/IconWiki.js +3 -3
- package/dist/modules/icons/components/apps/IconWorkspace.js +2 -2
- package/dist/modules/icons/components/apps/index.d.ts +6 -0
- package/dist/modules/icons/components/index.d.ts +4 -0
- package/dist/modules/modals/OnboardingModal/OnboardingModal.d.ts +6 -4
- package/dist/modules/modals/OnboardingModal/OnboardingModal.js +27 -13
- package/dist/modules/modals/OnboardingModal/index.d.ts +1 -0
- package/dist/modules/modals/OnboardingModal/useOnboardingModal.js +4 -4
- package/package.json +6 -6
|
@@ -2,7 +2,7 @@ import { ReactNode } from 'react';
|
|
|
2
2
|
import { LoadingIcon, LoadingPosition } from '../Loading';
|
|
3
3
|
export type ButtonRef = HTMLButtonElement;
|
|
4
4
|
export type ButtonTypes = 'button' | 'submit' | 'reset';
|
|
5
|
-
export type ButtonColors = 'primary' | 'secondary' | 'tertiary' | 'danger';
|
|
5
|
+
export type ButtonColors = 'primary' | 'secondary' | 'tertiary' | 'danger' | 'black';
|
|
6
6
|
export type ButtonVariants = 'filled' | 'outline' | 'ghost';
|
|
7
7
|
export type ButtonSizes = 'sm' | 'md' | 'lg';
|
|
8
8
|
export interface ButtonProps extends React.ComponentPropsWithRef<'button'> {
|
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
import { ChangeEvent } from 'react';
|
|
2
2
|
import { Size } from '../../types';
|
|
3
|
+
/**
|
|
4
|
+
* Base props shared by both SearchBar variants
|
|
5
|
+
*/
|
|
3
6
|
export interface BaseProps extends Omit<React.ComponentPropsWithoutRef<'input'>, 'size'> {
|
|
4
7
|
/**
|
|
5
|
-
* String or
|
|
8
|
+
* String or template literal key for i18next translation
|
|
6
9
|
*/
|
|
7
10
|
placeholder?: string;
|
|
8
11
|
/**
|
|
9
|
-
* Control SearchBar size
|
|
12
|
+
* Control SearchBar size (excluding 'sm')
|
|
10
13
|
*/
|
|
11
14
|
size?: Exclude<Size, 'sm'>;
|
|
12
15
|
/**
|
|
13
|
-
*
|
|
16
|
+
* Disable the input
|
|
14
17
|
*/
|
|
15
18
|
disabled?: boolean;
|
|
16
19
|
/**
|
|
@@ -19,37 +22,58 @@ export interface BaseProps extends Omit<React.ComponentPropsWithoutRef<'input'>,
|
|
|
19
22
|
buttonDisabled?: boolean;
|
|
20
23
|
/**
|
|
21
24
|
* Optional class for styling purpose
|
|
25
|
+
* Optional class for custom styling
|
|
22
26
|
*/
|
|
23
27
|
className?: string;
|
|
24
28
|
/**
|
|
25
|
-
*
|
|
29
|
+
* onChange handler for input changes
|
|
26
30
|
*/
|
|
27
31
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
32
|
+
/**
|
|
33
|
+
* Current value of the input
|
|
34
|
+
*/
|
|
35
|
+
value?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Show a clear (reset) button when value is present
|
|
38
|
+
*/
|
|
39
|
+
clearable?: boolean;
|
|
28
40
|
}
|
|
41
|
+
/**
|
|
42
|
+
* Default SearchBar with a submit button
|
|
43
|
+
*/
|
|
29
44
|
type DefaultSearchBar = {
|
|
30
45
|
/**
|
|
31
|
-
*
|
|
46
|
+
* Use false to render the default SearchBar (with a button)
|
|
32
47
|
*/
|
|
33
48
|
isVariant: false;
|
|
34
49
|
/**
|
|
35
|
-
*
|
|
50
|
+
* Callback when clicking the search button
|
|
36
51
|
*/
|
|
37
52
|
onClick: () => void;
|
|
38
53
|
};
|
|
54
|
+
/**
|
|
55
|
+
* Dynamic SearchBar with icon and no submit button
|
|
56
|
+
*/
|
|
39
57
|
type DynamicSearchBar = {
|
|
40
58
|
/**
|
|
41
|
-
*
|
|
59
|
+
* Use true to render the dynamic SearchBar (with an icon inside input)
|
|
42
60
|
*/
|
|
43
61
|
isVariant: true;
|
|
44
62
|
/**
|
|
45
|
-
*
|
|
63
|
+
* onClick must be undefined for dynamic variant
|
|
46
64
|
*/
|
|
47
65
|
onClick?: undefined;
|
|
48
66
|
};
|
|
67
|
+
/**
|
|
68
|
+
* Props for the SearchBar component
|
|
69
|
+
*/
|
|
49
70
|
export type Props = DefaultSearchBar | DynamicSearchBar;
|
|
50
71
|
export type SearchBarProps = BaseProps & Props;
|
|
72
|
+
/**
|
|
73
|
+
* SearchBar component to handle dynamic or static search input
|
|
74
|
+
*/
|
|
51
75
|
declare const SearchBar: {
|
|
52
|
-
({ isVariant, size, placeholder, className, disabled, buttonDisabled, onChange, onClick, ...restProps }: SearchBarProps): import("react/jsx-runtime").JSX.Element;
|
|
76
|
+
({ isVariant, size, placeholder, className, disabled, buttonDisabled, onChange, onClick, value, clearable, ...restProps }: SearchBarProps): import("react/jsx-runtime").JSX.Element;
|
|
53
77
|
displayName: string;
|
|
54
78
|
};
|
|
55
79
|
export default SearchBar;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import clsx from "clsx";
|
|
3
3
|
import { useTranslation } from "react-i18next";
|
|
4
|
+
import SvgIconClose from "../../modules/icons/components/IconClose.js";
|
|
4
5
|
import SvgIconSearch from "../../modules/icons/components/IconSearch.js";
|
|
5
6
|
import FormControl from "../Form/FormControl.js";
|
|
6
7
|
import SearchButton from "../Button/SearchButton.js";
|
|
@@ -13,6 +14,8 @@ const SearchBar = ({
|
|
|
13
14
|
buttonDisabled,
|
|
14
15
|
onChange,
|
|
15
16
|
onClick,
|
|
17
|
+
value,
|
|
18
|
+
clearable = !1,
|
|
16
19
|
...restProps
|
|
17
20
|
}) => {
|
|
18
21
|
const {
|
|
@@ -22,15 +25,27 @@ const SearchBar = ({
|
|
|
22
25
|
"position-relative": isVariant
|
|
23
26
|
}), input = clsx({
|
|
24
27
|
"border-end-0": !isVariant,
|
|
25
|
-
"ps-48": isVariant
|
|
28
|
+
"ps-48": isVariant,
|
|
29
|
+
"searchbar-hide-native-clear": isVariant && clearable
|
|
26
30
|
}), handleClick = () => {
|
|
27
31
|
onClick == null || onClick();
|
|
28
32
|
}, handleKeyDown = (e) => {
|
|
29
33
|
e.key === "Enter" && (e.preventDefault(), handleClick());
|
|
34
|
+
}, handleClear = () => {
|
|
35
|
+
const event = {
|
|
36
|
+
target: {
|
|
37
|
+
value: ""
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
onChange == null || onChange(event);
|
|
30
41
|
};
|
|
31
42
|
return /* @__PURE__ */ jsxs(FormControl, { id: "search-bar", className: searchbar, children: [
|
|
32
43
|
isVariant && /* @__PURE__ */ jsx("div", { className: "position-absolute z-1 top-50 start-0 translate-middle-y border-0 ps-12 bg-transparent", children: /* @__PURE__ */ jsx(SvgIconSearch, {}) }),
|
|
33
|
-
/* @__PURE__ */ jsx(FormControl.Input, { type: "search", placeholder: t(placeholder), size, noValidationIcon: !0, className: input, onChange, disabled, onKeyDown: handleKeyDown, ...restProps }),
|
|
44
|
+
/* @__PURE__ */ jsx(FormControl.Input, { type: "search", placeholder: t(placeholder), size, noValidationIcon: !0, className: input, onChange, value, disabled, onKeyDown: handleKeyDown, ...restProps }),
|
|
45
|
+
isVariant && clearable && value && onChange && /* @__PURE__ */ jsx("button", { type: "button", onClick: handleClear, className: "position-absolute end-0 top-50 translate-middle-y pe-12 bg-transparent border-0", "aria-label": t("clear"), children: /* @__PURE__ */ jsx(SvgIconClose, { className: "color-gray", style: {
|
|
46
|
+
width: 12,
|
|
47
|
+
height: 12
|
|
48
|
+
} }) }),
|
|
34
49
|
!isVariant && /* @__PURE__ */ jsx(SearchButton, { type: "submit", "aria-label": t("search"), icon: /* @__PURE__ */ jsx(SvgIconSearch, {}), className: "border-start-0", onClick: handleClick, disabled: buttonDisabled })
|
|
35
50
|
] });
|
|
36
51
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { libraryMaps } from "@edifice.io/utilities";
|
|
2
2
|
import { useEdificeClient } from "../../providers/EdificeClientProvider/EdificeClientProvider.hook.js";
|
|
3
|
-
const useLibraryUrl = () => {
|
|
3
|
+
const useLibraryUrl = (appCodeName) => {
|
|
4
4
|
var _a;
|
|
5
5
|
const {
|
|
6
6
|
user,
|
|
7
7
|
appCode
|
|
8
|
-
} = useEdificeClient(), appName = libraryMaps[appCode], libraryApp = user == null ? void 0 : user.apps.find((app) => app.isExternal && app.address.includes("library"));
|
|
8
|
+
} = useEdificeClient(), appName = libraryMaps[appCodeName ?? appCode], libraryApp = user == null ? void 0 : user.apps.find((app) => app.isExternal && app.address.includes("library"));
|
|
9
9
|
if (!libraryApp)
|
|
10
10
|
return null;
|
|
11
11
|
const libraryUrlSplit = (_a = libraryApp.address) == null ? void 0 : _a.split("?");
|
package/dist/icons-apps.js
CHANGED
|
@@ -33,88 +33,94 @@ import { default as default33 } from "./modules/icons/components/apps/IconConnec
|
|
|
33
33
|
import { default as default34 } from "./modules/icons/components/apps/IconConnecteurGenerique2.js";
|
|
34
34
|
import { default as default35 } from "./modules/icons/components/apps/IconConversation.js";
|
|
35
35
|
import { default as default36 } from "./modules/icons/components/apps/IconDirectory.js";
|
|
36
|
-
import { default as default37 } from "./modules/icons/components/apps/
|
|
37
|
-
import { default as default38 } from "./modules/icons/components/apps/
|
|
38
|
-
import { default as default39 } from "./modules/icons/components/apps/
|
|
39
|
-
import { default as default40 } from "./modules/icons/components/apps/
|
|
40
|
-
import { default as default41 } from "./modules/icons/components/apps/
|
|
41
|
-
import { default as default42 } from "./modules/icons/components/apps/
|
|
42
|
-
import { default as default43 } from "./modules/icons/components/apps/
|
|
43
|
-
import { default as default44 } from "./modules/icons/components/apps/
|
|
44
|
-
import { default as default45 } from "./modules/icons/components/apps/
|
|
45
|
-
import { default as default46 } from "./modules/icons/components/apps/
|
|
46
|
-
import { default as default47 } from "./modules/icons/components/apps/
|
|
47
|
-
import { default as default48 } from "./modules/icons/components/apps/
|
|
48
|
-
import { default as default49 } from "./modules/icons/components/apps/
|
|
49
|
-
import { default as default50 } from "./modules/icons/components/apps/
|
|
50
|
-
import { default as default51 } from "./modules/icons/components/apps/
|
|
51
|
-
import { default as default52 } from "./modules/icons/components/apps/
|
|
52
|
-
import { default as default53 } from "./modules/icons/components/apps/
|
|
53
|
-
import { default as default54 } from "./modules/icons/components/apps/
|
|
54
|
-
import { default as default55 } from "./modules/icons/components/apps/
|
|
55
|
-
import { default as default56 } from "./modules/icons/components/apps/
|
|
56
|
-
import { default as default57 } from "./modules/icons/components/apps/
|
|
57
|
-
import { default as default58 } from "./modules/icons/components/apps/
|
|
58
|
-
import { default as default59 } from "./modules/icons/components/apps/
|
|
59
|
-
import { default as default60 } from "./modules/icons/components/apps/
|
|
60
|
-
import { default as default61 } from "./modules/icons/components/apps/
|
|
61
|
-
import { default as default62 } from "./modules/icons/components/apps/
|
|
62
|
-
import { default as default63 } from "./modules/icons/components/apps/
|
|
63
|
-
import { default as default64 } from "./modules/icons/components/apps/
|
|
64
|
-
import { default as default65 } from "./modules/icons/components/apps/
|
|
65
|
-
import { default as default66 } from "./modules/icons/components/apps/
|
|
66
|
-
import { default as default67 } from "./modules/icons/components/apps/
|
|
67
|
-
import { default as default68 } from "./modules/icons/components/apps/
|
|
68
|
-
import { default as default69 } from "./modules/icons/components/apps/
|
|
69
|
-
import { default as default70 } from "./modules/icons/components/apps/
|
|
70
|
-
import { default as default71 } from "./modules/icons/components/apps/
|
|
71
|
-
import { default as default72 } from "./modules/icons/components/apps/
|
|
72
|
-
import { default as default73 } from "./modules/icons/components/apps/
|
|
73
|
-
import { default as default74 } from "./modules/icons/components/apps/
|
|
74
|
-
import { default as default75 } from "./modules/icons/components/apps/
|
|
75
|
-
import { default as default76 } from "./modules/icons/components/apps/
|
|
76
|
-
import { default as default77 } from "./modules/icons/components/apps/
|
|
77
|
-
import { default as default78 } from "./modules/icons/components/apps/
|
|
78
|
-
import { default as default79 } from "./modules/icons/components/apps/
|
|
79
|
-
import { default as default80 } from "./modules/icons/components/apps/
|
|
80
|
-
import { default as default81 } from "./modules/icons/components/apps/
|
|
81
|
-
import { default as default82 } from "./modules/icons/components/apps/
|
|
82
|
-
import { default as default83 } from "./modules/icons/components/apps/
|
|
83
|
-
import { default as default84 } from "./modules/icons/components/apps/
|
|
84
|
-
import { default as default85 } from "./modules/icons/components/apps/
|
|
85
|
-
import { default as default86 } from "./modules/icons/components/apps/
|
|
86
|
-
import { default as default87 } from "./modules/icons/components/apps/
|
|
87
|
-
import { default as default88 } from "./modules/icons/components/apps/
|
|
88
|
-
import { default as default89 } from "./modules/icons/components/apps/
|
|
89
|
-
import { default as default90 } from "./modules/icons/components/apps/
|
|
90
|
-
import { default as default91 } from "./modules/icons/components/apps/
|
|
91
|
-
import { default as default92 } from "./modules/icons/components/apps/
|
|
92
|
-
import { default as default93 } from "./modules/icons/components/apps/
|
|
93
|
-
import { default as default94 } from "./modules/icons/components/apps/
|
|
94
|
-
import { default as default95 } from "./modules/icons/components/apps/
|
|
95
|
-
import { default as default96 } from "./modules/icons/components/apps/
|
|
96
|
-
import { default as default97 } from "./modules/icons/components/apps/
|
|
97
|
-
import { default as default98 } from "./modules/icons/components/apps/
|
|
98
|
-
import { default as default99 } from "./modules/icons/components/apps/
|
|
99
|
-
import { default as default100 } from "./modules/icons/components/apps/
|
|
100
|
-
import { default as default101 } from "./modules/icons/components/apps/
|
|
101
|
-
import { default as default102 } from "./modules/icons/components/apps/
|
|
102
|
-
import { default as default103 } from "./modules/icons/components/apps/
|
|
103
|
-
import { default as default104 } from "./modules/icons/components/apps/
|
|
104
|
-
import { default as default105 } from "./modules/icons/components/apps/
|
|
105
|
-
import { default as default106 } from "./modules/icons/components/apps/
|
|
106
|
-
import { default as default107 } from "./modules/icons/components/apps/
|
|
107
|
-
import { default as default108 } from "./modules/icons/components/apps/
|
|
108
|
-
import { default as default109 } from "./modules/icons/components/apps/
|
|
109
|
-
import { default as default110 } from "./modules/icons/components/apps/
|
|
110
|
-
import { default as default111 } from "./modules/icons/components/apps/
|
|
111
|
-
import { default as default112 } from "./modules/icons/components/apps/
|
|
112
|
-
import { default as default113 } from "./modules/icons/components/apps/
|
|
113
|
-
import { default as default114 } from "./modules/icons/components/apps/
|
|
114
|
-
import { default as default115 } from "./modules/icons/components/apps/
|
|
115
|
-
import { default as default116 } from "./modules/icons/components/apps/
|
|
116
|
-
import { default as default117 } from "./modules/icons/components/apps/
|
|
117
|
-
import { default as default118 } from "./modules/icons/components/apps/
|
|
36
|
+
import { default as default37 } from "./modules/icons/components/apps/IconEdt.js";
|
|
37
|
+
import { default as default38 } from "./modules/icons/components/apps/IconEducagri.js";
|
|
38
|
+
import { default as default39 } from "./modules/icons/components/apps/IconEdumedia.js";
|
|
39
|
+
import { default as default40 } from "./modules/icons/components/apps/IconEdumoov.js";
|
|
40
|
+
import { default as default41 } from "./modules/icons/components/apps/IconEdutheque.js";
|
|
41
|
+
import { default as default42 } from "./modules/icons/components/apps/IconElectron.js";
|
|
42
|
+
import { default as default43 } from "./modules/icons/components/apps/IconElyceepicardie.js";
|
|
43
|
+
import { default as default44 } from "./modules/icons/components/apps/IconEsidoc.js";
|
|
44
|
+
import { default as default45 } from "./modules/icons/components/apps/IconEuropress.js";
|
|
45
|
+
import { default as default46 } from "./modules/icons/components/apps/IconExercizer.js";
|
|
46
|
+
import { default as default47 } from "./modules/icons/components/apps/IconForms.js";
|
|
47
|
+
import { default as default48 } from "./modules/icons/components/apps/IconForum.js";
|
|
48
|
+
import { default as default49 } from "./modules/icons/components/apps/IconGeogebra.js";
|
|
49
|
+
import { default as default50 } from "./modules/icons/components/apps/IconGepi.js";
|
|
50
|
+
import { default as default51 } from "./modules/icons/components/apps/IconGlpi.js";
|
|
51
|
+
import { default as default52 } from "./modules/icons/components/apps/IconHiboutheque.js";
|
|
52
|
+
import { default as default53 } from "./modules/icons/components/apps/IconItopstore.js";
|
|
53
|
+
import { default as default54 } from "./modules/icons/components/apps/IconKne.js";
|
|
54
|
+
import { default as default55 } from "./modules/icons/components/apps/IconLeSiteTv.js";
|
|
55
|
+
import { default as default56 } from "./modules/icons/components/apps/IconLemonde.js";
|
|
56
|
+
import { default as default57 } from "./modules/icons/components/apps/IconLesechos.js";
|
|
57
|
+
import { default as default58 } from "./modules/icons/components/apps/IconLibrary.js";
|
|
58
|
+
import { default as default59 } from "./modules/icons/components/apps/IconLsu.js";
|
|
59
|
+
import { default as default60 } from "./modules/icons/components/apps/IconMadmagz.js";
|
|
60
|
+
import { default as default61 } from "./modules/icons/components/apps/IconMagneto.js";
|
|
61
|
+
import { default as default62 } from "./modules/icons/components/apps/IconMatholycee.js";
|
|
62
|
+
import { default as default63 } from "./modules/icons/components/apps/IconMaxicours.js";
|
|
63
|
+
import { default as default64 } from "./modules/icons/components/apps/IconMediacentre.js";
|
|
64
|
+
import { default as default65 } from "./modules/icons/components/apps/IconMindmap.js";
|
|
65
|
+
import { default as default66 } from "./modules/icons/components/apps/IconMinetest.js";
|
|
66
|
+
import { default as default67 } from "./modules/icons/components/apps/IconMinibadge.js";
|
|
67
|
+
import { default as default68 } from "./modules/icons/components/apps/IconMonorientationenligne.js";
|
|
68
|
+
import { default as default69 } from "./modules/icons/components/apps/IconMonstageenligne.js";
|
|
69
|
+
import { default as default70 } from "./modules/icons/components/apps/IconMoodle.js";
|
|
70
|
+
import { default as default71 } from "./modules/icons/components/apps/IconMuseefrancaisphoto.js";
|
|
71
|
+
import { default as default72 } from "./modules/icons/components/apps/IconMyNetwork.js";
|
|
72
|
+
import { default as default73 } from "./modules/icons/components/apps/IconNabook.js";
|
|
73
|
+
import { default as default74 } from "./modules/icons/components/apps/IconNetvibes.js";
|
|
74
|
+
import { default as default75 } from "./modules/icons/components/apps/IconNote.js";
|
|
75
|
+
import { default as default76 } from "./modules/icons/components/apps/IconNotebook.js";
|
|
76
|
+
import { default as default77 } from "./modules/icons/components/apps/IconNotes.js";
|
|
77
|
+
import { default as default78 } from "./modules/icons/components/apps/IconOnisep.js";
|
|
78
|
+
import { default as default79 } from "./modules/icons/components/apps/IconOnisep2.js";
|
|
79
|
+
import { default as default80 } from "./modules/icons/components/apps/IconPad.js";
|
|
80
|
+
import { default as default81 } from "./modules/icons/components/apps/IconPages.js";
|
|
81
|
+
import { default as default82 } from "./modules/icons/components/apps/IconParametrage.js";
|
|
82
|
+
import { default as default83 } from "./modules/icons/components/apps/IconParametrages.js";
|
|
83
|
+
import { default as default84 } from "./modules/icons/components/apps/IconParaschool.js";
|
|
84
|
+
import { default as default85 } from "./modules/icons/components/apps/IconParcours.js";
|
|
85
|
+
import { default as default86 } from "./modules/icons/components/apps/IconPearltrees.js";
|
|
86
|
+
import { default as default87 } from "./modules/icons/components/apps/IconPicardieCursus.js";
|
|
87
|
+
import { default as default88 } from "./modules/icons/components/apps/IconPlaceholder.js";
|
|
88
|
+
import { default as default89 } from "./modules/icons/components/apps/IconPoll.js";
|
|
89
|
+
import { default as default90 } from "./modules/icons/components/apps/IconPresences.js";
|
|
90
|
+
import { default as default91 } from "./modules/icons/components/apps/IconProeps.js";
|
|
91
|
+
import { default as default92 } from "./modules/icons/components/apps/IconPronote.js";
|
|
92
|
+
import { default as default93 } from "./modules/icons/components/apps/IconPublic.js";
|
|
93
|
+
import { default as default94 } from "./modules/icons/components/apps/IconQwantJunior.js";
|
|
94
|
+
import { default as default95 } from "./modules/icons/components/apps/IconQwant.js";
|
|
95
|
+
import { default as default96 } from "./modules/icons/components/apps/IconRack.js";
|
|
96
|
+
import { default as default97 } from "./modules/icons/components/apps/IconRbs.js";
|
|
97
|
+
import { default as default98 } from "./modules/icons/components/apps/IconResidenceArtiste.js";
|
|
98
|
+
import { default as default99 } from "./modules/icons/components/apps/IconRessourcesdepartementale91.js";
|
|
99
|
+
import { default as default100 } from "./modules/icons/components/apps/IconSacoche.js";
|
|
100
|
+
import { default as default101 } from "./modules/icons/components/apps/IconSchoolbook.js";
|
|
101
|
+
import { default as default102 } from "./modules/icons/components/apps/IconScolinfo.js";
|
|
102
|
+
import { default as default103 } from "./modules/icons/components/apps/IconScrapbook.js";
|
|
103
|
+
import { default as default104 } from "./modules/icons/components/apps/IconSearchengine.js";
|
|
104
|
+
import { default as default105 } from "./modules/icons/components/apps/IconSettingsClass.js";
|
|
105
|
+
import { default as default106 } from "./modules/icons/components/apps/IconSharebigfiles.js";
|
|
106
|
+
import { default as default107 } from "./modules/icons/components/apps/IconStatistics.js";
|
|
107
|
+
import { default as default108 } from "./modules/icons/components/apps/IconStats.js";
|
|
108
|
+
import { default as default109 } from "./modules/icons/components/apps/IconSuitcase.js";
|
|
109
|
+
import { default as default110 } from "./modules/icons/components/apps/IconSupport.js";
|
|
110
|
+
import { default as default111 } from "./modules/icons/components/apps/IconTimeline.js";
|
|
111
|
+
import { default as default112 } from "./modules/icons/components/apps/IconTimelinegenerator.js";
|
|
112
|
+
import { default as default113 } from "./modules/icons/components/apps/IconTurboself.js";
|
|
113
|
+
import { default as default114 } from "./modules/icons/components/apps/IconUniversalis.js";
|
|
114
|
+
import { default as default115 } from "./modules/icons/components/apps/IconUnstagepourtous.js";
|
|
115
|
+
import { default as default116 } from "./modules/icons/components/apps/IconUserbook.js";
|
|
116
|
+
import { default as default117 } from "./modules/icons/components/apps/IconVideo.js";
|
|
117
|
+
import { default as default118 } from "./modules/icons/components/apps/IconVieScolaire.js";
|
|
118
|
+
import { default as default119 } from "./modules/icons/components/apps/IconVisioconf.js";
|
|
119
|
+
import { default as default120 } from "./modules/icons/components/apps/IconVotil.js";
|
|
120
|
+
import { default as default121 } from "./modules/icons/components/apps/IconWebclasseur.js";
|
|
121
|
+
import { default as default122 } from "./modules/icons/components/apps/IconWebsite.js";
|
|
122
|
+
import { default as default123 } from "./modules/icons/components/apps/IconWiki.js";
|
|
123
|
+
import { default as default124 } from "./modules/icons/components/apps/IconWorkspace.js";
|
|
118
124
|
export {
|
|
119
125
|
default2 as IconAccount,
|
|
120
126
|
default3 as IconActualites,
|
|
@@ -151,86 +157,92 @@ export {
|
|
|
151
157
|
default34 as IconConnecteurGenerique2,
|
|
152
158
|
default35 as IconConversation,
|
|
153
159
|
default36 as IconDirectory,
|
|
154
|
-
default37 as
|
|
155
|
-
default38 as
|
|
156
|
-
default39 as
|
|
157
|
-
default40 as
|
|
158
|
-
default41 as
|
|
159
|
-
default42 as
|
|
160
|
-
default43 as
|
|
161
|
-
default44 as
|
|
162
|
-
default45 as
|
|
163
|
-
default46 as
|
|
164
|
-
default47 as
|
|
165
|
-
default48 as
|
|
166
|
-
default49 as
|
|
167
|
-
default50 as
|
|
168
|
-
default51 as
|
|
169
|
-
default52 as
|
|
170
|
-
default53 as
|
|
171
|
-
default54 as
|
|
172
|
-
default55 as
|
|
173
|
-
default56 as
|
|
174
|
-
default57 as
|
|
175
|
-
default58 as
|
|
176
|
-
default59 as
|
|
177
|
-
default60 as
|
|
178
|
-
default61 as
|
|
179
|
-
default62 as
|
|
180
|
-
default63 as
|
|
181
|
-
default64 as
|
|
182
|
-
default65 as
|
|
183
|
-
default66 as
|
|
184
|
-
default67 as
|
|
185
|
-
default68 as
|
|
186
|
-
default69 as
|
|
187
|
-
default70 as
|
|
188
|
-
default71 as
|
|
189
|
-
default72 as
|
|
190
|
-
default73 as
|
|
191
|
-
default74 as
|
|
192
|
-
default75 as
|
|
193
|
-
default76 as
|
|
194
|
-
default77 as
|
|
195
|
-
default78 as
|
|
196
|
-
default79 as
|
|
197
|
-
default80 as
|
|
198
|
-
default81 as
|
|
199
|
-
default82 as
|
|
200
|
-
default83 as
|
|
201
|
-
default84 as
|
|
202
|
-
default85 as
|
|
203
|
-
default86 as
|
|
204
|
-
default87 as
|
|
205
|
-
default88 as
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
default91 as
|
|
209
|
-
default92 as
|
|
210
|
-
default93 as
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
default96 as
|
|
214
|
-
default97 as
|
|
215
|
-
default98 as
|
|
216
|
-
default99 as
|
|
217
|
-
default100 as
|
|
218
|
-
default101 as
|
|
219
|
-
default102 as
|
|
220
|
-
default103 as
|
|
221
|
-
default104 as
|
|
222
|
-
default105 as
|
|
223
|
-
default106 as
|
|
224
|
-
default107 as
|
|
225
|
-
default108 as
|
|
226
|
-
default109 as
|
|
227
|
-
default110 as
|
|
228
|
-
default111 as
|
|
229
|
-
default112 as
|
|
230
|
-
default113 as
|
|
231
|
-
default114 as
|
|
232
|
-
default115 as
|
|
233
|
-
default116 as
|
|
234
|
-
default117 as
|
|
235
|
-
default118 as
|
|
160
|
+
default37 as IconEdt,
|
|
161
|
+
default38 as IconEducagri,
|
|
162
|
+
default39 as IconEdumedia,
|
|
163
|
+
default40 as IconEdumoov,
|
|
164
|
+
default41 as IconEdutheque,
|
|
165
|
+
default42 as IconElectron,
|
|
166
|
+
default43 as IconElyceepicardie,
|
|
167
|
+
default44 as IconEsidoc,
|
|
168
|
+
default45 as IconEuropress,
|
|
169
|
+
default46 as IconExercizer,
|
|
170
|
+
default47 as IconForms,
|
|
171
|
+
default48 as IconForum,
|
|
172
|
+
default49 as IconGeogebra,
|
|
173
|
+
default50 as IconGepi,
|
|
174
|
+
default51 as IconGlpi,
|
|
175
|
+
default52 as IconHiboutheque,
|
|
176
|
+
default53 as IconItopstore,
|
|
177
|
+
default54 as IconKne,
|
|
178
|
+
default55 as IconLeSiteTv,
|
|
179
|
+
default56 as IconLemonde,
|
|
180
|
+
default57 as IconLesechos,
|
|
181
|
+
default58 as IconLibrary,
|
|
182
|
+
default59 as IconLsu,
|
|
183
|
+
default60 as IconMadmagz,
|
|
184
|
+
default61 as IconMagneto,
|
|
185
|
+
default62 as IconMatholycee,
|
|
186
|
+
default63 as IconMaxicours,
|
|
187
|
+
default64 as IconMediacentre,
|
|
188
|
+
default65 as IconMindmap,
|
|
189
|
+
default66 as IconMinetest,
|
|
190
|
+
default67 as IconMinibadge,
|
|
191
|
+
default68 as IconMonorientationenligne,
|
|
192
|
+
default69 as IconMonstageenligne,
|
|
193
|
+
default70 as IconMoodle,
|
|
194
|
+
default71 as IconMuseefrancaisphoto,
|
|
195
|
+
default72 as IconMyNetwork,
|
|
196
|
+
default73 as IconNabook,
|
|
197
|
+
default74 as IconNetvibes,
|
|
198
|
+
default75 as IconNote,
|
|
199
|
+
default76 as IconNotebook,
|
|
200
|
+
default77 as IconNotes,
|
|
201
|
+
default78 as IconOnisep,
|
|
202
|
+
default79 as IconOnisep2,
|
|
203
|
+
default80 as IconPad,
|
|
204
|
+
default81 as IconPages,
|
|
205
|
+
default82 as IconParametrage,
|
|
206
|
+
default83 as IconParametrages,
|
|
207
|
+
default84 as IconParaschool,
|
|
208
|
+
default85 as IconParcours,
|
|
209
|
+
default86 as IconPearltrees,
|
|
210
|
+
default87 as IconPicardieCursus,
|
|
211
|
+
default88 as IconPlaceholder,
|
|
212
|
+
default89 as IconPoll,
|
|
213
|
+
default90 as IconPresences,
|
|
214
|
+
default91 as IconProeps,
|
|
215
|
+
default92 as IconPronote,
|
|
216
|
+
default93 as IconPublic,
|
|
217
|
+
default95 as IconQwant,
|
|
218
|
+
default94 as IconQwantJunior,
|
|
219
|
+
default96 as IconRack,
|
|
220
|
+
default97 as IconRbs,
|
|
221
|
+
default98 as IconResidenceArtiste,
|
|
222
|
+
default99 as IconRessourcesdepartementale91,
|
|
223
|
+
default100 as IconSacoche,
|
|
224
|
+
default101 as IconSchoolbook,
|
|
225
|
+
default102 as IconScolinfo,
|
|
226
|
+
default103 as IconScrapbook,
|
|
227
|
+
default104 as IconSearchengine,
|
|
228
|
+
default105 as IconSettingsClass,
|
|
229
|
+
default106 as IconSharebigfiles,
|
|
230
|
+
default107 as IconStatistics,
|
|
231
|
+
default108 as IconStats,
|
|
232
|
+
default109 as IconSuitcase,
|
|
233
|
+
default110 as IconSupport,
|
|
234
|
+
default111 as IconTimeline,
|
|
235
|
+
default112 as IconTimelinegenerator,
|
|
236
|
+
default113 as IconTurboself,
|
|
237
|
+
default114 as IconUniversalis,
|
|
238
|
+
default115 as IconUnstagepourtous,
|
|
239
|
+
default116 as IconUserbook,
|
|
240
|
+
default117 as IconVideo,
|
|
241
|
+
default118 as IconVieScolaire,
|
|
242
|
+
default119 as IconVisioconf,
|
|
243
|
+
default120 as IconVotil,
|
|
244
|
+
default121 as IconWebclasseur,
|
|
245
|
+
default122 as IconWebsite,
|
|
246
|
+
default123 as IconWiki,
|
|
247
|
+
default124 as IconWorkspace
|
|
236
248
|
};
|