@sweepypanda/wp-elementor-mcp 1.7.2 → 1.7.4
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 +18 -2
- package/dist/elementor-widget-types.d.ts +8196 -0
- package/dist/elementor-widget-types.d.ts.map +1 -0
- package/dist/elementor-widget-types.js +7 -0
- package/dist/elementor-widget-types.js.map +1 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/server-config.d.ts +5 -0
- package/dist/server-config.d.ts.map +1 -1
- package/dist/server-config.js +9 -0
- package/dist/server-config.js.map +1 -1
- package/dist/tool-handlers.d.ts +13 -0
- package/dist/tool-handlers.d.ts.map +1 -1
- package/dist/tool-handlers.js +568 -12
- package/dist/tool-handlers.js.map +1 -1
- package/dist/tool-schemas.d.ts +214 -0
- package/dist/tool-schemas.d.ts.map +1 -1
- package/dist/tool-schemas.js +217 -1
- package/dist/tool-schemas.js.map +1 -1
- package/dist/types/common.d.ts +59 -0
- package/dist/types/common.d.ts.map +1 -0
- package/dist/types/common.js +6 -0
- package/dist/types/common.js.map +1 -0
- package/dist/types/elements.d.ts +54 -0
- package/dist/types/elements.d.ts.map +1 -0
- package/dist/types/elements.js +6 -0
- package/dist/types/elements.js.map +1 -0
- package/dist/types/index.d.ts +124 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +125 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/widget-type-map.d.ts +240 -0
- package/dist/types/widget-type-map.d.ts.map +1 -0
- package/dist/types/widget-type-map.js +6 -0
- package/dist/types/widget-type-map.js.map +1 -0
- package/dist/types/widgets/accordion.d.ts +32 -0
- package/dist/types/widgets/accordion.d.ts.map +1 -0
- package/dist/types/widgets/accordion.js +2 -0
- package/dist/types/widgets/accordion.js.map +1 -0
- package/dist/types/widgets/alert.d.ts +25 -0
- package/dist/types/widgets/alert.d.ts.map +1 -0
- package/dist/types/widgets/alert.js +2 -0
- package/dist/types/widgets/alert.js.map +1 -0
- package/dist/types/widgets/animated-headline.d.ts +39 -0
- package/dist/types/widgets/animated-headline.d.ts.map +1 -0
- package/dist/types/widgets/animated-headline.js +2 -0
- package/dist/types/widgets/animated-headline.js.map +1 -0
- package/dist/types/widgets/archive-posts.d.ts +8 -0
- package/dist/types/widgets/archive-posts.d.ts.map +1 -0
- package/dist/types/widgets/archive-posts.js +2 -0
- package/dist/types/widgets/archive-posts.js.map +1 -0
- package/dist/types/widgets/audio.d.ts +26 -0
- package/dist/types/widgets/audio.d.ts.map +1 -0
- package/dist/types/widgets/audio.js +2 -0
- package/dist/types/widgets/audio.js.map +1 -0
- package/dist/types/widgets/author-box.d.ts +55 -0
- package/dist/types/widgets/author-box.d.ts.map +1 -0
- package/dist/types/widgets/author-box.js +2 -0
- package/dist/types/widgets/author-box.js.map +1 -0
- package/dist/types/widgets/blockquote.d.ts +71 -0
- package/dist/types/widgets/blockquote.d.ts.map +1 -0
- package/dist/types/widgets/blockquote.js +2 -0
- package/dist/types/widgets/blockquote.js.map +1 -0
- package/dist/types/widgets/breadcrumbs.d.ts +10 -0
- package/dist/types/widgets/breadcrumbs.d.ts.map +1 -0
- package/dist/types/widgets/breadcrumbs.js +2 -0
- package/dist/types/widgets/breadcrumbs.js.map +1 -0
- package/dist/types/widgets/button.d.ts +26 -0
- package/dist/types/widgets/button.d.ts.map +1 -0
- package/dist/types/widgets/button.js +2 -0
- package/dist/types/widgets/button.js.map +1 -0
- package/dist/types/widgets/call-to-action.d.ts +105 -0
- package/dist/types/widgets/call-to-action.d.ts.map +1 -0
- package/dist/types/widgets/call-to-action.js +2 -0
- package/dist/types/widgets/call-to-action.js.map +1 -0
- package/dist/types/widgets/code-highlight.d.ts +19 -0
- package/dist/types/widgets/code-highlight.d.ts.map +1 -0
- package/dist/types/widgets/code-highlight.js +2 -0
- package/dist/types/widgets/code-highlight.js.map +1 -0
- package/dist/types/widgets/countdown.d.ts +63 -0
- package/dist/types/widgets/countdown.d.ts.map +1 -0
- package/dist/types/widgets/countdown.js +2 -0
- package/dist/types/widgets/countdown.js.map +1 -0
- package/dist/types/widgets/counter.d.ts +32 -0
- package/dist/types/widgets/counter.d.ts.map +1 -0
- package/dist/types/widgets/counter.js +2 -0
- package/dist/types/widgets/counter.js.map +1 -0
- package/dist/types/widgets/divider.d.ts +41 -0
- package/dist/types/widgets/divider.d.ts.map +1 -0
- package/dist/types/widgets/divider.js +2 -0
- package/dist/types/widgets/divider.js.map +1 -0
- package/dist/types/widgets/facebook-button.d.ts +17 -0
- package/dist/types/widgets/facebook-button.d.ts.map +1 -0
- package/dist/types/widgets/facebook-button.js +2 -0
- package/dist/types/widgets/facebook-button.js.map +1 -0
- package/dist/types/widgets/facebook-comments.d.ts +11 -0
- package/dist/types/widgets/facebook-comments.d.ts.map +1 -0
- package/dist/types/widgets/facebook-comments.js +2 -0
- package/dist/types/widgets/facebook-comments.js.map +1 -0
- package/dist/types/widgets/facebook-embed.d.ts +18 -0
- package/dist/types/widgets/facebook-embed.d.ts.map +1 -0
- package/dist/types/widgets/facebook-embed.js +2 -0
- package/dist/types/widgets/facebook-embed.js.map +1 -0
- package/dist/types/widgets/facebook-page.d.ts +17 -0
- package/dist/types/widgets/facebook-page.d.ts.map +1 -0
- package/dist/types/widgets/facebook-page.js +2 -0
- package/dist/types/widgets/facebook-page.js.map +1 -0
- package/dist/types/widgets/flip-box.d.ts +127 -0
- package/dist/types/widgets/flip-box.d.ts.map +1 -0
- package/dist/types/widgets/flip-box.js +2 -0
- package/dist/types/widgets/flip-box.js.map +1 -0
- package/dist/types/widgets/form.d.ts +132 -0
- package/dist/types/widgets/form.d.ts.map +1 -0
- package/dist/types/widgets/form.js +2 -0
- package/dist/types/widgets/form.js.map +1 -0
- package/dist/types/widgets/gallery.d.ts +100 -0
- package/dist/types/widgets/gallery.d.ts.map +1 -0
- package/dist/types/widgets/gallery.js +2 -0
- package/dist/types/widgets/gallery.js.map +1 -0
- package/dist/types/widgets/global.d.ts +5 -0
- package/dist/types/widgets/global.d.ts.map +1 -0
- package/dist/types/widgets/global.js +2 -0
- package/dist/types/widgets/global.js.map +1 -0
- package/dist/types/widgets/google-maps.d.ts +24 -0
- package/dist/types/widgets/google-maps.d.ts.map +1 -0
- package/dist/types/widgets/google-maps.js +2 -0
- package/dist/types/widgets/google-maps.js.map +1 -0
- package/dist/types/widgets/heading.d.ts +18 -0
- package/dist/types/widgets/heading.d.ts.map +1 -0
- package/dist/types/widgets/heading.js +2 -0
- package/dist/types/widgets/heading.js.map +1 -0
- package/dist/types/widgets/hotspot.d.ts +53 -0
- package/dist/types/widgets/hotspot.d.ts.map +1 -0
- package/dist/types/widgets/hotspot.js +2 -0
- package/dist/types/widgets/hotspot.js.map +1 -0
- package/dist/types/widgets/html.d.ts +5 -0
- package/dist/types/widgets/html.d.ts.map +1 -0
- package/dist/types/widgets/html.js +2 -0
- package/dist/types/widgets/html.js.map +1 -0
- package/dist/types/widgets/icon-box.d.ts +39 -0
- package/dist/types/widgets/icon-box.d.ts.map +1 -0
- package/dist/types/widgets/icon-box.js +2 -0
- package/dist/types/widgets/icon-box.js.map +1 -0
- package/dist/types/widgets/icon-list.d.ts +35 -0
- package/dist/types/widgets/icon-list.d.ts.map +1 -0
- package/dist/types/widgets/icon-list.js +2 -0
- package/dist/types/widgets/icon-list.js.map +1 -0
- package/dist/types/widgets/icon.d.ts +22 -0
- package/dist/types/widgets/icon.d.ts.map +1 -0
- package/dist/types/widgets/icon.js +2 -0
- package/dist/types/widgets/icon.js.map +1 -0
- package/dist/types/widgets/image-box.d.ts +60 -0
- package/dist/types/widgets/image-box.d.ts.map +1 -0
- package/dist/types/widgets/image-box.js +2 -0
- package/dist/types/widgets/image-box.js.map +1 -0
- package/dist/types/widgets/image-carousel.d.ts +72 -0
- package/dist/types/widgets/image-carousel.d.ts.map +1 -0
- package/dist/types/widgets/image-carousel.js +2 -0
- package/dist/types/widgets/image-carousel.js.map +1 -0
- package/dist/types/widgets/image-gallery.d.ts +36 -0
- package/dist/types/widgets/image-gallery.d.ts.map +1 -0
- package/dist/types/widgets/image-gallery.js +2 -0
- package/dist/types/widgets/image-gallery.js.map +1 -0
- package/dist/types/widgets/image.d.ts +55 -0
- package/dist/types/widgets/image.d.ts.map +1 -0
- package/dist/types/widgets/image.js +2 -0
- package/dist/types/widgets/image.js.map +1 -0
- package/dist/types/widgets/login.d.ts +65 -0
- package/dist/types/widgets/login.d.ts.map +1 -0
- package/dist/types/widgets/login.js +2 -0
- package/dist/types/widgets/login.js.map +1 -0
- package/dist/types/widgets/loop-carousel.d.ts +10 -0
- package/dist/types/widgets/loop-carousel.d.ts.map +1 -0
- package/dist/types/widgets/loop-carousel.js +2 -0
- package/dist/types/widgets/loop-carousel.js.map +1 -0
- package/dist/types/widgets/loop-grid.d.ts +34 -0
- package/dist/types/widgets/loop-grid.d.ts.map +1 -0
- package/dist/types/widgets/loop-grid.js +2 -0
- package/dist/types/widgets/loop-grid.js.map +1 -0
- package/dist/types/widgets/lottie.d.ts +55 -0
- package/dist/types/widgets/lottie.d.ts.map +1 -0
- package/dist/types/widgets/lottie.js +2 -0
- package/dist/types/widgets/lottie.js.map +1 -0
- package/dist/types/widgets/media-carousel.d.ts +36 -0
- package/dist/types/widgets/media-carousel.d.ts.map +1 -0
- package/dist/types/widgets/media-carousel.js +2 -0
- package/dist/types/widgets/media-carousel.js.map +1 -0
- package/dist/types/widgets/mega-menu.d.ts +177 -0
- package/dist/types/widgets/mega-menu.d.ts.map +1 -0
- package/dist/types/widgets/mega-menu.js +2 -0
- package/dist/types/widgets/mega-menu.js.map +1 -0
- package/dist/types/widgets/menu-anchor.d.ts +6 -0
- package/dist/types/widgets/menu-anchor.d.ts.map +1 -0
- package/dist/types/widgets/menu-anchor.js +2 -0
- package/dist/types/widgets/menu-anchor.js.map +1 -0
- package/dist/types/widgets/nav-menu.d.ts +92 -0
- package/dist/types/widgets/nav-menu.d.ts.map +1 -0
- package/dist/types/widgets/nav-menu.js +2 -0
- package/dist/types/widgets/nav-menu.js.map +1 -0
- package/dist/types/widgets/nested-carousel.d.ts +24 -0
- package/dist/types/widgets/nested-carousel.d.ts.map +1 -0
- package/dist/types/widgets/nested-carousel.js +2 -0
- package/dist/types/widgets/nested-carousel.js.map +1 -0
- package/dist/types/widgets/off-canvas.d.ts +39 -0
- package/dist/types/widgets/off-canvas.d.ts.map +1 -0
- package/dist/types/widgets/off-canvas.js +2 -0
- package/dist/types/widgets/off-canvas.js.map +1 -0
- package/dist/types/widgets/paypal-button.d.ts +8 -0
- package/dist/types/widgets/paypal-button.d.ts.map +1 -0
- package/dist/types/widgets/paypal-button.js +2 -0
- package/dist/types/widgets/paypal-button.js.map +1 -0
- package/dist/types/widgets/portfolio.d.ts +30 -0
- package/dist/types/widgets/portfolio.d.ts.map +1 -0
- package/dist/types/widgets/portfolio.js +2 -0
- package/dist/types/widgets/portfolio.js.map +1 -0
- package/dist/types/widgets/post-comments.d.ts +8 -0
- package/dist/types/widgets/post-comments.d.ts.map +1 -0
- package/dist/types/widgets/post-comments.js +2 -0
- package/dist/types/widgets/post-comments.js.map +1 -0
- package/dist/types/widgets/post-info.d.ts +47 -0
- package/dist/types/widgets/post-info.d.ts.map +1 -0
- package/dist/types/widgets/post-info.js +2 -0
- package/dist/types/widgets/post-info.js.map +1 -0
- package/dist/types/widgets/post-navigation.d.ts +36 -0
- package/dist/types/widgets/post-navigation.d.ts.map +1 -0
- package/dist/types/widgets/post-navigation.js +2 -0
- package/dist/types/widgets/post-navigation.js.map +1 -0
- package/dist/types/widgets/posts.d.ts +5 -0
- package/dist/types/widgets/posts.d.ts.map +1 -0
- package/dist/types/widgets/posts.js +2 -0
- package/dist/types/widgets/posts.js.map +1 -0
- package/dist/types/widgets/price-list.d.ts +30 -0
- package/dist/types/widgets/price-list.d.ts.map +1 -0
- package/dist/types/widgets/price-list.js +2 -0
- package/dist/types/widgets/price-list.js.map +1 -0
- package/dist/types/widgets/price-table.d.ts +101 -0
- package/dist/types/widgets/price-table.d.ts.map +1 -0
- package/dist/types/widgets/price-table.js +2 -0
- package/dist/types/widgets/price-table.js.map +1 -0
- package/dist/types/widgets/progress-tracker.d.ts +36 -0
- package/dist/types/widgets/progress-tracker.d.ts.map +1 -0
- package/dist/types/widgets/progress-tracker.js +2 -0
- package/dist/types/widgets/progress-tracker.js.map +1 -0
- package/dist/types/widgets/progress.d.ts +24 -0
- package/dist/types/widgets/progress.d.ts.map +1 -0
- package/dist/types/widgets/progress.js +2 -0
- package/dist/types/widgets/progress.js.map +1 -0
- package/dist/types/widgets/rating.d.ts +13 -0
- package/dist/types/widgets/rating.d.ts.map +1 -0
- package/dist/types/widgets/rating.js +2 -0
- package/dist/types/widgets/rating.js.map +1 -0
- package/dist/types/widgets/read-more.d.ts +6 -0
- package/dist/types/widgets/read-more.d.ts.map +1 -0
- package/dist/types/widgets/read-more.js +2 -0
- package/dist/types/widgets/read-more.js.map +1 -0
- package/dist/types/widgets/reviews.d.ts +40 -0
- package/dist/types/widgets/reviews.d.ts.map +1 -0
- package/dist/types/widgets/reviews.js +2 -0
- package/dist/types/widgets/reviews.js.map +1 -0
- package/dist/types/widgets/search-form.d.ts +46 -0
- package/dist/types/widgets/search-form.d.ts.map +1 -0
- package/dist/types/widgets/search-form.js +2 -0
- package/dist/types/widgets/search-form.js.map +1 -0
- package/dist/types/widgets/search.d.ts +96 -0
- package/dist/types/widgets/search.d.ts.map +1 -0
- package/dist/types/widgets/search.js +2 -0
- package/dist/types/widgets/search.js.map +1 -0
- package/dist/types/widgets/share-buttons.d.ts +30 -0
- package/dist/types/widgets/share-buttons.d.ts.map +1 -0
- package/dist/types/widgets/share-buttons.js +2 -0
- package/dist/types/widgets/share-buttons.js.map +1 -0
- package/dist/types/widgets/shortcode.d.ts +5 -0
- package/dist/types/widgets/shortcode.d.ts.map +1 -0
- package/dist/types/widgets/shortcode.js +2 -0
- package/dist/types/widgets/shortcode.js.map +1 -0
- package/dist/types/widgets/sidebar.d.ts +5 -0
- package/dist/types/widgets/sidebar.d.ts.map +1 -0
- package/dist/types/widgets/sidebar.js +2 -0
- package/dist/types/widgets/sidebar.js.map +1 -0
- package/dist/types/widgets/sitemap.d.ts +40 -0
- package/dist/types/widgets/sitemap.d.ts.map +1 -0
- package/dist/types/widgets/sitemap.js +2 -0
- package/dist/types/widgets/sitemap.js.map +1 -0
- package/dist/types/widgets/slides.d.ts +91 -0
- package/dist/types/widgets/slides.d.ts.map +1 -0
- package/dist/types/widgets/slides.js +2 -0
- package/dist/types/widgets/slides.js.map +1 -0
- package/dist/types/widgets/social-icons.d.ts +39 -0
- package/dist/types/widgets/social-icons.d.ts.map +1 -0
- package/dist/types/widgets/social-icons.js +2 -0
- package/dist/types/widgets/social-icons.js.map +1 -0
- package/dist/types/widgets/spacer.d.ts +6 -0
- package/dist/types/widgets/spacer.d.ts.map +1 -0
- package/dist/types/widgets/spacer.js +2 -0
- package/dist/types/widgets/spacer.js.map +1 -0
- package/dist/types/widgets/star-rating.d.ts +20 -0
- package/dist/types/widgets/star-rating.d.ts.map +1 -0
- package/dist/types/widgets/star-rating.js +2 -0
- package/dist/types/widgets/star-rating.js.map +1 -0
- package/dist/types/widgets/stripe-button.d.ts +14 -0
- package/dist/types/widgets/stripe-button.d.ts.map +1 -0
- package/dist/types/widgets/stripe-button.js +2 -0
- package/dist/types/widgets/stripe-button.js.map +1 -0
- package/dist/types/widgets/table-of-contents.d.ts +54 -0
- package/dist/types/widgets/table-of-contents.d.ts.map +1 -0
- package/dist/types/widgets/table-of-contents.js +2 -0
- package/dist/types/widgets/table-of-contents.js.map +1 -0
- package/dist/types/widgets/tabs.d.ts +27 -0
- package/dist/types/widgets/tabs.d.ts.map +1 -0
- package/dist/types/widgets/tabs.js +2 -0
- package/dist/types/widgets/tabs.js.map +1 -0
- package/dist/types/widgets/taxonomy-filter.d.ts +74 -0
- package/dist/types/widgets/taxonomy-filter.d.ts.map +1 -0
- package/dist/types/widgets/taxonomy-filter.js +2 -0
- package/dist/types/widgets/taxonomy-filter.js.map +1 -0
- package/dist/types/widgets/template.d.ts +5 -0
- package/dist/types/widgets/template.d.ts.map +1 -0
- package/dist/types/widgets/template.js +2 -0
- package/dist/types/widgets/template.js.map +1 -0
- package/dist/types/widgets/testimonial-carousel.d.ts +40 -0
- package/dist/types/widgets/testimonial-carousel.d.ts.map +1 -0
- package/dist/types/widgets/testimonial-carousel.js +2 -0
- package/dist/types/widgets/testimonial-carousel.js.map +1 -0
- package/dist/types/widgets/testimonial.d.ts +35 -0
- package/dist/types/widgets/testimonial.d.ts.map +1 -0
- package/dist/types/widgets/testimonial.js +2 -0
- package/dist/types/widgets/testimonial.js.map +1 -0
- package/dist/types/widgets/text-editor.d.ts +28 -0
- package/dist/types/widgets/text-editor.d.ts.map +1 -0
- package/dist/types/widgets/text-editor.js +2 -0
- package/dist/types/widgets/text-editor.js.map +1 -0
- package/dist/types/widgets/theme-archive-title.d.ts +5 -0
- package/dist/types/widgets/theme-archive-title.d.ts.map +1 -0
- package/dist/types/widgets/theme-archive-title.js +2 -0
- package/dist/types/widgets/theme-archive-title.js.map +1 -0
- package/dist/types/widgets/theme-page-title.d.ts +5 -0
- package/dist/types/widgets/theme-page-title.d.ts.map +1 -0
- package/dist/types/widgets/theme-page-title.js +2 -0
- package/dist/types/widgets/theme-page-title.js.map +1 -0
- package/dist/types/widgets/theme-post-content.d.ts +7 -0
- package/dist/types/widgets/theme-post-content.d.ts.map +1 -0
- package/dist/types/widgets/theme-post-content.js +2 -0
- package/dist/types/widgets/theme-post-content.js.map +1 -0
- package/dist/types/widgets/theme-post-excerpt.d.ts +14 -0
- package/dist/types/widgets/theme-post-excerpt.d.ts.map +1 -0
- package/dist/types/widgets/theme-post-excerpt.js +2 -0
- package/dist/types/widgets/theme-post-excerpt.js.map +1 -0
- package/dist/types/widgets/theme-post-featured-image.d.ts +5 -0
- package/dist/types/widgets/theme-post-featured-image.d.ts.map +1 -0
- package/dist/types/widgets/theme-post-featured-image.js +2 -0
- package/dist/types/widgets/theme-post-featured-image.js.map +1 -0
- package/dist/types/widgets/theme-post-title.d.ts +5 -0
- package/dist/types/widgets/theme-post-title.d.ts.map +1 -0
- package/dist/types/widgets/theme-post-title.js +2 -0
- package/dist/types/widgets/theme-post-title.js.map +1 -0
- package/dist/types/widgets/theme-site-logo.d.ts +4 -0
- package/dist/types/widgets/theme-site-logo.d.ts.map +1 -0
- package/dist/types/widgets/theme-site-logo.js +2 -0
- package/dist/types/widgets/theme-site-logo.js.map +1 -0
- package/dist/types/widgets/theme-site-title.d.ts +5 -0
- package/dist/types/widgets/theme-site-title.d.ts.map +1 -0
- package/dist/types/widgets/theme-site-title.js +2 -0
- package/dist/types/widgets/theme-site-title.js.map +1 -0
- package/dist/types/widgets/toggle.d.ts +33 -0
- package/dist/types/widgets/toggle.d.ts.map +1 -0
- package/dist/types/widgets/toggle.js +2 -0
- package/dist/types/widgets/toggle.js.map +1 -0
- package/dist/types/widgets/video-playlist.d.ts +101 -0
- package/dist/types/widgets/video-playlist.d.ts.map +1 -0
- package/dist/types/widgets/video-playlist.js +2 -0
- package/dist/types/widgets/video-playlist.js.map +1 -0
- package/dist/types/widgets/video.d.ts +65 -0
- package/dist/types/widgets/video.d.ts.map +1 -0
- package/dist/types/widgets/video.js +2 -0
- package/dist/types/widgets/video.js.map +1 -0
- package/dist/types/widgets/wc-add-to-cart.d.ts +9 -0
- package/dist/types/widgets/wc-add-to-cart.d.ts.map +1 -0
- package/dist/types/widgets/wc-add-to-cart.js +2 -0
- package/dist/types/widgets/wc-add-to-cart.js.map +1 -0
- package/dist/types/widgets/wc-archive-products.d.ts +11 -0
- package/dist/types/widgets/wc-archive-products.d.ts.map +1 -0
- package/dist/types/widgets/wc-archive-products.js +2 -0
- package/dist/types/widgets/wc-archive-products.js.map +1 -0
- package/dist/types/widgets/wc-categories.d.ts +37 -0
- package/dist/types/widgets/wc-categories.d.ts.map +1 -0
- package/dist/types/widgets/wc-categories.js +2 -0
- package/dist/types/widgets/wc-categories.js.map +1 -0
- package/dist/types/widgets/wc-elements.d.ts +6 -0
- package/dist/types/widgets/wc-elements.d.ts.map +1 -0
- package/dist/types/widgets/wc-elements.js +2 -0
- package/dist/types/widgets/wc-elements.js.map +1 -0
- package/dist/types/widgets/wc-single-elements.d.ts +5 -0
- package/dist/types/widgets/wc-single-elements.d.ts.map +1 -0
- package/dist/types/widgets/wc-single-elements.js +2 -0
- package/dist/types/widgets/wc-single-elements.js.map +1 -0
- package/dist/types/widgets/woocommerce-archive-description.d.ts +8 -0
- package/dist/types/widgets/woocommerce-archive-description.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-archive-description.js +2 -0
- package/dist/types/widgets/woocommerce-archive-description.js.map +1 -0
- package/dist/types/widgets/woocommerce-breadcrumb.d.ts +9 -0
- package/dist/types/widgets/woocommerce-breadcrumb.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-breadcrumb.js +2 -0
- package/dist/types/widgets/woocommerce-breadcrumb.js.map +1 -0
- package/dist/types/widgets/woocommerce-cart.d.ts +157 -0
- package/dist/types/widgets/woocommerce-cart.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-cart.js +2 -0
- package/dist/types/widgets/woocommerce-cart.js.map +1 -0
- package/dist/types/widgets/woocommerce-category-image.d.ts +5 -0
- package/dist/types/widgets/woocommerce-category-image.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-category-image.js +2 -0
- package/dist/types/widgets/woocommerce-category-image.js.map +1 -0
- package/dist/types/widgets/woocommerce-checkout-page.d.ts +247 -0
- package/dist/types/widgets/woocommerce-checkout-page.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-checkout-page.js +2 -0
- package/dist/types/widgets/woocommerce-checkout-page.js.map +1 -0
- package/dist/types/widgets/woocommerce-menu-cart.d.ts +136 -0
- package/dist/types/widgets/woocommerce-menu-cart.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-menu-cart.js +2 -0
- package/dist/types/widgets/woocommerce-menu-cart.js.map +1 -0
- package/dist/types/widgets/woocommerce-my-account.d.ts +132 -0
- package/dist/types/widgets/woocommerce-my-account.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-my-account.js +2 -0
- package/dist/types/widgets/woocommerce-my-account.js.map +1 -0
- package/dist/types/widgets/woocommerce-notices.d.ts +5 -0
- package/dist/types/widgets/woocommerce-notices.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-notices.js +2 -0
- package/dist/types/widgets/woocommerce-notices.js.map +1 -0
- package/dist/types/widgets/woocommerce-product-add-to-cart.d.ts +64 -0
- package/dist/types/widgets/woocommerce-product-add-to-cart.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-product-add-to-cart.js +2 -0
- package/dist/types/widgets/woocommerce-product-add-to-cart.js.map +1 -0
- package/dist/types/widgets/woocommerce-product-additional-information.d.ts +10 -0
- package/dist/types/widgets/woocommerce-product-additional-information.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-product-additional-information.js +2 -0
- package/dist/types/widgets/woocommerce-product-additional-information.js.map +1 -0
- package/dist/types/widgets/woocommerce-product-content.d.ts +5 -0
- package/dist/types/widgets/woocommerce-product-content.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-product-content.js +2 -0
- package/dist/types/widgets/woocommerce-product-content.js.map +1 -0
- package/dist/types/widgets/woocommerce-product-data-tabs.d.ts +21 -0
- package/dist/types/widgets/woocommerce-product-data-tabs.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-product-data-tabs.js +2 -0
- package/dist/types/widgets/woocommerce-product-data-tabs.js.map +1 -0
- package/dist/types/widgets/woocommerce-product-images.d.ts +32 -0
- package/dist/types/widgets/woocommerce-product-images.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-product-images.js +2 -0
- package/dist/types/widgets/woocommerce-product-images.js.map +1 -0
- package/dist/types/widgets/woocommerce-product-meta.d.ts +26 -0
- package/dist/types/widgets/woocommerce-product-meta.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-product-meta.js +2 -0
- package/dist/types/widgets/woocommerce-product-meta.js.map +1 -0
- package/dist/types/widgets/woocommerce-product-price.d.ts +13 -0
- package/dist/types/widgets/woocommerce-product-price.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-product-price.js +2 -0
- package/dist/types/widgets/woocommerce-product-price.js.map +1 -0
- package/dist/types/widgets/woocommerce-product-rating.d.ts +13 -0
- package/dist/types/widgets/woocommerce-product-rating.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-product-rating.js +2 -0
- package/dist/types/widgets/woocommerce-product-rating.js.map +1 -0
- package/dist/types/widgets/woocommerce-product-related.d.ts +17 -0
- package/dist/types/widgets/woocommerce-product-related.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-product-related.js +2 -0
- package/dist/types/widgets/woocommerce-product-related.js.map +1 -0
- package/dist/types/widgets/woocommerce-product-short-description.d.ts +8 -0
- package/dist/types/widgets/woocommerce-product-short-description.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-product-short-description.js +2 -0
- package/dist/types/widgets/woocommerce-product-short-description.js.map +1 -0
- package/dist/types/widgets/woocommerce-product-stock.d.ts +7 -0
- package/dist/types/widgets/woocommerce-product-stock.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-product-stock.js +2 -0
- package/dist/types/widgets/woocommerce-product-stock.js.map +1 -0
- package/dist/types/widgets/woocommerce-product-title.d.ts +5 -0
- package/dist/types/widgets/woocommerce-product-title.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-product-title.js +2 -0
- package/dist/types/widgets/woocommerce-product-title.js.map +1 -0
- package/dist/types/widgets/woocommerce-product-upsell.d.ts +15 -0
- package/dist/types/widgets/woocommerce-product-upsell.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-product-upsell.js +2 -0
- package/dist/types/widgets/woocommerce-product-upsell.js.map +1 -0
- package/dist/types/widgets/woocommerce-products.d.ts +15 -0
- package/dist/types/widgets/woocommerce-products.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-products.js +2 -0
- package/dist/types/widgets/woocommerce-products.js.map +1 -0
- package/dist/types/widgets/woocommerce-purchase-summary.d.ts +96 -0
- package/dist/types/widgets/woocommerce-purchase-summary.d.ts.map +1 -0
- package/dist/types/widgets/woocommerce-purchase-summary.js +2 -0
- package/dist/types/widgets/woocommerce-purchase-summary.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Elementor Widget Type Definitions
|
|
3
|
+
* Auto-generated from Elementor plugin PHP source files
|
|
4
|
+
* Total widgets: 113 (Core: 30, Pro: 83)
|
|
5
|
+
*
|
|
6
|
+
* See WIDGET-TYPES.md for regeneration steps.
|
|
7
|
+
*/
|
|
8
|
+
export * from './common.js';
|
|
9
|
+
export * from './elements.js';
|
|
10
|
+
export * from './widget-type-map.js';
|
|
11
|
+
// Widget settings interfaces
|
|
12
|
+
export * from './widgets/accordion.js';
|
|
13
|
+
export * from './widgets/alert.js';
|
|
14
|
+
export * from './widgets/animated-headline.js';
|
|
15
|
+
export * from './widgets/archive-posts.js';
|
|
16
|
+
export * from './widgets/audio.js';
|
|
17
|
+
export * from './widgets/author-box.js';
|
|
18
|
+
export * from './widgets/blockquote.js';
|
|
19
|
+
export * from './widgets/breadcrumbs.js';
|
|
20
|
+
export * from './widgets/button.js';
|
|
21
|
+
export * from './widgets/call-to-action.js';
|
|
22
|
+
export * from './widgets/code-highlight.js';
|
|
23
|
+
export * from './widgets/countdown.js';
|
|
24
|
+
export * from './widgets/counter.js';
|
|
25
|
+
export * from './widgets/divider.js';
|
|
26
|
+
export * from './widgets/facebook-button.js';
|
|
27
|
+
export * from './widgets/facebook-comments.js';
|
|
28
|
+
export * from './widgets/facebook-embed.js';
|
|
29
|
+
export * from './widgets/facebook-page.js';
|
|
30
|
+
export * from './widgets/flip-box.js';
|
|
31
|
+
export * from './widgets/form.js';
|
|
32
|
+
export * from './widgets/gallery.js';
|
|
33
|
+
export * from './widgets/global.js';
|
|
34
|
+
export * from './widgets/google-maps.js';
|
|
35
|
+
export * from './widgets/heading.js';
|
|
36
|
+
export * from './widgets/hotspot.js';
|
|
37
|
+
export * from './widgets/html.js';
|
|
38
|
+
export * from './widgets/icon.js';
|
|
39
|
+
export * from './widgets/icon-box.js';
|
|
40
|
+
export * from './widgets/icon-list.js';
|
|
41
|
+
export * from './widgets/image.js';
|
|
42
|
+
export * from './widgets/image-box.js';
|
|
43
|
+
export * from './widgets/image-carousel.js';
|
|
44
|
+
export * from './widgets/image-gallery.js';
|
|
45
|
+
export * from './widgets/login.js';
|
|
46
|
+
export * from './widgets/loop-carousel.js';
|
|
47
|
+
export * from './widgets/loop-grid.js';
|
|
48
|
+
export * from './widgets/lottie.js';
|
|
49
|
+
export * from './widgets/media-carousel.js';
|
|
50
|
+
export * from './widgets/mega-menu.js';
|
|
51
|
+
export * from './widgets/menu-anchor.js';
|
|
52
|
+
export * from './widgets/nav-menu.js';
|
|
53
|
+
export * from './widgets/nested-carousel.js';
|
|
54
|
+
export * from './widgets/off-canvas.js';
|
|
55
|
+
export * from './widgets/paypal-button.js';
|
|
56
|
+
export * from './widgets/portfolio.js';
|
|
57
|
+
export * from './widgets/post-comments.js';
|
|
58
|
+
export * from './widgets/post-info.js';
|
|
59
|
+
export * from './widgets/post-navigation.js';
|
|
60
|
+
export * from './widgets/posts.js';
|
|
61
|
+
export * from './widgets/price-list.js';
|
|
62
|
+
export * from './widgets/price-table.js';
|
|
63
|
+
export * from './widgets/progress.js';
|
|
64
|
+
export * from './widgets/progress-tracker.js';
|
|
65
|
+
export * from './widgets/rating.js';
|
|
66
|
+
export * from './widgets/read-more.js';
|
|
67
|
+
export * from './widgets/reviews.js';
|
|
68
|
+
export * from './widgets/search.js';
|
|
69
|
+
export * from './widgets/search-form.js';
|
|
70
|
+
export * from './widgets/share-buttons.js';
|
|
71
|
+
export * from './widgets/shortcode.js';
|
|
72
|
+
export * from './widgets/sidebar.js';
|
|
73
|
+
export * from './widgets/sitemap.js';
|
|
74
|
+
export * from './widgets/slides.js';
|
|
75
|
+
export * from './widgets/social-icons.js';
|
|
76
|
+
export * from './widgets/spacer.js';
|
|
77
|
+
export * from './widgets/star-rating.js';
|
|
78
|
+
export * from './widgets/stripe-button.js';
|
|
79
|
+
export * from './widgets/table-of-contents.js';
|
|
80
|
+
export * from './widgets/tabs.js';
|
|
81
|
+
export * from './widgets/taxonomy-filter.js';
|
|
82
|
+
export * from './widgets/template.js';
|
|
83
|
+
export * from './widgets/testimonial.js';
|
|
84
|
+
export * from './widgets/testimonial-carousel.js';
|
|
85
|
+
export * from './widgets/text-editor.js';
|
|
86
|
+
export * from './widgets/theme-archive-title.js';
|
|
87
|
+
export * from './widgets/theme-page-title.js';
|
|
88
|
+
export * from './widgets/theme-post-content.js';
|
|
89
|
+
export * from './widgets/theme-post-excerpt.js';
|
|
90
|
+
export * from './widgets/theme-post-featured-image.js';
|
|
91
|
+
export * from './widgets/theme-post-title.js';
|
|
92
|
+
export * from './widgets/theme-site-logo.js';
|
|
93
|
+
export * from './widgets/theme-site-title.js';
|
|
94
|
+
export * from './widgets/toggle.js';
|
|
95
|
+
export * from './widgets/video.js';
|
|
96
|
+
export * from './widgets/video-playlist.js';
|
|
97
|
+
export * from './widgets/wc-add-to-cart.js';
|
|
98
|
+
export * from './widgets/wc-archive-products.js';
|
|
99
|
+
export * from './widgets/wc-categories.js';
|
|
100
|
+
export * from './widgets/wc-elements.js';
|
|
101
|
+
export * from './widgets/wc-single-elements.js';
|
|
102
|
+
export * from './widgets/woocommerce-archive-description.js';
|
|
103
|
+
export * from './widgets/woocommerce-breadcrumb.js';
|
|
104
|
+
export * from './widgets/woocommerce-cart.js';
|
|
105
|
+
export * from './widgets/woocommerce-category-image.js';
|
|
106
|
+
export * from './widgets/woocommerce-checkout-page.js';
|
|
107
|
+
export * from './widgets/woocommerce-menu-cart.js';
|
|
108
|
+
export * from './widgets/woocommerce-my-account.js';
|
|
109
|
+
export * from './widgets/woocommerce-notices.js';
|
|
110
|
+
export * from './widgets/woocommerce-product-add-to-cart.js';
|
|
111
|
+
export * from './widgets/woocommerce-product-additional-information.js';
|
|
112
|
+
export * from './widgets/woocommerce-product-content.js';
|
|
113
|
+
export * from './widgets/woocommerce-product-data-tabs.js';
|
|
114
|
+
export * from './widgets/woocommerce-product-images.js';
|
|
115
|
+
export * from './widgets/woocommerce-product-meta.js';
|
|
116
|
+
export * from './widgets/woocommerce-product-price.js';
|
|
117
|
+
export * from './widgets/woocommerce-product-rating.js';
|
|
118
|
+
export * from './widgets/woocommerce-product-related.js';
|
|
119
|
+
export * from './widgets/woocommerce-product-short-description.js';
|
|
120
|
+
export * from './widgets/woocommerce-product-stock.js';
|
|
121
|
+
export * from './widgets/woocommerce-product-title.js';
|
|
122
|
+
export * from './widgets/woocommerce-product-upsell.js';
|
|
123
|
+
export * from './widgets/woocommerce-products.js';
|
|
124
|
+
export * from './widgets/woocommerce-purchase-summary.js';
|
|
125
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Widget type unions and settings map.
|
|
3
|
+
* Auto-generated — see WIDGET-TYPES.md for regeneration steps.
|
|
4
|
+
*/
|
|
5
|
+
import type { ElementorAccordionSettings } from './widgets/accordion.js';
|
|
6
|
+
import type { ElementorAlertSettings } from './widgets/alert.js';
|
|
7
|
+
import type { ElementorAnimatedHeadlineSettings } from './widgets/animated-headline.js';
|
|
8
|
+
import type { ElementorArchivePostsSettings } from './widgets/archive-posts.js';
|
|
9
|
+
import type { ElementorAudioSettings } from './widgets/audio.js';
|
|
10
|
+
import type { ElementorAuthorBoxSettings } from './widgets/author-box.js';
|
|
11
|
+
import type { ElementorBlockquoteSettings } from './widgets/blockquote.js';
|
|
12
|
+
import type { ElementorBreadcrumbsSettings } from './widgets/breadcrumbs.js';
|
|
13
|
+
import type { ElementorButtonSettings } from './widgets/button.js';
|
|
14
|
+
import type { ElementorCallToActionSettings } from './widgets/call-to-action.js';
|
|
15
|
+
import type { ElementorCodeHighlightSettings } from './widgets/code-highlight.js';
|
|
16
|
+
import type { ElementorCountdownSettings } from './widgets/countdown.js';
|
|
17
|
+
import type { ElementorCounterSettings } from './widgets/counter.js';
|
|
18
|
+
import type { ElementorDividerSettings } from './widgets/divider.js';
|
|
19
|
+
import type { ElementorFacebookButtonSettings } from './widgets/facebook-button.js';
|
|
20
|
+
import type { ElementorFacebookCommentsSettings } from './widgets/facebook-comments.js';
|
|
21
|
+
import type { ElementorFacebookEmbedSettings } from './widgets/facebook-embed.js';
|
|
22
|
+
import type { ElementorFacebookPageSettings } from './widgets/facebook-page.js';
|
|
23
|
+
import type { ElementorFlipBoxSettings } from './widgets/flip-box.js';
|
|
24
|
+
import type { ElementorFormSettings } from './widgets/form.js';
|
|
25
|
+
import type { ElementorGallerySettings } from './widgets/gallery.js';
|
|
26
|
+
import type { ElementorGlobalSettings } from './widgets/global.js';
|
|
27
|
+
import type { ElementorGoogleMapsSettings } from './widgets/google-maps.js';
|
|
28
|
+
import type { ElementorHeadingSettings } from './widgets/heading.js';
|
|
29
|
+
import type { ElementorHotspotSettings } from './widgets/hotspot.js';
|
|
30
|
+
import type { ElementorHtmlSettings } from './widgets/html.js';
|
|
31
|
+
import type { ElementorIconSettings } from './widgets/icon.js';
|
|
32
|
+
import type { ElementorIconBoxSettings } from './widgets/icon-box.js';
|
|
33
|
+
import type { ElementorIconListSettings } from './widgets/icon-list.js';
|
|
34
|
+
import type { ElementorImageSettings } from './widgets/image.js';
|
|
35
|
+
import type { ElementorImageBoxSettings } from './widgets/image-box.js';
|
|
36
|
+
import type { ElementorImageCarouselSettings } from './widgets/image-carousel.js';
|
|
37
|
+
import type { ElementorImageGallerySettings } from './widgets/image-gallery.js';
|
|
38
|
+
import type { ElementorLoginSettings } from './widgets/login.js';
|
|
39
|
+
import type { ElementorLoopCarouselSettings } from './widgets/loop-carousel.js';
|
|
40
|
+
import type { ElementorLoopGridSettings } from './widgets/loop-grid.js';
|
|
41
|
+
import type { ElementorLottieSettings } from './widgets/lottie.js';
|
|
42
|
+
import type { ElementorMediaCarouselSettings } from './widgets/media-carousel.js';
|
|
43
|
+
import type { ElementorMegaMenuSettings } from './widgets/mega-menu.js';
|
|
44
|
+
import type { ElementorMenuAnchorSettings } from './widgets/menu-anchor.js';
|
|
45
|
+
import type { ElementorNavMenuSettings } from './widgets/nav-menu.js';
|
|
46
|
+
import type { ElementorNestedCarouselSettings } from './widgets/nested-carousel.js';
|
|
47
|
+
import type { ElementorOffCanvasSettings } from './widgets/off-canvas.js';
|
|
48
|
+
import type { ElementorPaypalButtonSettings } from './widgets/paypal-button.js';
|
|
49
|
+
import type { ElementorPortfolioSettings } from './widgets/portfolio.js';
|
|
50
|
+
import type { ElementorPostCommentsSettings } from './widgets/post-comments.js';
|
|
51
|
+
import type { ElementorPostInfoSettings } from './widgets/post-info.js';
|
|
52
|
+
import type { ElementorPostNavigationSettings } from './widgets/post-navigation.js';
|
|
53
|
+
import type { ElementorPostsSettings } from './widgets/posts.js';
|
|
54
|
+
import type { ElementorPriceListSettings } from './widgets/price-list.js';
|
|
55
|
+
import type { ElementorPriceTableSettings } from './widgets/price-table.js';
|
|
56
|
+
import type { ElementorProgressSettings } from './widgets/progress.js';
|
|
57
|
+
import type { ElementorProgressTrackerSettings } from './widgets/progress-tracker.js';
|
|
58
|
+
import type { ElementorRatingSettings } from './widgets/rating.js';
|
|
59
|
+
import type { ElementorReadMoreSettings } from './widgets/read-more.js';
|
|
60
|
+
import type { ElementorReviewsSettings } from './widgets/reviews.js';
|
|
61
|
+
import type { ElementorSearchSettings } from './widgets/search.js';
|
|
62
|
+
import type { ElementorSearchFormSettings } from './widgets/search-form.js';
|
|
63
|
+
import type { ElementorShareButtonsSettings } from './widgets/share-buttons.js';
|
|
64
|
+
import type { ElementorShortcodeSettings } from './widgets/shortcode.js';
|
|
65
|
+
import type { ElementorSidebarSettings } from './widgets/sidebar.js';
|
|
66
|
+
import type { ElementorSitemapSettings } from './widgets/sitemap.js';
|
|
67
|
+
import type { ElementorSlidesSettings } from './widgets/slides.js';
|
|
68
|
+
import type { ElementorSocialIconsSettings } from './widgets/social-icons.js';
|
|
69
|
+
import type { ElementorSpacerSettings } from './widgets/spacer.js';
|
|
70
|
+
import type { ElementorStarRatingSettings } from './widgets/star-rating.js';
|
|
71
|
+
import type { ElementorStripeButtonSettings } from './widgets/stripe-button.js';
|
|
72
|
+
import type { ElementorTableOfContentsSettings } from './widgets/table-of-contents.js';
|
|
73
|
+
import type { ElementorTabsSettings } from './widgets/tabs.js';
|
|
74
|
+
import type { ElementorTaxonomyFilterSettings } from './widgets/taxonomy-filter.js';
|
|
75
|
+
import type { ElementorTemplateSettings } from './widgets/template.js';
|
|
76
|
+
import type { ElementorTestimonialSettings } from './widgets/testimonial.js';
|
|
77
|
+
import type { ElementorTestimonialCarouselSettings } from './widgets/testimonial-carousel.js';
|
|
78
|
+
import type { ElementorTextEditorSettings } from './widgets/text-editor.js';
|
|
79
|
+
import type { ElementorThemeArchiveTitleSettings } from './widgets/theme-archive-title.js';
|
|
80
|
+
import type { ElementorThemePageTitleSettings } from './widgets/theme-page-title.js';
|
|
81
|
+
import type { ElementorThemePostContentSettings } from './widgets/theme-post-content.js';
|
|
82
|
+
import type { ElementorThemePostExcerptSettings } from './widgets/theme-post-excerpt.js';
|
|
83
|
+
import type { ElementorThemePostFeaturedImageSettings } from './widgets/theme-post-featured-image.js';
|
|
84
|
+
import type { ElementorThemePostTitleSettings } from './widgets/theme-post-title.js';
|
|
85
|
+
import type { ElementorThemeSiteLogoSettings } from './widgets/theme-site-logo.js';
|
|
86
|
+
import type { ElementorThemeSiteTitleSettings } from './widgets/theme-site-title.js';
|
|
87
|
+
import type { ElementorToggleSettings } from './widgets/toggle.js';
|
|
88
|
+
import type { ElementorVideoSettings } from './widgets/video.js';
|
|
89
|
+
import type { ElementorVideoPlaylistSettings } from './widgets/video-playlist.js';
|
|
90
|
+
import type { ElementorWcAddToCartSettings } from './widgets/wc-add-to-cart.js';
|
|
91
|
+
import type { ElementorWcArchiveProductsSettings } from './widgets/wc-archive-products.js';
|
|
92
|
+
import type { ElementorWcCategoriesSettings } from './widgets/wc-categories.js';
|
|
93
|
+
import type { ElementorWcElementsSettings } from './widgets/wc-elements.js';
|
|
94
|
+
import type { ElementorWcSingleElementsSettings } from './widgets/wc-single-elements.js';
|
|
95
|
+
import type { ElementorWoocommerceArchiveDescriptionSettings } from './widgets/woocommerce-archive-description.js';
|
|
96
|
+
import type { ElementorWoocommerceBreadcrumbSettings } from './widgets/woocommerce-breadcrumb.js';
|
|
97
|
+
import type { ElementorWoocommerceCartSettings } from './widgets/woocommerce-cart.js';
|
|
98
|
+
import type { ElementorWoocommerceCategoryImageSettings } from './widgets/woocommerce-category-image.js';
|
|
99
|
+
import type { ElementorWoocommerceCheckoutPageSettings } from './widgets/woocommerce-checkout-page.js';
|
|
100
|
+
import type { ElementorWoocommerceMenuCartSettings } from './widgets/woocommerce-menu-cart.js';
|
|
101
|
+
import type { ElementorWoocommerceMyAccountSettings } from './widgets/woocommerce-my-account.js';
|
|
102
|
+
import type { ElementorWoocommerceNoticesSettings } from './widgets/woocommerce-notices.js';
|
|
103
|
+
import type { ElementorWoocommerceProductAddToCartSettings } from './widgets/woocommerce-product-add-to-cart.js';
|
|
104
|
+
import type { ElementorWoocommerceProductAdditionalInformationSettings } from './widgets/woocommerce-product-additional-information.js';
|
|
105
|
+
import type { ElementorWoocommerceProductContentSettings } from './widgets/woocommerce-product-content.js';
|
|
106
|
+
import type { ElementorWoocommerceProductDataTabsSettings } from './widgets/woocommerce-product-data-tabs.js';
|
|
107
|
+
import type { ElementorWoocommerceProductImagesSettings } from './widgets/woocommerce-product-images.js';
|
|
108
|
+
import type { ElementorWoocommerceProductMetaSettings } from './widgets/woocommerce-product-meta.js';
|
|
109
|
+
import type { ElementorWoocommerceProductPriceSettings } from './widgets/woocommerce-product-price.js';
|
|
110
|
+
import type { ElementorWoocommerceProductRatingSettings } from './widgets/woocommerce-product-rating.js';
|
|
111
|
+
import type { ElementorWoocommerceProductRelatedSettings } from './widgets/woocommerce-product-related.js';
|
|
112
|
+
import type { ElementorWoocommerceProductShortDescriptionSettings } from './widgets/woocommerce-product-short-description.js';
|
|
113
|
+
import type { ElementorWoocommerceProductStockSettings } from './widgets/woocommerce-product-stock.js';
|
|
114
|
+
import type { ElementorWoocommerceProductTitleSettings } from './widgets/woocommerce-product-title.js';
|
|
115
|
+
import type { ElementorWoocommerceProductUpsellSettings } from './widgets/woocommerce-product-upsell.js';
|
|
116
|
+
import type { ElementorWoocommerceProductsSettings } from './widgets/woocommerce-products.js';
|
|
117
|
+
import type { ElementorWoocommercePurchaseSummarySettings } from './widgets/woocommerce-purchase-summary.js';
|
|
118
|
+
/** All core Elementor widget type names */
|
|
119
|
+
export type ElementorCoreWidgetType = 'accordion' | 'alert' | 'audio' | 'button' | 'counter' | 'divider' | 'google_maps' | 'heading' | 'html' | 'icon' | 'icon-box' | 'icon-list' | 'image' | 'image-box' | 'image-carousel' | 'image-gallery' | 'menu-anchor' | 'progress' | 'rating' | 'read-more' | 'shortcode' | 'sidebar' | 'social-icons' | 'spacer' | 'star-rating' | 'tabs' | 'testimonial' | 'text-editor' | 'toggle' | 'video';
|
|
120
|
+
/** All Elementor Pro widget type names */
|
|
121
|
+
export type ElementorProWidgetType = 'animated-headline' | 'archive-posts' | 'author-box' | 'blockquote' | 'breadcrumbs' | 'call-to-action' | 'code-highlight' | 'countdown' | 'facebook-button' | 'facebook-comments' | 'facebook-embed' | 'facebook-page' | 'flip-box' | 'form' | 'gallery' | 'global' | 'hotspot' | 'login' | 'loop-carousel' | 'loop-grid' | 'lottie' | 'media-carousel' | 'mega-menu' | 'nav-menu' | 'nested-carousel' | 'off-canvas' | 'paypal-button' | 'portfolio' | 'post-comments' | 'post-info' | 'post-navigation' | 'posts' | 'price-list' | 'price-table' | 'progress-tracker' | 'reviews' | 'search' | 'search-form' | 'share-buttons' | 'sitemap' | 'slides' | 'stripe-button' | 'table-of-contents' | 'taxonomy-filter' | 'template' | 'testimonial-carousel' | 'theme-archive-title' | 'theme-page-title' | 'theme-post-content' | 'theme-post-excerpt' | 'theme-post-featured-image' | 'theme-post-title' | 'theme-site-logo' | 'theme-site-title' | 'video-playlist' | 'wc-add-to-cart' | 'wc-archive-products' | 'wc-categories' | 'wc-elements' | 'wc-single-elements' | 'woocommerce-archive-description' | 'woocommerce-breadcrumb' | 'woocommerce-cart' | 'woocommerce-category-image' | 'woocommerce-checkout-page' | 'woocommerce-menu-cart' | 'woocommerce-my-account' | 'woocommerce-notices' | 'woocommerce-product-add-to-cart' | 'woocommerce-product-additional-information' | 'woocommerce-product-content' | 'woocommerce-product-data-tabs' | 'woocommerce-product-images' | 'woocommerce-product-meta' | 'woocommerce-product-price' | 'woocommerce-product-rating' | 'woocommerce-product-related' | 'woocommerce-product-short-description' | 'woocommerce-product-stock' | 'woocommerce-product-title' | 'woocommerce-product-upsell' | 'woocommerce-products' | 'woocommerce-purchase-summary';
|
|
122
|
+
/** All Elementor widget type names (core + pro) */
|
|
123
|
+
export type ElementorWidgetType = ElementorCoreWidgetType | ElementorProWidgetType;
|
|
124
|
+
/** Maps a widget type name to its settings interface */
|
|
125
|
+
export interface ElementorWidgetSettingsMap {
|
|
126
|
+
'accordion': ElementorAccordionSettings;
|
|
127
|
+
'alert': ElementorAlertSettings;
|
|
128
|
+
'animated-headline': ElementorAnimatedHeadlineSettings;
|
|
129
|
+
'archive-posts': ElementorArchivePostsSettings;
|
|
130
|
+
'audio': ElementorAudioSettings;
|
|
131
|
+
'author-box': ElementorAuthorBoxSettings;
|
|
132
|
+
'blockquote': ElementorBlockquoteSettings;
|
|
133
|
+
'breadcrumbs': ElementorBreadcrumbsSettings;
|
|
134
|
+
'button': ElementorButtonSettings;
|
|
135
|
+
'call-to-action': ElementorCallToActionSettings;
|
|
136
|
+
'code-highlight': ElementorCodeHighlightSettings;
|
|
137
|
+
'countdown': ElementorCountdownSettings;
|
|
138
|
+
'counter': ElementorCounterSettings;
|
|
139
|
+
'divider': ElementorDividerSettings;
|
|
140
|
+
'facebook-button': ElementorFacebookButtonSettings;
|
|
141
|
+
'facebook-comments': ElementorFacebookCommentsSettings;
|
|
142
|
+
'facebook-embed': ElementorFacebookEmbedSettings;
|
|
143
|
+
'facebook-page': ElementorFacebookPageSettings;
|
|
144
|
+
'flip-box': ElementorFlipBoxSettings;
|
|
145
|
+
'form': ElementorFormSettings;
|
|
146
|
+
'gallery': ElementorGallerySettings;
|
|
147
|
+
'global': ElementorGlobalSettings;
|
|
148
|
+
'google_maps': ElementorGoogleMapsSettings;
|
|
149
|
+
'heading': ElementorHeadingSettings;
|
|
150
|
+
'hotspot': ElementorHotspotSettings;
|
|
151
|
+
'html': ElementorHtmlSettings;
|
|
152
|
+
'icon': ElementorIconSettings;
|
|
153
|
+
'icon-box': ElementorIconBoxSettings;
|
|
154
|
+
'icon-list': ElementorIconListSettings;
|
|
155
|
+
'image': ElementorImageSettings;
|
|
156
|
+
'image-box': ElementorImageBoxSettings;
|
|
157
|
+
'image-carousel': ElementorImageCarouselSettings;
|
|
158
|
+
'image-gallery': ElementorImageGallerySettings;
|
|
159
|
+
'login': ElementorLoginSettings;
|
|
160
|
+
'loop-carousel': ElementorLoopCarouselSettings;
|
|
161
|
+
'loop-grid': ElementorLoopGridSettings;
|
|
162
|
+
'lottie': ElementorLottieSettings;
|
|
163
|
+
'media-carousel': ElementorMediaCarouselSettings;
|
|
164
|
+
'mega-menu': ElementorMegaMenuSettings;
|
|
165
|
+
'menu-anchor': ElementorMenuAnchorSettings;
|
|
166
|
+
'nav-menu': ElementorNavMenuSettings;
|
|
167
|
+
'nested-carousel': ElementorNestedCarouselSettings;
|
|
168
|
+
'off-canvas': ElementorOffCanvasSettings;
|
|
169
|
+
'paypal-button': ElementorPaypalButtonSettings;
|
|
170
|
+
'portfolio': ElementorPortfolioSettings;
|
|
171
|
+
'post-comments': ElementorPostCommentsSettings;
|
|
172
|
+
'post-info': ElementorPostInfoSettings;
|
|
173
|
+
'post-navigation': ElementorPostNavigationSettings;
|
|
174
|
+
'posts': ElementorPostsSettings;
|
|
175
|
+
'price-list': ElementorPriceListSettings;
|
|
176
|
+
'price-table': ElementorPriceTableSettings;
|
|
177
|
+
'progress': ElementorProgressSettings;
|
|
178
|
+
'progress-tracker': ElementorProgressTrackerSettings;
|
|
179
|
+
'rating': ElementorRatingSettings;
|
|
180
|
+
'read-more': ElementorReadMoreSettings;
|
|
181
|
+
'reviews': ElementorReviewsSettings;
|
|
182
|
+
'search': ElementorSearchSettings;
|
|
183
|
+
'search-form': ElementorSearchFormSettings;
|
|
184
|
+
'share-buttons': ElementorShareButtonsSettings;
|
|
185
|
+
'shortcode': ElementorShortcodeSettings;
|
|
186
|
+
'sidebar': ElementorSidebarSettings;
|
|
187
|
+
'sitemap': ElementorSitemapSettings;
|
|
188
|
+
'slides': ElementorSlidesSettings;
|
|
189
|
+
'social-icons': ElementorSocialIconsSettings;
|
|
190
|
+
'spacer': ElementorSpacerSettings;
|
|
191
|
+
'star-rating': ElementorStarRatingSettings;
|
|
192
|
+
'stripe-button': ElementorStripeButtonSettings;
|
|
193
|
+
'table-of-contents': ElementorTableOfContentsSettings;
|
|
194
|
+
'tabs': ElementorTabsSettings;
|
|
195
|
+
'taxonomy-filter': ElementorTaxonomyFilterSettings;
|
|
196
|
+
'template': ElementorTemplateSettings;
|
|
197
|
+
'testimonial': ElementorTestimonialSettings;
|
|
198
|
+
'testimonial-carousel': ElementorTestimonialCarouselSettings;
|
|
199
|
+
'text-editor': ElementorTextEditorSettings;
|
|
200
|
+
'theme-archive-title': ElementorThemeArchiveTitleSettings;
|
|
201
|
+
'theme-page-title': ElementorThemePageTitleSettings;
|
|
202
|
+
'theme-post-content': ElementorThemePostContentSettings;
|
|
203
|
+
'theme-post-excerpt': ElementorThemePostExcerptSettings;
|
|
204
|
+
'theme-post-featured-image': ElementorThemePostFeaturedImageSettings;
|
|
205
|
+
'theme-post-title': ElementorThemePostTitleSettings;
|
|
206
|
+
'theme-site-logo': ElementorThemeSiteLogoSettings;
|
|
207
|
+
'theme-site-title': ElementorThemeSiteTitleSettings;
|
|
208
|
+
'toggle': ElementorToggleSettings;
|
|
209
|
+
'video': ElementorVideoSettings;
|
|
210
|
+
'video-playlist': ElementorVideoPlaylistSettings;
|
|
211
|
+
'wc-add-to-cart': ElementorWcAddToCartSettings;
|
|
212
|
+
'wc-archive-products': ElementorWcArchiveProductsSettings;
|
|
213
|
+
'wc-categories': ElementorWcCategoriesSettings;
|
|
214
|
+
'wc-elements': ElementorWcElementsSettings;
|
|
215
|
+
'wc-single-elements': ElementorWcSingleElementsSettings;
|
|
216
|
+
'woocommerce-archive-description': ElementorWoocommerceArchiveDescriptionSettings;
|
|
217
|
+
'woocommerce-breadcrumb': ElementorWoocommerceBreadcrumbSettings;
|
|
218
|
+
'woocommerce-cart': ElementorWoocommerceCartSettings;
|
|
219
|
+
'woocommerce-category-image': ElementorWoocommerceCategoryImageSettings;
|
|
220
|
+
'woocommerce-checkout-page': ElementorWoocommerceCheckoutPageSettings;
|
|
221
|
+
'woocommerce-menu-cart': ElementorWoocommerceMenuCartSettings;
|
|
222
|
+
'woocommerce-my-account': ElementorWoocommerceMyAccountSettings;
|
|
223
|
+
'woocommerce-notices': ElementorWoocommerceNoticesSettings;
|
|
224
|
+
'woocommerce-product-add-to-cart': ElementorWoocommerceProductAddToCartSettings;
|
|
225
|
+
'woocommerce-product-additional-information': ElementorWoocommerceProductAdditionalInformationSettings;
|
|
226
|
+
'woocommerce-product-content': ElementorWoocommerceProductContentSettings;
|
|
227
|
+
'woocommerce-product-data-tabs': ElementorWoocommerceProductDataTabsSettings;
|
|
228
|
+
'woocommerce-product-images': ElementorWoocommerceProductImagesSettings;
|
|
229
|
+
'woocommerce-product-meta': ElementorWoocommerceProductMetaSettings;
|
|
230
|
+
'woocommerce-product-price': ElementorWoocommerceProductPriceSettings;
|
|
231
|
+
'woocommerce-product-rating': ElementorWoocommerceProductRatingSettings;
|
|
232
|
+
'woocommerce-product-related': ElementorWoocommerceProductRelatedSettings;
|
|
233
|
+
'woocommerce-product-short-description': ElementorWoocommerceProductShortDescriptionSettings;
|
|
234
|
+
'woocommerce-product-stock': ElementorWoocommerceProductStockSettings;
|
|
235
|
+
'woocommerce-product-title': ElementorWoocommerceProductTitleSettings;
|
|
236
|
+
'woocommerce-product-upsell': ElementorWoocommerceProductUpsellSettings;
|
|
237
|
+
'woocommerce-products': ElementorWoocommerceProductsSettings;
|
|
238
|
+
'woocommerce-purchase-summary': ElementorWoocommercePurchaseSummarySettings;
|
|
239
|
+
}
|
|
240
|
+
//# sourceMappingURL=widget-type-map.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-type-map.d.ts","sourceRoot":"","sources":["../../src/types/widget-type-map.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-type-map.js","sourceRoot":"","sources":["../../src/types/widget-type-map.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { ElementorDimensions, ElementorIcon, ElementorRepeaterItem, ElementorSlider, ElementorTextShadow } from '../common.js';
|
|
2
|
+
/** Elementor widget: `accordion` */
|
|
3
|
+
export interface ElementorAccordionSettings {
|
|
4
|
+
/** Default: "Accordion Title" */
|
|
5
|
+
tab_title?: string;
|
|
6
|
+
/** Default: "Accordion Content" */
|
|
7
|
+
tab_content?: string;
|
|
8
|
+
tabs?: ElementorRepeaterItem[];
|
|
9
|
+
selected_icon?: ElementorIcon;
|
|
10
|
+
selected_active_icon?: ElementorIcon;
|
|
11
|
+
title_html_tag?: string;
|
|
12
|
+
faq_schema?: string;
|
|
13
|
+
border_width?: ElementorSlider;
|
|
14
|
+
border_color?: string;
|
|
15
|
+
title_background?: string;
|
|
16
|
+
title_color?: string;
|
|
17
|
+
tab_active_color?: string;
|
|
18
|
+
title_padding?: ElementorDimensions;
|
|
19
|
+
icon_align?: string;
|
|
20
|
+
icon_color?: string;
|
|
21
|
+
icon_active_color?: string;
|
|
22
|
+
icon_space?: ElementorSlider;
|
|
23
|
+
content_background_color?: string;
|
|
24
|
+
content_color?: string;
|
|
25
|
+
content_padding?: ElementorDimensions;
|
|
26
|
+
title_typography?: string;
|
|
27
|
+
text_stroke?: string;
|
|
28
|
+
title_shadow?: ElementorTextShadow;
|
|
29
|
+
content_typography?: string;
|
|
30
|
+
content_shadow?: ElementorTextShadow;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=accordion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../src/types/widgets/accordion.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,aAAa,EAAE,qBAAqB,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAEpI,oCAAoC;AACpC,MAAM,WAAW,0BAA0B;IACzC,iCAAiC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mCAAmC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAC/B,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,oBAAoB,CAAC,EAAE,aAAa,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,eAAe,CAAC;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,aAAa,CAAC,EAAE,mBAAmB,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,mBAAmB,CAAC;IACnC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,mBAAmB,CAAC;CACtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion.js","sourceRoot":"","sources":["../../../src/types/widgets/accordion.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { ElementorIcon, ElementorSlider, ElementorTextShadow } from '../common.js';
|
|
2
|
+
/** Elementor widget: `alert` */
|
|
3
|
+
export interface ElementorAlertSettings {
|
|
4
|
+
/** Default: "info" */
|
|
5
|
+
alert_type?: string;
|
|
6
|
+
alert_title?: string;
|
|
7
|
+
alert_description?: string;
|
|
8
|
+
/** Default: "show" */
|
|
9
|
+
show_dismiss?: string;
|
|
10
|
+
dismiss_icon?: ElementorIcon;
|
|
11
|
+
background?: string;
|
|
12
|
+
border_color?: string;
|
|
13
|
+
'border_left-width'?: ElementorSlider;
|
|
14
|
+
title_color?: string;
|
|
15
|
+
description_color?: string;
|
|
16
|
+
dismiss_icon_size?: ElementorSlider;
|
|
17
|
+
dismiss_icon_vertical_position?: ElementorSlider;
|
|
18
|
+
dismiss_icon_horizontal_position?: ElementorSlider;
|
|
19
|
+
dismiss_icon_normal_color?: string;
|
|
20
|
+
dismiss_icon_hover_color?: string;
|
|
21
|
+
dismiss_icon_hover_transition_duration?: ElementorSlider;
|
|
22
|
+
title_shadow?: ElementorTextShadow;
|
|
23
|
+
description_shadow?: ElementorTextShadow;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=alert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/types/widgets/alert.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAExF,gCAAgC;AAChC,MAAM,WAAW,sBAAsB;IACrC,sBAAsB;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,sBAAsB;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mBAAmB,CAAC,EAAE,eAAe,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC,8BAA8B,CAAC,EAAE,eAAe,CAAC;IACjD,gCAAgC,CAAC,EAAE,eAAe,CAAC;IACnD,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,sCAAsC,CAAC,EAAE,eAAe,CAAC;IACzD,YAAY,CAAC,EAAE,mBAAmB,CAAC;IACnC,kBAAkB,CAAC,EAAE,mBAAmB,CAAC;CAC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert.js","sourceRoot":"","sources":["../../../src/types/widgets/alert.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { ElementorSlider, ElementorTextShadow, ElementorUrl } from '../common.js';
|
|
2
|
+
/** Elementor Pro widget: `animated-headline` */
|
|
3
|
+
export interface ElementorAnimatedHeadlineSettings {
|
|
4
|
+
/** Default: "highlight" */
|
|
5
|
+
headline_style?: string;
|
|
6
|
+
animation_type?: string;
|
|
7
|
+
/** Default: "circle" */
|
|
8
|
+
marker?: string;
|
|
9
|
+
before_text?: string;
|
|
10
|
+
highlighted_text?: string;
|
|
11
|
+
rotating_text?: string;
|
|
12
|
+
after_text?: string;
|
|
13
|
+
/** Default: "yes" */
|
|
14
|
+
loop?: string;
|
|
15
|
+
/** Default: "1200" */
|
|
16
|
+
highlight_animation_duration?: number;
|
|
17
|
+
/** Default: "8000" */
|
|
18
|
+
highlight_iteration_delay?: number;
|
|
19
|
+
/** Default: "2500" */
|
|
20
|
+
rotate_iteration_delay?: number;
|
|
21
|
+
link?: ElementorUrl;
|
|
22
|
+
tag?: string;
|
|
23
|
+
alignment?: string;
|
|
24
|
+
title_color?: string;
|
|
25
|
+
words_color?: string;
|
|
26
|
+
highlighted_text_background_color?: string;
|
|
27
|
+
highlighted_text_color?: string;
|
|
28
|
+
marker_color?: string;
|
|
29
|
+
stroke_width?: ElementorSlider;
|
|
30
|
+
above_content?: string;
|
|
31
|
+
rounded_edges?: string;
|
|
32
|
+
title_typography?: string;
|
|
33
|
+
text_stroke?: string;
|
|
34
|
+
title_text_shadow?: ElementorTextShadow;
|
|
35
|
+
words_typography?: string;
|
|
36
|
+
animated_text_stroke?: string;
|
|
37
|
+
animated_text_shadow?: ElementorTextShadow;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=animated-headline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animated-headline.d.ts","sourceRoot":"","sources":["../../../src/types/widgets/animated-headline.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAEvF,gDAAgD;AAChD,MAAM,WAAW,iCAAiC;IAChD,2BAA2B;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,wBAAwB;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,qBAAqB;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sBAAsB;IACtB,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,sBAAsB;IACtB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,sBAAsB;IACtB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iCAAiC,CAAC,EAAE,MAAM,CAAC;IAC3C,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,eAAe,CAAC;IAC/B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,mBAAmB,CAAC;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,oBAAoB,CAAC,EAAE,mBAAmB,CAAC;CAC5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animated-headline.js","sourceRoot":"","sources":["../../../src/types/widgets/animated-headline.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/** Elementor Pro widget: `archive-posts` */
|
|
2
|
+
export interface ElementorArchivePostsSettings {
|
|
3
|
+
/** Default: "It seems we can\u2019t find what you\u2019re looking for." */
|
|
4
|
+
nothing_found_message?: string;
|
|
5
|
+
nothing_found_color?: string;
|
|
6
|
+
nothing_found_typography?: string;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=archive-posts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"archive-posts.d.ts","sourceRoot":"","sources":["../../../src/types/widgets/archive-posts.ts"],"names":[],"mappings":"AAAA,4CAA4C;AAC5C,MAAM,WAAW,6BAA6B;IAC5C,2EAA2E;IAC3E,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,wBAAwB,CAAC,EAAE,MAAM,CAAC;CACnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"archive-posts.js","sourceRoot":"","sources":["../../../src/types/widgets/archive-posts.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { ElementorUrl } from '../common.js';
|
|
2
|
+
/** Elementor widget: `audio` */
|
|
3
|
+
export interface ElementorAudioSettings {
|
|
4
|
+
link?: ElementorUrl;
|
|
5
|
+
/** Default: "no" */
|
|
6
|
+
visual?: string;
|
|
7
|
+
sc_auto_play?: string;
|
|
8
|
+
/** Default: "yes" */
|
|
9
|
+
sc_buying?: string;
|
|
10
|
+
/** Default: "yes" */
|
|
11
|
+
sc_liking?: string;
|
|
12
|
+
/** Default: "yes" */
|
|
13
|
+
sc_download?: string;
|
|
14
|
+
/** Default: "yes" */
|
|
15
|
+
sc_show_artwork?: string;
|
|
16
|
+
/** Default: "yes" */
|
|
17
|
+
sc_sharing?: string;
|
|
18
|
+
/** Default: "yes" */
|
|
19
|
+
sc_show_comments?: string;
|
|
20
|
+
/** Default: "yes" */
|
|
21
|
+
sc_show_playcount?: string;
|
|
22
|
+
/** Default: "yes" */
|
|
23
|
+
sc_show_user?: string;
|
|
24
|
+
sc_color?: string;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=audio.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"audio.d.ts","sourceRoot":"","sources":["../../../src/types/widgets/audio.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjD,gCAAgC;AAChC,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,oBAAoB;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,qBAAqB;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qBAAqB;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,qBAAqB;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,qBAAqB;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,qBAAqB;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,qBAAqB;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"audio.js","sourceRoot":"","sources":["../../../src/types/widgets/audio.ts"],"names":[],"mappings":""}
|