@oslokommune/punkt-vue 16.7.4 → 16.7.5
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/CHANGELOG.md +18 -0
- package/dist/components/accordion/Accordion.vue.d.ts +29 -0
- package/dist/components/accordion/AccordionItem.vue.d.ts +48 -0
- package/dist/components/accordion/index.d.ts +7 -0
- package/dist/components/alert/Alert.vue.d.ts +63 -0
- package/dist/components/alert/index.d.ts +6 -0
- package/dist/components/backlink/BackLink.vue.d.ts +52 -0
- package/dist/components/backlink/index.d.ts +6 -0
- package/dist/components/breadcrumbs/Breadcrumbs.vue.d.ts +56 -0
- package/dist/components/breadcrumbs/index.d.ts +6 -0
- package/dist/components/button/Button.vue.d.ts +153 -0
- package/dist/components/button/index.d.ts +6 -0
- package/dist/components/checkbox/Checkbox.vue.d.ts +109 -0
- package/dist/components/checkbox/index.d.ts +6 -0
- package/dist/components/footer/Footer.vue.d.ts +128 -0
- package/dist/components/footer/index.d.ts +6 -0
- package/dist/components/footersimple/FooterSimple.vue.d.ts +107 -0
- package/dist/components/footersimple/index.d.ts +6 -0
- package/dist/components/header/Header.vue.d.ts +297 -0
- package/dist/components/header/index.d.ts +6 -0
- package/dist/components/helptext/Helptext.vue.d.ts +44 -0
- package/dist/components/helptext/index.d.ts +6 -0
- package/dist/components/icon/Icon.vue.d.ts +25 -0
- package/dist/components/icon/index.d.ts +6 -0
- package/dist/components/index.d.ts +24 -0
- package/dist/components/inputwrapper/InputWrapper.vue.d.ts +298 -0
- package/dist/components/inputwrapper/index.d.ts +6 -0
- package/dist/components/linkcard/Linkcard.vue.d.ts +86 -0
- package/dist/components/linkcard/index.d.ts +6 -0
- package/dist/components/loader/Loader.vue.d.ts +29 -0
- package/dist/components/loader/index.d.ts +6 -0
- package/dist/components/messagebox/Messagebox.vue.d.ts +43 -0
- package/dist/components/messagebox/index.d.ts +6 -0
- package/dist/components/plugins.d.ts +24 -0
- package/dist/components/progressbar/Progressbar.vue.d.ts +35 -0
- package/dist/components/progressbar/index.d.ts +6 -0
- package/dist/components/radiobutton/Radiobutton.vue.d.ts +98 -0
- package/dist/components/radiobutton/index.d.ts +6 -0
- package/dist/components/searchinput/SearchInput.vue.d.ts +285 -0
- package/dist/components/searchinput/index.d.ts +6 -0
- package/dist/components/select/Select.vue.d.ts +715 -0
- package/dist/components/select/index.d.ts +6 -0
- package/dist/components/stepper/Step.vue.d.ts +25 -0
- package/dist/components/stepper/Stepper.vue.d.ts +31 -0
- package/dist/components/stepper/index.d.ts +7 -0
- package/dist/components/table/Table.vue.d.ts +28 -0
- package/dist/components/table/TableBody.vue.d.ts +20 -0
- package/dist/components/table/TableDataCell.vue.d.ts +21 -0
- package/dist/components/table/TableHeader.vue.d.ts +21 -0
- package/dist/components/table/TableHeaderCell.vue.d.ts +21 -0
- package/dist/components/table/TableRow.vue.d.ts +20 -0
- package/dist/components/table/index.d.ts +11 -0
- package/dist/components/tabs/Tabs.vue.d.ts +12 -0
- package/dist/components/tabs/index.d.ts +6 -0
- package/dist/components/tag/Tag.vue.d.ts +76 -0
- package/dist/components/tag/index.d.ts +6 -0
- package/dist/components/textarea/Textarea.vue.d.ts +748 -0
- package/dist/components/textarea/index.d.ts +6 -0
- package/dist/components/textinput/Textinput.vue.d.ts +646 -0
- package/dist/components/textinput/index.d.ts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/{progressbar-CzfLHkHH.js → progressbar-CKm1YSia.js} +19 -44
- package/dist/progressbar-D0bYOpFA.cjs +1 -0
- package/dist/punkt-vue-index.cjs +1 -1
- package/dist/punkt-vue-index.js +1 -1
- package/dist/punkt-vue-progressbar.cjs +1 -1
- package/dist/punkt-vue-progressbar.js +1 -1
- package/dist/utils/plugins.d.ts +3 -0
- package/package.json +8 -3
- package/dist/progressbar-CEeMS3Co.cjs +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,24 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
|
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
+
## [16.7.5](https://github.com/oslokommune/punkt/compare/16.7.4...16.7.5) (2026-04-15)
|
|
9
|
+
|
|
10
|
+
### ⚠ BREAKING CHANGES
|
|
11
|
+
Ingen
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
Ingen
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
Ingen
|
|
18
|
+
|
|
19
|
+
### Chores
|
|
20
|
+
* export typings (#3419).
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
|
|
8
26
|
## [16.7.4](https://github.com/oslokommune/punkt/compare/16.7.3...16.7.4) (2026-04-14)
|
|
9
27
|
|
|
10
28
|
### ⚠ BREAKING CHANGES
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
interface IAccordionItemProps {
|
|
2
|
+
className?: string;
|
|
3
|
+
compact?: boolean;
|
|
4
|
+
skin?: string;
|
|
5
|
+
}
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {
|
|
12
|
+
accordionRef: HTMLDivElement;
|
|
13
|
+
};
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<IAccordionItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IAccordionItemProps> & Readonly<{}>, {
|
|
18
|
+
skin: string;
|
|
19
|
+
compact: boolean;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
21
|
+
accordionRef: HTMLDivElement;
|
|
22
|
+
}, HTMLDivElement>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @component PktAccordionItem
|
|
3
|
+
* An expandable/collapsible content section that can be used standalone or within an Accordion group
|
|
4
|
+
*
|
|
5
|
+
* Example usage:
|
|
6
|
+
* ```tsx
|
|
7
|
+
* <PktAccordionItem title="Title" skin="blue">
|
|
8
|
+
* <p>Content</p>
|
|
9
|
+
* </PktAccordionItem>
|
|
10
|
+
* ```
|
|
11
|
+
*
|
|
12
|
+
* @remarks
|
|
13
|
+
* The "skin" and "compact" props should only be used when using PktAccordionItem as a standalone component.
|
|
14
|
+
* For grouped accordion items, wrap items in the PktAccordion component instead to avoid inconsistent styling.
|
|
15
|
+
*/
|
|
16
|
+
interface IPktAccordionToggleProps {
|
|
17
|
+
isOpen: boolean;
|
|
18
|
+
onToggleClick: (id: string) => void;
|
|
19
|
+
}
|
|
20
|
+
interface IPktAccordionItem {
|
|
21
|
+
title: string;
|
|
22
|
+
className?: string;
|
|
23
|
+
id: string;
|
|
24
|
+
defaultOpen?: boolean;
|
|
25
|
+
toggleProps?: IPktAccordionToggleProps;
|
|
26
|
+
skin?: 'borderless' | 'outlined' | 'beige' | 'blue';
|
|
27
|
+
compact?: boolean;
|
|
28
|
+
}
|
|
29
|
+
declare function __VLS_template(): {
|
|
30
|
+
attrs: Partial<{}>;
|
|
31
|
+
slots: {
|
|
32
|
+
default?(_: {}): any;
|
|
33
|
+
};
|
|
34
|
+
refs: {};
|
|
35
|
+
rootEl: HTMLDetailsElement;
|
|
36
|
+
};
|
|
37
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
38
|
+
declare const __VLS_component: import('vue').DefineComponent<IPktAccordionItem, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IPktAccordionItem> & Readonly<{}>, {
|
|
39
|
+
title: string;
|
|
40
|
+
defaultOpen: boolean;
|
|
41
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDetailsElement>;
|
|
42
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
43
|
+
export default _default;
|
|
44
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
45
|
+
new (): {
|
|
46
|
+
$slots: S;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as Accordion } from './Accordion.vue';
|
|
2
|
+
import { default as AccordionItem } from './AccordionItem.vue';
|
|
3
|
+
export default Plugin;
|
|
4
|
+
declare namespace Plugin {
|
|
5
|
+
function install(Vue: any): void;
|
|
6
|
+
}
|
|
7
|
+
export { Accordion as PktAccordion, AccordionItem as PktAccordionItem };
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
skin: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
validator(value: unknown): boolean;
|
|
6
|
+
};
|
|
7
|
+
closeAlert: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
title: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
date: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
ariaLive: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
validator(value: unknown): boolean;
|
|
23
|
+
};
|
|
24
|
+
compact: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
29
|
+
skin: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
validator(value: unknown): boolean;
|
|
33
|
+
};
|
|
34
|
+
closeAlert: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
title: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
date: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
ariaLive: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
validator(value: unknown): boolean;
|
|
50
|
+
};
|
|
51
|
+
compact: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
}>> & Readonly<{}>, {
|
|
56
|
+
skin: string;
|
|
57
|
+
closeAlert: boolean;
|
|
58
|
+
title: string;
|
|
59
|
+
date: string;
|
|
60
|
+
ariaLive: string;
|
|
61
|
+
compact: boolean;
|
|
62
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
63
|
+
export default _default;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
text: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: false;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
href: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
required: false;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
text: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
required: false;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
href: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: false;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{}>, {
|
|
24
|
+
text: string;
|
|
25
|
+
href: string;
|
|
26
|
+
}, {}, {
|
|
27
|
+
PktIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
28
|
+
name: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
required: true;
|
|
31
|
+
default: any;
|
|
32
|
+
};
|
|
33
|
+
path: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: any;
|
|
36
|
+
};
|
|
37
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
38
|
+
name: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
required: true;
|
|
41
|
+
default: any;
|
|
42
|
+
};
|
|
43
|
+
path: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: any;
|
|
46
|
+
};
|
|
47
|
+
}>> & Readonly<{}>, {
|
|
48
|
+
name: string;
|
|
49
|
+
path: string;
|
|
50
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
51
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
|
+
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
breadcrumbs: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
default: () => any[];
|
|
6
|
+
};
|
|
7
|
+
navigationType: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
validator: (value: unknown) => boolean;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {
|
|
13
|
+
linkElement(): "router-link" | "a";
|
|
14
|
+
backLink(): unknown;
|
|
15
|
+
displayedBreadcrumbs(): unknown[];
|
|
16
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
|
+
breadcrumbs: {
|
|
18
|
+
type: ArrayConstructor;
|
|
19
|
+
required: true;
|
|
20
|
+
default: () => any[];
|
|
21
|
+
};
|
|
22
|
+
navigationType: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
validator: (value: unknown) => boolean;
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
28
|
+
breadcrumbs: unknown[];
|
|
29
|
+
navigationType: string;
|
|
30
|
+
}, {}, {
|
|
31
|
+
PktIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
32
|
+
name: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
required: true;
|
|
35
|
+
default: any;
|
|
36
|
+
};
|
|
37
|
+
path: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: any;
|
|
40
|
+
};
|
|
41
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
42
|
+
name: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
required: true;
|
|
45
|
+
default: any;
|
|
46
|
+
};
|
|
47
|
+
path: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: any;
|
|
50
|
+
};
|
|
51
|
+
}>> & Readonly<{}>, {
|
|
52
|
+
name: string;
|
|
53
|
+
path: string;
|
|
54
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
56
|
+
export default _default;
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
disabled: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
required: false;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
iconName: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
required: false;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
secondIconName: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: false;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
size: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
validator: (value: unknown) => boolean;
|
|
21
|
+
};
|
|
22
|
+
skin: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
validator: (value: unknown) => boolean;
|
|
26
|
+
};
|
|
27
|
+
color: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
validator: (value: unknown) => boolean;
|
|
30
|
+
};
|
|
31
|
+
text: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
required: false;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
variant: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
validator: (value: unknown) => boolean;
|
|
40
|
+
};
|
|
41
|
+
state: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
required: false;
|
|
44
|
+
validator: (value: unknown) => boolean;
|
|
45
|
+
};
|
|
46
|
+
type: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
validator: (value: unknown) => boolean;
|
|
50
|
+
};
|
|
51
|
+
isLoading: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
}>, {}, {}, {
|
|
56
|
+
classes(): string[];
|
|
57
|
+
sizeClass(): string;
|
|
58
|
+
skinClass(): string;
|
|
59
|
+
colorClass(): string;
|
|
60
|
+
stateClass(): string;
|
|
61
|
+
variantClass(): string;
|
|
62
|
+
isLoadingClass(): "" | "pkt-btn--active";
|
|
63
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
64
|
+
disabled: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
required: false;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
iconName: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
required: false;
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
74
|
+
secondIconName: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
required: false;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
size: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
default: string;
|
|
82
|
+
validator: (value: unknown) => boolean;
|
|
83
|
+
};
|
|
84
|
+
skin: {
|
|
85
|
+
type: StringConstructor;
|
|
86
|
+
default: string;
|
|
87
|
+
validator: (value: unknown) => boolean;
|
|
88
|
+
};
|
|
89
|
+
color: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
validator: (value: unknown) => boolean;
|
|
92
|
+
};
|
|
93
|
+
text: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
required: false;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
variant: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: string;
|
|
101
|
+
validator: (value: unknown) => boolean;
|
|
102
|
+
};
|
|
103
|
+
state: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
required: false;
|
|
106
|
+
validator: (value: unknown) => boolean;
|
|
107
|
+
};
|
|
108
|
+
type: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
default: string;
|
|
111
|
+
validator: (value: unknown) => boolean;
|
|
112
|
+
};
|
|
113
|
+
isLoading: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
117
|
+
}>> & Readonly<{}>, {
|
|
118
|
+
skin: string;
|
|
119
|
+
type: string;
|
|
120
|
+
text: string;
|
|
121
|
+
size: string;
|
|
122
|
+
disabled: boolean;
|
|
123
|
+
iconName: string;
|
|
124
|
+
secondIconName: string;
|
|
125
|
+
variant: string;
|
|
126
|
+
isLoading: boolean;
|
|
127
|
+
}, {}, {
|
|
128
|
+
PktIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
129
|
+
name: {
|
|
130
|
+
type: StringConstructor;
|
|
131
|
+
required: true;
|
|
132
|
+
default: any;
|
|
133
|
+
};
|
|
134
|
+
path: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
default: any;
|
|
137
|
+
};
|
|
138
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
139
|
+
name: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
required: true;
|
|
142
|
+
default: any;
|
|
143
|
+
};
|
|
144
|
+
path: {
|
|
145
|
+
type: StringConstructor;
|
|
146
|
+
default: any;
|
|
147
|
+
};
|
|
148
|
+
}>> & Readonly<{}>, {
|
|
149
|
+
name: string;
|
|
150
|
+
path: string;
|
|
151
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
152
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
153
|
+
export default _default;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
id: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
defaultChecked: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
modelValue: {
|
|
11
|
+
type: (BooleanConstructor | ArrayConstructor)[];
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
hasTile: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
disabled: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
label: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
required: false;
|
|
25
|
+
};
|
|
26
|
+
labelPosition: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
hideLabel: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
checkHelptext: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: false;
|
|
37
|
+
};
|
|
38
|
+
hasError: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
isSwitch: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
}>, {}, {}, {
|
|
47
|
+
computedChecked: {
|
|
48
|
+
get(): boolean | unknown[];
|
|
49
|
+
set(newValue: any): void;
|
|
50
|
+
};
|
|
51
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("onChange" | "update:modelValue")[], "onChange" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
52
|
+
id: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
defaultChecked: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
modelValue: {
|
|
61
|
+
type: (BooleanConstructor | ArrayConstructor)[];
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
hasTile: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
disabled: {
|
|
69
|
+
type: BooleanConstructor;
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
72
|
+
label: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
required: false;
|
|
75
|
+
};
|
|
76
|
+
labelPosition: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
hideLabel: {
|
|
81
|
+
type: BooleanConstructor;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
84
|
+
checkHelptext: {
|
|
85
|
+
type: StringConstructor;
|
|
86
|
+
required: false;
|
|
87
|
+
};
|
|
88
|
+
hasError: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
92
|
+
isSwitch: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
}>> & Readonly<{
|
|
97
|
+
onOnChange?: (...args: any[]) => any;
|
|
98
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
99
|
+
}>, {
|
|
100
|
+
disabled: boolean;
|
|
101
|
+
defaultChecked: boolean;
|
|
102
|
+
modelValue: boolean | unknown[];
|
|
103
|
+
hasTile: boolean;
|
|
104
|
+
labelPosition: string;
|
|
105
|
+
hideLabel: boolean;
|
|
106
|
+
hasError: boolean;
|
|
107
|
+
isSwitch: boolean;
|
|
108
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
109
|
+
export default _default;
|