@platforma-sdk/ui-vue 1.83.1 → 1.83.9

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 (89) hide show
  1. package/.turbo/turbo-build.log +10 -138
  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 +1 -1
  5. package/CHANGELOG.md +23 -0
  6. package/dist/components/BlockLayout.vue.d.ts +4 -0
  7. package/dist/components/BlockLayout.vue.d.ts.map +1 -0
  8. package/dist/components/BlockLoader.vue.d.ts +7 -0
  9. package/dist/components/BlockLoader.vue.d.ts.map +1 -0
  10. package/dist/components/LoaderPage.vue.d.ts +4 -0
  11. package/dist/components/LoaderPage.vue.d.ts.map +1 -0
  12. package/dist/components/NotFound.vue.d.ts +4 -0
  13. package/dist/components/NotFound.vue.d.ts.map +1 -0
  14. package/dist/components/PlAdvancedFilter/FilterEditor.vue.d.ts +24 -0
  15. package/dist/components/PlAdvancedFilter/FilterEditor.vue.d.ts.map +1 -0
  16. package/dist/components/PlAdvancedFilter/OperandButton.vue.d.ts +10 -0
  17. package/dist/components/PlAdvancedFilter/OperandButton.vue.d.ts.map +1 -0
  18. package/dist/components/PlAdvancedFilter/PlAdvancedFilter.js.map +1 -1
  19. package/dist/components/PlAdvancedFilter/PlAdvancedFilter.style.js.map +1 -1
  20. package/dist/components/PlAdvancedFilter/PlAdvancedFilter.vue.d.ts +62 -0
  21. package/dist/components/PlAdvancedFilter/PlAdvancedFilter.vue.d.ts.map +1 -0
  22. package/dist/components/PlAdvancedFilter/PlAdvancedFilter.vue2.js.map +1 -1
  23. package/dist/components/PlAgCellFile/PlAgCellFile.vue.d.ts +27 -0
  24. package/dist/components/PlAgCellFile/PlAgCellFile.vue.d.ts.map +1 -0
  25. package/dist/components/PlAgCellProgress/PlAgCellProgress.vue.d.ts +9 -0
  26. package/dist/components/PlAgCellProgress/PlAgCellProgress.vue.d.ts.map +1 -0
  27. package/dist/components/PlAgCellStatusTag/PlAgCellStatusTag.vue.d.ts +11 -0
  28. package/dist/components/PlAgCellStatusTag/PlAgCellStatusTag.vue.d.ts.map +1 -0
  29. package/dist/components/PlAgChartHistogramCell/PlAgChartHistogramCell.vue.d.ts +10 -0
  30. package/dist/components/PlAgChartHistogramCell/PlAgChartHistogramCell.vue.d.ts.map +1 -0
  31. package/dist/components/PlAgChartStackedBarCell/PlAgChartStackedBarCell.vue.d.ts +9 -0
  32. package/dist/components/PlAgChartStackedBarCell/PlAgChartStackedBarCell.vue.d.ts.map +1 -0
  33. package/dist/components/PlAgColumnHeader/PlAgColumnHeader.vue.d.ts +9 -0
  34. package/dist/components/PlAgColumnHeader/PlAgColumnHeader.vue.d.ts.map +1 -0
  35. package/dist/components/PlAgCsvExporter/PlAgCsvExporter.vue.d.ts +11 -0
  36. package/dist/components/PlAgCsvExporter/PlAgCsvExporter.vue.d.ts.map +1 -0
  37. package/dist/components/PlAgDataTable/PlAgDataTableSheets.vue.d.ts +29 -0
  38. package/dist/components/PlAgDataTable/PlAgDataTableSheets.vue.d.ts.map +1 -0
  39. package/dist/components/PlAgDataTable/PlAgDataTableV2.vue.d.ts +87 -0
  40. package/dist/components/PlAgDataTable/PlAgDataTableV2.vue.d.ts.map +1 -0
  41. package/dist/components/PlAgDataTable/PlAgOverlayLoading.vue.d.ts +11 -0
  42. package/dist/components/PlAgDataTable/PlAgOverlayLoading.vue.d.ts.map +1 -0
  43. package/dist/components/PlAgDataTable/PlAgOverlayNoRows.vue.d.ts +10 -0
  44. package/dist/components/PlAgDataTable/PlAgOverlayNoRows.vue.d.ts.map +1 -0
  45. package/dist/components/PlAgDataTable/PlAgRowCount.vue.d.ts +10 -0
  46. package/dist/components/PlAgDataTable/PlAgRowCount.vue.d.ts.map +1 -0
  47. package/dist/components/PlAgGridColumnManager/PlAgGridColumnManager.vue.d.ts +18 -0
  48. package/dist/components/PlAgGridColumnManager/PlAgGridColumnManager.vue.d.ts.map +1 -0
  49. package/dist/components/PlAgRowNumCheckbox/PlAgRowNumCheckbox.vue.d.ts +8 -0
  50. package/dist/components/PlAgRowNumCheckbox/PlAgRowNumCheckbox.vue.d.ts.map +1 -0
  51. package/dist/components/PlAgRowNumHeader.vue.d.ts +8 -0
  52. package/dist/components/PlAgRowNumHeader.vue.d.ts.map +1 -0
  53. package/dist/components/PlAgTextAndButtonCell/PlAgTextAndButtonCell.vue.d.ts +33 -0
  54. package/dist/components/PlAgTextAndButtonCell/PlAgTextAndButtonCell.vue.d.ts.map +1 -0
  55. package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue.d.ts +15 -0
  56. package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue.d.ts.map +1 -0
  57. package/dist/components/PlAnnotations/components/FilterSidebar.vue.d.ts +27 -0
  58. package/dist/components/PlAnnotations/components/FilterSidebar.vue.d.ts.map +1 -0
  59. package/dist/components/PlAnnotations/components/PlAnnotations.vue.d.ts +11 -0
  60. package/dist/components/PlAnnotations/components/PlAnnotations.vue.d.ts.map +1 -0
  61. package/dist/components/PlAnnotations/components/PlAnnotations.vue2.js.map +1 -1
  62. package/dist/components/PlAnnotations/components/PlAnnotationsModal.vue.d.ts +9 -0
  63. package/dist/components/PlAnnotations/components/PlAnnotationsModal.vue.d.ts.map +1 -0
  64. package/dist/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue.d.ts +12 -0
  65. package/dist/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue.d.ts.map +1 -0
  66. package/dist/components/PlBtnExportArchive/Item.vue.d.ts +8 -0
  67. package/dist/components/PlBtnExportArchive/Item.vue.d.ts.map +1 -0
  68. package/dist/components/PlBtnExportArchive/PlBtnExportArchive.vue.d.ts +27 -0
  69. package/dist/components/PlBtnExportArchive/PlBtnExportArchive.vue.d.ts.map +1 -0
  70. package/dist/components/PlBtnExportArchive/Summary.vue.d.ts +12 -0
  71. package/dist/components/PlBtnExportArchive/Summary.vue.d.ts.map +1 -0
  72. package/dist/components/PlDatasetSelector/PlDatasetSelector.vue.d.ts +76 -0
  73. package/dist/components/PlDatasetSelector/PlDatasetSelector.vue.d.ts.map +1 -0
  74. package/dist/components/PlTableFastSearch/PlTableFastSearch.vue.d.ts +11 -0
  75. package/dist/components/PlTableFastSearch/PlTableFastSearch.vue.d.ts.map +1 -0
  76. package/dist/components/PlTableFilters/PlTableFiltersV2.vue.d.ts +15 -0
  77. package/dist/components/PlTableFilters/PlTableFiltersV2.vue.d.ts.map +1 -0
  78. package/dist/plugins/Monetization/EndOfPeriod.vue.d.ts +7 -0
  79. package/dist/plugins/Monetization/EndOfPeriod.vue.d.ts.map +1 -0
  80. package/dist/plugins/Monetization/LimitCard.vue.d.ts +12 -0
  81. package/dist/plugins/Monetization/LimitCard.vue.d.ts.map +1 -0
  82. package/dist/plugins/Monetization/MonetizationSidebar.vue.d.ts +4 -0
  83. package/dist/plugins/Monetization/MonetizationSidebar.vue.d.ts.map +1 -0
  84. package/dist/plugins/Monetization/RunStatus.vue.d.ts +19 -0
  85. package/dist/plugins/Monetization/RunStatus.vue.d.ts.map +1 -0
  86. package/dist/plugins/Monetization/UserCabinetCard.vue.d.ts +8 -0
  87. package/dist/plugins/Monetization/UserCabinetCard.vue.d.ts.map +1 -0
  88. package/package.json +6 -6
  89. package/src/components/PlAdvancedFilter/PlAdvancedFilter.vue +0 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlAnnotationsModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAnnotations/components/PlAnnotationsModal.vue"],"names":[],"mappings":"AAsDA,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;AAuFJ,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,12 @@
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 __VLS_export: 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>;
10
+ declare const _default: typeof __VLS_export;
11
+ export default _default;
12
+ //# sourceMappingURL=PlAppErrorNotificationAlert.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlAppErrorNotificationAlert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue"],"names":[],"mappings":"AAuEA,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;AA6K9D,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,8 @@
1
+ import { ExportItem } from './types';
2
+ type __VLS_Props = {
3
+ item: ExportItem;
4
+ };
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
7
+ export default _default;
8
+ //# sourceMappingURL=Item.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Item.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlBtnExportArchive/Item.vue"],"names":[],"mappings":"AAiEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC;AAyEF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,27 @@
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 var __VLS_9: {};
15
+ type __VLS_Slots = {} & {
16
+ default?: (props: typeof __VLS_9) => any;
17
+ };
18
+ declare const __VLS_base: 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>;
19
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
+ declare const _default: typeof __VLS_export;
21
+ export default _default;
22
+ type __VLS_WithSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
27
+ //# sourceMappingURL=PlBtnExportArchive.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlBtnExportArchive.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlBtnExportArchive/PlBtnExportArchive.vue"],"names":[],"mappings":"AAwPA,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;AA2TF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { ExportItem } from './types';
2
+ type __VLS_Props = {
3
+ item: ExportItem;
4
+ };
5
+ declare const __VLS_export: 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, {}, any>;
10
+ declare const _default: typeof __VLS_export;
11
+ export default _default;
12
+ //# sourceMappingURL=Summary.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Summary.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlBtnExportArchive/Summary.vue"],"names":[],"mappings":"AAyDA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC;AAkFF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,76 @@
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: typeof __VLS_export;
11
+ export default _default;
12
+ declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{
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
+ } & {
32
+ modelValue?: DatasetSelection | undefined;
33
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
34
+ "update:modelValue": (value: DatasetSelection | undefined) => any;
35
+ }, string, import('vue').PublicProps, Readonly<{
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
+ } & {
55
+ modelValue?: DatasetSelection | undefined;
56
+ }> & Readonly<{
57
+ "onUpdate:modelValue"?: ((value: DatasetSelection | undefined) => any) | undefined;
58
+ }>, {
59
+ error: undefined;
60
+ label: string;
61
+ options: Readonly<DatasetOption[]>;
62
+ helper: string;
63
+ loadingOptionsHelper: string;
64
+ placeholder: string;
65
+ clearable: boolean;
66
+ required: boolean;
67
+ disabled: boolean;
68
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
69
+ tooltip?: () => unknown;
70
+ }>;
71
+ type __VLS_WithSlots<T, S> = T & {
72
+ new (): {
73
+ $slots: S;
74
+ };
75
+ };
76
+ //# sourceMappingURL=PlDatasetSelector.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlDatasetSelector.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlDatasetSelector/PlDatasetSelector.vue"],"names":[],"mappings":"AAmJA,OAAO,KAAK,EACV,aAAa,EACb,gBAAgB,EAGjB,MAAM,sBAAsB,CAAC;AAO9B;;;;;;;GAOG;wBACkB,OAAO,YAAY;AAAxC,wBAAyC;AAKzC,QAAA,MAAM,YAAY;IASd,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;;iBA6ET,gBAAgB,GAAG,SAAS;;;;IA9FrC,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;;iBA6ET,gBAAgB,GAAG,SAAS;;;;;WA3F7B,MAAM;aAFJ,QAAQ,CAAC,aAAa,EAAE,CAAC;YAI1B,MAAM;0BAEQ,MAAM;iBAIf,MAAM;eAER,OAAO;cAER,OAAO;cAEP,OAAO;;cAxBV,MAAM,OAAO;EAuMrB,CAAC;AAWL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,11 @@
1
+ type __VLS_ModelProps = {
2
+ modelValue: string;
3
+ };
4
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ "update:modelValue": (value: string) => any;
6
+ }, string, import('vue').PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
7
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
8
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ //# sourceMappingURL=PlTableFastSearch.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlTableFastSearch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlTableFastSearch/PlTableFastSearch.vue"],"names":[],"mappings":"AA8CA,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,MAAM,CAAC;CAClB,CAAC;AAsFF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,15 @@
1
+ import { PTableColumnSpec, PlDataTableFiltersWithMeta, PFrameHandle } from '@platforma-sdk/model';
2
+ import { Nil } from '@milaboratories/helpers';
3
+ type __VLS_Props = {
4
+ columns: PTableColumnSpec[];
5
+ pframeHandle: Nil | PFrameHandle;
6
+ filters: PlDataTableFiltersWithMeta;
7
+ defaultFilters: Nil | PlDataTableFiltersWithMeta;
8
+ onUpdateFilters: (value: PlDataTableFiltersWithMeta) => void;
9
+ onResetDefaultFilters?: () => void;
10
+ onUpdateDefaultFilters?: (value: PlDataTableFiltersWithMeta) => void;
11
+ };
12
+ declare const __VLS_export: 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>;
13
+ declare const _default: typeof __VLS_export;
14
+ export default _default;
15
+ //# sourceMappingURL=PlTableFiltersV2.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlTableFiltersV2.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlTableFilters/PlTableFiltersV2.vue"],"names":[],"mappings":"AAqNA,OAAO,KAAK,EACV,gBAAgB,EAChB,0BAA0B,EAC1B,YAAY,EAGb,MAAM,sBAAsB,CAAC;AAoB9B,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAGnD,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,gBAAgB,EAAE,CAAC;IAC5B,YAAY,EAAE,GAAG,GAAG,YAAY,CAAC;IACjC,OAAO,EAAE,0BAA0B,CAAC;IACpC,cAAc,EAAE,GAAG,GAAG,0BAA0B,CAAC;IACjD,eAAe,EAAE,CAAC,KAAK,EAAE,0BAA0B,KAAK,IAAI,CAAC;IAC7D,qBAAqB,CAAC,EAAE,MAAM,IAAI,CAAC;IACnC,sBAAsB,CAAC,EAAE,CAAC,KAAK,EAAE,0BAA0B,KAAK,IAAI,CAAC;CACtE,CAAC;AAwSF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ endOfPeriod: string | null;
3
+ };
4
+ declare const __VLS_export: 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>;
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
7
+ //# sourceMappingURL=EndOfPeriod.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EndOfPeriod.vue.d.ts","sourceRoot":"","sources":["../../../src/plugins/Monetization/EndOfPeriod.vue"],"names":[],"mappings":"AA8CA,KAAK,WAAW,GAAG;IACjB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,CAAC;AA8CF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,12 @@
1
+ type __VLS_Props = {
2
+ type: "unique_launches" | "volume_limit";
3
+ label: string;
4
+ used: number;
5
+ toSpend: number;
6
+ available: number | null;
7
+ unit?: string;
8
+ };
9
+ declare const __VLS_export: 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>;
10
+ declare const _default: typeof __VLS_export;
11
+ export default _default;
12
+ //# sourceMappingURL=LimitCard.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LimitCard.vue.d.ts","sourceRoot":"","sources":["../../../src/plugins/Monetization/LimitCard.vue"],"names":[],"mappings":"AA8PA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,iBAAiB,GAAG,cAAc,CAAC;IACzC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AA8LF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,4 @@
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
4
+ //# sourceMappingURL=MonetizationSidebar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MonetizationSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/plugins/Monetization/MonetizationSidebar.vue"],"names":[],"mappings":"AA4cA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,19 @@
1
+ type __VLS_Props = {
2
+ canRun: boolean | undefined;
3
+ statusText: string | undefined;
4
+ isLoading?: boolean;
5
+ };
6
+ declare var __VLS_1: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_1) => any;
9
+ };
10
+ declare const __VLS_base: 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>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=RunStatus.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunStatus.vue.d.ts","sourceRoot":"","sources":["../../../src/plugins/Monetization/RunStatus.vue"],"names":[],"mappings":"AA+GA,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,OAAO,GAAG,SAAS,CAAC;IAC5B,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAuEF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,8 @@
1
+ type __VLS_Props = {
2
+ userCabinetUrl: string;
3
+ email?: string;
4
+ };
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
7
+ export default _default;
8
+ //# sourceMappingURL=UserCabinetCard.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserCabinetCard.vue.d.ts","sourceRoot":"","sources":["../../../src/plugins/Monetization/UserCabinetCard.vue"],"names":[],"mappings":"AAgIA,KAAK,WAAW,GAAG;IACjB,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AA2IF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-sdk/ui-vue",
3
- "version": "1.83.1",
3
+ "version": "1.83.9",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -27,10 +27,10 @@
27
27
  "vue": "3.5.24",
28
28
  "zod": "~3.25.76",
29
29
  "@milaboratories/columns-collection-driver": "0.2.4",
30
- "@milaboratories/pl-model-common": "1.48.0",
31
- "@milaboratories/uikit": "2.15.26",
30
+ "@milaboratories/uikit": "2.15.28",
32
31
  "@milaboratories/pf-spec-driver": "1.5.1",
33
- "@platforma-sdk/model": "1.83.0"
32
+ "@milaboratories/pl-model-common": "1.48.0",
33
+ "@platforma-sdk/model": "1.83.9"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@faker-js/faker": "^9.2.0",
@@ -47,9 +47,9 @@
47
47
  "vite": "^8.0.6",
48
48
  "vitest": "^4.1.3",
49
49
  "@milaboratories/build-configs": "2.0.1",
50
- "@milaboratories/helpers": "1.14.5",
50
+ "@milaboratories/ts-builder": "1.7.2",
51
51
  "@milaboratories/ts-configs": "1.4.0",
52
- "@milaboratories/ts-builder": "1.7.1"
52
+ "@milaboratories/helpers": "1.14.5"
53
53
  },
54
54
  "scripts": {
55
55
  "dev": "ts-builder serve --target browser-lib",
@@ -54,8 +54,6 @@ const props = withDefaults(
54
54
  isRemovable: () => true,
55
55
  isDraggable: () => true,
56
56
 
57
- getSuggestModel: undefined,
58
-
59
57
  enableDnd: false,
60
58
  enableAddGroupButton: false,
61
59
  enableToggling: false,