@primeui/vue-taskboard 1.0.0-beta.1 → 1.0.0-rc.1
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.
- package/LICENSE.md +35 -0
- package/dist/chunks/{TaskBoard.vue_vue_type_script_setup_true_lang-Djmr6yoF.mjs → TaskBoard.vue_vue_type_script_setup_true_lang-BWN_YxC5.mjs} +1 -1
- package/dist/components.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/parts/root/index.mjs +1 -1
- package/dist/release-date.d.ts +1 -1
- package/package.json +7 -12
- package/LICENSE +0 -23
package/LICENSE.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# PrimeUI Pro License
|
|
2
|
+
|
|
3
|
+
This package is a **PrimeUI Pro** component by PrimeTek Informatics — an advanced, framework-independent UI component.
|
|
4
|
+
|
|
5
|
+
PrimeUI Pro components are commercial software. They are not available under the MIT license or a free Community license. A valid commercial license is required.
|
|
6
|
+
|
|
7
|
+
## How PrimeUI Pro May Be Used
|
|
8
|
+
|
|
9
|
+
This component may be used under either of the following:
|
|
10
|
+
|
|
11
|
+
### Standalone Commercial License
|
|
12
|
+
|
|
13
|
+
Purchased individually, licensed per developer, perpetual, with one year of updates. The component is framework-independent and may be used with any UI library, including PrimeNG, PrimeReact, PrimeVue, or others.
|
|
14
|
+
|
|
15
|
+
### Included with PrimeUI Commercial Suite
|
|
16
|
+
|
|
17
|
+
PrimeUI Commercial Suite license holders receive access to all PrimeUI Pro components released within their update period at no additional cost.
|
|
18
|
+
|
|
19
|
+
## License Key
|
|
20
|
+
|
|
21
|
+
A valid license key is required to use this software. License verification is performed offline, with no telemetry and no remote connection. A missing, invalid, or expired key may cause the software to display a license notice.
|
|
22
|
+
|
|
23
|
+
## Full Terms
|
|
24
|
+
|
|
25
|
+
The complete license terms, pricing, and renewal information are available at:
|
|
26
|
+
|
|
27
|
+
**https://primeui.dev/licenses/commercial**
|
|
28
|
+
|
|
29
|
+
## Restrictions
|
|
30
|
+
|
|
31
|
+
This software is distributed as a compiled package. You may not reverse-engineer, decompile, or extract its source code, redistribute it as a component library or development tool, or remove its license mechanisms. Redistributing the component so that third parties can develop with it requires a separate OEM License. See the full terms for details.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
© 2026 PrimeTek Informatics. All rights reserved.
|
package/dist/components.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as a } from "./chunks/TaskBoard.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { _ as a } from "./chunks/TaskBoard.vue_vue_type_script_setup_true_lang-BWN_YxC5.mjs";
|
|
2
2
|
import { _ as e } from "./chunks/TaskBoardHeader.vue_vue_type_script_setup_true_lang-CwtaadkE.mjs";
|
|
3
3
|
import { _ as m } from "./chunks/TaskBoardContent.vue_vue_type_script_setup_true_lang-lDUg6UrJ.mjs";
|
|
4
4
|
import { T } from "./chunks/TaskBoardLoading-CrgtYPP-.mjs";
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as a } from "./chunks/TaskBoard.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { _ as a } from "./chunks/TaskBoard.vue_vue_type_script_setup_true_lang-BWN_YxC5.mjs";
|
|
2
2
|
import { _ as o } from "./chunks/TaskBoardHeader.vue_vue_type_script_setup_true_lang-CwtaadkE.mjs";
|
|
3
3
|
import { _ as r } from "./chunks/TaskBoardContent.vue_vue_type_script_setup_true_lang-lDUg6UrJ.mjs";
|
|
4
4
|
import { _ as s } from "./chunks/TaskBoardColumn.vue_vue_type_script_setup_true_lang-D_AJ5j7c.mjs";
|
package/dist/release-date.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primeui/vue-taskboard",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-rc.1",
|
|
4
4
|
"author": "PrimeTek Informatics",
|
|
5
5
|
"description": "Vue TaskBoard component for PrimeUI.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
7
|
-
"repository": {
|
|
8
|
-
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/primefaces/primeui.git",
|
|
10
|
-
"directory": "packages/components/taskboard/vue-taskboard"
|
|
11
|
-
},
|
|
12
7
|
"bugs": {
|
|
13
|
-
"url": "https://
|
|
8
|
+
"url": "https://support.primeui.dev"
|
|
14
9
|
},
|
|
15
10
|
"main": "./dist/index.mjs",
|
|
16
11
|
"exports": {
|
|
@@ -42,13 +37,13 @@
|
|
|
42
37
|
"files": [
|
|
43
38
|
"dist",
|
|
44
39
|
"README.md",
|
|
45
|
-
"LICENSE"
|
|
40
|
+
"LICENSE.md"
|
|
46
41
|
],
|
|
47
42
|
"dependencies": {
|
|
48
|
-
"@primeui/license-manager": "^1.0.0-
|
|
49
|
-
"@primeui/taskboard-
|
|
50
|
-
"@primeui/taskboard-
|
|
51
|
-
"@primeui/taskboard-style": "1.0.0-
|
|
43
|
+
"@primeui/license-manager": "^1.0.0-rc.1",
|
|
44
|
+
"@primeui/taskboard-core": "1.0.0-rc.1",
|
|
45
|
+
"@primeui/taskboard-types": "1.0.0-rc.1",
|
|
46
|
+
"@primeui/taskboard-style": "1.0.0-rc.1"
|
|
52
47
|
},
|
|
53
48
|
"peerDependencies": {
|
|
54
49
|
"vue": "^3.5"
|
package/LICENSE
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# License
|
|
2
|
-
|
|
3
|
-
MIT License
|
|
4
|
-
|
|
5
|
-
Copyright (c) 2026 PrimeTek
|
|
6
|
-
|
|
7
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
in the Software without restriction, including without limitation the rights
|
|
10
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
furnished to do so, subject to the following conditions:
|
|
13
|
-
|
|
14
|
-
The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
copies or substantial portions of the Software.
|
|
16
|
-
|
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
SOFTWARE.
|