@sitevision/api 1.1.0-alpha.2 → 2.0.0-alpha.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/client/requester/index.d.ts +7 -7
- package/client/toasts/index.d.ts +5 -5
- package/common/app/index.d.ts +20 -1
- package/common/events/index.d.ts +6 -3
- package/common/i18n/index.d.ts +1 -0
- package/common/router/index.d.ts +43 -21
- package/hidden/javax/jcr/Binary/index.d.ts +1 -22
- package/hidden/javax/jcr/Binary/index.js +13 -0
- package/hidden/javax/jcr/Credentials/index.d.ts +3 -1
- package/hidden/javax/jcr/Credentials/index.js +8 -0
- package/hidden/javax/jcr/ImportUUIDBehavior/index.d.ts +3 -1
- package/hidden/javax/jcr/ImportUUIDBehavior/index.js +8 -0
- package/hidden/javax/jcr/Item/index.d.ts +2 -115
- package/hidden/javax/jcr/Item/index.js +23 -0
- package/hidden/javax/jcr/ItemVisitor/index.d.ts +2 -5
- package/hidden/javax/jcr/ItemVisitor/index.js +10 -0
- package/hidden/javax/jcr/NamespaceRegistry/index.d.ts +1 -16
- package/hidden/javax/jcr/NamespaceRegistry/index.js +15 -0
- package/hidden/javax/jcr/Node/index.d.ts +10 -1013
- package/hidden/javax/jcr/Node/index.js +56 -0
- package/hidden/javax/jcr/NodeIterator/index.d.ts +2 -1
- package/hidden/javax/jcr/NodeIterator/index.js +10 -0
- package/hidden/javax/jcr/Property/index.d.ts +65 -189
- package/hidden/javax/jcr/Property/index.js +27 -0
- package/hidden/javax/jcr/PropertyIterator/index.d.ts +2 -1
- package/hidden/javax/jcr/PropertyIterator/index.js +10 -0
- package/hidden/javax/jcr/RangeIterator/index.d.ts +1 -24
- package/hidden/javax/jcr/RangeIterator/index.js +12 -0
- package/hidden/javax/jcr/Repository/index.d.ts +50 -57
- package/hidden/javax/jcr/Repository/index.js +16 -0
- package/hidden/javax/jcr/RepositoryFactory/index.d.ts +2 -14
- package/hidden/javax/jcr/RepositoryFactory/index.js +10 -0
- package/hidden/javax/jcr/Session/index.d.ts +1107 -0
- package/hidden/javax/jcr/Value/index.d.ts +1 -31
- package/hidden/javax/jcr/Value/index.js +18 -0
- package/hidden/javax/jcr/ValueFactory/index.d.ts +2 -37
- package/hidden/javax/jcr/ValueFactory/index.js +11 -0
- package/hidden/javax/jcr/Workspace/index.d.ts +20 -415
- package/hidden/javax/jcr/Workspace/index.js +26 -0
- package/hidden/javax/jcr/lock/Lock/index.d.ts +1 -37
- package/hidden/javax/jcr/lock/Lock/index.js +18 -0
- package/hidden/javax/jcr/lock/LockManager/index.d.ts +1 -61
- package/hidden/javax/jcr/lock/LockManager/index.js +17 -0
- package/hidden/javax/jcr/nodetype/ItemDefinition/index.d.ts +1 -88
- package/hidden/javax/jcr/nodetype/ItemDefinition/index.js +15 -0
- package/hidden/javax/jcr/nodetype/NodeDefinition/index.d.ts +3 -59
- package/hidden/javax/jcr/nodetype/NodeDefinition/index.js +14 -0
- package/hidden/javax/jcr/nodetype/NodeDefinitionTemplate/index.d.ts +3 -4
- package/hidden/javax/jcr/nodetype/NodeDefinitionTemplate/index.js +17 -0
- package/hidden/javax/jcr/nodetype/NodeType/index.d.ts +33 -61
- package/hidden/javax/jcr/nodetype/NodeType/index.js +21 -0
- package/hidden/javax/jcr/nodetype/NodeTypeDefinition/index.d.ts +1 -84
- package/hidden/javax/jcr/nodetype/NodeTypeDefinition/index.js +18 -0
- package/hidden/javax/jcr/nodetype/NodeTypeIterator/index.d.ts +2 -1
- package/hidden/javax/jcr/nodetype/NodeTypeIterator/index.js +10 -0
- package/hidden/javax/jcr/nodetype/NodeTypeManager/index.d.ts +2 -40
- package/hidden/javax/jcr/nodetype/NodeTypeManager/index.js +21 -0
- package/hidden/javax/jcr/nodetype/NodeTypeTemplate/index.d.ts +5 -13
- package/hidden/javax/jcr/nodetype/NodeTypeTemplate/index.js +18 -0
- package/hidden/javax/jcr/nodetype/PropertyDefinition/index.d.ts +3 -242
- package/hidden/javax/jcr/nodetype/PropertyDefinition/index.js +16 -0
- package/hidden/javax/jcr/nodetype/PropertyDefinitionTemplate/index.d.ts +2 -3
- package/hidden/javax/jcr/nodetype/PropertyDefinitionTemplate/index.js +21 -0
- package/hidden/javax/jcr/observation/Event/index.d.ts +5 -22
- package/hidden/javax/jcr/observation/Event/index.js +16 -0
- package/hidden/javax/jcr/observation/EventIterator/index.d.ts +2 -1
- package/hidden/javax/jcr/observation/EventIterator/index.js +10 -0
- package/hidden/javax/jcr/observation/EventJournal/index.d.ts +3 -4
- package/hidden/javax/jcr/observation/EventJournal/index.js +10 -0
- package/hidden/javax/jcr/observation/EventListener/index.d.ts +1 -1
- package/hidden/javax/jcr/observation/EventListener/index.js +10 -0
- package/hidden/javax/jcr/observation/EventListenerIterator/index.d.ts +2 -1
- package/hidden/javax/jcr/observation/EventListenerIterator/index.js +10 -0
- package/hidden/javax/jcr/observation/ObservationManager/index.d.ts +2 -73
- package/hidden/javax/jcr/observation/ObservationManager/index.js +14 -0
- package/hidden/javax/jcr/query/Query/index.d.ts +7 -59
- package/hidden/javax/jcr/query/Query/index.js +18 -0
- package/hidden/javax/jcr/query/QueryManager/index.d.ts +1 -14
- package/hidden/javax/jcr/query/QueryManager/index.js +13 -0
- package/hidden/javax/jcr/query/QueryResult/index.d.ts +1 -6
- package/hidden/javax/jcr/query/QueryResult/index.js +13 -0
- package/hidden/javax/jcr/query/Row/index.d.ts +2 -41
- package/hidden/javax/jcr/query/Row/index.js +14 -0
- package/hidden/javax/jcr/query/RowIterator/index.d.ts +2 -1
- package/hidden/javax/jcr/query/RowIterator/index.js +10 -0
- package/hidden/javax/jcr/query/qom/And/index.d.ts +1 -1
- package/hidden/javax/jcr/query/qom/And/index.js +11 -0
- package/hidden/javax/jcr/query/qom/BindVariableValue/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/BindVariableValue/index.js +10 -0
- package/hidden/javax/jcr/query/qom/ChildNode/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/ChildNode/index.js +11 -0
- package/hidden/javax/jcr/query/qom/ChildNodeJoinCondition/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/ChildNodeJoinCondition/index.js +11 -0
- package/hidden/javax/jcr/query/qom/Column/index.d.ts +1 -2
- package/hidden/javax/jcr/query/qom/Column/index.js +12 -0
- package/hidden/javax/jcr/query/qom/Comparison/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/Comparison/index.js +12 -0
- package/hidden/javax/jcr/query/qom/Constraint/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/Constraint/index.js +8 -0
- package/hidden/javax/jcr/query/qom/DescendantNode/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/DescendantNode/index.js +11 -0
- package/hidden/javax/jcr/query/qom/DescendantNodeJoinCondition/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/DescendantNodeJoinCondition/index.js +11 -0
- package/hidden/javax/jcr/query/qom/DynamicOperand/index.d.ts +5 -1
- package/hidden/javax/jcr/query/qom/DynamicOperand/index.js +8 -0
- package/hidden/javax/jcr/query/qom/EquiJoinCondition/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/EquiJoinCondition/index.js +13 -0
- package/hidden/javax/jcr/query/qom/FullTextSearch/index.d.ts +2 -1
- package/hidden/javax/jcr/query/qom/FullTextSearch/index.js +12 -0
- package/hidden/javax/jcr/query/qom/FullTextSearchScore/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/FullTextSearchScore/index.js +10 -0
- package/hidden/javax/jcr/query/qom/Join/index.d.ts +2 -1
- package/hidden/javax/jcr/query/qom/Join/index.js +13 -0
- package/hidden/javax/jcr/query/qom/JoinCondition/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/JoinCondition/index.js +8 -0
- package/hidden/javax/jcr/query/qom/Length/index.d.ts +2 -1
- package/hidden/javax/jcr/query/qom/Length/index.js +10 -0
- package/hidden/javax/jcr/query/qom/Literal/index.d.ts +2 -1
- package/hidden/javax/jcr/query/qom/Literal/index.js +10 -0
- package/hidden/javax/jcr/query/qom/LowerCase/index.d.ts +1 -1
- package/hidden/javax/jcr/query/qom/LowerCase/index.js +10 -0
- package/hidden/javax/jcr/query/qom/NodeLocalName/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/NodeLocalName/index.js +10 -0
- package/hidden/javax/jcr/query/qom/NodeName/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/NodeName/index.js +10 -0
- package/hidden/javax/jcr/query/qom/Not/index.d.ts +1 -1
- package/hidden/javax/jcr/query/qom/Not/index.js +10 -0
- package/hidden/javax/jcr/query/qom/Operand/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/Operand/index.js +8 -0
- package/hidden/javax/jcr/query/qom/Or/index.d.ts +1 -1
- package/hidden/javax/jcr/query/qom/Or/index.js +11 -0
- package/hidden/javax/jcr/query/qom/Ordering/index.d.ts +1 -1
- package/hidden/javax/jcr/query/qom/Ordering/index.js +11 -0
- package/hidden/javax/jcr/query/qom/PropertyExistence/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/PropertyExistence/index.js +11 -0
- package/hidden/javax/jcr/query/qom/PropertyValue/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/PropertyValue/index.js +11 -0
- package/hidden/javax/jcr/query/qom/QueryObjectModel/index.d.ts +2 -1
- package/hidden/javax/jcr/query/qom/QueryObjectModel/index.js +13 -0
- package/hidden/javax/jcr/query/qom/QueryObjectModelConstants/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/QueryObjectModelConstants/index.js +8 -0
- package/hidden/javax/jcr/query/qom/QueryObjectModelFactory/index.d.ts +3 -137
- package/hidden/javax/jcr/query/qom/QueryObjectModelFactory/index.js +37 -0
- package/hidden/javax/jcr/query/qom/SameNode/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/SameNode/index.js +11 -0
- package/hidden/javax/jcr/query/qom/SameNodeJoinCondition/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/SameNodeJoinCondition/index.js +12 -0
- package/hidden/javax/jcr/query/qom/Selector/index.d.ts +3 -4
- package/hidden/javax/jcr/query/qom/Selector/index.js +11 -0
- package/hidden/javax/jcr/query/qom/Source/index.d.ts +3 -1
- package/hidden/javax/jcr/query/qom/Source/index.js +8 -0
- package/hidden/javax/jcr/query/qom/StaticOperand/index.d.ts +5 -1
- package/hidden/javax/jcr/query/qom/StaticOperand/index.js +8 -0
- package/hidden/javax/jcr/query/qom/UpperCase/index.d.ts +1 -1
- package/hidden/javax/jcr/query/qom/UpperCase/index.js +10 -0
- package/hidden/javax/jcr/retention/Hold/index.d.ts +1 -1
- package/hidden/javax/jcr/retention/Hold/index.js +11 -0
- package/hidden/javax/jcr/retention/RetentionManager/index.d.ts +2 -54
- package/hidden/javax/jcr/retention/RetentionManager/index.js +15 -0
- package/hidden/javax/jcr/retention/RetentionPolicy/index.d.ts +1 -1
- package/hidden/javax/jcr/retention/RetentionPolicy/index.js +10 -0
- package/hidden/javax/jcr/security/AccessControlEntry/index.d.ts +1 -1
- package/hidden/javax/jcr/security/AccessControlEntry/index.js +11 -0
- package/hidden/javax/jcr/security/AccessControlList/index.d.ts +4 -25
- package/hidden/javax/jcr/security/AccessControlList/index.js +12 -0
- package/hidden/javax/jcr/security/AccessControlManager/index.d.ts +2 -95
- package/hidden/javax/jcr/security/AccessControlManager/index.js +18 -0
- package/hidden/javax/jcr/security/AccessControlPolicy/index.d.ts +3 -1
- package/hidden/javax/jcr/security/AccessControlPolicy/index.js +8 -0
- package/hidden/javax/jcr/security/AccessControlPolicyIterator/index.d.ts +2 -1
- package/hidden/javax/jcr/security/AccessControlPolicyIterator/index.js +10 -0
- package/hidden/javax/jcr/security/NamedAccessControlPolicy/index.d.ts +3 -2
- package/hidden/javax/jcr/security/NamedAccessControlPolicy/index.js +10 -0
- package/hidden/javax/jcr/security/Privilege/index.d.ts +1 -11
- package/hidden/javax/jcr/security/Privilege/index.js +14 -0
- package/hidden/javax/jcr/version/Version/index.d.ts +2 -29
- package/hidden/javax/jcr/version/Version/index.js +16 -0
- package/hidden/javax/jcr/version/VersionHistory/index.d.ts +3 -80
- package/hidden/javax/jcr/version/VersionHistory/index.js +23 -0
- package/hidden/javax/jcr/version/VersionIterator/index.d.ts +2 -1
- package/hidden/javax/jcr/version/VersionIterator/index.js +10 -0
- package/hidden/javax/jcr/version/VersionManager/index.d.ts +2 -402
- package/hidden/javax/jcr/version/VersionManager/index.js +25 -0
- package/hidden/senselogic/sitevision/api/Utils/index.d.ts +753 -0
- package/hidden/senselogic/sitevision/api/alias/AliasUtil/index.d.ts +22 -0
- package/hidden/senselogic/sitevision/api/base/Builder/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/base/Builder/index.js +10 -0
- package/hidden/senselogic/sitevision/api/base/Filter/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/base/Filter/index.js +10 -0
- package/hidden/senselogic/sitevision/api/base/FilterSplit/index.d.ts +3 -7
- package/hidden/senselogic/sitevision/api/base/FilterSplit/index.js +12 -0
- package/hidden/senselogic/sitevision/api/base/Loadable/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/base/Loadable/index.js +10 -0
- package/hidden/senselogic/sitevision/api/base/Resolver/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/base/Resolver/index.js +10 -0
- package/hidden/senselogic/sitevision/api/base/Wrapper/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/base/Wrapper/index.js +10 -0
- package/hidden/senselogic/sitevision/api/bookmark/BookmarkUtil/index.d.ts +87 -0
- package/hidden/senselogic/sitevision/api/client/ClientUtil/index.d.ts +23 -0
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationFactory/index.d.ts +49 -0
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupFolderUtil/index.d.ts +39 -0
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupTemplateUtil/index.d.ts +58 -0
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupUtil/index.d.ts +99 -0
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.d.ts +9 -131
- package/hidden/senselogic/sitevision/api/collaboration/CollaborationGroupWrapper/index.js +30 -0
- package/hidden/senselogic/sitevision/api/context/PortletContextUtil/index.d.ts +112 -0
- package/hidden/senselogic/sitevision/api/cookie/SiteCookieUtil/index.d.ts +166 -0
- package/hidden/senselogic/sitevision/api/date/DateUtil/index.d.ts +153 -0
- package/hidden/senselogic/sitevision/api/date/TimestampUtil/index.d.ts +121 -0
- package/hidden/senselogic/sitevision/api/device/DeviceUtil/index.d.ts +33 -0
- package/hidden/senselogic/sitevision/api/format/FormatterBuilderFactory/index.d.ts +89 -0
- package/hidden/senselogic/sitevision/api/format/NumericFormatter/index.d.ts +0 -16
- package/hidden/senselogic/sitevision/api/format/NumericFormatter/index.js +13 -0
- package/hidden/senselogic/sitevision/api/format/NumericFormatterBuilder/index.d.ts +2 -21
- package/hidden/senselogic/sitevision/api/format/NumericFormatterBuilder/index.js +15 -0
- package/hidden/senselogic/sitevision/api/i18n/Currency/index.d.ts +0 -41
- package/hidden/senselogic/sitevision/api/i18n/Currency/index.js +12 -0
- package/hidden/senselogic/sitevision/api/i18n/CurrencyFactory/index.d.ts +81 -0
- package/hidden/senselogic/sitevision/api/i18n/LocaleUtil/index.d.ts +412 -0
- package/hidden/senselogic/sitevision/api/i18n/TranslationUtil/index.d.ts +110 -0
- package/hidden/senselogic/sitevision/api/link/CustomLinkProcessor/index.d.ts +2 -11
- package/hidden/senselogic/sitevision/api/link/CustomLinkProcessor/index.js +11 -0
- package/hidden/senselogic/sitevision/api/link/CustomLinkRenderData/index.d.ts +2 -27
- package/hidden/senselogic/sitevision/api/link/CustomLinkRenderData/index.js +10 -0
- package/hidden/senselogic/sitevision/api/log/LogUtil/index.d.ts +128 -0
- package/hidden/senselogic/sitevision/api/mail/Mail/index.d.ts +1 -4
- package/hidden/senselogic/sitevision/api/mail/Mail/index.js +11 -0
- package/hidden/senselogic/sitevision/api/mail/MailBuilder/index.d.ts +221 -0
- package/hidden/senselogic/sitevision/api/mail/MailUtil/index.d.ts +72 -0
- package/hidden/senselogic/sitevision/api/message/MessageTextLinker/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/message/MessageTextLinker/index.js +10 -0
- package/hidden/senselogic/sitevision/api/metadata/MetadataDefinitionUtil/index.d.ts +109 -0
- package/hidden/senselogic/sitevision/api/metadata/MetadataUtil/index.d.ts +356 -0
- package/hidden/senselogic/sitevision/api/metadata/builder/LinkValueBuilder/index.d.ts +131 -0
- package/hidden/senselogic/sitevision/api/metadata/builder/RelatedValueBuilder/index.d.ts +89 -0
- package/hidden/senselogic/sitevision/api/metadata/value/LinkValue/index.d.ts +3 -1
- package/hidden/senselogic/sitevision/api/metadata/value/LinkValue/index.js +8 -0
- package/hidden/senselogic/sitevision/api/metadata/value/RelatedValue/index.d.ts +3 -1
- package/hidden/senselogic/sitevision/api/metadata/value/RelatedValue/index.js +8 -0
- package/hidden/senselogic/sitevision/api/node/ContentNodeUtil/index.d.ts +57 -0
- package/hidden/senselogic/sitevision/api/node/NodeComparatorUtil/index.d.ts +235 -0
- package/hidden/senselogic/sitevision/api/node/NodeFactoryUtil/index.d.ts +29 -0
- package/hidden/senselogic/sitevision/api/node/NodeFilterUtil/index.d.ts +781 -0
- package/hidden/senselogic/sitevision/api/node/NodeIteratorUtil/index.d.ts +231 -0
- package/hidden/senselogic/sitevision/api/node/NodeResolverUtil/index.d.ts +406 -0
- package/hidden/senselogic/sitevision/api/node/NodeTreeUtil/index.d.ts +232 -0
- package/hidden/senselogic/sitevision/api/node/NodeTypeUtil/index.d.ts +549 -0
- package/hidden/senselogic/sitevision/api/node/builder/CompoundAndFilterBuilder/index.d.ts +54 -0
- package/hidden/senselogic/sitevision/api/node/builder/CompoundComparatorBuilder/index.d.ts +53 -0
- package/hidden/senselogic/sitevision/api/node/builder/CompoundOrFilterBuilder/index.d.ts +53 -0
- package/hidden/senselogic/sitevision/api/node/builder/TemporaryFileNodeBuilder/index.d.ts +57 -0
- package/hidden/senselogic/sitevision/api/node/builder/TemporaryNodeBuilder/index.d.ts +177 -0
- package/hidden/senselogic/sitevision/api/property/OfflineVersionPropertyUtil/index.d.ts +31 -0
- package/hidden/senselogic/sitevision/api/property/OnlineVersionPropertyUtil/index.d.ts +31 -0
- package/hidden/senselogic/sitevision/api/property/Properties/index.d.ts +176 -0
- package/hidden/senselogic/sitevision/api/property/PropertyUtil/index.d.ts +1550 -0
- package/hidden/senselogic/sitevision/api/property/VersionedPropertyUtil/index.d.ts +6 -195
- package/hidden/senselogic/sitevision/api/property/VersionedPropertyUtil/index.js +18 -0
- package/hidden/senselogic/sitevision/api/redirect/RedirectUtil/index.d.ts +73 -0
- package/hidden/senselogic/sitevision/api/render/BuddyIconRenderer/index.d.ts +186 -0
- package/hidden/senselogic/sitevision/api/render/FileIconRenderer/index.d.ts +301 -0
- package/hidden/senselogic/sitevision/api/render/ImageLinkRenderer/index.d.ts +122 -0
- package/hidden/senselogic/sitevision/api/render/ImageRenderer/index.d.ts +504 -0
- package/hidden/senselogic/sitevision/api/render/ImageScaler/index.d.ts +0 -11
- package/hidden/senselogic/sitevision/api/render/ImageScaler/index.js +12 -0
- package/hidden/senselogic/sitevision/api/render/LinkRenderer/index.d.ts +890 -0
- package/hidden/senselogic/sitevision/api/render/OutputUtil/index.d.ts +390 -0
- package/hidden/senselogic/sitevision/api/render/TextModuleRenderer/index.d.ts +0 -67
- package/hidden/senselogic/sitevision/api/render/TextModuleRenderer/index.js +16 -0
- package/hidden/senselogic/sitevision/api/render/TextModuleRendererBuilder/index.d.ts +66 -0
- package/hidden/senselogic/sitevision/api/render/UserFieldRenderer/index.d.ts +181 -0
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/index.d.ts +3 -1
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/index.js +8 -0
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityContext/index.d.ts +1 -2
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityContext/index.js +14 -0
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.d.ts +0 -34
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityEvaluator/index.js +10 -0
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityRenderer/index.d.ts +197 -0
- package/hidden/senselogic/sitevision/api/render/xslt/XSLTUtil/index.d.ts +59 -0
- package/hidden/senselogic/sitevision/api/resource/ColorUtil/index.d.ts +46 -0
- package/hidden/senselogic/sitevision/api/resource/DecorationUtil/index.d.ts +20 -0
- package/hidden/senselogic/sitevision/api/resource/FontUtil/index.d.ts +43 -0
- package/hidden/senselogic/sitevision/api/resource/IconUtil/index.d.ts +34 -0
- package/hidden/senselogic/sitevision/api/resource/LandingPageUtil/index.d.ts +88 -0
- package/hidden/senselogic/sitevision/api/resource/PortletUtil/index.d.ts +32 -0
- package/hidden/senselogic/sitevision/api/resource/ResourceLocatorUtil/index.d.ts +444 -0
- package/hidden/senselogic/sitevision/api/resource/TemplateUtil/index.d.ts +143 -0
- package/hidden/senselogic/sitevision/api/script/InstanceTypeUtil/index.d.ts +176 -0
- package/hidden/senselogic/sitevision/api/script/Requester/index.d.ts +420 -0
- package/hidden/senselogic/sitevision/api/script/RequesterChainable/index.d.ts +3 -48
- package/hidden/senselogic/sitevision/api/script/RequesterChainable/index.js +11 -0
- package/hidden/senselogic/sitevision/api/script/RestApi/index.d.ts +195 -0
- package/hidden/senselogic/sitevision/api/script/ScriptUtil/index.d.ts +482 -0
- package/hidden/senselogic/sitevision/api/script/app/RestAppInvoker/index.d.ts +0 -32
- package/hidden/senselogic/sitevision/api/script/app/RestAppInvoker/index.js +13 -0
- package/hidden/senselogic/sitevision/api/script/app/RestAppInvokerFactory/index.d.ts +70 -0
- package/hidden/senselogic/sitevision/api/script/factory/ArraysInstance/index.d.ts +1643 -0
- package/hidden/senselogic/sitevision/api/script/factory/CollectionsInstance/index.d.ts +661 -0
- package/hidden/senselogic/sitevision/api/script/factory/InstanceCreatorUtil/index.d.ts +490 -0
- package/hidden/senselogic/sitevision/api/script/factory/ListWrapper/index.d.ts +148 -0
- package/hidden/senselogic/sitevision/api/script/factory/MathInstance/index.d.ts +623 -0
- package/hidden/senselogic/sitevision/api/script/factory/TypedArgument/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/script/factory/TypedArgument/index.js +11 -0
- package/hidden/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/script/proxy/ExceptionSuppressingCollection/index.js +10 -0
- package/hidden/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.d.ts +0 -33
- package/hidden/senselogic/sitevision/api/script/proxy/ExceptionSuppressingIterator/index.js +12 -0
- package/hidden/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/script/proxy/ExceptionSuppressingProxy/index.js +12 -0
- package/hidden/senselogic/sitevision/api/search/SearchFactory/index.d.ts +114 -0
- package/hidden/senselogic/sitevision/api/search/SearchFieldUtil/index.d.ts +0 -12
- package/hidden/senselogic/sitevision/api/search/SearchFieldUtil/index.js +15 -0
- package/hidden/senselogic/sitevision/api/search/SearchHighlighter/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/search/SearchHighlighter/index.js +10 -0
- package/hidden/senselogic/sitevision/api/search/SearchHit/index.d.ts +9 -406
- package/hidden/senselogic/sitevision/api/search/SearchHit/index.js +35 -0
- package/hidden/senselogic/sitevision/api/search/SearchResult/index.d.ts +7 -142
- package/hidden/senselogic/sitevision/api/search/SearchResult/index.js +24 -0
- package/hidden/senselogic/sitevision/api/search/SearchUtil/index.d.ts +126 -0
- package/hidden/senselogic/sitevision/api/search/facet/SearchFacetField/index.d.ts +2 -2
- package/hidden/senselogic/sitevision/api/search/facet/SearchFacetField/index.js +12 -0
- package/hidden/senselogic/sitevision/api/search/facet/SearchFacetValue/index.d.ts +1 -12
- package/hidden/senselogic/sitevision/api/search/facet/SearchFacetValue/index.js +14 -0
- package/hidden/senselogic/sitevision/api/search/index/IndexUtil/index.d.ts +50 -0
- package/hidden/senselogic/sitevision/api/search/index/IndexingUtil/index.d.ts +59 -0
- package/hidden/senselogic/sitevision/api/search/query/QueryStringUtil/index.d.ts +419 -0
- package/hidden/senselogic/sitevision/api/search/searcher/Searcher/index.d.ts +0 -34
- package/hidden/senselogic/sitevision/api/search/searcher/Searcher/index.js +10 -0
- package/hidden/senselogic/sitevision/api/search/searcher/builder/ExtendedDismaxParserBuilder/index.d.ts +257 -0
- package/hidden/senselogic/sitevision/api/search/searcher/builder/FilterBuilder/index.d.ts +103 -0
- package/hidden/senselogic/sitevision/api/search/searcher/builder/HighlightBuilder/index.d.ts +153 -0
- package/hidden/senselogic/sitevision/api/search/searcher/builder/MonitorBuilder/index.d.ts +47 -0
- package/hidden/senselogic/sitevision/api/search/searcher/builder/SearcherBuilder/index.d.ts +210 -0
- package/hidden/senselogic/sitevision/api/search/searcher/builder/SortBuilder/index.d.ts +110 -0
- package/hidden/senselogic/sitevision/api/search/searcher/builder/SpellCheckBuilder/index.d.ts +57 -0
- package/hidden/senselogic/sitevision/api/search/searcher/builder/StandardParserBuilder/index.d.ts +102 -0
- package/hidden/senselogic/sitevision/api/search/searcher/component/Filter/index.d.ts +3 -1
- package/hidden/senselogic/sitevision/api/search/searcher/component/Filter/index.js +8 -0
- package/hidden/senselogic/sitevision/api/search/searcher/component/Highlight/index.d.ts +3 -1
- package/hidden/senselogic/sitevision/api/search/searcher/component/Highlight/index.js +8 -0
- package/hidden/senselogic/sitevision/api/search/searcher/component/Monitor/index.d.ts +3 -1
- package/hidden/senselogic/sitevision/api/search/searcher/component/Monitor/index.js +8 -0
- package/hidden/senselogic/sitevision/api/search/searcher/component/Parser/index.d.ts +3 -1
- package/hidden/senselogic/sitevision/api/search/searcher/component/Parser/index.js +8 -0
- package/hidden/senselogic/sitevision/api/search/searcher/component/Sort/index.d.ts +3 -1
- package/hidden/senselogic/sitevision/api/search/searcher/component/Sort/index.js +8 -0
- package/hidden/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.d.ts +3 -1
- package/hidden/senselogic/sitevision/api/search/searcher/component/SpellCheck/index.js +8 -0
- package/hidden/senselogic/sitevision/api/search/sort/CustomSort/index.d.ts +1 -16
- package/hidden/senselogic/sitevision/api/search/sort/CustomSort/index.js +16 -0
- package/hidden/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/search/suggestion/SearchSuggestion/index.js +11 -0
- package/hidden/senselogic/sitevision/api/security/AuthenticationUtil/index.d.ts +103 -0
- package/hidden/senselogic/sitevision/api/security/DirectoryAttributes/index.d.ts +3 -6
- package/hidden/senselogic/sitevision/api/security/DirectoryAttributes/index.js +13 -0
- package/hidden/senselogic/sitevision/api/security/DirectoryUtil/index.d.ts +98 -0
- package/hidden/senselogic/sitevision/api/security/JwtUtil/index.d.ts +143 -0
- package/hidden/senselogic/sitevision/api/security/MessageDigester/index.d.ts +1 -3
- package/hidden/senselogic/sitevision/api/security/MessageDigester/index.js +13 -0
- package/hidden/senselogic/sitevision/api/security/MessageDigesterFactory/index.d.ts +46 -0
- package/hidden/senselogic/sitevision/api/security/PermissionUtil/index.d.ts +426 -0
- package/hidden/senselogic/sitevision/api/security/PrincipalUtil/index.d.ts +46 -0
- package/hidden/senselogic/sitevision/api/security/RoleAssignment/index.d.ts +1 -10
- package/hidden/senselogic/sitevision/api/security/RoleAssignment/index.js +13 -0
- package/hidden/senselogic/sitevision/api/security/RoleAssignmentBuilder/index.d.ts +54 -0
- package/hidden/senselogic/sitevision/api/security/RoleMatcher/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/security/RoleMatcher/index.js +11 -0
- package/hidden/senselogic/sitevision/api/security/RoleMatcherBuilder/index.d.ts +53 -0
- package/hidden/senselogic/sitevision/api/security/RoleUtil/index.d.ts +49 -0
- package/hidden/senselogic/sitevision/api/security/SecretStore/index.d.ts +3 -3
- package/hidden/senselogic/sitevision/api/security/SecretStore/index.js +15 -0
- package/hidden/senselogic/sitevision/api/security/UserUtil/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/security/UserUtil/index.js +14 -0
- package/hidden/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.d.ts +3 -3
- package/hidden/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilter/index.js +10 -0
- package/hidden/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.d.ts +2 -2
- package/hidden/senselogic/sitevision/api/security/jaas/filter/AuthenticationFilterChain/index.js +10 -0
- package/hidden/senselogic/sitevision/api/subscription/SubscriberUtil/index.d.ts +96 -0
- package/hidden/senselogic/sitevision/api/subscription/SubscriptionUtil/index.d.ts +137 -0
- package/hidden/senselogic/sitevision/api/tag/TagUtil/index.d.ts +127 -0
- package/hidden/senselogic/sitevision/api/text/EndecUtil/index.d.ts +352 -0
- package/hidden/senselogic/sitevision/api/user/SimpleUserUtil/index.d.ts +43 -0
- package/hidden/senselogic/sitevision/api/user/SystemUserUtil/index.d.ts +163 -0
- package/hidden/senselogic/sitevision/api/user/UserDataUtil/index.d.ts +140 -0
- package/hidden/senselogic/sitevision/api/user/UserFactory/index.d.ts +61 -0
- package/hidden/senselogic/sitevision/api/user/UserIdentityUtil/index.d.ts +52 -0
- package/hidden/senselogic/sitevision/api/user/UserIdentityWrapper/index.d.ts +5 -193
- package/{server → hidden/senselogic/sitevision/api/user}/UserIdentityWrapper/index.js +20 -14
- package/hidden/senselogic/sitevision/api/user/UserUtil/index.d.ts +67 -0
- package/hidden/senselogic/sitevision/api/versioning/PublishingUtil/index.d.ts +265 -0
- package/hidden/senselogic/sitevision/api/versioning/VersionUtil/index.d.ts +19 -0
- package/hidden/senselogic/sitevision/api/webresource/ArticleUtil/index.d.ts +252 -0
- package/hidden/senselogic/sitevision/api/webresource/FileUtil/index.d.ts +294 -0
- package/hidden/senselogic/sitevision/api/webresource/ImageUtil/index.d.ts +267 -0
- package/hidden/senselogic/sitevision/api/webresource/LinkPageUtil/index.d.ts +288 -0
- package/hidden/senselogic/sitevision/api/webresource/LinkTarget/index.d.ts +3 -1
- package/hidden/senselogic/sitevision/api/webresource/LinkTarget/index.js +8 -0
- package/hidden/senselogic/sitevision/api/webresource/PageUtil/index.d.ts +216 -0
- package/hidden/senselogic/sitevision/api/webresource/WebResourceFactory/index.d.ts +56 -0
- package/hidden/senselogic/sitevision/api/webresource/builder/LinkTargetBuilder/index.d.ts +128 -0
- package/hidden/senselogic/sitevision/api/webresource/doctype/DocTypeUtil/index.d.ts +141 -0
- package/hidden/senselogic/sitevision/api/webresource/mime/MimeTypeUtil/index.d.ts +217 -0
- package/hidden/senselogic/sitevision/api/webresource/structure/ArchiveUtil/index.d.ts +53 -0
- package/hidden/senselogic/sitevision/api/webresource/structure/FolderUtil/index.d.ts +107 -0
- package/hidden/senselogic/sitevision/api/webresource/structure/StructureUtil/index.d.ts +94 -0
- package/hidden/senselogic/sitevision/api/webresource/structure/TrashcanUtil/index.d.ts +123 -0
- package/hidden/senselogic/sitevision/api/webresource/webcontent/WebContentUtil/index.d.ts +458 -0
- package/hidden/senselogic/sitevision/api/xml/XmlElement/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/xml/XmlElement/index.js +15 -0
- package/hidden/senselogic/sitevision/api/xml/XmlElementHandler/index.d.ts +1 -1
- package/hidden/senselogic/sitevision/api/xml/XmlElementHandler/index.js +10 -0
- package/hidden/senselogic/sitevision/api/xml/XmlParserUtil/index.d.ts +116 -0
- package/index.d.ts +23 -18
- package/package.json +4 -2
- package/server/AliasUtil/index.d.ts +3 -3
- package/server/ArchiveUtil/index.d.ts +2 -22
- package/server/ArchiveUtil/index.js +1 -3
- package/server/ArraysInstance/index.d.ts +4 -18
- package/server/ArraysInstance/index.js +27 -0
- package/server/ArticleUtil/index.d.ts +10 -157
- package/server/ArticleUtil/index.js +3 -17
- package/server/AuthenticationUtil/index.d.ts +5 -11
- package/server/AuthenticationUtil/index.js +12 -0
- package/server/BookmarkUtil/index.d.ts +5 -11
- package/server/BuddyIconRenderer/index.d.ts +5 -45
- package/server/BuddyIconRenderer/index.js +21 -0
- package/server/ClientUtil/index.d.ts +3 -3
- package/server/CollaborationFactory/index.d.ts +3 -3
- package/server/CollaborationFactory/index.js +6 -1
- package/server/CollaborationGroupFolderUtil/index.d.ts +3 -8
- package/server/CollaborationGroupFolderUtil/index.js +2 -6
- package/server/CollaborationGroupTemplateUtil/index.d.ts +3 -22
- package/server/CollaborationGroupTemplateUtil/index.js +3 -9
- package/server/CollaborationGroupUtil/index.d.ts +3 -39
- package/server/CollaborationGroupUtil/index.js +2 -6
- package/server/CollectionsInstance/index.d.ts +36 -53
- package/server/CollectionsInstance/index.js +69 -0
- package/server/ColorUtil/index.d.ts +3 -3
- package/server/CompoundAndFilterBuilder/index.d.ts +4 -7
- package/server/CompoundAndFilterBuilder/index.js +12 -0
- package/server/CompoundComparatorBuilder/index.d.ts +4 -11
- package/server/CompoundComparatorBuilder/index.js +12 -0
- package/server/CompoundOrFilterBuilder/index.d.ts +4 -7
- package/server/CompoundOrFilterBuilder/index.js +12 -0
- package/server/ContentNodeUtil/index.d.ts +2 -18
- package/server/ContentNodeUtil/index.js +11 -0
- package/server/CurrencyFactory/index.d.ts +2 -53
- package/server/CurrencyFactory/index.js +11 -0
- package/server/DateUtil/index.d.ts +3 -28
- package/server/DateUtil/index.js +5 -5
- package/server/DecorationUtil/index.d.ts +3 -3
- package/server/DecorationUtil/index.js +10 -0
- package/server/DeviceUtil/index.d.ts +3 -3
- package/server/DeviceUtil/index.js +11 -0
- package/server/DirectoryUtil/index.d.ts +8 -28
- package/server/DirectoryUtil/index.js +2 -2
- package/server/DocTypeUtil/index.d.ts +7 -8
- package/server/DocTypeUtil/index.js +17 -0
- package/server/EndecUtil/index.d.ts +2 -210
- package/server/EndecUtil/index.js +12 -12
- package/server/ExtendedDismaxParserBuilder/index.d.ts +4 -39
- package/server/ExtendedDismaxParserBuilder/index.js +22 -0
- package/server/FileIconRenderer/index.d.ts +3 -24
- package/server/FileIconRenderer/index.js +29 -0
- package/server/FileUtil/index.d.ts +3 -144
- package/server/FileUtil/index.js +20 -0
- package/server/FilterBuilder/index.d.ts +3 -17
- package/server/FilterBuilder/index.js +12 -0
- package/server/FolderUtil/index.d.ts +2 -50
- package/server/FolderUtil/index.js +13 -0
- package/server/FontUtil/index.d.ts +3 -3
- package/server/FontUtil/index.js +11 -0
- package/server/FormatterBuilderFactory/index.d.ts +2 -33
- package/server/FormatterBuilderFactory/index.js +12 -0
- package/server/HighlightBuilder/index.d.ts +3 -32
- package/server/HighlightBuilder/index.js +15 -0
- package/server/IconUtil/index.d.ts +3 -3
- package/server/IconUtil/index.js +12 -0
- package/server/ImageLinkRenderer/index.d.ts +2 -11
- package/server/ImageLinkRenderer/index.js +12 -0
- package/server/ImageRenderer/index.d.ts +5 -75
- package/server/ImageRenderer/index.js +49 -0
- package/server/ImageUtil/index.d.ts +3 -147
- package/server/ImageUtil/index.js +18 -0
- package/server/IndexUtil/index.d.ts +3 -23
- package/server/IndexUtil/index.js +11 -0
- package/server/IndexingUtil/index.d.ts +2 -32
- package/server/IndexingUtil/index.js +10 -0
- package/server/InstanceCreatorUtil/index.d.ts +8 -141
- package/server/InstanceCreatorUtil/index.js +36 -1
- package/server/InstanceTypeUtil/index.d.ts +3 -3
- package/server/InstanceTypeUtil/index.js +31 -0
- package/server/JwtUtil/index.d.ts +2 -73
- package/server/JwtUtil/index.js +13 -0
- package/server/LandingPageUtil/index.d.ts +3 -3
- package/server/LandingPageUtil/index.js +6 -6
- package/server/LinkPageUtil/index.d.ts +6 -175
- package/server/LinkPageUtil/index.js +13 -0
- package/server/LinkRenderer/index.d.ts +2 -208
- package/server/LinkRenderer/index.js +64 -0
- package/server/LinkTargetBuilder/index.d.ts +4 -9
- package/server/LinkTargetBuilder/index.js +16 -0
- package/server/LinkValueBuilder/index.d.ts +5 -3
- package/server/LinkValueBuilder/index.js +4 -4
- package/server/ListWrapper/index.d.ts +5 -15
- package/server/ListWrapper/index.js +19 -0
- package/server/LocaleUtil/index.d.ts +3 -302
- package/server/LocaleUtil/index.js +4 -4
- package/server/LogUtil/index.d.ts +3 -15
- package/server/LogUtil/index.js +7 -7
- package/server/MailBuilder/index.d.ts +4 -3
- package/server/MailBuilder/index.js +23 -0
- package/server/MailUtil/index.d.ts +2 -18
- package/server/MailUtil/index.js +15 -0
- package/server/MathInstance/index.d.ts +3 -10
- package/server/MathInstance/index.js +56 -0
- package/server/MessageDigesterFactory/index.d.ts +3 -3
- package/server/MessageDigesterFactory/index.js +13 -0
- package/server/MetadataDefinitionUtil/index.d.ts +4 -4
- package/server/MetadataDefinitionUtil/index.js +14 -0
- package/server/MetadataUtil/index.d.ts +4 -186
- package/server/MetadataUtil/index.js +5 -5
- package/server/MimeTypeUtil/index.d.ts +3 -86
- package/server/MimeTypeUtil/index.js +21 -0
- package/server/MonitorBuilder/index.d.ts +4 -3
- package/server/MonitorBuilder/index.js +11 -0
- package/server/NodeComparatorUtil/index.d.ts +2 -154
- package/server/NodeComparatorUtil/index.js +15 -0
- package/server/NodeFactoryUtil/index.d.ts +3 -3
- package/server/NodeFactoryUtil/index.js +11 -0
- package/server/NodeFilterUtil/index.d.ts +9 -95
- package/server/NodeFilterUtil/index.js +59 -0
- package/server/NodeIteratorUtil/index.d.ts +7 -113
- package/server/NodeIteratorUtil/index.js +6 -6
- package/server/NodeResolverUtil/index.d.ts +3 -353
- package/server/NodeResolverUtil/index.js +16 -0
- package/server/NodeTreeUtil/index.d.ts +8 -126
- package/server/NodeTreeUtil/index.js +4 -4
- package/server/NodeTypeUtil/index.d.ts +170 -53
- package/server/NodeTypeUtil/index.js +28 -23
- package/server/OfflineVersionPropertyUtil/index.d.ts +6 -2
- package/server/OfflineVersionPropertyUtil/index.js +8 -0
- package/server/OnlineVersionPropertyUtil/index.d.ts +6 -2
- package/server/OnlineVersionPropertyUtil/index.js +8 -0
- package/server/OutputUtil/index.d.ts +3 -243
- package/server/OutputUtil/index.js +16 -0
- package/server/PageUtil/index.d.ts +10 -121
- package/server/PageUtil/index.js +12 -0
- package/server/PermissionUtil/index.d.ts +8 -199
- package/server/PermissionUtil/index.js +24 -0
- package/server/PortletContextUtil/index.d.ts +4 -25
- package/server/PortletContextUtil/index.js +6 -5
- package/server/PortletUtil/index.d.ts +3 -8
- package/server/PortletUtil/index.js +10 -0
- package/server/PrincipalUtil/index.d.ts +4 -9
- package/server/PrincipalUtil/index.js +12 -0
- package/server/Properties/index.d.ts +3 -25
- package/server/Properties/index.js +4 -12
- package/server/PropertyUtil/index.d.ts +15 -820
- package/server/PropertyUtil/index.js +23 -69
- package/server/PublishingUtil/index.d.ts +2 -140
- package/server/QueryStringUtil/index.d.ts +3 -309
- package/server/QueryStringUtil/index.js +17 -0
- package/server/RedirectUtil/index.d.ts +3 -19
- package/server/RedirectUtil/index.js +14 -0
- package/server/RelatedValueBuilder/index.d.ts +5 -3
- package/server/RelatedValueBuilder/index.js +3 -3
- package/server/Requester/index.d.ts +7 -32
- package/server/Requester/index.js +6 -22
- package/server/ResourceLocatorUtil/index.d.ts +2 -105
- package/server/ResourceLocatorUtil/index.js +27 -25
- package/server/RestApi/index.d.ts +6 -38
- package/server/RestApi/index.js +2 -2
- package/server/RestAppInvokerFactory/index.d.ts +3 -3
- package/server/RestAppInvokerFactory/index.js +12 -0
- package/server/RoleAssignmentBuilder/index.d.ts +4 -7
- package/server/RoleAssignmentBuilder/index.js +13 -0
- package/server/RoleMatcherBuilder/index.d.ts +4 -7
- package/server/RoleMatcherBuilder/index.js +13 -0
- package/server/RoleUtil/index.d.ts +5 -8
- package/server/RoleUtil/index.js +13 -0
- package/server/ScriptUtil/index.d.ts +4 -194
- package/server/ScriptUtil/index.js +19 -14
- package/server/SearchFactory/index.d.ts +5 -7
- package/server/SearchFactory/index.js +22 -0
- package/server/SearchUtil/index.d.ts +4 -39
- package/server/SearchUtil/index.js +10 -0
- package/server/SearcherBuilder/index.d.ts +3 -41
- package/server/SearcherBuilder/index.js +17 -0
- package/server/Session/index.d.ts +19 -627
- package/server/Session/index.js +48 -0
- package/server/SimpleUserUtil/index.d.ts +3 -8
- package/server/SiteCookieUtil/index.d.ts +10 -15
- package/server/SiteCookieUtil/index.js +3 -0
- package/server/SortBuilder/index.d.ts +5 -5
- package/server/SortBuilder/index.js +12 -0
- package/server/SpellCheckBuilder/index.d.ts +3 -11
- package/server/SpellCheckBuilder/index.js +11 -0
- package/server/StandardParserBuilder/index.d.ts +4 -11
- package/server/StandardParserBuilder/index.js +12 -0
- package/server/StructureUtil/index.d.ts +2 -72
- package/server/StructureUtil/index.js +10 -0
- package/server/SubscriberUtil/index.d.ts +3 -26
- package/server/SubscriberUtil/index.js +13 -0
- package/server/SubscriptionUtil/index.d.ts +2 -53
- package/server/SubscriptionUtil/index.js +14 -0
- package/server/SystemUserUtil/index.d.ts +2 -78
- package/server/SystemUserUtil/index.js +3 -3
- package/server/TagUtil/index.d.ts +3 -59
- package/server/TagUtil/index.js +15 -0
- package/server/TemplateUtil/index.d.ts +5 -69
- package/server/TemplateUtil/index.js +15 -0
- package/server/TemporaryFileNodeBuilder/index.d.ts +4 -7
- package/server/TemporaryFileNodeBuilder/index.js +12 -0
- package/server/TemporaryNodeBuilder/index.d.ts +4 -43
- package/server/TemporaryNodeBuilder/index.js +21 -0
- package/server/TextModuleRendererBuilder/index.d.ts +4 -3
- package/server/TextModuleRendererBuilder/index.js +11 -0
- package/server/TimestampUtil/index.d.ts +3 -3
- package/server/TimestampUtil/index.js +7 -7
- package/server/TranslationUtil/index.d.ts +4 -61
- package/server/TranslationUtil/index.js +13 -0
- package/server/TrashcanUtil/index.d.ts +2 -77
- package/server/TrashcanUtil/index.js +3 -3
- package/server/UserDataUtil/index.d.ts +3 -54
- package/server/UserDataUtil/index.js +2 -2
- package/server/UserFactory/index.d.ts +3 -3
- package/server/UserFactory/index.js +4 -4
- package/server/UserFieldRenderer/index.d.ts +2 -66
- package/server/UserFieldRenderer/index.js +16 -0
- package/server/UserIdentityUtil/index.d.ts +2 -19
- package/server/UserIdentityUtil/index.js +1 -1
- package/server/UserUtil/index.d.ts +2 -13
- package/server/Utils/index.d.ts +7 -45
- package/server/Utils/index.js +82 -1
- package/server/VelocityRenderer/index.d.ts +3 -51
- package/server/VelocityRenderer/index.js +11 -0
- package/server/VersionUtil/index.d.ts +3 -3
- package/server/VersionUtil/index.js +0 -2
- package/server/WebContentUtil/index.d.ts +6 -180
- package/server/WebContentUtil/index.js +14 -0
- package/server/WebResourceFactory/index.d.ts +3 -3
- package/server/WebResourceFactory/index.js +15 -0
- package/server/XSLTUtil/index.d.ts +2 -15
- package/server/XmlParserUtil/index.d.ts +4 -3
- package/server/appData/index.d.ts +2 -2
- package/server/appInfo/index.d.ts +33 -0
- package/server/appInfo/index.js +38 -0
- package/server/appResource/index.d.ts +5 -3
- package/server/cache/index.d.ts +13 -0
- package/server/cache/index.js +15 -0
- package/server/globalAppData/index.d.ts +2 -2
- package/server/headless/index.d.ts +97 -0
- package/server/headless/index.js +10 -0
- package/server/hooks/index.d.ts +7 -7
- package/server/oauth2/index.d.ts +7 -2
- package/server/privileged/index.d.ts +2 -2
- package/server/storage/index.d.ts +27 -7
- package/hidden/senselogic/sitevision/api/render/BuddyIconRenderer/BuddyIconInfo/index.d.ts +0 -51
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/ArticleUtilConstants/index.d.ts +0 -85
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/ExceptionSuppressingProxyConstants/index.d.ts +0 -31
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/IndexingUtilConstants/index.d.ts +0 -31
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/LinkPageUtilConstants/index.d.ts +0 -67
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/MathInstanceConstants/index.d.ts +0 -25
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/MimeTypeUtilConstants/index.d.ts +0 -19
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/NodeTypeUtilConstants/index.d.ts +0 -1243
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/OutputUtilConstants/index.d.ts +0 -31
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/PageUtilConstants/index.d.ts +0 -91
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/PortletContextUtilConstants/index.d.ts +0 -27
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/PortletUtilConstants/index.d.ts +0 -19
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/QueryStringUtilConstants/index.d.ts +0 -19
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/SearchHitConstants/index.d.ts +0 -25
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/SearchResultConstants/index.d.ts +0 -37
- package/hidden/senselogic/sitevision/api/render/velocity/VelocityAccess/VersionUtilConstants/index.d.ts +0 -25
- package/server/ImageScaler/index.d.ts +0 -24
- package/server/SourceSetMode/index.d.ts +0 -7
- package/server/SourceSetMode/index.js +0 -1
- package/server/UserIdentityWrapper/index.d.ts +0 -138
package/index.d.ts
CHANGED
|
@@ -1,14 +1,4 @@
|
|
|
1
|
-
import './client/requester';
|
|
2
|
-
import './client/toasts';
|
|
3
|
-
|
|
4
|
-
import './common/app';
|
|
5
|
-
import './common/i18n';
|
|
6
|
-
import './common/router';
|
|
7
|
-
import './common/events';
|
|
8
|
-
|
|
9
1
|
import './server/AliasUtil';
|
|
10
|
-
import './server/appData';
|
|
11
|
-
import './server/appResource';
|
|
12
2
|
import './server/ArchiveUtil';
|
|
13
3
|
import './server/ArraysInstance';
|
|
14
4
|
import './server/ArticleUtil';
|
|
@@ -40,15 +30,13 @@ import './server/FilterBuilder';
|
|
|
40
30
|
import './server/FolderUtil';
|
|
41
31
|
import './server/FontUtil';
|
|
42
32
|
import './server/FormatterBuilderFactory';
|
|
43
|
-
import './server/globalAppData';
|
|
44
33
|
import './server/HighlightBuilder';
|
|
45
|
-
import './server/hooks';
|
|
46
34
|
import './server/IconUtil';
|
|
47
35
|
import './server/ImageLinkRenderer';
|
|
48
36
|
import './server/ImageRenderer';
|
|
49
37
|
import './server/ImageUtil';
|
|
50
|
-
import './server/IndexingUtil';
|
|
51
38
|
import './server/IndexUtil';
|
|
39
|
+
import './server/IndexingUtil';
|
|
52
40
|
import './server/InstanceCreatorUtil';
|
|
53
41
|
import './server/InstanceTypeUtil';
|
|
54
42
|
import './server/JwtUtil';
|
|
@@ -75,7 +63,6 @@ import './server/NodeIteratorUtil';
|
|
|
75
63
|
import './server/NodeResolverUtil';
|
|
76
64
|
import './server/NodeTreeUtil';
|
|
77
65
|
import './server/NodeTypeUtil';
|
|
78
|
-
import './server/oauth2';
|
|
79
66
|
import './server/OfflineVersionPropertyUtil';
|
|
80
67
|
import './server/OnlineVersionPropertyUtil';
|
|
81
68
|
import './server/OutputUtil';
|
|
@@ -84,7 +71,6 @@ import './server/PermissionUtil';
|
|
|
84
71
|
import './server/PortletContextUtil';
|
|
85
72
|
import './server/PortletUtil';
|
|
86
73
|
import './server/PrincipalUtil';
|
|
87
|
-
import './server/privileged';
|
|
88
74
|
import './server/Properties';
|
|
89
75
|
import './server/PropertyUtil';
|
|
90
76
|
import './server/PublishingUtil';
|
|
@@ -99,16 +85,15 @@ import './server/RoleAssignmentBuilder';
|
|
|
99
85
|
import './server/RoleMatcherBuilder';
|
|
100
86
|
import './server/RoleUtil';
|
|
101
87
|
import './server/ScriptUtil';
|
|
102
|
-
import './server/SearcherBuilder';
|
|
103
88
|
import './server/SearchFactory';
|
|
104
89
|
import './server/SearchUtil';
|
|
90
|
+
import './server/SearcherBuilder';
|
|
105
91
|
import './server/Session';
|
|
106
92
|
import './server/SimpleUserUtil';
|
|
107
93
|
import './server/SiteCookieUtil';
|
|
108
94
|
import './server/SortBuilder';
|
|
109
95
|
import './server/SpellCheckBuilder';
|
|
110
96
|
import './server/StandardParserBuilder';
|
|
111
|
-
import './server/storage';
|
|
112
97
|
import './server/StructureUtil';
|
|
113
98
|
import './server/SubscriberUtil';
|
|
114
99
|
import './server/SubscriptionUtil';
|
|
@@ -131,5 +116,25 @@ import './server/VelocityRenderer';
|
|
|
131
116
|
import './server/VersionUtil';
|
|
132
117
|
import './server/WebContentUtil';
|
|
133
118
|
import './server/WebResourceFactory';
|
|
134
|
-
import './server/XmlParserUtil';
|
|
135
119
|
import './server/XSLTUtil';
|
|
120
|
+
import './server/XmlParserUtil';
|
|
121
|
+
import './server/appData';
|
|
122
|
+
import './server/appInfo';
|
|
123
|
+
import './server/appResource';
|
|
124
|
+
import './server/cache';
|
|
125
|
+
import './server/globalAppData';
|
|
126
|
+
import './server/headless';
|
|
127
|
+
import './server/hooks';
|
|
128
|
+
import './server/oauth2';
|
|
129
|
+
import './server/privileged';
|
|
130
|
+
import './server/storage';
|
|
131
|
+
|
|
132
|
+
import './client/requester';
|
|
133
|
+
import './client/toasts';
|
|
134
|
+
|
|
135
|
+
import './common/app';
|
|
136
|
+
import './common/events';
|
|
137
|
+
import './common/i18n';
|
|
138
|
+
import './common/router';
|
|
139
|
+
import './common/security';
|
|
140
|
+
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sitevision/api",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-alpha.0",
|
|
4
4
|
"author": "Sitevision AB",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
6
7
|
"types": "index.d.ts",
|
|
7
8
|
"repository": {
|
|
8
9
|
"type": "git",
|
|
@@ -13,12 +14,13 @@
|
|
|
13
14
|
"url": "https://github.com/sitevision/sitevision-apps/issues"
|
|
14
15
|
},
|
|
15
16
|
"scripts": {
|
|
16
|
-
"build": "rimraf dist/ && babel
|
|
17
|
+
"build": "rimraf dist/ && rimraf build/ && scripts/copysrc.sh && node scripts/generateindex.js && babel build --out-dir dist --copy-files && copyfiles package.json README.md dist/",
|
|
17
18
|
"deploy": "yarn build && npm publish dist"
|
|
18
19
|
},
|
|
19
20
|
"devDependencies": {
|
|
20
21
|
"@babel/cli": "^7.19.3",
|
|
21
22
|
"copyfiles": "^2.4.1",
|
|
23
|
+
"fs-extra": "11.1.0",
|
|
22
24
|
"rimraf": "^3.0.2"
|
|
23
25
|
},
|
|
24
26
|
"publishConfig": {
|
|
@@ -14,12 +14,12 @@ export function getAliasName(aNode: Node): string;
|
|
|
14
14
|
* An instance of the Sitevision class implementing this interface can be obtained via
|
|
15
15
|
* {@link senselogic.sitevision.api.Utils#getAliasUtil()}.
|
|
16
16
|
* See {@link senselogic.sitevision.api.Utils} for how to obtain an instance of the <code>Utils</code> interface.
|
|
17
|
-
* </p>
|
|
17
|
+
* </p>
|
|
18
18
|
* @author Magnus Lövgren
|
|
19
19
|
* @since Sitevision 2022.10.2
|
|
20
20
|
*/
|
|
21
|
-
declare namespace
|
|
21
|
+
declare namespace aliasUtil {
|
|
22
22
|
export { getAliasName };
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
export default
|
|
25
|
+
export default aliasUtil;
|
|
@@ -45,32 +45,12 @@ export function renameArchive(anArchive: Node, aName: string): void;
|
|
|
45
45
|
* <p>
|
|
46
46
|
* An instance of the Sitevision class implementing this interface can be obtained via {@link senselogic.sitevision.api.Utils#getArchiveUtil()}.
|
|
47
47
|
* See {@link senselogic.sitevision.api.Utils} for how to obtain an instance of the <code>Utils</code> interface.
|
|
48
|
-
* </p><p>
|
|
49
|
-
* Creates an archive as sub node of the specified parent.
|
|
50
48
|
* </p>
|
|
51
|
-
* <p>
|
|
52
|
-
* The parent may be either a {@code sv:sitePage}, {@code sv:page}, {@code sv:folder}, {@code sv:article}
|
|
53
|
-
* or a {@code sv:collaborationGroupPage}.
|
|
54
|
-
* If an other parent is specified a <code>ConstraintViolationException</code> is thrown.
|
|
55
|
-
* </p>
|
|
56
|
-
*
|
|
57
|
-
* <p>Any name can be given an archive. If null is provided a <code>NullPointerException</code> is thrown.</p>
|
|
58
|
-
*
|
|
59
|
-
* <p>The current user must be authorized to create archives and to do write operations on the parent node or
|
|
60
|
-
* a <code>ConstraintViolationException</code> will be thrown.</p>
|
|
61
|
-
*
|
|
62
|
-
* <p>Note that a new archive inherits metadata and permissions from its parent.</p><p>Alters the name of an archive. If no archive is specified a <code>NullPointerException</code>
|
|
63
|
-
* is thrown. If the node is not a sv:archive an <code>IllegalArgumentException</code> is thrown.</p>
|
|
64
|
-
*
|
|
65
|
-
* <p>Any name can be given an archive. If null is provided a <code>NullPointerException</code> is thrown.</p>
|
|
66
|
-
*
|
|
67
|
-
* <p>The current user must be authorized to do write operations on the archive or
|
|
68
|
-
* a <code>ConstraintViolationException</code> will be thrown.</p>
|
|
69
49
|
* @author Mikael Wikblom
|
|
70
50
|
* @since Sitevision 2.6.2
|
|
71
51
|
*/
|
|
72
|
-
declare namespace
|
|
52
|
+
declare namespace archiveUtil {
|
|
73
53
|
export { createArchive, renameArchive };
|
|
74
54
|
}
|
|
75
55
|
|
|
76
|
-
export default
|
|
56
|
+
export default archiveUtil;
|
|
@@ -5,9 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _default = {
|
|
8
|
-
createArchive: function createArchive() {
|
|
9
|
-
return {};
|
|
10
|
-
},
|
|
8
|
+
createArchive: function createArchive() {},
|
|
11
9
|
renameArchive: function renameArchive() {}
|
|
12
10
|
};
|
|
13
11
|
exports["default"] = _default;
|
|
@@ -992,7 +992,7 @@ export function copyOfRange(
|
|
|
992
992
|
* @param anArray the array by which the list will be backed
|
|
993
993
|
* @return a list view of the specified array
|
|
994
994
|
*/
|
|
995
|
-
export function asList(anArray: unknown): unknown
|
|
995
|
+
export function asList(anArray: unknown): unknown;
|
|
996
996
|
|
|
997
997
|
/**
|
|
998
998
|
* Returns a hash code based on the contents of the specified array.
|
|
@@ -1802,25 +1802,11 @@ export function stream(
|
|
|
1802
1802
|
* <p>
|
|
1803
1803
|
* An instance of the Sitevision class implementing this interface can be obtained via {@link InstanceCreatorUtil#getArraysInstance()}.
|
|
1804
1804
|
* See {@link InstanceCreatorUtil} for how to obtain an instance of the <code>InstanceCreatorUtil</code> interface.
|
|
1805
|
-
* </p>
|
|
1806
|
-
* ascending numerical order.Sorts the specified array of ints into ascending numerical order.Sorts the specified range of the specified array of ints into ascending numerical order.Sorts the specified array of shorts into ascending numerical order.Sorts the specified range of the specified array of shorts into ascending numerical order.Sorts the specified array of chars into ascending numerical order.Sorts the specified range of the specified array of chars into ascending numerical order.Sorts the specified array of bytes into ascending numerical order.Sorts the specified range of the specified array of bytes into ascending numerical order.Sorts the specified array of doubles into ascending numerical order.Sorts the specified range of the specified array of doubles into ascending numerical order.Sorts the specified array of floats into ascending numerical order.Sorts the specified range of the specified array of floats into ascending numerical order.Sorts the specified array of objects into ascending order, according to the <code>Comparable</code> natural ordering of its elements.Sorts the specified range of the specified array of objects into ascending order, according to the <code>Comparable</code>
|
|
1807
|
-
* natural ordering of its elements.Sorts the specified array of objects according to the order induced by the specified comparator.Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.Searches the specified array of longs for the specified value using the binary search algorithm.Searches a range of the specified array of longs for the specified value using the binary search algorithm.Searches the specified array of ints for the specified value using the binary search algorithm.Searches a range of the specified array of ints for the specified value using the binary search algorithm.Searches the specified array of shorts for the specified value using the binary search algorithm.Searches a range of the specified array of shorts for the specified value using the binary search algorithm.Searches the specified array of chars for the specified value using the binary search algorithm.Searches a range of the specified array of chars for the specified value using the binary search algorithm.Searches the specified array of bytes for the specified value using the binary search algorithm.Searches a range of the specified array of bytes for the specified value using the binary search algorithm.Searches the specified array of doubles for the specified value using the binary search algorithm.Searches a range of the specified array of doubles for the specified value using the binary search algorithm.Searches the specified array of floats for the specified value using the binary search algorithm.Searches a range of the specified array of floats for the specified value using the binary search algorithm.Searches the specified array for the specified object using the binary search algorithm.Searches a range of the specified array for the specified object using the binary search algorithm.Searches the specified array for the specified object using the binary search algorithm.Searches a range of the specified array for the specified object using the binary search algorithm.Returns <tt>true</tt> if the two specified arrays of longs are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of ints are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of shorts are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of chars are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of bytes are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of booleans are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of doubles are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of floats are <i>equal</i> to one another.Returns <tt>true</tt> if the two specified arrays of Objects are <i>equal</i> to one another.Assigns the specified long value to each element of the specified array of longs.Assigns the specified long value to each element of the specified range of the specified array of longs.Assigns the specified int value to each element of the specified array of ints.Assigns the specified int value to each element of the specified range of the specified array of ints.Assigns the specified short value to each element of the specified array of shorts.Assigns the specified short value to each element of the specified range of the specified array of shorts.Assigns the specified char value to each element of the specified array of chars.Assigns the specified char value to each element of the specified range of the specified array of chars.Assigns the specified byte value to each element of the specified array of bytes.Assigns the specified byte value to each element of the specified range of the specified array of bytes.Assigns the specified boolean value to each element of the specified array of booleans.Assigns the specified boolean value to each element of the specified
|
|
1808
|
-
* range of the specified array of booleans.Assigns the specified double value to each element of the specified array of doubles.Assigns the specified double value to each element of the specified range of the specified array of doubles.Assigns the specified float value to each element of the specified array of floats.Assigns the specified float value to each element of the specified range of the specified array of floats.Assigns the specified Object reference to each element of the specified array of Objects.Assigns the specified Object reference to each element of the specified range of the specified array of Objects.Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with nulls (if necessary)
|
|
1809
|
-
* so the copy has the specified length.Copies the specified array, truncating or padding with zeros (if necessary)
|
|
1810
|
-
* so the copy has the specified length.Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with null characters (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.Copies the specified array, truncating or padding with <tt>false</tt> (if necessary) so the copy has the specified length.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Copies the specified range of the specified array into a new array.Returns a fixed-size list backed by the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the contents of the specified array.Returns a hash code based on the "deep contents" of the specified array.Returns <tt>true</tt> if the two specified arrays are <i>deeply equal</i> to one another.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the contents of the specified array.Returns a string representation of the "deep contents" of the specified array.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array into ascending numerical order.Sorts the specified range of the array into ascending numerical order.Sorts the specified array of objects into ascending order, according
|
|
1811
|
-
* to the {@linkplain Comparable natural ordering} of its elements.Sorts the specified range of the specified array of objects into
|
|
1812
|
-
* ascending order, according to the
|
|
1813
|
-
* {@linkplain Comparable natural ordering} of its elements.Sorts the specified array of objects according to the order induced by
|
|
1814
|
-
* the specified comparator.Sorts the specified range of the specified array of objects according
|
|
1815
|
-
* to the order induced by the specified comparator.Cumulates, in parallel, each element of the given array in place, using the supplied function.Performs {@link #parallelPrefix(Object[], BinaryOperator)} for the given subrange of the array.Cumulates, in parallel, each element of the given array in place, using the supplied function.Performs {@link #parallelPrefix(long[], LongBinaryOperator)} for the given subrange of the array.Cumulates, in parallel, each element of the given array in place, using the supplied function.Performs {@link #parallelPrefix(double[], DoubleBinaryOperator)} for the given subrange of the array.Cumulates, in parallel, each element of the given array in place, using the supplied function.Performs {@link #parallelPrefix(int[], IntBinaryOperator)} for the given subrange of the array.Set all elements of the specified array, using the provided generator function to compute each element.Set all elements of the specified array, in parallel, using the provided generator function to compute each element.Set all elements of the specified array, using the provided generator function to compute each element.Set all elements of the specified array, in parallel, using the provided generator function to compute each element.Set all elements of the specified array, using the provided generator function to compute each element.Set all elements of the specified array, in parallel, using the provided generator function to compute each element.Set all elements of the specified array, using the provided generator function to compute each element.Set all elements of the specified array, in parallel, using the provided generator function to compute each element.Returns a Spliterator covering all of the specified array.Returns a {@link Spliterator} covering the specified range of the specified array.Returns a {@link Spliterator.OfInt} covering all of the specified array.Returns a {@link Spliterator.OfInt} covering the specified range of the specified array.Returns a {@link Spliterator.OfLong} covering all of the specified array.
|
|
1816
|
-
*
|
|
1817
|
-
* <p>The spliterator reports {@link Spliterator#SIZED},
|
|
1818
|
-
* {@link Spliterator#SUBSIZED}, {@link Spliterator#ORDERED}, and
|
|
1819
|
-
* {@link Spliterator#IMMUTABLE}.Returns a {@link Spliterator.OfLong} covering the specified range of the specified array.Returns a {@link Spliterator.OfDouble} covering all of the specified array.Returns a {@link Spliterator.OfDouble} covering the specified range of the specified array.Returns a sequential {@link Stream} with the specified array as its source.Returns a sequential {@link Stream} with the specified range of the specified array as its source.Returns a sequential {@link IntStream} with the specified array as its source.Returns a sequential {@link IntStream} with the specified range of the specified array as its source.Returns a sequential {@link LongStream} with the specified array as its source.Returns a sequential {@link LongStream} with the specified range of the specified array as its source.Returns a sequential {@link DoubleStream} with the specified array as its source.Returns a sequential {@link DoubleStream} with the specified range of the specified array as its source.
|
|
1805
|
+
* </p>
|
|
1820
1806
|
* @author Magnus Lövgren
|
|
1821
1807
|
* @since Sitevision 3.1
|
|
1822
1808
|
*/
|
|
1823
|
-
declare namespace
|
|
1809
|
+
declare namespace arraysInstance {
|
|
1824
1810
|
export {
|
|
1825
1811
|
sort,
|
|
1826
1812
|
binarySearch,
|
|
@@ -1843,4 +1829,4 @@ declare namespace ArraysInstance {
|
|
|
1843
1829
|
};
|
|
1844
1830
|
}
|
|
1845
1831
|
|
|
1846
|
-
export default
|
|
1832
|
+
export default arraysInstance;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
sort: function sort() {},
|
|
9
|
+
binarySearch: function binarySearch() {},
|
|
10
|
+
equals: function equals() {},
|
|
11
|
+
fill: function fill() {},
|
|
12
|
+
copyOf: function copyOf() {},
|
|
13
|
+
copyOfRange: function copyOfRange() {},
|
|
14
|
+
asList: function asList() {},
|
|
15
|
+
hashCode: function hashCode() {},
|
|
16
|
+
deepHashCode: function deepHashCode() {},
|
|
17
|
+
deepEquals: function deepEquals() {},
|
|
18
|
+
toString: function toString() {},
|
|
19
|
+
deepToString: function deepToString() {},
|
|
20
|
+
parallelSort: function parallelSort() {},
|
|
21
|
+
parallelPrefix: function parallelPrefix() {},
|
|
22
|
+
setAll: function setAll() {},
|
|
23
|
+
parallelSetAll: function parallelSetAll() {},
|
|
24
|
+
spliterator: function spliterator() {},
|
|
25
|
+
stream: function stream() {}
|
|
26
|
+
};
|
|
27
|
+
exports["default"] = _default;
|
|
@@ -122,8 +122,8 @@ export function createArticle(
|
|
|
122
122
|
aParent: Node,
|
|
123
123
|
aTemplate: Node,
|
|
124
124
|
aName: string,
|
|
125
|
-
properties:
|
|
126
|
-
content:
|
|
125
|
+
properties: unknown,
|
|
126
|
+
content: unknown
|
|
127
127
|
): Node;
|
|
128
128
|
|
|
129
129
|
/**
|
|
@@ -184,10 +184,7 @@ export function createArticle(
|
|
|
184
184
|
* @throws javax.jcr.nodetype.ConstraintViolationException if the current user is not authorized to alter the article
|
|
185
185
|
* @throws RepositoryException if something else goes wrong
|
|
186
186
|
*/
|
|
187
|
-
export function updateArticle(
|
|
188
|
-
anArticle: Node,
|
|
189
|
-
properties: Record<unknown, unknown>
|
|
190
|
-
): void;
|
|
187
|
+
export function updateArticle(anArticle: Node, properties: unknown): void;
|
|
191
188
|
|
|
192
189
|
/**
|
|
193
190
|
* <p>Alters the name of an article. If no article is specified a <code>NullPointerException</code>
|
|
@@ -228,155 +225,7 @@ export function renameArticle(anArticle: Node, aName: string): void;
|
|
|
228
225
|
* An instance of the Sitevision class implementing this interface can be obtained via
|
|
229
226
|
* {@link senselogic.sitevision.api.Utils#getArticleUtil()}.
|
|
230
227
|
* See {@link senselogic.sitevision.api.Utils} for how to obtain an instance of the <code>Utils</code> interface.
|
|
231
|
-
* </p
|
|
232
|
-
* node type sv:archive. If other parent is specified a <code>ConstraintViolationException</code> is thrown.</p>
|
|
233
|
-
*
|
|
234
|
-
* <p>Any name can be given a article, it should however not contain the character '/'.</p>
|
|
235
|
-
*
|
|
236
|
-
* <p>If no parent, no template or no name is specified a <code>NullPointerException</code> is thrown.</p>
|
|
237
|
-
*
|
|
238
|
-
* <p>The current user must be authorized to create pages, layouts and to do write operations on the parent node. A
|
|
239
|
-
* <code>ConstraintViolationException</code> will be thrown if not.</p>
|
|
240
|
-
*
|
|
241
|
-
* <p>Note that a new article inherits metadata and permissions from its parent.</p>
|
|
242
|
-
*
|
|
243
|
-
* <p>Use {@link senselogic.sitevision.api.webresource.webcontent.WebContentUtil#updateContent(javax.jcr.Node, java.util.Map)}
|
|
244
|
-
* to add content to the new article.</p><p>Creates an article with properties and web content. The parent must be a node with primary node type sv:archive.
|
|
245
|
-
* If other parent is specified a <code>ConstraintViolationException</code> is thrown. It is possible to provide the web content for the article
|
|
246
|
-
* as well as article properties.</p>
|
|
247
|
-
*
|
|
248
|
-
* <p>Properties:</p>
|
|
249
|
-
* <ul>
|
|
250
|
-
* <li>
|
|
251
|
-
* {@link #PROPERTY_VISIBLE_IN_MENUS}
|
|
252
|
-
* </li>
|
|
253
|
-
* <li>
|
|
254
|
-
* {@link #PROPERTY_SHORTID} - If the short id is already used by an other Sitevision node an <code>IllegalArgumentException</code> is thrown
|
|
255
|
-
* </li>
|
|
256
|
-
* <li>
|
|
257
|
-
* {@link #PROPERTY_LOCALE}
|
|
258
|
-
* </li>
|
|
259
|
-
* <li>
|
|
260
|
-
* {@link #PROPERTY_ROBOTS_INDEX}
|
|
261
|
-
* </li>
|
|
262
|
-
* <li>
|
|
263
|
-
* {@link #PROPERTY_CREATION_DATE}
|
|
264
|
-
* </li>
|
|
265
|
-
* <li>
|
|
266
|
-
* {@link #PROPERTY_CREATED_BY}
|
|
267
|
-
* </li>
|
|
268
|
-
* <li>
|
|
269
|
-
* {@link #PROPERTY_LAST_MODIFIED_DATE}
|
|
270
|
-
* </li>
|
|
271
|
-
* <li>
|
|
272
|
-
* {@link #PROPERTY_LAST_MODIFIED_BY}
|
|
273
|
-
* </li>
|
|
274
|
-
* <li>
|
|
275
|
-
* {@link #PROPERTY_LAST_PUBLISH_DATE}
|
|
276
|
-
* </li>
|
|
277
|
-
* <li>
|
|
278
|
-
* {@link #PROPERTY_LAST_PUBLISHED_BY}
|
|
279
|
-
* </li>
|
|
280
|
-
* <li>
|
|
281
|
-
* {@link #PROPERTY_PUBLISH_DATE}
|
|
282
|
-
* </li>
|
|
283
|
-
* <li>
|
|
284
|
-
* {@link #PROPERTY_PUBLISHED_BY}
|
|
285
|
-
* </li>
|
|
286
|
-
* </ul>
|
|
287
|
-
* <p>
|
|
288
|
-
* If an invalid value is provided for a property, an <code>IllegalArgumentException</code> is thrown
|
|
289
|
-
* </p>
|
|
290
|
-
*
|
|
291
|
-
* <p>
|
|
292
|
-
* Default values:
|
|
293
|
-
* </p>
|
|
294
|
-
* <ul>
|
|
295
|
-
* <li>{@link #PROPERTY_VISIBLE_IN_MENUS} - true</li>
|
|
296
|
-
* <li>{@link #PROPERTY_SHORTID} - "" (a short id will be generated by Sitevision)</li>
|
|
297
|
-
* <li>{@link #PROPERTY_LOCALE} - parent locale</li>
|
|
298
|
-
* <li>{@link #PROPERTY_ROBOTS_INDEX} - true</li>
|
|
299
|
-
* <li>{@link #PROPERTY_CREATION_DATE} - current time stamp</li>
|
|
300
|
-
* <li>{@link #PROPERTY_CREATED_BY} - current user</li>
|
|
301
|
-
* <li>{@link #PROPERTY_LAST_MODIFIED_DATE} - current time stamp</li>
|
|
302
|
-
* <li>{@link #PROPERTY_LAST_MODIFIED_BY} - current user</li>
|
|
303
|
-
* <li>{@link #PROPERTY_LAST_PUBLISH_DATE} - null (will not have a value)</li>
|
|
304
|
-
* <li>{@link #PROPERTY_LAST_PUBLISHED_BY} - null (will not have a value)</li>
|
|
305
|
-
* <li>{@link #PROPERTY_PUBLISH_DATE} - null (will not have a value)</li>
|
|
306
|
-
* <li>{@link #PROPERTY_PUBLISHED_BY} - null (will not have a value)</li>
|
|
307
|
-
* </ul>
|
|
308
|
-
*
|
|
309
|
-
* <p>The article content is specified using the
|
|
310
|
-
* content map containing keys corresponding to layout names (e.g. "mittenspalt") on the articel and values containing the
|
|
311
|
-
* HTML used to generate a portlet structure in the layout. The provided content is converted to
|
|
312
|
-
* Sitevision text, table and image modules. It is also possible to specify that a horizontal or a vertical
|
|
313
|
-
* layout should be created. For more information about the HTML to portlet mapping can be found in the
|
|
314
|
-
* {@link senselogic.sitevision.api.webresource.webcontent.WebContentUtil} javadoc.
|
|
315
|
-
*
|
|
316
|
-
* <p>If no parent, no template or no name is specified a <code>NullPointerException</code> is thrown.</p>
|
|
317
|
-
*
|
|
318
|
-
* <p>The current user must be authorized to create pages, layouts and to do write operations on the parent node or
|
|
319
|
-
* a <code>ConstraintViolationException</code> will be thrown.</p>
|
|
320
|
-
*
|
|
321
|
-
* <p>Note that a new page inherits metadata and permissions from its parent.</p><p>Updates the properties of an article. If no article is specified a <code>NullPointerException</code>
|
|
322
|
-
* is thrown. If the node is not a sv:article an <code>IllegalArgumentException</code> is thrown.</p>
|
|
323
|
-
*
|
|
324
|
-
* <p>
|
|
325
|
-
* Properties:
|
|
326
|
-
* </p>
|
|
327
|
-
* <ul>
|
|
328
|
-
* <li>
|
|
329
|
-
* {@link #PROPERTY_VISIBLE_IN_MENUS}
|
|
330
|
-
* </li>
|
|
331
|
-
* <li>
|
|
332
|
-
* {@link #PROPERTY_SHORTID} - If the short id is already used by an other Sitevision node an <code>IllegalArgumentException</code> is thrown
|
|
333
|
-
* </li>
|
|
334
|
-
* <li>
|
|
335
|
-
* {@link #PROPERTY_LOCALE}
|
|
336
|
-
* </li>
|
|
337
|
-
* <li>
|
|
338
|
-
* {@link #PROPERTY_ROBOTS_INDEX}
|
|
339
|
-
* </li>
|
|
340
|
-
* <li>
|
|
341
|
-
* {@link #PROPERTY_CREATION_DATE}
|
|
342
|
-
* </li>
|
|
343
|
-
* <li>
|
|
344
|
-
* {@link #PROPERTY_CREATED_BY}
|
|
345
|
-
* </li>
|
|
346
|
-
* <li>
|
|
347
|
-
* {@link #PROPERTY_LAST_MODIFIED_DATE}
|
|
348
|
-
* </li>
|
|
349
|
-
* <li>
|
|
350
|
-
* {@link #PROPERTY_LAST_MODIFIED_BY}
|
|
351
|
-
* </li>
|
|
352
|
-
* <li>
|
|
353
|
-
* {@link #PROPERTY_LAST_PUBLISH_DATE}
|
|
354
|
-
* </li>
|
|
355
|
-
* <li>
|
|
356
|
-
* {@link #PROPERTY_LAST_PUBLISHED_BY}
|
|
357
|
-
* </li>
|
|
358
|
-
* <li>
|
|
359
|
-
* {@link #PROPERTY_PUBLISH_DATE}
|
|
360
|
-
* </li>
|
|
361
|
-
* <li>
|
|
362
|
-
* {@link #PROPERTY_PUBLISHED_BY}
|
|
363
|
-
* </li>
|
|
364
|
-
* </ul>
|
|
365
|
-
* <p>
|
|
366
|
-
* If an invalid value is provided for a property, an <code>IllegalArgumentException</code> is thrown.
|
|
367
|
-
* </p>
|
|
368
|
-
*
|
|
369
|
-
* <p>The current user must be authorized to do write operations on the article or
|
|
370
|
-
* a <code>ConstraintViolationException</code> will be thrown.</p>
|
|
371
|
-
*
|
|
372
|
-
* <p>If no properties map is specified a <code>NullPointerException</code> is thrown.</p><p>Alters the name of an article. If no article is specified a <code>NullPointerException</code>
|
|
373
|
-
* is thrown. If the node is not an sv:article an <code>IllegalArgumentException</code> is thrown.</p>
|
|
374
|
-
*
|
|
375
|
-
* <p>Any name can be given an article, it should however not contain the character '/'. If null is
|
|
376
|
-
* provided a <code>NullPointerException</code> is thrown.</p>
|
|
377
|
-
*
|
|
378
|
-
* <p>The current user must be authorized to do write operations on the article or
|
|
379
|
-
* a <code>ConstraintViolationException</code> will be thrown.</p>Name of the property specifying if an article is visible in menus. It corresponds to the sv:article property <code>visibleInMenus</code>.
|
|
228
|
+
* </p>Name of the property specifying if an article is visible in menus. It corresponds to the sv:article property <code>visibleInMenus</code>.
|
|
380
229
|
* <p>The property value must be of type <code>Boolean</code>.</p>Name of the property specifying the short id of an article. It corresponds to the sv:article property <code>shortId</code>.
|
|
381
230
|
* <p>The property value must be of type <code>String</code>.</p>Name of the property specifying the locale used by an article. It corresponds to the sv:article property <code>locale</code>.
|
|
382
231
|
* <p>
|
|
@@ -398,9 +247,13 @@ export function renameArticle(anArticle: Node, aName: string): void;
|
|
|
398
247
|
* <p>The property value must be a {@link javax.jcr.Node} with primary node type sv:user or sv:systemUser.</p>
|
|
399
248
|
* @author Mikael Wikblom
|
|
400
249
|
* @since Sitevision 2.6.2
|
|
250
|
+
* @since Sitevision 3.5.3
|
|
251
|
+
* @since Sitevision 3.5.3
|
|
252
|
+
* @since Sitevision 3.5.3
|
|
253
|
+
* @since Sitevision 3.5.3
|
|
401
254
|
*/
|
|
402
|
-
declare namespace
|
|
255
|
+
declare namespace articleUtil {
|
|
403
256
|
export { createArticle, updateArticle, renameArticle };
|
|
404
257
|
}
|
|
405
258
|
|
|
406
|
-
export default
|
|
259
|
+
export default articleUtil;
|
|
@@ -5,22 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _default = {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
PROPERTY_LAST_MODIFIED_DATE: '',
|
|
12
|
-
PROPERTY_LAST_PUBLISH_DATE: '',
|
|
13
|
-
PROPERTY_LAST_PUBLISHED_BY: '',
|
|
14
|
-
PROPERTY_LOCALE: '',
|
|
15
|
-
PROPERTY_PUBLISH_DATE: '',
|
|
16
|
-
PROPERTY_PUBLISHED_BY: '',
|
|
17
|
-
PROPERTY_ROBOTS_INDEX: '',
|
|
18
|
-
PROPERTY_SHORTID: '',
|
|
19
|
-
PROPERTY_VISIBLE_IN_MENUS: '',
|
|
20
|
-
createArticle: function createArticle() {
|
|
21
|
-
return {};
|
|
22
|
-
},
|
|
23
|
-
renameArticle: function renameArticle() {},
|
|
24
|
-
updateArticle: function updateArticle() {}
|
|
8
|
+
createArticle: function createArticle() {},
|
|
9
|
+
updateArticle: function updateArticle() {},
|
|
10
|
+
renameArticle: function renameArticle() {}
|
|
25
11
|
};
|
|
26
12
|
exports["default"] = _default;
|
|
@@ -25,10 +25,7 @@ export function logout(
|
|
|
25
25
|
* @throws LoginException if login fails
|
|
26
26
|
* @since Sitevision 2.6.2_06
|
|
27
27
|
*/
|
|
28
|
-
export function login(
|
|
29
|
-
aServletRequest: unknown,
|
|
30
|
-
sharedState: Record<unknown, unknown>
|
|
31
|
-
): void;
|
|
28
|
+
export function login(aServletRequest: unknown, sharedState: unknown): void;
|
|
32
29
|
|
|
33
30
|
/**
|
|
34
31
|
* Authenticates a user based on username and password.
|
|
@@ -59,10 +56,7 @@ export function reLogin(aServletRequest: unknown): void;
|
|
|
59
56
|
* @throws LoginException if login fails
|
|
60
57
|
* @since Sitevision 2.6.2_06
|
|
61
58
|
*/
|
|
62
|
-
export function login(
|
|
63
|
-
aPortletRequest: unknown,
|
|
64
|
-
sharedState: Record<unknown, unknown>
|
|
65
|
-
): void;
|
|
59
|
+
export function login(aPortletRequest: unknown, sharedState: unknown): void;
|
|
66
60
|
|
|
67
61
|
/**
|
|
68
62
|
* Authenticates a user based on username and password.
|
|
@@ -95,12 +89,12 @@ export function reLogin(aPortletRequest: unknown): void;
|
|
|
95
89
|
* An instance of the Sitevision class implementing this interface can be obtained via
|
|
96
90
|
* {@link senselogic.sitevision.api.Utils#getAuthenticationUtil()}.
|
|
97
91
|
* See {@link senselogic.sitevision.api.Utils} for how to obtain an instance of the <code>Utils</code> interface.
|
|
98
|
-
* </p>
|
|
92
|
+
* </p>
|
|
99
93
|
* @author Mikael Wikblom
|
|
100
94
|
* @since Sitevision 2.6.1_03, Sitevision 2.7_01
|
|
101
95
|
*/
|
|
102
|
-
declare namespace
|
|
96
|
+
declare namespace authenticationUtil {
|
|
103
97
|
export { logout, login, reLogin };
|
|
104
98
|
}
|
|
105
99
|
|
|
106
|
-
export default
|
|
100
|
+
export default authenticationUtil;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
logout: function logout() {},
|
|
9
|
+
login: function login() {},
|
|
10
|
+
reLogin: function reLogin() {}
|
|
11
|
+
};
|
|
12
|
+
exports["default"] = _default;
|
|
@@ -6,7 +6,7 @@ import Node from "../../hidden/javax/jcr/Node";
|
|
|
6
6
|
* (existing, published objects)
|
|
7
7
|
* @return a list of bookmark nodes. Is never <code>null</code>
|
|
8
8
|
*/
|
|
9
|
-
export function getBookmarks(): unknown
|
|
9
|
+
export function getBookmarks(): unknown;
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Returns a list of <code>Node</code> objects corresponding to the bookmarks for
|
|
@@ -15,7 +15,7 @@ export function getBookmarks(): unknown[];
|
|
|
15
15
|
* @param category a comma separated list of categories or <code>null</code> for no category
|
|
16
16
|
* @return a list of bookmark nodes. Is never <code>null</code>
|
|
17
17
|
*/
|
|
18
|
-
export function getBookmarks(category: string): unknown
|
|
18
|
+
export function getBookmarks(category: string): unknown;
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* Adds a bookmark for the current user. This operation is synchronized
|
|
@@ -79,17 +79,11 @@ export function getMaxNofBookmarks(): number;
|
|
|
79
79
|
* <p>
|
|
80
80
|
* An instance of the Sitevision class implementing this interface can be obtained via {@link senselogic.sitevision.api.Utils#getBookmarkUtil()}.
|
|
81
81
|
* See {@link senselogic.sitevision.api.Utils} for how to obtain an instance of the <code>Utils</code> interface.
|
|
82
|
-
* </p>
|
|
83
|
-
* the current user regardless of category. This method only returns valid bookmarks
|
|
84
|
-
* (existing, published objects)Returns a list of <code>Node</code> objects corresponding to the bookmarks for
|
|
85
|
-
* the current user and the provided categories. This method only returns valid bookmarks
|
|
86
|
-
* (existing, published objects)Adds a bookmark for the current user. This operation is synchronizedAdds a bookmark for the current user. This operation is synchronizedRemoves a bookmark for the current user. This operation is synchronizedChecks if the current user has the provided bookmarkAccesses a <code>boolean</code> indicating if the current site has a limited number of bookmarks.
|
|
87
|
-
*
|
|
88
|
-
* To get the max number of bookmarks, use {@link #getMaxNofBookmarks()}.Accessor to max number of bookmarks for the current site.
|
|
82
|
+
* </p>
|
|
89
83
|
* @author Mikael Wikblom
|
|
90
84
|
* @since Sitevision 2.6.1
|
|
91
85
|
*/
|
|
92
|
-
declare namespace
|
|
86
|
+
declare namespace bookmarkUtil {
|
|
93
87
|
export {
|
|
94
88
|
getBookmarks,
|
|
95
89
|
add,
|
|
@@ -100,4 +94,4 @@ declare namespace BookmarkUtil {
|
|
|
100
94
|
};
|
|
101
95
|
}
|
|
102
96
|
|
|
103
|
-
export default
|
|
97
|
+
export default bookmarkUtil;
|