aboutsummaryrefslogtreecommitdiff
path: root/components.d.ts
diff options
context:
space:
mode:
authorGravatar cgoIT <carsten.goetzinger@concedro.com> 2023-04-19 20:30:45 +0200
committerGravatar GitHub <noreply@github.com> 2023-04-19 20:30:45 +0200
commitdf989e24b3937876f094301e33762677d604888a (patch)
tree672ea49abff8e3b1a33fcb41bdfbeade0227ee0f /components.d.ts
parent6d2202597c269925422af02a862c64d1b0548093 (diff)
downloadit-tools-df989e24b3937876f094301e33762677d604888a.tar.gz
it-tools-df989e24b3937876f094301e33762677d604888a.tar.zst
it-tools-df989e24b3937876f094301e33762677d604888a.zip
feat(ipv4-range-expander): expands a given IPv4 start and end address to a valid IPv4 subnet (#366)
* feat(ipv4-range-expander): expands a given IPv4 start and end address to a valid IPv4 subnet * feat(ipv4-range-expander): remove old component copyable-ip-like.vue * feat(ipv4-range-expander): fix sonar findings * feat(ipv4-range-expander): changes due to review * feat(ipv4-range-expander): only show n-alert if both ipv4 addresses are valid
Diffstat (limited to 'components.d.ts')
-rw-r--r--components.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/components.d.ts b/components.d.ts
index 8c75790..caaa50a 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -67,6 +67,7 @@ declare module '@vue/runtime-core' {
RouterView: typeof import('vue-router')['RouterView']
SearchBar: typeof import('./src/components/SearchBar.vue')['default']
SearchBarItem: typeof import('./src/components/SearchBarItem.vue')['default']
+ SpanCopyable: typeof import('./src/components/SpanCopyable.vue')['default']
TextareaCopyable: typeof import('./src/components/TextareaCopyable.vue')['default']
ToolCard: typeof import('./src/components/ToolCard.vue')['default']
}