@tripetto/runner-autoscroll
Version:
Autoscroll UI for running Tripetto forms and surveys.
2 lines • 799 kB
JavaScript
/*! Tripetto Autoscroll Runner 9.0.1 - Copyright (C) 2024 Tripetto B.V. - All Rights Reserved */
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("TripettoRunner")):"function"==typeof define&&define.amd?define("TripettoAutoscroll",["TripettoRunner"],t):"object"==typeof exports?exports.TripettoAutoscroll=t(require("TripettoRunner")):e.TripettoAutoscroll=t(e.TripettoRunner)}(this,(function(e){return function(){var t={6780:function(e,t,n){!function(){"use strict";var t={466:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.calculateAgeInYears=t.calculateAgeInMonths=void 0;var r=n(226);t.calculateAgeInMonths=function(e,t){var n=new Date(r.Num.min(e,t)),o=new Date(r.Num.max(e,t));return(12*(o.getFullYear()-n.getFullYear())+(o.getMonth()-n.getMonth())-(o.getDate()-n.getDate()<0?1:0))*(e>t?-1:1)},t.calculateAgeInYears=function(e,t){var n=new Date(r.Num.min(e,t)),o=new Date(r.Num.max(e,t)),i=o.getMonth()-n.getMonth(),a=o.getFullYear()-n.getFullYear();return(i<0||0===i&&o.getDate()<n.getDate())&&a--,a*(e>t?-1:1)}},865:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.convertAngle=t.convertToRadians=void 0,t.convertToRadians=function(e,t){switch(t){case"radians":return e;case"gradians":return e*(Math.PI/200);default:return e*(Math.PI/180)}},t.convertAngle=function(e,t){switch(t){case"radians":return e;case"gradians":return e*(200/Math.PI);default:return e*(180/Math.PI)}}},583:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.calculator=void 0;var r=n(226),o=n(865),i=n(466),a=n(907),l=n(508),u=n(680);function s(e,t,n,o){if((0,r.isString)(e)){var i=(0,u.getConstant)(e,n);if((0,r.isNumberFinite)(i))return i;var a=o(e);return a&&a.hasValue&&(a.slot instanceof r.Slots.Number||a.slot instanceof r.Slots.Numeric||a.slot instanceof r.Slots.Date)?a.slot.toValue(a.value):void 0}return(0,r.isNumberFinite)(e)?e:t}function c(e,t){return(0,r.isNumberFinite)(e)?t(e):void 0}function d(e,t,n,u,f,p,h){var v,b=0;switch(n.opcode){case"abs":b=c(s(n.value,u,e,f),(function(e){return Math.abs(e)}));break;case"acos":b=c(s(n.value,u,e,f),(function(e){return(0,o.convertAngle)(Math.acos(e),n.angleUnits)}));break;case"acosh":b=c(s(n.value,u,e,f),(function(e){return Math.acosh(e)}));break;case"age":b=function(){var t=(0,r.isFilledString)(n.value)&&f(n.value);if(t&&t.hasValue&&t.slot instanceof r.Slots.Date){var o=s(n.reference,r.DateTime.UTC,e,f),a=t.slot.toValue(t.value);if((0,r.isNumberFinite)(o)){var l=t.slot.toValue(o);switch(n.ageIn){case"milliseconds":return l-a;case"seconds":return r.Num.floor((l-a)/1e3);case"minutes":return r.Num.floor((l-a)/6e4);case"hours":return r.Num.floor((l-a)/36e5);case"days":return r.Num.floor((l-a)/864e5);case"months":return(0,i.calculateAgeInMonths)(a,l);default:return(0,i.calculateAgeInYears)(a,l)}}}}(),n.ageAbs&&(0,r.isNumberFinite)(b)&&(b=Math.abs(b));break;case"asin":b=c(s(n.value,u,e,f),(function(e){return(0,o.convertAngle)(Math.asin(e),n.angleUnits)}));break;case"asinh":b=c(s(n.value,u,e,f),(function(e){return Math.asinh(e)}));break;case"atan":b=c(s(n.value,u,e,f),(function(e){return(0,o.convertAngle)(Math.atan(e),n.angleUnits)}));break;case"atanh":b=c(s(n.value,u,e,f),(function(e){return Math.atanh(e)}));break;case"boolean":b=function(){var t=(0,r.isFilledString)(n.value)&&f(n.value);if(t&&t.slot instanceof r.Slots.Boolean)return s(t.hasValue&&!0===t.value?n.outa:n.outb,u,e,f)}();break;case"calc":var g=h&&h(n.id);n.operations&&n.operations.length>0&&(b=u,(0,r.each)(n.operations,(function(t){(0,r.isNumberFinite)(b)&&(b=d(e,t.operator,t,b,f,p,h))}))),g&&g.set(b);break;case"cast":v=(0,r.isFilledString)(n.value)&&f(n.value),b=v&&v.hasValue?(0,r.castToFloat)(v.string):0;break;case"ceil":b=c(s(n.value,u,e,f),(function(e){return r.Num.ceil(e)}));break;case"chars":b=function(){var e=(0,r.isFilledString)(n.value)&&f(n.value);return e&&e.hasValue?e.string.length:0}();break;case"clamp":b=c(s(n.value,u,e,f),(function(t){var o=s(n.min,u,e,f),i=s(n.max,u,e,f);return t=(0,r.isNumberFinite)(o)?r.Num.max(t,o):t,(0,r.isNumberFinite)(i)?r.Num.min(t,i):t}));break;case"cos":b=c(s(n.value,u,e,f),(function(e){return Math.cos((0,o.convertToRadians)(e,n.angleUnits))}));break;case"cosh":b=c(s(n.value,u,e,f),(function(e){return Math.cosh(e)}));break;case"count":b=function(){var e=(0,r.isFilledString)(n.value)&&f(n.value)||void 0;return e?e.refs.length:0}();break;case"date":case"datetime":b=function(){var t=function(e){if((0,r.isNumberFinite)(e)){var t=new Date(e);return"datetime"===n.opcode?(t.setUTCSeconds(0),t.setUTCMilliseconds(0)):(t.setUTCHours(0),t.setUTCMinutes(0),t.setUTCSeconds(0),t.setUTCMilliseconds(0)),t.getTime()}},o=r.DateTime.UTC,i=t(s(n.value,o,e,f)),a=t(s(n.cona,o,e,f)),l=!1;switch(n.compareMode){case"equal":l=i===a;break;case"before":l=(0,r.isNumberFinite)(i)&&(0,r.isNumberFinite)(a)&&i<a;break;case"after":l=(0,r.isNumberFinite)(i)&&(0,r.isNumberFinite)(a)&&i>a;break;case"between":var c=s(n.conb,o,e,f);l=(0,r.isNumberFinite)(i)&&(0,r.isNumberFinite)(a)&&(0,r.isNumberFinite)(c)&&i>=r.Num.min(a,c)&&i<=r.Num.max(a,c);break;case"defined":l=(0,r.isNumberFinite)(i)}return s(l?n.outa:n.outb,u,e,f)}();break;case"day-of-month":case"day-of-week":case"hour":case"millisecond":case"minute":case"month":case"second":case"year":b=function(){var e=(0,r.isFilledString)(n.value)&&f(n.value);if(e&&e.hasValue&&e.slot instanceof r.Slots.Date){var t=e.slot.toDate(e.value);switch(n.opcode){case"year":return t.getUTCFullYear();case"month":return t.getUTCMonth()+1;case"day-of-month":return t.getUTCDate();case"day-of-week":return t.getUTCDay();case"hour":return t.getUTCHours();case"minute":return t.getUTCMinutes();case"second":return t.getUTCSeconds();case"millisecond":return t.getUTCMilliseconds()}}}();break;case"equation":b=function(){var t=s(n.value,u,e,f),o=s(n.cona,u,e,f),i=!1;switch(n.compareMode){case"equal":i=t===o;break;case"below":i=(0,r.isNumberFinite)(t)&&(0,r.isNumberFinite)(o)&&t<o;break;case"above":i=(0,r.isNumberFinite)(t)&&(0,r.isNumberFinite)(o)&&t>o;break;case"between":var a=s(n.conb,u,e,f);i=(0,r.isNumberFinite)(t)&&(0,r.isNumberFinite)(o)&&(0,r.isNumberFinite)(a)&&t>=r.Num.min(o,a)&&t<=r.Num.max(o,a);break;case"defined":i=(0,r.isNumberFinite)(t)}return s(i?n.outa:n.outb,u,e,f)}();break;case"evaluate":b=function(){var t,o=!1,i=(0,r.isFilledString)(n.value)&&f(n.value);if(i&&i.hasValue){var a=n.ignoreCase?r.Str.lowercase(i.string):i.string,l=(t=p((0,r.isFilledString)(n.cona)?n.cona:""),n.ignoreCase?r.Str.lowercase(t):t);switch(n.compareMode){case"equal":o=a===l;break;case"contains":o=l&&-1!==a.indexOf(l)||!1;break;case"starts":o=l&&0===a.indexOf(l)||!1;break;case"ends":o=l&&a.length>=l.length&&a.lastIndexOf(l)===a.length-l.length||!1;break;case"defined":o=""!==a}}return s(o?n.outa:n.outb,u,e,f)}();break;case"exp":b=c(s(n.exponent,u,e,f),(function(e){return Math.exp(e)}));break;case"fact":b=c(s(n.value,u,e,f),l.factorial);break;case"floor":b=c(s(n.value,u,e,f),(function(e){return r.Num.floor(e)}));break;case"gamma":b=c(s(n.value,u,e,f),a.gamma);break;case"lines":b=function(){var e=(0,r.isFilledString)(n.value)&&f(n.value);return e&&e.hasValue&&e.string&&e.string.split("\n").length||0}();break;case"ln":b=c(s(n.value,u,e,f),(function(e){return Math.log(e)}));break;case"log":b=c(s(n.value,u,e,f),(function(e){return Math.log10(e)}));break;case"max":b=c(s(n.value,u,e,f),(function(t){var o=s(n.max,u,e,f);return(0,r.isNumberFinite)(o)?r.Num.max(t,o):t}));break;case"min":b=c(s(n.value,u,e,f),(function(t){var o=s(n.min,u,e,f);return(0,r.isNumberFinite)(o)?r.Num.min(t,o):t}));break;case"mod":b=c(s(n.value,u,e,f),(function(t){var o=s(n.divisor,u,e,f);return(0,r.isNumberFinite)(o)&&0!==o?t%o:void 0}));break;case"number":b=s(n.value,u,e,f);break;case"occurrences":b=function(){var e=(0,r.isFilledString)(n.value)&&f(n.value);if(e&&e.hasValue){if("regex"!==n.compareMode){var t=(0,r.isFilledString)(n.cona)&&(n.ignoreCase?r.Str.lowercase(n.cona):n.cona)||"",o=n.ignoreCase?r.Str.lowercase(e.string):e.string;return t&&o?o.split(t).length-1:0}try{var i=(0,r.isFilledString)(n.cona)&&n.cona||"",a=i.indexOf("/"),l=i.lastIndexOf("/");return 0===a&&l>a&&function(e){try{return(e.match(new RegExp(i.substring(1,l),i.substr(l+1)))||[]).length}catch(e){return 0}}(e.string)||0}catch(e){return 0}}return 0}();break;case"percentage":b=c(s(n.value,u,e,f),(function(t){var o=s(n.percentage,u,e,f);return(0,r.isNumberFinite)(o)?t/100*o:void 0}));break;case"pow":b=c(s(n.value,u,e,f),(function(t){var o=s(n.exponent,u,e,f);return(0,r.isNumberFinite)(o)?Math.pow(t,o):void 0}));break;case"round":b=c(s(n.value,u,e,f),(function(e){return r.Num.round(e)}));break;case"score":b=function(){var e=(0,r.isFilledString)(n.value)&&f(n.value)||void 0;if(e&&n.scores){var t=0;return(0,r.each)(e.refs,(function(e){t+=n.scores[e]||0})),t}}();break;case"sgn":b=c(s(n.value,u,e,f),(function(e){return Math.sign(e)}));break;case"sin":b=c(s(n.value,u,e,f),(function(e){return Math.sin((0,o.convertToRadians)(e,n.angleUnits))}));break;case"sinh":b=c(s(n.value,u,e,f),(function(e){return Math.sinh(e)}));break;case"sqrt":b=c(s(n.value,u,e,f),(function(e){return Math.sqrt(e)}));break;case"square":b=c(s(n.value,u,e,f),(function(e){return e*e}));break;case"sum":b=function(){var e=(0,r.isFilledString)(n.value)&&f(n.value)||void 0;return e?(0,r.castToFloat)(e.value):void 0}();break;case"tan":b=c(s(n.value,u,e,f),(function(e){return Math.tan((0,o.convertToRadians)(e,n.angleUnits))}));break;case"tanh":b=c(s(n.value,u,e,f),(function(e){return Math.tanh(e)}));break;case"trunc":b=c(s(n.value,u,e,f),(function(e){return Math.trunc(e)}));break;case"words":b=function(){var e=(0,r.isFilledString)(n.value)&&f(n.value);return e&&e.hasValue?e.string.split(" ").filter((function(e){return""!==e})).length:0}();break;default:return}switch(t){case"+":return(0,r.isNumberFinite)(u)||(0,r.isNumberFinite)(b)?(u||0)+(b||0):void 0;case"-":return(0,r.isNumberFinite)(u)||(0,r.isNumberFinite)(b)?(u||0)-(b||0):void 0;case"*":return(0,r.isNumberFinite)(u)&&(0,r.isNumberFinite)(b)?u*b:void 0;case"/":return(0,r.isNumberFinite)(u)&&(0,r.isNumberFinite)(b)&&0!==b?u/b:void 0;case"=":return b}}t.calculator=function(e,t,n,o,i,a,l){var u=n&&n.hasValue?n.slot.toValue(n.value):void 0;if(!n||(0,r.isNumberFinite)(u)){var s=(0,r.arraySize)(t);if(s>0){n||(u=0);for(var c=0;c<s;c++){var f=t[c],p=0!==c||n?f.operator:"=";if(u=d(e,p,f,u,i,a,l),!(0,r.isNumberFinite)(u)&&("*"===p||"/"===p))break}}}return o&&o.set(u),u}},407:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.CalculatorCondition=void 0;var a=n(226),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.getValue=function(e,t){if((0,a.isString)(t)&&e instanceof a.Slots.Numeric){var n=this.variableFor(t);return n&&n.hasValue?e.toValue(n.value):void 0}return(0,a.isNumberFinite)(t)?t:void 0},t.prototype.verify=function(){var e=this.valueOf();if(e){var t=this.getValue(e.slot,this.props.value);switch(this.props.mode){case"equal":return(e.hasValue?e.value:void 0)===t;case"not-equal":return(e.hasValue?e.value:void 0)!==t;case"below":return(0,a.isNumberFinite)(t)&&e.hasValue&&e.value<t;case"above":return(0,a.isNumberFinite)(t)&&e.hasValue&&e.value>t;case"between":case"not-between":var n=this.getValue(e.slot,this.props.to);return(0,a.isNumberFinite)(t)&&(0,a.isNumberFinite)(n)&&(e.hasValue&&e.value>=a.Num.min(t,n)&&e.value<=a.Num.max(t,n))===("between"===this.props.mode);case"defined":return e.hasValue;case"undefined":return!e.hasValue}}return!1},i([a.condition],t.prototype,"verify",null),i([(0,a.tripetto)({type:"condition",legacyBlock:!0,identifier:"@tripetto/block-calculator"})],t)}(a.ConditionBlock);t.CalculatorCondition=l},680:function(e,t){function n(e){if("string"==typeof e)for(var n=t.CONSTANTS.length,r=0;r<n;r++)if(t.CONSTANTS[r]===e)return!0;return!1}Object.defineProperty(t,"__esModule",{value:!0}),t.getConstant=t.castToConstant=t.isConstant=t.CONSTANTS=void 0,t.CONSTANTS=["π","e","γ","c","random","timestamp","year","month","day","day-of-week","hour","minute","second","millisecond","timezone","branch"],t.isConstant=n,t.castToConstant=function(e){return"string"==typeof e&&n(e)?e:"π"},t.getConstant=function(e,t){switch(e){case"π":return Math.PI;case"e":return Math.E;case"γ":return.5772156649015329;case"c":return 299792458;case"random":return Math.random();case"timestamp":return Date.now()/1e3;case"year":return(new Date).getFullYear();case"month":return(new Date).getMonth()+1;case"day":return(new Date).getDate();case"day-of-week":return(new Date).getDay();case"hour":return(new Date).getHours();case"minute":return(new Date).getMinutes();case"second":return(new Date).getSeconds();case"millisecond":return(new Date).getMilliseconds();case"timezone":return 60*(new Date).getTimezoneOffset()*1e3;case"branch":return t.index}}},508:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.factorial=void 0;var r=n(226),o=n(907);t.factorial=function(e){if(e>=0){if(0===e)return 1;if(e<1)return(0,o.gamma)(e+1);for(var t=0,n=1;n<=e;n++){if(!(0,r.isNumberFinite)(t))return;t+=Math.log(n)}return Math.exp(t)}}},907:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.gamma=void 0;var r=n(226);t.gamma=function e(t){if(t>0){if(t>=.5){var n=[.9999999999998099,676.5203681218851,-1259.1392167224028,771.3234287776531,-176.6150291621406,12.507343278686905,-.13857109526572012,9984369578019572e-21,1.5056327351493116e-7],o=n[0];t--;for(var i=1;i<9;i++)o+=n[i]/(t+i);var a=t+7.5;return Math.sqrt(2*Math.PI)*Math.pow(a,t+.5)*Math.exp(-a)*o}var l=e(1-t);return(0,r.isNumberFinite)(l)?Math.PI/(Math.sin(Math.PI*t)*l):void 0}}},856:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.Calculator=t.calculator=void 0;var a=n(226),l=n(583);n(407);var u=n(583);Object.defineProperty(t,"calculator",{enumerable:!0,get:function(){return u.calculator}});var s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.calculatorSlot=(0,a.assert)(t.valueOf("calculator")),t}return o(t,e),t.prototype.do=function(){var e=this;(0,l.calculator)(this.context,this.props.operations||[],void 0,this.calculatorSlot,(function(t){return e.variableFor(t)}),(function(t){return e.parseVariables(t)}),(function(t){return e.valueOf(t,"dynamic")}))},i([(0,a.tripetto)({type:"headless",legacyBlock:!0,identifier:"@tripetto/block-calculator"})],t)}(a.HeadlessBlock);t.Calculator=s},226:function(e){e.exports=n(9849)}},r={},o=function e(n){var o=r[n];if(void 0!==o)return o.exports;var i=r[n]={exports:{}};return t[n].call(i.exports,i,i.exports,e),i.exports}(856);e.exports=o}()},5827:function(e,t,n){!function(){"use strict";var t={126:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.CheckboxCondition=void 0;var a=n(226),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.isChecked=function(){var e=this.valueOf();return!!e&&e.value===this.props.checked},i([a.condition],t.prototype,"isChecked",null),i([(0,a.tripetto)({type:"condition",legacyBlock:!0,identifier:"@tripetto/block-checkbox",alias:"checkbox"})],t)}(a.ConditionBlock);t.CheckboxCondition=l},502:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.ScoreCondition=void 0;var a=n(226),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.getValue=function(e,t){if((0,a.isString)(t)&&e instanceof a.Slots.Numeric){var n=this.variableFor(t);return n&&n.hasValue?e.toValue(n.value):void 0}return(0,a.isNumberFinite)(t)?t:void 0},t.prototype.verify=function(){var e=this.valueOf();if(e){var t=this.getValue(e.slot,this.props.value);switch(this.props.mode){case"equal":return(e.hasValue?e.value:void 0)===t;case"not-equal":return(e.hasValue?e.value:void 0)!==t;case"below":return(0,a.isNumberFinite)(t)&&e.hasValue&&e.value<t;case"above":return(0,a.isNumberFinite)(t)&&e.hasValue&&e.value>t;case"between":case"not-between":var n=this.getValue(e.slot,this.props.to);return(0,a.isNumberFinite)(t)&&(0,a.isNumberFinite)(n)&&(e.hasValue&&e.value>=a.Num.min(t,n)&&e.value<=a.Num.max(t,n))===("between"===this.props.mode);case"defined":return e.hasValue;case"undefined":return!e.hasValue}}return!1},i([a.condition],t.prototype,"verify",null),i([(0,a.tripetto)({type:"condition",legacyBlock:!0,identifier:"".concat("@tripetto/block-checkbox",":score")})],t)}(a.ConditionBlock);t.ScoreCondition=l},856:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.Checkbox=void 0;var a=n(226);n(126),n(502);var l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.scoreSlot=t.valueOf("score","feature"),t.checkboxSlot=(0,a.assert)(t.valueOf("checked","static",{confirm:!0,onChange:function(e){t.scoreSlot&&e.slot instanceof a.Slots.Boolean&&t.scoreSlot.set(e.hasValue?(0,a.castToNumber)(!0===e.value?t.props.scoreForTrue:t.props.scoreForFalse):void 0)}})),t.required=t.checkboxSlot.slot.required||!1,t}return o(t,e),Object.defineProperty(t.prototype,"value",{get:function(){return this.checkboxSlot.value},set:function(e){this.checkboxSlot.value=e},enumerable:!1,configurable:!0}),t.prototype.toggle=function(){this.checkboxSlot.value=!this.checkboxSlot.value},t.prototype.validate=function(){return!this.required||!0===this.checkboxSlot.value},i([a.validator],t.prototype,"validate",null),t}(a.NodeBlock);t.Checkbox=l},226:function(e){e.exports=n(9849)}},r={},o=function e(n){var o=r[n];if(void 0!==o)return o.exports;var i=r[n]={exports:{}};return t[n].call(i.exports,i,i.exports,e),i.exports}(856);e.exports=o}()},4527:function(e,t,n){!function(){"use strict";var t={250:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.Checkboxes=void 0;var a=n(226),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.counterSlot=t.valueOf("counter"),t.concatenationSlot=t.valueOf("concatenation","feature"),t.scoreSlot=t.valueOf("score","feature"),t}return o(t,e),Object.defineProperty(t.prototype,"required",{get:function(){return this.props.required||!1},enumerable:!1,configurable:!0}),t.prototype.transform=function(){var e=this,t=(0,a.filter)((0,a.map)(this.props.checkboxes,(function(t){return{id:t.id,label:t.value||t.name||"",exclusive:t.exclusive,valueRef:e.valueOf(t.id)}})),(function(e){var t;return!0===(null===(t=e.valueRef)||void 0===t?void 0:t.value)})).sort((function(e,t){var n,r;return((null===(n=t.valueRef)||void 0===n?void 0:n.time)||0)-((null===(r=e.valueRef)||void 0===r?void 0:r.time)||0)})),n=t.length&&t[0];if(n&&t.forEach((function(e){e.id!==n.id&&(n.exclusive||e.exclusive)&&(e.valueRef.value=!1)})),this.props.max){var r=this.props.max,o=0;t.forEach((function(e){var t;!0===(null===(t=e.valueRef)||void 0===t?void 0:t.value)&&++o>r&&(e.valueRef.value=!1)}))}if(this.counterSlot){var i=(0,a.filter)(t,(function(e){var t;return!0===(null===(t=e.valueRef)||void 0===t?void 0:t.value)})).length;this.counterSlot.set(i)}if(this.concatenationSlot){var l=[],u="",s=0;if((0,a.each)(this.props.checkboxes,(function(t){var n,r=t.value||t.name||"";if(r&&!0===(null===(n=e.valueOf(t.id))||void 0===n?void 0:n.value))switch(e.props.formatSeparator){case"space":u+=(""===u?"":" ")+r;break;case"list":u+=(""===u?"":"\n")+r;break;case"bullets":u+=(""===u?"":"\n")+"- "+r;break;case"numbers":u+=(""===u?"":"\n")+"".concat(++s,". ").concat(r);break;case"conjunction":case"disjunction":l.push(r);break;case"custom":u+=(""===u?"":e.props.formatSeparatorCustom||"")+r;break;default:u+=(""===u?"":", ")+r}})),"conjunction"===this.props.formatSeparator||"disjunction"===this.props.formatSeparator)try{var c=new Intl.ListFormat(this.context.l10n.current||"en",{type:this.props.formatSeparator});u=c.format(l)}catch(e){u=a.Str.iterateToString(l,", ")}this.concatenationSlot.set(u)}},t.prototype.score=function(e){var t=this;this.scoreSlot&&(0,a.isNumberFinite)(e.score)&&this.scoreSlot.set((0,a.reduce)(this.props.checkboxes,(function(e,n){var r;return e+(!0===(null===(r=t.valueOf(n.id))||void 0===r?void 0:r.value)&&n.score||0)}),0))},t.prototype.checkboxSlot=function(e){var t=this;return this.valueOf(e.id,"dynamic",{confirm:!0,onChange:function(){t.transform(),t.score(e)},onContext:function(n,r){var o;t.scoreSlot&&(null===(o=r.contextualValueOf(t.scoreSlot))||void 0===o||o.set(!0===n.value?e.score||0:void 0))}})},t.prototype.isChecked=function(e){var t=this.checkboxSlot(e);return(null==t?void 0:t.value)||!1},t.prototype.check=function(e,t){var n=this.checkboxSlot(e);return!!n&&(n.value=t,n.value)},t.prototype.toggle=function(e){var t=this.checkboxSlot(e);t&&(t.value=!t.value)},t.prototype.checkboxes=function(e){var t,n=this,r=0,o=this,i=(null===(t=this.props.checkboxes)||void 0===t?void 0:t.map((function(t){var i=n.checkboxSlot(t);return n.props.max&&!0===(null==i?void 0:i.value)&&r++,{id:t.id,score:t.score,exclusive:t.exclusive,label:e.markdownifyToJSX(t.name,!1),description:t.description&&e.markdownifyToJSX(t.description,!0)||void 0,value:i,tabIndex:e.tabIndex,get disabled(){return o.props.max&&r>=o.props.max&&!0!==(null==i?void 0:i.value)||!1}}})))||[];if(this.props.randomize&&i.length>1){if(!this.randomized||this.randomized.length!==i.length||(0,a.findFirst)(this.randomized,(function(e){var t;return(null===(t=i[e.index])||void 0===t?void 0:t.id)!==e.id}))){this.randomized=i.map((function(e,t){return{index:t,id:e.id}}));for(var l=this.randomized.length;--l;){var u=Math.floor(Math.random()*l),s=this.randomized[l];this.randomized[l]=this.randomized[u],this.randomized[u]=s}}return this.randomized.map((function(e){return i[e.index]}))}return this.randomized&&(this.randomized=void 0),i},t.prototype.validate=function(){var e=this;if(this.props.min||this.props.max){var t=(0,a.filter)(this.props.checkboxes,(function(t){var n;return!0===(null===(n=e.checkboxSlot(t))||void 0===n?void 0:n.value)})).length;if(this.props.min&&t<this.props.min||this.props.max&&t>this.props.max)return!1}return!this.props.required||!!(0,a.findFirst)(this.props.checkboxes,(function(t){var n;return!0===(null===(n=e.valueOf(t.id))||void 0===n?void 0:n.value)}))},i([a.validator],t.prototype,"validate",null),t}(a.NodeBlock);t.Checkboxes=l},126:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.CheckboxCondition=void 0;var a=n(226),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.isChecked=function(){var e=this.valueOf();return e&&e.value===this.props.checked||!1},i([a.condition],t.prototype,"isChecked",null),i([(0,a.tripetto)({type:"condition",legacyBlock:!0,identifier:"@tripetto/block-checkboxes"})],t)}(a.ConditionBlock);t.CheckboxCondition=l},924:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.CounterCondition=void 0;var a=n(226),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.getValue=function(e,t){if((0,a.isString)(t)&&e instanceof a.Slots.Number){var n=this.variableFor(t);return n&&n.hasValue?e.toValue(n.value):void 0}return(0,a.isNumberFinite)(t)?t:void 0},t.prototype.verify=function(){var e=this.valueOf();if(e){var t=this.getValue(e.slot,this.props.value);switch(this.props.mode){case"equal":return(e.hasValue?e.value:void 0)===t;case"not-equal":return(e.hasValue?e.value:void 0)!==t;case"below":return(0,a.isNumberFinite)(t)&&e.hasValue&&e.value<t;case"above":return(0,a.isNumberFinite)(t)&&e.hasValue&&e.value>t;case"between":case"not-between":var n=this.getValue(e.slot,this.props.to);return(0,a.isNumberFinite)(t)&&(0,a.isNumberFinite)(n)&&(e.hasValue&&e.value>=a.Num.min(t,n)&&e.value<=a.Num.max(t,n))===("between"===this.props.mode)}}return!1},i([a.condition],t.prototype,"verify",null),i([(0,a.tripetto)({type:"condition",legacyBlock:!0,identifier:"".concat("@tripetto/block-checkboxes",":counter")})],t)}(a.ConditionBlock);t.CounterCondition=l},502:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.ScoreCondition=void 0;var a=n(226),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.getValue=function(e,t){if((0,a.isString)(t)&&e instanceof a.Slots.Numeric){var n=this.variableFor(t);return n&&n.hasValue?e.toValue(n.value):void 0}return(0,a.isNumberFinite)(t)?t:void 0},t.prototype.verify=function(){var e=this.valueOf();if(e){var t=this.getValue(e.slot,this.props.value);switch(this.props.mode){case"equal":return(e.hasValue?e.value:void 0)===t;case"not-equal":return(e.hasValue?e.value:void 0)!==t;case"below":return(0,a.isNumberFinite)(t)&&e.hasValue&&e.value<t;case"above":return(0,a.isNumberFinite)(t)&&e.hasValue&&e.value>t;case"between":case"not-between":var n=this.getValue(e.slot,this.props.to);return(0,a.isNumberFinite)(t)&&(0,a.isNumberFinite)(n)&&(e.hasValue&&e.value>=a.Num.min(t,n)&&e.value<=a.Num.max(t,n))===("between"===this.props.mode);case"defined":return e.hasValue;case"undefined":return!e.hasValue}}return!1},i([a.condition],t.prototype,"verify",null),i([(0,a.tripetto)({type:"condition",legacyBlock:!0,identifier:"".concat("@tripetto/block-checkboxes",":score")})],t)}(a.ConditionBlock);t.ScoreCondition=l},87:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.UncheckedCondition=void 0;var a=n(226),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.allUnchecked=function(){var e=this,t=this.slots;return!t||!t.each((function(t){var n=e.valueOf(t);return n&&n.value||!1}))},i([a.condition],t.prototype,"allUnchecked",null),i([(0,a.tripetto)({type:"condition",legacyBlock:!0,identifier:"".concat("@tripetto/block-checkboxes",":unchecked")})],t)}(a.ConditionBlock);t.UncheckedCondition=l},226:function(e){e.exports=n(9849)}},r={};function o(e){var n=r[e];if(void 0!==n)return n.exports;var i=r[e]={exports:{}};return t[e].call(i.exports,i,i.exports,o),i.exports}var i={};!function(){var e=i;Object.defineProperty(e,"__esModule",{value:!0}),e.Checkboxes=void 0,o(126),o(87),o(924),o(502);var t=o(250);Object.defineProperty(e,"Checkboxes",{enumerable:!0,get:function(){return t.Checkboxes}})}(),e.exports=i}()},9064:function(e,t,n){!function(){"use strict";var t={407:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.DateTimeCondition=void 0;var a=n(226),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.getValue=function(e,t){if((0,a.isString)(t)&&e instanceof a.Slots.Date){var n=this.variableFor(t);return n&&n.hasValue?e.toValue(n.value):void 0}return e.toValue((0,a.isNumberFinite)(t)?t:a.DateTime.UTC)},t.prototype.verify=function(){var e=this.valueOf();if(e){var t=this.getValue(e.slot,this.props.value),n=e.hasValue?e.slot.toValue(e.value):void 0;switch(this.props.mode){case"equal":return n===t;case"not-equal":return n!==t;case"before":return(0,a.isNumberFinite)(t)&&(0,a.isNumberFinite)(n)&&n<t;case"after":return(0,a.isNumberFinite)(t)&&(0,a.isNumberFinite)(n)&&n>t;case"between":case"not-between":var r=this.getValue(e.slot,this.props.to);return(0,a.isNumberFinite)(t)&&(0,a.isNumberFinite)(r)&&((0,a.isNumberFinite)(n)&&n>=a.Num.min(t,r)&&n<=a.Num.max(t,r))===("between"===this.props.mode);case"defined":return e.hasValue;case"undefined":return!e.hasValue}}return!1},i([a.condition],t.prototype,"verify",null),i([(0,a.tripetto)({type:"condition",legacyBlock:!0,identifier:"@tripetto/block-date"})],t)}(a.ConditionBlock);t.DateTimeCondition=l},856:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.DateTime=void 0;var a=n(226);n(407);var l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.dateSlot=(0,a.assert)(t.valueOf("date")),t.toSlot=t.valueOf("to"),t.required=t.dateSlot.slot.required||!1,t}return o(t,e),Object.defineProperty(t.prototype,"fromError",{get:function(){return!this.dateSlot.hasValue||!1},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"toError",{get:function(){return!this.toSlot||!this.toSlot.hasValue||this.toSlot.value<this.dateSlot.value},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"toPlaceholder",{get:function(){return(0,a.markdownifyToString)(this.props.placeholder||"",this.context)||""},enumerable:!1,configurable:!0}),t.prototype.validate=function(){return!this.props.range||this.toSlot&&this.dateSlot.hasValue===this.toSlot.hasValue&&this.toSlot.value>=this.dateSlot.value||!1},i([a.validator],t.prototype,"validate",null),t}(a.NodeBlock);t.DateTime=l},226:function(e){e.exports=n(9849)}},r={},o=function e(n){var o=r[n];if(void 0!==o)return o.exports;var i=r[n]={exports:{}};return t[n].call(i.exports,i,i.exports,e),i.exports}(856);e.exports=o}()},582:function(e,t,n){!function(){"use strict";var t={856:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.DeviceCondition=void 0;var a=n(226),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.evaluateDevice=function(){if(window){var e="live"===this.view&&window.screen&&a.Num.min(window.screen.width,window.screen.height)||a.Num.min(window.innerWidth,window.innerHeight);return e<400?"phone"===this.props.deviceType:e<800?"tablet"===this.props.deviceType:"desktop"===this.props.deviceType}return!1},i([a.condition],t.prototype,"evaluateDevice",null),i([(0,a.tripetto)({type:"condition",legacyBlock:!0,identifier:"@tripetto/block-device"})],t)}(a.ConditionBlock);t.DeviceCondition=l},226:function(e){e.exports=n(9849)}},r={},o=function e(n){var o=r[n];if(void 0!==o)return o.exports;var i=r[n]={exports:{}};return t[n].call(i.exports,i,i.exports,e),i.exports}(856);e.exports=o}()},3907:function(e,t,n){!function(){"use strict";var t={566:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.DropdownCondition=void 0;var a=n(226),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.isSelected=function(){var e=this.valueOf();return e&&(e.reference===this.props.option||!this.props.option&&!e.reference)||!1},i([a.condition],t.prototype,"isSelected",null),i([(0,a.tripetto)({type:"condition",legacyBlock:!0,identifier:"@tripetto/block-dropdown"})],t)}(a.ConditionBlock);t.DropdownCondition=l},502:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.ScoreCondition=void 0;var a=n(226),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.getValue=function(e,t){if((0,a.isString)(t)&&e instanceof a.Slots.Numeric){var n=this.variableFor(t);return n&&n.hasValue?e.toValue(n.value):void 0}return(0,a.isNumberFinite)(t)?t:void 0},t.prototype.verify=function(){var e=this.valueOf();if(e){var t=this.getValue(e.slot,this.props.value);switch(this.props.mode){case"equal":return(e.hasValue?e.value:void 0)===t;case"not-equal":return(e.hasValue?e.value:void 0)!==t;case"below":return(0,a.isNumberFinite)(t)&&e.hasValue&&e.value<t;case"above":return(0,a.isNumberFinite)(t)&&e.hasValue&&e.value>t;case"between":case"not-between":var n=this.getValue(e.slot,this.props.to);return(0,a.isNumberFinite)(t)&&(0,a.isNumberFinite)(n)&&(e.hasValue&&e.value>=a.Num.min(t,n)&&e.value<=a.Num.max(t,n))===("between"===this.props.mode);case"defined":return e.hasValue;case"undefined":return!e.hasValue}}return!1},i([a.condition],t.prototype,"verify",null),i([(0,a.tripetto)({type:"condition",legacyBlock:!0,identifier:"".concat("@tripetto/block-dropdown",":score")})],t)}(a.ConditionBlock);t.ScoreCondition=l},58:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Dropdown=void 0;var a=n(226),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.scoreSlot=t.valueOf("score","feature"),t.dropdownSlot=(0,a.assert)(t.valueOf("option","static",{confirm:!0,modifier:function(e){if(e.value){if(!e.reference){var n=(0,a.findFirst)(t.props.options,(function(t){return t.value===e.value}))||(0,a.findFirst)(t.props.options,(function(t){return t.id===e.value}))||(0,a.findFirst)(t.props.options,(function(t){return t.name===e.value}))||(0,a.findFirst)(t.props.options,(function(t){return t.name.toLowerCase()===e.value.toLowerCase()}));return{value:n&&(n.value||n.name),reference:n&&n.id,display:null==n?void 0:n.name}}if(!(0,a.findFirst)(t.props.options,(function(t){return t.id===e.reference})))return{value:void 0,reference:void 0,display:void 0}}},onChange:function(e){if(t.scoreSlot){var n=(0,a.findFirst)(t.props.options,(function(t){return t.id===e.reference}));t.scoreSlot.set(n&&((null==n?void 0:n.score)||0))}}})),t.required=t.dropdownSlot.slot.required||!1,t}return o(t,e),Object.defineProperty(t.prototype,"options",{get:function(){var e,t=this,n=(null===(e=this.props.options)||void 0===e?void 0:e.map((function(e){return i(i({},e),{name:(0,a.markdownifyToString)(e.name,t.context)})})))||[];if(this.props.randomize&&n.length>1){if(!this.randomized||this.randomized.length!==n.length||(0,a.findFirst)(this.randomized,(function(e){var t;return(null===(t=n[e.index])||void 0===t?void 0:t.id)!==e.id}))){this.randomized=n.map((function(e,t){return{index:t,id:e.id}}));for(var r=this.randomized.length;--r;){var o=Math.floor(Math.random()*r),l=this.randomized[r];this.randomized[r]=this.randomized[o],this.randomized[o]=l}}return this.randomized.map((function(e){return n[e.index]}))}return this.randomized&&(this.randomized=void 0),n},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){var e=this,t=(0,a.findFirst)(this.props.options,(function(t){return t.id===e.dropdownSlot.reference}));if(!t&&!this.node.placeholder){var n=(0,a.findFirst)(this.props.options,(function(e){return!!e.name}));return this.dropdownSlot.default(n&&(n.value||n.name),n&&n.id),n&&n.id||""}return t&&t.id||""},set:function(e){this.select((0,a.findFirst)(this.props.options,(function(t){return t.id===e})))},enumerable:!1,configurable:!0}),t.prototype.select=function(e){return this.dropdownSlot.set(e&&(e.value||e.name),e&&e.id,null==e?void 0:e.name),e&&e.id||""},t}(a.NodeBlock);t.Dropdown=l},226:function(e){e.exports=n(9849)}},r={};function o(e){var n=r[e];if(void 0!==n)return n.exports;var i=r[e]={exports:{}};return t[e].call(i.exports,i,i.exports,o),i.exports}var i={};!function(){var e=i;Object.defineProperty(e,"__esModule",{value:!0}),e.Dropdown=void 0,o(566),o(502);var t=o(58);Object.defineProperty(e,"Dropdown",{enumerable:!0,get:function(){return t.Dropdown}})}(),e.exports=i}()},2298:function(e,t,n){!function(){"use strict";var t={407:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0}),t.EmailCondition=void 0;var a=n(226),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.isMatch=function(){var e=this,t=this.valueOf();if(t){var n=a.Str.lowercase(t.string),r=a.Str.lowercase(function(){if((0,a.isVariable)(e.props.match)){var t=e.variableFor(e.props.match);return t&&t.hasValue?t.string:""}return e.parseVariables(e.props.match||"")}());switch(this.props.mode){case"domain":case"not-domain":return r&&n.substr(n.lastIndexOf("@")+1)===r==("domain"===this.props.mode)||!1;case"address":case"not-address":return n===r==("address"===this.props.mode)||!1;case"defined":return""!==n;case"undefined":return""===n}}return!1},i([a.condition],t.prototype,"isMatch",null),i([(0,a.tripetto)({type:"condition",legacyBlock:!0,identifier:"@tripetto/block-email"})],t)}(a.ConditionBlock);t.EmailCondition=l},856:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3