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.
Files changed (84) hide show
  1. package/components/atoms/alert/Notification.vue +167 -167
  2. package/components/atoms/autocomplete/Autocomplete.vue +236 -236
  3. package/components/atoms/combobox/Combobox.vue +131 -131
  4. package/components/atoms/datepicker/Datepicker.vue +612 -612
  5. package/components/atoms/dropdown/tree/Tree.vue +134 -134
  6. package/components/atoms/list/SelectList.vue +62 -62
  7. package/components/atoms/modal/bySteps/BySteps.vue +234 -234
  8. package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +174 -174
  9. package/components/atoms/nav/NavBar.vue +116 -116
  10. package/components/atoms/nav/VerticalNavBar.vue +89 -89
  11. package/components/atoms/notificationBar/NotificationBar.vue +175 -175
  12. package/components/atoms/perPage/PerPage.vue +52 -52
  13. package/components/atoms/popup/SimplePopup.vue +90 -90
  14. package/components/atoms/step/VerticalStep.vue +104 -104
  15. package/components/atoms/switch/Switch.vue +107 -107
  16. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +204 -204
  17. package/components/atoms/table/dataGrid/DataGridPage.vue +189 -189
  18. package/components/atoms/table/dataGrid/DataGridPagination.vue +83 -83
  19. package/components/atoms/table/dataGrid/config/itemsPerPage.ts +20 -20
  20. package/components/atoms/tabs/Tabs.vue +189 -189
  21. package/components/atoms/tooltip/Signpost.vue +224 -224
  22. package/components/common/accordion/Accordion.vue +176 -176
  23. package/components/common/accordion/Recursion.vue +195 -195
  24. package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
  25. package/components/common/adapterManager/NoActiveAdaptersModal.vue +62 -62
  26. package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +62 -62
  27. package/components/common/browse/Browse.vue +182 -182
  28. package/components/common/browse/blocks/Title.vue +66 -66
  29. package/components/common/diagramMain/Header.vue +160 -160
  30. package/components/common/diagramMain/adapter/AdapterItem.vue +227 -227
  31. package/components/common/diagramMain/adapter/AdapterItems.vue +57 -57
  32. package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +236 -236
  33. package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +178 -178
  34. package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +392 -392
  35. package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +339 -339
  36. package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +202 -202
  37. package/components/common/diagramMain/modals/remove/RemoveModal.vue +226 -226
  38. package/components/common/diagramMain/modals/viewSettings/Info.vue +94 -94
  39. package/components/common/diagramMain/network/Contents.vue +238 -238
  40. package/components/common/feedback/Buttons.vue +232 -232
  41. package/components/common/feedback/Message.vue +468 -468
  42. package/components/common/feedback/VisitPortal.vue +54 -54
  43. package/components/common/modals/Rename.vue +165 -165
  44. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +388 -388
  45. package/components/common/monitor/models/interfaces.ts +1 -0
  46. package/components/common/perPage/PerPage.vue +51 -51
  47. package/components/common/recursionTree/RecursionTree.vue +201 -201
  48. package/components/common/vm/actions/add/Add.vue +687 -687
  49. package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
  50. package/components/common/vm/actions/add/config/capabilities.ts +670 -670
  51. package/components/common/vm/actions/add/customizeHardware/CustomizeHardware.vue +1 -1
  52. package/components/common/vm/actions/add/customizeHardware/virtualHardware/VirtualHardware.vue +1 -1
  53. package/components/common/vm/actions/add/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
  54. package/components/common/vm/actions/add/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +55 -55
  55. package/components/common/vm/actions/add/customizeHardware/virtualHardware/cpu/Sa.vue +102 -102
  56. package/components/common/vm/actions/add/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +447 -447
  57. package/components/common/vm/actions/add/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +147 -147
  58. package/components/common/vm/actions/add/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +86 -86
  59. package/components/common/vm/actions/add/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +114 -114
  60. package/components/common/vm/actions/add/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +50 -50
  61. package/components/common/vm/actions/add/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +52 -52
  62. package/components/common/vm/actions/add/select/compatibility/Compatibility.vue +151 -151
  63. package/components/common/vm/actions/add/select/computeResource/ComputeResource.vue +170 -170
  64. package/components/common/vm/actions/add/select/computeResource/TreeView.vue +126 -126
  65. package/components/common/vm/actions/add/select/name/Name.vue +173 -173
  66. package/components/common/vm/actions/add/select/os/os.vue +221 -221
  67. package/components/common/vm/actions/add/utils.ts +118 -118
  68. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +141 -141
  69. package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +373 -373
  70. package/components/common/wizards/datastore/add/nfs/configuration/serversList/ServersList.vue +123 -123
  71. package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +54 -54
  72. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/HostTable.vue +131 -131
  73. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +230 -230
  74. package/models/store/storage/interfaces.ts +32 -32
  75. package/package.json +1 -1
  76. package/plugins/recursion.ts +230 -230
  77. package/public/spice-console/application/codec.js +257 -257
  78. package/public/spice-console/lib/rasterEngine.js +907 -907
  79. package/public/spice-console-minify/lib/decoder/dixie.min.js +4 -4
  80. package/public/spice-console-minify/lib/jgestures.min.js +24 -24
  81. package/public/spice-console-minify/lib/jquery-2.0.3.min.js +24 -24
  82. package/public/spice-console-minify/lib/jquery-mousewheel.min.js +11 -11
  83. package/public/spice-console-minify/lib/jquery-visibility.min.js +1 -1
  84. package/public/spice-console-minify/lib/lodash.4.0.0.min.js +5 -5
@@ -1,204 +1,204 @@
1
- <template>
2
- <div class="column-switch-wrap flex-align-center relative" @click.stop>
3
- <button :id="columnSwitchId" class="column-switch-btn" @click.stop="toggle">
4
- <atoms-the-icon
5
- name="column-switch"
6
- width="16px"
7
- height="16px"
8
- class="toggle-icon"
9
- />
10
- </button>
11
-
12
- <div v-show="open" :style="dropdownStyles" class="dropdown-menu">
13
- <div class="column-switch">
14
- <div class="switch-header">
15
- {{ localization.showColumns }}
16
- </div>
17
- <ul class="switch-content list-unstyled">
18
- <li
19
- v-for="(item, key) in columnKeysPresent"
20
- :key="`${item.key}_${key}`"
21
- >
22
- <div class="clr-checkbox-wrapper">
23
- <input
24
- :id="`${props.testId}-${item.id}`"
25
- v-model="item.show"
26
- :disabled="isLast && item.show"
27
- type="checkbox"
28
- @change="change($event, key)"
29
- />
30
- <label :for="item.id" class="clr-control-label">{{
31
- item.text
32
- }}</label>
33
- </div>
34
- </li>
35
- </ul>
36
- <div class="switch-footer">
37
- <button
38
- :id="`${props.testId}-select-all-button`"
39
- class="btn btn-sm btn-link switch-button export-link"
40
- @click="selectAll"
41
- >
42
- {{ localization.selectAll }}
43
- </button>
44
- </div>
45
- </div>
46
- </div>
47
- </div>
48
- </template>
49
-
50
- <script setup lang="ts">
51
- import { UI_I_HTMLSelectElement } from '~/models/interfaces'
52
- import { UI_I_ColumnKey } from '~/components/atoms/table/dataGrid/models/interfaces'
53
-
54
- const props = withDefaults(
55
- defineProps<{
56
- columnKeys: UI_I_ColumnKey[]
57
- testId?: string
58
- }>(),
59
- { testId: 'ui-data-grid-column-switch' }
60
- )
61
- const emits = defineEmits<{
62
- (event: 'update:column-keys', value: UI_I_ColumnKey[]): void
63
- }>()
64
-
65
- const columnKeysPresent = computed<UI_I_ColumnKey[]>(() => {
66
- return props.columnKeys.map((item): UI_I_ColumnKey => {
67
- return { ...item, id: useUniqueId() }
68
- })
69
- })
70
-
71
- const localization = computed(() => useLocal())
72
-
73
- const columnSwitchId = ref('')
74
-
75
- const isLast = computed<boolean>(
76
- () => props.columnKeys.filter((columnKey) => columnKey.show).length === 1
77
- )
78
-
79
- const change = (e: UI_I_HTMLSelectElement, key: number): void => {
80
- const newColumnKeys = props.columnKeys.map((columnKey, i) => {
81
- if (i !== key) {
82
- return columnKey
83
- }
84
-
85
- columnKey.show = e.target.checked
86
- return columnKey
87
- })
88
- emits('update:column-keys', newColumnKeys)
89
- }
90
- const selectAll = (): void => {
91
- const newColumnKeys = props.columnKeys.map((columnKey) => {
92
- columnKey.show = true
93
- return columnKey
94
- })
95
- emits('update:column-keys', newColumnKeys)
96
- }
97
-
98
- const windowClick = () => {
99
- hide()
100
- }
101
- onMounted(() => {
102
- window.addEventListener('click', windowClick)
103
- columnSwitchId.value = `column-switch-${useUniqueId()}`
104
- setDropdownStyle()
105
- })
106
- onUnmounted(() => {
107
- window.removeEventListener('click', windowClick)
108
- })
109
-
110
- const open = ref(false)
111
- const hide = (): void => {
112
- open.value = false
113
- }
114
- const toggle = (): void => {
115
- open.value = !open.value
116
- if (!open.value) {
117
- return
118
- }
119
-
120
- setDropdownStyle()
121
- }
122
-
123
- const dropdownStyles = ref({})
124
- const setDropdownStyle = (): void => {
125
- const elem = document.getElementById(columnSwitchId.value)
126
- if (!elem) {
127
- setTimeout(() => setDropdownStyle(), 0)
128
- return
129
- }
130
- const { x, y } = elem.getBoundingClientRect()
131
-
132
- dropdownStyles.value = {
133
- top: `${y - 10}px`,
134
- left: `${x}px`,
135
- }
136
- }
137
- </script>
138
-
139
- <style scoped lang="scss">
140
- .column-switch-wrap {
141
- .column-switch-btn {
142
- cursor: pointer;
143
- padding: 0;
144
- border: 0;
145
- display: flex;
146
- background-color: transparent;
147
-
148
- .toggle-icon {
149
- fill: #575757;
150
- }
151
- &:hover {
152
- .toggle-icon {
153
- fill: #0079b8;
154
- }
155
- }
156
- }
157
-
158
- .dropdown-menu {
159
- position: fixed;
160
- z-index: 1000;
161
- visibility: unset;
162
- transform: translateY(-100%);
163
- background-color: var(--block-view-bg-color);
164
- border-color: var(--global-border-color);
165
-
166
- .column-switch {
167
- border-style: none;
168
- box-shadow: none;
169
- height: 85%;
170
- max-height: calc(15rem + 100px);
171
- padding: 18px;
172
- width: 250px;
173
- display: flex;
174
- flex-direction: column;
175
-
176
- .switch-header {
177
- font-size: 16px;
178
- color: #565656;
179
- padding-bottom: 12px;
180
- }
181
-
182
- .switch-content {
183
- overflow-y: auto;
184
- .clr-control-label {
185
- white-space: normal;
186
- }
187
- }
188
-
189
- .switch-footer {
190
- button {
191
- padding: 0;
192
- margin: 0;
193
- font-size: 12px;
194
- letter-spacing: 1px;
195
- color: #0079b8;
196
- text-transform: uppercase;
197
- display: flex;
198
- align-items: center;
199
- }
200
- }
201
- }
202
- }
203
- }
204
- </style>
1
+ <template>
2
+ <div class="column-switch-wrap flex-align-center relative" @click.stop>
3
+ <button :id="columnSwitchId" class="column-switch-btn" @click.stop="toggle">
4
+ <atoms-the-icon
5
+ name="column-switch"
6
+ width="16px"
7
+ height="16px"
8
+ class="toggle-icon"
9
+ />
10
+ </button>
11
+
12
+ <div v-show="open" :style="dropdownStyles" class="dropdown-menu">
13
+ <div class="column-switch">
14
+ <div class="switch-header">
15
+ {{ localization.showColumns }}
16
+ </div>
17
+ <ul class="switch-content list-unstyled">
18
+ <li
19
+ v-for="(item, key) in columnKeysPresent"
20
+ :key="`${item.key}_${key}`"
21
+ >
22
+ <div class="clr-checkbox-wrapper">
23
+ <input
24
+ :id="`${props.testId}-${item.id}`"
25
+ v-model="item.show"
26
+ :disabled="isLast && item.show"
27
+ type="checkbox"
28
+ @change="change($event, key)"
29
+ />
30
+ <label :for="item.id" class="clr-control-label">{{
31
+ item.text
32
+ }}</label>
33
+ </div>
34
+ </li>
35
+ </ul>
36
+ <div class="switch-footer">
37
+ <button
38
+ :id="`${props.testId}-select-all-button`"
39
+ class="btn btn-sm btn-link switch-button export-link"
40
+ @click="selectAll"
41
+ >
42
+ {{ localization.selectAll }}
43
+ </button>
44
+ </div>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </template>
49
+
50
+ <script setup lang="ts">
51
+ import { UI_I_HTMLSelectElement } from '~/models/interfaces'
52
+ import { UI_I_ColumnKey } from '~/components/atoms/table/dataGrid/models/interfaces'
53
+
54
+ const props = withDefaults(
55
+ defineProps<{
56
+ columnKeys: UI_I_ColumnKey[]
57
+ testId?: string
58
+ }>(),
59
+ { testId: 'ui-data-grid-column-switch' }
60
+ )
61
+ const emits = defineEmits<{
62
+ (event: 'update:column-keys', value: UI_I_ColumnKey[]): void
63
+ }>()
64
+
65
+ const columnKeysPresent = computed<UI_I_ColumnKey[]>(() => {
66
+ return props.columnKeys.map((item): UI_I_ColumnKey => {
67
+ return { ...item, id: useUniqueId() }
68
+ })
69
+ })
70
+
71
+ const localization = computed(() => useLocal())
72
+
73
+ const columnSwitchId = ref('')
74
+
75
+ const isLast = computed<boolean>(
76
+ () => props.columnKeys.filter((columnKey) => columnKey.show).length === 1
77
+ )
78
+
79
+ const change = (e: UI_I_HTMLSelectElement, key: number): void => {
80
+ const newColumnKeys = props.columnKeys.map((columnKey, i) => {
81
+ if (i !== key) {
82
+ return columnKey
83
+ }
84
+
85
+ columnKey.show = e.target.checked
86
+ return columnKey
87
+ })
88
+ emits('update:column-keys', newColumnKeys)
89
+ }
90
+ const selectAll = (): void => {
91
+ const newColumnKeys = props.columnKeys.map((columnKey) => {
92
+ columnKey.show = true
93
+ return columnKey
94
+ })
95
+ emits('update:column-keys', newColumnKeys)
96
+ }
97
+
98
+ const windowClick = () => {
99
+ hide()
100
+ }
101
+ onMounted(() => {
102
+ window.addEventListener('click', windowClick)
103
+ columnSwitchId.value = `column-switch-${useUniqueId()}`
104
+ setDropdownStyle()
105
+ })
106
+ onUnmounted(() => {
107
+ window.removeEventListener('click', windowClick)
108
+ })
109
+
110
+ const open = ref(false)
111
+ const hide = (): void => {
112
+ open.value = false
113
+ }
114
+ const toggle = (): void => {
115
+ open.value = !open.value
116
+ if (!open.value) {
117
+ return
118
+ }
119
+
120
+ setDropdownStyle()
121
+ }
122
+
123
+ const dropdownStyles = ref({})
124
+ const setDropdownStyle = (): void => {
125
+ const elem = document.getElementById(columnSwitchId.value)
126
+ if (!elem) {
127
+ setTimeout(() => setDropdownStyle(), 0)
128
+ return
129
+ }
130
+ const { x, y } = elem.getBoundingClientRect()
131
+
132
+ dropdownStyles.value = {
133
+ top: `${y - 10}px`,
134
+ left: `${x}px`,
135
+ }
136
+ }
137
+ </script>
138
+
139
+ <style scoped lang="scss">
140
+ .column-switch-wrap {
141
+ .column-switch-btn {
142
+ cursor: pointer;
143
+ padding: 0;
144
+ border: 0;
145
+ display: flex;
146
+ background-color: transparent;
147
+
148
+ .toggle-icon {
149
+ fill: #575757;
150
+ }
151
+ &:hover {
152
+ .toggle-icon {
153
+ fill: #0079b8;
154
+ }
155
+ }
156
+ }
157
+
158
+ .dropdown-menu {
159
+ position: fixed;
160
+ z-index: 1000;
161
+ visibility: unset;
162
+ transform: translateY(-100%);
163
+ background-color: var(--block-view-bg-color);
164
+ border-color: var(--global-border-color);
165
+
166
+ .column-switch {
167
+ border-style: none;
168
+ box-shadow: none;
169
+ height: 85%;
170
+ max-height: calc(15rem + 100px);
171
+ padding: 18px;
172
+ width: 250px;
173
+ display: flex;
174
+ flex-direction: column;
175
+
176
+ .switch-header {
177
+ font-size: 16px;
178
+ color: #565656;
179
+ padding-bottom: 12px;
180
+ }
181
+
182
+ .switch-content {
183
+ overflow-y: auto;
184
+ .clr-control-label {
185
+ white-space: normal;
186
+ }
187
+ }
188
+
189
+ .switch-footer {
190
+ button {
191
+ padding: 0;
192
+ margin: 0;
193
+ font-size: 12px;
194
+ letter-spacing: 1px;
195
+ color: #0079b8;
196
+ text-transform: uppercase;
197
+ display: flex;
198
+ align-items: center;
199
+ }
200
+ }
201
+ }
202
+ }
203
+ }
204
+ </style>