@tridion-sites/extensions 3.0.0 → 3.1.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/CHANGELOG.md +79 -58
- package/dist/index.d.ts +47 -8
- package/dist/index.js +23 -5
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,83 +1,104 @@
|
|
|
1
1
|
# @tridion-sites/extensions
|
|
2
2
|
|
|
3
|
+
## 4.0.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 54bfc05: add search panel id, align naming for panel types
|
|
8
|
+
- a26e909: add favorites management actions
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
- @tridion-sites/open-api-client@4.1.0
|
|
14
|
+
- @tridion-sites/models@2.1.0
|
|
15
|
+
|
|
16
|
+
## 3.0.1
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Fix bug in mapToModel()
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @tridion-sites/models@2.0.1
|
|
23
|
+
|
|
3
24
|
## 3.0.0
|
|
4
25
|
|
|
5
26
|
### Major Changes
|
|
6
27
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
28
|
+
- f0e6de6: Update TinyMCE to version 7.3.0
|
|
29
|
+
- [BREAKING!] Models: map `Link`s inside content and metadata
|
|
30
|
+
- 458cdf6: [BREAKING!] Make `useEditor().schema` property optional
|
|
31
|
+
- 1de8ac4: react-query@5.0.0 upgrade
|
|
32
|
+
- 4fe96e1: Remove deprecated `containerId` property of mutations
|
|
33
|
+
- 2a39e32: Remove callbacks no longer supported in react-query@5.0.0
|
|
34
|
+
- 23bcf5a: Align API of `useModal()`, `useConfirmation()` and the rest of the hooks
|
|
35
|
+
- e21ab79: `userProfile` returned by `useUserProfile()` can be `undefined`
|
|
36
|
+
- 7cf79a9: OpenAPI v3 update
|
|
16
37
|
|
|
17
38
|
### Minor Changes
|
|
18
39
|
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
+
- f220975: Add `isDisabled` prop to field extensions
|
|
41
|
+
- 083504a: Add `demote` action
|
|
42
|
+
- a273c4e: Add `newChildPublication` action
|
|
43
|
+
- 75944cc: Add `removeParentPublication` action
|
|
44
|
+
- ce528c5: Add `promote` action
|
|
45
|
+
- e733693: Add `pasteInContainer` action
|
|
46
|
+
- fed1499: Add optional `boolean` parameters for filtering the `/uses` and `/usedBy` requests
|
|
47
|
+
- 774d7e3: Add `yellow10` to color palette
|
|
48
|
+
- 458cdf6: Add `onUpdate` callback to `useEditor()` hook
|
|
49
|
+
- 8562ee8: Add `Modal` components and `useModal()` hook
|
|
50
|
+
- c3ba102: Add `primaryItem` to `ItemBlueprintHierarchy`
|
|
51
|
+
- e514a9a: Add new OpenAPI v3 error type `ValidationApiError`
|
|
52
|
+
- 928cab3: Add `useContainerItemsQuery()` query
|
|
53
|
+
- 37b7603: Add `includeLocalCopies` parameter for `/usedBy` list
|
|
54
|
+
- 191f8b8: Add required for some item types parameter of `useItemDefaultDataQuery()`
|
|
55
|
+
- 457e67a: Align `containerItem` api across mutations
|
|
56
|
+
- 1cf9db9: Allow control of a failure trigger for demote mutation
|
|
57
|
+
- 527c39f: Make `fieldDefinition` type more specific for `useRichTextField()` hook
|
|
58
|
+
- 871a645: Update major `styled-components`
|
|
59
|
+
- 051b91a: Extensions: Add custom content editor endpoint `ExtensionBuilder.contentEditor.addItemEditor()`
|
|
60
|
+
- 6ff5e58: Models: add generic `ListInfo` type to `IdentifiableObject`
|
|
40
61
|
|
|
41
62
|
### Patch Changes
|
|
42
63
|
|
|
43
|
-
-
|
|
44
|
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
64
|
+
- c7a65bc: Models: Update model mapper to fallback to regular component when it can not be distinguished by `ComponentType`
|
|
65
|
+
Update Extensions API to make new option queries available
|
|
66
|
+
- 82f1c93: Add non localizable fields schema sync api support
|
|
67
|
+
- 2532518: Models: Fix default value for `ItemFieldDefinition.isLocalizable`
|
|
68
|
+
- 1b0165e: Update axios to avoid vulnerability
|
|
69
|
+
- b4d732a: Update to @tridion/graphene@2.6.0
|
|
70
|
+
- ee208c1: Update 3rd party dependencies
|
|
50
71
|
|
|
51
72
|
## 2.0.1
|
|
52
73
|
|
|
53
74
|
### Patch Changes
|
|
54
75
|
|
|
55
|
-
-
|
|
56
|
-
-
|
|
76
|
+
- Updated dependencies [c78d191530]
|
|
77
|
+
- @tridion-sites/models@1.1.1
|
|
57
78
|
|
|
58
79
|
## 2.0.0
|
|
59
80
|
|
|
60
81
|
### Minor Changes
|
|
61
82
|
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
-
|
|
83
|
+
- 334d76210f: dependency update @tridion/graphene@1.35
|
|
84
|
+
- 9e7f89cdc1: - add query `usePublishTransactionsQuery`;
|
|
85
|
+
- add to `useActivityInstancesQuery` parameters `ownerId` and `assigneeId`;
|
|
86
|
+
- add to `useItemsInProgressQuery` parameter `lockUserId`;
|
|
66
87
|
|
|
67
88
|
### Patch Changes
|
|
68
89
|
|
|
69
|
-
-
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
90
|
+
- d0875fe171: update dependencies
|
|
91
|
+
- 151fa1d3b2: add InsightsPanel mount point for ActivitiesExplorer
|
|
92
|
+
- a6face574b9: add InsightsPanel mount point for PublishingQueueExplorer
|
|
93
|
+
- cc40577cf7: add InsightsPanel mount point for ContentExplorer
|
|
94
|
+
- Updated dependencies [d398729dce]
|
|
95
|
+
- Updated dependencies [b37272386a]
|
|
96
|
+
- Updated dependencies [d0875fe171]
|
|
97
|
+
- Updated dependencies [151fa1d3b2]
|
|
98
|
+
- Updated dependencies [7ff24d55b8]
|
|
99
|
+
- Updated dependencies [14288f4588]
|
|
100
|
+
- Updated dependencies [c75025f64f]
|
|
101
|
+
- Updated dependencies [334d76210f]
|
|
102
|
+
- Updated dependencies [1b257d330c]
|
|
103
|
+
- @tridion-sites/open-api-client@3.0.0
|
|
104
|
+
- @tridion-sites/models@1.1.0
|
package/dist/index.d.ts
CHANGED
|
@@ -1330,12 +1330,13 @@ export declare const contentExplorerActionGroupId: {
|
|
|
1330
1330
|
exporting: "exporting";
|
|
1331
1331
|
refreshing: "refreshing";
|
|
1332
1332
|
workflow: "workflow";
|
|
1333
|
+
blueprinting: "blueprinting";
|
|
1333
1334
|
browsing: "browsing";
|
|
1334
1335
|
clipboard: "clipboard";
|
|
1335
1336
|
creation: "creation";
|
|
1336
1337
|
deletion: "deletion";
|
|
1337
1338
|
editing: "editing";
|
|
1338
|
-
|
|
1339
|
+
favorites: "favorites";
|
|
1339
1340
|
publishing: "publishing";
|
|
1340
1341
|
translation: "translation";
|
|
1341
1342
|
};
|
|
@@ -1343,7 +1344,7 @@ export declare const contentExplorerActionGroupId: {
|
|
|
1343
1344
|
/**
|
|
1344
1345
|
* @public
|
|
1345
1346
|
*/
|
|
1346
|
-
export declare const contentExplorerActionGroupIds: readonly ["browsing", "bundle", "classification", "clipboard", "creation", "deletion", "editing", "exporting", "
|
|
1347
|
+
export declare const contentExplorerActionGroupIds: readonly ["blueprinting", "browsing", "bundle", "classification", "clipboard", "creation", "deletion", "editing", "exporting", "favorites", "publishing", "refreshing", "translation", "workflow"];
|
|
1347
1348
|
|
|
1348
1349
|
/**
|
|
1349
1350
|
* @public
|
|
@@ -1369,6 +1370,7 @@ export declare const contentExplorerActionId: {
|
|
|
1369
1370
|
addParentPublication: "addParentPublication";
|
|
1370
1371
|
addSelectedItemsToBundle: "addSelectedItemsToBundle";
|
|
1371
1372
|
addToBundle: "addToBundle";
|
|
1373
|
+
addToFavorites: "addToFavorites";
|
|
1372
1374
|
autoClassify: "autoClassify";
|
|
1373
1375
|
finishEditing: "finishEditing";
|
|
1374
1376
|
newBundle: "newBundle";
|
|
@@ -1387,6 +1389,7 @@ export declare const contentExplorerActionId: {
|
|
|
1387
1389
|
openTranslationQueue: "openTranslationQueue";
|
|
1388
1390
|
pasteInContainer: "pasteInContainer";
|
|
1389
1391
|
removeFromBundle: "removeFromBundle";
|
|
1392
|
+
removeFromFavorites: "removeFromFavorites";
|
|
1390
1393
|
removeParentPublication: "removeParentPublication";
|
|
1391
1394
|
revert: "revert";
|
|
1392
1395
|
startWorkflow: "startWorkflow";
|
|
@@ -1400,7 +1403,7 @@ export declare const contentExplorerActionId: {
|
|
|
1400
1403
|
/**
|
|
1401
1404
|
* @public
|
|
1402
1405
|
*/
|
|
1403
|
-
export declare const contentExplorerActionIds: readonly ["addParentPublication", "addSelectedItemsToBundle", "addToBundle", "autoClassify", "copy", "cut", "delete", "demote", "export", "finishEditing", "localize", "newBundle", "newCategory", "newChildPublication", "newComponent", "newFolder", "newKeyword", "newMultimediaComponent", "newPage", "newStructureGroup", "open", "openEditor", "openEditorInNewTab", "openPublishingQueue", "openTranslationQueue", "paste", "pasteInContainer", "promote", "publish", "refresh", "removeFromBundle", "removeParentPublication", "revert", "startWorkflow", "translate", "translateTarget", "unlocalize", "unpublish", "uploadMultimediaComponent"];
|
|
1406
|
+
export declare const contentExplorerActionIds: readonly ["addParentPublication", "addSelectedItemsToBundle", "addToBundle", "addToFavorites", "autoClassify", "copy", "cut", "delete", "demote", "export", "finishEditing", "localize", "newBundle", "newCategory", "newChildPublication", "newComponent", "newFolder", "newKeyword", "newMultimediaComponent", "newPage", "newStructureGroup", "open", "openEditor", "openEditorInNewTab", "openPublishingQueue", "openTranslationQueue", "paste", "pasteInContainer", "promote", "publish", "refresh", "removeFromBundle", "removeFromFavorites", "removeParentPublication", "revert", "startWorkflow", "translate", "translateTarget", "unlocalize", "unpublish", "uploadMultimediaComponent"];
|
|
1404
1407
|
|
|
1405
1408
|
/**
|
|
1406
1409
|
* @internal
|
|
@@ -1600,6 +1603,38 @@ export declare interface ContentExplorerHooksApiStorage {
|
|
|
1600
1603
|
useOptionalContentExplorerTree: OptionalContentExplorerTreeHook;
|
|
1601
1604
|
}
|
|
1602
1605
|
|
|
1606
|
+
/**
|
|
1607
|
+
* Type represents ID of a built-in panel of the Content Explorer.
|
|
1608
|
+
*
|
|
1609
|
+
* @public
|
|
1610
|
+
*/
|
|
1611
|
+
export declare type ContentExplorerInsightsPanelId = ValuesOfArray<typeof contentExplorerInsightsPanelIds>;
|
|
1612
|
+
|
|
1613
|
+
/**
|
|
1614
|
+
* All available built-in Content Explorer panel IDs.
|
|
1615
|
+
*
|
|
1616
|
+
* @public
|
|
1617
|
+
*/
|
|
1618
|
+
export declare const contentExplorerInsightsPanelId: {
|
|
1619
|
+
information: "information";
|
|
1620
|
+
history: "history";
|
|
1621
|
+
search: "search";
|
|
1622
|
+
general: "general";
|
|
1623
|
+
metadata: "metadata";
|
|
1624
|
+
blueprint: "blueprint";
|
|
1625
|
+
"where-used": "where-used";
|
|
1626
|
+
"view-on-site": "view-on-site";
|
|
1627
|
+
"published-to": "published-to";
|
|
1628
|
+
translations: "translations";
|
|
1629
|
+
};
|
|
1630
|
+
|
|
1631
|
+
/**
|
|
1632
|
+
* List of all built-in panel IDs of the Content Explorer.
|
|
1633
|
+
*
|
|
1634
|
+
* @public
|
|
1635
|
+
*/
|
|
1636
|
+
export declare const contentExplorerInsightsPanelIds: readonly ["search", "information", "general", "metadata", "history", "blueprint", "where-used", "view-on-site", "published-to", "translations"];
|
|
1637
|
+
|
|
1603
1638
|
/**
|
|
1604
1639
|
* @public
|
|
1605
1640
|
*/
|
|
@@ -1700,20 +1735,23 @@ export declare interface ContentExplorerNodeData {
|
|
|
1700
1735
|
}
|
|
1701
1736
|
|
|
1702
1737
|
/**
|
|
1703
|
-
*
|
|
1738
|
+
* Backwards compatibility for `ContentExplorerInsightsPanelId`
|
|
1704
1739
|
*
|
|
1705
1740
|
* @public
|
|
1741
|
+
* @deprecated use `ContentExplorerInsightsPanelId` instead
|
|
1706
1742
|
*/
|
|
1707
|
-
export declare type ContentExplorerPanelId =
|
|
1743
|
+
export declare type ContentExplorerPanelId = ContentExplorerInsightsPanelId;
|
|
1708
1744
|
|
|
1709
1745
|
/**
|
|
1710
|
-
*
|
|
1746
|
+
* Backwards compatibility for `contentExplorerInsightsPanelId`
|
|
1711
1747
|
*
|
|
1712
1748
|
* @public
|
|
1749
|
+
* @deprecated use `contentExplorerInsightsPanelId` instead
|
|
1713
1750
|
*/
|
|
1714
1751
|
export declare const contentExplorerPanelId: {
|
|
1715
1752
|
information: "information";
|
|
1716
1753
|
history: "history";
|
|
1754
|
+
search: "search";
|
|
1717
1755
|
general: "general";
|
|
1718
1756
|
metadata: "metadata";
|
|
1719
1757
|
blueprint: "blueprint";
|
|
@@ -1724,11 +1762,12 @@ export declare const contentExplorerPanelId: {
|
|
|
1724
1762
|
};
|
|
1725
1763
|
|
|
1726
1764
|
/**
|
|
1727
|
-
*
|
|
1765
|
+
* Backwards compatibility for `contentExplorerInsightsPanelIds`
|
|
1728
1766
|
*
|
|
1729
1767
|
* @public
|
|
1768
|
+
* @deprecated use `contentExplorerInsightsPanelIds` instead
|
|
1730
1769
|
*/
|
|
1731
|
-
export declare const contentExplorerPanelIds: readonly ["information", "general", "metadata", "history", "blueprint", "where-used", "view-on-site", "published-to", "translations"];
|
|
1770
|
+
export declare const contentExplorerPanelIds: readonly ["search", "information", "general", "metadata", "history", "blueprint", "where-used", "view-on-site", "published-to", "translations"];
|
|
1732
1771
|
|
|
1733
1772
|
/**
|
|
1734
1773
|
* Content Explorer hierarchy node that has list of publications as a children.
|
package/dist/index.js
CHANGED
|
@@ -26,7 +26,8 @@ const activitiesExplorerPanelId = createEnumObject(activitiesExplorerPanelIds);
|
|
|
26
26
|
*
|
|
27
27
|
* @public
|
|
28
28
|
*/
|
|
29
|
-
const
|
|
29
|
+
const contentExplorerInsightsPanelIds = [
|
|
30
|
+
'search',
|
|
30
31
|
'information',
|
|
31
32
|
'general',
|
|
32
33
|
'metadata',
|
|
@@ -42,7 +43,21 @@ const contentExplorerPanelIds = [
|
|
|
42
43
|
*
|
|
43
44
|
* @public
|
|
44
45
|
*/
|
|
45
|
-
const
|
|
46
|
+
const contentExplorerInsightsPanelId = createEnumObject(contentExplorerInsightsPanelIds);
|
|
47
|
+
/**
|
|
48
|
+
* Backwards compatibility for `contentExplorerInsightsPanelIds`
|
|
49
|
+
*
|
|
50
|
+
* @public
|
|
51
|
+
* @deprecated use `contentExplorerInsightsPanelIds` instead
|
|
52
|
+
*/
|
|
53
|
+
const contentExplorerPanelIds = contentExplorerInsightsPanelIds;
|
|
54
|
+
/**
|
|
55
|
+
* Backwards compatibility for `contentExplorerInsightsPanelId`
|
|
56
|
+
*
|
|
57
|
+
* @public
|
|
58
|
+
* @deprecated use `contentExplorerInsightsPanelId` instead
|
|
59
|
+
*/
|
|
60
|
+
const contentExplorerPanelId = contentExplorerInsightsPanelId;
|
|
46
61
|
|
|
47
62
|
/**
|
|
48
63
|
* List of all built-in panel IDs of the Publishing Queue Explorer.
|
|
@@ -881,6 +896,7 @@ const contentExplorerActionIds = [
|
|
|
881
896
|
'addParentPublication',
|
|
882
897
|
'addSelectedItemsToBundle',
|
|
883
898
|
'addToBundle',
|
|
899
|
+
'addToFavorites',
|
|
884
900
|
'autoClassify',
|
|
885
901
|
'copy',
|
|
886
902
|
'cut',
|
|
@@ -909,6 +925,7 @@ const contentExplorerActionIds = [
|
|
|
909
925
|
'publish',
|
|
910
926
|
'refresh',
|
|
911
927
|
'removeFromBundle',
|
|
928
|
+
'removeFromFavorites',
|
|
912
929
|
'removeParentPublication',
|
|
913
930
|
'revert',
|
|
914
931
|
'startWorkflow',
|
|
@@ -928,6 +945,7 @@ const contentExplorerActionId = createEnumObject(contentExplorerActionIds);
|
|
|
928
945
|
* @public
|
|
929
946
|
*/
|
|
930
947
|
const contentExplorerActionGroupIds = [
|
|
948
|
+
'blueprinting',
|
|
931
949
|
'browsing',
|
|
932
950
|
'bundle',
|
|
933
951
|
'classification',
|
|
@@ -936,7 +954,7 @@ const contentExplorerActionGroupIds = [
|
|
|
936
954
|
'deletion',
|
|
937
955
|
'editing',
|
|
938
956
|
'exporting',
|
|
939
|
-
'
|
|
957
|
+
'favorites',
|
|
940
958
|
'publishing',
|
|
941
959
|
'refreshing',
|
|
942
960
|
'translation',
|
|
@@ -2577,7 +2595,7 @@ const createExtensionGlobals = () => {
|
|
|
2577
2595
|
};
|
|
2578
2596
|
};
|
|
2579
2597
|
|
|
2580
|
-
const version = "3.
|
|
2598
|
+
const version = "3.1.0";
|
|
2581
2599
|
const peerDependencies = {
|
|
2582
2600
|
"@tridion-sites/models": "workspace:*",
|
|
2583
2601
|
"@tridion-sites/open-api-client": "workspace:*",
|
|
@@ -2596,4 +2614,4 @@ const frameworkInfo = {
|
|
|
2596
2614
|
peerDependencies,
|
|
2597
2615
|
};
|
|
2598
2616
|
|
|
2599
|
-
export { ActionsConfigurationExtensionsBuilder, ActivitiesExplorerExtensionsBuilder, ActivitiesExplorerInsightsPanelsExtensionsBuilder, ActivitiesExplorerTableExtensionsBuilder, Block, Button, Center, ContentEditorExtensionsBuilder, ContentExplorerExtensionsBuilder, ContentExplorerInsightsPanelsExtensionsBuilder, ContentExplorerTableExtensionsBuilder, ContentExplorerTreeExtensionsBuilder, ExtensionBuilder, Flex, HeaderExtensionsBuilder, Icon, Link, ModalContent, ModalFooter, ModalHeader, NavigationExtensionsBuilder, PropertiesList, PublishingQueueExplorerExtensionsBuilder, PublishingQueueExplorerInsightsPanelsExtensionsBuilder, PublishingQueueExplorerTableExtensionsBuilder, RichTextFieldExtensionsBuilder, Stack, Text, TextLink, TranslationExtensionsBuilder, activitiesExplorerActionGroupId, activitiesExplorerActionGroupIds, activitiesExplorerActionId, activitiesExplorerActionIds, activitiesExplorerPanelId, activitiesExplorerPanelIds, contentExplorerActionGroupId, contentExplorerActionGroupIds, contentExplorerActionId, contentExplorerActionIds, contentExplorerPanelId, contentExplorerPanelIds, createExtensionGlobals, extensionApiBridge, frameworkInfo, getBorderRadius, getColorPalette, getOpacityLevel, getSpacing, getTransitionDuration, getZIndex, isFavoritesNodeId, isItemNode, isItemNodeOfType, isItemsInProgressNode, isItemsInProgressNodeId, isPublicationsNode, isPublicationsNodeId, isRootNode, isRootNodeId, isSystemNode, modalStatus, modalStatuses, modalType, modalTypes, navigationItemId, navigationItemIds, publishingQueueExplorerActionGroupId, publishingQueueExplorerActionGroupIds, publishingQueueExplorerActionId, publishingQueueExplorerActionIds, publishingQueueExplorerPanelId, publishingQueueExplorerPanelIds, useActivitiesExplorer, useActivitiesExplorerTable, useActivityInstancesQuery, useAddToBundleMutation, useAssignActivitiesMutation, useAssignActivityMutation, useAutoClassifyItemMutation, useAutoClassifyItemsMutation, useChangeUserLanguageMutation, useChangeUserLocaleMutation, useConfirmation, useContainerItems, useContentExplorer, useContentExplorerTable, useContentExplorerTree, useCopyItemMutation, useCopyItemsMutation, useCreateTranslationJobMutation, useDefaultTranslationJobQuery, useDeleteItemMutation, useDeleteItemsMutation, useDemoteItemMutation, useDemoteItemsMutation, useEditor, useFavoritesQuery, useFinishActivitiesMutation, useFinishActivityMutation, useFinishEditingItemMutation, useFinishEditingItemsMutation, useItemBlueprintHierarchyQuery, useItemChildrenQuery, useItemClassifiedItemsQuery, useItemDefaultDataQuery, useItemHistoryQuery, useItemPublishUrlsQuery, useItemPublishedPagesQuery, useItemPublishedToQuery, useItemQuery, useItemTranslationInfoQuery, useItemUsedByQuery, useItemUsesQuery, useItemsInProgressQuery, useItemsQuery, useItemsToPublishQuery, useItemsToUnpublishQuery, useLocalizeItemMutation, useLocalizeItemsMutation, useModal, useMoveItemMutation, useMoveItemsMutation, useNotifications, useOptionalActivitiesExplorer, useOptionalActivitiesExplorerTable, useOptionalBundleEditor, useOptionalCategoryEditor, useOptionalComponentEditor, useOptionalContentExplorer, useOptionalContentExplorerTable, useOptionalContentExplorerTree, useOptionalEditor, useOptionalFolderEditor, useOptionalKeywordEditor, useOptionalPageEditor, useOptionalPublishingQueueExplorer, useOptionalPublishingQueueExplorerTable, useOptionalStructureGroupEditor, usePublicationBlueprintHierarchyQuery, usePublicationsQuery, usePublishItemsMutation, usePublishableTargetTypesQuery, usePublishingQueueExplorer, usePublishingQueueExplorerTable, useRemoveFromBundleMutation, useRestartActivitiesMutation, useRestartActivityMutation, useRevertItemMutation, useRevertItemsMutation, useRollbackItemMutation, useSearchInContainerQuery, useStartActivitiesMutation, useStartActivityMutation, useStartWorkflowMutation, useSystemSearchQuery, useUnlocalizeItemMutation, useUnlocalizeItemsMutation, useUnpublishItemsMutation, useUpdateItemMutation, useUploadMultimediaMutation, useUserGroupsQuery, useUserProfile, useUserProfileQuery, useUsersQuery };
|
|
2617
|
+
export { ActionsConfigurationExtensionsBuilder, ActivitiesExplorerExtensionsBuilder, ActivitiesExplorerInsightsPanelsExtensionsBuilder, ActivitiesExplorerTableExtensionsBuilder, Block, Button, Center, ContentEditorExtensionsBuilder, ContentExplorerExtensionsBuilder, ContentExplorerInsightsPanelsExtensionsBuilder, ContentExplorerTableExtensionsBuilder, ContentExplorerTreeExtensionsBuilder, ExtensionBuilder, Flex, HeaderExtensionsBuilder, Icon, Link, ModalContent, ModalFooter, ModalHeader, NavigationExtensionsBuilder, PropertiesList, PublishingQueueExplorerExtensionsBuilder, PublishingQueueExplorerInsightsPanelsExtensionsBuilder, PublishingQueueExplorerTableExtensionsBuilder, RichTextFieldExtensionsBuilder, Stack, Text, TextLink, TranslationExtensionsBuilder, activitiesExplorerActionGroupId, activitiesExplorerActionGroupIds, activitiesExplorerActionId, activitiesExplorerActionIds, activitiesExplorerPanelId, activitiesExplorerPanelIds, contentExplorerActionGroupId, contentExplorerActionGroupIds, contentExplorerActionId, contentExplorerActionIds, contentExplorerInsightsPanelId, contentExplorerInsightsPanelIds, contentExplorerPanelId, contentExplorerPanelIds, createExtensionGlobals, extensionApiBridge, frameworkInfo, getBorderRadius, getColorPalette, getOpacityLevel, getSpacing, getTransitionDuration, getZIndex, isFavoritesNodeId, isItemNode, isItemNodeOfType, isItemsInProgressNode, isItemsInProgressNodeId, isPublicationsNode, isPublicationsNodeId, isRootNode, isRootNodeId, isSystemNode, modalStatus, modalStatuses, modalType, modalTypes, navigationItemId, navigationItemIds, publishingQueueExplorerActionGroupId, publishingQueueExplorerActionGroupIds, publishingQueueExplorerActionId, publishingQueueExplorerActionIds, publishingQueueExplorerPanelId, publishingQueueExplorerPanelIds, useActivitiesExplorer, useActivitiesExplorerTable, useActivityInstancesQuery, useAddToBundleMutation, useAssignActivitiesMutation, useAssignActivityMutation, useAutoClassifyItemMutation, useAutoClassifyItemsMutation, useChangeUserLanguageMutation, useChangeUserLocaleMutation, useConfirmation, useContainerItems, useContentExplorer, useContentExplorerTable, useContentExplorerTree, useCopyItemMutation, useCopyItemsMutation, useCreateTranslationJobMutation, useDefaultTranslationJobQuery, useDeleteItemMutation, useDeleteItemsMutation, useDemoteItemMutation, useDemoteItemsMutation, useEditor, useFavoritesQuery, useFinishActivitiesMutation, useFinishActivityMutation, useFinishEditingItemMutation, useFinishEditingItemsMutation, useItemBlueprintHierarchyQuery, useItemChildrenQuery, useItemClassifiedItemsQuery, useItemDefaultDataQuery, useItemHistoryQuery, useItemPublishUrlsQuery, useItemPublishedPagesQuery, useItemPublishedToQuery, useItemQuery, useItemTranslationInfoQuery, useItemUsedByQuery, useItemUsesQuery, useItemsInProgressQuery, useItemsQuery, useItemsToPublishQuery, useItemsToUnpublishQuery, useLocalizeItemMutation, useLocalizeItemsMutation, useModal, useMoveItemMutation, useMoveItemsMutation, useNotifications, useOptionalActivitiesExplorer, useOptionalActivitiesExplorerTable, useOptionalBundleEditor, useOptionalCategoryEditor, useOptionalComponentEditor, useOptionalContentExplorer, useOptionalContentExplorerTable, useOptionalContentExplorerTree, useOptionalEditor, useOptionalFolderEditor, useOptionalKeywordEditor, useOptionalPageEditor, useOptionalPublishingQueueExplorer, useOptionalPublishingQueueExplorerTable, useOptionalStructureGroupEditor, usePublicationBlueprintHierarchyQuery, usePublicationsQuery, usePublishItemsMutation, usePublishableTargetTypesQuery, usePublishingQueueExplorer, usePublishingQueueExplorerTable, useRemoveFromBundleMutation, useRestartActivitiesMutation, useRestartActivityMutation, useRevertItemMutation, useRevertItemsMutation, useRollbackItemMutation, useSearchInContainerQuery, useStartActivitiesMutation, useStartActivityMutation, useStartWorkflowMutation, useSystemSearchQuery, useUnlocalizeItemMutation, useUnlocalizeItemsMutation, useUnpublishItemsMutation, useUpdateItemMutation, useUploadMultimediaMutation, useUserGroupsQuery, useUserProfile, useUserProfileQuery, useUsersQuery };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tridion-sites/extensions",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Tridion Sites Extensions API",
|
|
5
5
|
"author": "RWS",
|
|
6
6
|
"homepage": "https://www.rws.com",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"prepublish": "yarn build"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@tridion-sites/models": "2.
|
|
26
|
-
"@tridion-sites/open-api-client": "4.
|
|
25
|
+
"@tridion-sites/models": "2.1.0",
|
|
26
|
+
"@tridion-sites/open-api-client": "4.1.0",
|
|
27
27
|
"react": "18.3.1",
|
|
28
28
|
"react-dom": "18.3.1",
|
|
29
29
|
"react-is": "18.3.1",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"@rollup/plugin-json": "6.1.0",
|
|
36
36
|
"@rollup/plugin-node-resolve": "15.3.0",
|
|
37
37
|
"@rollup/plugin-typescript": "11.1.6",
|
|
38
|
-
"@tridion-sites/models": "2.
|
|
39
|
-
"@tridion-sites/open-api-client": "4.
|
|
40
|
-
"@tridion/graphene": "3.
|
|
38
|
+
"@tridion-sites/models": "2.1.0",
|
|
39
|
+
"@tridion-sites/open-api-client": "4.1.0",
|
|
40
|
+
"@tridion/graphene": "3.4.0",
|
|
41
41
|
"@types/react": "18.3.11",
|
|
42
42
|
"react": "18.3.1",
|
|
43
43
|
"react-dom": "18.3.1",
|