@saooti/octopus-sdk 30.0.13 → 30.0.14

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/README.md CHANGED
@@ -510,4 +510,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
510
510
  * 30.0.10 PB clearInterval
511
511
  * 30.0.11 Version pour release
512
512
  * 30.0.12 Export ClasicLoading
513
- * 30.0.13 Améliorations css
513
+ * 30.0.13 Améliorations css
514
+ * 30.0.14 Améliorations css
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.13",
3
+ "version": "30.0.14",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "main": "./dist/octopus.common.js",
16
16
  "dependencies": {
17
- "@popperjs/core": "^2.10.2",
17
+ "@popperjs/core": "^2.11.0",
18
18
  "@saooti/octopus-api": "^0.30.2",
19
- "@vue/cli": "^5.0.0-rc.0",
20
- "@vue/compat": "^3.2.21",
19
+ "@vue/cli": "^5.0.0-rc.1",
20
+ "@vue/compat": "^3.2.26",
21
21
  "axios": "^0.24.0",
22
22
  "bootstrap": "^5.1.3",
23
23
  "core-js": "^3.19.01",
@@ -42,22 +42,22 @@
42
42
  "webpack": "^5.62.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@types/bootstrap": "^5.1.6",
45
+ "@types/bootstrap": "^5.1.8",
46
46
  "@types/hls.js": "^1.0.0",
47
- "@types/jquery": "^3.5.8",
47
+ "@types/jquery": "^3.5.11",
48
48
  "@types/vue-datetime": "^1.0.1",
49
- "@typescript-eslint/eslint-plugin": "^5.3.0",
50
- "@typescript-eslint/parser": "^5.3.0",
51
- "@vue/cli-plugin-babel": "^5.0.0-rc.0",
52
- "@vue/cli-plugin-eslint": "^5.0.0-rc.0",
53
- "@vue/cli-plugin-typescript": "^5.0.0-rc.0",
54
- "@vue/cli-service": "^5.0.0-rc.0",
55
- "@vue/compiler-sfc": "^3.2.21",
49
+ "@typescript-eslint/eslint-plugin": "^5.8.1",
50
+ "@typescript-eslint/parser": "^5.8.1",
51
+ "@vue/cli-plugin-babel": "^5.0.0-rc.1",
52
+ "@vue/cli-plugin-eslint": "^5.0.0-rc.1",
53
+ "@vue/cli-plugin-typescript": "^5.0.0-rc.1",
54
+ "@vue/cli-service": "^5.0.0-rc.1",
55
+ "@vue/compiler-sfc": "^3.2.26",
56
56
  "@vue/eslint-config-typescript": "^8.0.0",
57
57
  "babel-eslint": "^10.1.0",
58
58
  "eslint": "^8.2.0",
59
59
  "eslint-plugin-vue": "^7.20.0",
60
- "typescript": "^4.4.4"
60
+ "typescript": "^4.5.4"
61
61
  },
62
62
  "eslintConfig": {
63
63
  "parser": "vue-eslint-parser",
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div
3
3
  v-if="(!value || init) && organisation"
4
- class="default-multiselect-width"
4
+ class="default-multiselect-width organisation-chooser-light"
5
5
  :style="{ width: width }"
6
6
  >
7
7
  <select
@@ -27,7 +27,6 @@
27
27
 
28
28
  <script lang="ts">
29
29
  import octopusApi from '@saooti/octopus-api';
30
-
31
30
  import { Organisation } from '@/store/class/general/organisation';
32
31
  import { defineComponent } from 'vue'
33
32
  export default defineComponent({
@@ -83,8 +82,8 @@ export default defineComponent({
83
82
  })
84
83
  </script>
85
84
 
86
- <style lang="scss" scoped>
87
- select {
85
+ <style lang="scss">
86
+ .organisation-chooser-light select {
88
87
  -webkit-appearance: none;
89
88
  -moz-appearance: none;
90
89
  appearance: none;