@vidispine/vdt-mui 23.3.0-pre.3 → 23.3.0-pre.5
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/cjs/collection/CollectionCard/CollectionCard.js +1 -1
- package/dist/cjs/collection/CollectionCard/components/CollectionCardMedia.js +1 -1
- package/dist/cjs/collection/CollectionCard/index.js +1 -1
- package/dist/cjs/collection/CollectionList/CollectionList.js +1 -1
- package/dist/cjs/collection/CollectionList/index.js +1 -1
- package/dist/cjs/collection/CollectionListItem/CollectionListItem.js +1 -1
- package/dist/cjs/collection/CollectionListItem/index.js +1 -1
- package/dist/cjs/collection/CollectionRepresentativeThumbnail/CollectionRepresentativeThumbnail.js +1 -1
- package/dist/cjs/collection/CollectionRepresentativeThumbnail/index.js +1 -1
- package/dist/cjs/entity/EntityAvatar/EntityAvatar.js +1 -1
- package/dist/cjs/entity/EntityAvatar/index.js +1 -1
- package/dist/cjs/entity/EntityCard/_components/Typography.js +1 -1
- package/dist/cjs/entity/EntityCard/components/EntityCardActions.js +1 -1
- package/dist/cjs/entity/EntityCard/components/EntityCardBase.js +1 -1
- package/dist/cjs/entity/EntityCard/components/EntityCardContent.js +1 -1
- package/dist/cjs/entity/EntityCard/components/EntityCardHeader.js +1 -1
- package/dist/cjs/entity/EntityIcon/EntityIcon.js +1 -1
- package/dist/cjs/entity/EntityIcon/index.js +1 -1
- package/dist/cjs/entity/EntityList/EntityList.js +1 -1
- package/dist/cjs/entity/EntityList/index.js +1 -1
- package/dist/cjs/entity/EntityListItem/components/EntityListItemAvatar.js +1 -1
- package/dist/cjs/entity/EntityListItem/components/EntityListItemButton.js +1 -1
- package/dist/cjs/entity/EntityListItem/components/EntityListItemSecondaryAction.js +1 -1
- package/dist/cjs/entity/EntityListItem/components/EntityListItemText.js +1 -1
- package/dist/cjs/entity/EntityTableRow/components/EntityTableCellAvatar.js +1 -1
- package/dist/cjs/entity/EntityTableRow/components/EntityTableCellCheckbox.js +1 -1
- package/dist/cjs/event/EventList/EventList.js +1 -0
- package/dist/cjs/event/EventList/components/EventListHeader.js +1 -0
- package/dist/cjs/event/EventList/index.js +1 -0
- package/dist/cjs/event/EventListItem/EventListItem.js +1 -0
- package/dist/cjs/event/EventListItem/index.js +1 -0
- package/dist/cjs/general/AvatarMenu/AvatarMenu.js +1 -1
- package/dist/cjs/general/AvatarMenu/components/Avatar.js +1 -1
- package/dist/cjs/general/AvatarMenu/components/MenuItem.js +1 -1
- package/dist/cjs/general/AvatarMenu/index.js +1 -1
- package/dist/cjs/general/BlurredBackground/BlurredBackground.js +1 -1
- package/dist/cjs/general/BlurredBackground/index.js +1 -1
- package/dist/cjs/general/CalendarPicker/CalendarPicker.js +1 -1
- package/dist/cjs/general/CalendarPicker/components/PickersDay.js +1 -1
- package/dist/cjs/general/CalendarPicker/index.js +1 -1
- package/dist/cjs/general/CompactBadge/CompactBadge.js +1 -1
- package/dist/cjs/general/CompactBadge/index.js +1 -1
- package/dist/cjs/general/CompactLabel/CompactLabel.js +1 -1
- package/dist/cjs/general/CompactLabel/index.js +1 -1
- package/dist/cjs/general/CornerLabelPlacer/CornerLabelPlacer.js +1 -1
- package/dist/cjs/general/CornerLabelPlacer/index.js +1 -1
- package/dist/cjs/general/ExpandButton/ExpandButton.js +1 -1
- package/dist/cjs/general/ExpandButton/index.js +1 -1
- package/dist/cjs/general/Form/Form.js +1 -1
- package/dist/cjs/general/Form/index.js +1 -1
- package/dist/cjs/general/ImageCollage/ImageCollage.js +1 -1
- package/dist/cjs/general/ImageCollage/index.js +1 -1
- package/dist/cjs/general/MediaIcon/MediaIcon.js +1 -1
- package/dist/cjs/general/MediaIcon/index.js +1 -1
- package/dist/cjs/general/MenuItem/MenuItem.js +1 -1
- package/dist/cjs/general/MenuItem/index.js +1 -1
- package/dist/cjs/general/ScrubLine/ScrubLine.js +1 -1
- package/dist/cjs/general/ScrubLine/index.js +1 -1
- package/dist/cjs/general/Sort/Sort.js +1 -1
- package/dist/cjs/general/Sort/components/ButtonBase.js +1 -1
- package/dist/cjs/general/Sort/components/MenuItem.js +1 -1
- package/dist/cjs/general/Sort/index.js +1 -1
- package/dist/cjs/general/TablePagination/TablePagination.js +1 -1
- package/dist/cjs/general/TablePagination/index.js +1 -1
- package/dist/cjs/general/VirtualizedList/VirtualizedList.js +1 -0
- package/dist/cjs/general/VirtualizedList/index.js +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/inputs/BasicDateTimeInput/BasicDateTimeInput.js +1 -1
- package/dist/cjs/inputs/BasicDateTimeInput/index.js +1 -1
- package/dist/cjs/inputs/BooleanInput/BooleanInput.js +1 -1
- package/dist/cjs/inputs/BooleanInput/index.js +1 -1
- package/dist/cjs/inputs/CheckboxGroupInput/CheckboxGroupInput.js +1 -1
- package/dist/cjs/inputs/CheckboxGroupInput/components/CheckboxGroup.js +1 -1
- package/dist/cjs/inputs/CheckboxGroupInput/index.js +1 -1
- package/dist/cjs/inputs/DateRangeInput/DateRangeInput.js +1 -1
- package/dist/cjs/inputs/DateRangeInput/index.js +1 -1
- package/dist/cjs/inputs/DateTimeInput/DateTimeInput.js +1 -1
- package/dist/cjs/inputs/DateTimeInput/index.js +1 -1
- package/dist/cjs/inputs/MaskedTextInput/MaskedTextInput.js +1 -1
- package/dist/cjs/inputs/MaskedTextInput/components/MaskedInputComponent.js +1 -1
- package/dist/cjs/inputs/MaskedTextInput/index.js +1 -1
- package/dist/cjs/inputs/NumberInput/NumberInput.js +1 -1
- package/dist/cjs/inputs/NumberInput/index.js +1 -1
- package/dist/cjs/inputs/RadioGroupInput/RadioGroupInput.js +1 -1
- package/dist/cjs/inputs/RadioGroupInput/components/RadioGroup.js +1 -1
- package/dist/cjs/inputs/RadioGroupInput/index.js +1 -1
- package/dist/cjs/inputs/SelectInput/SelectInput.js +1 -1
- package/dist/cjs/inputs/SelectInput/index.js +1 -1
- package/dist/cjs/inputs/SliderInput/SliderInput.js +1 -1
- package/dist/cjs/inputs/SliderInput/components/Slider.js +1 -1
- package/dist/cjs/inputs/SliderInput/index.js +1 -1
- package/dist/cjs/inputs/TagInput/TagInput.js +1 -1
- package/dist/cjs/inputs/TagInput/index.js +1 -1
- package/dist/cjs/inputs/TextInput/TextInput.js +1 -1
- package/dist/cjs/inputs/TextInput/index.js +1 -1
- package/dist/cjs/inputs/_components/FormControlLabel.js +1 -1
- package/dist/cjs/inputs/_components/MenuItem.js +1 -1
- package/dist/cjs/item/ItemCard/ItemCard.js +1 -1
- package/dist/cjs/item/ItemCard/components/ItemCardMedia.js +1 -1
- package/dist/cjs/item/ItemCard/index.js +1 -1
- package/dist/cjs/item/ItemList/ItemList.js +1 -1
- package/dist/cjs/item/ItemList/index.js +1 -1
- package/dist/cjs/item/ItemListItem/ItemListItem.js +1 -1
- package/dist/cjs/item/ItemListItem/index.js +1 -1
- package/dist/cjs/item/ItemPoster/ItemPoster.js +1 -1
- package/dist/cjs/item/ItemPoster/index.js +1 -1
- package/dist/cjs/item/ItemPosterList/ItemPosterList.js +1 -1
- package/dist/cjs/item/ItemPosterList/index.js +1 -1
- package/dist/cjs/item/ItemPosterViewer/ItemPosterViewer.js +1 -1
- package/dist/cjs/item/ItemPosterViewer/components/Toolbar.js +1 -1
- package/dist/cjs/item/ItemPosterViewer/index.js +1 -1
- package/dist/cjs/item/ItemTable/ItemTable.js +1 -1
- package/dist/cjs/item/ItemTable/components/ItemTableHead.js +1 -1
- package/dist/cjs/item/ItemTable/index.js +1 -1
- package/dist/cjs/item/ItemTableRow/ItemTableRow.js +1 -1
- package/dist/cjs/item/ItemTableRow/index.js +1 -1
- package/dist/cjs/item/ItemThumbnail/ItemThumbnail.js +1 -1
- package/dist/cjs/item/ItemThumbnail/index.js +1 -1
- package/dist/cjs/metadata/MetadataGroupTreeView/MetadataGroupTreeView.js +1 -0
- package/dist/cjs/metadata/MetadataGroupTreeView/index.js +1 -0
- package/dist/cjs/search/SearchFilterForm/SearchFilterForm.js +1 -1
- package/dist/cjs/search/SearchFilterForm/hooks/UseSearchFilterFormInputs.js +1 -1
- package/dist/cjs/search/SearchFilterForm/index.js +1 -1
- package/dist/cjs/search/SearchFilterForm/utils/mapValuesToFilter.js +1 -1
- package/dist/cjs/shape/ShapeMediaBadges/ShapeMediaBadges.js +1 -1
- package/dist/cjs/shape/ShapeMediaBadges/index.js +1 -1
- package/dist/cjs/transcode/TranscodePresetMediaBadges/TranscodePresetMediaBadges.js +1 -1
- package/dist/cjs/transcode/TranscodePresetMediaBadges/index.js +1 -1
- package/dist/es/collection/CollectionCard/CollectionCard.js +61 -60
- package/dist/es/collection/CollectionCard/components/CollectionCardMedia.js +10 -9
- package/dist/es/collection/CollectionCard/index.js +7 -6
- package/dist/es/collection/CollectionList/CollectionList.js +30 -30
- package/dist/es/collection/CollectionList/index.js +7 -6
- package/dist/es/collection/CollectionListItem/CollectionListItem.js +32 -31
- package/dist/es/collection/CollectionListItem/index.js +8 -7
- package/dist/es/collection/CollectionRepresentativeThumbnail/CollectionRepresentativeThumbnail.js +50 -61
- package/dist/es/collection/CollectionRepresentativeThumbnail/index.js +7 -6
- package/dist/es/entity/EntityAvatar/EntityAvatar.js +25 -24
- package/dist/es/entity/EntityAvatar/index.js +7 -6
- package/dist/es/entity/EntityCard/_components/Typography.js +5 -5
- package/dist/es/entity/EntityCard/components/EntityCardActions.js +37 -51
- package/dist/es/entity/EntityCard/components/EntityCardBase.js +9 -8
- package/dist/es/entity/EntityCard/components/EntityCardContent.js +20 -19
- package/dist/es/entity/EntityCard/components/EntityCardHeader.js +30 -45
- package/dist/es/entity/EntityIcon/EntityIcon.js +38 -51
- package/dist/es/entity/EntityIcon/index.js +7 -6
- package/dist/es/entity/EntityList/EntityList.js +42 -42
- package/dist/es/entity/EntityList/index.js +8 -7
- package/dist/es/entity/EntityListItem/components/EntityListItemAvatar.js +17 -16
- package/dist/es/entity/EntityListItem/components/EntityListItemButton.js +16 -16
- package/dist/es/entity/EntityListItem/components/EntityListItemSecondaryAction.js +13 -13
- package/dist/es/entity/EntityListItem/components/EntityListItemText.js +14 -13
- package/dist/es/entity/EntityTableRow/components/EntityTableCellAvatar.js +18 -17
- package/dist/es/entity/EntityTableRow/components/EntityTableCellCheckbox.js +11 -10
- package/dist/es/entity/_utils/getEntityText.d.ts +1 -1
- package/dist/es/event/EventList/EventList.d.ts +67 -0
- package/dist/es/event/EventList/EventList.js +113 -0
- package/dist/es/event/EventList/components/EventListHeader.d.ts +8 -0
- package/dist/es/event/EventList/components/EventListHeader.js +29 -0
- package/dist/es/event/EventList/index.d.ts +2 -0
- package/dist/es/event/EventList/index.js +13 -0
- package/dist/es/event/EventListItem/EventListItem.d.ts +58 -0
- package/dist/es/event/EventListItem/EventListItem.js +203 -0
- package/dist/es/event/EventListItem/index.d.ts +2 -0
- package/dist/es/event/EventListItem/index.js +13 -0
- package/dist/es/event/index.d.ts +2 -0
- package/dist/es/general/AvatarMenu/AvatarMenu.js +27 -26
- package/dist/es/general/AvatarMenu/components/Avatar.js +15 -14
- package/dist/es/general/AvatarMenu/components/MenuItem.js +14 -14
- package/dist/es/general/AvatarMenu/index.js +8 -7
- package/dist/es/general/BlurredBackground/BlurredBackground.js +14 -13
- package/dist/es/general/BlurredBackground/index.js +8 -7
- package/dist/es/general/CalendarPicker/CalendarPicker.js +59 -58
- package/dist/es/general/CalendarPicker/components/PickersDay.js +18 -17
- package/dist/es/general/CalendarPicker/index.js +8 -7
- package/dist/es/general/CompactBadge/CompactBadge.js +17 -16
- package/dist/es/general/CompactBadge/index.js +7 -6
- package/dist/es/general/CompactLabel/CompactLabel.js +19 -18
- package/dist/es/general/CompactLabel/index.js +7 -6
- package/dist/es/general/CornerLabelPlacer/CornerLabelPlacer.js +30 -29
- package/dist/es/general/CornerLabelPlacer/index.js +8 -7
- package/dist/es/general/ExpandButton/ExpandButton.js +21 -20
- package/dist/es/general/ExpandButton/index.js +7 -6
- package/dist/es/general/Form/Form.js +52 -51
- package/dist/es/general/Form/index.js +8 -7
- package/dist/es/general/ImageCollage/ImageCollage.js +37 -36
- package/dist/es/general/ImageCollage/index.js +6 -5
- package/dist/es/general/MediaIcon/MediaIcon.js +47 -46
- package/dist/es/general/MediaIcon/index.js +6 -5
- package/dist/es/general/MenuItem/MenuItem.js +28 -27
- package/dist/es/general/MenuItem/index.js +9 -8
- package/dist/es/general/ScrubLine/ScrubLine.js +36 -35
- package/dist/es/general/ScrubLine/index.js +7 -6
- package/dist/es/general/Sort/Sort.js +25 -24
- package/dist/es/general/Sort/components/ButtonBase.js +11 -11
- package/dist/es/general/Sort/components/MenuItem.js +10 -10
- package/dist/es/general/Sort/index.js +7 -6
- package/dist/es/general/TablePagination/TablePagination.js +27 -26
- package/dist/es/general/TablePagination/index.js +9 -8
- package/dist/es/general/ThemeContext/ThemeContext.d.ts +2 -14
- package/dist/es/general/VirtualizedList/VirtualizedList.d.ts +56 -0
- package/dist/es/general/VirtualizedList/VirtualizedList.js +90 -0
- package/dist/es/general/VirtualizedList/index.d.ts +3 -0
- package/dist/es/general/VirtualizedList/index.js +12 -0
- package/dist/es/general/index.d.ts +1 -0
- package/dist/es/index.d.ts +1 -0
- package/dist/es/index.js +67 -61
- package/dist/es/inputs/BasicDateTimeInput/BasicDateTimeInput.js +30 -29
- package/dist/es/inputs/BasicDateTimeInput/index.js +8 -7
- package/dist/es/inputs/BooleanInput/BooleanInput.js +48 -47
- package/dist/es/inputs/BooleanInput/index.js +8 -7
- package/dist/es/inputs/CheckboxGroupInput/CheckboxGroupInput.js +64 -63
- package/dist/es/inputs/CheckboxGroupInput/components/CheckboxGroup.js +37 -36
- package/dist/es/inputs/CheckboxGroupInput/index.js +7 -6
- package/dist/es/inputs/DateRangeInput/DateRangeInput.js +84 -84
- package/dist/es/inputs/DateRangeInput/index.js +8 -7
- package/dist/es/inputs/DateTimeInput/DateTimeInput.js +60 -59
- package/dist/es/inputs/DateTimeInput/index.js +8 -7
- package/dist/es/inputs/MaskedTextInput/MaskedTextInput.js +34 -33
- package/dist/es/inputs/MaskedTextInput/components/MaskedInputComponent.js +9 -8
- package/dist/es/inputs/MaskedTextInput/index.js +7 -6
- package/dist/es/inputs/NumberInput/NumberInput.js +25 -24
- package/dist/es/inputs/NumberInput/index.js +8 -7
- package/dist/es/inputs/RadioGroupInput/RadioGroupInput.js +62 -61
- package/dist/es/inputs/RadioGroupInput/components/RadioGroup.js +27 -26
- package/dist/es/inputs/RadioGroupInput/index.js +6 -5
- package/dist/es/inputs/SelectInput/SelectInput.js +36 -35
- package/dist/es/inputs/SelectInput/index.js +6 -5
- package/dist/es/inputs/SliderInput/SliderInput.js +75 -76
- package/dist/es/inputs/SliderInput/components/Slider.js +38 -38
- package/dist/es/inputs/SliderInput/index.js +8 -7
- package/dist/es/inputs/TagInput/TagInput.js +88 -87
- package/dist/es/inputs/TagInput/index.js +6 -5
- package/dist/es/inputs/TextInput/TextInput.js +32 -31
- package/dist/es/inputs/TextInput/index.js +6 -5
- package/dist/es/inputs/_components/FormControlLabel.js +11 -10
- package/dist/es/inputs/_components/MenuItem.js +18 -17
- package/dist/es/item/ItemCard/ItemCard.js +56 -55
- package/dist/es/item/ItemCard/components/ItemCardMedia.js +14 -13
- package/dist/es/item/ItemCard/index.js +8 -7
- package/dist/es/item/ItemList/ItemList.js +39 -39
- package/dist/es/item/ItemList/index.js +9 -8
- package/dist/es/item/ItemListItem/ItemListItem.js +32 -31
- package/dist/es/item/ItemListItem/index.js +9 -8
- package/dist/es/item/ItemPoster/ItemPoster.js +32 -45
- package/dist/es/item/ItemPoster/index.js +9 -8
- package/dist/es/item/ItemPosterList/ItemPosterList.js +27 -26
- package/dist/es/item/ItemPosterList/index.js +7 -6
- package/dist/es/item/ItemPosterViewer/ItemPosterViewer.js +47 -60
- package/dist/es/item/ItemPosterViewer/components/Toolbar.js +18 -17
- package/dist/es/item/ItemPosterViewer/index.js +9 -8
- package/dist/es/item/ItemTable/ItemTable.js +49 -50
- package/dist/es/item/ItemTable/components/ItemTableHead.js +22 -21
- package/dist/es/item/ItemTable/index.js +9 -8
- package/dist/es/item/ItemTableRow/ItemTableRow.js +38 -38
- package/dist/es/item/ItemTableRow/index.js +6 -5
- package/dist/es/item/ItemThumbnail/ItemThumbnail.js +46 -57
- package/dist/es/item/ItemThumbnail/index.js +9 -8
- package/dist/es/metadata/MetadataGroupTreeView/MetadataGroupTreeView.d.ts +16 -0
- package/dist/es/metadata/MetadataGroupTreeView/MetadataGroupTreeView.js +63 -0
- package/dist/es/metadata/MetadataGroupTreeView/index.d.ts +2 -0
- package/dist/es/metadata/MetadataGroupTreeView/index.js +12 -0
- package/dist/es/metadata/index.d.ts +1 -0
- package/dist/es/search/SearchFilterForm/SearchFilterForm.js +34 -33
- package/dist/es/search/SearchFilterForm/hooks/UseSearchFilterFormInputs.js +75 -75
- package/dist/es/search/SearchFilterForm/index.js +8 -7
- package/dist/es/search/SearchFilterForm/utils/mapValuesToFilter.js +11 -15
- package/dist/es/shape/ShapeMediaBadges/ShapeMediaBadges.js +22 -21
- package/dist/es/shape/ShapeMediaBadges/index.js +7 -6
- package/dist/es/transcode/TranscodePresetMediaBadges/TranscodePresetMediaBadges.js +21 -20
- package/dist/es/transcode/TranscodePresetMediaBadges/index.js +8 -7
- package/package.json +14 -13
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
import { jsxs as a, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
const
|
|
8
|
-
Root:
|
|
9
|
-
ListItemButton:
|
|
10
|
-
ListItemAvatar:
|
|
11
|
-
ListItemText:
|
|
12
|
-
ListItemSecondaryAction:
|
|
13
|
-
},
|
|
14
|
-
collectionType:
|
|
15
|
-
primary:
|
|
16
|
-
secondary:
|
|
2
|
+
import A from "@mui/material/ListItem";
|
|
3
|
+
import x from "../../entity/EntityListItem/components/EntityListItemAvatar.js";
|
|
4
|
+
import C from "../../entity/EntityListItem/components/EntityListItemButton.js";
|
|
5
|
+
import V from "../../entity/EntityListItem/components/EntityListItemSecondaryAction.js";
|
|
6
|
+
import p from "../../entity/EntityListItem/components/EntityListItemText.js";
|
|
7
|
+
const y = {
|
|
8
|
+
Root: A,
|
|
9
|
+
ListItemButton: C,
|
|
10
|
+
ListItemAvatar: x,
|
|
11
|
+
ListItemText: p,
|
|
12
|
+
ListItemSecondaryAction: V
|
|
13
|
+
}, s = ({
|
|
14
|
+
collectionType: i,
|
|
15
|
+
primary: n,
|
|
16
|
+
secondary: d,
|
|
17
17
|
avatarVariant: I,
|
|
18
18
|
isLoading: t,
|
|
19
19
|
onClick: m,
|
|
20
|
-
onDelete:
|
|
21
|
-
components:
|
|
22
|
-
componentsProps:
|
|
20
|
+
onDelete: l,
|
|
21
|
+
components: c,
|
|
22
|
+
componentsProps: e
|
|
23
23
|
}) => {
|
|
24
24
|
const {
|
|
25
|
-
Root:
|
|
26
|
-
ListItemAvatar:
|
|
27
|
-
ListItemText:
|
|
25
|
+
Root: L,
|
|
26
|
+
ListItemAvatar: v,
|
|
27
|
+
ListItemText: f,
|
|
28
28
|
ListItemButton: r,
|
|
29
|
-
ListItemSecondaryAction:
|
|
30
|
-
} =
|
|
31
|
-
return /* @__PURE__ */ a(
|
|
32
|
-
/* @__PURE__ */ a(r, { collectionType:
|
|
33
|
-
/* @__PURE__ */ o(
|
|
34
|
-
/* @__PURE__ */ o(
|
|
29
|
+
ListItemSecondaryAction: u
|
|
30
|
+
} = c;
|
|
31
|
+
return /* @__PURE__ */ a(L, { disablePadding: !t && !!m && !!r, ...e.root, children: [
|
|
32
|
+
/* @__PURE__ */ a(r, { collectionType: i, onClick: m, isLoading: t, ...e.listItemButton, children: [
|
|
33
|
+
/* @__PURE__ */ o(v, { collectionType: i, variant: I, isLoading: t, ...e.listItemAvatar }),
|
|
34
|
+
/* @__PURE__ */ o(f, { collectionType: i, primary: n, secondary: d, isLoading: t, ...e.listItemText })
|
|
35
35
|
] }),
|
|
36
|
-
/* @__PURE__ */ o(
|
|
36
|
+
/* @__PURE__ */ o(u, { collectionType: i, onDelete: l, isLoading: t, ...e.listItemSecondaryAction })
|
|
37
37
|
] });
|
|
38
38
|
};
|
|
39
|
-
|
|
39
|
+
s.defaultProps = {
|
|
40
40
|
collectionType: void 0,
|
|
41
41
|
primary: "id",
|
|
42
42
|
secondary: void 0,
|
|
@@ -44,9 +44,10 @@ E.defaultProps = {
|
|
|
44
44
|
isLoading: !1,
|
|
45
45
|
onClick: void 0,
|
|
46
46
|
onDelete: void 0,
|
|
47
|
-
components:
|
|
47
|
+
components: y,
|
|
48
48
|
componentsProps: void 0
|
|
49
49
|
};
|
|
50
|
+
const T = s;
|
|
50
51
|
export {
|
|
51
|
-
|
|
52
|
+
T as default
|
|
52
53
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const o = "CollectionListItem", t = `Vdt${o}`,
|
|
1
|
+
import { styled as m } from "@mui/material/styles";
|
|
2
|
+
import r from "./CollectionListItem.js";
|
|
3
|
+
import { withOverrides as s } from "../../_utils/withOverrides.js";
|
|
4
|
+
const o = "CollectionListItem", t = `Vdt${o}`, i = s(t)(r), e = m(i, {
|
|
5
5
|
name: t,
|
|
6
|
-
overridesResolver: (
|
|
6
|
+
overridesResolver: (d, n) => n.root
|
|
7
7
|
})({});
|
|
8
|
-
|
|
8
|
+
e.displayName = o;
|
|
9
|
+
const a = e;
|
|
9
10
|
export {
|
|
10
|
-
|
|
11
|
+
a as default
|
|
11
12
|
};
|
package/dist/es/collection/CollectionRepresentativeThumbnail/CollectionRepresentativeThumbnail.js
CHANGED
|
@@ -1,37 +1,25 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useMemo as
|
|
3
|
-
import
|
|
1
|
+
import { jsxs as m, jsx as a, Fragment as I } from "react/jsx-runtime";
|
|
2
|
+
import { useMemo as k } from "react";
|
|
3
|
+
import s from "@mui/material/Box";
|
|
4
4
|
import { styled as r } from "@mui/material/styles";
|
|
5
|
-
import { parseMetadataType as
|
|
6
|
-
import "../../general/
|
|
7
|
-
import
|
|
8
|
-
import "../../general/
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import k from "../../general/CornerLabelPlacer/index.js";
|
|
12
|
-
import "../../general/ExpandButton/index.js";
|
|
13
|
-
import M from "../../general/ImageCollage/index.js";
|
|
14
|
-
import "../../general/MediaIcon/index.js";
|
|
15
|
-
import "../../general/MenuItem/index.js";
|
|
16
|
-
import "../../general/ScrubLine/index.js";
|
|
17
|
-
import "../../general/Sort/index.js";
|
|
18
|
-
import "../../general/TablePagination/index.js";
|
|
19
|
-
import "../../general/Form/index.js";
|
|
20
|
-
import "../../general/ThemeContext/ThemeContext.js";
|
|
21
|
-
const R = r(c)(({
|
|
22
|
-
onClick: i
|
|
5
|
+
import { parseMetadataType as y } from "@vidispine/vdt-js";
|
|
6
|
+
import V from "../../general/BlurredBackground/index.js";
|
|
7
|
+
import L from "../../general/ImageCollage/index.js";
|
|
8
|
+
import M from "../../general/CornerLabelPlacer/index.js";
|
|
9
|
+
const R = r(s)(({
|
|
10
|
+
onClick: l
|
|
23
11
|
}) => ({
|
|
24
12
|
position: "relative",
|
|
25
13
|
height: "100%",
|
|
26
14
|
width: "100%",
|
|
27
|
-
...
|
|
15
|
+
...l ? {
|
|
28
16
|
cursor: "pointer"
|
|
29
17
|
} : {}
|
|
30
|
-
})),
|
|
18
|
+
})), S = r(V)(() => ({
|
|
31
19
|
top: 0,
|
|
32
20
|
position: "absolute",
|
|
33
21
|
zIndex: 1
|
|
34
|
-
})),
|
|
22
|
+
})), T = r(L)(() => ({
|
|
35
23
|
position: "absolute",
|
|
36
24
|
zIndex: 2,
|
|
37
25
|
top: "50%",
|
|
@@ -40,7 +28,7 @@ const R = r(c)(({
|
|
|
40
28
|
width: "100%",
|
|
41
29
|
transform: "translate(-50%, -50%)",
|
|
42
30
|
objectFit: "cover"
|
|
43
|
-
})),
|
|
31
|
+
})), j = r(s)(() => ({
|
|
44
32
|
position: "absolute",
|
|
45
33
|
zIndex: 2,
|
|
46
34
|
top: "50%",
|
|
@@ -49,64 +37,65 @@ const R = r(c)(({
|
|
|
49
37
|
width: "100%",
|
|
50
38
|
transform: "translate(-50%, -50%)",
|
|
51
39
|
objectFit: "cover"
|
|
52
|
-
})),
|
|
40
|
+
})), w = r(M)(() => ({
|
|
53
41
|
top: 0,
|
|
54
42
|
position: "absolute",
|
|
55
43
|
zIndex: 3
|
|
56
|
-
})),
|
|
44
|
+
})), z = {
|
|
57
45
|
Root: R,
|
|
58
|
-
BlurredBackground:
|
|
59
|
-
ImageCollage:
|
|
60
|
-
ImageBox:
|
|
61
|
-
CornerLabelPlacer:
|
|
62
|
-
},
|
|
63
|
-
collectionType:
|
|
46
|
+
BlurredBackground: S,
|
|
47
|
+
ImageCollage: T,
|
|
48
|
+
ImageBox: j,
|
|
49
|
+
CornerLabelPlacer: w
|
|
50
|
+
}, u = ({
|
|
51
|
+
collectionType: l,
|
|
64
52
|
showBlurredBackground: n,
|
|
65
|
-
showCombined:
|
|
66
|
-
label:
|
|
67
|
-
onClick:
|
|
53
|
+
showCombined: p,
|
|
54
|
+
label: g,
|
|
55
|
+
onClick: i,
|
|
68
56
|
components: f,
|
|
69
|
-
componentsProps:
|
|
57
|
+
componentsProps: e
|
|
70
58
|
}) => {
|
|
71
59
|
const {
|
|
72
|
-
Root:
|
|
73
|
-
BlurredBackground:
|
|
74
|
-
ImageCollage:
|
|
75
|
-
CornerLabelPlacer:
|
|
76
|
-
ImageBox:
|
|
60
|
+
Root: h,
|
|
61
|
+
BlurredBackground: b,
|
|
62
|
+
ImageCollage: B,
|
|
63
|
+
CornerLabelPlacer: C,
|
|
64
|
+
ImageBox: x
|
|
77
65
|
} = f, {
|
|
78
|
-
id:
|
|
79
|
-
metadata:
|
|
80
|
-
} =
|
|
66
|
+
id: d,
|
|
67
|
+
metadata: c
|
|
68
|
+
} = l || {}, o = k(() => {
|
|
81
69
|
const {
|
|
82
|
-
__representativeThumbnailsNoAuth:
|
|
83
|
-
} =
|
|
70
|
+
__representativeThumbnailsNoAuth: t
|
|
71
|
+
} = y(c, {
|
|
84
72
|
flatTimespan: !0
|
|
85
73
|
});
|
|
86
|
-
return
|
|
87
|
-
src:
|
|
88
|
-
alt: `Representative Thumbnail for Collection ${
|
|
74
|
+
return t == null ? void 0 : t.map((v) => ({
|
|
75
|
+
src: v,
|
|
76
|
+
alt: `Representative Thumbnail for Collection ${d}`
|
|
89
77
|
}));
|
|
90
|
-
}, [
|
|
91
|
-
return /* @__PURE__ */
|
|
92
|
-
collectionType:
|
|
93
|
-
}), ...
|
|
94
|
-
|
|
95
|
-
n && /* @__PURE__ */
|
|
96
|
-
/* @__PURE__ */
|
|
78
|
+
}, [d, c]);
|
|
79
|
+
return /* @__PURE__ */ m(h, { onClick: typeof i != "function" ? void 0 : (t) => i(t, {
|
|
80
|
+
collectionType: l
|
|
81
|
+
}), ...e.root, children: [
|
|
82
|
+
p ? /* @__PURE__ */ a(B, { images: o, showBlurredBackground: n, ...e.imageCollage }) : (o == null ? void 0 : o.length) > 0 && /* @__PURE__ */ m(I, { children: [
|
|
83
|
+
n && /* @__PURE__ */ a(b, { ...e.blurredBackground }),
|
|
84
|
+
/* @__PURE__ */ a(x, { ...(o == null ? void 0 : o[0]) || {}, component: "img", ...e.imageBox })
|
|
97
85
|
] }),
|
|
98
|
-
/* @__PURE__ */
|
|
86
|
+
/* @__PURE__ */ a(C, { labelBottomRight: g, ...e.cornerLabelPlacer })
|
|
99
87
|
] });
|
|
100
88
|
};
|
|
101
|
-
|
|
89
|
+
u.defaultProps = {
|
|
102
90
|
collectionType: void 0,
|
|
103
91
|
showBlurredBackground: void 0,
|
|
104
92
|
showCombined: !1,
|
|
105
93
|
label: void 0,
|
|
106
94
|
onClick: void 0,
|
|
107
|
-
components:
|
|
95
|
+
components: z,
|
|
108
96
|
componentsProps: void 0
|
|
109
97
|
};
|
|
98
|
+
const G = u;
|
|
110
99
|
export {
|
|
111
|
-
|
|
100
|
+
G as default
|
|
112
101
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import { withOverrides as r } from "../../_utils/withOverrides.js";
|
|
1
|
+
import { styled as r } from "@mui/material/styles";
|
|
3
2
|
import i from "./CollectionRepresentativeThumbnail.js";
|
|
4
|
-
|
|
3
|
+
import { withOverrides as m } from "../../_utils/withOverrides.js";
|
|
4
|
+
const e = "CollectionRepresentativeThumbnail", o = `Vdt${e}`, s = m(o)(i), t = r(s, {
|
|
5
5
|
name: o,
|
|
6
|
-
overridesResolver: (l,
|
|
6
|
+
overridesResolver: (l, n) => n.root
|
|
7
7
|
})({});
|
|
8
|
-
|
|
8
|
+
t.displayName = e;
|
|
9
|
+
const d = t;
|
|
9
10
|
export {
|
|
10
|
-
|
|
11
|
+
d as default
|
|
11
12
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
2
|
+
import m from "@mui/material/Skeleton";
|
|
3
|
+
import u from "@mui/material/Avatar";
|
|
4
4
|
import { styled as s } from "@mui/material/styles";
|
|
5
|
-
import
|
|
6
|
-
const
|
|
5
|
+
import f from "../EntityIcon/index.js";
|
|
6
|
+
const y = ({
|
|
7
7
|
variant: o
|
|
8
|
-
}) => /* @__PURE__ */ r(
|
|
8
|
+
}) => /* @__PURE__ */ r(m, { sx: {
|
|
9
9
|
height: "100%",
|
|
10
10
|
width: "100%"
|
|
11
|
-
}, variant: o === "square" ? "rect" : o, "data-testid": "skeleton" }),
|
|
11
|
+
}, variant: o === "square" ? "rect" : o, "data-testid": "skeleton" }), g = s(u, {
|
|
12
12
|
shouldForwardProp: (o) => o !== "isLoading"
|
|
13
13
|
})(({
|
|
14
14
|
theme: o,
|
|
@@ -19,41 +19,42 @@ const f = ({
|
|
|
19
19
|
...t ? {
|
|
20
20
|
backgroundColor: "unset"
|
|
21
21
|
} : {}
|
|
22
|
-
})),
|
|
22
|
+
})), v = s(f)(({
|
|
23
23
|
theme: o
|
|
24
24
|
}) => ({
|
|
25
25
|
color: o.palette.background.paper
|
|
26
|
-
})),
|
|
27
|
-
Root:
|
|
28
|
-
Icon:
|
|
29
|
-
},
|
|
26
|
+
})), k = {
|
|
27
|
+
Root: g,
|
|
28
|
+
Icon: v
|
|
29
|
+
}, d = ({
|
|
30
30
|
entityType: o,
|
|
31
31
|
mediaType: t,
|
|
32
|
-
variant:
|
|
33
|
-
isLoading:
|
|
32
|
+
variant: n,
|
|
33
|
+
isLoading: e,
|
|
34
34
|
loadingSlot: a,
|
|
35
|
-
components:
|
|
35
|
+
components: c,
|
|
36
36
|
componentsProps: i
|
|
37
37
|
}) => {
|
|
38
38
|
const {
|
|
39
|
-
Root:
|
|
40
|
-
Icon:
|
|
41
|
-
} =
|
|
42
|
-
return /* @__PURE__ */ r(
|
|
43
|
-
variant:
|
|
44
|
-
}) : /* @__PURE__ */ r(
|
|
39
|
+
Root: l,
|
|
40
|
+
Icon: p
|
|
41
|
+
} = c;
|
|
42
|
+
return /* @__PURE__ */ r(l, { variant: n, isLoading: e, ...i.root, children: e ? a && a({
|
|
43
|
+
variant: n
|
|
44
|
+
}) : /* @__PURE__ */ r(p, { entityType: o, ...t ? {
|
|
45
45
|
mediaType: t
|
|
46
46
|
} : {}, ...i.icon }) });
|
|
47
47
|
};
|
|
48
|
-
|
|
48
|
+
d.defaultProps = {
|
|
49
49
|
entityType: void 0,
|
|
50
50
|
mediaType: void 0,
|
|
51
51
|
variant: "square",
|
|
52
52
|
isLoading: !1,
|
|
53
|
-
loadingSlot:
|
|
54
|
-
components:
|
|
53
|
+
loadingSlot: y,
|
|
54
|
+
components: k,
|
|
55
55
|
componentsProps: void 0
|
|
56
56
|
};
|
|
57
|
+
const S = d;
|
|
57
58
|
export {
|
|
58
|
-
|
|
59
|
+
S as default
|
|
59
60
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import { withOverrides as n } from "../../_utils/withOverrides.js";
|
|
1
|
+
import { styled as n } from "@mui/material/styles";
|
|
3
2
|
import m from "./EntityAvatar.js";
|
|
4
|
-
|
|
3
|
+
import { withOverrides as s } from "../../_utils/withOverrides.js";
|
|
4
|
+
const t = "EntityAvatar", o = `Vdt${t}`, i = s(o)(m), e = n(i, {
|
|
5
5
|
name: o,
|
|
6
|
-
overridesResolver: (a,
|
|
6
|
+
overridesResolver: (a, r) => r.root
|
|
7
7
|
})({});
|
|
8
|
-
|
|
8
|
+
e.displayName = t;
|
|
9
|
+
const v = e;
|
|
9
10
|
export {
|
|
10
|
-
|
|
11
|
+
v as default
|
|
11
12
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { styled as
|
|
3
|
-
const
|
|
1
|
+
import r from "@mui/material/Typography";
|
|
2
|
+
import { styled as t } from "@mui/material/styles";
|
|
3
|
+
const e = t(r, {
|
|
4
4
|
shouldForwardProp: (o) => o !== "webkitLineClamp"
|
|
5
5
|
})(({
|
|
6
6
|
webkitLineClamp: o
|
|
@@ -9,7 +9,7 @@ const p = i(e, {
|
|
|
9
9
|
WebkitBoxOrient: "vertical",
|
|
10
10
|
overflow: "hidden",
|
|
11
11
|
WebkitLineClamp: o
|
|
12
|
-
}));
|
|
12
|
+
})), a = e;
|
|
13
13
|
export {
|
|
14
|
-
|
|
14
|
+
a as default
|
|
15
15
|
};
|
|
@@ -1,75 +1,61 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { styled as
|
|
6
|
-
import "../../../general/
|
|
7
|
-
import "
|
|
8
|
-
|
|
9
|
-
import "../../../general/CompactBadge/index.js";
|
|
10
|
-
import "../../../general/CompactLabel/index.js";
|
|
11
|
-
import "../../../general/CornerLabelPlacer/index.js";
|
|
12
|
-
import S from "../../../general/ExpandButton/index.js";
|
|
13
|
-
import "../../../general/ImageCollage/index.js";
|
|
14
|
-
import "../../../general/MediaIcon/index.js";
|
|
15
|
-
import "../../../general/MenuItem/index.js";
|
|
16
|
-
import "../../../general/ScrubLine/index.js";
|
|
17
|
-
import "../../../general/Sort/index.js";
|
|
18
|
-
import "../../../general/TablePagination/index.js";
|
|
19
|
-
import "../../../general/Form/index.js";
|
|
20
|
-
import "../../../general/ThemeContext/ThemeContext.js";
|
|
21
|
-
import { getEntityProp as b } from "../../_utils/getEntityProp.js";
|
|
22
|
-
import "@vidispine/vdt-js";
|
|
23
|
-
const I = n(x)(() => ({
|
|
1
|
+
import { jsxs as y, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import A from "@mui/material/Checkbox";
|
|
3
|
+
import k from "@mui/material/CardActions";
|
|
4
|
+
import b from "@mui/material/IconButton";
|
|
5
|
+
import { styled as i } from "@mui/material/styles";
|
|
6
|
+
import I from "../../../general/ExpandButton/index.js";
|
|
7
|
+
import { getEntityProp as S } from "../../_utils/getEntityProp.js";
|
|
8
|
+
const B = i(k)(() => ({
|
|
24
9
|
alignItems: "flex-end",
|
|
25
10
|
padding: 8
|
|
26
|
-
})), P =
|
|
11
|
+
})), P = i(b)(() => ({
|
|
27
12
|
transition: "color .2s ease-out"
|
|
28
|
-
})), j =
|
|
13
|
+
})), j = i(A)(() => ({
|
|
29
14
|
marginLeft: "auto",
|
|
30
15
|
transition: "color .2s ease-out"
|
|
31
|
-
})),
|
|
32
|
-
itemType:
|
|
33
|
-
collectionType:
|
|
34
|
-
checked:
|
|
35
|
-
expanded:
|
|
16
|
+
})), s = ({
|
|
17
|
+
itemType: c,
|
|
18
|
+
collectionType: d,
|
|
19
|
+
checked: m,
|
|
20
|
+
expanded: a,
|
|
36
21
|
actions: t,
|
|
37
|
-
onActionClick:
|
|
38
|
-
onExpand:
|
|
39
|
-
onCheck:
|
|
40
|
-
expandButton:
|
|
41
|
-
classes:
|
|
22
|
+
onActionClick: p,
|
|
23
|
+
onExpand: r,
|
|
24
|
+
onCheck: e,
|
|
25
|
+
expandButton: u,
|
|
26
|
+
classes: E,
|
|
42
27
|
// ignored
|
|
43
|
-
...
|
|
28
|
+
...f
|
|
44
29
|
}) => {
|
|
45
|
-
const
|
|
46
|
-
|
|
47
|
-
action:
|
|
48
|
-
...
|
|
49
|
-
itemType:
|
|
50
|
-
collectionType:
|
|
30
|
+
const C = (o, l) => {
|
|
31
|
+
p(o, {
|
|
32
|
+
action: l,
|
|
33
|
+
...S({
|
|
34
|
+
itemType: c,
|
|
35
|
+
collectionType: d
|
|
51
36
|
})
|
|
52
37
|
});
|
|
53
38
|
};
|
|
54
|
-
return !(t != null && t.length) && !
|
|
39
|
+
return !(t != null && t.length) && !e && !r ? null : /* @__PURE__ */ y(B, { disableSpacing: !0, ...f, children: [
|
|
55
40
|
t == null ? void 0 : t.map((o) => {
|
|
56
41
|
const {
|
|
57
|
-
name:
|
|
58
|
-
iconProps:
|
|
59
|
-
Icon:
|
|
42
|
+
name: l,
|
|
43
|
+
iconProps: g,
|
|
44
|
+
Icon: h
|
|
60
45
|
} = o || {};
|
|
61
|
-
return /* @__PURE__ */
|
|
46
|
+
return /* @__PURE__ */ n(P, { component: "button", onClick: (x) => C(x, o), ...g, children: /* @__PURE__ */ n(h, {}) }, l);
|
|
62
47
|
}),
|
|
63
|
-
|
|
64
|
-
|
|
48
|
+
e && /* @__PURE__ */ n(j, { checked: m, onChange: e }),
|
|
49
|
+
r && /* @__PURE__ */ n(I, { expanded: a, onClick: r, ...u })
|
|
65
50
|
] });
|
|
66
51
|
};
|
|
67
|
-
|
|
52
|
+
s.defaultProps = {
|
|
68
53
|
checked: !1,
|
|
69
54
|
expanded: !1,
|
|
70
55
|
actions: [],
|
|
71
56
|
onActionClick: () => null
|
|
72
57
|
};
|
|
58
|
+
const F = s;
|
|
73
59
|
export {
|
|
74
|
-
|
|
60
|
+
F as default
|
|
75
61
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { styled as
|
|
4
|
-
const
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import i from "@mui/material/Card";
|
|
3
|
+
import { styled as e } from "@mui/material/styles";
|
|
4
|
+
const d = e(i, {
|
|
5
5
|
shouldForwardProp: (r) => r !== "checked"
|
|
6
6
|
})(({
|
|
7
7
|
theme: r,
|
|
@@ -31,11 +31,12 @@ const e = i(a, {
|
|
|
31
31
|
backgroundImage: "unset",
|
|
32
32
|
// remove "opacity" from card elevation
|
|
33
33
|
overflow: "unset"
|
|
34
|
-
})),
|
|
34
|
+
})), t = ({
|
|
35
35
|
children: r,
|
|
36
36
|
...o
|
|
37
|
-
}) => /* @__PURE__ */
|
|
38
|
-
|
|
37
|
+
}) => /* @__PURE__ */ a(d, { ...o, children: r });
|
|
38
|
+
t.defaultProps = {};
|
|
39
|
+
const s = t;
|
|
39
40
|
export {
|
|
40
|
-
|
|
41
|
+
s as default
|
|
41
42
|
};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
const
|
|
8
|
-
itemType:
|
|
9
|
-
collectionType:
|
|
2
|
+
import a from "@mui/material/CardContent";
|
|
3
|
+
import d from "@mui/material/Tooltip";
|
|
4
|
+
import c from "@mui/material/Box";
|
|
5
|
+
import f from "../_components/Typography.js";
|
|
6
|
+
import { getEntityText as s } from "../../_utils/getEntityText.js";
|
|
7
|
+
const e = ({
|
|
8
|
+
itemType: n,
|
|
9
|
+
collectionType: i,
|
|
10
10
|
content: o,
|
|
11
|
-
showTooltip:
|
|
12
|
-
WebkitLineClamp:
|
|
13
|
-
...
|
|
11
|
+
showTooltip: p,
|
|
12
|
+
WebkitLineClamp: l,
|
|
13
|
+
...m
|
|
14
14
|
}) => {
|
|
15
|
-
const r =
|
|
16
|
-
itemType:
|
|
17
|
-
collectionType:
|
|
15
|
+
const r = s(o, {
|
|
16
|
+
itemType: n,
|
|
17
|
+
collectionType: i
|
|
18
18
|
});
|
|
19
|
-
return o ? /* @__PURE__ */ t(
|
|
20
|
-
|
|
19
|
+
return o ? /* @__PURE__ */ t(a, { ...m, children: /* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(d, { title: r || "", enterDelay: 500, open: p, children: /* @__PURE__ */ t(
|
|
20
|
+
f,
|
|
21
21
|
{
|
|
22
|
-
webkitLineClamp:
|
|
22
|
+
webkitLineClamp: l,
|
|
23
23
|
variant: "body2",
|
|
24
24
|
color: "textSecondary",
|
|
25
25
|
component: "p",
|
|
@@ -27,10 +27,11 @@ const s = ({
|
|
|
27
27
|
}
|
|
28
28
|
) }) }) }) : null;
|
|
29
29
|
};
|
|
30
|
-
|
|
30
|
+
e.defaultProps = {
|
|
31
31
|
showTooltip: !1,
|
|
32
32
|
WebkitLineClamp: 3
|
|
33
33
|
};
|
|
34
|
+
const b = e;
|
|
34
35
|
export {
|
|
35
|
-
|
|
36
|
+
b as default
|
|
36
37
|
};
|