@rancher/shell 0.3.22 → 0.3.24
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/assets/styles/base/_variables.scss +1 -0
- package/assets/styles/themes/_dark.scss +1 -0
- package/assets/styles/themes/_light.scss +6 -5
- package/assets/translations/en-us.yaml +15 -10
- package/assets/translations/zh-hans.yaml +1 -1
- package/babel.config.js +3 -0
- package/components/ClusterProviderIconMenu.vue +161 -0
- package/components/Loading.vue +1 -1
- package/components/SideNav.vue +1 -1
- package/components/SortableTable/paging.js +10 -0
- package/components/form/GitPicker.vue +16 -0
- package/components/form/SelectOrCreateAuthSecret.vue +16 -3
- package/components/nav/Group.vue +54 -24
- package/components/nav/Header.vue +1 -1
- package/components/nav/TopLevelMenu.vue +469 -294
- package/components/nav/Type.vue +31 -5
- package/creators/pkg/init +2 -2
- package/edit/fleet.cattle.io.gitrepo.vue +43 -15
- package/edit/logging.banzaicloud.io.output/index.vue +7 -0
- package/edit/provisioning.cattle.io.cluster/CustomCommand.vue +3 -8
- package/edit/provisioning.cattle.io.cluster/rke2.vue +108 -33
- package/edit/resources.cattle.io.backup.vue +3 -1
- package/edit/resources.cattle.io.restore.vue +3 -1
- package/edit/workload/storage/ContainerMountPaths.vue +7 -5
- package/initialize/App.js +2 -0
- package/initialize/client.js +63 -51
- package/initialize/index.js +2 -0
- package/layouts/default.vue +8 -0
- package/machine-config/amazonec2.vue +1 -0
- package/mixins/fetch.client.js +3 -3
- package/package.json +1 -1
- package/pages/__tests__/prefs.test.ts +1 -1
- package/pages/c/_cluster/explorer/ConfigBadge.vue +1 -0
- package/pages/prefs.vue +3 -13
- package/plugins/dashboard-store/resource-class.js +1 -1
- package/public/index.html +4 -2
- package/rancher-components/Form/LabeledInput/LabeledInput.vue +8 -0
- package/rancher-components/Form/Radio/RadioButton.test.ts +7 -3
- package/scripts/extension/parse-tag-name +0 -0
- package/store/prefs.js +3 -4
- package/store/type-map.js +2 -16
- package/types/shell/index.d.ts +10 -1
- package/utils/__tests__/formatter.test.ts +77 -0
- package/utils/__tests__/sort.test.ts +61 -0
- package/utils/formatter.js +11 -0
- package/utils/string.js +12 -0
- package/vue.config.js +7 -6
- package/yarn-error.log +16 -16
package/yarn-error.log
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
Arguments:
|
|
2
|
-
/
|
|
2
|
+
/usr/local/bin/node /usr/local/bin/yarn publish . --new-version 0.3.24 --no-git-tag-version --access public
|
|
3
3
|
|
|
4
4
|
PATH:
|
|
5
|
-
/Users/
|
|
5
|
+
/Users/nwm/.gem/ruby/3.1.2/bin:/Users/nwm/.rubies/ruby-3.1.2/lib/ruby/gems/3.1.0/bin:/Users/nwm/.rubies/ruby-3.1.2/bin:/Users/nwm/.deno/bin:/usr/local/sbin:/Users/nwm/google-cloud-sdk/bin:/opt/local/bin:/opt/local/sbin:/Users/nwm/.rd/bin:/Users/nwm/go/bin:/usr/local/bin:/Users/nwm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin:/Applications/Utilities/kdiff3.app/Contents/MacOS/:/Applications/Visual Studio Code.app/Contents/Resources/app/bin
|
|
6
6
|
|
|
7
7
|
Yarn version:
|
|
8
8
|
1.22.19
|
|
9
9
|
|
|
10
10
|
Node version:
|
|
11
|
-
16.
|
|
11
|
+
16.16.0
|
|
12
12
|
|
|
13
13
|
Platform:
|
|
14
|
-
darwin
|
|
14
|
+
darwin x64
|
|
15
15
|
|
|
16
16
|
Trace:
|
|
17
|
-
Error:
|
|
18
|
-
at
|
|
19
|
-
at
|
|
20
|
-
at
|
|
21
|
-
at
|
|
22
|
-
at
|
|
23
|
-
at
|
|
24
|
-
at
|
|
25
|
-
at
|
|
26
|
-
at
|
|
27
|
-
at
|
|
17
|
+
Error: canceled
|
|
18
|
+
at Interface.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:137150:13)
|
|
19
|
+
at Interface.emit (node:events:527:28)
|
|
20
|
+
at Interface._ttyWrite (node:readline:1081:16)
|
|
21
|
+
at ReadStream.onkeypress (node:readline:288:10)
|
|
22
|
+
at ReadStream.emit (node:events:527:28)
|
|
23
|
+
at emitKeys (node:internal/readline/utils:358:14)
|
|
24
|
+
at emitKeys.next (<anonymous>)
|
|
25
|
+
at ReadStream.onData (node:internal/readline/emitKeypressEvents:61:36)
|
|
26
|
+
at ReadStream.emit (node:events:527:28)
|
|
27
|
+
at addChunk (node:internal/streams/readable:315:12)
|
|
28
28
|
|
|
29
29
|
npm manifest:
|
|
30
30
|
{
|
|
31
31
|
"name": "@rancher/shell",
|
|
32
|
-
"version": "0.3.
|
|
32
|
+
"version": "0.3.24",
|
|
33
33
|
"description": "Rancher Dashboard Shell",
|
|
34
34
|
"repository": "https://github.com/rancherlabs/dashboard",
|
|
35
35
|
"license": "Apache-2.0",
|