@milaboratories/uikit 2.2.63 → 2.2.65
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 +12 -0
- package/dist/pl-uikit.js +151 -149
- package/dist/pl-uikit.js.map +1 -1
- package/dist/pl-uikit.umd.cjs +9 -9
- package/dist/pl-uikit.umd.cjs.map +1 -1
- package/dist/src/__tests__/compositions/useValidation.spec.d.ts +1 -0
- package/dist/src/__tests__/compositions/useValidation.spec.d.ts.map +1 -0
- package/dist/src/__tests__/setup.d.ts +1 -0
- package/dist/src/__tests__/setup.d.ts.map +1 -0
- package/dist/src/base/BtnBase.vue.d.ts +1 -0
- package/dist/src/base/BtnBase.vue.d.ts.map +1 -0
- package/dist/src/colors/__tests__/colors.spec.d.ts +1 -0
- package/dist/src/colors/__tests__/colors.spec.d.ts.map +1 -0
- package/dist/src/colors/color.d.ts +1 -0
- package/dist/src/colors/color.d.ts.map +1 -0
- package/dist/src/colors/gradient.d.ts +1 -0
- package/dist/src/colors/gradient.d.ts.map +1 -0
- package/dist/src/colors/index.d.ts +1 -0
- package/dist/src/colors/index.d.ts.map +1 -0
- package/dist/src/colors/palette.d.ts +1 -0
- package/dist/src/colors/palette.d.ts.map +1 -0
- package/dist/src/components/ContextProvider.vue.d.ts +1 -0
- package/dist/src/components/ContextProvider.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable/AddColumnBtn.vue.d.ts +1 -0
- package/dist/src/components/DataTable/AddColumnBtn.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable/BaseCellComponent.vue.d.ts +1 -0
- package/dist/src/components/DataTable/BaseCellComponent.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable/ColumnCaret.vue.d.ts +1 -0
- package/dist/src/components/DataTable/ColumnCaret.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable/ColumnsCommandMenu.vue.d.ts +1 -0
- package/dist/src/components/DataTable/ColumnsCommandMenu.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable/RowsCommandMenu.vue.d.ts +1 -0
- package/dist/src/components/DataTable/RowsCommandMenu.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable/TScroll.vue.d.ts +1 -0
- package/dist/src/components/DataTable/TScroll.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable/TableComponent.vue.d.ts +1 -0
- package/dist/src/components/DataTable/TableComponent.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable/TdCell.vue.d.ts +1 -0
- package/dist/src/components/DataTable/TdCell.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable/ThCell.vue.d.ts +1 -0
- package/dist/src/components/DataTable/ThCell.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable/TrBody.vue.d.ts +1 -0
- package/dist/src/components/DataTable/TrBody.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable/TrHead.vue.d.ts +1 -0
- package/dist/src/components/DataTable/TrHead.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable/adapters/AsyncData.d.ts +1 -0
- package/dist/src/components/DataTable/adapters/AsyncData.d.ts.map +1 -0
- package/dist/src/components/DataTable/adapters/RawData.d.ts +1 -0
- package/dist/src/components/DataTable/adapters/RawData.d.ts.map +1 -0
- package/dist/src/components/DataTable/assets/TableIcon.vue.d.ts +1 -0
- package/dist/src/components/DataTable/assets/TableIcon.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable/composition/useColumn.d.ts +1 -0
- package/dist/src/components/DataTable/composition/useColumn.d.ts.map +1 -0
- package/dist/src/components/DataTable/composition/useMouseUp.d.ts +1 -0
- package/dist/src/components/DataTable/composition/useMouseUp.d.ts.map +1 -0
- package/dist/src/components/DataTable/composition/useResize.d.ts +1 -0
- package/dist/src/components/DataTable/composition/useResize.d.ts.map +1 -0
- package/dist/src/components/DataTable/composition/useTableColumns.d.ts +1 -0
- package/dist/src/components/DataTable/composition/useTableColumns.d.ts.map +1 -0
- package/dist/src/components/DataTable/composition/useTableRows.d.ts +1 -0
- package/dist/src/components/DataTable/composition/useTableRows.d.ts.map +1 -0
- package/dist/src/components/DataTable/constants.d.ts +1 -0
- package/dist/src/components/DataTable/constants.d.ts.map +1 -0
- package/dist/src/components/DataTable/domain.d.ts +1 -0
- package/dist/src/components/DataTable/domain.d.ts.map +1 -0
- package/dist/src/components/DataTable/index.d.ts +1 -0
- package/dist/src/components/DataTable/index.d.ts.map +1 -0
- package/dist/src/components/DataTable/keys.d.ts +1 -0
- package/dist/src/components/DataTable/keys.d.ts.map +1 -0
- package/dist/src/components/DataTable/state.d.ts +1 -0
- package/dist/src/components/DataTable/state.d.ts.map +1 -0
- package/dist/src/components/DataTable/types.d.ts +1 -0
- package/dist/src/components/DataTable/types.d.ts.map +1 -0
- package/dist/src/components/DropdownListItem.vue.d.ts +1 -0
- package/dist/src/components/DropdownListItem.vue.d.ts.map +1 -0
- package/dist/src/components/GridTable/AddColumnBtn.vue.d.ts +1 -0
- package/dist/src/components/GridTable/AddColumnBtn.vue.d.ts.map +1 -0
- package/dist/src/components/GridTable/TRow.vue.d.ts +1 -0
- package/dist/src/components/GridTable/TRow.vue.d.ts.map +1 -0
- package/dist/src/components/GridTable/TdCell.vue.d.ts +1 -0
- package/dist/src/components/GridTable/TdCell.vue.d.ts.map +1 -0
- package/dist/src/components/GridTable/ThCell.vue.d.ts +1 -0
- package/dist/src/components/GridTable/ThCell.vue.d.ts.map +1 -0
- package/dist/src/components/GridTable/assets/TableIcon.vue.d.ts +1 -0
- package/dist/src/components/GridTable/assets/TableIcon.vue.d.ts.map +1 -0
- package/dist/src/components/GridTable/constants.d.ts +1 -0
- package/dist/src/components/GridTable/constants.d.ts.map +1 -0
- package/dist/src/components/GridTable/domain.d.ts +1 -0
- package/dist/src/components/GridTable/domain.d.ts.map +1 -0
- package/dist/src/components/GridTable/getColumnPositions.d.ts +1 -0
- package/dist/src/components/GridTable/getColumnPositions.d.ts.map +1 -0
- package/dist/src/components/GridTable/index.vue.d.ts +1 -0
- package/dist/src/components/GridTable/index.vue.d.ts.map +1 -0
- package/dist/src/components/GridTable/types.d.ts +1 -0
- package/dist/src/components/GridTable/types.d.ts.map +1 -0
- package/dist/src/components/GridTable/useColumn.d.ts +1 -0
- package/dist/src/components/GridTable/useColumn.d.ts.map +1 -0
- package/dist/src/components/GridTable/useMouseUp.d.ts +1 -0
- package/dist/src/components/GridTable/useMouseUp.d.ts.map +1 -0
- package/dist/src/components/GridTable/useResize.d.ts +1 -0
- package/dist/src/components/GridTable/useResize.d.ts.map +1 -0
- package/dist/src/components/HScroll.vue.d.ts +1 -0
- package/dist/src/components/HScroll.vue.d.ts.map +1 -0
- package/dist/src/components/InputRange.vue.d.ts +1 -0
- package/dist/src/components/InputRange.vue.d.ts.map +1 -0
- package/dist/src/components/LongText.vue.d.ts +1 -0
- package/dist/src/components/LongText.vue.d.ts.map +1 -0
- package/dist/src/components/PlAccordion/ExpandTransition.vue.d.ts +1 -0
- package/dist/src/components/PlAccordion/ExpandTransition.vue.d.ts.map +1 -0
- package/dist/src/components/PlAccordion/PlAccordion.vue.d.ts +1 -0
- package/dist/src/components/PlAccordion/PlAccordion.vue.d.ts.map +1 -0
- package/dist/src/components/PlAccordion/PlAccordionSection.vue.d.ts +1 -0
- package/dist/src/components/PlAccordion/PlAccordionSection.vue.d.ts.map +1 -0
- package/dist/src/components/PlAccordion/index.d.ts +1 -0
- package/dist/src/components/PlAccordion/index.d.ts.map +1 -0
- package/dist/src/components/PlAlert/PlAlert.vue.d.ts +1 -0
- package/dist/src/components/PlAlert/PlAlert.vue.d.ts.map +1 -0
- package/dist/src/components/PlAlert/index.d.ts +1 -0
- package/dist/src/components/PlAlert/index.d.ts.map +1 -0
- package/dist/src/components/PlBtnAccent/PlBtnAccent.vue.d.ts +1 -0
- package/dist/src/components/PlBtnAccent/PlBtnAccent.vue.d.ts.map +1 -0
- package/dist/src/components/PlBtnAccent/index.d.ts +1 -0
- package/dist/src/components/PlBtnAccent/index.d.ts.map +1 -0
- package/dist/src/components/PlBtnDanger/PlBtnDanger.vue.d.ts +1 -0
- package/dist/src/components/PlBtnDanger/PlBtnDanger.vue.d.ts.map +1 -0
- package/dist/src/components/PlBtnDanger/index.d.ts +1 -0
- package/dist/src/components/PlBtnDanger/index.d.ts.map +1 -0
- package/dist/src/components/PlBtnGhost/PlBtnGhost.vue.d.ts +1 -0
- package/dist/src/components/PlBtnGhost/PlBtnGhost.vue.d.ts.map +1 -0
- package/dist/src/components/PlBtnGhost/index.d.ts +1 -0
- package/dist/src/components/PlBtnGhost/index.d.ts.map +1 -0
- package/dist/src/components/PlBtnGroup/PlBtnGroup.vue.d.ts +1 -0
- package/dist/src/components/PlBtnGroup/PlBtnGroup.vue.d.ts.map +1 -0
- package/dist/src/components/PlBtnGroup/index.d.ts +1 -0
- package/dist/src/components/PlBtnGroup/index.d.ts.map +1 -0
- package/dist/src/components/PlBtnLink/PlBtnLink.vue.d.ts +1 -0
- package/dist/src/components/PlBtnLink/PlBtnLink.vue.d.ts.map +1 -0
- package/dist/src/components/PlBtnLink/index.d.ts +1 -0
- package/dist/src/components/PlBtnLink/index.d.ts.map +1 -0
- package/dist/src/components/PlBtnPrimary/PlBtnPrimary.vue.d.ts +1 -0
- package/dist/src/components/PlBtnPrimary/PlBtnPrimary.vue.d.ts.map +1 -0
- package/dist/src/components/PlBtnPrimary/__tests__/BtnPrimary.spec.d.ts +1 -0
- package/dist/src/components/PlBtnPrimary/__tests__/BtnPrimary.spec.d.ts.map +1 -0
- package/dist/src/components/PlBtnPrimary/index.d.ts +1 -0
- package/dist/src/components/PlBtnPrimary/index.d.ts.map +1 -0
- package/dist/src/components/PlBtnSecondary/PlBtnSecondary.vue.d.ts +1 -0
- package/dist/src/components/PlBtnSecondary/PlBtnSecondary.vue.d.ts.map +1 -0
- package/dist/src/components/PlBtnSecondary/index.d.ts +1 -0
- package/dist/src/components/PlBtnSecondary/index.d.ts.map +1 -0
- package/dist/src/components/PlBtnSplit/PlBtnSplit.vue.d.ts +1 -0
- package/dist/src/components/PlBtnSplit/PlBtnSplit.vue.d.ts.map +1 -0
- package/dist/src/components/PlBtnSplit/__tests__/PlBtnSplit.spec.d.ts +1 -0
- package/dist/src/components/PlBtnSplit/__tests__/PlBtnSplit.spec.d.ts.map +1 -0
- package/dist/src/components/PlBtnSplit/index.d.ts +1 -0
- package/dist/src/components/PlBtnSplit/index.d.ts.map +1 -0
- package/dist/src/components/PlChartHistogram/PlChartHistogram.vue.d.ts +1 -0
- package/dist/src/components/PlChartHistogram/PlChartHistogram.vue.d.ts.map +1 -0
- package/dist/src/components/PlChartHistogram/createGridlines.d.ts +1 -0
- package/dist/src/components/PlChartHistogram/createGridlines.d.ts.map +1 -0
- package/dist/src/components/PlChartHistogram/createLabels.d.ts +1 -0
- package/dist/src/components/PlChartHistogram/createLabels.d.ts.map +1 -0
- package/dist/src/components/PlChartHistogram/createSvgContainer.d.ts +1 -0
- package/dist/src/components/PlChartHistogram/createSvgContainer.d.ts.map +1 -0
- package/dist/src/components/PlChartHistogram/drawBins.d.ts +1 -0
- package/dist/src/components/PlChartHistogram/drawBins.d.ts.map +1 -0
- package/dist/src/components/PlChartHistogram/drawThreshold.d.ts +1 -0
- package/dist/src/components/PlChartHistogram/drawThreshold.d.ts.map +1 -0
- package/dist/src/components/PlChartHistogram/histogram.d.ts +1 -0
- package/dist/src/components/PlChartHistogram/histogram.d.ts.map +1 -0
- package/dist/src/components/PlChartHistogram/index.d.ts +1 -0
- package/dist/src/components/PlChartHistogram/index.d.ts.map +1 -0
- package/dist/src/components/PlChartHistogram/logspace.d.ts +1 -0
- package/dist/src/components/PlChartHistogram/logspace.d.ts.map +1 -0
- package/dist/src/components/PlChartHistogram/normalizeBins.d.ts +1 -0
- package/dist/src/components/PlChartHistogram/normalizeBins.d.ts.map +1 -0
- package/dist/src/components/PlChartHistogram/scales.spec.d.ts +1 -0
- package/dist/src/components/PlChartHistogram/scales.spec.d.ts.map +1 -0
- package/dist/src/components/PlChartHistogram/types.d.ts +1 -0
- package/dist/src/components/PlChartHistogram/types.d.ts.map +1 -0
- package/dist/src/components/PlChartStackedBar/Legends.vue.d.ts +1 -0
- package/dist/src/components/PlChartStackedBar/Legends.vue.d.ts.map +1 -0
- package/dist/src/components/PlChartStackedBar/PlChartStackedBar.vue.d.ts +1 -0
- package/dist/src/components/PlChartStackedBar/PlChartStackedBar.vue.d.ts.map +1 -0
- package/dist/src/components/PlChartStackedBar/PlChartStackedBarCompact.vue.d.ts +1 -0
- package/dist/src/components/PlChartStackedBar/PlChartStackedBarCompact.vue.d.ts.map +1 -0
- package/dist/src/components/PlChartStackedBar/StackedRow.vue.d.ts +1 -0
- package/dist/src/components/PlChartStackedBar/StackedRow.vue.d.ts.map +1 -0
- package/dist/src/components/PlChartStackedBar/StackedRowCompact.vue.d.ts +1 -0
- package/dist/src/components/PlChartStackedBar/StackedRowCompact.vue.d.ts.map +1 -0
- package/dist/src/components/PlChartStackedBar/index.d.ts +1 -0
- package/dist/src/components/PlChartStackedBar/index.d.ts.map +1 -0
- package/dist/src/components/PlChartStackedBar/types.d.ts +1 -0
- package/dist/src/components/PlChartStackedBar/types.d.ts.map +1 -0
- package/dist/src/components/PlCheckbox/PlCheckbox.vue.d.ts +1 -0
- package/dist/src/components/PlCheckbox/PlCheckbox.vue.d.ts.map +1 -0
- package/dist/src/components/PlCheckbox/PlCheckboxBase.vue.d.ts +1 -0
- package/dist/src/components/PlCheckbox/PlCheckboxBase.vue.d.ts.map +1 -0
- package/dist/src/components/PlCheckbox/__tests__/PlCheckbox.spec.d.ts +1 -0
- package/dist/src/components/PlCheckbox/__tests__/PlCheckbox.spec.d.ts.map +1 -0
- package/dist/src/components/PlCheckbox/index.d.ts +1 -0
- package/dist/src/components/PlCheckbox/index.d.ts.map +1 -0
- package/dist/src/components/PlCheckboxGroup/PlCheckboxGroup.vue.d.ts +1 -0
- package/dist/src/components/PlCheckboxGroup/PlCheckboxGroup.vue.d.ts.map +1 -0
- package/dist/src/components/PlCheckboxGroup/index.d.ts +1 -0
- package/dist/src/components/PlCheckboxGroup/index.d.ts.map +1 -0
- package/dist/src/components/PlChip/PlChip.vue.d.ts +1 -0
- package/dist/src/components/PlChip/PlChip.vue.d.ts.map +1 -0
- package/dist/src/components/PlChip/index.d.ts +1 -0
- package/dist/src/components/PlChip/index.d.ts.map +1 -0
- package/dist/src/components/PlDialogModal/PlDialogModal.vue.d.ts +1 -0
- package/dist/src/components/PlDialogModal/PlDialogModal.vue.d.ts.map +1 -0
- package/dist/src/components/PlDialogModal/index.d.ts +1 -0
- package/dist/src/components/PlDialogModal/index.d.ts.map +1 -0
- package/dist/src/components/PlDropdown/PlDropdown.vue.d.ts +1 -0
- package/dist/src/components/PlDropdown/PlDropdown.vue.d.ts.map +1 -0
- package/dist/src/components/PlDropdown/__tests__/PlDropdown.spec.d.ts +1 -0
- package/dist/src/components/PlDropdown/__tests__/PlDropdown.spec.d.ts.map +1 -0
- package/dist/src/components/PlDropdown/index.d.ts +1 -0
- package/dist/src/components/PlDropdown/index.d.ts.map +1 -0
- package/dist/src/components/PlDropdownLegacy/PlDropdownLegacy.vue.d.ts +1 -0
- package/dist/src/components/PlDropdownLegacy/PlDropdownLegacy.vue.d.ts.map +1 -0
- package/dist/src/components/PlDropdownLegacy/__tests__/PlDropdownLegacy.spec.d.ts +1 -0
- package/dist/src/components/PlDropdownLegacy/__tests__/PlDropdownLegacy.spec.d.ts.map +1 -0
- package/dist/src/components/PlDropdownLegacy/index.d.ts +1 -0
- package/dist/src/components/PlDropdownLegacy/index.d.ts.map +1 -0
- package/dist/src/components/PlDropdownLine/PlDropdownLine.vue.d.ts +1 -0
- package/dist/src/components/PlDropdownLine/PlDropdownLine.vue.d.ts.map +1 -0
- package/dist/src/components/PlDropdownLine/ResizableInput.vue.d.ts +1 -0
- package/dist/src/components/PlDropdownLine/ResizableInput.vue.d.ts.map +1 -0
- package/dist/src/components/PlDropdownLine/index.d.ts +1 -0
- package/dist/src/components/PlDropdownLine/index.d.ts.map +1 -0
- package/dist/src/components/PlDropdownMulti/PlDropdownMulti.vue.d.ts +1 -0
- package/dist/src/components/PlDropdownMulti/PlDropdownMulti.vue.d.ts.map +1 -0
- package/dist/src/components/PlDropdownMulti/__tests__/PlDropdownMulti.spec.d.ts +1 -0
- package/dist/src/components/PlDropdownMulti/__tests__/PlDropdownMulti.spec.d.ts.map +1 -0
- package/dist/src/components/PlDropdownMulti/index.d.ts +1 -0
- package/dist/src/components/PlDropdownMulti/index.d.ts.map +1 -0
- package/dist/src/components/PlDropdownMultiRef/PlDropdownMultiRef.vue.d.ts +1 -0
- package/dist/src/components/PlDropdownMultiRef/PlDropdownMultiRef.vue.d.ts.map +1 -0
- package/dist/src/components/PlDropdownMultiRef/__tests__/PlDropdownMultiRef.spec.d.ts +1 -0
- package/dist/src/components/PlDropdownMultiRef/__tests__/PlDropdownMultiRef.spec.d.ts.map +1 -0
- package/dist/src/components/PlDropdownMultiRef/index.d.ts +1 -0
- package/dist/src/components/PlDropdownMultiRef/index.d.ts.map +1 -0
- package/dist/src/components/PlDropdownRef/PlDropdownRef.vue.d.ts +1 -0
- package/dist/src/components/PlDropdownRef/PlDropdownRef.vue.d.ts.map +1 -0
- package/dist/src/components/PlDropdownRef/__tests__/PlDropdownRef.spec.d.ts +1 -0
- package/dist/src/components/PlDropdownRef/__tests__/PlDropdownRef.spec.d.ts.map +1 -0
- package/dist/src/components/PlDropdownRef/index.d.ts +1 -0
- package/dist/src/components/PlDropdownRef/index.d.ts.map +1 -0
- package/dist/src/components/PlEditableTitle/PlEditableTitle.vue.d.ts +1 -0
- package/dist/src/components/PlEditableTitle/PlEditableTitle.vue.d.ts.map +1 -0
- package/dist/src/components/PlEditableTitle/index.d.ts +1 -0
- package/dist/src/components/PlEditableTitle/index.d.ts.map +1 -0
- package/dist/src/components/PlFileDialog/Local.vue.d.ts +1 -0
- package/dist/src/components/PlFileDialog/Local.vue.d.ts.map +1 -0
- package/dist/src/components/PlFileDialog/PlFileDialog.vue.d.ts +1 -0
- package/dist/src/components/PlFileDialog/PlFileDialog.vue.d.ts.map +1 -0
- package/dist/src/components/PlFileDialog/Remote.vue.d.ts +1 -0
- package/dist/src/components/PlFileDialog/Remote.vue.d.ts.map +1 -0
- package/dist/src/components/PlFileDialog/Shortcuts.vue.d.ts +1 -0
- package/dist/src/components/PlFileDialog/Shortcuts.vue.d.ts.map +1 -0
- package/dist/src/components/PlFileDialog/index.d.ts +1 -0
- package/dist/src/components/PlFileDialog/index.d.ts.map +1 -0
- package/dist/src/components/PlFileDialog/remote.d.ts +1 -0
- package/dist/src/components/PlFileDialog/remote.d.ts.map +1 -0
- package/dist/src/components/PlFileDialog/utils.d.ts +1 -0
- package/dist/src/components/PlFileDialog/utils.d.ts.map +1 -0
- package/dist/src/components/PlFileDialog/utils.test.d.ts +1 -0
- package/dist/src/components/PlFileDialog/utils.test.d.ts.map +1 -0
- package/dist/src/components/PlFileInput/PlFileInput.vue.d.ts +1 -0
- package/dist/src/components/PlFileInput/PlFileInput.vue.d.ts.map +1 -0
- package/dist/src/components/PlFileInput/index.d.ts +1 -0
- package/dist/src/components/PlFileInput/index.d.ts.map +1 -0
- package/dist/src/components/PlFileInput/utils.d.ts +1 -0
- package/dist/src/components/PlFileInput/utils.d.ts.map +1 -0
- package/dist/src/components/PlIcon16/PlIcon16.vue.d.ts +1 -0
- package/dist/src/components/PlIcon16/PlIcon16.vue.d.ts.map +1 -0
- package/dist/src/components/PlIcon16/index.d.ts +1 -0
- package/dist/src/components/PlIcon16/index.d.ts.map +1 -0
- package/dist/src/components/PlIcon24/PlIcon24.vue.d.ts +1 -0
- package/dist/src/components/PlIcon24/PlIcon24.vue.d.ts.map +1 -0
- package/dist/src/components/PlIcon24/index.d.ts +1 -0
- package/dist/src/components/PlIcon24/index.d.ts.map +1 -0
- package/dist/src/components/PlLoaderCircular/PlLoaderCircular.vue.d.ts +1 -0
- package/dist/src/components/PlLoaderCircular/PlLoaderCircular.vue.d.ts.map +1 -0
- package/dist/src/components/PlLoaderCircular/index.d.ts +1 -0
- package/dist/src/components/PlLoaderCircular/index.d.ts.map +1 -0
- package/dist/src/components/PlLogView/PlLogView.vue.d.ts +1 -0
- package/dist/src/components/PlLogView/PlLogView.vue.d.ts.map +1 -0
- package/dist/src/components/PlLogView/index.d.ts +1 -0
- package/dist/src/components/PlLogView/index.d.ts.map +1 -0
- package/dist/src/components/PlLogView/useLogHandle.d.ts +1 -0
- package/dist/src/components/PlLogView/useLogHandle.d.ts.map +1 -0
- package/dist/src/components/PlMaskIcon16/PlMaskIcon16.vue.d.ts +1 -0
- package/dist/src/components/PlMaskIcon16/PlMaskIcon16.vue.d.ts.map +1 -0
- package/dist/src/components/PlMaskIcon16/index.d.ts +1 -0
- package/dist/src/components/PlMaskIcon16/index.d.ts.map +1 -0
- package/dist/src/components/PlMaskIcon24/PlMaskIcon24.vue.d.ts +1 -0
- package/dist/src/components/PlMaskIcon24/PlMaskIcon24.vue.d.ts.map +1 -0
- package/dist/src/components/PlMaskIcon24/index.d.ts +1 -0
- package/dist/src/components/PlMaskIcon24/index.d.ts.map +1 -0
- package/dist/src/components/PlNotificationAlert/PlNotificationAlert.vue.d.ts +1 -0
- package/dist/src/components/PlNotificationAlert/PlNotificationAlert.vue.d.ts.map +1 -0
- package/dist/src/components/PlNotificationAlert/index.d.ts +1 -0
- package/dist/src/components/PlNotificationAlert/index.d.ts.map +1 -0
- package/dist/src/components/PlNumberField/PlNumberField.vue.d.ts +1 -0
- package/dist/src/components/PlNumberField/PlNumberField.vue.d.ts.map +1 -0
- package/dist/src/components/PlNumberField/__tests__/PlNumberField.spec.d.ts +1 -0
- package/dist/src/components/PlNumberField/__tests__/PlNumberField.spec.d.ts.map +1 -0
- package/dist/src/components/PlNumberField/index.d.ts +1 -0
- package/dist/src/components/PlNumberField/index.d.ts.map +1 -0
- package/dist/src/components/PlProgressBar/PlProgressBar.vue.d.ts +1 -0
- package/dist/src/components/PlProgressBar/PlProgressBar.vue.d.ts.map +1 -0
- package/dist/src/components/PlProgressBar/index.d.ts +1 -0
- package/dist/src/components/PlProgressBar/index.d.ts.map +1 -0
- package/dist/src/components/PlProgressCell/PlProgressCell.vue.d.ts +1 -0
- package/dist/src/components/PlProgressCell/PlProgressCell.vue.d.ts.map +1 -0
- package/dist/src/components/PlProgressCell/index.d.ts +1 -0
- package/dist/src/components/PlProgressCell/index.d.ts.map +1 -0
- package/dist/src/components/PlProgressCell/types.d.ts +1 -0
- package/dist/src/components/PlProgressCell/types.d.ts.map +1 -0
- package/dist/src/components/PlSearchField/PlSearchField.vue.d.ts +1 -0
- package/dist/src/components/PlSearchField/PlSearchField.vue.d.ts.map +1 -0
- package/dist/src/components/PlSearchField/index.d.ts +1 -0
- package/dist/src/components/PlSearchField/index.d.ts.map +1 -0
- package/dist/src/components/PlSectionSeparator/PlSectionSeparator.vue.d.ts +1 -0
- package/dist/src/components/PlSectionSeparator/PlSectionSeparator.vue.d.ts.map +1 -0
- package/dist/src/components/PlSectionSeparator/index.d.ts +1 -0
- package/dist/src/components/PlSectionSeparator/index.d.ts.map +1 -0
- package/dist/src/components/PlSlideModal/PlSlideModal.vue.d.ts +1 -0
- package/dist/src/components/PlSlideModal/PlSlideModal.vue.d.ts.map +1 -0
- package/dist/src/components/PlSlideModal/index.d.ts +1 -0
- package/dist/src/components/PlSlideModal/index.d.ts.map +1 -0
- package/dist/src/components/PlSpacer/PlSpacer.vue.d.ts +1 -0
- package/dist/src/components/PlSpacer/PlSpacer.vue.d.ts.map +1 -0
- package/dist/src/components/PlSpacer/index.d.ts +1 -0
- package/dist/src/components/PlSpacer/index.d.ts.map +1 -0
- package/dist/src/components/PlSplash/PlSplash.vue.d.ts +1 -0
- package/dist/src/components/PlSplash/PlSplash.vue.d.ts.map +1 -0
- package/dist/src/components/PlSplash/index.d.ts +1 -0
- package/dist/src/components/PlSplash/index.d.ts.map +1 -0
- package/dist/src/components/PlStatusTag/PlStatusTag.vue.d.ts +1 -0
- package/dist/src/components/PlStatusTag/PlStatusTag.vue.d.ts.map +1 -0
- package/dist/src/components/PlStatusTag/index.d.ts +1 -0
- package/dist/src/components/PlStatusTag/index.d.ts.map +1 -0
- package/dist/src/components/PlStatusTag/types.d.ts +1 -0
- package/dist/src/components/PlStatusTag/types.d.ts.map +1 -0
- package/dist/src/components/PlTabs/PlTabs.vue.d.ts +1 -0
- package/dist/src/components/PlTabs/PlTabs.vue.d.ts.map +1 -0
- package/dist/src/components/PlTabs/Tab.vue.d.ts +1 -0
- package/dist/src/components/PlTabs/Tab.vue.d.ts.map +1 -0
- package/dist/src/components/PlTabs/index.d.ts +1 -0
- package/dist/src/components/PlTabs/index.d.ts.map +1 -0
- package/dist/src/components/PlTabs/types.d.ts +1 -0
- package/dist/src/components/PlTabs/types.d.ts.map +1 -0
- package/dist/src/components/PlTextArea/PlTextArea.vue.d.ts +1 -0
- package/dist/src/components/PlTextArea/PlTextArea.vue.d.ts.map +1 -0
- package/dist/src/components/PlTextArea/__tests__/PlTextArea.spec.d.ts +1 -0
- package/dist/src/components/PlTextArea/__tests__/PlTextArea.spec.d.ts.map +1 -0
- package/dist/src/components/PlTextArea/index.d.ts +1 -0
- package/dist/src/components/PlTextArea/index.d.ts.map +1 -0
- package/dist/src/components/PlTextField/PlTextField.vue.d.ts +1 -0
- package/dist/src/components/PlTextField/PlTextField.vue.d.ts.map +1 -0
- package/dist/src/components/PlTextField/__tests__/TextField.spec.d.ts +1 -0
- package/dist/src/components/PlTextField/__tests__/TextField.spec.d.ts.map +1 -0
- package/dist/src/components/PlTextField/index.d.ts +1 -0
- package/dist/src/components/PlTextField/index.d.ts.map +1 -0
- package/dist/src/components/PlToggleSwitch/PlToggleSwitch.vue.d.ts +1 -0
- package/dist/src/components/PlToggleSwitch/PlToggleSwitch.vue.d.ts.map +1 -0
- package/dist/src/components/PlToggleSwitch/index.d.ts +1 -0
- package/dist/src/components/PlToggleSwitch/index.d.ts.map +1 -0
- package/dist/src/components/PlTooltip/Beak.vue.d.ts +1 -0
- package/dist/src/components/PlTooltip/Beak.vue.d.ts.map +1 -0
- package/dist/src/components/PlTooltip/PlTooltip.vue.d.ts +1 -0
- package/dist/src/components/PlTooltip/PlTooltip.vue.d.ts.map +1 -0
- package/dist/src/components/PlTooltip/global.d.ts +1 -0
- package/dist/src/components/PlTooltip/global.d.ts.map +1 -0
- package/dist/src/components/PlTooltip/index.d.ts +1 -0
- package/dist/src/components/PlTooltip/index.d.ts.map +1 -0
- package/dist/src/components/PlTooltip/useTooltipPosition.d.ts +1 -0
- package/dist/src/components/PlTooltip/useTooltipPosition.d.ts.map +1 -0
- package/dist/src/components/Scrollable.vue.d.ts +1 -0
- package/dist/src/components/Scrollable.vue.d.ts.map +1 -0
- package/dist/src/components/Slider.vue.d.ts +1 -0
- package/dist/src/components/Slider.vue.d.ts.map +1 -0
- package/dist/src/components/SliderRange.vue.d.ts +1 -0
- package/dist/src/components/SliderRange.vue.d.ts.map +1 -0
- package/dist/src/components/SliderRangeTriple.vue.d.ts +1 -0
- package/dist/src/components/SliderRangeTriple.vue.d.ts.map +1 -0
- package/dist/src/components/TabItem.vue.d.ts +1 -0
- package/dist/src/components/TabItem.vue.d.ts.map +1 -0
- package/dist/src/components/ThemeSwitcher.vue.d.ts +1 -0
- package/dist/src/components/ThemeSwitcher.vue.d.ts.map +1 -0
- package/dist/src/components/TransitionSlidePanel.vue.d.ts +1 -0
- package/dist/src/components/TransitionSlidePanel.vue.d.ts.map +1 -0
- package/dist/src/components/VScroll.vue.d.ts +1 -0
- package/dist/src/components/VScroll.vue.d.ts.map +1 -0
- package/dist/src/components/contextMenu/Menu.vue.d.ts +1 -0
- package/dist/src/components/contextMenu/Menu.vue.d.ts.map +1 -0
- package/dist/src/components/contextMenu/index.d.ts +1 -0
- package/dist/src/components/contextMenu/index.d.ts.map +1 -0
- package/dist/src/components/contextMenu/types.d.ts +1 -0
- package/dist/src/components/contextMenu/types.d.ts.map +1 -0
- package/dist/src/composition/useClickOutside.d.ts +1 -0
- package/dist/src/composition/useClickOutside.d.ts.map +1 -0
- package/dist/src/composition/useComponentProp.d.ts +1 -0
- package/dist/src/composition/useComponentProp.d.ts.map +1 -0
- package/dist/src/composition/useDraggable.d.ts +1 -0
- package/dist/src/composition/useDraggable.d.ts.map +1 -0
- package/dist/src/composition/useEventListener.d.ts +1 -0
- package/dist/src/composition/useEventListener.d.ts.map +1 -0
- package/dist/src/composition/useFilteredList.d.ts +1 -0
- package/dist/src/composition/useFilteredList.d.ts.map +1 -0
- package/dist/src/composition/useFormState.d.ts +1 -0
- package/dist/src/composition/useFormState.d.ts.map +1 -0
- package/dist/src/composition/useHover.d.ts +1 -0
- package/dist/src/composition/useHover.d.ts.map +1 -0
- package/dist/src/composition/useInterval.d.ts +1 -0
- package/dist/src/composition/useInterval.d.ts.map +1 -0
- package/dist/src/composition/useLocalStorage.d.ts +1 -0
- package/dist/src/composition/useLocalStorage.d.ts.map +1 -0
- package/dist/src/composition/useMouse.d.ts +1 -0
- package/dist/src/composition/useMouse.d.ts.map +1 -0
- package/dist/src/composition/useMouseCapture.d.ts +1 -0
- package/dist/src/composition/useMouseCapture.d.ts.map +1 -0
- package/dist/src/composition/useNotificationPosition.d.ts +1 -0
- package/dist/src/composition/useNotificationPosition.d.ts.map +1 -0
- package/dist/src/composition/usePosition.d.ts +1 -0
- package/dist/src/composition/usePosition.d.ts.map +1 -0
- package/dist/src/composition/useQuery.d.ts +1 -0
- package/dist/src/composition/useQuery.d.ts.map +1 -0
- package/dist/src/composition/useResizeObserver.d.ts +1 -0
- package/dist/src/composition/useResizeObserver.d.ts.map +1 -0
- package/dist/src/composition/useRipple.d.ts +1 -0
- package/dist/src/composition/useRipple.d.ts.map +1 -0
- package/dist/src/composition/useScroll.d.ts +1 -0
- package/dist/src/composition/useScroll.d.ts.map +1 -0
- package/dist/src/composition/useSliderBreakpoints.d.ts +1 -0
- package/dist/src/composition/useSliderBreakpoints.d.ts.map +1 -0
- package/dist/src/composition/useSortable.d.ts +1 -0
- package/dist/src/composition/useSortable.d.ts.map +1 -0
- package/dist/src/composition/useSortable2.d.ts +1 -0
- package/dist/src/composition/useSortable2.d.ts.map +1 -0
- package/dist/src/composition/useTheme.d.ts +1 -0
- package/dist/src/composition/useTheme.d.ts.map +1 -0
- package/dist/src/composition/useTransformedModel.d.ts +1 -0
- package/dist/src/composition/useTransformedModel.d.ts.map +1 -0
- package/dist/src/composition/utils.d.ts +1 -0
- package/dist/src/composition/utils.d.ts.map +1 -0
- package/dist/src/demo-site-data/all-css-variables.d.ts +1 -0
- package/dist/src/demo-site-data/all-css-variables.d.ts.map +1 -0
- package/dist/src/drafts/FileBaseInput.vue.d.ts +1 -0
- package/dist/src/drafts/FileBaseInput.vue.d.ts.map +1 -0
- package/dist/src/generated/icons-16.d.ts +1 -0
- package/dist/src/generated/icons-16.d.ts.map +1 -0
- package/dist/src/generated/icons-24.d.ts +2 -1
- package/dist/src/generated/icons-24.d.ts.map +1 -0
- package/dist/src/global/resizeObserver.d.ts +1 -0
- package/dist/src/global/resizeObserver.d.ts.map +1 -0
- package/dist/src/helpers/dom.d.ts +1 -0
- package/dist/src/helpers/dom.d.ts.map +1 -0
- package/dist/src/helpers/functions.d.ts +1 -0
- package/dist/src/helpers/functions.d.ts.map +1 -0
- package/dist/src/helpers/index.d.ts +1 -0
- package/dist/src/helpers/index.d.ts.map +1 -0
- package/dist/src/helpers/iterators.d.ts +1 -0
- package/dist/src/helpers/iterators.d.ts.map +1 -0
- package/dist/src/helpers/math.d.ts +1 -0
- package/dist/src/helpers/math.d.ts.map +1 -0
- package/dist/src/helpers/objects.d.ts +1 -0
- package/dist/src/helpers/objects.d.ts.map +1 -0
- package/dist/src/helpers/utils.d.ts +1 -0
- package/dist/src/helpers/utils.d.ts.map +1 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/layout/PlBlockPage/PlBlockPage.vue.d.ts +1 -0
- package/dist/src/layout/PlBlockPage/PlBlockPage.vue.d.ts.map +1 -0
- package/dist/src/layout/PlBlockPage/index.d.ts +1 -0
- package/dist/src/layout/PlBlockPage/index.d.ts.map +1 -0
- package/dist/src/layout/PlContainer/PlContainer.vue.d.ts +1 -0
- package/dist/src/layout/PlContainer/PlContainer.vue.d.ts.map +1 -0
- package/dist/src/layout/PlContainer/index.d.ts +1 -0
- package/dist/src/layout/PlContainer/index.d.ts.map +1 -0
- package/dist/src/layout/PlGrid/PlGrid.vue.d.ts +1 -0
- package/dist/src/layout/PlGrid/PlGrid.vue.d.ts.map +1 -0
- package/dist/src/layout/PlGrid/index.d.ts +1 -0
- package/dist/src/layout/PlGrid/index.d.ts.map +1 -0
- package/dist/src/layout/PlRow/PlRow.vue.d.ts +1 -0
- package/dist/src/layout/PlRow/PlRow.vue.d.ts.map +1 -0
- package/dist/src/layout/PlRow/index.d.ts +1 -0
- package/dist/src/layout/PlRow/index.d.ts.map +1 -0
- package/dist/src/layout/PlSpacer/PlSpacer.vue.d.ts +1 -0
- package/dist/src/layout/PlSpacer/PlSpacer.vue.d.ts.map +1 -0
- package/dist/src/layout/PlSpacer/index.d.ts +1 -0
- package/dist/src/layout/PlSpacer/index.d.ts.map +1 -0
- package/dist/src/types.d.ts +1 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/utils/DoubleContour.vue.d.ts +1 -0
- package/dist/src/utils/DoubleContour.vue.d.ts.map +1 -0
- package/dist/src/utils/DropdownOverlay/DropdownOverlay.vue.d.ts +1 -0
- package/dist/src/utils/DropdownOverlay/DropdownOverlay.vue.d.ts.map +1 -0
- package/dist/src/utils/DropdownOverlay/index.d.ts +1 -0
- package/dist/src/utils/DropdownOverlay/index.d.ts.map +1 -0
- package/dist/src/utils/InnerBorder.vue.d.ts +1 -0
- package/dist/src/utils/InnerBorder.vue.d.ts.map +1 -0
- package/dist/src/utils/PlCloseModalBtn.vue.d.ts +1 -0
- package/dist/src/utils/PlCloseModalBtn.vue.d.ts.map +1 -0
- package/dist/src/utils/WebStopWatchElement.d.ts +1 -0
- package/dist/src/utils/WebStopWatchElement.d.ts.map +1 -0
- package/dist/src/utils/useLabelNotch.d.ts +1 -0
- package/dist/src/utils/useLabelNotch.d.ts.map +1 -0
- package/dist/src/utils/useValidation.d.ts +1 -0
- package/dist/src/utils/useValidation.d.ts.map +1 -0
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/assets/icons/icon-assets/24_monetization.svg +3 -0
- package/src/assets/icons/icon-assets-min/24_monetization.svg +1 -0
- package/src/assets/icons/icons-24-generated.json +1 -0
- package/src/assets/icons/icons-24-generated.scss +1 -0
- package/src/components/PlAccordion/PlAccordionSection.vue +6 -3
- package/src/generated/icons-24.ts +1 -0
- package/tsconfig.lib.json +1 -0
package/dist/pl-uikit.js
CHANGED
|
@@ -1063,7 +1063,7 @@ function ya(t, e) {
|
|
|
1063
1063
|
});
|
|
1064
1064
|
return b(() => qo(Ko, o));
|
|
1065
1065
|
}
|
|
1066
|
-
const
|
|
1066
|
+
const iw = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1067
1067
|
__proto__: null,
|
|
1068
1068
|
AsyncData: ha,
|
|
1069
1069
|
Component: Ko,
|
|
@@ -1114,7 +1114,7 @@ function Ca(t) {
|
|
|
1114
1114
|
Vo.delete(n);
|
|
1115
1115
|
}), [e, o];
|
|
1116
1116
|
}
|
|
1117
|
-
const
|
|
1117
|
+
const lw = /* @__PURE__ */ N({
|
|
1118
1118
|
__name: "ThemeSwitcher",
|
|
1119
1119
|
setup(t) {
|
|
1120
1120
|
const [e, n] = Ca();
|
|
@@ -1193,7 +1193,7 @@ const iw = /* @__PURE__ */ N({
|
|
|
1193
1193
|
class: "pl-block-page__title"
|
|
1194
1194
|
}, Oa = { class: "pl-block-page__title__default" }, Pa = { class: "pl-block-page__title__append" }, Ia = { key: 1 }, Na = {
|
|
1195
1195
|
name: "PlBlockPage"
|
|
1196
|
-
},
|
|
1196
|
+
}, aw = /* @__PURE__ */ N({
|
|
1197
1197
|
...Na,
|
|
1198
1198
|
props: {
|
|
1199
1199
|
noBodyGutters: { type: Boolean },
|
|
@@ -1240,7 +1240,7 @@ const iw = /* @__PURE__ */ N({
|
|
|
1240
1240
|
}
|
|
1241
1241
|
}), La = {
|
|
1242
1242
|
name: "PlContainer"
|
|
1243
|
-
},
|
|
1243
|
+
}, uw = /* @__PURE__ */ N({
|
|
1244
1244
|
...La,
|
|
1245
1245
|
props: {
|
|
1246
1246
|
width: {},
|
|
@@ -1265,7 +1265,7 @@ const iw = /* @__PURE__ */ N({
|
|
|
1265
1265
|
}
|
|
1266
1266
|
}), za = {
|
|
1267
1267
|
name: "PlRow"
|
|
1268
|
-
},
|
|
1268
|
+
}, dw = /* @__PURE__ */ N({
|
|
1269
1269
|
...za,
|
|
1270
1270
|
props: {
|
|
1271
1271
|
wrap: { type: Boolean },
|
|
@@ -1284,14 +1284,14 @@ const iw = /* @__PURE__ */ N({
|
|
|
1284
1284
|
style: { "flex-grow": "1" }
|
|
1285
1285
|
}, ja = {
|
|
1286
1286
|
name: "PlSpacer"
|
|
1287
|
-
},
|
|
1287
|
+
}, cw = /* @__PURE__ */ N({
|
|
1288
1288
|
...ja,
|
|
1289
1289
|
setup(t) {
|
|
1290
1290
|
return (e, n) => (f(), v("div", Ha));
|
|
1291
1291
|
}
|
|
1292
1292
|
}), Za = {
|
|
1293
1293
|
name: "PlGrid"
|
|
1294
|
-
},
|
|
1294
|
+
}, fw = /* @__PURE__ */ N({
|
|
1295
1295
|
...Za,
|
|
1296
1296
|
props: {
|
|
1297
1297
|
columns: {}
|
|
@@ -1312,7 +1312,7 @@ const iw = /* @__PURE__ */ N({
|
|
|
1312
1312
|
class: "pl-alert__icon"
|
|
1313
1313
|
}, qa = { class: "pl-alert__main" }, Wa = { key: 0 }, Ya = { class: "pl-alert__main__text" }, Ka = {
|
|
1314
1314
|
name: "PlAlert"
|
|
1315
|
-
},
|
|
1315
|
+
}, pw = /* @__PURE__ */ N({
|
|
1316
1316
|
...Ka,
|
|
1317
1317
|
props: {
|
|
1318
1318
|
modelValue: { type: Boolean, default: !0 },
|
|
@@ -1432,7 +1432,7 @@ function su(t, e) {
|
|
|
1432
1432
|
function iu(t, e) {
|
|
1433
1433
|
return t = Math.ceil(t), e = Math.floor(e), Math.floor(Math.random() * (e - t)) + t;
|
|
1434
1434
|
}
|
|
1435
|
-
function
|
|
1435
|
+
function hw(t) {
|
|
1436
1436
|
let e = "";
|
|
1437
1437
|
for (let n = 0; n < t; n++)
|
|
1438
1438
|
e += String.fromCharCode(iu(65, 91));
|
|
@@ -1443,7 +1443,7 @@ function lu(t) {
|
|
|
1443
1443
|
return 1 - t(1 - e);
|
|
1444
1444
|
};
|
|
1445
1445
|
}
|
|
1446
|
-
function
|
|
1446
|
+
function mw(t) {
|
|
1447
1447
|
return function(e) {
|
|
1448
1448
|
return e < 0.5 ? t(2 * e) / 2 : (2 - t(2 * (1 - e))) / 2;
|
|
1449
1449
|
};
|
|
@@ -1460,7 +1460,7 @@ function au(t) {
|
|
|
1460
1460
|
s = !0;
|
|
1461
1461
|
};
|
|
1462
1462
|
}
|
|
1463
|
-
function
|
|
1463
|
+
function vw(t) {
|
|
1464
1464
|
const { getFraction: e, draw: n, timing: o } = t, r = performance.now();
|
|
1465
1465
|
let s = !1;
|
|
1466
1466
|
return requestAnimationFrame(function i(l) {
|
|
@@ -1484,7 +1484,7 @@ function uu(t, e, n = !0) {
|
|
|
1484
1484
|
}, (/* @__PURE__ */ new Date()).getTime() > o && r();
|
|
1485
1485
|
};
|
|
1486
1486
|
}
|
|
1487
|
-
function
|
|
1487
|
+
function gw(t) {
|
|
1488
1488
|
return t.map((e) => ({ text: String(e), value: e }));
|
|
1489
1489
|
}
|
|
1490
1490
|
function It(t) {
|
|
@@ -1539,7 +1539,7 @@ const du = /* @__PURE__ */ N({
|
|
|
1539
1539
|
icon: cu
|
|
1540
1540
|
}, pu = {
|
|
1541
1541
|
$style: fu
|
|
1542
|
-
}, Jt = /* @__PURE__ */ ge(du, [["__cssModules", pu]]), hu = ["onKeyup"],
|
|
1542
|
+
}, Jt = /* @__PURE__ */ ge(du, [["__cssModules", pu]]), hu = ["onKeyup"], yw = /* @__PURE__ */ N({
|
|
1543
1543
|
__name: "PlBtnSplit",
|
|
1544
1544
|
props: /* @__PURE__ */ et({
|
|
1545
1545
|
options: {},
|
|
@@ -1752,7 +1752,7 @@ const mu = { key: 0 }, vu = {
|
|
|
1752
1752
|
}
|
|
1753
1753
|
}), _u = {
|
|
1754
1754
|
name: "PlBtnAccent"
|
|
1755
|
-
},
|
|
1755
|
+
}, _w = /* @__PURE__ */ N({
|
|
1756
1756
|
..._u,
|
|
1757
1757
|
props: {
|
|
1758
1758
|
loading: { type: Boolean },
|
|
@@ -1773,7 +1773,7 @@ const mu = { key: 0 }, vu = {
|
|
|
1773
1773
|
}
|
|
1774
1774
|
}), bu = {
|
|
1775
1775
|
name: "PlBtnDanger"
|
|
1776
|
-
},
|
|
1776
|
+
}, bw = /* @__PURE__ */ N({
|
|
1777
1777
|
...bu,
|
|
1778
1778
|
props: {
|
|
1779
1779
|
loading: { type: Boolean },
|
|
@@ -1866,7 +1866,7 @@ const mu = { key: 0 }, vu = {
|
|
|
1866
1866
|
Y(i.$slots, "append")
|
|
1867
1867
|
], 16));
|
|
1868
1868
|
}
|
|
1869
|
-
}),
|
|
1869
|
+
}), ww = /* @__PURE__ */ N({
|
|
1870
1870
|
__name: "PlBtnLink",
|
|
1871
1871
|
props: {
|
|
1872
1872
|
loading: { type: Boolean },
|
|
@@ -2140,7 +2140,7 @@ const Yu = "_component_1prpy_1", Ku = "_container_1prpy_15", Xu = "_error_1prpy_
|
|
|
2140
2140
|
component: Yu,
|
|
2141
2141
|
container: Ku,
|
|
2142
2142
|
error: Xu
|
|
2143
|
-
}, Gu = { key: 0 }, Ju = ["placeholder"],
|
|
2143
|
+
}, Gu = { key: 0 }, Ju = ["placeholder"], kw = /* @__PURE__ */ N({
|
|
2144
2144
|
__name: "PlEditableTitle",
|
|
2145
2145
|
props: /* @__PURE__ */ et({
|
|
2146
2146
|
placeholder: { default: "Title" },
|
|
@@ -2299,7 +2299,7 @@ const rd = /* @__PURE__ */ N({
|
|
|
2299
2299
|
class: "pl-text-field__helper"
|
|
2300
2300
|
}, md = {
|
|
2301
2301
|
name: "PlTextField"
|
|
2302
|
-
},
|
|
2302
|
+
}, xw = /* @__PURE__ */ N({
|
|
2303
2303
|
...md,
|
|
2304
2304
|
props: /* @__PURE__ */ et({
|
|
2305
2305
|
label: {},
|
|
@@ -2502,7 +2502,7 @@ const rd = /* @__PURE__ */ N({
|
|
|
2502
2502
|
class: "ui-text-area__helper"
|
|
2503
2503
|
}, Dd = {
|
|
2504
2504
|
name: "PlTextArea"
|
|
2505
|
-
},
|
|
2505
|
+
}, $w = /* @__PURE__ */ N({
|
|
2506
2506
|
...Dd,
|
|
2507
2507
|
props: {
|
|
2508
2508
|
modelValue: {},
|
|
@@ -2660,7 +2660,7 @@ function Bs(t, e, n, o) {
|
|
|
2660
2660
|
t.removeEventListener(e, n);
|
|
2661
2661
|
};
|
|
2662
2662
|
}
|
|
2663
|
-
function
|
|
2663
|
+
function Cw(t, e) {
|
|
2664
2664
|
const n = e.getBoundingClientRect();
|
|
2665
2665
|
return t.x < n.x || t.x > n.x + n.width || t.y < n.y || t.y > n.y + n.height;
|
|
2666
2666
|
}
|
|
@@ -2929,7 +2929,7 @@ const Fs = /* @__PURE__ */ N({
|
|
|
2929
2929
|
}
|
|
2930
2930
|
}), Xd = {
|
|
2931
2931
|
name: "PlDropdownRef"
|
|
2932
|
-
},
|
|
2932
|
+
}, Sw = /* @__PURE__ */ N({
|
|
2933
2933
|
...Xd,
|
|
2934
2934
|
props: {
|
|
2935
2935
|
modelValue: {},
|
|
@@ -3037,7 +3037,7 @@ const Jd = { class: "resizable-input" }, Qd = ["placeholder", "value", "disabled
|
|
|
3037
3037
|
}, lc = {
|
|
3038
3038
|
key: 0,
|
|
3039
3039
|
class: "pl-line-dropdown__no-item"
|
|
3040
|
-
},
|
|
3040
|
+
}, Ew = /* @__PURE__ */ N({
|
|
3041
3041
|
__name: "PlDropdownLine",
|
|
3042
3042
|
props: {
|
|
3043
3043
|
modelValue: {},
|
|
@@ -3267,7 +3267,7 @@ const Jd = { class: "resizable-input" }, Qd = ["placeholder", "value", "disabled
|
|
|
3267
3267
|
class: "ui-dropdown__helper"
|
|
3268
3268
|
}, bc = {
|
|
3269
3269
|
name: "PlDropdown"
|
|
3270
|
-
},
|
|
3270
|
+
}, Aw = /* @__PURE__ */ N({
|
|
3271
3271
|
...bc,
|
|
3272
3272
|
props: {
|
|
3273
3273
|
modelValue: {},
|
|
@@ -3470,7 +3470,7 @@ const Jd = { class: "resizable-input" }, Qd = ["placeholder", "value", "disabled
|
|
|
3470
3470
|
}), wc = {
|
|
3471
3471
|
key: 0,
|
|
3472
3472
|
class: "ui-progress-bar"
|
|
3473
|
-
}, kc = { class: "ui-progress-bar__messages d-flex align-center pl-6 pr-6" }, xc = { class: "ui-progress-bar__message flex-grow-1" }, $c = { class: "ui-progress-bar__percent" },
|
|
3473
|
+
}, kc = { class: "ui-progress-bar__messages d-flex align-center pl-6 pr-6" }, xc = { class: "ui-progress-bar__message flex-grow-1" }, $c = { class: "ui-progress-bar__percent" }, Tw = /* @__PURE__ */ N({
|
|
3474
3474
|
__name: "PlProgressBar",
|
|
3475
3475
|
props: {
|
|
3476
3476
|
loading: { type: Boolean },
|
|
@@ -3498,7 +3498,7 @@ const Jd = { class: "resizable-input" }, Qd = ["placeholder", "value", "disabled
|
|
|
3498
3498
|
}, Ec = ["disabled", "placeholder"], Ac = {
|
|
3499
3499
|
key: 0,
|
|
3500
3500
|
class: "mi-number-field__hint text-description"
|
|
3501
|
-
},
|
|
3501
|
+
}, Vw = /* @__PURE__ */ N({
|
|
3502
3502
|
__name: "PlNumberField",
|
|
3503
3503
|
props: /* @__PURE__ */ et({
|
|
3504
3504
|
disabled: { type: Boolean },
|
|
@@ -3944,7 +3944,7 @@ const Jd = { class: "resizable-input" }, Qd = ["placeholder", "value", "disabled
|
|
|
3944
3944
|
I.error ? (f(), v("div", Lc, P(I.error), 1)) : I.helper ? (f(), v("div", zc, P(I.helper), 1)) : T("", !0)
|
|
3945
3945
|
]));
|
|
3946
3946
|
}
|
|
3947
|
-
}),
|
|
3947
|
+
}), Mw = /* @__PURE__ */ N({
|
|
3948
3948
|
__name: "PlDropdownMultiRef",
|
|
3949
3949
|
props: {
|
|
3950
3950
|
modelValue: { default: () => [] },
|
|
@@ -3998,7 +3998,7 @@ const Jd = { class: "resizable-input" }, Qd = ["placeholder", "value", "disabled
|
|
|
3998
3998
|
}
|
|
3999
3999
|
}), Zc = {
|
|
4000
4000
|
name: "PlCheckbox"
|
|
4001
|
-
},
|
|
4001
|
+
}, Bw = /* @__PURE__ */ N({
|
|
4002
4002
|
...Zc,
|
|
4003
4003
|
props: {
|
|
4004
4004
|
modelValue: { type: Boolean },
|
|
@@ -4026,7 +4026,7 @@ const Jd = { class: "resizable-input" }, Qd = ["placeholder", "value", "disabled
|
|
|
4026
4026
|
}
|
|
4027
4027
|
}), Uc = { key: 0 }, qc = ["onClick"], Wc = {
|
|
4028
4028
|
name: "PlCheckboxGroup"
|
|
4029
|
-
},
|
|
4029
|
+
}, Fw = /* @__PURE__ */ N({
|
|
4030
4030
|
...Wc,
|
|
4031
4031
|
props: {
|
|
4032
4032
|
modelValue: {},
|
|
@@ -4203,7 +4203,7 @@ const Jc = {
|
|
|
4203
4203
|
}, uf = {
|
|
4204
4204
|
name: "PlSlideModal",
|
|
4205
4205
|
inheritAttrs: !1
|
|
4206
|
-
},
|
|
4206
|
+
}, Dw = /* @__PURE__ */ N({
|
|
4207
4207
|
...uf,
|
|
4208
4208
|
props: {
|
|
4209
4209
|
modelValue: { type: Boolean, default: !1 },
|
|
@@ -4265,7 +4265,7 @@ const Jc = {
|
|
|
4265
4265
|
class: "label"
|
|
4266
4266
|
}, cf = {
|
|
4267
4267
|
name: "PlToggleSwitch"
|
|
4268
|
-
},
|
|
4268
|
+
}, Rw = /* @__PURE__ */ N({
|
|
4269
4269
|
...cf,
|
|
4270
4270
|
props: {
|
|
4271
4271
|
label: {},
|
|
@@ -7305,7 +7305,7 @@ const Tp = ae.object({
|
|
|
7305
7305
|
label: ae.string()
|
|
7306
7306
|
});
|
|
7307
7307
|
ae.array(Tp);
|
|
7308
|
-
const Vp = "1.
|
|
7308
|
+
const Vp = "1.28.1";
|
|
7309
7309
|
function Qe() {
|
|
7310
7310
|
return Ap({ sdkVersion: Vp });
|
|
7311
7311
|
}
|
|
@@ -7360,7 +7360,7 @@ const Dp = { key: 0 }, Rp = { class: "pl-log-view__copy" }, Op = {
|
|
|
7360
7360
|
class: "pl-log-view__error"
|
|
7361
7361
|
}, Pp = {
|
|
7362
7362
|
name: "PlLogView"
|
|
7363
|
-
},
|
|
7363
|
+
}, Ow = /* @__PURE__ */ N({
|
|
7364
7364
|
...Pp,
|
|
7365
7365
|
props: {
|
|
7366
7366
|
value: {},
|
|
@@ -7505,7 +7505,7 @@ const Dp = { key: 0 }, Rp = { class: "pl-log-view__copy" }, Op = {
|
|
|
7505
7505
|
}
|
|
7506
7506
|
}), Zp = {
|
|
7507
7507
|
name: "PlTabs"
|
|
7508
|
-
},
|
|
7508
|
+
}, Pw = /* @__PURE__ */ N({
|
|
7509
7509
|
...Zp,
|
|
7510
7510
|
props: {
|
|
7511
7511
|
modelValue: {},
|
|
@@ -7559,7 +7559,7 @@ const Dp = { key: 0 }, Rp = { class: "pl-log-view__copy" }, Op = {
|
|
|
7559
7559
|
content: Wp
|
|
7560
7560
|
}, Kp = {
|
|
7561
7561
|
$style: Yp
|
|
7562
|
-
}, Xp = /* @__PURE__ */ ge(Up, [["__cssModules", Kp]]),
|
|
7562
|
+
}, Xp = /* @__PURE__ */ ge(Up, [["__cssModules", Kp]]), Iw = /* @__PURE__ */ N({
|
|
7563
7563
|
__name: "PlAccordion",
|
|
7564
7564
|
props: /* @__PURE__ */ et({
|
|
7565
7565
|
multiple: { type: Boolean }
|
|
@@ -7645,14 +7645,14 @@ const Dp = { key: 0 }, Rp = { class: "pl-log-view__copy" }, Op = {
|
|
|
7645
7645
|
})
|
|
7646
7646
|
]));
|
|
7647
7647
|
}
|
|
7648
|
-
}), eh = "
|
|
7648
|
+
}), eh = "_content_e3dof_2", th = "_separator_e3dof_19", nh = "_chevron_e3dof_27", oh = "_down_e3dof_31", rh = {
|
|
7649
7649
|
content: eh,
|
|
7650
7650
|
separator: th,
|
|
7651
7651
|
chevron: nh,
|
|
7652
7652
|
down: oh
|
|
7653
7653
|
}, sh = {
|
|
7654
7654
|
$style: rh
|
|
7655
|
-
},
|
|
7655
|
+
}, Nw = /* @__PURE__ */ ge(Qp, [["__cssModules", sh]]), Lw = /* @__PURE__ */ N({
|
|
7656
7656
|
__name: "PlStatusTag",
|
|
7657
7657
|
props: {
|
|
7658
7658
|
type: {}
|
|
@@ -7677,7 +7677,7 @@ const Dp = { key: 0 }, Rp = { class: "pl-log-view__copy" }, Op = {
|
|
|
7677
7677
|
}), ih = {
|
|
7678
7678
|
key: 0,
|
|
7679
7679
|
class: "progress-cell__infinity-loader"
|
|
7680
|
-
}, lh = { class: "progress-cell__body" }, ah = { class: "progress-cell__stage text-s" }, uh = { class: "progress-cell__percentage text-s d-flex align-center justify-end" },
|
|
7680
|
+
}, lh = { class: "progress-cell__body" }, ah = { class: "progress-cell__stage text-s" }, uh = { class: "progress-cell__percentage text-s d-flex align-center justify-end" }, zw = /* @__PURE__ */ N({
|
|
7681
7681
|
__name: "PlProgressCell",
|
|
7682
7682
|
props: {
|
|
7683
7683
|
stage: { default: "not_started" },
|
|
@@ -8257,7 +8257,7 @@ const Fh = ["title", "onClick"], Dh = {
|
|
|
8257
8257
|
}, Kh = {
|
|
8258
8258
|
key: 1,
|
|
8259
8259
|
class: "pl-file-input__helper"
|
|
8260
|
-
},
|
|
8260
|
+
}, Hw = /* @__PURE__ */ N({
|
|
8261
8261
|
__name: "PlFileInput",
|
|
8262
8262
|
props: {
|
|
8263
8263
|
modelValue: {},
|
|
@@ -8392,7 +8392,7 @@ const Fh = ["title", "onClick"], Dh = {
|
|
|
8392
8392
|
}, Qh = {
|
|
8393
8393
|
key: 0,
|
|
8394
8394
|
class: "pl-notification-alert__actions d-flex"
|
|
8395
|
-
},
|
|
8395
|
+
}, jw = /* @__PURE__ */ N({
|
|
8396
8396
|
__name: "PlNotificationAlert",
|
|
8397
8397
|
props: /* @__PURE__ */ et({
|
|
8398
8398
|
type: { default: "neutral" },
|
|
@@ -8571,7 +8571,7 @@ const Fh = ["title", "onClick"], Dh = {
|
|
|
8571
8571
|
title: wm
|
|
8572
8572
|
}, xm = {
|
|
8573
8573
|
$style: km
|
|
8574
|
-
},
|
|
8574
|
+
}, Zw = /* @__PURE__ */ ge(_m, [["__cssModules", xm]]), $m = [".title"], Cm = /* @__PURE__ */ N({
|
|
8575
8575
|
__name: "StackedRowCompact",
|
|
8576
8576
|
props: {
|
|
8577
8577
|
value: {},
|
|
@@ -8639,7 +8639,7 @@ const Fh = ["title", "onClick"], Dh = {
|
|
|
8639
8639
|
component: Fm
|
|
8640
8640
|
}, Rm = {
|
|
8641
8641
|
$style: Dm
|
|
8642
|
-
},
|
|
8642
|
+
}, Uw = /* @__PURE__ */ ge(Bm, [["__cssModules", Rm]]);
|
|
8643
8643
|
function En(t, e) {
|
|
8644
8644
|
return t == null || e == null ? NaN : t < e ? -1 : t > e ? 1 : t >= e ? 0 : NaN;
|
|
8645
8645
|
}
|
|
@@ -11049,7 +11049,7 @@ const Z0 = /* @__PURE__ */ N({
|
|
|
11049
11049
|
title: q0
|
|
11050
11050
|
}, Y0 = {
|
|
11051
11051
|
$style: W0
|
|
11052
|
-
},
|
|
11052
|
+
}, qw = /* @__PURE__ */ ge(Z0, [["__cssModules", Y0]]), K0 = [
|
|
11053
11053
|
"#FFF680",
|
|
11054
11054
|
"#E8F66C",
|
|
11055
11055
|
"#C4F16B",
|
|
@@ -11331,7 +11331,7 @@ function a_(t, e, n) {
|
|
|
11331
11331
|
function u_(t) {
|
|
11332
11332
|
return typeof t == "string" ? i_[t].map((e) => Me.fromString(e)) : t.map((e) => typeof e == "string" ? Me.fromString(e) : e);
|
|
11333
11333
|
}
|
|
11334
|
-
function
|
|
11334
|
+
function Ww(t) {
|
|
11335
11335
|
return new class {
|
|
11336
11336
|
constructor(e) {
|
|
11337
11337
|
this.colors = e;
|
|
@@ -11372,7 +11372,7 @@ function qw(t) {
|
|
|
11372
11372
|
}
|
|
11373
11373
|
}(u_(t));
|
|
11374
11374
|
}
|
|
11375
|
-
const
|
|
11375
|
+
const Yw = /* @__PURE__ */ N({
|
|
11376
11376
|
__name: "ContextProvider",
|
|
11377
11377
|
props: {
|
|
11378
11378
|
context: {},
|
|
@@ -11407,7 +11407,7 @@ const xr = (t) => b(() => {
|
|
|
11407
11407
|
}, h_ = { class: "ui-slider__base" }, m_ = { class: "ui-slider__container" }, v_ = { class: "ui-slider__container ui-slider__container-thumb" }, g_ = { class: "ui-slider__input-wrapper d-flex" }, y_ = ["value"], __ = {
|
|
11408
11408
|
key: 0,
|
|
11409
11409
|
class: "ui-slider__error"
|
|
11410
|
-
},
|
|
11410
|
+
}, Kw = /* @__PURE__ */ N({
|
|
11411
11411
|
__name: "Slider",
|
|
11412
11412
|
props: {
|
|
11413
11413
|
modelValue: {},
|
|
@@ -11537,7 +11537,7 @@ const xr = (t) => b(() => {
|
|
|
11537
11537
|
], 2));
|
|
11538
11538
|
}
|
|
11539
11539
|
});
|
|
11540
|
-
function
|
|
11540
|
+
function Xw(t, e = null, n = null) {
|
|
11541
11541
|
function o(l) {
|
|
11542
11542
|
const { scrollTop: a, scrollHeight: u, clientHeight: d } = l;
|
|
11543
11543
|
if (!(u > d) || !e)
|
|
@@ -11595,7 +11595,7 @@ const Xe = {
|
|
|
11595
11595
|
const { y: e, height: n } = t.getBoundingClientRect();
|
|
11596
11596
|
return e + n;
|
|
11597
11597
|
};
|
|
11598
|
-
function
|
|
11598
|
+
function Gw(t, e) {
|
|
11599
11599
|
const n = {
|
|
11600
11600
|
item: void 0,
|
|
11601
11601
|
options() {
|
|
@@ -11707,7 +11707,7 @@ const Ge = {
|
|
|
11707
11707
|
const { y: e, height: n } = t.getBoundingClientRect();
|
|
11708
11708
|
return e + n;
|
|
11709
11709
|
};
|
|
11710
|
-
function
|
|
11710
|
+
function Jw(t, e) {
|
|
11711
11711
|
const n = {
|
|
11712
11712
|
item: void 0,
|
|
11713
11713
|
options() {
|
|
@@ -11827,13 +11827,13 @@ function Gw(t, e) {
|
|
|
11827
11827
|
});
|
|
11828
11828
|
});
|
|
11829
11829
|
}
|
|
11830
|
-
function
|
|
11830
|
+
function Qw(t, e) {
|
|
11831
11831
|
let n;
|
|
11832
11832
|
ye(() => {
|
|
11833
11833
|
n = setInterval(t, e);
|
|
11834
11834
|
}), Ke(() => clearInterval(n));
|
|
11835
11835
|
}
|
|
11836
|
-
function
|
|
11836
|
+
function ek(t, e, n) {
|
|
11837
11837
|
const o = de({
|
|
11838
11838
|
data: mo.deepClone(e(t.value)),
|
|
11839
11839
|
changed: !1
|
|
@@ -11855,7 +11855,7 @@ function Qw(t, e, n) {
|
|
|
11855
11855
|
{ deep: !0, immediate: !0 }
|
|
11856
11856
|
), o;
|
|
11857
11857
|
}
|
|
11858
|
-
function
|
|
11858
|
+
function tk(t) {
|
|
11859
11859
|
const e = de({
|
|
11860
11860
|
isLoading: !1,
|
|
11861
11861
|
result: void 0,
|
|
@@ -11879,7 +11879,7 @@ function ek(t) {
|
|
|
11879
11879
|
});
|
|
11880
11880
|
return e.run = e.run.bind(e), e;
|
|
11881
11881
|
}
|
|
11882
|
-
function
|
|
11882
|
+
function nk(t, e) {
|
|
11883
11883
|
function n(i, l) {
|
|
11884
11884
|
const a = w(t);
|
|
11885
11885
|
if (!a)
|
|
@@ -11910,7 +11910,7 @@ function tk(t, e) {
|
|
|
11910
11910
|
}
|
|
11911
11911
|
ye(r), Ke(s);
|
|
11912
11912
|
}
|
|
11913
|
-
function
|
|
11913
|
+
function ok(t) {
|
|
11914
11914
|
return b(t);
|
|
11915
11915
|
}
|
|
11916
11916
|
const x_ = { class: "ui-slider__wrapper" }, $_ = { class: "ui-slider__label-section" }, C_ = {
|
|
@@ -11919,7 +11919,7 @@ const x_ = { class: "ui-slider__wrapper" }, $_ = { class: "ui-slider__label-sect
|
|
|
11919
11919
|
}, S_ = { class: "ui-slider__base" }, E_ = { class: "ui-slider__container" }, A_ = { class: "ui-slider__container ui-slider__container-thumb" }, T_ = ["data-percent"], V_ = ["data-percent"], M_ = ["data-percent"], B_ = {
|
|
11920
11920
|
key: 0,
|
|
11921
11921
|
class: "ui-slider__error"
|
|
11922
|
-
},
|
|
11922
|
+
}, rk = /* @__PURE__ */ N({
|
|
11923
11923
|
__name: "SliderRangeTriple",
|
|
11924
11924
|
props: {
|
|
11925
11925
|
modelValue: {},
|
|
@@ -12172,7 +12172,7 @@ const x_ = { class: "ui-slider__wrapper" }, $_ = { class: "ui-slider__label-sect
|
|
|
12172
12172
|
}, N_ = { class: "ui-slider__base" }, L_ = { class: "ui-slider__container" }, z_ = { class: "ui-slider__container ui-slider__container-thumb" }, H_ = { class: "ui-slider__input-wrapper d-flex" }, j_ = {
|
|
12173
12173
|
key: 0,
|
|
12174
12174
|
class: "ui-slider__error"
|
|
12175
|
-
},
|
|
12175
|
+
}, sk = /* @__PURE__ */ N({
|
|
12176
12176
|
__name: "SliderRange",
|
|
12177
12177
|
props: {
|
|
12178
12178
|
modelValue: {},
|
|
@@ -12400,7 +12400,7 @@ const x_ = { class: "ui-slider__wrapper" }, $_ = { class: "ui-slider__label-sect
|
|
|
12400
12400
|
}, null, 4)
|
|
12401
12401
|
], 512)) : T("", !0);
|
|
12402
12402
|
}
|
|
12403
|
-
}), q_ = { class: "ui-scrollable" },
|
|
12403
|
+
}), q_ = { class: "ui-scrollable" }, ik = /* @__PURE__ */ N({
|
|
12404
12404
|
__name: "Scrollable",
|
|
12405
12405
|
setup(t) {
|
|
12406
12406
|
const e = H(), n = de({
|
|
@@ -12535,7 +12535,7 @@ const x_ = { class: "ui-slider__wrapper" }, $_ = { class: "ui-slider__label-sect
|
|
|
12535
12535
|
"x-axis": "x-axis.svg",
|
|
12536
12536
|
"y-axis": "y-axis.svg",
|
|
12537
12537
|
zip: Ab
|
|
12538
|
-
}, Vb = "add.svg", Mb = "annotate.svg", Bb = "annotation.svg", Fb = "area.svg", Db = "axes.svg", Rb = "bar.svg", Ob = "bindot.svg", Pb = "box.svg", Ib = "boxplot.svg", Nb = "bubble.svg", Lb = "calendar.svg", zb = "canvas.svg", Hb = "checkbox.svg", jb = "checkmark.svg", Zb = "clipboard.svg", Ub = "close.svg", qb = "cluster.svg", Wb = "code.svg", Yb = "color.svg", Kb = "columns.svg", Xb = "container.svg", Gb = "cookie.svg", Jb = "copy.svg", Qb = "cpu.svg", e1 = "debug.svg", t1 = "dna.svg", n1 = "download.svg", o1 = "duplicate.svg", r1 = "edit.svg", s1 = "error.svg", i1 = "filter.svg", l1 = "generate.svg", a1 = "graph.svg", u1 = "heatmap.svg", d1 = "help.svg", c1 = "info.svg", f1 = "jitter.svg", p1 = "lasso.svg", h1 = "layers.svg", m1 = "learn.svg", v1 = "legend.svg", g1 = "line.svg", y1 = "link.svg", _1 = "loading.svg", b1 = "lock.svg", w1 = "maximize.svg", k1 = "menu.svg", x1 = "minimize.svg", $1 = "minus.svg", C1 = "
|
|
12538
|
+
}, Vb = "add.svg", Mb = "annotate.svg", Bb = "annotation.svg", Fb = "area.svg", Db = "axes.svg", Rb = "bar.svg", Ob = "bindot.svg", Pb = "box.svg", Ib = "boxplot.svg", Nb = "bubble.svg", Lb = "calendar.svg", zb = "canvas.svg", Hb = "checkbox.svg", jb = "checkmark.svg", Zb = "clipboard.svg", Ub = "close.svg", qb = "cluster.svg", Wb = "code.svg", Yb = "color.svg", Kb = "columns.svg", Xb = "container.svg", Gb = "cookie.svg", Jb = "copy.svg", Qb = "cpu.svg", e1 = "debug.svg", t1 = "dna.svg", n1 = "download.svg", o1 = "duplicate.svg", r1 = "edit.svg", s1 = "error.svg", i1 = "filter.svg", l1 = "generate.svg", a1 = "graph.svg", u1 = "heatmap.svg", d1 = "help.svg", c1 = "info.svg", f1 = "jitter.svg", p1 = "lasso.svg", h1 = "layers.svg", m1 = "learn.svg", v1 = "legend.svg", g1 = "line.svg", y1 = "link.svg", _1 = "loading.svg", b1 = "lock.svg", w1 = "maximize.svg", k1 = "menu.svg", x1 = "minimize.svg", $1 = "minus.svg", C1 = "monetization.svg", S1 = "more.svg", E1 = "pause.svg", A1 = "pin.svg", T1 = "play.svg", V1 = "product.svg", M1 = "progress.svg", B1 = "publications.svg", F1 = "renew.svg", D1 = "restart.svg", R1 = "reverse.svg", O1 = "search.svg", P1 = "server.svg", I1 = "settings.svg", N1 = "sina.svg", L1 = "skatterplot.svg", z1 = "slice.svg", H1 = "sort.svg", j1 = "statistics.svg", Z1 = "stop.svg", U1 = "success.svg", q1 = "table.svg", W1 = "template.svg", Y1 = "terminal.svg", K1 = "time.svg", X1 = "tune.svg", G1 = "venn.svg", J1 = "violin.svg", Q1 = "warning.svg", ew = "wetlab.svg", tw = "zip.svg", nw = {
|
|
12539
12539
|
"add-layer": "add-layer.svg",
|
|
12540
12540
|
add: Vb,
|
|
12541
12541
|
"align-center": "align-center.svg",
|
|
@@ -12666,11 +12666,12 @@ const x_ = { class: "ui-slider__wrapper" }, $_ = { class: "ui-slider__label-sect
|
|
|
12666
12666
|
menu: k1,
|
|
12667
12667
|
minimize: x1,
|
|
12668
12668
|
minus: $1,
|
|
12669
|
-
|
|
12669
|
+
monetization: C1,
|
|
12670
|
+
more: S1,
|
|
12670
12671
|
"paper-clip": "paper-clip.svg",
|
|
12671
|
-
pause:
|
|
12672
|
-
pin:
|
|
12673
|
-
play:
|
|
12672
|
+
pause: E1,
|
|
12673
|
+
pin: A1,
|
|
12674
|
+
play: T1,
|
|
12674
12675
|
"position-bottom-annotation": "position-bottom-annotation.svg",
|
|
12675
12676
|
"position-bottom": "position-bottom.svg",
|
|
12676
12677
|
"position-left-annotation": "position-left-annotation.svg",
|
|
@@ -12679,24 +12680,24 @@ const x_ = { class: "ui-slider__wrapper" }, $_ = { class: "ui-slider__label-sect
|
|
|
12679
12680
|
"position-right": "position-right.svg",
|
|
12680
12681
|
"position-top-annotation": "position-top-annotation.svg",
|
|
12681
12682
|
"position-top": "position-top.svg",
|
|
12682
|
-
product:
|
|
12683
|
-
progress:
|
|
12684
|
-
publications:
|
|
12683
|
+
product: V1,
|
|
12684
|
+
progress: M1,
|
|
12685
|
+
publications: B1,
|
|
12685
12686
|
"radio-button-checked": "radio-button-checked.svg",
|
|
12686
12687
|
"radio-button": "radio-button.svg",
|
|
12687
|
-
renew:
|
|
12688
|
-
restart:
|
|
12689
|
-
reverse:
|
|
12688
|
+
renew: F1,
|
|
12689
|
+
restart: D1,
|
|
12690
|
+
reverse: R1,
|
|
12690
12691
|
"rotation-0": "rotation-0.svg",
|
|
12691
12692
|
"rotation-45": "rotation-45.svg",
|
|
12692
12693
|
"rotation-90": "rotation-90.svg",
|
|
12693
|
-
search:
|
|
12694
|
+
search: O1,
|
|
12694
12695
|
"server-on": "server-on.svg",
|
|
12695
|
-
server:
|
|
12696
|
-
settings:
|
|
12697
|
-
sina:
|
|
12698
|
-
skatterplot:
|
|
12699
|
-
slice:
|
|
12696
|
+
server: P1,
|
|
12697
|
+
settings: I1,
|
|
12698
|
+
sina: N1,
|
|
12699
|
+
skatterplot: L1,
|
|
12700
|
+
slice: z1,
|
|
12700
12701
|
"social-github": "social-github.svg",
|
|
12701
12702
|
"social-linkedin": "social-linkedin.svg",
|
|
12702
12703
|
"social-twitter-X": "social-twitter-X.svg",
|
|
@@ -12704,41 +12705,41 @@ const x_ = { class: "ui-slider__wrapper" }, $_ = { class: "ui-slider__label-sect
|
|
|
12704
12705
|
"social-youtube": "social-youtube.svg",
|
|
12705
12706
|
"sort-list-down": "sort-list-down.svg",
|
|
12706
12707
|
"sort-list-up": "sort-list-up.svg",
|
|
12707
|
-
sort:
|
|
12708
|
-
statistics:
|
|
12709
|
-
stop:
|
|
12708
|
+
sort: H1,
|
|
12709
|
+
statistics: j1,
|
|
12710
|
+
stop: Z1,
|
|
12710
12711
|
"strip-plot": "strip-plot.svg",
|
|
12711
|
-
success:
|
|
12712
|
+
success: U1,
|
|
12712
12713
|
"table-add": "table-add.svg",
|
|
12713
12714
|
"table-alias": "table-alias.svg",
|
|
12714
12715
|
"table-import": "table-import.svg",
|
|
12715
|
-
table:
|
|
12716
|
-
template:
|
|
12717
|
-
terminal:
|
|
12716
|
+
table: q1,
|
|
12717
|
+
template: W1,
|
|
12718
|
+
terminal: Y1,
|
|
12718
12719
|
"text-align-center": "text-align-center.svg",
|
|
12719
12720
|
"text-align-left": "text-align-left.svg",
|
|
12720
12721
|
"text-align-right": "text-align-right.svg",
|
|
12721
12722
|
"theme-dark": "theme-dark.svg",
|
|
12722
12723
|
"theme-light": "theme-light.svg",
|
|
12723
|
-
time:
|
|
12724
|
-
tune:
|
|
12725
|
-
venn:
|
|
12724
|
+
time: K1,
|
|
12725
|
+
tune: X1,
|
|
12726
|
+
venn: G1,
|
|
12726
12727
|
"view-hide": "view-hide.svg",
|
|
12727
12728
|
"view-show": "view-show.svg",
|
|
12728
12729
|
"violin-binned": "violin-binned.svg",
|
|
12729
12730
|
"violin-jitter": "violin-jitter.svg",
|
|
12730
|
-
violin:
|
|
12731
|
-
warning:
|
|
12732
|
-
wetlab:
|
|
12731
|
+
violin: J1,
|
|
12732
|
+
warning: Q1,
|
|
12733
|
+
wetlab: ew,
|
|
12733
12734
|
"windows-collapse": "windows-collapse.svg",
|
|
12734
12735
|
"windows-expand": "windows-expand.svg",
|
|
12735
12736
|
"x-axis": "x-axis.svg",
|
|
12736
12737
|
"y-axis": "y-axis.svg",
|
|
12737
|
-
zip:
|
|
12738
|
+
zip: tw,
|
|
12738
12739
|
"zoom-in": "zoom-in.svg",
|
|
12739
12740
|
"zoom-out": "zoom-out.svg"
|
|
12740
12741
|
};
|
|
12741
|
-
function
|
|
12742
|
+
function ow() {
|
|
12742
12743
|
return {
|
|
12743
12744
|
txtSec: {
|
|
12744
12745
|
title: "Text",
|
|
@@ -13055,7 +13056,7 @@ function nw() {
|
|
|
13055
13056
|
}
|
|
13056
13057
|
};
|
|
13057
13058
|
}
|
|
13058
|
-
const
|
|
13059
|
+
const lk = [
|
|
13059
13060
|
"add",
|
|
13060
13061
|
"arrow-down",
|
|
13061
13062
|
"arrow-left",
|
|
@@ -13124,7 +13125,7 @@ const ik = [
|
|
|
13124
13125
|
"x-axis",
|
|
13125
13126
|
"y-axis",
|
|
13126
13127
|
"zip"
|
|
13127
|
-
],
|
|
13128
|
+
], ak = [
|
|
13128
13129
|
"add-layer",
|
|
13129
13130
|
"add",
|
|
13130
13131
|
"align-center",
|
|
@@ -13255,6 +13256,7 @@ const ik = [
|
|
|
13255
13256
|
"menu",
|
|
13256
13257
|
"minimize",
|
|
13257
13258
|
"minus",
|
|
13259
|
+
"monetization",
|
|
13258
13260
|
"more",
|
|
13259
13261
|
"paper-clip",
|
|
13260
13262
|
"pause",
|
|
@@ -13326,117 +13328,117 @@ const ik = [
|
|
|
13326
13328
|
"zip",
|
|
13327
13329
|
"zoom-in",
|
|
13328
13330
|
"zoom-out"
|
|
13329
|
-
],
|
|
13331
|
+
], uk = { allCssVariables: ow(), icons16: Tb, icons24: nw };
|
|
13330
13332
|
export {
|
|
13331
13333
|
Me as Color,
|
|
13332
|
-
|
|
13333
|
-
|
|
13334
|
-
|
|
13334
|
+
Yw as ContextProvider,
|
|
13335
|
+
iw as DataTable,
|
|
13336
|
+
uk as DemoData,
|
|
13335
13337
|
yn as DropdownListItem,
|
|
13336
13338
|
Fs as DropdownOverlay,
|
|
13337
|
-
|
|
13339
|
+
Ww as Gradient,
|
|
13338
13340
|
Ms as LongText,
|
|
13339
|
-
|
|
13340
|
-
|
|
13341
|
-
|
|
13342
|
-
|
|
13343
|
-
|
|
13344
|
-
|
|
13341
|
+
Iw as PlAccordion,
|
|
13342
|
+
Nw as PlAccordionSection,
|
|
13343
|
+
pw as PlAlert,
|
|
13344
|
+
aw as PlBlockPage,
|
|
13345
|
+
_w as PlBtnAccent,
|
|
13346
|
+
bw as PlBtnDanger,
|
|
13345
13347
|
Cs as PlBtnGhost,
|
|
13346
13348
|
qu as PlBtnGroup,
|
|
13347
|
-
|
|
13349
|
+
ww as PlBtnLink,
|
|
13348
13350
|
yu as PlBtnPrimary,
|
|
13349
13351
|
ku as PlBtnSecondary,
|
|
13350
|
-
|
|
13351
|
-
|
|
13352
|
-
|
|
13353
|
-
|
|
13354
|
-
|
|
13355
|
-
|
|
13352
|
+
yw as PlBtnSplit,
|
|
13353
|
+
qw as PlChartHistogram,
|
|
13354
|
+
Zw as PlChartStackedBar,
|
|
13355
|
+
Uw as PlChartStackedBarCompact,
|
|
13356
|
+
Bw as PlCheckbox,
|
|
13357
|
+
Fw as PlCheckboxGroup,
|
|
13356
13358
|
Or as PlChip,
|
|
13357
13359
|
Qc as PlCloseModalBtn,
|
|
13358
|
-
|
|
13360
|
+
uw as PlContainer,
|
|
13359
13361
|
nf as PlDialogModal,
|
|
13360
13362
|
Ds as PlDropdown,
|
|
13361
|
-
|
|
13362
|
-
|
|
13363
|
+
Aw as PlDropdownLegacy,
|
|
13364
|
+
Ew as PlDropdownLine,
|
|
13363
13365
|
jc as PlDropdownMulti,
|
|
13364
|
-
|
|
13365
|
-
|
|
13366
|
-
|
|
13366
|
+
Mw as PlDropdownMultiRef,
|
|
13367
|
+
Sw as PlDropdownRef,
|
|
13368
|
+
kw as PlEditableTitle,
|
|
13367
13369
|
jh as PlFileDialog,
|
|
13368
|
-
|
|
13369
|
-
|
|
13370
|
+
Hw as PlFileInput,
|
|
13371
|
+
fw as PlGrid,
|
|
13370
13372
|
Tt as PlIcon16,
|
|
13371
13373
|
Vs as PlIcon24,
|
|
13372
13374
|
Da as PlLoaderCircular,
|
|
13373
|
-
|
|
13375
|
+
Ow as PlLogView,
|
|
13374
13376
|
Jt as PlMaskIcon16,
|
|
13375
13377
|
Te as PlMaskIcon24,
|
|
13376
|
-
|
|
13377
|
-
|
|
13378
|
-
|
|
13379
|
-
|
|
13380
|
-
|
|
13378
|
+
jw as PlNotificationAlert,
|
|
13379
|
+
Vw as PlNumberField,
|
|
13380
|
+
Tw as PlProgressBar,
|
|
13381
|
+
zw as PlProgressCell,
|
|
13382
|
+
dw as PlRow,
|
|
13381
13383
|
Sd as PlSearchField,
|
|
13382
13384
|
Xp as PlSectionSeparator,
|
|
13383
|
-
|
|
13384
|
-
|
|
13385
|
+
Dw as PlSlideModal,
|
|
13386
|
+
cw as PlSpacer,
|
|
13385
13387
|
ks as PlSplash,
|
|
13386
|
-
|
|
13387
|
-
|
|
13388
|
-
|
|
13389
|
-
|
|
13390
|
-
|
|
13388
|
+
Lw as PlStatusTag,
|
|
13389
|
+
Pw as PlTabs,
|
|
13390
|
+
$w as PlTextArea,
|
|
13391
|
+
xw as PlTextField,
|
|
13392
|
+
Rw as PlToggleSwitch,
|
|
13391
13393
|
we as PlTooltip,
|
|
13392
|
-
|
|
13393
|
-
|
|
13394
|
-
|
|
13395
|
-
|
|
13396
|
-
|
|
13394
|
+
ik as Scrollable,
|
|
13395
|
+
Kw as Slider,
|
|
13396
|
+
sk as SliderRange,
|
|
13397
|
+
rk as SliderRangeTriple,
|
|
13398
|
+
lw as ThemeSwitcher,
|
|
13397
13399
|
au as animate,
|
|
13398
|
-
|
|
13400
|
+
vw as animateInfinite,
|
|
13399
13401
|
ou as call,
|
|
13400
13402
|
l_ as categoricalColors,
|
|
13401
13403
|
ru as delay,
|
|
13402
|
-
|
|
13404
|
+
Cw as detectOutside,
|
|
13403
13405
|
Bs as eventListener,
|
|
13404
13406
|
Od as getElementScrollPosition,
|
|
13405
13407
|
a_ as interpolateColor,
|
|
13406
13408
|
Rd as isElementVisible,
|
|
13407
|
-
|
|
13409
|
+
gw as listToOptions,
|
|
13408
13410
|
X0 as magma,
|
|
13409
|
-
|
|
13411
|
+
mw as makeEaseInOut,
|
|
13410
13412
|
lu as makeEaseOut,
|
|
13411
|
-
|
|
13412
|
-
|
|
13413
|
+
lk as maskIcons16,
|
|
13414
|
+
ak as maskIcons24,
|
|
13413
13415
|
u_ as normalizeGradient,
|
|
13414
13416
|
It as normalizeListOptions,
|
|
13415
13417
|
i_ as palettes,
|
|
13416
13418
|
iu as randomInt,
|
|
13417
|
-
|
|
13419
|
+
hw as randomString,
|
|
13418
13420
|
xs as requestTick,
|
|
13419
13421
|
Qo as scrollIntoView,
|
|
13420
13422
|
bs as showContextMenu,
|
|
13421
13423
|
uu as throttle,
|
|
13422
13424
|
su as timeout,
|
|
13423
13425
|
Go as useClickOutside,
|
|
13424
|
-
|
|
13425
|
-
|
|
13426
|
+
ok as useComponentProp,
|
|
13427
|
+
nk as useDraggable,
|
|
13426
13428
|
pe as useEventListener,
|
|
13427
|
-
|
|
13429
|
+
ek as useFormState,
|
|
13428
13430
|
Yl as useHover,
|
|
13429
|
-
|
|
13431
|
+
Qw as useInterval,
|
|
13430
13432
|
lt as useLabelNotch,
|
|
13431
13433
|
xa as useLocalStorage,
|
|
13432
13434
|
Wl as useMouse,
|
|
13433
13435
|
ut as useMouseCapture,
|
|
13434
13436
|
ro as usePosition,
|
|
13435
|
-
|
|
13437
|
+
tk as useQuery,
|
|
13436
13438
|
b_ as useResizeObserver,
|
|
13437
|
-
|
|
13438
|
-
|
|
13439
|
-
|
|
13439
|
+
Xw as useScroll,
|
|
13440
|
+
Gw as useSortable,
|
|
13441
|
+
Jw as useSortable2,
|
|
13440
13442
|
Ca as useTheme,
|
|
13441
13443
|
K0 as viridis
|
|
13442
13444
|
};
|