zignal-react-library 1.1.299 → 1.1.301
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,5 +1,5 @@
|
|
|
1
1
|
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
2
|
-
import { type AdminRegisterFormData, type AdminRegisterPopupCustomEvent, type AutocompleteAddressCustomEvent, type AutocompleteMultipleSelectCustomEvent, type AutocompleteSelectCustomEvent, type BackgroundJobsCustomEvent, type BillingItem, type ChatAppCustomEvent, type ChatFilter, type ChatInputCustomEvent, type CheckboxListCustomEvent, type CreateMasterDataDialogCustomEvent, type CustomerInfoEditFormData, type CustomerInfoEditPopupCustomEvent, type CustomerInfoSectionCustomEvent, type DialogBillEditorCustomEvent, type DialogCustomFilterCustomEvent, type DialogEditorCustomEvent, type DialogPreviewMediaCustomEvent, type DialogSearchChatUserCustomEvent, type DialogSearchCustomEvent, type DialogStickerCustomEvent, type
|
|
2
|
+
import { type AdminRegisterFormData, type AdminRegisterPopupCustomEvent, type AutocompleteAddressCustomEvent, type AutocompleteMultipleSelectCustomEvent, type AutocompleteSelectCustomEvent, type BackgroundJobsCustomEvent, type BillingItem, type ChatAppCustomEvent, type ChatFilter, type ChatInputCustomEvent, type CheckboxListCustomEvent, type CreateMasterDataDialogCustomEvent, type CustomerInfoEditFormData, type CustomerInfoEditPopupCustomEvent, type CustomerInfoSectionCustomEvent, type DialogBillEditorCustomEvent, type DialogCustomFilterCustomEvent, type DialogEditorCustomEvent, type DialogPreviewMediaCustomEvent, type DialogSearchChatUserCustomEvent, type DialogSearchCustomEvent, type DialogStickerCustomEvent, type ItemType, type MasterDataItemCustomEvent, type MenuChatTypeCustomEvent, type MenuListCustomEvent, type MessageBoxCustomEvent, type MessageContentCustomEvent, type MessageItemCustomEvent, type PointEditFormData, type PointUpdatePopupCustomEvent, type ProfileOrderCardCustomEvent, type ProfileTicketDrawerCustomEvent, type QuickMessageAppCustomEvent, type QuickMessageButtonContentCustomEvent, type QuickMessageFileCustomEvent, type QuickMessageImageContentCustomEvent, type QuickMessageImageCustomEvent, type QuickMessageLibraryFile, type QuickMessageMenuListContentCustomEvent, type QuickMessageModalCustomEvent, type QuickMessageTemplateContent, type QuickMessageTemplateCustomEvent, type QuickMessageTemplateModel, type QuickMessageTextContentCustomEvent, type QuickMessageVideoContentCustomEvent, type SearchChatsParams, type SummarizeMessageSectionCustomEvent, type TTagOrStatusItem, type TValueType, type TagOrStatusItemCustomEvent, type UserInfoSectionCustomEvent, type ZDropdownInputCustomEvent, type ZPaginationCustomEvent, type ZPhoneInputCustomEvent } from "zignal-stencil-library";
|
|
3
3
|
import { AdminRegisterPopup as AdminRegisterPopupElement } from "zignal-stencil-library/dist/custom-elements/admin-register-popup.js";
|
|
4
4
|
import { AutocompleteAddress as AutocompleteAddressElement } from "zignal-stencil-library/dist/custom-elements/autocomplete-address.js";
|
|
5
5
|
import { AutocompleteMultipleSelect as AutocompleteMultipleSelectElement } from "zignal-stencil-library/dist/custom-elements/autocomplete-multiple-select.js";
|
|
@@ -127,7 +127,7 @@ export type CustomerInfoEditPopupEvents = {
|
|
|
127
127
|
export declare const CustomerInfoEditPopup: StencilReactComponent<CustomerInfoEditPopupElement, CustomerInfoEditPopupEvents>;
|
|
128
128
|
export type CustomerInfoSectionEvents = {
|
|
129
129
|
onEditCustomerInfo: EventName<CustomerInfoSectionCustomEvent<void>>;
|
|
130
|
-
onSaveCustomerInfo: EventName<CustomerInfoSectionCustomEvent<
|
|
130
|
+
onSaveCustomerInfo: EventName<CustomerInfoSectionCustomEvent<void>>;
|
|
131
131
|
onCancelEdit: EventName<CustomerInfoSectionCustomEvent<void>>;
|
|
132
132
|
onEditNotes: EventName<CustomerInfoSectionCustomEvent<void>>;
|
|
133
133
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zignal-react-library",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.301",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "zignal",
|
|
6
6
|
"homepage": "",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@stencil/react-output-target": "^1.3.1",
|
|
43
|
-
"zignal-stencil-library": "^1.1.
|
|
43
|
+
"zignal-stencil-library": "^1.1.301"
|
|
44
44
|
}
|
|
45
45
|
}
|