import { Dialog, DialogHeader, DialogTitle, DialogContent, DialogActions, Button, } from '@elementor/ui'; import { __ } from '@wordpress/i18n'; import * as PropTypes from 'prop-types'; export function KitCustomizationDialog( { open, title, handleClose, handleSaveChanges, children, saveDisabled = false, } ) { return ( { title } { children } ); } KitCustomizationDialog.propTypes = { open: PropTypes.bool.isRequired, handleClose: PropTypes.func.isRequired, handleSaveChanges: PropTypes.func.isRequired, children: PropTypes.node.isRequired, title: PropTypes.string.isRequired, saveDisabled: PropTypes.bool, }; {"translation-revision-date":"2026-MO-DA HO:MI+ZONE","generator":"WP-CLI\/2.12.0","source":"src\/Components\/Dashboard\/WelcomeContainer.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja","plural-forms":"nplurals=1; plural=0;"},"Welcome to Ultimate Addons for Elementor!":["Elementor\u7528\u306eUltimate Addons\u3078\u3088\u3046\u3053\u305d\uff01"],"Effortlessly design modern websites with UAE using our powerful range of widgets & features. Get started by selecting an option based on your needs.":["UAE\u3092\u4f7f\u7528\u3057\u3066\u3001\u5f37\u529b\u306a\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3068\u6a5f\u80fd\u306e\u7bc4\u56f2\u3067\u30e2\u30c0\u30f3\u306a\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u3092\u7c21\u5358\u306b\u30c7\u30b6\u30a4\u30f3\u3067\u304d\u307e\u3059\u3002\u30cb\u30fc\u30ba\u306b\u57fa\u3065\u3044\u3066\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e\u3057\u3066\u59cb\u3081\u307e\u3057\u3087\u3046\u3002"],"Create Header\/Footer":["\u30d8\u30c3\u30c0\u30fc\/\u30d5\u30c3\u30bf\u30fc\u3092\u4f5c\u6210"],"Create New Page":["\u65b0\u3057\u3044\u30da\u30fc\u30b8\u3092\u4f5c\u6210"]}}}// Responsive utilities // // More easily include all the states for responsive-utilities.less. .responsive-visibility() { display: block !important; table& { display: table; } tr& { display: table-row !important; } th&, td& { display: table-cell !important; } } .responsive-invisibility() { display: none !important; } // // Alerts // -------------------------------------------------- // Base styles // ------------------------- .alert { padding: @alert-padding; margin-bottom: @line-height-computed; border: 1px solid transparent; border-radius: @alert-border-radius; // Headings for larger alerts h4 { margin-top: 0; // Specified for the h4 to prevent conflicts of changing @headings-color color: inherit; } // Provide class for links that match alerts .alert-link { font-weight: @alert-link-font-weight; } // Improve alignment and spacing of inner content > p, > ul { margin-bottom: 0; } > p + p { margin-top: 5px; } } // Dismissable alerts // // Expand the right padding and account for the close button's positioning. .alert-dismissable { padding-right: (@alert-padding + 20); // Adjust close link position .close { position: relative; top: -2px; right: -21px; color: inherit; } } // Alternate styles // // Generate contextual modifier classes for colorizing the alert. .alert-success { .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text); } .alert-info { .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text); } .alert-warning { .alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text); } .alert-danger { .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text); } !function(e){"use strict";e.fn.extend({select2SortableOrder:function(){var t=this.filter("[multiple]");return t.each(function(){var t,r,s,o=[],i=e(this);if("object"!=typeof i.data("select2"))return!1;r=i.siblings(".select2-container"),i.find("optgroup").each(function(e,t){o.push(t)}),i.find("option").each(function(t,r){void 0===e(this).parent("optgroup").prop("label")&&(""===this.value||this.selected||o.push(this))}),t=r.find('.select2-selection__rendered li[class!="select2-search__field"]'),(s=e(t.map(function(t,r){var s,o,l,n,c;if(this)return s=e(this).attr("title"),o=i.select2("data"),e.each(o,function(e,t){if(l=t.text,s===l)return n=t.id,!1}),void 0!==o[t]?(c=n,i.find('option[value="'+c+'"]')[0]):void 0}))).push.apply(s,o),i.children().remove(),i.append(s)}),t},select2Sortable:function(){var t=Array.prototype.slice.call(arguments,0),r=this.filter("[multiple]");if(0===t.length||"object"==typeof t[0]){var s=e.extend({bindOrder:"formSubmit",sortableOptions:{placeholder:"ui-state-highlight",items:"li:not(.select2-search__field)",tolerance:"pointer"}},t[0]);"object"!=typeof r.data("select2")&&r.select2(),r.each(function(){var t=e(this),r=t.siblings(".select2-container").find(".select2-selection__rendered");switch(r.sortable(s.sortableOptions),s.bindOrder){case"sortableStop":r.on("sortstop.select2sortable",function(e,r){t.select2SortableOrder()}),t.on("select2:select",function(t){e(this).select2SortableOrder()});break;default:t.closest("form").off("submit.select2sortable").on("submit.select2sortable",function(){t.select2SortableOrder()})}})}else{if(t[0],-1===e.inArray(t[0],["destroy"]))throw"Unknown method: "+t[0];"destroy"===t[0]&&r.select2SortableDestroy()}return r},select2SortableDestroy:function(){var t=this.filter("[multiple]");return t.each(function(){var t=e(this),r=t.parent().find(".select2-selection__rendered");t.closest("form").off("submit.select2sortable"),r.off("sortstop.select2sortable"),r.sortable("destroy")}),t}})}(jQuery);