igniteui-dockmanager 2.1.0 → 2.2.0-alpha.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.
- package/README.md +4 -4
- package/custom-elements.json +174 -112
- package/dist/LICENSE +13 -0
- package/dist/README.md +84 -0
- package/{components → dist/components}/button/button-component.js +3 -4
- package/{components → dist/components}/context-menu/context-menu.js +3 -4
- package/{components → dist/components}/dockmanager/docking/edge-docking-indicator-component.js +3 -4
- package/{components → dist/components}/dockmanager/docking/joystick-icon-component.js +3 -4
- package/{components → dist/components}/dockmanager/docking/joystick-indicator-component.js +3 -4
- package/{components → dist/components}/dockmanager/docking/root-docking-indicator-component.js +3 -4
- package/{components → dist/components}/dockmanager/docking/splitter-docking-indicator-component.js +3 -4
- package/{components → dist/components}/dockmanager/dockmanager-component.js +3 -4
- package/{components → dist/components}/dockmanager/pane-navigator/pane-navigator-component.js +3 -4
- package/{components → dist/components}/dockmanager/panes/content-pane-component.js +3 -4
- package/{components → dist/components}/dockmanager/panes/document-host-component.js +3 -4
- package/{components → dist/components}/dockmanager/panes/floating-pane-component.js +3 -4
- package/{components → dist/components}/dockmanager/panes/pane-header-component.js +3 -4
- package/{components → dist/components}/dockmanager/panes/resizer-component.js +2 -3
- package/{components → dist/components}/dockmanager/panes/split-pane-component.js +3 -4
- package/{components → dist/components}/dockmanager/panes/splitter-component.js +3 -4
- package/{components → dist/components}/dockmanager/panes/unpinned-pane-header-component.js +3 -4
- package/{components → dist/components}/icon/icon-component.js +3 -4
- package/{components → dist/components}/sample-component/sample-component.js +109 -109
- package/{components → dist/components}/tabs/tab-header-component.js +3 -4
- package/{components → dist/components}/tabs/tab-panel-component.js +3 -4
- package/{components → dist/components}/tabs/tabs-component.js +3 -4
- package/dist/custom-elements.json +14214 -0
- package/dist/package.json +51 -0
- package/package.json +134 -57
- /package/{CHANGELOG.md → dist/CHANGELOG.md} +0 -0
- /package/{common → dist/common}/decorators/blazorSuppressComponent.d.ts +0 -0
- /package/{common → dist/common}/decorators/blazorSuppressComponent.js +0 -0
- /package/{common → dist/common}/decorators/watch.d.ts +0 -0
- /package/{common → dist/common}/decorators/watch.js +0 -0
- /package/{common → dist/common}/definitions/defineAllComponents.d.ts +0 -0
- /package/{common → dist/common}/definitions/defineAllComponents.js +0 -0
- /package/{common → dist/common}/definitions/defineComponents.d.ts +0 -0
- /package/{common → dist/common}/definitions/defineComponents.js +0 -0
- /package/{common → dist/common}/definitions/register.d.ts +0 -0
- /package/{common → dist/common}/definitions/register.js +0 -0
- /package/{common → dist/common}/mixins/constructor.d.ts +0 -0
- /package/{common → dist/common}/mixins/constructor.js +0 -0
- /package/{common → dist/common}/mixins/event-emitter.d.ts +0 -0
- /package/{common → dist/common}/mixins/event-emitter.js +0 -0
- /package/{common → dist/common}/util.d.ts +0 -0
- /package/{common → dist/common}/util.js +0 -0
- /package/{components → dist/components}/button/button-component.css.d.ts +0 -0
- /package/{components → dist/components}/button/button-component.css.js +0 -0
- /package/{components → dist/components}/button/button-component.d.ts +0 -0
- /package/{components → dist/components}/context-menu/context-menu.css.d.ts +0 -0
- /package/{components → dist/components}/context-menu/context-menu.css.js +0 -0
- /package/{components → dist/components}/context-menu/context-menu.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/backfill-types-dockmanager.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/backfill-types-dockmanager.js +0 -0
- /package/{components → dist/components}/dockmanager/docking/edge-docking-indicator-component.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/docking/edge-docking-indicator-component.css.js +0 -0
- /package/{components → dist/components}/dockmanager/docking/edge-docking-indicator-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/docking/joystick-icon-component.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/docking/joystick-icon-component.css.js +0 -0
- /package/{components → dist/components}/dockmanager/docking/joystick-icon-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/docking/joystick-indicator-component.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/docking/joystick-indicator-component.css.js +0 -0
- /package/{components → dist/components}/dockmanager/docking/joystick-indicator-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/docking/root-docking-indicator-component.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/docking/root-docking-indicator-component.css.js +0 -0
- /package/{components → dist/components}/dockmanager/docking/root-docking-indicator-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/docking/splitter-docking-indicator-component.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/docking/splitter-docking-indicator-component.css.js +0 -0
- /package/{components → dist/components}/dockmanager/docking/splitter-docking-indicator-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/dockmanager-component.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/dockmanager-component.css.js +0 -0
- /package/{components → dist/components}/dockmanager/dockmanager-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/dockmanager.interfaces.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/dockmanager.interfaces.js +0 -0
- /package/{components → dist/components}/dockmanager/dockmanager.service.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/dockmanager.service.js +0 -0
- /package/{components → dist/components}/dockmanager/keyboard/keyboard.service.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/keyboard/keyboard.service.js +0 -0
- /package/{components → dist/components}/dockmanager/pane-navigator/pane-navigator-component.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/pane-navigator/pane-navigator-component.css.js +0 -0
- /package/{components → dist/components}/dockmanager/pane-navigator/pane-navigator-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/content-pane-component.base.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/content-pane-component.base.css.js +0 -0
- /package/{components → dist/components}/dockmanager/panes/content-pane-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/document-host-component.base.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/document-host-component.base.css.js +0 -0
- /package/{components → dist/components}/dockmanager/panes/document-host-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/floating-pane-component.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/floating-pane-component.css.js +0 -0
- /package/{components → dist/components}/dockmanager/panes/floating-pane-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/pane-header-component.base.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/pane-header-component.base.css.js +0 -0
- /package/{components → dist/components}/dockmanager/panes/pane-header-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/resizer-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/split-pane-component.base.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/split-pane-component.base.css.js +0 -0
- /package/{components → dist/components}/dockmanager/panes/split-pane-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/splitter-component.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/splitter-component.css.js +0 -0
- /package/{components → dist/components}/dockmanager/panes/splitter-component.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/unpinned-pane-header-component.base.css.d.ts +0 -0
- /package/{components → dist/components}/dockmanager/panes/unpinned-pane-header-component.base.css.js +0 -0
- /package/{components → dist/components}/dockmanager/panes/unpinned-pane-header-component.d.ts +0 -0
- /package/{components → dist/components}/drag-drop/drag.service.d.ts +0 -0
- /package/{components → dist/components}/drag-drop/drag.service.js +0 -0
- /package/{components → dist/components}/icon/icon-component.css.d.ts +0 -0
- /package/{components → dist/components}/icon/icon-component.css.js +0 -0
- /package/{components → dist/components}/icon/icon-component.d.ts +0 -0
- /package/{components → dist/components}/icon/icons.d.ts +0 -0
- /package/{components → dist/components}/icon/icons.js +0 -0
- /package/{components → dist/components}/sample-component/sample-component.d.ts +0 -0
- /package/{components → dist/components}/tabs/tab-header-component.css.d.ts +0 -0
- /package/{components → dist/components}/tabs/tab-header-component.css.js +0 -0
- /package/{components → dist/components}/tabs/tab-header-component.d.ts +0 -0
- /package/{components → dist/components}/tabs/tab-panel-component.css.d.ts +0 -0
- /package/{components → dist/components}/tabs/tab-panel-component.css.js +0 -0
- /package/{components → dist/components}/tabs/tab-panel-component.d.ts +0 -0
- /package/{components → dist/components}/tabs/tabs-component.css.d.ts +0 -0
- /package/{components → dist/components}/tabs/tabs-component.css.js +0 -0
- /package/{components → dist/components}/tabs/tabs-component.d.ts +0 -0
- /package/{igniteui-dockmanager.css-data.json → dist/igniteui-dockmanager.css-data.json} +0 -0
- /package/{igniteui-dockmanager.html-data.json → dist/igniteui-dockmanager.html-data.json} +0 -0
- /package/{index.d.ts → dist/index.d.ts} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{loader.d.ts → dist/loader.d.ts} +0 -0
- /package/{loader.js → dist/loader.js} +0 -0
- /package/{styles → dist/styles}/igc.theme.default.css +0 -0
- /package/{styles → dist/styles}/igc.themes.css +0 -0
- /package/{styles → dist/styles}/index.css +0 -0
- /package/{utils → dist/utils}/locale.d.ts +0 -0
- /package/{utils → dist/utils}/locale.js +0 -0
- /package/{utils → dist/utils}/test-utils.d.ts +0 -0
- /package/{utils → dist/utils}/test-utils.js +0 -0
- /package/{utils → dist/utils}/two-way-map.d.ts +0 -0
- /package/{utils → dist/utils}/two-way-map.js +0 -0
- /package/{utils → dist/utils}/utils.d.ts +0 -0
- /package/{utils → dist/utils}/utils.js +0 -0
- /package/{web-types.json → dist/web-types.json} +0 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "igniteui-dockmanager",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Ignite UI Dock Manager Web Component provides means to manage the layout of your application through panes, allowing your end-users to customize it further by pinning, resizing, moving and hiding panes.",
|
|
5
|
+
"author": "Infragistics",
|
|
6
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
7
|
+
"homepage": "https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/layouts/dock-manager",
|
|
8
|
+
"typesVersions": {
|
|
9
|
+
"*": {
|
|
10
|
+
"loader": ["./loader.d.ts"]
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"types": "./index.d.ts",
|
|
16
|
+
"default": "./index.js"
|
|
17
|
+
},
|
|
18
|
+
"./loader": {
|
|
19
|
+
"types": "./loader.d.ts",
|
|
20
|
+
"import": "./loader.js"
|
|
21
|
+
},
|
|
22
|
+
"./themes/*.css": "./styles/*.css"
|
|
23
|
+
},
|
|
24
|
+
"type": "module",
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "git+https://github.com/IgniteUI/igniteui-dockmanager.git"
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/IgniteUI/igniteui-dockmanager/issues"
|
|
31
|
+
},
|
|
32
|
+
"engines": {
|
|
33
|
+
"node": ">=20"
|
|
34
|
+
},
|
|
35
|
+
"keywords": ["dock manager", "dock manager", "UI components"],
|
|
36
|
+
"customElements": "custom-elements.json",
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"igniteui-i18n-core": "^1.0.1",
|
|
39
|
+
"igniteui-trial-watermark": "^3.1.0",
|
|
40
|
+
"lit": "^3.3.0"
|
|
41
|
+
},
|
|
42
|
+
"peerDependencies": {
|
|
43
|
+
"igniteui-i18n-resources": "^1.0.1"
|
|
44
|
+
},
|
|
45
|
+
"peerDependenciesMeta": {
|
|
46
|
+
"igniteui-i18n-resources": {
|
|
47
|
+
"optional": true
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"web-types": "./web-types.json"
|
|
51
|
+
}
|
package/package.json
CHANGED
|
@@ -1,57 +1,134 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "igniteui-dockmanager",
|
|
3
|
+
"version": "2.2.0-alpha.0",
|
|
4
|
+
"description": "Ignite UI Dock Manager Web Component",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist/",
|
|
8
|
+
"custom-elements.json"
|
|
9
|
+
],
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"typesVersions": {
|
|
12
|
+
"*": {
|
|
13
|
+
"loader": [
|
|
14
|
+
"./dist/loader.d.ts"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"exports": {
|
|
19
|
+
".": {
|
|
20
|
+
"types": "./dist/index.d.ts",
|
|
21
|
+
"default": "./dist/index.js"
|
|
22
|
+
},
|
|
23
|
+
"./loader": {
|
|
24
|
+
"types": "./dist/loader.d.ts",
|
|
25
|
+
"import": "./dist/loader.js"
|
|
26
|
+
},
|
|
27
|
+
"./themes/*.css": "./dist/styles/*.css"
|
|
28
|
+
},
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "https://github.com/IgniteUI/igniteui-dockmanager"
|
|
32
|
+
},
|
|
33
|
+
"bugs": {
|
|
34
|
+
"url": "https://github.com/IgniteUI/igniteui-dockmanager/issues"
|
|
35
|
+
},
|
|
36
|
+
"keywords": [
|
|
37
|
+
"web components",
|
|
38
|
+
"UI components",
|
|
39
|
+
"dock manager"
|
|
40
|
+
],
|
|
41
|
+
"scripts": {
|
|
42
|
+
"start": "npm run build:styles && vite",
|
|
43
|
+
"analyze": "cem analyze --config cem.config.mjs",
|
|
44
|
+
"build": "npm run analyze && node scripts/build.mjs",
|
|
45
|
+
"build.prod": "npm run analyze && node scripts/build.mjs",
|
|
46
|
+
"build.public": "npm run analyze && node scripts/build.mjs",
|
|
47
|
+
"build:styles": "node scripts/build-styles.mjs",
|
|
48
|
+
"watch-scss": "node scripts/styles-watcher.mjs",
|
|
49
|
+
"check-imports": "madge --circular --warning --no-spinner --ts-config ./tsconfig.json --extensions ts src/index.ts",
|
|
50
|
+
"clean": "npm run clean:dist && npm run clean:styles && npm run clean:docs",
|
|
51
|
+
"clean:dist": "rimraf ./dist",
|
|
52
|
+
"clean:styles": "rimraf --glob \"src/**/*.css.ts\"",
|
|
53
|
+
"clean:docs": "rimraf ./docs",
|
|
54
|
+
"test": "npm run build:styles && wtr",
|
|
55
|
+
"test.watch": "npm run build:styles && concurrently -k -r \"npm:watch-scss\" \"wtr --watch\"",
|
|
56
|
+
"test.coverage": "npm run test -- --coverage",
|
|
57
|
+
"test.azure": "npm run test.coverage",
|
|
58
|
+
"lint": "npm run lint:biome && npm run lint:lit-analyzer && npm run lint:prettier && npm run lint:styles && npm run check-imports",
|
|
59
|
+
"lint:biome": "biome lint",
|
|
60
|
+
"lint:lit-analyzer": "lit-analyzer",
|
|
61
|
+
"lint:prettier": "prettier \"**/*.ts\" --check --write --ignore-path .gitignore",
|
|
62
|
+
"lint:styles": "stylelint \"src/**/*.scss\"",
|
|
63
|
+
"format": "biome check --fix && prettier \"**/*.ts\" --write --ignore-path .gitignore",
|
|
64
|
+
"build.docs": "set NODE_ENV=staging && typedoc src",
|
|
65
|
+
"build.docs.prod": "set NODE_ENV=production && typedoc src",
|
|
66
|
+
"build:typedoc:export": "node scripts/build-typedoc.js export",
|
|
67
|
+
"build:typedoc:import": "node scripts/build-typedoc.js import",
|
|
68
|
+
"build:typedoc:watch": "node scripts/build-typedoc.js watch",
|
|
69
|
+
"build:typedoc:serve": "node scripts/build-typedoc.js serve && concurrently -k -r \"npm:build:typedoc:watch\"",
|
|
70
|
+
"build:typedoc:ja": "set NODE_ENV=production && node scripts/build-typedoc.js buildJA",
|
|
71
|
+
"build:typedoc:en": "set NODE_ENV=production && node scripts/build-typedoc.js buildEN",
|
|
72
|
+
"prepare": "husky"
|
|
73
|
+
},
|
|
74
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
75
|
+
"dependencies": {
|
|
76
|
+
"igniteui-i18n-core": "^1.0.1",
|
|
77
|
+
"igniteui-trial-watermark": "^3.1.0",
|
|
78
|
+
"lit": "^3.3.0"
|
|
79
|
+
},
|
|
80
|
+
"devDependencies": {
|
|
81
|
+
"@biomejs/biome": "2.0.0",
|
|
82
|
+
"@custom-elements-manifest/analyzer": "^0.10.4",
|
|
83
|
+
"@open-wc/testing": "^4.0.0",
|
|
84
|
+
"@types/mocha": "^10.0.10",
|
|
85
|
+
"@web/dev-server-esbuild": "^1.0.4",
|
|
86
|
+
"@web/test-runner": "^0.20.2",
|
|
87
|
+
"@web/test-runner-playwright": "^0.11.1",
|
|
88
|
+
"autoprefixer": "^10.4.21",
|
|
89
|
+
"browser-sync": "^3.0.4",
|
|
90
|
+
"concurrently": "^9.1.2",
|
|
91
|
+
"custom-element-jet-brains-integration": "^1.7.0",
|
|
92
|
+
"custom-element-vs-code-integration": "^1.5.0",
|
|
93
|
+
"globby": "^14.1.0",
|
|
94
|
+
"husky": "^9.1.7",
|
|
95
|
+
"ig-typedoc-theme": "^7.0.1",
|
|
96
|
+
"lint-staged": "^16.1.2",
|
|
97
|
+
"lit-analyzer": "^2.0.3",
|
|
98
|
+
"madge": "^8.0.0",
|
|
99
|
+
"node-watch": "^0.7.4",
|
|
100
|
+
"playwright": "^1.53.1",
|
|
101
|
+
"postcss": "^8.5.6",
|
|
102
|
+
"prettier": "^3.5.3",
|
|
103
|
+
"rimraf": "^6.0.1",
|
|
104
|
+
"sass-embedded": "~1.78.0",
|
|
105
|
+
"sinon": "^21.0.0",
|
|
106
|
+
"stylelint": "^16.21.0",
|
|
107
|
+
"stylelint-config-standard-scss": "^15.0.1",
|
|
108
|
+
"stylelint-prettier": "^5.0.3",
|
|
109
|
+
"stylelint-scss": "^6.12.1",
|
|
110
|
+
"ts-lit-plugin": "^2.0.2",
|
|
111
|
+
"tslib": "^2.8.1",
|
|
112
|
+
"typedoc": "^0.28.15",
|
|
113
|
+
"typedoc-plugin-localization": "^3.0.6",
|
|
114
|
+
"typescript": "^5.8.3",
|
|
115
|
+
"vite": "^6.3.5"
|
|
116
|
+
},
|
|
117
|
+
"peerDependencies": {
|
|
118
|
+
"igniteui-i18n-resources": "^1.0.1"
|
|
119
|
+
},
|
|
120
|
+
"lint-staged": {
|
|
121
|
+
"*.{js,ts,cjs,mjs,jsx,tsx}": [
|
|
122
|
+
"biome check --fix --no-errors-on-unmatched",
|
|
123
|
+
"prettier --write"
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
"madge": {
|
|
127
|
+
"detectiveOptions": {
|
|
128
|
+
"ts": {
|
|
129
|
+
"skipTypeImports": true
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"customElements": "custom-elements.json"
|
|
134
|
+
}
|
|
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
|
/package/{components → dist/components}/dockmanager/docking/edge-docking-indicator-component.css.js
RENAMED
|
File without changes
|
/package/{components → dist/components}/dockmanager/docking/edge-docking-indicator-component.d.ts
RENAMED
|
File without changes
|
/package/{components → dist/components}/dockmanager/docking/joystick-icon-component.css.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components → dist/components}/dockmanager/docking/joystick-indicator-component.css.d.ts
RENAMED
|
File without changes
|
/package/{components → dist/components}/dockmanager/docking/joystick-indicator-component.css.js
RENAMED
|
File without changes
|
/package/{components → dist/components}/dockmanager/docking/joystick-indicator-component.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/{components → dist/components}/dockmanager/docking/root-docking-indicator-component.css.js
RENAMED
|
File without changes
|
/package/{components → dist/components}/dockmanager/docking/root-docking-indicator-component.d.ts
RENAMED
|
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
|
/package/{components → dist/components}/dockmanager/pane-navigator/pane-navigator-component.css.d.ts
RENAMED
|
File without changes
|
/package/{components → dist/components}/dockmanager/pane-navigator/pane-navigator-component.css.js
RENAMED
|
File without changes
|
/package/{components → dist/components}/dockmanager/pane-navigator/pane-navigator-component.d.ts
RENAMED
|
File without changes
|
/package/{components → dist/components}/dockmanager/panes/content-pane-component.base.css.d.ts
RENAMED
|
File without changes
|
/package/{components → dist/components}/dockmanager/panes/content-pane-component.base.css.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/{components → dist/components}/dockmanager/panes/document-host-component.base.css.d.ts
RENAMED
|
File without changes
|
/package/{components → dist/components}/dockmanager/panes/document-host-component.base.css.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components → dist/components}/dockmanager/panes/pane-header-component.base.css.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components → dist/components}/dockmanager/panes/split-pane-component.base.css.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components → dist/components}/dockmanager/panes/unpinned-pane-header-component.base.css.js
RENAMED
|
File without changes
|
/package/{components → dist/components}/dockmanager/panes/unpinned-pane-header-component.d.ts
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|