@eclass/ui-kit 1.60.0 → 1.60.2
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/atoms/Icons/MapIndicator.d.ts +7 -0
- package/dist/atoms/Icons/MapIndicator.d.ts.map +1 -0
- package/dist/atoms/Icons/index.d.ts +2 -1
- package/dist/atoms/Icons/index.d.ts.map +1 -1
- package/dist/eclass-ui-kit.es.js +121 -94
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +30 -30
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/organisms/Calendar/Dropdown/CalendarDropdown/Components/EventsGroup.d.ts.map +1 -1
- package/dist/organisms/Calendar/Dropdown/types.d.ts +2 -0
- package/dist/organisms/Calendar/EventsList/EventsList.d.ts +3 -1
- package/dist/organisms/Calendar/EventsList/EventsList.d.ts.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventsGroup.d.ts","sourceRoot":"","sources":["../../../../../../src/organisms/Calendar/Dropdown/CalendarDropdown/Components/EventsGroup.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAEnC,UAAU,iBAAiB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,MAAM,EAAE,KAAK,EAAE,CAAA;IACf,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,YAAY,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAA;IACtC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,KAAK,EAAE,MAAM,CAAA;CACd;AAED,eAAO,MAAM,WAAW,qGAUrB,iBAAiB,KAAG,
|
|
1
|
+
{"version":3,"file":"EventsGroup.d.ts","sourceRoot":"","sources":["../../../../../../src/organisms/Calendar/Dropdown/CalendarDropdown/Components/EventsGroup.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAEnC,UAAU,iBAAiB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,MAAM,EAAE,KAAK,EAAE,CAAA;IACf,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,YAAY,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAA;IACtC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,KAAK,EAAE,MAAM,CAAA;CACd;AAED,eAAO,MAAM,WAAW,qGAUrB,iBAAiB,KAAG,WAmFtB,CAAA"}
|
|
@@ -22,10 +22,12 @@ export interface Event {
|
|
|
22
22
|
end: string
|
|
23
23
|
start: string
|
|
24
24
|
formatedDate: FormattedDate
|
|
25
|
+
headquarters_address?: string | null
|
|
25
26
|
id: number
|
|
26
27
|
isNew?: boolean
|
|
27
28
|
translatedTitle: string
|
|
28
29
|
type: string
|
|
30
|
+
url?: string | null
|
|
29
31
|
}
|
|
30
32
|
|
|
31
33
|
export type Events = Event[]
|
|
@@ -7,6 +7,7 @@ export interface IEventList {
|
|
|
7
7
|
duration?: number;
|
|
8
8
|
name: string;
|
|
9
9
|
hasNotification?: boolean;
|
|
10
|
+
headquartersAddress?: string | null;
|
|
10
11
|
onClick?: () => void;
|
|
11
12
|
showCourse?: boolean;
|
|
12
13
|
showUnit?: boolean;
|
|
@@ -14,6 +15,7 @@ export interface IEventList {
|
|
|
14
15
|
text: string;
|
|
15
16
|
type: string;
|
|
16
17
|
unitName?: string;
|
|
18
|
+
url?: string | null;
|
|
17
19
|
}
|
|
18
|
-
export declare const EventsList: ({ courseName, color, day, date, duration, name, hasNotification, onClick, showCourse, showUnit, time, text, type, unitName, }: IEventList) => JSX.Element;
|
|
20
|
+
export declare const EventsList: ({ courseName, color, day, date, duration, name, hasNotification, headquartersAddress, onClick, showCourse, showUnit, time, text, type, unitName, url, }: IEventList) => JSX.Element;
|
|
19
21
|
//# sourceMappingURL=EventsList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventsList.d.ts","sourceRoot":"","sources":["../../../../src/organisms/Calendar/EventsList/EventsList.tsx"],"names":[],"mappings":";AAMA,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"EventsList.d.ts","sourceRoot":"","sources":["../../../../src/organisms/Calendar/EventsList/EventsList.tsx"],"names":[],"mappings":";AAMA,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACpB;AAED,eAAO,MAAM,UAAU,4JAiBpB,UAAU,KAAG,WAgJf,CAAA"}
|