-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into hcode/add-luma
- Loading branch information
Showing
364 changed files
with
9,536 additions
and
7,065 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,96 @@ | ||
{ | ||
"name": "@acedatacloud/nexior", | ||
"entries": [ | ||
{ | ||
"date": "Fri, 16 Aug 2024 08:07:12 GMT", | ||
"version": "2.9.2", | ||
"tag": "@acedatacloud/nexior_v2.9.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@acedatacloud/nexior", | ||
"commit": "49ab74e344d3c8165d8ede8ac97eed4ff1384643", | ||
"comment": "fix application list apply" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 16 Aug 2024 07:42:29 GMT", | ||
"version": "2.9.1", | ||
"tag": "@acedatacloud/nexior_v2.9.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@acedatacloud/nexior", | ||
"commit": "acc99514ca9c6f30e24d549b3fdc47f8d59efa2b", | ||
"comment": "fix retrieve task issue" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 15 Aug 2024 17:54:12 GMT", | ||
"version": "2.9.0", | ||
"tag": "@acedatacloud/nexior_v2.9.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@acedatacloud/nexior", | ||
"commit": "3fecca9369ee511d175963bbfb93a6f6f197b7de", | ||
"comment": "fix chat restart" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 15 Aug 2024 16:33:11 GMT", | ||
"version": "2.8.0", | ||
"tag": "@acedatacloud/nexior_v2.8.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@acedatacloud/nexior", | ||
"commit": "14b04fe54f4260a580e1dcc912ee16eb2df33ed0", | ||
"comment": "add subscriptions support" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 15 Aug 2024 16:11:49 GMT", | ||
"version": "2.7.0", | ||
"tag": "@acedatacloud/nexior_v2.7.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@acedatacloud/nexior", | ||
"commit": "1acebc565124e301ef249c03491b118d8f436d91", | ||
"comment": "fix chat restart" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 14 Aug 2024 17:53:13 GMT", | ||
"version": "2.6.1", | ||
"tag": "@acedatacloud/nexior_v2.6.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@acedatacloud/nexior", | ||
"commit": "895f93d6366c026b78d920d91bb0eb2db4fbb8b7", | ||
"comment": "fix edit message" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 14 Aug 2024 08:41:03 GMT", | ||
"version": "2.6.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,57 @@ | ||
# Change Log - @acedatacloud/nexior | ||
|
||
This log was last generated on Wed, 14 Aug 2024 08:41:03 GMT and should not be manually modified. | ||
This log was last generated on Fri, 16 Aug 2024 08:07:12 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 2.9.2 | ||
|
||
Fri, 16 Aug 2024 08:07:12 GMT | ||
|
||
### Patches | ||
|
||
- fix application list apply ([email protected]) | ||
|
||
## 2.9.1 | ||
|
||
Fri, 16 Aug 2024 07:42:29 GMT | ||
|
||
### Patches | ||
|
||
- fix retrieve task issue ([email protected]) | ||
|
||
## 2.9.0 | ||
|
||
Thu, 15 Aug 2024 17:54:12 GMT | ||
|
||
### Minor changes | ||
|
||
- fix chat restart ([email protected]) | ||
|
||
## 2.8.0 | ||
|
||
Thu, 15 Aug 2024 16:33:11 GMT | ||
|
||
### Minor changes | ||
|
||
- add subscriptions support ([email protected]) | ||
|
||
## 2.7.0 | ||
|
||
Thu, 15 Aug 2024 16:11:49 GMT | ||
|
||
### Minor changes | ||
|
||
- fix chat restart ([email protected]) | ||
|
||
## 2.6.1 | ||
|
||
Wed, 14 Aug 2024 17:53:13 GMT | ||
|
||
### Patches | ||
|
||
- fix edit message ([email protected]) | ||
|
||
## 2.6.0 | ||
|
||
Wed, 14 Aug 2024 08:41:03 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acedatacloud/nexior", | ||
"version": "2.6.0", | ||
"version": "2.9.2", | ||
"author": "Germey Technology <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<template> | ||
<el-tooltip effect="dark" :content="$t('common.button.restart')" placement="top-start"> | ||
<font-awesome-icon icon="fa-solid fa-sync" class="icon-sync" @click="onRestart" /> | ||
</el-tooltip> | ||
</template> | ||
|
||
<script lang="ts"> | ||
import { defineComponent } from 'vue'; | ||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'; | ||
import { ElTooltip } from 'element-plus'; | ||
export default defineComponent({ | ||
name: 'CopyToClipboard', | ||
components: { | ||
FontAwesomeIcon, | ||
ElTooltip | ||
}, | ||
props: { | ||
messages: { | ||
type: Array, | ||
required: false, | ||
default: () => [] | ||
} | ||
}, | ||
emits: ['restart'], | ||
data() { | ||
return { | ||
copied: false | ||
}; | ||
}, | ||
methods: { | ||
onRestart() { | ||
this.$emit('restart'); | ||
} | ||
} | ||
}); | ||
</script> | ||
|
||
<style lang="scss" scoped> | ||
.icon-sync { | ||
margin-left: 5px; | ||
cursor: pointer; | ||
color: inherit; | ||
} | ||
</style> |
Oops, something went wrong.