@cratis/components 3.3.4 → 3.5.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/README.md +322 -197
- package/dist/esm/Canvas/Canvas.d.ts +64 -0
- package/dist/esm/Canvas/Canvas.d.ts.map +1 -0
- package/dist/esm/Canvas/Canvas.js +767 -0
- package/dist/esm/Canvas/Canvas.js.map +1 -0
- package/dist/esm/Canvas/CanvasControls.d.ts +32 -0
- package/dist/esm/Canvas/CanvasControls.d.ts.map +1 -0
- package/dist/esm/Canvas/CanvasControls.js +34 -0
- package/dist/esm/Canvas/CanvasControls.js.map +1 -0
- package/dist/esm/Canvas/CanvasItem.d.ts +10 -0
- package/dist/esm/Canvas/CanvasItem.d.ts.map +1 -0
- package/dist/esm/Canvas/CanvasItem.js +51 -0
- package/dist/esm/Canvas/CanvasItem.js.map +1 -0
- package/dist/esm/Canvas/CanvasMinimap.d.ts +25 -0
- package/dist/esm/Canvas/CanvasMinimap.d.ts.map +1 -0
- package/dist/esm/Canvas/CanvasMinimap.js +102 -0
- package/dist/esm/Canvas/CanvasMinimap.js.map +1 -0
- package/dist/esm/Canvas/CanvasOverlay.d.ts +6 -0
- package/dist/esm/Canvas/CanvasOverlay.d.ts.map +1 -0
- package/dist/esm/Canvas/CanvasOverlay.js +8 -0
- package/dist/esm/Canvas/CanvasOverlay.js.map +1 -0
- package/dist/esm/Canvas/canvasGesture.d.ts +8 -0
- package/dist/esm/Canvas/canvasGesture.d.ts.map +1 -0
- package/dist/esm/Canvas/canvasGesture.js +32 -0
- package/dist/esm/Canvas/canvasGesture.js.map +1 -0
- package/dist/esm/Canvas/canvasTransformActivity.d.ts +7 -0
- package/dist/esm/Canvas/canvasTransformActivity.d.ts.map +1 -0
- package/dist/esm/Canvas/canvasTransformActivity.js +22 -0
- package/dist/esm/Canvas/canvasTransformActivity.js.map +1 -0
- package/dist/esm/Canvas/glassAttributes.d.ts +4 -0
- package/dist/esm/Canvas/glassAttributes.d.ts.map +1 -0
- package/dist/esm/Canvas/glassAttributes.js +25 -0
- package/dist/esm/Canvas/glassAttributes.js.map +1 -0
- package/dist/esm/Canvas/index.d.ts +18 -0
- package/dist/esm/Canvas/index.d.ts.map +1 -0
- package/dist/esm/Canvas/index.js +38 -0
- package/dist/esm/Canvas/index.js.map +1 -0
- package/dist/esm/Canvas/isBackgroundPointerTarget.d.ts +2 -0
- package/dist/esm/Canvas/isBackgroundPointerTarget.d.ts.map +1 -0
- package/dist/esm/Canvas/isBackgroundPointerTarget.js +17 -0
- package/dist/esm/Canvas/isBackgroundPointerTarget.js.map +1 -0
- package/dist/esm/Canvas/isWithinScrollableContent.d.ts +11 -0
- package/dist/esm/Canvas/isWithinScrollableContent.d.ts.map +1 -0
- package/dist/esm/Canvas/isWithinScrollableContent.js +38 -0
- package/dist/esm/Canvas/isWithinScrollableContent.js.map +1 -0
- package/dist/esm/Canvas/panMomentum.d.ts +13 -0
- package/dist/esm/Canvas/panMomentum.d.ts.map +1 -0
- package/dist/esm/Canvas/panMomentum.js +41 -0
- package/dist/esm/Canvas/panMomentum.js.map +1 -0
- package/dist/esm/Canvas/pinchGesture.d.ts +16 -0
- package/dist/esm/Canvas/pinchGesture.d.ts.map +1 -0
- package/dist/esm/Canvas/pinchGesture.js +30 -0
- package/dist/esm/Canvas/pinchGesture.js.map +1 -0
- package/dist/esm/Canvas/selfSuspendingFrameLoop.d.ts +10 -0
- package/dist/esm/Canvas/selfSuspendingFrameLoop.d.ts.map +1 -0
- package/dist/esm/Canvas/selfSuspendingFrameLoop.js +33 -0
- package/dist/esm/Canvas/selfSuspendingFrameLoop.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.d.ts +13 -0
- package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.js +61 -0
- package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.d.ts +20 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.js +27 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.d.ts +2 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.js +20 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.d.ts +2 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.js +11 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.d.ts +5 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.js +4 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Chat.d.ts +41 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Chat.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Chat.js +76 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Chat.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.d.ts +5 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.js +14 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.d.ts +18 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.js +89 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.d.ts +23 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.js +107 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.d.ts +17 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.js +2 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.d.ts +25 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.js +31 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.d.ts +6 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.js +2 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.d.ts +7 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.js +2 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.d.ts +6 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.js +2 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.d.ts +8 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.js +2 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.d.ts +5 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.js +15 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.d.ts +6 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.js +2 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategoryKey.d.ts +12 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategoryKey.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategoryKey.js +18 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategoryKey.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.d.ts +5 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.js +2 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.d.ts +14 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.js +51 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.d.ts +3 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.js +155 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.d.ts +7 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.js +7 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.d.ts +6 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.js +59 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.d.ts +23 -0
- package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.js +28 -0
- package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.d.ts +9 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.js +2 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.d.ts +5 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.js +2 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.d.ts +11 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.js +14 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.d.ts +3 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.js +34 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.d.ts +7 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.js +23 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.d.ts +7 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.js +7 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.d.ts +3 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.js +24 -0
- package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.d.ts +6 -0
- package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.js +28 -0
- package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.d.ts +20 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.js +50 -0
- package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.d.ts +9 -0
- package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.js +18 -0
- package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.d.ts +5 -0
- package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.js +19 -0
- package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/index.d.ts +31 -0
- package/dist/esm/Canvas/shapes/ChatBubble/index.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/index.js +17 -0
- package/dist/esm/Canvas/shapes/ChatBubble/index.js.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.d.ts +4 -0
- package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.js +16 -0
- package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.js.map +1 -0
- package/dist/esm/Canvas/shapes/Note/Note.d.ts +22 -0
- package/dist/esm/Canvas/shapes/Note/Note.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/Note/Note.js +237 -0
- package/dist/esm/Canvas/shapes/Note/Note.js.map +1 -0
- package/dist/esm/Canvas/shapes/Note/index.d.ts +3 -0
- package/dist/esm/Canvas/shapes/Note/index.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/Note/index.js +2 -0
- package/dist/esm/Canvas/shapes/Note/index.js.map +1 -0
- package/dist/esm/Canvas/shapes/Note/noteFont.d.ts +2 -0
- package/dist/esm/Canvas/shapes/Note/noteFont.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/Note/noteFont.js +26 -0
- package/dist/esm/Canvas/shapes/Note/noteFont.js.map +1 -0
- package/dist/esm/Canvas/shapes/Region/Region.d.ts +22 -0
- package/dist/esm/Canvas/shapes/Region/Region.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/Region/Region.js +150 -0
- package/dist/esm/Canvas/shapes/Region/Region.js.map +1 -0
- package/dist/esm/Canvas/shapes/Region/index.d.ts +3 -0
- package/dist/esm/Canvas/shapes/Region/index.d.ts.map +1 -0
- package/dist/esm/Canvas/shapes/Region/index.js +2 -0
- package/dist/esm/Canvas/shapes/Region/index.js.map +1 -0
- package/dist/esm/Canvas/useDragSelectionGuard.d.ts +2 -0
- package/dist/esm/Canvas/useDragSelectionGuard.d.ts.map +1 -0
- package/dist/esm/Canvas/useDragSelectionGuard.js +59 -0
- package/dist/esm/Canvas/useDragSelectionGuard.js.map +1 -0
- package/dist/esm/Canvas/zoomMechanism.d.ts +4 -0
- package/dist/esm/Canvas/zoomMechanism.d.ts.map +1 -0
- package/dist/esm/Canvas/zoomMechanism.js +58 -0
- package/dist/esm/Canvas/zoomMechanism.js.map +1 -0
- package/dist/esm/CommandDialog/CommandDialog.d.ts +3 -6
- package/dist/esm/CommandDialog/CommandDialog.d.ts.map +1 -1
- package/dist/esm/CommandDialog/CommandDialog.js +3 -2
- package/dist/esm/CommandDialog/CommandDialog.js.map +1 -1
- package/dist/esm/CommandDialog/CommandStepper.d.ts.map +1 -1
- package/dist/esm/CommandDialog/CommandStepper.js +3 -2
- package/dist/esm/CommandDialog/CommandStepper.js.map +1 -1
- package/dist/esm/CommandForm/commandFormMarkers.d.ts +12 -0
- package/dist/esm/CommandForm/commandFormMarkers.d.ts.map +1 -0
- package/dist/esm/CommandForm/commandFormMarkers.js +69 -0
- package/dist/esm/CommandForm/commandFormMarkers.js.map +1 -0
- package/dist/esm/CommandForm/fields/CalendarField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/CalendarField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/CheckboxField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/CheckboxField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/ChipsField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/ChipsField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/ColorPickerField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/ColorPickerField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/DropdownField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/DropdownField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/InputTextField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/InputTextField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/MultiSelectField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/MultiSelectField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/NumberField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/NumberField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/PasswordField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/PasswordField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/RadioButtonField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/RadioButtonField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/RadioGroupField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/RadioGroupField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/RatingField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/RatingField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/SliderField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/SliderField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/TextAreaField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/TextAreaField.d.ts.map +1 -1
- package/dist/esm/CommandForm/fields/ToggleSwitchField.d.ts +1 -1
- package/dist/esm/CommandForm/fields/ToggleSwitchField.d.ts.map +1 -1
- package/dist/esm/CommandForm/index.d.ts +1 -0
- package/dist/esm/CommandForm/index.d.ts.map +1 -1
- package/dist/esm/CommandForm/index.js +1 -0
- package/dist/esm/CommandForm/index.js.map +1 -1
- package/dist/esm/Common/CratisComponentsProvider.d.ts.map +1 -1
- package/dist/esm/Common/CratisComponentsProvider.js +6 -3
- package/dist/esm/Common/CratisComponentsProvider.js.map +1 -1
- package/dist/esm/Common/DatePickerInput.d.ts +11 -4
- package/dist/esm/Common/DatePickerInput.d.ts.map +1 -1
- package/dist/esm/Common/DatePickerInput.js +18 -2
- package/dist/esm/Common/DatePickerInput.js.map +1 -1
- package/dist/esm/Common/ErrorBoundary.d.ts +1 -1
- package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.d.ts +3 -0
- package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.d.ts.map +1 -0
- package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.js +2 -0
- package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.js.map +1 -0
- package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.d.ts +3 -0
- package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.d.ts.map +1 -0
- package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.js +49 -0
- package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.js.map +1 -0
- package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.d.ts +369 -0
- package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.d.ts.map +1 -0
- package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.js +271 -0
- package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.js.map +1 -0
- package/dist/esm/Compatibility/index.d.ts +5 -0
- package/dist/esm/Compatibility/index.d.ts.map +1 -0
- package/dist/esm/Compatibility/index.js +7 -0
- package/dist/esm/Compatibility/index.js.map +1 -0
- package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.d.ts +8 -0
- package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.d.ts.map +1 -0
- package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.js +48 -0
- package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.js.map +1 -0
- package/dist/esm/DataPage/DataPage.d.ts +4 -4
- package/dist/esm/DataPage/DataPage.d.ts.map +1 -1
- package/dist/esm/DataPage/DataPage.js +6 -10
- package/dist/esm/DataPage/DataPage.js.map +1 -1
- package/dist/esm/DataTables/Column.d.ts +3 -1
- package/dist/esm/DataTables/Column.d.ts.map +1 -1
- package/dist/esm/DataTables/Column.js.map +1 -1
- package/dist/esm/DataTables/ColumnFilterMenu.d.ts +22 -2
- package/dist/esm/DataTables/ColumnFilterMenu.d.ts.map +1 -1
- package/dist/esm/DataTables/ColumnFilterMenu.js +50 -13
- package/dist/esm/DataTables/ColumnFilterMenu.js.map +1 -1
- package/dist/esm/DataTables/DataTableCore.d.ts.map +1 -1
- package/dist/esm/DataTables/DataTableCore.js +22 -3
- package/dist/esm/DataTables/DataTableCore.js.map +1 -1
- package/dist/esm/DataTables/DataTableFilterMatcherRegistry.d.ts +14 -0
- package/dist/esm/DataTables/DataTableFilterMatcherRegistry.d.ts.map +1 -0
- package/dist/esm/DataTables/DataTableFilterMatcherRegistry.js +67 -0
- package/dist/esm/DataTables/DataTableFilterMatcherRegistry.js.map +1 -0
- package/dist/esm/DataTables/DataTableFilterMeta.d.ts +26 -1
- package/dist/esm/DataTables/DataTableFilterMeta.d.ts.map +1 -1
- package/dist/esm/DataTables/DataTableFilterMeta.js +24 -2
- package/dist/esm/DataTables/DataTableFilterMeta.js.map +1 -1
- package/dist/esm/DataTables/DataTableForObservableQuery.d.ts +3 -3
- package/dist/esm/DataTables/DataTableForObservableQuery.d.ts.map +1 -1
- package/dist/esm/DataTables/DataTableForObservableQuery.js +9 -3
- package/dist/esm/DataTables/DataTableForObservableQuery.js.map +1 -1
- package/dist/esm/DataTables/DataTableForQuery.d.ts +3 -3
- package/dist/esm/DataTables/DataTableForQuery.d.ts.map +1 -1
- package/dist/esm/DataTables/DataTableForQuery.js +8 -2
- package/dist/esm/DataTables/DataTableForQuery.js.map +1 -1
- package/dist/esm/DataTables/TablePaginator.d.ts +1 -1
- package/dist/esm/DataTables/TablePaginator.d.ts.map +1 -1
- package/dist/esm/DataTables/TablePaginator.js +13 -4
- package/dist/esm/DataTables/TablePaginator.js.map +1 -1
- package/dist/esm/DataTables/index.d.ts +1 -0
- package/dist/esm/DataTables/index.d.ts.map +1 -1
- package/dist/esm/DataTables/index.js +3 -1
- package/dist/esm/DataTables/index.js.map +1 -1
- package/dist/esm/Dialogs/Dialog.d.ts +2 -2
- package/dist/esm/Dialogs/Dialog.d.ts.map +1 -1
- package/dist/esm/Dialogs/Dialog.js +16 -18
- package/dist/esm/Dialogs/Dialog.js.map +1 -1
- package/dist/esm/Display/Message.d.ts +2 -1
- package/dist/esm/Display/Message.d.ts.map +1 -1
- package/dist/esm/Display/Message.js +14 -2
- package/dist/esm/Display/Message.js.map +1 -1
- package/dist/esm/Dropdown/Dropdown.d.ts +4 -2
- package/dist/esm/Dropdown/Dropdown.d.ts.map +1 -1
- package/dist/esm/Dropdown/Dropdown.js +17 -2
- package/dist/esm/Dropdown/Dropdown.js.map +1 -1
- package/dist/esm/Filter/FilterPanel.d.ts.map +1 -1
- package/dist/esm/Filter/FilterPanel.js +1 -1
- package/dist/esm/Filter/FilterPanel.js.map +1 -1
- package/dist/esm/Filter/RangeHistogramFilter.d.ts +4 -3
- package/dist/esm/Filter/RangeHistogramFilter.d.ts.map +1 -1
- package/dist/esm/Filter/RangeHistogramFilter.js +4 -23
- package/dist/esm/Filter/RangeHistogramFilter.js.map +1 -1
- package/dist/esm/Filter/index.d.ts +3 -2
- package/dist/esm/Filter/index.d.ts.map +1 -1
- package/dist/esm/Filter/index.js +1 -1
- package/dist/esm/Filter/types.d.ts +7 -1
- package/dist/esm/Filter/types.d.ts.map +1 -1
- package/dist/esm/Filter/utils.d.ts +5 -1
- package/dist/esm/Filter/utils.d.ts.map +1 -1
- package/dist/esm/Filter/utils.js +33 -1
- package/dist/esm/Filter/utils.js.map +1 -1
- package/dist/esm/Notifications/Toaster.d.ts +8 -1
- package/dist/esm/Notifications/Toaster.d.ts.map +1 -1
- package/dist/esm/Notifications/Toaster.js +16 -10
- package/dist/esm/Notifications/Toaster.js.map +1 -1
- package/dist/esm/Notifications/index.js +1 -1
- package/dist/esm/Notifications/toast.d.ts +52 -2
- package/dist/esm/Notifications/toast.d.ts.map +1 -1
- package/dist/esm/Notifications/toast.js +100 -2
- package/dist/esm/Notifications/toast.js.map +1 -1
- package/dist/esm/Notifications/toastCommandResult.js +2 -2
- package/dist/esm/Notifications/toastCommandResult.js.map +1 -1
- package/dist/esm/PatrickHand-latin-ext.woff2 +0 -0
- package/dist/esm/PatrickHand-latin.woff2 +0 -0
- package/dist/esm/PatrickHand-vietnamese.woff2 +0 -0
- package/dist/esm/Styled/CratisPreset.d.ts +2 -0
- package/dist/esm/Styled/CratisPreset.d.ts.map +1 -0
- package/dist/esm/Styled/CratisPreset.js +80 -0
- package/dist/esm/Styled/CratisPreset.js.map +1 -0
- package/dist/esm/Styled/index.d.ts +4 -0
- package/dist/esm/Styled/index.d.ts.map +1 -0
- package/dist/esm/Styled/index.js +4 -0
- package/dist/esm/Styled/index.js.map +1 -0
- package/dist/esm/Styled/primeReactStyles.d.ts +3 -0
- package/dist/esm/Styled/primeReactStyles.d.ts.map +1 -0
- package/dist/esm/Styled/primeReactStyles.js +202 -0
- package/dist/esm/Styled/primeReactStyles.js.map +1 -0
- package/dist/esm/Styled/styledMode.d.ts +12 -0
- package/dist/esm/Styled/styledMode.d.ts.map +1 -0
- package/dist/esm/Styled/styledMode.js +68 -0
- package/dist/esm/Styled/styledMode.js.map +1 -0
- package/dist/esm/index.d.ts +4 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +42 -35
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/primereact-v10-palette.css +242 -0
- package/dist/esm/styles.css +1287 -5
- package/dist/esm/theme.css +30 -4
- package/dist/esm/tokens.css +18 -11
- package/package.json +31 -7
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
import { styles as styles$19 } from '@primereact/styles/accordion';
|
|
2
|
+
import { styles as styles$18 } from '@primereact/styles/autocomplete';
|
|
3
|
+
import { styles as styles$17 } from '@primereact/styles/avatar';
|
|
4
|
+
import { styles as styles$16 } from '@primereact/styles/avatargroup';
|
|
5
|
+
import { styles as styles$15 } from '@primereact/styles/badge';
|
|
6
|
+
import { styles as styles$14 } from '@primereact/styles/breadcrumb';
|
|
7
|
+
import { styles as styles$13 } from '@primereact/styles/button';
|
|
8
|
+
import { styles as styles$12 } from '@primereact/styles/buttongroup';
|
|
9
|
+
import { styles as styles$11 } from '@primereact/styles/card';
|
|
10
|
+
import { styles as styles$10 } from '@primereact/styles/carousel';
|
|
11
|
+
import { styles as styles$$ } from '@primereact/styles/checkbox';
|
|
12
|
+
import { styles as styles$_ } from '@primereact/styles/checkboxgroup';
|
|
13
|
+
import { styles as styles$Z } from '@primereact/styles/chip';
|
|
14
|
+
import { styles as styles$Y } from '@primereact/styles/compare';
|
|
15
|
+
import { styles as styles$X } from '@primereact/styles/contextmenu';
|
|
16
|
+
import { styles as styles$W } from '@primereact/styles/datatable';
|
|
17
|
+
import { styles as styles$V } from '@primereact/styles/dataview';
|
|
18
|
+
import { styles as styles$U } from '@primereact/styles/datepicker';
|
|
19
|
+
import { styles as styles$T } from '@primereact/styles/dialog';
|
|
20
|
+
import { styles as styles$S } from '@primereact/styles/divider';
|
|
21
|
+
import { styles as styles$R } from '@primereact/styles/drawer';
|
|
22
|
+
import { styles as styles$Q } from '@primereact/styles/fieldset';
|
|
23
|
+
import { styles as styles$P } from '@primereact/styles/fileupload';
|
|
24
|
+
import { styles as styles$O } from '@primereact/styles/floatlabel';
|
|
25
|
+
import { styles as styles$N } from '@primereact/styles/fluid';
|
|
26
|
+
import { styles as styles$M } from '@primereact/styles/gallery';
|
|
27
|
+
import { styles as styles$L } from '@primereact/styles/iconfield';
|
|
28
|
+
import { styles as styles$K } from '@primereact/styles/iftalabel';
|
|
29
|
+
import { styles as styles$J } from '@primereact/styles/inplace';
|
|
30
|
+
import { styles as styles$I } from '@primereact/styles/inputcolor';
|
|
31
|
+
import { styles as styles$H } from '@primereact/styles/inputgroup';
|
|
32
|
+
import { styles as styles$G } from '@primereact/styles/inputnumber';
|
|
33
|
+
import { styles as styles$F } from '@primereact/styles/inputotp';
|
|
34
|
+
import { styles as styles$D } from '@primereact/styles/inputtags';
|
|
35
|
+
import { styles as styles$C } from '@primereact/styles/inputtext';
|
|
36
|
+
import { styles as styles$B } from '@primereact/styles/knob';
|
|
37
|
+
import { styles as styles$A } from '@primereact/styles/label';
|
|
38
|
+
import { styles as styles$z } from '@primereact/styles/listbox';
|
|
39
|
+
import { styles as styles$y } from '@primereact/styles/menu';
|
|
40
|
+
import { styles as styles$x } from '@primereact/styles/message';
|
|
41
|
+
import { styles as styles$w } from '@primereact/styles/metergroup';
|
|
42
|
+
import { styles as styles$v } from '@primereact/styles/navigationmenu';
|
|
43
|
+
import { styles as styles$u } from '@primereact/styles/organizationchart';
|
|
44
|
+
import { styles as styles$t } from '@primereact/styles/overlaybadge';
|
|
45
|
+
import { styles as styles$s } from '@primereact/styles/paginator';
|
|
46
|
+
import { styles as styles$r } from '@primereact/styles/panel';
|
|
47
|
+
import { styles as styles$E } from '@primereact/styles/password';
|
|
48
|
+
import { styles as styles$q } from '@primereact/styles/popover';
|
|
49
|
+
import { styles as styles$p } from '@primereact/styles/progressbar';
|
|
50
|
+
import { styles as styles$o } from '@primereact/styles/progressspinner';
|
|
51
|
+
import { styles as styles$n } from '@primereact/styles/radiobutton';
|
|
52
|
+
import { styles as styles$m } from '@primereact/styles/radiobuttongroup';
|
|
53
|
+
import { styles as styles$l } from '@primereact/styles/rating';
|
|
54
|
+
import { styles as styles$k } from '@primereact/styles/scrollarea';
|
|
55
|
+
import { styles as styles$j } from '@primereact/styles/select';
|
|
56
|
+
import { layoutStyles, styles as styles$i } from '@primereact/styles/sidebar';
|
|
57
|
+
import { styles as styles$h } from '@primereact/styles/skeleton';
|
|
58
|
+
import { styles as styles$g } from '@primereact/styles/slider';
|
|
59
|
+
import { styles as styles$f } from '@primereact/styles/speeddial';
|
|
60
|
+
import { styles as styles$e } from '@primereact/styles/splitter';
|
|
61
|
+
import { styles as styles$d } from '@primereact/styles/stepper';
|
|
62
|
+
import { styles as styles$c } from '@primereact/styles/tabs';
|
|
63
|
+
import { styles as styles$b } from '@primereact/styles/tag';
|
|
64
|
+
import { styles as styles$a } from '@primereact/styles/terminal';
|
|
65
|
+
import { styles as styles$9 } from '@primereact/styles/textarea';
|
|
66
|
+
import { styles as styles$8 } from '@primereact/styles/timeline';
|
|
67
|
+
import { styles as styles$7 } from '@primereact/styles/toast';
|
|
68
|
+
import { styles as styles$6 } from '@primereact/styles/toaster';
|
|
69
|
+
import { styles as styles$5 } from '@primereact/styles/togglebutton';
|
|
70
|
+
import { styles as styles$4 } from '@primereact/styles/togglebuttongroup';
|
|
71
|
+
import { styles as styles$3 } from '@primereact/styles/toggleswitch';
|
|
72
|
+
import { styles as styles$2 } from '@primereact/styles/toolbar';
|
|
73
|
+
import { styles as styles$1 } from '@primereact/styles/tooltip';
|
|
74
|
+
import { styles } from '@primereact/styles/tree';
|
|
75
|
+
|
|
76
|
+
// Copyright (c) Cratis. All rights reserved.
|
|
77
|
+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
78
|
+
/**
|
|
79
|
+
* The names PrimeReact's motion hook uses for the enter/leave classes of an overlay or
|
|
80
|
+
* collapsible part. `@primereact/ui` hands these to the same primitives when it composes
|
|
81
|
+
* its styled components; the theme's transitions key off them.
|
|
82
|
+
*/
|
|
83
|
+
const anchoredOverlay = 'p-anchored-overlay';
|
|
84
|
+
const collapsible = 'p-collapsible';
|
|
85
|
+
const overlayMask = 'p-overlay-mask';
|
|
86
|
+
/** A root that carries a component's `styles`, optionally with the motion its parts animate through. */
|
|
87
|
+
const styled = (styles, motion) => ({ props: motion ? { styles, motionProps: { name: motion } } : { styles } });
|
|
88
|
+
/** A part that only needs its motion name — its classes come from the root's `styles`. */
|
|
89
|
+
const motion = (name) => ({ props: { motionProps: { name } } });
|
|
90
|
+
/**
|
|
91
|
+
* PrimeReact 11's own component styles, keyed by primitive component name, ready to be
|
|
92
|
+
* handed to the provider as `defaults`.
|
|
93
|
+
*
|
|
94
|
+
* PrimeReact 11 splits every component in two: the `primereact/*` primitives, which own
|
|
95
|
+
* behavior and render structural markup with `data-scope` / `data-part` attributes and no
|
|
96
|
+
* class names, and `@primereact/styles/*`, which holds the `p-*` class names and the CSS
|
|
97
|
+
* that a `@primeuix/themes` preset drives. `@primereact/ui/*` is nothing more than the two
|
|
98
|
+
* glued together: each styled component is the primitive with its `styles` prop preset.
|
|
99
|
+
*
|
|
100
|
+
* `@cratis/components` builds on the primitives, so a preset alone leaves it unstyled.
|
|
101
|
+
* PrimeReact's provider accepts default props per component name (`defaults`), and
|
|
102
|
+
* `styles` is a public prop on every primitive, so this map performs the same gluing
|
|
103
|
+
* `@primereact/ui` does — for every primitive rendered under the provider, whether by
|
|
104
|
+
* this library or by the application. Together with a preset it is styled mode. Prefer
|
|
105
|
+
* {@link styledMode}, which combines the two.
|
|
106
|
+
*
|
|
107
|
+
* Every entry keys the primitive's *root* name (`Dialog.Root`, `Button`), because the
|
|
108
|
+
* parts read their class names from the root's styles. The overlay/collapsible parts
|
|
109
|
+
* that animate are also listed, with the motion name the theme's transitions expect.
|
|
110
|
+
*/
|
|
111
|
+
const primeReactStyles = {
|
|
112
|
+
'Accordion.Root': styled(styles$19, collapsible),
|
|
113
|
+
'AutoComplete.Root': styled(styles$18),
|
|
114
|
+
'AutoComplete.Popup': motion(anchoredOverlay),
|
|
115
|
+
'Avatar.Root': styled(styles$17),
|
|
116
|
+
'AvatarGroup': styled(styles$16),
|
|
117
|
+
'Badge': styled(styles$15),
|
|
118
|
+
'Breadcrumb.Root': styled(styles$14),
|
|
119
|
+
'Button': styled(styles$13),
|
|
120
|
+
'ButtonGroup': styled(styles$12),
|
|
121
|
+
'Card.Root': styled(styles$11),
|
|
122
|
+
'Carousel.Root': styled(styles$10),
|
|
123
|
+
'Checkbox.Root': styled(styles$$),
|
|
124
|
+
'CheckboxGroup': styled(styles$_),
|
|
125
|
+
'Chip.Root': styled(styles$Z),
|
|
126
|
+
'Compare.Root': styled(styles$Y),
|
|
127
|
+
'ContextMenu.Root': styled(styles$X),
|
|
128
|
+
'ContextMenu.Popup': motion(anchoredOverlay),
|
|
129
|
+
'DataTable.Root': styled(styles$W),
|
|
130
|
+
'DataView.Root': styled(styles$V),
|
|
131
|
+
'DatePicker.Root': styled(styles$U),
|
|
132
|
+
'DatePicker.Popup': motion(anchoredOverlay),
|
|
133
|
+
'Dialog.Root': styled(styles$T),
|
|
134
|
+
'Dialog.Backdrop': motion(overlayMask),
|
|
135
|
+
'Dialog.Popup': motion('p-dialog'),
|
|
136
|
+
'Divider': styled(styles$S),
|
|
137
|
+
'Drawer.Root': styled(styles$R),
|
|
138
|
+
'Drawer.Backdrop': motion(overlayMask),
|
|
139
|
+
'Drawer.Popup': motion('p-drawer'),
|
|
140
|
+
'Fieldset.Root': styled(styles$Q, collapsible),
|
|
141
|
+
'FileUpload.Root': styled(styles$P),
|
|
142
|
+
'FloatLabel': styled(styles$O),
|
|
143
|
+
'Fluid': styled(styles$N),
|
|
144
|
+
'Gallery.Root': styled(styles$M),
|
|
145
|
+
'IconField.Root': styled(styles$L),
|
|
146
|
+
'IftaLabel': styled(styles$K),
|
|
147
|
+
'Inplace.Root': styled(styles$J),
|
|
148
|
+
'InputColor.Root': styled(styles$I),
|
|
149
|
+
'InputGroup.Root': styled(styles$H),
|
|
150
|
+
'InputNumber.Root': styled(styles$G),
|
|
151
|
+
'InputOtp.Root': styled(styles$F),
|
|
152
|
+
'InputPassword': styled(styles$E),
|
|
153
|
+
'InputTags.Root': styled(styles$D),
|
|
154
|
+
'InputText': styled(styles$C),
|
|
155
|
+
'Knob.Root': styled(styles$B),
|
|
156
|
+
'Label': styled(styles$A),
|
|
157
|
+
'Listbox.Root': styled(styles$z),
|
|
158
|
+
'Menu.Root': styled(styles$y),
|
|
159
|
+
'Menu.Popup': motion(anchoredOverlay),
|
|
160
|
+
'Message.Root': styled(styles$x),
|
|
161
|
+
'MeterGroup.Root': styled(styles$w),
|
|
162
|
+
'NavigationMenu': styled(styles$v),
|
|
163
|
+
'OrganizationChart.Root': styled(styles$u),
|
|
164
|
+
'OverlayBadge': styled(styles$t),
|
|
165
|
+
'Paginator.Root': styled(styles$s),
|
|
166
|
+
'Panel.Root': styled(styles$r, collapsible),
|
|
167
|
+
'Popover.Root': styled(styles$q),
|
|
168
|
+
'Popover.Popup': motion(anchoredOverlay),
|
|
169
|
+
'ProgressBar.Root': styled(styles$p),
|
|
170
|
+
'ProgressSpinner.Root': styled(styles$o),
|
|
171
|
+
'RadioButton.Root': styled(styles$n),
|
|
172
|
+
'RadioButtonGroup': styled(styles$m),
|
|
173
|
+
'Rating.Root': styled(styles$l),
|
|
174
|
+
'ScrollArea.Root': styled(styles$k),
|
|
175
|
+
'Select.Root': styled(styles$j),
|
|
176
|
+
'Select.Popup': motion(anchoredOverlay),
|
|
177
|
+
'Sidebar.Root': styled(styles$i),
|
|
178
|
+
'Sidebar.Layout': styled(layoutStyles),
|
|
179
|
+
'Sidebar.Backdrop': motion(overlayMask),
|
|
180
|
+
'Skeleton': styled(styles$h),
|
|
181
|
+
'Slider.Root': styled(styles$g),
|
|
182
|
+
'SpeedDial.Root': styled(styles$f),
|
|
183
|
+
'Splitter.Root': styled(styles$e),
|
|
184
|
+
'Stepper.Root': styled(styles$d, collapsible),
|
|
185
|
+
'Tabs.Root': styled(styles$c),
|
|
186
|
+
'Tag': styled(styles$b),
|
|
187
|
+
'Terminal.Root': styled(styles$a),
|
|
188
|
+
'Textarea': styled(styles$9),
|
|
189
|
+
'Timeline.Root': styled(styles$8),
|
|
190
|
+
'Toast.Root': styled(styles$7),
|
|
191
|
+
'Toaster.Root': styled(styles$6),
|
|
192
|
+
'ToggleButton.Root': styled(styles$5),
|
|
193
|
+
'ToggleButtonGroup': styled(styles$4),
|
|
194
|
+
'ToggleSwitch.Root': styled(styles$3),
|
|
195
|
+
'Toolbar.Root': styled(styles$2),
|
|
196
|
+
'Tooltip.Root': styled(styles$1),
|
|
197
|
+
'Tooltip.Popup': motion('p-tooltip'),
|
|
198
|
+
'Tree.Root': styled(styles),
|
|
199
|
+
};
|
|
200
|
+
|
|
201
|
+
export { primeReactStyles };
|
|
202
|
+
//# sourceMappingURL=primeReactStyles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"primeReactStyles.js","sources":["../../../Styled/primeReactStyles.ts"],"sourcesContent":[null],"names":["accordion","autocomplete","avatar","avatarGroup","badge","breadcrumb","button","buttonGroup","card","carousel","checkbox","checkboxGroup","chip","compare","contextMenu","dataTable","dataView","datePicker","dialog","divider","drawer","fieldset","fileUpload","floatLabel","fluid","gallery","iconField","iftaLabel","inplace","inputColor","inputGroup","inputNumber","inputOtp","password","inputTags","inputText","knob","label","listbox","menu","message","meterGroup","navigationMenu","organizationChart","overlayBadge","paginator","panel","popover","progressBar","progressSpinner","radioButton","radioButtonGroup","rating","scrollArea","select","sidebar","sidebarLayout","skeleton","slider","speedDial","splitter","stepper","tabs","tag","terminal","textarea","timeline","toast","toaster","toggleButton","toggleButtonGroup","toggleSwitch","toolbar","tooltip","tree"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AA8EA;;;;AAIG;AACH,MAAM,eAAe,GAAG,oBAAoB;AAC5C,MAAM,WAAW,GAAG,eAAe;AACnC,MAAM,WAAW,GAAG,gBAAgB;AAEpC;AACA,MAAM,MAAM,GAAG,CAAC,MAAe,EAAE,MAAe,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,EAAE,MAAM,EAAE,WAAW,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,EAAE,CAAC;AAEjI;AACA,MAAM,MAAM,GAAG,CAAC,IAAY,MAAM,EAAE,KAAK,EAAE,EAAE,WAAW,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC;AAEvE;;;;;;;;;;;;;;;;;;;;AAoBG;AACI,MAAM,gBAAgB,GAAsB;AAC/C,IAAA,gBAAgB,EAAE,MAAM,CAACA,SAAS,EAAE,WAAW,CAAC;AAChD,IAAA,mBAAmB,EAAE,MAAM,CAACC,SAAY,CAAC;AACzC,IAAA,oBAAoB,EAAE,MAAM,CAAC,eAAe,CAAC;AAC7C,IAAA,aAAa,EAAE,MAAM,CAACC,SAAM,CAAC;AAC7B,IAAA,aAAa,EAAE,MAAM,CAACC,SAAW,CAAC;AAClC,IAAA,OAAO,EAAE,MAAM,CAACC,SAAK,CAAC;AACtB,IAAA,iBAAiB,EAAE,MAAM,CAACC,SAAU,CAAC;AACrC,IAAA,QAAQ,EAAE,MAAM,CAACC,SAAM,CAAC;AACxB,IAAA,aAAa,EAAE,MAAM,CAACC,SAAW,CAAC;AAClC,IAAA,WAAW,EAAE,MAAM,CAACC,SAAI,CAAC;AACzB,IAAA,eAAe,EAAE,MAAM,CAACC,SAAQ,CAAC;AACjC,IAAA,eAAe,EAAE,MAAM,CAACC,QAAQ,CAAC;AACjC,IAAA,eAAe,EAAE,MAAM,CAACC,QAAa,CAAC;AACtC,IAAA,WAAW,EAAE,MAAM,CAACC,QAAI,CAAC;AACzB,IAAA,cAAc,EAAE,MAAM,CAACC,QAAO,CAAC;AAC/B,IAAA,kBAAkB,EAAE,MAAM,CAACC,QAAW,CAAC;AACvC,IAAA,mBAAmB,EAAE,MAAM,CAAC,eAAe,CAAC;AAC5C,IAAA,gBAAgB,EAAE,MAAM,CAACC,QAAS,CAAC;AACnC,IAAA,eAAe,EAAE,MAAM,CAACC,QAAQ,CAAC;AACjC,IAAA,iBAAiB,EAAE,MAAM,CAACC,QAAU,CAAC;AACrC,IAAA,kBAAkB,EAAE,MAAM,CAAC,eAAe,CAAC;AAC3C,IAAA,aAAa,EAAE,MAAM,CAACC,QAAM,CAAC;AAC7B,IAAA,iBAAiB,EAAE,MAAM,CAAC,WAAW,CAAC;AACtC,IAAA,cAAc,EAAE,MAAM,CAAC,UAAU,CAAC;AAClC,IAAA,SAAS,EAAE,MAAM,CAACC,QAAO,CAAC;AAC1B,IAAA,aAAa,EAAE,MAAM,CAACC,QAAM,CAAC;AAC7B,IAAA,iBAAiB,EAAE,MAAM,CAAC,WAAW,CAAC;AACtC,IAAA,cAAc,EAAE,MAAM,CAAC,UAAU,CAAC;AAClC,IAAA,eAAe,EAAE,MAAM,CAACC,QAAQ,EAAE,WAAW,CAAC;AAC9C,IAAA,iBAAiB,EAAE,MAAM,CAACC,QAAU,CAAC;AACrC,IAAA,YAAY,EAAE,MAAM,CAACC,QAAU,CAAC;AAChC,IAAA,OAAO,EAAE,MAAM,CAACC,QAAK,CAAC;AACtB,IAAA,cAAc,EAAE,MAAM,CAACC,QAAO,CAAC;AAC/B,IAAA,gBAAgB,EAAE,MAAM,CAACC,QAAS,CAAC;AACnC,IAAA,WAAW,EAAE,MAAM,CAACC,QAAS,CAAC;AAC9B,IAAA,cAAc,EAAE,MAAM,CAACC,QAAO,CAAC;AAC/B,IAAA,iBAAiB,EAAE,MAAM,CAACC,QAAU,CAAC;AACrC,IAAA,iBAAiB,EAAE,MAAM,CAACC,QAAU,CAAC;AACrC,IAAA,kBAAkB,EAAE,MAAM,CAACC,QAAW,CAAC;AACvC,IAAA,eAAe,EAAE,MAAM,CAACC,QAAQ,CAAC;AACjC,IAAA,eAAe,EAAE,MAAM,CAACC,QAAQ,CAAC;AACjC,IAAA,gBAAgB,EAAE,MAAM,CAACC,QAAS,CAAC;AACnC,IAAA,WAAW,EAAE,MAAM,CAACC,QAAS,CAAC;AAC9B,IAAA,WAAW,EAAE,MAAM,CAACC,QAAI,CAAC;AACzB,IAAA,OAAO,EAAE,MAAM,CAACC,QAAK,CAAC;AACtB,IAAA,cAAc,EAAE,MAAM,CAACC,QAAO,CAAC;AAC/B,IAAA,WAAW,EAAE,MAAM,CAACC,QAAI,CAAC;AACzB,IAAA,YAAY,EAAE,MAAM,CAAC,eAAe,CAAC;AACrC,IAAA,cAAc,EAAE,MAAM,CAACC,QAAO,CAAC;AAC/B,IAAA,iBAAiB,EAAE,MAAM,CAACC,QAAU,CAAC;AACrC,IAAA,gBAAgB,EAAE,MAAM,CAACC,QAAc,CAAC;AACxC,IAAA,wBAAwB,EAAE,MAAM,CAACC,QAAiB,CAAC;AACnD,IAAA,cAAc,EAAE,MAAM,CAACC,QAAY,CAAC;AACpC,IAAA,gBAAgB,EAAE,MAAM,CAACC,QAAS,CAAC;AACnC,IAAA,YAAY,EAAE,MAAM,CAACC,QAAK,EAAE,WAAW,CAAC;AACxC,IAAA,cAAc,EAAE,MAAM,CAACC,QAAO,CAAC;AAC/B,IAAA,eAAe,EAAE,MAAM,CAAC,eAAe,CAAC;AACxC,IAAA,kBAAkB,EAAE,MAAM,CAACC,QAAW,CAAC;AACvC,IAAA,sBAAsB,EAAE,MAAM,CAACC,QAAe,CAAC;AAC/C,IAAA,kBAAkB,EAAE,MAAM,CAACC,QAAW,CAAC;AACvC,IAAA,kBAAkB,EAAE,MAAM,CAACC,QAAgB,CAAC;AAC5C,IAAA,aAAa,EAAE,MAAM,CAACC,QAAM,CAAC;AAC7B,IAAA,iBAAiB,EAAE,MAAM,CAACC,QAAU,CAAC;AACrC,IAAA,aAAa,EAAE,MAAM,CAACC,QAAM,CAAC;AAC7B,IAAA,cAAc,EAAE,MAAM,CAAC,eAAe,CAAC;AACvC,IAAA,cAAc,EAAE,MAAM,CAACC,QAAO,CAAC;AAC/B,IAAA,gBAAgB,EAAE,MAAM,CAACC,YAAa,CAAC;AACvC,IAAA,kBAAkB,EAAE,MAAM,CAAC,WAAW,CAAC;AACvC,IAAA,UAAU,EAAE,MAAM,CAACC,QAAQ,CAAC;AAC5B,IAAA,aAAa,EAAE,MAAM,CAACC,QAAM,CAAC;AAC7B,IAAA,gBAAgB,EAAE,MAAM,CAACC,QAAS,CAAC;AACnC,IAAA,eAAe,EAAE,MAAM,CAACC,QAAQ,CAAC;AACjC,IAAA,cAAc,EAAE,MAAM,CAACC,QAAO,EAAE,WAAW,CAAC;AAC5C,IAAA,WAAW,EAAE,MAAM,CAACC,QAAI,CAAC;AACzB,IAAA,KAAK,EAAE,MAAM,CAACC,QAAG,CAAC;AAClB,IAAA,eAAe,EAAE,MAAM,CAACC,QAAQ,CAAC;AACjC,IAAA,UAAU,EAAE,MAAM,CAACC,QAAQ,CAAC;AAC5B,IAAA,eAAe,EAAE,MAAM,CAACC,QAAQ,CAAC;AACjC,IAAA,YAAY,EAAE,MAAM,CAACC,QAAK,CAAC;AAC3B,IAAA,cAAc,EAAE,MAAM,CAACC,QAAO,CAAC;AAC/B,IAAA,mBAAmB,EAAE,MAAM,CAACC,QAAY,CAAC;AACzC,IAAA,mBAAmB,EAAE,MAAM,CAACC,QAAiB,CAAC;AAC9C,IAAA,mBAAmB,EAAE,MAAM,CAACC,QAAY,CAAC;AACzC,IAAA,cAAc,EAAE,MAAM,CAACC,QAAO,CAAC;AAC/B,IAAA,cAAc,EAAE,MAAM,CAACC,QAAO,CAAC;AAC/B,IAAA,eAAe,EAAE,MAAM,CAAC,WAAW,CAAC;AACpC,IAAA,WAAW,EAAE,MAAM,CAACC,MAAI,CAAC;;;;;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { CSSLayer, ThemeOptions } from '@primereact/types/core';
|
|
2
|
+
import type { CratisComponentsConfig } from '../Common/CratisComponentsProvider';
|
|
3
|
+
export declare const primeReactCssLayer = "primereact";
|
|
4
|
+
export declare const primeReactCssLayerOrder = "theme, base, primereact, components, utilities";
|
|
5
|
+
export declare const cratisDarkModeSelector = ".cratis-dark";
|
|
6
|
+
export interface StyledModeOptions {
|
|
7
|
+
preset?: unknown;
|
|
8
|
+
darkModeSelector?: ThemeOptions['darkModeSelector'];
|
|
9
|
+
cssLayer?: false | string | CSSLayer;
|
|
10
|
+
}
|
|
11
|
+
export declare const styledMode: (options?: StyledModeOptions) => Pick<CratisComponentsConfig, "theme" | "defaults">;
|
|
12
|
+
//# sourceMappingURL=styledMode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styledMode.d.ts","sourceRoot":"","sources":["../../../Styled/styledMode.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAWjF,eAAO,MAAM,kBAAkB,eAAe,CAAC;AAU/C,eAAO,MAAM,uBAAuB,mDAAmD,CAAC;AAOxF,eAAO,MAAM,sBAAsB,iBAAiB,CAAC;AAErD,MAAM,WAAW,iBAAiB;IAM9B,MAAM,CAAC,EAAE,OAAO,CAAC;IAOjB,gBAAgB,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,CAAC;IAUpD,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,QAAQ,CAAC;CACxC;AAsBD,eAAO,MAAM,UAAU,GAAI,UAAS,iBAAsB,KAAG,IAAI,CAAC,sBAAsB,EAAE,OAAO,GAAG,UAAU,CAiB7G,CAAC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { CratisPreset } from './CratisPreset.js';
|
|
2
|
+
import { primeReactStyles } from './primeReactStyles.js';
|
|
3
|
+
|
|
4
|
+
// Copyright (c) Cratis. All rights reserved.
|
|
5
|
+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
6
|
+
/**
|
|
7
|
+
* The cascade layer PrimeReact's theme is emitted into by default. Rules in a layer lose
|
|
8
|
+
* to unlayered rules regardless of specificity or order, which is what lets an
|
|
9
|
+
* application's own stylesheet override the theme with a plain selector — exactly the
|
|
10
|
+
* relationship PrimeReact 10's stylesheet themes had, since they were wrapped in
|
|
11
|
+
* `@layer primereact` too.
|
|
12
|
+
*/
|
|
13
|
+
const primeReactCssLayer = 'primereact';
|
|
14
|
+
/**
|
|
15
|
+
* The layer order declared with the theme by default. PrimeReact writes its `@layer`
|
|
16
|
+
* statement ahead of every other stylesheet, so this is what fixes the order — and it
|
|
17
|
+
* has to name Tailwind's layers, which `@cratis/components/styles` declares in every
|
|
18
|
+
* consumer: the theme sits above `base`, so Tailwind's preflight reset does not strip the
|
|
19
|
+
* padding and borders the theme gives a table cell or an input, and below `components`
|
|
20
|
+
* and `utilities`, so a utility class on a PrimeReact element still wins.
|
|
21
|
+
*/
|
|
22
|
+
const primeReactCssLayerOrder = 'theme, base, primereact, components, utilities';
|
|
23
|
+
/**
|
|
24
|
+
* The selector that switches the theme to its dark scheme by default. It is the class
|
|
25
|
+
* the Cratis baseline theme keys its dark palette off as well, so one `class="cratis-dark"`
|
|
26
|
+
* on the body serves both.
|
|
27
|
+
*/
|
|
28
|
+
const cratisDarkModeSelector = '.cratis-dark';
|
|
29
|
+
/**
|
|
30
|
+
* Configures {@link CratisComponentsProvider} for PrimeReact 11's styled mode: a
|
|
31
|
+
* `@primeuix/themes` preset for the design tokens, and PrimeReact's own component styles
|
|
32
|
+
* ({@link primeReactStyles}) so every primitive — those rendered by this library and those
|
|
33
|
+
* the application renders itself — carries the `p-*` class names that preset paints.
|
|
34
|
+
*
|
|
35
|
+
* Spread the result into the provider's `value`, next to the license key and anything
|
|
36
|
+
* else the application configures:
|
|
37
|
+
*
|
|
38
|
+
* ```tsx
|
|
39
|
+
* import { CratisComponentsProvider } from '@cratis/components';
|
|
40
|
+
* import { styledMode } from '@cratis/components/styled';
|
|
41
|
+
*
|
|
42
|
+
* <CratisComponentsProvider value={{ license, ...styledMode() }}>
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* The theme goes into the `primereact` cascade layer, so a plain `.p-button { … }` in the
|
|
46
|
+
* application's own stylesheet overrides it just as it did on PrimeReact 10 — see
|
|
47
|
+
* {@link primeReactCssLayerOrder} for where that layer sits relative to Tailwind's.
|
|
48
|
+
*/
|
|
49
|
+
const styledMode = (options = {}) => {
|
|
50
|
+
const cssLayer = options.cssLayer === undefined
|
|
51
|
+
? { name: primeReactCssLayer, order: primeReactCssLayerOrder }
|
|
52
|
+
: typeof options.cssLayer === 'string'
|
|
53
|
+
? { name: options.cssLayer, order: primeReactCssLayerOrder.replace(primeReactCssLayer, options.cssLayer) }
|
|
54
|
+
: options.cssLayer;
|
|
55
|
+
return {
|
|
56
|
+
theme: {
|
|
57
|
+
preset: options.preset ?? CratisPreset,
|
|
58
|
+
options: {
|
|
59
|
+
darkModeSelector: options.darkModeSelector ?? cratisDarkModeSelector,
|
|
60
|
+
cssLayer,
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
defaults: primeReactStyles,
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
export { cratisDarkModeSelector, primeReactCssLayer, primeReactCssLayerOrder, styledMode };
|
|
68
|
+
//# sourceMappingURL=styledMode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styledMode.js","sources":["../../../Styled/styledMode.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAAA;AACA;AAOA;;;;;;AAMG;AACI,MAAM,kBAAkB,GAAG;AAElC;;;;;;;AAOG;AACI,MAAM,uBAAuB,GAAG;AAEvC;;;;AAIG;AACI,MAAM,sBAAsB,GAAG;AA4BtC;;;;;;;;;;;;;;;;;;;AAmBG;MACU,UAAU,GAAG,CAAC,OAAA,GAA6B,EAAE,KAAwD;AAC9G,IAAA,MAAM,QAAQ,GAAG,OAAO,CAAC,QAAQ,KAAK;UAChC,EAAE,IAAI,EAAE,kBAAkB,EAAE,KAAK,EAAE,uBAAuB;AAC5D,UAAE,OAAO,OAAO,CAAC,QAAQ,KAAK;cACxB,EAAE,IAAI,EAAE,OAAO,CAAC,QAAQ,EAAE,KAAK,EAAE,uBAAuB,CAAC,OAAO,CAAC,kBAAkB,EAAE,OAAO,CAAC,QAAQ,CAAC;AACxG,cAAE,OAAO,CAAC,QAAQ;IAE1B,OAAO;AACH,QAAA,KAAK,EAAE;AACH,YAAA,MAAM,EAAE,OAAO,CAAC,MAAM,IAAI,YAAY;AACtC,YAAA,OAAO,EAAE;AACL,gBAAA,gBAAgB,EAAE,OAAO,CAAC,gBAAgB,IAAI,sBAAsB;gBACpE,QAAQ;AACX,aAAA;AACJ,SAAA;AACD,QAAA,QAAQ,EAAE,gBAAgB;KAC7B;AACL;;;;"}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import * as Canvas from './Canvas';
|
|
1
2
|
import * as CommandDialog from './CommandDialog';
|
|
2
3
|
import * as CommandStepper from './CommandDialog';
|
|
3
4
|
import * as CommandForm from './CommandForm';
|
|
4
5
|
import * as Common from './Common';
|
|
6
|
+
import * as Compatibility from './Compatibility';
|
|
5
7
|
import * as DataPage from './DataPage';
|
|
6
8
|
import * as DataTables from './DataTables';
|
|
7
9
|
import * as Dialogs from './Dialogs';
|
|
@@ -16,6 +18,7 @@ import * as SchemaEditor from './SchemaEditor';
|
|
|
16
18
|
import * as TimeMachine from './TimeMachine';
|
|
17
19
|
import * as Toolbar from './Toolbar';
|
|
18
20
|
import * as Types from './types';
|
|
19
|
-
export { CommandDialog, CommandStepper, CommandForm, Common, DataPage, DataTables, Dialogs, Display, Dropdown, Filter, Notifications, ObjectContentEditor, ObjectNavigationalBar, PivotViewer, SchemaEditor, TimeMachine, Toolbar, Types, };
|
|
21
|
+
export { Canvas, CommandDialog, CommandStepper, CommandForm, Common, Compatibility, DataPage, DataTables, Dialogs, Display, Dropdown, Filter, Notifications, ObjectContentEditor, ObjectNavigationalBar, PivotViewer, SchemaEditor, TimeMachine, Toolbar, Types, };
|
|
20
22
|
export { CratisComponentsProvider, cratisDefaults, mergeCratisComponentsConfig, type CratisComponentsConfig, type CratisComponentsProviderProps, } from './Common/CratisComponentsProvider';
|
|
23
|
+
export { assertPrimeReact11PassThroughCompatibility, components3PrimeReact11PassThroughContract, primeReact11PassThroughSentinelAttribute, primeReact11PassThroughSentinelPreset, type PrimeReact11PassThroughComponent, } from './Compatibility';
|
|
21
24
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,qBAAqB,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,YAAY,MAAM,gBAAgB,CAAC;AAC/C,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAEjC,OAAO,EACH,aAAa,EACb,cAAc,EACd,WAAW,EACX,MAAM,EACN,QAAQ,EACR,UAAU,EACV,OAAO,EACP,OAAO,EACP,QAAQ,EACR,MAAM,EACN,aAAa,EACb,mBAAmB,EACnB,qBAAqB,EACrB,WAAW,EACX,YAAY,EACZ,WAAW,EACX,OAAO,EACP,KAAK,GACR,CAAC;AAKF,OAAO,EACH,wBAAwB,EACxB,cAAc,EACd,2BAA2B,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,6BAA6B,GACrC,MAAM,mCAAmC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,qBAAqB,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,YAAY,MAAM,gBAAgB,CAAC;AAC/C,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAEjC,OAAO,EACH,MAAM,EACN,aAAa,EACb,cAAc,EACd,WAAW,EACX,MAAM,EACN,aAAa,EACb,QAAQ,EACR,UAAU,EACV,OAAO,EACP,OAAO,EACP,QAAQ,EACR,MAAM,EACN,aAAa,EACb,mBAAmB,EACnB,qBAAqB,EACrB,WAAW,EACX,YAAY,EACZ,WAAW,EACX,OAAO,EACP,KAAK,GACR,CAAC;AAKF,OAAO,EACH,wBAAwB,EACxB,cAAc,EACd,2BAA2B,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,6BAA6B,GACrC,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EACH,0CAA0C,EAC1C,0CAA0C,EAC1C,wCAAwC,EACxC,qCAAqC,EACrC,KAAK,gCAAgC,GACxC,MAAM,iBAAiB,CAAC"}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,37 +1,44 @@
|
|
|
1
|
-
import * as index from './
|
|
2
|
-
export { index as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export { index$1 as
|
|
6
|
-
import * as index$2 from './
|
|
7
|
-
export { index$2 as
|
|
8
|
-
import * as index$3 from './
|
|
9
|
-
export { index$3 as
|
|
10
|
-
import * as index$4 from './
|
|
11
|
-
export { index$4 as
|
|
12
|
-
import * as index$5 from './
|
|
13
|
-
export { index$5 as
|
|
14
|
-
import * as index$6 from './
|
|
15
|
-
export { index$6 as
|
|
16
|
-
import * as index$7 from './
|
|
17
|
-
export { index$7 as
|
|
18
|
-
import * as index$8 from './
|
|
19
|
-
export { index$8 as
|
|
20
|
-
import * as index$9 from './
|
|
21
|
-
export { index$9 as
|
|
22
|
-
import * as index$a from './
|
|
23
|
-
export { index$a as
|
|
24
|
-
import * as index$b from './
|
|
25
|
-
export { index$b as
|
|
26
|
-
import * as index$c from './
|
|
27
|
-
export { index$c as
|
|
28
|
-
import * as index$d from './
|
|
29
|
-
export { index$d as
|
|
30
|
-
import * as index$e from './
|
|
31
|
-
export { index$e as
|
|
32
|
-
import * as index$f from './
|
|
33
|
-
export { index$f as
|
|
34
|
-
import * as index$g from './
|
|
35
|
-
export { index$g as
|
|
1
|
+
import * as index from './Canvas/index.js';
|
|
2
|
+
export { index as Canvas };
|
|
3
|
+
import * as index$1 from './CommandDialog/index.js';
|
|
4
|
+
export { index$1 as CommandDialog };
|
|
5
|
+
export { index$1 as CommandStepper };
|
|
6
|
+
import * as index$2 from './CommandForm/index.js';
|
|
7
|
+
export { index$2 as CommandForm };
|
|
8
|
+
import * as index$3 from './Common/index.js';
|
|
9
|
+
export { index$3 as Common };
|
|
10
|
+
import * as index$4 from './Compatibility/index.js';
|
|
11
|
+
export { index$4 as Compatibility };
|
|
12
|
+
import * as index$5 from './DataPage/index.js';
|
|
13
|
+
export { index$5 as DataPage };
|
|
14
|
+
import * as index$6 from './DataTables/index.js';
|
|
15
|
+
export { index$6 as DataTables };
|
|
16
|
+
import * as index$7 from './Dialogs/index.js';
|
|
17
|
+
export { index$7 as Dialogs };
|
|
18
|
+
import * as index$8 from './Display/index.js';
|
|
19
|
+
export { index$8 as Display };
|
|
20
|
+
import * as index$9 from './Dropdown/index.js';
|
|
21
|
+
export { index$9 as Dropdown };
|
|
22
|
+
import * as index$a from './Filter/index.js';
|
|
23
|
+
export { index$a as Filter };
|
|
24
|
+
import * as index$b from './Notifications/index.js';
|
|
25
|
+
export { index$b as Notifications };
|
|
26
|
+
import * as index$c from './ObjectContentEditor/index.js';
|
|
27
|
+
export { index$c as ObjectContentEditor };
|
|
28
|
+
import * as index$d from './ObjectNavigationalBar/index.js';
|
|
29
|
+
export { index$d as ObjectNavigationalBar };
|
|
30
|
+
import * as index$e from './PivotViewer/index.js';
|
|
31
|
+
export { index$e as PivotViewer };
|
|
32
|
+
import * as index$f from './SchemaEditor/index.js';
|
|
33
|
+
export { index$f as SchemaEditor };
|
|
34
|
+
import * as index$g from './TimeMachine/index.js';
|
|
35
|
+
export { index$g as TimeMachine };
|
|
36
|
+
import * as index$h from './Toolbar/index.js';
|
|
37
|
+
export { index$h as Toolbar };
|
|
38
|
+
import * as index$i from './types/index.js';
|
|
39
|
+
export { index$i as Types };
|
|
36
40
|
export { CratisComponentsProvider, cratisDefaults, mergeCratisComponentsConfig } from './Common/CratisComponentsProvider.js';
|
|
41
|
+
export { assertPrimeReact11PassThroughCompatibility } from './Compatibility/assertPrimeReact11PassThroughCompatibility.js';
|
|
42
|
+
export { components3PrimeReact11PassThroughContract } from './Compatibility/components3PrimeReact11PassThroughContract.js';
|
|
43
|
+
export { primeReact11PassThroughSentinelAttribute, primeReact11PassThroughSentinelPreset } from './Compatibility/primeReact11PassThroughSentinelPreset.js';
|
|
37
44
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|