@factoringplus/pl-components-pack-v3 1.10.1 → 1.10.2-pre-01

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 (24) hide show
  1. package/dist/{crypto-pro-actual-cades-plugin-5557cdbd.cjs → crypto-pro-actual-cades-plugin-2daa7e80.cjs} +1 -1
  2. package/dist/{crypto-pro-actual-cades-plugin-d2da12c3.js → crypto-pro-actual-cades-plugin-782f801d.js} +1 -1
  3. package/dist/{entry-a4f30c8f.js → entry-55b751c6.js} +14199 -13909
  4. package/dist/{entry-f54abc78.cjs → entry-c64e8388.cjs} +32 -32
  5. package/dist/pl-components-pack-v3.cjs.js +1 -1
  6. package/dist/pl-components-pack-v3.es.js +66 -63
  7. package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +1 -1
  8. package/dist/src/components/components.d.ts +8 -4
  9. package/dist/src/services/pl-navigation/components/Header.vue.d.ts +5 -3
  10. package/dist/src/services/pl-navigation/index.d.ts +3 -7
  11. package/dist/src/services/pl-navigation/pl-navigation.vue.d.ts +3 -3
  12. package/dist/src/services/pl-navigation-legacy/components/HeaderLegacy.vue.d.ts +43 -0
  13. package/dist/src/services/pl-navigation-legacy/components/NavButtonLegacy/NavButtonLegacy.vue.d.ts +52 -0
  14. package/dist/src/services/pl-navigation-legacy/components/NavButtonLegacy/index.d.ts +112 -0
  15. package/dist/src/services/pl-navigation-legacy/components/SidebarItemLegacy/SidebarItemLegacy.vue.d.ts +35 -0
  16. package/dist/src/services/pl-navigation-legacy/components/SidebarItemLegacy/index.d.ts +28 -0
  17. package/dist/src/services/pl-navigation-legacy/index.d.ts +86 -0
  18. package/dist/src/services/pl-navigation-legacy/pl-navigation-legacy.vue.d.ts +37 -0
  19. package/dist/src/services/pl-navigation-legacy/screenSizes.d.ts +6 -0
  20. package/dist/src/services/pl-navigation-legacy/types.d.ts +11 -0
  21. package/dist/style.css +1 -1
  22. package/package.json +1 -1
  23. /package/dist/src/services/{pl-navigation → pl-navigation-legacy}/components/TLogo/TLogo.vue.d.ts +0 -0
  24. /package/dist/src/services/{pl-navigation → pl-navigation-legacy}/components/TLogo/index.d.ts +0 -0
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./entry-f54abc78.cjs");require("vue");exports.PlAutocomplete=l.PlAutocomplete;exports.PlBanner=l.PlBanner;exports.PlButton=l.PlButton;exports.PlButtonDropdown=l.PlButtonDropdown;exports.PlCard=l.PlCard;exports.PlCheckbox=l.PlCheckbox;exports.PlCheckboxPlus=l.PlCheckboxPlus;exports.PlCurrency=l.PlCurrency;exports.PlDatePickerLegacyPlugin=l.PlDatePickerLegacyPlugin;exports.PlDatePickerPlugin=l.PlDatePickerPlugin;exports.PlDatePickerPlusPlugin=l.PlDatePickerPlusPlugin;exports.PlDialog=l.PlDialog$1;exports.PlDialogPlus=l.PlDialog;exports.PlDirectives=l.PlDirectives;exports.PlForm=l.PlForm;exports.PlIcon=l.PlIcon;exports.PlInput=l.PlInput;exports.PlInputPlus=l.PlInputPlus;exports.PlLink=l.PlLink;exports.PlMarkText=l.PlMarkText;exports.PlMultiSelect=l.PlMultiSelect;exports.PlMultitab=l.PlMultitab;exports.PlNavButton=l.PlNavButton;exports.PlNavigation=l.PlNavigation;exports.PlNotification=l.PlNotification;exports.PlOnboarding=l.PlOnboarding;exports.PlPagination=l.PlPagination;exports.PlProgress=l.PlProgress;exports.PlRadio=l.PlRadio;exports.PlScrollbar=l.PlScrollbar;exports.PlSelect=l.PlSelect;exports.PlSelectPlus=l.PlSelectPlus;exports.PlSidebarItem=l.PlSidebarItem;exports.PlSigning=l.PlSigning;exports.PlSkeleton=l.PlSkeleton;exports.PlSkeletonButton=l.PlSkeletonButton;exports.PlSkeletonControl=l.PlSkeletonControl;exports.PlSkeletonIcon=l.PlSkeletonIcon;exports.PlSkeletonInput=l.PlSkeletonInput;exports.PlSkeletonTabs=l.PlSkeletonTabs;exports.PlSkeletonTagsChips=l.PlSkeletonTagsChips;exports.PlSkeletonText=l.PlSkeletonText;exports.PlSkeletonTextCell=l.PlSkeletonTextCell;exports.PlSkeletonUpload=l.PlSkeletonUpload;exports.PlStatusIcon=l.PlStatusIcon;exports.PlStepper=l.PlStepper;exports.PlSuggestions=l.PlSuggestions;exports.PlSwitch=l.PlSwitch;exports.PlTabPane=l.PlTabPane;exports.PlTablePlugin=l.PlTablePlugin;exports.PlTablePlus=l.PlTablePlus;exports.PlTabs=l.PlTabs;exports.PlTagsChips=l.PlTagsChips;exports.PlTextCell=l.PlTextCell;exports.PlTextPlugin=l.PlTextPlugin;exports.PlTooltip=l.PlTooltip;exports.PlTooltipPlus=l.PlToolTipPlus;exports.PlUpload=l.PlUpload;exports.PlUploadLegacy=l.PlUploadLegacy;exports.PlUploadPlus=l.PlUploadPlus;exports.ScreenSizes=l.ScreenSizes;exports.TLogo=l.TLogo;exports.apiJs=l.ApiJs;exports.cancelAllApiRequests=l.cancelAllApiRequests;exports.dadataParser=l.dadataParser;exports.dataParser=l.dadataParser;exports.declOfNum=l.declOfNum;exports.deepSet=l.deepSet;exports.filters=l.filters;exports.formatCurrency=l.formatCurrency;exports.formatDate=l.formatDate;exports.install=l.install;exports.isEqual=l.isEqual;exports.loader=l.loadingAndSetup;exports.plLoading=l.plLoading;exports.uniqId=l.uniqId;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./entry-c64e8388.cjs");require("vue");exports.PlAutocomplete=l.PlAutocomplete;exports.PlBanner=l.PlBanner;exports.PlButton=l.PlButton;exports.PlButtonDropdown=l.PlButtonDropdown;exports.PlCard=l.PlCard;exports.PlCheckbox=l.PlCheckbox;exports.PlCheckboxPlus=l.PlCheckboxPlus;exports.PlCurrency=l.PlCurrency;exports.PlDatePickerLegacyPlugin=l.PlDatePickerLegacyPlugin;exports.PlDatePickerPlugin=l.PlDatePickerPlugin;exports.PlDatePickerPlusPlugin=l.PlDatePickerPlusPlugin;exports.PlDialog=l.PlDialog$1;exports.PlDialogPlus=l.PlDialog;exports.PlDirectives=l.PlDirectives;exports.PlForm=l.PlForm;exports.PlIcon=l.PlIcon;exports.PlInput=l.PlInput;exports.PlInputPlus=l.PlInputPlus;exports.PlLink=l.PlLink;exports.PlMarkText=l.PlMarkText;exports.PlMultiSelect=l.PlMultiSelect;exports.PlMultitab=l.PlMultitab;exports.PlNavButton=l.PlNavButton;exports.PlNavButtonLegacy=l.PlNavButtonLegacy;exports.PlNavigation=l.PlNavigation;exports.PlNavigationLegacy=l.PlNavigationLegacy;exports.PlNotification=l.PlNotification;exports.PlOnboarding=l.PlOnboarding;exports.PlPagination=l.PlPagination;exports.PlProgress=l.PlProgress;exports.PlRadio=l.PlRadio;exports.PlScrollbar=l.PlScrollbar;exports.PlSelect=l.PlSelect;exports.PlSelectPlus=l.PlSelectPlus;exports.PlSidebarItem=l.PlSidebarItem;exports.PlSidebarItemLegacy=l.PlSidebarItemLegacy;exports.PlSigning=l.PlSigning;exports.PlSkeleton=l.PlSkeleton;exports.PlSkeletonButton=l.PlSkeletonButton;exports.PlSkeletonControl=l.PlSkeletonControl;exports.PlSkeletonIcon=l.PlSkeletonIcon;exports.PlSkeletonInput=l.PlSkeletonInput;exports.PlSkeletonTabs=l.PlSkeletonTabs;exports.PlSkeletonTagsChips=l.PlSkeletonTagsChips;exports.PlSkeletonText=l.PlSkeletonText;exports.PlSkeletonTextCell=l.PlSkeletonTextCell;exports.PlSkeletonUpload=l.PlSkeletonUpload;exports.PlStatusIcon=l.PlStatusIcon;exports.PlStepper=l.PlStepper;exports.PlSuggestions=l.PlSuggestions;exports.PlSwitch=l.PlSwitch;exports.PlTabPane=l.PlTabPane;exports.PlTablePlugin=l.PlTablePlugin;exports.PlTablePlus=l.PlTablePlus;exports.PlTabs=l.PlTabs;exports.PlTagsChips=l.PlTagsChips;exports.PlTextCell=l.PlTextCell;exports.PlTextPlugin=l.PlTextPlugin;exports.PlTooltip=l.PlTooltip;exports.PlTooltipPlus=l.PlToolTipPlus;exports.PlUpload=l.PlUpload;exports.PlUploadLegacy=l.PlUploadLegacy;exports.PlUploadPlus=l.PlUploadPlus;exports.ScreenSizes=l.ScreenSizes;exports.TLogo=l.TLogo;exports.apiJs=l.ApiJs;exports.cancelAllApiRequests=l.cancelAllApiRequests;exports.dadataParser=l.dadataParser;exports.dataParser=l.dadataParser;exports.declOfNum=l.declOfNum;exports.deepSet=l.deepSet;exports.filters=l.filters;exports.formatCurrency=l.formatCurrency;exports.formatDate=l.formatDate;exports.install=l.install;exports.isEqual=l.isEqual;exports.loader=l.loadingAndSetup;exports.plLoading=l.plLoading;exports.uniqId=l.uniqId;
@@ -1,4 +1,4 @@
1
- import { n as P, aj as e, k as t, ah as o, o as n, q as i, r, m as u, t as c, s as S, v as g, x as p, w as d, P as k, y as T, z as b, B as C, C as m, D as x, a7 as D, a6 as I, E as f, ad as h, ac as B, U as L, ab as y, a8 as N, ai as U, F as q, G as v, H as A, I as M, ae as w, a9 as O, J as R, O as j, L as z, K as E, Q as F, R as J, T as G, N as H, M as K, S as Q, ak as V, V as W, W as X, X as Y, Y as Z, Z as _, _ as $, $ as aa, aa as la, ag as sa, a0 as Pa, a1 as ea, a5 as ta, a2 as oa, a3 as na, a4 as ia, al as ra, af as ua, A as ca, j as Sa, h as ga, h as pa, d as da, e as ka, a as Ta, f as ba, c as Ca, i as ma, b as xa, l as Da, p as Ia, u as fa } from "./entry-a4f30c8f.js";
1
+ import { n as P, am as e, k as t, ak as o, o as n, q as i, r, m as u, t as c, s as g, v as S, x as p, w as d, P as k, y as T, z as b, B as m, C, D as I, a7 as x, a6 as D, E as L, ae as f, af as h, ad as y, ac as B, U as N, ab as v, a8 as U, al as q, F as A, G as M, H as w, I as O, ag as R, ah as j, a9 as z, J as E, O as F, L as J, K as G, Q as H, R as K, T as Q, N as V, M as W, S as X, an as Y, V as Z, W as _, X as $, Y as aa, Z as la, _ as sa, $ as Pa, aa as ea, aj as ta, a0 as oa, a1 as na, a5 as ia, a2 as ra, a3 as ua, a4 as ca, ao as ga, ai as Sa, A as pa, j as da, h as ka, h as Ta, d as ba, e as ma, a as Ca, f as Ia, c as xa, i as Da, b as La, l as fa, p as ha, u as ya } from "./entry-55b751c6.js";
2
2
  import "vue";
3
3
  export {
4
4
  P as PlAutocomplete,
@@ -10,71 +10,74 @@ export {
10
10
  r as PlCheckboxPlus,
11
11
  u as PlCurrency,
12
12
  c as PlDatePickerLegacyPlugin,
13
- S as PlDatePickerPlugin,
14
- g as PlDatePickerPlusPlugin,
13
+ g as PlDatePickerPlugin,
14
+ S as PlDatePickerPlusPlugin,
15
15
  p as PlDialog,
16
16
  d as PlDialogPlus,
17
17
  k as PlDirectives,
18
18
  T as PlForm,
19
19
  b as PlIcon,
20
- C as PlInput,
21
- m as PlInputPlus,
22
- x as PlLink,
23
- D as PlMarkText,
24
- I as PlMultiSelect,
25
- f as PlMultitab,
26
- h as PlNavButton,
27
- B as PlNavigation,
28
- L as PlNotification,
29
- y as PlOnboarding,
30
- N as PlPagination,
31
- U as PlProgress,
32
- q as PlRadio,
33
- v as PlScrollbar,
34
- A as PlSelect,
35
- M as PlSelectPlus,
36
- w as PlSidebarItem,
37
- O as PlSigning,
38
- R as PlSkeleton,
39
- j as PlSkeletonButton,
40
- z as PlSkeletonControl,
41
- E as PlSkeletonIcon,
42
- F as PlSkeletonInput,
43
- J as PlSkeletonTabs,
44
- G as PlSkeletonTagsChips,
45
- H as PlSkeletonText,
46
- K as PlSkeletonTextCell,
47
- Q as PlSkeletonUpload,
48
- V as PlStatusIcon,
49
- W as PlStepper,
50
- X as PlSuggestions,
51
- Y as PlSwitch,
52
- Z as PlTabPane,
53
- _ as PlTablePlugin,
54
- $ as PlTablePlus,
55
- aa as PlTabs,
56
- la as PlTagsChips,
57
- sa as PlTextCell,
58
- Pa as PlTextPlugin,
59
- ea as PlTooltip,
60
- ta as PlTooltipPlus,
61
- oa as PlUpload,
62
- na as PlUploadLegacy,
63
- ia as PlUploadPlus,
64
- ra as ScreenSizes,
65
- ua as TLogo,
66
- ca as apiJs,
67
- Sa as cancelAllApiRequests,
68
- ga as dadataParser,
69
- pa as dataParser,
70
- da as declOfNum,
71
- ka as deepSet,
72
- Ta as filters,
73
- ba as formatCurrency,
74
- Ca as formatDate,
75
- ma as install,
76
- xa as isEqual,
77
- Da as loader,
78
- Ia as plLoading,
79
- fa as uniqId
20
+ m as PlInput,
21
+ C as PlInputPlus,
22
+ I as PlLink,
23
+ x as PlMarkText,
24
+ D as PlMultiSelect,
25
+ L as PlMultitab,
26
+ f as PlNavButton,
27
+ h as PlNavButtonLegacy,
28
+ y as PlNavigation,
29
+ B as PlNavigationLegacy,
30
+ N as PlNotification,
31
+ v as PlOnboarding,
32
+ U as PlPagination,
33
+ q as PlProgress,
34
+ A as PlRadio,
35
+ M as PlScrollbar,
36
+ w as PlSelect,
37
+ O as PlSelectPlus,
38
+ R as PlSidebarItem,
39
+ j as PlSidebarItemLegacy,
40
+ z as PlSigning,
41
+ E as PlSkeleton,
42
+ F as PlSkeletonButton,
43
+ J as PlSkeletonControl,
44
+ G as PlSkeletonIcon,
45
+ H as PlSkeletonInput,
46
+ K as PlSkeletonTabs,
47
+ Q as PlSkeletonTagsChips,
48
+ V as PlSkeletonText,
49
+ W as PlSkeletonTextCell,
50
+ X as PlSkeletonUpload,
51
+ Y as PlStatusIcon,
52
+ Z as PlStepper,
53
+ _ as PlSuggestions,
54
+ $ as PlSwitch,
55
+ aa as PlTabPane,
56
+ la as PlTablePlugin,
57
+ sa as PlTablePlus,
58
+ Pa as PlTabs,
59
+ ea as PlTagsChips,
60
+ ta as PlTextCell,
61
+ oa as PlTextPlugin,
62
+ na as PlTooltip,
63
+ ia as PlTooltipPlus,
64
+ ra as PlUpload,
65
+ ua as PlUploadLegacy,
66
+ ca as PlUploadPlus,
67
+ ga as ScreenSizes,
68
+ Sa as TLogo,
69
+ pa as apiJs,
70
+ da as cancelAllApiRequests,
71
+ ka as dadataParser,
72
+ Ta as dataParser,
73
+ ba as declOfNum,
74
+ ma as deepSet,
75
+ Ca as filters,
76
+ Ia as formatCurrency,
77
+ xa as formatDate,
78
+ Da as install,
79
+ La as isEqual,
80
+ fa as loader,
81
+ ha as plLoading,
82
+ ya as uniqId
80
83
  };
@@ -61,7 +61,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
61
61
  "onUpdate:modelValue"?: (...args: any[]) => any;
62
62
  "onClose-modal"?: (...args: any[]) => any;
63
63
  }, {
64
- type: "standart" | "status" | "illustration" | "side";
64
+ type: "status" | "standart" | "illustration" | "side";
65
65
  icon: TIcon;
66
66
  loading: boolean;
67
67
  modelValue: boolean;
@@ -47,9 +47,12 @@ import { default as PlPagination } from './data/pl-table-plus/components/Paginat
47
47
  import { default as PlOnboarding } from './data/pl-onboarding';
48
48
  import { default as PlSigning } from './data/pl-signing';
49
49
  import { default as PlNavigation } from '../services/pl-navigation';
50
+ import { default as PlNavigationLegacy } from '../services/pl-navigation-legacy';
51
+ import { default as PlNavButtonLegacy } from '../services/pl-navigation-legacy/components/NavButtonLegacy';
50
52
  import { default as PlNavButton } from '../services/pl-navigation/components/NavButton';
53
+ import { default as PlSidebarItemLegacy } from '../services/pl-navigation-legacy/components/SidebarItemLegacy';
51
54
  import { default as PlSidebarItem } from '../services/pl-navigation/components/SidebarItem';
52
- import { default as TLogo } from '../services/pl-navigation/components/TLogo';
55
+ import { default as TLogo } from '../services/pl-navigation-legacy/components/TLogo';
53
56
  import { default as PlTextCell } from './data/pl-text-cell';
54
57
  import { default as PlProgress } from './data/pl-progress';
55
58
  import { default as PlBanner } from './data/pl-banner';
@@ -98,9 +101,10 @@ export * from './data/pl-snackbar';
98
101
  export * from './data/pl-tabs';
99
102
  export * from './data/pl-stepper';
100
103
  export * from '../services/pl-navigation';
101
- export * from '../services/pl-navigation/components/SidebarItem';
104
+ export * from '../services/pl-navigation-legacy/components/SidebarItemLegacy';
105
+ export * from '../services/pl-navigation-legacy/components/NavButtonLegacy';
102
106
  export * from '../services/pl-navigation/components/NavButton';
103
- export * from '../services/pl-navigation/components/TLogo';
107
+ export * from '../services/pl-navigation-legacy/components/TLogo';
104
108
  export * from './data/pl-text-cell';
105
109
  export * from './data/pl-progress';
106
110
  export * from './data/pl-banner';
@@ -117,4 +121,4 @@ export * from '../utils/deepSet';
117
121
  export * from '../utils/dadataParser';
118
122
  export * from '../plugins/filters';
119
123
  export * from '../plugins/api/api';
120
- export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSkeletonIcon, PlSkeletonControl, PlSkeletonTextCell, PlSkeletonText, PlSkeletonButton, PlSkeletonInput, PlSkeletonTabs, PlSkeletonUpload, PlSkeletonTagsChips, PlNotification, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlSigning, PlTagsChips, PlOnboarding, PlNavigation, PlNavButton, PlSidebarItem, TLogo, PlTextCell, PlButtonDropdown, PlProgress, PlBanner, PlStatusIcon, };
124
+ export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSkeletonIcon, PlSkeletonControl, PlSkeletonTextCell, PlSkeletonText, PlSkeletonButton, PlSkeletonInput, PlSkeletonTabs, PlSkeletonUpload, PlSkeletonTagsChips, PlNotification, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlSigning, PlTagsChips, PlOnboarding, PlNavigationLegacy, PlNavigation, PlNavButton, PlNavButtonLegacy, PlSidebarItem, PlSidebarItemLegacy, TLogo, PlTextCell, PlButtonDropdown, PlProgress, PlBanner, PlStatusIcon, };
@@ -1,22 +1,24 @@
1
1
  interface IProps {
2
2
  sidebarOff?: boolean;
3
+ sidebarOpen?: boolean;
3
4
  }
4
5
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
5
6
  sidebarOff: boolean;
7
+ sidebarOpen: boolean;
6
8
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
9
  "sidebar-click": (...args: any[]) => void;
8
- "exit-click": (...args: any[]) => void;
9
10
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
10
11
  sidebarOff: boolean;
12
+ sidebarOpen: boolean;
11
13
  }>>> & {
12
14
  "onSidebar-click"?: (...args: any[]) => any;
13
- "onExit-click"?: (...args: any[]) => any;
14
15
  }, {
15
16
  sidebarOff: boolean;
17
+ sidebarOpen: boolean;
16
18
  }, {}>, {
17
19
  headerLogo?(_: {}): any;
18
20
  customContent?(_: {}): any;
19
- headerBtns?(_: {}): any;
21
+ headerButtons?(_: {}): any;
20
22
  }>;
21
23
  export default _default;
22
24
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -9,13 +9,11 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
9
9
  };
10
10
  }>> & {
11
11
  "onSidebar-click"?: (...args: any[]) => any;
12
- "onExit-click"?: (...args: any[]) => any;
13
12
  "onSidebar-transition-end"?: (...args: any[]) => any;
14
13
  }, {
15
14
  closeSidebar: (event: Event) => void;
16
15
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
16
  "sidebar-click": (...args: any[]) => void;
18
- "exit-click": (...args: any[]) => void;
19
17
  "sidebar-transition-end": (...args: any[]) => void;
20
18
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
21
19
  sidebarOpen: import('vue').PropType<boolean>;
@@ -25,7 +23,6 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
25
23
  };
26
24
  }>> & {
27
25
  "onSidebar-click"?: (...args: any[]) => any;
28
- "onExit-click"?: (...args: any[]) => any;
29
26
  "onSidebar-transition-end"?: (...args: any[]) => any;
30
27
  }, {
31
28
  sidebarOff: boolean;
@@ -44,7 +41,6 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
44
41
  };
45
42
  }>> & {
46
43
  "onSidebar-click"?: (...args: any[]) => any;
47
- "onExit-click"?: (...args: any[]) => any;
48
44
  "onSidebar-transition-end"?: (...args: any[]) => any;
49
45
  }, {
50
46
  closeSidebar: (event: Event) => void;
@@ -62,13 +58,11 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
62
58
  };
63
59
  }>> & {
64
60
  "onSidebar-click"?: (...args: any[]) => any;
65
- "onExit-click"?: (...args: any[]) => any;
66
61
  "onSidebar-transition-end"?: (...args: any[]) => any;
67
62
  }, {
68
63
  closeSidebar: (event: Event) => void;
69
64
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
70
65
  "sidebar-click": (...args: any[]) => void;
71
- "exit-click": (...args: any[]) => void;
72
66
  "sidebar-transition-end": (...args: any[]) => void;
73
67
  }, string, {
74
68
  sidebarOff: boolean;
@@ -76,8 +70,10 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
76
70
  $slots: {
77
71
  headerLogo?(_: {}): any;
78
72
  customContent?(_: {}): any;
79
- headerBtns?(_: {}): any;
73
+ headerButtons?(_: {}): any;
80
74
  sidebarContent?(_: {}): any;
75
+ footerContent?(_: {}): any;
76
+ footerLogo?(_: {}): any;
81
77
  main?(_: {}): any;
82
78
  };
83
79
  })>;
@@ -8,7 +8,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
8
8
  closeSidebar: (event: Event) => void;
9
9
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
10
  "sidebar-click": (...args: any[]) => void;
11
- "exit-click": (...args: any[]) => void;
12
11
  "sidebar-transition-end": (...args: any[]) => void;
13
12
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
13
  sidebarOpen: import('vue').PropType<boolean>;
@@ -18,15 +17,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
18
17
  };
19
18
  }>> & {
20
19
  "onSidebar-click"?: (...args: any[]) => any;
21
- "onExit-click"?: (...args: any[]) => any;
22
20
  "onSidebar-transition-end"?: (...args: any[]) => any;
23
21
  }, {
24
22
  sidebarOff: boolean;
25
23
  }, {}>, {
26
24
  headerLogo?(_: {}): any;
27
25
  customContent?(_: {}): any;
28
- headerBtns?(_: {}): any;
26
+ headerButtons?(_: {}): any;
29
27
  sidebarContent?(_: {}): any;
28
+ footerContent?(_: {}): any;
29
+ footerLogo?(_: {}): any;
30
30
  main?(_: {}): any;
31
31
  }>;
32
32
  export default _default;
@@ -0,0 +1,43 @@
1
+ interface IProps {
2
+ sidebarOff?: boolean;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
5
+ sidebarOff: boolean;
6
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ "sidebar-click": (...args: any[]) => void;
8
+ "exit-click": (...args: any[]) => void;
9
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
10
+ sidebarOff: boolean;
11
+ }>>> & {
12
+ "onSidebar-click"?: (...args: any[]) => any;
13
+ "onExit-click"?: (...args: any[]) => any;
14
+ }, {
15
+ sidebarOff: boolean;
16
+ }, {}>, {
17
+ headerLogo?(_: {}): any;
18
+ customContent?(_: {}): any;
19
+ headerBtns?(_: {}): any;
20
+ }>;
21
+ export default _default;
22
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ type __VLS_TypePropsToRuntimeProps<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
31
+ type __VLS_WithDefaults<P, D> = {
32
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
+ default: D[K];
34
+ }> : P[K];
35
+ };
36
+ type __VLS_Prettify<T> = {
37
+ [K in keyof T]: T[K];
38
+ } & {};
39
+ type __VLS_WithTemplateSlots<T, S> = T & {
40
+ new (): {
41
+ $slots: S;
42
+ };
43
+ };
@@ -0,0 +1,52 @@
1
+ import { TIcon } from '../../../../components/shared/pl-icon';
2
+
3
+ interface IProps {
4
+ icon?: TIcon;
5
+ type?: 'new' | 'company';
6
+ isClicked?: boolean;
7
+ disabled?: boolean;
8
+ }
9
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
10
+ icon: string;
11
+ isClicked: boolean;
12
+ disabled: boolean;
13
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ click: (...args: any[]) => void;
15
+ "update:isClicked": (...args: any[]) => void;
16
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
17
+ icon: string;
18
+ isClicked: boolean;
19
+ disabled: boolean;
20
+ }>>> & {
21
+ onClick?: (...args: any[]) => any;
22
+ "onUpdate:isClicked"?: (...args: any[]) => any;
23
+ }, {
24
+ disabled: boolean;
25
+ icon: TIcon;
26
+ isClicked: boolean;
27
+ }, {}>, {
28
+ default?(_: {}): any;
29
+ }>;
30
+ export default _default;
31
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
+ type __VLS_TypePropsToRuntimeProps<T> = {
33
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
34
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
+ } : {
36
+ type: import('vue').PropType<T[K]>;
37
+ required: true;
38
+ };
39
+ };
40
+ type __VLS_WithDefaults<P, D> = {
41
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
42
+ default: D[K];
43
+ }> : P[K];
44
+ };
45
+ type __VLS_Prettify<T> = {
46
+ [K in keyof T]: T[K];
47
+ } & {};
48
+ type __VLS_WithTemplateSlots<T, S> = T & {
49
+ new (): {
50
+ $slots: S;
51
+ };
52
+ };
@@ -0,0 +1,112 @@
1
+ export declare const PlNavButtonLegacy: import('../../../../install-function').SFCInstallWithContext<{
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
3
+ type: {
4
+ type: import('vue').PropType<"new" | "company">;
5
+ };
6
+ disabled: {
7
+ type: import('vue').PropType<boolean>;
8
+ default: boolean;
9
+ };
10
+ icon: {
11
+ type: import('vue').PropType<import('../../../../components/components').TIcon>;
12
+ default: string;
13
+ };
14
+ isClicked: {
15
+ type: import('vue').PropType<boolean>;
16
+ default: boolean;
17
+ };
18
+ }>> & {
19
+ onClick?: (...args: any[]) => any;
20
+ "onUpdate:isClicked"?: (...args: any[]) => any;
21
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ click: (...args: any[]) => void;
23
+ "update:isClicked": (...args: any[]) => void;
24
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
25
+ type: {
26
+ type: import('vue').PropType<"new" | "company">;
27
+ };
28
+ disabled: {
29
+ type: import('vue').PropType<boolean>;
30
+ default: boolean;
31
+ };
32
+ icon: {
33
+ type: import('vue').PropType<import('../../../../components/components').TIcon>;
34
+ default: string;
35
+ };
36
+ isClicked: {
37
+ type: import('vue').PropType<boolean>;
38
+ default: boolean;
39
+ };
40
+ }>> & {
41
+ onClick?: (...args: any[]) => any;
42
+ "onUpdate:isClicked"?: (...args: any[]) => any;
43
+ }, {
44
+ disabled: boolean;
45
+ icon: import('../../../../components/components').TIcon;
46
+ isClicked: boolean;
47
+ }, true, {}, {}, {
48
+ P: {};
49
+ B: {};
50
+ D: {};
51
+ C: {};
52
+ M: {};
53
+ Defaults: {};
54
+ }, Readonly<import('vue').ExtractPropTypes<{
55
+ type: {
56
+ type: import('vue').PropType<"new" | "company">;
57
+ };
58
+ disabled: {
59
+ type: import('vue').PropType<boolean>;
60
+ default: boolean;
61
+ };
62
+ icon: {
63
+ type: import('vue').PropType<import('../../../../components/components').TIcon>;
64
+ default: string;
65
+ };
66
+ isClicked: {
67
+ type: import('vue').PropType<boolean>;
68
+ default: boolean;
69
+ };
70
+ }>> & {
71
+ onClick?: (...args: any[]) => any;
72
+ "onUpdate:isClicked"?: (...args: any[]) => any;
73
+ }, {}, {}, {}, {}, {
74
+ disabled: boolean;
75
+ icon: import('../../../../components/components').TIcon;
76
+ isClicked: boolean;
77
+ }>;
78
+ __isFragment?: never;
79
+ __isTeleport?: never;
80
+ __isSuspense?: never;
81
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
82
+ type: {
83
+ type: import('vue').PropType<"new" | "company">;
84
+ };
85
+ disabled: {
86
+ type: import('vue').PropType<boolean>;
87
+ default: boolean;
88
+ };
89
+ icon: {
90
+ type: import('vue').PropType<import('../../../../components/components').TIcon>;
91
+ default: string;
92
+ };
93
+ isClicked: {
94
+ type: import('vue').PropType<boolean>;
95
+ default: boolean;
96
+ };
97
+ }>> & {
98
+ onClick?: (...args: any[]) => any;
99
+ "onUpdate:isClicked"?: (...args: any[]) => any;
100
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
101
+ click: (...args: any[]) => void;
102
+ "update:isClicked": (...args: any[]) => void;
103
+ }, string, {
104
+ disabled: boolean;
105
+ icon: import('../../../../components/components').TIcon;
106
+ isClicked: boolean;
107
+ }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
108
+ $slots: {
109
+ default?(_: {}): any;
110
+ };
111
+ })>;
112
+ export default PlNavButtonLegacy;
@@ -0,0 +1,35 @@
1
+ import { ISidebarItem } from '../../types';
2
+
3
+ interface IProps {
4
+ item: ISidebarItem;
5
+ activePage: string;
6
+ }
7
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
8
+ activePage: string;
9
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ "sidebar-item-click": (...args: any[]) => void;
11
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
12
+ activePage: string;
13
+ }>>> & {
14
+ "onSidebar-item-click"?: (...args: any[]) => any;
15
+ }, {
16
+ activePage: string;
17
+ }, {}>;
18
+ export default _default;
19
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
+ type __VLS_TypePropsToRuntimeProps<T> = {
21
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
22
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
+ } : {
24
+ type: import('vue').PropType<T[K]>;
25
+ required: true;
26
+ };
27
+ };
28
+ type __VLS_WithDefaults<P, D> = {
29
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
30
+ default: D[K];
31
+ }> : P[K];
32
+ };
33
+ type __VLS_Prettify<T> = {
34
+ [K in keyof T]: T[K];
35
+ } & {};
@@ -0,0 +1,28 @@
1
+ export declare const PlSidebarItemLegacy: import('../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
+ item: {
3
+ type: import('vue').PropType<import('../../types').ISidebarItem>;
4
+ required: true;
5
+ };
6
+ activePage: {
7
+ type: import('vue').PropType<string>;
8
+ required: true;
9
+ default: string;
10
+ };
11
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ "sidebar-item-click": (...args: any[]) => void;
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
+ item: {
15
+ type: import('vue').PropType<import('../../types').ISidebarItem>;
16
+ required: true;
17
+ };
18
+ activePage: {
19
+ type: import('vue').PropType<string>;
20
+ required: true;
21
+ default: string;
22
+ };
23
+ }>> & {
24
+ "onSidebar-item-click"?: (...args: any[]) => any;
25
+ }, {
26
+ activePage: string;
27
+ }, {}>>;
28
+ export default PlSidebarItemLegacy;