@platforma-sdk/ui-vue 1.82.6 → 1.83.1

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.
Files changed (141) hide show
  1. package/.turbo/turbo-build.log +169 -23
  2. package/.turbo/turbo-formatter$colon$check.log +2 -2
  3. package/.turbo/turbo-linter$colon$check.log +2 -2
  4. package/.turbo/turbo-types$colon$check.log +2 -2
  5. package/CHANGELOG.md +62 -0
  6. package/dist/components/PlAgDataTable/PlAgDataTableV2.vue2.js +1 -1
  7. package/dist/components/PlAgDataTable/compositions/useFilterableColumns.d.ts +16 -16
  8. package/dist/components/PlAnnotations/components/AnnotationsSidebar.js.map +1 -1
  9. package/dist/components/PlAnnotations/components/AnnotationsSidebar.style.js.map +1 -1
  10. package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue2.js +1 -1
  11. package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue2.js.map +1 -1
  12. package/dist/components/PlAnnotations/components/FilterSidebar.js.map +1 -1
  13. package/dist/components/PlAnnotations/components/FilterSidebar.style.js.map +1 -1
  14. package/dist/components/PlAnnotations/components/FilterSidebar.vue2.js +1 -1
  15. package/dist/components/PlAnnotations/components/FilterSidebar.vue2.js.map +1 -1
  16. package/dist/components/PlAnnotations/components/PlAnnotations.vue2.js.map +1 -1
  17. package/dist/defineApp.d.ts +2 -32
  18. package/dist/defineApp.d.ts.map +1 -1
  19. package/dist/defineApp.js +20 -62
  20. package/dist/defineApp.js.map +1 -1
  21. package/dist/index.js +39 -39
  22. package/dist/internal/createAppV3.d.ts +1 -1
  23. package/dist/internal/createAppV3.js +16 -16
  24. package/dist/lib/util/helpers/dist/utils.js +2 -5
  25. package/dist/lib/util/helpers/dist/utils.js.map +1 -1
  26. package/dist/lib.js +1 -1
  27. package/package.json +8 -8
  28. package/src/components/PlAnnotations/components/AnnotationsSidebar.vue +2 -2
  29. package/src/components/PlAnnotations/components/FilterSidebar.vue +2 -2
  30. package/src/defineApp.ts +1 -183
  31. package/dist/components/BlockLayout.vue.d.ts +0 -3
  32. package/dist/components/BlockLayout.vue.d.ts.map +0 -1
  33. package/dist/components/BlockLoader.vue.d.ts +0 -6
  34. package/dist/components/BlockLoader.vue.d.ts.map +0 -1
  35. package/dist/components/LoaderPage.vue.d.ts +0 -3
  36. package/dist/components/LoaderPage.vue.d.ts.map +0 -1
  37. package/dist/components/NotFound.vue.d.ts +0 -3
  38. package/dist/components/NotFound.vue.d.ts.map +0 -1
  39. package/dist/components/PlAdvancedFilter/FilterEditor.vue.d.ts +0 -23
  40. package/dist/components/PlAdvancedFilter/FilterEditor.vue.d.ts.map +0 -1
  41. package/dist/components/PlAdvancedFilter/OperandButton.vue.d.ts +0 -9
  42. package/dist/components/PlAdvancedFilter/OperandButton.vue.d.ts.map +0 -1
  43. package/dist/components/PlAdvancedFilter/PlAdvancedFilter.vue.d.ts +0 -55
  44. package/dist/components/PlAdvancedFilter/PlAdvancedFilter.vue.d.ts.map +0 -1
  45. package/dist/components/PlAgCellFile/PlAgCellFile.vue.d.ts +0 -26
  46. package/dist/components/PlAgCellFile/PlAgCellFile.vue.d.ts.map +0 -1
  47. package/dist/components/PlAgCellProgress/PlAgCellProgress.vue.d.ts +0 -8
  48. package/dist/components/PlAgCellProgress/PlAgCellProgress.vue.d.ts.map +0 -1
  49. package/dist/components/PlAgCellStatusTag/PlAgCellStatusTag.vue.d.ts +0 -10
  50. package/dist/components/PlAgCellStatusTag/PlAgCellStatusTag.vue.d.ts.map +0 -1
  51. package/dist/components/PlAgChartHistogramCell/PlAgChartHistogramCell.vue.d.ts +0 -11
  52. package/dist/components/PlAgChartHistogramCell/PlAgChartHistogramCell.vue.d.ts.map +0 -1
  53. package/dist/components/PlAgChartStackedBarCell/PlAgChartStackedBarCell.vue.d.ts +0 -8
  54. package/dist/components/PlAgChartStackedBarCell/PlAgChartStackedBarCell.vue.d.ts.map +0 -1
  55. package/dist/components/PlAgColumnHeader/PlAgColumnHeader.vue.d.ts +0 -10
  56. package/dist/components/PlAgColumnHeader/PlAgColumnHeader.vue.d.ts.map +0 -1
  57. package/dist/components/PlAgCsvExporter/PlAgCsvExporter.vue.d.ts +0 -10
  58. package/dist/components/PlAgCsvExporter/PlAgCsvExporter.vue.d.ts.map +0 -1
  59. package/dist/components/PlAgDataTable/PlAgDataTableSheets.vue.d.ts +0 -31
  60. package/dist/components/PlAgDataTable/PlAgDataTableSheets.vue.d.ts.map +0 -1
  61. package/dist/components/PlAgDataTable/PlAgDataTableV2.vue.d.ts +0 -94
  62. package/dist/components/PlAgDataTable/PlAgDataTableV2.vue.d.ts.map +0 -1
  63. package/dist/components/PlAgDataTable/PlAgOverlayLoading.vue.d.ts +0 -10
  64. package/dist/components/PlAgDataTable/PlAgOverlayLoading.vue.d.ts.map +0 -1
  65. package/dist/components/PlAgDataTable/PlAgOverlayNoRows.vue.d.ts +0 -9
  66. package/dist/components/PlAgDataTable/PlAgOverlayNoRows.vue.d.ts.map +0 -1
  67. package/dist/components/PlAgDataTable/PlAgRowCount.vue.d.ts +0 -9
  68. package/dist/components/PlAgDataTable/PlAgRowCount.vue.d.ts.map +0 -1
  69. package/dist/components/PlAgGridColumnManager/PlAgGridColumnManager.vue.d.ts +0 -17
  70. package/dist/components/PlAgGridColumnManager/PlAgGridColumnManager.vue.d.ts.map +0 -1
  71. package/dist/components/PlAgRowNumCheckbox/PlAgRowNumCheckbox.vue.d.ts +0 -7
  72. package/dist/components/PlAgRowNumCheckbox/PlAgRowNumCheckbox.vue.d.ts.map +0 -1
  73. package/dist/components/PlAgRowNumHeader.vue.d.ts +0 -7
  74. package/dist/components/PlAgRowNumHeader.vue.d.ts.map +0 -1
  75. package/dist/components/PlAgTextAndButtonCell/PlAgTextAndButtonCell.vue.d.ts +0 -32
  76. package/dist/components/PlAgTextAndButtonCell/PlAgTextAndButtonCell.vue.d.ts.map +0 -1
  77. package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue.d.ts +0 -14
  78. package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue.d.ts.map +0 -1
  79. package/dist/components/PlAnnotations/components/FilterSidebar.vue.d.ts +0 -26
  80. package/dist/components/PlAnnotations/components/FilterSidebar.vue.d.ts.map +0 -1
  81. package/dist/components/PlAnnotations/components/PlAnnotations.vue.d.ts +0 -10
  82. package/dist/components/PlAnnotations/components/PlAnnotations.vue.d.ts.map +0 -1
  83. package/dist/components/PlAnnotations/components/PlAnnotationsModal.vue.d.ts +0 -8
  84. package/dist/components/PlAnnotations/components/PlAnnotationsModal.vue.d.ts.map +0 -1
  85. package/dist/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue.d.ts +0 -11
  86. package/dist/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue.d.ts.map +0 -1
  87. package/dist/components/PlBtnExportArchive/Item.vue.d.ts +0 -7
  88. package/dist/components/PlBtnExportArchive/Item.vue.d.ts.map +0 -1
  89. package/dist/components/PlBtnExportArchive/PlBtnExportArchive.vue.d.ts +0 -35
  90. package/dist/components/PlBtnExportArchive/PlBtnExportArchive.vue.d.ts.map +0 -1
  91. package/dist/components/PlBtnExportArchive/Summary.vue.d.ts +0 -11
  92. package/dist/components/PlBtnExportArchive/Summary.vue.d.ts.map +0 -1
  93. package/dist/components/PlDatasetSelector/PlDatasetSelector.vue.d.ts +0 -77
  94. package/dist/components/PlDatasetSelector/PlDatasetSelector.vue.d.ts.map +0 -1
  95. package/dist/components/PlTableFastSearch/PlTableFastSearch.vue.d.ts +0 -10
  96. package/dist/components/PlTableFastSearch/PlTableFastSearch.vue.d.ts.map +0 -1
  97. package/dist/components/PlTableFilters/PlTableFiltersV2.vue.d.ts +0 -14
  98. package/dist/components/PlTableFilters/PlTableFiltersV2.vue.d.ts.map +0 -1
  99. package/dist/internal/createAppModel.d.ts +0 -7
  100. package/dist/internal/createAppModel.d.ts.map +0 -1
  101. package/dist/internal/createAppModel.js +0 -57
  102. package/dist/internal/createAppModel.js.map +0 -1
  103. package/dist/internal/createAppV1.d.ts +0 -53
  104. package/dist/internal/createAppV1.d.ts.map +0 -1
  105. package/dist/internal/createAppV1.js +0 -129
  106. package/dist/internal/createAppV1.js.map +0 -1
  107. package/dist/internal/createAppV2.d.ts +0 -50
  108. package/dist/internal/createAppV2.d.ts.map +0 -1
  109. package/dist/internal/createAppV2.js +0 -137
  110. package/dist/internal/createAppV2.js.map +0 -1
  111. package/dist/internal/createAppV2.test.d.ts +0 -15
  112. package/dist/internal/createAppV2.test.d.ts.map +0 -1
  113. package/dist/internal/test-helpers/BlockMock.d.ts +0 -29
  114. package/dist/internal/test-helpers/BlockMock.d.ts.map +0 -1
  115. package/dist/internal/test-helpers/createMockApi.d.ts +0 -4
  116. package/dist/internal/test-helpers/createMockApi.d.ts.map +0 -1
  117. package/dist/internal/test-helpers/utils.d.ts +0 -4
  118. package/dist/internal/test-helpers/utils.d.ts.map +0 -1
  119. package/dist/internal/v1.static-test.d.ts +0 -7
  120. package/dist/internal/v1.static-test.d.ts.map +0 -1
  121. package/dist/internal/v2.static-test.d.ts +0 -7
  122. package/dist/internal/v2.static-test.d.ts.map +0 -1
  123. package/dist/plugins/Monetization/EndOfPeriod.vue.d.ts +0 -6
  124. package/dist/plugins/Monetization/EndOfPeriod.vue.d.ts.map +0 -1
  125. package/dist/plugins/Monetization/LimitCard.vue.d.ts +0 -11
  126. package/dist/plugins/Monetization/LimitCard.vue.d.ts.map +0 -1
  127. package/dist/plugins/Monetization/MonetizationSidebar.vue.d.ts +0 -3
  128. package/dist/plugins/Monetization/MonetizationSidebar.vue.d.ts.map +0 -1
  129. package/dist/plugins/Monetization/RunStatus.vue.d.ts +0 -23
  130. package/dist/plugins/Monetization/RunStatus.vue.d.ts.map +0 -1
  131. package/dist/plugins/Monetization/UserCabinetCard.vue.d.ts +0 -7
  132. package/dist/plugins/Monetization/UserCabinetCard.vue.d.ts.map +0 -1
  133. package/src/internal/createAppModel.ts +0 -112
  134. package/src/internal/createAppV1.ts +0 -324
  135. package/src/internal/createAppV2.test.ts +0 -207
  136. package/src/internal/createAppV2.ts +0 -392
  137. package/src/internal/test-helpers/BlockMock.ts +0 -161
  138. package/src/internal/test-helpers/createMockApi.ts +0 -104
  139. package/src/internal/test-helpers/utils.ts +0 -65
  140. package/src/internal/v1.static-test.ts +0 -107
  141. package/src/internal/v2.static-test.ts +0 -107
@@ -1,8 +0,0 @@
1
- import { PlProgressCellProps } from '@milaboratories/uikit';
2
- import { ICellRendererParams } from 'ag-grid-enterprise';
3
- type __VLS_Props = {
4
- params: ICellRendererParams & PlProgressCellProps;
5
- };
6
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
7
- export default _default;
8
- //# sourceMappingURL=PlAgCellProgress.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgCellProgress.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgCellProgress/PlAgCellProgress.vue"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAE9D,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,mBAAmB,GAAG,mBAAmB,CAAA;CAAE,CAAC;;AAgDzE,wBAOG"}
@@ -1,10 +0,0 @@
1
- import { ICellRendererParams } from 'ag-grid-enterprise';
2
- import { PlStatusTagType } from '@milaboratories/uikit';
3
- type __VLS_Props = {
4
- params?: ICellRendererParams & {
5
- type: PlStatusTagType;
6
- };
7
- };
8
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
9
- export default _default;
10
- //# sourceMappingURL=PlAgCellStatusTag.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgCellStatusTag.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgCellStatusTag/PlAgCellStatusTag.vue"],"names":[],"mappings":"AAsBA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAE9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7D,KAAK,WAAW,GAAG;IAAE,MAAM,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,EAAE,eAAe,CAAA;KAAE,CAAA;CAAE,CAAC;;AAoDhF,wBAOG"}
@@ -1,11 +0,0 @@
1
- import { ICellRendererParams } from 'ag-grid-enterprise';
2
- import { InferComponentProps, PlChartHistogram } from '@milaboratories/uikit';
3
- type PlChartHistogramSettings = InferComponentProps<typeof PlChartHistogram>["settings"];
4
- type __VLS_Props = {
5
- params: ICellRendererParams<unknown, PlChartHistogramSettings | undefined>;
6
- };
7
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
8
- root: HTMLDivElement;
9
- }, HTMLDivElement>;
10
- export default _default;
11
- //# sourceMappingURL=PlAgChartHistogramCell.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgChartHistogramCell.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgChartHistogramCell/PlAgChartHistogramCell.vue"],"names":[],"mappings":"AAkDA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EAAE,KAAK,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAInF,KAAK,wBAAwB,GAAG,mBAAmB,CAAC,OAAO,gBAAgB,CAAC,CAAC,UAAU,CAAC,CAAC;AAEzF,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,mBAAmB,CAAC,OAAO,EAAE,wBAAwB,GAAG,SAAS,CAAC,CAAC;CAC5E,CAAC;;;;AAiFF,wBAQG"}
@@ -1,8 +0,0 @@
1
- import { ICellRendererParams } from 'ag-grid-enterprise';
2
- import { PlChartStackedBarSettings } from '@milaboratories/uikit';
3
- type __VLS_Props = {
4
- params: ICellRendererParams<unknown, PlChartStackedBarSettings | undefined>;
5
- };
6
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
7
- export default _default;
8
- //# sourceMappingURL=PlAgChartStackedBarCell.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgChartStackedBarCell.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgChartStackedBarCell/PlAgChartStackedBarCell.vue"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAIvE,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,mBAAmB,CAAC,OAAO,EAAE,yBAAyB,GAAG,SAAS,CAAC,CAAC;CAC7E,CAAC;;AA8DF,wBAOG"}
@@ -1,10 +0,0 @@
1
- import { IHeaderParams } from 'ag-grid-enterprise';
2
- import { PlAgHeaderComponentParams } from './types';
3
- type __VLS_Props = {
4
- params: IHeaderParams & PlAgHeaderComponentParams;
5
- };
6
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
7
- menuActivatorBtn: HTMLDivElement;
8
- }, HTMLDivElement>;
9
- export default _default;
10
- //# sourceMappingURL=PlAgColumnHeader.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgColumnHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgColumnHeader/PlAgColumnHeader.vue"],"names":[],"mappings":"AA4FA,OAAO,KAAK,EAAE,aAAa,EAAiB,MAAM,oBAAoB,CAAC;AAIvE,OAAO,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC;AAEzD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,aAAa,GAAG,yBAAyB,CAAA;CAAE,CAAC;;;;AAuMzE,wBAQG"}
@@ -1,10 +0,0 @@
1
- import { GridApi } from 'ag-grid-enterprise';
2
- import { PTableHandle, PlDataTableColumnsMeta } from '@platforma-sdk/model';
3
- type __VLS_Props = {
4
- api: GridApi;
5
- tableHandle?: PTableHandle;
6
- columnsMeta?: PlDataTableColumnsMeta;
7
- };
8
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- export default _default;
10
- //# sourceMappingURL=PlAgCsvExporter.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgCsvExporter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgCsvExporter/PlAgCsvExporter.vue"],"names":[],"mappings":"AA2CA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAOjF,KAAK,WAAW,GAAG;IACjB,GAAG,EAAE,OAAO,CAAC;IACb,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,WAAW,CAAC,EAAE,sBAAsB,CAAC;CACtC,CAAC;;AA4FF,wBAMG"}
@@ -1,31 +0,0 @@
1
- import { PlDataTableSheetState } from '@platforma-sdk/model';
2
- import { PlDataTableSheetsSettings } from './types';
3
- type __VLS_Props = {
4
- settings: Readonly<PlDataTableSheetsSettings>;
5
- };
6
- type __VLS_PublicProps = {
7
- modelValue?: PlDataTableSheetState[];
8
- } & __VLS_Props;
9
- declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
- slots: {
12
- before?(_: {}): any;
13
- after?(_: {}): any;
14
- };
15
- refs: {};
16
- rootEl: any;
17
- };
18
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
- declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
- "update:modelValue": (value: PlDataTableSheetState[]) => any;
21
- }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
- "onUpdate:modelValue"?: ((value: PlDataTableSheetState[]) => any) | undefined;
23
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
- export default _default;
26
- type __VLS_WithTemplateSlots<T, S> = T & {
27
- new (): {
28
- $slots: S;
29
- };
30
- };
31
- //# sourceMappingURL=PlAgDataTableSheets.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgDataTableSheets.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgDataTable/PlAgDataTableSheets.vue"],"names":[],"mappings":"AA6GA,OAAO,KAAK,EAAoB,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAGpF,OAAO,KAAK,EAAE,yBAAyB,EAA8B,MAAM,SAAS,CAAC;AAMrF,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,QAAQ,CAAC,yBAAyB,CAAC,CAAC;CAC/C,CAAC;AAuEF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACpC,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA2DT,OAAO,IAA6B;;wBAXtB,GAAG;uBACJ,GAAG;;;;EAe7B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAYpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,94 +0,0 @@
1
- import { AxisId, PlDataTableStateV2, PlSelectionModel, PTableKey } from '@platforma-sdk/model';
2
- import { CellRendererSelectorFunc } from 'ag-grid-enterprise';
3
- import { PlAgDataTableV2Row, PlDataTableSettingsV2 } from './types';
4
- type __VLS_Props = {
5
- /** Required component settings */
6
- settings: Readonly<PlDataTableSettingsV2>;
7
- /**
8
- * The disableColumnsPanel prop controls the display of a button that activates
9
- * the columns management panel in the table. To make the button functional
10
- * and visible, you must also include the PlAgDataTableToolsPanel component in your layout.
11
- * This component serves as the target for teleporting the button.
12
- */
13
- disableColumnsPanel?: boolean;
14
- /**
15
- * The disableFiltersPanel prop controls the display of a button that activates
16
- * the filters management panel in the table. To make the button functional
17
- * and visible, you must also include the PlAgDataTableToolsPanel component in your layout.
18
- * This component serves as the target for teleporting the button.
19
- */
20
- disableFiltersPanel?: boolean;
21
- /**
22
- * The showExportButton prop controls the display of a button that allows
23
- * to export table data in CSV format. To make the button functional
24
- * and visible, you must also include the PlAgDataTableToolsPanel component in your layout.
25
- * This component serves as the target for teleporting the button.
26
- */
27
- showExportButton?: boolean;
28
- /**
29
- * The AxisId property is used to configure and display the PlAgTextAndButtonCell component
30
- */
31
- showCellButtonForAxisId?: AxisId;
32
- /**
33
- * If cellButtonInvokeRowsOnDoubleClick = true, clicking a button inside the row
34
- * triggers the doubleClick event for the entire row.
35
- *
36
- * If cellButtonInvokeRowsOnDoubleClick = false, the doubleClick event for the row
37
- * is not triggered, but will triggered cellButtonClicked event with (key: PTableRowKey) argument.
38
- */
39
- cellButtonInvokeRowsOnDoubleClick?: boolean;
40
- /** @see {@link PlAgOverlayLoadingParams.loadingText} */
41
- loadingText?: string;
42
- /** @see {@link PlAgOverlayLoadingParams.runningText} */
43
- runningText?: string;
44
- /** @see {@link PlAgOverlayLoadingParams.notReadyText} */
45
- notReadyText?: string;
46
- /** @see {@link PlAgOverlayNoRowsParams.text} */
47
- noRowsText?: string;
48
- /**
49
- * Callback to override the default renderer for a given cell.
50
- * @see https://www.ag-grid.com/vue-data-grid/component-cell-renderer/#dynamic-component-selection
51
- */
52
- cellRendererSelector?: CellRendererSelectorFunc<PlAgDataTableV2Row>;
53
- };
54
- type __VLS_PublicProps = {
55
- modelValue: PlDataTableStateV2;
56
- "selection"?: PlSelectionModel;
57
- } & __VLS_Props;
58
- declare function __VLS_template(): {
59
- attrs: Partial<{}>;
60
- slots: {
61
- 'before-sheets'?(_: {}): any;
62
- 'after-sheets'?(_: {}): any;
63
- };
64
- refs: {};
65
- rootEl: HTMLDivElement;
66
- };
67
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
68
- declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
69
- focusRow: (rowKey: PTableKey) => Promise<boolean>;
70
- updateSelection: ({ axesSpec, selectedKeys, }: {
71
- axesSpec: AxisId[];
72
- selectedKeys: PTableKey[];
73
- }) => Promise<boolean>;
74
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
75
- "update:modelValue": (value: PlDataTableStateV2) => any;
76
- rowDoubleClicked: (key?: PTableKey | undefined) => any;
77
- cellButtonClicked: (key?: PTableKey | undefined) => any;
78
- newDataRendered: () => any;
79
- "update:selection": (value: PlSelectionModel) => any;
80
- }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
81
- "onUpdate:modelValue"?: ((value: PlDataTableStateV2) => any) | undefined;
82
- onRowDoubleClicked?: ((key?: PTableKey | undefined) => any) | undefined;
83
- onCellButtonClicked?: ((key?: PTableKey | undefined) => any) | undefined;
84
- onNewDataRendered?: (() => any) | undefined;
85
- "onUpdate:selection"?: ((value: PlSelectionModel) => any) | undefined;
86
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
87
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
88
- export default _default;
89
- type __VLS_WithTemplateSlots<T, S> = T & {
90
- new (): {
91
- $slots: S;
92
- };
93
- };
94
- //# sourceMappingURL=PlAgDataTableV2.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgDataTableV2.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgDataTable/PlAgDataTableV2.vue"],"names":[],"mappings":"AA4oBA,OAAO,KAAK,EACV,MAAM,EAGN,kBAAkB,EAClB,gBAAgB,EAGhB,SAAS,EACV,MAAM,sBAAsB,CAAC;AAS9B,OAAO,KAAK,EAAE,wBAAwB,EAAsB,MAAM,oBAAoB,CAAC;AAcvF,OAAO,KAAK,EAEV,kBAAkB,EAGlB,qBAAqB,EAGtB,MAAM,SAAS,CAAC;AAUjB,KAAK,WAAW,GAAG;IACjB,kCAAkC;IAClC,QAAQ,EAAE,QAAQ,CAAC,qBAAqB,CAAC,CAAC;IAE1C;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC;;;;;;OAMG;IACH,iCAAiC,CAAC,EAAE,OAAO,CAAC;IAE5C,wDAAwD;IACxD,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,wDAAwD;IACxD,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,yDAAyD;IACzD,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,gDAAgD;IAChD,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,wBAAwB,CAAC,kBAAkB,CAAC,CAAC;CACrE,CAAC;AA6eF,KAAK,iBAAiB,GAAG;IACzB,UAAU,EAAE,kBAAkB,CAAC;IAC/B,WAAW,CAAC,EAAE,gBAAgB,CAAC;CAC9B,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WA8IT,OAAO,IAA6B;;iCAXZ,GAAG;gCACJ,GAAG;;;;EAevC;AA4BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;6FASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,10 +0,0 @@
1
- import { PlAgOverlayLoadingParams } from './types';
2
- type __VLS_Props = {
3
- /** Required object that contains props from loadingOverlayComponentParams. */
4
- params: PlAgOverlayLoadingParams;
5
- };
6
- declare const _default: import('vue').DefineComponent<__VLS_Props, {
7
- refresh: (newParams: PlAgOverlayLoadingParams) => void;
8
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
9
- export default _default;
10
- //# sourceMappingURL=PlAgOverlayLoading.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgOverlayLoading.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgDataTable/PlAgOverlayLoading.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAIxD,KAAK,WAAW,GAAG;IACjB,8EAA8E;IAC9E,MAAM,EAAE,wBAAwB,CAAC;CAClC,CAAC;;yBAMqB,wBAAwB;;AAiG/C,wBAQG"}
@@ -1,9 +0,0 @@
1
- import { PlAgOverlayNoRowsParams } from './types';
2
- type __VLS_Props = {
3
- params: PlAgOverlayNoRowsParams;
4
- };
5
- declare const _default: import('vue').DefineComponent<__VLS_Props, {
6
- refresh: (newParams: PlAgOverlayNoRowsParams) => void;
7
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
8
- export default _default;
9
- //# sourceMappingURL=PlAgOverlayNoRows.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgOverlayNoRows.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgDataTable/PlAgOverlayNoRows.vue"],"names":[],"mappings":"AAoDA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAEvD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,uBAAuB,CAAC;CACjC,CAAC;;yBAMqB,uBAAuB;;AAyD9C,wBAQG"}
@@ -1,9 +0,0 @@
1
- import { GridApi } from 'ag-grid-enterprise';
2
- type __VLS_Props = {
3
- params: {
4
- api: GridApi;
5
- };
6
- };
7
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
- export default _default;
9
- //# sourceMappingURL=PlAgRowCount.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgRowCount.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgDataTable/PlAgRowCount.vue"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAIlD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE;QAAE,GAAG,EAAE,OAAO,CAAA;KAAE,CAAC;CAC1B,CAAC;;AAuEF,wBAMG"}
@@ -1,17 +0,0 @@
1
- import { GridApi } from 'ag-grid-enterprise';
2
- type __VLS_Props = {
3
- /**
4
- * The GridApi is an API interface provided by the table/grid component
5
- * for interacting programmatically with the grid's features and functionality.
6
- * It allows you to control and manipulate grid behavior, access data, and
7
- * trigger specific actions.
8
- */
9
- api: GridApi;
10
- /**
11
- * Css Column Manager (Panel) modal width (default value is `368px`)
12
- */
13
- width?: string;
14
- };
15
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
- export default _default;
17
- //# sourceMappingURL=PlAgGridColumnManager.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgGridColumnManager.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgGridColumnManager/PlAgGridColumnManager.vue"],"names":[],"mappings":"AAqKA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAMlD,KAAK,WAAW,GAAG;IACjB;;;;;OAKG;IACH,GAAG,EAAE,OAAO,CAAC;IACb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;;AAqRF,wBAMG"}
@@ -1,7 +0,0 @@
1
- import { ICellRendererParams } from 'ag-grid-enterprise';
2
- type __VLS_Props = {
3
- params: ICellRendererParams;
4
- };
5
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
6
- export default _default;
7
- //# sourceMappingURL=PlAgRowNumCheckbox.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgRowNumCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgRowNumCheckbox/PlAgRowNumCheckbox.vue"],"names":[],"mappings":"AAuDA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAM9D,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,mBAAmB,CAAA;CAAE,CAAC;;AAsGnD,wBAOG"}
@@ -1,7 +0,0 @@
1
- import { IHeaderParams } from 'ag-grid-enterprise';
2
- type __VLS_Props = {
3
- params: IHeaderParams;
4
- };
5
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
6
- export default _default;
7
- //# sourceMappingURL=PlAgRowNumHeader.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgRowNumHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/PlAgRowNumHeader.vue"],"names":[],"mappings":"AAkFA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAUxD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,aAAa,CAAC;CACvB,CAAC;;AAgHF,wBAOG"}
@@ -1,32 +0,0 @@
1
- import { ICellRendererParams } from 'ag-grid-enterprise';
2
- import { MaskIconName16 } from '@milaboratories/uikit';
3
- type __VLS_Props = {
4
- params: ICellRendererParams & {
5
- /**
6
- * Button icon MaskIconName16
7
- */
8
- icon?: MaskIconName16;
9
- /**
10
- * Button label
11
- */
12
- btnLabel?: string;
13
- /**
14
- * If invokeRowsOnDoubleClick = true, clicking a button inside the row
15
- * triggers the doubleClick event for the entire row. In this case,
16
- * the handler passed to the component is not called, even if it is defined.
17
- *
18
- * If invokeRowsOnDoubleClick = false, the doubleClick event for the row
19
- * is not triggered, but the provided handler will be called, receiving
20
- * the ICellRendererParams as an argument.
21
- */
22
- invokeRowsOnDoubleClick?: boolean;
23
- /**
24
- * plHandler parameter is a click handler that is invoked when
25
- * the invokeRowsOnDoubleClick property is set to false.
26
- */
27
- onClick?: (params: ICellRendererParams) => void;
28
- };
29
- };
30
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
31
- export default _default;
32
- //# sourceMappingURL=PlAgTextAndButtonCell.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAgTextAndButtonCell.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgTextAndButtonCell/PlAgTextAndButtonCell.vue"],"names":[],"mappings":"AAuEA,OAAO,KAAK,EAAE,mBAAmB,EAAyB,MAAM,oBAAoB,CAAC;AACrF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,mCAAmC,CAAC;AAE3C,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,mBAAmB,GAAG;QAC5B;;WAEG;QACH,IAAI,CAAC,EAAE,cAAc,CAAC;QACtB;;WAEG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB;;;;;;;;WAQG;QACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;QAClC;;;WAGG;QACH,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAC;KACjD,CAAC;CACH,CAAC;;AAiFF,wBAOG"}
@@ -1,14 +0,0 @@
1
- import { Annotation } from '../types';
2
- type __VLS_Props = {
3
- annotation: Annotation;
4
- selectedStepId: undefined | number;
5
- onUpdateAnnotation: (annotation: Annotation) => void;
6
- onUpdateSelectedStepId: (id: undefined | number) => void;
7
- };
8
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
- "delete-schema": () => any;
10
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
11
- "onDelete-schema"?: (() => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
- export default _default;
14
- //# sourceMappingURL=AnnotationsSidebar.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AnnotationsSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAnnotations/components/AnnotationsSidebar.vue"],"names":[],"mappings":"AAmLA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAI3C,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAC;IACvB,cAAc,EAAE,SAAS,GAAG,MAAM,CAAC;IACnC,kBAAkB,EAAE,CAAC,UAAU,EAAE,UAAU,KAAK,IAAI,CAAC;IACrD,sBAAsB,EAAE,CAAC,EAAE,EAAE,SAAS,GAAG,MAAM,KAAK,IAAI,CAAC;CAC1D,CAAC;;;;;;AAmRF,wBAQG"}
@@ -1,26 +0,0 @@
1
- import { ListOptionBase, PObjectId } from '@platforma-sdk/model';
2
- import { PlAdvancedFilterItem, PlAdvancedFilterColumnId } from '../../PlAdvancedFilter';
3
- import { Filter } from '../types';
4
- export type Props = {
5
- columns: PlAdvancedFilterItem[];
6
- getSuggestOptions: (params: {
7
- columnId: PlAdvancedFilterColumnId;
8
- axisIdx?: number;
9
- searchStr: string;
10
- searchType: "value" | "label";
11
- }) => ListOptionBase<string | number>[] | Promise<ListOptionBase<string | number>[]>;
12
- hasSelectedColumns?: boolean;
13
- getValuesForSelectedColumns?: () => Promise<undefined | {
14
- columnId: PObjectId;
15
- values: string[];
16
- }>;
17
- };
18
- declare const _default: import('vue').DefineComponent<Props & {
19
- step: Filter;
20
- onUpdateStep: (step: Filter) => void;
21
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props & {
22
- step: Filter;
23
- onUpdateStep: (step: Filter) => void;
24
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
- export default _default;
26
- //# sourceMappingURL=FilterSidebar.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FilterSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAnnotations/components/FilterSidebar.vue"],"names":[],"mappings":"AA6LA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAuB,MAAM,sBAAsB,CAAC;AAG3F,OAAO,KAAK,EACV,oBAAoB,EACpB,wBAAwB,EAGzB,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAMvC,MAAM,MAAM,KAAK,GAAG;IAClB,OAAO,EAAE,oBAAoB,EAAE,CAAC;IAEhC,iBAAiB,EAAE,CAAC,MAAM,EAAE;QAC1B,QAAQ,EAAE,wBAAwB,CAAC;QACnC,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,UAAU,EAAE,OAAO,GAAG,OAAO,CAAC;KAC/B,KAAK,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,OAAO,CAAC,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC,CAAC;IAErF,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,2BAA2B,CAAC,EAAE,MAAM,OAAO,CACzC,SAAS,GAAG;QAAE,QAAQ,EAAE,SAAS,CAAC;QAAC,MAAM,EAAE,MAAM,EAAE,CAAA;KAAE,CACtD,CAAC;CACH,CAAC;;UAIQ,MAAM;kBACE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI;;UAD9B,MAAM;kBACE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI;;AAHxC,wBA+QK"}
@@ -1,10 +0,0 @@
1
- import { Annotation } from '../types';
2
- import { Props as BaseProps } from './FilterSidebar.vue';
3
- export type Props = Omit<BaseProps, "step" | "onUpdateStep"> & {
4
- annotation: Annotation;
5
- onUpdateAnnotation: (annotation: Annotation) => void;
6
- onDeleteSchema?: () => void;
7
- };
8
- declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
9
- export default _default;
10
- //# sourceMappingURL=PlAnnotations.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAnnotations.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAnnotations/components/PlAnnotations.vue"],"names":[],"mappings":"AA2GA,OAAO,KAAK,EAAE,UAAU,EAAU,MAAM,UAAU,CAAC;AAKnD,OAAO,KAAK,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAC9D,MAAM,MAAM,KAAK,GAAG,IAAI,CAAC,SAAS,EAAE,MAAM,GAAG,cAAc,CAAC,GAAG;IAC7D,UAAU,EAAE,UAAU,CAAC;IACvB,kBAAkB,EAAE,CAAC,UAAU,EAAE,UAAU,KAAK,IAAI,CAAC;IACrD,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;;AAEF,wBAwKK"}
@@ -1,8 +0,0 @@
1
- import { Props } from './PlAnnotations.vue';
2
- type __VLS_Props = Props & {
3
- opened: boolean;
4
- onUpdateOpened: (opened: boolean) => void;
5
- };
6
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
7
- export default _default;
8
- //# sourceMappingURL=PlAnnotationsModal.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAnnotationsModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAnnotations/components/PlAnnotationsModal.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAGjD,KAAK,WAAW,GAAG,KAAK,GAAG;IACvB,MAAM,EAAE,OAAO,CAAC;IAChB,cAAc,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;CAC3C,CAAC;;AAiGJ,wBAOG"}
@@ -1,11 +0,0 @@
1
- import { BlockOutputsBase } from '@platforma-sdk/model';
2
- import { OutputErrors } from '../../types';
3
- export type FullMessage = {
4
- fullMessage: string;
5
- };
6
- type __VLS_Props = {
7
- errors: OutputErrors<BlockOutputsBase>;
8
- };
9
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
10
- export default _default;
11
- //# sourceMappingURL=PlAppErrorNotificationAlert.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlAppErrorNotificationAlert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue"],"names":[],"mappings":"AAsEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,wCAAwC,CAAC;AAUhD,MAAM,MAAM,WAAW,GAAG;IAAE,WAAW,EAAE,MAAM,CAAA;CAAE,CAAC;AAElD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAA;CAAE,CAAC;;AAoK9D,wBAOG"}
@@ -1,7 +0,0 @@
1
- import { ExportItem } from './types';
2
- type __VLS_Props = {
3
- item: ExportItem;
4
- };
5
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
6
- export default _default;
7
- //# sourceMappingURL=Item.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Item.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlBtnExportArchive/Item.vue"],"names":[],"mappings":"AAgEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC;;AAmFF,wBAOG"}
@@ -1,35 +0,0 @@
1
- import { FileExportEntry } from './types';
2
- type FilePickerAcceptType = {
3
- description?: string;
4
- accept?: Record<string, string[]>;
5
- };
6
- type __VLS_Props = {
7
- fileExports?: FileExportEntry[];
8
- suggestedFileName?: string;
9
- disabled?: boolean;
10
- filePickerTypes?: FilePickerAcceptType[];
11
- strategy?: "parallel";
12
- debugFn?: (fileName: string) => Promise<void>;
13
- };
14
- declare function __VLS_template(): {
15
- attrs: Partial<{}>;
16
- slots: {
17
- default?(_: {}): any;
18
- };
19
- refs: {
20
- progressesRef: HTMLDivElement;
21
- };
22
- rootEl: any;
23
- };
24
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
26
- progressesRef: HTMLDivElement;
27
- }, any>;
28
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
29
- export default _default;
30
- type __VLS_WithTemplateSlots<T, S> = T & {
31
- new (): {
32
- $slots: S;
33
- };
34
- };
35
- //# sourceMappingURL=PlBtnExportArchive.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlBtnExportArchive.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlBtnExportArchive/PlBtnExportArchive.vue"],"names":[],"mappings":"AAuPA,OAAO,KAAK,EAA0B,eAAe,EAAE,MAAM,SAAS,CAAC;AAOvE,KAAK,oBAAoB,GAAG;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;CACnC,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,WAAW,CAAC,EAAE,eAAe,EAAE,CAAC;IAChC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACzC,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CAC/C,CAAC;AAwKF,iBAAS,cAAc;WAmIT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;OAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAcpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,11 +0,0 @@
1
- import { ExportItem } from './types';
2
- type __VLS_Props = {
3
- item: ExportItem;
4
- };
5
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
6
- cancel: () => any;
7
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
8
- onCancel?: (() => any) | undefined;
9
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
10
- export default _default;
11
- //# sourceMappingURL=Summary.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Summary.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlBtnExportArchive/Summary.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC;;;;;;AA0FF,wBAQG"}
@@ -1,77 +0,0 @@
1
- import { DatasetOption, DatasetSelection } from '@platforma-sdk/model';
2
- /**
3
- * Select a dataset or one of its filters in a single dropdown, emitting a
4
- * {@link DatasetSelection}. Filter labels carry the dataset name as a
5
- * prefix (e.g. "Bulk / Top 10"), so no separate subtitle is rendered.
6
- * Enrichments from the matching `DatasetOption` are bundled into the
7
- * emitted value opaquely — block authors unbundle them in their args
8
- * resolver.
9
- */
10
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
11
- modelValue?: DatasetSelection | undefined;
12
- } & {
13
- /** Available datasets, each optionally carrying compatible filter choices. */
14
- options?: Readonly<DatasetOption[]>;
15
- /** Label above the dropdown. */
16
- label?: string;
17
- /** Helper text below the dropdown (shown when there is no error). */
18
- helper?: string;
19
- /** Helper text shown while `options` is undefined (loading). */
20
- loadingOptionsHelper?: string;
21
- /** Error message displayed below the dropdown. */
22
- error?: unknown;
23
- /** Placeholder when nothing is selected. */
24
- placeholder?: string;
25
- /** Show a clear button. */
26
- clearable?: boolean;
27
- /** Mark the dropdown as required. */
28
- required?: boolean;
29
- /** Disable interaction. */
30
- disabled?: boolean;
31
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
32
- "update:modelValue": (value: DatasetSelection | undefined) => any;
33
- }, string, import('vue').PublicProps, Readonly<{
34
- modelValue?: DatasetSelection | undefined;
35
- } & {
36
- /** Available datasets, each optionally carrying compatible filter choices. */
37
- options?: Readonly<DatasetOption[]>;
38
- /** Label above the dropdown. */
39
- label?: string;
40
- /** Helper text below the dropdown (shown when there is no error). */
41
- helper?: string;
42
- /** Helper text shown while `options` is undefined (loading). */
43
- loadingOptionsHelper?: string;
44
- /** Error message displayed below the dropdown. */
45
- error?: unknown;
46
- /** Placeholder when nothing is selected. */
47
- placeholder?: string;
48
- /** Show a clear button. */
49
- clearable?: boolean;
50
- /** Mark the dropdown as required. */
51
- required?: boolean;
52
- /** Disable interaction. */
53
- disabled?: boolean;
54
- }> & Readonly<{
55
- "onUpdate:modelValue"?: ((value: DatasetSelection | undefined) => any) | undefined;
56
- }>, {
57
- error: undefined;
58
- label: string;
59
- placeholder: string;
60
- options: Readonly<DatasetOption[]>;
61
- helper: string;
62
- loadingOptionsHelper: string;
63
- clearable: boolean;
64
- required: boolean;
65
- disabled: boolean;
66
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
67
- tooltip?: () => unknown;
68
- }> & {
69
- tooltip?: () => unknown;
70
- }>;
71
- export default _default;
72
- type __VLS_WithTemplateSlots<T, S> = T & {
73
- new (): {
74
- $slots: S;
75
- };
76
- };
77
- //# sourceMappingURL=PlDatasetSelector.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlDatasetSelector.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlDatasetSelector/PlDatasetSelector.vue"],"names":[],"mappings":"AAkJA,OAAO,KAAK,EACV,aAAa,EACb,gBAAgB,EAGjB,MAAM,sBAAsB,CAAC;AAO9B;;;;;;;GAOG;;iBAoHU,gBAAgB,GAAG,SAAS;;IA3GrC,8EAA8E;cACpE,QAAQ,CAAC,aAAa,EAAE,CAAC;IACnC,gCAAgC;YACxB,MAAM;IACd,qEAAqE;aAC5D,MAAM;IACf,gEAAgE;2BACzC,MAAM;IAC7B,kDAAkD;YAC1C,OAAO;IACf,4CAA4C;kBAC9B,MAAM;IACpB,2BAA2B;gBACf,OAAO;IACnB,qCAAqC;eAC1B,OAAO;IAClB,2BAA2B;eAChB,OAAO;;;;iBA0FT,gBAAgB,GAAG,SAAS;;IA3GrC,8EAA8E;cACpE,QAAQ,CAAC,aAAa,EAAE,CAAC;IACnC,gCAAgC;YACxB,MAAM;IACd,qEAAqE;aAC5D,MAAM;IACf,gEAAgE;2BACzC,MAAM;IAC7B,kDAAkD;YAC1C,OAAO;IACf,4CAA4C;kBAC9B,MAAM;IACpB,2BAA2B;gBACf,OAAO;IACnB,qCAAqC;eAC1B,OAAO;IAClB,2BAA2B;eAChB,OAAO;;;;;WAdV,MAAM;iBAQA,MAAM;aAVV,QAAQ,CAAC,aAAa,EAAE,CAAC;YAI1B,MAAM;0BAEQ,MAAM;eAMjB,OAAO;cAER,OAAO;cAEP,OAAO;;cAvBV,MAAM,OAAO;;cAAb,MAAM,OAAO;;AAFzB,wBAwNK;AAcL,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}