@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.es12.js +2 -2
- package/dist/main.es13.js +3 -3
- package/dist/main.es14.js +2 -2
- package/dist/main.es15.js +22 -62
- package/dist/main.es16.js +1031 -174
- package/dist/main.es17.js +192 -181
- package/dist/main.es18.js +96 -21
- package/dist/main.es19.js +2 -1056
- package/dist/main.es20.js +498 -184
- package/dist/main.es21.js +194 -94
- package/dist/main.es22.js +64 -2
- package/dist/main.es23.js +148 -473
- package/dist/main.es24.js +2 -2
- package/dist/main.es5.js +3 -3
- package/dist/main.es6.js +4 -4
- package/dist/main.es9.js +1 -1
- package/package.json +1 -1
- package/src/components/progressStep/index.vue +8 -2
- package/src/components/tableDropdown/index.vue +21 -1
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.
|
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.
|
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.
|
4
|
-
import { camelize } from "./main.
|
5
|
-
import { capitalize as capitalize2, normalizeClass, normalizeStyle, toDisplayString, toHandlerKey } from "./main.
|
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.
|
2
|
-
import { readonly, ref, shallowRef, unref } from "./main.
|
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.
|
4
|
-
import { toDisplayString } from "./main.
|
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
package/package.json
CHANGED
@@ -11,8 +11,8 @@
|
|
11
11
|
>
|
12
12
|
<RcIcon
|
13
13
|
v-if="stepIndex < currentStepIndex"
|
14
|
-
color="
|
15
|
-
hovered-color="
|
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
|
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 ||
|