@eturnity/eturnity_reusable_components 7.12.7--EPDM-5518.1 → 7.12.7--EPDM-9013.0
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/package.json +1 -1
- package/src/assets/svgIcons/bexio.svg +4 -0
- package/src/assets/svgIcons/data_transfer.svg +3 -0
- package/src/components/inputs/checkbox/index.vue +5 -12
- package/src/components/inputs/inputNumber/index.vue +1 -1
- package/src/components/inputs/inputText/index.vue +1 -1
- package/src/components/inputs/select/index.vue +14 -16
- package/src/components/inputs/textAreaInput/index.vue +1 -1
- package/src/components/pagination/index.vue +4 -2
- package/src/components/projectMarker/index.vue +1 -1
- package/src/components/markerItem/index.vue +0 -96
- package/src/components/selectedOptions/index.vue +0 -145
package/package.json
CHANGED
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M14.462 8.46H12.894C12.7848 8.46 12.697 8.4327 12.6307 8.37809C12.5683 8.32349 12.5176 8.26108 12.4786 8.19087L10.5186 4.94378C10.4874 5.04129 10.4504 5.12514 10.4075 5.19535L8.52943 8.19087C8.48263 8.25718 8.42802 8.31958 8.36562 8.37809C8.30711 8.4327 8.2291 8.46 8.13159 8.46H6.66309L9.47138 4.10714L6.77425 0H8.34221C8.45143 0 8.52943 0.0156017 8.57624 0.0468051C8.62694 0.0741079 8.67375 0.120913 8.71665 0.18722L10.6415 3.28805C10.6805 3.19054 10.7273 3.09303 10.7819 2.99552L12.5488 0.216473C12.5917 0.142365 12.6385 0.0877595 12.6892 0.052656C12.7399 0.017552 12.8043 0 12.8823 0H14.3859L11.6654 4.04278L14.462 8.46Z" fill="#263238"/>
|
3
|
+
<path d="M3.16519 7.23137C3.45772 7.23137 3.70344 7.19627 3.90237 7.12606C4.10129 7.05585 4.25925 6.96224 4.37627 6.84523C4.49718 6.72822 4.58299 6.5917 4.63369 6.43569C4.6883 6.27967 4.7156 6.1139 4.7156 5.93838C4.7156 5.75506 4.68635 5.59124 4.62784 5.44693C4.56934 5.29871 4.47768 5.1739 4.35286 5.07249C4.22805 4.96718 4.06618 4.88722 3.86726 4.83261C3.67224 4.77801 3.43627 4.75071 3.15934 4.75071H1.57382V7.23137H3.16519ZM1.57382 1.21693V3.66249H2.82585C3.36411 3.66249 3.76975 3.56498 4.04278 3.36996C4.31971 3.17494 4.45817 2.86486 4.45817 2.43971C4.45817 1.99896 4.33336 1.68498 4.08373 1.49776C3.83411 1.31054 3.44407 1.21693 2.91361 1.21693H1.57382ZM2.91361 0C3.46747 0 3.94137 0.0526557 4.33531 0.157967C4.72925 0.263278 5.05104 0.413444 5.30066 0.608465C5.55419 0.803486 5.73946 1.03946 5.85647 1.31639C5.97349 1.59332 6.03199 1.90535 6.03199 2.25249C6.03199 2.45141 6.00274 2.64253 5.94423 2.82585C5.88573 3.00527 5.79407 3.17494 5.66925 3.33485C5.54834 3.49087 5.39232 3.63324 5.2012 3.76195C5.01398 3.89066 4.78971 3.99988 4.52838 4.08959C5.69071 4.35091 6.27187 4.97888 6.27187 5.97349C6.27187 6.33232 6.20361 6.66386 6.0671 6.96809C5.93058 7.27232 5.73166 7.5356 5.47033 7.75793C5.209 7.97635 4.88722 8.14797 4.50498 8.27278C4.12274 8.39759 3.68589 8.46 3.19444 8.46H0V0H2.91361Z" fill="#263238"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M16 0H2C0.89 0 0 0.9 0 2V16C0 17.1 0.89 18 2 18H6V16H2V2H16V16H12V18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.11 0 16 0ZM9 6L5 10H8V18H10V10H13L9 6Z" fill="#263238"/>
|
3
|
+
</svg>
|
@@ -3,11 +3,10 @@
|
|
3
3
|
<container
|
4
4
|
:checkColor="checkColor"
|
5
5
|
:size="size"
|
6
|
-
:hasLabel="
|
6
|
+
:hasLabel="!!label.length"
|
7
7
|
:backgroundColor="backgroundColor"
|
8
8
|
:isChecked="isChecked"
|
9
9
|
:isDisabled="isDisabled"
|
10
|
-
:cursorType="cursorType"
|
11
10
|
>
|
12
11
|
<input-checkbox
|
13
12
|
type="checkbox"
|
@@ -18,7 +17,7 @@
|
|
18
17
|
<div>
|
19
18
|
<span class="checkmark"></span>
|
20
19
|
</div>
|
21
|
-
<label-text v-if="
|
20
|
+
<label-text v-if="!!label.length">{{ label }}</label-text>
|
22
21
|
</container>
|
23
22
|
</component-wrapper>
|
24
23
|
</template>
|
@@ -34,7 +33,6 @@
|
|
34
33
|
// size="small"
|
35
34
|
// backgroundColor="red"
|
36
35
|
// :isDisabled="true"
|
37
|
-
// cursorType="default"
|
38
36
|
// />
|
39
37
|
import styled from 'vue-styled-components'
|
40
38
|
|
@@ -48,8 +46,7 @@ const containerAttrs = {
|
|
48
46
|
hasLabel: Boolean,
|
49
47
|
backgroundColor: String,
|
50
48
|
isChecked: Boolean,
|
51
|
-
isDisabled: Boolean
|
52
|
-
cursorType: String
|
49
|
+
isDisabled: Boolean
|
53
50
|
}
|
54
51
|
const Container = styled('label', containerAttrs)`
|
55
52
|
display: grid;
|
@@ -58,7 +55,7 @@ const Container = styled('label', containerAttrs)`
|
|
58
55
|
align-content: center;
|
59
56
|
color: ${(props) => props.theme.colors.black};
|
60
57
|
position: relative;
|
61
|
-
cursor: ${(props) => (props.isDisabled ? 'not-allowed' :
|
58
|
+
cursor: ${(props) => (props.isDisabled ? 'not-allowed' : 'pointer')};
|
62
59
|
font-size: 16px;
|
63
60
|
user-select: none;
|
64
61
|
|
@@ -83,7 +80,7 @@ const Container = styled('label', containerAttrs)`
|
|
83
80
|
: props.theme.colors.green
|
84
81
|
: props.isDisabled
|
85
82
|
? props.theme.colors.lightGray
|
86
|
-
:
|
83
|
+
: '#fff'};
|
87
84
|
border-radius: 4px;
|
88
85
|
border: 1px solid
|
89
86
|
${(props) =>
|
@@ -176,10 +173,6 @@ export default {
|
|
176
173
|
dataId: {
|
177
174
|
type: String,
|
178
175
|
default: ''
|
179
|
-
},
|
180
|
-
cursorType: {
|
181
|
-
type: String,
|
182
|
-
default: 'pointer'
|
183
176
|
}
|
184
177
|
},
|
185
178
|
methods: {
|
@@ -68,10 +68,9 @@
|
|
68
68
|
/>
|
69
69
|
<selector
|
70
70
|
v-else
|
71
|
+
:showBorder="showBorder"
|
71
72
|
:selectWidth="selectWidth"
|
72
73
|
:paddingLeft="paddingLeft"
|
73
|
-
:noMaxWidth="noMaxWidth"
|
74
|
-
:showBorder="showBorder"
|
75
74
|
>
|
76
75
|
<slot name="selector" :selectedValue="selectedValue"></slot>
|
77
76
|
</selector>
|
@@ -170,17 +169,20 @@ const Caret = styled.div`
|
|
170
169
|
const selectorProps = {
|
171
170
|
selectWidth: String,
|
172
171
|
paddingLeft: String,
|
173
|
-
showBorder: Boolean
|
174
|
-
noMaxWidth: Boolean
|
172
|
+
showBorder: Boolean
|
175
173
|
}
|
176
174
|
const Selector = styled('div', selectorProps)`
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
175
|
+
${(props) => props.selectWidth === '100%' ? 'width: 100%;' : `width: calc(${props.selectWidth} -
|
176
|
+
(
|
177
|
+
${CARET_WIDTH} +
|
178
|
+
${props.paddingLeft}
|
179
|
+
${props.showBorder ? `+ (${BORDER_WIDTH} * 2)` : ''}
|
180
|
+
)
|
181
|
+
);
|
182
|
+
white-space: nowrap;
|
183
|
+
text-overflow: ellipsis;
|
184
|
+
overflow: hidden;`
|
185
|
+
}
|
184
186
|
`
|
185
187
|
|
186
188
|
const labelAttrs = { fontSize: String, fontColor: String }
|
@@ -436,10 +438,6 @@ export default {
|
|
436
438
|
isDraggable: {
|
437
439
|
type: Boolean,
|
438
440
|
default: false
|
439
|
-
},
|
440
|
-
noMaxWidth: {
|
441
|
-
type: Boolean,
|
442
|
-
default: false
|
443
441
|
}
|
444
442
|
},
|
445
443
|
|
@@ -535,7 +533,7 @@ export default {
|
|
535
533
|
if (!el.textContent.toLowerCase().includes(value.toLowerCase())) {
|
536
534
|
el.style.display = 'none'
|
537
535
|
} else {
|
538
|
-
el.style.display = '
|
536
|
+
el.style.display = 'inherit'
|
539
537
|
}
|
540
538
|
})
|
541
539
|
},
|
@@ -81,6 +81,8 @@ const paginationWrapper = styled.nav`
|
|
81
81
|
flex-wrap: wrap;
|
82
82
|
justify-content: flex-end;
|
83
83
|
align-items: center;
|
84
|
+
margin-bottom: 2px;
|
85
|
+
margin-top: 10px;
|
84
86
|
`
|
85
87
|
const paginationLink = styled.div`
|
86
88
|
display: flex;
|
@@ -92,8 +94,8 @@ const paginationLink = styled.div`
|
|
92
94
|
cursor: pointer;
|
93
95
|
|
94
96
|
&.active {
|
95
|
-
color:
|
96
|
-
background-color: ${(props) => props.theme.
|
97
|
+
color: #fff;
|
98
|
+
background-color: ${(props) => props.theme.brightBlue};
|
97
99
|
padding: 7px 12px;
|
98
100
|
border-radius: 4px;
|
99
101
|
}
|
@@ -65,7 +65,7 @@
|
|
65
65
|
</template>
|
66
66
|
|
67
67
|
<script>
|
68
|
-
// import
|
68
|
+
// import ThreeDots from "@eturnity/eturnity_reusable_components/src/components/projectMarker"
|
69
69
|
// To use:
|
70
70
|
// <project-marker
|
71
71
|
// :activeLanguage="'en-us'"
|
@@ -1,96 +0,0 @@
|
|
1
|
-
<template>
|
2
|
-
<page-container>
|
3
|
-
<marker-container
|
4
|
-
:backgroundColor="backgroundColor"
|
5
|
-
:hasIcon="!!iconName"
|
6
|
-
:cursor="cursor"
|
7
|
-
>
|
8
|
-
<icon
|
9
|
-
v-if="!!iconName"
|
10
|
-
:name="iconName"
|
11
|
-
color="white"
|
12
|
-
size="10px"
|
13
|
-
:cursor="cursor"
|
14
|
-
/>
|
15
|
-
<span>{{ label }}</span>
|
16
|
-
</marker-container>
|
17
|
-
</page-container>
|
18
|
-
</template>
|
19
|
-
|
20
|
-
<script>
|
21
|
-
// import MarkerItem from "@eturnity/eturnity_reusable_components/src/components/markerItem"
|
22
|
-
// To use:
|
23
|
-
// <marker-item
|
24
|
-
// label="Label"
|
25
|
-
// backgroundColor="#ab5348"
|
26
|
-
// iconName="icon_name"
|
27
|
-
// cursor="pointer"
|
28
|
-
// />
|
29
|
-
|
30
|
-
import styled from 'vue-styled-components'
|
31
|
-
import Icon from '../icon'
|
32
|
-
import Modal from '../modals/modal'
|
33
|
-
import PageTitle from '../pageTitle'
|
34
|
-
import DeleteIcon from '../deleteIcon'
|
35
|
-
import PageSubtitle from '../pageSubtitle'
|
36
|
-
import MainButton from '../buttons/mainButton'
|
37
|
-
|
38
|
-
const PageContainer = styled.div`
|
39
|
-
display: flex;
|
40
|
-
align-items: center;
|
41
|
-
font-size: 12px;
|
42
|
-
line-height: 14px;
|
43
|
-
`
|
44
|
-
|
45
|
-
const MarkerAttrs = {
|
46
|
-
backgroundColor: String,
|
47
|
-
hasIcon: Boolean,
|
48
|
-
cursor: String
|
49
|
-
}
|
50
|
-
const MarkerContainer = styled('div', MarkerAttrs)`
|
51
|
-
display: grid;
|
52
|
-
grid-template-columns: ${(props) => (props.hasIcon ? 'auto 1fr' : '1fr')};
|
53
|
-
grid-gap: 5px;
|
54
|
-
position: relative;
|
55
|
-
align-items: center;
|
56
|
-
padding: 2px 7px;
|
57
|
-
color: ${(props) => props.theme.colors.white};
|
58
|
-
background-color: ${(props) =>
|
59
|
-
props.backgroundColor ? props.backgroundColor : props.theme.colors.grey3};
|
60
|
-
border: 1px solid
|
61
|
-
${(props) =>
|
62
|
-
props.backgroundColor ? props.backgroundColor : props.theme.colors.grey3};
|
63
|
-
border-radius: 4px;
|
64
|
-
white-space: nowrap;
|
65
|
-
cursor: ${(props) => (props.isEditionAllowed ? 'pointer' : props.cursor)};
|
66
|
-
`
|
67
|
-
|
68
|
-
// const IconContainer = styled.div`
|
69
|
-
// padding: 8px;
|
70
|
-
// line-height: 0;
|
71
|
-
// `
|
72
|
-
|
73
|
-
export default {
|
74
|
-
name: 'project-marker',
|
75
|
-
components: {
|
76
|
-
PageContainer,
|
77
|
-
MarkerContainer,
|
78
|
-
Icon
|
79
|
-
},
|
80
|
-
props: {
|
81
|
-
backgroundColor: {
|
82
|
-
required: false
|
83
|
-
},
|
84
|
-
iconName: {
|
85
|
-
required: false
|
86
|
-
},
|
87
|
-
label: {
|
88
|
-
required: true
|
89
|
-
},
|
90
|
-
cursor: {
|
91
|
-
required: false,
|
92
|
-
default: 'default'
|
93
|
-
}
|
94
|
-
}
|
95
|
-
}
|
96
|
-
</script>
|
@@ -1,145 +0,0 @@
|
|
1
|
-
<template>
|
2
|
-
<page-container>
|
3
|
-
<box-container>
|
4
|
-
<selected-container
|
5
|
-
>{{ numberSelected }} {{ $gettext('selected') }}</selected-container
|
6
|
-
>
|
7
|
-
<list-container v-if="optionsList.length">
|
8
|
-
<list-item
|
9
|
-
v-for="item in optionsList"
|
10
|
-
:key="item.type"
|
11
|
-
:hoverColor="item.hoverColor"
|
12
|
-
@click="$emit('on-' + item.type)"
|
13
|
-
>
|
14
|
-
{{ item.name }}
|
15
|
-
</list-item>
|
16
|
-
</list-container>
|
17
|
-
<empty-text v-if="!optionsList.length">
|
18
|
-
{{ $gettext('no_batch_actions_available') }}
|
19
|
-
</empty-text>
|
20
|
-
<icon-container @click="$emit('on-close')">
|
21
|
-
<icon
|
22
|
-
name="close_for_modals,_tool_tips"
|
23
|
-
color="white"
|
24
|
-
size="14px"
|
25
|
-
cursor="pointer"
|
26
|
-
/>
|
27
|
-
</icon-container>
|
28
|
-
</box-container>
|
29
|
-
</page-container>
|
30
|
-
</template>
|
31
|
-
|
32
|
-
<script>
|
33
|
-
// import SelectedOptions from "@eturnity/eturnity_reusable_components/src/components/selectedOptions"
|
34
|
-
// optionsList = [
|
35
|
-
// {
|
36
|
-
// type: 'export',
|
37
|
-
// name: 'Export'
|
38
|
-
// },
|
39
|
-
// {
|
40
|
-
// type: 'delete',
|
41
|
-
// name: 'Delete',
|
42
|
-
// hoverColor: 'red' // default is green
|
43
|
-
// }
|
44
|
-
// ]
|
45
|
-
// @on-${type}="function" should $emit the callback for the 'type' in the optionsList
|
46
|
-
// <selected-options
|
47
|
-
// :numberSelected="numberSelected"
|
48
|
-
// :optionsList="optionsList"
|
49
|
-
// @on-close="onCloseFunction()"
|
50
|
-
// @on-export="function()" @on-delete="function()"
|
51
|
-
// />
|
52
|
-
import styled from 'vue-styled-components'
|
53
|
-
import Icon from '../icon'
|
54
|
-
|
55
|
-
const PageContainer = styled.div`
|
56
|
-
position: fixed;
|
57
|
-
bottom: 30px;
|
58
|
-
left: 50%;
|
59
|
-
transform: translateX(-50%);
|
60
|
-
`
|
61
|
-
|
62
|
-
const SelectedContainer = styled.div`
|
63
|
-
display: grid;
|
64
|
-
align-items: center;
|
65
|
-
height: 100%;
|
66
|
-
padding-right: 20px;
|
67
|
-
border-right: 1px solid rgba(255, 255, 255, 0.2);
|
68
|
-
`
|
69
|
-
|
70
|
-
const BoxContainer = styled.div`
|
71
|
-
display: flex;
|
72
|
-
align-items: center;
|
73
|
-
background-color: ${(props) => props.theme.colors.black};
|
74
|
-
opacity: 90%;
|
75
|
-
color: ${(props) => props.theme.colors.white};
|
76
|
-
border-radius: 4px;
|
77
|
-
padding: 8px 10px 8px 20px;
|
78
|
-
font-size: 14px;
|
79
|
-
height: 40px;
|
80
|
-
`
|
81
|
-
|
82
|
-
const ListContainer = styled.div`
|
83
|
-
padding: 0 20px;
|
84
|
-
display: flex;
|
85
|
-
gap: 20px;
|
86
|
-
color: ${(props) => props.theme.colors.white};
|
87
|
-
`
|
88
|
-
|
89
|
-
const ListAttrs = {
|
90
|
-
hoverColor: String
|
91
|
-
}
|
92
|
-
const ListItem = styled('div', ListAttrs)`
|
93
|
-
cursor: pointer;
|
94
|
-
&:hover {
|
95
|
-
color: ${(props) =>
|
96
|
-
props.hoverColor
|
97
|
-
? props.theme.colors[props.hoverColor]
|
98
|
-
: props.theme.colors.green};
|
99
|
-
}
|
100
|
-
`
|
101
|
-
|
102
|
-
const IconContainer = styled.div`
|
103
|
-
display: grid;
|
104
|
-
align-items: center;
|
105
|
-
justify-items: center;
|
106
|
-
height: 30px;
|
107
|
-
width: 30px;
|
108
|
-
cursor: pointer;
|
109
|
-
margin-left: 20px;
|
110
|
-
|
111
|
-
&:hover {
|
112
|
-
background: rgba(255, 255, 255, 0.1);
|
113
|
-
border-radius: 4px;
|
114
|
-
}
|
115
|
-
`
|
116
|
-
|
117
|
-
const EmptyText = styled.div`
|
118
|
-
color: ${(props) => props.theme.colors.white};
|
119
|
-
font-size: 13px;
|
120
|
-
padding-left: 16px;
|
121
|
-
`
|
122
|
-
|
123
|
-
export default {
|
124
|
-
name: 'selected-options',
|
125
|
-
components: {
|
126
|
-
PageContainer,
|
127
|
-
BoxContainer,
|
128
|
-
SelectedContainer,
|
129
|
-
ListContainer,
|
130
|
-
ListItem,
|
131
|
-
Icon,
|
132
|
-
IconContainer,
|
133
|
-
EmptyText
|
134
|
-
},
|
135
|
-
props: {
|
136
|
-
optionsList: {
|
137
|
-
required: true
|
138
|
-
},
|
139
|
-
numberSelected: {
|
140
|
-
required: true,
|
141
|
-
default: 0
|
142
|
-
}
|
143
|
-
}
|
144
|
-
}
|
145
|
-
</script>
|