UNPKG

devextreme-dist

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

10 lines (9 loc) 23.4 kB
/*! * DevExtreme (dx.ai-integration.js) * Version: 25.1.3 * Build date: Wed Jun 25 2025 * * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict";!function(){var e={55390:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.BaseCommand=void 0;t.BaseCommand=class{constructor(e,t){this.promptManager=e,this.requestManager=t}execute(e,t){const n=this.getTemplateName(),r=this.buildPromptData(e),o=this.promptManager.buildPrompt(n,r),i={onChunk:e=>{var n;null==t||null===(n=t.onChunk)||void 0===n||n.call(t,e)},onComplete:e=>{var n;const r=this.parseResult(e);null==t||null===(n=t.onComplete)||void 0===n||n.call(t,r)},onError:e=>{var n;null==t||null===(n=t.onError)||void 0===n||n.call(t,e)}};return this.requestManager.sendRequest(o,i)}}},5654:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.ChangeStyleCommand=void 0;var r=n(55390);class o extends r.BaseCommand{getTemplateName(){return"changeStyle"}buildPromptData(e){return{system:{writingStyle:e.writingStyle},user:{text:e.text}}}parseResult(e){return e}}t.ChangeStyleCommand=o},16927:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.ChangeToneCommand=void 0;var r=n(55390);class o extends r.BaseCommand{getTemplateName(){return"changeTone"}buildPromptData(e){return{system:{tone:e.tone},user:{text:e.text}}}parseResult(e){return e}}t.ChangeToneCommand=o},15436:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.ExecuteCommand=void 0;var r=n(55390);class o extends r.BaseCommand{getTemplateName(){return"execute"}buildPromptData(e){return{user:{text:e.text}}}parseResult(e){return e}}t.ExecuteCommand=o},37887:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.ExpandCommand=void 0;var r=n(55390);class o extends r.BaseCommand{getTemplateName(){return"expand"}buildPromptData(e){return{user:{text:e.text}}}parseResult(e){return e}}t.ExpandCommand=o},39171:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"BaseCommand",{enumerable:!0,get:function(){return r.BaseCommand}}),Object.defineProperty(t,"ChangeStyleCommand",{enumerable:!0,get:function(){return o.ChangeStyleCommand}}),Object.defineProperty(t,"ChangeToneCommand",{enumerable:!0,get:function(){return i.ChangeToneCommand}}),Object.defineProperty(t,"ExecuteCommand",{enumerable:!0,get:function(){return a.ExecuteCommand}}),Object.defineProperty(t,"ExpandCommand",{enumerable:!0,get:function(){return s.ExpandCommand}}),Object.defineProperty(t,"ProofreadCommand",{enumerable:!0,get:function(){return u.ProofreadCommand}}),Object.defineProperty(t,"ShortenCommand",{enumerable:!0,get:function(){return c.ShortenCommand}}),Object.defineProperty(t,"SummarizeCommand",{enumerable:!0,get:function(){return d.SummarizeCommand}}),Object.defineProperty(t,"TranslateCommand",{enumerable:!0,get:function(){return l.TranslateCommand}});var r=n(55390),o=n(5654),i=n(16927),a=n(15436),s=n(37887),u=n(11121),c=n(36050),d=n(15162),l=n(37025)},11121:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.ProofreadCommand=void 0;var r=n(55390);class o extends r.BaseCommand{getTemplateName(){return"proofread"}buildPromptData(e){return{user:{text:e.text}}}parseResult(e){return e}}t.ProofreadCommand=o},36050:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.ShortenCommand=void 0;var r=n(55390);class o extends r.BaseCommand{getTemplateName(){return"shorten"}buildPromptData(e){return{user:{text:e.text}}}parseResult(e){return e}}t.ShortenCommand=o},15162:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.SummarizeCommand=void 0;var r=n(55390);class o extends r.BaseCommand{getTemplateName(){return"summarize"}buildPromptData(e){return{user:{text:e.text}}}parseResult(e){return e}}t.SummarizeCommand=o},37025:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.TranslateCommand=void 0;var r=n(55390);class o extends r.BaseCommand{getTemplateName(){return"translate"}buildPromptData(e){return{system:{lang:e.lang},user:{text:e.text}}}parseResult(e){return e}}t.TranslateCommand=o},49691:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.CommandNames=t.COMMANDS=t.AIIntegration=void 0;var r,o=n(39171),i=n(76542),a=n(17083);!function(e){e.ChangeStyle="changeStyle",e.ChangeTone="changeTone",e.Execute="execute",e.Expand="expand",e.Proofread="proofread",e.Shorten="shorten",e.Summarize="summarize",e.Translate="translate"}(r||(t.CommandNames=r={}));const s=t.COMMANDS={[r.ChangeStyle]:o.ChangeStyleCommand,[r.ChangeTone]:o.ChangeToneCommand,[r.Execute]:o.ExecuteCommand,[r.Expand]:o.ExpandCommand,[r.Proofread]:o.ProofreadCommand,[r.Shorten]:o.ShortenCommand,[r.Summarize]:o.SummarizeCommand,[r.Translate]:o.TranslateCommand};t.AIIntegration=class{constructor(e){this.promptManager=new i.PromptManager,this.requestManager=new a.RequestManager(e),this.commands=new Map}executeCommand(e,t,n){let r=this.commands.get(e);if(!r){r=new(0,s[e])(this.promptManager,this.requestManager),this.commands.set(e,r)}return r.execute(t,n)}changeStyle(e,t){return this.executeCommand(r.ChangeStyle,e,t)}changeTone(e,t){return this.executeCommand(r.ChangeTone,e,t)}execute(e,t){return this.executeCommand(r.Execute,e,t)}expand(e,t){return this.executeCommand(r.Expand,e,t)}proofread(e,t){return this.executeCommand(r.Proofread,e,t)}shorten(e,t){return this.executeCommand(r.Shorten,e,t)}summarize(e,t){return this.executeCommand(r.Summarize,e,t)}translate(e,t){return this.executeCommand(r.Translate,e,t)}}},76542:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.PromptManager=t.ERROR_MESSAGES=void 0;var r=n(31764);const o=t.ERROR_MESSAGES={TEMPLATE_NOT_FOUND:"Template not found"};t.PromptManager=class{constructor(){this.templates=new Map(Object.entries(r.templates))}buildPrompt(e,t){const n=this.templates.get(e);if(!n)throw new Error(o.TEMPLATE_NOT_FOUND);return{system:this.generateMessage(n.system,t.system),user:this.generateMessage(n.user,t.user)}}generateMessage(e,t){if(!t&&!e)return;if(!e&&t)return Object.keys(t).reduce(((e,n)=>`${e} ${t[n]}`),"").trim();if(!t&&e)return e;return this.replacePlaceholders(e,t)}replacePlaceholders(e,t){return Object.entries(t).reduce(((e,t)=>{let[n,r]=t;return e.replaceAll(`{{${n}}}`,r)}),e)}}},17083:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.RequestManager=void 0;var r,o=(r=n(87129))&&r.__esModule?r:{default:r};t.RequestManager=class{constructor(e){this.provider=e,this.validateProvider()}validateProvider(){if("function"!=typeof this.provider.sendRequest)throw o.default.Error("E0122")}sendRequest(e,t){let n=!1;const r={prompt:e,onChunk:e=>{var r;n||(null==t||null===(r=t.onChunk)||void 0===r||r.call(t,e))}},{promise:o,abort:i}=this.provider.sendRequest(r);o.then((e=>{var r;n||(null==t||null===(r=t.onComplete)||void 0===r||r.call(t,e))})).catch((e=>{var r;n||(null==t||null===(r=t.onError)||void 0===r||r.call(t,e))}));return()=>{n=!0,null==i||i()}}}},31764:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.templates=void 0;t.templates={changeStyle:{system:"Rewrite the text provided to match the {{writingStyle}} writing style. Ensure the rewritten text follows the grammatical rules and stylistic conventions of the specified style. Preserve the original meaning and context. Use complete sentences and a professional tone. Return answer with no markdown formatting."},changeTone:{system:"Rewrite the following text to keep its original meaning but change its tone to {{tone}}. Provide only the rewritten text as plain text without any comments or formatting."},execute:{system:"Return answer with no markdown formatting."},expand:{system:"Expand the following text by adding relevant details, examples, and context while keeping the main point intact. Ensure the expanded text is coherent and logically structured. Return answer with no markdown formatting."},proofread:{system:"Proofread the following text for grammar, punctuation, and style errors. Make corrections to ensure clarity and conciseness while preserving the original meaning. Use a formal writing style unless otherwise specified. Return only the revised text without any formatting or explanations."},shorten:{system:"Please shorten the text provided by summarizing its content while retaining the main point and essential details. Aim to reduce the text to approximately 50% of its original length. Ensure that the key message remains clear and intact. Return answer with no markdown formatting."},summarize:{system:"First, identify the key points of the provided text. Then, generate an abstractive summary by paraphrasing these points, ensuring the summary captures the core ideas and is approximately 20% of the text's length. Return answer with no markdown formatting."},translate:{system:"Translate the text provided into {{lang}}. Ensure the translation retains the original meaning and tone. Provide only the translated text in your response, without any additional formatting or commentary."}}},5583:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,o=(r=n(67264))&&r.__esModule?r:{default:r};t.default=(0,o.default)({E0001:"Method is not implemented",E0002:"Member name collision: {0}",E0003:"A class must be instantiated using the 'new' keyword",E0004:"The NAME property of the component is not specified",E0005:"Unknown device",E0006:"Unknown endpoint key is requested",E0007:"'Invalidate' method is called outside the update transaction",E0008:"Type of the option name is not appropriate to create an action",E0009:"Component '{0}' has not been initialized for an element",E0010:"Animation configuration with the '{0}' type requires '{1}' configuration as {2}",E0011:"Unknown animation type '{0}'",E0012:"jQuery version is too old. Please upgrade jQuery to 1.10.0 or later",E0013:"KnockoutJS version is too old. Please upgrade KnockoutJS to 2.3.0 or later",E0014:"The 'release' method shouldn't be called for an unlocked Lock object",E0015:"Queued task returned an unexpected result",E0017:"Event namespace is not defined",E0018:"DevExpress.ui.DevExpressPopup widget is required",E0020:"Template engine '{0}' is not supported",E0021:"Unknown theme is set: {0}",E0022:"LINK[rel=DevExpress-theme] tags must go before DevExpress included scripts",E0023:"Template name is not specified",E0024:"DevExtreme bundle already included",E0025:"Unexpected argument type",E0100:"Unknown validation type is detected",E0101:"Misconfigured range validation rule is detected",E0102:"Misconfigured comparison validation rule is detected",E0103:"validationCallback of an asynchronous rule should return a jQuery or a native promise",E0110:"Unknown validation group is detected",E0120:"Adapter for a DevExpressValidator component cannot be configured",E0121:"The 'customItem' parameter of the 'onCustomItemCreating' function is empty or contains invalid data. Assign a custom object or a Promise that is resolved after the item is created.",E0122:"AIIntegration: The sendRequest method is missing.",W0000:"'{0}' is deprecated in {1}. {2}",W0001:"{0} - '{1}' option is deprecated in {2}. {3}",W0002:"{0} - '{1}' method is deprecated in {2}. {3}",W0003:"{0} - '{1}' property is deprecated in {2}. {3}",W0004:"Timeout for theme loading is over: {0}",W0005:"'{0}' event is deprecated in {1}. {2}",W0006:"Invalid recurrence rule: '{0}'",W0007:"'{0}' Globalize culture is not defined",W0008:"Invalid view name: '{0}'",W0009:"Invalid time zone name: '{0}'",W0010:"{0} is deprecated in {1}. {2}",W0011:"Number parsing is invoked while the parser is not defined",W0012:"Date parsing is invoked while the parser is not defined",W0013:"'{0}' file is deprecated in {1}. {2}",W0014:"{0} - '{1}' type is deprecated in {2}. {3}",W0015:"Instead of returning a value from the '{0}' function, write it into the '{1}' field of the function's parameter.",W0016:'The "{0}" option does not accept the "{1}" value since v{2}. {3}.',W0017:'Setting the "{0}" property with a function is deprecated since v21.2',W0018:'Setting the "position" property with a function is deprecated since v21.2',W0019:"DevExtreme: Unable to Locate a Valid License Key.\n\nDetailed license/registration related information and instructions: https://js.devexpress.com/Documentation/Licensing/.\n\nIf you are using a 30-day trial version of DevExtreme, you must uninstall all copies of DevExtreme once your 30-day trial period expires. For terms and conditions that govern use of DevExtreme UI components/libraries, please refer to the DevExtreme End User License Agreement: https://js.devexpress.com/EULAs/DevExtremeComplete.\n\nTo use DevExtreme in a commercial project, you must purchase a license. For pricing/licensing options, please visit: https://js.devexpress.com/Buy.\n\nIf you have licensing-related questions or need help with a purchase, please email clientservices@devexpress.com.\n\n",W0020:"DevExtreme: License Key Has Expired.\n\nDetailed license/registration related information and instructions: https://js.devexpress.com/Documentation/Licensing/.\n\nA mismatch exists between the license key used and the DevExtreme version referenced in this project.\n\nTo proceed, you can:\n\u2022 use a version of DevExtreme linked to your license key: https://www.devexpress.com/ClientCenter/DownloadManager\n\u2022 renew your DevExpress Subscription: https://www.devexpress.com/buy/renew (once you renew your subscription, you will be entitled to product updates and support service as defined in the DevExtreme End User License Agreement)\n\nIf you have licensing-related questions or need help with a renewal, please email clientservices@devexpress.com.\n\n",W0021:"DevExtreme: License Key Verification Has Failed.\n\nDetailed license/registration related information and instructions: https://js.devexpress.com/Documentation/Licensing/.\n\nTo verify your DevExtreme license, make certain to specify a correct key in the GlobalConfig. If you continue to encounter this error, please visit https://www.devexpress.com/ClientCenter/DownloadManager to obtain a valid license key.\n\nIf you have a valid license and this problem persists, please submit a support ticket via the DevExpress Support Center. We will be happy to follow-up: https://supportcenter.devexpress.com/ticket/create.\n\n",W0022:"DevExtreme: Pre-release software. Not suitable for commercial use.\n\nDetailed license/registration related information and instructions: https://js.devexpress.com/Documentation/Licensing/.\n\nPre-release software may contain deficiencies and as such, should not be considered for use or integrated in any mission critical application.\n\n",W0023:"DevExtreme: the following 'devextreme' package version does not match versions of other DevExpress products used in this application:\n\n{0}\n\nInteroperability between different versions of the products listed herein cannot be guaranteed.\n\n"})},35005:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.logger=t.default=t.debug=void 0;var r=n(11528);const o=function(){},i=function(e){return"undefined"!=typeof console&&(0,r.isFunction)(console[e])?console[e].bind(console):o},a=t.logger={log:i("log"),info:i("info"),warn:i("warn"),error:i("error")},s=t.debug=function(){function e(e,t){if(!e)throw new Error(t)}return{assert:e,assertParam:function(t,n){e(null!=t,n)}}}();t.default={logger:a,debug:s}},40818:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.error=c;var r,o=n(52576),i=n(54497),a=n(1956),s=(r=n(35005))&&r.__esModule?r:{default:r};const u=`https://js.devexpress.com/error/${a.version.split(".").slice(0,2).join("_")}/`;function c(e,t){const n={ERROR_MESSAGES:(0,o.extend)(t,e),Error:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){const t=e[0];e=e.slice(1);const n=r(t,e),i=c(t),s=a(t,n);return(0,o.extend)(new Error(s),{__id:t,__details:n,url:i})}(t)},log(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];const o=t[0];let i="log";/^E\d+$/.test(o)?i="error":/^W\d+$/.test(o)&&(i="warn"),s.default.logger[i]("log"===i?o:function(e){const t=e[0];return e=e.slice(1),a(t,r(t,e))}(t))}};function r(e,t){return t=[n.ERROR_MESSAGES[e]].concat(t),i.format.apply(this,t).replace(/\.*\s*?$/,"")}function a(e,t){const n=null!=e&&e.startsWith("W")?"warning":"error";return i.format.apply(this,["{0} - {1}.\n\nFor additional information on this {2} message, see: {3}",e,t,n,c(e)])}function c(e){return u+e}return n}t.default=c},96298:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.extendFromObject=t.extend=void 0;var r=n(11528);t.extendFromObject=function(e,t,n){e=e||{};for(const r in t)if(Object.prototype.hasOwnProperty.call(t,r)){const o=t[r];r in e&&!n||(e[r]=o)}return e};const o=function(e){let t=1,n=!1;for("boolean"==typeof(e=e||{})&&(n=e,e=arguments[1]||{},t++);t<arguments.length;t++){const i=arguments[t];if(null!=i)for(const t in i){const a=e[t],s=i[t];let u,c=!1;"__proto__"!==t&&"constructor"!==t&&e!==s&&(n&&s&&((0,r.isPlainObject)(s)||(c=Array.isArray(s)))?(u=c?a&&Array.isArray(a)?a:[]:a&&(0,r.isPlainObject)(a)?a:{},e[t]=o(n,u,s)):void 0!==s&&(e[t]=s))}}return e};t.extend=o},32527:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.encodeHtml=void 0,t.format=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o];if((0,r.isFunction)(e))return e(...n);return n.forEach(((t,n)=>{(0,r.isString)(t)&&(t=t.replace(/\$/g,"$$$$"));const o=new RegExp(`\\{${n}\\}`,"gm");e=e.replace(o,t)})),e},t.quadToObject=t.isEmpty=void 0;var r=n(11528);t.encodeHtml=function(){const e=[new RegExp("&","g"),new RegExp('"',"g"),new RegExp("'","g"),new RegExp("<","g"),new RegExp(">","g")];return function(t){return String(t).replace(e[0],"&amp;").replace(e[1],"&quot;").replace(e[2],"&#39;").replace(e[3],"&lt;").replace(e[4],"&gt;")}}();t.quadToObject=function(e){const t=function(e){switch(typeof e){case"string":return e.split(/\s+/,4);case"object":return[e.x||e.h||e.left,e.y||e.v||e.top,e.x||e.h||e.right,e.y||e.v||e.bottom];case"number":return[e];default:return e}}(e);let n=parseInt(t&&t[0],10),r=parseInt(t&&t[1],10),o=parseInt(t&&t[2],10),i=parseInt(t&&t[3],10);return isFinite(n)||(n=0),isFinite(r)||(r=n),isFinite(o)||(o=n),isFinite(i)||(i=r),{top:r,right:o,bottom:i,left:n}};t.isEmpty=function(){const e=/\s/g;return function(t){return!t||!t.replace(e,"")}}()},39918:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.type=t.isWindow=t.isString=t.isRenderer=t.isPromise=t.isPrimitive=t.isPlainObject=t.isObject=t.isNumeric=t.isFunction=t.isExponential=t.isEvent=t.isEmptyObject=t.isDefined=t.isDeferred=t.isDate=t.isBoolean=t.default=void 0;const n={"[object Array]":"array","[object Date]":"date","[object Object]":"object","[object String]":"string"},r=function(e){if(null===e)return"null";const t=Object.prototype.toString.call(e);return"object"==typeof e?n[t]||"object":typeof e};t.type=r;const o=function(e){return"boolean"==typeof e};t.isBoolean=o;const i=function(e){return d(e)&&-1!==e.toString().indexOf("e")};t.isExponential=i;const a=function(e){return"date"===r(e)};t.isDate=a;const s=function(e){return null!=e};t.isDefined=s;const u=function(e){return"function"==typeof e};t.isFunction=u;const c=function(e){return"string"==typeof e};t.isString=c;const d=function(e){return"number"==typeof e&&isFinite(e)||!isNaN(e-parseFloat(e))};t.isNumeric=d;const l=function(e){return"object"===r(e)};t.isObject=l;const m=function(e){let t;for(t in e)return!1;return!0};t.isEmptyObject=m;const p=function(e){if(!e||"object"!==r(e))return!1;const t=Object.getPrototypeOf(e);if(!t)return!0;const n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return"function"==typeof n&&Object.toString.call(n)===Object.toString.call(Object)};t.isPlainObject=p;const f=function(e){return!["object","array","function"].includes(r(e))};t.isPrimitive=f;const g=function(e){return null!=e&&e===e.window};t.isWindow=g;const h=function(e){return!(!e||!e.jquery&&!e.dxRenderer)};t.isRenderer=h;const v=function(e){return!!e&&u(e.then)};t.isPromise=v;const y=function(e){return!!e&&u(e.done)&&u(e.fail)};t.isDeferred=y;const b=function(e){return!(!e||!e.preventDefault)};t.isEvent=b;t.default={isBoolean:o,isDate:a,isDeferred:y,isDefined:s,isEmptyObject:m,isEvent:b,isExponential:i,isFunction:u,isNumeric:d,isObject:l,isPlainObject:p,isPrimitive:f,isPromise:v,isRenderer:h,isString:c,isWindow:g,type:r}},63223:function(e,t,n){var r=n(94977);e.exports=DevExpress.aiIntegration=r.AIIntegration},94977:function(e,t,n){Object.defineProperty(t,"AIIntegration",{enumerable:!0,get:function(){return r.AIIntegration}});var r=n(49691)},87129:function(e,t,n){t.default=void 0;var r,o=(r=n(5583))&&r.__esModule?r:{default:r};t.default=o.default;e.exports=t.default,e.exports.default=t.default},67264:function(e,t,n){t.default=void 0;var r=n(40818);t.default=r.error;e.exports=t.default,e.exports.default=t.default},52576:function(e,t,n){Object.defineProperty(t,"extend",{enumerable:!0,get:function(){return r.extend}}),Object.defineProperty(t,"extendFromObject",{enumerable:!0,get:function(){return r.extendFromObject}});var r=n(96298)},54497:function(e,t,n){Object.defineProperty(t,"encodeHtml",{enumerable:!0,get:function(){return r.encodeHtml}}),Object.defineProperty(t,"format",{enumerable:!0,get:function(){return r.format}}),Object.defineProperty(t,"isEmpty",{enumerable:!0,get:function(){return r.isEmpty}}),Object.defineProperty(t,"quadToObject",{enumerable:!0,get:function(){return r.quadToObject}});var r=n(32527)},11528:function(e,t,n){Object.defineProperty(t,"isBoolean",{enumerable:!0,get:function(){return r.isBoolean}}),Object.defineProperty(t,"isDate",{enumerable:!0,get:function(){return r.isDate}}),Object.defineProperty(t,"isDeferred",{enumerable:!0,get:function(){return r.isDeferred}}),Object.defineProperty(t,"isDefined",{enumerable:!0,get:function(){return r.isDefined}}),Object.defineProperty(t,"isEmptyObject",{enumerable:!0,get:function(){return r.isEmptyObject}}),Object.defineProperty(t,"isEvent",{enumerable:!0,get:function(){return r.isEvent}}),Object.defineProperty(t,"isExponential",{enumerable:!0,get:function(){return r.isExponential}}),Object.defineProperty(t,"isFunction",{enumerable:!0,get:function(){return r.isFunction}}),Object.defineProperty(t,"isNumeric",{enumerable:!0,get:function(){return r.isNumeric}}),Object.defineProperty(t,"isObject",{enumerable:!0,get:function(){return r.isObject}}),Object.defineProperty(t,"isPlainObject",{enumerable:!0,get:function(){return r.isPlainObject}}),Object.defineProperty(t,"isPrimitive",{enumerable:!0,get:function(){return r.isPrimitive}}),Object.defineProperty(t,"isPromise",{enumerable:!0,get:function(){return r.isPromise}}),Object.defineProperty(t,"isRenderer",{enumerable:!0,get:function(){return r.isRenderer}}),Object.defineProperty(t,"isString",{enumerable:!0,get:function(){return r.isString}}),Object.defineProperty(t,"isWindow",{enumerable:!0,get:function(){return r.isWindow}}),Object.defineProperty(t,"type",{enumerable:!0,get:function(){return r.type}});var r=n(39918)},1956:function(e,t){t.version=t.fullVersion=void 0;t.version="25.1.3",t.fullVersion="25.1.3"}},t={};(function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports})(63223)}();