@deskhero/dh_ui 1.43.3 → 1.43.4

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.
@@ -1,4 +1,4 @@
1
- import DropdownMenuItem from "../models/DropdownMenuItem.model";
1
+ import type DropdownMenuItem from "../models/DropdownMenuItem.model";
2
2
  import { type PropType } from "vue";
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  items: {
@@ -1,4 +1,4 @@
1
- import DropdownMenuItem from "../models/DropdownMenuItem.model";
1
+ import type DropdownMenuItem from "../models/DropdownMenuItem.model";
2
2
  import { type PropType } from "vue";
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  item: {
@@ -38,7 +38,7 @@ declare const _default: import("vue").DefineComponent<{}, {
38
38
  blocks: never[];
39
39
  };
40
40
  };
41
- editMode: {
41
+ readOnly: {
42
42
  type: BooleanConstructor;
43
43
  default: boolean;
44
44
  };
@@ -23,6 +23,6 @@ import DhSwitch from "./components/Switch.vue";
23
23
  import DhTooltip from "./components/Tooltip.vue";
24
24
  import DhTextEditor from "./components/TextEditor.vue";
25
25
  import DhVerificationCode from "./components/VerificationCode.vue";
26
- import DropdownMenuItem from "./models/DropdownMenuItem.model";
26
+ import type DropdownMenuItem from "./models/DropdownMenuItem.model";
27
27
  export { DhAdvancedDatePicker, DhAdvancedFilter, DhCopyText, DhDatePicker, DhFileUpload, DhError, DhIcon, DhModal, DhNotification, DhNumberRange, DhPasswordField, DhRadioBox, DhRadioBoxGroup, DhSearchInput, DhStepper, DhSwitch, DhTooltip, DhVerificationCode, DhExpansionPanel, DhDropdownMenu, DhInputDropdown, DhInputList, DhInputGroup, DhTextEditor, };
28
28
  export type { DropdownMenuItem };