@fewbox/den-web 0.1.6 → 0.1.7
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/index.css +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/View/VAvatar/index.d.ts +1 -0
- package/src/components/View/VImage/{App/index.d.ts → index.d.ts} +1 -1
- package/src/components/View/VInput/VBase64File/{App/index.d.ts → index.d.ts} +1 -1
- package/src/components/web.d.ts +2 -0
package/src/components/web.d.ts
CHANGED
|
@@ -72,6 +72,7 @@ export { default as VDate } from './View/VInput/VDate';
|
|
|
72
72
|
export { default as VDatetimeLocal } from './View/VInput/VDatetimeLocal';
|
|
73
73
|
export { default as VEmail } from './View/VInput/VEmail';
|
|
74
74
|
export { default as VFile, FileCategory } from './View/VInput/VFile';
|
|
75
|
+
export { default as VBase64File } from './View/VInput/VBase64File';
|
|
75
76
|
export { default as VMonth } from './View/VInput/VMonth';
|
|
76
77
|
export { default as VNumber } from './View/VInput/VNumber';
|
|
77
78
|
export { default as VPassword } from './View/VInput/VPassword';
|
|
@@ -93,6 +94,7 @@ export { default as VSvg, SvgCategory } from './View/VSvg';
|
|
|
93
94
|
export { default as VChromeExtensionValidator, ExtensionStatus } from './View/VChromeExtensionValidator';
|
|
94
95
|
export { default as VBoundary } from './View/VBoundary';
|
|
95
96
|
export { default as VHyperlink, HyperlinkCategory } from './View/VHyperlink';
|
|
97
|
+
export { default as VImage, ImageCategory } from './View/VImage';
|
|
96
98
|
export { default as VLabel, LabelCategory, LabelType, LabelAlignType } from './View/VLabel';
|
|
97
99
|
export { default as VText, TextCategory, TextAlignType } from './View/VText';
|
|
98
100
|
export { default as VTextArea } from './View/VTextArea';
|