@cnamts/synapse 1.0.18 → 1.0.19
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/{DateFilter-C0qj2Xp4.js → DateFilter-CeVuSfJ9.js} +1 -1
- package/dist/{NumberFilter-DLlqjkwg.js → NumberFilter-C8PAu_sw.js} +1 -1
- package/dist/{PeriodFilter-BQCGbydv.js → PeriodFilter-UMUaxx3d.js} +1 -1
- package/dist/{SelectFilter-CPnShk0h.js → SelectFilter-CqZl8CYt.js} +1 -1
- package/dist/{TextFilter-6N05mkcs.js → TextFilter-D_RhhNOh.js} +1 -1
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproCard/AmeliproCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproFilters/types.d.ts +6 -0
- package/dist/components/Captcha/Captcha.d.ts +1 -1
- package/dist/components/{Customs/Selects/SyBtnSelect/SyBtnSelect.d.ts → SyBtnMenu/SyBtnMenu.d.ts} +2 -17
- package/dist/components/UserMenuBtn/UserMenuBtn.d.ts +2 -2
- package/dist/components/index.d.ts +21 -21
- package/dist/design-system-v3.js +10 -10
- package/dist/design-system-v3.umd.cjs +16 -16
- package/dist/{main-CY1bof-3.js → main-B39UVv5p.js} +9018 -8993
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/components/Accordion/Accessibilite/AccessibilityGuide.mdx +1 -1
- package/src/components/Amelipro/AmeliproFilters/AmeliproFilters.mdx +14 -0
- package/src/components/Amelipro/AmeliproFilters/AmeliproFilters.stories.ts +106 -0
- package/src/components/Amelipro/AmeliproFilters/AmeliproFilters.vue +218 -0
- package/src/components/Amelipro/AmeliproFilters/__tests__/AmeliproFilters.spec.ts +180 -0
- package/src/components/Amelipro/AmeliproFilters/types.d.ts +6 -0
- package/src/components/Customs/Selects/SelectOverview.mdx +0 -68
- package/src/components/DatePicker/CalendarMode/tests/DatePicker.spec.ts +19 -6
- package/src/components/{Customs/Selects/SyBtnSelect/SyBtnSelect.mdx → SyBtnMenu/SyBtnMenu.mdx} +8 -9
- package/src/components/{Customs/Selects/SyBtnSelect/SyBtnSelect.stories.ts → SyBtnMenu/SyBtnMenu.stories.ts} +80 -78
- package/src/components/{Customs/Selects/SyBtnSelect/SyBtnSelect.vue → SyBtnMenu/SyBtnMenu.vue} +84 -24
- package/src/components/SyBtnMenu/accessibilite/AccessibilityGuide.mdx +77 -0
- package/src/components/{Customs/Selects/SyBtnSelect/tests/SyBtnSelect.spec.ts → SyBtnMenu/tests/SyBtnMenu.spec.ts} +38 -11
- package/src/components/UserMenuBtn/UserMenuBtn.vue +3 -3
- package/src/components/UserMenuBtn/tests/UserMenuBtn.spec.ts +3 -3
- package/src/components/index.ts +21 -21
- package/src/composables/date/tests/useDateFormatDayjs.spec.ts +19 -0
- package/src/composables/date/useDateFormatDayjs.ts +4 -4
- package/src/stories/Accessibilite/Avancement/Avancement.stories.ts +1 -1
- package/src/stories/Accessibilite/Vuetify/VuetifyItems.ts +0 -4
- package/src/stories/Components/Components.stories.ts +2 -2
- package/src/stories/GuideDuDev/PortailAgent.stories.ts +0 -1
- package/src/components/Customs/Selects/SyBtnSelect/Accessibilite.mdx +0 -13
- package/src/components/Customs/Selects/SyBtnSelect/Accessibilite.stories.ts +0 -25
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as b, computed as D, openBlock as k, createBlock as p } from "vue";
|
|
2
|
-
import { D as C, u as F, _ as V } from "./main-
|
|
2
|
+
import { D as C, u as F, _ as V } from "./main-B39UVv5p.js";
|
|
3
3
|
const v = /* @__PURE__ */ b({
|
|
4
4
|
__name: "DateFilter",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as k, ref as h, watch as x, computed as T, openBlock as V, createElementBlock as F, createVNode as w } from "vue";
|
|
2
|
-
import { a as S, _ as D } from "./main-
|
|
2
|
+
import { a as S, _ as D } from "./main-B39UVv5p.js";
|
|
3
3
|
const E = { class: "number-filter-container" }, B = /* @__PURE__ */ k({
|
|
4
4
|
__name: "NumberFilter",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as b, computed as h, openBlock as p, createBlock as k } from "vue";
|
|
2
|
-
import { P as C, _ as F } from "./main-
|
|
2
|
+
import { P as C, _ as F } from "./main-B39UVv5p.js";
|
|
3
3
|
const V = /* @__PURE__ */ b({
|
|
4
4
|
__name: "PeriodFilter",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as C, computed as p, ref as F, openBlock as S, createElementBlock as A, createVNode as B } from "vue";
|
|
2
|
-
import { S as E, _ as D } from "./main-
|
|
2
|
+
import { S as E, _ as D } from "./main-B39UVv5p.js";
|
|
3
3
|
const n = {
|
|
4
4
|
defaultOption: "- choisir -",
|
|
5
5
|
emptyValue: "(vide)"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as C, ref as b, watch as k, computed as T, openBlock as x, createElementBlock as w, createVNode as F } from "vue";
|
|
2
|
-
import { a as V, _ as E } from "./main-
|
|
2
|
+
import { a as V, _ as E } from "./main-B39UVv5p.js";
|
|
3
3
|
const S = { class: "text-filter-container" }, B = /* @__PURE__ */ C({
|
|
4
4
|
__name: "TextFilter",
|
|
5
5
|
props: {
|
|
@@ -3740,7 +3740,7 @@ declare function __VLS_template(): {
|
|
|
3740
3740
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3741
3741
|
"onUpdate:menu"?: ((value: boolean) => any) | undefined;
|
|
3742
3742
|
"onUpdate:search"?: ((value: any) => any) | undefined;
|
|
3743
|
-
}, "ariaLabel" | "size" | "type" | "reverse" | "flat" | "details" | "form" | "menu" | "select" | "style" | "title" | "animate" | "pattern" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "search" | "slot" | "disabled" | "children" | "transition" | "variant" | "rounded" | "tile" | "value" | "density" | "active" | "readonly" | "prepend" | "append" | "error" | "eager" | "blur" | "normalize" | "scroll" | "click" | "focus" | "reset" | "dir" | "hidden" | "capture" | "accessKey" | "itemChildren" | "itemType" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "enterKeyHint" | "inert" | "lang" | "spellcheck" | "translate" | "autocapitalize" | "autocorrect" | "part" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "isFocused" | "maxErrors" | "messages" | "autocomplete" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "clearIcon" | "clearable" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "textContent" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaActiveDescendantElement" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaControlsElements" | "ariaCurrent" | "ariaDescribedByElements" | "ariaDescription" | "ariaDetailsElements" | "ariaDisabled" | "ariaErrorMessageElements" | "ariaExpanded" | "ariaFlowToElements" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabelledByElements" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaOwnsElements" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforematch" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerrawupdate" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "
|
|
3743
|
+
}, "ariaLabel" | "size" | "type" | "reverse" | "flat" | "details" | "form" | "menu" | "select" | "style" | "title" | "animate" | "pattern" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "search" | "slot" | "disabled" | "children" | "transition" | "variant" | "rounded" | "tile" | "value" | "density" | "active" | "readonly" | "prepend" | "append" | "error" | "eager" | "blur" | "normalize" | "scroll" | "click" | "focus" | "reset" | "dir" | "hidden" | "capture" | "accessKey" | "itemChildren" | "itemType" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "enterKeyHint" | "inert" | "lang" | "spellcheck" | "translate" | "autocapitalize" | "autocorrect" | "part" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "isFocused" | "maxErrors" | "messages" | "autocomplete" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "clearIcon" | "clearable" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "textContent" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaActiveDescendantElement" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaControlsElements" | "ariaCurrent" | "ariaDescribedByElements" | "ariaDescription" | "ariaDetailsElements" | "ariaDisabled" | "ariaErrorMessageElements" | "ariaExpanded" | "ariaFlowToElements" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabelledByElements" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaOwnsElements" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforematch" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerrawupdate" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "filteredItems" | "chips" | "closableChips" | "closeText" | "openText" | "hideNoData" | "hideSelected" | "menuIcon" | "noDataText" | "openOnClear" | "noAutoScroll" | "filterKeys" | "filterMode" | "noFilter" | "clearOnSelect" | "isPristine"> & import('vue').ShallowUnwrapRef<{
|
|
3744
3744
|
isFocused: import('vue').ShallowRef<boolean, boolean>;
|
|
3745
3745
|
isPristine: import('vue').ShallowRef<boolean, boolean>;
|
|
3746
3746
|
menu: import('vue').WritableComputedRef<boolean, boolean>;
|
|
@@ -9697,7 +9697,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
9697
9697
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
9698
9698
|
"onUpdate:menu"?: ((value: boolean) => any) | undefined;
|
|
9699
9699
|
"onUpdate:search"?: ((value: any) => any) | undefined;
|
|
9700
|
-
}, "ariaLabel" | "size" | "type" | "reverse" | "flat" | "details" | "form" | "menu" | "select" | "style" | "title" | "animate" | "pattern" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "search" | "slot" | "disabled" | "children" | "transition" | "variant" | "rounded" | "tile" | "value" | "density" | "active" | "readonly" | "prepend" | "append" | "error" | "eager" | "blur" | "normalize" | "scroll" | "click" | "focus" | "reset" | "dir" | "hidden" | "capture" | "accessKey" | "itemChildren" | "itemType" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "enterKeyHint" | "inert" | "lang" | "spellcheck" | "translate" | "autocapitalize" | "autocorrect" | "part" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "isFocused" | "maxErrors" | "messages" | "autocomplete" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "clearIcon" | "clearable" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "textContent" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaActiveDescendantElement" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaControlsElements" | "ariaCurrent" | "ariaDescribedByElements" | "ariaDescription" | "ariaDetailsElements" | "ariaDisabled" | "ariaErrorMessageElements" | "ariaExpanded" | "ariaFlowToElements" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabelledByElements" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaOwnsElements" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforematch" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerrawupdate" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "
|
|
9700
|
+
}, "ariaLabel" | "size" | "type" | "reverse" | "flat" | "details" | "form" | "menu" | "select" | "style" | "title" | "animate" | "pattern" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "search" | "slot" | "disabled" | "children" | "transition" | "variant" | "rounded" | "tile" | "value" | "density" | "active" | "readonly" | "prepend" | "append" | "error" | "eager" | "blur" | "normalize" | "scroll" | "click" | "focus" | "reset" | "dir" | "hidden" | "capture" | "accessKey" | "itemChildren" | "itemType" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "enterKeyHint" | "inert" | "lang" | "spellcheck" | "translate" | "autocapitalize" | "autocorrect" | "part" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "isFocused" | "maxErrors" | "messages" | "autocomplete" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "clearIcon" | "clearable" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "textContent" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaActiveDescendantElement" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaControlsElements" | "ariaCurrent" | "ariaDescribedByElements" | "ariaDescription" | "ariaDetailsElements" | "ariaDisabled" | "ariaErrorMessageElements" | "ariaExpanded" | "ariaFlowToElements" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabelledByElements" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaOwnsElements" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforematch" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerrawupdate" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "filteredItems" | "chips" | "closableChips" | "closeText" | "openText" | "hideNoData" | "hideSelected" | "menuIcon" | "noDataText" | "openOnClear" | "noAutoScroll" | "filterKeys" | "filterMode" | "noFilter" | "clearOnSelect" | "isPristine"> & import('vue').ShallowUnwrapRef<{
|
|
9701
9701
|
isFocused: import('vue').ShallowRef<boolean, boolean>;
|
|
9702
9702
|
isPristine: import('vue').ShallowRef<boolean, boolean>;
|
|
9703
9703
|
menu: import('vue').WritableComputedRef<boolean, boolean>;
|
|
@@ -118,11 +118,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
118
118
|
"onClick-switch"?: ((...args: any[]) => any) | undefined;
|
|
119
119
|
}>, {
|
|
120
120
|
imgWidth: string;
|
|
121
|
-
imgAlt: string;
|
|
122
121
|
captchaInputLabelAudio: string;
|
|
123
122
|
captchaInputLabelImg: string;
|
|
124
123
|
captchaTitle: string;
|
|
125
124
|
defaultAudio: boolean;
|
|
125
|
+
imgAlt: string;
|
|
126
126
|
imgMaxWidth: string;
|
|
127
127
|
switchCaptchaTypeLabelAudio: string;
|
|
128
128
|
switchCaptchaTypeLabelImg: string;
|
|
@@ -136,8 +136,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
136
136
|
}>> & Readonly<{}>, {
|
|
137
137
|
divider: boolean;
|
|
138
138
|
uniqueId: string;
|
|
139
|
-
cardTitle: string;
|
|
140
139
|
borderColor: string;
|
|
140
|
+
cardTitle: string;
|
|
141
141
|
bordered: boolean;
|
|
142
142
|
titleColor: string;
|
|
143
143
|
cardColor: string;
|
|
@@ -119,8 +119,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
119
119
|
uniqueId: string;
|
|
120
120
|
imgMinWidth: string;
|
|
121
121
|
imgWidth: string;
|
|
122
|
-
imgSrc: string;
|
|
123
122
|
imgMaxWidth: string;
|
|
123
|
+
imgSrc: string;
|
|
124
124
|
borderedIcon: boolean;
|
|
125
125
|
tileTitle: string;
|
|
126
126
|
tileWidth: string;
|
|
@@ -28,8 +28,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
28
28
|
type: CaptchaType;
|
|
29
29
|
locales: typeof defaultLocales;
|
|
30
30
|
modelValue: string;
|
|
31
|
-
errorMessage: string;
|
|
32
31
|
locale: string;
|
|
32
|
+
errorMessage: string;
|
|
33
33
|
tagTitle: string;
|
|
34
34
|
helpDesk: string | false;
|
|
35
35
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
package/dist/components/{Customs/Selects/SyBtnSelect/SyBtnSelect.d.ts → SyBtnMenu/SyBtnMenu.d.ts}
RENAMED
|
@@ -1,19 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
type Item = string | Record<string, unknown>;
|
|
3
|
-
declare function __VLS_template():
|
|
4
|
-
attrs: Partial<{}>;
|
|
5
|
-
slots: {
|
|
6
|
-
'prepend-icon'?(_: {}): any;
|
|
7
|
-
'append-icon'?(_: {}): any;
|
|
8
|
-
content?(_: {}): any;
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
'footer-list-item'?(_: {}): any;
|
|
11
|
-
};
|
|
12
|
-
refs: {
|
|
13
|
-
buttonRef: HTMLDivElement;
|
|
14
|
-
};
|
|
15
|
-
rootEl: HTMLDivElement;
|
|
16
|
-
};
|
|
3
|
+
declare function __VLS_template(): any;
|
|
17
4
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
5
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
19
6
|
modelValue: {
|
|
@@ -162,9 +149,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
162
149
|
hideLogoutBtn: boolean;
|
|
163
150
|
isMobileView: boolean;
|
|
164
151
|
iconOnly: boolean;
|
|
165
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true,
|
|
166
|
-
buttonRef: HTMLDivElement;
|
|
167
|
-
}, HTMLDivElement>;
|
|
152
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, any, any>;
|
|
168
153
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
169
154
|
export default _default;
|
|
170
155
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -24,7 +24,7 @@ declare function __VLS_template(): {
|
|
|
24
24
|
default?(_: {}): any;
|
|
25
25
|
};
|
|
26
26
|
refs: {};
|
|
27
|
-
rootEl:
|
|
27
|
+
rootEl: any;
|
|
28
28
|
};
|
|
29
29
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
30
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -41,7 +41,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
41
41
|
fullName: string;
|
|
42
42
|
hideUserIcon: boolean;
|
|
43
43
|
logoutText: string;
|
|
44
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
44
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
45
45
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
46
46
|
export default _default;
|
|
47
47
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
export { default as FooterBar } from './FooterBar/FooterBar';
|
|
2
2
|
export { default as HeaderBar } from './HeaderBar/HeaderBar';
|
|
3
3
|
export { default as HeaderBurgerMenu } from './HeaderBar/HeaderBurgerMenu/HeaderBurgerMenu';
|
|
4
|
-
export { default as HeaderLoading } from './HeaderLoading/HeaderLoading';
|
|
5
|
-
export { default as HeaderLogo } from './HeaderBar/HeaderLogo/HeaderLogo';
|
|
6
|
-
export { default as HeaderMenuBtn } from './HeaderBar/HeaderMenuBtn/HeaderMenuBtn';
|
|
7
4
|
export { default as HeaderMenuItem } from './HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem';
|
|
8
5
|
export { default as HeaderMenuSection } from './HeaderBar/HeaderBurgerMenu/HeaderMenuSection/HeaderMenuSection';
|
|
9
6
|
export { default as HeaderSubMenu } from './HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu';
|
|
7
|
+
export { default as HeaderLogo } from './HeaderBar/HeaderLogo/HeaderLogo';
|
|
8
|
+
export { default as HeaderMenuBtn } from './HeaderBar/HeaderMenuBtn/HeaderMenuBtn';
|
|
9
|
+
export { default as HeaderLoading } from './HeaderLoading/HeaderLoading';
|
|
10
10
|
export { default as HeaderToolbar } from './HeaderToolbar/HeaderToolbar';
|
|
11
11
|
export { default as SubHeader } from './SubHeader/SubHeader';
|
|
12
12
|
export { default as PageContainer } from './PageContainer/PageContainer';
|
|
13
13
|
export { default as ToolbarContainer } from './ToolbarContainer/ToolbarContainer';
|
|
14
14
|
export { default as ContextualMenu } from './ContextualMenu/ContextualMenu';
|
|
15
|
+
export { default as SyPagination } from './Customs/SyPagination/SyPagination';
|
|
16
|
+
export { default as SyTabs } from './Customs/SyTabs/SyTabs';
|
|
15
17
|
export { default as ExternalLinks } from './ExternalLinks/ExternalLinks';
|
|
16
18
|
export { default as HeaderNavigationBar } from './HeaderNavigationBar/HeaderNavigationBar';
|
|
17
19
|
export { default as SkipLink } from './SkipLink/SkipLink';
|
|
18
20
|
export { default as SocialMediaLinks } from './SocialMediaLinks/SocialMediaLinks';
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as SyTabs } from './Customs/SyTabs/SyTabs';
|
|
21
|
+
export { default as SyBtnMenu } from './SyBtnMenu/SyBtnMenu';
|
|
21
22
|
export { default as BackBtn } from './BackBtn/BackBtn';
|
|
22
23
|
export { default as BackToTopBtn } from './BackToTopBtn/BackToTopBtn';
|
|
23
24
|
export { default as CopyBtn } from './CopyBtn/CopyBtn';
|
|
@@ -26,6 +27,14 @@ export { default as FranceConnectBtn } from './FranceConnectBtn/FranceConnectBtn
|
|
|
26
27
|
export { default as LangBtn } from './LangBtn/LangBtn';
|
|
27
28
|
export { default as UserMenuBtn } from './UserMenuBtn/UserMenuBtn';
|
|
28
29
|
export { default as DatePicker } from './DatePicker/CalendarMode/DatePicker';
|
|
30
|
+
export { default as Captcha } from './Captcha/Captcha';
|
|
31
|
+
export { default as SelectBtnField } from './Customs/Selects/SelectBtnField/SelectBtnField';
|
|
32
|
+
export { default as SyInputSelect } from './Customs/Selects/SyInputSelect/SyInputSelect';
|
|
33
|
+
export { default as SySelect } from './Customs/Selects/SySelect/SySelect';
|
|
34
|
+
export { default as SyCheckbox } from './Customs/SyCheckbox/SyCheckbox';
|
|
35
|
+
export { default as SyForm } from './Customs/SyForm/SyForm';
|
|
36
|
+
export { default as SyRadioGroup } from './Customs/SyRadioGroup/SyRadioGroup';
|
|
37
|
+
export { default as SyTextField } from './Customs/SyTextField/SyTextField';
|
|
29
38
|
export { default as DiacriticPicker } from './DiacriticPicker/DiacriticPicker';
|
|
30
39
|
export { default as FileUpload } from './FileUpload/FileUpload';
|
|
31
40
|
export { default as LunarCalendar } from './LunarCalendar/LunarCalendar';
|
|
@@ -37,17 +46,8 @@ export { indicatifs } from './PhoneField/indicatifs';
|
|
|
37
46
|
export { default as PhoneField } from './PhoneField/PhoneField';
|
|
38
47
|
export { default as RangeField } from './RangeField/RangeField';
|
|
39
48
|
export { default as SearchListField } from './SearchListField/SearchListField';
|
|
40
|
-
export { default as SelectBtnField } from './Customs/Selects/SelectBtnField/SelectBtnField';
|
|
41
|
-
export { default as SyBtnSelect } from './Customs/Selects/SyBtnSelect/SyBtnSelect';
|
|
42
|
-
export { default as SyCheckbox } from './Customs/SyCheckbox/SyCheckbox';
|
|
43
|
-
export { default as SyInputSelect } from './Customs/Selects/SyInputSelect/SyInputSelect';
|
|
44
|
-
export { default as SySelect } from './Customs/Selects/SySelect/SySelect';
|
|
45
49
|
export { default as SyTextArea } from './SyTextArea/SyTextArea';
|
|
46
|
-
export { default as SyTextField } from './Customs/SyTextField/SyTextField';
|
|
47
50
|
export { default as UploadWorkflow } from './UploadWorkflow/UploadWorkflow';
|
|
48
|
-
export { default as Captcha } from './Captcha/Captcha';
|
|
49
|
-
export { default as SyForm } from './Customs/SyForm/SyForm';
|
|
50
|
-
export { default as SyRadioGroup } from './Customs/SyRadioGroup/SyRadioGroup';
|
|
51
51
|
export { default as PaginatedTable } from './PaginatedTable/PaginatedTable';
|
|
52
52
|
export { default as SyServerTable } from './Tables/SyServerTable/SyServerTable';
|
|
53
53
|
export { default as SyTable } from './Tables/SyTable/SyTable';
|
|
@@ -58,6 +58,7 @@ export { default as Accordion } from './Accordion/Accordion';
|
|
|
58
58
|
export { default as ChipList } from './ChipList/ChipList';
|
|
59
59
|
export * from './ChipList/types';
|
|
60
60
|
export { default as CollapsibleList } from './CollapsibleList/CollapsibleList';
|
|
61
|
+
export { default as SyIcon } from './Customs/SyIcon/SyIcon';
|
|
61
62
|
export { default as DataList } from './DataList/DataList';
|
|
62
63
|
export { default as DataListGroup } from './DataListGroup/DataListGroup';
|
|
63
64
|
export { default as DataListItem } from './DataListItem/DataListItem';
|
|
@@ -65,7 +66,6 @@ export { default as FileList } from './FileList/FileList';
|
|
|
65
66
|
export { default as FilePreview } from './FilePreview/FilePreview';
|
|
66
67
|
export { default as Logo } from './Logo/Logo';
|
|
67
68
|
export { default as LogoBrandSection } from './LogoBrandSection/LogoBrandSection';
|
|
68
|
-
export { default as SyIcon } from './Customs/SyIcon/SyIcon';
|
|
69
69
|
export { default as CookieBanner } from './CookieBanner/CookieBanner';
|
|
70
70
|
export { default as CookiesInformation } from './CookiesSelection/CookiesInformation/CookiesInformation';
|
|
71
71
|
export { default as CookiesSelection } from './CookiesSelection/CookiesSelection';
|
|
@@ -79,8 +79,8 @@ export { default as ErrorPage } from './ErrorPage/ErrorPage';
|
|
|
79
79
|
export { default as MaintenancePage } from './MaintenancePage/MaintenancePage';
|
|
80
80
|
export { default as NotFoundPage } from './NotFoundPage/NotFoundPage';
|
|
81
81
|
export { default as AmeliproAccordion } from './Amelipro/AmeliproAccordion/AmeliproAccordion';
|
|
82
|
-
export { default as AmeliproAccordionGroup } from './Amelipro/AmeliproAccordionGroup/AmeliproAccordionGroup';
|
|
83
82
|
export { default as AmeliproAccordionFrieze } from './Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze';
|
|
83
|
+
export { default as AmeliproAccordionGroup } from './Amelipro/AmeliproAccordionGroup/AmeliproAccordionGroup';
|
|
84
84
|
export { default as AmeliproAccordionList } from './Amelipro/AmeliproAccordionList/AmeliproAccordionList';
|
|
85
85
|
export { default as AmeliproAccordionResult } from './Amelipro/AmeliproAccordionResult/AmeliproAccordionResult';
|
|
86
86
|
export { default as AmeliproAccordionResultList } from './Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList';
|
|
@@ -88,10 +88,10 @@ export { default as AmeliproAutoCompleteField } from './Amelipro/AmeliproAutoCom
|
|
|
88
88
|
export { default as AmeliproBadge } from './Amelipro/AmeliproBadge/AmeliproBadge';
|
|
89
89
|
export { default as AmeliproBreadcrumb } from './Amelipro/AmeliproBreadcrumb/AmeliproBreadcrumb';
|
|
90
90
|
export { default as AmeliproBtn } from './Amelipro/AmeliproBtn/AmeliproBtn';
|
|
91
|
-
export { default as AmeliproCard } from './Amelipro/AmeliproCard/AmeliproCard';
|
|
92
91
|
export { default as AmeliproCallback } from './Amelipro/AmeliproCallback/AmeliproCallback';
|
|
93
|
-
export { default as AmeliproCarousel } from './Amelipro/AmeliproCarousel/AmeliproCarousel';
|
|
94
92
|
export { default as AmeliproCaptcha } from './Amelipro/AmeliproCaptcha/AmeliproCaptcha';
|
|
93
|
+
export { default as AmeliproCard } from './Amelipro/AmeliproCard/AmeliproCard';
|
|
94
|
+
export { default as AmeliproCarousel } from './Amelipro/AmeliproCarousel/AmeliproCarousel';
|
|
95
95
|
export { default as AmeliproCheckbox } from './Amelipro/AmeliproCheckbox/AmeliproCheckbox';
|
|
96
96
|
export { default as AmeliproCheckboxGroup } from './Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup';
|
|
97
97
|
export { default as AmeliproChips } from './Amelipro/AmeliproChips/AmeliproChips';
|
|
@@ -136,14 +136,14 @@ export { default as AmeliproTextField } from './Amelipro/AmeliproTextField/Ameli
|
|
|
136
136
|
export { default as AmeliproTileBtn } from './Amelipro/AmeliproTileBtn/AmeliproTileBtn';
|
|
137
137
|
export { default as AmeliproTooltips } from './Amelipro/AmeliproTooltips/AmeliproTooltips';
|
|
138
138
|
export { default as AmeliproTransmission } from './Amelipro/AmeliproTransmission/AmeliproTransmission';
|
|
139
|
-
export { default as StructureMenu } from './Amelipro/StructureMenu/StructureMenu';
|
|
140
139
|
export { default as ServiceMenu } from './Amelipro/ServiceMenu/ServiceMenu';
|
|
140
|
+
export { default as StructureMenu } from './Amelipro/StructureMenu/StructureMenu';
|
|
141
141
|
export { default as UserInformationSummary } from './Amelipro/UserInformationSummary/UserInformationSummary';
|
|
142
142
|
export { default as UserMenu } from './Amelipro/UserMenu/UserMenu';
|
|
143
143
|
export { useDateFormat } from '../composables/date/useDateFormatDayjs';
|
|
144
144
|
export { useFieldValidation } from '../composables/rules/useFieldValidation';
|
|
145
|
-
export { useNotificationService } from '../services/NotificationService';
|
|
146
|
-
export { useValidation } from '../composables/validation/useValidation';
|
|
147
145
|
export type { RuleOptions } from '../composables/rules/useFieldValidation';
|
|
148
146
|
export { useValidatable } from '../composables/validation/useValidatable';
|
|
147
|
+
export { useValidation } from '../composables/validation/useValidation';
|
|
148
|
+
export { useNotificationService } from '../services/NotificationService';
|
|
149
149
|
export { vRgaaSvgFix } from '../directives/rgaaSvgFix';
|
package/dist/design-system-v3.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as i, b as o, c as r, d as l, e as t, f as n, g as p, h as b, i as d, j as m, k as A, l as c, m as u, n as F, o as S, p as g, q as y, r as B, s as T, t as C, v as L, w as D, x as
|
|
1
|
+
import { A as i, b as o, c as r, d as l, e as t, f as n, g as p, h as b, i as d, j as m, k as A, l as c, m as u, n as F, o as S, p as g, q as y, r as B, s as T, t as C, v as L, w as D, x as M, y as P, z as k, B as N, C as f, E as h, F as H, G as R, H as I, I as x, J as E, K as V, L as v, M as G, N as U, O as w, Q as K, R as W, T as q, U as z, V as _, W as O, X, Y, Z as j, $ as J, a0 as Q, a1 as Z, a2 as $, a3 as aa, a4 as ea, a5 as sa, a6 as ia, a7 as oa, a8 as ra, a9 as la, aa as ta, ab as na, ac as pa, ad as ba, ae as da, af as ma, ag as Aa, ah as ca, ai as ua, aj as Fa, ak as Sa, al as ga, am as ya, an as Ba, ao as Ta, D as Ca, ap as La, aq as Da, ar as Ma, as as Pa, at as ka, au as Na, av as fa, aw as ha, ax as Ha, ay as Ra, az as Ia, aA as xa, aB as Ea, aC as Va, aD as va, aE as Ga, aF as Ua, aG as wa, aH as Ka, aI as Wa, aJ as qa, aK as za, aL as _a, aM as Oa, aN as Xa, aO as Ya, aP as ja, aQ as Ja, aR as Qa, aS as Za, aT as $a, aU as ae, aV as ee, aW as se, aX as ie, aY as oe, aZ as re, a_ as le, P as te, a$ as ne, b0 as pe, b1 as be, b2 as de, b3 as me, b4 as Ae, b5 as ce, b6 as ue, b7 as Fe, b8 as Se, b9 as ge, ba as ye, bb as Be, bc as Te, bd as Ce, be as Le, bf as De, bg as Me, S as Pe, bh as ke, bi as Ne, bj as fe, bk as he, a as He, bl as Re, bm as Ie, bn as xe, bo as Ee, bp as Ve, bq as ve, br as Ge, bs as Ue, bt as we, bu as Ke, bv as We, bw as qe, bx as ze, by as _e, bz as Oe, bA as Xe, bB as Ye, bC as je, bD as Je, bE as Qe, bF as Ze, bG as $e, bH as as, bI as es, bJ as ss, bK as is, bL as os, bM as rs, bN as ls, bO as ts, bP as ns, bQ as ps, bR as bs, bS as ds, bT as ms, bU as As, bV as cs, bW as us, bX as Fs, bY as Ss, bZ as gs, b_ as ys, b$ as Bs, c0 as Ts, c1 as Cs, u as Ls, c2 as Ds, c3 as Ms, c4 as Ps, c5 as ks, c6 as Ns, c7 as fs, c8 as hs } from "./main-B39UVv5p.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
i as Accordion,
|
|
@@ -23,8 +23,8 @@ export {
|
|
|
23
23
|
C as AmeliproContentLayout,
|
|
24
24
|
L as AmeliproCopyBtn,
|
|
25
25
|
D as AmeliproCustomSelector,
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
M as AmeliproDentalChart,
|
|
27
|
+
P as AmeliproDialog,
|
|
28
28
|
k as AmeliproDisclosure,
|
|
29
29
|
N as AmeliproErrorTemplate,
|
|
30
30
|
f as AmeliproFilePreview,
|
|
@@ -77,8 +77,8 @@ export {
|
|
|
77
77
|
Ca as DatePicker,
|
|
78
78
|
La as DiacriticPicker,
|
|
79
79
|
Da as DialogBox,
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
Ma as DownloadBtn,
|
|
81
|
+
Pa as EMAIL_REGEXP,
|
|
82
82
|
ka as ErrorPage,
|
|
83
83
|
Na as ExternalLinks,
|
|
84
84
|
fa as FileList,
|
|
@@ -125,14 +125,14 @@ export {
|
|
|
125
125
|
Fe as StructureMenu,
|
|
126
126
|
Se as SubHeader,
|
|
127
127
|
ge as SyAlert,
|
|
128
|
-
ye as
|
|
128
|
+
ye as SyBtnMenu,
|
|
129
129
|
Be as SyCheckbox,
|
|
130
130
|
Te as SyForm,
|
|
131
131
|
Ce as SyIcon,
|
|
132
132
|
Le as SyInputSelect,
|
|
133
133
|
De as SyPagination,
|
|
134
|
-
|
|
135
|
-
|
|
134
|
+
Me as SyRadioGroup,
|
|
135
|
+
Pe as SySelect,
|
|
136
136
|
ke as SyServerTable,
|
|
137
137
|
Ne as SyTable,
|
|
138
138
|
fe as SyTabs,
|
|
@@ -185,8 +185,8 @@ export {
|
|
|
185
185
|
Cs as throttleDisplayFn,
|
|
186
186
|
Ls as useDateFormat,
|
|
187
187
|
Ds as useFieldValidation,
|
|
188
|
-
|
|
189
|
-
|
|
188
|
+
Ms as useNotificationService,
|
|
189
|
+
Ps as usePagination,
|
|
190
190
|
ks as useValidatable,
|
|
191
191
|
Ns as useValidation,
|
|
192
192
|
fs as useWidthable,
|