widget-crm-form
Advanced tools
Comparing version 6.2.83 to 6.2.84
@@ -1,1 +0,1 @@ | ||
module.exports = 1715868881243; | ||
module.exports = 1716652134973; |
{ | ||
"name": "widget-crm-form", | ||
"version": "6.2.83", | ||
"version": "6.2.84", | ||
"description": "widget omni channel platform & reviews", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -91,3 +91,3 @@ # CRM forms | ||
* @example window.WidgetApp.crmFormsPopup(561); | ||
* @example window.WidgetApp.crmFormsPopup(561, { 'nswerList[44]': { disabled: true, value: 'sdfsdfsdf' } }); | ||
* @example window.WidgetApp.crmFormsPopup(561, { 'answerList[44]': { disabled: true, value: 'sdfsdfsdf' } }); | ||
*/ | ||
@@ -108,3 +108,3 @@ window.WidgetApp.crmFormsPopup(id: number, saved?: any) | ||
* @example window.WidgetApp.crmFormsStatic(document.querySelector('.block'), 561); | ||
* @example window.WidgetApp.crmFormsStatic(561, { 'nswerList[44]': { disabled: true, value: 'sdfsdfsdf' } }); | ||
* @example window.WidgetApp.crmFormsStatic(561, { 'answerList[44]': { disabled: true, value: 'sdfsdfsdf' } }); | ||
*/ | ||
@@ -114,2 +114,12 @@ window.WidgetApp.crmFormsStatic(el: HTMLElement, id: number, saved?: any); | ||
/** | ||
* @description Компонент карт | ||
* @param {HTMLElement} el HTMLElement | ||
* @param {any} params параметри запиту | ||
* @param {boolean} filters відображення фільтрів | ||
* @param {boolean} parcerLockerSelect відображення фільтрів | ||
* @example window.WidgetApp.addresses(document.querySelector('.block'), { lang: 'ua', info: 'contacts', true, false}); | ||
*/ | ||
window.WidgetApp.addresses(el: HTMLElement, params, filters: boolean, parcerLockerSelect?: boolean); | ||
/** | ||
* @description додавання шрифта Roboto | ||
@@ -127,3 +137,3 @@ * @example window.WidgetApp.addFonts(); | ||
<button data-form-id='562'>Задати питання</button> | ||
<button data-form-id='562' data-form-saved='{ "nswerList[44]": { "disabled": true, "value": "sdfsdfsdf" }}'>Задати питання</button> | ||
<button data-form-id='562' data-form-saved='{ "answerList[44]": { "disabled": true, "value": "sdfsdfsdf" }}'>Задати питання</button> | ||
``` | ||
@@ -140,3 +150,3 @@ #### Селект форм в попапі | ||
<div data-form-id='560' data-type='static'></div> | ||
<div data-form-id='560' data-type='static' data-form-saved='{ "nswerList[44]": { "disabled": true, "value": "sdfsdfsdf" }}'></div> | ||
<div data-form-id='560' data-type='static' data-form-saved='{ "answerList[44]": { "disabled": true, "value": "sdfsdfsdf" }}'></div> | ||
``` | ||
@@ -155,2 +165,2 @@ #### Відгуки - картка товару | ||
© 2023 | ||
© 2024 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2578159
65
161
4483
2