@public-ui/vue 2.0.8 → 2.0.9

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +52 -51
  2. package/package.json +6 -6
package/dist/index.d.ts CHANGED
@@ -1,59 +1,60 @@
1
+ import * as vue from 'vue';
1
2
  import { JSX } from '@public-ui/components';
2
3
 
3
4
  interface InputProps<T> {
4
5
  modelValue?: T;
5
6
  }
6
7
 
7
- declare const KolAbbr: (props: JSX.KolAbbr & InputProps<string | number | boolean> & {}) => any;
8
- declare const KolAccordion: (props: JSX.KolAccordion & InputProps<string | number | boolean> & {}) => any;
9
- declare const KolAlert: (props: JSX.KolAlert & InputProps<string | number | boolean> & {}) => any;
10
- declare const KolAvatar: (props: JSX.KolAvatar & InputProps<string | number | boolean> & {}) => any;
11
- declare const KolBadge: (props: JSX.KolBadge & InputProps<string | number | boolean> & {}) => any;
12
- declare const KolBreadcrumb: (props: JSX.KolBreadcrumb & InputProps<string | number | boolean> & {}) => any;
13
- declare const KolButton: (props: JSX.KolButton & InputProps<string | number | boolean> & {}) => any;
14
- declare const KolButtonGroup: (props: JSX.KolButtonGroup & InputProps<string | number | boolean> & {}) => any;
15
- declare const KolButtonLink: (props: JSX.KolButtonLink & InputProps<string | number | boolean> & {}) => any;
16
- declare const KolCard: (props: JSX.KolCard & InputProps<string | number | boolean> & {}) => any;
17
- declare const KolDetails: (props: JSX.KolDetails & InputProps<string | number | boolean> & {}) => any;
18
- declare const KolForm: (props: JSX.KolForm & InputProps<string | number | boolean> & {}) => any;
19
- declare const KolHeading: (props: JSX.KolHeading & InputProps<string | number | boolean> & {}) => any;
20
- declare const KolIcon: (props: JSX.KolIcon & InputProps<string | number | boolean> & {}) => any;
21
- declare const KolImage: (props: JSX.KolImage & InputProps<string | number | boolean> & {}) => any;
22
- declare const KolIndentedText: (props: JSX.KolIndentedText & InputProps<string | number | boolean> & {}) => any;
23
- declare const KolInputCheckbox: (props: JSX.KolInputCheckbox & InputProps<string | number | boolean> & {}) => any;
24
- declare const KolInputColor: (props: JSX.KolInputColor & InputProps<string | number | boolean> & {}) => any;
25
- declare const KolInputDate: (props: JSX.KolInputDate & InputProps<string | number | boolean> & {}) => any;
26
- declare const KolInputEmail: (props: JSX.KolInputEmail & InputProps<string | number | boolean> & {}) => any;
27
- declare const KolInputFile: (props: JSX.KolInputFile & InputProps<string | number | boolean> & {}) => any;
28
- declare const KolInputNumber: (props: JSX.KolInputNumber & InputProps<string | number | boolean> & {}) => any;
29
- declare const KolInputPassword: (props: JSX.KolInputPassword & InputProps<string | number | boolean> & {}) => any;
30
- declare const KolInputRadio: (props: JSX.KolInputRadio & InputProps<string | number | boolean> & {}) => any;
31
- declare const KolInputRange: (props: JSX.KolInputRange & InputProps<string | number | boolean> & {}) => any;
32
- declare const KolInputText: (props: JSX.KolInputText & InputProps<string | number | boolean> & {}) => any;
33
- declare const KolKolibri: (props: JSX.KolKolibri & InputProps<string | number | boolean> & {}) => any;
34
- declare const KolLink: (props: JSX.KolLink & InputProps<string | number | boolean> & {}) => any;
35
- declare const KolLinkButton: (props: JSX.KolLinkButton & InputProps<string | number | boolean> & {}) => any;
36
- declare const KolLinkGroup: (props: JSX.KolLinkGroup & InputProps<string | number | boolean> & {}) => any;
37
- declare const KolLogo: (props: JSX.KolLogo & InputProps<string | number | boolean> & {}) => any;
38
- declare const KolModal: (props: JSX.KolModal & InputProps<string | number | boolean> & {}) => any;
39
- declare const KolNav: (props: JSX.KolNav & InputProps<string | number | boolean> & {}) => any;
40
- declare const KolPagination: (props: JSX.KolPagination & InputProps<string | number | boolean> & {}) => any;
41
- declare const KolProgress: (props: JSX.KolProgress & InputProps<string | number | boolean> & {}) => any;
42
- declare const KolQuote: (props: JSX.KolQuote & InputProps<string | number | boolean> & {}) => any;
43
- declare const KolSelect: (props: JSX.KolSelect & InputProps<string | number | boolean> & {}) => any;
44
- declare const KolSkipNav: (props: JSX.KolSkipNav & InputProps<string | number | boolean> & {}) => any;
45
- declare const KolSpan: (props: JSX.KolSpan & InputProps<string | number | boolean> & {}) => any;
46
- declare const KolSpin: (props: JSX.KolSpin & InputProps<string | number | boolean> & {}) => any;
47
- declare const KolSplitButton: (props: JSX.KolSplitButton & InputProps<string | number | boolean> & {}) => any;
48
- declare const KolSymbol: (props: JSX.KolSymbol & InputProps<string | number | boolean> & {}) => any;
49
- declare const KolTable: (props: JSX.KolTable & InputProps<string | number | boolean> & {}) => any;
50
- declare const KolTabs: (props: JSX.KolTabs & InputProps<string | number | boolean> & {}) => any;
51
- declare const KolTextarea: (props: JSX.KolTextarea & InputProps<string | number | boolean> & {}) => any;
52
- declare const KolToastContainer: (props: JSX.KolToastContainer & InputProps<string | number | boolean> & {}) => any;
53
- declare const KolTree: (props: JSX.KolTree & InputProps<string | number | boolean> & {}) => any;
54
- declare const KolTreeItem: (props: JSX.KolTreeItem & InputProps<string | number | boolean> & {}) => any;
55
- declare const KolTreeItemWc: (props: JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}) => any;
56
- declare const KolTreeWc: (props: JSX.KolTreeWc & InputProps<string | number | boolean> & {}) => any;
57
- declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
8
+ declare const KolAbbr: vue.DefineSetupFnComponent<JSX.KolAbbr & InputProps<string | number | boolean>, {}, {}, JSX.KolAbbr & InputProps<string | number | boolean> & {}, vue.PublicProps>;
9
+ declare const KolAccordion: vue.DefineSetupFnComponent<JSX.KolAccordion & InputProps<string | number | boolean>, {}, {}, JSX.KolAccordion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
10
+ declare const KolAlert: vue.DefineSetupFnComponent<JSX.KolAlert & InputProps<string | number | boolean>, {}, {}, JSX.KolAlert & InputProps<string | number | boolean> & {}, vue.PublicProps>;
11
+ declare const KolAvatar: vue.DefineSetupFnComponent<JSX.KolAvatar & InputProps<string | number | boolean>, {}, {}, JSX.KolAvatar & InputProps<string | number | boolean> & {}, vue.PublicProps>;
12
+ declare const KolBadge: vue.DefineSetupFnComponent<JSX.KolBadge & InputProps<string | number | boolean>, {}, {}, JSX.KolBadge & InputProps<string | number | boolean> & {}, vue.PublicProps>;
13
+ declare const KolBreadcrumb: vue.DefineSetupFnComponent<JSX.KolBreadcrumb & InputProps<string | number | boolean>, {}, {}, JSX.KolBreadcrumb & InputProps<string | number | boolean> & {}, vue.PublicProps>;
14
+ declare const KolButton: vue.DefineSetupFnComponent<JSX.KolButton & InputProps<string | number | boolean>, {}, {}, JSX.KolButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
15
+ declare const KolButtonGroup: vue.DefineSetupFnComponent<JSX.KolButtonGroup & InputProps<string | number | boolean>, {}, {}, JSX.KolButtonGroup & InputProps<string | number | boolean> & {}, vue.PublicProps>;
16
+ declare const KolButtonLink: vue.DefineSetupFnComponent<JSX.KolButtonLink & InputProps<string | number | boolean>, {}, {}, JSX.KolButtonLink & InputProps<string | number | boolean> & {}, vue.PublicProps>;
17
+ declare const KolCard: vue.DefineSetupFnComponent<JSX.KolCard & InputProps<string | number | boolean>, {}, {}, JSX.KolCard & InputProps<string | number | boolean> & {}, vue.PublicProps>;
18
+ declare const KolDetails: vue.DefineSetupFnComponent<JSX.KolDetails & InputProps<string | number | boolean>, {}, {}, JSX.KolDetails & InputProps<string | number | boolean> & {}, vue.PublicProps>;
19
+ declare const KolForm: vue.DefineSetupFnComponent<JSX.KolForm & InputProps<string | number | boolean>, {}, {}, JSX.KolForm & InputProps<string | number | boolean> & {}, vue.PublicProps>;
20
+ declare const KolHeading: vue.DefineSetupFnComponent<JSX.KolHeading & InputProps<string | number | boolean>, {}, {}, JSX.KolHeading & InputProps<string | number | boolean> & {}, vue.PublicProps>;
21
+ declare const KolIcon: vue.DefineSetupFnComponent<JSX.KolIcon & InputProps<string | number | boolean>, {}, {}, JSX.KolIcon & InputProps<string | number | boolean> & {}, vue.PublicProps>;
22
+ declare const KolImage: vue.DefineSetupFnComponent<JSX.KolImage & InputProps<string | number | boolean>, {}, {}, JSX.KolImage & InputProps<string | number | boolean> & {}, vue.PublicProps>;
23
+ declare const KolIndentedText: vue.DefineSetupFnComponent<JSX.KolIndentedText & InputProps<string | number | boolean>, {}, {}, JSX.KolIndentedText & InputProps<string | number | boolean> & {}, vue.PublicProps>;
24
+ declare const KolInputCheckbox: vue.DefineSetupFnComponent<JSX.KolInputCheckbox & InputProps<string | number | boolean>, {}, {}, JSX.KolInputCheckbox & InputProps<string | number | boolean> & {}, vue.PublicProps>;
25
+ declare const KolInputColor: vue.DefineSetupFnComponent<JSX.KolInputColor & InputProps<string | number | boolean>, {}, {}, JSX.KolInputColor & InputProps<string | number | boolean> & {}, vue.PublicProps>;
26
+ declare const KolInputDate: vue.DefineSetupFnComponent<JSX.KolInputDate & InputProps<string | number | boolean>, {}, {}, JSX.KolInputDate & InputProps<string | number | boolean> & {}, vue.PublicProps>;
27
+ declare const KolInputEmail: vue.DefineSetupFnComponent<JSX.KolInputEmail & InputProps<string | number | boolean>, {}, {}, JSX.KolInputEmail & InputProps<string | number | boolean> & {}, vue.PublicProps>;
28
+ declare const KolInputFile: vue.DefineSetupFnComponent<JSX.KolInputFile & InputProps<string | number | boolean>, {}, {}, JSX.KolInputFile & InputProps<string | number | boolean> & {}, vue.PublicProps>;
29
+ declare const KolInputNumber: vue.DefineSetupFnComponent<JSX.KolInputNumber & InputProps<string | number | boolean>, {}, {}, JSX.KolInputNumber & InputProps<string | number | boolean> & {}, vue.PublicProps>;
30
+ declare const KolInputPassword: vue.DefineSetupFnComponent<JSX.KolInputPassword & InputProps<string | number | boolean>, {}, {}, JSX.KolInputPassword & InputProps<string | number | boolean> & {}, vue.PublicProps>;
31
+ declare const KolInputRadio: vue.DefineSetupFnComponent<JSX.KolInputRadio & InputProps<string | number | boolean>, {}, {}, JSX.KolInputRadio & InputProps<string | number | boolean> & {}, vue.PublicProps>;
32
+ declare const KolInputRange: vue.DefineSetupFnComponent<JSX.KolInputRange & InputProps<string | number | boolean>, {}, {}, JSX.KolInputRange & InputProps<string | number | boolean> & {}, vue.PublicProps>;
33
+ declare const KolInputText: vue.DefineSetupFnComponent<JSX.KolInputText & InputProps<string | number | boolean>, {}, {}, JSX.KolInputText & InputProps<string | number | boolean> & {}, vue.PublicProps>;
34
+ declare const KolKolibri: vue.DefineSetupFnComponent<JSX.KolKolibri & InputProps<string | number | boolean>, {}, {}, JSX.KolKolibri & InputProps<string | number | boolean> & {}, vue.PublicProps>;
35
+ declare const KolLink: vue.DefineSetupFnComponent<JSX.KolLink & InputProps<string | number | boolean>, {}, {}, JSX.KolLink & InputProps<string | number | boolean> & {}, vue.PublicProps>;
36
+ declare const KolLinkButton: vue.DefineSetupFnComponent<JSX.KolLinkButton & InputProps<string | number | boolean>, {}, {}, JSX.KolLinkButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
37
+ declare const KolLinkGroup: vue.DefineSetupFnComponent<JSX.KolLinkGroup & InputProps<string | number | boolean>, {}, {}, JSX.KolLinkGroup & InputProps<string | number | boolean> & {}, vue.PublicProps>;
38
+ declare const KolLogo: vue.DefineSetupFnComponent<JSX.KolLogo & InputProps<string | number | boolean>, {}, {}, JSX.KolLogo & InputProps<string | number | boolean> & {}, vue.PublicProps>;
39
+ declare const KolModal: vue.DefineSetupFnComponent<JSX.KolModal & InputProps<string | number | boolean>, {}, {}, JSX.KolModal & InputProps<string | number | boolean> & {}, vue.PublicProps>;
40
+ declare const KolNav: vue.DefineSetupFnComponent<JSX.KolNav & InputProps<string | number | boolean>, {}, {}, JSX.KolNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
41
+ declare const KolPagination: vue.DefineSetupFnComponent<JSX.KolPagination & InputProps<string | number | boolean>, {}, {}, JSX.KolPagination & InputProps<string | number | boolean> & {}, vue.PublicProps>;
42
+ declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputProps<string | number | boolean>, {}, {}, JSX.KolProgress & InputProps<string | number | boolean> & {}, vue.PublicProps>;
43
+ declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
44
+ declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
45
+ declare const KolSkipNav: vue.DefineSetupFnComponent<JSX.KolSkipNav & InputProps<string | number | boolean>, {}, {}, JSX.KolSkipNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
46
+ declare const KolSpan: vue.DefineSetupFnComponent<JSX.KolSpan & InputProps<string | number | boolean>, {}, {}, JSX.KolSpan & InputProps<string | number | boolean> & {}, vue.PublicProps>;
47
+ declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
48
+ declare const KolSplitButton: vue.DefineSetupFnComponent<JSX.KolSplitButton & InputProps<string | number | boolean>, {}, {}, JSX.KolSplitButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
49
+ declare const KolSymbol: vue.DefineSetupFnComponent<JSX.KolSymbol & InputProps<string | number | boolean>, {}, {}, JSX.KolSymbol & InputProps<string | number | boolean> & {}, vue.PublicProps>;
50
+ declare const KolTable: vue.DefineSetupFnComponent<JSX.KolTable & InputProps<string | number | boolean>, {}, {}, JSX.KolTable & InputProps<string | number | boolean> & {}, vue.PublicProps>;
51
+ declare const KolTabs: vue.DefineSetupFnComponent<JSX.KolTabs & InputProps<string | number | boolean>, {}, {}, JSX.KolTabs & InputProps<string | number | boolean> & {}, vue.PublicProps>;
52
+ declare const KolTextarea: vue.DefineSetupFnComponent<JSX.KolTextarea & InputProps<string | number | boolean>, {}, {}, JSX.KolTextarea & InputProps<string | number | boolean> & {}, vue.PublicProps>;
53
+ declare const KolToastContainer: vue.DefineSetupFnComponent<JSX.KolToastContainer & InputProps<string | number | boolean>, {}, {}, JSX.KolToastContainer & InputProps<string | number | boolean> & {}, vue.PublicProps>;
54
+ declare const KolTree: vue.DefineSetupFnComponent<JSX.KolTree & InputProps<string | number | boolean>, {}, {}, JSX.KolTree & InputProps<string | number | boolean> & {}, vue.PublicProps>;
55
+ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItem & InputProps<string | number | boolean> & {}, vue.PublicProps>;
56
+ declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
57
+ declare const KolTreeWc: vue.DefineSetupFnComponent<JSX.KolTreeWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
58
+ declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
58
59
 
59
60
  export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -42,18 +42,18 @@
42
42
  "vue"
43
43
  ],
44
44
  "devDependencies": {
45
- "@babel/types": "7.23.9",
46
- "@public-ui/components": "2.0.8",
45
+ "@babel/types": "7.24.0",
46
+ "@public-ui/components": "2.0.9",
47
47
  "@types/minimatch": "5.1.2",
48
48
  "@types/minimist": "1.2.5",
49
49
  "@types/node": "ts5.3",
50
50
  "@types/normalize-package-data": "2.4.4",
51
- "typescript": "5.3.3",
51
+ "typescript": "5.4.2",
52
52
  "unbuild": "1.2.1",
53
- "vue": "3.4.19"
53
+ "vue": "3.4.21"
54
54
  },
55
55
  "peerDependencies": {
56
- "@public-ui/components": "2.0.8",
56
+ "@public-ui/components": "2.0.9",
57
57
  "vue": ">=3"
58
58
  },
59
59
  "sideEffects": false,