twcpt 0.0.15 → 0.0.17
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/components/j-tw-confirm-dialog/index.d.ts +11 -2
- package/dist/components/j-tw-confirm-dialog/types.d.ts +13 -3
- package/dist/components/j-tw-datetime-picker/index.d.ts +1645 -0
- package/dist/components/j-tw-datetime-picker/types.d.ts +70 -0
- package/dist/components/j-tw-dialog/index.d.ts +10 -7
- package/dist/components/j-tw-dialog/{jwDialog.d.ts → twDialog.d.ts} +3 -3
- package/dist/components/j-tw-dialog/types.d.ts +7 -1
- package/dist/components/j-tw-messages/MessageItem.d.ts +11 -2
- package/dist/components/j-tw-messages/index.d.ts +15 -5
- package/dist/components/j-tw-messages/state.d.ts +5 -3
- package/dist/components/j-tw-messages/types.d.ts +5 -2
- package/dist/global.d.ts +10 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/twcpt.cjs.js +9 -9
- package/dist/twcpt.es.js +3651 -3368
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import { default as JTWDropdownBtn } from './components/j-tw-dropdown-btn/index'
|
|
|
4
4
|
import { default as JTWTreeSelectBtn } from './components/j-tw-tree-select-btn/index';
|
|
5
5
|
import { default as JTWTreeSelectInput } from './components/j-tw-tree-select-input/index';
|
|
6
6
|
import { default as JTWDatePicker } from './components/j-tw-date-picker/index';
|
|
7
|
+
import { default as JTWDateTimePicker } from './components/j-tw-datetime-picker/index';
|
|
7
8
|
import { default as JTWTable } from './components/j-tw-table/index';
|
|
8
9
|
import { default as JTWPagination } from './components/j-tw-pagination/index';
|
|
9
10
|
import { default as JTWMessages } from './components/j-tw-messages/index';
|
|
@@ -26,7 +27,7 @@ import { default as JTWAmap } from './components/j-tw-amap/index';
|
|
|
26
27
|
export { twMessages } from './components/j-tw-messages/twMessages.ts';
|
|
27
28
|
export type { JTWMessageOptions, JTWMessageInstance, JTWMessagesAPI } from './components/j-tw-messages/types';
|
|
28
29
|
export { twConfirmDialog, twConfirmDialog as dialogConfirm } from './components/j-tw-confirm-dialog/twConfirmDialog';
|
|
29
|
-
export {
|
|
30
|
+
export { twDialog, DialogProvider } from './components/j-tw-dialog/twDialog';
|
|
30
31
|
export { JTWDialogPosition, JTWDialogSize, JTWDialogFooterMode } from './components/j-tw-dialog/types';
|
|
31
32
|
export type { JTWDialogPositionType, JTWDialogSizeType, JTWDialogFooterModeType, JTWDialogOptions, JTWDialogProps, JTWDialogExpose, JTWDialogRegisterProps, JTWDialogComponent, JTWDialogInstance, } from './components/j-tw-dialog/types';
|
|
32
33
|
export { JTWConfirmDialogIcon } from './components/j-tw-confirm-dialog/types';
|
|
@@ -106,6 +107,7 @@ export type { JTWTableColumn, JTWTableColumnAlign, JTWTablePagination, JTWTableP
|
|
|
106
107
|
export type { JTWPaginationProps, JTWPaginationEmits, JTWPaginationComponent, JTWPaginationInstance, JTWPaginationTemplateProps, } from './components/j-tw-pagination/types';
|
|
107
108
|
export type { JTWTreeSelectProps, JTWTreeSelectEmits, JTWTreeSelectSlots, JTWTreeSelectExpose, JTWTreeSelectComponent, JTWTreeSelectInstance, JTWTreeSelectTemplateProps, } from './components/j-tw-tree-select/types';
|
|
108
109
|
export type { JTWDatePickerProps, JTWDatePickerEmits, JTWDatePickerSlots, JTWDatePickerExpose, JTWDatePickerComponent, JTWDatePickerInstance, JTWDatePickerTemplateProps, } from './components/j-tw-date-picker/types';
|
|
110
|
+
export type { JTWDateTimePickerProps, JTWDateTimePickerEmits, JTWDateTimePickerSlots, JTWDateTimePickerExpose, JTWDateTimePickerComponent, JTWDateTimePickerInstance, JTWDateTimePickerTemplateProps, } from './components/j-tw-datetime-picker/types';
|
|
109
111
|
export type { JTWStatusImgProps, } from './components/j-tw-status-img/types';
|
|
110
112
|
export type { JTWFormProps, JTWFormEmits, JTWFormSlots, JTWFormExpose, JTWFormComponent, JTWFormInstance, } from './components/j-tw-form/types';
|
|
111
113
|
export type { JTWFormItemProps, JTWFormItemSlots, JTWFormItemExpose, JTWFormItemComponent, JTWFormItemInstance, } from './components/j-tw-form-item/types';
|
|
@@ -117,4 +119,4 @@ export type { JTWRadioProps, JTWRadioEmits, JTWRadioSlots, JTWRadioComponent, JT
|
|
|
117
119
|
export type { JTWRadioOption, JTWRadioGroupProps, JTWRadioGroupEmits, JTWRadioGroupSlots, JTWRadioGroupComponent, JTWRadioGroupInstance, JTWRadioGroupTemplateProps, } from './components/j-tw-radio-group/types';
|
|
118
120
|
export type { JTWTooltipPlacement, JTWTooltipEffect, JTWTooltipTrigger, JTWTooltipPlacementType, JTWTooltipEffectType, JTWTooltipTriggerType, JTWTooltipProps, JTWTooltipEmits, JTWTooltipSlots, JTWTooltipExpose, JTWTooltipComponent, JTWTooltipInstance, JTWTooltipTemplateProps, } from './components/j-tw-tooltip/types';
|
|
119
121
|
export type { JTWToggleProps, JTWToggleEmits, JTWToggleSlots, JTWToggleComponent, JTWToggleInstance, JTWToggleTemplateProps, } from './components/j-tw-toggle/types';
|
|
120
|
-
export { JTWBtn, JTWDropdownBtn, JTWTreeSelectBtn, JTWTreeSelectInput, JTWDatePicker, JTWTable, JTWPagination, JTWMessages, JTWConfirmDialog, JTWDialog, JTWTreeSelect, JTWFormLabel, JTWStatusImg, JTWForm, JTWFormItem, JTWInput, JTWSelect, JTWCheckbox, JTWCheckboxGroup, JTWRadio, JTWRadioGroup, JTWTooltip, JTWToggle, JTWAmap, };
|
|
122
|
+
export { JTWBtn, JTWDropdownBtn, JTWTreeSelectBtn, JTWTreeSelectInput, JTWDatePicker, JTWDateTimePicker, JTWTable, JTWPagination, JTWMessages, JTWConfirmDialog, JTWDialog, JTWTreeSelect, JTWFormLabel, JTWStatusImg, JTWForm, JTWFormItem, JTWInput, JTWSelect, JTWCheckbox, JTWCheckboxGroup, JTWRadio, JTWRadioGroup, JTWTooltip, JTWToggle, JTWAmap, };
|