@factoringplus/pl-components-pack-v3 1.3.2 → 1.3.3

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.
@@ -37,6 +37,7 @@ import { default as PlUploadPlus } from './form/pl-upload-plus';
37
37
  import { default as PlTooltipPlus } from './basic/pl-tooltip-plus';
38
38
  import { default as PlMarkText } from './shared/pl-mark-text';
39
39
  import { default as PlPagination } from './data/pl-table-plus/components/Pagination';
40
+ import { default as PlTagsChips } from './data/pl-tags-chips';
40
41
 
41
42
  export * from './deprecated/pl-checkbox';
42
43
  export * from './deprecated/pl-date-picker';
@@ -83,4 +84,6 @@ export * from '../utils/deepSet';
83
84
  export * from '../utils/dadataParser';
84
85
  export * from '../plugins/filters';
85
86
  export * from '../plugins/api/api';
86
- export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSnackbar, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, };
87
+ export * from './data/pl-table-plus/components/Pagination';
88
+ export * from './data/pl-tags-chips';
89
+ export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSnackbar, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlTagsChips, };
@@ -0,0 +1,177 @@
1
+ export declare const PlTagsChips: import('../../../install-function').SFCInstallWithContext<{
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
3
+ size: {
4
+ type: import('vue').PropType<"small" | "large">;
5
+ default: string;
6
+ };
7
+ type: {
8
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
9
+ default: string;
10
+ };
11
+ icon: {
12
+ type: import('vue').PropType<import('../../components').TIcon>;
13
+ default: string;
14
+ };
15
+ iconColor: {
16
+ type: import('vue').PropType<string>;
17
+ default: string;
18
+ };
19
+ textColor: {
20
+ type: import('vue').PropType<string>;
21
+ default: string;
22
+ };
23
+ backgroundColor: {
24
+ type: import('vue').PropType<string>;
25
+ default: string;
26
+ };
27
+ chip: {
28
+ type: import('vue').PropType<boolean>;
29
+ default: boolean;
30
+ };
31
+ closeBtn: {
32
+ type: import('vue').PropType<boolean>;
33
+ default: boolean;
34
+ };
35
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
36
+ size: {
37
+ type: import('vue').PropType<"small" | "large">;
38
+ default: string;
39
+ };
40
+ type: {
41
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
42
+ default: string;
43
+ };
44
+ icon: {
45
+ type: import('vue').PropType<import('../../components').TIcon>;
46
+ default: string;
47
+ };
48
+ iconColor: {
49
+ type: import('vue').PropType<string>;
50
+ default: string;
51
+ };
52
+ textColor: {
53
+ type: import('vue').PropType<string>;
54
+ default: string;
55
+ };
56
+ backgroundColor: {
57
+ type: import('vue').PropType<string>;
58
+ default: string;
59
+ };
60
+ chip: {
61
+ type: import('vue').PropType<boolean>;
62
+ default: boolean;
63
+ };
64
+ closeBtn: {
65
+ type: import('vue').PropType<boolean>;
66
+ default: boolean;
67
+ };
68
+ }>>, {
69
+ size: "small" | "large";
70
+ type: "error" | "info" | "success" | "warning" | "interactive";
71
+ icon: import('../../components').TIcon;
72
+ iconColor: string;
73
+ textColor: string;
74
+ backgroundColor: string;
75
+ chip: boolean;
76
+ closeBtn: boolean;
77
+ }, true, {}, {}, {
78
+ P: {};
79
+ B: {};
80
+ D: {};
81
+ C: {};
82
+ M: {};
83
+ Defaults: {};
84
+ }, Readonly<import('vue').ExtractPropTypes<{
85
+ size: {
86
+ type: import('vue').PropType<"small" | "large">;
87
+ default: string;
88
+ };
89
+ type: {
90
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
91
+ default: string;
92
+ };
93
+ icon: {
94
+ type: import('vue').PropType<import('../../components').TIcon>;
95
+ default: string;
96
+ };
97
+ iconColor: {
98
+ type: import('vue').PropType<string>;
99
+ default: string;
100
+ };
101
+ textColor: {
102
+ type: import('vue').PropType<string>;
103
+ default: string;
104
+ };
105
+ backgroundColor: {
106
+ type: import('vue').PropType<string>;
107
+ default: string;
108
+ };
109
+ chip: {
110
+ type: import('vue').PropType<boolean>;
111
+ default: boolean;
112
+ };
113
+ closeBtn: {
114
+ type: import('vue').PropType<boolean>;
115
+ default: boolean;
116
+ };
117
+ }>>, {}, {}, {}, {}, {
118
+ size: "small" | "large";
119
+ type: "error" | "info" | "success" | "warning" | "interactive";
120
+ icon: import('../../components').TIcon;
121
+ iconColor: string;
122
+ textColor: string;
123
+ backgroundColor: string;
124
+ chip: boolean;
125
+ closeBtn: boolean;
126
+ }>;
127
+ __isFragment?: never;
128
+ __isTeleport?: never;
129
+ __isSuspense?: never;
130
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
131
+ size: {
132
+ type: import('vue').PropType<"small" | "large">;
133
+ default: string;
134
+ };
135
+ type: {
136
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
137
+ default: string;
138
+ };
139
+ icon: {
140
+ type: import('vue').PropType<import('../../components').TIcon>;
141
+ default: string;
142
+ };
143
+ iconColor: {
144
+ type: import('vue').PropType<string>;
145
+ default: string;
146
+ };
147
+ textColor: {
148
+ type: import('vue').PropType<string>;
149
+ default: string;
150
+ };
151
+ backgroundColor: {
152
+ type: import('vue').PropType<string>;
153
+ default: string;
154
+ };
155
+ chip: {
156
+ type: import('vue').PropType<boolean>;
157
+ default: boolean;
158
+ };
159
+ closeBtn: {
160
+ type: import('vue').PropType<boolean>;
161
+ default: boolean;
162
+ };
163
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
164
+ size: "small" | "large";
165
+ type: "error" | "info" | "success" | "warning" | "interactive";
166
+ icon: import('../../components').TIcon;
167
+ iconColor: string;
168
+ textColor: string;
169
+ backgroundColor: string;
170
+ chip: boolean;
171
+ closeBtn: boolean;
172
+ }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
173
+ $slots: {
174
+ default?(_: {}): any;
175
+ };
176
+ })>;
177
+ export default PlTagsChips;
@@ -0,0 +1,65 @@
1
+ import { TIcon } from '../../shared/pl-icon';
2
+
3
+ interface IProps {
4
+ textColor?: string;
5
+ icon?: TIcon;
6
+ iconColor?: string;
7
+ backgroundColor?: string;
8
+ size?: 'large' | 'small';
9
+ chip?: boolean;
10
+ type?: 'success' | 'interactive' | 'warning' | 'error' | 'info';
11
+ closeBtn?: boolean;
12
+ }
13
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
14
+ textColor: string;
15
+ icon: string;
16
+ iconColor: string;
17
+ backgroundColor: string;
18
+ size: string;
19
+ chip: boolean;
20
+ type: string;
21
+ closeBtn: boolean;
22
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
23
+ textColor: string;
24
+ icon: string;
25
+ iconColor: string;
26
+ backgroundColor: string;
27
+ size: string;
28
+ chip: boolean;
29
+ type: string;
30
+ closeBtn: boolean;
31
+ }>>>, {
32
+ size: "small" | "large";
33
+ type: "error" | "info" | "success" | "warning" | "interactive";
34
+ icon: TIcon;
35
+ iconColor: string;
36
+ textColor: string;
37
+ backgroundColor: string;
38
+ chip: boolean;
39
+ closeBtn: boolean;
40
+ }, {}>, {
41
+ default?(_: {}): any;
42
+ }>;
43
+ export default _default;
44
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
+ type __VLS_TypePropsToRuntimeProps<T> = {
46
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
47
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
48
+ } : {
49
+ type: import('vue').PropType<T[K]>;
50
+ required: true;
51
+ };
52
+ };
53
+ type __VLS_WithDefaults<P, D> = {
54
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
55
+ default: D[K];
56
+ }> : P[K];
57
+ };
58
+ type __VLS_Prettify<T> = {
59
+ [K in keyof T]: T[K];
60
+ } & {};
61
+ type __VLS_WithTemplateSlots<T, S> = T & {
62
+ new (): {
63
+ $slots: S;
64
+ };
65
+ };