@xy-planning-network/trees 0.4.0-rc-6 → 0.4.0-rc-7
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/package.json +5 -4
- package/{dist → types}/api/base.d.ts +0 -0
- package/{dist/types → types}/components.d.ts +3 -1
- package/{dist → types}/entry.d.ts +0 -0
- package/{dist/types → types}/global.d.ts +0 -0
- package/{dist → types}/helpers/Uniques.d.ts +0 -0
- package/types/index.d.ts +3 -0
- /package/{dist → types}/lib-components/forms/BaseInput.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/forms/Checkbox.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/forms/DateRangePicker.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/forms/InputHelp.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/forms/InputLabel.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/forms/MultiCheckboxes.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/forms/Radio.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/forms/Select.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/forms/TextArea.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/forms/Toggle.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/forms/YesOrNoRadio.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/index.d.ts +0 -0
- /package/{dist → types}/lib-components/layout/DateFilter.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/layout/SidebarLayout.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/layout/StackedLayout.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/lists/Cards.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/lists/DetailList.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/lists/DownloadCell.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/lists/StaticTable.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/lists/Table.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/navigation/ActionsDropdown.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/navigation/Paginator.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/navigation/Steps.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/navigation/Tabs.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/overlays/ContentModal.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/overlays/Flash.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/overlays/Modal.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/overlays/Slideover.vue.d.ts +0 -0
- /package/{dist → types}/lib-components/overlays/Spinner.vue.d.ts +0 -0
- /package/{dist/types → types}/nav.d.ts +0 -0
- /package/{dist/types → types}/table.d.ts +0 -0
- /package/{dist/types → types}/users.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xy-planning-network/trees",
|
|
3
|
-
"version": "0.4.0-rc-
|
|
3
|
+
"version": "0.4.0-rc-7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "github:xy-planning-network/trees",
|
|
7
7
|
"files": [
|
|
8
8
|
"config/*",
|
|
9
9
|
"dist/*",
|
|
10
|
-
"src/**/*.css"
|
|
10
|
+
"src/**/*.css",
|
|
11
|
+
"types/*"
|
|
11
12
|
],
|
|
12
13
|
"main": "dist/trees.es.js",
|
|
13
14
|
"module": "dist/trees.es.js",
|
|
14
15
|
"style": "src/index.css",
|
|
15
16
|
"unpkg": "dist/trees.umd.js",
|
|
16
|
-
"types": "
|
|
17
|
+
"types": "types/entry.d.ts",
|
|
17
18
|
"sideEffects": [
|
|
18
19
|
"*.css",
|
|
19
20
|
"*.vue"
|
|
@@ -22,7 +23,7 @@
|
|
|
22
23
|
"dev": "vite",
|
|
23
24
|
"build": "vite build && vue-tsc -p src && npm run copy:types && tsc-alias -p src/tsconfig.json",
|
|
24
25
|
"build:docs": "vue-tsc -p dev --noEmit && vite build --config vite.docs.config.ts",
|
|
25
|
-
"copy:types": "copyfiles -f ./src/types/**/*.d.ts ./
|
|
26
|
+
"copy:types": "copyfiles -f ./src/types/**/*.d.ts ./types",
|
|
26
27
|
"lint": "eslint --ext .js,.ts,.vue src",
|
|
27
28
|
"lint:fix": "eslint --fix --ext .js,.ts,.vue src dev && prettier -w -u src dev",
|
|
28
29
|
"preview": "vite preview --config vite.docs.config.ts"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/types/index.d.ts
ADDED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|