bfg-common 1.0.13 → 1.0.15
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/components/atoms/alert/Notification.vue +167 -167
- package/components/atoms/autocomplete/Autocomplete.vue +236 -236
- package/components/atoms/combobox/Combobox.vue +131 -131
- package/components/atoms/datepicker/Datepicker.vue +612 -612
- package/components/atoms/dropdown/tree/Tree.vue +134 -134
- package/components/atoms/list/SelectList.vue +62 -62
- package/components/atoms/modal/bySteps/BySteps.vue +234 -234
- package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +174 -174
- package/components/atoms/nav/NavBar.vue +116 -116
- package/components/atoms/nav/VerticalNavBar.vue +89 -89
- package/components/atoms/notificationBar/NotificationBar.vue +175 -175
- package/components/atoms/perPage/PerPage.vue +52 -52
- package/components/atoms/popup/SimplePopup.vue +90 -90
- package/components/atoms/step/VerticalStep.vue +104 -104
- package/components/atoms/switch/Switch.vue +107 -107
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +204 -204
- package/components/atoms/table/dataGrid/DataGridPage.vue +189 -189
- package/components/atoms/table/dataGrid/DataGridPagination.vue +83 -83
- package/components/atoms/table/dataGrid/config/itemsPerPage.ts +20 -20
- package/components/atoms/tabs/Tabs.vue +189 -189
- package/components/atoms/tooltip/Signpost.vue +224 -224
- package/components/common/accordion/Accordion.vue +176 -176
- package/components/common/accordion/Recursion.vue +195 -195
- package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +62 -62
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +62 -62
- package/components/common/browse/Browse.vue +182 -182
- package/components/common/browse/blocks/Title.vue +66 -66
- package/components/common/diagramMain/Header.vue +160 -160
- package/components/common/diagramMain/adapter/AdapterItem.vue +227 -227
- package/components/common/diagramMain/adapter/AdapterItems.vue +57 -57
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +236 -236
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +178 -178
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +392 -392
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +339 -339
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +202 -202
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +226 -226
- package/components/common/diagramMain/modals/viewSettings/Info.vue +94 -94
- package/components/common/diagramMain/network/Contents.vue +238 -238
- package/components/common/feedback/Buttons.vue +232 -232
- package/components/common/feedback/Message.vue +468 -468
- package/components/common/feedback/VisitPortal.vue +54 -54
- package/components/common/modals/Rename.vue +165 -165
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +388 -388
- package/components/common/monitor/models/interfaces.ts +1 -0
- package/components/common/perPage/PerPage.vue +51 -51
- package/components/common/recursionTree/RecursionTree.vue +201 -201
- package/components/common/vm/actions/add/Add.vue +687 -687
- package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
- package/components/common/vm/actions/add/config/capabilities.ts +670 -670
- package/components/common/vm/actions/add/customizeHardware/CustomizeHardware.vue +1 -1
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/VirtualHardware.vue +1 -1
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +55 -55
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/cpu/Sa.vue +102 -102
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +447 -447
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +147 -147
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +86 -86
- package/components/common/vm/actions/add/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +114 -114
- package/components/common/vm/actions/add/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +50 -50
- package/components/common/vm/actions/add/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +52 -52
- package/components/common/vm/actions/add/select/compatibility/Compatibility.vue +151 -151
- package/components/common/vm/actions/add/select/computeResource/ComputeResource.vue +170 -170
- package/components/common/vm/actions/add/select/computeResource/TreeView.vue +126 -126
- package/components/common/vm/actions/add/select/name/Name.vue +173 -173
- package/components/common/vm/actions/add/select/os/os.vue +221 -221
- package/components/common/vm/actions/add/utils.ts +118 -118
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +141 -141
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +373 -373
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/ServersList.vue +123 -123
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +54 -54
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/HostTable.vue +131 -131
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +230 -230
- package/models/store/storage/interfaces.ts +32 -32
- package/package.json +1 -1
- package/plugins/recursion.ts +230 -230
- package/public/spice-console/application/codec.js +257 -257
- package/public/spice-console/lib/rasterEngine.js +907 -907
- package/public/spice-console-minify/lib/decoder/dixie.min.js +4 -4
- package/public/spice-console-minify/lib/jgestures.min.js +24 -24
- package/public/spice-console-minify/lib/jquery-2.0.3.min.js +24 -24
- package/public/spice-console-minify/lib/jquery-mousewheel.min.js +11 -11
- package/public/spice-console-minify/lib/jquery-visibility.min.js +1 -1
- package/public/spice-console-minify/lib/lodash.4.0.0.min.js +5 -5
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<nav class="clr-vertical-nav">
|
|
3
|
-
<NuxtLink
|
|
4
|
-
v-for="(item, key) in props.items"
|
|
5
|
-
:id="`${props.testId}-link-${key}`"
|
|
6
|
-
:key="key"
|
|
7
|
-
class="clr-treenode-link"
|
|
8
|
-
:to="item.path"
|
|
9
|
-
active-class="active"
|
|
10
|
-
@contextmenu="showContextMenu($event, item)"
|
|
11
|
-
>
|
|
12
|
-
<span
|
|
13
|
-
v-if="item.iconClassName"
|
|
14
|
-
:class="['icon', item.iconClassName]"
|
|
15
|
-
></span>
|
|
16
|
-
<span class="clr-treenode-item text-ellipsis">{{ item.text }}</span>
|
|
17
|
-
</NuxtLink>
|
|
18
|
-
</nav>
|
|
19
|
-
</template>
|
|
20
|
-
|
|
21
|
-
<script setup lang="ts">
|
|
22
|
-
import { UI_I_NavItem } from '~/components/atoms/nav/models/interfaces'
|
|
23
|
-
|
|
24
|
-
const props = withDefaults(
|
|
25
|
-
defineProps<{
|
|
26
|
-
testId?: string
|
|
27
|
-
items: UI_I_NavItem[]
|
|
28
|
-
}>(),
|
|
29
|
-
{ testId: 'ui-vertical-nav-bar' }
|
|
30
|
-
)
|
|
31
|
-
const emits = defineEmits<{
|
|
32
|
-
(event: 'contextmenu', value: [Event, UI_I_NavItem]): void
|
|
33
|
-
}>()
|
|
34
|
-
|
|
35
|
-
const showContextMenu = (event: Event, item: UI_I_NavItem): void => {
|
|
36
|
-
// navigateTo(item.path)
|
|
37
|
-
emits('contextmenu', [event, item])
|
|
38
|
-
}
|
|
39
|
-
</script>
|
|
40
|
-
|
|
41
|
-
<style scoped lang="scss">
|
|
42
|
-
.clr-vertical-nav {
|
|
43
|
-
padding-top: 0;
|
|
44
|
-
width: 100%;
|
|
45
|
-
background-color: transparent;
|
|
46
|
-
|
|
47
|
-
.clr-treenode-link {
|
|
48
|
-
display: flex;
|
|
49
|
-
align-items: center;
|
|
50
|
-
text-overflow: ellipsis;
|
|
51
|
-
overflow: hidden;
|
|
52
|
-
white-space: nowrap;
|
|
53
|
-
padding: 2px 12px;
|
|
54
|
-
border-radius: 0;
|
|
55
|
-
|
|
56
|
-
&.active {
|
|
57
|
-
background: var(--vertical-nav-active-bg-color);
|
|
58
|
-
color: var(--vertical-nav-active-item-color);
|
|
59
|
-
.clr-treenode-item {
|
|
60
|
-
color: var(--vertical-nav-active-item-color);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
&:hover:not(.active) {
|
|
64
|
-
background: var(--vertical-nav-hover-bg-color);
|
|
65
|
-
color: var(--vertical-nav-hover-item-color);
|
|
66
|
-
margin-bottom: -1px;
|
|
67
|
-
border-bottom: 1px solid var(--row-hover-border-color);
|
|
68
|
-
|
|
69
|
-
.clr-treenode-item {
|
|
70
|
-
color: var(--vertical-nav-hover-item-color);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
.icon {
|
|
74
|
-
margin: 1px 4px 0;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
</style>
|
|
79
|
-
|
|
80
|
-
<style>
|
|
81
|
-
/* :root {
|
|
82
|
-
--vertical-nav-active-item-color: #fff;
|
|
83
|
-
--vertical-nav-active-bg-color: #29414e;
|
|
84
|
-
}
|
|
85
|
-
:root.dark-theme {
|
|
86
|
-
--vertical-nav-active-item-color: #000;
|
|
87
|
-
--vertical-nav-active-bg-color: #d8e3e9;
|
|
88
|
-
} */
|
|
89
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<nav class="clr-vertical-nav">
|
|
3
|
+
<NuxtLink
|
|
4
|
+
v-for="(item, key) in props.items"
|
|
5
|
+
:id="`${props.testId}-link-${key}`"
|
|
6
|
+
:key="key"
|
|
7
|
+
class="clr-treenode-link"
|
|
8
|
+
:to="item.path"
|
|
9
|
+
active-class="active"
|
|
10
|
+
@contextmenu="showContextMenu($event, item)"
|
|
11
|
+
>
|
|
12
|
+
<span
|
|
13
|
+
v-if="item.iconClassName"
|
|
14
|
+
:class="['icon', item.iconClassName]"
|
|
15
|
+
></span>
|
|
16
|
+
<span class="clr-treenode-item text-ellipsis">{{ item.text }}</span>
|
|
17
|
+
</NuxtLink>
|
|
18
|
+
</nav>
|
|
19
|
+
</template>
|
|
20
|
+
|
|
21
|
+
<script setup lang="ts">
|
|
22
|
+
import { UI_I_NavItem } from '~/components/atoms/nav/models/interfaces'
|
|
23
|
+
|
|
24
|
+
const props = withDefaults(
|
|
25
|
+
defineProps<{
|
|
26
|
+
testId?: string
|
|
27
|
+
items: UI_I_NavItem[]
|
|
28
|
+
}>(),
|
|
29
|
+
{ testId: 'ui-vertical-nav-bar' }
|
|
30
|
+
)
|
|
31
|
+
const emits = defineEmits<{
|
|
32
|
+
(event: 'contextmenu', value: [Event, UI_I_NavItem]): void
|
|
33
|
+
}>()
|
|
34
|
+
|
|
35
|
+
const showContextMenu = (event: Event, item: UI_I_NavItem): void => {
|
|
36
|
+
// navigateTo(item.path)
|
|
37
|
+
emits('contextmenu', [event, item])
|
|
38
|
+
}
|
|
39
|
+
</script>
|
|
40
|
+
|
|
41
|
+
<style scoped lang="scss">
|
|
42
|
+
.clr-vertical-nav {
|
|
43
|
+
padding-top: 0;
|
|
44
|
+
width: 100%;
|
|
45
|
+
background-color: transparent;
|
|
46
|
+
|
|
47
|
+
.clr-treenode-link {
|
|
48
|
+
display: flex;
|
|
49
|
+
align-items: center;
|
|
50
|
+
text-overflow: ellipsis;
|
|
51
|
+
overflow: hidden;
|
|
52
|
+
white-space: nowrap;
|
|
53
|
+
padding: 2px 12px;
|
|
54
|
+
border-radius: 0;
|
|
55
|
+
|
|
56
|
+
&.active {
|
|
57
|
+
background: var(--vertical-nav-active-bg-color);
|
|
58
|
+
color: var(--vertical-nav-active-item-color);
|
|
59
|
+
.clr-treenode-item {
|
|
60
|
+
color: var(--vertical-nav-active-item-color);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
&:hover:not(.active) {
|
|
64
|
+
background: var(--vertical-nav-hover-bg-color);
|
|
65
|
+
color: var(--vertical-nav-hover-item-color);
|
|
66
|
+
margin-bottom: -1px;
|
|
67
|
+
border-bottom: 1px solid var(--row-hover-border-color);
|
|
68
|
+
|
|
69
|
+
.clr-treenode-item {
|
|
70
|
+
color: var(--vertical-nav-hover-item-color);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
.icon {
|
|
74
|
+
margin: 1px 4px 0;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
</style>
|
|
79
|
+
|
|
80
|
+
<style>
|
|
81
|
+
/* :root {
|
|
82
|
+
--vertical-nav-active-item-color: #fff;
|
|
83
|
+
--vertical-nav-active-bg-color: #29414e;
|
|
84
|
+
}
|
|
85
|
+
:root.dark-theme {
|
|
86
|
+
--vertical-nav-active-item-color: #000;
|
|
87
|
+
--vertical-nav-active-bg-color: #d8e3e9;
|
|
88
|
+
} */
|
|
89
|
+
</style>
|
|
@@ -1,175 +1,175 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="notification-bar">
|
|
3
|
-
<div class="alerts" :style="{ 'background-color': bgPageControl }">
|
|
4
|
-
<div
|
|
5
|
-
v-if="props.items.length > 1"
|
|
6
|
-
:class="['alerts-pager ng-star-inserted']"
|
|
7
|
-
>
|
|
8
|
-
<div class="alerts-pager-control page-control">
|
|
9
|
-
<div class="alerts-page-down">
|
|
10
|
-
<button
|
|
11
|
-
:id="`${props.testId}-prev-button`"
|
|
12
|
-
class="alerts-pager-button"
|
|
13
|
-
@click="prevPage"
|
|
14
|
-
>
|
|
15
|
-
<atoms-the-icon class="page-control__prev" name="angle" />
|
|
16
|
-
</button>
|
|
17
|
-
</div>
|
|
18
|
-
|
|
19
|
-
<div class="alerts-pager-text">
|
|
20
|
-
{{ stepPosition }} / {{ props.items.length }}
|
|
21
|
-
</div>
|
|
22
|
-
|
|
23
|
-
<div class="alerts-page-up">
|
|
24
|
-
<button
|
|
25
|
-
:id="`${props.testId}-next-button`"
|
|
26
|
-
class="alerts-pager-button"
|
|
27
|
-
@click="nextPage"
|
|
28
|
-
>
|
|
29
|
-
<atoms-the-icon class="page-control__next" name="angle" />
|
|
30
|
-
</button>
|
|
31
|
-
</div>
|
|
32
|
-
</div>
|
|
33
|
-
</div>
|
|
34
|
-
|
|
35
|
-
<div class="alert-text-truncate">
|
|
36
|
-
<div class="alert alert-app-level" :class="currentPage.status">
|
|
37
|
-
<div class="alert-items">
|
|
38
|
-
<div class="alert-item">
|
|
39
|
-
<div class="alert-icon-wrapper">
|
|
40
|
-
<atoms-the-icon
|
|
41
|
-
:class="['alert-icon', iconName]"
|
|
42
|
-
:name="iconName"
|
|
43
|
-
stroke="none"
|
|
44
|
-
fill="#fff"
|
|
45
|
-
/>
|
|
46
|
-
</div>
|
|
47
|
-
|
|
48
|
-
<span class="alert-text">{{ setMessage }}</span>
|
|
49
|
-
|
|
50
|
-
<div class="alert-actions" @click="clickButton">
|
|
51
|
-
<button
|
|
52
|
-
:id="`${props.testId}-action-button`"
|
|
53
|
-
class="btn alert-action"
|
|
54
|
-
>
|
|
55
|
-
{{ setActionText }}
|
|
56
|
-
</button>
|
|
57
|
-
</div>
|
|
58
|
-
</div>
|
|
59
|
-
</div>
|
|
60
|
-
|
|
61
|
-
<button
|
|
62
|
-
:id="`${props.testId}-remove-button`"
|
|
63
|
-
class="close"
|
|
64
|
-
@click="removeCurrentNotificationByKey(currentPage.id)"
|
|
65
|
-
>
|
|
66
|
-
<atoms-the-icon name="close" fill="#fff" />
|
|
67
|
-
</button>
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
</div>
|
|
71
|
-
</div>
|
|
72
|
-
</template>
|
|
73
|
-
|
|
74
|
-
<script setup lang="ts">
|
|
75
|
-
import { useLocal } from '~/composables/useLocal'
|
|
76
|
-
import { UI_I_NotificationItem } from '~/components/atoms/notificationBar/models/interfaces'
|
|
77
|
-
import {
|
|
78
|
-
UI_E_ActionTextByStatus,
|
|
79
|
-
UI_E_ColorsPageControl,
|
|
80
|
-
UI_E_IconsByStatus,
|
|
81
|
-
UI_E_MsgByStatus,
|
|
82
|
-
} from '~/components/atoms/notificationBar/models/enums'
|
|
83
|
-
import { UI_T_ColorsPageControlKey } from '~/components/atoms/notificationBar/models/types'
|
|
84
|
-
|
|
85
|
-
const { $store } = useNuxtApp()
|
|
86
|
-
const localization = computed<any>(() => useLocal())
|
|
87
|
-
|
|
88
|
-
const props = withDefaults(
|
|
89
|
-
defineProps<{
|
|
90
|
-
items: UI_I_NotificationItem[]
|
|
91
|
-
testId?: string
|
|
92
|
-
}>(),
|
|
93
|
-
{ testId: 'ui-notification-bar' }
|
|
94
|
-
)
|
|
95
|
-
|
|
96
|
-
const stepPosition = ref<number>(1)
|
|
97
|
-
|
|
98
|
-
const removeCurrentNotificationByKey = (key: number | string): void => {
|
|
99
|
-
stepPosition.value = Math.min(props.items.length - 1, stepPosition.value)
|
|
100
|
-
$store.dispatch('main/A_REMOVE_NOTIFICATION_ITEM', key)
|
|
101
|
-
}
|
|
102
|
-
const prevPage = (): void => {
|
|
103
|
-
if (stepPosition.value === 1) {
|
|
104
|
-
stepPosition.value = props.items.length
|
|
105
|
-
} else {
|
|
106
|
-
stepPosition.value--
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
const nextPage = (): void => {
|
|
110
|
-
if (stepPosition.value === props.items.length) {
|
|
111
|
-
stepPosition.value = 1
|
|
112
|
-
} else {
|
|
113
|
-
stepPosition.value++
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
const clickButton = (): void => {
|
|
117
|
-
console.log('action')
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
const currentPage = computed(() => {
|
|
121
|
-
return props.items.find((_, i) => i + 1 === stepPosition.value)
|
|
122
|
-
})
|
|
123
|
-
|
|
124
|
-
const status = computed<UI_T_ColorsPageControlKey>(
|
|
125
|
-
() => currentPage.value?.status || 'alert-success'
|
|
126
|
-
)
|
|
127
|
-
const setActionText = computed<string>(
|
|
128
|
-
() => localization.value[UI_E_ActionTextByStatus[status.value]]
|
|
129
|
-
)
|
|
130
|
-
|
|
131
|
-
const setMessage = computed<string>(
|
|
132
|
-
() => localization.value[UI_E_MsgByStatus[status.value]]
|
|
133
|
-
)
|
|
134
|
-
|
|
135
|
-
const iconName = computed<string>(
|
|
136
|
-
() => UI_E_IconsByStatus[currentPage.value.status]
|
|
137
|
-
)
|
|
138
|
-
|
|
139
|
-
const bgPageControl = computed<string>(
|
|
140
|
-
() => UI_E_ColorsPageControl[status.value]
|
|
141
|
-
)
|
|
142
|
-
</script>
|
|
143
|
-
|
|
144
|
-
<style lang="scss" scoped>
|
|
145
|
-
@import '~/assets/scss/common/mixins';
|
|
146
|
-
.notification-bar {
|
|
147
|
-
.alert {
|
|
148
|
-
&-app-level {
|
|
149
|
-
.close {
|
|
150
|
-
&:focus {
|
|
151
|
-
box-shadow: none;
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
.page-control {
|
|
158
|
-
:is(.alerts-page-down, .alerts-page-up) {
|
|
159
|
-
@include flex($align: center, $just: center);
|
|
160
|
-
}
|
|
161
|
-
.alerts-pager-button {
|
|
162
|
-
@include flex($align: center);
|
|
163
|
-
}
|
|
164
|
-
svg {
|
|
165
|
-
width: 15px;
|
|
166
|
-
fill: #fff;
|
|
167
|
-
}
|
|
168
|
-
&__prev {
|
|
169
|
-
transform: rotate(-90deg);
|
|
170
|
-
}
|
|
171
|
-
&__next {
|
|
172
|
-
transform: rotate(90deg);
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="notification-bar">
|
|
3
|
+
<div class="alerts" :style="{ 'background-color': bgPageControl }">
|
|
4
|
+
<div
|
|
5
|
+
v-if="props.items.length > 1"
|
|
6
|
+
:class="['alerts-pager ng-star-inserted']"
|
|
7
|
+
>
|
|
8
|
+
<div class="alerts-pager-control page-control">
|
|
9
|
+
<div class="alerts-page-down">
|
|
10
|
+
<button
|
|
11
|
+
:id="`${props.testId}-prev-button`"
|
|
12
|
+
class="alerts-pager-button"
|
|
13
|
+
@click="prevPage"
|
|
14
|
+
>
|
|
15
|
+
<atoms-the-icon class="page-control__prev" name="angle" />
|
|
16
|
+
</button>
|
|
17
|
+
</div>
|
|
18
|
+
|
|
19
|
+
<div class="alerts-pager-text">
|
|
20
|
+
{{ stepPosition }} / {{ props.items.length }}
|
|
21
|
+
</div>
|
|
22
|
+
|
|
23
|
+
<div class="alerts-page-up">
|
|
24
|
+
<button
|
|
25
|
+
:id="`${props.testId}-next-button`"
|
|
26
|
+
class="alerts-pager-button"
|
|
27
|
+
@click="nextPage"
|
|
28
|
+
>
|
|
29
|
+
<atoms-the-icon class="page-control__next" name="angle" />
|
|
30
|
+
</button>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
<div class="alert-text-truncate">
|
|
36
|
+
<div class="alert alert-app-level" :class="currentPage.status">
|
|
37
|
+
<div class="alert-items">
|
|
38
|
+
<div class="alert-item">
|
|
39
|
+
<div class="alert-icon-wrapper">
|
|
40
|
+
<atoms-the-icon
|
|
41
|
+
:class="['alert-icon', iconName]"
|
|
42
|
+
:name="iconName"
|
|
43
|
+
stroke="none"
|
|
44
|
+
fill="#fff"
|
|
45
|
+
/>
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<span class="alert-text">{{ setMessage }}</span>
|
|
49
|
+
|
|
50
|
+
<div class="alert-actions" @click="clickButton">
|
|
51
|
+
<button
|
|
52
|
+
:id="`${props.testId}-action-button`"
|
|
53
|
+
class="btn alert-action"
|
|
54
|
+
>
|
|
55
|
+
{{ setActionText }}
|
|
56
|
+
</button>
|
|
57
|
+
</div>
|
|
58
|
+
</div>
|
|
59
|
+
</div>
|
|
60
|
+
|
|
61
|
+
<button
|
|
62
|
+
:id="`${props.testId}-remove-button`"
|
|
63
|
+
class="close"
|
|
64
|
+
@click="removeCurrentNotificationByKey(currentPage.id)"
|
|
65
|
+
>
|
|
66
|
+
<atoms-the-icon name="close" fill="#fff" />
|
|
67
|
+
</button>
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
|
+
</div>
|
|
71
|
+
</div>
|
|
72
|
+
</template>
|
|
73
|
+
|
|
74
|
+
<script setup lang="ts">
|
|
75
|
+
import { useLocal } from '~/composables/useLocal'
|
|
76
|
+
import { UI_I_NotificationItem } from '~/components/atoms/notificationBar/models/interfaces'
|
|
77
|
+
import {
|
|
78
|
+
UI_E_ActionTextByStatus,
|
|
79
|
+
UI_E_ColorsPageControl,
|
|
80
|
+
UI_E_IconsByStatus,
|
|
81
|
+
UI_E_MsgByStatus,
|
|
82
|
+
} from '~/components/atoms/notificationBar/models/enums'
|
|
83
|
+
import { UI_T_ColorsPageControlKey } from '~/components/atoms/notificationBar/models/types'
|
|
84
|
+
|
|
85
|
+
const { $store } = useNuxtApp()
|
|
86
|
+
const localization = computed<any>(() => useLocal())
|
|
87
|
+
|
|
88
|
+
const props = withDefaults(
|
|
89
|
+
defineProps<{
|
|
90
|
+
items: UI_I_NotificationItem[]
|
|
91
|
+
testId?: string
|
|
92
|
+
}>(),
|
|
93
|
+
{ testId: 'ui-notification-bar' }
|
|
94
|
+
)
|
|
95
|
+
|
|
96
|
+
const stepPosition = ref<number>(1)
|
|
97
|
+
|
|
98
|
+
const removeCurrentNotificationByKey = (key: number | string): void => {
|
|
99
|
+
stepPosition.value = Math.min(props.items.length - 1, stepPosition.value)
|
|
100
|
+
$store.dispatch('main/A_REMOVE_NOTIFICATION_ITEM', key)
|
|
101
|
+
}
|
|
102
|
+
const prevPage = (): void => {
|
|
103
|
+
if (stepPosition.value === 1) {
|
|
104
|
+
stepPosition.value = props.items.length
|
|
105
|
+
} else {
|
|
106
|
+
stepPosition.value--
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
const nextPage = (): void => {
|
|
110
|
+
if (stepPosition.value === props.items.length) {
|
|
111
|
+
stepPosition.value = 1
|
|
112
|
+
} else {
|
|
113
|
+
stepPosition.value++
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
const clickButton = (): void => {
|
|
117
|
+
console.log('action')
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
const currentPage = computed(() => {
|
|
121
|
+
return props.items.find((_, i) => i + 1 === stepPosition.value)
|
|
122
|
+
})
|
|
123
|
+
|
|
124
|
+
const status = computed<UI_T_ColorsPageControlKey>(
|
|
125
|
+
() => currentPage.value?.status || 'alert-success'
|
|
126
|
+
)
|
|
127
|
+
const setActionText = computed<string>(
|
|
128
|
+
() => localization.value[UI_E_ActionTextByStatus[status.value]]
|
|
129
|
+
)
|
|
130
|
+
|
|
131
|
+
const setMessage = computed<string>(
|
|
132
|
+
() => localization.value[UI_E_MsgByStatus[status.value]]
|
|
133
|
+
)
|
|
134
|
+
|
|
135
|
+
const iconName = computed<string>(
|
|
136
|
+
() => UI_E_IconsByStatus[currentPage.value.status]
|
|
137
|
+
)
|
|
138
|
+
|
|
139
|
+
const bgPageControl = computed<string>(
|
|
140
|
+
() => UI_E_ColorsPageControl[status.value]
|
|
141
|
+
)
|
|
142
|
+
</script>
|
|
143
|
+
|
|
144
|
+
<style lang="scss" scoped>
|
|
145
|
+
@import '~/assets/scss/common/mixins';
|
|
146
|
+
.notification-bar {
|
|
147
|
+
.alert {
|
|
148
|
+
&-app-level {
|
|
149
|
+
.close {
|
|
150
|
+
&:focus {
|
|
151
|
+
box-shadow: none;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
.page-control {
|
|
158
|
+
:is(.alerts-page-down, .alerts-page-up) {
|
|
159
|
+
@include flex($align: center, $just: center);
|
|
160
|
+
}
|
|
161
|
+
.alerts-pager-button {
|
|
162
|
+
@include flex($align: center);
|
|
163
|
+
}
|
|
164
|
+
svg {
|
|
165
|
+
width: 15px;
|
|
166
|
+
fill: #fff;
|
|
167
|
+
}
|
|
168
|
+
&__prev {
|
|
169
|
+
transform: rotate(-90deg);
|
|
170
|
+
}
|
|
171
|
+
&__next {
|
|
172
|
+
transform: rotate(90deg);
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
</style>
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="page-size">
|
|
3
|
-
{{ selectLabel }}
|
|
4
|
-
|
|
5
|
-
<div class="clr-select-wrapper">
|
|
6
|
-
<select
|
|
7
|
-
:id="`${props.testId}-select`"
|
|
8
|
-
:value="props.pageSize"
|
|
9
|
-
class="clr-page-size-select"
|
|
10
|
-
@change="change"
|
|
11
|
-
>
|
|
12
|
-
<option
|
|
13
|
-
v-for="(item, key) in props.options"
|
|
14
|
-
:key="key"
|
|
15
|
-
:value="item.value"
|
|
16
|
-
>
|
|
17
|
-
{{ item.text }}
|
|
18
|
-
</option>
|
|
19
|
-
</select>
|
|
20
|
-
</div>
|
|
21
|
-
</div>
|
|
22
|
-
</template>
|
|
23
|
-
|
|
24
|
-
<script setup lang="ts">
|
|
25
|
-
import { UI_I_Localization } from '~/models/interfaces'
|
|
26
|
-
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
27
|
-
|
|
28
|
-
const props = withDefaults(
|
|
29
|
-
defineProps<{
|
|
30
|
-
pageSize: number
|
|
31
|
-
options: UI_I_OptionItem[]
|
|
32
|
-
label?: string
|
|
33
|
-
testId?: string
|
|
34
|
-
}>(),
|
|
35
|
-
{
|
|
36
|
-
testId: 'ui-per-page',
|
|
37
|
-
label: 'itemsPerPage',
|
|
38
|
-
}
|
|
39
|
-
)
|
|
40
|
-
const emits = defineEmits<{
|
|
41
|
-
(event: 'change', num: number): void
|
|
42
|
-
}>()
|
|
43
|
-
|
|
44
|
-
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
45
|
-
const selectLabel = computed<string>(() => localization.value[props.label])
|
|
46
|
-
|
|
47
|
-
const change = (e: InputEvent): void => {
|
|
48
|
-
emits('change', +(e.target as HTMLInputElement).value)
|
|
49
|
-
}
|
|
50
|
-
</script>
|
|
51
|
-
|
|
52
|
-
<style scoped></style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="page-size">
|
|
3
|
+
{{ selectLabel }}
|
|
4
|
+
|
|
5
|
+
<div class="clr-select-wrapper">
|
|
6
|
+
<select
|
|
7
|
+
:id="`${props.testId}-select`"
|
|
8
|
+
:value="props.pageSize"
|
|
9
|
+
class="clr-page-size-select"
|
|
10
|
+
@change="change"
|
|
11
|
+
>
|
|
12
|
+
<option
|
|
13
|
+
v-for="(item, key) in props.options"
|
|
14
|
+
:key="key"
|
|
15
|
+
:value="item.value"
|
|
16
|
+
>
|
|
17
|
+
{{ item.text }}
|
|
18
|
+
</option>
|
|
19
|
+
</select>
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
</template>
|
|
23
|
+
|
|
24
|
+
<script setup lang="ts">
|
|
25
|
+
import { UI_I_Localization } from '~/models/interfaces'
|
|
26
|
+
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
27
|
+
|
|
28
|
+
const props = withDefaults(
|
|
29
|
+
defineProps<{
|
|
30
|
+
pageSize: number
|
|
31
|
+
options: UI_I_OptionItem[]
|
|
32
|
+
label?: string
|
|
33
|
+
testId?: string
|
|
34
|
+
}>(),
|
|
35
|
+
{
|
|
36
|
+
testId: 'ui-per-page',
|
|
37
|
+
label: 'itemsPerPage',
|
|
38
|
+
}
|
|
39
|
+
)
|
|
40
|
+
const emits = defineEmits<{
|
|
41
|
+
(event: 'change', num: number): void
|
|
42
|
+
}>()
|
|
43
|
+
|
|
44
|
+
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
45
|
+
const selectLabel = computed<string>(() => localization.value[props.label])
|
|
46
|
+
|
|
47
|
+
const change = (e: InputEvent): void => {
|
|
48
|
+
emits('change', +(e.target as HTMLInputElement).value)
|
|
49
|
+
}
|
|
50
|
+
</script>
|
|
51
|
+
|
|
52
|
+
<style scoped></style>
|