@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,467 @@
|
|
|
1
|
+
/** Stable data-cratis-part names exposed by each public component. */
|
|
2
|
+
export declare const cratisParts: {
|
|
3
|
+
readonly CheckboxField: readonly ["root", "input", "box", "indicator"];
|
|
4
|
+
readonly RatingField: readonly ["root", "option", "input", "star"];
|
|
5
|
+
readonly RadioButtonField: readonly ["root", "input", "box", "indicator"];
|
|
6
|
+
readonly RadioGroupField: readonly ["root", "option", "input", "box", "indicator"];
|
|
7
|
+
readonly ChipsField: readonly ["root", "item", "remove", "input"];
|
|
8
|
+
readonly ToggleSwitchField: readonly ["root", "input", "control", "handle"];
|
|
9
|
+
readonly SliderField: readonly ["root", "input", "value"];
|
|
10
|
+
readonly NumberField: readonly ["root", "input"];
|
|
11
|
+
readonly ColorPickerField: readonly ["root", "input", "value"];
|
|
12
|
+
readonly PasswordField: readonly ["root", "input", "toggle"];
|
|
13
|
+
readonly InputTextField: readonly ["input"];
|
|
14
|
+
readonly TextAreaField: readonly ["textarea"];
|
|
15
|
+
readonly Dropdown: readonly ["root", "value", "filter", "trigger", "clear", "popover", "listbox", "option", "multiple", "indicator"];
|
|
16
|
+
readonly DropdownField: readonly ["root", "value", "filter", "trigger", "clear", "popover", "listbox", "option", "multiple", "indicator"];
|
|
17
|
+
readonly MultiSelectField: readonly ["root", "value", "filter", "trigger", "clear", "popover", "listbox", "option", "multiple", "indicator"];
|
|
18
|
+
readonly DatePickerInput: readonly ["root", "group", "input", "segment", "placeholder", "trigger", "popover", "dialog", "calendar", "header", "previous", "heading", "next", "grid", "cell", "button-bar", "today", "clear"];
|
|
19
|
+
readonly CalendarField: readonly ["root", "group", "input", "segment", "placeholder", "trigger", "popover", "dialog", "calendar", "header", "previous", "heading", "next", "grid", "cell", "button-bar", "today", "clear"];
|
|
20
|
+
readonly Button: readonly ["root", "spinner", "icon", "label"];
|
|
21
|
+
readonly ActionMenubar: readonly ["root", "spinner", "icon", "label"];
|
|
22
|
+
readonly IconButton: readonly ["root", "spinner", "icon", "label"];
|
|
23
|
+
readonly TextInput: readonly ["root"];
|
|
24
|
+
readonly TextArea: readonly ["root"];
|
|
25
|
+
readonly Checkbox: readonly ["root", "input", "box", "indicator", "label"];
|
|
26
|
+
readonly Radio: readonly ["root", "input", "box", "indicator", "label"];
|
|
27
|
+
readonly Switch: readonly ["root", "input", "control", "handle", "label"];
|
|
28
|
+
readonly Surface: readonly ["root"];
|
|
29
|
+
readonly Tooltip: readonly ["trigger", "popup"];
|
|
30
|
+
readonly Dialog: readonly ["backdrop", "positioner", "root", "header", "title", "close", "content", "busy-scope", "footer", "confirm", "cancel"];
|
|
31
|
+
readonly CommandDialog: readonly ["backdrop", "positioner", "root", "header", "title", "close", "content", "busy-scope", "footer", "confirm", "cancel"];
|
|
32
|
+
readonly CommandStepper: readonly ["root", "list", "step", "header", "number", "title", "separator", "panels", "panel"];
|
|
33
|
+
readonly DataTableCore: readonly ["root", "search", "search-input", "table-container", "table", "head", "header-row", "header-cell", "header-content", "sort", "body", "empty-row", "empty-cell", "row", "cell"];
|
|
34
|
+
readonly DataTableForObservableQuery: readonly ["root", "search", "search-input", "table-container", "table", "head", "header-row", "header-cell", "header-content", "sort", "body", "empty-row", "empty-cell", "row", "cell"];
|
|
35
|
+
readonly DataTableForQuery: readonly ["root", "search", "search-input", "table-container", "table", "head", "header-row", "header-cell", "header-content", "sort", "body", "empty-row", "empty-cell", "row", "cell"];
|
|
36
|
+
readonly ColumnFilterMenu: readonly ["filter-trigger", "filter-popover", "filter-menu", "filter-actions"];
|
|
37
|
+
readonly TablePaginator: readonly ["root", "range", "info"];
|
|
38
|
+
readonly Toaster: readonly ["region", "toast", "icon", "content", "title", "description", "close", "action"];
|
|
39
|
+
readonly EventsView: readonly ["timeline", "event", "separator", "marker", "connector", "content"];
|
|
40
|
+
readonly ChatSidebar: readonly ["backdrop", "root", "header", "back", "title", "close", "content"];
|
|
41
|
+
readonly Toolbar: readonly ["root"];
|
|
42
|
+
readonly ToolbarButton: readonly ["button", "icon", "label"];
|
|
43
|
+
readonly ToolbarFolder: readonly ["toolbar-folder", "toolbar-folder-trigger", "toolbar-folder-panel"];
|
|
44
|
+
readonly ToolbarFanOutItem: readonly ["fanout-root", "fanout-trigger", "fanout-panel"];
|
|
45
|
+
readonly ToolbarSeparator: readonly ["toolbar-separator"];
|
|
46
|
+
readonly ToolbarSection: readonly ["toolbar-section", "toolbar-context"];
|
|
47
|
+
readonly ToolbarGroup: readonly ["toolbar-group", "toolbar-slot", "toolbar-slot-incoming", "toolbar-slot-outgoing"];
|
|
48
|
+
readonly ToolbarLayout: readonly ["toolbar-layout", "toolbar-slot", "toolbar-slot-incoming", "toolbar-slot-outgoing"];
|
|
49
|
+
readonly Skeleton: readonly ["root"];
|
|
50
|
+
readonly Message: readonly ["root", "icon", "text"];
|
|
51
|
+
readonly Badge: readonly ["root"];
|
|
52
|
+
readonly ProgressSpinner: readonly ["root", "svg", "track", "range"];
|
|
53
|
+
readonly Avatar: readonly ["root", "image", "fallback"];
|
|
54
|
+
readonly Tag: readonly ["root", "icon", "label"];
|
|
55
|
+
readonly ProgressBar: readonly ["root", "indicator", "label"];
|
|
56
|
+
readonly Chip: readonly ["root", "icon", "label", "remove"];
|
|
57
|
+
};
|
|
58
|
+
/** The canonical Components part-name manifest. */
|
|
59
|
+
export type CratisPartsManifest = typeof cratisParts;
|
|
60
|
+
/** Stable part names exposed by one component in the canonical manifest. */
|
|
61
|
+
export type PartsOf<K extends keyof CratisPartsManifest> = CratisPartsManifest[K][number];
|
|
62
|
+
/** Canonical semantic state names supported by the stable-parts contract. */
|
|
63
|
+
export declare const cratisCanonicalPartStates: readonly ["disabled", "loading", "selected", "open", "invalid", "readonly", "busy", "focused", "pressed"];
|
|
64
|
+
/** A canonical semantic state name without the data- prefix. */
|
|
65
|
+
export type CratisCanonicalPartState = (typeof cratisCanonicalPartStates)[number];
|
|
66
|
+
/**
|
|
67
|
+
* Canonical states emitted by every stable part. Empty arrays document parts that
|
|
68
|
+
* intentionally expose no canonical state attributes.
|
|
69
|
+
*/
|
|
70
|
+
export declare const cratisPartStates: {
|
|
71
|
+
readonly CheckboxField: {
|
|
72
|
+
readonly root: readonly ["disabled", "selected", "invalid"];
|
|
73
|
+
readonly input: readonly ["disabled", "selected", "invalid"];
|
|
74
|
+
readonly box: readonly ["disabled", "selected", "invalid"];
|
|
75
|
+
readonly indicator: readonly ["disabled", "selected", "invalid"];
|
|
76
|
+
};
|
|
77
|
+
readonly RatingField: {
|
|
78
|
+
readonly root: readonly ["disabled", "invalid"];
|
|
79
|
+
readonly option: readonly ["disabled", "selected", "invalid"];
|
|
80
|
+
readonly input: readonly ["disabled", "selected", "invalid"];
|
|
81
|
+
readonly star: readonly ["disabled", "selected", "invalid"];
|
|
82
|
+
};
|
|
83
|
+
readonly RadioButtonField: {
|
|
84
|
+
readonly root: readonly ["disabled", "selected", "invalid"];
|
|
85
|
+
readonly input: readonly ["disabled", "selected", "invalid"];
|
|
86
|
+
readonly box: readonly ["disabled", "selected", "invalid"];
|
|
87
|
+
readonly indicator: readonly ["disabled", "selected", "invalid"];
|
|
88
|
+
};
|
|
89
|
+
readonly RadioGroupField: {
|
|
90
|
+
readonly root: readonly ["disabled", "invalid"];
|
|
91
|
+
readonly option: readonly ["disabled", "selected", "invalid"];
|
|
92
|
+
readonly input: readonly ["disabled", "selected", "invalid"];
|
|
93
|
+
readonly box: readonly ["disabled", "selected", "invalid"];
|
|
94
|
+
readonly indicator: readonly ["disabled", "selected", "invalid"];
|
|
95
|
+
};
|
|
96
|
+
readonly ChipsField: {
|
|
97
|
+
readonly root: readonly ["disabled", "invalid", "readonly"];
|
|
98
|
+
readonly item: readonly ["selected"];
|
|
99
|
+
readonly remove: readonly ["disabled", "selected"];
|
|
100
|
+
readonly input: readonly ["disabled", "invalid", "readonly"];
|
|
101
|
+
};
|
|
102
|
+
readonly ToggleSwitchField: {
|
|
103
|
+
readonly root: readonly ["disabled", "selected", "invalid"];
|
|
104
|
+
readonly input: readonly ["disabled", "selected", "invalid"];
|
|
105
|
+
readonly control: readonly ["disabled", "selected", "invalid"];
|
|
106
|
+
readonly handle: readonly ["disabled", "selected", "invalid"];
|
|
107
|
+
};
|
|
108
|
+
readonly SliderField: {
|
|
109
|
+
readonly root: readonly ["disabled", "invalid"];
|
|
110
|
+
readonly input: readonly ["disabled", "invalid"];
|
|
111
|
+
readonly value: readonly ["invalid"];
|
|
112
|
+
};
|
|
113
|
+
readonly NumberField: {
|
|
114
|
+
readonly root: readonly ["disabled", "invalid", "readonly"];
|
|
115
|
+
readonly input: readonly ["disabled", "invalid", "readonly"];
|
|
116
|
+
};
|
|
117
|
+
readonly ColorPickerField: {
|
|
118
|
+
readonly root: readonly ["disabled", "invalid"];
|
|
119
|
+
readonly input: readonly ["disabled", "invalid"];
|
|
120
|
+
readonly value: readonly ["invalid"];
|
|
121
|
+
};
|
|
122
|
+
readonly PasswordField: {
|
|
123
|
+
readonly root: readonly ["disabled", "invalid", "readonly"];
|
|
124
|
+
readonly input: readonly ["disabled", "invalid", "readonly"];
|
|
125
|
+
readonly toggle: readonly ["disabled"];
|
|
126
|
+
};
|
|
127
|
+
readonly InputTextField: {
|
|
128
|
+
readonly input: readonly ["disabled", "invalid", "readonly"];
|
|
129
|
+
};
|
|
130
|
+
readonly TextAreaField: {
|
|
131
|
+
readonly textarea: readonly ["disabled", "invalid", "readonly"];
|
|
132
|
+
};
|
|
133
|
+
readonly Dropdown: {
|
|
134
|
+
readonly root: readonly ["disabled", "selected", "open", "invalid"];
|
|
135
|
+
readonly value: readonly ["disabled", "selected", "open", "invalid"];
|
|
136
|
+
readonly filter: readonly ["disabled", "open", "invalid"];
|
|
137
|
+
readonly trigger: readonly ["disabled", "selected", "open", "invalid"];
|
|
138
|
+
readonly clear: readonly ["disabled"];
|
|
139
|
+
readonly popover: readonly ["open"];
|
|
140
|
+
readonly listbox: readonly ["open"];
|
|
141
|
+
readonly option: readonly ["disabled", "selected"];
|
|
142
|
+
readonly multiple: readonly ["disabled", "selected", "invalid"];
|
|
143
|
+
readonly indicator: readonly ["disabled", "open", "invalid"];
|
|
144
|
+
};
|
|
145
|
+
readonly DropdownField: {
|
|
146
|
+
readonly root: readonly ["disabled", "selected", "open", "invalid"];
|
|
147
|
+
readonly value: readonly ["disabled", "selected", "open", "invalid"];
|
|
148
|
+
readonly filter: readonly ["disabled", "open", "invalid"];
|
|
149
|
+
readonly trigger: readonly ["disabled", "selected", "open", "invalid"];
|
|
150
|
+
readonly clear: readonly ["disabled"];
|
|
151
|
+
readonly popover: readonly ["open"];
|
|
152
|
+
readonly listbox: readonly ["open"];
|
|
153
|
+
readonly option: readonly ["disabled", "selected"];
|
|
154
|
+
readonly multiple: readonly ["disabled", "selected", "invalid"];
|
|
155
|
+
readonly indicator: readonly ["disabled", "open", "invalid"];
|
|
156
|
+
};
|
|
157
|
+
readonly MultiSelectField: {
|
|
158
|
+
readonly root: readonly ["disabled", "selected", "open", "invalid"];
|
|
159
|
+
readonly value: readonly ["disabled", "selected", "open", "invalid"];
|
|
160
|
+
readonly filter: readonly ["disabled", "open", "invalid"];
|
|
161
|
+
readonly trigger: readonly ["disabled", "selected", "open", "invalid"];
|
|
162
|
+
readonly clear: readonly ["disabled"];
|
|
163
|
+
readonly popover: readonly ["open"];
|
|
164
|
+
readonly listbox: readonly ["open"];
|
|
165
|
+
readonly option: readonly ["disabled", "selected"];
|
|
166
|
+
readonly multiple: readonly ["disabled", "selected", "invalid"];
|
|
167
|
+
readonly indicator: readonly ["disabled", "open", "invalid"];
|
|
168
|
+
};
|
|
169
|
+
readonly DatePickerInput: {
|
|
170
|
+
readonly root: readonly ["disabled", "selected", "open", "invalid", "readonly"];
|
|
171
|
+
readonly group: readonly ["disabled", "selected", "open", "invalid", "readonly"];
|
|
172
|
+
readonly input: readonly ["disabled", "selected", "open", "invalid", "readonly"];
|
|
173
|
+
readonly segment: readonly ["disabled", "invalid", "readonly"];
|
|
174
|
+
readonly placeholder: readonly [];
|
|
175
|
+
readonly trigger: readonly ["disabled", "selected", "open", "invalid", "readonly"];
|
|
176
|
+
readonly popover: readonly ["open"];
|
|
177
|
+
readonly dialog: readonly ["open"];
|
|
178
|
+
readonly calendar: readonly ["open"];
|
|
179
|
+
readonly header: readonly [];
|
|
180
|
+
readonly previous: readonly [];
|
|
181
|
+
readonly heading: readonly [];
|
|
182
|
+
readonly next: readonly [];
|
|
183
|
+
readonly grid: readonly [];
|
|
184
|
+
readonly cell: readonly ["selected"];
|
|
185
|
+
readonly 'button-bar': readonly [];
|
|
186
|
+
readonly today: readonly ["disabled"];
|
|
187
|
+
readonly clear: readonly [];
|
|
188
|
+
};
|
|
189
|
+
readonly CalendarField: {
|
|
190
|
+
readonly root: readonly ["disabled", "selected", "open", "invalid", "readonly"];
|
|
191
|
+
readonly group: readonly ["disabled", "selected", "open", "invalid", "readonly"];
|
|
192
|
+
readonly input: readonly ["disabled", "selected", "open", "invalid", "readonly"];
|
|
193
|
+
readonly segment: readonly ["disabled", "invalid", "readonly"];
|
|
194
|
+
readonly placeholder: readonly [];
|
|
195
|
+
readonly trigger: readonly ["disabled", "selected", "open", "invalid", "readonly"];
|
|
196
|
+
readonly popover: readonly ["open"];
|
|
197
|
+
readonly dialog: readonly ["open"];
|
|
198
|
+
readonly calendar: readonly ["open"];
|
|
199
|
+
readonly header: readonly [];
|
|
200
|
+
readonly previous: readonly [];
|
|
201
|
+
readonly heading: readonly [];
|
|
202
|
+
readonly next: readonly [];
|
|
203
|
+
readonly grid: readonly [];
|
|
204
|
+
readonly cell: readonly ["selected"];
|
|
205
|
+
readonly 'button-bar': readonly [];
|
|
206
|
+
readonly today: readonly ["disabled"];
|
|
207
|
+
readonly clear: readonly [];
|
|
208
|
+
};
|
|
209
|
+
readonly Button: {
|
|
210
|
+
readonly root: readonly ["disabled", "loading"];
|
|
211
|
+
readonly spinner: readonly [];
|
|
212
|
+
readonly icon: readonly [];
|
|
213
|
+
readonly label: readonly [];
|
|
214
|
+
};
|
|
215
|
+
readonly ActionMenubar: {
|
|
216
|
+
readonly root: readonly ["disabled", "loading"];
|
|
217
|
+
readonly spinner: readonly [];
|
|
218
|
+
readonly icon: readonly [];
|
|
219
|
+
readonly label: readonly [];
|
|
220
|
+
};
|
|
221
|
+
readonly IconButton: {
|
|
222
|
+
readonly root: readonly ["disabled", "loading"];
|
|
223
|
+
readonly spinner: readonly [];
|
|
224
|
+
readonly icon: readonly [];
|
|
225
|
+
readonly label: readonly [];
|
|
226
|
+
};
|
|
227
|
+
readonly TextInput: {
|
|
228
|
+
readonly root: readonly ["disabled", "invalid", "readonly"];
|
|
229
|
+
};
|
|
230
|
+
readonly TextArea: {
|
|
231
|
+
readonly root: readonly ["disabled", "invalid", "readonly"];
|
|
232
|
+
};
|
|
233
|
+
readonly Checkbox: {
|
|
234
|
+
readonly root: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
235
|
+
readonly input: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
236
|
+
readonly box: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
237
|
+
readonly indicator: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
238
|
+
readonly label: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
239
|
+
};
|
|
240
|
+
readonly Radio: {
|
|
241
|
+
readonly root: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
242
|
+
readonly input: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
243
|
+
readonly box: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
244
|
+
readonly indicator: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
245
|
+
readonly label: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
246
|
+
};
|
|
247
|
+
readonly Switch: {
|
|
248
|
+
readonly root: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
249
|
+
readonly input: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
250
|
+
readonly control: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
251
|
+
readonly handle: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
252
|
+
readonly label: readonly ["disabled", "selected", "invalid", "readonly"];
|
|
253
|
+
};
|
|
254
|
+
readonly Surface: {
|
|
255
|
+
readonly root: readonly [];
|
|
256
|
+
};
|
|
257
|
+
readonly Tooltip: {
|
|
258
|
+
readonly trigger: readonly [];
|
|
259
|
+
readonly popup: readonly ["open"];
|
|
260
|
+
};
|
|
261
|
+
readonly Dialog: {
|
|
262
|
+
readonly backdrop: readonly ["open", "busy"];
|
|
263
|
+
readonly positioner: readonly ["open", "busy"];
|
|
264
|
+
readonly root: readonly ["open", "busy"];
|
|
265
|
+
readonly header: readonly [];
|
|
266
|
+
readonly title: readonly [];
|
|
267
|
+
readonly close: readonly ["disabled", "busy"];
|
|
268
|
+
readonly content: readonly ["open", "busy"];
|
|
269
|
+
readonly 'busy-scope': readonly ["busy"];
|
|
270
|
+
readonly footer: readonly [];
|
|
271
|
+
readonly confirm: readonly ["disabled", "busy"];
|
|
272
|
+
readonly cancel: readonly ["disabled", "busy"];
|
|
273
|
+
};
|
|
274
|
+
readonly CommandDialog: {
|
|
275
|
+
readonly backdrop: readonly ["open", "busy"];
|
|
276
|
+
readonly positioner: readonly ["open", "busy"];
|
|
277
|
+
readonly root: readonly ["open", "busy"];
|
|
278
|
+
readonly header: readonly [];
|
|
279
|
+
readonly title: readonly [];
|
|
280
|
+
readonly close: readonly ["disabled", "busy"];
|
|
281
|
+
readonly content: readonly ["open", "busy"];
|
|
282
|
+
readonly 'busy-scope': readonly ["busy"];
|
|
283
|
+
readonly footer: readonly [];
|
|
284
|
+
readonly confirm: readonly ["disabled", "busy"];
|
|
285
|
+
readonly cancel: readonly ["disabled", "busy"];
|
|
286
|
+
};
|
|
287
|
+
readonly CommandStepper: {
|
|
288
|
+
readonly root: readonly ["invalid", "busy"];
|
|
289
|
+
readonly list: readonly ["invalid", "busy"];
|
|
290
|
+
readonly step: readonly ["selected", "invalid", "busy"];
|
|
291
|
+
readonly header: readonly ["disabled", "selected", "invalid", "busy"];
|
|
292
|
+
readonly number: readonly ["selected", "invalid", "busy"];
|
|
293
|
+
readonly title: readonly ["selected", "invalid", "busy"];
|
|
294
|
+
readonly separator: readonly ["invalid", "busy"];
|
|
295
|
+
readonly panels: readonly ["invalid", "busy"];
|
|
296
|
+
readonly panel: readonly ["selected", "invalid", "busy"];
|
|
297
|
+
};
|
|
298
|
+
readonly DataTableCore: {
|
|
299
|
+
readonly root: readonly [];
|
|
300
|
+
readonly search: readonly [];
|
|
301
|
+
readonly 'search-input': readonly [];
|
|
302
|
+
readonly 'table-container': readonly [];
|
|
303
|
+
readonly table: readonly [];
|
|
304
|
+
readonly head: readonly [];
|
|
305
|
+
readonly 'header-row': readonly [];
|
|
306
|
+
readonly 'header-cell': readonly ["selected"];
|
|
307
|
+
readonly 'header-content': readonly ["selected"];
|
|
308
|
+
readonly sort: readonly ["pressed"];
|
|
309
|
+
readonly body: readonly [];
|
|
310
|
+
readonly 'empty-row': readonly [];
|
|
311
|
+
readonly 'empty-cell': readonly [];
|
|
312
|
+
readonly row: readonly ["selected"];
|
|
313
|
+
readonly cell: readonly ["selected"];
|
|
314
|
+
};
|
|
315
|
+
readonly DataTableForObservableQuery: {
|
|
316
|
+
readonly root: readonly [];
|
|
317
|
+
readonly search: readonly [];
|
|
318
|
+
readonly 'search-input': readonly [];
|
|
319
|
+
readonly 'table-container': readonly [];
|
|
320
|
+
readonly table: readonly [];
|
|
321
|
+
readonly head: readonly [];
|
|
322
|
+
readonly 'header-row': readonly [];
|
|
323
|
+
readonly 'header-cell': readonly ["selected"];
|
|
324
|
+
readonly 'header-content': readonly ["selected"];
|
|
325
|
+
readonly sort: readonly ["pressed"];
|
|
326
|
+
readonly body: readonly [];
|
|
327
|
+
readonly 'empty-row': readonly [];
|
|
328
|
+
readonly 'empty-cell': readonly [];
|
|
329
|
+
readonly row: readonly ["selected"];
|
|
330
|
+
readonly cell: readonly ["selected"];
|
|
331
|
+
};
|
|
332
|
+
readonly DataTableForQuery: {
|
|
333
|
+
readonly root: readonly [];
|
|
334
|
+
readonly search: readonly [];
|
|
335
|
+
readonly 'search-input': readonly [];
|
|
336
|
+
readonly 'table-container': readonly [];
|
|
337
|
+
readonly table: readonly [];
|
|
338
|
+
readonly head: readonly [];
|
|
339
|
+
readonly 'header-row': readonly [];
|
|
340
|
+
readonly 'header-cell': readonly ["selected"];
|
|
341
|
+
readonly 'header-content': readonly ["selected"];
|
|
342
|
+
readonly sort: readonly ["pressed"];
|
|
343
|
+
readonly body: readonly [];
|
|
344
|
+
readonly 'empty-row': readonly [];
|
|
345
|
+
readonly 'empty-cell': readonly [];
|
|
346
|
+
readonly row: readonly ["selected"];
|
|
347
|
+
readonly cell: readonly ["selected"];
|
|
348
|
+
};
|
|
349
|
+
readonly ColumnFilterMenu: {
|
|
350
|
+
readonly 'filter-trigger': readonly ["selected", "open", "pressed"];
|
|
351
|
+
readonly 'filter-popover': readonly ["open"];
|
|
352
|
+
readonly 'filter-menu': readonly ["open"];
|
|
353
|
+
readonly 'filter-actions': readonly [];
|
|
354
|
+
};
|
|
355
|
+
readonly TablePaginator: {
|
|
356
|
+
readonly root: readonly [];
|
|
357
|
+
readonly range: readonly [];
|
|
358
|
+
readonly info: readonly [];
|
|
359
|
+
};
|
|
360
|
+
readonly Toaster: {
|
|
361
|
+
readonly region: readonly [];
|
|
362
|
+
readonly toast: readonly ["loading", "busy"];
|
|
363
|
+
readonly icon: readonly [];
|
|
364
|
+
readonly content: readonly ["loading", "busy"];
|
|
365
|
+
readonly title: readonly [];
|
|
366
|
+
readonly description: readonly [];
|
|
367
|
+
readonly close: readonly [];
|
|
368
|
+
readonly action: readonly [];
|
|
369
|
+
};
|
|
370
|
+
readonly EventsView: {
|
|
371
|
+
readonly timeline: readonly [];
|
|
372
|
+
readonly event: readonly ["selected"];
|
|
373
|
+
readonly separator: readonly [];
|
|
374
|
+
readonly marker: readonly ["selected"];
|
|
375
|
+
readonly connector: readonly [];
|
|
376
|
+
readonly content: readonly [];
|
|
377
|
+
};
|
|
378
|
+
readonly ChatSidebar: {
|
|
379
|
+
readonly backdrop: readonly ["selected", "open"];
|
|
380
|
+
readonly root: readonly ["selected", "open"];
|
|
381
|
+
readonly header: readonly [];
|
|
382
|
+
readonly back: readonly [];
|
|
383
|
+
readonly title: readonly [];
|
|
384
|
+
readonly close: readonly [];
|
|
385
|
+
readonly content: readonly [];
|
|
386
|
+
};
|
|
387
|
+
readonly Toolbar: {
|
|
388
|
+
readonly root: readonly [];
|
|
389
|
+
};
|
|
390
|
+
readonly ToolbarButton: {
|
|
391
|
+
readonly button: readonly ["selected"];
|
|
392
|
+
readonly icon: readonly [];
|
|
393
|
+
readonly label: readonly [];
|
|
394
|
+
};
|
|
395
|
+
readonly ToolbarFolder: {
|
|
396
|
+
readonly 'toolbar-folder': readonly ["open"];
|
|
397
|
+
readonly 'toolbar-folder-trigger': readonly ["open"];
|
|
398
|
+
readonly 'toolbar-folder-panel': readonly ["open"];
|
|
399
|
+
};
|
|
400
|
+
readonly ToolbarFanOutItem: {
|
|
401
|
+
readonly 'fanout-root': readonly ["open"];
|
|
402
|
+
readonly 'fanout-trigger': readonly ["open"];
|
|
403
|
+
readonly 'fanout-panel': readonly ["open"];
|
|
404
|
+
};
|
|
405
|
+
readonly ToolbarSeparator: {
|
|
406
|
+
readonly 'toolbar-separator': readonly [];
|
|
407
|
+
};
|
|
408
|
+
readonly ToolbarSection: {
|
|
409
|
+
readonly 'toolbar-section': readonly [];
|
|
410
|
+
readonly 'toolbar-context': readonly ["selected"];
|
|
411
|
+
};
|
|
412
|
+
readonly ToolbarGroup: {
|
|
413
|
+
readonly 'toolbar-group': readonly [];
|
|
414
|
+
readonly 'toolbar-slot': readonly [];
|
|
415
|
+
readonly 'toolbar-slot-incoming': readonly [];
|
|
416
|
+
readonly 'toolbar-slot-outgoing': readonly [];
|
|
417
|
+
};
|
|
418
|
+
readonly ToolbarLayout: {
|
|
419
|
+
readonly 'toolbar-layout': readonly [];
|
|
420
|
+
readonly 'toolbar-slot': readonly [];
|
|
421
|
+
readonly 'toolbar-slot-incoming': readonly [];
|
|
422
|
+
readonly 'toolbar-slot-outgoing': readonly [];
|
|
423
|
+
};
|
|
424
|
+
readonly Skeleton: {
|
|
425
|
+
readonly root: readonly [];
|
|
426
|
+
};
|
|
427
|
+
readonly Message: {
|
|
428
|
+
readonly root: readonly [];
|
|
429
|
+
readonly icon: readonly [];
|
|
430
|
+
readonly text: readonly [];
|
|
431
|
+
};
|
|
432
|
+
readonly Badge: {
|
|
433
|
+
readonly root: readonly [];
|
|
434
|
+
};
|
|
435
|
+
readonly ProgressSpinner: {
|
|
436
|
+
readonly root: readonly ["loading", "busy"];
|
|
437
|
+
readonly svg: readonly [];
|
|
438
|
+
readonly track: readonly [];
|
|
439
|
+
readonly range: readonly [];
|
|
440
|
+
};
|
|
441
|
+
readonly Avatar: {
|
|
442
|
+
readonly root: readonly [];
|
|
443
|
+
readonly image: readonly [];
|
|
444
|
+
readonly fallback: readonly [];
|
|
445
|
+
};
|
|
446
|
+
readonly Tag: {
|
|
447
|
+
readonly root: readonly [];
|
|
448
|
+
readonly icon: readonly [];
|
|
449
|
+
readonly label: readonly [];
|
|
450
|
+
};
|
|
451
|
+
readonly ProgressBar: {
|
|
452
|
+
readonly root: readonly ["loading", "busy"];
|
|
453
|
+
readonly indicator: readonly [];
|
|
454
|
+
readonly label: readonly [];
|
|
455
|
+
};
|
|
456
|
+
readonly Chip: {
|
|
457
|
+
readonly root: readonly [];
|
|
458
|
+
readonly icon: readonly [];
|
|
459
|
+
readonly label: readonly [];
|
|
460
|
+
readonly remove: readonly [];
|
|
461
|
+
};
|
|
462
|
+
};
|
|
463
|
+
/** The canonical component/part/state manifest. */
|
|
464
|
+
export type CratisPartStatesManifest = typeof cratisPartStates;
|
|
465
|
+
/** Canonical states exposed by one stable component part. */
|
|
466
|
+
export type PartStatesOf<Component extends keyof CratisPartStatesManifest, Part extends keyof CratisPartStatesManifest[Component]> = CratisPartStatesManifest[Component][Part] extends readonly (infer State)[] ? State : never;
|
|
467
|
+
//# sourceMappingURL=parts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parts.d.ts","sourceRoot":"","sources":["../../../types/parts.ts"],"names":[],"mappings":"AAKA,sEAAsE;AACtE,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuDd,CAAC;AAEX,mDAAmD;AACnD,MAAM,MAAM,mBAAmB,GAAG,OAAO,WAAW,CAAC;AAErD,4EAA4E;AAC5E,MAAM,MAAM,OAAO,CAAC,CAAC,SAAS,MAAM,mBAAmB,IAAI,mBAAmB,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;AAE1F,6EAA6E;AAC7E,eAAO,MAAM,yBAAyB,2GAA4G,CAAC;AAEnJ,gEAAgE;AAChE,MAAM,MAAM,wBAAwB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAC;AAElF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4Y5B,CAAC;AAEF,mDAAmD;AACnD,MAAM,MAAM,wBAAwB,GAAG,OAAO,gBAAgB,CAAC;AAE/D,6DAA6D;AAC7D,MAAM,MAAM,YAAY,CACpB,SAAS,SAAS,MAAM,wBAAwB,EAChD,IAAI,SAAS,MAAM,wBAAwB,CAAC,SAAS,CAAC,IACtD,wBAAwB,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,CAAC,MAAM,KAAK,CAAC,EAAE,GACxE,KAAK,GACL,KAAK,CAAC"}
|