@dazhicheng/ui 1.5.1 → 1.5.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.
Files changed (46) hide show
  1. package/dist/components/tt-button/index.d.ts +476 -476
  2. package/dist/components/tt-button/index.vue.d.ts +272 -272
  3. package/dist/components/tt-checkbox/index.d.ts +5 -5
  4. package/dist/components/tt-checkbox/index.vue.d.ts +2 -2
  5. package/dist/components/tt-drawer/index.d.ts +540 -540
  6. package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +297 -297
  7. package/dist/components/tt-form/src/form/RenderContent.vue.d.ts +2 -2
  8. package/dist/components/tt-form/src/form-render/dependencies.d.ts +118 -118
  9. package/dist/components/tt-form-item-error-tooltip/index.d.ts +196 -196
  10. package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +98 -98
  11. package/dist/components/tt-icon/index.d.ts +3 -3
  12. package/dist/components/tt-icon/index.vue.d.ts +1 -1
  13. package/dist/components/tt-image/index.d.ts +5 -5
  14. package/dist/components/tt-image/src/components/ImageViewer.d.ts +2 -2
  15. package/dist/components/tt-image/tt-image.d.ts +5 -5
  16. package/dist/components/tt-loading/index.d.ts +3 -3
  17. package/dist/components/tt-loading/src/loading.vue.d.ts +3 -3
  18. package/dist/components/tt-modal/index.d.ts +184 -184
  19. package/dist/components/tt-modal/src/RenderModal.vue.d.ts +101 -101
  20. package/dist/components/tt-modal/src/components/ModalWrapper.vue.d.ts +10 -10
  21. package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +33 -33
  22. package/dist/components/tt-part/index.d.ts +12 -12
  23. package/dist/components/tt-part/index.vue.d.ts +4 -4
  24. package/dist/components/tt-select/src/Select.vue.d.ts +89 -89
  25. package/dist/components/tt-select/src/components/SelectTable.vue.d.ts +7 -7
  26. package/dist/components/tt-select/src/components/Table.vue.d.ts +9 -9
  27. package/dist/components/tt-table/src/Table.vue.d.ts +185 -179
  28. package/dist/components/tt-table/src/components/TableColumnModal.vue.d.ts +1 -1
  29. package/dist/components/tt-table/src/components/TableToobalTools.vue.d.ts +198 -228
  30. package/dist/components/tt-table/src/hooks/useCustomColumns.d.ts +1 -5
  31. package/dist/components/tt-table/src/hooks/useLeftRightSlot.d.ts +128 -128
  32. package/dist/components/tt-table/src/hooks/usePagination.d.ts +2 -2
  33. package/dist/components/tt-table/src/hooks/useTableRender.d.ts +7 -8
  34. package/dist/components/tt-table/src/props.d.ts +8 -5
  35. package/dist/components/tt-table/src/toolProps.d.ts +3 -21
  36. package/dist/components/tt-table/src/types/table.d.ts +8 -11
  37. package/dist/components/tt-table/src/types/tableTools.d.ts +2 -13
  38. package/dist/components/tt-text/index.d.ts +3 -3
  39. package/dist/components/tt-text/index.vue.d.ts +1 -1
  40. package/dist/components/tt-validate/src/Field.d.ts +4 -4
  41. package/dist/components/tt-validate/src/Form.d.ts +1 -1
  42. package/dist/components/tt-validate/src/utils/assertions.d.ts +1 -1
  43. package/dist/components/types.d.ts +10 -33
  44. package/dist/index.js +5942 -5976
  45. package/dist/style.css +1 -1
  46. package/package.json +1 -1
@@ -1,10 +1,10 @@
1
1
  export declare const TtCheckbox: import('../../../../utils/src').SFCWithInstall<{
2
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./type').TtCheckboxProp> & Readonly<{
3
- onChange?: ((val: import('element-plus').CheckboxValueType, oldVal: import('element-plus').CheckboxValueType) => any) | undefined;
4
3
  "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
4
+ onChange?: ((val: import('element-plus').CheckboxValueType, oldVal: import('element-plus').CheckboxValueType) => any) | undefined;
5
5
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
- change: (val: import('element-plus').CheckboxValueType, oldVal: import('element-plus').CheckboxValueType) => any;
7
6
  "update:modelValue": (val: import('element-plus').CheckboxValueType) => any;
7
+ change: (val: import('element-plus').CheckboxValueType, oldVal: import('element-plus').CheckboxValueType) => any;
8
8
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
9
9
  P: {};
10
10
  B: {};
@@ -13,18 +13,18 @@ export declare const TtCheckbox: import('../../../../utils/src').SFCWithInstall<
13
13
  M: {};
14
14
  Defaults: {};
15
15
  }, Readonly<import('./type').TtCheckboxProp> & Readonly<{
16
- onChange?: ((val: import('element-plus').CheckboxValueType, oldVal: import('element-plus').CheckboxValueType) => any) | undefined;
17
16
  "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
17
+ onChange?: ((val: import('element-plus').CheckboxValueType, oldVal: import('element-plus').CheckboxValueType) => any) | undefined;
18
18
  }>, {}, {}, {}, {}, {}>;
19
19
  __isFragment?: never;
20
20
  __isTeleport?: never;
21
21
  __isSuspense?: never;
22
22
  } & import('vue').ComponentOptionsBase<Readonly<import('./type').TtCheckboxProp> & Readonly<{
23
- onChange?: ((val: import('element-plus').CheckboxValueType, oldVal: import('element-plus').CheckboxValueType) => any) | undefined;
24
23
  "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
24
+ onChange?: ((val: import('element-plus').CheckboxValueType, oldVal: import('element-plus').CheckboxValueType) => any) | undefined;
25
25
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
- change: (val: import('element-plus').CheckboxValueType, oldVal: import('element-plus').CheckboxValueType) => any;
27
26
  "update:modelValue": (val: import('element-plus').CheckboxValueType) => any;
27
+ change: (val: import('element-plus').CheckboxValueType, oldVal: import('element-plus').CheckboxValueType) => any;
28
28
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
29
29
  $slots: Readonly<{
30
30
  [slotName: string]: () => import('vue').VNode;
@@ -13,11 +13,11 @@ declare function __VLS_template(): {
13
13
  };
14
14
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
15
  declare const __VLS_component: import('vue').DefineComponent<TtCheckboxProp, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
- change: (val: CheckboxValueType, oldVal: CheckboxValueType) => any;
17
16
  "update:modelValue": (val: CheckboxValueType) => any;
17
+ change: (val: CheckboxValueType, oldVal: CheckboxValueType) => any;
18
18
  }, string, import('vue').PublicProps, Readonly<TtCheckboxProp> & Readonly<{
19
- onChange?: ((val: CheckboxValueType, oldVal: CheckboxValueType) => any) | undefined;
20
19
  "onUpdate:modelValue"?: ((val: CheckboxValueType) => any) | undefined;
20
+ onChange?: ((val: CheckboxValueType, oldVal: CheckboxValueType) => any) | undefined;
21
21
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
22
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
23
  export default _default;