@genesislcap/foundation-ui 14.454.1 → 14.454.2

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.
Files changed (35) hide show
  1. package/dist/custom-elements.json +656 -636
  2. package/dist/dts/data-grid-datasource/data-grid-datasource.d.ts +6 -0
  3. package/dist/dts/data-grid-datasource/data-grid-datasource.d.ts.map +1 -1
  4. package/dist/dts/expression-builder/expression-builder.d.ts +2 -0
  5. package/dist/dts/expression-builder/expression-builder.d.ts.map +1 -1
  6. package/dist/dts/expression-builder/rule-expression-builder.d.ts +2 -0
  7. package/dist/dts/expression-builder/rule-expression-builder.d.ts.map +1 -1
  8. package/dist/dts/expression-builder/value-expression-builder.d.ts +2 -0
  9. package/dist/dts/expression-builder/value-expression-builder.d.ts.map +1 -1
  10. package/dist/dts/options-datasource/multiselect-datasource.d.ts +6 -0
  11. package/dist/dts/options-datasource/multiselect-datasource.d.ts.map +1 -1
  12. package/dist/dts/options-datasource/options-datasource.d.ts +2 -0
  13. package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
  14. package/dist/dts/react.d.ts +131 -9
  15. package/dist/dts/router/foundation-router.d.ts +3 -0
  16. package/dist/dts/router/foundation-router.d.ts.map +1 -1
  17. package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts +2 -0
  18. package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts.map +1 -1
  19. package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts +2 -0
  20. package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts.map +1 -1
  21. package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts +2 -0
  22. package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts.map +1 -1
  23. package/dist/esm/data-grid-datasource/data-grid-datasource.js +6 -0
  24. package/dist/esm/expression-builder/expression-builder.js +2 -0
  25. package/dist/esm/expression-builder/rule-expression-builder.js +2 -0
  26. package/dist/esm/expression-builder/value-expression-builder.js +2 -0
  27. package/dist/esm/options-datasource/multiselect-datasource.js +6 -0
  28. package/dist/esm/options-datasource/options-datasource.js +2 -0
  29. package/dist/esm/router/foundation-router.js +3 -0
  30. package/dist/esm/scheduler-cron-builder/daily-recurrence/daily-recurrence.js +2 -0
  31. package/dist/esm/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.js +2 -0
  32. package/dist/esm/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.js +2 -0
  33. package/dist/react.cjs +235 -6
  34. package/dist/react.mjs +224 -5
  35. package/package.json +19 -19
@@ -1,4 +1,10 @@
1
1
  import { BaseDatasource } from '../utils';
2
+ /**
3
+ * Datasource element for data grid row loading.
4
+ * @public
5
+ *
6
+ * @tagname data-grid-datasource
7
+ */
2
8
  export declare class DataGridDatasource extends BaseDatasource {
3
9
  private dataGrid;
4
10
  isSnapshot: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"data-grid-datasource.d.ts","sourceRoot":"","sources":["../../../src/data-grid-datasource/data-grid-datasource.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAU,MAAM,UAAU,CAAC;AAElD,qBAGa,kBAAmB,SAAQ,cAAc;IACpD,OAAO,CAAC,QAAQ,CAAW;IACpB,UAAU,EAAE,OAAO,CAAQ;IAE5B,iBAAiB;IASvB,OAAO,CAAC,aAAa;IAYrB,SAAS,IAAI,IAAI;IAIjB,iBAAiB,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE;IAQtC,mBAAmB,CAAC,YAAY,EAAE,GAAG,EAAE,GAAG,IAAI;IAI9C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;IAI7C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;CAG9C"}
1
+ {"version":3,"file":"data-grid-datasource.d.ts","sourceRoot":"","sources":["../../../src/data-grid-datasource/data-grid-datasource.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAU,MAAM,UAAU,CAAC;AAElD;;;;;GAKG;AACH,qBAGa,kBAAmB,SAAQ,cAAc;IACpD,OAAO,CAAC,QAAQ,CAAW;IACpB,UAAU,EAAE,OAAO,CAAQ;IAE5B,iBAAiB;IASvB,OAAO,CAAC,aAAa;IAYrB,SAAS,IAAI,IAAI;IAIjB,iBAAiB,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE;IAQtC,mBAAmB,CAAC,YAAY,EAAE,GAAG,EAAE,GAAG,IAAI;IAI9C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;IAI7C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;CAG9C"}
@@ -5,6 +5,8 @@ import { ExpressionBuilder } from '@genesislcap/expression-builder';
5
5
  * The reason for this is that we want to have ExpressionBuilder as an independent and open source
6
6
  * component, and due to this we don't want to release it as base components that someone needs to use
7
7
  * FAST to compose.
8
+ *
9
+ * @tagname foundation-expression-builder
8
10
  */
9
11
  export declare class FoundationExpressionBuilder extends ExpressionBuilder {
10
12
  }
@@ -1 +1 @@
1
- {"version":3,"file":"expression-builder.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/expression-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAoB,MAAM,iCAAiC,CAAC;AAGtF;;;;;;GAMG;AACH,qBAKa,2BAA4B,SAAQ,iBAAiB;CAAG"}
1
+ {"version":3,"file":"expression-builder.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/expression-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAoB,MAAM,iCAAiC,CAAC;AAGtF;;;;;;;;GAQG;AACH,qBAKa,2BAA4B,SAAQ,iBAAiB;CAAG"}
@@ -108,6 +108,8 @@ export declare function ruleExpressionToGroup(fields: ExpressionBuilderTypes.Fie
108
108
  * component, and due to this we don't want to release it as base components that someone needs to use
109
109
  * FAST to compose.
110
110
  *
111
+ * @tagname foundation-rule-expression-builder
112
+ *
111
113
  * @fires change - Fired when the rule expression changes; detail is the serialized expression
112
114
  */
113
115
  export declare class FoundationRuleExpressionBuilder extends ExpressionBuilder {
@@ -1 +1 @@
1
- {"version":3,"file":"rule-expression-builder.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/rule-expression-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAoB,MAAM,iCAAiC,CAAC;AAetF,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAqBjE;;;;IAII;AACJ,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;CAoB3B,CAAC;AAEF,KAAK,SAAS,GAAG,MAAM,OAAO,eAAe,CAAC;AAsN9C;;;;;;;;;;;;IAYI;AACJ,wBAAgB,iCAAiC,CAAC,EAAE,EAAE,SAAS,GAAG,cAAc,CAAC,SAAS,CAazF;AAED;;;;IAII;AACJ,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,sBAAsB,CAAC,IAAI,EACjC,YAAY,EAAE,cAAc,CAAC,SAAS,GACrC,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAyC/C;AAED;;;;;;;;IAQI;AACJ,wBAAgB,oBAAoB,CAClC,SAAS,EAAE,sBAAsB,CAAC,IAAI,GACrC,cAAc,CAAC,UAAU,CAAC,MAAM,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAiCnE;AAED;;;;;;;;;;;;IAYI;AACJ,wBAAgB,iCAAiC,CAC/C,EAAE,EAAE,cAAc,CAAC,SAAS,EAC5B,gBAAgB,EAAE,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,GAC3D,SAAS,CAgBX;AAED;;;;;;;IAOI;AACJ,wBAAgB,eAAe,CAC7B,gBAAgB,EAAE,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,EAC5D,OAAO,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GACrD,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,CAmB5C;AAED;;;;;IAKI;AACJ,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,sBAAsB,CAAC,KAAK,EAAE,EACtC,OAAO,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GACrD,sBAAsB,CAAC,IAAI,CAa7B;AAID;;;;;;IAMI;AACJ,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,sBAAsB,CAAC,KAAK,EAAE,EACtC,UAAU,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GACxD,sBAAsB,CAAC,IAAI,CA8C7B;AAED;;;;IAII;AACJ,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,sBAAsB,CAAC,KAAK,EAAE,EACtC,IAAI,EAAE,cAAc,CAAC,UAAU,CAAC,qBAAqB,CAAC,GACrD,sBAAsB,CAAC,KAAK,CAa9B;AAED;;;;;;;;GAQG;AACH,qBAKa,+BAAgC,SAAQ,iBAAiB;IACxD,UAAU,EAAE,sBAAsB,CAAC,UAAU,CAAC;IAE1D,iBAAiB,CACf,CAAC,EAAE,sBAAsB,CAAC,UAAU,EACpC,SAAS,EAAE,sBAAsB,CAAC,UAAU;IAgBrC,aAAa,CACpB,SAAS,EAAE,sBAAsB,CAAC,MAAM,EACxC,SAAS,EAAE,sBAAsB,CAAC,MAAM,GACvC,IAAI;IAUE,mBAAmB,CAAC,KAAK,EAAE,sBAAsB,CAAC,KAAK;CAWjE"}
1
+ {"version":3,"file":"rule-expression-builder.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/rule-expression-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAoB,MAAM,iCAAiC,CAAC;AAetF,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAqBjE;;;;IAII;AACJ,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;CAoB3B,CAAC;AAEF,KAAK,SAAS,GAAG,MAAM,OAAO,eAAe,CAAC;AAsN9C;;;;;;;;;;;;IAYI;AACJ,wBAAgB,iCAAiC,CAAC,EAAE,EAAE,SAAS,GAAG,cAAc,CAAC,SAAS,CAazF;AAED;;;;IAII;AACJ,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,sBAAsB,CAAC,IAAI,EACjC,YAAY,EAAE,cAAc,CAAC,SAAS,GACrC,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAyC/C;AAED;;;;;;;;IAQI;AACJ,wBAAgB,oBAAoB,CAClC,SAAS,EAAE,sBAAsB,CAAC,IAAI,GACrC,cAAc,CAAC,UAAU,CAAC,MAAM,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAiCnE;AAED;;;;;;;;;;;;IAYI;AACJ,wBAAgB,iCAAiC,CAC/C,EAAE,EAAE,cAAc,CAAC,SAAS,EAC5B,gBAAgB,EAAE,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,GAC3D,SAAS,CAgBX;AAED;;;;;;;IAOI;AACJ,wBAAgB,eAAe,CAC7B,gBAAgB,EAAE,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,EAC5D,OAAO,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GACrD,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,CAmB5C;AAED;;;;;IAKI;AACJ,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,sBAAsB,CAAC,KAAK,EAAE,EACtC,OAAO,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GACrD,sBAAsB,CAAC,IAAI,CAa7B;AAID;;;;;;IAMI;AACJ,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,sBAAsB,CAAC,KAAK,EAAE,EACtC,UAAU,EAAE,cAAc,CAAC,UAAU,CAAC,kBAAkB,CAAC,GACxD,sBAAsB,CAAC,IAAI,CA8C7B;AAED;;;;IAII;AACJ,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,sBAAsB,CAAC,KAAK,EAAE,EACtC,IAAI,EAAE,cAAc,CAAC,UAAU,CAAC,qBAAqB,CAAC,GACrD,sBAAsB,CAAC,KAAK,CAa9B;AAED;;;;;;;;;;GAUG;AACH,qBAKa,+BAAgC,SAAQ,iBAAiB;IACxD,UAAU,EAAE,sBAAsB,CAAC,UAAU,CAAC;IAE1D,iBAAiB,CACf,CAAC,EAAE,sBAAsB,CAAC,UAAU,EACpC,SAAS,EAAE,sBAAsB,CAAC,UAAU;IAgBrC,aAAa,CACpB,SAAS,EAAE,sBAAsB,CAAC,MAAM,EACxC,SAAS,EAAE,sBAAsB,CAAC,MAAM,GACvC,IAAI;IAUE,mBAAmB,CAAC,KAAK,EAAE,sBAAsB,CAAC,KAAK;CAWjE"}
@@ -7,6 +7,8 @@ import { ExpressionBuilderTypes } from './types';
7
7
  * component, and due to this we don't want to release it as base components that someone needs to use
8
8
  * FAST to compose.
9
9
  *
10
+ * @tagname foundation-value-expression-builder
11
+ *
10
12
  * @fires change - Fired when the value expression changes; detail is the serialized expression or undefined
11
13
  */
12
14
  export declare class FoundationValueExpressionBuilder extends ExpressionBuilder {
@@ -1 +1 @@
1
- {"version":3,"file":"value-expression-builder.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/value-expression-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA4B,MAAM,iCAAiC,CAAC;AAU9F,OAAO,EAAE,sBAAsB,EAAkB,MAAM,SAAS,CAAC;AAkSjE;;;;;;;;GAQG;AACH,qBAKa,gCAAiC,SAAQ,iBAAiB;IACzD,WAAW,EAAE,sBAAsB,CAAC,WAAW,CAAC;IAE5D,kBAAkB,CAChB,CAAC,EAAE,sBAAsB,CAAC,WAAW,EACrC,SAAS,EAAE,sBAAsB,CAAC,WAAW;IAkBtC,aAAa,CACpB,SAAS,EAAE,sBAAsB,CAAC,MAAM,EACxC,SAAS,EAAE,sBAAsB,CAAC,MAAM,GACvC,IAAI;IAUE,mBAAmB,CAAC,KAAK,EAAE,sBAAsB,CAAC,KAAK;CAmBjE"}
1
+ {"version":3,"file":"value-expression-builder.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/value-expression-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA4B,MAAM,iCAAiC,CAAC;AAU9F,OAAO,EAAE,sBAAsB,EAAkB,MAAM,SAAS,CAAC;AAkSjE;;;;;;;;;;GAUG;AACH,qBAKa,gCAAiC,SAAQ,iBAAiB;IACzD,WAAW,EAAE,sBAAsB,CAAC,WAAW,CAAC;IAE5D,kBAAkB,CAChB,CAAC,EAAE,sBAAsB,CAAC,WAAW,EACrC,SAAS,EAAE,sBAAsB,CAAC,WAAW;IAkBtC,aAAa,CACpB,SAAS,EAAE,sBAAsB,CAAC,MAAM,EACxC,SAAS,EAAE,sBAAsB,CAAC,MAAM,GACvC,IAAI;IAUE,mBAAmB,CAAC,KAAK,EAAE,sBAAsB,CAAC,KAAK;CAmBjE"}
@@ -1,5 +1,11 @@
1
1
  import type { Multiselect } from '../multiselect';
2
2
  import { BaseDatasource } from '../utils';
3
+ /**
4
+ * Datasource element for multiselect option loading.
5
+ * @public
6
+ *
7
+ * @tagname multiselect-datasource
8
+ */
3
9
  export declare class MultiselectDatasource extends BaseDatasource {
4
10
  valueField: string;
5
11
  labelField: string;
@@ -1 +1 @@
1
- {"version":3,"file":"multiselect-datasource.d.ts","sourceRoot":"","sources":["../../../src/options-datasource/multiselect-datasource.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAqB,MAAM,gBAAgB,CAAC;AACrE,OAAO,EAAE,cAAc,EAAU,MAAM,UAAU,CAAC;AAElD,qBAGa,qBAAsB,SAAQ,cAAc;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IAEvD,SAAS,CAAC,MAAM,EAAE,WAAW,CAAC;IACvB,UAAU,EAAE,OAAO,CAAQ;IAC3B,YAAY,EAAE,MAAM,CAAM;IAE3B,iBAAiB;IAqBvB,SAAS,IAAI,IAAI;IAIjB,iBAAiB,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE;IAoBtC,mBAAmB,CAAC,YAAY,EAAE,GAAG,EAAE,GAAG,IAAI;IAI9C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;IAI7C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;CAG9C"}
1
+ {"version":3,"file":"multiselect-datasource.d.ts","sourceRoot":"","sources":["../../../src/options-datasource/multiselect-datasource.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAqB,MAAM,gBAAgB,CAAC;AACrE,OAAO,EAAE,cAAc,EAAU,MAAM,UAAU,CAAC;AAElD;;;;;GAKG;AACH,qBAGa,qBAAsB,SAAQ,cAAc;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IAEvD,SAAS,CAAC,MAAM,EAAE,WAAW,CAAC;IACvB,UAAU,EAAE,OAAO,CAAQ;IAC3B,YAAY,EAAE,MAAM,CAAM;IAE3B,iBAAiB;IAqBvB,SAAS,IAAI,IAAI;IAIjB,iBAAiB,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE;IAoBtC,mBAAmB,CAAC,YAAY,EAAE,GAAG,EAAE,GAAG,IAAI;IAI9C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;IAI7C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;CAG9C"}
@@ -5,6 +5,8 @@ import { BaseDatasource } from '../utils';
5
5
  * Datasource element for select/combobox option loading.
6
6
  * @public
7
7
  *
8
+ * @tagname options-datasource
9
+ *
8
10
  * @fires value-change - Fired when the selected value changes
9
11
  */
10
12
  export declare class OptionsDatasource extends BaseDatasource {
@@ -1 +1 @@
1
- {"version":3,"file":"options-datasource.d.ts","sourceRoot":"","sources":["../../../src/options-datasource/options-datasource.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EACL,cAAc,EAIf,MAAM,UAAU,CAAC;AAElB;;;;;GAKG;AACH,qBAGa,iBAAkB,SAAQ,cAAc;IACf,UAAU,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAyB;IAC1B,kBAAkB,UAAS;IAC7E,cAAc,MAAC;IACf,iBAAiB,EAAE,CAAC,GAAG,KAAA,KAAK,MAAM,CAAC;IAEnC,oBAAoB,EAAE,MAAM,GAAG,MAAM,CAAC;IAClD,2BAA2B,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA;IAY9C,8BAA8B,EAAE,OAAO,CAAS;IAEhD,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAQ;IAElC,SAAS,CAAC,OAAO,EAAE;QAAE,KAAK,EAAE,GAAG,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAM;IAEjC,OAAO,CAAC,cAAc,CAAiB;IAEjC,iBAAiB;IAmBvB,oBAAoB;IAQpB,OAAO,CAAC,sBAAsB,CAI5B;IAEF,mBAAmB,GAAI,MAAC,UAQtB;IAEF,SAAS;IAcH,sBAAsB;IAa5B,SAAS,IAAI,IAAI;IAWjB,OAAO,CAAC,aAAa;IAYrB,iBAAiB,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE;IA+DtC,eAAe;IAIf,OAAO,CAAC,kBAAkB;IAS1B,aAAa;IAMb,mBAAmB,CAAC,YAAY,EAAE,GAAG,EAAE,GAAG,IAAI;IAI9C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;IAI7C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;CAG9C"}
1
+ {"version":3,"file":"options-datasource.d.ts","sourceRoot":"","sources":["../../../src/options-datasource/options-datasource.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EACL,cAAc,EAIf,MAAM,UAAU,CAAC;AAElB;;;;;;;GAOG;AACH,qBAGa,iBAAkB,SAAQ,cAAc;IACf,UAAU,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAyB;IAC1B,kBAAkB,UAAS;IAC7E,cAAc,MAAC;IACf,iBAAiB,EAAE,CAAC,GAAG,KAAA,KAAK,MAAM,CAAC;IAEnC,oBAAoB,EAAE,MAAM,GAAG,MAAM,CAAC;IAClD,2BAA2B,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA;IAY9C,8BAA8B,EAAE,OAAO,CAAS;IAEhD,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAQ;IAElC,SAAS,CAAC,OAAO,EAAE;QAAE,KAAK,EAAE,GAAG,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAM;IAEjC,OAAO,CAAC,cAAc,CAAiB;IAEjC,iBAAiB;IAmBvB,oBAAoB;IAQpB,OAAO,CAAC,sBAAsB,CAI5B;IAEF,mBAAmB,GAAI,MAAC,UAQtB;IAEF,SAAS;IAcH,sBAAsB;IAa5B,SAAS,IAAI,IAAI;IAWjB,OAAO,CAAC,aAAa;IAYrB,iBAAiB,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE;IA+DtC,eAAe;IAIf,OAAO,CAAC,kBAAkB;IAS1B,aAAa;IAMb,mBAAmB,CAAC,YAAY,EAAE,GAAG,EAAE,GAAG,IAAI;IAI9C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;IAI7C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;CAG9C"}
@@ -24,6 +24,7 @@ import type { Checkbox as CheckboxWC } from './checkbox/checkbox';
24
24
  import type { Combobox as ComboboxWC } from './combobox/combobox';
25
25
  import type { ConnectionIndicator as ConnectionIndicatorWC } from './connection-indicator/connection-indicator';
26
26
  import type { DataGridCell as DataGridCellWC } from './data-grid-cell/data-grid.cell';
27
+ import type { DataGridDatasource as DataGridDatasourceWC } from './data-grid-datasource/data-grid-datasource';
27
28
  import type { DataGridRow as DataGridRowWC } from './data-grid-row/data-grid.row';
28
29
  import type { DataGrid as DataGridWC } from './data-grid/data-grid';
29
30
  import type { DatePicker as DatePickerWC } from './date-picker/date-picker';
@@ -36,6 +37,9 @@ import type { EnvironmentIndicator as EnvironmentIndicatorWC } from './environme
36
37
  import type { ErrorBanner as ErrorBannerWC } from './error-banner/error-banner';
37
38
  import type { ErrorBoundary as ErrorBoundaryWC } from './error-boundary/error-boundary';
38
39
  import type { ErrorDialog as ErrorDialogWC } from './error-dialog/error-dialog';
40
+ import type { FoundationExpressionBuilder as FoundationExpressionBuilderWC } from './expression-builder/expression-builder';
41
+ import type { FoundationRuleExpressionBuilder as FoundationRuleExpressionBuilderWC } from './expression-builder/rule-expression-builder';
42
+ import type { FoundationValueExpressionBuilder as FoundationValueExpressionBuilderWC } from './expression-builder/value-expression-builder';
39
43
  import type { FileReader as FileReaderWC } from './file-reader/file-reader';
40
44
  import type { FileUpload as FileUploadWC } from './file-upload/file-upload';
41
45
  import type { FilterBar as FilterBarWC } from './filter-bar/filter-bar';
@@ -56,12 +60,18 @@ import type { Multiselect as MultiselectWC } from './multiselect/multiselect';
56
60
  import type { NotificationListener as NotificationListenerWC } from './notification-listener/notification-listener';
57
61
  import type { NumberField as NumberFieldWC } from './number-field/number-field';
58
62
  import type { Optgroup as OptgroupWC } from './optgroup/optgroup';
63
+ import type { MultiselectDatasource as MultiselectDatasourceWC } from './options-datasource/multiselect-datasource';
64
+ import type { OptionsDatasource as OptionsDatasourceWC } from './options-datasource/options-datasource';
59
65
  import type { Popper as PopperWC } from './popper/popper';
60
66
  import type { ProgressRing as ProgressRingWC } from './progress-ring/progress-ring';
61
67
  import type { Progress as ProgressWC } from './progress/progress';
62
68
  import type { RadioGroup as RadioGroupWC } from './radio-group/radio-group';
63
69
  import type { Radio as RadioWC } from './radio/radio';
70
+ import type { FoundationRouter as FoundationRouterWC } from './router/foundation-router';
71
+ import type { DailyRecurrence as DailyRecurrenceWC } from './scheduler-cron-builder/daily-recurrence/daily-recurrence';
72
+ import type { MonthlyYearlyRecurrence as MonthlyYearlyRecurrenceWC } from './scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence';
64
73
  import type { SchedulerCronBuilder as SchedulerCronBuilderWC } from './scheduler-cron-builder/scheduler-cron-builder';
74
+ import type { WeeklyRecurrence as WeeklyRecurrenceWC } from './scheduler-cron-builder/weekly-recurrence/weekly-recurrence';
65
75
  import type { SchedulerTimezone as SchedulerTimezoneWC } from './scheduler-timezone/scheduler-timezone';
66
76
  import type { Scheduler as SchedulerWC } from './scheduler/scheduler';
67
77
  import type { SearchBar as SearchBarWC } from './search-bar/search-bar';
@@ -119,6 +129,15 @@ interface HTMLWCProps extends React.AriaAttributes {
119
129
  onInput?(e: Event): void;
120
130
  }
121
131
 
132
+ export declare const Accordion: React.ForwardRefExoticComponent<
133
+ React.PropsWithChildren<
134
+ Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
135
+ HTMLWCProps & {
136
+ }
137
+ > & React.RefAttributes<AccordionWC>
138
+ >;
139
+ export type AccordionRef = AccordionWC;
140
+
122
141
  export declare const AccordionItem: React.ForwardRefExoticComponent<
123
142
  React.PropsWithChildren<
124
143
  Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
@@ -157,15 +176,6 @@ export declare const AiIndicator: React.ForwardRefExoticComponent<
157
176
  >;
158
177
  export type AiIndicatorRef = AiIndicatorWC;
159
178
 
160
- export declare const Accordion: React.ForwardRefExoticComponent<
161
- React.PropsWithChildren<
162
- Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
163
- HTMLWCProps & {
164
- }
165
- > & React.RefAttributes<AccordionWC>
166
- >;
167
- export type AccordionRef = AccordionWC;
168
-
169
179
  export declare const Anchor: React.ForwardRefExoticComponent<
170
180
  React.PropsWithChildren<
171
181
  Omit<PublicOf<AnchorWC>, 'children' | 'style'> &
@@ -315,6 +325,15 @@ export declare const DataGridCell: React.ForwardRefExoticComponent<
315
325
  >;
316
326
  export type DataGridCellRef = DataGridCellWC;
317
327
 
328
+ export declare const DataGridDatasource: React.ForwardRefExoticComponent<
329
+ React.PropsWithChildren<
330
+ Omit<PublicOf<DataGridDatasourceWC>, 'children' | 'style'> &
331
+ HTMLWCProps & {
332
+ }
333
+ > & React.RefAttributes<DataGridDatasourceWC>
334
+ >;
335
+ export type DataGridDatasourceRef = DataGridDatasourceWC;
336
+
318
337
  export declare const DataGridRow: React.ForwardRefExoticComponent<
319
338
  React.PropsWithChildren<
320
339
  Omit<PublicOf<DataGridRowWC>, 'children' | 'style'> &
@@ -417,6 +436,51 @@ export declare const ErrorDialog: React.ForwardRefExoticComponent<
417
436
  >;
418
437
  export type ErrorDialogRef = ErrorDialogWC;
419
438
 
439
+ export declare const FoundationExpressionBuilder: React.ForwardRefExoticComponent<
440
+ React.PropsWithChildren<
441
+ Omit<PublicOf<FoundationExpressionBuilderWC>, 'children' | 'style'> &
442
+ HTMLWCProps & {
443
+ onAddGroup?: (event: CustomEvent<unknown>) => void;
444
+ onDelGroup?: (event: CustomEvent<unknown>) => void;
445
+ onAddRule?: (event: CustomEvent<unknown>) => void;
446
+ onDelRule?: (event: CustomEvent<unknown>) => void;
447
+ onUpdateGroup?: (event: CustomEvent<unknown>) => void;
448
+ onUpdateRule?: (event: CustomEvent<unknown>) => void;
449
+ }
450
+ > & React.RefAttributes<FoundationExpressionBuilderWC>
451
+ >;
452
+ export type FoundationExpressionBuilderRef = FoundationExpressionBuilderWC;
453
+
454
+ export declare const FoundationRuleExpressionBuilder: React.ForwardRefExoticComponent<
455
+ React.PropsWithChildren<
456
+ Omit<PublicOf<FoundationRuleExpressionBuilderWC>, 'children' | 'style'> &
457
+ HTMLWCProps & {
458
+ onAddGroup?: (event: CustomEvent<unknown>) => void;
459
+ onDelGroup?: (event: CustomEvent<unknown>) => void;
460
+ onAddRule?: (event: CustomEvent<unknown>) => void;
461
+ onDelRule?: (event: CustomEvent<unknown>) => void;
462
+ onUpdateGroup?: (event: CustomEvent<unknown>) => void;
463
+ onUpdateRule?: (event: CustomEvent<unknown>) => void;
464
+ }
465
+ > & React.RefAttributes<FoundationRuleExpressionBuilderWC>
466
+ >;
467
+ export type FoundationRuleExpressionBuilderRef = FoundationRuleExpressionBuilderWC;
468
+
469
+ export declare const FoundationValueExpressionBuilder: React.ForwardRefExoticComponent<
470
+ React.PropsWithChildren<
471
+ Omit<PublicOf<FoundationValueExpressionBuilderWC>, 'children' | 'style'> &
472
+ HTMLWCProps & {
473
+ onAddGroup?: (event: CustomEvent<unknown>) => void;
474
+ onDelGroup?: (event: CustomEvent<unknown>) => void;
475
+ onAddRule?: (event: CustomEvent<unknown>) => void;
476
+ onDelRule?: (event: CustomEvent<unknown>) => void;
477
+ onUpdateGroup?: (event: CustomEvent<unknown>) => void;
478
+ onUpdateRule?: (event: CustomEvent<unknown>) => void;
479
+ }
480
+ > & React.RefAttributes<FoundationValueExpressionBuilderWC>
481
+ >;
482
+ export type FoundationValueExpressionBuilderRef = FoundationValueExpressionBuilderWC;
483
+
420
484
  export declare const FileReader: React.ForwardRefExoticComponent<
421
485
  React.PropsWithChildren<
422
486
  Omit<PublicOf<FileReaderWC>, 'children' | 'style'> &
@@ -612,6 +676,25 @@ export declare const Optgroup: React.ForwardRefExoticComponent<
612
676
  >;
613
677
  export type OptgroupRef = OptgroupWC;
614
678
 
679
+ export declare const MultiselectDatasource: React.ForwardRefExoticComponent<
680
+ React.PropsWithChildren<
681
+ Omit<PublicOf<MultiselectDatasourceWC>, 'children' | 'style'> &
682
+ HTMLWCProps & {
683
+ }
684
+ > & React.RefAttributes<MultiselectDatasourceWC>
685
+ >;
686
+ export type MultiselectDatasourceRef = MultiselectDatasourceWC;
687
+
688
+ export declare const OptionsDatasource: React.ForwardRefExoticComponent<
689
+ React.PropsWithChildren<
690
+ Omit<PublicOf<OptionsDatasourceWC>, 'children' | 'style'> &
691
+ HTMLWCProps & {
692
+ onValueChange?: (event: CustomEvent<unknown>) => void;
693
+ }
694
+ > & React.RefAttributes<OptionsDatasourceWC>
695
+ >;
696
+ export type OptionsDatasourceRef = OptionsDatasourceWC;
697
+
615
698
  export declare const Popper: React.ForwardRefExoticComponent<
616
699
  React.PropsWithChildren<
617
700
  Omit<PublicOf<PopperWC>, 'children' | 'style'> &
@@ -657,6 +740,15 @@ export declare const RadioGroup: React.ForwardRefExoticComponent<
657
740
  >;
658
741
  export type RadioGroupRef = RadioGroupWC;
659
742
 
743
+ export declare const FoundationRouter: React.ForwardRefExoticComponent<
744
+ React.PropsWithChildren<
745
+ Omit<PublicOf<FoundationRouterWC>, 'children' | 'style'> &
746
+ HTMLWCProps & {
747
+ }
748
+ > & React.RefAttributes<FoundationRouterWC>
749
+ >;
750
+ export type FoundationRouterRef = FoundationRouterWC;
751
+
660
752
  export declare const Scheduler: React.ForwardRefExoticComponent<
661
753
  React.PropsWithChildren<
662
754
  Omit<PublicOf<SchedulerWC>, 'children' | 'style'> &
@@ -921,4 +1013,34 @@ export declare const UrlInput: React.ForwardRefExoticComponent<
921
1013
  >;
922
1014
  export type UrlInputRef = UrlInputWC;
923
1015
 
1016
+ export declare const DailyRecurrence: React.ForwardRefExoticComponent<
1017
+ React.PropsWithChildren<
1018
+ Omit<PublicOf<DailyRecurrenceWC>, 'children' | 'style'> &
1019
+ HTMLWCProps & {
1020
+ onUpdateCronConfig?: (event: CustomEvent<unknown>) => void;
1021
+ }
1022
+ > & React.RefAttributes<DailyRecurrenceWC>
1023
+ >;
1024
+ export type DailyRecurrenceRef = DailyRecurrenceWC;
1025
+
1026
+ export declare const MonthlyYearlyRecurrence: React.ForwardRefExoticComponent<
1027
+ React.PropsWithChildren<
1028
+ Omit<PublicOf<MonthlyYearlyRecurrenceWC>, 'children' | 'style'> &
1029
+ HTMLWCProps & {
1030
+ onUpdateCronConfig?: (event: CustomEvent<unknown>) => void;
1031
+ }
1032
+ > & React.RefAttributes<MonthlyYearlyRecurrenceWC>
1033
+ >;
1034
+ export type MonthlyYearlyRecurrenceRef = MonthlyYearlyRecurrenceWC;
1035
+
1036
+ export declare const WeeklyRecurrence: React.ForwardRefExoticComponent<
1037
+ React.PropsWithChildren<
1038
+ Omit<PublicOf<WeeklyRecurrenceWC>, 'children' | 'style'> &
1039
+ HTMLWCProps & {
1040
+ onUpdateCronConfig?: (event: CustomEvent<unknown>) => void;
1041
+ }
1042
+ > & React.RefAttributes<WeeklyRecurrenceWC>
1043
+ >;
1044
+ export type WeeklyRecurrenceRef = WeeklyRecurrenceWC;
1045
+
924
1046
  export {};
@@ -7,6 +7,9 @@ declare const FoundationRouter_base: {
7
7
  };
8
8
  /**
9
9
  * @beta
10
+ *
11
+ * @tagname foundation-router
12
+ *
10
13
  * @privateRemarks
11
14
  * Created to patch an issue and act as a placeholder to improve the api ahead of upgrading to the latest. Depending on
12
15
  * how much we build on this, we may want to promote it to its own package.
@@ -1 +1 @@
1
- {"version":3,"file":"foundation-router.d.ts","sourceRoot":"","sources":["../../../src/router/foundation-router.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC1E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,EACL,2BAA2B,EAE3B,eAAe,EAEhB,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,MAAM,EAAE,aAAa,EAAkB,MAAM,UAAU,CAAC;qCAWE;IACjE,QAAQ,WAAW,GAAG,aAAa,CAAC;CACrC;AAXD;;;;;GAKG;AACH,qBAGa,gBAAiB,SAAQ,qBAEpC;IACA,MAAM,kDAAgB;IACtB,MAAM,EAAE,6BAA6B,GAAG,IAAI,CAAC;IAC7C,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,iBAAiB;IA0BjB,oBAAoB;IAKpB,SAAS,CAAC,iBAAiB;IAK3B,SAAS,CAAC,oBAAoB;IAK9B,SAAS,CAAC,YAAY,GAAI,OAAO,eAAe,UAG9C;IAEF,SAAS,CAAC,wBAAwB,GAAI,OAAO,2BAA2B,UAWtE;CACH"}
1
+ {"version":3,"file":"foundation-router.d.ts","sourceRoot":"","sources":["../../../src/router/foundation-router.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC1E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,EACL,2BAA2B,EAE3B,eAAe,EAEhB,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,MAAM,EAAE,aAAa,EAAkB,MAAM,UAAU,CAAC;qCAcE;IACjE,QAAQ,WAAW,GAAG,aAAa,CAAC;CACrC;AAdD;;;;;;;;GAQG;AACH,qBAGa,gBAAiB,SAAQ,qBAEpC;IACA,MAAM,kDAAgB;IACtB,MAAM,EAAE,6BAA6B,GAAG,IAAI,CAAC;IAC7C,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,iBAAiB;IA0BjB,oBAAoB;IAKpB,SAAS,CAAC,iBAAiB;IAK3B,SAAS,CAAC,oBAAoB;IAK9B,SAAS,CAAC,YAAY,GAAI,OAAO,eAAe,UAG9C;IAEF,SAAS,CAAC,wBAAwB,GAAI,OAAO,2BAA2B,UAWtE;CACH"}
@@ -356,6 +356,8 @@ declare const DailyRecurrence_base: abstract new (...args: any[]) => {
356
356
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
357
357
  };
358
358
  /**
359
+ * @tagname daily-recurrence
360
+ *
359
361
  * @fires update-cron-config - Fired when work week vs full week selection updates the cron config
360
362
  */
361
363
  export declare class DailyRecurrence extends DailyRecurrence_base {
@@ -1 +1 @@
1
- {"version":3,"file":"daily-recurrence.d.ts","sourceRoot":"","sources":["../../../../src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAI/F;;GAEG;AACH,qBAKa,eAAgB,SAAQ,oBAA0D;IACnC,eAAe,EAAE,OAAO,CAAS;IAC3F;;;SAGK;IACO,MAAM,SAAM;IACxB;;;SAGK;IACO,MAAM,EAAE,WAAW,CAAC;IAChC,aAAa;IAIb;;;;OAIG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAE/B;;;SAGK;IACL,gBAAgB;CAIjB"}
1
+ {"version":3,"file":"daily-recurrence.d.ts","sourceRoot":"","sources":["../../../../src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAI/F;;;;GAIG;AACH,qBAKa,eAAgB,SAAQ,oBAA0D;IACnC,eAAe,EAAE,OAAO,CAAS;IAC3F;;;SAGK;IACO,MAAM,SAAM;IACxB;;;SAGK;IACO,MAAM,EAAE,WAAW,CAAC;IAChC,aAAa;IAIb;;;;OAIG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAE/B;;;SAGK;IACL,gBAAgB;CAIjB"}
@@ -356,6 +356,8 @@ declare const MonthlyYearlyRecurrence_base: abstract new (...args: any[]) => {
356
356
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
357
357
  };
358
358
  /**
359
+ * @tagname monthly-yearly-recurrence
360
+ *
359
361
  * @fires update-cron-config - Fired when monthly or yearly recurrence fields update the cron config
360
362
  */
361
363
  export declare class MonthlyYearlyRecurrence extends MonthlyYearlyRecurrence_base {
@@ -1 +1 @@
1
- {"version":3,"file":"monthly-yearly-recurrence.d.ts","sourceRoot":"","sources":["../../../../src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,yBAAyB,EACzB,iBAAiB,EACjB,SAAS,EACT,aAAa,EAGb,YAAY,EAEb,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIlB;;GAEG;AACH,qBAKa,uBAAwB,SAAQ,4BAE5C;IACC;;;SAGK;IACO,MAAM,SAAM;IAExB;;;;SAIK;IACO,MAAM,EAAE,aAAa,GAAG,YAAY,CAAC;IACjD,aAAa;IAOb;;;;;;;;OAQG;IACS,SAAS,EAAE,SAAS,CAAkB;IAElD;;;;;OAKG;IACS,OAAO,EAAE,MAAM,CAAC;IAE5B;;;;;;OAMG;IACS,UAAU,EAAE,MAAM,CAAO;IACrC;;;;;;OAMG;IACS,GAAG,EAAE,MAAM,CAAO;IAE9B;;;;;;OAMG;IACS,aAAa,EAAE,MAAM,CAAO;IAExC;;;SAGK;IACL,mBAAmB;IAYnB;;;;SAIK;IACL,kBAAkB;;;;;;;;IAiBlB;;;SAGK;IACL,gBAAgB;CAYjB"}
1
+ {"version":3,"file":"monthly-yearly-recurrence.d.ts","sourceRoot":"","sources":["../../../../src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,yBAAyB,EACzB,iBAAiB,EACjB,SAAS,EACT,aAAa,EAGb,YAAY,EAEb,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIlB;;;;GAIG;AACH,qBAKa,uBAAwB,SAAQ,4BAE5C;IACC;;;SAGK;IACO,MAAM,SAAM;IAExB;;;;SAIK;IACO,MAAM,EAAE,aAAa,GAAG,YAAY,CAAC;IACjD,aAAa;IAOb;;;;;;;;OAQG;IACS,SAAS,EAAE,SAAS,CAAkB;IAElD;;;;;OAKG;IACS,OAAO,EAAE,MAAM,CAAC;IAE5B;;;;;;OAMG;IACS,UAAU,EAAE,MAAM,CAAO;IACrC;;;;;;OAMG;IACS,GAAG,EAAE,MAAM,CAAO;IAE9B;;;;;;OAMG;IACS,aAAa,EAAE,MAAM,CAAO;IAExC;;;SAGK;IACL,mBAAmB;IAYnB;;;;SAIK;IACL,kBAAkB;;;;;;;;IAiBlB;;;SAGK;IACL,gBAAgB;CAYjB"}
@@ -356,6 +356,8 @@ declare const WeeklyRecurrence_base: abstract new (...args: any[]) => {
356
356
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
357
357
  };
358
358
  /**
359
+ * @tagname weekly-recurrence
360
+ *
359
361
  * @fires update-cron-config - Fired when weekly day selection updates the cron config
360
362
  */
361
363
  export declare class WeeklyRecurrence extends WeeklyRecurrence_base {
@@ -1 +1 @@
1
- {"version":3,"file":"weekly-recurrence.d.ts","sourceRoot":"","sources":["../../../../src/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAItF;;GAEG;AACH,qBAKa,gBAAiB,SAAQ,qBAA0D;IACpC,eAAe,EAAE,OAAO,CAAS;IAC3F;;;SAGK;IACO,MAAM,SAAM;IAExB;;;SAGK;IACO,MAAM,EAAE,YAAY,CAAC;IACjC,aAAa;IAIb;;OAEG;IACS,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,CAAa;IAElD,UAAU,CAAC,KAAK,EAAE,MAAM;IAIxB;;;;SAIK;IACL,qBAAqB,CAAC,KAAK,EAAE,KAAK;IAYlC;;;SAGK;IACL,gBAAgB;CAIjB"}
1
+ {"version":3,"file":"weekly-recurrence.d.ts","sourceRoot":"","sources":["../../../../src/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAItF;;;;GAIG;AACH,qBAKa,gBAAiB,SAAQ,qBAA0D;IACpC,eAAe,EAAE,OAAO,CAAS;IAC3F;;;SAGK;IACO,MAAM,SAAM;IAExB;;;SAGK;IACO,MAAM,EAAE,YAAY,CAAC;IACjC,aAAa;IAIb;;OAEG;IACS,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,CAAa;IAElD,UAAU,CAAC,KAAK,EAAE,MAAM;IAIxB;;;;SAIK;IACL,qBAAqB,CAAC,KAAK,EAAE,KAAK;IAYlC;;;SAGK;IACL,gBAAgB;CAIjB"}
@@ -1,6 +1,12 @@
1
1
  import { __awaiter, __decorate } from "tslib";
2
2
  import { customElement } from '@microsoft/fast-element';
3
3
  import { BaseDatasource, logger } from '../utils';
4
+ /**
5
+ * Datasource element for data grid row loading.
6
+ * @public
7
+ *
8
+ * @tagname data-grid-datasource
9
+ */
4
10
  let DataGridDatasource = class DataGridDatasource extends BaseDatasource {
5
11
  constructor() {
6
12
  super(...arguments);
@@ -7,6 +7,8 @@ import { customElement } from '@microsoft/fast-element';
7
7
  * The reason for this is that we want to have ExpressionBuilder as an independent and open source
8
8
  * component, and due to this we don't want to release it as base components that someone needs to use
9
9
  * FAST to compose.
10
+ *
11
+ * @tagname foundation-expression-builder
10
12
  */
11
13
  let FoundationExpressionBuilder = class FoundationExpressionBuilder extends ExpressionBuilder {
12
14
  };
@@ -497,6 +497,8 @@ export function ruleExpressionToGroup(fields, expr) {
497
497
  * component, and due to this we don't want to release it as base components that someone needs to use
498
498
  * FAST to compose.
499
499
  *
500
+ * @tagname foundation-rule-expression-builder
501
+ *
500
502
  * @fires change - Fired when the rule expression changes; detail is the serialized expression
501
503
  */
502
504
  let FoundationRuleExpressionBuilder = class FoundationRuleExpressionBuilder extends ExpressionBuilder {
@@ -250,6 +250,8 @@ function ruleExpressionToGroup(fields, expr) {
250
250
  * component, and due to this we don't want to release it as base components that someone needs to use
251
251
  * FAST to compose.
252
252
  *
253
+ * @tagname foundation-value-expression-builder
254
+ *
253
255
  * @fires change - Fired when the value expression changes; detail is the serialized expression or undefined
254
256
  */
255
257
  let FoundationValueExpressionBuilder = class FoundationValueExpressionBuilder extends ExpressionBuilder {
@@ -1,6 +1,12 @@
1
1
  import { __awaiter, __decorate } from "tslib";
2
2
  import { attr, customElement } from '@microsoft/fast-element';
3
3
  import { BaseDatasource, logger } from '../utils';
4
+ /**
5
+ * Datasource element for multiselect option loading.
6
+ * @public
7
+ *
8
+ * @tagname multiselect-datasource
9
+ */
4
10
  let MultiselectDatasource = class MultiselectDatasource extends BaseDatasource {
5
11
  constructor() {
6
12
  super(...arguments);
@@ -7,6 +7,8 @@ import { BaseDatasource, getPrefix, logger, dataserverCriteriaBuilder as criteri
7
7
  * Datasource element for select/combobox option loading.
8
8
  * @public
9
9
  *
10
+ * @tagname options-datasource
11
+ *
10
12
  * @fires value-change - Fired when the selected value changes
11
13
  */
12
14
  let OptionsDatasource = OptionsDatasource_1 = class OptionsDatasource extends BaseDatasource {
@@ -5,6 +5,9 @@ import { routerLogger } from './logger';
5
5
  import { Router, routerProperty } from './router';
6
6
  /**
7
7
  * @beta
8
+ *
9
+ * @tagname foundation-router
10
+ *
8
11
  * @privateRemarks
9
12
  * Created to patch an issue and act as a placeholder to improve the api ahead of upgrading to the latest. Depending on
10
13
  * how much we build on this, we may want to promote it to its own package.
@@ -6,6 +6,8 @@ import { WeekType, CronBuilderEvents } from '../types';
6
6
  import { dailyRecurrenceStyles as styles } from './daily-recurrence.styles';
7
7
  import { dailyRecurrenceTemplate as template } from './daily-recurrence.template';
8
8
  /**
9
+ * @tagname daily-recurrence
10
+ *
9
11
  * @fires update-cron-config - Fired when work week vs full week selection updates the cron config
10
12
  */
11
13
  let DailyRecurrence = class DailyRecurrence extends EventEmitter(FoundationElement) {
@@ -6,6 +6,8 @@ import { CronBuilderEvents, DateOrDay, RecurrenceType, } from '../types';
6
6
  import { monthlyYearlyRecurrenceStyles as styles } from './monthly-yearly-recurrence.styles';
7
7
  import { monthlyYearlyRecurrenceTemplate as template } from './monthly-yearly-recurrence.template';
8
8
  /**
9
+ * @tagname monthly-yearly-recurrence
10
+ *
9
11
  * @fires update-cron-config - Fired when monthly or yearly recurrence fields update the cron config
10
12
  */
11
13
  let MonthlyYearlyRecurrence = class MonthlyYearlyRecurrence extends EventEmitter(FoundationElement) {
@@ -6,6 +6,8 @@ import { CronBuilderEvents } from '../types';
6
6
  import { weeklyRecurrenceStyles as styles } from './weekly-recurrence.styles';
7
7
  import { weeklyRecurrenceTemplate as template } from './weekly-recurrence.template';
8
8
  /**
9
+ * @tagname weekly-recurrence
10
+ *
9
11
  * @fires update-cron-config - Fired when weekly day selection updates the cron config
10
12
  */
11
13
  let WeeklyRecurrence = class WeeklyRecurrence extends EventEmitter(FoundationElement) {