@cratis/components 3.6.1 → 4.0.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/CONFORMANCE.md +18 -0
- package/LICENSE +21 -0
- package/MIGRATION.md +569 -0
- package/README.md +217 -748
- package/THIRD_PARTY_NOTICES.md +35 -0
- package/compat-manifest.json +305 -0
- package/dist/esm/Canvas/Canvas.d.ts +95 -6
- package/dist/esm/Canvas/Canvas.js +116 -189
- package/dist/esm/Canvas/Canvas.js.map +1 -1
- package/dist/esm/Canvas/CanvasControls.d.ts +40 -2
- package/dist/esm/Canvas/CanvasControls.js +25 -13
- package/dist/esm/Canvas/CanvasControls.js.map +1 -1
- package/dist/esm/Canvas/CanvasItem.d.ts +25 -1
- package/dist/esm/Canvas/CanvasItem.d.ts.map +1 -1
- package/dist/esm/Canvas/CanvasItem.js +13 -12
- package/dist/esm/Canvas/CanvasItem.js.map +1 -1
- package/dist/esm/Canvas/CanvasMinimap.d.ts +18 -0
- package/dist/esm/Canvas/CanvasMinimap.d.ts.map +1 -1
- package/dist/esm/Canvas/CanvasMinimap.js +9 -6
- package/dist/esm/Canvas/CanvasMinimap.js.map +1 -1
- package/dist/esm/Canvas/CanvasOverlay.d.ts +5 -2
- package/dist/esm/Canvas/CanvasOverlay.d.ts.map +1 -1
- package/dist/esm/Canvas/CanvasOverlay.js +7 -3
- package/dist/esm/Canvas/CanvasOverlay.js.map +1 -1
- package/dist/esm/Canvas/canvasGesture.d.ts +10 -0
- package/dist/esm/Canvas/canvasGesture.d.ts.map +1 -1
- package/dist/esm/Canvas/canvasGesture.js +0 -12
- package/dist/esm/Canvas/canvasGesture.js.map +1 -1
- package/dist/esm/Canvas/canvasTransformActivity.d.ts +7 -0
- package/dist/esm/Canvas/canvasTransformActivity.d.ts.map +1 -1
- package/dist/esm/Canvas/canvasTransformActivity.js +1 -10
- package/dist/esm/Canvas/canvasTransformActivity.js.map +1 -1
- package/dist/esm/Canvas/index.d.ts +17 -18
- package/dist/esm/Canvas/index.js +21 -31
- package/dist/esm/Canvas/index.js.map +1 -1
- package/dist/esm/Canvas/isBackgroundPointerTarget.js +0 -7
- package/dist/esm/Canvas/isBackgroundPointerTarget.js.map +1 -1
- package/dist/esm/Canvas/isWithinScrollableContent.d.ts +7 -0
- package/dist/esm/Canvas/isWithinScrollableContent.d.ts.map +1 -1
- package/dist/esm/Canvas/isWithinScrollableContent.js +0 -13
- package/dist/esm/Canvas/isWithinScrollableContent.js.map +1 -1
- package/dist/esm/Canvas/panMomentum.d.ts +14 -0
- package/dist/esm/Canvas/panMomentum.d.ts.map +1 -1
- package/dist/esm/Canvas/panMomentum.js +0 -13
- package/dist/esm/Canvas/panMomentum.js.map +1 -1
- package/dist/esm/Canvas/pinchGesture.d.ts +16 -0
- package/dist/esm/Canvas/pinchGesture.d.ts.map +1 -1
- package/dist/esm/Canvas/pinchGesture.js +0 -11
- package/dist/esm/Canvas/pinchGesture.js.map +1 -1
- package/dist/esm/Canvas/selfSuspendingFrameLoop.d.ts +15 -0
- package/dist/esm/Canvas/selfSuspendingFrameLoop.d.ts.map +1 -1
- package/dist/esm/Canvas/selfSuspendingFrameLoop.js +1 -8
- package/dist/esm/Canvas/selfSuspendingFrameLoop.js.map +1 -1
- package/dist/esm/Canvas/shapes/ChatBubble/index.d.ts +1 -32
- package/dist/esm/Canvas/shapes/ChatBubble/index.js +9 -18
- package/dist/esm/Canvas/shapes/Note/Note.d.ts +30 -1
- package/dist/esm/Canvas/shapes/Note/Note.d.ts.map +1 -1
- package/dist/esm/Canvas/shapes/Note/Note.js +26 -36
- package/dist/esm/Canvas/shapes/Note/Note.js.map +1 -1
- package/dist/esm/Canvas/shapes/Note/NoteTextChanged.d.ts +12 -1
- package/dist/esm/Canvas/shapes/Note/NoteTextChanged.d.ts.map +1 -1
- package/dist/esm/Canvas/shapes/Note/NoteTextChanged.js +0 -7
- package/dist/esm/Canvas/shapes/Note/NoteTextChanged.js.map +1 -1
- package/dist/esm/Canvas/shapes/Note/index.d.ts +3 -4
- package/dist/esm/Canvas/shapes/Note/index.js +4 -3
- package/dist/esm/Canvas/shapes/Note/noteFont.d.ts +8 -0
- package/dist/esm/Canvas/shapes/Note/noteFont.d.ts.map +1 -1
- package/dist/esm/Canvas/shapes/Note/noteFont.js +0 -14
- package/dist/esm/Canvas/shapes/Note/noteFont.js.map +1 -1
- package/dist/esm/Canvas/shapes/Region/ItemAddedToRegion.d.ts +14 -1
- package/dist/esm/Canvas/shapes/Region/ItemAddedToRegion.d.ts.map +1 -1
- package/dist/esm/Canvas/shapes/Region/ItemAddedToRegion.js +0 -9
- package/dist/esm/Canvas/shapes/Region/ItemAddedToRegion.js.map +1 -1
- package/dist/esm/Canvas/shapes/Region/ItemRemovedFromRegion.d.ts +13 -1
- package/dist/esm/Canvas/shapes/Region/ItemRemovedFromRegion.d.ts.map +1 -1
- package/dist/esm/Canvas/shapes/Region/ItemRemovedFromRegion.js +0 -8
- package/dist/esm/Canvas/shapes/Region/ItemRemovedFromRegion.js.map +1 -1
- package/dist/esm/Canvas/shapes/Region/Region.d.ts +45 -2
- package/dist/esm/Canvas/shapes/Region/Region.d.ts.map +1 -1
- package/dist/esm/Canvas/shapes/Region/Region.js +31 -49
- package/dist/esm/Canvas/shapes/Region/Region.js.map +1 -1
- package/dist/esm/Canvas/shapes/Region/index.d.ts +6 -7
- package/dist/esm/Canvas/shapes/Region/index.js +6 -5
- package/dist/esm/Canvas/shapes/Region/regionContainment.d.ts +37 -0
- package/dist/esm/Canvas/shapes/Region/regionContainment.d.ts.map +1 -1
- package/dist/esm/Canvas/shapes/Region/regionContainment.js +1 -16
- package/dist/esm/Canvas/shapes/Region/regionContainment.js.map +1 -1
- package/dist/esm/Canvas/useDragSelectionGuard.d.ts +9 -0
- package/dist/esm/Canvas/useDragSelectionGuard.d.ts.map +1 -1
- package/dist/esm/Canvas/useDragSelectionGuard.js +0 -11
- package/dist/esm/Canvas/useDragSelectionGuard.js.map +1 -1
- package/dist/esm/Canvas/zoomMechanism.d.ts +30 -0
- package/dist/esm/Canvas/zoomMechanism.d.ts.map +1 -1
- package/dist/esm/Canvas/zoomMechanism.js +0 -38
- package/dist/esm/Canvas/zoomMechanism.js.map +1 -1
- package/dist/esm/Chat/ChatAuthor.d.ts +12 -2
- package/dist/esm/Chat/ChatAuthor.js +2 -0
- package/dist/esm/Chat/ChatAuthor.js.map +1 -1
- package/dist/esm/Chat/ChatConversation.d.ts +80 -13
- package/dist/esm/Chat/ChatConversation.js +30 -29
- package/dist/esm/Chat/ChatConversation.js.map +1 -1
- package/dist/esm/Chat/ChatIdentifier.d.ts +18 -0
- package/dist/esm/Chat/ChatIdentifier.d.ts.map +1 -1
- package/dist/esm/Chat/ChatIdentifier.js +0 -14
- package/dist/esm/Chat/ChatIdentifier.js.map +1 -1
- package/dist/esm/Chat/ChatMention.d.ts +11 -3
- package/dist/esm/Chat/ChatMention.js +2 -0
- package/dist/esm/Chat/ChatMention.js.map +1 -1
- package/dist/esm/Chat/ChatMessage.d.ts +19 -3
- package/dist/esm/Chat/ChatMessage.js +2 -0
- package/dist/esm/Chat/ChatMessage.js.map +1 -1
- package/dist/esm/Chat/ChatMessageAction.d.ts +19 -2
- package/dist/esm/Chat/ChatMessageAction.js +2 -0
- package/dist/esm/Chat/ChatMessageAction.js.map +1 -1
- package/dist/esm/Chat/ChatMessageBody.d.ts +12 -2
- package/dist/esm/Chat/ChatMessageBody.js +3 -11
- package/dist/esm/Chat/ChatMessageBody.js.map +1 -1
- package/dist/esm/Chat/ChatSidebar.d.ts +112 -13
- package/dist/esm/Chat/ChatSidebar.js +33 -26
- package/dist/esm/Chat/ChatSidebar.js.map +1 -1
- package/dist/esm/Chat/ChatSidebarForObservableQueries.d.ts +29 -5
- package/dist/esm/Chat/ChatSidebarForObservableQueries.js +3 -8
- package/dist/esm/Chat/ChatSidebarForObservableQueries.js.map +1 -1
- package/dist/esm/Chat/ChatTopic.d.ts +13 -2
- package/dist/esm/Chat/ChatTopic.js +2 -0
- package/dist/esm/Chat/ChatTopic.js.map +1 -1
- package/dist/esm/Chat/ChatTopicList.d.ts +58 -8
- package/dist/esm/Chat/ChatTopicList.js +18 -14
- package/dist/esm/Chat/ChatTopicList.js.map +1 -1
- package/dist/esm/Chat/Kit/AnchoredOverlay.d.ts +34 -0
- package/dist/esm/Chat/Kit/AnchoredOverlay.d.ts.map +1 -0
- package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/AnchoredOverlay.js +9 -13
- package/dist/esm/Chat/Kit/AnchoredOverlay.js.map +1 -0
- package/dist/esm/Chat/Kit/Avatar/PersonAvatarCircle.d.ts +51 -0
- package/dist/esm/Chat/Kit/Avatar/PersonAvatarCircle.d.ts.map +1 -0
- package/dist/esm/Chat/Kit/Avatar/PersonAvatarCircle.js +25 -0
- package/dist/esm/Chat/Kit/Avatar/PersonAvatarCircle.js.map +1 -0
- package/dist/esm/Chat/Kit/Avatar/getAvatarColor.d.ts +9 -0
- package/dist/esm/Chat/Kit/Avatar/getAvatarColor.d.ts.map +1 -0
- package/dist/esm/Chat/Kit/Avatar/getAvatarColor.js +20 -0
- package/dist/esm/Chat/Kit/Avatar/getAvatarColor.js.map +1 -0
- package/dist/esm/Chat/Kit/Avatar/getInitials.d.ts +7 -0
- package/dist/esm/Chat/Kit/Avatar/getInitials.d.ts.map +1 -0
- package/dist/esm/Chat/Kit/Avatar/getInitials.js +4 -0
- package/dist/esm/Chat/Kit/Avatar/getInitials.js.map +1 -0
- package/dist/esm/Chat/Kit/Avatar/index.d.ts +3 -0
- package/dist/esm/Chat/Kit/Avatar/index.js +6 -0
- package/dist/esm/Chat/Kit/Chat.d.ts +106 -0
- package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Chat.js +8 -16
- package/dist/esm/Chat/Kit/Chat.js.map +1 -0
- package/dist/esm/Chat/Kit/ChatAuthorKind.d.ts +11 -0
- package/dist/esm/Chat/Kit/ChatAuthorKind.d.ts.map +1 -0
- package/dist/esm/Chat/Kit/ChatAuthorKind.js +8 -0
- package/dist/esm/Chat/Kit/ChatAuthorKind.js.map +1 -0
- package/dist/esm/Chat/Kit/ChatBubble.d.ts +38 -0
- package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/ChatBubble.js +35 -7
- package/dist/esm/Chat/Kit/ChatBubble.js.map +1 -0
- package/dist/esm/Chat/Kit/ChatComposer.d.ts +62 -0
- package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/ChatComposer.js +26 -29
- package/dist/esm/Chat/Kit/ChatComposer.js.map +1 -0
- package/dist/esm/Chat/Kit/ChatMessage.d.ts +42 -0
- package/dist/esm/Chat/Kit/ChatMessage.js +4 -0
- package/dist/esm/Chat/Kit/ChatMessage.js.map +1 -0
- package/dist/esm/Chat/Kit/ChatMessageAdded.d.ts +17 -0
- package/dist/esm/Chat/Kit/ChatMessageAdded.d.ts.map +1 -0
- package/dist/esm/Chat/Kit/ChatMessageAdded.js +11 -0
- package/dist/esm/Chat/Kit/ChatMessageAdded.js.map +1 -0
- package/dist/esm/Chat/Kit/ChatMessageBubble.d.ts +60 -0
- package/dist/esm/Chat/Kit/ChatMessageBubble.js +41 -0
- package/dist/esm/Chat/Kit/ChatMessageBubble.js.map +1 -0
- package/dist/esm/Chat/Kit/ChatMessageReaction.d.ts +11 -0
- package/dist/esm/Chat/Kit/ChatMessageReaction.js +4 -0
- package/dist/esm/Chat/Kit/ChatMessageReaction.js.map +1 -0
- package/dist/esm/Chat/Kit/ChatMessageReactionUser.d.ts +18 -0
- package/dist/esm/Chat/Kit/ChatMessageReactionUser.d.ts.map +1 -0
- package/dist/esm/Chat/Kit/ChatMessageReactionUser.js +4 -0
- package/dist/esm/Chat/Kit/ChatMessageReactionUser.js.map +1 -0
- package/dist/esm/Chat/Kit/ChatOwnReaction.d.ts +13 -0
- package/dist/esm/Chat/Kit/ChatOwnReaction.d.ts.map +1 -0
- package/dist/esm/Chat/Kit/ChatOwnReaction.js +4 -0
- package/dist/esm/Chat/Kit/ChatOwnReaction.js.map +1 -0
- package/dist/esm/Chat/Kit/ChatTypingAuthor.d.ts +15 -0
- package/dist/esm/Chat/Kit/ChatTypingAuthor.js +4 -0
- package/dist/esm/Chat/Kit/ChatTypingAuthor.js.map +1 -0
- package/dist/esm/Chat/Kit/ChatVariant.d.ts +10 -0
- package/dist/esm/Chat/Kit/ChatVariant.d.ts.map +1 -0
- package/dist/esm/Chat/Kit/ChatVariant.js +8 -0
- package/dist/esm/Chat/Kit/ChatVariant.js.map +1 -0
- package/dist/esm/Chat/Kit/Emoji/EmojiCategory.d.ts +8 -0
- package/dist/esm/Chat/Kit/Emoji/EmojiCategory.js +4 -0
- package/dist/esm/Chat/Kit/Emoji/EmojiCategory.js.map +1 -0
- package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Emoji/EmojiCategoryKey.d.ts +1 -0
- package/dist/esm/Chat/Kit/Emoji/EmojiCategoryKey.d.ts.map +1 -0
- package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Emoji/EmojiCategoryKey.js +0 -3
- package/dist/esm/Chat/Kit/Emoji/EmojiCategoryKey.js.map +1 -0
- package/dist/esm/Chat/Kit/Emoji/EmojiMemory.d.ts +12 -0
- package/dist/esm/Chat/Kit/Emoji/EmojiMemory.d.ts.map +1 -0
- package/dist/esm/Chat/Kit/Emoji/EmojiMemory.js +4 -0
- package/dist/esm/Chat/Kit/Emoji/EmojiMemory.js.map +1 -0
- package/dist/esm/Chat/Kit/Emoji/EmojiPicker.d.ts +32 -0
- package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Emoji/EmojiPicker.js +2 -12
- package/dist/esm/Chat/Kit/Emoji/EmojiPicker.js.map +1 -0
- package/dist/esm/Chat/Kit/Emoji/emojiCatalog.d.ts +13 -0
- package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Emoji/emojiCatalog.js +0 -13
- package/dist/esm/Chat/Kit/Emoji/emojiCatalog.js.map +1 -0
- package/dist/esm/Chat/Kit/Emoji/index.d.ts +4 -0
- package/dist/esm/Chat/Kit/Emoji/index.js +10 -0
- package/dist/esm/Chat/Kit/Emoji/recentEmojis.d.ts +23 -0
- package/dist/esm/Chat/Kit/Emoji/recentEmojis.js +35 -0
- package/dist/esm/Chat/Kit/Emoji/recentEmojis.js.map +1 -0
- package/dist/esm/Chat/Kit/FailedReply.d.ts +57 -0
- package/dist/esm/Chat/Kit/FailedReply.js +22 -0
- package/dist/esm/Chat/Kit/FailedReply.js.map +1 -0
- package/dist/esm/Chat/Kit/Mentions/MentionCandidate.d.ts +17 -0
- package/dist/esm/Chat/Kit/Mentions/MentionCandidate.js +4 -0
- package/dist/esm/Chat/Kit/Mentions/MentionCandidate.js.map +1 -0
- package/dist/esm/Chat/Kit/Mentions/MentionQuery.d.ts +10 -0
- package/dist/esm/Chat/Kit/Mentions/MentionQuery.d.ts.map +1 -0
- package/dist/esm/Chat/Kit/Mentions/MentionQuery.js +4 -0
- package/dist/esm/Chat/Kit/Mentions/MentionQuery.js.map +1 -0
- package/dist/esm/Chat/Kit/Mentions/MentionSuggestions.d.ts +25 -0
- package/dist/esm/Chat/Kit/Mentions/MentionSuggestions.js +8 -0
- package/dist/esm/Chat/Kit/Mentions/MentionSuggestions.js.map +1 -0
- package/dist/esm/Chat/Kit/Mentions/activeMentionQuery.d.ts +8 -0
- package/dist/esm/Chat/Kit/Mentions/activeMentionQuery.js +20 -0
- package/dist/esm/Chat/Kit/Mentions/activeMentionQuery.js.map +1 -0
- package/dist/esm/Chat/Kit/Mentions/applyMention.d.ts +19 -0
- package/dist/esm/Chat/Kit/Mentions/applyMention.js +11 -0
- package/dist/esm/Chat/Kit/Mentions/applyMention.js.map +1 -0
- package/dist/esm/Chat/Kit/Mentions/extractMentions.d.ts +12 -0
- package/dist/esm/Chat/Kit/Mentions/extractMentions.d.ts.map +1 -0
- package/dist/esm/Chat/Kit/Mentions/extractMentions.js +14 -0
- package/dist/esm/Chat/Kit/Mentions/extractMentions.js.map +1 -0
- package/dist/esm/Chat/Kit/Mentions/findMentionRanges.d.ts +27 -0
- package/dist/esm/Chat/Kit/Mentions/findMentionRanges.d.ts.map +1 -0
- package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Mentions/findMentionRanges.js +2 -15
- package/dist/esm/Chat/Kit/Mentions/findMentionRanges.js.map +1 -0
- package/dist/esm/Chat/Kit/Mentions/index.d.ts +6 -0
- package/dist/esm/Chat/Kit/Mentions/index.js +11 -0
- package/dist/esm/Chat/Kit/Mentions/matchCandidates.d.ts +8 -0
- package/dist/esm/Chat/Kit/Mentions/matchCandidates.js +13 -0
- package/dist/esm/Chat/Kit/Mentions/matchCandidates.js.map +1 -0
- package/dist/esm/Chat/Kit/Mentions/mentionSegments.d.ts +23 -0
- package/dist/esm/Chat/Kit/Mentions/mentionSegments.d.ts.map +1 -0
- package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Mentions/mentionSegments.js +4 -10
- package/dist/esm/Chat/Kit/Mentions/mentionSegments.js.map +1 -0
- package/dist/esm/Chat/Kit/MessageReactions.d.ts +18 -0
- package/dist/esm/Chat/Kit/MessageReactions.js +19 -0
- package/dist/esm/Chat/Kit/MessageReactions.js.map +1 -0
- package/dist/esm/Chat/Kit/ReactionPicker.d.ts +55 -0
- package/dist/esm/Chat/Kit/ReactionPicker.js +38 -0
- package/dist/esm/Chat/Kit/ReactionPicker.js.map +1 -0
- package/dist/esm/Chat/Kit/TypingIndicator.d.ts +21 -0
- package/dist/esm/Chat/Kit/TypingIndicator.js +13 -0
- package/dist/esm/Chat/Kit/TypingIndicator.js.map +1 -0
- package/dist/esm/Chat/Kit/findOwnReaction.d.ts +12 -0
- package/dist/esm/Chat/Kit/findOwnReaction.js +9 -0
- package/dist/esm/Chat/Kit/findOwnReaction.js.map +1 -0
- package/dist/esm/Chat/Kit/index.d.ts +30 -0
- package/dist/esm/Chat/Kit/index.js +21 -0
- package/dist/esm/{Canvas/shapes/ChatBubble/reactionsExcludingUser.js → Chat/Kit/reactionsExcludingUser.d.ts} +3 -8
- package/dist/esm/Chat/Kit/reactionsExcludingUser.js +6 -0
- package/dist/esm/Chat/Kit/reactionsExcludingUser.js.map +1 -0
- package/dist/esm/Chat/index.d.ts +28 -29
- package/dist/esm/Chat/index.js +4 -7
- package/dist/esm/Chat/index.js.map +1 -1
- package/dist/esm/Chat/isTopicUnnamed.d.ts +9 -2
- package/dist/esm/Chat/isTopicUnnamed.js +0 -10
- package/dist/esm/Chat/isTopicUnnamed.js.map +1 -1
- package/dist/esm/Chat/relativeTimestamp.d.ts +12 -0
- package/dist/esm/Chat/relativeTimestamp.d.ts.map +1 -1
- package/dist/esm/Chat/relativeTimestamp.js +0 -10
- package/dist/esm/Chat/relativeTimestamp.js.map +1 -1
- package/dist/esm/Chat/shouldRequestTopicName.d.ts +9 -0
- package/dist/esm/Chat/shouldRequestTopicName.d.ts.map +1 -1
- package/dist/esm/Chat/shouldRequestTopicName.js +0 -11
- package/dist/esm/Chat/shouldRequestTopicName.js.map +1 -1
- package/dist/esm/Chat/topicsByActivity.d.ts +7 -2
- package/dist/esm/Chat/topicsByActivity.js +0 -14
- package/dist/esm/Chat/topicsByActivity.js.map +1 -1
- package/dist/esm/CommandDialog/CommandDialog.d.ts +42 -4
- package/dist/esm/CommandDialog/CommandDialog.js +16 -129
- package/dist/esm/CommandDialog/CommandDialog.js.map +1 -1
- package/dist/esm/CommandDialog/CommandStepper.d.ts +131 -25
- package/dist/esm/CommandDialog/CommandStepper.js +6 -187
- package/dist/esm/CommandDialog/CommandStepper.js.map +1 -1
- package/dist/esm/CommandDialog/CommandStepperContent.d.ts +45 -0
- package/dist/esm/CommandDialog/CommandStepperContent.js +145 -0
- package/dist/esm/CommandDialog/CommandStepperContent.js.map +1 -0
- package/dist/esm/CommandDialog/StepperCommandDialog.d.ts +77 -4
- package/dist/esm/CommandDialog/StepperCommandDialog.js +39 -131
- package/dist/esm/CommandDialog/StepperCommandDialog.js.map +1 -1
- package/dist/esm/CommandDialog/StepperPanel.d.ts +29 -0
- package/dist/esm/CommandDialog/StepperPanel.d.ts.map +1 -1
- package/dist/esm/CommandDialog/StepperPanel.js +0 -25
- package/dist/esm/CommandDialog/StepperPanel.js.map +1 -1
- package/dist/esm/CommandDialog/applyBeforeExecute.d.ts +32 -0
- package/dist/esm/CommandDialog/applyBeforeExecute.d.ts.map +1 -1
- package/dist/esm/CommandDialog/applyBeforeExecute.js +0 -21
- package/dist/esm/CommandDialog/applyBeforeExecute.js.map +1 -1
- package/dist/esm/CommandDialog/index.d.ts +5 -6
- package/dist/esm/CommandDialog/index.js +1 -4
- package/dist/esm/CommandDialog/index.js.map +1 -1
- package/dist/esm/CommandDialog/stepChildren.d.ts +19 -0
- package/dist/esm/CommandDialog/stepChildren.d.ts.map +1 -1
- package/dist/esm/CommandDialog/stepChildren.js +0 -21
- package/dist/esm/CommandDialog/stepChildren.js.map +1 -1
- package/dist/esm/CommandForm/AutoCommandForm.d.ts +25 -3
- package/dist/esm/CommandForm/AutoCommandForm.d.ts.map +1 -1
- package/dist/esm/CommandForm/AutoCommandForm.js +8 -20
- package/dist/esm/CommandForm/AutoCommandForm.js.map +1 -1
- package/dist/esm/CommandForm/FieldTypeProvider.d.ts +13 -0
- package/dist/esm/CommandForm/FieldTypeProvider.d.ts.map +1 -1
- package/dist/esm/CommandForm/FieldTypeProvider.js +2 -0
- package/dist/esm/CommandForm/FieldTypeProvider.js.map +1 -1
- package/dist/esm/CommandForm/commandFormMarkers.d.ts +58 -0
- package/dist/esm/CommandForm/commandFormMarkers.d.ts.map +1 -1
- package/dist/esm/CommandForm/commandFormMarkers.js +0 -44
- package/dist/esm/CommandForm/commandFormMarkers.js.map +1 -1
- package/dist/esm/CommandForm/defaultFieldTypeProviders.d.ts +5 -0
- package/dist/esm/CommandForm/defaultFieldTypeProviders.d.ts.map +1 -1
- package/dist/esm/CommandForm/defaultFieldTypeProviders.js +16 -11
- package/dist/esm/CommandForm/defaultFieldTypeProviders.js.map +1 -1
- package/dist/esm/CommandForm/fieldTypeProviderRegistry.d.ts +18 -2
- package/dist/esm/CommandForm/fieldTypeProviderRegistry.js +0 -19
- package/dist/esm/CommandForm/fieldTypeProviderRegistry.js.map +1 -1
- package/dist/esm/CommandForm/fields/CalendarField.d.ts +37 -6
- package/dist/esm/CommandForm/fields/CalendarField.js +10 -18
- package/dist/esm/CommandForm/fields/CalendarField.js.map +1 -1
- package/dist/esm/CommandForm/fields/CheckboxField.d.ts +18 -7
- package/dist/esm/CommandForm/fields/CheckboxField.js +21 -15
- package/dist/esm/CommandForm/fields/CheckboxField.js.map +1 -1
- package/dist/esm/CommandForm/fields/ChipsField.d.ts +20 -8
- package/dist/esm/CommandForm/fields/ChipsField.js +50 -19
- package/dist/esm/CommandForm/fields/ChipsField.js.map +1 -1
- package/dist/esm/CommandForm/fields/ColorPickerField.d.ts +16 -7
- package/dist/esm/CommandForm/fields/ColorPickerField.js +21 -33
- package/dist/esm/CommandForm/fields/ColorPickerField.js.map +1 -1
- package/dist/esm/CommandForm/fields/DropdownField.d.ts +34 -4
- package/dist/esm/CommandForm/fields/DropdownField.js +13 -18
- package/dist/esm/CommandForm/fields/DropdownField.js.map +1 -1
- package/dist/esm/CommandForm/fields/InputTextField.d.ts +12 -7
- package/dist/esm/CommandForm/fields/InputTextField.js +17 -46
- package/dist/esm/CommandForm/fields/InputTextField.js.map +1 -1
- package/dist/esm/CommandForm/fields/MultiSelectField.d.ts +39 -4
- package/dist/esm/CommandForm/fields/MultiSelectField.js +13 -15
- package/dist/esm/CommandForm/fields/MultiSelectField.js.map +1 -1
- package/dist/esm/CommandForm/fields/NumberField.d.ts +14 -7
- package/dist/esm/CommandForm/fields/NumberField.js +21 -16
- package/dist/esm/CommandForm/fields/NumberField.js.map +1 -1
- package/dist/esm/CommandForm/fields/PasswordField.d.ts +18 -7
- package/dist/esm/CommandForm/fields/PasswordField.js +26 -15
- package/dist/esm/CommandForm/fields/PasswordField.js.map +1 -1
- package/dist/esm/CommandForm/fields/RadioButtonField.d.ts +20 -7
- package/dist/esm/CommandForm/fields/RadioButtonField.js +22 -17
- package/dist/esm/CommandForm/fields/RadioButtonField.js.map +1 -1
- package/dist/esm/CommandForm/fields/RadioGroupField.d.ts +22 -7
- package/dist/esm/CommandForm/fields/RadioGroupField.js +44 -33
- package/dist/esm/CommandForm/fields/RadioGroupField.js.map +1 -1
- package/dist/esm/CommandForm/fields/RatingField.d.ts +20 -7
- package/dist/esm/CommandForm/fields/RatingField.js +43 -14
- package/dist/esm/CommandForm/fields/RatingField.js.map +1 -1
- package/dist/esm/CommandForm/fields/SliderField.d.ts +16 -7
- package/dist/esm/CommandForm/fields/SliderField.js +20 -14
- package/dist/esm/CommandForm/fields/SliderField.js.map +1 -1
- package/dist/esm/CommandForm/fields/TextAreaField.d.ts +12 -7
- package/dist/esm/CommandForm/fields/TextAreaField.js +18 -17
- package/dist/esm/CommandForm/fields/TextAreaField.js.map +1 -1
- package/dist/esm/CommandForm/fields/ToggleSwitchField.d.ts +18 -7
- package/dist/esm/CommandForm/fields/ToggleSwitchField.js +18 -15
- package/dist/esm/CommandForm/fields/ToggleSwitchField.js.map +1 -1
- package/dist/esm/CommandForm/fields/chipValues.d.ts +6 -0
- package/dist/esm/CommandForm/fields/chipValues.d.ts.map +1 -0
- package/dist/esm/CommandForm/fields/chipValues.js +17 -0
- package/dist/esm/CommandForm/fields/chipValues.js.map +1 -0
- package/dist/esm/CommandForm/fields/fieldAccessibility.d.ts +33 -0
- package/dist/esm/CommandForm/fields/fieldAccessibility.d.ts.map +1 -0
- package/dist/esm/CommandForm/fields/fieldAccessibility.js +24 -0
- package/dist/esm/CommandForm/fields/fieldAccessibility.js.map +1 -0
- package/dist/esm/CommandForm/fields/fieldValueFromEvent.d.ts +16 -0
- package/dist/esm/CommandForm/fields/fieldValueFromEvent.d.ts.map +1 -0
- package/dist/esm/CommandForm/fields/fieldValueFromEvent.js +20 -0
- package/dist/esm/CommandForm/fields/fieldValueFromEvent.js.map +1 -0
- package/dist/esm/CommandForm/fields/index.d.ts +15 -16
- package/dist/esm/CommandForm/fields/index.js +17 -16
- package/dist/esm/CommandForm/index.d.ts +5 -6
- package/dist/esm/CommandForm/index.js +0 -3
- package/dist/esm/CommandForm/index.js.map +1 -1
- package/dist/esm/Common/ActionMenubar.d.ts +28 -9
- package/dist/esm/Common/ActionMenubar.js +16 -15
- package/dist/esm/Common/ActionMenubar.js.map +1 -1
- package/dist/esm/Common/Button.d.ts +75 -8
- package/dist/esm/Common/Button.js +13 -24
- package/dist/esm/Common/Button.js.map +1 -1
- package/dist/esm/Common/ButtonImplementation.d.ts +3 -0
- package/dist/esm/Common/ButtonImplementation.js +65 -0
- package/dist/esm/Common/ButtonImplementation.js.map +1 -0
- package/dist/esm/Common/Checkbox.d.ts +34 -0
- package/dist/esm/Common/Checkbox.js +17 -0
- package/dist/esm/Common/Checkbox.js.map +1 -0
- package/dist/esm/Common/CheckboxImplementation.d.ts +3 -0
- package/dist/esm/Common/CheckboxImplementation.js +44 -0
- package/dist/esm/Common/CheckboxImplementation.js.map +1 -0
- package/dist/esm/Common/CratisComponentsContext.d.ts +4 -0
- package/dist/esm/Common/CratisComponentsContext.js +8 -0
- package/dist/esm/Common/CratisComponentsContext.js.map +1 -0
- package/dist/esm/Common/CratisComponentsDefaults.d.ts +3 -0
- package/dist/esm/Common/CratisComponentsDefaults.js +58 -0
- package/dist/esm/Common/CratisComponentsDefaults.js.map +1 -0
- package/dist/esm/Common/CratisComponentsProvider.d.ts +178 -8
- package/dist/esm/Common/CratisComponentsProvider.js +63 -50
- package/dist/esm/Common/CratisComponentsProvider.js.map +1 -1
- package/dist/esm/Common/DatePickerInput.d.ts +98 -9
- package/dist/esm/Common/DatePickerInput.js +11 -29
- package/dist/esm/Common/DatePickerInput.js.map +1 -1
- package/dist/esm/Common/DatePickerInputImplementation.d.ts +6 -0
- package/dist/esm/Common/DatePickerInputImplementation.js +86 -0
- package/dist/esm/Common/DatePickerInputImplementation.js.map +1 -0
- package/dist/esm/Common/ErrorBoundary.d.ts +48 -1
- package/dist/esm/Common/ErrorBoundary.d.ts.map +1 -1
- package/dist/esm/Common/ErrorBoundary.js +1 -33
- package/dist/esm/Common/ErrorBoundary.js.map +1 -1
- package/dist/esm/Common/FormElement.d.ts +33 -0
- package/dist/esm/Common/FormElement.d.ts.map +1 -1
- package/dist/esm/Common/FormElement.js +1 -13
- package/dist/esm/Common/FormElement.js.map +1 -1
- package/dist/esm/Common/Icon.d.ts +12 -0
- package/dist/esm/Common/Icon.d.ts.map +1 -1
- package/dist/esm/Common/Icon.js +1 -15
- package/dist/esm/Common/Icon.js.map +1 -1
- package/dist/esm/Common/IconButton.d.ts +15 -0
- package/dist/esm/Common/IconButton.js +17 -0
- package/dist/esm/Common/IconButton.js.map +1 -0
- package/dist/esm/Common/IconButtonImplementation.d.ts +3 -0
- package/dist/esm/Common/IconButtonImplementation.js +10 -0
- package/dist/esm/Common/IconButtonImplementation.js.map +1 -0
- package/dist/esm/Common/Page.d.ts +34 -0
- package/dist/esm/Common/Page.d.ts.map +1 -1
- package/dist/esm/Common/Page.js +1 -14
- package/dist/esm/Common/Page.js.map +1 -1
- package/dist/esm/Common/Radio.d.ts +38 -0
- package/dist/esm/Common/Radio.js +17 -0
- package/dist/esm/Common/Radio.js.map +1 -0
- package/dist/esm/Common/RadioImplementation.d.ts +3 -0
- package/dist/esm/Common/RadioImplementation.js +46 -0
- package/dist/esm/Common/RadioImplementation.js.map +1 -0
- package/dist/esm/Common/Surface.d.ts +18 -0
- package/dist/esm/Common/Surface.d.ts.map +1 -0
- package/dist/esm/Common/Surface.js +17 -0
- package/dist/esm/Common/Surface.js.map +1 -0
- package/dist/esm/Common/SurfaceImplementation.d.ts +3 -0
- package/dist/esm/Common/SurfaceImplementation.js +19 -0
- package/dist/esm/Common/SurfaceImplementation.js.map +1 -0
- package/dist/esm/Common/Switch.d.ts +34 -0
- package/dist/esm/Common/Switch.js +17 -0
- package/dist/esm/Common/Switch.js.map +1 -0
- package/dist/esm/Common/SwitchImplementation.d.ts +3 -0
- package/dist/esm/Common/SwitchImplementation.js +46 -0
- package/dist/esm/Common/SwitchImplementation.js.map +1 -0
- package/dist/esm/Common/TextArea.d.ts +18 -0
- package/dist/esm/Common/TextArea.js +17 -0
- package/dist/esm/Common/TextArea.js.map +1 -0
- package/dist/esm/Common/TextAreaImplementation.d.ts +3 -0
- package/dist/esm/Common/TextAreaImplementation.js +21 -0
- package/dist/esm/Common/TextAreaImplementation.js.map +1 -0
- package/dist/esm/Common/TextInput.d.ts +22 -0
- package/dist/esm/Common/TextInput.js +17 -0
- package/dist/esm/Common/TextInput.js.map +1 -0
- package/dist/esm/Common/TextInputImplementation.d.ts +3 -0
- package/dist/esm/Common/TextInputImplementation.js +21 -0
- package/dist/esm/Common/TextInputImplementation.js.map +1 -0
- package/dist/esm/Common/Tooltip.d.ts +18 -3
- package/dist/esm/Common/Tooltip.d.ts.map +1 -1
- package/dist/esm/Common/Tooltip.js +11 -26
- package/dist/esm/Common/Tooltip.js.map +1 -1
- package/dist/esm/Common/TooltipImplementation.d.ts +3 -0
- package/dist/esm/Common/TooltipImplementation.js +22 -0
- package/dist/esm/Common/TooltipImplementation.js.map +1 -0
- package/dist/esm/Common/index.d.ts +17 -11
- package/dist/esm/Common/index.js +10 -4
- package/dist/esm/Common/index.js.map +1 -1
- package/dist/esm/{Canvas/messaging/useOptionalMessenger.js → Common/messaging/useOptionalMessenger.d.ts} +10 -15
- package/dist/esm/Common/messaging/useOptionalMessenger.d.ts.map +1 -0
- package/dist/esm/Common/messaging/useOptionalMessenger.js +13 -0
- package/dist/esm/Common/messaging/useOptionalMessenger.js.map +1 -0
- package/dist/esm/Common/normalizeIconClass.d.ts +11 -1
- package/dist/esm/Common/normalizeIconClass.d.ts.map +1 -1
- package/dist/esm/Common/normalizeIconClass.js +1 -41
- package/dist/esm/Common/normalizeIconClass.js.map +1 -1
- package/dist/esm/Common/reactAriaProps.d.ts +7 -0
- package/dist/esm/Common/reactAriaProps.d.ts.map +1 -0
- package/dist/esm/Common/reactAriaProps.js +6 -0
- package/dist/esm/Common/reactAriaProps.js.map +1 -0
- package/dist/esm/Common/useNativeCheckedState.d.ts +8 -0
- package/dist/esm/Common/useNativeCheckedState.d.ts.map +1 -0
- package/dist/esm/Common/useNativeCheckedState.js +43 -0
- package/dist/esm/Common/useNativeCheckedState.js.map +1 -0
- package/dist/esm/DataPage/DataPage.d.ts +263 -14
- package/dist/esm/DataPage/DataPage.js +18 -156
- package/dist/esm/DataPage/DataPage.js.map +1 -1
- package/dist/esm/DataPage/DataPageLayout.d.ts +14 -0
- package/dist/esm/DataPage/DataPageLayout.d.ts.map +1 -1
- package/dist/esm/DataPage/DataPageLayout.js +0 -20
- package/dist/esm/DataPage/DataPageLayout.js.map +1 -1
- package/dist/esm/DataPage/index.d.ts +2 -3
- package/dist/esm/DataPage/index.js +0 -3
- package/dist/esm/DataPage/index.js.map +1 -1
- package/dist/esm/DataTables/Column.d.ts +44 -4
- package/dist/esm/DataTables/Column.js +0 -19
- package/dist/esm/DataTables/Column.js.map +1 -1
- package/dist/esm/DataTables/ColumnFilterMenu.d.ts +77 -6
- package/dist/esm/DataTables/ColumnFilterMenu.js +127 -60
- package/dist/esm/DataTables/ColumnFilterMenu.js.map +1 -1
- package/dist/esm/DataTables/DataTableCore.d.ts +67 -8
- package/dist/esm/DataTables/DataTableCore.js +232 -57
- package/dist/esm/DataTables/DataTableCore.js.map +1 -1
- package/dist/esm/DataTables/DataTableFilterMatcherRegistry.d.ts +16 -2
- package/dist/esm/DataTables/DataTableFilterMatcherRegistry.js +2 -18
- package/dist/esm/DataTables/DataTableFilterMatcherRegistry.js.map +1 -1
- package/dist/esm/DataTables/DataTableFilterMeta.d.ts +27 -1
- package/dist/esm/DataTables/DataTableFilterMeta.d.ts.map +1 -1
- package/dist/esm/DataTables/DataTableFilterMeta.js +0 -3
- package/dist/esm/DataTables/DataTableFilterMeta.js.map +1 -1
- package/dist/esm/DataTables/DataTableForObservableQuery.d.ts +98 -7
- package/dist/esm/DataTables/DataTableForObservableQuery.js +2 -51
- package/dist/esm/DataTables/DataTableForObservableQuery.js.map +1 -1
- package/dist/esm/DataTables/DataTableForQuery.d.ts +111 -7
- package/dist/esm/DataTables/DataTableForQuery.js +2 -47
- package/dist/esm/DataTables/DataTableForQuery.js.map +1 -1
- package/dist/esm/DataTables/DataTableSelectionChangeEvent.d.ts +10 -0
- package/dist/esm/DataTables/DataTableSelectionChangeEvent.d.ts.map +1 -1
- package/dist/esm/DataTables/DataTableSelectionChangeEvent.js +2 -0
- package/dist/esm/DataTables/DataTableSelectionChangeEvent.js.map +1 -1
- package/dist/esm/DataTables/TablePaginator.d.ts +38 -2
- package/dist/esm/DataTables/TablePaginator.js +11 -26
- package/dist/esm/DataTables/TablePaginator.js.map +1 -1
- package/dist/esm/DataTables/TablePaginatorImplementation.d.ts +8 -0
- package/dist/esm/DataTables/TablePaginatorImplementation.js +35 -0
- package/dist/esm/DataTables/TablePaginatorImplementation.js.map +1 -0
- package/dist/esm/DataTables/index.d.ts +9 -9
- package/dist/esm/DataTables/index.js +2 -4
- package/dist/esm/DataTables/index.js.map +1 -1
- package/dist/esm/DataTables/paginatorRange.d.ts +9 -0
- package/dist/esm/DataTables/paginatorRange.d.ts.map +1 -1
- package/dist/esm/DataTables/paginatorRange.js +0 -11
- package/dist/esm/DataTables/paginatorRange.js.map +1 -1
- package/dist/esm/DataTables/selectionKeys.d.ts +4 -1
- package/dist/esm/DataTables/selectionKeys.d.ts.map +1 -1
- package/dist/esm/DataTables/selectionKeys.js +7 -23
- package/dist/esm/DataTables/selectionKeys.js.map +1 -1
- package/dist/esm/Dialogs/BusyIndicatorDialog.d.ts +50 -0
- package/dist/esm/Dialogs/BusyIndicatorDialog.d.ts.map +1 -1
- package/dist/esm/Dialogs/BusyIndicatorDialog.js +1 -51
- package/dist/esm/Dialogs/BusyIndicatorDialog.js.map +1 -1
- package/dist/esm/Dialogs/ConfirmationDialog.d.ts +25 -0
- package/dist/esm/Dialogs/ConfirmationDialog.d.ts.map +1 -1
- package/dist/esm/Dialogs/ConfirmationDialog.js +1 -1
- package/dist/esm/Dialogs/ConfirmationDialog.js.map +1 -1
- package/dist/esm/Dialogs/Dialog.d.ts +72 -8
- package/dist/esm/Dialogs/Dialog.js +11 -216
- package/dist/esm/Dialogs/Dialog.js.map +1 -1
- package/dist/esm/Dialogs/DialogImplementation.d.ts +6 -0
- package/dist/esm/Dialogs/DialogImplementation.js +122 -0
- package/dist/esm/Dialogs/DialogImplementation.js.map +1 -0
- package/dist/esm/Dialogs/DialogInitialFocus.d.ts +38 -0
- package/dist/esm/Dialogs/DialogInitialFocus.d.ts.map +1 -1
- package/dist/esm/Dialogs/DialogInitialFocus.js +0 -40
- package/dist/esm/Dialogs/DialogInitialFocus.js.map +1 -1
- package/dist/esm/Dialogs/index.d.ts +4 -5
- package/dist/esm/Dialogs/index.js +0 -3
- package/dist/esm/Dialogs/index.js.map +1 -1
- package/dist/esm/Display/Avatar.d.ts +11 -3
- package/dist/esm/Display/Avatar.d.ts.map +1 -1
- package/dist/esm/Display/Avatar.js +1 -8
- package/dist/esm/Display/Avatar.js.map +1 -1
- package/dist/esm/Display/Badge.d.ts +13 -4
- package/dist/esm/Display/Badge.d.ts.map +1 -1
- package/dist/esm/Display/Badge.js +1 -6
- package/dist/esm/Display/Badge.js.map +1 -1
- package/dist/esm/Display/Chip.d.ts +11 -3
- package/dist/esm/Display/Chip.d.ts.map +1 -1
- package/dist/esm/Display/Chip.js +1 -6
- package/dist/esm/Display/Chip.js.map +1 -1
- package/dist/esm/Display/Message.d.ts +13 -5
- package/dist/esm/Display/Message.d.ts.map +1 -1
- package/dist/esm/Display/Message.js +9 -21
- package/dist/esm/Display/Message.js.map +1 -1
- package/dist/esm/Display/ProgressBar.d.ts +11 -1
- package/dist/esm/Display/ProgressBar.d.ts.map +1 -1
- package/dist/esm/Display/ProgressBar.js +12 -8
- package/dist/esm/Display/ProgressBar.js.map +1 -1
- package/dist/esm/Display/ProgressBarImplementation.d.ts +3 -0
- package/dist/esm/Display/ProgressBarImplementation.js +11 -0
- package/dist/esm/Display/ProgressBarImplementation.js.map +1 -0
- package/dist/esm/Display/ProgressSpinner.d.ts +8 -3
- package/dist/esm/Display/ProgressSpinner.d.ts.map +1 -1
- package/dist/esm/Display/ProgressSpinner.js +2 -9
- package/dist/esm/Display/ProgressSpinner.js.map +1 -1
- package/dist/esm/Display/Skeleton.d.ts +8 -1
- package/dist/esm/Display/Skeleton.d.ts.map +1 -1
- package/dist/esm/Display/Skeleton.js +5 -13
- package/dist/esm/Display/Skeleton.js.map +1 -1
- package/dist/esm/Display/Tag.d.ts +17 -5
- package/dist/esm/Display/Tag.d.ts.map +1 -1
- package/dist/esm/Display/Tag.js +3 -8
- package/dist/esm/Display/Tag.js.map +1 -1
- package/dist/esm/Display/index.d.ts +8 -9
- package/dist/esm/Display/index.js +0 -3
- package/dist/esm/Display/index.js.map +1 -1
- package/dist/esm/Dropdown/Dropdown.d.ts +88 -12
- package/dist/esm/Dropdown/Dropdown.js +11 -33
- package/dist/esm/Dropdown/Dropdown.js.map +1 -1
- package/dist/esm/Dropdown/DropdownImplementation.d.ts +7 -0
- package/dist/esm/Dropdown/DropdownImplementation.js +156 -0
- package/dist/esm/Dropdown/DropdownImplementation.js.map +1 -0
- package/dist/esm/Dropdown/index.d.ts +1 -2
- package/dist/esm/Dropdown/index.js +0 -3
- package/dist/esm/Dropdown/index.js.map +1 -1
- package/dist/esm/Filter/FilterEditor.d.ts +28 -2
- package/dist/esm/Filter/FilterEditor.js +0 -20
- package/dist/esm/Filter/FilterEditor.js.map +1 -1
- package/dist/esm/Filter/FilterEditorProps.d.ts +8 -0
- package/dist/esm/Filter/FilterEditorProps.js +4 -0
- package/dist/esm/Filter/FilterEditorProps.js.map +1 -0
- package/dist/esm/Filter/FilterPanel.d.ts +46 -3
- package/dist/esm/Filter/FilterPanel.js +63 -33
- package/dist/esm/Filter/FilterPanel.js.map +1 -1
- package/dist/esm/Filter/RangeHistogramFilter.d.ts +61 -4
- package/dist/esm/Filter/RangeHistogramFilter.js +49 -8
- package/dist/esm/Filter/RangeHistogramFilter.js.map +1 -1
- package/dist/esm/Filter/index.d.ts +11 -12
- package/dist/esm/Filter/index.js +1 -4
- package/dist/esm/Filter/index.js.map +1 -1
- package/dist/esm/Filter/types.d.ts +32 -4
- package/dist/esm/Filter/types.d.ts.map +1 -1
- package/dist/esm/Filter/types.js +2 -0
- package/dist/esm/Filter/types.js.map +1 -1
- package/dist/esm/Filter/useFilterState.d.ts +25 -2
- package/dist/esm/Filter/useFilterState.js +1 -13
- package/dist/esm/Filter/useFilterState.js.map +1 -1
- package/dist/esm/Filter/utils.d.ts +39 -2
- package/dist/esm/Filter/utils.js +34 -12
- package/dist/esm/Filter/utils.js.map +1 -1
- package/dist/esm/Notifications/Toaster.d.ts +30 -6
- package/dist/esm/Notifications/Toaster.d.ts.map +1 -1
- package/dist/esm/Notifications/Toaster.js +42 -42
- package/dist/esm/Notifications/Toaster.js.map +1 -1
- package/dist/esm/Notifications/index.d.ts +3 -4
- package/dist/esm/Notifications/index.js +1 -4
- package/dist/esm/Notifications/index.js.map +1 -1
- package/dist/esm/Notifications/toast.d.ts +102 -0
- package/dist/esm/Notifications/toast.d.ts.map +1 -1
- package/dist/esm/Notifications/toast.js +73 -67
- package/dist/esm/Notifications/toast.js.map +1 -1
- package/dist/esm/Notifications/toastCommandResult.d.ts +33 -0
- package/dist/esm/Notifications/toastCommandResult.d.ts.map +1 -1
- package/dist/esm/Notifications/toastCommandResult.js +0 -28
- package/dist/esm/Notifications/toastCommandResult.js.map +1 -1
- package/dist/esm/ObjectContentEditor/ObjectContentEditor.d.ts +45 -4
- package/dist/esm/ObjectContentEditor/ObjectContentEditor.js +96 -47
- package/dist/esm/ObjectContentEditor/ObjectContentEditor.js.map +1 -1
- package/dist/esm/ObjectContentEditor/index.d.ts +1 -2
- package/dist/esm/ObjectContentEditor/index.js +0 -3
- package/dist/esm/ObjectContentEditor/index.js.map +1 -1
- package/dist/esm/ObjectContentEditor/objectHelpers.d.ts +5 -2
- package/dist/esm/ObjectContentEditor/objectHelpers.js +0 -6
- package/dist/esm/ObjectContentEditor/objectHelpers.js.map +1 -1
- package/dist/esm/ObjectNavigationalBar/ObjectNavigationalBar.d.ts +23 -1
- package/dist/esm/ObjectNavigationalBar/ObjectNavigationalBar.d.ts.map +1 -1
- package/dist/esm/ObjectNavigationalBar/ObjectNavigationalBar.js +18 -14
- package/dist/esm/ObjectNavigationalBar/ObjectNavigationalBar.js.map +1 -1
- package/dist/esm/ObjectNavigationalBar/breadcrumbHelpers.d.ts +4 -0
- package/dist/esm/ObjectNavigationalBar/breadcrumbHelpers.d.ts.map +1 -1
- package/dist/esm/ObjectNavigationalBar/breadcrumbHelpers.js +0 -6
- package/dist/esm/ObjectNavigationalBar/breadcrumbHelpers.js.map +1 -1
- package/dist/esm/ObjectNavigationalBar/index.d.ts +1 -2
- package/dist/esm/ObjectNavigationalBar/index.js +0 -3
- package/dist/esm/ObjectNavigationalBar/index.js.map +1 -1
- package/dist/esm/PatrickHand-OFL.txt +93 -0
- package/dist/esm/PivotViewer/PivotViewer.d.ts +20 -2
- package/dist/esm/PivotViewer/PivotViewer.js +71 -103
- package/dist/esm/PivotViewer/PivotViewer.js.map +1 -1
- package/dist/esm/PivotViewer/components/AxisLabels.d.ts +1 -2
- package/dist/esm/PivotViewer/components/AxisLabels.js +1 -5
- package/dist/esm/PivotViewer/components/AxisLabels.js.map +1 -1
- package/dist/esm/PivotViewer/components/DetailPanel.d.ts +1 -0
- package/dist/esm/PivotViewer/components/DetailPanel.d.ts.map +1 -1
- package/dist/esm/PivotViewer/components/FilterPanel.d.ts +2 -3
- package/dist/esm/PivotViewer/components/FilterPanel.js +0 -1
- package/dist/esm/PivotViewer/components/FilterPanel.js.map +1 -1
- package/dist/esm/PivotViewer/components/FilterPanelContainer.d.ts +1 -2
- package/dist/esm/PivotViewer/components/PivotCanvas.d.ts +22 -4
- package/dist/esm/PivotViewer/components/PivotCanvas.js +70 -168
- package/dist/esm/PivotViewer/components/PivotCanvas.js.map +1 -1
- package/dist/esm/PivotViewer/components/PivotViewerMain.d.ts +7 -5
- package/dist/esm/PivotViewer/components/PivotViewerMain.js +2 -6
- package/dist/esm/PivotViewer/components/PivotViewerMain.js.map +1 -1
- package/dist/esm/PivotViewer/components/RangeHistogramFilter.d.ts +3 -3
- package/dist/esm/PivotViewer/components/RangeHistogramFilter.js +11 -6
- package/dist/esm/PivotViewer/components/RangeHistogramFilter.js.map +1 -1
- package/dist/esm/PivotViewer/components/Spinner.js +0 -2
- package/dist/esm/PivotViewer/components/Spinner.js.map +1 -1
- package/dist/esm/PivotViewer/components/Toolbar.d.ts +1 -2
- package/dist/esm/PivotViewer/components/Toolbar.js +1 -1
- package/dist/esm/PivotViewer/components/Toolbar.js.map +1 -1
- package/dist/esm/PivotViewer/components/ToolbarContainer.d.ts +1 -2
- package/dist/esm/PivotViewer/components/index.d.ts +8 -9
- package/dist/esm/PivotViewer/components/index.js +9 -8
- package/dist/esm/PivotViewer/components/pivot/animation.d.ts +1 -2
- package/dist/esm/PivotViewer/components/pivot/animation.js +1 -8
- package/dist/esm/PivotViewer/components/pivot/animation.js.map +1 -1
- package/dist/esm/PivotViewer/components/pivot/colorResolver.d.ts +18 -4
- package/dist/esm/PivotViewer/components/pivot/colorResolver.js +143 -37
- package/dist/esm/PivotViewer/components/pivot/colorResolver.js.map +1 -1
- package/dist/esm/PivotViewer/components/pivot/constants.d.ts +6 -6
- package/dist/esm/PivotViewer/components/pivot/constants.d.ts.map +1 -1
- package/dist/esm/PivotViewer/components/pivot/constants.js +7 -10
- package/dist/esm/PivotViewer/components/pivot/constants.js.map +1 -1
- package/dist/esm/PivotViewer/components/pivot/groups.d.ts +2 -3
- package/dist/esm/PivotViewer/components/pivot/groups.js +5 -20
- package/dist/esm/PivotViewer/components/pivot/groups.js.map +1 -1
- package/dist/esm/PivotViewer/components/pivot/sprites.d.ts +3 -2
- package/dist/esm/PivotViewer/components/pivot/sprites.js +89 -72
- package/dist/esm/PivotViewer/components/pivot/sprites.js.map +1 -1
- package/dist/esm/PivotViewer/components/pivot/visibility.d.ts +2 -3
- package/dist/esm/PivotViewer/components/pivot/visibility.js +3 -102
- package/dist/esm/PivotViewer/components/pivot/visibility.js.map +1 -1
- package/dist/esm/PivotViewer/constants.js +0 -2
- package/dist/esm/PivotViewer/constants.js.map +1 -1
- package/dist/esm/PivotViewer/engine/layout.d.ts +1 -2
- package/dist/esm/PivotViewer/engine/layout.js +0 -23
- package/dist/esm/PivotViewer/engine/layout.js.map +1 -1
- package/dist/esm/PivotViewer/engine/pivot.worker.d.ts.map +1 -1
- package/dist/esm/PivotViewer/engine/pivot.worker.js +9 -2
- package/dist/esm/PivotViewer/engine/requestCorrelator.d.ts +24 -0
- package/dist/esm/PivotViewer/engine/requestCorrelator.d.ts.map +1 -0
- package/dist/esm/PivotViewer/engine/requestCorrelator.js +23 -0
- package/dist/esm/PivotViewer/engine/requestCorrelator.js.map +1 -0
- package/dist/esm/PivotViewer/engine/store.d.ts +22 -2
- package/dist/esm/PivotViewer/engine/store.js +31 -41
- package/dist/esm/PivotViewer/engine/store.js.map +1 -1
- package/dist/esm/PivotViewer/engine/types.d.ts +87 -0
- package/dist/esm/PivotViewer/engine/types.d.ts.map +1 -1
- package/dist/esm/PivotViewer/engine/types.js +2 -0
- package/dist/esm/PivotViewer/engine/types.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/index.d.ts +17 -18
- package/dist/esm/PivotViewer/hooks/index.js +19 -18
- package/dist/esm/PivotViewer/hooks/useAnimationModeTracking.d.ts +3 -0
- package/dist/esm/PivotViewer/hooks/useAnimationModeTracking.d.ts.map +1 -1
- package/dist/esm/PivotViewer/hooks/useAnimationModeTracking.js +0 -8
- package/dist/esm/PivotViewer/hooks/useAnimationModeTracking.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useCardSelection.d.ts +2 -3
- package/dist/esm/PivotViewer/hooks/useCardSelection.js +27 -20
- package/dist/esm/PivotViewer/hooks/useCardSelection.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useContainerDimensions.d.ts +7 -0
- package/dist/esm/PivotViewer/hooks/useContainerDimensions.d.ts.map +1 -1
- package/dist/esm/PivotViewer/hooks/useContainerDimensions.js +0 -11
- package/dist/esm/PivotViewer/hooks/useContainerDimensions.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useCurrentFilters.d.ts +8 -4
- package/dist/esm/PivotViewer/hooks/useCurrentFilters.js +2 -10
- package/dist/esm/PivotViewer/hooks/useCurrentFilters.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useDetailPanelClose.d.ts +2 -3
- package/dist/esm/PivotViewer/hooks/useDetailPanelClose.js +19 -16
- package/dist/esm/PivotViewer/hooks/useDetailPanelClose.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useDimensionState.d.ts +1 -2
- package/dist/esm/PivotViewer/hooks/useDimensionState.js +0 -2
- package/dist/esm/PivotViewer/hooks/useDimensionState.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useFieldExtractors.d.ts +2 -3
- package/dist/esm/PivotViewer/hooks/useFieldExtractors.js +0 -2
- package/dist/esm/PivotViewer/hooks/useFieldExtractors.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useFilterOptions.d.ts +2 -3
- package/dist/esm/PivotViewer/hooks/useFilterOptions.js +0 -2
- package/dist/esm/PivotViewer/hooks/useFilterOptions.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useFilterPanelDrag.js +2 -0
- package/dist/esm/PivotViewer/hooks/useFilterPanelDrag.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useFilterState.d.ts +4 -2
- package/dist/esm/PivotViewer/hooks/useFilterState.js +0 -5
- package/dist/esm/PivotViewer/hooks/useFilterState.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useFilteredData.d.ts +2 -3
- package/dist/esm/PivotViewer/hooks/useFilteredData.js +11 -3
- package/dist/esm/PivotViewer/hooks/usePanning.js +0 -14
- package/dist/esm/PivotViewer/hooks/usePanning.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/usePivotEngine.d.ts +1 -2
- package/dist/esm/PivotViewer/hooks/usePivotEngine.js +16 -29
- package/dist/esm/PivotViewer/hooks/usePivotEngine.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useScrollSync.d.ts +4 -2
- package/dist/esm/PivotViewer/hooks/useScrollSync.js +0 -6
- package/dist/esm/PivotViewer/hooks/useScrollSync.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useSelectedItem.js +3 -2
- package/dist/esm/PivotViewer/hooks/useViewModeScrollHandling.d.ts +5 -3
- package/dist/esm/PivotViewer/hooks/useViewModeScrollHandling.js +13 -14
- package/dist/esm/PivotViewer/hooks/useViewModeScrollHandling.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useWheelZoom.js +2 -8
- package/dist/esm/PivotViewer/hooks/useWheelZoom.js.map +1 -1
- package/dist/esm/PivotViewer/hooks/useZoomState.js +0 -2
- package/dist/esm/PivotViewer/hooks/useZoomState.js.map +1 -1
- package/dist/esm/PivotViewer/index.d.ts +3 -5
- package/dist/esm/PivotViewer/index.js +1 -4
- package/dist/esm/PivotViewer/index.js.map +1 -1
- package/dist/esm/PivotViewer/types.d.ts +90 -19
- package/dist/esm/PivotViewer/types.js +5 -13
- package/dist/esm/PivotViewer/types.js.map +1 -1
- package/dist/esm/PivotViewer/utils/animations.d.ts +9 -0
- package/dist/esm/PivotViewer/utils/animations.d.ts.map +1 -1
- package/dist/esm/PivotViewer/utils/animations.js +2 -35
- package/dist/esm/PivotViewer/utils/animations.js.map +1 -1
- package/dist/esm/PivotViewer/utils/cardPosition.d.ts +14 -5
- package/dist/esm/PivotViewer/utils/cardPosition.js +3 -21
- package/dist/esm/PivotViewer/utils/cardPosition.js.map +1 -1
- package/dist/esm/PivotViewer/utils/constants.js +0 -3
- package/dist/esm/PivotViewer/utils/constants.js.map +1 -1
- package/dist/esm/PivotViewer/utils/idResolution.d.ts +22 -2
- package/dist/esm/PivotViewer/utils/idResolution.js +29 -17
- package/dist/esm/PivotViewer/utils/idResolution.js.map +1 -1
- package/dist/esm/PivotViewer/utils/index.d.ts +5 -6
- package/dist/esm/PivotViewer/utils/index.js +7 -6
- package/dist/esm/PivotViewer/utils/search.d.ts +11 -0
- package/dist/esm/PivotViewer/utils/search.js +30 -0
- package/dist/esm/PivotViewer/utils/search.js.map +1 -0
- package/dist/esm/PivotViewer/utils/selection.d.ts +7 -2
- package/dist/esm/PivotViewer/utils/selection.js +0 -25
- package/dist/esm/PivotViewer/utils/selection.js.map +1 -1
- package/dist/esm/PivotViewer/utils/utils.d.ts +11 -2
- package/dist/esm/PivotViewer/utils/utils.js +0 -5
- package/dist/esm/PivotViewer/utils/utils.js.map +1 -1
- package/dist/esm/SchemaEditor/NameCell.d.ts +4 -3
- package/dist/esm/SchemaEditor/NameCell.js +14 -5
- package/dist/esm/SchemaEditor/NameCell.js.map +1 -1
- package/dist/esm/SchemaEditor/SchemaEditor.d.ts +68 -5
- package/dist/esm/SchemaEditor/SchemaEditor.js +226 -74
- package/dist/esm/SchemaEditor/SchemaEditor.js.map +1 -1
- package/dist/esm/SchemaEditor/TypeCell.d.ts +5 -5
- package/dist/esm/SchemaEditor/TypeCell.js +36 -18
- package/dist/esm/SchemaEditor/TypeCell.js.map +1 -1
- package/dist/esm/SchemaEditor/index.d.ts +3 -4
- package/dist/esm/SchemaEditor/index.js +0 -3
- package/dist/esm/SchemaEditor/index.js.map +1 -1
- package/dist/esm/SchemaEditor/schemaHelpers.d.ts +7 -2
- package/dist/esm/SchemaEditor/schemaHelpers.js +5 -9
- package/dist/esm/SchemaEditor/schemaHelpers.js.map +1 -1
- package/dist/esm/TimeMachine/EventsView.d.ts +35 -10
- package/dist/esm/TimeMachine/EventsView.js +23 -41
- package/dist/esm/TimeMachine/EventsView.js.map +1 -1
- package/dist/esm/TimeMachine/Properties.d.ts +7 -0
- package/dist/esm/TimeMachine/Properties.d.ts.map +1 -1
- package/dist/esm/TimeMachine/Properties.js +11 -8
- package/dist/esm/TimeMachine/Properties.js.map +1 -1
- package/dist/esm/TimeMachine/ReadModelView.d.ts +29 -4
- package/dist/esm/TimeMachine/ReadModelView.js +3 -12
- package/dist/esm/TimeMachine/ReadModelView.js.map +1 -1
- package/dist/esm/TimeMachine/TimeMachine.d.ts +22 -7
- package/dist/esm/TimeMachine/TimeMachine.js +23 -23
- package/dist/esm/TimeMachine/TimeMachine.js.map +1 -1
- package/dist/esm/TimeMachine/TimeMachineLabels.d.ts +15 -0
- package/dist/esm/TimeMachine/TimeMachineLabels.d.ts.map +1 -1
- package/dist/esm/TimeMachine/TimeMachineLabels.js +0 -3
- package/dist/esm/TimeMachine/TimeMachineLabels.js.map +1 -1
- package/dist/esm/TimeMachine/index.d.ts +9 -8
- package/dist/esm/TimeMachine/index.js +0 -3
- package/dist/esm/TimeMachine/index.js.map +1 -1
- package/dist/esm/TimeMachine/propertiesHelpers.d.ts +3 -0
- package/dist/esm/TimeMachine/propertiesHelpers.d.ts.map +1 -1
- package/dist/esm/TimeMachine/propertiesHelpers.js +0 -5
- package/dist/esm/TimeMachine/propertiesHelpers.js.map +1 -1
- package/dist/esm/TimeMachine/types.d.ts +24 -0
- package/dist/esm/TimeMachine/types.d.ts.map +1 -1
- package/dist/esm/TimeMachine/types.js +2 -0
- package/dist/esm/TimeMachine/types.js.map +1 -1
- package/dist/esm/Toolbar/Toolbar.d.ts +32 -2
- package/dist/esm/Toolbar/Toolbar.d.ts.map +1 -1
- package/dist/esm/Toolbar/Toolbar.js +20 -6
- package/dist/esm/Toolbar/Toolbar.js.map +1 -1
- package/dist/esm/Toolbar/ToolbarButton.d.ts +41 -4
- package/dist/esm/Toolbar/ToolbarButton.js +7 -14
- package/dist/esm/Toolbar/ToolbarButton.js.map +1 -1
- package/dist/esm/Toolbar/ToolbarContext.d.ts +16 -0
- package/dist/esm/Toolbar/ToolbarContext.d.ts.map +1 -1
- package/dist/esm/Toolbar/ToolbarContext.js +0 -8
- package/dist/esm/Toolbar/ToolbarContext.js.map +1 -1
- package/dist/esm/Toolbar/ToolbarDragContext.d.ts +16 -0
- package/dist/esm/Toolbar/ToolbarDragContext.d.ts.map +1 -1
- package/dist/esm/Toolbar/ToolbarDragContext.js +0 -12
- package/dist/esm/Toolbar/ToolbarDragContext.js.map +1 -1
- package/dist/esm/Toolbar/ToolbarFanOutItem.d.ts +33 -5
- package/dist/esm/Toolbar/ToolbarFanOutItem.js +23 -21
- package/dist/esm/Toolbar/ToolbarFanOutItem.js.map +1 -1
- package/dist/esm/Toolbar/ToolbarFolder.d.ts +40 -6
- package/dist/esm/Toolbar/ToolbarFolder.js +29 -17
- package/dist/esm/Toolbar/ToolbarFolder.js.map +1 -1
- package/dist/esm/Toolbar/ToolbarFolderContext.d.ts +9 -0
- package/dist/esm/Toolbar/ToolbarFolderContext.d.ts.map +1 -1
- package/dist/esm/Toolbar/ToolbarFolderContext.js +0 -10
- package/dist/esm/Toolbar/ToolbarFolderContext.js.map +1 -1
- package/dist/esm/Toolbar/ToolbarGroup.d.ts +41 -2
- package/dist/esm/Toolbar/ToolbarGroup.d.ts.map +1 -1
- package/dist/esm/Toolbar/ToolbarGroup.js +7 -49
- package/dist/esm/Toolbar/ToolbarGroup.js.map +1 -1
- package/dist/esm/Toolbar/ToolbarItemVisibilityContext.d.ts +3 -0
- package/dist/esm/Toolbar/ToolbarItemVisibilityContext.d.ts.map +1 -0
- package/dist/esm/Toolbar/ToolbarItemVisibilityContext.js +8 -0
- package/dist/esm/Toolbar/ToolbarItemVisibilityContext.js.map +1 -0
- package/dist/esm/Toolbar/ToolbarLayout.d.ts +71 -2
- package/dist/esm/Toolbar/ToolbarLayout.d.ts.map +1 -1
- package/dist/esm/Toolbar/ToolbarLayout.js +8 -66
- package/dist/esm/Toolbar/ToolbarLayout.js.map +1 -1
- package/dist/esm/Toolbar/ToolbarSection.d.ts +30 -2
- package/dist/esm/Toolbar/ToolbarSection.d.ts.map +1 -1
- package/dist/esm/Toolbar/ToolbarSection.js +6 -33
- package/dist/esm/Toolbar/ToolbarSection.js.map +1 -1
- package/dist/esm/Toolbar/ToolbarSeparator.d.ts +17 -1
- package/dist/esm/Toolbar/ToolbarSeparator.d.ts.map +1 -1
- package/dist/esm/Toolbar/ToolbarSeparator.js +1 -7
- package/dist/esm/Toolbar/ToolbarSeparator.js.map +1 -1
- package/dist/esm/Toolbar/ToolbarSlot.d.ts +46 -0
- package/dist/esm/Toolbar/ToolbarSlot.d.ts.map +1 -1
- package/dist/esm/Toolbar/ToolbarSlot.js +1 -46
- package/dist/esm/Toolbar/ToolbarSlot.js.map +1 -1
- package/dist/esm/Toolbar/index.d.ts +21 -22
- package/dist/esm/Toolbar/index.js +0 -3
- package/dist/esm/Toolbar/index.js.map +1 -1
- package/dist/esm/index.d.ts +18 -25
- package/dist/esm/index.js +3 -45
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/renderer/RendererContext.d.ts +50 -0
- package/dist/esm/renderer/RendererContext.js +128 -0
- package/dist/esm/renderer/RendererContext.js.map +1 -0
- package/dist/esm/renderer/RendererScope.d.ts +19 -0
- package/dist/esm/renderer/RendererScope.js +54 -0
- package/dist/esm/renderer/RendererScope.js.map +1 -0
- package/dist/esm/renderer/builtin/index.d.ts +12 -0
- package/dist/esm/renderer/builtin/index.d.ts.map +1 -0
- package/dist/esm/renderer/builtin/index.js +47 -0
- package/dist/esm/renderer/builtin/index.js.map +1 -0
- package/dist/esm/renderer/capabilities.d.ts +8 -0
- package/dist/esm/renderer/capabilities.d.ts.map +1 -0
- package/dist/esm/renderer/capabilities.js +4 -0
- package/dist/esm/renderer/capabilities.js.map +1 -0
- package/dist/esm/renderer/coreSlots.d.ts +80 -0
- package/dist/esm/renderer/coreSlots.js +35 -0
- package/dist/esm/renderer/coreSlots.js.map +1 -0
- package/dist/esm/renderer/errors.d.ts +58 -0
- package/dist/esm/renderer/errors.js +24 -0
- package/dist/esm/renderer/errors.js.map +1 -0
- package/dist/esm/renderer/index.d.ts +60 -0
- package/dist/esm/renderer/index.js +7 -0
- package/dist/esm/{Styled → renderer}/index.js.map +1 -1
- package/dist/esm/renderer/manifest.d.ts +97 -0
- package/dist/esm/renderer/manifest.js +36 -0
- package/dist/esm/renderer/manifest.js.map +1 -0
- package/dist/esm/renderer/overlayEnvironment.d.ts +23 -0
- package/dist/esm/renderer/overlayEnvironment.d.ts.map +1 -0
- package/dist/esm/renderer/overlayEnvironment.js +6 -0
- package/dist/esm/renderer/overlayEnvironment.js.map +1 -0
- package/dist/esm/renderer/presentation.d.ts +93 -0
- package/dist/esm/renderer/presentation.js +119 -0
- package/dist/esm/renderer/presentation.js.map +1 -0
- package/dist/esm/renderer/renderSlot.d.ts +8 -0
- package/dist/esm/renderer/renderSlot.d.ts.map +1 -0
- package/dist/esm/renderer/renderSlot.js +12 -0
- package/dist/esm/renderer/renderSlot.js.map +1 -0
- package/dist/esm/renderer/resolve.d.ts +37 -0
- package/dist/esm/renderer/resolve.js +123 -0
- package/dist/esm/renderer/resolve.js.map +1 -0
- package/dist/esm/renderer/slots.d.ts +52 -0
- package/dist/esm/renderer/slots.d.ts.map +1 -0
- package/dist/esm/renderer/slots.js +4 -0
- package/dist/esm/renderer/slots.js.map +1 -0
- package/dist/esm/schemas/ui-adapter.schema.d.ts +7 -0
- package/dist/esm/schemas/ui-adapter.schema.json +210 -0
- package/dist/esm/styles.css +5031 -3820
- package/dist/esm/theme.css +172 -434
- package/dist/esm/tokens.css +55 -97
- package/dist/esm/types/ChangeHandler.d.ts +13 -0
- package/dist/esm/types/ChangeHandler.js +4 -0
- package/dist/esm/types/ChangeHandler.js.map +1 -0
- package/dist/esm/types/ChangeMeta.d.ts +26 -0
- package/dist/esm/types/ChangeMeta.d.ts.map +1 -0
- package/dist/esm/types/ChangeMeta.js +4 -0
- package/dist/esm/types/ChangeMeta.js.map +1 -0
- package/dist/esm/types/ExactPartKeys.d.ts +6 -0
- package/dist/esm/types/ExactPartKeys.d.ts.map +1 -0
- package/dist/esm/types/ExactPartKeys.js +4 -0
- package/dist/esm/types/ExactPartKeys.js.map +1 -0
- package/dist/esm/types/JsonSchema.d.ts +40 -1
- package/dist/esm/types/JsonSchema.d.ts.map +1 -1
- package/dist/esm/types/JsonSchema.js +2 -0
- package/dist/esm/types/JsonSchema.js.map +1 -1
- package/dist/esm/types/TypeFormat.d.ts +11 -0
- package/dist/esm/types/TypeFormat.d.ts.map +1 -1
- package/dist/esm/types/TypeFormat.js +0 -2
- package/dist/esm/types/TypeFormat.js.map +1 -1
- package/dist/esm/types/index.d.ts +5 -3
- package/dist/esm/types/index.js +1 -3
- package/dist/esm/types/index.js.map +1 -1
- package/dist/esm/types/parts.d.ts +467 -0
- package/dist/esm/types/parts.d.ts.map +1 -0
- package/dist/esm/types/parts.js +453 -0
- package/dist/esm/types/parts.js.map +1 -0
- package/package.json +125 -46
- package/dist/esm/Canvas/Canvas.d.ts.map +0 -1
- package/dist/esm/Canvas/CanvasControls.d.ts.map +0 -1
- package/dist/esm/Canvas/glassAttributes.d.ts +0 -4
- package/dist/esm/Canvas/glassAttributes.d.ts.map +0 -1
- package/dist/esm/Canvas/glassAttributes.js +0 -25
- package/dist/esm/Canvas/glassAttributes.js.map +0 -1
- package/dist/esm/Canvas/index.d.ts.map +0 -1
- package/dist/esm/Canvas/messaging/useOptionalMessenger.d.ts +0 -3
- package/dist/esm/Canvas/messaging/useOptionalMessenger.d.ts.map +0 -1
- package/dist/esm/Canvas/messaging/useOptionalMessenger.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.d.ts +0 -13
- package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.d.ts +0 -20
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.js +0 -27
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.d.ts +0 -2
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.js +0 -20
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.d.ts +0 -2
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.js +0 -11
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.d.ts +0 -5
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.js +0 -4
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Chat.d.ts +0 -43
- package/dist/esm/Canvas/shapes/ChatBubble/Chat.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Chat.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.d.ts +0 -5
- package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.js +0 -14
- package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.d.ts +0 -18
- package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.d.ts +0 -24
- package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.d.ts +0 -17
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.js +0 -2
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageAdded.d.ts +0 -6
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageAdded.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageAdded.js +0 -18
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageAdded.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.d.ts +0 -25
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.js +0 -31
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.d.ts +0 -6
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.js +0 -2
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.d.ts +0 -7
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.js +0 -2
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.d.ts +0 -6
- package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.js +0 -2
- package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.d.ts +0 -8
- package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.js +0 -2
- package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.d.ts +0 -5
- package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.js +0 -15
- package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.d.ts +0 -6
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.js +0 -2
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategoryKey.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategoryKey.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.d.ts +0 -5
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.js +0 -2
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.d.ts +0 -14
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.d.ts +0 -3
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.d.ts +0 -7
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.js +0 -7
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.d.ts +0 -6
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.js +0 -59
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.d.ts +0 -23
- package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.js +0 -28
- package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.d.ts +0 -9
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.js +0 -2
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.d.ts +0 -5
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.js +0 -2
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.d.ts +0 -11
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.js +0 -14
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.d.ts +0 -3
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.js +0 -34
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.d.ts +0 -7
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.js +0 -23
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/extractMentions.d.ts +0 -4
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/extractMentions.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/extractMentions.js +0 -24
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/extractMentions.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/findMentionRanges.d.ts +0 -11
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/findMentionRanges.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/findMentionRanges.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.d.ts +0 -10
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.js +0 -10
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.d.ts +0 -3
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.js +0 -24
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/mentionSegments.d.ts +0 -10
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/mentionSegments.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/mentionSegments.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.d.ts +0 -6
- package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.js +0 -28
- package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.d.ts +0 -20
- package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.js +0 -50
- package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.d.ts +0 -9
- package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.js +0 -18
- package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.d.ts +0 -5
- package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.js +0 -19
- package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/index.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/index.js.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.d.ts +0 -4
- package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.js.map +0 -1
- package/dist/esm/Canvas/shapes/Note/index.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/Note/index.js.map +0 -1
- package/dist/esm/Canvas/shapes/Region/index.d.ts.map +0 -1
- package/dist/esm/Canvas/shapes/Region/index.js.map +0 -1
- package/dist/esm/Chat/ChatAuthor.d.ts.map +0 -1
- package/dist/esm/Chat/ChatConversation.d.ts.map +0 -1
- package/dist/esm/Chat/ChatMention.d.ts.map +0 -1
- package/dist/esm/Chat/ChatMessage.d.ts.map +0 -1
- package/dist/esm/Chat/ChatMessageAction.d.ts.map +0 -1
- package/dist/esm/Chat/ChatMessageBody.d.ts.map +0 -1
- package/dist/esm/Chat/ChatSidebar.d.ts.map +0 -1
- package/dist/esm/Chat/ChatSidebarForObservableQueries.d.ts.map +0 -1
- package/dist/esm/Chat/ChatTopic.d.ts.map +0 -1
- package/dist/esm/Chat/ChatTopicList.d.ts.map +0 -1
- package/dist/esm/Chat/index.d.ts.map +0 -1
- package/dist/esm/Chat/isTopicUnnamed.d.ts.map +0 -1
- package/dist/esm/Chat/topicsByActivity.d.ts.map +0 -1
- package/dist/esm/CommandDialog/CommandDialog.d.ts.map +0 -1
- package/dist/esm/CommandDialog/CommandStepper.d.ts.map +0 -1
- package/dist/esm/CommandDialog/StepperCommandDialog.d.ts.map +0 -1
- package/dist/esm/CommandDialog/index.d.ts.map +0 -1
- package/dist/esm/CommandForm/fieldTypeProviderRegistry.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/CalendarField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/CheckboxField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/ChipsField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/ColorPickerField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/DropdownField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/InputTextField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/MultiSelectField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/NumberField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/PasswordField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/RadioButtonField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/RadioGroupField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/RatingField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/SliderField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/TextAreaField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/ToggleSwitchField.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/index.d.ts.map +0 -1
- package/dist/esm/CommandForm/fields/index.js.map +0 -1
- package/dist/esm/CommandForm/index.d.ts.map +0 -1
- package/dist/esm/Common/ActionMenubar.d.ts.map +0 -1
- package/dist/esm/Common/Button.d.ts.map +0 -1
- package/dist/esm/Common/CratisComponentsProvider.d.ts.map +0 -1
- package/dist/esm/Common/DatePickerInput.d.ts.map +0 -1
- package/dist/esm/Common/index.d.ts.map +0 -1
- package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.d.ts +0 -3
- package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.d.ts.map +0 -1
- package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.js +0 -2
- package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.js.map +0 -1
- package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.d.ts +0 -3
- package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.d.ts.map +0 -1
- package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.js +0 -49
- package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.js.map +0 -1
- package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.d.ts +0 -369
- package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.d.ts.map +0 -1
- package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.js +0 -271
- package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.js.map +0 -1
- package/dist/esm/Compatibility/index.d.ts +0 -5
- package/dist/esm/Compatibility/index.d.ts.map +0 -1
- package/dist/esm/Compatibility/index.js +0 -7
- package/dist/esm/Compatibility/index.js.map +0 -1
- package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.d.ts +0 -8
- package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.d.ts.map +0 -1
- package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.js +0 -48
- package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.js.map +0 -1
- package/dist/esm/DataPage/DataPage.d.ts.map +0 -1
- package/dist/esm/DataPage/index.d.ts.map +0 -1
- package/dist/esm/DataTables/Column.d.ts.map +0 -1
- package/dist/esm/DataTables/ColumnFilterMenu.d.ts.map +0 -1
- package/dist/esm/DataTables/DataTableCore.d.ts.map +0 -1
- package/dist/esm/DataTables/DataTableFilterMatcherRegistry.d.ts.map +0 -1
- package/dist/esm/DataTables/DataTableForObservableQuery.d.ts.map +0 -1
- package/dist/esm/DataTables/DataTableForQuery.d.ts.map +0 -1
- package/dist/esm/DataTables/TablePaginator.d.ts.map +0 -1
- package/dist/esm/DataTables/index.d.ts.map +0 -1
- package/dist/esm/Dialogs/Dialog.d.ts.map +0 -1
- package/dist/esm/Dialogs/index.d.ts.map +0 -1
- package/dist/esm/Display/index.d.ts.map +0 -1
- package/dist/esm/Dropdown/Dropdown.d.ts.map +0 -1
- package/dist/esm/Dropdown/index.d.ts.map +0 -1
- package/dist/esm/Filter/FilterEditor.d.ts.map +0 -1
- package/dist/esm/Filter/FilterPanel.d.ts.map +0 -1
- package/dist/esm/Filter/RangeHistogramFilter.d.ts.map +0 -1
- package/dist/esm/Filter/index.d.ts.map +0 -1
- package/dist/esm/Filter/useFilterState.d.ts.map +0 -1
- package/dist/esm/Filter/utils.d.ts.map +0 -1
- package/dist/esm/Notifications/index.d.ts.map +0 -1
- package/dist/esm/ObjectContentEditor/ObjectContentEditor.d.ts.map +0 -1
- package/dist/esm/ObjectContentEditor/index.d.ts.map +0 -1
- package/dist/esm/ObjectContentEditor/objectHelpers.d.ts.map +0 -1
- package/dist/esm/ObjectNavigationalBar/index.d.ts.map +0 -1
- package/dist/esm/PivotViewer/PivotViewer.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/AxisLabels.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/FilterPanel.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/FilterPanelContainer.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/PivotCanvas.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/PivotViewerMain.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/RangeHistogramFilter.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/Toolbar.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/ToolbarContainer.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/index.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/index.js.map +0 -1
- package/dist/esm/PivotViewer/components/pivot/animation.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/pivot/colorResolver.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/pivot/groups.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/pivot/sprites.d.ts.map +0 -1
- package/dist/esm/PivotViewer/components/pivot/visibility.d.ts.map +0 -1
- package/dist/esm/PivotViewer/engine/layout.d.ts.map +0 -1
- package/dist/esm/PivotViewer/engine/pivot.worker.js.map +0 -1
- package/dist/esm/PivotViewer/engine/store.d.ts.map +0 -1
- package/dist/esm/PivotViewer/hooks/index.d.ts.map +0 -1
- package/dist/esm/PivotViewer/hooks/index.js.map +0 -1
- package/dist/esm/PivotViewer/hooks/useCardSelection.d.ts.map +0 -1
- package/dist/esm/PivotViewer/hooks/useCurrentFilters.d.ts.map +0 -1
- package/dist/esm/PivotViewer/hooks/useDetailPanelClose.d.ts.map +0 -1
- package/dist/esm/PivotViewer/hooks/useDimensionState.d.ts.map +0 -1
- package/dist/esm/PivotViewer/hooks/useFieldExtractors.d.ts.map +0 -1
- package/dist/esm/PivotViewer/hooks/useFilterOptions.d.ts.map +0 -1
- package/dist/esm/PivotViewer/hooks/useFilterState.d.ts.map +0 -1
- package/dist/esm/PivotViewer/hooks/useFilteredData.d.ts.map +0 -1
- package/dist/esm/PivotViewer/hooks/useFilteredData.js.map +0 -1
- package/dist/esm/PivotViewer/hooks/usePivotEngine.d.ts.map +0 -1
- package/dist/esm/PivotViewer/hooks/useScrollSync.d.ts.map +0 -1
- package/dist/esm/PivotViewer/hooks/useSelectedItem.js.map +0 -1
- package/dist/esm/PivotViewer/hooks/useViewModeScrollHandling.d.ts.map +0 -1
- package/dist/esm/PivotViewer/index.d.ts.map +0 -1
- package/dist/esm/PivotViewer/types.d.ts.map +0 -1
- package/dist/esm/PivotViewer/utils/cardPosition.d.ts.map +0 -1
- package/dist/esm/PivotViewer/utils/idResolution.d.ts.map +0 -1
- package/dist/esm/PivotViewer/utils/index.d.ts.map +0 -1
- package/dist/esm/PivotViewer/utils/index.js.map +0 -1
- package/dist/esm/PivotViewer/utils/selection.d.ts.map +0 -1
- package/dist/esm/PivotViewer/utils/utils.d.ts.map +0 -1
- package/dist/esm/SchemaEditor/NameCell.d.ts.map +0 -1
- package/dist/esm/SchemaEditor/SchemaEditor.d.ts.map +0 -1
- package/dist/esm/SchemaEditor/TypeCell.d.ts.map +0 -1
- package/dist/esm/SchemaEditor/index.d.ts.map +0 -1
- package/dist/esm/SchemaEditor/schemaHelpers.d.ts.map +0 -1
- package/dist/esm/Styled/CratisPreset.d.ts +0 -2
- package/dist/esm/Styled/CratisPreset.d.ts.map +0 -1
- package/dist/esm/Styled/CratisPreset.js +0 -80
- package/dist/esm/Styled/CratisPreset.js.map +0 -1
- package/dist/esm/Styled/index.d.ts +0 -4
- package/dist/esm/Styled/index.d.ts.map +0 -1
- package/dist/esm/Styled/index.js +0 -4
- package/dist/esm/Styled/primeReactStyles.d.ts +0 -3
- package/dist/esm/Styled/primeReactStyles.d.ts.map +0 -1
- package/dist/esm/Styled/primeReactStyles.js +0 -202
- package/dist/esm/Styled/primeReactStyles.js.map +0 -1
- package/dist/esm/Styled/styledMode.d.ts +0 -12
- package/dist/esm/Styled/styledMode.d.ts.map +0 -1
- package/dist/esm/Styled/styledMode.js +0 -68
- package/dist/esm/Styled/styledMode.js.map +0 -1
- package/dist/esm/TimeMachine/EventsView.d.ts.map +0 -1
- package/dist/esm/TimeMachine/ReadModelView.d.ts.map +0 -1
- package/dist/esm/TimeMachine/TimeMachine.d.ts.map +0 -1
- package/dist/esm/TimeMachine/index.d.ts.map +0 -1
- package/dist/esm/Toolbar/ToolbarButton.d.ts.map +0 -1
- package/dist/esm/Toolbar/ToolbarFanOutItem.d.ts.map +0 -1
- package/dist/esm/Toolbar/ToolbarFolder.d.ts.map +0 -1
- package/dist/esm/Toolbar/index.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/primereact-v10-palette.css +0 -242
- package/dist/esm/types/index.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../renderer/builtin/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAGH,KAAK,kBAAkB,EAC1B,MAAM,gBAAgB,CAAC;AAoCxB;;;;;;;;GAQG;AACH,eAAO,MAAM,sBAAsB,EAAE,kBAU/B,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { unstable_coreSlots } from '../coreSlots.js';
|
|
2
|
+
import { unstable_defineUiLibrary, unstable_CRATIS_UI_ABI_VERSION } from '../manifest.js';
|
|
3
|
+
|
|
4
|
+
const profileSlots = Object.freeze([
|
|
5
|
+
'common.button',
|
|
6
|
+
'common.iconButton',
|
|
7
|
+
'common.textInput',
|
|
8
|
+
'common.textArea',
|
|
9
|
+
'common.checkbox',
|
|
10
|
+
'common.radio',
|
|
11
|
+
'common.switch',
|
|
12
|
+
'common.progress',
|
|
13
|
+
'common.surface',
|
|
14
|
+
'common.tooltip',
|
|
15
|
+
'dropdown.select',
|
|
16
|
+
'dialogs.dialog',
|
|
17
|
+
'display.datePicker',
|
|
18
|
+
'datatables.paginator',
|
|
19
|
+
]);
|
|
20
|
+
const capabilities = Object.freeze([
|
|
21
|
+
'slot.render',
|
|
22
|
+
'parts.passthrough',
|
|
23
|
+
'focus.trap',
|
|
24
|
+
'focus.restore',
|
|
25
|
+
'overlay.portal',
|
|
26
|
+
'selection.multi',
|
|
27
|
+
'datetime.i18n',
|
|
28
|
+
'form.validationMessage',
|
|
29
|
+
'theme.tokens',
|
|
30
|
+
'ssr.staticRender',
|
|
31
|
+
'rtl',
|
|
32
|
+
'forcedColors',
|
|
33
|
+
'motion.reduced',
|
|
34
|
+
]);
|
|
35
|
+
const unstable_cratisBuiltIn = unstable_defineUiLibrary({
|
|
36
|
+
id: 'cratis-built-in',
|
|
37
|
+
displayName: 'Cratis built-in renderer',
|
|
38
|
+
abi: unstable_CRATIS_UI_ABI_VERSION,
|
|
39
|
+
level: 'full',
|
|
40
|
+
profile: 'core/v1',
|
|
41
|
+
profileSlots,
|
|
42
|
+
capabilities,
|
|
43
|
+
slots: unstable_coreSlots,
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
export { unstable_cratisBuiltIn };
|
|
47
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../renderer/builtin/index.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAYA,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC;IAC/B,eAAe;IACf,mBAAmB;IACnB,kBAAkB;IAClB,iBAAiB;IACjB,iBAAiB;IACjB,cAAc;IACd,eAAe;IACf,iBAAiB;IACjB,gBAAgB;IAChB,gBAAgB;IAChB,iBAAiB;IACjB,gBAAgB;IAChB,oBAAoB;IACpB,sBAAsB;AACY,CAAA,CAAC;AAEvC,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC;IAC/B,aAAa;IACb,mBAAmB;IACnB,YAAY;IACZ,eAAe;IACf,gBAAgB;IAChB,iBAAiB;IACjB,eAAe;IACf,wBAAwB;IACxB,cAAc;IACd,kBAAkB;IAClB,KAAK;IACL,cAAc;IACd,gBAAgB;AACwB,CAAA,CAAC;AAWtC,MAAM,sBAAsB,GAC/B,wBAAwB,CAAC;AACrB,IAAA,EAAE,EAAE,iBAAiB;AACrB,IAAA,WAAW,EAAE,0BAA0B;AACvC,IAAA,GAAG,EAAE,8BAA8B;AACnC,IAAA,KAAK,EAAE,MAAM;AACb,IAAA,OAAO,EAAE,SAAS;IAClB,YAAY;IACZ,YAAY;AACZ,IAAA,KAAK,EAAE,kBAAkB;AAC5B,CAAA;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Capability identifiers understood by the renderer ABI. Consumers branch on capabilities, never
|
|
3
|
+
* on a renderer's identity.
|
|
4
|
+
*
|
|
5
|
+
* @unstable Adapter-author contract. Expect changes until renderer conformance gates promote it.
|
|
6
|
+
*/
|
|
7
|
+
export type unstable_CapabilityId = 'slot.render' | 'parts.passthrough' | 'focus.trap' | 'focus.restore' | 'overlay.portal' | 'collection.virtualize' | 'selection.multi' | 'datetime.i18n' | 'form.validationMessage' | 'theme.tokens' | 'ssr.staticRender' | 'rtl' | 'forcedColors' | 'motion.reduced' | 'machine.binding' | 'paging.server';
|
|
8
|
+
//# sourceMappingURL=capabilities.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../../renderer/capabilities.ts"],"names":[],"mappings":"AAGA;;;;;GAKG;AACH,MAAM,MAAM,qBAAqB,GAC3B,aAAa,GACb,mBAAmB,GACnB,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,uBAAuB,GACvB,iBAAiB,GACjB,eAAe,GACf,wBAAwB,GACxB,cAAc,GACd,kBAAkB,GAClB,KAAK,GACL,cAAc,GACd,gBAAgB,GAChB,iBAAiB,GACjB,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"capabilities.js","sourceRoot":"","sources":["../../../renderer/capabilities.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,qGAAqG"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import type { ComponentType } from 'react';
|
|
2
|
+
import type { unstable_BehaviorMode } from './slots.js';
|
|
3
|
+
/**
|
|
4
|
+
* Complete Core slot inventory for renderer ABI proof and conformance tests only.
|
|
5
|
+
*
|
|
6
|
+
* Every facade owns its local Core declaration, so neither the setup-only provider nor the public
|
|
7
|
+
* renderer barrel may import this private all-family table.
|
|
8
|
+
*/
|
|
9
|
+
export declare const unstable_coreSlots: Readonly<{
|
|
10
|
+
'common.button': Readonly<{
|
|
11
|
+
mode: unstable_BehaviorMode;
|
|
12
|
+
fidelity: "native";
|
|
13
|
+
render: ComponentType<import("../Common/index.js").ButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
14
|
+
}>;
|
|
15
|
+
'common.iconButton': Readonly<{
|
|
16
|
+
mode: unstable_BehaviorMode;
|
|
17
|
+
fidelity: "native";
|
|
18
|
+
render: ComponentType<import("../Common/index.js").IconButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
19
|
+
}>;
|
|
20
|
+
'common.textInput': Readonly<{
|
|
21
|
+
mode: unstable_BehaviorMode;
|
|
22
|
+
fidelity: "native";
|
|
23
|
+
render: ComponentType<import("../Common/index.js").TextInputProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
24
|
+
}>;
|
|
25
|
+
'common.textArea': Readonly<{
|
|
26
|
+
mode: unstable_BehaviorMode;
|
|
27
|
+
fidelity: "native";
|
|
28
|
+
render: ComponentType<import("../Common/index.js").TextAreaProps & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
29
|
+
}>;
|
|
30
|
+
'common.checkbox': Readonly<{
|
|
31
|
+
mode: unstable_BehaviorMode;
|
|
32
|
+
fidelity: "native";
|
|
33
|
+
render: ComponentType<import("../Common/index.js").CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
34
|
+
}>;
|
|
35
|
+
'common.radio': Readonly<{
|
|
36
|
+
mode: unstable_BehaviorMode;
|
|
37
|
+
fidelity: "native";
|
|
38
|
+
render: ComponentType<import("../Common/index.js").RadioProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
39
|
+
}>;
|
|
40
|
+
'common.switch': Readonly<{
|
|
41
|
+
mode: unstable_BehaviorMode;
|
|
42
|
+
fidelity: "native";
|
|
43
|
+
render: ComponentType<import("../Common/index.js").SwitchProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
44
|
+
}>;
|
|
45
|
+
'common.progress': Readonly<{
|
|
46
|
+
mode: unstable_BehaviorMode;
|
|
47
|
+
fidelity: "native";
|
|
48
|
+
render: ComponentType<import("../Display/index.js").ProgressBarProps>;
|
|
49
|
+
}>;
|
|
50
|
+
'common.surface': Readonly<{
|
|
51
|
+
mode: unstable_BehaviorMode;
|
|
52
|
+
fidelity: "native";
|
|
53
|
+
render: ComponentType<import("../Common/index.js").SurfaceProps & import("react").RefAttributes<HTMLElement>>;
|
|
54
|
+
}>;
|
|
55
|
+
'common.tooltip': Readonly<{
|
|
56
|
+
mode: unstable_BehaviorMode;
|
|
57
|
+
fidelity: "native";
|
|
58
|
+
render: ComponentType<import("../Common/index.js").TooltipProps>;
|
|
59
|
+
}>;
|
|
60
|
+
'dropdown.select': Readonly<{
|
|
61
|
+
mode: unstable_BehaviorMode;
|
|
62
|
+
fidelity: "native";
|
|
63
|
+
render: ComponentType<import("../Dropdown/index.js").DropdownProps<unknown>>;
|
|
64
|
+
}>;
|
|
65
|
+
'dialogs.dialog': Readonly<{
|
|
66
|
+
mode: unstable_BehaviorMode;
|
|
67
|
+
fidelity: "native";
|
|
68
|
+
render: ComponentType<import("../Dialogs/index.js").DialogProps>;
|
|
69
|
+
}>;
|
|
70
|
+
'display.datePicker': Readonly<{
|
|
71
|
+
mode: unstable_BehaviorMode;
|
|
72
|
+
fidelity: "native";
|
|
73
|
+
render: ComponentType<import("../Common/index.js").DatePickerInputProps>;
|
|
74
|
+
}>;
|
|
75
|
+
'datatables.paginator': Readonly<{
|
|
76
|
+
mode: unstable_BehaviorMode;
|
|
77
|
+
fidelity: "native";
|
|
78
|
+
render: ComponentType<import("../DataTables/index.js").TablePaginatorProps>;
|
|
79
|
+
}>;
|
|
80
|
+
}>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ButtonImplementation } from '../Common/ButtonImplementation.js';
|
|
2
|
+
import { CheckboxImplementation } from '../Common/CheckboxImplementation.js';
|
|
3
|
+
import { DatePickerInputImplementation } from '../Common/DatePickerInputImplementation.js';
|
|
4
|
+
import { IconButtonImplementation } from '../Common/IconButtonImplementation.js';
|
|
5
|
+
import { RadioImplementation } from '../Common/RadioImplementation.js';
|
|
6
|
+
import { SurfaceImplementation } from '../Common/SurfaceImplementation.js';
|
|
7
|
+
import { SwitchImplementation } from '../Common/SwitchImplementation.js';
|
|
8
|
+
import { TextAreaImplementation } from '../Common/TextAreaImplementation.js';
|
|
9
|
+
import { TextInputImplementation } from '../Common/TextInputImplementation.js';
|
|
10
|
+
import { TooltipImplementation } from '../Common/TooltipImplementation.js';
|
|
11
|
+
import { TablePaginatorImplementation } from '../DataTables/TablePaginatorImplementation.js';
|
|
12
|
+
import { ProgressBarImplementation } from '../Display/ProgressBarImplementation.js';
|
|
13
|
+
import { DialogImplementation } from '../Dialogs/DialogImplementation.js';
|
|
14
|
+
import { DropdownImplementation } from '../Dropdown/DropdownImplementation.js';
|
|
15
|
+
|
|
16
|
+
const nativeDeclaration = (mode, render) => Object.freeze({ mode, fidelity: 'native', render });
|
|
17
|
+
const unstable_coreSlots = Object.freeze({
|
|
18
|
+
'common.button': nativeDeclaration('presentation', ButtonImplementation),
|
|
19
|
+
'common.iconButton': nativeDeclaration('presentation', IconButtonImplementation),
|
|
20
|
+
'common.textInput': nativeDeclaration('presentation', TextInputImplementation),
|
|
21
|
+
'common.textArea': nativeDeclaration('presentation', TextAreaImplementation),
|
|
22
|
+
'common.checkbox': nativeDeclaration('presentation', CheckboxImplementation),
|
|
23
|
+
'common.radio': nativeDeclaration('presentation', RadioImplementation),
|
|
24
|
+
'common.switch': nativeDeclaration('presentation', SwitchImplementation),
|
|
25
|
+
'common.progress': nativeDeclaration('presentation', ProgressBarImplementation),
|
|
26
|
+
'common.surface': nativeDeclaration('presentation', SurfaceImplementation),
|
|
27
|
+
'common.tooltip': nativeDeclaration('atomic', TooltipImplementation),
|
|
28
|
+
'dropdown.select': nativeDeclaration('atomic', DropdownImplementation),
|
|
29
|
+
'dialogs.dialog': nativeDeclaration('atomic', DialogImplementation),
|
|
30
|
+
'display.datePicker': nativeDeclaration('atomic', DatePickerInputImplementation),
|
|
31
|
+
'datatables.paginator': nativeDeclaration('atomic', TablePaginatorImplementation),
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
export { unstable_coreSlots };
|
|
35
|
+
//# sourceMappingURL=coreSlots.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreSlots.js","sources":["../../../renderer/coreSlots.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;AAuBA,MAAM,iBAAiB,GAAG,CACtB,IAA2B,EAC3B,MAA4B,KAC3B,MAAM,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAiB,EAAE,MAAM,EAAE,CAAC;AAQ1D,MAAM,kBAAkB,GAAG,MAAM,CAAC,MAAM,CAAC;AAC5C,IAAA,eAAe,EAAE,iBAAiB,CAAC,cAAc,EAAE,oBAAoB,CAAC;AACxE,IAAA,mBAAmB,EAAE,iBAAiB,CAClC,cAAc,EACd,wBAAwB,CAC3B;AACD,IAAA,kBAAkB,EAAE,iBAAiB,CAAC,cAAc,EAAE,uBAAuB,CAAC;AAC9E,IAAA,iBAAiB,EAAE,iBAAiB,CAAC,cAAc,EAAE,sBAAsB,CAAC;AAC5E,IAAA,iBAAiB,EAAE,iBAAiB,CAAC,cAAc,EAAE,sBAAsB,CAAC;AAC5E,IAAA,cAAc,EAAE,iBAAiB,CAAC,cAAc,EAAE,mBAAmB,CAAC;AACtE,IAAA,eAAe,EAAE,iBAAiB,CAAC,cAAc,EAAE,oBAAoB,CAAC;AACxE,IAAA,iBAAiB,EAAE,iBAAiB,CAAC,cAAc,EAAE,yBAAyB,CAAC;AAC/E,IAAA,gBAAgB,EAAE,iBAAiB,CAAC,cAAc,EAAE,qBAAqB,CAAC;AAC1E,IAAA,gBAAgB,EAAE,iBAAiB,CAAC,QAAQ,EAAE,qBAAqB,CAAC;AACpE,IAAA,iBAAiB,EAAE,iBAAiB,CAAC,QAAQ,EAAE,sBAAsB,CAAC;AACtE,IAAA,gBAAgB,EAAE,iBAAiB,CAAC,QAAQ,EAAE,oBAAoB,CAAC;AACnE,IAAA,oBAAoB,EAAE,iBAAiB,CAAC,QAAQ,EAAE,6BAA6B,CAAC;AAChF,IAAA,sBAAsB,EAAE,iBAAiB,CAAC,QAAQ,EAAE,4BAA4B,CAAC;AACpF,CAAA;;"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import type { unstable_SlotId } from './slots.js';
|
|
2
|
+
/**
|
|
3
|
+
* Stable diagnostic codes reserved by the unstable renderer ABI.
|
|
4
|
+
*
|
|
5
|
+
* @unstable Adapter-author contract. Expect changes until renderer conformance gates promote it.
|
|
6
|
+
*/
|
|
7
|
+
export declare const unstable_adapterErrorCodes: Readonly<{
|
|
8
|
+
readonly abiMismatch: "CRATIS-UI-1001";
|
|
9
|
+
readonly missingRequirement: "CRATIS-UI-1002";
|
|
10
|
+
readonly strictProfileFallback: "CRATIS-UI-1003";
|
|
11
|
+
readonly missingUpstreamPeer: "CRATIS-UI-1004";
|
|
12
|
+
readonly missingLicenseKey: "CRATIS-UI-1005";
|
|
13
|
+
readonly nestedLibraries: "CRATIS-UI-1006";
|
|
14
|
+
readonly ssrContractViolation: "CRATIS-UI-1007";
|
|
15
|
+
readonly duplicateResolution: "CRATIS-UI-1008";
|
|
16
|
+
readonly deprecatedSlot: "CRATIS-UI-1009";
|
|
17
|
+
}>;
|
|
18
|
+
/**
|
|
19
|
+
* Renderer diagnostic code from `CRATIS-UI-1001` through `CRATIS-UI-1009`.
|
|
20
|
+
*
|
|
21
|
+
* @unstable Adapter-author contract. Expect changes until renderer conformance gates promote it.
|
|
22
|
+
*/
|
|
23
|
+
export type unstable_AdapterErrorCode = (typeof unstable_adapterErrorCodes)[keyof typeof unstable_adapterErrorCodes];
|
|
24
|
+
/**
|
|
25
|
+
* Actionable renderer diagnostic. A diagnostic carries exactly one remedy so failures cannot leave
|
|
26
|
+
* consumers choosing between conflicting recovery instructions.
|
|
27
|
+
*
|
|
28
|
+
* @unstable Adapter-author contract. Expect changes until renderer conformance gates promote it.
|
|
29
|
+
*/
|
|
30
|
+
export interface unstable_AdapterDiagnostic {
|
|
31
|
+
/** Core-owned diagnostic code. */
|
|
32
|
+
readonly code: unstable_AdapterErrorCode;
|
|
33
|
+
/** Adapter that produced or caused the diagnostic. */
|
|
34
|
+
readonly adapterId: string;
|
|
35
|
+
/** Affected slot when the diagnostic is slot-specific. */
|
|
36
|
+
readonly slotId?: unstable_SlotId;
|
|
37
|
+
/** Human-readable explanation of the failure or degradation. */
|
|
38
|
+
readonly message: string;
|
|
39
|
+
/** The single action a consumer should take to remedy the diagnostic. */
|
|
40
|
+
readonly remedy: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Typed failure raised when a renderer contract cannot be honored.
|
|
44
|
+
*
|
|
45
|
+
* @unstable Adapter-author contract. Expect changes until renderer conformance gates promote it.
|
|
46
|
+
*/
|
|
47
|
+
export declare class unstable_AdapterError extends Error {
|
|
48
|
+
/** Stable diagnostic that caused the failure. */
|
|
49
|
+
readonly diagnostic: unstable_AdapterDiagnostic;
|
|
50
|
+
/** Stable diagnostic code, repeated for convenient error-boundary inspection. */
|
|
51
|
+
readonly code: unstable_AdapterErrorCode;
|
|
52
|
+
/**
|
|
53
|
+
* Initializes a renderer contract failure.
|
|
54
|
+
*
|
|
55
|
+
* @param diagnostic Actionable renderer diagnostic.
|
|
56
|
+
*/
|
|
57
|
+
constructor(diagnostic: unstable_AdapterDiagnostic);
|
|
58
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const unstable_adapterErrorCodes = Object.freeze({
|
|
2
|
+
abiMismatch: 'CRATIS-UI-1001',
|
|
3
|
+
missingRequirement: 'CRATIS-UI-1002',
|
|
4
|
+
strictProfileFallback: 'CRATIS-UI-1003',
|
|
5
|
+
missingUpstreamPeer: 'CRATIS-UI-1004',
|
|
6
|
+
missingLicenseKey: 'CRATIS-UI-1005',
|
|
7
|
+
nestedLibraries: 'CRATIS-UI-1006',
|
|
8
|
+
ssrContractViolation: 'CRATIS-UI-1007',
|
|
9
|
+
duplicateResolution: 'CRATIS-UI-1008',
|
|
10
|
+
deprecatedSlot: 'CRATIS-UI-1009',
|
|
11
|
+
});
|
|
12
|
+
class unstable_AdapterError extends Error {
|
|
13
|
+
diagnostic;
|
|
14
|
+
code;
|
|
15
|
+
constructor(diagnostic) {
|
|
16
|
+
super(`[${diagnostic.code}] ${diagnostic.message} Remedy: ${diagnostic.remedy}`);
|
|
17
|
+
this.name = 'unstable_AdapterError';
|
|
18
|
+
this.diagnostic = diagnostic;
|
|
19
|
+
this.code = diagnostic.code;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export { unstable_AdapterError, unstable_adapterErrorCodes };
|
|
24
|
+
//# sourceMappingURL=errors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.js","sources":["../../../renderer/errors.ts"],"sourcesContent":[null],"names":[],"mappings":"AAUO,MAAM,0BAA0B,GAAG,MAAM,CAAC,MAAM,CAAC;AACpD,IAAA,WAAW,EAAE,gBAAgB;AAC7B,IAAA,kBAAkB,EAAE,gBAAgB;AACpC,IAAA,qBAAqB,EAAE,gBAAgB;AACvC,IAAA,mBAAmB,EAAE,gBAAgB;AACrC,IAAA,iBAAiB,EAAE,gBAAgB;AACnC,IAAA,eAAe,EAAE,gBAAgB;AACjC,IAAA,oBAAoB,EAAE,gBAAgB;AACtC,IAAA,mBAAmB,EAAE,gBAAgB;AACrC,IAAA,cAAc,EAAE,gBAAgB;AAC1B,CAAA;AAkCJ,MAAO,qBAAsB,SAAQ,KAAK,CAAA;AAEnC,IAAA,UAAU;AAGV,IAAA,IAAI;AAOb,IAAA,WAAA,CAAY,UAAsC,EAAA;AAC9C,QAAA,KAAK,CAAC,CAAA,CAAA,EAAI,UAAU,CAAC,IAAI,CAAA,EAAA,EAAK,UAAU,CAAC,OAAO,YAAY,UAAU,CAAC,MAAM,CAAA,CAAE,CAAC;AAChF,QAAA,IAAI,CAAC,IAAI,GAAG,uBAAuB;AACnC,QAAA,IAAI,CAAC,UAAU,GAAG,UAAU;AAC5B,QAAA,IAAI,CAAC,IAAI,GAAG,UAAU,CAAC,IAAI;IAC/B;AACH;;"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { ButtonProps } from '../Common/Button.js';
|
|
2
|
+
import type { CheckboxProps } from '../Common/Checkbox.js';
|
|
3
|
+
import type { DatePickerInputProps } from '../Common/DatePickerInput.js';
|
|
4
|
+
import type { IconButtonProps } from '../Common/IconButton.js';
|
|
5
|
+
import type { RadioProps } from '../Common/Radio.js';
|
|
6
|
+
import type { SurfaceProps } from '../Common/Surface.js';
|
|
7
|
+
import type { SwitchProps } from '../Common/Switch.js';
|
|
8
|
+
import type { TextAreaProps } from '../Common/TextArea.js';
|
|
9
|
+
import type { TextInputProps } from '../Common/TextInput.js';
|
|
10
|
+
import type { TooltipProps } from '../Common/Tooltip.js';
|
|
11
|
+
import type { TablePaginatorProps } from '../DataTables/TablePaginator.js';
|
|
12
|
+
import type { ProgressBarProps } from '../Display/ProgressBar.js';
|
|
13
|
+
import type { DialogProps } from '../Dialogs/Dialog.js';
|
|
14
|
+
import type { DropdownProps } from '../Dropdown/Dropdown.js';
|
|
15
|
+
/** Core-owned slot contracts loaded only by the renderer subpath. */
|
|
16
|
+
declare module './slots.js' {
|
|
17
|
+
interface unstable_CratisSlots {
|
|
18
|
+
/** Cratis button presentation contract. */
|
|
19
|
+
'common.button': ButtonProps;
|
|
20
|
+
/** Cratis icon-button presentation contract. */
|
|
21
|
+
'common.iconButton': IconButtonProps;
|
|
22
|
+
/** Native text-input presentation contract. */
|
|
23
|
+
'common.textInput': TextInputProps;
|
|
24
|
+
/** Native text-area presentation contract. */
|
|
25
|
+
'common.textArea': TextAreaProps;
|
|
26
|
+
/** Native checkbox presentation contract. */
|
|
27
|
+
'common.checkbox': CheckboxProps;
|
|
28
|
+
/** Native radio-option presentation contract. */
|
|
29
|
+
'common.radio': RadioProps;
|
|
30
|
+
/** Native switch presentation contract. */
|
|
31
|
+
'common.switch': SwitchProps;
|
|
32
|
+
/** Progress-bar presentation contract. */
|
|
33
|
+
'common.progress': ProgressBarProps;
|
|
34
|
+
/** Semantic surface presentation contract. */
|
|
35
|
+
'common.surface': SurfaceProps;
|
|
36
|
+
/** Interaction-heavy tooltip contract. */
|
|
37
|
+
'common.tooltip': TooltipProps;
|
|
38
|
+
/** Interaction-heavy select/dropdown contract. */
|
|
39
|
+
'dropdown.select': DropdownProps<unknown>;
|
|
40
|
+
/** Interaction-heavy modal dialog contract. */
|
|
41
|
+
'dialogs.dialog': DialogProps;
|
|
42
|
+
/** Interaction-heavy date-picker contract. */
|
|
43
|
+
'display.datePicker': DatePickerInputProps;
|
|
44
|
+
/** Interaction-heavy, composite-adjacent table paginator contract. */
|
|
45
|
+
'datatables.paginator': TablePaginatorProps;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Renderer contracts for adapter authors. The bounded nine-slot presentation profile is stable;
|
|
50
|
+
* every broader renderer-system symbol remains `unstable_`-prefixed. E1 presentation and E2 atomic
|
|
51
|
+
* routing are facade-local; lazy/preload entries remain deferred.
|
|
52
|
+
*/
|
|
53
|
+
export type { unstable_CapabilityId } from './capabilities.js';
|
|
54
|
+
export { unstable_AdapterError, unstable_adapterErrorCodes, type unstable_AdapterDiagnostic, type unstable_AdapterErrorCode, } from './errors.js';
|
|
55
|
+
export { unstable_CRATIS_UI_ABI_VERSION, unstable_composeUiLibraries, unstable_defineUiLibrary, type CratisPresentationUiLibraryProviderProps, type CratisRendererSetup, type CratisRendererSetupExtensions, type unstable_RendererSetup, type unstable_RendererSetupExtensions, type unstable_UiLibrary, type unstable_UiLibraryProviderProps, } from './manifest.js';
|
|
56
|
+
export { unstable_defaultOverlayEnvironment, type CratisOverlayEnvironment, type unstable_CratisOverlayEnvironment, } from './overlayEnvironment.js';
|
|
57
|
+
export { CRATIS_PRESENTATION_ABI_VERSION, CRATIS_PRESENTATION_PROFILE, cratisPresentationSlotIds, definePresentationUiLibrary, type CratisPresentationCapabilities, type CratisPresentationCapabilityId, type CratisPresentationSlotDeclaration, type CratisPresentationSlotId, type CratisPresentationSlotMap, type CratisPresentationSlots, type CratisPresentationUiLibrary, } from './presentation.js';
|
|
58
|
+
export { unstable_useCapability, unstable_useOverlayEnvironment, unstable_useRendererId, } from './RendererContext.js';
|
|
59
|
+
export { unstable_RendererScope, type unstable_RendererScopeProps, } from './RendererScope.js';
|
|
60
|
+
export type { unstable_BehaviorMode, unstable_CratisSlots, unstable_Fidelity, unstable_SlotDeclaration, unstable_SlotId, unstable_SlotMap, } from './slots.js';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { unstable_AdapterError, unstable_adapterErrorCodes } from './errors.js';
|
|
2
|
+
export { unstable_CRATIS_UI_ABI_VERSION, unstable_composeUiLibraries, unstable_defineUiLibrary } from './manifest.js';
|
|
3
|
+
export { unstable_defaultOverlayEnvironment } from './overlayEnvironment.js';
|
|
4
|
+
export { CRATIS_PRESENTATION_ABI_VERSION, CRATIS_PRESENTATION_PROFILE, cratisPresentationSlotIds, definePresentationUiLibrary } from './presentation.js';
|
|
5
|
+
export { unstable_useCapability, unstable_useOverlayEnvironment, unstable_useRendererId } from './RendererContext.js';
|
|
6
|
+
export { unstable_RendererScope } from './RendererScope.js';
|
|
7
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import type { ComponentType, ReactNode } from 'react';
|
|
2
|
+
import type { unstable_CapabilityId } from './capabilities.js';
|
|
3
|
+
import type { unstable_AdapterDiagnostic } from './errors.js';
|
|
4
|
+
import type { unstable_SlotId, unstable_SlotMap } from './slots.js';
|
|
5
|
+
/**
|
|
6
|
+
* Open declaration-merging surface for renderer-specific, non-secret setup attestations.
|
|
7
|
+
* Adapter packages add boolean keys only; credentials never belong in this interface.
|
|
8
|
+
*/
|
|
9
|
+
export interface CratisRendererSetupExtensions extends Record<never, never> {
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Compatibility declaration-merging surface for renderer setup attestations.
|
|
13
|
+
*
|
|
14
|
+
* @deprecated Merge new adapter keys into {@link CratisRendererSetupExtensions}.
|
|
15
|
+
*/
|
|
16
|
+
export interface unstable_RendererSetupExtensions extends CratisRendererSetupExtensions {
|
|
17
|
+
}
|
|
18
|
+
/** Non-secret application setup attestations supplied to a renderer provider. */
|
|
19
|
+
export type CratisRendererSetup = Readonly<{
|
|
20
|
+
[Key in keyof CratisRendererSetupExtensions | keyof unstable_RendererSetupExtensions]?: boolean;
|
|
21
|
+
}>;
|
|
22
|
+
/**
|
|
23
|
+
* Compatibility alias for {@link CratisRendererSetup}.
|
|
24
|
+
*
|
|
25
|
+
* @deprecated Use {@link CratisRendererSetup}.
|
|
26
|
+
*/
|
|
27
|
+
export type unstable_RendererSetup = CratisRendererSetup;
|
|
28
|
+
/** Props supplied to a stable presentation renderer library provider. */
|
|
29
|
+
export interface CratisPresentationUiLibraryProviderProps {
|
|
30
|
+
/** Non-secret application setup attestations. Never credentials or license tokens. */
|
|
31
|
+
readonly setup: CratisRendererSetup;
|
|
32
|
+
/** Application content. */
|
|
33
|
+
readonly children: ReactNode;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Compatibility alias for {@link CratisPresentationUiLibraryProviderProps}.
|
|
37
|
+
*
|
|
38
|
+
* @deprecated Use {@link CratisPresentationUiLibraryProviderProps}.
|
|
39
|
+
*/
|
|
40
|
+
export type unstable_UiLibraryProviderProps = CratisPresentationUiLibraryProviderProps;
|
|
41
|
+
/**
|
|
42
|
+
* Renderer ABI major implemented by this package.
|
|
43
|
+
*
|
|
44
|
+
* @unstable Adapter-author contract. Expect changes until renderer conformance gates promote it.
|
|
45
|
+
*/
|
|
46
|
+
export declare const unstable_CRATIS_UI_ABI_VERSION = 1;
|
|
47
|
+
/**
|
|
48
|
+
* Runtime renderer manifest. Manifests are immutable values and are never passed through the
|
|
49
|
+
* Components configuration deep-merge path.
|
|
50
|
+
*
|
|
51
|
+
* @unstable Adapter-author contract. Expect changes until renderer conformance gates promote it.
|
|
52
|
+
*/
|
|
53
|
+
export interface unstable_UiLibrary {
|
|
54
|
+
/** Stable, package-local renderer identity used for diagnostics and telemetry. */
|
|
55
|
+
readonly id: string;
|
|
56
|
+
/** Human-readable renderer name. */
|
|
57
|
+
readonly displayName: string;
|
|
58
|
+
/** Renderer ABI major implemented by this library. */
|
|
59
|
+
readonly abi: number;
|
|
60
|
+
/** Breadth and ownership level offered by the library. */
|
|
61
|
+
readonly level: 'full' | 'primitive' | 'behavior' | 'portal' | 'theme';
|
|
62
|
+
/** Named contract profile promised by the library. */
|
|
63
|
+
readonly profile: string;
|
|
64
|
+
/**
|
|
65
|
+
* Slots promised by the named profile. When omitted, the library promises its own slot keys.
|
|
66
|
+
*/
|
|
67
|
+
readonly profileSlots?: readonly unstable_SlotId[];
|
|
68
|
+
/** Core-owned capabilities honestly supported by the library. */
|
|
69
|
+
readonly capabilities: readonly unstable_CapabilityId[];
|
|
70
|
+
/** Typed partial slot implementation table. */
|
|
71
|
+
readonly slots: unstable_SlotMap;
|
|
72
|
+
/** Optional library-level provider mounted once around the selected renderer scope. */
|
|
73
|
+
readonly Provider?: ComponentType<CratisPresentationUiLibraryProviderProps>;
|
|
74
|
+
/** Optional static diagnostic preflight evaluated by renderer providers and scopes. */
|
|
75
|
+
readonly preflight?: () => readonly unstable_AdapterDiagnostic[];
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Defines a renderer library while preserving its inferred literal type. The helper is
|
|
79
|
+
* side-effect-free and defensively copies/freezes mutable manifest containers; component and
|
|
80
|
+
* callback references remain untouched.
|
|
81
|
+
*
|
|
82
|
+
* @param library Renderer library to define.
|
|
83
|
+
* @returns A frozen defensive copy with the same inferred public type.
|
|
84
|
+
* @unstable Adapter-author contract. Expect changes until renderer conformance gates promote it.
|
|
85
|
+
*/
|
|
86
|
+
export declare const unstable_defineUiLibrary: <const T extends unstable_UiLibrary>(library: T) => T;
|
|
87
|
+
/**
|
|
88
|
+
* Composes one or more renderer libraries. Slot declarations and metadata use last-library-wins
|
|
89
|
+
* semantics; capabilities are de-duplicated in first-seen order for deterministic diagnostics.
|
|
90
|
+
* The result is defensively copied and frozen through {@link unstable_defineUiLibrary}.
|
|
91
|
+
*
|
|
92
|
+
* @param libraries Libraries in increasing precedence order.
|
|
93
|
+
* @returns One frozen renderer library containing the union of capabilities and slots.
|
|
94
|
+
* @throws {RangeError} When no libraries are supplied.
|
|
95
|
+
* @unstable Adapter-author contract. Expect changes until renderer conformance gates promote it.
|
|
96
|
+
*/
|
|
97
|
+
export declare const unstable_composeUiLibraries: (...libraries: readonly unstable_UiLibrary[]) => unstable_UiLibrary;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
const unstable_CRATIS_UI_ABI_VERSION = 1;
|
|
2
|
+
const frozenSlots = (slots) => {
|
|
3
|
+
const copy = {};
|
|
4
|
+
for (const [slotId, declaration] of Object.entries(slots)) {
|
|
5
|
+
if (declaration)
|
|
6
|
+
copy[slotId] = Object.freeze({ ...declaration });
|
|
7
|
+
}
|
|
8
|
+
return Object.freeze(copy);
|
|
9
|
+
};
|
|
10
|
+
const unstable_defineUiLibrary = (library) => Object.freeze({
|
|
11
|
+
...library,
|
|
12
|
+
capabilities: Object.freeze([...library.capabilities]),
|
|
13
|
+
profileSlots: Object.freeze([
|
|
14
|
+
...(library.profileSlots ?? Object.keys(library.slots)),
|
|
15
|
+
]),
|
|
16
|
+
slots: frozenSlots(library.slots),
|
|
17
|
+
});
|
|
18
|
+
const unstable_composeUiLibraries = (...libraries) => {
|
|
19
|
+
if (libraries.length === 0) {
|
|
20
|
+
throw new RangeError('At least one UI library is required for composition.');
|
|
21
|
+
}
|
|
22
|
+
const last = libraries[libraries.length - 1];
|
|
23
|
+
const capabilities = [
|
|
24
|
+
...new Set(libraries.flatMap((library) => library.capabilities)),
|
|
25
|
+
];
|
|
26
|
+
const slots = Object.assign({}, ...libraries.map((library) => library.slots));
|
|
27
|
+
return unstable_defineUiLibrary({
|
|
28
|
+
...last,
|
|
29
|
+
capabilities,
|
|
30
|
+
profileSlots: last.profileSlots ?? Object.keys(slots),
|
|
31
|
+
slots,
|
|
32
|
+
});
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { unstable_CRATIS_UI_ABI_VERSION, unstable_composeUiLibraries, unstable_defineUiLibrary };
|
|
36
|
+
//# sourceMappingURL=manifest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"manifest.js","sources":["../../../renderer/manifest.ts"],"sourcesContent":[null],"names":[],"mappings":"AA6DO,MAAM,8BAA8B,GAAG;AAiC9C,MAAM,WAAW,GAAG,CAAC,KAAuB,KAAsB;IAC9D,MAAM,IAAI,GAA2B,EAAE;AACvC,IAAA,KAAK,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;AACvD,QAAA,IAAI,WAAW;AAAE,YAAA,IAAI,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,GAAG,WAAW,EAAE,CAAC;IACrE;AACA,IAAA,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAqB;AAClD,CAAC;AAWM,MAAM,wBAAwB,GAAG,CACpC,OAAU,KAEV,MAAM,CAAC,MAAM,CAAC;AACV,IAAA,GAAG,OAAO;IACV,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;AACtD,IAAA,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC;AACxB,QAAA,IAAI,OAAO,CAAC,YAAY,IAAI,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;KAC1D,CAAC;AACF,IAAA,KAAK,EAAE,WAAW,CAAC,OAAO,CAAC,KAAK,CAAC;AACpC,CAAA;MAYQ,2BAA2B,GAAG,CACvC,GAAG,SAAwC,KACvB;AACpB,IAAA,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC,EAAE;AACxB,QAAA,MAAM,IAAI,UAAU,CAAC,sDAAsD,CAAC;IAChF;IAEA,MAAM,IAAI,GAAG,SAAS,CAAC,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC;AAC5C,IAAA,MAAM,YAAY,GAAG;AACjB,QAAA,GAAG,IAAI,GAAG,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,OAAO,KAAK,OAAO,CAAC,YAAY,CAAC,CAAC;KACnE;IACD,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,OAAO,KAAK,OAAO,CAAC,KAAK,CAAC,CAAC;AAE7E,IAAA,OAAO,wBAAwB,CAAC;AAC5B,QAAA,GAAG,IAAI;QACP,YAAY;QACZ,YAAY,EAAE,IAAI,CAAC,YAAY,IAAK,MAAM,CAAC,IAAI,CAAC,KAAK,CAAuB;QAC5E,KAAK;AACR,KAAA,CAAC;AACN;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Host environment used by overlay implementations to obtain their portal container.
|
|
3
|
+
* `null` means no container is currently available; callers must defer rather than retarget.
|
|
4
|
+
*
|
|
5
|
+
*/
|
|
6
|
+
export interface CratisOverlayEnvironment {
|
|
7
|
+
/** Resolves the current overlay container without requiring browser globals during import. */
|
|
8
|
+
getContainer(): HTMLElement | null;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Compatibility alias for {@link CratisOverlayEnvironment}.
|
|
12
|
+
*
|
|
13
|
+
* @deprecated Use {@link CratisOverlayEnvironment}.
|
|
14
|
+
*/
|
|
15
|
+
export type unstable_CratisOverlayEnvironment = CratisOverlayEnvironment;
|
|
16
|
+
/**
|
|
17
|
+
* Default browser overlay environment. The module is SSR-safe: `document` is inspected only when
|
|
18
|
+
* `getContainer()` is invoked, never while this module is initialized.
|
|
19
|
+
*
|
|
20
|
+
* @unstable Adapter-author contract. Expect changes until renderer conformance gates promote it.
|
|
21
|
+
*/
|
|
22
|
+
export declare const unstable_defaultOverlayEnvironment: unstable_CratisOverlayEnvironment;
|
|
23
|
+
//# sourceMappingURL=overlayEnvironment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"overlayEnvironment.d.ts","sourceRoot":"","sources":["../../../renderer/overlayEnvironment.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC,8FAA8F;IAC9F,YAAY,IAAI,WAAW,GAAG,IAAI,CAAC;CACtC;AAED;;;;GAIG;AACH,MAAM,MAAM,iCAAiC,GAAG,wBAAwB,CAAC;AAEzE;;;;;GAKG;AACH,eAAO,MAAM,kCAAkC,EAAE,iCAI3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"overlayEnvironment.js","sources":["../../../renderer/overlayEnvironment.ts"],"sourcesContent":[null],"names":[],"mappings":"AA0BO,MAAM,kCAAkC,GAC3C,MAAM,CAAC,MAAM,CAAC;AACV,IAAA,YAAY,EAAE,MACV,OAAO,QAAQ,KAAK,WAAW,GAAG,IAAI,GAAG,QAAQ,CAAC,IAAI;AAC7D,CAAA;;"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import type { ComponentType } from 'react';
|
|
2
|
+
import type { ButtonProps } from '../Common/Button.js';
|
|
3
|
+
import type { CheckboxProps } from '../Common/Checkbox.js';
|
|
4
|
+
import type { IconButtonProps } from '../Common/IconButton.js';
|
|
5
|
+
import type { RadioProps } from '../Common/Radio.js';
|
|
6
|
+
import type { SurfaceProps } from '../Common/Surface.js';
|
|
7
|
+
import type { SwitchProps } from '../Common/Switch.js';
|
|
8
|
+
import type { TextAreaProps } from '../Common/TextArea.js';
|
|
9
|
+
import type { TextInputProps } from '../Common/TextInput.js';
|
|
10
|
+
import type { ProgressBarProps } from '../Display/ProgressBar.js';
|
|
11
|
+
import type { CratisPresentationUiLibraryProviderProps } from './manifest.js';
|
|
12
|
+
/** Stable renderer profile implemented by certified presentation adapters. */
|
|
13
|
+
export declare const CRATIS_PRESENTATION_PROFILE: "stable-presentation/v1";
|
|
14
|
+
/** Renderer ABI major for the stable presentation profile. */
|
|
15
|
+
export declare const CRATIS_PRESENTATION_ABI_VERSION: 1;
|
|
16
|
+
/** Immutable, canonical slot order for the stable presentation profile. */
|
|
17
|
+
export declare const cratisPresentationSlotIds: readonly ["common.button", "common.iconButton", "common.textInput", "common.textArea", "common.checkbox", "common.radio", "common.switch", "common.progress", "common.surface"];
|
|
18
|
+
/** Identifier of one stable presentation slot. */
|
|
19
|
+
export type CratisPresentationSlotId = (typeof cratisPresentationSlotIds)[number];
|
|
20
|
+
/** Exact public component prop and ref contracts covered by the stable presentation profile. */
|
|
21
|
+
export interface CratisPresentationSlots {
|
|
22
|
+
/** Cratis button presentation contract, including native button refs and form behavior. */
|
|
23
|
+
readonly 'common.button': ButtonProps;
|
|
24
|
+
/** Accessible icon-only button contract with native button ownership. */
|
|
25
|
+
readonly 'common.iconButton': IconButtonProps;
|
|
26
|
+
/** Native text-input contract with semantic value-first change events. */
|
|
27
|
+
readonly 'common.textInput': TextInputProps;
|
|
28
|
+
/** Native multiline text-input contract with semantic value-first change events. */
|
|
29
|
+
readonly 'common.textArea': TextAreaProps;
|
|
30
|
+
/** Native checkbox contract with checked state, form participation, and input refs. */
|
|
31
|
+
readonly 'common.checkbox': CheckboxProps;
|
|
32
|
+
/** Native radio-option contract with selection state, form participation, and input refs. */
|
|
33
|
+
readonly 'common.radio': RadioProps;
|
|
34
|
+
/** Boolean switch contract preserving switch semantics and input ownership. */
|
|
35
|
+
readonly 'common.switch': SwitchProps;
|
|
36
|
+
/** Determinate or indeterminate progress presentation contract. */
|
|
37
|
+
readonly 'common.progress': ProgressBarProps;
|
|
38
|
+
/** Non-interactive semantic surface and native-element presentation contract. */
|
|
39
|
+
readonly 'common.surface': SurfaceProps;
|
|
40
|
+
}
|
|
41
|
+
/** One stable, presentation-owned renderer slot declaration. */
|
|
42
|
+
export interface CratisPresentationSlotDeclaration<SlotId extends CratisPresentationSlotId> {
|
|
43
|
+
/** Stable presentation slots always preserve Components behavior ownership. */
|
|
44
|
+
readonly mode: 'presentation';
|
|
45
|
+
/** Unsupported declarations cannot claim the stable profile. */
|
|
46
|
+
readonly fidelity: 'native' | 'emulated';
|
|
47
|
+
/** Component implementing the slot's exact public props and ref contract. */
|
|
48
|
+
readonly render: ComponentType<CratisPresentationSlots[SlotId]>;
|
|
49
|
+
}
|
|
50
|
+
/** Complete implementation table required by the stable presentation profile. */
|
|
51
|
+
export type CratisPresentationSlotMap = {
|
|
52
|
+
readonly [SlotId in CratisPresentationSlotId]: CratisPresentationSlotDeclaration<SlotId>;
|
|
53
|
+
};
|
|
54
|
+
/** Capabilities whose meaning is stable for the bounded presentation profile. */
|
|
55
|
+
export type CratisPresentationCapabilityId = 'slot.render' | 'parts.passthrough' | 'ssr.staticRender' | 'rtl' | 'forcedColors' | 'motion.reduced';
|
|
56
|
+
type CratisPresentationOptionalCapabilityId = Exclude<CratisPresentationCapabilityId, 'slot.render' | 'parts.passthrough' | 'ssr.staticRender'>;
|
|
57
|
+
/** Required presentation capabilities followed by optional stable evidence capabilities. */
|
|
58
|
+
export type CratisPresentationCapabilities = readonly [
|
|
59
|
+
'slot.render',
|
|
60
|
+
'parts.passthrough',
|
|
61
|
+
'ssr.staticRender',
|
|
62
|
+
...CratisPresentationOptionalCapabilityId[]
|
|
63
|
+
];
|
|
64
|
+
/** Immutable manifest for one implementation of the stable presentation profile. */
|
|
65
|
+
export interface CratisPresentationUiLibrary {
|
|
66
|
+
/** Stable, package-local renderer identity used for diagnostics and telemetry. */
|
|
67
|
+
readonly id: string;
|
|
68
|
+
/** Human-readable renderer name. */
|
|
69
|
+
readonly displayName: string;
|
|
70
|
+
/** Stable presentation renderer ABI major. */
|
|
71
|
+
readonly abi: typeof CRATIS_PRESENTATION_ABI_VERSION;
|
|
72
|
+
/** The bounded profile is a primitive presentation adapter. */
|
|
73
|
+
readonly level: 'primitive';
|
|
74
|
+
/** Exact stable presentation profile identifier. */
|
|
75
|
+
readonly profile: typeof CRATIS_PRESENTATION_PROFILE;
|
|
76
|
+
/** Canonical immutable list of all nine stable slots. */
|
|
77
|
+
readonly profileSlots: typeof cratisPresentationSlotIds;
|
|
78
|
+
/** Required presentation capabilities followed by any optional stable capabilities. */
|
|
79
|
+
readonly capabilities: CratisPresentationCapabilities;
|
|
80
|
+
/** Complete nine-slot presentation implementation. */
|
|
81
|
+
readonly slots: CratisPresentationSlotMap;
|
|
82
|
+
/** Optional provider mounted once around the selected renderer scope. */
|
|
83
|
+
readonly Provider?: ComponentType<CratisPresentationUiLibraryProviderProps>;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Defines and freezes a complete implementation of the stable nine-slot presentation profile.
|
|
87
|
+
* Runtime validation protects JavaScript callers from claiming a profile they do not implement.
|
|
88
|
+
*
|
|
89
|
+
* @param library Stable presentation library declaration.
|
|
90
|
+
* @returns A defensive, deeply frozen manifest copy.
|
|
91
|
+
*/
|
|
92
|
+
export declare const definePresentationUiLibrary: (library: CratisPresentationUiLibrary) => CratisPresentationUiLibrary;
|
|
93
|
+
export {};
|