@deskhero/dh_ui 1.35.2 → 1.35.3

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.
@@ -20,4 +20,6 @@ import DhStepper from "./components/Stepper.vue";
20
20
  import DhSwitch from "./components/Switch.vue";
21
21
  import DhTooltip from "./components/Tooltip.vue";
22
22
  import DhVerificationCode from "./components/VerificationCode.vue";
23
+ import DropdownMenuItem from "./models/DropdownMenuItem.model";
23
24
  export { DhAdvancedDatePicker, DhAdvancedFilter, DhDatePicker, DhFileUpload, DhError, DhIcon, DhModal, DhNotification, DhNumberRange, DhPasswordField, DhRadioBox, DhRadioBoxGroup, DhSearchInput, DhStepper, DhSwitch, DhTooltip, DhVerificationCode, DhExpansionPanel, DhDropdownMenu, DhInputDropdown, DhInputList, };
25
+ export type { DropdownMenuItem };
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@deskhero/dh_ui",
3
- "version": "1.35.2",
3
+ "version": "1.35.3",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
7
7
  "main": "dist/dh_ui.umd.js",
8
8
  "module": "dist/dh_ui.es.js",
9
- "types": "dist/src/models/index.d.ts",
9
+ "types": "dist/src/index.d.ts",
10
10
  "declaration": true,
11
11
  "declarationDir": "./models",
12
12
  "exports": {
@@ -1,2 +0,0 @@
1
- import DropdownMenuItem from "./DropdownMenuItem.model";
2
- export type { DropdownMenuItem };