@eturnity/eturnity_reusable_components 8.26.10 → 8.26.11--EPDM-16005.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.es24.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import "./main.es3.js";
2
2
  import styled from "./main.es7.js";
3
3
  import { fetchIcon } from "./main.es378.js";
4
- import { reactive } from "./main.es19.js";
4
+ import { reactive } from "./main.es16.js";
5
5
  import { computed, onMounted, watch, openBlock, createBlock, withCtx, createVNode, createElementVNode as createBaseVNode, createTextVNode, createCommentVNode } from "./main.es6.js";
6
- import { toDisplayString } from "./main.es16.js";
6
+ import { toDisplayString } from "./main.es21.js";
7
7
  const _hoisted_1 = ["innerHTML"];
8
8
  const _sfc_main = {
9
9
  __name: "index",
package/dist/main.es5.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { isRuntimeOnly, warn, createRenderer, callWithAsyncErrorHandling } from "./main.es6.js";
2
2
  import { Comment, Fragment, Static, Teleport, Text, callWithErrorHandling, cloneVNode, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createStaticVNode, createTextVNode, createVNode, defineComponent, devtools, getCurrentInstance, guardReactiveProps, h, handleError, initCustomFormatter, inject, isVNode, mergeProps, nextTick, onActivated, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onDeactivated, onErrorCaptured, onMounted, onRenderTracked, onRenderTriggered, onServerPrefetch, onUnmounted, onUpdated, openBlock, provide, queuePostFlushCb, renderList, renderSlot, resolveComponent, resolveDynamicComponent, setBlockTracking, setDevtoolsHook, ssrContextKey, useSSRContext, version, watch, watchEffect, withCtx, withDirectives } from "./main.es6.js";
3
- import { isFunction, isHTMLTag, isSVGTag, isString, looseToNumber, isArray, invokeArrayFns, hyphenate, extend, isOn, isModelListener, capitalize, isSpecialBooleanAttr, includeBooleanAttr } from "./main.es15.js";
4
- import { camelize } from "./main.es16.js";
5
- import { capitalize as capitalize2, normalizeClass, normalizeStyle, toDisplayString, toHandlerKey } from "./main.es16.js";
3
+ import { isFunction, isHTMLTag, isSVGTag, isString, looseToNumber, isArray, invokeArrayFns, hyphenate, extend, isOn, isModelListener, capitalize, isSpecialBooleanAttr, includeBooleanAttr } from "./main.es22.js";
4
+ import { camelize } from "./main.es21.js";
5
+ import { capitalize as capitalize2, normalizeClass, normalizeStyle, toDisplayString, toHandlerKey } from "./main.es21.js";
6
6
  const svgNS = "http://www.w3.org/2000/svg";
7
7
  const doc = typeof document !== "undefined" ? document : null;
8
8
  const templateContainer = doc && /* @__PURE__ */ doc.createElement("template");
package/dist/main.es6.js CHANGED
@@ -1,7 +1,7 @@
1
- import { isRef, toRaw, getCurrentScope, isShallow as isShallow$1, isReactive, ReactiveEffect, isProxy, computed as computed$1, pauseTracking, resetTracking, isReadonly, track, proxyRefs, markRaw, shallowReadonly, EffectScope, reactive, shallowReactive, trigger } from "./main.es19.js";
2
- import { readonly, ref, shallowRef, unref } from "./main.es19.js";
3
- import { isString, isFunction, getGlobalThis, isArray, NOOP, EMPTY_OBJ, normalizeClass, isObject, extend, normalizeStyle, isOn, isPromise, hasChanged, remove, isSet, isMap, isPlainObject, camelize, capitalize, toHandlerKey, hasOwn, EMPTY_ARR, NO, isBuiltInDirective, isReservedProp, invokeArrayFns, makeMap, looseToNumber, hyphenate, def, toRawType, isModelListener } from "./main.es16.js";
4
- import { toDisplayString } from "./main.es16.js";
1
+ import { isRef, toRaw, getCurrentScope, isShallow as isShallow$1, isReactive, ReactiveEffect, isProxy, computed as computed$1, pauseTracking, resetTracking, isReadonly, track, proxyRefs, markRaw, shallowReadonly, EffectScope, reactive, shallowReactive, trigger } from "./main.es16.js";
2
+ import { readonly, ref, shallowRef, unref } from "./main.es16.js";
3
+ import { isString, isFunction, getGlobalThis, isArray, NOOP, EMPTY_OBJ, normalizeClass, isObject, extend, normalizeStyle, isOn, isPromise, hasChanged, remove, isSet, isMap, isPlainObject, camelize, capitalize, toHandlerKey, hasOwn, EMPTY_ARR, NO, isBuiltInDirective, isReservedProp, invokeArrayFns, makeMap, looseToNumber, hyphenate, def, toRawType, isModelListener } from "./main.es21.js";
4
+ import { toDisplayString } from "./main.es21.js";
5
5
  const stack = [];
6
6
  function pushWarningContext(vnode) {
7
7
  stack.push(vnode);
package/dist/main.es9.js CHANGED
@@ -1,4 +1,4 @@
1
- import RCButton from "./main.es17.js";
1
+ import RCButton from "./main.es23.js";
2
2
  import "./main.es3.js";
3
3
  import _export_sfc from "./main.es11.js";
4
4
  import { resolveComponent, openBlock, createBlock } from "./main.es6.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "8.26.10",
3
+ "version": "8.26.11--EPDM-16005.1",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -11,8 +11,8 @@
11
11
  >
12
12
  <RcIcon
13
13
  v-if="stepIndex < currentStepIndex"
14
- color="white"
15
- hovered-color="white"
14
+ :color="theme.semanticColors.purple[500]"
15
+ :hovered-color="theme.semanticColors.purple[500]"
16
16
  name="checkmark_thin"
17
17
  size="16px"
18
18
  />
@@ -44,6 +44,7 @@
44
44
  // />
45
45
  import styled from 'vue3-styled-components'
46
46
  import RcIcon from '../icon'
47
+ import theme from '@/assets/theme.js'
47
48
 
48
49
  const StyledComponents = {
49
50
  ProgressionStepContainer: styled('div', { numberOfSteps: Number })`
@@ -115,6 +116,11 @@
115
116
  required: true,
116
117
  },
117
118
  },
119
+ data() {
120
+ return {
121
+ theme,
122
+ }
123
+ },
118
124
  computed: {
119
125
  currentStepIndex() {
120
126
  return this.progressionSteps.findIndex(
@@ -16,7 +16,11 @@
16
16
  :is-nested="isNested"
17
17
  :show-archived="showArchived"
18
18
  >
19
- <NestedContainer :is-nested="isNested">
19
+ <NestedContainer
20
+ :data-id="getRowDataId({ inputType: item.inputType })"
21
+ :data-qa-id="getRowDataId({ inputType: item.inputType })"
22
+ :is-nested="isNested"
23
+ >
20
24
  <NestedIcon
21
25
  v-if="
22
26
  isNested &&
@@ -548,6 +552,11 @@
548
552
  required: false,
549
553
  default: '',
550
554
  },
555
+ rowDataId: {
556
+ required: false,
557
+ default: null,
558
+ type: [Array],
559
+ },
551
560
  },
552
561
  data() {
553
562
  return {
@@ -589,6 +598,17 @@
589
598
  },
590
599
  },
591
600
  methods: {
601
+ getRowDataId({ inputType }) {
602
+ if (!this.rowDataId) {
603
+ return null
604
+ }
605
+
606
+ const rowDataId = this.rowDataId.find(
607
+ (item) => item.inputType === inputType
608
+ )
609
+
610
+ return rowDataId ? rowDataId.dataId : null
611
+ },
592
612
  toggleOpen(event) {
593
613
  if (
594
614
  this.disabled ||