@mobileaction/action-kit 1.33.3 → 1.34.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/CHANGELOG.md +22 -0
- package/dist/action-kit.js +1 -1
- package/dist/action-kit.mjs +52 -50
- package/dist/components/tree/components/treeNode.vue.d.ts +103 -0
- package/dist/components/tree/index.vue.d.ts +136 -0
- package/dist/components/tree/types.d.ts +12 -0
- package/dist/index-14b99aa9.js +47 -0
- package/dist/index-1f6e7c7f.mjs +12369 -0
- package/dist/index.d.ts +2 -0
- package/dist/{lottie_light-5fffd52f.mjs → lottie_light-90539487.mjs} +1 -1
- package/dist/{lottie_light-25d5bb81.js → lottie_light-df59faac.js} +1 -1
- package/dist/src/components/tree/components/treeNode.vue.d.ts +61 -0
- package/dist/src/components/tree/index.vue.d.ts +70 -0
- package/dist/src/components/tree/stories/constants.d.ts +5 -0
- package/dist/src/components/tree/stories/default.stories.d.ts +12 -0
- package/dist/src/components/tree/stories/useTreeData.d.ts +5 -0
- package/dist/src/components/tree/tree.test.d.ts +1 -0
- package/dist/src/components/tree/types.d.ts +12 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/style.css +1 -1
- package/dist/table.css +0 -11
- package/package.json +1 -1
- package/dist/index-6614f918.mjs +0 -12107
- package/dist/index-9ae4c575.js +0 -47
package/dist/table.css
CHANGED
|
@@ -8057,17 +8057,6 @@ input[class^=ag-][type=range]:disabled {
|
|
|
8057
8057
|
.ag-theme-ma .ag-row-footer, .ag-theme-ma .ma-total-row, .ag-theme-ma .ag-status-bar {
|
|
8058
8058
|
@apply text-gray-500 bg-gray-50 z-[2] relative;
|
|
8059
8059
|
}
|
|
8060
|
-
.ag-theme-ma .ag-header .ag-pinned-left-header,
|
|
8061
|
-
.ag-theme-ma .ag-body-viewport .ag-pinned-left-cols-container {
|
|
8062
|
-
@apply relative z-[1] shadow-[6px_1px_15px_-4px_rgba(0,0,0,0.1)];
|
|
8063
|
-
}
|
|
8064
|
-
.ag-theme-ma .ag-header .ag-pinned-right-header,
|
|
8065
|
-
.ag-theme-ma .ag-body-viewport .ag-pinned-right-cols-container {
|
|
8066
|
-
@apply relative z-[1] shadow-[-6px_1px_15px_-4px_rgba(0,0,0,0.1)];
|
|
8067
|
-
}
|
|
8068
|
-
.ag-theme-ma .ag-row-level-1 {
|
|
8069
|
-
@apply z-[2];
|
|
8070
|
-
}
|
|
8071
8060
|
.ag-theme-ma--borderless .ag-root-wrapper {
|
|
8072
8061
|
@apply border-none;
|
|
8073
8062
|
}
|