From fbdb5c35ebbdc80ffe0b285007183ac62d4ae30b Mon Sep 17 00:00:00 2001 From: adsac Date: Thu, 4 Jul 2024 11:27:46 +0300 Subject: [PATCH] DocWorks for js-wixcode-sdk - 1 change detected, but 15 issue detected changes: Service wix-window-frontend.Lightbox operation getContext has changed description issues: Message ViewChangeEventOptions has an unknown property type * (ApppointmentFieldEvent.js (8)) Property target is missing a type annotation (GalleryNavigationStartEvent.js (15)) Operation postMessage has an unknown param type * (HtmlComponent.js (97)) Property data has an unknown type * (HtmlComponentMessageEvent.js (17)) Property fileLimit has mismatching types for get (number) and set (string) (UploadButton.js (128, 149)) Operation set has an unknown param type * (window-frontend.js (201)) Operation get has an unknown return type * (window-frontend.js (234)) Operation set has an unknown param type * (window.js (235)) Operation get has an unknown return type * (window.js (269)) Callback ViewChangeOperation is defined two or more times (AppointmentField.js (347), DatePicker.js (472)) Callback ViewChangeOperation has an unknown return type * (AppointmentField.js (347)) Callback ViewChangeEventHandler is defined two or more times (AppointmentField.js (362), DatePicker.js (466)) Callback Validator has an unknown param type * (ValidatableMixin.js (143)) Property value has an unknown type * (ValueMixin.js (62)) Property value has an unknown type * (ValueMixin.js (89)) --- js-wixcode-sdk/$w/Node.service.json | 6 ++---- js-wixcode-sdk/wix-window-frontend/Lightbox.service.json | 8 +++++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/js-wixcode-sdk/$w/Node.service.json b/js-wixcode-sdk/$w/Node.service.json index e1115a28d2..1a7c9cb8f8 100644 --- a/js-wixcode-sdk/$w/Node.service.json +++ b/js-wixcode-sdk/$w/Node.service.json @@ -1,8 +1,7 @@ { "name": "Node", "memberOf": "$w", "mixes": [], - "labels": - [ "changed" ], + "labels": [], "location": { "lineno": 1, "filename": "Node.js" }, @@ -160,8 +159,7 @@ { } } ], "operations": [ { "name": "scrollTo", - "labels": - [ "changed" ], + "labels": [], "nameParams": [], "params": [], "ret": diff --git a/js-wixcode-sdk/wix-window-frontend/Lightbox.service.json b/js-wixcode-sdk/wix-window-frontend/Lightbox.service.json index 3e8757bfc8..2388f007ca 100644 --- a/js-wixcode-sdk/wix-window-frontend/Lightbox.service.json +++ b/js-wixcode-sdk/wix-window-frontend/Lightbox.service.json @@ -1,7 +1,8 @@ { "name": "Lightbox", "memberOf": "wix-window-frontend", "mixes": [], - "labels": [], + "labels": + [ "changed" ], "location": { "lineno": 327, "filename": "window-frontend.js" }, @@ -174,7 +175,8 @@ "extra": { } }, { "name": "getContext", - "labels": [], + "labels": + [ "changed" ], "nameParams": [], "params": [], "ret": @@ -196,7 +198,7 @@ " function. If the lightbox is opened automatically when the page loads or", " by a link from a page element, data will not be passed to the lightbox.", " Therefore, if you want to pass data to the lightbox, make sure", - " **Automatically display lightbox on pages** is [set](https://support.wix.com/en/article/setting-which-page-your-lightbox-appears-on) to **No** in the", + " **Automatically display lightbox on pages** is [set](https://support.wix.com/en/article/wix-editor-adding-and-setting-up-a-lightbox#step-3-set-the-lightbox-trigger) to **No** in the", " **Lightbox Settings** panel in the Editor and don't set any element's link", " to open the lightbox. Instead, create your own method for opening", " the lightbox programmatically. For example, you can add a button with an `onClick` event",