@zanichelli/albe-web-components 13.2.0-rc1 → 13.2.0
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/CHANGELOG.md +15 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/web-components-library.cjs.js +1 -1
- package/dist/cjs/z-app-header_12.cjs.entry.js +16 -12
- package/dist/cjs/z-app-header_12.cjs.entry.js.map +1 -1
- package/dist/cjs/z-carousel.cjs.entry.js +3 -2
- package/dist/cjs/z-carousel.cjs.entry.js.map +1 -1
- package/dist/cjs/z-combobox.cjs.entry.js +38 -145
- package/dist/cjs/z-combobox.cjs.entry.js.map +1 -1
- package/dist/cjs/z-file-upload.cjs.entry.js +25 -14
- package/dist/cjs/z-file-upload.cjs.entry.js.map +1 -1
- package/dist/cjs/z-popover.cjs.entry.js +3 -3
- package/dist/cjs/z-popover.cjs.entry.js.map +1 -1
- package/dist/cjs/z-table.cjs.entry.js +3 -2
- package/dist/cjs/z-table.cjs.entry.js.map +1 -1
- package/dist/collection/components/file-upload/z-file-upload/index.js +63 -13
- package/dist/collection/components/file-upload/z-file-upload/index.js.map +1 -1
- package/dist/collection/components/file-upload/z-file-upload/styles.css +12 -0
- package/dist/collection/components/icons/icons.js +10 -0
- package/dist/collection/components/icons/icons.js.map +1 -1
- package/dist/collection/components/inputs/z-combobox/index.js +41 -149
- package/dist/collection/components/inputs/z-combobox/index.js.map +1 -1
- package/dist/collection/components/inputs/z-combobox/index.spec.js +155 -185
- package/dist/collection/components/inputs/z-combobox/index.spec.js.map +1 -1
- package/dist/collection/components/inputs/z-combobox/styles.css +10 -10
- package/dist/collection/components/inputs/z-input/index.js +5 -41
- package/dist/collection/components/inputs/z-input/index.js.map +1 -1
- package/dist/collection/components/list/z-list-element/index.js +1 -20
- package/dist/collection/components/list/z-list-element/index.js.map +1 -1
- package/dist/collection/components/table/z-table/index.js +3 -2
- package/dist/collection/components/table/z-table/index.js.map +1 -1
- package/dist/collection/components/z-carousel/index.js +3 -1
- package/dist/collection/components/z-carousel/index.js.map +1 -1
- package/dist/collection/components/z-carousel/styles.css +3 -0
- package/dist/collection/components/z-popover/index.js +4 -4
- package/dist/collection/components/z-popover/index.js.map +1 -1
- package/dist/components/icons.js +10 -0
- package/dist/components/icons.js.map +1 -1
- package/dist/components/index10.js +5 -11
- package/dist/components/index10.js.map +1 -1
- package/dist/components/index13.js +1 -3
- package/dist/components/index13.js.map +1 -1
- package/dist/components/index25.js +3 -3
- package/dist/components/index25.js.map +1 -1
- package/dist/components/z-carousel.js +3 -2
- package/dist/components/z-carousel.js.map +1 -1
- package/dist/components/z-combobox.js +49 -163
- package/dist/components/z-combobox.js.map +1 -1
- package/dist/components/z-file-upload.js +28 -15
- package/dist/components/z-file-upload.js.map +1 -1
- package/dist/components/z-table.js +3 -2
- package/dist/components/z-table.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/web-components-library.js +1 -1
- package/dist/esm/z-app-header_12.entry.js +16 -12
- package/dist/esm/z-app-header_12.entry.js.map +1 -1
- package/dist/esm/z-carousel.entry.js +3 -2
- package/dist/esm/z-carousel.entry.js.map +1 -1
- package/dist/esm/z-combobox.entry.js +40 -147
- package/dist/esm/z-combobox.entry.js.map +1 -1
- package/dist/esm/z-file-upload.entry.js +25 -14
- package/dist/esm/z-file-upload.entry.js.map +1 -1
- package/dist/esm/z-popover.entry.js +3 -3
- package/dist/esm/z-popover.entry.js.map +1 -1
- package/dist/esm/z-table.entry.js +3 -2
- package/dist/esm/z-table.entry.js.map +1 -1
- package/dist/types/components/file-upload/z-file-upload/index.d.ts +5 -0
- package/dist/types/components/icons/icons.d.ts +20 -0
- package/dist/types/components/inputs/z-combobox/index.d.ts +1 -14
- package/dist/types/components/inputs/z-input/index.d.ts +0 -5
- package/dist/types/components/list/z-list-element/index.d.ts +0 -2
- package/dist/types/components/z-carousel/index.d.ts +1 -0
- package/dist/types/components/z-popover/index.d.ts +1 -0
- package/dist/types/components.d.ts +18 -23
- package/dist/web-components-library/{p-158b6dda.entry.js → p-3796ca7c.entry.js} +2 -2
- package/dist/web-components-library/p-3796ca7c.entry.js.map +1 -0
- package/dist/web-components-library/p-9b52dea5.entry.js +2 -0
- package/dist/web-components-library/p-9b52dea5.entry.js.map +1 -0
- package/dist/web-components-library/p-aa0f32d7.entry.js +2 -0
- package/dist/web-components-library/p-aa0f32d7.entry.js.map +1 -0
- package/dist/web-components-library/p-ba8e67ee.entry.js +2 -0
- package/dist/web-components-library/p-ba8e67ee.entry.js.map +1 -0
- package/dist/web-components-library/p-ed1a5ee3.entry.js +2 -0
- package/dist/web-components-library/p-ed1a5ee3.entry.js.map +1 -0
- package/{www/build/p-2637ab23.entry.js → dist/web-components-library/p-f7607ce7.entry.js} +2 -2
- package/dist/web-components-library/p-f7607ce7.entry.js.map +1 -0
- package/dist/web-components-library/web-components-library.esm.js +1 -1
- package/dist/web-components-library/web-components-library.esm.js.map +1 -1
- package/package.json +1 -1
- package/www/build/{p-158b6dda.entry.js → p-3796ca7c.entry.js} +2 -2
- package/www/build/p-3796ca7c.entry.js.map +1 -0
- package/www/build/p-9b52dea5.entry.js +2 -0
- package/www/build/p-9b52dea5.entry.js.map +1 -0
- package/www/build/p-aa0f32d7.entry.js +2 -0
- package/www/build/p-aa0f32d7.entry.js.map +1 -0
- package/www/build/p-ba8e67ee.entry.js +2 -0
- package/www/build/p-ba8e67ee.entry.js.map +1 -0
- package/www/build/p-ddd9a0ea.js +2 -0
- package/www/build/p-ed1a5ee3.entry.js +2 -0
- package/www/build/p-ed1a5ee3.entry.js.map +1 -0
- package/{dist/web-components-library/p-2637ab23.entry.js → www/build/p-f7607ce7.entry.js} +2 -2
- package/www/build/p-f7607ce7.entry.js.map +1 -0
- package/www/build/web-components-library.esm.js +1 -1
- package/www/build/web-components-library.esm.js.map +1 -1
- package/www/index.html +1 -1
- package/dist/web-components-library/p-158b6dda.entry.js.map +0 -1
- package/dist/web-components-library/p-2637ab23.entry.js.map +0 -1
- package/dist/web-components-library/p-2b2cb566.entry.js +0 -2
- package/dist/web-components-library/p-2b2cb566.entry.js.map +0 -1
- package/dist/web-components-library/p-2df884ef.entry.js +0 -2
- package/dist/web-components-library/p-2df884ef.entry.js.map +0 -1
- package/dist/web-components-library/p-5023f7d5.entry.js +0 -2
- package/dist/web-components-library/p-5023f7d5.entry.js.map +0 -1
- package/dist/web-components-library/p-93cb103f.entry.js +0 -2
- package/dist/web-components-library/p-93cb103f.entry.js.map +0 -1
- package/www/build/p-158b6dda.entry.js.map +0 -1
- package/www/build/p-2637ab23.entry.js.map +0 -1
- package/www/build/p-2b2cb566.entry.js +0 -2
- package/www/build/p-2b2cb566.entry.js.map +0 -1
- package/www/build/p-2df884ef.entry.js +0 -2
- package/www/build/p-2df884ef.entry.js.map +0 -1
- package/www/build/p-32cd9d9b.js +0 -2
- package/www/build/p-5023f7d5.entry.js +0 -2
- package/www/build/p-5023f7d5.entry.js.map +0 -1
- package/www/build/p-93cb103f.entry.js +0 -2
- package/www/build/p-93cb103f.entry.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## 13.2.0 (2024-04-17)
|
|
6
|
+
|
|
7
|
+
### 13.1.3 (2024-04-12)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* add css prop for shadow to the carousel component ([da859ee](https://github.com/ZanichelliEditore/design-system/commit/da859ee072bfe67e230c3a05df9633754d88619b))
|
|
13
|
+
|
|
14
|
+
### 13.1.2 (2024-04-12)
|
|
15
|
+
|
|
16
|
+
### 13.1.1 (2024-04-11)
|
|
17
|
+
|
|
18
|
+
## 13.1.0 (2024-04-08)
|
|
19
|
+
|
|
5
20
|
## 13.0.0 (2024-04-02)
|
|
6
21
|
|
|
7
22
|
### 12.6.1 (2024-03-28)
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -6,7 +6,7 @@ const index = require('./index-dc60bee7.js');
|
|
|
6
6
|
|
|
7
7
|
const defineCustomElements = (win, options) => {
|
|
8
8
|
if (typeof window === 'undefined') return undefined;
|
|
9
|
-
return index.bootstrapLazy(JSON.parse("[[\"z-app-header_12.cjs\",[[1,\"z-app-header\",{\"stuck\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[516,\"drawer-open\"],\"enableSearch\":[516,\"enable-search\"],\"searchPlaceholder\":[1,\"search-placeholder\"],\"searchString\":[1025,\"search-string\"],\"searchPageUrl\":[1,\"search-page-url\"],\"_stuck\":[32],\"currentViewport\":[32],\"menuLength\":[32]},[[9,\"resize\",\"evaluateViewport\"]],{\"_stuck\":[\"onStuck\"],\"drawerOpen\":[\"setMenuFloatingMode\"],\"stuck\":[\"onStuckMode\"]}],[1,\"z-searchbar\",{\"htmlid\":[513],\"preventSubmit\":[4,\"prevent-submit\"],\"value\":[1],\"placeholder\":[1],\"autocomplete\":[4],\"autocompleteMinChars\":[2,\"autocomplete-min-chars\"],\"resultsCount\":[2,\"results-count\"],\"resultsEllipsis\":[4,\"results-ellipsis\"],\"searchHelperLabel\":[1,\"search-helper-label\"],\"resultsItems\":[1,\"results-items\"],\"sortResultsItems\":[4,\"sort-results-items\"],\"showSearchButton\":[4,\"show-search-button\"],\"searchButtonIconOnly\":[4,\"search-button-icon-only\"],\"size\":[1],\"variant\":[1],\"searchString\":[32],\"currResultsCount\":[32],\"showResults\":[32],\"isMobile\":[32]},[[4,\"click\",\"handleOutsideClick\"]],{\"resultsItems\":[\"watchItems\"],\"resultsCount\":[\"watchResultsCount\"],\"value\":[\"watchValue\"],\"searchString\":[\"watchSearchString\"]}],[6,\"z-offcanvas\",{\"variant\":[513],\"open\":[1540],\"transitiondirection\":[513],\"skipLoadAnimation\":[1028,\"skip-load-animation\"]},null,{\"open\":[\"onOpenChanged\"]}],[6,\"z-tag\",{\"icon\":[1],\"expandable\":[4]}],[1,\"z-list\",{\"size\":[513],\"listType\":[513,\"list-type\"],\"role\":[513]}],[1,\"z-list-element\",{\"alignButton\":[513,\"align-button\"],\"clickable\":[516],\"dividerColor\":[1,\"divider-color\"],\"dividerType\":[1,\"divider-type\"],\"dividerSize\":[1,\"divider-size\"],\"expandable\":[516],\"expandableStyle\":[1,\"expandable-style\"],\"listElementId\":[514,\"list-element-id\"],\"size\":[513],\"color\":[513],\"disabled\":[516],\"listElementPosition\":[513,\"list-element-position\"],\"listType\":[513,\"list-type\"],\"role\":[513],\"htmlTabindex\":[2,\"html-tabindex\"],\"showInnerContent\":[32]},[[4,\"accessibleFocus\",\"accessibleFocusHandler\"]]],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"],\"listType\":[513,\"list-type\"]}],[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"ariaExpanded\":[1,\"aria-expanded\"],\"ariaControls\":[1,\"aria-controls\"],\"ariaAutocomplete\":[1,\"aria-autocomplete\"],\"ariaActivedescendant\":[1,\"aria-activedescendant\"],\"value\":[1025],\"disabled\":[516],\"readonly\":[4],\"required\":[4],\"checked\":[1028],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"labelPosition\":[1,\"label-position\"],\"autocomplete\":[1],\"role\":[1],\"hasclearicon\":[4],\"icon\":[1],\"min\":[2],\"minlength\":[2],\"max\":[2],\"maxlength\":[2],\"step\":[2],\"pattern\":[1],\"size\":[513],\"innerTabIndex\":[2,\"inner-tab-index\"],\"isTyping\":[32],\"passwordHidden\":[32],\"isChecked\":[64]},[[4,\"inputCheck\",\"inputCheckListener\"]]],[6,\"z-button\",{\"ariaLabel\":[513,\"aria-label\"],\"role\":[1],\"href\":[1],\"target\":[1],\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513]}],[1,\"z-input-message\",{\"message\":[1],\"status\":[513],\"statusRole\":[32]},null,{\"message\":[\"onMessageChange\"],\"status\":[\"onMessageChange\"]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"z-combobox.cjs\",[[1,\"z-combobox\",{\"inputid\":[1],\"items\":[1],\"label\":[1],\"disabled\":[516],\"hassearch\":[4],\"searchlabel\":[1],\"searchplaceholder\":[1],\"searchtitle\":[1],\"noresultslabel\":[1],\"isopen\":[1028],\"isfixed\":[4],\"closesearchtext\":[1],\"hascheckall\":[4],\"checkalltext\":[1],\"uncheckalltext\":[1],\"maxcheckableitems\":[2],\"hasgroupitems\":[4],\"size\":[1],\"searchValue\":[32],\"selectedCounter\":[32],\"renderItemsList\":[32],\"focusedItemId\":[32]},[[0,\"ariaDescendantFocus\",\"getFocusedItemHandler\"]],{\"items\":[\"watchItems\"],\"searchValue\":[\"watchSearchValue\"]}]]],[\"z-select.cjs\",[[2,\"z-select\",{\"htmlid\":[1],\"items\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"autocomplete\":[4],\"noresultslabel\":[1],\"hasGroupItems\":[4,\"has-group-items\"],\"isfixed\":[4],\"resetItem\":[1,\"reset-item\"],\"size\":[1],\"isOpen\":[32],\"selectedItem\":[32],\"focusedItemId\":[32],\"searchString\":[32],\"getSelectedItem\":[64],\"getValue\":[64],\"setValue\":[64]},[[0,\"ariaDescendantFocus\",\"getFocusedItemHandler\"]],{\"items\":[\"watchItems\"]}]]],[\"z-breadcrumb.cjs\",[[1,\"z-breadcrumb\",{\"pathStyle\":[513,\"path-style\"],\"homepageVariant\":[1,\"homepage-variant\"],\"maxNodesToShow\":[2,\"max-nodes-to-show\"],\"preventFollowUrl\":[4,\"prevent-follow-url\"],\"overflowMenuItemRows\":[2,\"overflow-menu-item-rows\"],\"truncateChar\":[2,\"truncate-char\"],\"viewPortWidth\":[32],\"hasOverflow\":[32],\"popoverEllipsisOpen\":[32]},[[9,\"resize\",\"handleResize\"]],{\"maxNodesToShow\":[\"handlePropChange\"],\"viewPortWidth\":[\"handleResizeUp\"]}]]],[\"z-myz-card-dictionary.cjs\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-file-upload.cjs\",[[1,\"z-file-upload\",{\"type\":[513],\"buttonVariant\":[1,\"button-variant\"],\"acceptedFormat\":[1,\"accepted-format\"],\"fileMaxSize\":[2,\"file-max-size\"],\"mainTitle\":[1,\"main-title\"],\"description\":[1],\"uploadBtnLabel\":[1,\"upload-btn-label\"],\"dragAndDropLabel\":[1,\"drag-and-drop-label\"],\"files\":[32],\"invalidFiles\":[32],\"getFiles\":[64]},[[0,\"removeFile\",\"removeFileListener\"],[0,\"fileDropped\",\"fileDroppedListener\"]]]]],[\"z-messages-pocket.cjs\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-pagination.cjs\",[[0,\"z-pagination\",{\"label\":[1],\"navArrows\":[4,\"nav-arrows\"],\"totalPages\":[2,\"total-pages\"],\"skip\":[2],\"edges\":[4],\"split\":[2],\"visiblePages\":[2,\"visible-pages\"],\"currentPage\":[1026,\"current-page\"],\"goToPage\":[4,\"go-to-page\"],\"_visiblePages\":[32],\"isMobile\":[32],\"goToPageValue\":[32]},[[9,\"resize\",\"onResize\"]],{\"_visiblePages\":[\"setPagesContainerWidth\"],\"visiblePages\":[\"setVisiblePages\"],\"currentPage\":[\"onPageChanged\"],\"split\":[\"onSplitChanged\"]}]]],[\"z-carousel.cjs\",[[1,\"z-carousel\",{\"isLoading\":[4,\"is-loading\"],\"label\":[1],\"single\":[516],\"arrowsPosition\":[513,\"arrows-position\"],\"progressMode\":[1,\"progress-mode\"],\"fixedArrows\":[516,\"fixed-arrows\"],\"ghostLoadingHeight\":[2,\"ghost-loading-height\"],\"infinite\":[4],\"current\":[32],\"items\":[32],\"highlightedIndicator\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]},null,{\"current\":[\"onIndexChange\"],\"single\":[\"onSingleModeChange\"],\"infinite\":[\"onInfiniteModeChange\"]}]]],[\"z-date-picker.cjs\",[[4,\"z-date-picker\",{\"datePickerId\":[1,\"date-picker-id\"],\"ariaLabel\":[1,\"aria-label\"],\"label\":[1],\"mode\":[1],\"flatpickrPosition\":[32],\"inputError\":[32]},[[18,\"keydown\",\"handleKeyDown\"]],{\"mode\":[\"setupPickers\"]}]]],[\"z-file.cjs\",[[2,\"z-file\",{\"fileNumber\":[2,\"file-number\"],\"fileName\":[1,\"file-name\"],\"allowPopover\":[32],\"popoverVisible\":[32]},[[1,\"mouseover\",\"onMouseOver\"],[1,\"mouseleave\",\"onMouseLeave\"],[0,\"interactiveIconClick\",\"onInteractiveIconClick\"]]]]],[\"z-range-picker.cjs\",[[0,\"z-range-picker\",{\"rangePickerId\":[1,\"range-picker-id\"],\"firstAriaLabel\":[1,\"first-aria-label\"],\"firstLabel\":[1,\"first-label\"],\"secondAriaLabel\":[1,\"second-aria-label\"],\"secondLabel\":[1,\"second-label\"],\"mode\":[1],\"firstPickerReadOnly\":[4,\"first-picker-read-only\"],\"lastPickerReadOnly\":[4,\"last-picker-read-only\"],\"firstPickerPlaceholder\":[1,\"first-picker-placeholder\"],\"lastPickerPlaceholder\":[1,\"last-picker-placeholder\"],\"flatpickrPosition\":[32],\"activeInput\":[32],\"firstInputError\":[32],\"lastInputError\":[32]},[[18,\"click\",\"handleClick\"],[18,\"keyup\",\"handleKeyDown\"]],{\"firstPickerReadOnly\":[\"setupFirstPickersReadOnly\"],\"lastPickerReadOnly\":[\"setupLastPickersReadOnly\"],\"mode\":[\"setupPickers\"]}]]],[\"z-td.cjs\",[[1,\"z-td\",{\"colspan\":[2],\"sticky\":[516],\"showMenu\":[513,\"show-menu\"],\"isMenuOpen\":[32]},null,{\"colspan\":[\"updateColspan\"]}]]],[\"z-th.cjs\",[[1,\"z-th\",{\"colspan\":[2],\"showMenu\":[513,\"show-menu\"],\"sticky\":[516],\"sortDirection\":[1025,\"sort-direction\"],\"popoverPosition\":[1,\"popover-position\"],\"isMenuOpen\":[32]},null,{\"colspan\":[\"updateColspan\"]}]]],[\"z-anchor-navigation.cjs\",[[4,\"z-anchor-navigation\",{\"hideUnselected\":[516,\"hide-unselected\"],\"collapsed\":[32]}]]],[\"z-myz-card-alert.cjs\",[[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}]]],[\"z-myz-card-info.cjs\",[[1,\"z-myz-card-info\",{\"data\":[1],\"htmltabindex\":[2],\"hiddenContent\":[32],\"tooltip\":[32]}]]],[\"z-myz-list.cjs\",[[1,\"z-myz-list\",{\"inputrawdata\":[1],\"list\":[1040]},null,{\"inputrawdata\":[\"oninputrawdataChange\"]}]]],[\"z-otp.cjs\",[[1,\"z-otp\",{\"inputNum\":[2,\"input-num\"],\"status\":[1],\"message\":[1]}]]],[\"z-accordion.cjs\",[[1,\"z-accordion\",{\"label\":[1],\"icon\":[1],\"size\":[513],\"isDisabled\":[516,\"is-disabled\"],\"open\":[1540],\"highlight\":[516],\"variant\":[513],\"shadow\":[516]},null,{\"isDisabled\":[\"onDisabledChange\"]}]]],[\"z-book-card.cjs\",[[1,\"z-book-card\",{\"variant\":[1],\"cover\":[1],\"operaTitle\":[1,\"opera-title\"],\"volumeTitle\":[1,\"volume-title\"],\"authors\":[1],\"isbn\":[1],\"isbnLabel\":[1,\"isbn-label\"],\"ribbon\":[1],\"ribbonIcon\":[1,\"ribbon-icon\"],\"ribbonInteractive\":[4,\"ribbon-interactive\"],\"borderless\":[4],\"fallbackCover\":[1,\"fallback-cover\"],\"operaTitleTag\":[1,\"opera-title-tag\"],\"isMobile\":[32],\"hasResources\":[32],\"showResources\":[32]}]]],[\"z-button-sort.cjs\",[[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}]]],[\"z-card.cjs\",[[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"showShadow\":[516,\"show-shadow\"],\"clickable\":[516],\"hasCoverImage\":[32]}]]],[\"z-info-box.cjs\",[[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}]]],[\"z-info-reveal.cjs\",[[1,\"z-info-reveal\",{\"icon\":[1],\"position\":[513],\"label\":[1],\"open\":[32],\"currentIndex\":[32]},null,{\"currentIndex\":[\"watchItems\"]}]]],[\"z-link.cjs\",[[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[516],\"iconposition\":[1],\"underline\":[4],\"iconSize\":[32]}]]],[\"z-menu.cjs\",[[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"verticalContext\":[516,\"vertical-context\"],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]],{\"open\":[\"onOpenChanged\"]}]]],[\"z-menu-section.cjs\",[[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-myz-card-icon.cjs\",[[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-navigation-tabs.cjs\",[[4,\"z-navigation-tabs\",{\"ariaLabel\":[1,\"aria-label\"],\"orientation\":[513],\"size\":[513],\"selectedTab\":[1026,\"selected-tab\"],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]},[[0,\"click\",\"handleTabClick\"],[0,\"focusin\",\"onTabFocusIn\"],[0,\"keydown\",\"navigateThroughTabs\"],[0,\"focusout\",\"onTabFocusOut\"]],{\"canNavigate\":[\"checkScrollEnabled\"],\"selectedTab\":[\"onTabSelected\"]}]]],[\"z-notification.cjs\",[[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[513],\"showclose\":[4],\"showshadow\":[516],\"sticky\":[516]}]]],[\"z-panel-elem.cjs\",[[6,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descrSlotName\":[1,\"descr-slot-name\"]}]]],[\"z-pocket-message.cjs\",[[1,\"z-pocket-message\"]]],[\"z-section-title.cjs\",[[1,\"z-section-title\",{\"dividerPosition\":[1,\"divider-position\"],\"uppercase\":[516]}]]],[\"z-slideshow.cjs\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]},null,{\"data\":[\"watchData\"]}]]],[\"z-toast-notification.cjs\",[[1,\"z-toast-notification\",{\"heading\":[1],\"message\":[1],\"closebutton\":[4],\"autoclose\":[2],\"pauseonfocusloss\":[4],\"type\":[1],\"isdraggable\":[4],\"draggablepercentage\":[2],\"transition\":[1],\"percentage\":[32]},null,{\"isdraggable\":[\"watchPropIsdraggable\"],\"autoclose\":[\"watchPropAutoclose\"],\"pauseonfocusloss\":[\"watchPropPauseonfocusloss\"]}]]],[\"z-toggle-button.cjs\",[[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-toggle-switch.cjs\",[[6,\"z-toggle-switch\",{\"disabled\":[516],\"labelPosition\":[513,\"label-position\"],\"checked\":[1028],\"htmlid\":[1]}]]],[\"z-tooltip.cjs\",[[1,\"z-tooltip\",{\"position\":[513],\"dark\":[516],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"closable\":[4]},[[0,\"openChange\",\"onPopoverOpenChange\"]]]]],[\"z-tr.cjs\",[[1,\"z-tr\",{\"expandable\":[516],\"expanded\":[32],\"expandableContentId\":[32]},[[0,\"colspanchange\",\"updateColumns\"]],{\"expandable\":[\"updateColumns\"]}]]],[\"z-aria-alert.cjs\",[[4,\"z-aria-alert\",{\"mode\":[1]}]]],[\"z-avatar.cjs\",[[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}]]],[\"z-cover-hero.cjs\",[[1,\"z-cover-hero\",{\"variant\":[513],\"contentPosition\":[513,\"content-position\"],\"preserveAspectRatio\":[516,\"preserve-aspect-ratio\"]},[[2,\"load\",\"onImgLoad\"]]]]],[\"z-logo.cjs\",[[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imageAlt\":[1,\"image-alt\"],\"link\":[1],\"targetBlank\":[4,\"target-blank\"],\"mobileLogo\":[4,\"mobile-logo\"]}]]],[\"z-myz-card-footer.cjs\",[[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"customContent\":[4,\"custom-content\"],\"isOpen\":[32],\"allowTooltipAuthors\":[32]},[[0,\"toggleClick\",\"handleToggle\"]]]]],[\"z-myz-card-footer-sections.cjs\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-myz-card-list.cjs\",[[1,\"z-myz-card-list\",{\"listdata\":[1]}]]],[\"z-skip-to-content.cjs\",[[2,\"z-skip-to-content\",{\"variant\":[513],\"links\":[1025],\"visible\":[32],\"visibleLink\":[32]},[[4,\"focusout\",\"handleFocusOutSkipToContent\"],[4,\"focusin\",\"handleFocusSkipToContent\"]]]]],[\"z-stepper.cjs\",[[1,\"z-stepper\"]]],[\"z-stepper-item.cjs\",[[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}]]],[\"z-table.cjs\",[[1,\"z-table\",{\"bordered\":[516],\"expandable\":[32]}]]],[\"z-tbody.cjs\",[[1,\"z-tbody\"]]],[\"z-tfoot.cjs\",[[1,\"z-tfoot\",{\"sticky\":[516]}]]],[\"z-thead.cjs\",[[1,\"z-thead\",{\"sticky\":[516]}]]],[\"z-toast-notification-list.cjs\",[[1,\"z-toast-notification-list\",{\"position\":[513],\"newestontop\":[4]},null,{\"newestontop\":[\"watchPropNewestontop\"]}]]],[\"z-visually-hidden.cjs\",[[1,\"z-visually-hidden\"]]],[\"z-chip.cjs\",[[6,\"z-chip\",{\"icon\":[1],\"type\":[513],\"interactiveIcon\":[513,\"interactive-icon\"],\"disabled\":[516],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-alert.cjs\",[[1,\"z-alert\",{\"type\":[1]}]]],[\"z-ghost-loading.cjs\",[[1,\"z-ghost-loading\"]]],[\"z-dragdrop-area_2.cjs\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1],\"closeButtonLabel\":[1,\"close-button-label\"],\"alertdialog\":[4],\"closable\":[4],\"scrollInside\":[4,\"scroll-inside\"],\"open\":[64],\"close\":[64]},[[0,\"keydown\",\"handleKeyDown\"]]],[1,\"z-dragdrop-area\",{\"dragAndDropLabel\":[1,\"drag-and-drop-label\"]}]]],[\"z-myz-list-item.cjs\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-pocket_3.cjs\",[[1,\"z-pocket\",{\"pocketid\":[1],\"status\":[1025],\"open\":[64],\"close\":[64]},[[0,\"pocketHeaderClick\",\"handlePocketHeaderClick\"],[0,\"pocketHeaderPan\",\"handlePocketHeaderPan\"]],{\"status\":[\"watchStatusHandler\"]}],[1,\"z-pocket-body\",{\"pocketid\":[1],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]],[1,\"z-pocket-header\",{\"pocketid\":[1]}]]],[\"z-myz-card_4.cjs\",[[1,\"z-myz-card\",{\"faded\":[4],\"cardtype\":[1],\"ispressed\":[4],\"ishighlighted\":[4]}],[1,\"z-myz-card-body\"],[1,\"z-myz-card-cover\",{\"img\":[1],\"titolo\":[1],\"faded\":[4],\"defaultimg\":[1]}],[1,\"z-myz-card-header\",{\"titolo\":[1],\"faded\":[4],\"cardtype\":[1],\"allowTooltip\":[32]}]]],[\"z-popover.cjs\",[[1,\"z-popover\",{\"position\":[513],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"showArrow\":[516,\"show-arrow\"],\"center\":[516],\"closable\":[4],\"currentPosition\":[32]},[[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]],{\"position\":[\"validatePosition\"],\"open\":[\"onOpen\"]}]]]]"), options);
|
|
9
|
+
return index.bootstrapLazy(JSON.parse("[[\"z-app-header_12.cjs\",[[1,\"z-app-header\",{\"stuck\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[516,\"drawer-open\"],\"enableSearch\":[516,\"enable-search\"],\"searchPlaceholder\":[1,\"search-placeholder\"],\"searchString\":[1025,\"search-string\"],\"searchPageUrl\":[1,\"search-page-url\"],\"_stuck\":[32],\"currentViewport\":[32],\"menuLength\":[32]},[[9,\"resize\",\"evaluateViewport\"]],{\"_stuck\":[\"onStuck\"],\"drawerOpen\":[\"setMenuFloatingMode\"],\"stuck\":[\"onStuckMode\"]}],[1,\"z-searchbar\",{\"htmlid\":[513],\"preventSubmit\":[4,\"prevent-submit\"],\"value\":[1],\"placeholder\":[1],\"autocomplete\":[4],\"autocompleteMinChars\":[2,\"autocomplete-min-chars\"],\"resultsCount\":[2,\"results-count\"],\"resultsEllipsis\":[4,\"results-ellipsis\"],\"searchHelperLabel\":[1,\"search-helper-label\"],\"resultsItems\":[1,\"results-items\"],\"sortResultsItems\":[4,\"sort-results-items\"],\"showSearchButton\":[4,\"show-search-button\"],\"searchButtonIconOnly\":[4,\"search-button-icon-only\"],\"size\":[1],\"variant\":[1],\"searchString\":[32],\"currResultsCount\":[32],\"showResults\":[32],\"isMobile\":[32]},[[4,\"click\",\"handleOutsideClick\"]],{\"resultsItems\":[\"watchItems\"],\"resultsCount\":[\"watchResultsCount\"],\"value\":[\"watchValue\"],\"searchString\":[\"watchSearchString\"]}],[6,\"z-offcanvas\",{\"variant\":[513],\"open\":[1540],\"transitiondirection\":[513],\"skipLoadAnimation\":[1028,\"skip-load-animation\"]},null,{\"open\":[\"onOpenChanged\"]}],[6,\"z-tag\",{\"icon\":[1],\"expandable\":[4]}],[1,\"z-list-element\",{\"alignButton\":[513,\"align-button\"],\"clickable\":[516],\"dividerColor\":[1,\"divider-color\"],\"dividerType\":[1,\"divider-type\"],\"dividerSize\":[1,\"divider-size\"],\"expandable\":[516],\"expandableStyle\":[1,\"expandable-style\"],\"listElementId\":[514,\"list-element-id\"],\"size\":[513],\"color\":[513],\"disabled\":[516],\"listElementPosition\":[513,\"list-element-position\"],\"listType\":[513,\"list-type\"],\"role\":[513],\"showInnerContent\":[32]},[[4,\"accessibleFocus\",\"accessibleFocusHandler\"]]],[1,\"z-list\",{\"size\":[513],\"listType\":[513,\"list-type\"],\"role\":[513]}],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"],\"listType\":[513,\"list-type\"]}],[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"ariaExpanded\":[1,\"aria-expanded\"],\"ariaControls\":[1,\"aria-controls\"],\"ariaAutocomplete\":[1,\"aria-autocomplete\"],\"ariaActivedescendant\":[1,\"aria-activedescendant\"],\"value\":[1025],\"disabled\":[516],\"readonly\":[4],\"required\":[4],\"checked\":[1028],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"labelPosition\":[1,\"label-position\"],\"autocomplete\":[1],\"role\":[1],\"hasclearicon\":[4],\"icon\":[1],\"min\":[2],\"minlength\":[2],\"max\":[2],\"maxlength\":[2],\"step\":[2],\"pattern\":[1],\"size\":[513],\"isTyping\":[32],\"passwordHidden\":[32],\"isChecked\":[64]},[[4,\"inputCheck\",\"inputCheckListener\"]]],[6,\"z-button\",{\"ariaLabel\":[513,\"aria-label\"],\"role\":[1],\"href\":[1],\"target\":[1],\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513]}],[1,\"z-input-message\",{\"message\":[1],\"status\":[513],\"statusRole\":[32]},null,{\"message\":[\"onMessageChange\"],\"status\":[\"onMessageChange\"]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"z-select.cjs\",[[2,\"z-select\",{\"htmlid\":[1],\"items\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"autocomplete\":[4],\"noresultslabel\":[1],\"hasGroupItems\":[4,\"has-group-items\"],\"isfixed\":[4],\"resetItem\":[1,\"reset-item\"],\"size\":[1],\"isOpen\":[32],\"selectedItem\":[32],\"focusedItemId\":[32],\"searchString\":[32],\"getSelectedItem\":[64],\"getValue\":[64],\"setValue\":[64]},[[0,\"ariaDescendantFocus\",\"getFocusedItemHandler\"]],{\"items\":[\"watchItems\"]}]]],[\"z-breadcrumb.cjs\",[[1,\"z-breadcrumb\",{\"pathStyle\":[513,\"path-style\"],\"homepageVariant\":[1,\"homepage-variant\"],\"maxNodesToShow\":[2,\"max-nodes-to-show\"],\"preventFollowUrl\":[4,\"prevent-follow-url\"],\"overflowMenuItemRows\":[2,\"overflow-menu-item-rows\"],\"truncateChar\":[2,\"truncate-char\"],\"viewPortWidth\":[32],\"hasOverflow\":[32],\"popoverEllipsisOpen\":[32]},[[9,\"resize\",\"handleResize\"]],{\"maxNodesToShow\":[\"handlePropChange\"],\"viewPortWidth\":[\"handleResizeUp\"]}]]],[\"z-combobox.cjs\",[[1,\"z-combobox\",{\"inputid\":[1],\"items\":[1],\"label\":[1],\"disabled\":[516],\"hassearch\":[4],\"searchlabel\":[1],\"searchplaceholder\":[1],\"searchtitle\":[1],\"noresultslabel\":[1],\"isopen\":[1028],\"isfixed\":[4],\"closesearchtext\":[1],\"hascheckall\":[4],\"checkalltext\":[1],\"uncheckalltext\":[1],\"maxcheckableitems\":[2],\"hasgroupitems\":[4],\"size\":[1],\"searchValue\":[32],\"selectedCounter\":[32],\"renderItemsList\":[32]},[[0,\"inputCheck\",\"inputCheckListener\"]],{\"items\":[\"watchItems\"],\"searchValue\":[\"watchSearchValue\"]}]]],[\"z-myz-card-dictionary.cjs\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-file-upload.cjs\",[[1,\"z-file-upload\",{\"type\":[513],\"buttonVariant\":[1,\"button-variant\"],\"acceptedFormat\":[1,\"accepted-format\"],\"fileMaxSize\":[2,\"file-max-size\"],\"mainTitle\":[1,\"main-title\"],\"description\":[1],\"uploadBtnLabel\":[1,\"upload-btn-label\"],\"dragAndDropLabel\":[1,\"drag-and-drop-label\"],\"hasFileSection\":[4,\"has-file-section\"],\"files\":[32],\"invalidFiles\":[32],\"getFiles\":[64],\"removeFile\":[64]},[[0,\"removeFile\",\"removeFileListener\"],[0,\"fileDropped\",\"fileDroppedListener\"]]]]],[\"z-messages-pocket.cjs\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-pagination.cjs\",[[0,\"z-pagination\",{\"label\":[1],\"navArrows\":[4,\"nav-arrows\"],\"totalPages\":[2,\"total-pages\"],\"skip\":[2],\"edges\":[4],\"split\":[2],\"visiblePages\":[2,\"visible-pages\"],\"currentPage\":[1026,\"current-page\"],\"goToPage\":[4,\"go-to-page\"],\"_visiblePages\":[32],\"isMobile\":[32],\"goToPageValue\":[32]},[[9,\"resize\",\"onResize\"]],{\"_visiblePages\":[\"setPagesContainerWidth\"],\"visiblePages\":[\"setVisiblePages\"],\"currentPage\":[\"onPageChanged\"],\"split\":[\"onSplitChanged\"]}]]],[\"z-carousel.cjs\",[[1,\"z-carousel\",{\"isLoading\":[4,\"is-loading\"],\"label\":[1],\"single\":[516],\"arrowsPosition\":[513,\"arrows-position\"],\"progressMode\":[1,\"progress-mode\"],\"fixedArrows\":[516,\"fixed-arrows\"],\"ghostLoadingHeight\":[2,\"ghost-loading-height\"],\"infinite\":[4],\"current\":[32],\"items\":[32],\"highlightedIndicator\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]},null,{\"current\":[\"onIndexChange\"],\"single\":[\"onSingleModeChange\"],\"infinite\":[\"onInfiniteModeChange\"]}]]],[\"z-date-picker.cjs\",[[4,\"z-date-picker\",{\"datePickerId\":[1,\"date-picker-id\"],\"ariaLabel\":[1,\"aria-label\"],\"label\":[1],\"mode\":[1],\"flatpickrPosition\":[32],\"inputError\":[32]},[[18,\"keydown\",\"handleKeyDown\"]],{\"mode\":[\"setupPickers\"]}]]],[\"z-file.cjs\",[[2,\"z-file\",{\"fileNumber\":[2,\"file-number\"],\"fileName\":[1,\"file-name\"],\"allowPopover\":[32],\"popoverVisible\":[32]},[[1,\"mouseover\",\"onMouseOver\"],[1,\"mouseleave\",\"onMouseLeave\"],[0,\"interactiveIconClick\",\"onInteractiveIconClick\"]]]]],[\"z-range-picker.cjs\",[[0,\"z-range-picker\",{\"rangePickerId\":[1,\"range-picker-id\"],\"firstAriaLabel\":[1,\"first-aria-label\"],\"firstLabel\":[1,\"first-label\"],\"secondAriaLabel\":[1,\"second-aria-label\"],\"secondLabel\":[1,\"second-label\"],\"mode\":[1],\"firstPickerReadOnly\":[4,\"first-picker-read-only\"],\"lastPickerReadOnly\":[4,\"last-picker-read-only\"],\"firstPickerPlaceholder\":[1,\"first-picker-placeholder\"],\"lastPickerPlaceholder\":[1,\"last-picker-placeholder\"],\"flatpickrPosition\":[32],\"activeInput\":[32],\"firstInputError\":[32],\"lastInputError\":[32]},[[18,\"click\",\"handleClick\"],[18,\"keyup\",\"handleKeyDown\"]],{\"firstPickerReadOnly\":[\"setupFirstPickersReadOnly\"],\"lastPickerReadOnly\":[\"setupLastPickersReadOnly\"],\"mode\":[\"setupPickers\"]}]]],[\"z-td.cjs\",[[1,\"z-td\",{\"colspan\":[2],\"sticky\":[516],\"showMenu\":[513,\"show-menu\"],\"isMenuOpen\":[32]},null,{\"colspan\":[\"updateColspan\"]}]]],[\"z-th.cjs\",[[1,\"z-th\",{\"colspan\":[2],\"showMenu\":[513,\"show-menu\"],\"sticky\":[516],\"sortDirection\":[1025,\"sort-direction\"],\"popoverPosition\":[1,\"popover-position\"],\"isMenuOpen\":[32]},null,{\"colspan\":[\"updateColspan\"]}]]],[\"z-anchor-navigation.cjs\",[[4,\"z-anchor-navigation\",{\"hideUnselected\":[516,\"hide-unselected\"],\"collapsed\":[32]}]]],[\"z-myz-card-alert.cjs\",[[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}]]],[\"z-myz-card-info.cjs\",[[1,\"z-myz-card-info\",{\"data\":[1],\"htmltabindex\":[2],\"hiddenContent\":[32],\"tooltip\":[32]}]]],[\"z-myz-list.cjs\",[[1,\"z-myz-list\",{\"inputrawdata\":[1],\"list\":[1040]},null,{\"inputrawdata\":[\"oninputrawdataChange\"]}]]],[\"z-otp.cjs\",[[1,\"z-otp\",{\"inputNum\":[2,\"input-num\"],\"status\":[1],\"message\":[1]}]]],[\"z-accordion.cjs\",[[1,\"z-accordion\",{\"label\":[1],\"icon\":[1],\"size\":[513],\"isDisabled\":[516,\"is-disabled\"],\"open\":[1540],\"highlight\":[516],\"variant\":[513],\"shadow\":[516]},null,{\"isDisabled\":[\"onDisabledChange\"]}]]],[\"z-book-card.cjs\",[[1,\"z-book-card\",{\"variant\":[1],\"cover\":[1],\"operaTitle\":[1,\"opera-title\"],\"volumeTitle\":[1,\"volume-title\"],\"authors\":[1],\"isbn\":[1],\"isbnLabel\":[1,\"isbn-label\"],\"ribbon\":[1],\"ribbonIcon\":[1,\"ribbon-icon\"],\"ribbonInteractive\":[4,\"ribbon-interactive\"],\"borderless\":[4],\"fallbackCover\":[1,\"fallback-cover\"],\"operaTitleTag\":[1,\"opera-title-tag\"],\"isMobile\":[32],\"hasResources\":[32],\"showResources\":[32]}]]],[\"z-button-sort.cjs\",[[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}]]],[\"z-card.cjs\",[[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"showShadow\":[516,\"show-shadow\"],\"clickable\":[516],\"hasCoverImage\":[32]}]]],[\"z-info-box.cjs\",[[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}]]],[\"z-info-reveal.cjs\",[[1,\"z-info-reveal\",{\"icon\":[1],\"position\":[513],\"label\":[1],\"open\":[32],\"currentIndex\":[32]},null,{\"currentIndex\":[\"watchItems\"]}]]],[\"z-link.cjs\",[[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[516],\"iconposition\":[1],\"underline\":[4],\"iconSize\":[32]}]]],[\"z-menu.cjs\",[[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"verticalContext\":[516,\"vertical-context\"],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]],{\"open\":[\"onOpenChanged\"]}]]],[\"z-menu-section.cjs\",[[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-myz-card-icon.cjs\",[[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-navigation-tabs.cjs\",[[4,\"z-navigation-tabs\",{\"ariaLabel\":[1,\"aria-label\"],\"orientation\":[513],\"size\":[513],\"selectedTab\":[1026,\"selected-tab\"],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]},[[0,\"click\",\"handleTabClick\"],[0,\"focusin\",\"onTabFocusIn\"],[0,\"keydown\",\"navigateThroughTabs\"],[0,\"focusout\",\"onTabFocusOut\"]],{\"canNavigate\":[\"checkScrollEnabled\"],\"selectedTab\":[\"onTabSelected\"]}]]],[\"z-notification.cjs\",[[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[513],\"showclose\":[4],\"showshadow\":[516],\"sticky\":[516]}]]],[\"z-panel-elem.cjs\",[[6,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descrSlotName\":[1,\"descr-slot-name\"]}]]],[\"z-pocket-message.cjs\",[[1,\"z-pocket-message\"]]],[\"z-section-title.cjs\",[[1,\"z-section-title\",{\"dividerPosition\":[1,\"divider-position\"],\"uppercase\":[516]}]]],[\"z-slideshow.cjs\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]},null,{\"data\":[\"watchData\"]}]]],[\"z-toast-notification.cjs\",[[1,\"z-toast-notification\",{\"heading\":[1],\"message\":[1],\"closebutton\":[4],\"autoclose\":[2],\"pauseonfocusloss\":[4],\"type\":[1],\"isdraggable\":[4],\"draggablepercentage\":[2],\"transition\":[1],\"percentage\":[32]},null,{\"isdraggable\":[\"watchPropIsdraggable\"],\"autoclose\":[\"watchPropAutoclose\"],\"pauseonfocusloss\":[\"watchPropPauseonfocusloss\"]}]]],[\"z-toggle-button.cjs\",[[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-toggle-switch.cjs\",[[6,\"z-toggle-switch\",{\"disabled\":[516],\"labelPosition\":[513,\"label-position\"],\"checked\":[1028],\"htmlid\":[1]}]]],[\"z-tooltip.cjs\",[[1,\"z-tooltip\",{\"position\":[513],\"dark\":[516],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"closable\":[4]},[[0,\"openChange\",\"onPopoverOpenChange\"]]]]],[\"z-tr.cjs\",[[1,\"z-tr\",{\"expandable\":[516],\"expanded\":[32],\"expandableContentId\":[32]},[[0,\"colspanchange\",\"updateColumns\"]],{\"expandable\":[\"updateColumns\"]}]]],[\"z-aria-alert.cjs\",[[4,\"z-aria-alert\",{\"mode\":[1]}]]],[\"z-avatar.cjs\",[[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}]]],[\"z-cover-hero.cjs\",[[1,\"z-cover-hero\",{\"variant\":[513],\"contentPosition\":[513,\"content-position\"],\"preserveAspectRatio\":[516,\"preserve-aspect-ratio\"]},[[2,\"load\",\"onImgLoad\"]]]]],[\"z-logo.cjs\",[[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imageAlt\":[1,\"image-alt\"],\"link\":[1],\"targetBlank\":[4,\"target-blank\"],\"mobileLogo\":[4,\"mobile-logo\"]}]]],[\"z-myz-card-footer.cjs\",[[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"customContent\":[4,\"custom-content\"],\"isOpen\":[32],\"allowTooltipAuthors\":[32]},[[0,\"toggleClick\",\"handleToggle\"]]]]],[\"z-myz-card-footer-sections.cjs\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-myz-card-list.cjs\",[[1,\"z-myz-card-list\",{\"listdata\":[1]}]]],[\"z-skip-to-content.cjs\",[[2,\"z-skip-to-content\",{\"variant\":[513],\"links\":[1025],\"visible\":[32],\"visibleLink\":[32]},[[4,\"focusout\",\"handleFocusOutSkipToContent\"],[4,\"focusin\",\"handleFocusSkipToContent\"]]]]],[\"z-stepper.cjs\",[[1,\"z-stepper\"]]],[\"z-stepper-item.cjs\",[[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}]]],[\"z-table.cjs\",[[1,\"z-table\",{\"bordered\":[516],\"expandable\":[32]}]]],[\"z-tbody.cjs\",[[1,\"z-tbody\"]]],[\"z-tfoot.cjs\",[[1,\"z-tfoot\",{\"sticky\":[516]}]]],[\"z-thead.cjs\",[[1,\"z-thead\",{\"sticky\":[516]}]]],[\"z-toast-notification-list.cjs\",[[1,\"z-toast-notification-list\",{\"position\":[513],\"newestontop\":[4]},null,{\"newestontop\":[\"watchPropNewestontop\"]}]]],[\"z-visually-hidden.cjs\",[[1,\"z-visually-hidden\"]]],[\"z-chip.cjs\",[[6,\"z-chip\",{\"icon\":[1],\"type\":[513],\"interactiveIcon\":[513,\"interactive-icon\"],\"disabled\":[516],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-alert.cjs\",[[1,\"z-alert\",{\"type\":[1]}]]],[\"z-ghost-loading.cjs\",[[1,\"z-ghost-loading\"]]],[\"z-dragdrop-area_2.cjs\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1],\"closeButtonLabel\":[1,\"close-button-label\"],\"alertdialog\":[4],\"closable\":[4],\"scrollInside\":[4,\"scroll-inside\"],\"open\":[64],\"close\":[64]},[[0,\"keydown\",\"handleKeyDown\"]]],[1,\"z-dragdrop-area\",{\"dragAndDropLabel\":[1,\"drag-and-drop-label\"]}]]],[\"z-myz-list-item.cjs\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-pocket_3.cjs\",[[1,\"z-pocket\",{\"pocketid\":[1],\"status\":[1025],\"open\":[64],\"close\":[64]},[[0,\"pocketHeaderClick\",\"handlePocketHeaderClick\"],[0,\"pocketHeaderPan\",\"handlePocketHeaderPan\"]],{\"status\":[\"watchStatusHandler\"]}],[1,\"z-pocket-body\",{\"pocketid\":[1],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]],[1,\"z-pocket-header\",{\"pocketid\":[1]}]]],[\"z-myz-card_4.cjs\",[[1,\"z-myz-card\",{\"faded\":[4],\"cardtype\":[1],\"ispressed\":[4],\"ishighlighted\":[4]}],[1,\"z-myz-card-body\"],[1,\"z-myz-card-cover\",{\"img\":[1],\"titolo\":[1],\"faded\":[4],\"defaultimg\":[1]}],[1,\"z-myz-card-header\",{\"titolo\":[1],\"faded\":[4],\"cardtype\":[1],\"allowTooltip\":[32]}]]],[\"z-popover.cjs\",[[1,\"z-popover\",{\"position\":[513],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"showArrow\":[516,\"show-arrow\"],\"center\":[516],\"closable\":[4],\"currentPosition\":[32]},[[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]],{\"position\":[\"validatePosition\"],\"open\":[\"onOpen\"]}]]]]"), options);
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
exports.setNonce = index.setNonce;
|
|
@@ -40,7 +40,7 @@ const patchCloneNodeFix = (HTMLElementPrototype) => {
|
|
|
40
40
|
};
|
|
41
41
|
|
|
42
42
|
patchBrowser().then(options => {
|
|
43
|
-
return index.bootstrapLazy(JSON.parse("[[\"z-app-header_12.cjs\",[[1,\"z-app-header\",{\"stuck\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[516,\"drawer-open\"],\"enableSearch\":[516,\"enable-search\"],\"searchPlaceholder\":[1,\"search-placeholder\"],\"searchString\":[1025,\"search-string\"],\"searchPageUrl\":[1,\"search-page-url\"],\"_stuck\":[32],\"currentViewport\":[32],\"menuLength\":[32]},[[9,\"resize\",\"evaluateViewport\"]],{\"_stuck\":[\"onStuck\"],\"drawerOpen\":[\"setMenuFloatingMode\"],\"stuck\":[\"onStuckMode\"]}],[1,\"z-searchbar\",{\"htmlid\":[513],\"preventSubmit\":[4,\"prevent-submit\"],\"value\":[1],\"placeholder\":[1],\"autocomplete\":[4],\"autocompleteMinChars\":[2,\"autocomplete-min-chars\"],\"resultsCount\":[2,\"results-count\"],\"resultsEllipsis\":[4,\"results-ellipsis\"],\"searchHelperLabel\":[1,\"search-helper-label\"],\"resultsItems\":[1,\"results-items\"],\"sortResultsItems\":[4,\"sort-results-items\"],\"showSearchButton\":[4,\"show-search-button\"],\"searchButtonIconOnly\":[4,\"search-button-icon-only\"],\"size\":[1],\"variant\":[1],\"searchString\":[32],\"currResultsCount\":[32],\"showResults\":[32],\"isMobile\":[32]},[[4,\"click\",\"handleOutsideClick\"]],{\"resultsItems\":[\"watchItems\"],\"resultsCount\":[\"watchResultsCount\"],\"value\":[\"watchValue\"],\"searchString\":[\"watchSearchString\"]}],[6,\"z-offcanvas\",{\"variant\":[513],\"open\":[1540],\"transitiondirection\":[513],\"skipLoadAnimation\":[1028,\"skip-load-animation\"]},null,{\"open\":[\"onOpenChanged\"]}],[6,\"z-tag\",{\"icon\":[1],\"expandable\":[4]}],[1,\"z-list\",{\"size\":[513],\"listType\":[513,\"list-type\"],\"role\":[513]}],[1,\"z-list-element\",{\"alignButton\":[513,\"align-button\"],\"clickable\":[516],\"dividerColor\":[1,\"divider-color\"],\"dividerType\":[1,\"divider-type\"],\"dividerSize\":[1,\"divider-size\"],\"expandable\":[516],\"expandableStyle\":[1,\"expandable-style\"],\"listElementId\":[514,\"list-element-id\"],\"size\":[513],\"color\":[513],\"disabled\":[516],\"listElementPosition\":[513,\"list-element-position\"],\"listType\":[513,\"list-type\"],\"role\":[513],\"htmlTabindex\":[2,\"html-tabindex\"],\"showInnerContent\":[32]},[[4,\"accessibleFocus\",\"accessibleFocusHandler\"]]],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"],\"listType\":[513,\"list-type\"]}],[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"ariaExpanded\":[1,\"aria-expanded\"],\"ariaControls\":[1,\"aria-controls\"],\"ariaAutocomplete\":[1,\"aria-autocomplete\"],\"ariaActivedescendant\":[1,\"aria-activedescendant\"],\"value\":[1025],\"disabled\":[516],\"readonly\":[4],\"required\":[4],\"checked\":[1028],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"labelPosition\":[1,\"label-position\"],\"autocomplete\":[1],\"role\":[1],\"hasclearicon\":[4],\"icon\":[1],\"min\":[2],\"minlength\":[2],\"max\":[2],\"maxlength\":[2],\"step\":[2],\"pattern\":[1],\"size\":[513],\"innerTabIndex\":[2,\"inner-tab-index\"],\"isTyping\":[32],\"passwordHidden\":[32],\"isChecked\":[64]},[[4,\"inputCheck\",\"inputCheckListener\"]]],[6,\"z-button\",{\"ariaLabel\":[513,\"aria-label\"],\"role\":[1],\"href\":[1],\"target\":[1],\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513]}],[1,\"z-input-message\",{\"message\":[1],\"status\":[513],\"statusRole\":[32]},null,{\"message\":[\"onMessageChange\"],\"status\":[\"onMessageChange\"]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"z-combobox.cjs\",[[1,\"z-combobox\",{\"inputid\":[1],\"items\":[1],\"label\":[1],\"disabled\":[516],\"hassearch\":[4],\"searchlabel\":[1],\"searchplaceholder\":[1],\"searchtitle\":[1],\"noresultslabel\":[1],\"isopen\":[1028],\"isfixed\":[4],\"closesearchtext\":[1],\"hascheckall\":[4],\"checkalltext\":[1],\"uncheckalltext\":[1],\"maxcheckableitems\":[2],\"hasgroupitems\":[4],\"size\":[1],\"searchValue\":[32],\"selectedCounter\":[32],\"renderItemsList\":[32],\"focusedItemId\":[32]},[[0,\"ariaDescendantFocus\",\"getFocusedItemHandler\"]],{\"items\":[\"watchItems\"],\"searchValue\":[\"watchSearchValue\"]}]]],[\"z-select.cjs\",[[2,\"z-select\",{\"htmlid\":[1],\"items\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"autocomplete\":[4],\"noresultslabel\":[1],\"hasGroupItems\":[4,\"has-group-items\"],\"isfixed\":[4],\"resetItem\":[1,\"reset-item\"],\"size\":[1],\"isOpen\":[32],\"selectedItem\":[32],\"focusedItemId\":[32],\"searchString\":[32],\"getSelectedItem\":[64],\"getValue\":[64],\"setValue\":[64]},[[0,\"ariaDescendantFocus\",\"getFocusedItemHandler\"]],{\"items\":[\"watchItems\"]}]]],[\"z-breadcrumb.cjs\",[[1,\"z-breadcrumb\",{\"pathStyle\":[513,\"path-style\"],\"homepageVariant\":[1,\"homepage-variant\"],\"maxNodesToShow\":[2,\"max-nodes-to-show\"],\"preventFollowUrl\":[4,\"prevent-follow-url\"],\"overflowMenuItemRows\":[2,\"overflow-menu-item-rows\"],\"truncateChar\":[2,\"truncate-char\"],\"viewPortWidth\":[32],\"hasOverflow\":[32],\"popoverEllipsisOpen\":[32]},[[9,\"resize\",\"handleResize\"]],{\"maxNodesToShow\":[\"handlePropChange\"],\"viewPortWidth\":[\"handleResizeUp\"]}]]],[\"z-myz-card-dictionary.cjs\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-file-upload.cjs\",[[1,\"z-file-upload\",{\"type\":[513],\"buttonVariant\":[1,\"button-variant\"],\"acceptedFormat\":[1,\"accepted-format\"],\"fileMaxSize\":[2,\"file-max-size\"],\"mainTitle\":[1,\"main-title\"],\"description\":[1],\"uploadBtnLabel\":[1,\"upload-btn-label\"],\"dragAndDropLabel\":[1,\"drag-and-drop-label\"],\"files\":[32],\"invalidFiles\":[32],\"getFiles\":[64]},[[0,\"removeFile\",\"removeFileListener\"],[0,\"fileDropped\",\"fileDroppedListener\"]]]]],[\"z-messages-pocket.cjs\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-pagination.cjs\",[[0,\"z-pagination\",{\"label\":[1],\"navArrows\":[4,\"nav-arrows\"],\"totalPages\":[2,\"total-pages\"],\"skip\":[2],\"edges\":[4],\"split\":[2],\"visiblePages\":[2,\"visible-pages\"],\"currentPage\":[1026,\"current-page\"],\"goToPage\":[4,\"go-to-page\"],\"_visiblePages\":[32],\"isMobile\":[32],\"goToPageValue\":[32]},[[9,\"resize\",\"onResize\"]],{\"_visiblePages\":[\"setPagesContainerWidth\"],\"visiblePages\":[\"setVisiblePages\"],\"currentPage\":[\"onPageChanged\"],\"split\":[\"onSplitChanged\"]}]]],[\"z-carousel.cjs\",[[1,\"z-carousel\",{\"isLoading\":[4,\"is-loading\"],\"label\":[1],\"single\":[516],\"arrowsPosition\":[513,\"arrows-position\"],\"progressMode\":[1,\"progress-mode\"],\"fixedArrows\":[516,\"fixed-arrows\"],\"ghostLoadingHeight\":[2,\"ghost-loading-height\"],\"infinite\":[4],\"current\":[32],\"items\":[32],\"highlightedIndicator\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]},null,{\"current\":[\"onIndexChange\"],\"single\":[\"onSingleModeChange\"],\"infinite\":[\"onInfiniteModeChange\"]}]]],[\"z-date-picker.cjs\",[[4,\"z-date-picker\",{\"datePickerId\":[1,\"date-picker-id\"],\"ariaLabel\":[1,\"aria-label\"],\"label\":[1],\"mode\":[1],\"flatpickrPosition\":[32],\"inputError\":[32]},[[18,\"keydown\",\"handleKeyDown\"]],{\"mode\":[\"setupPickers\"]}]]],[\"z-file.cjs\",[[2,\"z-file\",{\"fileNumber\":[2,\"file-number\"],\"fileName\":[1,\"file-name\"],\"allowPopover\":[32],\"popoverVisible\":[32]},[[1,\"mouseover\",\"onMouseOver\"],[1,\"mouseleave\",\"onMouseLeave\"],[0,\"interactiveIconClick\",\"onInteractiveIconClick\"]]]]],[\"z-range-picker.cjs\",[[0,\"z-range-picker\",{\"rangePickerId\":[1,\"range-picker-id\"],\"firstAriaLabel\":[1,\"first-aria-label\"],\"firstLabel\":[1,\"first-label\"],\"secondAriaLabel\":[1,\"second-aria-label\"],\"secondLabel\":[1,\"second-label\"],\"mode\":[1],\"firstPickerReadOnly\":[4,\"first-picker-read-only\"],\"lastPickerReadOnly\":[4,\"last-picker-read-only\"],\"firstPickerPlaceholder\":[1,\"first-picker-placeholder\"],\"lastPickerPlaceholder\":[1,\"last-picker-placeholder\"],\"flatpickrPosition\":[32],\"activeInput\":[32],\"firstInputError\":[32],\"lastInputError\":[32]},[[18,\"click\",\"handleClick\"],[18,\"keyup\",\"handleKeyDown\"]],{\"firstPickerReadOnly\":[\"setupFirstPickersReadOnly\"],\"lastPickerReadOnly\":[\"setupLastPickersReadOnly\"],\"mode\":[\"setupPickers\"]}]]],[\"z-td.cjs\",[[1,\"z-td\",{\"colspan\":[2],\"sticky\":[516],\"showMenu\":[513,\"show-menu\"],\"isMenuOpen\":[32]},null,{\"colspan\":[\"updateColspan\"]}]]],[\"z-th.cjs\",[[1,\"z-th\",{\"colspan\":[2],\"showMenu\":[513,\"show-menu\"],\"sticky\":[516],\"sortDirection\":[1025,\"sort-direction\"],\"popoverPosition\":[1,\"popover-position\"],\"isMenuOpen\":[32]},null,{\"colspan\":[\"updateColspan\"]}]]],[\"z-anchor-navigation.cjs\",[[4,\"z-anchor-navigation\",{\"hideUnselected\":[516,\"hide-unselected\"],\"collapsed\":[32]}]]],[\"z-myz-card-alert.cjs\",[[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}]]],[\"z-myz-card-info.cjs\",[[1,\"z-myz-card-info\",{\"data\":[1],\"htmltabindex\":[2],\"hiddenContent\":[32],\"tooltip\":[32]}]]],[\"z-myz-list.cjs\",[[1,\"z-myz-list\",{\"inputrawdata\":[1],\"list\":[1040]},null,{\"inputrawdata\":[\"oninputrawdataChange\"]}]]],[\"z-otp.cjs\",[[1,\"z-otp\",{\"inputNum\":[2,\"input-num\"],\"status\":[1],\"message\":[1]}]]],[\"z-accordion.cjs\",[[1,\"z-accordion\",{\"label\":[1],\"icon\":[1],\"size\":[513],\"isDisabled\":[516,\"is-disabled\"],\"open\":[1540],\"highlight\":[516],\"variant\":[513],\"shadow\":[516]},null,{\"isDisabled\":[\"onDisabledChange\"]}]]],[\"z-book-card.cjs\",[[1,\"z-book-card\",{\"variant\":[1],\"cover\":[1],\"operaTitle\":[1,\"opera-title\"],\"volumeTitle\":[1,\"volume-title\"],\"authors\":[1],\"isbn\":[1],\"isbnLabel\":[1,\"isbn-label\"],\"ribbon\":[1],\"ribbonIcon\":[1,\"ribbon-icon\"],\"ribbonInteractive\":[4,\"ribbon-interactive\"],\"borderless\":[4],\"fallbackCover\":[1,\"fallback-cover\"],\"operaTitleTag\":[1,\"opera-title-tag\"],\"isMobile\":[32],\"hasResources\":[32],\"showResources\":[32]}]]],[\"z-button-sort.cjs\",[[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}]]],[\"z-card.cjs\",[[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"showShadow\":[516,\"show-shadow\"],\"clickable\":[516],\"hasCoverImage\":[32]}]]],[\"z-info-box.cjs\",[[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}]]],[\"z-info-reveal.cjs\",[[1,\"z-info-reveal\",{\"icon\":[1],\"position\":[513],\"label\":[1],\"open\":[32],\"currentIndex\":[32]},null,{\"currentIndex\":[\"watchItems\"]}]]],[\"z-link.cjs\",[[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[516],\"iconposition\":[1],\"underline\":[4],\"iconSize\":[32]}]]],[\"z-menu.cjs\",[[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"verticalContext\":[516,\"vertical-context\"],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]],{\"open\":[\"onOpenChanged\"]}]]],[\"z-menu-section.cjs\",[[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-myz-card-icon.cjs\",[[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-navigation-tabs.cjs\",[[4,\"z-navigation-tabs\",{\"ariaLabel\":[1,\"aria-label\"],\"orientation\":[513],\"size\":[513],\"selectedTab\":[1026,\"selected-tab\"],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]},[[0,\"click\",\"handleTabClick\"],[0,\"focusin\",\"onTabFocusIn\"],[0,\"keydown\",\"navigateThroughTabs\"],[0,\"focusout\",\"onTabFocusOut\"]],{\"canNavigate\":[\"checkScrollEnabled\"],\"selectedTab\":[\"onTabSelected\"]}]]],[\"z-notification.cjs\",[[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[513],\"showclose\":[4],\"showshadow\":[516],\"sticky\":[516]}]]],[\"z-panel-elem.cjs\",[[6,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descrSlotName\":[1,\"descr-slot-name\"]}]]],[\"z-pocket-message.cjs\",[[1,\"z-pocket-message\"]]],[\"z-section-title.cjs\",[[1,\"z-section-title\",{\"dividerPosition\":[1,\"divider-position\"],\"uppercase\":[516]}]]],[\"z-slideshow.cjs\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]},null,{\"data\":[\"watchData\"]}]]],[\"z-toast-notification.cjs\",[[1,\"z-toast-notification\",{\"heading\":[1],\"message\":[1],\"closebutton\":[4],\"autoclose\":[2],\"pauseonfocusloss\":[4],\"type\":[1],\"isdraggable\":[4],\"draggablepercentage\":[2],\"transition\":[1],\"percentage\":[32]},null,{\"isdraggable\":[\"watchPropIsdraggable\"],\"autoclose\":[\"watchPropAutoclose\"],\"pauseonfocusloss\":[\"watchPropPauseonfocusloss\"]}]]],[\"z-toggle-button.cjs\",[[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-toggle-switch.cjs\",[[6,\"z-toggle-switch\",{\"disabled\":[516],\"labelPosition\":[513,\"label-position\"],\"checked\":[1028],\"htmlid\":[1]}]]],[\"z-tooltip.cjs\",[[1,\"z-tooltip\",{\"position\":[513],\"dark\":[516],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"closable\":[4]},[[0,\"openChange\",\"onPopoverOpenChange\"]]]]],[\"z-tr.cjs\",[[1,\"z-tr\",{\"expandable\":[516],\"expanded\":[32],\"expandableContentId\":[32]},[[0,\"colspanchange\",\"updateColumns\"]],{\"expandable\":[\"updateColumns\"]}]]],[\"z-aria-alert.cjs\",[[4,\"z-aria-alert\",{\"mode\":[1]}]]],[\"z-avatar.cjs\",[[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}]]],[\"z-cover-hero.cjs\",[[1,\"z-cover-hero\",{\"variant\":[513],\"contentPosition\":[513,\"content-position\"],\"preserveAspectRatio\":[516,\"preserve-aspect-ratio\"]},[[2,\"load\",\"onImgLoad\"]]]]],[\"z-logo.cjs\",[[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imageAlt\":[1,\"image-alt\"],\"link\":[1],\"targetBlank\":[4,\"target-blank\"],\"mobileLogo\":[4,\"mobile-logo\"]}]]],[\"z-myz-card-footer.cjs\",[[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"customContent\":[4,\"custom-content\"],\"isOpen\":[32],\"allowTooltipAuthors\":[32]},[[0,\"toggleClick\",\"handleToggle\"]]]]],[\"z-myz-card-footer-sections.cjs\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-myz-card-list.cjs\",[[1,\"z-myz-card-list\",{\"listdata\":[1]}]]],[\"z-skip-to-content.cjs\",[[2,\"z-skip-to-content\",{\"variant\":[513],\"links\":[1025],\"visible\":[32],\"visibleLink\":[32]},[[4,\"focusout\",\"handleFocusOutSkipToContent\"],[4,\"focusin\",\"handleFocusSkipToContent\"]]]]],[\"z-stepper.cjs\",[[1,\"z-stepper\"]]],[\"z-stepper-item.cjs\",[[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}]]],[\"z-table.cjs\",[[1,\"z-table\",{\"bordered\":[516],\"expandable\":[32]}]]],[\"z-tbody.cjs\",[[1,\"z-tbody\"]]],[\"z-tfoot.cjs\",[[1,\"z-tfoot\",{\"sticky\":[516]}]]],[\"z-thead.cjs\",[[1,\"z-thead\",{\"sticky\":[516]}]]],[\"z-toast-notification-list.cjs\",[[1,\"z-toast-notification-list\",{\"position\":[513],\"newestontop\":[4]},null,{\"newestontop\":[\"watchPropNewestontop\"]}]]],[\"z-visually-hidden.cjs\",[[1,\"z-visually-hidden\"]]],[\"z-chip.cjs\",[[6,\"z-chip\",{\"icon\":[1],\"type\":[513],\"interactiveIcon\":[513,\"interactive-icon\"],\"disabled\":[516],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-alert.cjs\",[[1,\"z-alert\",{\"type\":[1]}]]],[\"z-ghost-loading.cjs\",[[1,\"z-ghost-loading\"]]],[\"z-dragdrop-area_2.cjs\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1],\"closeButtonLabel\":[1,\"close-button-label\"],\"alertdialog\":[4],\"closable\":[4],\"scrollInside\":[4,\"scroll-inside\"],\"open\":[64],\"close\":[64]},[[0,\"keydown\",\"handleKeyDown\"]]],[1,\"z-dragdrop-area\",{\"dragAndDropLabel\":[1,\"drag-and-drop-label\"]}]]],[\"z-myz-list-item.cjs\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-pocket_3.cjs\",[[1,\"z-pocket\",{\"pocketid\":[1],\"status\":[1025],\"open\":[64],\"close\":[64]},[[0,\"pocketHeaderClick\",\"handlePocketHeaderClick\"],[0,\"pocketHeaderPan\",\"handlePocketHeaderPan\"]],{\"status\":[\"watchStatusHandler\"]}],[1,\"z-pocket-body\",{\"pocketid\":[1],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]],[1,\"z-pocket-header\",{\"pocketid\":[1]}]]],[\"z-myz-card_4.cjs\",[[1,\"z-myz-card\",{\"faded\":[4],\"cardtype\":[1],\"ispressed\":[4],\"ishighlighted\":[4]}],[1,\"z-myz-card-body\"],[1,\"z-myz-card-cover\",{\"img\":[1],\"titolo\":[1],\"faded\":[4],\"defaultimg\":[1]}],[1,\"z-myz-card-header\",{\"titolo\":[1],\"faded\":[4],\"cardtype\":[1],\"allowTooltip\":[32]}]]],[\"z-popover.cjs\",[[1,\"z-popover\",{\"position\":[513],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"showArrow\":[516,\"show-arrow\"],\"center\":[516],\"closable\":[4],\"currentPosition\":[32]},[[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]],{\"position\":[\"validatePosition\"],\"open\":[\"onOpen\"]}]]]]"), options);
|
|
43
|
+
return index.bootstrapLazy(JSON.parse("[[\"z-app-header_12.cjs\",[[1,\"z-app-header\",{\"stuck\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[516,\"drawer-open\"],\"enableSearch\":[516,\"enable-search\"],\"searchPlaceholder\":[1,\"search-placeholder\"],\"searchString\":[1025,\"search-string\"],\"searchPageUrl\":[1,\"search-page-url\"],\"_stuck\":[32],\"currentViewport\":[32],\"menuLength\":[32]},[[9,\"resize\",\"evaluateViewport\"]],{\"_stuck\":[\"onStuck\"],\"drawerOpen\":[\"setMenuFloatingMode\"],\"stuck\":[\"onStuckMode\"]}],[1,\"z-searchbar\",{\"htmlid\":[513],\"preventSubmit\":[4,\"prevent-submit\"],\"value\":[1],\"placeholder\":[1],\"autocomplete\":[4],\"autocompleteMinChars\":[2,\"autocomplete-min-chars\"],\"resultsCount\":[2,\"results-count\"],\"resultsEllipsis\":[4,\"results-ellipsis\"],\"searchHelperLabel\":[1,\"search-helper-label\"],\"resultsItems\":[1,\"results-items\"],\"sortResultsItems\":[4,\"sort-results-items\"],\"showSearchButton\":[4,\"show-search-button\"],\"searchButtonIconOnly\":[4,\"search-button-icon-only\"],\"size\":[1],\"variant\":[1],\"searchString\":[32],\"currResultsCount\":[32],\"showResults\":[32],\"isMobile\":[32]},[[4,\"click\",\"handleOutsideClick\"]],{\"resultsItems\":[\"watchItems\"],\"resultsCount\":[\"watchResultsCount\"],\"value\":[\"watchValue\"],\"searchString\":[\"watchSearchString\"]}],[6,\"z-offcanvas\",{\"variant\":[513],\"open\":[1540],\"transitiondirection\":[513],\"skipLoadAnimation\":[1028,\"skip-load-animation\"]},null,{\"open\":[\"onOpenChanged\"]}],[6,\"z-tag\",{\"icon\":[1],\"expandable\":[4]}],[1,\"z-list-element\",{\"alignButton\":[513,\"align-button\"],\"clickable\":[516],\"dividerColor\":[1,\"divider-color\"],\"dividerType\":[1,\"divider-type\"],\"dividerSize\":[1,\"divider-size\"],\"expandable\":[516],\"expandableStyle\":[1,\"expandable-style\"],\"listElementId\":[514,\"list-element-id\"],\"size\":[513],\"color\":[513],\"disabled\":[516],\"listElementPosition\":[513,\"list-element-position\"],\"listType\":[513,\"list-type\"],\"role\":[513],\"showInnerContent\":[32]},[[4,\"accessibleFocus\",\"accessibleFocusHandler\"]]],[1,\"z-list\",{\"size\":[513],\"listType\":[513,\"list-type\"],\"role\":[513]}],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"],\"listType\":[513,\"list-type\"]}],[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"ariaExpanded\":[1,\"aria-expanded\"],\"ariaControls\":[1,\"aria-controls\"],\"ariaAutocomplete\":[1,\"aria-autocomplete\"],\"ariaActivedescendant\":[1,\"aria-activedescendant\"],\"value\":[1025],\"disabled\":[516],\"readonly\":[4],\"required\":[4],\"checked\":[1028],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"labelPosition\":[1,\"label-position\"],\"autocomplete\":[1],\"role\":[1],\"hasclearicon\":[4],\"icon\":[1],\"min\":[2],\"minlength\":[2],\"max\":[2],\"maxlength\":[2],\"step\":[2],\"pattern\":[1],\"size\":[513],\"isTyping\":[32],\"passwordHidden\":[32],\"isChecked\":[64]},[[4,\"inputCheck\",\"inputCheckListener\"]]],[6,\"z-button\",{\"ariaLabel\":[513,\"aria-label\"],\"role\":[1],\"href\":[1],\"target\":[1],\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513]}],[1,\"z-input-message\",{\"message\":[1],\"status\":[513],\"statusRole\":[32]},null,{\"message\":[\"onMessageChange\"],\"status\":[\"onMessageChange\"]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"z-select.cjs\",[[2,\"z-select\",{\"htmlid\":[1],\"items\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"autocomplete\":[4],\"noresultslabel\":[1],\"hasGroupItems\":[4,\"has-group-items\"],\"isfixed\":[4],\"resetItem\":[1,\"reset-item\"],\"size\":[1],\"isOpen\":[32],\"selectedItem\":[32],\"focusedItemId\":[32],\"searchString\":[32],\"getSelectedItem\":[64],\"getValue\":[64],\"setValue\":[64]},[[0,\"ariaDescendantFocus\",\"getFocusedItemHandler\"]],{\"items\":[\"watchItems\"]}]]],[\"z-breadcrumb.cjs\",[[1,\"z-breadcrumb\",{\"pathStyle\":[513,\"path-style\"],\"homepageVariant\":[1,\"homepage-variant\"],\"maxNodesToShow\":[2,\"max-nodes-to-show\"],\"preventFollowUrl\":[4,\"prevent-follow-url\"],\"overflowMenuItemRows\":[2,\"overflow-menu-item-rows\"],\"truncateChar\":[2,\"truncate-char\"],\"viewPortWidth\":[32],\"hasOverflow\":[32],\"popoverEllipsisOpen\":[32]},[[9,\"resize\",\"handleResize\"]],{\"maxNodesToShow\":[\"handlePropChange\"],\"viewPortWidth\":[\"handleResizeUp\"]}]]],[\"z-combobox.cjs\",[[1,\"z-combobox\",{\"inputid\":[1],\"items\":[1],\"label\":[1],\"disabled\":[516],\"hassearch\":[4],\"searchlabel\":[1],\"searchplaceholder\":[1],\"searchtitle\":[1],\"noresultslabel\":[1],\"isopen\":[1028],\"isfixed\":[4],\"closesearchtext\":[1],\"hascheckall\":[4],\"checkalltext\":[1],\"uncheckalltext\":[1],\"maxcheckableitems\":[2],\"hasgroupitems\":[4],\"size\":[1],\"searchValue\":[32],\"selectedCounter\":[32],\"renderItemsList\":[32]},[[0,\"inputCheck\",\"inputCheckListener\"]],{\"items\":[\"watchItems\"],\"searchValue\":[\"watchSearchValue\"]}]]],[\"z-myz-card-dictionary.cjs\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-file-upload.cjs\",[[1,\"z-file-upload\",{\"type\":[513],\"buttonVariant\":[1,\"button-variant\"],\"acceptedFormat\":[1,\"accepted-format\"],\"fileMaxSize\":[2,\"file-max-size\"],\"mainTitle\":[1,\"main-title\"],\"description\":[1],\"uploadBtnLabel\":[1,\"upload-btn-label\"],\"dragAndDropLabel\":[1,\"drag-and-drop-label\"],\"hasFileSection\":[4,\"has-file-section\"],\"files\":[32],\"invalidFiles\":[32],\"getFiles\":[64],\"removeFile\":[64]},[[0,\"removeFile\",\"removeFileListener\"],[0,\"fileDropped\",\"fileDroppedListener\"]]]]],[\"z-messages-pocket.cjs\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-pagination.cjs\",[[0,\"z-pagination\",{\"label\":[1],\"navArrows\":[4,\"nav-arrows\"],\"totalPages\":[2,\"total-pages\"],\"skip\":[2],\"edges\":[4],\"split\":[2],\"visiblePages\":[2,\"visible-pages\"],\"currentPage\":[1026,\"current-page\"],\"goToPage\":[4,\"go-to-page\"],\"_visiblePages\":[32],\"isMobile\":[32],\"goToPageValue\":[32]},[[9,\"resize\",\"onResize\"]],{\"_visiblePages\":[\"setPagesContainerWidth\"],\"visiblePages\":[\"setVisiblePages\"],\"currentPage\":[\"onPageChanged\"],\"split\":[\"onSplitChanged\"]}]]],[\"z-carousel.cjs\",[[1,\"z-carousel\",{\"isLoading\":[4,\"is-loading\"],\"label\":[1],\"single\":[516],\"arrowsPosition\":[513,\"arrows-position\"],\"progressMode\":[1,\"progress-mode\"],\"fixedArrows\":[516,\"fixed-arrows\"],\"ghostLoadingHeight\":[2,\"ghost-loading-height\"],\"infinite\":[4],\"current\":[32],\"items\":[32],\"highlightedIndicator\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]},null,{\"current\":[\"onIndexChange\"],\"single\":[\"onSingleModeChange\"],\"infinite\":[\"onInfiniteModeChange\"]}]]],[\"z-date-picker.cjs\",[[4,\"z-date-picker\",{\"datePickerId\":[1,\"date-picker-id\"],\"ariaLabel\":[1,\"aria-label\"],\"label\":[1],\"mode\":[1],\"flatpickrPosition\":[32],\"inputError\":[32]},[[18,\"keydown\",\"handleKeyDown\"]],{\"mode\":[\"setupPickers\"]}]]],[\"z-file.cjs\",[[2,\"z-file\",{\"fileNumber\":[2,\"file-number\"],\"fileName\":[1,\"file-name\"],\"allowPopover\":[32],\"popoverVisible\":[32]},[[1,\"mouseover\",\"onMouseOver\"],[1,\"mouseleave\",\"onMouseLeave\"],[0,\"interactiveIconClick\",\"onInteractiveIconClick\"]]]]],[\"z-range-picker.cjs\",[[0,\"z-range-picker\",{\"rangePickerId\":[1,\"range-picker-id\"],\"firstAriaLabel\":[1,\"first-aria-label\"],\"firstLabel\":[1,\"first-label\"],\"secondAriaLabel\":[1,\"second-aria-label\"],\"secondLabel\":[1,\"second-label\"],\"mode\":[1],\"firstPickerReadOnly\":[4,\"first-picker-read-only\"],\"lastPickerReadOnly\":[4,\"last-picker-read-only\"],\"firstPickerPlaceholder\":[1,\"first-picker-placeholder\"],\"lastPickerPlaceholder\":[1,\"last-picker-placeholder\"],\"flatpickrPosition\":[32],\"activeInput\":[32],\"firstInputError\":[32],\"lastInputError\":[32]},[[18,\"click\",\"handleClick\"],[18,\"keyup\",\"handleKeyDown\"]],{\"firstPickerReadOnly\":[\"setupFirstPickersReadOnly\"],\"lastPickerReadOnly\":[\"setupLastPickersReadOnly\"],\"mode\":[\"setupPickers\"]}]]],[\"z-td.cjs\",[[1,\"z-td\",{\"colspan\":[2],\"sticky\":[516],\"showMenu\":[513,\"show-menu\"],\"isMenuOpen\":[32]},null,{\"colspan\":[\"updateColspan\"]}]]],[\"z-th.cjs\",[[1,\"z-th\",{\"colspan\":[2],\"showMenu\":[513,\"show-menu\"],\"sticky\":[516],\"sortDirection\":[1025,\"sort-direction\"],\"popoverPosition\":[1,\"popover-position\"],\"isMenuOpen\":[32]},null,{\"colspan\":[\"updateColspan\"]}]]],[\"z-anchor-navigation.cjs\",[[4,\"z-anchor-navigation\",{\"hideUnselected\":[516,\"hide-unselected\"],\"collapsed\":[32]}]]],[\"z-myz-card-alert.cjs\",[[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}]]],[\"z-myz-card-info.cjs\",[[1,\"z-myz-card-info\",{\"data\":[1],\"htmltabindex\":[2],\"hiddenContent\":[32],\"tooltip\":[32]}]]],[\"z-myz-list.cjs\",[[1,\"z-myz-list\",{\"inputrawdata\":[1],\"list\":[1040]},null,{\"inputrawdata\":[\"oninputrawdataChange\"]}]]],[\"z-otp.cjs\",[[1,\"z-otp\",{\"inputNum\":[2,\"input-num\"],\"status\":[1],\"message\":[1]}]]],[\"z-accordion.cjs\",[[1,\"z-accordion\",{\"label\":[1],\"icon\":[1],\"size\":[513],\"isDisabled\":[516,\"is-disabled\"],\"open\":[1540],\"highlight\":[516],\"variant\":[513],\"shadow\":[516]},null,{\"isDisabled\":[\"onDisabledChange\"]}]]],[\"z-book-card.cjs\",[[1,\"z-book-card\",{\"variant\":[1],\"cover\":[1],\"operaTitle\":[1,\"opera-title\"],\"volumeTitle\":[1,\"volume-title\"],\"authors\":[1],\"isbn\":[1],\"isbnLabel\":[1,\"isbn-label\"],\"ribbon\":[1],\"ribbonIcon\":[1,\"ribbon-icon\"],\"ribbonInteractive\":[4,\"ribbon-interactive\"],\"borderless\":[4],\"fallbackCover\":[1,\"fallback-cover\"],\"operaTitleTag\":[1,\"opera-title-tag\"],\"isMobile\":[32],\"hasResources\":[32],\"showResources\":[32]}]]],[\"z-button-sort.cjs\",[[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}]]],[\"z-card.cjs\",[[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"showShadow\":[516,\"show-shadow\"],\"clickable\":[516],\"hasCoverImage\":[32]}]]],[\"z-info-box.cjs\",[[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}]]],[\"z-info-reveal.cjs\",[[1,\"z-info-reveal\",{\"icon\":[1],\"position\":[513],\"label\":[1],\"open\":[32],\"currentIndex\":[32]},null,{\"currentIndex\":[\"watchItems\"]}]]],[\"z-link.cjs\",[[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[516],\"iconposition\":[1],\"underline\":[4],\"iconSize\":[32]}]]],[\"z-menu.cjs\",[[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"verticalContext\":[516,\"vertical-context\"],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]],{\"open\":[\"onOpenChanged\"]}]]],[\"z-menu-section.cjs\",[[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-myz-card-icon.cjs\",[[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-navigation-tabs.cjs\",[[4,\"z-navigation-tabs\",{\"ariaLabel\":[1,\"aria-label\"],\"orientation\":[513],\"size\":[513],\"selectedTab\":[1026,\"selected-tab\"],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]},[[0,\"click\",\"handleTabClick\"],[0,\"focusin\",\"onTabFocusIn\"],[0,\"keydown\",\"navigateThroughTabs\"],[0,\"focusout\",\"onTabFocusOut\"]],{\"canNavigate\":[\"checkScrollEnabled\"],\"selectedTab\":[\"onTabSelected\"]}]]],[\"z-notification.cjs\",[[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[513],\"showclose\":[4],\"showshadow\":[516],\"sticky\":[516]}]]],[\"z-panel-elem.cjs\",[[6,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descrSlotName\":[1,\"descr-slot-name\"]}]]],[\"z-pocket-message.cjs\",[[1,\"z-pocket-message\"]]],[\"z-section-title.cjs\",[[1,\"z-section-title\",{\"dividerPosition\":[1,\"divider-position\"],\"uppercase\":[516]}]]],[\"z-slideshow.cjs\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]},null,{\"data\":[\"watchData\"]}]]],[\"z-toast-notification.cjs\",[[1,\"z-toast-notification\",{\"heading\":[1],\"message\":[1],\"closebutton\":[4],\"autoclose\":[2],\"pauseonfocusloss\":[4],\"type\":[1],\"isdraggable\":[4],\"draggablepercentage\":[2],\"transition\":[1],\"percentage\":[32]},null,{\"isdraggable\":[\"watchPropIsdraggable\"],\"autoclose\":[\"watchPropAutoclose\"],\"pauseonfocusloss\":[\"watchPropPauseonfocusloss\"]}]]],[\"z-toggle-button.cjs\",[[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-toggle-switch.cjs\",[[6,\"z-toggle-switch\",{\"disabled\":[516],\"labelPosition\":[513,\"label-position\"],\"checked\":[1028],\"htmlid\":[1]}]]],[\"z-tooltip.cjs\",[[1,\"z-tooltip\",{\"position\":[513],\"dark\":[516],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"closable\":[4]},[[0,\"openChange\",\"onPopoverOpenChange\"]]]]],[\"z-tr.cjs\",[[1,\"z-tr\",{\"expandable\":[516],\"expanded\":[32],\"expandableContentId\":[32]},[[0,\"colspanchange\",\"updateColumns\"]],{\"expandable\":[\"updateColumns\"]}]]],[\"z-aria-alert.cjs\",[[4,\"z-aria-alert\",{\"mode\":[1]}]]],[\"z-avatar.cjs\",[[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}]]],[\"z-cover-hero.cjs\",[[1,\"z-cover-hero\",{\"variant\":[513],\"contentPosition\":[513,\"content-position\"],\"preserveAspectRatio\":[516,\"preserve-aspect-ratio\"]},[[2,\"load\",\"onImgLoad\"]]]]],[\"z-logo.cjs\",[[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imageAlt\":[1,\"image-alt\"],\"link\":[1],\"targetBlank\":[4,\"target-blank\"],\"mobileLogo\":[4,\"mobile-logo\"]}]]],[\"z-myz-card-footer.cjs\",[[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"customContent\":[4,\"custom-content\"],\"isOpen\":[32],\"allowTooltipAuthors\":[32]},[[0,\"toggleClick\",\"handleToggle\"]]]]],[\"z-myz-card-footer-sections.cjs\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-myz-card-list.cjs\",[[1,\"z-myz-card-list\",{\"listdata\":[1]}]]],[\"z-skip-to-content.cjs\",[[2,\"z-skip-to-content\",{\"variant\":[513],\"links\":[1025],\"visible\":[32],\"visibleLink\":[32]},[[4,\"focusout\",\"handleFocusOutSkipToContent\"],[4,\"focusin\",\"handleFocusSkipToContent\"]]]]],[\"z-stepper.cjs\",[[1,\"z-stepper\"]]],[\"z-stepper-item.cjs\",[[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}]]],[\"z-table.cjs\",[[1,\"z-table\",{\"bordered\":[516],\"expandable\":[32]}]]],[\"z-tbody.cjs\",[[1,\"z-tbody\"]]],[\"z-tfoot.cjs\",[[1,\"z-tfoot\",{\"sticky\":[516]}]]],[\"z-thead.cjs\",[[1,\"z-thead\",{\"sticky\":[516]}]]],[\"z-toast-notification-list.cjs\",[[1,\"z-toast-notification-list\",{\"position\":[513],\"newestontop\":[4]},null,{\"newestontop\":[\"watchPropNewestontop\"]}]]],[\"z-visually-hidden.cjs\",[[1,\"z-visually-hidden\"]]],[\"z-chip.cjs\",[[6,\"z-chip\",{\"icon\":[1],\"type\":[513],\"interactiveIcon\":[513,\"interactive-icon\"],\"disabled\":[516],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-alert.cjs\",[[1,\"z-alert\",{\"type\":[1]}]]],[\"z-ghost-loading.cjs\",[[1,\"z-ghost-loading\"]]],[\"z-dragdrop-area_2.cjs\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1],\"closeButtonLabel\":[1,\"close-button-label\"],\"alertdialog\":[4],\"closable\":[4],\"scrollInside\":[4,\"scroll-inside\"],\"open\":[64],\"close\":[64]},[[0,\"keydown\",\"handleKeyDown\"]]],[1,\"z-dragdrop-area\",{\"dragAndDropLabel\":[1,\"drag-and-drop-label\"]}]]],[\"z-myz-list-item.cjs\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-pocket_3.cjs\",[[1,\"z-pocket\",{\"pocketid\":[1],\"status\":[1025],\"open\":[64],\"close\":[64]},[[0,\"pocketHeaderClick\",\"handlePocketHeaderClick\"],[0,\"pocketHeaderPan\",\"handlePocketHeaderPan\"]],{\"status\":[\"watchStatusHandler\"]}],[1,\"z-pocket-body\",{\"pocketid\":[1],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]],[1,\"z-pocket-header\",{\"pocketid\":[1]}]]],[\"z-myz-card_4.cjs\",[[1,\"z-myz-card\",{\"faded\":[4],\"cardtype\":[1],\"ispressed\":[4],\"ishighlighted\":[4]}],[1,\"z-myz-card-body\"],[1,\"z-myz-card-cover\",{\"img\":[1],\"titolo\":[1],\"faded\":[4],\"defaultimg\":[1]}],[1,\"z-myz-card-header\",{\"titolo\":[1],\"faded\":[4],\"cardtype\":[1],\"allowTooltip\":[32]}]]],[\"z-popover.cjs\",[[1,\"z-popover\",{\"position\":[513],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"showArrow\":[516,\"show-arrow\"],\"center\":[516],\"closable\":[4],\"currentPosition\":[32]},[[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]],{\"position\":[\"validatePosition\"],\"open\":[\"onOpen\"]}]]]]"), options);
|
|
44
44
|
});
|
|
45
45
|
|
|
46
46
|
exports.setNonce = index.setNonce;
|
|
@@ -290,6 +290,7 @@ const STROKE_ICONS = {
|
|
|
290
290
|
"caret-up": "M500 290Q523 290 542 310L836 628Q860 655 860 679 860 696 847.5 707 835 718 812 718L188 718Q166 718 153 707 140 696 140 678 140 655 160 632L458 310Q477 290 500 290ZM750 646L500 375 250 646Z",
|
|
291
291
|
"caret-up-down": "M500 0Q523 0 542 20L836 338Q860 365 860 389 860 406 847.5 417 835 428 812 428L188 428Q166 428 153 417 140 406 140 388 140 365 160 342L458 20Q477 0 500 0ZM160 658Q140 635 140 612 140 594 153 583 166 572 188 572L812 572Q835 572 847.5 583 860 594 860 611 860 635 836 662L542 980Q523 1000 500 1000 477 1000 458 980L160 658ZM500 915L750 644 250 644ZM750 356L500 85 250 356Z",
|
|
292
292
|
"catalog-card": "M166 783L440 783 440 720 166 720ZM20 83Q20 57 38.5 38.5 57 20 82 20L696 20Q721 20 739.5 38.5 758 57 758 83L758 353 686 353 686 88 96 88 96 912 581 912 581 980 82 980Q57 980 38.5 962 20 944 20 918ZM440 610L440 547 166 547 166 610ZM541 437L541 374 166 374 166 437ZM440 264L440 201 166 201 166 264ZM515 668Q557 589 613 541.5 669 494 757 494 845 494 903 542 961 590 1000 668 962 752 904.5 798 847 844 757 844 666 844 608.5 798 551 752 515 668ZM650 669Q650 720 678 746 706 772 757 772 807 772 836.5 745.5 866 719 866 669 866 622 836 593.5 806 565 757 565 708 565 679 593 650 621 650 669ZM705 669Q705 643 719 628.5 733 614 757 614 781 614 796 628.5 811 643 811 669 811 696 796.5 710 782 724 757 724 732 724 718.5 710 705 696 705 669Z",
|
|
293
|
+
"chapter": "M20 214L70 214 70 108Q203 108 287.5 121 372 134 421.5 162 471 190 500 238 529 190 579 162 629 134 713 121 797 108 930 108L930 214 980 214 980 898 20 898ZM128 741Q267 741 345.5 761 424 781 464 828L536 828Q576 781 654.5 761 733 741 872 741L872 180Q765 180 698 192 631 204 593.5 230 556 256 537 300L463 300Q444 256 406.5 230 369 204 302 192 235 180 128 180L128 741ZM267 380L337 380 337 570 385 570 385 614 222 614 222 570 282 570 282 424 278 424 234 476 208 443ZM463 546L691 546 691 614 463 614ZM463 406L761 406 761 474 463 474Z",
|
|
293
294
|
"character-panel": "M230 932Q130 932 75 881 20 830 20 743 20 655 85 608 150 561 286 561L410 561 410 499Q410 432 373.5 397 337 362 262 362 205 362 166 389.5 127 417 105 455L39 395Q70 345 126 312 182 279 267 279 381 279 444 334.5 507 390 507 489L507 833 578 833 578 917 524 917Q469 917 445.5 888 422 859 416 816L410 816Q389 874 342 903 295 932 230 932ZM245 850Q282 850 312 841.5 342 833 364 817 386 801 398 780.5 410 760 410 736L410 633 282 633Q198 633 160 657.5 122 682 122 728L122 753Q122 799 155 824.5 188 850 245 850ZM763 868Q784 868 803.5 863 823 858 837.5 848.5 852 839 861 830 870 821 870 805L870 766 790 766Q752 766 728 776 704 786 704 811L704 822Q704 868 763 868ZM748 931Q690 931 659 901.5 628 872 628 823 628 764 670.5 736.5 713 709 792 709L870 709 870 678Q870 599 788 599 750 599 725 615 700 631 687 656L641 612Q658 583 694 559 730 535 791 535 867 535 906.5 571.5 946 608 946 675L946 863 987 863 987 924 943 924Q911 924 892.5 910 874 896 874 866L870 866Q858 891 828.5 911 799 931 748 931ZM711 398Q732 398 751.5 393 771 388 785.5 381 800 374 809 361.5 818 349 818 333L818 292 738 292Q698 292 674 303 650 314 650 339L650 350Q650 398 711 398ZM696 459Q638 459 607 429.5 576 400 576 351 576 292 618.5 264.5 661 237 740 237L818 237 818 206Q818 125 735 125 698 125 672.5 141 647 157 635 182L589 140Q606 111 642 87 678 63 739 63 813 63 852.5 99.5 892 136 892 203L892 391 933 391 933 452 891 452Q859 452 840.5 438 822 424 822 394L818 394Q806 419 776 439 746 459 696 459Z",
|
|
294
295
|
"check-task": "M78 759Q51 759 35.5 743.5 20 728 20 701L20 78Q20 51 35.5 35.5 51 20 78 20L739 20Q766 20 781.5 35.5 797 51 797 78L797 286 721 286 721 92 96 92 96 687 433 687 433 759 78 759ZM164 551Q164 534 177 522 190 510 208 510 225 510 238 522 251 534 251 551 251 569 238.5 581.5 226 594 208 594 190 594 177 581.5 164 569 164 551ZM164 386Q164 369 177 357 190 345 208 345 225 345 238 357 251 369 251 386 251 404 238.5 416.5 226 429 208 429 190 429 177 416.5 164 404 164 386ZM164 225Q164 208 177 196 190 184 208 184 225 184 238 196 251 208 251 225 251 243 238.5 255.5 226 268 208 268 190 268 177 255.5 164 243 164 225ZM314 518L533 518 533 587 314 587ZM314 353L573 353 573 422 314 422ZM314 192L633 192 633 261 314 261ZM497 803L802 501Q825 480 848 480 873 480 894 501L977 586Q1000 609 1000 634 1000 656 979 677L673 980 497 980ZM646 918L841 725 752 639 562 828 562 918ZM889 679L938 632 847 544 799 593Z",
|
|
295
296
|
"checkbox": "M106 980Q64 980 42 957.5 20 935 20 894L20 106Q20 65 43 42.5 66 20 106 20L894 20Q935 20 957.5 42.5 980 65 980 106L980 894Q980 935 957.5 957.5 935 980 894 980L106 980ZM901 907L901 93 99 93 99 907Z",
|
|
@@ -348,6 +349,7 @@ const STROKE_ICONS = {
|
|
|
348
349
|
"exercises-interactive": "M106 980Q64 980 42 957.5 20 935 20 894L20 106Q20 65 43 42.5 66 20 106 20L894 20Q935 20 957.5 42.5 980 65 980 106L980 894Q980 935 957.5 957.5 935 980 894 980L106 980ZM902 908L902 92 98 92 98 908ZM225 314L379 460 652 156 708 209 555 377Q558 376 565 376 617 376 617 433L617 491 617 531Q627 527 641 527 659 527 669.5 535 680 543 684 551 697 540 716 540 737 540 749 551 761 562 763 575 773 565 793 565 818 565 831 579.5 844 594 844 617L844 679Q844 745 833.5 782.5 823 820 797 837 771 854 723 854L627 854Q604 854 579 841 554 828 522.5 803 491 778 415 714 388 691 388 658 388 635 401 619 419 596 446 596 466 596 485 609L511 626 511 433 511 425 380 569 170 369ZM434 642Q428 649 428 658 428 668 438 677L480 712Q552 772 578.5 790.5 605 809 627 809L743 809Q767 809 780.5 798.5 794 788 800.5 760 807 732 807 679L807 617Q807 608 802 602 797 596 788 596 770 596 770 617L770 663 730 663 730 585Q730 567 713 567 698 567 698 584L699 663 659 663 658 573Q658 553 641 553 623 553 623 573L623 662 583 662 583 429Q583 406 565 406 547 406 547 429L547 693 469 641Q457 634 449 634 439 634 434 642Z",
|
|
349
350
|
"exercises-online": "M106 980Q64 980 42 957.5 20 935 20 894L20 106Q20 65 43 42.5 66 20 106 20L894 20Q935 20 957.5 42.5 980 65 980 106L980 894Q980 935 957.5 957.5 935 980 894 980L106 980ZM902 908L902 92 98 92 98 908ZM225 314L379 460 652 156 708 209 380 569 170 369ZM482 674Q482 728 508.5 772 535 816 579.5 841 624 866 674 866 724 866 768.5 841 813 816 839.5 772 866 728 866 674 866 620 839.5 576 813 532 768.5 507 724 482 674 482 624 482 579.5 507 535 532 508.5 576 482 620 482 674ZM512 674Q512 641 521 628L585 628Q578 645 578 674 578 695 583 720L521 720Q512 707 512 674ZM590 750Q604 795 637 836 602 827 574 804.5 546 782 530 750ZM530 598Q547 566 576.5 543 606 520 642 512 608 549 592 598L530 598ZM614 675Q614 653 623 628L725 628Q730 638 731.5 647.5 733 657 733 673 733 702 725 720L620 720Q614 699 614 675ZM717 750Q709 778 699 799 689 820 673 839 643 801 626 750ZM630 598Q642 550 673 511 703 546 717 598L630 598ZM706 512Q741 520 771.5 543.5 802 567 818 598L756 598Q749 578 739 561.5 729 545 719.5 531.5 710 518 706 512ZM710 836Q742 792 756 750L818 750Q802 782 774 804.5 746 827 710 836ZM762 720Q769 702 769 674 769 640 764 628L827 628Q836 641 836 674 836 707 827 720L762 720Z",
|
|
350
351
|
"exercises-plus": "M106 980Q64 980 42 957.5 20 935 20 894L20 106Q20 65 43 42.5 66 20 106 20L894 20Q935 20 957.5 42.5 980 65 980 106L980 894Q980 935 957.5 957.5 935 980 894 980L106 980ZM902 908L902 92 98 92 98 908ZM225 314L379 460 652 156 708 209 380 569 170 369ZM505 676Q505 626 527 588.5 549 551 587 531 625 511 670 511 716 511 754 531 792 551 814 588.5 836 626 836 676 836 726 814 764 792 802 754 822 716 842 670 842 625 842 587 822 549 802 527 764 505 726 505 676ZM648 697L648 793 694 793 694 697 788 698 788 656 694 656 694 559 648 559 648 656 554 656 554 698Z",
|
|
352
|
+
"extra": "M616 661L685 561 612 561 538 661ZM20 83Q20 57 38.5 38.5 57 20 82 20L689 20Q714 20 732.5 38.5 751 57 751 83L751 353 679 353 679 88 96 88 96 912 433 912 433 980 82 980Q57 980 38.5 962 20 944 20 918ZM433 816L433 753 166 753 166 816ZM334 673L334 610 166 610 166 673ZM433 530L433 467 166 467 166 530ZM534 387L534 324 166 324 166 387ZM433 244L433 181 166 181 166 244ZM586 512L870 512 1000 687 728 1003 456 687ZM728 926L914 710 842 710 728 853 614 710 542 710ZM791 661L728 570 665 661ZM728 787L790 710 666 710ZM840 661L918 661 844 561 771 561Z",
|
|
351
353
|
"facebook": "M833 115Q850 115 862.5 127.5 875 140 875 157L875 823Q875 840 862.5 852.5 850 865 833 865L643 865 643 575 741 575 755 461 643 461 643 389Q643 361 654.5 347.5 666 334 699 334L759 334 759 233Q730 228 672 228 605 228 565.5 267.5 526 307 526 378L526 462 428 462 428 575 526 575 526 865 167 865Q150 865 137.5 852.5 125 840 125 823L125 157Q125 140 137.5 127.5 150 115 167 115L833 115Z",
|
|
352
354
|
"favorites": "M500 1000Q378 922 269.5 814.5 161 707 90.5 573.5 20 440 20 297 20 202 50.5 135 81 68 134 34 187 0 254 0 333 0 398.5 51.5 464 103 500 215 535 103 600.5 51.5 666 0 746 0 813 0 866 34 919 68 949.5 135 980 202 980 297 980 440 909.5 573.5 839 707 730.5 814.5 622 922 500 1000ZM102 300Q102 424 163.5 541.5 225 659 316 751 407 843 500 903 593 843 684 751 775 659 836.5 541.5 898 424 898 300 898 202 856.5 141 815 80 745 80 672 80 616 153.5 560 227 501 388L499 388Q439 227 383 153.5 327 80 255 80 185 80 143.5 141 102 202 102 300Z",
|
|
353
355
|
"feed": "M460 982Q420 982 398 959 376 936 376 899L376 800 211 800 40 943 20 943 20 107Q20 67 42 43.5 64 20 107 20L718 20Q759 20 781.5 42.5 804 65 804 106L804 260 893 260Q936 260 958 283.5 980 307 980 347L980 896Q980 937 957.5 959.5 935 982 894 982L460 982ZM185 728L728 728 728 92 96 92 96 803ZM196 536L628 536 628 608 196 608ZM196 364L538 364 538 436 196 436ZM196 192L628 192 628 264 196 264Z",
|
|
@@ -497,6 +499,7 @@ const STROKE_ICONS = {
|
|
|
497
499
|
"stroke-solid": "M103 559Q50 559 50 506L50 481Q50 429 103 429L897 429Q950 429 950 482L950 506Q950 559 897 559L103 559Z",
|
|
498
500
|
"stroke-solid-dash": "M103 559Q50 559 50 506L50 481Q50 429 103 429L247 429Q300 429 300 482L300 506Q300 559 247 559L103 559ZM375 481Q375 429 428 429L572 429Q625 429 625 482L625 506Q625 559 572 559L428 559Q375 559 375 506ZM700 481Q700 429 753 429L897 429Q950 429 950 482L950 506Q950 559 897 559L753 559Q700 559 700 506Z",
|
|
499
501
|
"stroke-solid-dot": "M103 559Q50 559 50 506L50 481Q50 429 103 429L147 429Q200 429 200 482L200 506Q200 559 147 559L103 559ZM300 481Q300 429 353 429L397 429Q450 429 450 482L450 506Q450 559 397 559L353 559Q300 559 300 506ZM550 481Q550 429 603 429L647 429Q700 429 700 482L700 506Q700 559 647 559L603 559Q550 559 550 506ZM800 481Q800 429 853 429L897 429Q950 429 950 482L950 506Q950 559 897 559L853 559Q800 559 800 506Z",
|
|
502
|
+
"student": "M90 519L140 519 140 413Q206 413 247 418 257 357 296.5 327 336 297 400 297L600 297Q732 297 754 418 794 413 860 413L860 519 910 519 910 980 90 980ZM198 823Q389 823 464 910L536 910Q611 823 802 823L802 485Q692 485 628 513.5 564 542 537 605L463 605Q436 542 372 513.5 308 485 198 485L198 823ZM316 428Q383 441 428 469.5 473 498 500 543 528 498 573 469.5 618 441 685 428 679 399 663 381 647 363 621 363L379 363Q354 363 338 381 322 399 316 428ZM362 130Q362 69 399.5 34.5 437 0 499 0 561 0 599 35 637 70 637 130 637 191 600.5 224 564 257 499 257 436 257 399 223.5 362 190 362 130ZM435 130Q435 160 451.5 178 468 196 499 196 531 196 548 178 565 160 565 130 565 98 547.5 79 530 60 499 60 469 60 452 79 435 98 435 130Z",
|
|
500
503
|
"subscript": "M297 20L401 20 678 850 595 850 519 614 179 614 103 850 20 850ZM494 538L356 112 342 112 204 538ZM741 699Q758 659 786 640.5 814 622 860 622 916 622 944.5 648.5 973 675 973 724 973 756 957.5 782 942 808 898 852L837 913 837 921 980 921 980 980 753 980 753 922 842 831Q873 799 890 775.5 907 752 907 725 907 673 859 673 819 673 795 728L741 699Z",
|
|
501
504
|
"suit-club": "M194 938Q292 914 339 897 386 880 424 854 477 817 477 668L476 618 444 618Q423 692 376.5 733 330 774 244 774 177 774 130.5 744 84 714 61 664.5 38 615 38 556 38 465 83.5 404.5 129 344 210 344 252 344 283.5 356.5 315 369 354 393 374 405 384 410L396 398Q286 325 286 196 286 106 338 53 390 0 502 0 613 0 665.5 51.5 718 103 718 191 718 327 608 398L620 410Q629 405 637 400.5 645 396 652 392 689 369 719.5 356.5 750 344 789 344 872 344 919 404 966 464 966 556 966 615 943.5 664.5 921 714 874.5 744 828 774 760 774 675 774 628 733 581 692 560 618L528 618 528 652Q528 721 538 775.5 548 830 580 854 617 881 661 896 705 911 810 938L810 980 194 980 194 938Z",
|
|
502
505
|
"suit-diamond": "M84 500L500 0 916 504 500 1000Z",
|
|
@@ -527,6 +530,8 @@ const STROKE_ICONS = {
|
|
|
527
530
|
"timeline": "M379 884Q201 884 100.5 783.5 0 683 0 496 0 380 46 293.5 92 207 177.5 159.5 263 112 379 112 495 112 580 159 665 206 711 292.5 757 379 757 494L980 494 980 566 753 566Q733 733 622 814L974 814 974 884 379 884ZM75 542Q75 623 110.5 684.5 146 746 215 780 284 814 382 814 521 814 597.5 747 674 680 681 566L333 566 333 303 411 303 411 494 682 494 682 451Q682 374 644 313 606 252 537 217 468 182 379 182 290 182 220.5 217 151 252 113 313 75 374 75 451L75 542Z",
|
|
528
531
|
"timer-clock": "M505 1000Q351 1000 237.5 943 124 886 62 773.5 0 661 0 498 0 346 62 233.5 124 121 237.5 60.5 351 0 500 0 649 0 762.5 60.5 876 121 938 233.5 1000 346 1000 497L918 497 918 438Q918 338 861.5 253.5 805 169 709 119.5 613 70 500 70 387 70 291 119.5 195 169 138.5 253.5 82 338 82 438L82 558Q82 664 135 749 188 834 284 882 380 930 505 930L505 1000ZM161 466L542 466 542 538 161 538ZM533 819L630 734Q646 720 663.5 700 681 680 681 654L681 650Q681 637 673 627 665 617 641 617 610 617 597 631 584 645 577 664L531 635Q537 621 545 608 553 595 566.5 585 580 575 598.5 568.5 617 562 641 562 691 562 718 587 745 612 745 650 745 686 722.5 711 700 736 669 765L603 825 746 825 746 877 533 877ZM904 811L769 811 769 735 870 573 963 573 963 759 1000 759 1000 811 963 811 963 877 904 877ZM904 764L904 620 901 620 814 764ZM464 202L542 202 542 466 464 466Z",
|
|
529
532
|
"ticket": "M217 451L581 807 847 537 488 176 217 176ZM140 191Q140 102 230 102L523 102 911 492Q932 513 932 537 932 561 911 582L626 871Q604 893 582 893 559 893 537 871L140 483ZM326 351Q326 322 346.5 301.5 367 281 398 281 428 281 448.5 301.5 469 322 469 351 469 382 448.5 402.5 428 423 398 423 367 423 346.5 402.5 326 382 326 351Z",
|
|
533
|
+
"topic": "M83 333Q57 333 38.5 314.5 20 296 20 270L20 83Q20 57 38.5 38.5 57 20 83 20L917 20Q943 20 961.5 38.5 980 57 980 83L980 270Q980 296 961.5 314.5 943 333 917 333L533 333 533 507 855 507 855 710Q905 721 938 761 971 801 971 853 971 893 951 926.5 931 960 897.5 980 864 1000 825 1000 785 1000 751.5 980 718 960 698 926.5 678 893 678 853 678 802 710 762 742 722 791 711L791 571 533 571 533 711Q582 722 614.5 762 647 802 647 853 647 893 627 926.5 607 960 573.5 980 540 1000 501 1000 461 1000 427.5 980 394 960 374 926.5 354 893 354 853 354 802 386.5 762 419 722 469 711L469 571 211 571 211 711Q260 723 291.5 762.5 323 802 323 853 323 893 303 926.5 283 960 249.5 980 216 1000 177 1000 137 1000 103.5 980 70 960 50 926.5 30 893 30 853 30 801 63 761 96 721 147 710L147 507 469 507 469 333 83 333ZM914 269L914 84 86 84 86 269ZM103 853Q103 886 123.5 908 144 930 177 930 209 930 229.5 908 250 886 250 853 250 820 229.5 798.5 209 777 177 777 144 777 123.5 798.5 103 820 103 853ZM427 853Q427 886 447.5 908 468 930 501 930 533 930 553.5 908 574 886 574 853 574 820 553.5 798.5 533 777 501 777 468 777 447.5 798.5 427 820 427 853ZM751 853Q751 886 771.5 908 792 930 825 930 857 930 877.5 908 898 886 898 853 898 820 877.5 798.5 857 777 825 777 792 777 771.5 798.5 751 820 751 853Z",
|
|
534
|
+
"topography": "M151 358L330 358 330 279 151 209ZM75 149Q75 130 80.5 122.5 86 115 99 115 108 115 120.5 120 133 125 138 127L358 212 642 122 893 238Q915 248 920 256.5 925 265 925 288L925 848Q925 864 920 872 915 880 902 880 893 880 879.5 874.5 866 869 862 868L642 783 358 873 107 757Q85 747 80 738.5 75 730 75 707ZM330 781L330 638 151 638 151 698ZM330 574L330 422 151 422 151 574ZM597 720L597 638 403 638 403 783ZM597 574L597 422 403 422 403 574ZM597 358L597 212 403 274 403 358ZM849 786L849 638 670 638 670 717ZM849 574L849 422 670 422 670 574ZM849 358L849 297 670 213 670 358Z",
|
|
530
535
|
"true-false": "M20 188Q20 161 35.5 145.5 51 130 78 130L922 130Q949 130 964.5 145.5 980 161 980 188L980 724Q980 751 964.5 766.5 949 782 922 782L78 782Q51 782 35.5 766.5 20 751 20 724L20 188ZM218 591L292 591 383 320 322 320 257 539 256 539 195 320 132 320ZM904 710L904 202 493 202 493 710ZM675 591L675 485 790 485 790 435 675 435 675 370 800 370 800 320 616 320 616 591Z",
|
|
531
536
|
"u-circle": "M500 1000Q344 1000 232 943.5 120 887 60 774.5 0 662 0 498 0 346 60.5 233.5 121 121 233.5 60.5 346 0 500 0 654 0 766.5 60.5 879 121 939.5 233.5 1000 346 1000 498 1000 662 940 774.5 880 887 768 943.5 656 1000 500 1000ZM498 782Q439 782 401 767.5 363 753 339.5 724 316 695 307 653.5 298 612 298 546L298 252 376 252 376 564Q376 644 401 678 426 712 498 712 574 712 599 678 624 644 624 564L624 252 702 252 702 546Q702 612 691.5 653.5 681 695 657.5 724 634 753 595.5 767.5 557 782 498 782ZM504 926Q633 926 726.5 879 820 832 869 748.5 918 665 918 558L918 438Q918 338 863.5 254.5 809 171 713.5 122.5 618 74 500 74 382 74 286.5 122.5 191 171 136.5 254.5 82 338 82 438L82 558Q82 665 133 748.5 184 832 279.5 879 375 926 504 926Z",
|
|
532
537
|
"u-square": "M106 980Q64 980 42 957.5 20 935 20 894L20 106Q20 65 43 42.5 66 20 106 20L894 20Q935 20 957.5 42.5 980 65 980 106L980 894Q980 935 957.5 957.5 935 980 894 980L106 980ZM498 774Q439 774 401 759.5 363 745 339.5 716 316 687 307 645.5 298 604 298 538L298 244 376 244 376 556Q376 636 401 670 426 704 498 704 574 704 599 670 624 636 624 556L624 244 702 244 702 538Q702 604 691.5 645.5 681 687 657.5 716 634 745 595.5 759.5 557 774 498 774ZM902 908L902 92 98 92 98 908Z",
|
|
@@ -628,6 +633,7 @@ const FILLED_ICONS = {
|
|
|
628
633
|
"caret-down-filled": "M500 756Q477 756 458 736L160 414Q140 391 140 368 140 350 153 339 166 328 188 328L812 328Q835 328 847.5 339 860 350 860 367 860 391 836 418L542 736Q523 756 500 756Z",
|
|
629
634
|
"caret-up-down-filled": "M500 0Q523 0 542 20L836 338Q860 365 860 389 860 406 847.5 417 835 428 812 428L188 428Q166 428 153 417 140 406 140 388 140 365 160 342L458 20Q477 0 500 0ZM160 658Q140 635 140 612 140 594 153 583 166 572 188 572L812 572Q835 572 847.5 583 860 594 860 611 860 635 836 662L542 980Q523 1000 500 1000 477 1000 458 980L160 658Z",
|
|
630
635
|
"caret-up-filled": "M500 278Q523 278 542 298L836 616Q860 643 860 667 860 684 847.5 695 835 706 812 706L188 706Q166 706 153 695 140 684 140 666 140 643 160 620L458 298Q477 278 500 278Z",
|
|
636
|
+
"chapter-filled": "M20 214L70 214 70 108Q203 108 287.5 121 372 134 421.5 162 471 190 500 238 529 190 579 162 629 134 713 121 797 108 930 108L930 214 980 214 980 898 20 898ZM128 741Q267 741 345.5 761 424 781 464 828L536 828Q576 781 654.5 761 733 741 872 741L872 180Q765 180 698 192 631 204 593.5 230 556 256 537 300L463 300Q444 256 406.5 230 369 204 302 192 235 180 128 180L128 741ZM267 380L337 380 337 570 385 570 385 614 222 614 222 570 282 570 282 424 278 424 234 476 208 443ZM463 546L691 546 691 614 463 614ZM463 406L761 406 761 474 463 474Z",
|
|
631
637
|
"character-panel-filled": "M230 932Q130 932 75 881 20 830 20 743 20 655 85 608 150 561 286 561L410 561 410 499Q410 432 373.5 397 337 362 262 362 205 362 166 389.5 127 417 105 455L39 395Q70 345 126 312 182 279 267 279 381 279 444 334.5 507 390 507 489L507 833 578 833 578 917 524 917Q469 917 445.5 888 422 859 416 816L410 816Q389 874 342 903 295 932 230 932ZM245 850Q282 850 312 841.5 342 833 364 817 386 801 398 780.5 410 760 410 736L410 633 282 633Q198 633 160 657.5 122 682 122 728L122 753Q122 799 155 824.5 188 850 245 850ZM763 868Q784 868 803.5 863 823 858 837.5 848.5 852 839 861 830 870 821 870 805L870 766 790 766Q752 766 728 776 704 786 704 811L704 822Q704 868 763 868ZM748 931Q690 931 659 901.5 628 872 628 823 628 764 670.5 736.5 713 709 792 709L870 709 870 678Q870 599 788 599 750 599 725 615 700 631 687 656L641 612Q658 583 694 559 730 535 791 535 867 535 906.5 571.5 946 608 946 675L946 863 987 863 987 924 943 924Q911 924 892.5 910 874 896 874 866L870 866Q858 891 828.5 911 799 931 748 931ZM711 398Q732 398 751.5 393 771 388 785.5 381 800 374 809 361.5 818 349 818 333L818 292 738 292Q698 292 674 303 650 314 650 339L650 350Q650 398 711 398ZM696 459Q638 459 607 429.5 576 400 576 351 576 292 618.5 264.5 661 237 740 237L818 237 818 206Q818 125 735 125 698 125 672.5 141 647 157 635 182L589 140Q606 111 642 87 678 63 739 63 813 63 852.5 99.5 892 136 892 203L892 391 933 391 933 452 891 452Q859 452 840.5 438 822 424 822 394L818 394Q806 419 776 439 746 459 696 459Z",
|
|
632
638
|
"check-task-filled": "M78 759Q51 759 35.5 743.5 20 728 20 701L20 78Q20 51 35.5 35.5 51 20 78 20L739 20Q766 20 781.5 35.5 797 51 797 78L797 286 721 286 721 92 96 92 96 687 433 687 433 759 78 759ZM164 551Q164 534 177 522 190 510 208 510 225 510 238 522 251 534 251 551 251 569 238.5 581.5 226 594 208 594 190 594 177 581.5 164 569 164 551ZM164 386Q164 369 177 357 190 345 208 345 225 345 238 357 251 369 251 386 251 404 238.5 416.5 226 429 208 429 190 429 177 416.5 164 404 164 386ZM164 225Q164 208 177 196 190 184 208 184 225 184 238 196 251 208 251 225 251 243 238.5 255.5 226 268 208 268 190 268 177 255.5 164 243 164 225ZM314 518L533 518 533 587 314 587ZM314 353L573 353 573 422 314 422ZM314 192L633 192 633 261 314 261ZM497 803L802 501Q825 480 848 480 873 480 894 501L977 586Q1000 609 1000 634 1000 656 979 677L673 980 497 980ZM889 679L938 632 847 544 799 593Z",
|
|
633
639
|
"checkbox-checked-filled": "M106 980Q64 980 42 957.5 20 935 20 894L20 106Q20 65 43 42.5 66 20 106 20L894 20Q935 20 957.5 42.5 980 65 980 106L980 894Q980 935 957.5 957.5 935 980 894 980L106 980ZM902 908L902 92 98 92 98 908ZM218 249Q218 225 231.5 211.5 245 198 269 198L731 198Q755 198 768.5 211.5 782 225 782 249L782 751Q782 775 768.5 788.5 755 802 731 802L269 802Q244 802 231 788.5 218 775 218 751Z",
|
|
@@ -687,6 +693,7 @@ const FILLED_ICONS = {
|
|
|
687
693
|
"exercises-interactive-filled": "M86 1000Q46 1000 23 977.5 0 955 0 914L0 86Q0 45 22 22.5 44 0 86 0L914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000ZM346 609L744 211 694 162 345 515 175 340 126 389ZM489 693Q478 707 478 726 478 758 505 781 574 839 606 864 638 889 662 901 686 913 708 913L800 913Q846 913 871 896.5 896 880 905.5 845 915 810 915 748L915 703Q915 670 906 655 897 640 877 640 863 640 853.5 649.5 844 659 839 686 837 647 829 631 821 615 801 615 787 615 778 623.5 769 632 765 658 763 631 754.5 617.5 746 604 725 604 705 604 695.5 620 686 636 686 660L686 527Q686 467 642 467 621 467 609 483 597 499 597 527L597 713 572 697Q544 679 520 679 500 679 489 693Z",
|
|
688
694
|
"exercises-online-filled": "M86 1000Q46 1000 23 977.5 0 955 0 914L0 86Q0 45 22 22.5 44 0 86 0L914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000ZM316 579L714 181 664 132 315 485 145 310 96 359ZM490 695Q490 729 500 758L578 758Q573 734 573 695 573 665 580 632L500 632Q490 661 490 695ZM513 790Q533 830 568 857.5 603 885 646 896 602 843 586 790L513 790ZM588 600Q605 546 650 494 606 503 570 531 534 559 513 600ZM612 694Q612 728 618 758L764 758Q770 728 770 694 770 660 764 632L619 632Q612 665 612 694ZM626 790Q644 844 691 901 739 845 756 790L626 790ZM754 600Q738 547 691 492 645 548 628 600ZM732 493Q778 547 795 600L871 600Q850 559 813.5 531 777 503 732 493ZM736 896Q780 885 815.5 857.5 851 830 871 790L797 790Q780 843 736 896ZM884 758Q894 729 894 695 894 661 884 632L804 632Q810 670 810 695 810 729 804 758Z",
|
|
689
695
|
"exercises-plus-filled": "M86 1000Q46 1000 23 977.5 0 955 0 914L0 86Q0 45 22 22.5 44 0 86 0L914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000ZM316 579L714 181 664 132 315 485 145 310 96 359ZM503 701Q503 762 529.5 807.5 556 853 602 877.5 648 902 704 902 760 902 806 877.5 852 853 878.5 807.5 905 762 905 701 905 640 878.5 594.5 852 549 806 524.5 760 500 704 500 648 500 602 524.5 556 549 529.5 594.5 503 640 503 701ZM563 676L676 676 676 559 733 559 733 676 846 676 846 727 733 726 733 842 676 842 676 726 563 727Z",
|
|
696
|
+
"extra-filled": "M616 661L685 561 612 561 538 661ZM20 83Q20 57 38.5 38.5 57 20 82 20L689 20Q714 20 732.5 38.5 751 57 751 83L751 353 679 353 679 88 96 88 96 912 433 912 433 980 82 980Q57 980 38.5 962 20 944 20 918ZM433 816L433 753 166 753 166 816ZM334 673L334 610 166 610 166 673ZM433 530L433 467 166 467 166 530ZM534 387L534 324 166 324 166 387ZM433 244L433 181 166 181 166 244ZM586 512L870 512 1000 687 728 1003 456 687ZM728 926L914 710 842 710 728 853 614 710 542 710ZM791 661L728 570 665 661ZM728 787L790 710 666 710ZM840 661L918 661 844 561 771 561Z",
|
|
690
697
|
"facebook-filled": "M833 115Q850 115 862.5 127.5 875 140 875 157L875 823Q875 840 862.5 852.5 850 865 833 865L643 865 643 575 741 575 755 461 643 461 643 389Q643 361 654.5 347.5 666 334 699 334L759 334 759 233Q730 228 672 228 605 228 565.5 267.5 526 307 526 378L526 462 428 462 428 575 526 575 526 865 167 865Q150 865 137.5 852.5 125 840 125 823L125 157Q125 140 137.5 127.5 150 115 167 115L833 115Z",
|
|
691
698
|
"favorites-filled": "M500 1000Q378 922 269.5 814.5 161 707 90.5 573.5 20 440 20 297 20 202 50.5 135 81 68 134 34 187 0 253 0 339 0 402.5 67.5 466 135 500 296 533 135 596.5 67.5 660 0 747 0 813 0 866 34 919 68 949.5 135 980 202 980 297 980 440 909.5 573.5 839 707 730.5 814.5 622 922 500 1000Z",
|
|
692
699
|
"feed-filled": "M460 982Q420 982 398 959 376 936 376 899L376 800 211 800 40 943 20 943 20 107Q20 67 42 43.5 64 20 107 20L718 20Q759 20 781.5 42.5 804 65 804 106L804 260 893 260Q936 260 958 283.5 980 307 980 347L980 896Q980 937 957.5 959.5 935 982 894 982L460 982ZM185 728L728 728 728 92 96 92 96 803ZM196 536L628 536 628 608 196 608ZM196 364L538 364 538 436 196 436ZM196 192L628 192 628 264 196 264Z",
|
|
@@ -835,6 +842,7 @@ const FILLED_ICONS = {
|
|
|
835
842
|
"stroke-solid-filled": "M103 559Q50 559 50 506L50 481Q50 429 103 429L897 429Q950 429 950 482L950 506Q950 559 897 559L103 559Z",
|
|
836
843
|
"stroke-solid-dash-filled": "M103 559Q50 559 50 506L50 481Q50 429 103 429L247 429Q300 429 300 482L300 506Q300 559 247 559L103 559ZM375 481Q375 429 428 429L572 429Q625 429 625 482L625 506Q625 559 572 559L428 559Q375 559 375 506ZM700 481Q700 429 753 429L897 429Q950 429 950 482L950 506Q950 559 897 559L753 559Q700 559 700 506Z",
|
|
837
844
|
"stroke-solid-dot-filled": "M103 559Q50 559 50 506L50 481Q50 429 103 429L147 429Q200 429 200 482L200 506Q200 559 147 559L103 559ZM300 481Q300 429 353 429L397 429Q450 429 450 482L450 506Q450 559 397 559L353 559Q300 559 300 506ZM550 481Q550 429 603 429L647 429Q700 429 700 482L700 506Q700 559 647 559L603 559Q550 559 550 506ZM800 481Q800 429 853 429L897 429Q950 429 950 482L950 506Q950 559 897 559L853 559Q800 559 800 506Z",
|
|
845
|
+
"student-filled": "M90 519L140 519 140 413Q207 413 247 418 270 297 399 297L599 297Q728 297 752 418 805 413 860 413L860 519 910 519 910 980 90 980ZM198 823Q389 823 464 910L536 910Q611 823 802 823L802 485Q692 485 628 513.5 564 542 537 605L463 605Q436 542 372 513.5 308 485 198 485L198 823ZM361 130Q361 69 398.5 34.5 436 0 498 0 560 0 598 35 636 70 636 130 636 191 599.5 224 563 257 498 257 435 257 398 223.5 361 190 361 130Z",
|
|
838
846
|
"subscript-filled": "M297 20L401 20 678 850 595 850 519 614 179 614 103 850 20 850ZM494 538L356 112 342 112 204 538ZM741 699Q758 659 786 640.5 814 622 860 622 916 622 944.5 648.5 973 675 973 724 973 756 957.5 782 942 808 898 852L837 913 837 921 980 921 980 980 753 980 753 922 842 831Q873 799 890 775.5 907 752 907 725 907 673 858 673 838 673 823 686 808 699 795 728L741 699Z",
|
|
839
847
|
"suit-club-filled": "M194 938Q292 914 339 897 386 880 424 854 477 817 477 668L476 618 444 618Q423 692 376.5 733 330 774 244 774 177 774 130.5 744 84 714 61 664.5 38 615 38 556 38 465 83.5 404.5 129 344 210 344 252 344 283.5 356.5 315 369 354 393 374 405 384 410L396 398Q286 325 286 196 286 106 338 53 390 0 502 0 613 0 665.5 51.5 718 103 718 191 718 327 608 398L620 410Q629 405 637 400.5 645 396 652 392 689 369 719.5 356.5 750 344 789 344 872 344 919 404 966 464 966 556 966 615 943.5 664.5 921 714 874.5 744 828 774 760 774 675 774 628 733 581 692 560 618L528 618 528 652Q528 721 538 775.5 548 830 580 854 617 881 661 896 705 911 810 938L810 980 194 980 194 938Z",
|
|
840
848
|
"suit-diamond-filled": "M84 500L500 0 916 504 500 1000Z",
|
|
@@ -865,6 +873,8 @@ const FILLED_ICONS = {
|
|
|
865
873
|
"timeline-filled": "M382 884Q202 884 101 783.5 0 683 0 496 0 380 46 293.5 92 207 177.5 159.5 263 112 379 112 495 112 580.5 159 666 206 711.5 292.5 757 379 757 494L411 494 411 303 333 303 333 566 753 566Q734 731 623 814L975 814 975 884 382 884ZM753 566Q757 537 757 494L980 494 980 566 753 566Z",
|
|
866
874
|
"timer-clock-filled": "M505 1000Q351 1000 237.5 943 124 886 62 773.5 0 661 0 498 0 346 62 233.5 124 121 237.5 60.5 351 0 500 0 649 0 762.5 60.5 876 121 938 233.5 1000 346 1000 497L918 497 918 438Q918 338 861.5 253.5 805 169 709 119.5 613 70 500 70 387 70 291 119.5 195 169 138.5 253.5 82 338 82 438L82 558Q82 664 135 749 188 834 284 882 380 930 505 930L505 1000ZM161 466L542 466 542 538 161 538ZM533 819L630 734Q646 720 663.5 700 681 680 681 654L681 650Q681 637 673 627 665 617 641 617 610 617 597 631 584 645 577 664L531 635Q537 621 545 608 553 595 566.5 585 580 575 598.5 568.5 617 562 641 562 691 562 718 587 745 612 745 650 745 686 722.5 711 700 736 669 765L603 825 746 825 746 877 533 877ZM904 811L769 811 769 735 870 573 963 573 963 759 1000 759 1000 811 963 811 963 877 904 877ZM904 764L904 620 901 620 814 764ZM464 202L542 202 542 466 464 466Z",
|
|
867
875
|
"ticket-filled": "M523 102L911 492Q932 513 932 537 932 561 911 582L626 871Q604 893 582 893 559 893 537 871L140 483 140 191Q140 102 230 102ZM318 354Q318 388 340.5 410.5 363 433 397 433 430 433 452.5 410.5 475 388 475 354 475 322 452.5 299.5 430 277 397 277 363 277 340.5 299.5 318 322 318 354Z",
|
|
876
|
+
"topic-filled": "M83 333Q57 333 38.5 314.5 20 296 20 270L20 83Q20 57 38.5 38.5 57 20 83 20L917 20Q943 20 961.5 38.5 980 57 980 83L980 270Q980 296 961.5 314.5 943 333 917 333L533 333 533 507 855 507 855 710Q905 721 938 761 971 801 971 853 971 893 951 926.5 931 960 897.5 980 864 1000 825 1000 785 1000 751.5 980 718 960 698 926.5 678 893 678 853 678 802 710 762 742 722 791 711L791 571 533 571 533 711Q582 722 614.5 762 647 802 647 853 647 893 627 926.5 607 960 573.5 980 540 1000 501 1000 461 1000 427.5 980 394 960 374 926.5 354 893 354 853 354 802 386.5 762 419 722 469 711L469 571 211 571 211 711Q260 723 291.5 762.5 323 802 323 853 323 893 303 926.5 283 960 249.5 980 216 1000 177 1000 137 1000 103.5 980 70 960 50 926.5 30 893 30 853 30 801 63 761 96 721 147 710L147 507 469 507 469 333 83 333Z",
|
|
877
|
+
"topography-filled": "M151 358L330 358 330 279 151 209ZM75 149Q75 130 80.5 122.5 86 115 99 115 108 115 120.5 120 133 125 138 127L358 212 642 122 893 238Q915 248 920 256.5 925 265 925 288L925 848Q925 864 920 872 915 880 902 880 893 880 879.5 874.5 866 869 862 868L642 783 358 873 107 757Q85 747 80 738.5 75 730 75 707ZM330 781L330 638 151 638 151 698ZM330 574L330 422 151 422 151 574ZM597 720L597 638 403 638 403 783ZM597 574L597 422 403 422 403 574ZM597 358L597 212 403 274 403 358ZM849 786L849 638 670 638 670 717ZM849 574L849 422 670 422 670 574ZM849 358L849 297 670 213 670 358Z",
|
|
868
878
|
"true-false-filled": "M20 188Q20 161 35.5 145.5 51 130 78 130L922 130Q949 130 964.5 145.5 980 161 980 188L980 724Q980 751 964.5 766.5 949 782 922 782L78 782Q51 782 35.5 766.5 20 751 20 724L20 188ZM218 591L292 591 383 320 322 320 257 539 256 539 195 320 132 320ZM904 710L904 202 493 202 493 710ZM675 591L675 485 790 485 790 435 675 435 675 370 800 370 800 320 616 320 616 591Z",
|
|
869
879
|
"u-circle-filled": "M500 1000Q261 1000 130.5 875.5 0 751 0 498 0 339 60 227.5 120 116 232.5 58 345 0 500 0 655 0 767.5 58 880 116 940 227.5 1000 339 1000 498 1000 751 869.5 875.5 739 1000 500 1000ZM498 782Q557 782 595.5 767.5 634 753 657.5 724 681 695 691.5 653.5 702 612 702 546L702 252 624 252 624 564Q624 644 599 678 574 712 498 712 426 712 401 678 376 644 376 564L376 252 298 252 298 546Q298 612 307 653.5 316 695 339.5 724 363 753 401 767.5 439 782 498 782Z",
|
|
870
880
|
"u-square-filled": "M106 980Q64 980 42 957.5 20 935 20 894L20 106Q20 65 43 42.5 66 20 106 20L894 20Q935 20 957.5 42.5 980 65 980 106L980 894Q980 935 957.5 957.5 935 980 894 980L106 980ZM498 774Q439 774 401 759.5 363 745 339.5 716 316 687 307 645.5 298 604 298 538L298 244 376 244 376 556Q376 636 401 670 426 704 498 704 574 704 599 670 624 636 624 556L624 244 702 244 702 538Q702 604 691.5 645.5 681 687 657.5 716 634 745 595.5 759.5 557 774 498 774ZM902 908L902 92 98 92 98 908Z",
|
|
@@ -1101,7 +1111,6 @@ const ZInput = class {
|
|
|
1101
1111
|
this.startTyping = index.createEvent(this, "startTyping", 7);
|
|
1102
1112
|
this.stopTyping = index.createEvent(this, "stopTyping", 7);
|
|
1103
1113
|
this.inputCheck = index.createEvent(this, "inputCheck", 7);
|
|
1104
|
-
this.ariaDescendantFocus = index.createEvent(this, "ariaDescendantFocus", 7);
|
|
1105
1114
|
this.typingtimeout = 300;
|
|
1106
1115
|
this.htmlid = `id-${utils.randomId()}`;
|
|
1107
1116
|
this.type = undefined;
|
|
@@ -1133,7 +1142,6 @@ const ZInput = class {
|
|
|
1133
1142
|
this.step = undefined;
|
|
1134
1143
|
this.pattern = undefined;
|
|
1135
1144
|
this.size = index$1.ControlSize.BIG;
|
|
1136
|
-
this.innerTabIndex = undefined;
|
|
1137
1145
|
this.isTyping = false;
|
|
1138
1146
|
this.passwordHidden = true;
|
|
1139
1147
|
}
|
|
@@ -1245,9 +1253,6 @@ const ZInput = class {
|
|
|
1245
1253
|
pattern: this.pattern,
|
|
1246
1254
|
};
|
|
1247
1255
|
}
|
|
1248
|
-
getTabIndexAttribute() {
|
|
1249
|
-
return this.innerTabIndex ? { tabindex: this.innerTabIndex } : {};
|
|
1250
|
-
}
|
|
1251
1256
|
getRoleAttribute() {
|
|
1252
1257
|
return this.role ? { role: this.role } : {};
|
|
1253
1258
|
}
|
|
@@ -1260,7 +1265,7 @@ const ZInput = class {
|
|
|
1260
1265
|
}
|
|
1261
1266
|
renderInputText(type = index$1.InputType.TEXT) {
|
|
1262
1267
|
const ariaLabel = this.ariaLabel ? { "aria-label": this.ariaLabel } : {};
|
|
1263
|
-
const attr = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(
|
|
1268
|
+
const attr = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, this.getTextAttributes()), this.getNumberAttributes(type)), this.getPatternAttribute(type)), ariaLabel), this.getRoleAttribute()), this.getAriaAttrubutes());
|
|
1264
1269
|
if (this.icon || type === index$1.InputType.PASSWORD) {
|
|
1265
1270
|
Object.assign(attr.class, { "has-icon": true });
|
|
1266
1271
|
}
|
|
@@ -1311,7 +1316,7 @@ const ZInput = class {
|
|
|
1311
1316
|
renderTextarea() {
|
|
1312
1317
|
const attributes = this.getTextAttributes();
|
|
1313
1318
|
const ariaLabel = this.ariaLabel ? { "aria-label": this.ariaLabel } : {};
|
|
1314
|
-
return (index.h("div", { class: "text-wrapper" }, this.renderLabel(), index.h("div", { class: Object.assign(Object.assign({}, attributes.class), { "textarea-wrapper": true, "readonly": attributes.readonly }) }, index.h("textarea", Object.assign({}, attributes, ariaLabel, this.getRoleAttribute()
|
|
1319
|
+
return (index.h("div", { class: "text-wrapper" }, this.renderLabel(), index.h("div", { class: Object.assign(Object.assign({}, attributes.class), { "textarea-wrapper": true, "readonly": attributes.readonly }) }, index.h("textarea", Object.assign({}, attributes, ariaLabel, this.getRoleAttribute()))), this.renderMessage()));
|
|
1315
1320
|
}
|
|
1316
1321
|
/* END textarea */
|
|
1317
1322
|
handleCheck(ev) {
|
|
@@ -1320,7 +1325,7 @@ const ZInput = class {
|
|
|
1320
1325
|
}
|
|
1321
1326
|
/* START checkbox */
|
|
1322
1327
|
renderCheckbox() {
|
|
1323
|
-
return (index.h("div", { class: "checkbox-wrapper" }, index.h("input", Object.assign({ id: this.htmlid, type: "checkbox", name: this.name, checked: this.checked, disabled: this.disabled, readonly: this.readonly, required: this.required, onChange: this.handleCheck.bind(this), value: this.value
|
|
1328
|
+
return (index.h("div", { class: "checkbox-wrapper" }, index.h("input", Object.assign({ id: this.htmlid, type: "checkbox", name: this.name, checked: this.checked, disabled: this.disabled, readonly: this.readonly, required: this.required, onChange: this.handleCheck.bind(this), value: this.value }, this.getRoleAttribute())), index.h("label", { htmlFor: this.htmlid, class: {
|
|
1324
1329
|
"checkbox-label": true,
|
|
1325
1330
|
"after": this.labelPosition === index$1.LabelPosition.RIGHT,
|
|
1326
1331
|
"before": this.labelPosition === index$1.LabelPosition.LEFT,
|
|
@@ -1329,7 +1334,7 @@ const ZInput = class {
|
|
|
1329
1334
|
/* END checkbox */
|
|
1330
1335
|
/* START radio */
|
|
1331
1336
|
renderRadio() {
|
|
1332
|
-
return (index.h("div", { class: "radio-wrapper" }, index.h("input", Object.assign({ id: this.htmlid, type: "radio", name: this.name, checked: this.checked, disabled: this.disabled, readonly: this.readonly, onChange: this.handleCheck.bind(this), value: this.value
|
|
1337
|
+
return (index.h("div", { class: "radio-wrapper" }, index.h("input", Object.assign({ id: this.htmlid, type: "radio", name: this.name, checked: this.checked, disabled: this.disabled, readonly: this.readonly, onChange: this.handleCheck.bind(this), value: this.value }, this.getRoleAttribute())), index.h("label", { htmlFor: this.htmlid, class: {
|
|
1333
1338
|
"radio-label": true,
|
|
1334
1339
|
"after": this.labelPosition === index$1.LabelPosition.RIGHT,
|
|
1335
1340
|
"before": this.labelPosition === index$1.LabelPosition.LEFT,
|
|
@@ -1351,7 +1356,7 @@ const ZInput = class {
|
|
|
1351
1356
|
default:
|
|
1352
1357
|
input = this.renderInputText(this.type);
|
|
1353
1358
|
}
|
|
1354
|
-
return index.h(index.Host, { key: '
|
|
1359
|
+
return index.h(index.Host, { key: '67a39cc20219fa02de2cca264a5d51428f4359f3' }, input);
|
|
1355
1360
|
}
|
|
1356
1361
|
get hostElement() { return index.getElement(this); }
|
|
1357
1362
|
};
|
|
@@ -1458,7 +1463,6 @@ const ZListElement = class {
|
|
|
1458
1463
|
this.listElementPosition = "0";
|
|
1459
1464
|
this.listType = index$1.ListType.NONE;
|
|
1460
1465
|
this.role = "listitem";
|
|
1461
|
-
this.htmlTabindex = 0;
|
|
1462
1466
|
this.showInnerContent = false;
|
|
1463
1467
|
this.handleClick = this.handleClick.bind(this);
|
|
1464
1468
|
this.handleKeyDown = this.handleKeyDown.bind(this);
|
|
@@ -1536,7 +1540,7 @@ const ZListElement = class {
|
|
|
1536
1540
|
}
|
|
1537
1541
|
}
|
|
1538
1542
|
render() {
|
|
1539
|
-
return (index.h(index.Host, { key: '
|
|
1543
|
+
return (index.h(index.Host, { key: 'b0dc00b8abad630739f30361dcb1abad5fa379e0', "aria-expanded": this.expandable ? this.showInnerContent : null, onClick: this.handleClick, onFocus: () => this.ariaDescendantFocus.emit(this.listElementId), onKeyDown: this.handleKeyDown, clickable: this.clickable && !this.disabled, tabIndex: "0" }, index.h("div", { key: '81f742ce528b757fb67feefc231ce78e7e76ba87', class: "container", style: { color: `var(--${this.color})` }, tabindex: "-1", id: `z-list-element-id-${this.listElementId}`, part: "list-item-container" }, index.h("div", { key: 'c2230431473ea5e8292b26c280c71a86d795a1de', class: "z-list-element-container" }, this.renderExpandableButton(), this.renderContent()), this.renderExpandedContent()), this.dividerType === index$1.ListDividerType.ELEMENT && (index.h("z-divider", { color: this.dividerColor, size: this.dividerSize }))));
|
|
1540
1544
|
}
|
|
1541
1545
|
get host() { return index.getElement(this); }
|
|
1542
1546
|
};
|