thepaperpilot
1657dffcfe
Some checks failed
Run Tests / test (pull_request) Failing after 1m16s
- Removed `jsx()` and `JSXFunction`. You can now use `JSX.Element` like any other `Computable` value - `joinJSX` now always requires a joiner. Just pass the array of elements or wrap them in `<>` and `</>` if there's no joiner - Removed `coerceComponent`, `computeComponent`, and `computeOptionalComponent`; just use the `render` function now - It's recommended to now do `<MyComponent />` instead of `<component :is="myComponent" />` - All features no longer take the options as a type parameter, and all generic forms have been removed as a result - Fixed `forceHideGoBack` not being respected - Removed `deepUnref` as now things don't get unreffed before being passed into vue components by default - Moved MarkNode to new wrapper, and removed existing `mark` properties - Moved Tooltip to new wrapper, and made it take an options function instead of raw object - VueFeature component now wraps all vue features, and applies styling, classes, and visibility in the wrapping div. It also adds the Node component so features don't need to - `mergeAdjacent` now works with grids (perhaps should've used scss to reduce the amount of css this took) - `CoercableComponent` renamed to `Renderable` since it should be used with `render` - Replaced `isCoercableComponent` with `isJSXElement` - Replaced `Computable` and `ProcessedComputable` with the vue built-ins `MaybeRefOrGetter` and `MaybeRef` - `convertComputable` renamed to `processGetter` - Also removed `GetComputableTypeWithDefault` and `GetComputableType`, which can similarly be replaced - `dontMerge` is now a property on rows and columns rather than an undocumented css class you'd have to include on every feature within the row or column - Fixed saves manager not being imported in addiction warning component - Created `vueFeatureMixin` for simplifying the vue specific parts of a feature. Passes the component's properties in explicitly and directly from the feature itself - All features should now return an object that includes props typed to omit the options object and satisfies the feature. This will ensure type correctness and pass-through custom properties. (see existing features for more thorough examples of changes) - Replaced decorators with mixins, which won't require casting. Bonus amount decorators converted into generic bonus amount mixin. Removed effect decorator - All `render` functions now return `JSX.Element`. The `JSX` variants (e.g. `renderJSX`) (except `joinJSX`) have been removed - Moved all features that use the clickable component into the clickable folder - Removed `small` property from clickable, since its a single css rule (`min-height: unset`) (you could add a small css class and pass small to any vue feature's classes property, though) - Upgrades now use the clickable component - Added ConversionType symbol - Removed setDefault, just use `??=` - Added isType function that uses a type symbol to check - General cleanup
15158 lines
373 KiB
Text
15158 lines
373 KiB
Text
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||
|
||
exports[`Additive Modifiers > applies description correctly > with description 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Additive Modifiers > applies smallerIsBetter correctly > with smallerIsBetter true > negative value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"",
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Additive Modifiers > applies smallerIsBetter correctly > with smallerIsBetter true > positive value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Additive Modifiers > applies smallerIsBetter correctly > with smallerIsBetter true > zero value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Additive Modifiers > applies smallerIsBetter correctly > without smallerIsBetter false > negative value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"",
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Additive Modifiers > applies smallerIsBetter correctly > without smallerIsBetter false > positive value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Additive Modifiers > applies smallerIsBetter correctly > without smallerIsBetter false > zero value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Create modifier sections > No optional values 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test",
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "h3",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "br",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Base",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"1.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test Desc",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "hr",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "Total",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"6.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"style": {
|
||
"--unit": "",
|
||
},
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Create modifier sections > With base 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test",
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "h3",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "br",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Base",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"10.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test Desc",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "hr",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "Total",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"15.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"style": {
|
||
"--unit": "",
|
||
},
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Create modifier sections > With base 2`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test",
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "h3",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "br",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Based on",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"1.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test Desc",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "hr",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "Total",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"6.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"style": {
|
||
"--unit": "",
|
||
},
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Create modifier sections > With baseText 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test",
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "h3",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "br",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Based on",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"1.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test Desc",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "hr",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "Total",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"6.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"style": {
|
||
"--unit": "",
|
||
},
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Create modifier sections > With everything 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test",
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": " (",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"Subtitle",
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": ")",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "subtitle",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "h3",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "br",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Based on",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"10.00",
|
||
"/s",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test Desc",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "hr",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "Total",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"15.00",
|
||
"/s",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"style": {
|
||
"--unit": "",
|
||
},
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Create modifier sections > With smallerIsBetter > smallerIsBetter = false 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test",
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "h3",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "br",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Base",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"1.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test Desc",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"",
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "hr",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "Total",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"-4.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"style": {
|
||
"--unit": "",
|
||
},
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Create modifier sections > With smallerIsBetter > smallerIsBetter = false 2`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test",
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "h3",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "br",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Base",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"1.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test Desc",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "hr",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "Total",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"1.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"style": {
|
||
"--unit": "",
|
||
},
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Create modifier sections > With smallerIsBetter > smallerIsBetter = false 3`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test",
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "h3",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "br",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Base",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"1.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test Desc",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "hr",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "Total",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"6.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"style": {
|
||
"--unit": "",
|
||
},
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Create modifier sections > With smallerIsBetter > smallerIsBetter = true 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test",
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "h3",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "br",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Base",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"1.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test Desc",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"",
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "hr",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "Total",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"-4.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"style": {
|
||
"--unit": "",
|
||
},
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Create modifier sections > With smallerIsBetter > smallerIsBetter = true 2`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test",
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "h3",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "br",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Base",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"1.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test Desc",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "hr",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "Total",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"1.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"style": {
|
||
"--unit": "",
|
||
},
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Create modifier sections > With smallerIsBetter > smallerIsBetter = true 3`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test",
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "h3",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "br",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Base",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"1.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test Desc",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "hr",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "Total",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"6.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"style": {
|
||
"--unit": "",
|
||
},
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Create modifier sections > With subtitle 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test",
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": " (",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"Subtitle",
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": ")",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "subtitle",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "h3",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "br",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Base",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"1.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test Desc",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "hr",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "Total",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"6.00",
|
||
undefined,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"style": {
|
||
"--unit": "",
|
||
},
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Create modifier sections > With unit 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test",
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "h3",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "br",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Base",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"1.00",
|
||
"/s",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"Test Desc",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 1,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "hr",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "Total",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"6.00",
|
||
"/s",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"style": {
|
||
"--unit": "",
|
||
},
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Exponential Modifiers > applies description correctly > with description 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Exponential Modifiers > applies smallerIsBetter correctly > with smallerIsBetter true > negative value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Exponential Modifiers > applies smallerIsBetter correctly > with smallerIsBetter true > positive value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Exponential Modifiers > applies smallerIsBetter correctly > with smallerIsBetter true > zero value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Exponential Modifiers > applies smallerIsBetter correctly > without smallerIsBetter false > negative value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Exponential Modifiers > applies smallerIsBetter correctly > without smallerIsBetter false > positive value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Exponential Modifiers > applies smallerIsBetter correctly > without smallerIsBetter false > zero value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Multiplicative Modifiers > applies description correctly > with description 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Multiplicative Modifiers > applies smallerIsBetter correctly > with smallerIsBetter true > negative value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Multiplicative Modifiers > applies smallerIsBetter correctly > with smallerIsBetter true > positive value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Multiplicative Modifiers > applies smallerIsBetter correctly > with smallerIsBetter true > zero value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Multiplicative Modifiers > applies smallerIsBetter correctly > without smallerIsBetter false > negative value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Multiplicative Modifiers > applies smallerIsBetter correctly > without smallerIsBetter false > positive value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Multiplicative Modifiers > applies smallerIsBetter correctly > without smallerIsBetter false > zero value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Sequential Modifiers > applies description correctly > with both 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
}
|
||
`;
|
||
|
||
exports[`Sequential Modifiers > applies description correctly > with description 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
}
|
||
`;
|
||
|
||
exports[`Sequential Modifiers > applies smallerIsBetter correctly > with both > negative value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"",
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"",
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
}
|
||
`;
|
||
|
||
exports[`Sequential Modifiers > applies smallerIsBetter correctly > with both > positive value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
}
|
||
`;
|
||
|
||
exports[`Sequential Modifiers > applies smallerIsBetter correctly > with both > zero value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
}
|
||
`;
|
||
|
||
exports[`Sequential Modifiers > applies smallerIsBetter correctly > with smallerIsBetter true > negative value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"",
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
}
|
||
`;
|
||
|
||
exports[`Sequential Modifiers > applies smallerIsBetter correctly > with smallerIsBetter true > positive value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
}
|
||
`;
|
||
|
||
exports[`Sequential Modifiers > applies smallerIsBetter correctly > with smallerIsBetter true > zero value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
}
|
||
`;
|
||
|
||
exports[`Sequential Modifiers > applies smallerIsBetter correctly > without smallerIsBetter false > negative value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"",
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"-5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
}
|
||
`;
|
||
|
||
exports[`Sequential Modifiers > applies smallerIsBetter correctly > without smallerIsBetter false > positive value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"5.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
}
|
||
`;
|
||
|
||
exports[`Sequential Modifiers > applies smallerIsBetter correctly > without smallerIsBetter false > zero value 1`] = `
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"+",
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "×",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": null,
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 0,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
"test",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
},
|
||
null,
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-description",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": [
|
||
{
|
||
"__v_isVNode": true,
|
||
"__v_skip": true,
|
||
"anchor": null,
|
||
"appContext": null,
|
||
"children": "^",
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 8,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-txt),
|
||
},
|
||
"0.00",
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-amount",
|
||
"style": "color: var(--danger)",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "span",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": {
|
||
"class": "modifier-container",
|
||
},
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 17,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": "div",
|
||
},
|
||
],
|
||
"component": null,
|
||
"ctx": null,
|
||
"dirs": null,
|
||
"dynamicChildren": null,
|
||
"dynamicProps": null,
|
||
"el": null,
|
||
"key": null,
|
||
"patchFlag": 0,
|
||
"props": null,
|
||
"ref": null,
|
||
"scopeId": null,
|
||
"shapeFlag": 16,
|
||
"slotScopeIds": null,
|
||
"ssContent": null,
|
||
"ssFallback": null,
|
||
"staticCount": 0,
|
||
"suspense": null,
|
||
"target": null,
|
||
"targetAnchor": null,
|
||
"targetStart": null,
|
||
"transition": null,
|
||
"type": Symbol(v-fgt),
|
||
}
|
||
`;
|