@skedulo/breeze-ui 1.22.0 → 1.22.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.
@@ -8637,7 +8637,6 @@
8637
8637
  "text": "Syntax"
8638
8638
  },
8639
8639
  "default": "'nunjucks'",
8640
- "description": "Sets the syntax color mode",
8641
8640
  "fieldName": "mode",
8642
8641
  "inheritedFrom": {
8643
8642
  "name": "InputCode",
@@ -8663,7 +8662,6 @@
8663
8662
  "text": "number"
8664
8663
  },
8665
8664
  "default": "10",
8666
- "description": "Sets the height",
8667
8665
  "fieldName": "height",
8668
8666
  "inheritedFrom": {
8669
8667
  "name": "InputCode",
@@ -8676,13 +8674,24 @@
8676
8674
  "text": "boolean"
8677
8675
  },
8678
8676
  "default": "false",
8679
- "description": "Toggles the line numbers",
8680
8677
  "fieldName": "hideLineNumbers",
8681
8678
  "inheritedFrom": {
8682
8679
  "name": "InputCode",
8683
8680
  "module": "src/components/form-elements/input-code.ts"
8684
8681
  }
8685
8682
  },
8683
+ {
8684
+ "name": "autocomplete-list",
8685
+ "type": {
8686
+ "text": "string[]"
8687
+ },
8688
+ "default": "[]",
8689
+ "fieldName": "autocompleteList",
8690
+ "inheritedFrom": {
8691
+ "name": "InputCode",
8692
+ "module": "src/components/form-elements/input-code.ts"
8693
+ }
8694
+ },
8686
8695
  {
8687
8696
  "name": "readonly",
8688
8697
  "type": {
@@ -8844,7 +8853,6 @@
8844
8853
  "text": "Syntax"
8845
8854
  },
8846
8855
  "default": "'nunjucks'",
8847
- "description": "Sets the syntax color mode",
8848
8856
  "attribute": "mode",
8849
8857
  "inheritedFrom": {
8850
8858
  "name": "InputCode",
@@ -8873,7 +8881,6 @@
8873
8881
  "text": "number"
8874
8882
  },
8875
8883
  "default": "10",
8876
- "description": "Sets the height",
8877
8884
  "attribute": "height",
8878
8885
  "inheritedFrom": {
8879
8886
  "name": "InputCode",
@@ -8887,22 +8894,56 @@
8887
8894
  "text": "boolean"
8888
8895
  },
8889
8896
  "default": "false",
8890
- "description": "Toggles the line numbers",
8891
8897
  "attribute": "hide-line-numbers",
8892
8898
  "inheritedFrom": {
8893
8899
  "name": "InputCode",
8894
8900
  "module": "src/components/form-elements/input-code.ts"
8895
8901
  }
8896
8902
  },
8903
+ {
8904
+ "kind": "field",
8905
+ "name": "autocompleteList",
8906
+ "type": {
8907
+ "text": "string[]"
8908
+ },
8909
+ "default": "[]",
8910
+ "attribute": "autocomplete-list",
8911
+ "inheritedFrom": {
8912
+ "name": "InputCode",
8913
+ "module": "src/components/form-elements/input-code.ts"
8914
+ }
8915
+ },
8916
+ {
8917
+ "kind": "field",
8918
+ "name": "editor",
8919
+ "type": {
8920
+ "text": "Code.EditorFromTextArea | undefined"
8921
+ },
8922
+ "inheritedFrom": {
8923
+ "name": "InputCode",
8924
+ "module": "src/components/form-elements/input-code.ts"
8925
+ }
8926
+ },
8897
8927
  {
8898
8928
  "kind": "method",
8899
- "name": "changeHandler",
8929
+ "name": "atSignHint",
8930
+ "return": {
8931
+ "type": {
8932
+ "text": "CodeMirror.Hints | null"
8933
+ }
8934
+ },
8900
8935
  "parameters": [
8901
8936
  {
8902
8937
  "name": "editor",
8903
8938
  "type": {
8904
8939
  "text": "Code.Editor"
8905
8940
  }
8941
+ },
8942
+ {
8943
+ "name": "options",
8944
+ "type": {
8945
+ "text": "CodeMirror.ShowHintOptions"
8946
+ }
8906
8947
  }
8907
8948
  ],
8908
8949
  "inheritedFrom": {
@@ -8910,6 +8951,24 @@
8910
8951
  "module": "src/components/form-elements/input-code.ts"
8911
8952
  }
8912
8953
  },
8954
+ {
8955
+ "kind": "method",
8956
+ "name": "updateEditorSize",
8957
+ "privacy": "private",
8958
+ "inheritedFrom": {
8959
+ "name": "InputCode",
8960
+ "module": "src/components/form-elements/input-code.ts"
8961
+ }
8962
+ },
8963
+ {
8964
+ "kind": "method",
8965
+ "name": "handleEditorMouseDown",
8966
+ "privacy": "private",
8967
+ "inheritedFrom": {
8968
+ "name": "InputCode",
8969
+ "module": "src/components/form-elements/input-code.ts"
8970
+ }
8971
+ },
8913
8972
  {
8914
8973
  "kind": "method",
8915
8974
  "name": "renderInput",
@@ -21380,6 +21439,40 @@
21380
21439
  ],
21381
21440
  "description": "Allows mapping of locale from passed in Timezone which allows the proper formatting of timezone shorthand offset names."
21382
21441
  },
21442
+ {
21443
+ "kind": "function",
21444
+ "name": "isRangeAllDay",
21445
+ "return": {
21446
+ "type": {
21447
+ "text": ""
21448
+ }
21449
+ },
21450
+ "parameters": [
21451
+ {
21452
+ "name": "startDate",
21453
+ "type": {
21454
+ "text": "string"
21455
+ },
21456
+ "description": "ISO8601 date string"
21457
+ },
21458
+ {
21459
+ "name": "endDate",
21460
+ "type": {
21461
+ "text": "string"
21462
+ },
21463
+ "description": "ISO8601 date string"
21464
+ },
21465
+ {
21466
+ "name": "timezone",
21467
+ "optional": true,
21468
+ "type": {
21469
+ "text": "string"
21470
+ },
21471
+ "description": "Timezone string"
21472
+ }
21473
+ ],
21474
+ "description": "Returns true if the two dates represent \"all day\".\nThat is if they are 24 hours apart, from date1 being 12am to date2 being 12am the following day"
21475
+ },
21383
21476
  {
21384
21477
  "kind": "function",
21385
21478
  "name": "formatDateToMatchGuidelines",
@@ -21477,6 +21570,14 @@
21477
21570
  "module": "src/components/date-time/base-date-time-utils.ts"
21478
21571
  }
21479
21572
  },
21573
+ {
21574
+ "kind": "js",
21575
+ "name": "isRangeAllDay",
21576
+ "declaration": {
21577
+ "name": "isRangeAllDay",
21578
+ "module": "src/components/date-time/base-date-time-utils.ts"
21579
+ }
21580
+ },
21480
21581
  {
21481
21582
  "kind": "js",
21482
21583
  "name": "formatDateToMatchGuidelines",
@@ -22300,7 +22401,6 @@
22300
22401
  "text": "Syntax"
22301
22402
  },
22302
22403
  "default": "'nunjucks'",
22303
- "description": "Sets the syntax color mode",
22304
22404
  "attribute": "mode"
22305
22405
  },
22306
22406
  {
@@ -22325,7 +22425,6 @@
22325
22425
  "text": "number"
22326
22426
  },
22327
22427
  "default": "10",
22328
- "description": "Sets the height",
22329
22428
  "attribute": "height"
22330
22429
  },
22331
22430
  {
@@ -22335,21 +22434,57 @@
22335
22434
  "text": "boolean"
22336
22435
  },
22337
22436
  "default": "false",
22338
- "description": "Toggles the line numbers",
22339
22437
  "attribute": "hide-line-numbers"
22340
22438
  },
22439
+ {
22440
+ "kind": "field",
22441
+ "name": "autocompleteList",
22442
+ "type": {
22443
+ "text": "string[]"
22444
+ },
22445
+ "default": "[]",
22446
+ "attribute": "autocomplete-list"
22447
+ },
22448
+ {
22449
+ "kind": "field",
22450
+ "name": "editor",
22451
+ "type": {
22452
+ "text": "Code.EditorFromTextArea | undefined"
22453
+ }
22454
+ },
22341
22455
  {
22342
22456
  "kind": "method",
22343
- "name": "changeHandler",
22457
+ "name": "atSignHint",
22458
+ "return": {
22459
+ "type": {
22460
+ "text": "CodeMirror.Hints | null"
22461
+ }
22462
+ },
22344
22463
  "parameters": [
22345
22464
  {
22346
22465
  "name": "editor",
22347
22466
  "type": {
22348
22467
  "text": "Code.Editor"
22349
22468
  }
22469
+ },
22470
+ {
22471
+ "name": "options",
22472
+ "type": {
22473
+ "text": "CodeMirror.ShowHintOptions"
22474
+ }
22350
22475
  }
22351
22476
  ]
22352
22477
  },
22478
+ {
22479
+ "kind": "method",
22480
+ "name": "updateEditorSize",
22481
+ "privacy": "private"
22482
+ },
22483
+ {
22484
+ "kind": "method",
22485
+ "name": "handleEditorMouseDown",
22486
+ "privacy": "private"
22487
+ },
22353
22488
  {
22354
22489
  "kind": "method",
22355
22490
  "name": "renderInput",
@@ -22617,7 +22752,6 @@
22617
22752
  "text": "Syntax"
22618
22753
  },
22619
22754
  "default": "'nunjucks'",
22620
- "description": "Sets the syntax color mode",
22621
22755
  "fieldName": "mode"
22622
22756
  },
22623
22757
  {
@@ -22639,7 +22773,6 @@
22639
22773
  "text": "number"
22640
22774
  },
22641
22775
  "default": "10",
22642
- "description": "Sets the height",
22643
22776
  "fieldName": "height"
22644
22777
  },
22645
22778
  {
@@ -22648,9 +22781,16 @@
22648
22781
  "text": "boolean"
22649
22782
  },
22650
22783
  "default": "false",
22651
- "description": "Toggles the line numbers",
22652
22784
  "fieldName": "hideLineNumbers"
22653
22785
  },
22786
+ {
22787
+ "name": "autocomplete-list",
22788
+ "type": {
22789
+ "text": "string[]"
22790
+ },
22791
+ "default": "[]",
22792
+ "fieldName": "autocompleteList"
22793
+ },
22654
22794
  {
22655
22795
  "name": "readonly",
22656
22796
  "type": {