@ixfx/components 0.9.3 → 0.9.4
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/bundle/index.d.ts +6 -6
- package/bundle/index.d.ts.map +1 -1
- package/bundle/index.js +4 -4
- package/bundle/index.js.map +1 -1
- package/dist/data-grid.js +1 -1
- package/dist/detail-list.js +1 -1
- package/dist/{grid-list-DqHRR7kJ.js → grid-list-mL0GJTQR.js} +2 -2
- package/dist/{grid-list-DqHRR7kJ.js.map → grid-list-mL0GJTQR.js.map} +1 -1
- package/dist/grid-list.js +1 -1
- package/dist/index.js +3 -3
- package/dist/{list-native-drag-controller-DaBNcjgG.js → list-native-drag-controller-B0hWdbtM.js} +5 -5
- package/dist/{list-native-drag-controller-DaBNcjgG.js.map → list-native-drag-controller-B0hWdbtM.js.map} +1 -1
- package/dist/{tree-CwifXCzR.js → tree-DAFBO_MF.js} +2 -2
- package/dist/{tree-CwifXCzR.js.map → tree-DAFBO_MF.js.map} +1 -1
- package/dist/tree.js +1 -1
- package/dist/vertical-list.js +1 -1
- package/docs-user/index.json +2 -2
- package/package.json +1 -1
package/dist/data-grid.js
CHANGED
|
@@ -4,7 +4,7 @@ import { t as themeFallbacks } from "./fallbacks-BcKGq-2F.js";
|
|
|
4
4
|
import { n as safeCustomElement, t as __decorate } from "./decorate-VRK8rslU.js";
|
|
5
5
|
import { i as ListSearchController, n as listSearchStyles, o as registerListSearchCommands, r as LIST_SEARCH_MODES } from "./incr-search-C05WjbZh.js";
|
|
6
6
|
import { t as handleStyles } from "./handle-BPOxBOKf.js";
|
|
7
|
-
import { t as ListNativeDragController } from "./list-native-drag-controller-
|
|
7
|
+
import { t as ListNativeDragController } from "./list-native-drag-controller-B0hWdbtM.js";
|
|
8
8
|
import { i as listItemFadeKeyframes } from "./list-item-animation-BUoEKi5s.js";
|
|
9
9
|
import "./interaction-BskmlA9t.js";
|
|
10
10
|
import { t as createDragGhost } from "./drag-ghost-DtSDvjri.js";
|
package/dist/detail-list.js
CHANGED
|
@@ -4,7 +4,7 @@ import { n as safeCustomElement, t as __decorate } from "./decorate-VRK8rslU.js"
|
|
|
4
4
|
import "./icon-Dy33gu4Z.js";
|
|
5
5
|
import { t as DataController } from "./data-controller-DOlmqNKb.js";
|
|
6
6
|
import { c as createElementListSearchAdapter, i as ListSearchController, n as listSearchStyles, o as registerListSearchCommands, r as LIST_SEARCH_MODES, u as keyForElement } from "./incr-search-C05WjbZh.js";
|
|
7
|
-
import { t as ListNativeDragController } from "./list-native-drag-controller-
|
|
7
|
+
import { t as ListNativeDragController } from "./list-native-drag-controller-B0hWdbtM.js";
|
|
8
8
|
import { r as ListDragSelectController, t as ListSelectionController } from "./list-selection-controller-SA4piSBi.js";
|
|
9
9
|
import { n as animateListItemIn, r as animateListItemOut } from "./list-item-animation-BUoEKi5s.js";
|
|
10
10
|
import { t as scrollFadeStyles } from "./scroll-fade-CAs1EabA.js";
|
|
@@ -3,7 +3,7 @@ import { n as tickledStyles, t as tickledItemStyles } from "./tickled-styles-BrA
|
|
|
3
3
|
import { t as themeFallbacks } from "./fallbacks-BcKGq-2F.js";
|
|
4
4
|
import { n as safeCustomElement, t as __decorate } from "./decorate-VRK8rslU.js";
|
|
5
5
|
import { c as createElementListSearchAdapter, d as createDataListSearchAdapter, i as ListSearchController, n as listSearchStyles, o as registerListSearchCommands, r as LIST_SEARCH_MODES, u as keyForElement } from "./incr-search-C05WjbZh.js";
|
|
6
|
-
import { t as ListNativeDragController } from "./list-native-drag-controller-
|
|
6
|
+
import { t as ListNativeDragController } from "./list-native-drag-controller-B0hWdbtM.js";
|
|
7
7
|
import { r as ListDragSelectController, t as ListSelectionController } from "./list-selection-controller-SA4piSBi.js";
|
|
8
8
|
import { i as listItemFadeKeyframes } from "./list-item-animation-BUoEKi5s.js";
|
|
9
9
|
import "./interaction-BskmlA9t.js";
|
|
@@ -2106,4 +2106,4 @@ GridListElement = __decorate([safeCustomElement(`ixfx-grid-list`)], GridListElem
|
|
|
2106
2106
|
//#endregion
|
|
2107
2107
|
export { PanTextElement as n, GridListElement as t };
|
|
2108
2108
|
|
|
2109
|
-
//# sourceMappingURL=grid-list-
|
|
2109
|
+
//# sourceMappingURL=grid-list-mL0GJTQR.js.map
|