@milaboratories/uikit 2.7.2 → 2.8.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/.turbo/turbo-build.log +52 -40
- package/.turbo/turbo-type-check.log +2 -2
- package/CHANGELOG.md +13 -0
- package/dist/__tests__/compositions/usePollingQuery.spec.d.ts +1 -0
- package/dist/__tests__/compositions/usePollingQuery.spec.d.ts.map +1 -0
- package/dist/__tests__/compositions/useValidation.spec.d.ts +1 -0
- package/dist/__tests__/compositions/useValidation.spec.d.ts.map +1 -0
- package/dist/__tests__/setup.d.ts +1 -0
- package/dist/__tests__/setup.d.ts.map +1 -0
- package/dist/__tests__/use-debounce-fn.test.d.ts +1 -0
- package/dist/__tests__/use-debounce-fn.test.d.ts.map +1 -0
- package/dist/base/BtnBase.vue.d.ts +1 -0
- package/dist/base/BtnBase.vue.d.ts.map +1 -0
- package/dist/colors/__tests__/colors.spec.d.ts +1 -0
- package/dist/colors/__tests__/colors.spec.d.ts.map +1 -0
- package/dist/colors/color.d.ts +1 -0
- package/dist/colors/color.d.ts.map +1 -0
- package/dist/colors/gradient.d.ts +1 -0
- package/dist/colors/gradient.d.ts.map +1 -0
- package/dist/colors/index.d.ts +1 -0
- package/dist/colors/index.d.ts.map +1 -0
- package/dist/colors/palette.d.ts +1 -0
- package/dist/colors/palette.d.ts.map +1 -0
- package/dist/components/ContextProvider.vue.d.ts +1 -0
- package/dist/components/ContextProvider.vue.d.ts.map +1 -0
- package/dist/components/DataTable/BaseCellComponent.vue.d.ts +1 -0
- package/dist/components/DataTable/BaseCellComponent.vue.d.ts.map +1 -0
- package/dist/components/DataTable/ColumnCaret.vue.d.ts +1 -0
- package/dist/components/DataTable/ColumnCaret.vue.d.ts.map +1 -0
- package/dist/components/DataTable/ColumnsCommandMenu.vue.d.ts +1 -0
- package/dist/components/DataTable/ColumnsCommandMenu.vue.d.ts.map +1 -0
- package/dist/components/DataTable/RowsCommandMenu.vue.d.ts +1 -0
- package/dist/components/DataTable/RowsCommandMenu.vue.d.ts.map +1 -0
- package/dist/components/DataTable/TScroll.vue.d.ts +1 -0
- package/dist/components/DataTable/TScroll.vue.d.ts.map +1 -0
- package/dist/components/DataTable/TableComponent.vue.d.ts +1 -0
- package/dist/components/DataTable/TableComponent.vue.d.ts.map +1 -0
- package/dist/components/DataTable/TableComponent.vue.js +1 -1
- package/dist/components/DataTable/TdCell.vue.d.ts +1 -0
- package/dist/components/DataTable/TdCell.vue.d.ts.map +1 -0
- package/dist/components/DataTable/ThCell.vue.d.ts +1 -0
- package/dist/components/DataTable/ThCell.vue.d.ts.map +1 -0
- package/dist/components/DataTable/TrBody.vue.d.ts +1 -0
- package/dist/components/DataTable/TrBody.vue.d.ts.map +1 -0
- package/dist/components/DataTable/TrHead.vue.d.ts +1 -0
- package/dist/components/DataTable/TrHead.vue.d.ts.map +1 -0
- package/dist/components/DataTable/adapters/AsyncData.d.ts +1 -0
- package/dist/components/DataTable/adapters/AsyncData.d.ts.map +1 -0
- package/dist/components/DataTable/adapters/RawData.d.ts +1 -0
- package/dist/components/DataTable/adapters/RawData.d.ts.map +1 -0
- package/dist/components/DataTable/assets/TableIcon.vue.d.ts +1 -0
- package/dist/components/DataTable/assets/TableIcon.vue.d.ts.map +1 -0
- package/dist/components/DataTable/composition/useColumn.d.ts +1 -0
- package/dist/components/DataTable/composition/useColumn.d.ts.map +1 -0
- package/dist/components/DataTable/composition/useMouseUp.d.ts +1 -0
- package/dist/components/DataTable/composition/useMouseUp.d.ts.map +1 -0
- package/dist/components/DataTable/composition/useResize.d.ts +1 -0
- package/dist/components/DataTable/composition/useResize.d.ts.map +1 -0
- package/dist/components/DataTable/composition/useTableColumns.d.ts +1 -0
- package/dist/components/DataTable/composition/useTableColumns.d.ts.map +1 -0
- package/dist/components/DataTable/composition/useTableRows.d.ts +1 -0
- package/dist/components/DataTable/composition/useTableRows.d.ts.map +1 -0
- package/dist/components/DataTable/constants.d.ts +1 -0
- package/dist/components/DataTable/constants.d.ts.map +1 -0
- package/dist/components/DataTable/domain.d.ts +1 -0
- package/dist/components/DataTable/domain.d.ts.map +1 -0
- package/dist/components/DataTable/index.d.ts +1 -0
- package/dist/components/DataTable/index.d.ts.map +1 -0
- package/dist/components/DataTable/keys.d.ts +1 -0
- package/dist/components/DataTable/keys.d.ts.map +1 -0
- package/dist/components/DataTable/state.d.ts +1 -0
- package/dist/components/DataTable/state.d.ts.map +1 -0
- package/dist/components/DataTable/types.d.ts +1 -0
- package/dist/components/DataTable/types.d.ts.map +1 -0
- package/dist/components/DropdownListItem.vue.d.ts +1 -0
- package/dist/components/DropdownListItem.vue.d.ts.map +1 -0
- package/dist/components/GridTable/constants.d.ts +1 -0
- package/dist/components/GridTable/constants.d.ts.map +1 -0
- package/dist/components/GridTable/domain.d.ts +1 -0
- package/dist/components/GridTable/domain.d.ts.map +1 -0
- package/dist/components/GridTable/getColumnPositions.d.ts +1 -0
- package/dist/components/GridTable/getColumnPositions.d.ts.map +1 -0
- package/dist/components/GridTable/types.d.ts +1 -0
- package/dist/components/GridTable/types.d.ts.map +1 -0
- package/dist/components/GridTable/useColumn.d.ts +1 -0
- package/dist/components/GridTable/useColumn.d.ts.map +1 -0
- package/dist/components/GridTable/useMouseUp.d.ts +1 -0
- package/dist/components/GridTable/useMouseUp.d.ts.map +1 -0
- package/dist/components/GridTable/useResize.d.ts +1 -0
- package/dist/components/GridTable/useResize.d.ts.map +1 -0
- package/dist/components/HScroll.vue.d.ts +1 -0
- package/dist/components/HScroll.vue.d.ts.map +1 -0
- package/dist/components/InputRange.vue.d.ts +1 -0
- package/dist/components/InputRange.vue.d.ts.map +1 -0
- package/dist/components/LongText.vue.d.ts +1 -0
- package/dist/components/LongText.vue.d.ts.map +1 -0
- package/dist/components/PlAccordion/ExpandTransition.vue.d.ts +1 -0
- package/dist/components/PlAccordion/ExpandTransition.vue.d.ts.map +1 -0
- package/dist/components/PlAccordion/PlAccordion.vue.d.ts +1 -0
- package/dist/components/PlAccordion/PlAccordion.vue.d.ts.map +1 -0
- package/dist/components/PlAccordion/PlAccordionSection.vue.d.ts +1 -0
- package/dist/components/PlAccordion/PlAccordionSection.vue.d.ts.map +1 -0
- package/dist/components/PlAccordion/index.d.ts +1 -0
- package/dist/components/PlAccordion/index.d.ts.map +1 -0
- package/dist/components/PlAlert/PlAlert.vue.d.ts +1 -0
- package/dist/components/PlAlert/PlAlert.vue.d.ts.map +1 -0
- package/dist/components/PlAlert/index.d.ts +1 -0
- package/dist/components/PlAlert/index.d.ts.map +1 -0
- package/dist/components/PlAutocomplete/PlAutocomplete.vue.d.ts +1 -0
- package/dist/components/PlAutocomplete/PlAutocomplete.vue.d.ts.map +1 -0
- package/dist/components/PlAutocomplete/PlAutocomplete.vue.js +1 -1
- package/dist/components/PlAutocomplete/__tests__/PlAutocomplete.spec.d.ts +1 -0
- package/dist/components/PlAutocomplete/__tests__/PlAutocomplete.spec.d.ts.map +1 -0
- package/dist/components/PlAutocomplete/index.d.ts +1 -0
- package/dist/components/PlAutocomplete/index.d.ts.map +1 -0
- package/dist/components/PlAutocompleteMulti/PlAutocompleteMulti.vue.d.ts +1 -0
- package/dist/components/PlAutocompleteMulti/PlAutocompleteMulti.vue.d.ts.map +1 -0
- package/dist/components/PlAutocompleteMulti/PlAutocompleteMulti.vue.js +1 -1
- package/dist/components/PlAutocompleteMulti/__tests__/PlAutocompleteMulti.spec.d.ts +1 -0
- package/dist/components/PlAutocompleteMulti/__tests__/PlAutocompleteMulti.spec.d.ts.map +1 -0
- package/dist/components/PlAutocompleteMulti/index.d.ts +1 -0
- package/dist/components/PlAutocompleteMulti/index.d.ts.map +1 -0
- package/dist/components/PlBtnAccent/PlBtnAccent.vue.d.ts +1 -0
- package/dist/components/PlBtnAccent/PlBtnAccent.vue.d.ts.map +1 -0
- package/dist/components/PlBtnAccent/index.d.ts +1 -0
- package/dist/components/PlBtnAccent/index.d.ts.map +1 -0
- package/dist/components/PlBtnDanger/PlBtnDanger.vue.d.ts +1 -0
- package/dist/components/PlBtnDanger/PlBtnDanger.vue.d.ts.map +1 -0
- package/dist/components/PlBtnDanger/index.d.ts +1 -0
- package/dist/components/PlBtnDanger/index.d.ts.map +1 -0
- package/dist/components/PlBtnGhost/PlBtnGhost.vue.d.ts +1 -0
- package/dist/components/PlBtnGhost/PlBtnGhost.vue.d.ts.map +1 -0
- package/dist/components/PlBtnGhost/index.d.ts +1 -0
- package/dist/components/PlBtnGhost/index.d.ts.map +1 -0
- package/dist/components/PlBtnGroup/PlBtnGroup.vue.d.ts +1 -0
- package/dist/components/PlBtnGroup/PlBtnGroup.vue.d.ts.map +1 -0
- package/dist/components/PlBtnGroup/index.d.ts +1 -0
- package/dist/components/PlBtnGroup/index.d.ts.map +1 -0
- package/dist/components/PlBtnLink/PlBtnLink.vue.d.ts +1 -0
- package/dist/components/PlBtnLink/PlBtnLink.vue.d.ts.map +1 -0
- package/dist/components/PlBtnLink/index.d.ts +1 -0
- package/dist/components/PlBtnLink/index.d.ts.map +1 -0
- package/dist/components/PlBtnPrimary/PlBtnPrimary.vue.d.ts +1 -0
- package/dist/components/PlBtnPrimary/PlBtnPrimary.vue.d.ts.map +1 -0
- package/dist/components/PlBtnPrimary/__tests__/BtnPrimary.spec.d.ts +1 -0
- package/dist/components/PlBtnPrimary/__tests__/BtnPrimary.spec.d.ts.map +1 -0
- package/dist/components/PlBtnPrimary/index.d.ts +1 -0
- package/dist/components/PlBtnPrimary/index.d.ts.map +1 -0
- package/dist/components/PlBtnSecondary/PlBtnSecondary.vue.d.ts +1 -0
- package/dist/components/PlBtnSecondary/PlBtnSecondary.vue.d.ts.map +1 -0
- package/dist/components/PlBtnSecondary/index.d.ts +1 -0
- package/dist/components/PlBtnSecondary/index.d.ts.map +1 -0
- package/dist/components/PlBtnSplit/PlBtnSplit.vue.d.ts +1 -0
- package/dist/components/PlBtnSplit/PlBtnSplit.vue.d.ts.map +1 -0
- package/dist/components/PlBtnSplit/__tests__/PlBtnSplit.spec.d.ts +1 -0
- package/dist/components/PlBtnSplit/__tests__/PlBtnSplit.spec.d.ts.map +1 -0
- package/dist/components/PlBtnSplit/index.d.ts +1 -0
- package/dist/components/PlBtnSplit/index.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/PlChartHistogram.vue.d.ts +1 -0
- package/dist/components/PlChartHistogram/PlChartHistogram.vue.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/createGridlines.d.ts +1 -0
- package/dist/components/PlChartHistogram/createGridlines.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/createLabels.d.ts +1 -0
- package/dist/components/PlChartHistogram/createLabels.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/createSvgContainer.d.ts +1 -0
- package/dist/components/PlChartHistogram/createSvgContainer.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/drawBins.d.ts +1 -0
- package/dist/components/PlChartHistogram/drawBins.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/drawThreshold.d.ts +1 -0
- package/dist/components/PlChartHistogram/drawThreshold.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/histogram.d.ts +1 -0
- package/dist/components/PlChartHistogram/histogram.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/index.d.ts +1 -0
- package/dist/components/PlChartHistogram/index.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/logspace.d.ts +1 -0
- package/dist/components/PlChartHistogram/logspace.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/normalizeBins.d.ts +1 -0
- package/dist/components/PlChartHistogram/normalizeBins.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/scales.spec.d.ts +1 -0
- package/dist/components/PlChartHistogram/scales.spec.d.ts.map +1 -0
- package/dist/components/PlChartHistogram/types.d.ts +1 -0
- package/dist/components/PlChartHistogram/types.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/Legends.vue.d.ts +1 -0
- package/dist/components/PlChartStackedBar/Legends.vue.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/PlChartStackedBar.vue.d.ts +1 -0
- package/dist/components/PlChartStackedBar/PlChartStackedBar.vue.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/PlChartStackedBarCompact.vue.d.ts +1 -0
- package/dist/components/PlChartStackedBar/PlChartStackedBarCompact.vue.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/StackedRow.vue.d.ts +1 -0
- package/dist/components/PlChartStackedBar/StackedRow.vue.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/StackedRowCompact.vue.d.ts +1 -0
- package/dist/components/PlChartStackedBar/StackedRowCompact.vue.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/index.d.ts +1 -0
- package/dist/components/PlChartStackedBar/index.d.ts.map +1 -0
- package/dist/components/PlChartStackedBar/types.d.ts +1 -0
- package/dist/components/PlChartStackedBar/types.d.ts.map +1 -0
- package/dist/components/PlCheckbox/PlCheckbox.vue.d.ts +1 -0
- package/dist/components/PlCheckbox/PlCheckbox.vue.d.ts.map +1 -0
- package/dist/components/PlCheckbox/PlCheckboxBase.vue.d.ts +1 -0
- package/dist/components/PlCheckbox/PlCheckboxBase.vue.d.ts.map +1 -0
- package/dist/components/PlCheckbox/__tests__/PlCheckbox.spec.d.ts +1 -0
- package/dist/components/PlCheckbox/__tests__/PlCheckbox.spec.d.ts.map +1 -0
- package/dist/components/PlCheckbox/index.d.ts +1 -0
- package/dist/components/PlCheckbox/index.d.ts.map +1 -0
- package/dist/components/PlCheckboxGroup/PlCheckboxGroup.vue.d.ts +1 -0
- package/dist/components/PlCheckboxGroup/PlCheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/PlCheckboxGroup/index.d.ts +1 -0
- package/dist/components/PlCheckboxGroup/index.d.ts.map +1 -0
- package/dist/components/PlChip/PlChip.vue.d.ts +1 -0
- package/dist/components/PlChip/PlChip.vue.d.ts.map +1 -0
- package/dist/components/PlChip/index.d.ts +1 -0
- package/dist/components/PlChip/index.d.ts.map +1 -0
- package/dist/components/PlClipboard/PlClipboard.vue.d.ts +1 -0
- package/dist/components/PlClipboard/PlClipboard.vue.d.ts.map +1 -0
- package/dist/components/PlClipboard/index.d.ts +1 -0
- package/dist/components/PlClipboard/index.d.ts.map +1 -0
- package/dist/components/PlConfirmDialog.vue.d.ts +1 -0
- package/dist/components/PlConfirmDialog.vue.d.ts.map +1 -0
- package/dist/components/PlDialogModal/PlDialogModal.vue.d.ts +1 -0
- package/dist/components/PlDialogModal/PlDialogModal.vue.d.ts.map +1 -0
- package/dist/components/PlDialogModal/index.d.ts +1 -0
- package/dist/components/PlDialogModal/index.d.ts.map +1 -0
- package/dist/components/PlDropdown/OptionList.vue.d.ts +1 -0
- package/dist/components/PlDropdown/OptionList.vue.d.ts.map +1 -0
- package/dist/components/PlDropdown/PlDropdown.vue.d.ts +1 -0
- package/dist/components/PlDropdown/PlDropdown.vue.d.ts.map +1 -0
- package/dist/components/PlDropdown/PlDropdown.vue.js +1 -1
- package/dist/components/PlDropdown/__tests__/PlDropdown.spec.d.ts +1 -0
- package/dist/components/PlDropdown/__tests__/PlDropdown.spec.d.ts.map +1 -0
- package/dist/components/PlDropdown/index.d.ts +1 -0
- package/dist/components/PlDropdown/index.d.ts.map +1 -0
- package/dist/components/PlDropdown/types.d.ts +1 -0
- package/dist/components/PlDropdown/types.d.ts.map +1 -0
- package/dist/components/PlDropdown/useGroupBy.d.ts +1 -0
- package/dist/components/PlDropdown/useGroupBy.d.ts.map +1 -0
- package/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.d.ts +1 -0
- package/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.d.ts.map +1 -0
- package/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.js +1 -1
- package/dist/components/PlDropdownLegacy/__tests__/PlDropdownLegacy.spec.d.ts +1 -0
- package/dist/components/PlDropdownLegacy/__tests__/PlDropdownLegacy.spec.d.ts.map +1 -0
- package/dist/components/PlDropdownLegacy/index.d.ts +1 -0
- package/dist/components/PlDropdownLegacy/index.d.ts.map +1 -0
- package/dist/components/PlDropdownLine/PlDropdownLine.vue.d.ts +3 -2
- package/dist/components/PlDropdownLine/PlDropdownLine.vue.d.ts.map +1 -0
- package/dist/components/PlDropdownLine/ResizableInput.vue.d.ts +1 -0
- package/dist/components/PlDropdownLine/ResizableInput.vue.d.ts.map +1 -0
- package/dist/components/PlDropdownLine/index.d.ts +1 -0
- package/dist/components/PlDropdownLine/index.d.ts.map +1 -0
- package/dist/components/PlDropdownMulti/PlDropdownMulti.vue.d.ts +1 -0
- package/dist/components/PlDropdownMulti/PlDropdownMulti.vue.d.ts.map +1 -0
- package/dist/components/PlDropdownMulti/PlDropdownMulti.vue.js +1 -1
- package/dist/components/PlDropdownMulti/__tests__/PlDropdownMulti.spec.d.ts +1 -0
- package/dist/components/PlDropdownMulti/__tests__/PlDropdownMulti.spec.d.ts.map +1 -0
- package/dist/components/PlDropdownMulti/index.d.ts +1 -0
- package/dist/components/PlDropdownMulti/index.d.ts.map +1 -0
- package/dist/components/PlDropdownMultiRef/PlDropdownMultiRef.vue.d.ts +1 -0
- package/dist/components/PlDropdownMultiRef/PlDropdownMultiRef.vue.d.ts.map +1 -0
- package/dist/components/PlDropdownMultiRef/__tests__/PlDropdownMultiRef.spec.d.ts +1 -0
- package/dist/components/PlDropdownMultiRef/__tests__/PlDropdownMultiRef.spec.d.ts.map +1 -0
- package/dist/components/PlDropdownMultiRef/index.d.ts +1 -0
- package/dist/components/PlDropdownMultiRef/index.d.ts.map +1 -0
- package/dist/components/PlDropdownRef/PlDropdownRef.vue.d.ts +1 -0
- package/dist/components/PlDropdownRef/PlDropdownRef.vue.d.ts.map +1 -0
- package/dist/components/PlDropdownRef/__tests__/PlDropdownRef.spec.d.ts +1 -0
- package/dist/components/PlDropdownRef/__tests__/PlDropdownRef.spec.d.ts.map +1 -0
- package/dist/components/PlDropdownRef/index.d.ts +1 -0
- package/dist/components/PlDropdownRef/index.d.ts.map +1 -0
- package/dist/components/PlEditableTitle/PlEditableTitle.vue.d.ts +1 -0
- package/dist/components/PlEditableTitle/PlEditableTitle.vue.d.ts.map +1 -0
- package/dist/components/PlEditableTitle/index.d.ts +1 -0
- package/dist/components/PlEditableTitle/index.d.ts.map +1 -0
- package/dist/components/PlElementList/PlElementList.vue.d.ts +1 -0
- package/dist/components/PlElementList/PlElementList.vue.d.ts.map +1 -0
- package/dist/components/PlElementList/PlElementListItem.vue.d.ts +1 -0
- package/dist/components/PlElementList/PlElementListItem.vue.d.ts.map +1 -0
- package/dist/components/PlElementList/index.d.ts +1 -0
- package/dist/components/PlElementList/index.d.ts.map +1 -0
- package/dist/components/PlElementList/utils.d.ts +1 -0
- package/dist/components/PlElementList/utils.d.ts.map +1 -0
- package/dist/components/PlErrorAlert/PlErrorAlert.vue.d.ts +1 -0
- package/dist/components/PlErrorAlert/PlErrorAlert.vue.d.ts.map +1 -0
- package/dist/components/PlErrorAlert/index.d.ts +1 -0
- package/dist/components/PlErrorAlert/index.d.ts.map +1 -0
- package/dist/components/PlErrorBoundary/PlErrorBoundary.vue.d.ts +1 -0
- package/dist/components/PlErrorBoundary/PlErrorBoundary.vue.d.ts.map +1 -0
- package/dist/components/PlErrorBoundary/index.d.ts +1 -0
- package/dist/components/PlErrorBoundary/index.d.ts.map +1 -0
- package/dist/components/PlFileDialog/Local.vue.d.ts +1 -0
- package/dist/components/PlFileDialog/Local.vue.d.ts.map +1 -0
- package/dist/components/PlFileDialog/PlFileDialog.vue.d.ts +5 -4
- package/dist/components/PlFileDialog/PlFileDialog.vue.d.ts.map +1 -0
- package/dist/components/PlFileDialog/Remote.vue.d.ts +2 -1
- package/dist/components/PlFileDialog/Remote.vue.d.ts.map +1 -0
- package/dist/components/PlFileDialog/Shortcuts.vue.d.ts +1 -0
- package/dist/components/PlFileDialog/Shortcuts.vue.d.ts.map +1 -0
- package/dist/components/PlFileDialog/index.d.ts +1 -0
- package/dist/components/PlFileDialog/index.d.ts.map +1 -0
- package/dist/components/PlFileDialog/remote.d.ts +1 -0
- package/dist/components/PlFileDialog/remote.d.ts.map +1 -0
- package/dist/components/PlFileDialog/utils.d.ts +1 -0
- package/dist/components/PlFileDialog/utils.d.ts.map +1 -0
- package/dist/components/PlFileDialog/utils.test.d.ts +1 -0
- package/dist/components/PlFileDialog/utils.test.d.ts.map +1 -0
- package/dist/components/PlFileInput/PlFileInput.vue.d.ts +1 -0
- package/dist/components/PlFileInput/PlFileInput.vue.d.ts.map +1 -0
- package/dist/components/PlFileInput/PlFileInput.vue.js +1 -1
- package/dist/components/PlFileInput/index.d.ts +1 -0
- package/dist/components/PlFileInput/index.d.ts.map +1 -0
- package/dist/components/PlFileInput/utils.d.ts +1 -0
- package/dist/components/PlFileInput/utils.d.ts.map +1 -0
- package/dist/components/PlIcon16/PlIcon16.vue.d.ts +1 -0
- package/dist/components/PlIcon16/PlIcon16.vue.d.ts.map +1 -0
- package/dist/components/PlIcon16/index.d.ts +1 -0
- package/dist/components/PlIcon16/index.d.ts.map +1 -0
- package/dist/components/PlIcon24/PlIcon24.vue.d.ts +1 -0
- package/dist/components/PlIcon24/PlIcon24.vue.d.ts.map +1 -0
- package/dist/components/PlIcon24/index.d.ts +1 -0
- package/dist/components/PlIcon24/index.d.ts.map +1 -0
- package/dist/components/PlLoaderCircular/PlLoaderCircular.vue.d.ts +1 -0
- package/dist/components/PlLoaderCircular/PlLoaderCircular.vue.d.ts.map +1 -0
- package/dist/components/PlLoaderCircular/index.d.ts +1 -0
- package/dist/components/PlLoaderCircular/index.d.ts.map +1 -0
- package/dist/components/PlLoaderLogo.vue.d.ts +8 -0
- package/dist/components/PlLoaderLogo.vue.d.ts.map +1 -0
- package/dist/components/PlLoaderLogo.vue.js +10 -0
- package/dist/components/PlLoaderLogo.vue.js.map +1 -0
- package/dist/components/PlLoaderLogo.vue2.js +30 -0
- package/dist/components/PlLoaderLogo.vue2.js.map +1 -0
- package/dist/components/PlLoaderLogo.vue3.js +11 -0
- package/dist/components/PlLoaderLogo.vue3.js.map +1 -0
- package/dist/components/PlLogView/PlLogView.vue.d.ts +1 -0
- package/dist/components/PlLogView/PlLogView.vue.d.ts.map +1 -0
- package/dist/components/PlLogView/PlLogView.vue.js +1 -1
- package/dist/components/PlLogView/index.d.ts +1 -0
- package/dist/components/PlLogView/index.d.ts.map +1 -0
- package/dist/components/PlLogView/useLogHandle.d.ts +1 -0
- package/dist/components/PlLogView/useLogHandle.d.ts.map +1 -0
- package/dist/components/PlMaskIcon16/index.d.ts +1 -0
- package/dist/components/PlMaskIcon16/index.d.ts.map +1 -0
- package/dist/components/PlMaskIcon24/index.d.ts +1 -0
- package/dist/components/PlMaskIcon24/index.d.ts.map +1 -0
- package/dist/components/PlNotificationAlert/PlNotificationAlert.vue.d.ts +1 -0
- package/dist/components/PlNotificationAlert/PlNotificationAlert.vue.d.ts.map +1 -0
- package/dist/components/PlNotificationAlert/index.d.ts +1 -0
- package/dist/components/PlNotificationAlert/index.d.ts.map +1 -0
- package/dist/components/PlNumberField/PlNumberField.vue.d.ts +1 -0
- package/dist/components/PlNumberField/PlNumberField.vue.d.ts.map +1 -0
- package/dist/components/PlNumberField/PlNumberField.vue.js +1 -1
- package/dist/components/PlNumberField/__tests__/PlNumberField.spec.d.ts +1 -0
- package/dist/components/PlNumberField/__tests__/PlNumberField.spec.d.ts.map +1 -0
- package/dist/components/PlNumberField/index.d.ts +1 -0
- package/dist/components/PlNumberField/index.d.ts.map +1 -0
- package/dist/components/PlNumberField/parseNumber.d.ts +1 -0
- package/dist/components/PlNumberField/parseNumber.d.ts.map +1 -0
- package/dist/components/PlProgressBar/PlProgressBar.vue.d.ts +1 -0
- package/dist/components/PlProgressBar/PlProgressBar.vue.d.ts.map +1 -0
- package/dist/components/PlProgressBar/index.d.ts +1 -0
- package/dist/components/PlProgressBar/index.d.ts.map +1 -0
- package/dist/components/PlProgressCell/PlProgressCell.vue.d.ts +1 -0
- package/dist/components/PlProgressCell/PlProgressCell.vue.d.ts.map +1 -0
- package/dist/components/PlProgressCell/index.d.ts +1 -0
- package/dist/components/PlProgressCell/index.d.ts.map +1 -0
- package/dist/components/PlProgressCell/types.d.ts +1 -0
- package/dist/components/PlProgressCell/types.d.ts.map +1 -0
- package/dist/components/PlRadio/PlRadio.vue.d.ts +1 -0
- package/dist/components/PlRadio/PlRadio.vue.d.ts.map +1 -0
- package/dist/components/PlRadio/PlRadioGroup.vue.d.ts +1 -0
- package/dist/components/PlRadio/PlRadioGroup.vue.d.ts.map +1 -0
- package/dist/components/PlRadio/__tests__/PlRadioGroup.spec.d.ts +1 -0
- package/dist/components/PlRadio/__tests__/PlRadioGroup.spec.d.ts.map +1 -0
- package/dist/components/PlRadio/index.d.ts +1 -0
- package/dist/components/PlRadio/index.d.ts.map +1 -0
- package/dist/components/PlRadio/keys.d.ts +1 -0
- package/dist/components/PlRadio/keys.d.ts.map +1 -0
- package/dist/components/PlSearchField/PlSearchField.vue.d.ts +1 -0
- package/dist/components/PlSearchField/PlSearchField.vue.d.ts.map +1 -0
- package/dist/components/PlSearchField/index.d.ts +1 -0
- package/dist/components/PlSearchField/index.d.ts.map +1 -0
- package/dist/components/PlSectionSeparator/PlSectionSeparator.vue.d.ts +1 -0
- package/dist/components/PlSectionSeparator/PlSectionSeparator.vue.d.ts.map +1 -0
- package/dist/components/PlSectionSeparator/index.d.ts +1 -0
- package/dist/components/PlSectionSeparator/index.d.ts.map +1 -0
- package/dist/components/PlSidebar/PlSidebarGroup.vue.d.ts +1 -0
- package/dist/components/PlSidebar/PlSidebarGroup.vue.d.ts.map +1 -0
- package/dist/components/PlSidebar/PlSidebarItem.vue.d.ts +1 -0
- package/dist/components/PlSidebar/PlSidebarItem.vue.d.ts.map +1 -0
- package/dist/components/PlSidebar/index.d.ts +1 -0
- package/dist/components/PlSidebar/index.d.ts.map +1 -0
- package/dist/components/PlSlideModal/PlPureSlideModal.vue.d.ts +1 -0
- package/dist/components/PlSlideModal/PlPureSlideModal.vue.d.ts.map +1 -0
- package/dist/components/PlSlideModal/PlPureSlideModal.vue.js +1 -1
- package/dist/components/PlSlideModal/PlSlideModal.vue.d.ts +1 -0
- package/dist/components/PlSlideModal/PlSlideModal.vue.d.ts.map +1 -0
- package/dist/components/PlSlideModal/index.d.ts +1 -0
- package/dist/components/PlSlideModal/index.d.ts.map +1 -0
- package/dist/components/PlSlideModal/props.d.ts +1 -0
- package/dist/components/PlSlideModal/props.d.ts.map +1 -0
- package/dist/components/PlSpacer/PlSpacer.vue.d.ts +1 -0
- package/dist/components/PlSpacer/PlSpacer.vue.d.ts.map +1 -0
- package/dist/components/PlSpacer/index.d.ts +1 -0
- package/dist/components/PlSpacer/index.d.ts.map +1 -0
- package/dist/components/PlSplash/PlSplash.vue.d.ts +1 -0
- package/dist/components/PlSplash/PlSplash.vue.d.ts.map +1 -0
- package/dist/components/PlSplash/index.d.ts +1 -0
- package/dist/components/PlSplash/index.d.ts.map +1 -0
- package/dist/components/PlStatusTag/PlStatusTag.vue.d.ts +1 -0
- package/dist/components/PlStatusTag/PlStatusTag.vue.d.ts.map +1 -0
- package/dist/components/PlStatusTag/index.d.ts +1 -0
- package/dist/components/PlStatusTag/index.d.ts.map +1 -0
- package/dist/components/PlStatusTag/types.d.ts +1 -0
- package/dist/components/PlStatusTag/types.d.ts.map +1 -0
- package/dist/components/PlSvg/PlSvg.vue.d.ts +1 -0
- package/dist/components/PlSvg/PlSvg.vue.d.ts.map +1 -0
- package/dist/components/PlSvg/index.d.ts +1 -0
- package/dist/components/PlSvg/index.d.ts.map +1 -0
- package/dist/components/PlSvg/registry.d.ts +1 -0
- package/dist/components/PlSvg/registry.d.ts.map +1 -0
- package/dist/components/PlTabs/PlTabs.vue.d.ts +1 -0
- package/dist/components/PlTabs/PlTabs.vue.d.ts.map +1 -0
- package/dist/components/PlTabs/Tab.vue.d.ts +1 -0
- package/dist/components/PlTabs/Tab.vue.d.ts.map +1 -0
- package/dist/components/PlTabs/index.d.ts +1 -0
- package/dist/components/PlTabs/index.d.ts.map +1 -0
- package/dist/components/PlTabs/types.d.ts +1 -0
- package/dist/components/PlTabs/types.d.ts.map +1 -0
- package/dist/components/PlTextArea/PlTextArea.vue.d.ts +1 -0
- package/dist/components/PlTextArea/PlTextArea.vue.d.ts.map +1 -0
- package/dist/components/PlTextArea/PlTextArea.vue.js +1 -1
- package/dist/components/PlTextArea/__tests__/PlTextArea.spec.d.ts +1 -0
- package/dist/components/PlTextArea/__tests__/PlTextArea.spec.d.ts.map +1 -0
- package/dist/components/PlTextArea/index.d.ts +1 -0
- package/dist/components/PlTextArea/index.d.ts.map +1 -0
- package/dist/components/PlTextField/PlTextField.vue.d.ts +1 -0
- package/dist/components/PlTextField/PlTextField.vue.d.ts.map +1 -0
- package/dist/components/PlTextField/PlTextField.vue.js +1 -1
- package/dist/components/PlTextField/__tests__/TextField.spec.d.ts +1 -0
- package/dist/components/PlTextField/__tests__/TextField.spec.d.ts.map +1 -0
- package/dist/components/PlTextField/index.d.ts +1 -0
- package/dist/components/PlTextField/index.d.ts.map +1 -0
- package/dist/components/PlToggleSwitch/PlToggleSwitch.vue.d.ts +1 -0
- package/dist/components/PlToggleSwitch/PlToggleSwitch.vue.d.ts.map +1 -0
- package/dist/components/PlToggleSwitch/index.d.ts +1 -0
- package/dist/components/PlToggleSwitch/index.d.ts.map +1 -0
- package/dist/components/PlTooltip/Beak.vue.d.ts +1 -0
- package/dist/components/PlTooltip/Beak.vue.d.ts.map +1 -0
- package/dist/components/PlTooltip/PlTooltip.vue.d.ts +1 -0
- package/dist/components/PlTooltip/PlTooltip.vue.d.ts.map +1 -0
- package/dist/components/PlTooltip/global.d.ts +1 -0
- package/dist/components/PlTooltip/global.d.ts.map +1 -0
- package/dist/components/PlTooltip/index.d.ts +1 -0
- package/dist/components/PlTooltip/index.d.ts.map +1 -0
- package/dist/components/PlTooltip/useTooltipPosition.d.ts +1 -0
- package/dist/components/PlTooltip/useTooltipPosition.d.ts.map +1 -0
- package/dist/components/Scrollable.vue.d.ts +1 -0
- package/dist/components/Scrollable.vue.d.ts.map +1 -0
- package/dist/components/Slider.vue.d.ts +1 -0
- package/dist/components/Slider.vue.d.ts.map +1 -0
- package/dist/components/SliderRange.vue.d.ts +1 -0
- package/dist/components/SliderRange.vue.d.ts.map +1 -0
- package/dist/components/SliderRangeTriple.vue.d.ts +1 -0
- package/dist/components/SliderRangeTriple.vue.d.ts.map +1 -0
- package/dist/components/TabItem.vue.d.ts +1 -0
- package/dist/components/TabItem.vue.d.ts.map +1 -0
- package/dist/components/ThemeSwitcher.vue.d.ts +1 -0
- package/dist/components/ThemeSwitcher.vue.d.ts.map +1 -0
- package/dist/components/TransitionSlidePanel.vue.d.ts +1 -0
- package/dist/components/TransitionSlidePanel.vue.d.ts.map +1 -0
- package/dist/components/VScroll.vue.d.ts +1 -0
- package/dist/components/VScroll.vue.d.ts.map +1 -0
- package/dist/components/contextMenu/Menu.vue.d.ts +1 -0
- package/dist/components/contextMenu/Menu.vue.d.ts.map +1 -0
- package/dist/components/contextMenu/index.d.ts +1 -0
- package/dist/components/contextMenu/index.d.ts.map +1 -0
- package/dist/components/contextMenu/types.d.ts +1 -0
- package/dist/components/contextMenu/types.d.ts.map +1 -0
- package/dist/composition/computedCached.d.ts +1 -0
- package/dist/composition/computedCached.d.ts.map +1 -0
- package/dist/composition/filters/index.d.ts +1 -0
- package/dist/composition/filters/index.d.ts.map +1 -0
- package/dist/composition/filters/metadata.d.ts +1 -0
- package/dist/composition/filters/metadata.d.ts.map +1 -0
- package/dist/composition/filters/types.d.ts +1 -0
- package/dist/composition/filters/types.d.ts.map +1 -0
- package/dist/composition/useClickOutside.d.ts +1 -0
- package/dist/composition/useClickOutside.d.ts.map +1 -0
- package/dist/composition/useComponentProp.d.ts +1 -0
- package/dist/composition/useComponentProp.d.ts.map +1 -0
- package/dist/composition/useConfirm.d.ts +1 -0
- package/dist/composition/useConfirm.d.ts.map +1 -0
- package/dist/composition/useDraggable.d.ts +1 -0
- package/dist/composition/useDraggable.d.ts.map +1 -0
- package/dist/composition/useEventListener.d.ts +1 -0
- package/dist/composition/useEventListener.d.ts.map +1 -0
- package/dist/composition/useFilteredList.d.ts +1 -0
- package/dist/composition/useFilteredList.d.ts.map +1 -0
- package/dist/composition/useFormState.d.ts +1 -0
- package/dist/composition/useFormState.d.ts.map +1 -0
- package/dist/composition/useHover.d.ts +1 -0
- package/dist/composition/useHover.d.ts.map +1 -0
- package/dist/composition/useInterval.d.ts +1 -0
- package/dist/composition/useInterval.d.ts.map +1 -0
- package/dist/composition/useLocalStorage.d.ts +1 -0
- package/dist/composition/useLocalStorage.d.ts.map +1 -0
- package/dist/composition/useMouse.d.ts +1 -0
- package/dist/composition/useMouse.d.ts.map +1 -0
- package/dist/composition/useMouseCapture.d.ts +1 -0
- package/dist/composition/useMouseCapture.d.ts.map +1 -0
- package/dist/composition/useNotificationPosition.d.ts +1 -0
- package/dist/composition/useNotificationPosition.d.ts.map +1 -0
- package/dist/composition/usePollingQuery.d.ts +1 -0
- package/dist/composition/usePollingQuery.d.ts.map +1 -0
- package/dist/composition/usePosition.d.ts +1 -0
- package/dist/composition/usePosition.d.ts.map +1 -0
- package/dist/composition/useQuery.d.ts +1 -0
- package/dist/composition/useQuery.d.ts.map +1 -0
- package/dist/composition/useResizeObserver.d.ts +1 -0
- package/dist/composition/useResizeObserver.d.ts.map +1 -0
- package/dist/composition/useRipple.d.ts +1 -0
- package/dist/composition/useRipple.d.ts.map +1 -0
- package/dist/composition/useScroll.d.ts +1 -0
- package/dist/composition/useScroll.d.ts.map +1 -0
- package/dist/composition/useSliderBreakpoints.d.ts +1 -0
- package/dist/composition/useSliderBreakpoints.d.ts.map +1 -0
- package/dist/composition/useSortable.d.ts +1 -0
- package/dist/composition/useSortable.d.ts.map +1 -0
- package/dist/composition/useSortable2.d.ts +1 -0
- package/dist/composition/useSortable2.d.ts.map +1 -0
- package/dist/composition/useTheme.d.ts +1 -0
- package/dist/composition/useTheme.d.ts.map +1 -0
- package/dist/composition/useTransformedModel.d.ts +1 -0
- package/dist/composition/useTransformedModel.d.ts.map +1 -0
- package/dist/composition/useWatchFetch.d.ts +1 -0
- package/dist/composition/useWatchFetch.d.ts.map +1 -0
- package/dist/composition/utils.d.ts +1 -0
- package/dist/composition/utils.d.ts.map +1 -0
- package/dist/composition/watchCached.d.ts +1 -0
- package/dist/composition/watchCached.d.ts.map +1 -0
- package/dist/demo-site-data/all-css-variables.d.ts +1 -0
- package/dist/demo-site-data/all-css-variables.d.ts.map +1 -0
- package/dist/generated/icons-16.d.ts +1 -0
- package/dist/generated/icons-16.d.ts.map +1 -0
- package/dist/generated/icons-24.d.ts +1 -0
- package/dist/generated/icons-24.d.ts.map +1 -0
- package/dist/global/resizeObserver.d.ts +1 -0
- package/dist/global/resizeObserver.d.ts.map +1 -0
- package/dist/helpers/dom.d.ts +1 -0
- package/dist/helpers/dom.d.ts.map +1 -0
- package/dist/helpers/downloadContent.d.ts +1 -0
- package/dist/helpers/downloadContent.d.ts.map +1 -0
- package/dist/helpers/error.d.ts +1 -0
- package/dist/helpers/error.d.ts.map +1 -0
- package/dist/helpers/functions.d.ts +1 -0
- package/dist/helpers/functions.d.ts.map +1 -0
- package/dist/helpers/index.d.ts +1 -0
- package/dist/helpers/index.d.ts.map +1 -0
- package/dist/helpers/iterators.d.ts +1 -0
- package/dist/helpers/iterators.d.ts.map +1 -0
- package/dist/helpers/math.d.ts +1 -0
- package/dist/helpers/math.d.ts.map +1 -0
- package/dist/helpers/objects.d.ts +1 -0
- package/dist/helpers/objects.d.ts.map +1 -0
- package/dist/helpers/utils.d.ts +1 -0
- package/dist/helpers/utils.d.ts.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +217 -213
- package/dist/index.js.map +1 -1
- package/dist/layout/PlBlockPage/PlBlockPage.vue.d.ts +6 -12
- package/dist/layout/PlBlockPage/PlBlockPage.vue.d.ts.map +1 -0
- package/dist/layout/PlBlockPage/PlBlockPage.vue.js +38 -39
- package/dist/layout/PlBlockPage/PlBlockPage.vue.js.map +1 -1
- package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportId.d.ts +1 -0
- package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportId.d.ts.map +1 -0
- package/dist/layout/PlBlockPage/index.d.ts +1 -0
- package/dist/layout/PlBlockPage/index.d.ts.map +1 -0
- package/dist/layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.d.ts +1 -0
- package/dist/layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.d.ts.map +1 -0
- package/dist/layout/PlContainer/PlContainer.vue.d.ts +1 -0
- package/dist/layout/PlContainer/PlContainer.vue.d.ts.map +1 -0
- package/dist/layout/PlContainer/index.d.ts +1 -0
- package/dist/layout/PlContainer/index.d.ts.map +1 -0
- package/dist/layout/PlGrid/PlGrid.vue.d.ts +1 -0
- package/dist/layout/PlGrid/PlGrid.vue.d.ts.map +1 -0
- package/dist/layout/PlGrid/index.d.ts +1 -0
- package/dist/layout/PlGrid/index.d.ts.map +1 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue.d.ts +8 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue.d.ts.map +1 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue.js +10 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue.js.map +1 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue2.js +52 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue2.js.map +1 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue3.js +26 -0
- package/dist/layout/PlPlaceholder/PlPlaceholder.vue3.js.map +1 -0
- package/dist/layout/PlPlaceholder/index.d.ts +2 -0
- package/dist/layout/PlPlaceholder/index.d.ts.map +1 -0
- package/dist/layout/PlRow/PlRow.vue.d.ts +1 -0
- package/dist/layout/PlRow/PlRow.vue.d.ts.map +1 -0
- package/dist/layout/PlRow/index.d.ts +1 -0
- package/dist/layout/PlRow/index.d.ts.map +1 -0
- package/dist/layout/PlSpacer/PlSpacer.vue.d.ts +1 -0
- package/dist/layout/PlSpacer/PlSpacer.vue.d.ts.map +1 -0
- package/dist/layout/PlSpacer/index.d.ts +1 -0
- package/dist/layout/PlSpacer/index.d.ts.map +1 -0
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/utils/DoubleContour.vue.d.ts +1 -0
- package/dist/utils/DoubleContour.vue.d.ts.map +1 -0
- package/dist/utils/DoubleContour.vue2.js +23 -0
- package/dist/utils/DoubleContour.vue2.js.map +1 -0
- package/dist/utils/DoubleContour.vue3.js +1 -1
- package/dist/utils/DropdownOverlay/DropdownOverlay.vue.d.ts +1 -0
- package/dist/utils/DropdownOverlay/DropdownOverlay.vue.d.ts.map +1 -0
- package/dist/utils/DropdownOverlay/index.d.ts +1 -0
- package/dist/utils/DropdownOverlay/index.d.ts.map +1 -0
- package/dist/utils/InnerBorder.vue.d.ts +1 -0
- package/dist/utils/InnerBorder.vue.d.ts.map +1 -0
- package/dist/utils/PlCloseModalBtn.vue.d.ts +1 -0
- package/dist/utils/PlCloseModalBtn.vue.d.ts.map +1 -0
- package/dist/utils/TextLabel.vue.d.ts +1 -0
- package/dist/utils/TextLabel.vue.d.ts.map +1 -0
- package/dist/utils/WebStopWatchElement.d.ts +1 -0
- package/dist/utils/WebStopWatchElement.d.ts.map +1 -0
- package/dist/utils/useLabelNotch.d.ts +1 -0
- package/dist/utils/useLabelNotch.d.ts.map +1 -0
- package/dist/utils/useValidation.d.ts +1 -0
- package/dist/utils/useValidation.d.ts.map +1 -0
- package/package.json +6 -6
- package/src/components/PlLoaderLogo.vue +62 -0
- package/src/index.ts +3 -0
- package/src/layout/PlBlockPage/PlBlockPage.vue +22 -13
- package/src/layout/PlPlaceholder/PlPlaceholder.vue +147 -0
- package/src/layout/PlPlaceholder/index.ts +4 -0
- package/src/layout/PlPlaceholder/paint-worklet.js +123 -0
- package/dist/components/PlAccordion/ExpandTransition.vue.js +0 -27
- package/dist/components/PlAccordion/ExpandTransition.vue.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -7,239 +7,243 @@ import { default as d } from "./components/DropdownListItem.vue.js";
|
|
|
7
7
|
import { default as x } from "./components/ContextProvider.vue.js";
|
|
8
8
|
import { default as n } from "./components/Slider.vue.js";
|
|
9
9
|
import { showContextMenu as c } from "./components/contextMenu/index.js";
|
|
10
|
-
import { default as
|
|
10
|
+
import { default as S } from "./components/LongText.vue.js";
|
|
11
11
|
|
|
12
12
|
import { default as h } from "./components/Scrollable.vue.js";
|
|
13
13
|
import { default as b } from "./components/SliderRange.vue.js";
|
|
14
14
|
import { default as B } from "./components/SliderRangeTriple.vue.js";
|
|
15
15
|
import { allCssVariables as e } from "./demo-site-data/all-css-variables.js";
|
|
16
|
-
import { default as
|
|
17
|
-
import { usePlBlockPageTitleTeleportTarget as
|
|
16
|
+
import { default as L } from "./layout/PlBlockPage/PlBlockPage.vue.js";
|
|
17
|
+
import { usePlBlockPageTitleTeleportTarget as k } from "./layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.js";
|
|
18
18
|
import { default as v } from "./layout/PlContainer/PlContainer.vue.js";
|
|
19
19
|
import { default as E } from "./layout/PlGrid/PlGrid.vue.js";
|
|
20
|
-
import { default as O } from "./layout/
|
|
21
|
-
import { default as G } from "./layout/
|
|
22
|
-
import { default as V } from "./
|
|
23
|
-
import { default as N } from "./components/
|
|
24
|
-
import { default as H } from "./components/PlAccordion/
|
|
25
|
-
import { default as q } from "./components/
|
|
26
|
-
import { default as j } from "./components/
|
|
27
|
-
import { default as K } from "./components/
|
|
28
|
-
import { default as Y } from "./components/
|
|
29
|
-
import { default as _ } from "./components/
|
|
30
|
-
import { default as ee } from "./components/
|
|
31
|
-
import { default as re } from "./components/
|
|
32
|
-
import { default as ae } from "./components/
|
|
33
|
-
import { default as fe } from "./components/
|
|
34
|
-
import { default as pe } from "./components/
|
|
35
|
-
import { default as de } from "./components/
|
|
36
|
-
import { default as xe } from "./components/
|
|
37
|
-
import { default as ne } from "./components/
|
|
38
|
-
import { default as ce } from "./components/
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as he } from "./components/
|
|
41
|
-
import { default as be } from "./components/
|
|
42
|
-
import { default as Be } from "./components/
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as ve } from "./components/
|
|
46
|
-
import { default as Ee } from "./components/
|
|
47
|
-
import { default as Oe } from "./components/
|
|
48
|
-
import { default as Ge } from "./components/
|
|
49
|
-
import { default as Ve } from "./components/
|
|
50
|
-
import { default as Ne } from "./components/
|
|
51
|
-
import { default as He } from "./components/
|
|
52
|
-
import { default as qe } from "./components/
|
|
53
|
-
import { default as je } from "./components/
|
|
54
|
-
import { default as Ke } from "./components/
|
|
55
|
-
import { default as Ye } from "./components/
|
|
56
|
-
import { default as _e } from "./components/PlSlideModal/
|
|
57
|
-
import { default as eo } from "./components/
|
|
58
|
-
import { default as ro } from "./components/
|
|
59
|
-
import { default as ao } from "./components/
|
|
60
|
-
import { default as fo } from "./components/
|
|
61
|
-
import { default as po } from "./components/
|
|
62
|
-
import { default as uo } from "./components/
|
|
63
|
-
import { default as io } from "./components/
|
|
64
|
-
import { default as Po } from "./components/
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as Co } from "./components/
|
|
67
|
-
import { default as To } from "./components/
|
|
68
|
-
import { default as wo } from "./components/PlSidebar/
|
|
69
|
-
import { default as Do
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as yo } from "./components/
|
|
72
|
-
import { default as Fo } from "./components/
|
|
73
|
-
import { default as Ao } from "./components/
|
|
74
|
-
import { default as Ro } from "./components/PlChartStackedBar/
|
|
75
|
-
import { default as zo } from "./components/
|
|
76
|
-
import { default as Uo } from "./components/PlRadio/
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
20
|
+
import { default as O } from "./layout/PlPlaceholder/PlPlaceholder.vue.js";
|
|
21
|
+
import { default as G } from "./layout/PlRow/PlRow.vue.js";
|
|
22
|
+
import { default as V } from "./layout/PlSpacer/PlSpacer.vue.js";
|
|
23
|
+
import { default as N } from "./components/PlErrorBoundary/PlErrorBoundary.vue.js";
|
|
24
|
+
import { default as H } from "./components/PlAccordion/PlAccordion.vue.js";
|
|
25
|
+
import { default as q } from "./components/PlAccordion/PlAccordionSection.vue.js";
|
|
26
|
+
import { default as j } from "./components/PlAlert/PlAlert.vue.js";
|
|
27
|
+
import { default as K } from "./components/PlAutocomplete/PlAutocomplete.vue.js";
|
|
28
|
+
import { default as Y } from "./components/PlAutocompleteMulti/PlAutocompleteMulti.vue.js";
|
|
29
|
+
import { default as _ } from "./components/PlBtnAccent/PlBtnAccent.vue.js";
|
|
30
|
+
import { default as ee } from "./components/PlBtnDanger/PlBtnDanger.vue.js";
|
|
31
|
+
import { default as re } from "./components/PlBtnGhost/PlBtnGhost.vue.js";
|
|
32
|
+
import { default as ae } from "./components/PlBtnGroup/PlBtnGroup.vue.js";
|
|
33
|
+
import { default as fe } from "./components/PlBtnLink/PlBtnLink.vue.js";
|
|
34
|
+
import { default as pe } from "./components/PlBtnPrimary/PlBtnPrimary.vue.js";
|
|
35
|
+
import { default as de } from "./components/PlBtnSecondary/PlBtnSecondary.vue.js";
|
|
36
|
+
import { default as xe } from "./components/PlBtnSplit/PlBtnSplit.vue.js";
|
|
37
|
+
import { default as ne } from "./components/PlCheckbox/PlCheckbox.vue.js";
|
|
38
|
+
import { default as ce } from "./components/PlCheckboxGroup/PlCheckboxGroup.vue.js";
|
|
39
|
+
import { default as Se } from "./components/PlChip/PlChip.vue.js";
|
|
40
|
+
import { default as he } from "./components/PlDialogModal/PlDialogModal.vue.js";
|
|
41
|
+
import { default as be } from "./components/PlDropdown/PlDropdown.vue.js";
|
|
42
|
+
import { default as Be } from "./components/PlDropdownLegacy/PlDropdownLegacy.vue.js";
|
|
43
|
+
import { default as Le } from "./components/PlDropdownLine/PlDropdownLine.vue.js";
|
|
44
|
+
import { default as ke } from "./components/PlDropdownMulti/PlDropdownMulti.vue.js";
|
|
45
|
+
import { default as ve } from "./components/PlDropdownMultiRef/PlDropdownMultiRef.vue.js";
|
|
46
|
+
import { default as Ee } from "./components/PlDropdownRef/PlDropdownRef.vue.js";
|
|
47
|
+
import { default as Oe } from "./components/PlEditableTitle/PlEditableTitle.vue.js";
|
|
48
|
+
import { default as Ge } from "./components/PlElementList/PlElementList.vue.js";
|
|
49
|
+
import { default as Ve } from "./components/PlLoaderCircular/PlLoaderCircular.vue.js";
|
|
50
|
+
import { default as Ne } from "./components/PlLogView/PlLogView.vue.js";
|
|
51
|
+
import { default as He } from "./components/PlNumberField/PlNumberField.vue.js";
|
|
52
|
+
import { default as qe } from "./components/PlProgressBar/PlProgressBar.vue.js";
|
|
53
|
+
import { default as je } from "./components/PlProgressCell/PlProgressCell.vue.js";
|
|
54
|
+
import { default as Ke } from "./components/PlSearchField/PlSearchField.vue.js";
|
|
55
|
+
import { default as Ye } from "./components/PlSectionSeparator/PlSectionSeparator.vue.js";
|
|
56
|
+
import { default as _e } from "./components/PlSlideModal/PlPureSlideModal.vue.js";
|
|
57
|
+
import { default as eo } from "./components/PlSlideModal/PlSlideModal.vue.js";
|
|
58
|
+
import { default as ro } from "./components/PlSplash/PlSplash.vue.js";
|
|
59
|
+
import { default as ao } from "./components/PlStatusTag/PlStatusTag.vue.js";
|
|
60
|
+
import { default as fo } from "./components/PlTabs/PlTabs.vue.js";
|
|
61
|
+
import { default as po } from "./components/PlTextArea/PlTextArea.vue.js";
|
|
62
|
+
import { default as uo } from "./components/PlTextField/PlTextField.vue.js";
|
|
63
|
+
import { default as io } from "./components/PlToggleSwitch/PlToggleSwitch.vue.js";
|
|
64
|
+
import { default as Po } from "./components/PlTooltip/PlTooltip.vue.js";
|
|
65
|
+
import { default as go } from "./components/PlFileDialog/PlFileDialog.vue.js";
|
|
66
|
+
import { default as Co } from "./components/PlFileInput/PlFileInput.vue.js";
|
|
67
|
+
import { default as To } from "./components/PlNotificationAlert/PlNotificationAlert.vue.js";
|
|
68
|
+
import { default as wo } from "./components/PlSidebar/PlSidebarGroup.vue.js";
|
|
69
|
+
import { default as Do } from "./components/PlSidebar/PlSidebarItem.vue.js";
|
|
70
|
+
import { default as Mo, default as ko } from "./components/PlIcon16/PlIcon16.vue.js";
|
|
71
|
+
import { default as vo, default as yo } from "./components/PlIcon24/PlIcon24.vue.js";
|
|
72
|
+
import { default as Fo } from "./components/PlSvg/PlSvg.vue.js";
|
|
73
|
+
import { default as Ao } from "./components/PlChartHistogram/PlChartHistogram.vue.js";
|
|
74
|
+
import { default as Ro } from "./components/PlChartStackedBar/PlChartStackedBar.vue.js";
|
|
75
|
+
import { default as zo } from "./components/PlChartStackedBar/PlChartStackedBarCompact.vue.js";
|
|
76
|
+
import { default as Uo } from "./components/PlRadio/PlRadio.vue.js";
|
|
77
|
+
import { default as Qo } from "./components/PlRadio/PlRadioGroup.vue.js";
|
|
78
|
+
import { default as Wo } from "./components/PlLoaderLogo.vue.js";
|
|
79
|
+
import { categoricalColors as Jo, magma as Ko, palettes as Xo, viridis as Yo } from "./colors/palette.js";
|
|
80
|
+
import { Color as _o } from "./colors/color.js";
|
|
81
|
+
import { Gradient as er, interpolateColor as or, normalizeGradient as rr } from "./colors/gradient.js";
|
|
82
|
+
import { useClickOutside as ar } from "./composition/useClickOutside.js";
|
|
83
|
+
import { useComponentProp as fr } from "./composition/useComponentProp.js";
|
|
84
|
+
import { useConfirm as pr } from "./composition/useConfirm.js";
|
|
85
|
+
import { useDraggable as dr } from "./composition/useDraggable.js";
|
|
86
|
+
import { useEventListener as xr } from "./composition/useEventListener.js";
|
|
87
|
+
import { useFormState as nr } from "./composition/useFormState.js";
|
|
88
|
+
import { useHover as cr } from "./composition/useHover.js";
|
|
89
|
+
import { useInterval as Sr } from "./composition/useInterval.js";
|
|
90
|
+
import { usePollingQuery as hr } from "./composition/usePollingQuery.js";
|
|
91
|
+
import { useLocalStorage as br } from "./composition/useLocalStorage.js";
|
|
92
|
+
import { useMouse as Br } from "./composition/useMouse.js";
|
|
93
|
+
import { useMouseCapture as Lr } from "./composition/useMouseCapture.js";
|
|
94
|
+
import { useElementPosition as kr } from "./composition/usePosition.js";
|
|
95
|
+
import { useQuery as vr } from "./composition/useQuery.js";
|
|
96
|
+
import { useResizeObserver as Er } from "./composition/useResizeObserver.js";
|
|
97
|
+
import { useScroll as Or } from "./composition/useScroll.js";
|
|
98
|
+
import { useSortable as Gr } from "./composition/useSortable.js";
|
|
99
|
+
import { useSortable2 as Vr } from "./composition/useSortable2.js";
|
|
100
|
+
import { useTheme as Nr } from "./composition/useTheme.js";
|
|
101
|
+
import { computedCached as Hr } from "./composition/computedCached.js";
|
|
102
|
+
import { filterUiMetadata as qr, getFilterUiMetadata as Wr, getFilterUiTypeOptions as jr } from "./composition/filters/metadata.js";
|
|
103
|
+
import { useWatchFetch as Kr } from "./composition/useWatchFetch.js";
|
|
104
|
+
import { watchCached as Yr } from "./composition/watchCached.js";
|
|
105
|
+
import { default as _r } from "./utils/DropdownOverlay/DropdownOverlay.vue.js";
|
|
106
|
+
import { default as et } from "./utils/PlCloseModalBtn.vue.js";
|
|
107
|
+
import { useLabelNotch as rt } from "./utils/useLabelNotch.js";
|
|
108
|
+
import { icons16 as at } from "./generated/icons-16.js";
|
|
109
|
+
import { icons24 as ft } from "./generated/icons-24.js";
|
|
110
|
+
import { detectOutside as pt, eventListener as mt, getElementScrollPosition as dt, isElementVisible as ut, scrollIntoView as xt } from "./helpers/dom.js";
|
|
111
|
+
import { animate as nt, animateInfinite as Pt, call as ct, delay as gt, listToOptions as St, makeEaseInOut as Ct, makeEaseOut as ht, normalizeListOptions as Tt, randomInt as bt, randomString as wt, requestTick as Bt, throttle as Dt, timeout as Lt } from "./helpers/utils.js";
|
|
112
|
+
import { downloadContent as kt } from "./helpers/downloadContent.js";
|
|
111
113
|
const l = { allCssVariables: e() };
|
|
112
114
|
export {
|
|
113
|
-
|
|
115
|
+
_o as Color,
|
|
114
116
|
x as ContextProvider,
|
|
115
117
|
r as DataTable,
|
|
116
118
|
l as DemoData,
|
|
117
119
|
d as DropdownListItem,
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
120
|
+
_r as DropdownOverlay,
|
|
121
|
+
er as Gradient,
|
|
122
|
+
S as LongText,
|
|
123
|
+
H as PlAccordion,
|
|
124
|
+
q as PlAccordionSection,
|
|
125
|
+
j as PlAlert,
|
|
126
|
+
K as PlAutocomplete,
|
|
127
|
+
Y as PlAutocompleteMulti,
|
|
128
|
+
L as PlBlockPage,
|
|
129
|
+
_ as PlBtnAccent,
|
|
130
|
+
ee as PlBtnDanger,
|
|
131
|
+
re as PlBtnGhost,
|
|
132
|
+
ae as PlBtnGroup,
|
|
133
|
+
fe as PlBtnLink,
|
|
134
|
+
pe as PlBtnPrimary,
|
|
135
|
+
de as PlBtnSecondary,
|
|
136
|
+
xe as PlBtnSplit,
|
|
137
|
+
Ao as PlChartHistogram,
|
|
138
|
+
Ro as PlChartStackedBar,
|
|
139
|
+
zo as PlChartStackedBarCompact,
|
|
140
|
+
ne as PlCheckbox,
|
|
141
|
+
ce as PlCheckboxGroup,
|
|
142
|
+
Se as PlChip,
|
|
143
|
+
et as PlCloseModalBtn,
|
|
142
144
|
v as PlContainer,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
145
|
+
he as PlDialogModal,
|
|
146
|
+
be as PlDropdown,
|
|
147
|
+
Be as PlDropdownLegacy,
|
|
148
|
+
Le as PlDropdownLine,
|
|
149
|
+
ke as PlDropdownMulti,
|
|
150
|
+
ve as PlDropdownMultiRef,
|
|
151
|
+
Ee as PlDropdownRef,
|
|
152
|
+
Oe as PlEditableTitle,
|
|
153
|
+
Ge as PlElementList,
|
|
154
|
+
N as PlErrorBoundary,
|
|
155
|
+
go as PlFileDialog,
|
|
156
|
+
Co as PlFileInput,
|
|
155
157
|
E as PlGrid,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
He as
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
eo as
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
ao as
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
158
|
+
Mo as PlIcon16,
|
|
159
|
+
vo as PlIcon24,
|
|
160
|
+
Ve as PlLoaderCircular,
|
|
161
|
+
Wo as PlLoaderLogo,
|
|
162
|
+
Ne as PlLogView,
|
|
163
|
+
ko as PlMaskIcon16,
|
|
164
|
+
yo as PlMaskIcon24,
|
|
165
|
+
To as PlNotificationAlert,
|
|
166
|
+
He as PlNumberField,
|
|
167
|
+
O as PlPlaceholder,
|
|
168
|
+
qe as PlProgressBar,
|
|
169
|
+
je as PlProgressCell,
|
|
170
|
+
_e as PlPureSlideModal,
|
|
171
|
+
Uo as PlRadio,
|
|
172
|
+
Qo as PlRadioGroup,
|
|
173
|
+
G as PlRow,
|
|
174
|
+
Ke as PlSearchField,
|
|
175
|
+
Ye as PlSectionSeparator,
|
|
176
|
+
wo as PlSidebarGroup,
|
|
177
|
+
Do as PlSidebarItem,
|
|
178
|
+
eo as PlSlideModal,
|
|
179
|
+
V as PlSpacer,
|
|
180
|
+
ro as PlSplash,
|
|
181
|
+
ao as PlStatusTag,
|
|
182
|
+
Fo as PlSvg,
|
|
183
|
+
fo as PlTabs,
|
|
184
|
+
po as PlTextArea,
|
|
185
|
+
uo as PlTextField,
|
|
186
|
+
io as PlToggleSwitch,
|
|
187
|
+
Po as PlTooltip,
|
|
184
188
|
h as Scrollable,
|
|
185
189
|
n as Slider,
|
|
186
190
|
b as SliderRange,
|
|
187
191
|
B as SliderRangeTriple,
|
|
188
192
|
p as ThemeSwitcher,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
193
|
+
nt as animate,
|
|
194
|
+
Pt as animateInfinite,
|
|
195
|
+
ct as call,
|
|
196
|
+
Jo as categoricalColors,
|
|
197
|
+
Hr as computedCached,
|
|
198
|
+
gt as delay,
|
|
199
|
+
pt as detectOutside,
|
|
200
|
+
kt as downloadContent,
|
|
201
|
+
mt as eventListener,
|
|
202
|
+
qr as filterUiMetadata,
|
|
203
|
+
dt as getElementScrollPosition,
|
|
204
|
+
Wr as getFilterUiMetadata,
|
|
205
|
+
jr as getFilterUiTypeOptions,
|
|
206
|
+
at as icons16,
|
|
207
|
+
ft as icons24,
|
|
208
|
+
or as interpolateColor,
|
|
209
|
+
ut as isElementVisible,
|
|
210
|
+
St as listToOptions,
|
|
211
|
+
Ko as magma,
|
|
212
|
+
Ct as makeEaseInOut,
|
|
213
|
+
ht as makeEaseOut,
|
|
214
|
+
rr as normalizeGradient,
|
|
215
|
+
Tt as normalizeListOptions,
|
|
216
|
+
Xo as palettes,
|
|
217
|
+
bt as randomInt,
|
|
218
|
+
wt as randomString,
|
|
219
|
+
Bt as requestTick,
|
|
220
|
+
xt as scrollIntoView,
|
|
217
221
|
c as showContextMenu,
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
222
|
+
Dt as throttle,
|
|
223
|
+
Lt as timeout,
|
|
224
|
+
ar as useClickOutside,
|
|
225
|
+
fr as useComponentProp,
|
|
226
|
+
pr as useConfirm,
|
|
227
|
+
dr as useDraggable,
|
|
228
|
+
xr as useEventListener,
|
|
229
|
+
nr as useFormState,
|
|
230
|
+
cr as useHover,
|
|
231
|
+
Sr as useInterval,
|
|
232
|
+
rt as useLabelNotch,
|
|
233
|
+
br as useLocalStorage,
|
|
234
|
+
Br as useMouse,
|
|
235
|
+
Lr as useMouseCapture,
|
|
236
|
+
k as usePlBlockPageTitleTeleportTarget,
|
|
237
|
+
hr as usePollingQuery,
|
|
238
|
+
kr as usePosition,
|
|
239
|
+
vr as useQuery,
|
|
240
|
+
Er as useResizeObserver,
|
|
241
|
+
Or as useScroll,
|
|
242
|
+
Gr as useSortable,
|
|
243
|
+
Vr as useSortable2,
|
|
244
|
+
Nr as useTheme,
|
|
245
|
+
Kr as useWatchFetch,
|
|
246
|
+
Yo as viridis,
|
|
247
|
+
Yr as watchCached
|
|
244
248
|
};
|
|
245
249
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import './assets/ui.scss';\n\n// @TODO review\nimport * as DataTable from './components/DataTable';\nimport ThemeSwitcher from './components/ThemeSwitcher.vue';\n// @TODO review (may be private)\nimport DropdownListItem from './components/DropdownListItem.vue';\n\n// @TODO review\nimport ContextProvider from './components/ContextProvider.vue';\nimport Slider from './components/Slider.vue';\nimport { showContextMenu } from './components/contextMenu';\n// for new version\nimport LongText from './components/LongText.vue';\nimport Scrollable from './components/Scrollable.vue';\nimport SliderRange from './components/SliderRange.vue';\nimport SliderRangeTriple from './components/SliderRangeTriple.vue';\n\nimport { allCssVariables } from './demo-site-data/all-css-variables.ts';\n\n/**\n * Layout components\n */\n\nexport * from './layout/PlBlockPage';\nexport * from './layout/PlContainer';\nexport * from './layout/PlGrid';\nexport * from './layout/PlRow';\nexport * from './layout/PlSpacer';\n\n/**\n * Components\n */\nexport * from './components/PlErrorBoundary';\n// export * from './components/PlErrorAlert'; // @TODO discuss if we should export it\nexport * from './components/PlAccordion';\nexport * from './components/PlAlert';\nexport * from './components/PlAutocomplete';\nexport * from './components/PlAutocompleteMulti';\nexport * from './components/PlBtnAccent';\nexport * from './components/PlBtnDanger';\nexport * from './components/PlBtnGhost';\nexport * from './components/PlBtnGroup';\nexport * from './components/PlBtnLink';\nexport * from './components/PlBtnPrimary';\nexport * from './components/PlBtnSecondary';\nexport * from './components/PlBtnSplit';\nexport * from './components/PlCheckbox';\nexport * from './components/PlCheckboxGroup';\nexport * from './components/PlChip';\nexport * from './components/PlDialogModal';\nexport * from './components/PlDropdown';\nexport * from './components/PlDropdownLegacy';\nexport * from './components/PlDropdownLine';\nexport * from './components/PlDropdownMulti';\nexport * from './components/PlDropdownMultiRef';\nexport * from './components/PlDropdownRef';\nexport * from './components/PlEditableTitle';\nexport * from './components/PlElementList';\nexport * from './components/PlLoaderCircular';\nexport * from './components/PlLogView';\nexport * from './components/PlNumberField';\nexport * from './components/PlProgressBar';\nexport * from './components/PlProgressCell';\nexport * from './components/PlSearchField';\nexport * from './components/PlSectionSeparator';\nexport * from './components/PlSlideModal';\nexport * from './components/PlSplash';\nexport * from './components/PlStatusTag';\nexport * from './components/PlTabs';\nexport * from './components/PlTextArea';\nexport * from './components/PlTextField';\nexport * from './components/PlToggleSwitch';\nexport * from './components/PlTooltip';\n\nexport * from './components/PlFileDialog';\nexport * from './components/PlFileInput';\nexport * from './components/PlNotificationAlert';\n\nexport * from './components/PlSidebar';\n\nexport * from './components/PlIcon16';\nexport * from './components/PlIcon24';\nexport * from './components/PlMaskIcon16';\nexport * from './components/PlMaskIcon24';\nexport * from './components/PlSvg';\n\nexport * from './components/PlChartHistogram';\nexport * from './components/PlChartStackedBar';\n\nexport * from './components/PlRadio';\n\nexport * from './colors';\n\n/**\n * Usables\n */\nexport { useClickOutside } from './composition/useClickOutside';\nexport { useComponentProp } from './composition/useComponentProp';\nexport { useConfirm } from './composition/useConfirm';\nexport { useDraggable } from './composition/useDraggable';\nexport { useEventListener } from './composition/useEventListener';\nexport { useFormState } from './composition/useFormState';\nexport { useHover } from './composition/useHover';\nexport { useInterval } from './composition/useInterval';\nexport { usePollingQuery } from './composition/usePollingQuery';\nexport { useLocalStorage } from './composition/useLocalStorage';\nexport { useMouse } from './composition/useMouse';\nexport { useMouseCapture } from './composition/useMouseCapture';\nexport { useElementPosition as usePosition } from './composition/usePosition';\nexport { useQuery } from './composition/useQuery.ts';\nexport { useResizeObserver } from './composition/useResizeObserver';\nexport { useScroll } from './composition/useScroll';\nexport { useSortable } from './composition/useSortable';\nexport { useSortable2 } from './composition/useSortable2';\nexport { useTheme } from './composition/useTheme';\n\nexport * from './composition/computedCached';\nexport * from './composition/filters';\nexport * from './composition/useWatchFetch';\nexport * from './composition/watchCached';\n\n/**\n * Utils/Partials\n */\n\nexport * from './utils/DropdownOverlay';\nexport { default as PlCloseModalBtn } from './utils/PlCloseModalBtn.vue';\n\n/**\n * Technical\n * @TODO move it from here maybe\n */\nexport { useLabelNotch } from './utils/useLabelNotch.ts';\n\nexport type * from './types';\n\nexport { icons16, icons24 } from './types';\n\nexport * from './helpers/dom';\n\nexport * from './helpers/utils';\n\n/**\n * @TODO review\n */\nexport { ContextProvider, DataTable, DropdownListItem, Slider, ThemeSwitcher };\n\n// Helpers\nexport { showContextMenu };\n\n// move to new version pl-uikit\nexport { LongText, Scrollable, SliderRange, SliderRangeTriple };\n\n// @todo\nconst DemoData = { allCssVariables: allCssVariables() };\nexport { DemoData };\n"],"names":["DemoData","allCssVariables"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import './assets/ui.scss';\n\n// @TODO review\nimport * as DataTable from './components/DataTable';\nimport ThemeSwitcher from './components/ThemeSwitcher.vue';\n// @TODO review (may be private)\nimport DropdownListItem from './components/DropdownListItem.vue';\n\n// @TODO review\nimport ContextProvider from './components/ContextProvider.vue';\nimport Slider from './components/Slider.vue';\nimport { showContextMenu } from './components/contextMenu';\n// for new version\nimport LongText from './components/LongText.vue';\nimport Scrollable from './components/Scrollable.vue';\nimport SliderRange from './components/SliderRange.vue';\nimport SliderRangeTriple from './components/SliderRangeTriple.vue';\n\nimport { allCssVariables } from './demo-site-data/all-css-variables.ts';\n\n/**\n * Layout components\n */\n\nexport * from './layout/PlBlockPage';\nexport * from './layout/PlContainer';\nexport * from './layout/PlGrid';\nexport * from './layout/PlPlaceholder';\nexport * from './layout/PlRow';\nexport * from './layout/PlSpacer';\n\n/**\n * Components\n */\nexport * from './components/PlErrorBoundary';\n// export * from './components/PlErrorAlert'; // @TODO discuss if we should export it\nexport * from './components/PlAccordion';\nexport * from './components/PlAlert';\nexport * from './components/PlAutocomplete';\nexport * from './components/PlAutocompleteMulti';\nexport * from './components/PlBtnAccent';\nexport * from './components/PlBtnDanger';\nexport * from './components/PlBtnGhost';\nexport * from './components/PlBtnGroup';\nexport * from './components/PlBtnLink';\nexport * from './components/PlBtnPrimary';\nexport * from './components/PlBtnSecondary';\nexport * from './components/PlBtnSplit';\nexport * from './components/PlCheckbox';\nexport * from './components/PlCheckboxGroup';\nexport * from './components/PlChip';\nexport * from './components/PlDialogModal';\nexport * from './components/PlDropdown';\nexport * from './components/PlDropdownLegacy';\nexport * from './components/PlDropdownLine';\nexport * from './components/PlDropdownMulti';\nexport * from './components/PlDropdownMultiRef';\nexport * from './components/PlDropdownRef';\nexport * from './components/PlEditableTitle';\nexport * from './components/PlElementList';\nexport * from './components/PlLoaderCircular';\nexport * from './components/PlLogView';\nexport * from './components/PlNumberField';\nexport * from './components/PlProgressBar';\nexport * from './components/PlProgressCell';\nexport * from './components/PlSearchField';\nexport * from './components/PlSectionSeparator';\nexport * from './components/PlSlideModal';\nexport * from './components/PlSplash';\nexport * from './components/PlStatusTag';\nexport * from './components/PlTabs';\nexport * from './components/PlTextArea';\nexport * from './components/PlTextField';\nexport * from './components/PlToggleSwitch';\nexport * from './components/PlTooltip';\n\nexport * from './components/PlFileDialog';\nexport * from './components/PlFileInput';\nexport * from './components/PlNotificationAlert';\n\nexport * from './components/PlSidebar';\n\nexport * from './components/PlIcon16';\nexport * from './components/PlIcon24';\nexport * from './components/PlMaskIcon16';\nexport * from './components/PlMaskIcon24';\nexport * from './components/PlSvg';\n\nexport * from './components/PlChartHistogram';\nexport * from './components/PlChartStackedBar';\n\nexport * from './components/PlRadio';\n\nexport { default as PlLoaderLogo } from './components/PlLoaderLogo.vue';\n\nexport * from './colors';\n\n/**\n * Usables\n */\nexport { useClickOutside } from './composition/useClickOutside';\nexport { useComponentProp } from './composition/useComponentProp';\nexport { useConfirm } from './composition/useConfirm';\nexport { useDraggable } from './composition/useDraggable';\nexport { useEventListener } from './composition/useEventListener';\nexport { useFormState } from './composition/useFormState';\nexport { useHover } from './composition/useHover';\nexport { useInterval } from './composition/useInterval';\nexport { usePollingQuery } from './composition/usePollingQuery';\nexport { useLocalStorage } from './composition/useLocalStorage';\nexport { useMouse } from './composition/useMouse';\nexport { useMouseCapture } from './composition/useMouseCapture';\nexport { useElementPosition as usePosition } from './composition/usePosition';\nexport { useQuery } from './composition/useQuery.ts';\nexport { useResizeObserver } from './composition/useResizeObserver';\nexport { useScroll } from './composition/useScroll';\nexport { useSortable } from './composition/useSortable';\nexport { useSortable2 } from './composition/useSortable2';\nexport { useTheme } from './composition/useTheme';\n\nexport * from './composition/computedCached';\nexport * from './composition/filters';\nexport * from './composition/useWatchFetch';\nexport * from './composition/watchCached';\n\n/**\n * Utils/Partials\n */\n\nexport * from './utils/DropdownOverlay';\nexport { default as PlCloseModalBtn } from './utils/PlCloseModalBtn.vue';\n\n/**\n * Technical\n * @TODO move it from here maybe\n */\nexport { useLabelNotch } from './utils/useLabelNotch.ts';\n\nexport type * from './types';\n\nexport { icons16, icons24 } from './types';\n\nexport * from './helpers/dom';\n\nexport * from './helpers/utils';\n\n/**\n * @TODO review\n */\nexport { ContextProvider, DataTable, DropdownListItem, Slider, ThemeSwitcher };\n\n// Helpers\nexport { showContextMenu };\n\n// move to new version pl-uikit\nexport { LongText, Scrollable, SliderRange, SliderRangeTriple };\n\n// @todo\nconst DemoData = { allCssVariables: allCssVariables() };\nexport { DemoData };\n"],"names":["DemoData","allCssVariables"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8JA,MAAMA,IAAW,EAAE,iBAAiBC,EAAA,EAAgB;"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PlPlaceholderProps } from '../PlPlaceholder';
|
|
1
2
|
/** Root block page component */
|
|
2
3
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
3
4
|
/**
|
|
@@ -5,26 +6,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
5
6
|
*/
|
|
6
7
|
noBodyGutters?: boolean;
|
|
7
8
|
/**
|
|
8
|
-
* If
|
|
9
|
+
* If defined, a loading overlay is displayed on the page body (over all default slot content)
|
|
9
10
|
*/
|
|
10
|
-
bodyLoading?:
|
|
11
|
-
/**
|
|
12
|
-
* Optional body loading text
|
|
13
|
-
*/
|
|
14
|
-
bodyLoadingText?: string;
|
|
11
|
+
bodyLoading?: PlPlaceholderProps["variant"] | PlPlaceholderProps;
|
|
15
12
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
16
13
|
/**
|
|
17
14
|
* If `true` body gutters are removed
|
|
18
15
|
*/
|
|
19
16
|
noBodyGutters?: boolean;
|
|
20
17
|
/**
|
|
21
|
-
* If
|
|
22
|
-
*/
|
|
23
|
-
bodyLoading?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
* Optional body loading text
|
|
18
|
+
* If defined, a loading overlay is displayed on the page body (over all default slot content)
|
|
26
19
|
*/
|
|
27
|
-
|
|
20
|
+
bodyLoading?: PlPlaceholderProps["variant"] | PlPlaceholderProps;
|
|
28
21
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
29
22
|
title?(_: {}): any;
|
|
30
23
|
'after-title'?(_: {}): any;
|
|
@@ -37,3 +30,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
37
30
|
$slots: S;
|
|
38
31
|
};
|
|
39
32
|
};
|
|
33
|
+
//# sourceMappingURL=PlBlockPage.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlBlockPage.vue.d.ts","sourceRoot":"","sources":["../../../src/layout/PlBlockPage/PlBlockPage.vue"],"names":[],"mappings":"AA0EA,OAAO,sBAAsB,CAAC;AAC9B,OAAO,EAAiB,KAAK,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAG1E,gCAAgC;;IAK9B;;OAEG;oBACa,OAAO;IACvB;;OAEG;kBACW,kBAAkB,CAAC,SAAS,CAAC,GAAG,kBAAkB;;IAPhE;;OAEG;oBACa,OAAO;IACvB;;OAEG;kBACW,kBAAkB,CAAC,SAAS,CAAC,GAAG,kBAAkB;;mBAoFvC,GAAG;2BACK,GAAG;oBACV,GAAG;qBACF,GAAG;;AAlGhC,wBA4IK;AASL,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|