@genesislcap/foundation-entity-management 14.259.0 → 14.259.1

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.
@@ -930,55 +930,6 @@
930
930
  }
931
931
  ]
932
932
  },
933
- {
934
- "kind": "javascript-module",
935
- "path": "src/layouts/default.ts",
936
- "declarations": [
937
- {
938
- "kind": "variable",
939
- "name": "loginLayout",
940
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
941
- },
942
- {
943
- "kind": "variable",
944
- "name": "defaultLayout",
945
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
946
- }
947
- ],
948
- "exports": [
949
- {
950
- "kind": "js",
951
- "name": "loginLayout",
952
- "declaration": {
953
- "name": "loginLayout",
954
- "module": "src/layouts/default.ts"
955
- }
956
- },
957
- {
958
- "kind": "js",
959
- "name": "defaultLayout",
960
- "declaration": {
961
- "name": "defaultLayout",
962
- "module": "src/layouts/default.ts"
963
- }
964
- }
965
- ]
966
- },
967
- {
968
- "kind": "javascript-module",
969
- "path": "src/layouts/index.ts",
970
- "declarations": [],
971
- "exports": [
972
- {
973
- "kind": "js",
974
- "name": "*",
975
- "declaration": {
976
- "name": "*",
977
- "package": "./default"
978
- }
979
- }
980
- ]
981
- },
982
933
  {
983
934
  "kind": "javascript-module",
984
935
  "path": "src/list/index.ts",
@@ -1319,6 +1270,11 @@
1319
1270
  "name": "reverse",
1320
1271
  "readonly": true
1321
1272
  },
1273
+ {
1274
+ "kind": "field",
1275
+ "name": "requestAutoSetup",
1276
+ "readonly": true
1277
+ },
1322
1278
  {
1323
1279
  "kind": "method",
1324
1280
  "name": "handleRowClicked",
@@ -1594,6 +1550,200 @@
1594
1550
  }
1595
1551
  ]
1596
1552
  },
1553
+ {
1554
+ "kind": "javascript-module",
1555
+ "path": "src/layouts/default.ts",
1556
+ "declarations": [
1557
+ {
1558
+ "kind": "variable",
1559
+ "name": "loginLayout",
1560
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1561
+ },
1562
+ {
1563
+ "kind": "variable",
1564
+ "name": "defaultLayout",
1565
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
1566
+ }
1567
+ ],
1568
+ "exports": [
1569
+ {
1570
+ "kind": "js",
1571
+ "name": "loginLayout",
1572
+ "declaration": {
1573
+ "name": "loginLayout",
1574
+ "module": "src/layouts/default.ts"
1575
+ }
1576
+ },
1577
+ {
1578
+ "kind": "js",
1579
+ "name": "defaultLayout",
1580
+ "declaration": {
1581
+ "name": "defaultLayout",
1582
+ "module": "src/layouts/default.ts"
1583
+ }
1584
+ }
1585
+ ]
1586
+ },
1587
+ {
1588
+ "kind": "javascript-module",
1589
+ "path": "src/layouts/index.ts",
1590
+ "declarations": [],
1591
+ "exports": [
1592
+ {
1593
+ "kind": "js",
1594
+ "name": "*",
1595
+ "declaration": {
1596
+ "name": "*",
1597
+ "package": "./default"
1598
+ }
1599
+ }
1600
+ ]
1601
+ },
1602
+ {
1603
+ "kind": "javascript-module",
1604
+ "path": "src/main/index.ts",
1605
+ "declarations": [],
1606
+ "exports": [
1607
+ {
1608
+ "kind": "js",
1609
+ "name": "*",
1610
+ "declaration": {
1611
+ "name": "*",
1612
+ "package": "./main.template"
1613
+ }
1614
+ },
1615
+ {
1616
+ "kind": "js",
1617
+ "name": "*",
1618
+ "declaration": {
1619
+ "name": "*",
1620
+ "package": "./main"
1621
+ }
1622
+ }
1623
+ ]
1624
+ },
1625
+ {
1626
+ "kind": "javascript-module",
1627
+ "path": "src/main/main.styles.ts",
1628
+ "declarations": [
1629
+ {
1630
+ "kind": "variable",
1631
+ "name": "MainStyles",
1632
+ "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
1633
+ }
1634
+ ],
1635
+ "exports": [
1636
+ {
1637
+ "kind": "js",
1638
+ "name": "MainStyles",
1639
+ "declaration": {
1640
+ "name": "MainStyles",
1641
+ "module": "src/main/main.styles.ts"
1642
+ }
1643
+ }
1644
+ ]
1645
+ },
1646
+ {
1647
+ "kind": "javascript-module",
1648
+ "path": "src/main/main.template.ts",
1649
+ "declarations": [],
1650
+ "exports": []
1651
+ },
1652
+ {
1653
+ "kind": "javascript-module",
1654
+ "path": "src/main/main.ts",
1655
+ "declarations": [
1656
+ {
1657
+ "kind": "class",
1658
+ "description": "",
1659
+ "name": "MainApplication",
1660
+ "members": [
1661
+ {
1662
+ "kind": "field",
1663
+ "name": "config",
1664
+ "type": {
1665
+ "text": "MainRouterConfig"
1666
+ }
1667
+ },
1668
+ {
1669
+ "kind": "field",
1670
+ "name": "connect",
1671
+ "type": {
1672
+ "text": "Connect"
1673
+ }
1674
+ },
1675
+ {
1676
+ "kind": "field",
1677
+ "name": "session",
1678
+ "type": {
1679
+ "text": "Session"
1680
+ }
1681
+ },
1682
+ {
1683
+ "kind": "field",
1684
+ "name": "container",
1685
+ "type": {
1686
+ "text": "Container"
1687
+ }
1688
+ },
1689
+ {
1690
+ "kind": "field",
1691
+ "name": "provider",
1692
+ "type": {
1693
+ "text": "HTMLElement"
1694
+ }
1695
+ },
1696
+ {
1697
+ "kind": "field",
1698
+ "name": "ready",
1699
+ "type": {
1700
+ "text": "boolean"
1701
+ },
1702
+ "default": "false"
1703
+ },
1704
+ {
1705
+ "kind": "method",
1706
+ "name": "onLuminanceToggle"
1707
+ },
1708
+ {
1709
+ "kind": "method",
1710
+ "name": "loadRemotes"
1711
+ },
1712
+ {
1713
+ "kind": "method",
1714
+ "name": "selectTemplate"
1715
+ },
1716
+ {
1717
+ "kind": "method",
1718
+ "name": "registerDIDependencies",
1719
+ "privacy": "private"
1720
+ }
1721
+ ],
1722
+ "superclass": {
1723
+ "name": "FASTElement",
1724
+ "package": "@microsoft/fast-element"
1725
+ },
1726
+ "customElement": true
1727
+ }
1728
+ ],
1729
+ "exports": [
1730
+ {
1731
+ "kind": "js",
1732
+ "name": "MainApplication",
1733
+ "declaration": {
1734
+ "name": "MainApplication",
1735
+ "module": "src/main/main.ts"
1736
+ }
1737
+ },
1738
+ {
1739
+ "kind": "custom-element-definition",
1740
+ "declaration": {
1741
+ "name": "MainApplication",
1742
+ "module": "src/main/main.ts"
1743
+ }
1744
+ }
1745
+ ]
1746
+ },
1597
1747
  {
1598
1748
  "kind": "javascript-module",
1599
1749
  "path": "src/profiles/editProfileSchema.ts",
@@ -2673,151 +2823,6 @@
2673
2823
  }
2674
2824
  ]
2675
2825
  },
2676
- {
2677
- "kind": "javascript-module",
2678
- "path": "src/main/index.ts",
2679
- "declarations": [],
2680
- "exports": [
2681
- {
2682
- "kind": "js",
2683
- "name": "*",
2684
- "declaration": {
2685
- "name": "*",
2686
- "package": "./main.template"
2687
- }
2688
- },
2689
- {
2690
- "kind": "js",
2691
- "name": "*",
2692
- "declaration": {
2693
- "name": "*",
2694
- "package": "./main"
2695
- }
2696
- }
2697
- ]
2698
- },
2699
- {
2700
- "kind": "javascript-module",
2701
- "path": "src/main/main.styles.ts",
2702
- "declarations": [
2703
- {
2704
- "kind": "variable",
2705
- "name": "MainStyles",
2706
- "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
2707
- }
2708
- ],
2709
- "exports": [
2710
- {
2711
- "kind": "js",
2712
- "name": "MainStyles",
2713
- "declaration": {
2714
- "name": "MainStyles",
2715
- "module": "src/main/main.styles.ts"
2716
- }
2717
- }
2718
- ]
2719
- },
2720
- {
2721
- "kind": "javascript-module",
2722
- "path": "src/main/main.template.ts",
2723
- "declarations": [],
2724
- "exports": []
2725
- },
2726
- {
2727
- "kind": "javascript-module",
2728
- "path": "src/main/main.ts",
2729
- "declarations": [
2730
- {
2731
- "kind": "class",
2732
- "description": "",
2733
- "name": "MainApplication",
2734
- "members": [
2735
- {
2736
- "kind": "field",
2737
- "name": "config",
2738
- "type": {
2739
- "text": "MainRouterConfig"
2740
- }
2741
- },
2742
- {
2743
- "kind": "field",
2744
- "name": "connect",
2745
- "type": {
2746
- "text": "Connect"
2747
- }
2748
- },
2749
- {
2750
- "kind": "field",
2751
- "name": "session",
2752
- "type": {
2753
- "text": "Session"
2754
- }
2755
- },
2756
- {
2757
- "kind": "field",
2758
- "name": "container",
2759
- "type": {
2760
- "text": "Container"
2761
- }
2762
- },
2763
- {
2764
- "kind": "field",
2765
- "name": "provider",
2766
- "type": {
2767
- "text": "HTMLElement"
2768
- }
2769
- },
2770
- {
2771
- "kind": "field",
2772
- "name": "ready",
2773
- "type": {
2774
- "text": "boolean"
2775
- },
2776
- "default": "false"
2777
- },
2778
- {
2779
- "kind": "method",
2780
- "name": "onLuminanceToggle"
2781
- },
2782
- {
2783
- "kind": "method",
2784
- "name": "loadRemotes"
2785
- },
2786
- {
2787
- "kind": "method",
2788
- "name": "selectTemplate"
2789
- },
2790
- {
2791
- "kind": "method",
2792
- "name": "registerDIDependencies",
2793
- "privacy": "private"
2794
- }
2795
- ],
2796
- "superclass": {
2797
- "name": "FASTElement",
2798
- "package": "@microsoft/fast-element"
2799
- },
2800
- "customElement": true
2801
- }
2802
- ],
2803
- "exports": [
2804
- {
2805
- "kind": "js",
2806
- "name": "MainApplication",
2807
- "declaration": {
2808
- "name": "MainApplication",
2809
- "module": "src/main/main.ts"
2810
- }
2811
- },
2812
- {
2813
- "kind": "custom-element-definition",
2814
- "declaration": {
2815
- "name": "MainApplication",
2816
- "module": "src/main/main.ts"
2817
- }
2818
- }
2819
- ]
2820
- },
2821
2826
  {
2822
2827
  "kind": "javascript-module",
2823
2828
  "path": "src/users/users.template.ts",
@@ -381,6 +381,7 @@ export declare class List extends List_base {
381
381
  get pollingInterval(): number;
382
382
  get request(): any;
383
383
  get reverse(): boolean;
384
+ get requestAutoSetup(): boolean;
384
385
  handleRowClicked(e: CustomEvent): void;
385
386
  handleRowDblClicked(e: CustomEvent): void;
386
387
  handleRowContextMenu(e: CustomEvent): void;
@@ -1 +1 @@
1
- {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAyB,MAAM,yBAAyB,CAAC;AAE1F,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAA2C,MAAM,uBAAuB,CAAC;AAChG,OAAO,EAIL,WAAW,EAIZ,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKpE,qBAKa,IAAK,SAAQ,SAA2B;IACnD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IAE/D,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IACjD,YAAY,EAAE,MAAM,CAAC;IACA,eAAe,EAAE,OAAO,CAAC;IACjC,QAAQ,UAAS;IACd,WAAW,UAAS;IACpB,WAAW,UAAQ;IACX,kBAAkB,UAAS;IAC5B,iBAAiB,UAAS;IACpC,QAAQ,UAAS;IACf,UAAU,UAAS;IAChC,cAAc,EAAE,cAAc,CAAY;IACzC,cAAc,EAAE,eAAe,CAAC;IAClE,IAAI,EAAG,WAAW,CAAC;IACnB,UAAU,EAAG,wBAAwB,CAAC;IACjC,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,mBAAmB,QAAM;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IAEvB,SAAS,CAAC,OAAO,EAAG,OAAO,CAAC;IAErC,IAAI,sBAAsB,IAAI,OAAO,CAEpC;IAED,iBAAiB;YAgEH,oBAAoB;IA+C5B,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAa3C,IACI,QAAQ,WAEX;IAED,IACI,MAAM,WAET;IAED,IACI,UAAU,YAEb;IAED,IACI,OAAO,WAEV;IAED,IACI,OAAO,WAEV;IAED,IACI,UAAU,YAEb;IAED,IACI,OAAO,WAEV;IAED,IACI,eAAe,WAElB;IAED,IACI,OAAO,QAEV;IAED,IACI,OAAO,YAEV;IAED,gBAAgB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAItC,mBAAmB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAIzC,oBAAoB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAI1C,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,IAAI,CAEV;IAEI,MAAM,CAAC,CAAC,KAAA;CAGf"}
1
+ {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAyB,MAAM,yBAAyB,CAAC;AAE1F,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAA2C,MAAM,uBAAuB,CAAC;AAChG,OAAO,EAIL,WAAW,EAIZ,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKpE,qBAKa,IAAK,SAAQ,SAA2B;IACnD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IAE/D,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IACjD,YAAY,EAAE,MAAM,CAAC;IACA,eAAe,EAAE,OAAO,CAAC;IACjC,QAAQ,UAAS;IACd,WAAW,UAAS;IACpB,WAAW,UAAQ;IACX,kBAAkB,UAAS;IAC5B,iBAAiB,UAAS;IACpC,QAAQ,UAAS;IACf,UAAU,UAAS;IAChC,cAAc,EAAE,cAAc,CAAY;IACzC,cAAc,EAAE,eAAe,CAAC;IAClE,IAAI,EAAG,WAAW,CAAC;IACnB,UAAU,EAAG,wBAAwB,CAAC;IACjC,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,mBAAmB,QAAM;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IAEvB,SAAS,CAAC,OAAO,EAAG,OAAO,CAAC;IAErC,IAAI,sBAAsB,IAAI,OAAO,CAEpC;IAED,iBAAiB;YAgEH,oBAAoB;IA+C5B,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAa3C,IACI,QAAQ,WAEX;IAED,IACI,MAAM,WAET;IAED,IACI,UAAU,YAEb;IAED,IACI,OAAO,WAEV;IAED,IACI,OAAO,WAEV;IAED,IACI,UAAU,YAEb;IAED,IACI,OAAO,WAEV;IAED,IACI,eAAe,WAElB;IAED,IACI,OAAO,QAEV;IAED,IACI,OAAO,YAEV;IAED,IACI,gBAAgB,YAEnB;IAED,gBAAgB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAItC,mBAAmB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAIzC,oBAAoB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAI1C,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,IAAI,CAEV;IAEI,MAAM,CAAC,CAAC,KAAA;CAGf"}
@@ -1 +1 @@
1
- {"version":3,"file":"list.template.d.ts","sourceRoot":"","sources":["../../../src/list/list.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAyCnC,eAAO,MAAM,eAAe,4EAkD3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,YAAY,2DAExB,CAAC"}
1
+ {"version":3,"file":"list.template.d.ts","sourceRoot":"","sources":["../../../src/list/list.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AA2CnC,eAAO,MAAM,eAAe,4EAkD3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,YAAY,2DAExB,CAAC"}
@@ -163,6 +163,10 @@ let List = class List extends LifecycleMixin(FASTElement) {
163
163
  var _a;
164
164
  return (_a = this.datasource) === null || _a === void 0 ? void 0 : _a.reverse;
165
165
  }
166
+ get requestAutoSetup() {
167
+ var _a;
168
+ return (_a = this.datasourceConfig) === null || _a === void 0 ? void 0 : _a.requestAutoSetup;
169
+ }
166
170
  handleRowClicked(e) {
167
171
  this.$emit('rowClick', e.detail.data);
168
172
  }
@@ -297,6 +301,9 @@ __decorate([
297
301
  __decorate([
298
302
  volatile
299
303
  ], List.prototype, "reverse", null);
304
+ __decorate([
305
+ volatile
306
+ ], List.prototype, "requestAutoSetup", null);
300
307
  List = __decorate([
301
308
  customElement({
302
309
  name: 'entity-list',
@@ -14,6 +14,7 @@ const datasource = (list) => {
14
14
  max-view=${(x) => x.maxView}
15
15
  moving-view=${(x) => x.movingView}
16
16
  order-by=${(x) => x.orderBy}
17
+ request-auto-setup=${(x) => x.requestAutoSetup}
17
18
  polling-interval=${(x) => x.pollingInterval}
18
19
  resource-name=${(x) => x.resourceName}
19
20
  :request=${(x) => x.request}
@@ -32,6 +33,7 @@ const datasource = (list) => {
32
33
  moving-view=${(x) => x.movingView}
33
34
  order-by=${(x) => x.orderBy}
34
35
  polling-interval=${(x) => x.pollingInterval}
36
+ request-auto-setup=${(x) => x.requestAutoSetup}
35
37
  resource-name=${(x) => x.resourceName}
36
38
  :request=${(x) => x.request}
37
39
  reverse=${(x) => x.reverse}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.259.0",
4
+ "version": "14.259.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.259.0",
56
- "@genesislcap/genx": "14.259.0",
57
- "@genesislcap/rollup-builder": "14.259.0",
58
- "@genesislcap/ts-builder": "14.259.0",
59
- "@genesislcap/uvu-playwright-builder": "14.259.0",
60
- "@genesislcap/vite-builder": "14.259.0",
61
- "@genesislcap/webpack-builder": "14.259.0",
55
+ "@genesislcap/foundation-testing": "14.259.1",
56
+ "@genesislcap/genx": "14.259.1",
57
+ "@genesislcap/rollup-builder": "14.259.1",
58
+ "@genesislcap/ts-builder": "14.259.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.259.1",
60
+ "@genesislcap/vite-builder": "14.259.1",
61
+ "@genesislcap/webpack-builder": "14.259.1",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.259.0",
67
- "@genesislcap/foundation-errors": "14.259.0",
68
- "@genesislcap/foundation-events": "14.259.0",
69
- "@genesislcap/foundation-forms": "14.259.0",
70
- "@genesislcap/foundation-logger": "14.259.0",
71
- "@genesislcap/foundation-login": "14.259.0",
72
- "@genesislcap/foundation-notifications": "14.259.0",
73
- "@genesislcap/foundation-ui": "14.259.0",
74
- "@genesislcap/foundation-utils": "14.259.0",
75
- "@genesislcap/foundation-zero": "14.259.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.259.0",
77
- "@genesislcap/grid-pro": "14.259.0",
66
+ "@genesislcap/foundation-comms": "14.259.1",
67
+ "@genesislcap/foundation-errors": "14.259.1",
68
+ "@genesislcap/foundation-events": "14.259.1",
69
+ "@genesislcap/foundation-forms": "14.259.1",
70
+ "@genesislcap/foundation-logger": "14.259.1",
71
+ "@genesislcap/foundation-login": "14.259.1",
72
+ "@genesislcap/foundation-notifications": "14.259.1",
73
+ "@genesislcap/foundation-ui": "14.259.1",
74
+ "@genesislcap/foundation-utils": "14.259.1",
75
+ "@genesislcap/foundation-zero": "14.259.1",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.259.1",
77
+ "@genesislcap/grid-pro": "14.259.1",
78
78
  "@microsoft/fast-components": "2.30.6",
79
79
  "@microsoft/fast-element": "1.14.0",
80
80
  "@microsoft/fast-foundation": "2.49.6",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "6656bbcddf94db7587bab3339ca021718ce54709"
94
+ "gitHead": "1812b4f2291e77e2d13d68afed776f4aeae59879"
95
95
  }