dashboard/shell
Phillip Rak 455fd39c58 Update tsconfig paths and add `vue-shim.d.ts`
Update paths in `shell/tsconfig.paths.json` to include "@components/*" alias that maps to "../pkg/rancher-components/src/components/*". Typescript was unable to properly locate components using the `@components` alias because this path was not defined.

Add declarations to support our i18n plugin to `shell/types/vue-shim.d.ts` so that `this.t()` and the `t` component can be recognized in components utilizing `defineComponent`.

Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-01-10 09:06:46 -07:00
..
assets Merge pull request #10189 from rak-phillip/chore/2.9/update-environment 2024-01-04 19:42:23 -07:00
chart Add grafana resource configuration (#10086) 2024-01-08 17:05:25 +00:00
cloud-credential fix issue with environment not being passed as data when checking credentials + unit test this usecase (#9596) 2023-08-30 18:10:08 +01:00
components Replace `Vue.extend` with `defineComponent` in shell 2024-01-10 09:06:46 -07:00
composables Expose focused through composable 2024-01-05 09:51:45 -07:00
config - Add providerSummary getter to machinedeployment model 2024-01-02 15:17:35 +01:00
core remove "process." mentions from Dashboard and adjust code (#10119) 2023-12-13 08:41:26 +00:00
creators Move extensions gitlab workflow (#10114) 2023-12-06 12:37:22 -05:00
detail - Add providerSummary getter to machinedeployment model 2024-01-02 15:17:35 +01:00
dialog scaling down to zero restrictions for RKE1 (#10017) 2023-12-14 10:08:34 -08:00
edit Replace `Vue.extend` with `defineComponent` in shell 2024-01-10 09:06:46 -07:00
initialize remove page transitions from Dashboard (#10126) 2023-12-15 16:45:09 +00:00
layouts [INT] Removed vue-meta library (#9952) 2023-12-05 09:42:23 -08:00
list Fix bug where a manually added node breaks the node list page (#10091) 2024-01-08 17:08:50 +00:00
machine-config fix ui inconsistency in vsphere config section when in view mode (#10183) 2023-12-22 12:42:50 -08:00
middleware remove "process." mentions from Dashboard and adjust code (#10119) 2023-12-13 08:41:26 +00:00
mixins Replace `Vue.extend` with `defineComponent` in shell 2024-01-10 09:06:46 -07:00
models Fix bug where a manually added node breaks the node list page (#10091) 2024-01-08 17:08:50 +00:00
pages Fix chart installation question groups are "None" if there is only 1 group defined (#10203) 2024-01-04 19:02:19 +00:00
pkg Add the ability to import layouts from extensions 2023-07-07 13:53:57 -07:00
plugins Merge pull request #10037 from Shavindra/9371-remove-unwatned-properties 2024-01-08 15:48:08 +00:00
promptRemove Revert "update logic to have option for cluster member to delete a project without deleting the namespaces associated (#9594)" (#9938) 2023-10-17 17:43:37 +01:00
public Fix theme of initial loading page when user hasn't previously selected a theme 2023-08-07 14:58:25 +01:00
scripts update shell pkg workflow to release the remaining pkgs that are usually published in tandem with shell on npm (#10185) 2023-12-20 08:10:20 +00:00
server Add support for replaying network requests from a captured HAR file (#10149) 2023-12-20 16:39:00 +00:00
static The inner of the loading spinner uses different color than body. (#7806) 2023-01-10 08:57:35 +00:00
store Merge pull request #10154 from ly5156/translation-fallback 2024-01-02 16:25:48 +00:00
types Update tsconfig paths and add `vue-shim.d.ts` 2024-01-10 09:06:46 -07:00
utils Replace `Vue.extend` with `defineComponent` in shell 2024-01-10 09:06:46 -07:00
babel.config.js Correct issue with TS after tsconfig split with unit tests (#9686) 2023-12-12 11:35:38 +01:00
package.json revert changes to shell version - now back to current version (#10188) 2023-12-20 14:11:40 +00:00
tsconfig.json Correct issue with TS after tsconfig split with unit tests (#9686) 2023-12-12 11:35:38 +01:00
tsconfig.paths.json Update tsconfig paths and add `vue-shim.d.ts` 2024-01-10 09:06:46 -07:00
vue-config-helper.js Recover proxy config mechanism (#9616) 2023-08-31 12:20:08 +01:00
vue.config.js Add support for replaying network requests from a captured HAR file (#10149) 2023-12-20 16:39:00 +00:00