@wwtdev/bsds-components-vue3 0.2.0 → 1.0.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
@@ -9,7 +9,7 @@ npm install --save @wwtdev/bsds-components-vue3
9
9
 
10
10
  Add the following to your `main.js` file to import and use the component library:
11
11
 
12
- ```
12
+ ```javascript
13
13
  import { ComponentLibrary } from '@wwtdev/bsds-components-vue3';
14
14
  import '@wwtdev/bsds-components/dist/components/components.css'
15
15
 
@@ -18,14 +18,14 @@ createApp(App).use(ComponentLibrary).mount('#app')
18
18
 
19
19
  Now you can use BSDS Components in your code, just like standard Vue components:
20
20
 
21
- ```
21
+ ```javascript
22
22
  <script setup>
23
23
  import { BsButton } from '@wwtdev/bsds-components-vue3'
24
24
  </script>
25
25
 
26
26
  <template>
27
- <div>
28
- <BsButton>Hello World!</BsButton>
29
- </div>
27
+ <div>
28
+ <BsButton>Hello World!</BsButton>
29
+ </div>
30
30
  </template>
31
- ```
31
+ ```
@@ -1,8 +1,9 @@
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>>, {}>;
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>>, {}>;
3
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>>, {}>;
4
- export declare const BsCheckboxField: import("vue").DefineComponent<JSX.BsCheckboxField & 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.BsCheckboxField & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
5
- 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>>, {}>;
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>>, {}>;
6
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>>, {}>;
7
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>>, {}>;
8
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>>, {}>;
@@ -12,3 +13,11 @@ export declare const BsProfile: import("vue").DefineComponent<JSX.BsProfile & im
12
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>>, {}>;
13
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>>, {}>;
14
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>>, {}>;
22
+ export declare const DocsPlayground: import("vue").DefineComponent<JSX.DocsPlayground & 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.DocsPlayground & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
23
+ export declare const DocsPropDisplay: import("vue").DefineComponent<JSX.DocsPropDisplay & 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.DocsPropDisplay & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
package/lib/components.js CHANGED
@@ -1,4 +1,13 @@
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',
@@ -8,23 +17,22 @@ export const BsButton = defineContainer('bs-button', undefined, [
8
17
  'textBtn',
9
18
  'size'
10
19
  ]);
20
+ export const BsCharacterCount = defineContainer('bs-character-count', undefined, [
21
+ 'charCount',
22
+ 'charMax'
23
+ ]);
11
24
  export const BsCheckbox = defineContainer('bs-checkbox', undefined, [
25
+ 'label',
12
26
  'checked',
13
27
  'disabled',
14
28
  'error',
15
29
  'passAttrs',
16
- 'required'
17
- ], 'checked', 'change');
18
- export const BsCheckboxField = defineContainer('bs-checkbox-field', undefined, [
19
- 'checked',
20
- 'disabled',
21
- 'error',
22
- 'label',
23
- 'passAttrs',
24
30
  'required',
25
- 'small'
31
+ 'size'
26
32
  ], 'checked', 'change');
27
- export const BsField = defineContainer('bs-field', undefined, [
33
+ export const BsFieldLayout = defineContainer('bs-field-layout', undefined, [
34
+ 'charCount',
35
+ 'charMax',
28
36
  'disabled',
29
37
  'error',
30
38
  'hints',
@@ -42,6 +50,7 @@ export const BsInput = defineContainer('bs-input', undefined, [
42
50
  'disabled',
43
51
  'error',
44
52
  'passAttrs',
53
+ 'placeholder',
45
54
  'required',
46
55
  'type',
47
56
  'value',
@@ -53,6 +62,7 @@ export const BsInputField = defineContainer('bs-input-field', undefined, [
53
62
  'hints',
54
63
  'label',
55
64
  'passAttrs',
65
+ 'placeholder',
56
66
  'required',
57
67
  'type',
58
68
  'value'
@@ -60,6 +70,7 @@ export const BsInputField = defineContainer('bs-input-field', undefined, [
60
70
  export const BsLabel = defineContainer('bs-label', undefined, [
61
71
  'disabled',
62
72
  'for',
73
+ 'hide',
63
74
  'passAttrs',
64
75
  'required'
65
76
  ]);
@@ -99,4 +110,70 @@ export const BsProfileLayout = defineContainer('bs-profile-layout', undefined, [
99
110
  'href',
100
111
  'passAttrs'
101
112
  ]);
113
+ export const BsRadio = defineContainer('bs-radio', undefined, [
114
+ 'label',
115
+ 'checked',
116
+ 'disabled',
117
+ 'error',
118
+ 'passAttrs',
119
+ 'required',
120
+ 'size'
121
+ ], 'checked', 'change');
122
+ export const BsSelect = defineContainer('bs-select', undefined, [
123
+ 'disabled',
124
+ 'required',
125
+ 'error',
126
+ 'hintId',
127
+ 'value',
128
+ 'passAttrs'
129
+ ], 'value', 'change');
130
+ export const BsSelectField = defineContainer('bs-select-field', undefined, [
131
+ 'disabled',
132
+ 'error',
133
+ 'required',
134
+ 'label',
135
+ 'hints',
136
+ 'placeholder',
137
+ 'value',
138
+ 'passAttrs',
139
+ 'data'
140
+ ], 'value', 'change');
141
+ export const BsSwitch = defineContainer('bs-switch', undefined, [
142
+ 'checked',
143
+ 'disabled',
144
+ 'innerOnLabel',
145
+ 'innerOffLabel',
146
+ 'label',
147
+ 'passAttrs',
148
+ 'size'
149
+ ], 'checked', 'change');
150
+ export const BsTextarea = defineContainer('bs-textarea', undefined, [
151
+ 'disabled',
152
+ 'error',
153
+ 'passAttrs',
154
+ 'placeholder',
155
+ 'required',
156
+ 'value',
157
+ 'hintId'
158
+ ], 'value', 'input');
159
+ export const BsTextareaField = defineContainer('bs-textarea-field', undefined, [
160
+ 'charMax',
161
+ 'disabled',
162
+ 'error',
163
+ 'hints',
164
+ 'label',
165
+ 'placeholder',
166
+ 'required',
167
+ 'value',
168
+ 'passAttrs'
169
+ ], 'value', 'input');
170
+ export const DocsPlayground = defineContainer('docs-playground', undefined, [
171
+ 'component',
172
+ 'docsTags',
173
+ 'propDataRaw',
174
+ 'propDataFormatted'
175
+ ]);
176
+ export const DocsPropDisplay = defineContainer('docs-prop-display', undefined, [
177
+ 'componentProps'
178
+ ]);
102
179
  //# 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,MAAM;IACN,WAAW;IACX,SAAS;IACT,MAAM;CACP,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,UAAU,GAAiB,eAAe,CAAiB,aAAa,EAAE,SAAS,EAAE;IAChG,SAAS;IACT,UAAU;IACV,OAAO;IACP,WAAW;IACX,UAAU;CACX,EACD,SAAS,EAAE,QAAQ,CAAC,CAAC;AAGrB,MAAM,CAAC,MAAM,eAAe,GAAiB,eAAe,CAAsB,mBAAmB,EAAE,SAAS,EAAE;IAChH,SAAS;IACT,UAAU;IACV,OAAO;IACP,OAAO;IACP,WAAW;IACX,UAAU;IACV,OAAO;CACR,EACD,SAAS,EAAE,QAAQ,CAAC,CAAC;AAGrB,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;AAGH,MAAM,CAAC,MAAM,MAAM,GAAiB,eAAe,CAAa,SAAS,EAAE,SAAS,EAAE;IACpF,SAAS;IACT,QAAQ;IACR,MAAM;IACN,QAAQ;IACR,UAAU;IACV,WAAW;CACZ,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,SAAS,GAAiB,eAAe,CAAgB,YAAY,EAAE,SAAS,EAAE;IAC7F,QAAQ;IACR,MAAM;IACN,UAAU;IACV,WAAW;IACX,UAAU;IACV,aAAa;IACb,SAAS;IACT,UAAU;IACV,OAAO;CACR,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,gBAAgB,GAAiB,eAAe,CAAuB,oBAAoB,EAAE,SAAS,EAAE;IACnH,aAAa;IACb,SAAS;IACT,UAAU;IACV,OAAO;CACR,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,YAAY,GAAiB,eAAe,CAAmB,gBAAgB,EAAE,SAAS,EAAE;IACvG,KAAK;IACL,MAAM;IACN,UAAU;IACV,aAAa;CACd,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,eAAe,GAAiB,eAAe,CAAsB,mBAAmB,EAAE,SAAS,EAAE;IAChH,QAAQ;IACR,MAAM;IACN,WAAW;CACZ,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.2.0",
3
+ "version": "1.0.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": {
@@ -44,6 +44,6 @@
44
44
  "wwt-package-publisher": "^4.1.2"
45
45
  },
46
46
  "dependencies": {
47
- "@wwtdev/bsds-components": "*"
47
+ "@wwtdev/bsds-components": "^1.0.0"
48
48
  }
49
49
  }