@point-hub/papp 0.0.26 → 0.0.28
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/dist/index.d.ts +1 -0
- package/dist/index.js +1593 -1590
- package/dist/index.umd.cjs +6 -6
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -45,6 +45,7 @@ export { default as BaseRange } from './components/base-range.vue';
|
|
|
45
45
|
export { default as BaseSelect, type BaseSelectBorderType, type BaseSelectOptionInterface } from './components/base-select.vue';
|
|
46
46
|
export { default as BaseSwitch, type BaseSwitchSize, type BaseSwitchTextPosition } from './components/base-switch.vue';
|
|
47
47
|
export { default as BaseTextarea, type BaseTextareaBorderType } from './components/base-textarea.vue';
|
|
48
|
+
export { default as PluginBaseComponents } from './plugins/base';
|
|
48
49
|
export { default as PluginIcon } from './plugins/icon';
|
|
49
50
|
export { default as PluginInputMask } from './plugins/input-mask';
|
|
50
51
|
export { default as PluginTooltip } from './plugins/tooltip';
|