@nice2dev/ui-presentations 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +63 -0
- package/README.md +59 -0
- package/dist/__tests__/PresentationModel.test.d.ts +2 -0
- package/dist/__tests__/PresentationModel.test.d.ts.map +1 -0
- package/dist/__tests__/brandKit.test.d.ts +2 -0
- package/dist/__tests__/brandKit.test.d.ts.map +1 -0
- package/dist/__tests__/businessTemplates.test.d.ts +2 -0
- package/dist/__tests__/businessTemplates.test.d.ts.map +1 -0
- package/dist/__tests__/chartRenderer.test.d.ts +2 -0
- package/dist/__tests__/chartRenderer.test.d.ts.map +1 -0
- package/dist/__tests__/exportEngine.test.d.ts +2 -0
- package/dist/__tests__/exportEngine.test.d.ts.map +1 -0
- package/dist/__tests__/i18n-locales.test.d.ts +2 -0
- package/dist/__tests__/i18n-locales.test.d.ts.map +1 -0
- package/dist/__tests__/puppetShow.test.d.ts +6 -0
- package/dist/__tests__/puppetShow.test.d.ts.map +1 -0
- package/dist/__tests__/serialization.test.d.ts +2 -0
- package/dist/__tests__/serialization.test.d.ts.map +1 -0
- package/dist/__tests__/setup.d.ts +2 -0
- package/dist/__tests__/setup.d.ts.map +1 -0
- package/dist/__tests__/slideAnimationEngine.test.d.ts +2 -0
- package/dist/__tests__/slideAnimationEngine.test.d.ts.map +1 -0
- package/dist/__tests__/sprint24-presentations.test.d.ts +2 -0
- package/dist/__tests__/sprint24-presentations.test.d.ts.map +1 -0
- package/dist/collaborative/collaborativePresentation.d.ts +208 -0
- package/dist/collaborative/collaborativePresentation.d.ts.map +1 -0
- package/dist/components/NicePresentationEditor.d.ts +22 -0
- package/dist/components/NicePresentationEditor.d.ts.map +1 -0
- package/dist/components/NicePresentationPlayer.d.ts +26 -0
- package/dist/components/NicePresentationPlayer.d.ts.map +1 -0
- package/dist/components/PresentationToolbar.d.ts +16 -0
- package/dist/components/PresentationToolbar.d.ts.map +1 -0
- package/dist/components/SlideCanvas.d.ts +28 -0
- package/dist/components/SlideCanvas.d.ts.map +1 -0
- package/dist/components/SlidePropertyPanel.d.ts +13 -0
- package/dist/components/SlidePropertyPanel.d.ts.map +1 -0
- package/dist/components/SlideThumbnailList.d.ts +16 -0
- package/dist/components/SlideThumbnailList.d.ts.map +1 -0
- package/dist/components/interactive/InteractiveButton.d.ts +21 -0
- package/dist/components/interactive/InteractiveButton.d.ts.map +1 -0
- package/dist/components/interactive/InteractiveCountdown.d.ts +21 -0
- package/dist/components/interactive/InteractiveCountdown.d.ts.map +1 -0
- package/dist/components/interactive/InteractivePoll.d.ts +25 -0
- package/dist/components/interactive/InteractivePoll.d.ts.map +1 -0
- package/dist/components/interactive/InteractiveQnA.d.ts +31 -0
- package/dist/components/interactive/InteractiveQnA.d.ts.map +1 -0
- package/dist/components/interactive/InteractiveQuiz.d.ts +21 -0
- package/dist/components/interactive/InteractiveQuiz.d.ts.map +1 -0
- package/dist/components/interactive/index.d.ts +17 -0
- package/dist/components/interactive/index.d.ts.map +1 -0
- package/dist/core/PresentationModel.d.ts +34 -0
- package/dist/core/PresentationModel.d.ts.map +1 -0
- package/dist/core/brandKit.d.ts +53 -0
- package/dist/core/brandKit.d.ts.map +1 -0
- package/dist/core/chartRenderer.d.ts +5 -0
- package/dist/core/chartRenderer.d.ts.map +1 -0
- package/dist/core/customTransitions.d.ts +115 -0
- package/dist/core/customTransitions.d.ts.map +1 -0
- package/dist/core/dashboardSlide.d.ts +229 -0
- package/dist/core/dashboardSlide.d.ts.map +1 -0
- package/dist/core/dataGridSlide.d.ts +255 -0
- package/dist/core/dataGridSlide.d.ts.map +1 -0
- package/dist/core/exportEngine.d.ts +5 -0
- package/dist/core/exportEngine.d.ts.map +1 -0
- package/dist/core/i18n.d.ts +10 -0
- package/dist/core/i18n.d.ts.map +1 -0
- package/dist/core/liveDataSlides.d.ts +237 -0
- package/dist/core/liveDataSlides.d.ts.map +1 -0
- package/dist/core/qrCodeSlide.d.ts +310 -0
- package/dist/core/qrCodeSlide.d.ts.map +1 -0
- package/dist/core/querySlide.d.ts +196 -0
- package/dist/core/querySlide.d.ts.map +1 -0
- package/dist/core/recordingMode.d.ts +139 -0
- package/dist/core/recordingMode.d.ts.map +1 -0
- package/dist/core/serialization.d.ts +13 -0
- package/dist/core/serialization.d.ts.map +1 -0
- package/dist/core/slideAnimationEngine.d.ts +20 -0
- package/dist/core/slideAnimationEngine.d.ts.map +1 -0
- package/dist/core/slideLibrary.d.ts +311 -0
- package/dist/core/slideLibrary.d.ts.map +1 -0
- package/dist/core/versionHistory.d.ts +234 -0
- package/dist/core/versionHistory.d.ts.map +1 -0
- package/dist/hooks/usePresentationEditor.d.ts +35 -0
- package/dist/hooks/usePresentationEditor.d.ts.map +1 -0
- package/dist/index.cjs +3628 -0
- package/dist/index.d.ts +33 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +62231 -0
- package/dist/puppetShow/gameEngineIntegration.d.ts +149 -0
- package/dist/puppetShow/gameEngineIntegration.d.ts.map +1 -0
- package/dist/puppetShow/index.d.ts +17 -0
- package/dist/puppetShow/index.d.ts.map +1 -0
- package/dist/puppetShow/puppetCharacter.d.ts +96 -0
- package/dist/puppetShow/puppetCharacter.d.ts.map +1 -0
- package/dist/puppetShow/puppetPlayer.d.ts +68 -0
- package/dist/puppetShow/puppetPlayer.d.ts.map +1 -0
- package/dist/puppetShow/puppetShowConverter.d.ts +141 -0
- package/dist/puppetShow/puppetShowConverter.d.ts.map +1 -0
- package/dist/puppetShow/puppetShowTypes.d.ts +529 -0
- package/dist/puppetShow/puppetShowTypes.d.ts.map +1 -0
- package/dist/puppetShow/puppetStage.d.ts +67 -0
- package/dist/puppetShow/puppetStage.d.ts.map +1 -0
- package/dist/puppetShow/puppetTimeline.d.ts +143 -0
- package/dist/puppetShow/puppetTimeline.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/dist/templates/ArchitectureOverviewTemplate.d.ts +98 -0
- package/dist/templates/ArchitectureOverviewTemplate.d.ts.map +1 -0
- package/dist/templates/IncidentReportTemplate.d.ts +81 -0
- package/dist/templates/IncidentReportTemplate.d.ts.map +1 -0
- package/dist/templates/InvestorDeckTemplate.d.ts +145 -0
- package/dist/templates/InvestorDeckTemplate.d.ts.map +1 -0
- package/dist/templates/OnboardingTemplate.d.ts +106 -0
- package/dist/templates/OnboardingTemplate.d.ts.map +1 -0
- package/dist/templates/ProductPitchTemplate.d.ts +88 -0
- package/dist/templates/ProductPitchTemplate.d.ts.map +1 -0
- package/dist/templates/QuarterlyReportTemplate.d.ts +102 -0
- package/dist/templates/QuarterlyReportTemplate.d.ts.map +1 -0
- package/dist/templates/SprintReviewTemplate.d.ts +90 -0
- package/dist/templates/SprintReviewTemplate.d.ts.map +1 -0
- package/dist/templates/index.d.ts +11 -0
- package/dist/templates/index.d.ts.map +1 -0
- package/dist/types/presentationTypes.d.ts +475 -0
- package/dist/types/presentationTypes.d.ts.map +1 -0
- package/package.json +57 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
|
|
2
|
+
export { NicePresentationEditor, type NicePresentationEditorProps } from './components/NicePresentationEditor';
|
|
3
|
+
export { NicePresentationPlayer, type NicePresentationPlayerProps } from './components/NicePresentationPlayer';
|
|
4
|
+
export { SlideCanvas as NiceSlideCanvas, SlideCanvas, type SlideCanvasProps } from './components/SlideCanvas';
|
|
5
|
+
export { SlideThumbnailList as NiceSlideThumbnailList, SlideThumbnailList, type SlideThumbnailListProps } from './components/SlideThumbnailList';
|
|
6
|
+
export { PresentationToolbar as NicePresentationToolbar, PresentationToolbar, type PresentationToolbarProps } from './components/PresentationToolbar';
|
|
7
|
+
export { SlidePropertyPanel as NiceSlidePropertyPanel, SlidePropertyPanel, type SlidePropertyPanelProps } from './components/SlidePropertyPanel';
|
|
8
|
+
export { InteractiveButton, type InteractiveButtonProps } from './components/interactive/InteractiveButton';
|
|
9
|
+
export { InteractivePoll, type InteractivePollProps } from './components/interactive/InteractivePoll';
|
|
10
|
+
export { InteractiveQuiz, type InteractiveQuizProps } from './components/interactive/InteractiveQuiz';
|
|
11
|
+
export { InteractiveCountdown, type InteractiveCountdownProps } from './components/interactive/InteractiveCountdown';
|
|
12
|
+
export { InteractiveQnA, type InteractiveQnAProps } from './components/interactive/InteractiveQnA';
|
|
13
|
+
export { usePresentationEditor, type UsePresentationEditorReturn } from './hooks/usePresentationEditor';
|
|
14
|
+
export { PresentationModel } from './core/PresentationModel';
|
|
15
|
+
export { parseNdpJson, stringifyNdpJson, type ParseResult, type ParseError } from './core/serialization';
|
|
16
|
+
export { computeElementState, computeTransitionState, type ElementRenderState, type TransitionState, } from './core/slideAnimationEngine';
|
|
17
|
+
export { renderChartSvg } from './core/chartRenderer';
|
|
18
|
+
export { exportToHtml } from './core/exportEngine';
|
|
19
|
+
export { NiceI18nProvider, useNiceTranslation, type NiceTranslateFn, type NiceI18nProviderProps, } from './core/i18n';
|
|
20
|
+
export { transitionRegistry, computeCustomTransitionState, mapTransitionEffectToId, applyEasing, createCustomTransition, transitionToKeyframes, BUILT_IN_TRANSITIONS, TRANSITION_FADE, TRANSITION_SLIDE_LEFT, TRANSITION_SLIDE_RIGHT, TRANSITION_SLIDE_UP, TRANSITION_SLIDE_DOWN, TRANSITION_ZOOM_IN, TRANSITION_ZOOM_OUT, TRANSITION_FLIP_HORIZONTAL, TRANSITION_FLIP_VERTICAL, TRANSITION_CUBE_LEFT, TRANSITION_ROTATE_IN, TRANSITION_BLUR_FADE, TRANSITION_WIPE_LEFT, TRANSITION_WIPE_RIGHT, TRANSITION_CIRCLE_REVEAL, TRANSITION_GLITCH, TRANSITION_MORPH, type CustomTransitionConfig, type TransitionCategory, type TransitionKeyframes, type TransitionState as CustomTransitionState, type TransitionRegistry, } from './core/customTransitions';
|
|
21
|
+
export type { NicePresentationDocument, PresentationSlide, SlideLayout, SlideBackground, SlideElement, SlideElementType, ElementPosition, ElementContent, TextContent, ImageContent, ShapeContent, ChartContent, ChartDataSet, ChartOptions, TableContent, CodeContent, DiagramContent, VideoContent, IconContent, ButtonContent, ButtonAction, PollContent, PollOption, QuizContent, QuizAnswer, CountdownContent, QnAContent, QnAQuestion, ElementAnimation, AnimationConfig, SlideAnimationEffect, SlideEasing, SlideTransition, TransitionEffect, PresentationTheme, SlideSize, SpeakerSettings, PresentationMetadata, } from './types/presentationTypes';
|
|
22
|
+
export { SLIDE_16_9, SLIDE_4_3, SLIDE_WIDESCREEN, THEME_CORPORATE, THEME_MODERN_DARK, THEME_MINIMAL, THEME_NICE2DEV, } from './types/presentationTypes';
|
|
23
|
+
export * from './templates';
|
|
24
|
+
export { applyBrandKit, removeBrandKit, brandKitToTheme, BRAND_KIT_NICE2DEV, BRAND_KIT_CORPORATE, BRAND_KIT_STARTUP, type BrandKit, type BrandColors, type BrandFonts, type BrandLogo, } from './core/brandKit';
|
|
25
|
+
export * from './puppetShow';
|
|
26
|
+
export { createDashboardSlide, createExecutiveDashboard, createOperationalDashboard, computeKPIStatus, computeTrend, formatKPIValue, createRevenueWidget, createCustomerCountWidget, createPercentageGauge, createSparklineTrend, createComparisonWidget, createTrafficLight, DEFAULT_KPI_COLORS, type KPIWidgetType, type KPIWidget, type KPIThreshold, type DashboardSlideConfig, type DashboardSlide, type KPIColorScheme, type TrendDirection, } from './core/dashboardSlide';
|
|
27
|
+
export { createDataGridSlide, applySortToData, applyFiltersToData, calculateSummaryRow, formatCellValue, getConditionalStyle, createSalesDataGrid, createEmployeeDataGrid, type SlideGridColumn, type SlideGridSort, type SlideGridFilter, type RowHighlight, type CellHighlight, type GridAnimation, type DataGridSlideConfig, type DataGridSlide, type DataGridSlideState, type ConditionalFormatRule, type GridStyle, type SummaryRowConfig, } from './core/dataGridSlide';
|
|
28
|
+
export { createQuerySlide, extractQueryParameters, substituteParameters, validateParameters, detectBestVisualization, generateChartConfig, createSalesQuerySlide, createODataQuerySlide, createKQLQuerySlide, type QueryLanguage, type QueryParameter, type QueryResult, type QueryHistoryEntry, type SavedQuery, type ResultVisualizationMode, type ResultVisualizationConfig, type QuerySlideConfig, type QuerySlide, type QuerySlideState, type QuerySlideStyle, } from './core/querySlide';
|
|
29
|
+
export { PresentationVersionManager, type PresentationVersion, type VersionAuthor, type PresentationDiff, type DiffSummary, type SlideChange, type ElementChange, type PropertyChange, type MetadataChange, type VersionHistoryConfig, type VersionBranch, } from './core/versionHistory';
|
|
30
|
+
export { SlideLibraryManager, type LibraryItemType, type LibraryItemMetadata, type LibraryAuthor, type SlideLibraryItem, type ElementLibraryItem, type TemplateLibraryItem, type SlidePlaceholder, type TemplateVariable, type LibraryCollection, type LinkedSlideInstance, type SlideOverrides, type LibrarySearchOptions, type LibrarySearchResult, } from './core/slideLibrary';
|
|
31
|
+
export { encodeQRContent, createQRCodeSlide, createPresentationLinkSlide, createFeedbackSlide, createPollSlide, createContactSlide, createWiFiSlide, createMultiQRSlide, type QRContentType, type QRCodeConfig, type QRContentData, type VCardContent, type WiFiContent, type GeoContent, type CalendarContent, type PresentationLinkContent, type FeedbackFormContent, type QRPollContent, type QRCodeStyle, type QRCodeSlideConfig, type GeneratedQRCode, type QRCodeSlide, type QRCodeScanEvent, type QRCodeAnalytics, } from './core/qrCodeSlide';
|
|
32
|
+
export { useCollaborativePresentation, syncYjsToPresentation, syncPresentationToYjs, type UseCollaborativePresentationOptions, type CollaborativePresentationContextValue, type CollaborativePresentationState, type CollaborativePresentationActions, type CollaboratorInfo as PresentationCollaboratorInfo, type CollaborationProviderConfig as PresentationCollaborationProviderConfig, type PresentationAwarenessState, } from './collaborative/collaborativePresentation';
|
|
33
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|