@factoringplus/pl-components-pack-v3 1.7.1-pre-07 → 1.8.0

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 (25) hide show
  1. package/dist/Info16-C5esnYKx.mjs +27 -0
  2. package/dist/Info20-DPJGuNV7.mjs +27 -0
  3. package/dist/Info32-BHB86neT.mjs +33 -0
  4. package/dist/Info40-DaJ2jdJN.mjs +33 -0
  5. package/dist/components/components.d.ts +5 -7
  6. package/dist/components/data/pl-tags-chips/index.d.ts +19 -0
  7. package/dist/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +4 -0
  8. package/dist/components/data/pl-text-cell/index.d.ts +53 -0
  9. package/dist/components/data/pl-text-cell/pl-text-cell.vue.d.ts +37 -0
  10. package/dist/components/shared/pl-icon/types/iconsType.d.ts +1 -1
  11. package/dist/components/shared/pl-option/pl-option.vue.d.ts +1 -1
  12. package/dist/pl-components-pack-v3.es.js +5750 -5646
  13. package/dist/pl-components-pack-v3.umd.js +28 -28
  14. package/dist/services/pl-navigation/components/Header.vue.d.ts +2 -0
  15. package/dist/services/pl-navigation/components/{NavButton/NavButton.vue.d.ts → NavButton.vue.d.ts} +1 -1
  16. package/dist/services/pl-navigation/components/{SidebarItem/SidebarItem.vue.d.ts → SidebarItem.vue.d.ts} +1 -1
  17. package/dist/services/pl-navigation/components/index.d.ts +279 -0
  18. package/dist/services/pl-navigation/index.d.ts +29 -14
  19. package/dist/services/pl-navigation/pl-navigation.vue.d.ts +17 -4
  20. package/dist/style.css +1 -1
  21. package/package.json +1 -2
  22. package/dist/services/pl-navigation/components/NavButton/index.d.ts +0 -112
  23. package/dist/services/pl-navigation/components/SidebarItem/index.d.ts +0 -28
  24. package/dist/services/pl-navigation/components/TLogo/TLogo.vue.d.ts +0 -2
  25. package/dist/services/pl-navigation/components/TLogo/index.d.ts +0 -2
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "require": "./dist/pl-components-pack-v3.umd.js"
15
15
  }
16
16
  },
17
- "version": "1.7.1-pre-07",
17
+ "version": "1.8.0",
18
18
  "scripts": {
19
19
  "dev": "vite",
20
20
  "build": "vite build",
@@ -23,7 +23,6 @@
23
23
  "build-storybook": "storybook build -o storybook-static/dist",
24
24
  "preview-storybook": "vite preview --outDir storybook-static/dist",
25
25
  "publish-story": "npm i && npm run build && npm publish --access=public",
26
- "publish-beta": "npm run publish-story --tag=beta",
27
26
  "build-styles": "node ./buildStyles.js",
28
27
  "lint:eslint": "eslint .",
29
28
  "lint:eslint:fix": "eslint --fix .",
@@ -1,112 +0,0 @@
1
- export declare const PlNavButton: 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 PlNavButton;
@@ -1,28 +0,0 @@
1
- export declare const PlSidebarItem: 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 PlSidebarItem;
@@ -1,2 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- export declare const TLogo: import('../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>>;
2
- export default TLogo;