@milaboratories/uikit 2.2.16 → 2.2.18

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 (102) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/pl-uikit.js +3218 -2989
  3. package/dist/pl-uikit.umd.cjs +6 -6
  4. package/dist/src/components/ContextProvider.vue.d.ts +7 -8
  5. package/dist/src/components/DataTable/AddColumnBtn.vue.d.ts +1 -1
  6. package/dist/src/components/DataTable/BaseCellComponent.vue.d.ts +5 -8
  7. package/dist/src/components/DataTable/ColumnCaret.vue.d.ts +3 -4
  8. package/dist/src/components/DataTable/TScroll.vue.d.ts +5 -8
  9. package/dist/src/components/DataTable/TableComponent.vue.d.ts +5 -6
  10. package/dist/src/components/DataTable/TdCell.vue.d.ts +3 -4
  11. package/dist/src/components/DataTable/ThCell.vue.d.ts +5 -6
  12. package/dist/src/components/DataTable/TrBody.vue.d.ts +6 -6
  13. package/dist/src/components/DataTable/TrHead.vue.d.ts +3 -2
  14. package/dist/src/components/DataTable/assets/TableIcon.vue.d.ts +1 -1
  15. package/dist/src/components/DropdownListItem.vue.d.ts +5 -10
  16. package/dist/src/components/GridTable/AddColumnBtn.vue.d.ts +1 -1
  17. package/dist/src/components/GridTable/TRow.vue.d.ts +8 -10
  18. package/dist/src/components/GridTable/TdCell.vue.d.ts +10 -12
  19. package/dist/src/components/GridTable/ThCell.vue.d.ts +5 -8
  20. package/dist/src/components/GridTable/assets/TableIcon.vue.d.ts +1 -1
  21. package/dist/src/components/GridTable/index.vue.d.ts +8 -8
  22. package/dist/src/components/HScroll.vue.d.ts +4 -7
  23. package/dist/src/components/InputRange.vue.d.ts +4 -6
  24. package/dist/src/components/LongText.vue.d.ts +3 -2
  25. package/dist/src/components/PlAccordion/ExpandTransition.vue.d.ts +2 -1
  26. package/dist/src/components/PlAccordion/PlAccordion.vue.d.ts +6 -5
  27. package/dist/src/components/PlAccordion/PlAccordionSection.vue.d.ts +6 -5
  28. package/dist/src/components/PlBtnGhost/PlBtnGhost.vue.d.ts +1 -1
  29. package/dist/src/components/PlBtnGroup/PlBtnGroup.vue.d.ts +1 -1
  30. package/dist/src/components/PlBtnLink/PlBtnLink.vue.d.ts +12 -35
  31. package/dist/src/components/PlBtnSplit/PlBtnSplit.vue.d.ts +3 -4
  32. package/dist/src/components/PlCheckbox/PlCheckboxBase.vue.d.ts +5 -7
  33. package/dist/src/components/PlCheckboxGroup/PlCheckboxGroup.vue.d.ts +1 -1
  34. package/dist/src/components/PlChip/PlChip.vue.d.ts +8 -9
  35. package/dist/src/components/PlDropdown/PlDropdown.vue.d.ts +1 -1
  36. package/dist/src/components/PlDropdownLegacy/PlDropdownLegacy.vue.d.ts +1 -1
  37. package/dist/src/components/PlDropdownLine/PlDropdownLine.vue.d.ts +16 -23
  38. package/dist/src/components/PlDropdownLine/ResizableInput.vue.d.ts +5 -11
  39. package/dist/src/components/PlDropdownMulti/PlDropdownMulti.vue.d.ts +1 -1
  40. package/dist/src/components/PlDropdownRef/PlDropdownRef.vue.d.ts +1 -1
  41. package/dist/src/components/PlEditableTitle/PlEditableTitle.vue.d.ts +5 -5
  42. package/dist/src/components/PlFileDialog/Local.vue.d.ts +8 -0
  43. package/dist/src/components/PlFileDialog/PlFileDialog.vue.d.ts +84 -12
  44. package/dist/src/components/PlFileDialog/Remote.vue.d.ts +28 -0
  45. package/dist/src/components/PlFileDialog/remote.d.ts +20 -0
  46. package/dist/src/components/PlFileDialog/utils.d.ts +1 -0
  47. package/dist/src/components/PlFileInput/PlFileInput.vue.d.ts +18 -65
  48. package/dist/src/components/PlIcon16/PlIcon16.vue.d.ts +3 -5
  49. package/dist/src/components/PlIcon24/PlIcon24.vue.d.ts +3 -5
  50. package/dist/src/components/PlLogView/PlLogView.vue.d.ts +1 -1
  51. package/dist/src/components/PlMaskIcon16/PlMaskIcon16.vue.d.ts +3 -5
  52. package/dist/src/components/PlMaskIcon24/PlMaskIcon24.vue.d.ts +3 -5
  53. package/dist/src/components/PlNotificationAlert/PlNotificationAlert.vue.d.ts +6 -5
  54. package/dist/src/components/PlNumberField/PlNumberField.vue.d.ts +3 -2
  55. package/dist/src/components/PlProgressBar/PlProgressBar.vue.d.ts +3 -6
  56. package/dist/src/components/PlSearchField/PlSearchField.vue.d.ts +12 -0
  57. package/dist/src/components/PlSearchField/index.d.ts +1 -0
  58. package/dist/src/components/PlSectionSeparator/PlSectionSeparator.vue.d.ts +9 -12
  59. package/dist/src/components/PlSpacer/PlSpacer.vue.d.ts +1 -1
  60. package/dist/src/components/PlTabs/PlTabs.vue.d.ts +1 -1
  61. package/dist/src/components/PlTabs/Tab.vue.d.ts +6 -6
  62. package/dist/src/components/PlTextArea/PlTextArea.vue.d.ts +1 -1
  63. package/dist/src/components/PlTextField/PlTextField.vue.d.ts +3 -5
  64. package/dist/src/components/PlToggleSwitch/PlToggleSwitch.vue.d.ts +1 -1
  65. package/dist/src/components/PlTooltip/Beak.vue.d.ts +1 -1
  66. package/dist/src/components/Scrollable.vue.d.ts +3 -2
  67. package/dist/src/components/Slider.vue.d.ts +18 -28
  68. package/dist/src/components/SliderRange.vue.d.ts +18 -28
  69. package/dist/src/components/SliderRangeTriple.vue.d.ts +19 -29
  70. package/dist/src/components/TabItem.vue.d.ts +4 -7
  71. package/dist/src/components/ThemeSwitcher.vue.d.ts +1 -1
  72. package/dist/src/components/TransitionSlidePanel.vue.d.ts +2 -1
  73. package/dist/src/components/VScroll.vue.d.ts +4 -7
  74. package/dist/src/components/contextMenu/Menu.vue.d.ts +5 -6
  75. package/dist/src/drafts/FileBaseInput.vue.d.ts +3 -2
  76. package/dist/src/index.d.ts +1 -0
  77. package/dist/src/layout/PlBlockPage/PlBlockPage.vue.d.ts +1 -1
  78. package/dist/src/layout/PlContainer/PlContainer.vue.d.ts +1 -1
  79. package/dist/src/layout/PlGrid/PlGrid.vue.d.ts +1 -1
  80. package/dist/src/layout/PlRow/PlRow.vue.d.ts +1 -1
  81. package/dist/src/layout/PlSpacer/PlSpacer.vue.d.ts +1 -1
  82. package/dist/src/types.d.ts +1 -1
  83. package/dist/src/utils/CloseModalBtn.vue.d.ts +1 -1
  84. package/dist/style.css +1 -1
  85. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  86. package/package.json +8 -8
  87. package/src/components/PlBtnSplit/PlBtnSplit.vue +1 -2
  88. package/src/components/PlDialogModal/pl-dialog-modal.scss +0 -1
  89. package/src/components/PlFileDialog/Local.vue +95 -0
  90. package/src/components/PlFileDialog/PlFileDialog.vue +63 -310
  91. package/src/components/PlFileDialog/Remote.vue +313 -0
  92. package/src/components/PlFileDialog/pl-file-dialog.module.scss +247 -0
  93. package/src/components/PlFileDialog/remote.ts +45 -0
  94. package/src/components/PlFileDialog/utils.ts +5 -0
  95. package/src/components/PlFileInput/pl-file-input.scss +2 -5
  96. package/src/components/PlSearchField/PlSearchField.vue +85 -0
  97. package/src/components/PlSearchField/index.ts +1 -0
  98. package/src/components/PlTabs/Tab.vue +0 -1
  99. package/src/composition/useSortable.ts +4 -0
  100. package/src/index.ts +1 -0
  101. package/src/types.ts +1 -1
  102. package/src/components/PlFileDialog/pl-file-dialog.scss +0 -172
@@ -1,12 +1,9 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  loading: boolean;
3
3
  progress: number;
4
4
  completeMessage: string;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
- loading: boolean;
7
- progress: number;
8
- completeMessage: string;
9
- }> & Readonly<{}>, {
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
7
  progress: number;
11
8
  completeMessage: string;
12
9
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -0,0 +1,12 @@
1
+ type __VLS_Props = {
2
+ modelValue?: string;
3
+ clearable?: boolean;
4
+ placeholder?: string;
5
+ disabled?: boolean;
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ "update:modelValue": (...args: any[]) => void;
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as PlSearchField } from './PlSearchField.vue';
@@ -1,22 +1,19 @@
1
+ type __VLS_Props = {
2
+ /**
3
+ * If `true`, remove top padding
4
+ */
5
+ compact?: boolean;
6
+ };
1
7
  declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
2
9
  slots: {
3
10
  default?(_: {}): any;
4
11
  };
5
12
  refs: {};
6
- attrs: Partial<{}>;
13
+ rootEl: HTMLDivElement;
7
14
  };
8
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import("vue").DefineComponent<{
10
- /**
11
- * If `true`, remove top padding
12
- */
13
- compact?: boolean;
14
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
15
- /**
16
- * If `true`, remove top padding
17
- */
18
- compact?: boolean;
19
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ 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, {}, HTMLDivElement>;
20
17
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
18
  export default _default;
22
19
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -5,7 +5,7 @@ import type { TabOption } from './types';
5
5
  declare const _default: <M extends string>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
6
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
7
7
  readonly "onUpdate:modelValue"?: ((value: M) => any) | undefined;
8
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & {
8
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & Partial<{}> & {
9
9
  /**
10
10
  * The current selected tab value.
11
11
  */
@@ -1,5 +1,9 @@
1
1
  import type { TabOption } from './types';
2
+ type __VLS_Props = {
3
+ option: TabOption;
4
+ };
2
5
  declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
3
7
  slots: {
4
8
  default?(_: {}): any;
5
9
  };
@@ -89,14 +93,10 @@ declare function __VLS_template(): {
89
93
  };
90
94
  }) | null;
91
95
  };
92
- attrs: Partial<{}>;
96
+ rootEl: any;
93
97
  };
94
98
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
95
- declare const __VLS_component: import("vue").DefineComponent<{
96
- option: TabOption;
97
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
98
- option: TabOption;
99
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
99
+ 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, {}, any>;
100
100
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
101
101
  export default _default;
102
102
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -102,7 +102,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
102
102
  rules?: ((v: string) => boolean | string)[];
103
103
  }> & Readonly<{
104
104
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
105
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
105
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>, {
106
106
  tooltip?(_: {}): any;
107
107
  append?(_: {}): any;
108
108
  }>;
@@ -3,8 +3,8 @@ import type { Equal } from '@milaboratories/helpers';
3
3
  /** Component for one-line string data manipulation */
4
4
  declare const _default: <M, E = string, C = E>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
5
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
- readonly "onUpdate:modelValue"?: ((modelValue: Equal<M, E | C> extends true ? M : never) => any) | undefined;
7
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & ({
6
+ readonly "onUpdate:modelValue"?: ((value: Equal<M, E | C> extends true ? M : never) => any) | undefined;
7
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & Partial<{}> & ({
8
8
  modelValue: Equal<M, E | C> extends true ? M : never;
9
9
  } & {
10
10
  /**
@@ -64,9 +64,7 @@ declare const _default: <M, E = string, C = E>(__VLS_props: NonNullable<Awaited<
64
64
  tooltip?(_: {}): any;
65
65
  append?(_: {}): any;
66
66
  };
67
- emit: {
68
- 'update:modelValue': [modelValue: Equal<M, E | C> extends true ? M : never];
69
- };
67
+ emit: (evt: "update:modelValue", value: Equal<M, E | C> extends true ? M : never) => void;
70
68
  }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
71
69
  [key: string]: any;
72
70
  }> & {
@@ -24,5 +24,5 @@ declare const _default: import("vue").DefineComponent<{
24
24
  modelValue?: boolean;
25
25
  }> & Readonly<{
26
26
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
27
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
28
28
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, SVGSVGElement>;
2
2
  export default _default;
@@ -1,14 +1,15 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
6
  refs: {
6
7
  containerRef: HTMLDivElement;
7
8
  };
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLDivElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
12
13
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
14
  export default _default;
14
15
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,16 +1,5 @@
1
1
  import type { SliderMode } from '../types';
2
- declare function __VLS_template(): {
3
- slots: {
4
- tooltip?(_: {}): any;
5
- };
6
- refs: {
7
- barRef: HTMLDivElement;
8
- thumbRef: HTMLDivElement;
9
- };
10
- attrs: Partial<{}>;
11
- };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
14
3
  modelValue: number;
15
4
  min?: number;
16
5
  max: number;
@@ -22,25 +11,26 @@ declare const __VLS_component: import("vue").DefineComponent<{
22
11
  measure?: string;
23
12
  breakpoints?: boolean;
24
13
  disabled?: boolean;
25
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ };
15
+ declare function __VLS_template(): {
16
+ attrs: Partial<{}>;
17
+ slots: {
18
+ tooltip?(_: {}): any;
19
+ };
20
+ refs: {
21
+ barRef: HTMLDivElement;
22
+ thumbRef: HTMLDivElement;
23
+ };
24
+ rootEl: HTMLDivElement;
25
+ };
26
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
28
  "update:modelValue": (...args: any[]) => void;
27
- }, string, import("vue").PublicProps, Readonly<{
28
- modelValue: number;
29
- min?: number;
30
- max: number;
31
- step?: number;
32
- label?: string;
33
- helper?: string;
34
- error?: string;
35
- mode?: SliderMode;
36
- measure?: string;
37
- breakpoints?: boolean;
38
- disabled?: boolean;
39
- }> & Readonly<{
29
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
40
30
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
41
31
  }>, {
42
- error: string;
43
32
  label: string;
33
+ error: string;
44
34
  disabled: boolean;
45
35
  mode: SliderMode;
46
36
  helper: string;
@@ -48,7 +38,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
48
38
  min: number;
49
39
  measure: string;
50
40
  breakpoints: boolean;
51
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
52
42
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
53
43
  export default _default;
54
44
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,17 +1,5 @@
1
1
  import type { SliderMode } from '../types';
2
- declare function __VLS_template(): {
3
- slots: {
4
- tooltip?(_: {}): any;
5
- };
6
- refs: {
7
- barRef: HTMLDivElement;
8
- thumbRef1: HTMLDivElement;
9
- thumbRef2: HTMLDivElement;
10
- };
11
- attrs: Partial<{}>;
12
- };
13
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
15
3
  modelValue: [number, number];
16
4
  min?: number;
17
5
  max: number;
@@ -23,25 +11,27 @@ declare const __VLS_component: import("vue").DefineComponent<{
23
11
  measure?: string;
24
12
  breakpoints?: boolean;
25
13
  disabled?: boolean;
26
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ };
15
+ declare function __VLS_template(): {
16
+ attrs: Partial<{}>;
17
+ slots: {
18
+ tooltip?(_: {}): any;
19
+ };
20
+ refs: {
21
+ barRef: HTMLDivElement;
22
+ thumbRef1: HTMLDivElement;
23
+ thumbRef2: HTMLDivElement;
24
+ };
25
+ rootEl: any;
26
+ };
27
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
28
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
27
29
  "update:modelValue": (...args: any[]) => void;
28
- }, string, import("vue").PublicProps, Readonly<{
29
- modelValue: [number, number];
30
- min?: number;
31
- max: number;
32
- step?: number;
33
- label?: string;
34
- helper?: string;
35
- error?: string;
36
- mode?: SliderMode;
37
- measure?: string;
38
- breakpoints?: boolean;
39
- disabled?: boolean;
40
- }> & Readonly<{
30
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
41
31
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
42
32
  }>, {
43
- error: string;
44
33
  label: string;
34
+ error: string;
45
35
  disabled: boolean;
46
36
  mode: SliderMode;
47
37
  helper: string;
@@ -1,6 +1,20 @@
1
1
  import type { SliderMode } from '../types';
2
2
  type ModelType = [number, number, number];
3
+ type __VLS_Props = {
4
+ modelValue: ModelType;
5
+ min?: number;
6
+ max: number;
7
+ step?: number;
8
+ label?: string;
9
+ helper?: string;
10
+ error?: string;
11
+ mode?: SliderMode;
12
+ measure?: string;
13
+ breakpoints?: boolean;
14
+ disabled?: boolean;
15
+ };
3
16
  declare function __VLS_template(): {
17
+ attrs: Partial<{}>;
4
18
  slots: {
5
19
  tooltip?(_: {}): any;
6
20
  };
@@ -10,40 +24,16 @@ declare function __VLS_template(): {
10
24
  thumbRef2: HTMLDivElement;
11
25
  thumbRef3: HTMLDivElement;
12
26
  };
13
- attrs: Partial<{}>;
27
+ rootEl: HTMLDivElement;
14
28
  };
15
29
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
- declare const __VLS_component: import("vue").DefineComponent<{
17
- modelValue: ModelType;
18
- min?: number;
19
- max: number;
20
- step?: number;
21
- label?: string;
22
- helper?: string;
23
- error?: string;
24
- mode?: SliderMode;
25
- measure?: string;
26
- breakpoints?: boolean;
27
- disabled?: boolean;
28
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
31
  "update:modelValue": (...args: any[]) => void;
30
- }, string, import("vue").PublicProps, Readonly<{
31
- modelValue: ModelType;
32
- min?: number;
33
- max: number;
34
- step?: number;
35
- label?: string;
36
- helper?: string;
37
- error?: string;
38
- mode?: SliderMode;
39
- measure?: string;
40
- breakpoints?: boolean;
41
- disabled?: boolean;
42
- }> & Readonly<{
32
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
43
33
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
44
34
  }>, {
45
- error: string;
46
35
  label: string;
36
+ error: string;
47
37
  disabled: boolean;
48
38
  mode: SliderMode;
49
39
  helper: string;
@@ -51,7 +41,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
51
41
  min: number;
52
42
  measure: string;
53
43
  breakpoints: boolean;
54
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
55
45
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
56
46
  export default _default;
57
47
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,14 +1,11 @@
1
1
  import type { ListOptionNormalized } from '../types';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  option: ListOptionNormalized;
4
4
  isSelected: boolean;
5
5
  isHovered: boolean;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- option: ListOptionNormalized;
8
- isSelected: boolean;
9
- isHovered: boolean;
10
- }> & Readonly<{}>, {
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
8
  isSelected: boolean;
12
9
  isHovered: boolean;
13
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
14
11
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -1,9 +1,10 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
6
  refs: {};
6
- attrs: Partial<{}>;
7
+ rootEl: any;
7
8
  };
8
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
10
  declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,14 +1,11 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  scrollTop: number;
3
3
  clientHeight: number;
4
4
  scrollHeight: number;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
7
  "update:scrollTop": (...args: any[]) => void;
7
- }, string, import("vue").PublicProps, Readonly<{
8
- scrollTop: number;
9
- clientHeight: number;
10
- scrollHeight: number;
11
- }> & Readonly<{
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
9
  "onUpdate:scrollTop"?: ((...args: any[]) => any) | undefined;
13
10
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
11
  export default _default;
@@ -1,11 +1,10 @@
1
1
  import type { ContextOption } from './types';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  options: readonly ContextOption[];
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
6
  close: (...args: any[]) => void;
6
- }, string, import("vue").PublicProps, Readonly<{
7
- options: readonly ContextOption[];
8
- }> & Readonly<{
7
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
8
  onClose?: ((...args: any[]) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
11
10
  export default _default;
@@ -8,13 +8,14 @@ type PropsType = {
8
8
  disabled?: boolean;
9
9
  };
10
10
  declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
11
12
  slots: {
12
13
  actions?(_: {}): any;
13
14
  };
14
15
  refs: {
15
16
  fileInput: HTMLInputElement;
16
17
  };
17
- attrs: Partial<{}>;
18
+ rootEl: HTMLDivElement;
18
19
  };
19
20
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
21
  declare const __VLS_component: import("vue").DefineComponent<PropsType, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
@@ -30,7 +31,7 @@ declare const __VLS_component: import("vue").DefineComponent<PropsType, {}, {},
30
31
  description: string;
31
32
  acceptedTypes: string;
32
33
  buttonText: string;
33
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
34
35
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
36
  export default _default;
36
37
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -23,6 +23,7 @@ export * from './components/PlBtnLink';
23
23
  export * from './components/PlBtnGroup';
24
24
  export * from './components/PlEditableTitle';
25
25
  export * from './components/PlTextField';
26
+ export * from './components/PlSearchField';
26
27
  export * from './components/PlTextArea';
27
28
  export * from './components/PlDropdown';
28
29
  export * from './components/PlDropdownRef';
@@ -4,7 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4
4
  noBodyGutters?: boolean;
5
5
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
6
  noBodyGutters?: boolean;
7
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
7
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>, {
8
8
  title?(_: {}): any;
9
9
  append?(_: {}): any;
10
10
  default?(_: {}): any;
@@ -4,7 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4
4
  width?: string;
5
5
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
6
  width?: string;
7
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
7
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>, {
8
8
  default?(_: {}): any;
9
9
  }>;
10
10
  export default _default;
@@ -4,7 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4
4
  columns: number;
5
5
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
6
  columns: number;
7
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
7
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>, {
8
8
  default?(_: {}): any;
9
9
  }>;
10
10
  export default _default;
@@ -8,7 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
8
8
  wrap?: boolean;
9
9
  alignCenter?: boolean;
10
10
  noGap?: boolean;
11
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
11
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>, {
12
12
  default?(_: {}): any;
13
13
  }>;
14
14
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -53,7 +53,7 @@ export type MaskIconName16 = (typeof maskIcons16)[number];
53
53
  export type MaskIconName24 = (typeof maskIcons24)[number];
54
54
  export type SliderMode = 'input' | 'text';
55
55
  export type ImportedFiles = {
56
- storageHandle: StorageHandle;
56
+ storageHandle?: StorageHandle;
57
57
  files: ImportFileHandle[];
58
58
  };
59
59
  declare global {
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;