@next-bricks/data-view 1.6.2 → 1.7.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/dist/bricks.json +11 -7
- package/dist/chunks/{3910.4e6c75b8.js → 6565.de76a169.js} +2 -2
- package/dist/chunks/6565.de76a169.js.map +1 -0
- package/dist/chunks/bubbles-indicator.56727686.js +2 -0
- package/dist/chunks/bubbles-indicator.56727686.js.map +1 -0
- package/dist/chunks/crystal-ball-indicator.7d4537b8.js +2 -0
- package/dist/chunks/crystal-ball-indicator.7d4537b8.js.map +1 -0
- package/dist/chunks/globe-with-gear-indicator.e8196cc6.js +2 -0
- package/dist/chunks/globe-with-gear-indicator.e8196cc6.js.map +1 -0
- package/dist/chunks/globe-with-halo-indicator.0762631d.js +2 -0
- package/dist/chunks/globe-with-halo-indicator.0762631d.js.map +1 -0
- package/dist/chunks/globe-with-orbit-indicator.36fcd0e1.js +2 -0
- package/dist/chunks/globe-with-orbit-indicator.36fcd0e1.js.map +1 -0
- package/dist/chunks/{main.f5a25c33.js → main.a5af19c9.js} +2 -2
- package/dist/chunks/{main.f5a25c33.js.map → main.a5af19c9.js.map} +1 -1
- package/dist/examples.json +12 -9
- package/dist/images/15af7907.png +0 -0
- package/dist/images/43f65465.png +0 -0
- package/dist/images/7ddba157.png +0 -0
- package/dist/images/923db8f8.png +0 -0
- package/dist/index.477c735f.js +2 -0
- package/dist/index.477c735f.js.map +1 -0
- package/dist/manifest.json +142 -108
- package/dist/media/8023ccd1.mp4 +0 -0
- package/dist/types.json +615 -483
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/bubbles-indicator/index.d.ts +4 -0
- package/dist-types/globe-with-halo-indicator/RotatingArc.d.ts +7 -1
- package/dist-types/globe-with-orbit-indicator/index.d.ts +46 -0
- package/dist-types/globe-with-orbit-indicator/index.spec.d.ts +1 -0
- package/dist-types/shared/CornerIndicator.d.ts +10 -0
- package/dist-types/shared/formatValue.d.ts +9 -0
- package/dist-types/shared/useCenterScale.d.ts +4 -0
- package/dist-types/shared/useContainerScale.d.ts +10 -0
- package/docs/globe-with-orbit-indicator.md +44 -0
- package/package.json +2 -2
- package/dist/chunks/3910.4e6c75b8.js.map +0 -1
- package/dist/chunks/bubbles-indicator.0568641b.js +0 -2
- package/dist/chunks/bubbles-indicator.0568641b.js.map +0 -1
- package/dist/chunks/crystal-ball-indicator.d8cd86a8.js +0 -2
- package/dist/chunks/crystal-ball-indicator.d8cd86a8.js.map +0 -1
- package/dist/chunks/globe-with-gear-indicator.25c9901b.js +0 -2
- package/dist/chunks/globe-with-gear-indicator.25c9901b.js.map +0 -1
- package/dist/chunks/globe-with-halo-indicator.5491f30c.js +0 -2
- package/dist/chunks/globe-with-halo-indicator.5491f30c.js.map +0 -1
- package/dist/images/0fec7781.png +0 -0
- package/dist/index.e4bffdda.js +0 -2
- package/dist/index.e4bffdda.js.map +0 -1
package/dist/bricks.json
CHANGED
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
"data-view.modern-style-treemap",
|
|
9
9
|
"data-view.battery-chart",
|
|
10
10
|
"data-view.dropdown-menu",
|
|
11
|
-
"data-view.complex-search",
|
|
12
11
|
"data-view.loading-panel",
|
|
12
|
+
"data-view.complex-search",
|
|
13
13
|
"data-view.particle-animation",
|
|
14
14
|
"data-view.app-wall-card-item",
|
|
15
15
|
"data-view.app-wall-system-card",
|
|
16
16
|
"data-view.app-wall-relation-line",
|
|
17
17
|
"data-view.cabinet-button",
|
|
18
18
|
"data-view.cabinet-node",
|
|
19
|
-
"data-view.cabinet-container",
|
|
20
19
|
"data-view.cabinet-app-layer",
|
|
20
|
+
"data-view.cabinet-container",
|
|
21
21
|
"data-view.cabinet-thumbnail",
|
|
22
22
|
"data-view.cabinet-graph",
|
|
23
23
|
"data-view.app-wall",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"data-view.graph-layout-grid",
|
|
27
27
|
"data-view.grid-background",
|
|
28
28
|
"data-view.gear-background",
|
|
29
|
-
"data-view.radar-chart",
|
|
30
29
|
"data-view.title-text",
|
|
30
|
+
"data-view.radar-chart",
|
|
31
31
|
"data-view.brick-notification",
|
|
32
32
|
"data-view.tabs-page-title",
|
|
33
33
|
"data-view.top-title-bar",
|
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
"data-view.crystal-ball-indicator",
|
|
46
46
|
"data-view.globe-with-halo-indicator",
|
|
47
47
|
"data-view.globe-with-gear-indicator",
|
|
48
|
-
"data-view.bubbles-indicator"
|
|
48
|
+
"data-view.bubbles-indicator",
|
|
49
|
+
"data-view.globe-with-orbit-indicator"
|
|
49
50
|
],
|
|
50
51
|
"elements": [],
|
|
51
52
|
"processors": [],
|
|
@@ -95,12 +96,15 @@
|
|
|
95
96
|
"eo-tag"
|
|
96
97
|
],
|
|
97
98
|
"data-view.globe-with-gear-indicator": [
|
|
98
|
-
"
|
|
99
|
-
"
|
|
99
|
+
"data-view.gear-background",
|
|
100
|
+
"eo-tag"
|
|
100
101
|
],
|
|
101
102
|
"data-view.bubbles-indicator": [
|
|
102
103
|
"eo-tag"
|
|
104
|
+
],
|
|
105
|
+
"data-view.globe-with-orbit-indicator": [
|
|
106
|
+
"eo-tag"
|
|
103
107
|
]
|
|
104
108
|
},
|
|
105
|
-
"filePath": "bricks/data-view/dist/index.
|
|
109
|
+
"filePath": "bricks/data-view/dist/index.477c735f.js"
|
|
106
110
|
}
|