@wwtdev/bsds-components-vue3 0.1.1 → 0.3.0

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/README.md CHANGED
@@ -11,7 +11,7 @@ Add the following to your `main.js` file to import and use the component library
11
11
 
12
12
  ```
13
13
  import { ComponentLibrary } from '@wwtdev/bsds-components-vue3';
14
- import '@wwtdev/bsds-components/www/build/components.css'
14
+ import '@wwtdev/bsds-components/dist/components/components.css'
15
15
 
16
16
  createApp(App).use(ComponentLibrary).mount('#app')
17
17
  ```
@@ -1,7 +1,21 @@
1
1
  import type { JSX } from '@wwtdev/bsds-components';
2
+ export declare const BsBadge: import("vue").DefineComponent<JSX.BsBadge & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsBadge & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
2
3
  export declare const BsButton: import("vue").DefineComponent<JSX.BsButton & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsButton & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
3
- export declare const BsField: import("vue").DefineComponent<JSX.BsField & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsField & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
4
+ export declare const BsCharacterCount: import("vue").DefineComponent<JSX.BsCharacterCount & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsCharacterCount & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
5
+ export declare const BsCheckbox: import("vue").DefineComponent<JSX.BsCheckbox & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsCheckbox & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
6
+ export declare const BsFieldLayout: import("vue").DefineComponent<JSX.BsFieldLayout & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsFieldLayout & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
4
7
  export declare const BsHint: import("vue").DefineComponent<JSX.BsHint & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsHint & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
5
8
  export declare const BsInput: import("vue").DefineComponent<JSX.BsInput & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsInput & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
6
9
  export declare const BsInputField: import("vue").DefineComponent<JSX.BsInputField & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsInputField & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
7
10
  export declare const BsLabel: import("vue").DefineComponent<JSX.BsLabel & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsLabel & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
11
+ export declare const BsPill: import("vue").DefineComponent<JSX.BsPill & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsPill & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
12
+ export declare const BsProfile: import("vue").DefineComponent<JSX.BsProfile & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsProfile & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
13
+ export declare const BsProfileDetails: import("vue").DefineComponent<JSX.BsProfileDetails & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsProfileDetails & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
14
+ export declare const BsProfileImg: import("vue").DefineComponent<JSX.BsProfileImg & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsProfileImg & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
15
+ export declare const BsProfileLayout: import("vue").DefineComponent<JSX.BsProfileLayout & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsProfileLayout & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
16
+ export declare const BsRadio: import("vue").DefineComponent<JSX.BsRadio & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsRadio & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
17
+ export declare const BsSelect: import("vue").DefineComponent<JSX.BsSelect & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsSelect & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
18
+ export declare const BsSelectField: import("vue").DefineComponent<JSX.BsSelectField & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsSelectField & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
19
+ export declare const BsSwitch: import("vue").DefineComponent<JSX.BsSwitch & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsSwitch & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
20
+ export declare const BsTextarea: import("vue").DefineComponent<JSX.BsTextarea & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsTextarea & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
21
+ export declare const BsTextareaField: import("vue").DefineComponent<JSX.BsTextareaField & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.BsTextareaField & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
package/lib/components.js CHANGED
@@ -1,14 +1,38 @@
1
1
  import { defineContainer } from './vue-component-lib/utils';
2
+ export const BsBadge = defineContainer('bs-badge', undefined, [
3
+ 'color',
4
+ 'count',
5
+ 'countMax',
6
+ 'dot',
7
+ 'label',
8
+ 'position',
9
+ 'showZero'
10
+ ]);
2
11
  export const BsButton = defineContainer('bs-button', undefined, [
3
12
  'variant',
4
13
  'disabled',
5
14
  'ghostBtn',
6
- 'linkTo',
15
+ 'href',
7
16
  'passAttrs',
8
17
  'textBtn',
9
18
  'size'
10
19
  ]);
11
- export const BsField = defineContainer('bs-field', undefined, [
20
+ export const BsCharacterCount = defineContainer('bs-character-count', undefined, [
21
+ 'charCount',
22
+ 'charMax'
23
+ ]);
24
+ export const BsCheckbox = defineContainer('bs-checkbox', undefined, [
25
+ 'label',
26
+ 'checked',
27
+ 'disabled',
28
+ 'error',
29
+ 'passAttrs',
30
+ 'required',
31
+ 'size'
32
+ ], 'checked', 'change');
33
+ export const BsFieldLayout = defineContainer('bs-field-layout', undefined, [
34
+ 'charCount',
35
+ 'charMax',
12
36
  'disabled',
13
37
  'error',
14
38
  'hints',
@@ -47,4 +71,94 @@ export const BsLabel = defineContainer('bs-label', undefined, [
47
71
  'passAttrs',
48
72
  'required'
49
73
  ]);
74
+ export const BsPill = defineContainer('bs-pill', undefined, [
75
+ 'variant',
76
+ 'status',
77
+ 'href',
78
+ 'active',
79
+ 'disabled',
80
+ 'passAttrs'
81
+ ]);
82
+ export const BsProfile = defineContainer('bs-profile', undefined, [
83
+ 'layout',
84
+ 'href',
85
+ 'imageSrc',
86
+ 'imageSize',
87
+ 'initials',
88
+ 'profileName',
89
+ 'company',
90
+ 'jobTitle',
91
+ 'email'
92
+ ]);
93
+ export const BsProfileDetails = defineContainer('bs-profile-details', undefined, [
94
+ 'profileName',
95
+ 'company',
96
+ 'jobTitle',
97
+ 'email'
98
+ ]);
99
+ export const BsProfileImg = defineContainer('bs-profile-img', undefined, [
100
+ 'src',
101
+ 'size',
102
+ 'initials',
103
+ 'profileName'
104
+ ]);
105
+ export const BsProfileLayout = defineContainer('bs-profile-layout', undefined, [
106
+ 'layout',
107
+ 'href',
108
+ 'passAttrs'
109
+ ]);
110
+ export const BsRadio = defineContainer('bs-radio', undefined, [
111
+ 'label',
112
+ 'checked',
113
+ 'disabled',
114
+ 'error',
115
+ 'passAttrs',
116
+ 'required',
117
+ 'size'
118
+ ], 'value', 'change');
119
+ export const BsSelect = defineContainer('bs-select', undefined, [
120
+ 'disabled',
121
+ 'required',
122
+ 'error',
123
+ 'hintId',
124
+ 'value',
125
+ 'passAttrs'
126
+ ], 'value', 'change');
127
+ export const BsSelectField = defineContainer('bs-select-field', undefined, [
128
+ 'disabled',
129
+ 'error',
130
+ 'required',
131
+ 'label',
132
+ 'hints',
133
+ 'value',
134
+ 'passAttrs',
135
+ 'data'
136
+ ]);
137
+ export const BsSwitch = defineContainer('bs-switch', undefined, [
138
+ 'checked',
139
+ 'disabled',
140
+ 'innerOnLabel',
141
+ 'innerOffLabel',
142
+ 'label',
143
+ 'passAttrs',
144
+ 'size'
145
+ ], 'checked', 'change');
146
+ export const BsTextarea = defineContainer('bs-textarea', undefined, [
147
+ 'disabled',
148
+ 'error',
149
+ 'passAttrs',
150
+ 'required',
151
+ 'value',
152
+ 'hintId'
153
+ ], 'value', 'input');
154
+ export const BsTextareaField = defineContainer('bs-textarea-field', undefined, [
155
+ 'charMax',
156
+ 'disabled',
157
+ 'error',
158
+ 'hints',
159
+ 'label',
160
+ 'required',
161
+ 'value',
162
+ 'passAttrs'
163
+ ]);
50
164
  //# sourceMappingURL=components.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAO5D,MAAM,CAAC,MAAM,QAAQ,GAAiB,eAAe,CAAe,WAAW,EAAE,SAAS,EAAE;IAC1F,SAAS;IACT,UAAU;IACV,UAAU;IACV,QAAQ;IACR,WAAW;IACX,SAAS;IACT,MAAM;CACP,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,OAAO,GAAiB,eAAe,CAAc,UAAU,EAAE,SAAS,EAAE;IACvF,UAAU;IACV,OAAO;IACP,OAAO;IACP,OAAO;IACP,UAAU;IACV,UAAU;IACV,QAAQ;CACT,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,MAAM,GAAiB,eAAe,CAAa,SAAS,EAAE,SAAS,EAAE;IACpF,OAAO;IACP,QAAQ;IACR,OAAO;CACR,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,OAAO,GAAiB,eAAe,CAAc,UAAU,EAAE,SAAS,EAAE;IACvF,UAAU;IACV,OAAO;IACP,WAAW;IACX,UAAU;IACV,MAAM;IACN,OAAO;IACP,QAAQ;CACT,EACD,OAAO,EAAE,OAAO,CAAC,CAAC;AAGlB,MAAM,CAAC,MAAM,YAAY,GAAiB,eAAe,CAAmB,gBAAgB,EAAE,SAAS,EAAE;IACvG,UAAU;IACV,OAAO;IACP,OAAO;IACP,OAAO;IACP,WAAW;IACX,UAAU;IACV,MAAM;IACN,OAAO;CACR,EACD,OAAO,EAAE,OAAO,CAAC,CAAC;AAGlB,MAAM,CAAC,MAAM,OAAO,GAAiB,eAAe,CAAc,UAAU,EAAE,SAAS,EAAE;IACvF,UAAU;IACV,KAAK;IACL,WAAW;IACX,UAAU;CACX,CAAC,CAAC"}
1
+ {"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@wwtdev/bsds-components-vue3",
3
- "version": "0.1.1",
3
+ "version": "0.3.0",
4
4
  "description": "BSDS Vue3 Components",
5
5
  "homepage": "",
6
- "license": "ISC",
6
+ "license": "UNLICENSED",
7
7
  "main": "lib/index.js",
8
8
  "types": "lib/index.d.ts",
9
9
  "directories": {