@edifice.io/react 2.5.5-develop.20260112150307 → 2.5.6-develop.20260116103750
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/_virtual/_commonjsHelpers.js +8 -0
- package/dist/_virtual/common.js +4 -0
- package/dist/_virtual/de_DE.js +4 -0
- package/dist/_virtual/de_DE2.js +4 -0
- package/dist/_virtual/de_DE3.js +4 -0
- package/dist/_virtual/de_DE4.js +4 -0
- package/dist/_virtual/de_DE5.js +4 -0
- package/dist/_virtual/de_DE6.js +4 -0
- package/dist/_virtual/defineProperty.js +4 -0
- package/dist/_virtual/es_ES.js +4 -0
- package/dist/_virtual/es_ES2.js +4 -0
- package/dist/_virtual/es_ES3.js +4 -0
- package/dist/_virtual/es_ES4.js +4 -0
- package/dist/_virtual/es_ES5.js +4 -0
- package/dist/_virtual/es_ES6.js +4 -0
- package/dist/_virtual/fr_FR.js +4 -0
- package/dist/_virtual/fr_FR2.js +4 -0
- package/dist/_virtual/fr_FR3.js +4 -0
- package/dist/_virtual/fr_FR4.js +4 -0
- package/dist/_virtual/fr_FR5.js +4 -0
- package/dist/_virtual/fr_FR6.js +4 -0
- package/dist/_virtual/interopRequireDefault.js +4 -0
- package/dist/_virtual/it_IT.js +4 -0
- package/dist/_virtual/it_IT2.js +4 -0
- package/dist/_virtual/it_IT3.js +4 -0
- package/dist/_virtual/it_IT4.js +4 -0
- package/dist/_virtual/it_IT5.js +4 -0
- package/dist/_virtual/it_IT6.js +4 -0
- package/dist/_virtual/localeData.js +4 -0
- package/dist/_virtual/objectSpread2.js +4 -0
- package/dist/_virtual/pt_PT.js +4 -0
- package/dist/_virtual/pt_PT2.js +4 -0
- package/dist/_virtual/pt_PT3.js +4 -0
- package/dist/_virtual/pt_PT4.js +4 -0
- package/dist/_virtual/pt_PT5.js +4 -0
- package/dist/_virtual/pt_PT6.js +4 -0
- package/dist/_virtual/toPrimitive.js +4 -0
- package/dist/_virtual/toPropertyKey.js +4 -0
- package/dist/_virtual/typeof.js +4 -0
- package/dist/_virtual/weekday.js +4 -0
- package/dist/components/Combobox/Combobox.js +1 -1
- package/dist/components/Combobox/ComboboxTrigger.js +1 -1
- package/dist/components/DatePicker/DatePicker.js +35 -0
- package/dist/components/DatePicker/index.d.ts +2 -0
- package/dist/components/Layout/components/Header.js +6 -1
- package/dist/components/SegmentedControl/SegmentedControl.js +4 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/icons.js +80 -78
- package/dist/index.js +184 -182
- package/dist/modules/editor/components/Editor/Editor.js +1 -1
- package/dist/modules/editor/components/Renderer/AttachmentRenderer.js +2 -2
- package/dist/modules/icons/components/IconSubmitToValidate.d.ts +7 -0
- package/dist/modules/icons/components/IconSubmitToValidate.js +12 -0
- package/dist/modules/icons/components/index.d.ts +1 -0
- package/dist/modules/modals/ShareModal/ShareBookmark.js +2 -2
- package/dist/modules/modals/ShareModal/ShareBookmarkLine.js +4 -4
- package/dist/modules/modals/ShareModal/ShareResources.d.ts +14 -1
- package/dist/modules/modals/ShareModal/ShareResources.js +11 -3
- package/dist/modules/modals/ShareModal/hooks/useSearch.d.ts +4 -3
- package/dist/modules/modals/ShareModal/hooks/useSearch.js +10 -15
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/defineProperty.js +18 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js +13 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/objectSpread2.js +31 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/toPrimitive.js +20 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/toPropertyKey.js +15 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/typeof.js +16 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/de_DE.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/es_ES.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/fr_FR.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/it_IT.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/pt_PT.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/de_DE.js +22 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/es_ES.js +22 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/fr_FR.js +27 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/it_IT.js +20 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/pt_PT.js +45 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/de_DE.js +145 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/es_ES.js +145 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/fr_FR.js +144 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/it_IT.js +156 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/pt_PT.js +158 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/de_DE.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/es_ES.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/fr_FR.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/it_IT.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/pt_PT.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/de_DE.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/es_ES.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/fr_FR.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/it_IT.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/pt_PT.js +8 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/localeData.js +82 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekday.js +19 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/de_DE.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/es_ES.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/fr_FR.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/it_IT.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/pt_PT.js +21 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/common.js +14 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/de_DE.js +37 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/es_ES.js +37 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/fr_FR.js +38 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/it_IT.js +37 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/pt_PT.js +39 -0
- package/dist/providers/AntThemeProvider/AntProvider.d.ts +2 -2
- package/dist/providers/AntThemeProvider/AntProvider.js +19 -2
- package/package.json +7 -7
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
var commonjsGlobal = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2
|
+
function getDefaultExportFromCjs(x) {
|
|
3
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x.default : x;
|
|
4
|
+
}
|
|
5
|
+
export {
|
|
6
|
+
commonjsGlobal,
|
|
7
|
+
getDefaultExportFromCjs
|
|
8
|
+
};
|
|
@@ -51,7 +51,7 @@ const ComboboxComponent = /* @__PURE__ */ forwardRef(({
|
|
|
51
51
|
/* @__PURE__ */ jsx(Combobox.Trigger, { placeholder, searchMinLength, handleSearchInputChange: onSearchInputChange, handleSearchInputKeyUp: (event) => {
|
|
52
52
|
onSearchInputKeyUp == null || onSearchInputKeyUp(event);
|
|
53
53
|
}, value, variant, renderInputGroup, renderSelectedItems, hasDefault: !!options.length, onFocus, onBlur, inputRef }),
|
|
54
|
-
/* @__PURE__ */ jsx(Dropdown.Menu, { children: renderContent() })
|
|
54
|
+
/* @__PURE__ */ jsx(Dropdown.Menu, { "data-testid": "combobox-search-menu", children: renderContent() })
|
|
55
55
|
] });
|
|
56
56
|
}), Combobox = /* @__PURE__ */ Object.assign(ComboboxComponent, {
|
|
57
57
|
Trigger: ComboboxTrigger
|
|
@@ -48,7 +48,7 @@ const ComboboxTrigger = ({
|
|
|
48
48
|
!!renderInputGroup && /* @__PURE__ */ jsx("label", { className: "input-group-text pe-0" + classNameVariant, htmlFor: triggerProps.id, children: renderInputGroup }),
|
|
49
49
|
/* @__PURE__ */ jsxs("div", { className: "d-flex align-items-center flex-wrap flex-fill", children: [
|
|
50
50
|
renderSelectedItems,
|
|
51
|
-
/* @__PURE__ */ jsx(Input, { ...inputProps, className: classNameInput, onFocus, onBlur, noValidationIcon: !0, placeholder, size: "md", type: "search", onKeyDown: itemProps.onMenuItemKeyDown })
|
|
51
|
+
/* @__PURE__ */ jsx(Input, { "data-testid": "combobox-search-input", ...inputProps, className: classNameInput, onFocus, onBlur, noValidationIcon: !0, placeholder, size: "md", type: "search", onKeyDown: itemProps.onMenuItemKeyDown })
|
|
52
52
|
] })
|
|
53
53
|
] });
|
|
54
54
|
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { DatePicker as DatePicker$1 } from "antd";
|
|
3
|
+
import dayjs from "dayjs";
|
|
4
|
+
import localeData from "../../node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/localeData.js";
|
|
5
|
+
import weekday from "../../node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekday.js";
|
|
6
|
+
import { forwardRef } from "react";
|
|
7
|
+
import "dayjs/locale/de.js";
|
|
8
|
+
import "dayjs/locale/es.js";
|
|
9
|
+
import "dayjs/locale/fr.js";
|
|
10
|
+
import "dayjs/locale/it.js";
|
|
11
|
+
import "dayjs/locale/pt.js";
|
|
12
|
+
dayjs.extend(weekday);
|
|
13
|
+
dayjs.extend(localeData);
|
|
14
|
+
const DatePicker = /* @__PURE__ */ forwardRef(({
|
|
15
|
+
value,
|
|
16
|
+
onChange,
|
|
17
|
+
dateFormat = "DD / MM / YYYY",
|
|
18
|
+
minDate,
|
|
19
|
+
maxDate
|
|
20
|
+
}, ref) => {
|
|
21
|
+
const handleChange = (date) => {
|
|
22
|
+
onChange == null || onChange(date ? date.toDate() : void 0);
|
|
23
|
+
}, antProps = {
|
|
24
|
+
value: value ? dayjs(value) : void 0,
|
|
25
|
+
onChange: handleChange,
|
|
26
|
+
format: dateFormat,
|
|
27
|
+
minDate: minDate ? dayjs(minDate) : void 0,
|
|
28
|
+
maxDate: maxDate ? dayjs(maxDate) : void 0,
|
|
29
|
+
ref
|
|
30
|
+
};
|
|
31
|
+
return /* @__PURE__ */ jsx(DatePicker$1, { ...antProps });
|
|
32
|
+
});
|
|
33
|
+
export {
|
|
34
|
+
DatePicker as default
|
|
35
|
+
};
|
|
@@ -48,7 +48,7 @@ const Header = ({
|
|
|
48
48
|
} = useUser(), {
|
|
49
49
|
currentLanguage,
|
|
50
50
|
currentApp
|
|
51
|
-
} = useEdificeClient(), hasOldHelpEnableWorkflow = useHasWorkflow("org.entcore.portal.controllers.PortalController|oldHelpEnable") || !1, {
|
|
51
|
+
} = useEdificeClient(), hasOldHelpEnableWorkflow = useHasWorkflow("org.entcore.portal.controllers.PortalController|oldHelpEnable") || !1, hasCarbonioPreauthWorkflow = useHasWorkflow("org.entcore.auth.controllers.CarbonioPreauthController|preauth") || !1, {
|
|
52
52
|
isModalOpen: isHelpOpen,
|
|
53
53
|
setIsModalOpen: setIsHelpOpen,
|
|
54
54
|
parsedContent,
|
|
@@ -93,6 +93,10 @@ const Header = ({
|
|
|
93
93
|
}, className: "position-absolute", children: messages }),
|
|
94
94
|
/* @__PURE__ */ jsx(VisuallyHidden, { children: t("navbar.messages") })
|
|
95
95
|
] }) }),
|
|
96
|
+
hasCarbonioPreauthWorkflow && /* @__PURE__ */ jsx(NavItem, { children: /* @__PURE__ */ jsxs("a", { href: "/auth/carbonio/preauth", className: "nav-link", children: [
|
|
97
|
+
/* @__PURE__ */ jsx(SvgIconOneMessaging, { className: "icon notification" }),
|
|
98
|
+
/* @__PURE__ */ jsx(VisuallyHidden, { children: t("navbar.messages") })
|
|
99
|
+
] }) }),
|
|
96
100
|
/* @__PURE__ */ jsx(NavItem, { children: /* @__PURE__ */ jsx(NavLink, { link: "/userbook/mon-compte", className: "dropdown-item", translate: t("navbar.myaccount"), children: /* @__PURE__ */ jsx(SvgIconOneProfile, { className: "icon user" }) }) }),
|
|
97
101
|
currentLanguage === "fr" && hasOldHelpEnableWorkflow ? /* @__PURE__ */ jsxs(NavItem, { children: [
|
|
98
102
|
/* @__PURE__ */ jsxs("button", { className: "nav-link", onClick: () => {
|
|
@@ -153,6 +157,7 @@ const Header = ({
|
|
|
153
157
|
level: "warning"
|
|
154
158
|
}, className: "position-absolute", children: messages })
|
|
155
159
|
] }) }),
|
|
160
|
+
hasCarbonioPreauthWorkflow && /* @__PURE__ */ jsx(NavItem, { children: /* @__PURE__ */ jsx(NavLink, { className: "position-relative", link: "/auth/carbonio/preauth", translate: t("conversation"), children: /* @__PURE__ */ jsx(SvgIconNeoMessaging, { color: "#fff" }) }) }),
|
|
156
161
|
currentLanguage === "fr" && hasOldHelpEnableWorkflow ? /* @__PURE__ */ jsxs(NavItem, { children: [
|
|
157
162
|
/* @__PURE__ */ jsxs("button", { className: "nav-link btn btn-naked", onClick: () => {
|
|
158
163
|
setIsHelpOpen(!0);
|
|
@@ -8,7 +8,10 @@ const SegmentedControl = /* @__PURE__ */ forwardRef(({
|
|
|
8
8
|
...htmlProps
|
|
9
9
|
}, ref) => {
|
|
10
10
|
const antProps = {
|
|
11
|
-
options
|
|
11
|
+
options: options.map((option) => ({
|
|
12
|
+
...option,
|
|
13
|
+
label: /* @__PURE__ */ jsx("span", { "data-testid": `segmented-option-${option.value}`, children: option.label })
|
|
14
|
+
})),
|
|
12
15
|
value,
|
|
13
16
|
onChange,
|
|
14
17
|
ref,
|
package/dist/icons.js
CHANGED
|
@@ -135,45 +135,46 @@ import { default as default135 } from "./modules/icons/components/IconSplitCells
|
|
|
135
135
|
import { default as default136 } from "./modules/icons/components/IconSquareRoot.js";
|
|
136
136
|
import { default as default137 } from "./modules/icons/components/IconStarFull.js";
|
|
137
137
|
import { default as default138 } from "./modules/icons/components/IconStar.js";
|
|
138
|
-
import { default as default139 } from "./modules/icons/components/
|
|
139
|
-
import { default as default140 } from "./modules/icons/components/
|
|
140
|
-
import { default as default141 } from "./modules/icons/components/
|
|
141
|
-
import { default as default142 } from "./modules/icons/components/
|
|
142
|
-
import { default as default143 } from "./modules/icons/components/
|
|
143
|
-
import { default as default144 } from "./modules/icons/components/
|
|
144
|
-
import { default as default145 } from "./modules/icons/components/
|
|
145
|
-
import { default as default146 } from "./modules/icons/components/
|
|
146
|
-
import { default as default147 } from "./modules/icons/components/
|
|
147
|
-
import { default as default148 } from "./modules/icons/components/
|
|
148
|
-
import { default as default149 } from "./modules/icons/components/
|
|
149
|
-
import { default as default150 } from "./modules/icons/components/
|
|
150
|
-
import { default as default151 } from "./modules/icons/components/
|
|
151
|
-
import { default as default152 } from "./modules/icons/components/
|
|
152
|
-
import { default as default153 } from "./modules/icons/components/
|
|
153
|
-
import { default as default154 } from "./modules/icons/components/
|
|
154
|
-
import { default as default155 } from "./modules/icons/components/
|
|
155
|
-
import { default as default156 } from "./modules/icons/components/
|
|
156
|
-
import { default as default157 } from "./modules/icons/components/
|
|
157
|
-
import { default as default158 } from "./modules/icons/components/
|
|
158
|
-
import { default as default159 } from "./modules/icons/components/
|
|
159
|
-
import { default as default160 } from "./modules/icons/components/
|
|
160
|
-
import { default as default161 } from "./modules/icons/components/
|
|
161
|
-
import { default as default162 } from "./modules/icons/components/
|
|
162
|
-
import { default as default163 } from "./modules/icons/components/
|
|
163
|
-
import { default as default164 } from "./modules/icons/components/
|
|
164
|
-
import { default as default165 } from "./modules/icons/components/
|
|
165
|
-
import { default as default166 } from "./modules/icons/components/
|
|
166
|
-
import { default as default167 } from "./modules/icons/components/
|
|
167
|
-
import { default as default168 } from "./modules/icons/components/
|
|
168
|
-
import { default as default169 } from "./modules/icons/components/
|
|
169
|
-
import { default as default170 } from "./modules/icons/components/
|
|
170
|
-
import { default as default171 } from "./modules/icons/components/
|
|
171
|
-
import { default as default172 } from "./modules/icons/components/
|
|
172
|
-
import { default as default173 } from "./modules/icons/components/
|
|
173
|
-
import { default as default174 } from "./modules/icons/components/
|
|
174
|
-
import { default as default175 } from "./modules/icons/components/
|
|
175
|
-
import { default as default176 } from "./modules/icons/components/
|
|
176
|
-
import { default as default177 } from "./modules/icons/components/
|
|
138
|
+
import { default as default139 } from "./modules/icons/components/IconSubmitToValidate.js";
|
|
139
|
+
import { default as default140 } from "./modules/icons/components/IconSubscript.js";
|
|
140
|
+
import { default as default141 } from "./modules/icons/components/IconSuccessFill.js";
|
|
141
|
+
import { default as default142 } from "./modules/icons/components/IconSuccessOutline.js";
|
|
142
|
+
import { default as default143 } from "./modules/icons/components/IconSuperscript.js";
|
|
143
|
+
import { default as default144 } from "./modules/icons/components/IconTable.js";
|
|
144
|
+
import { default as default145 } from "./modules/icons/components/IconTextBold.js";
|
|
145
|
+
import { default as default146 } from "./modules/icons/components/IconTextColor.js";
|
|
146
|
+
import { default as default147 } from "./modules/icons/components/IconTextHighlight.js";
|
|
147
|
+
import { default as default148 } from "./modules/icons/components/IconTextItalic.js";
|
|
148
|
+
import { default as default149 } from "./modules/icons/components/IconTextPage.js";
|
|
149
|
+
import { default as default150 } from "./modules/icons/components/IconTextSize.js";
|
|
150
|
+
import { default as default151 } from "./modules/icons/components/IconTextToSpeechOff.js";
|
|
151
|
+
import { default as default152 } from "./modules/icons/components/IconTextToSpeech.js";
|
|
152
|
+
import { default as default153 } from "./modules/icons/components/IconTextTypo.js";
|
|
153
|
+
import { default as default154 } from "./modules/icons/components/IconTextUnderline.js";
|
|
154
|
+
import { default as default155 } from "./modules/icons/components/IconTextVanilla.js";
|
|
155
|
+
import { default as default156 } from "./modules/icons/components/IconThumbDown.js";
|
|
156
|
+
import { default as default157 } from "./modules/icons/components/IconThumbUp.js";
|
|
157
|
+
import { default as default158 } from "./modules/icons/components/IconToolCenter.js";
|
|
158
|
+
import { default as default159 } from "./modules/icons/components/IconTool.js";
|
|
159
|
+
import { default as default160 } from "./modules/icons/components/IconTrendingUp.js";
|
|
160
|
+
import { default as default161 } from "./modules/icons/components/IconUndoAll.js";
|
|
161
|
+
import { default as default162 } from "./modules/icons/components/IconUndoSlashed.js";
|
|
162
|
+
import { default as default163 } from "./modules/icons/components/IconUndo.js";
|
|
163
|
+
import { default as default164 } from "./modules/icons/components/IconUnion.js";
|
|
164
|
+
import { default as default165 } from "./modules/icons/components/IconUnlink.js";
|
|
165
|
+
import { default as default166 } from "./modules/icons/components/IconUnlock.js";
|
|
166
|
+
import { default as default167 } from "./modules/icons/components/IconUnreadMail.js";
|
|
167
|
+
import { default as default168 } from "./modules/icons/components/IconUpload.js";
|
|
168
|
+
import { default as default169 } from "./modules/icons/components/IconUserSearch.js";
|
|
169
|
+
import { default as default170 } from "./modules/icons/components/IconUser.js";
|
|
170
|
+
import { default as default171 } from "./modules/icons/components/IconUsers.js";
|
|
171
|
+
import { default as default172 } from "./modules/icons/components/IconVideo.js";
|
|
172
|
+
import { default as default173 } from "./modules/icons/components/IconViewCalendar.js";
|
|
173
|
+
import { default as default174 } from "./modules/icons/components/IconViewList.js";
|
|
174
|
+
import { default as default175 } from "./modules/icons/components/IconWand.js";
|
|
175
|
+
import { default as default176 } from "./modules/icons/components/IconWrite.js";
|
|
176
|
+
import { default as default177 } from "./modules/icons/components/IconZoomIn.js";
|
|
177
|
+
import { default as default178 } from "./modules/icons/components/IconZoomOut.js";
|
|
177
178
|
export {
|
|
178
179
|
default3 as IconAdd,
|
|
179
180
|
default2 as IconAddUser,
|
|
@@ -312,43 +313,44 @@ export {
|
|
|
312
313
|
default136 as IconSquareRoot,
|
|
313
314
|
default138 as IconStar,
|
|
314
315
|
default137 as IconStarFull,
|
|
315
|
-
default139 as
|
|
316
|
-
default140 as
|
|
317
|
-
default141 as
|
|
318
|
-
default142 as
|
|
319
|
-
default143 as
|
|
320
|
-
default144 as
|
|
321
|
-
default145 as
|
|
322
|
-
default146 as
|
|
323
|
-
default147 as
|
|
324
|
-
default148 as
|
|
325
|
-
default149 as
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
default153 as
|
|
330
|
-
default154 as
|
|
331
|
-
default155 as
|
|
332
|
-
default156 as
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
default161 as
|
|
339
|
-
|
|
340
|
-
default164 as
|
|
341
|
-
default165 as
|
|
342
|
-
default166 as
|
|
343
|
-
default167 as
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
default171 as
|
|
348
|
-
default172 as
|
|
349
|
-
default173 as
|
|
350
|
-
default174 as
|
|
351
|
-
default175 as
|
|
352
|
-
default176 as
|
|
353
|
-
default177 as
|
|
316
|
+
default139 as IconSubmitToValidate,
|
|
317
|
+
default140 as IconSubscript,
|
|
318
|
+
default141 as IconSuccessFill,
|
|
319
|
+
default142 as IconSuccessOutline,
|
|
320
|
+
default143 as IconSuperscript,
|
|
321
|
+
default144 as IconTable,
|
|
322
|
+
default145 as IconTextBold,
|
|
323
|
+
default146 as IconTextColor,
|
|
324
|
+
default147 as IconTextHighlight,
|
|
325
|
+
default148 as IconTextItalic,
|
|
326
|
+
default149 as IconTextPage,
|
|
327
|
+
default150 as IconTextSize,
|
|
328
|
+
default152 as IconTextToSpeech,
|
|
329
|
+
default151 as IconTextToSpeechOff,
|
|
330
|
+
default153 as IconTextTypo,
|
|
331
|
+
default154 as IconTextUnderline,
|
|
332
|
+
default155 as IconTextVanilla,
|
|
333
|
+
default156 as IconThumbDown,
|
|
334
|
+
default157 as IconThumbUp,
|
|
335
|
+
default159 as IconTool,
|
|
336
|
+
default158 as IconToolCenter,
|
|
337
|
+
default160 as IconTrendingUp,
|
|
338
|
+
default163 as IconUndo,
|
|
339
|
+
default161 as IconUndoAll,
|
|
340
|
+
default162 as IconUndoSlashed,
|
|
341
|
+
default164 as IconUnion,
|
|
342
|
+
default165 as IconUnlink,
|
|
343
|
+
default166 as IconUnlock,
|
|
344
|
+
default167 as IconUnreadMail,
|
|
345
|
+
default168 as IconUpload,
|
|
346
|
+
default170 as IconUser,
|
|
347
|
+
default169 as IconUserSearch,
|
|
348
|
+
default171 as IconUsers,
|
|
349
|
+
default172 as IconVideo,
|
|
350
|
+
default173 as IconViewCalendar,
|
|
351
|
+
default174 as IconViewList,
|
|
352
|
+
default175 as IconWand,
|
|
353
|
+
default176 as IconWrite,
|
|
354
|
+
default177 as IconZoomIn,
|
|
355
|
+
default178 as IconZoomOut
|
|
354
356
|
};
|