@skedulo/breeze-ui 0.8.6-preview-105.6 → 0.8.6

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.
@@ -72,6 +72,109 @@
72
72
  }
73
73
  ]
74
74
  },
75
+ {
76
+ "kind": "javascript-module",
77
+ "path": "src/animation/fade-in-out.ts",
78
+ "declarations": [
79
+ {
80
+ "kind": "variable",
81
+ "name": "FADE_IN_OUT"
82
+ },
83
+ {
84
+ "kind": "class",
85
+ "description": "Fade in out animation.",
86
+ "name": "FadeInOut",
87
+ "members": [
88
+ {
89
+ "kind": "field",
90
+ "name": "shown",
91
+ "type": {
92
+ "text": "boolean"
93
+ },
94
+ "default": "false",
95
+ "attribute": "shown"
96
+ },
97
+ {
98
+ "kind": "field",
99
+ "name": "removed",
100
+ "type": {
101
+ "text": "boolean"
102
+ },
103
+ "default": "!this.shown"
104
+ },
105
+ {
106
+ "kind": "method",
107
+ "name": "_handleTransitionEnd",
108
+ "privacy": "private",
109
+ "parameters": [
110
+ {
111
+ "name": "event",
112
+ "type": {
113
+ "text": "Event"
114
+ }
115
+ }
116
+ ]
117
+ }
118
+ ],
119
+ "attributes": [
120
+ {
121
+ "name": "shown",
122
+ "type": {
123
+ "text": "boolean"
124
+ },
125
+ "default": "false",
126
+ "fieldName": "shown"
127
+ }
128
+ ],
129
+ "superclass": {
130
+ "name": "LitElement",
131
+ "package": "lit"
132
+ },
133
+ "tagName": "brz-fade-in-out",
134
+ "customElement": true
135
+ }
136
+ ],
137
+ "exports": [
138
+ {
139
+ "kind": "js",
140
+ "name": "FADE_IN_OUT",
141
+ "declaration": {
142
+ "name": "FADE_IN_OUT",
143
+ "module": "src/animation/fade-in-out.ts"
144
+ }
145
+ },
146
+ {
147
+ "kind": "js",
148
+ "name": "FadeInOut",
149
+ "declaration": {
150
+ "name": "FadeInOut",
151
+ "module": "src/animation/fade-in-out.ts"
152
+ }
153
+ },
154
+ {
155
+ "kind": "custom-element-definition",
156
+ "declaration": {
157
+ "name": "FadeInOut",
158
+ "module": "src/animation/fade-in-out.ts"
159
+ }
160
+ }
161
+ ]
162
+ },
163
+ {
164
+ "kind": "javascript-module",
165
+ "path": "src/animation/index.ts",
166
+ "declarations": [],
167
+ "exports": [
168
+ {
169
+ "kind": "js",
170
+ "name": "*",
171
+ "declaration": {
172
+ "name": "*",
173
+ "package": "./fade-in-out"
174
+ }
175
+ }
176
+ ]
177
+ },
75
178
  {
76
179
  "kind": "javascript-module",
77
180
  "path": "src/layout/flex.ts",
@@ -787,109 +890,6 @@
787
890
  }
788
891
  ]
789
892
  },
790
- {
791
- "kind": "javascript-module",
792
- "path": "src/animation/fade-in-out.ts",
793
- "declarations": [
794
- {
795
- "kind": "variable",
796
- "name": "FADE_IN_OUT"
797
- },
798
- {
799
- "kind": "class",
800
- "description": "Fade in out animation.",
801
- "name": "FadeInOut",
802
- "members": [
803
- {
804
- "kind": "field",
805
- "name": "shown",
806
- "type": {
807
- "text": "boolean"
808
- },
809
- "default": "false",
810
- "attribute": "shown"
811
- },
812
- {
813
- "kind": "field",
814
- "name": "removed",
815
- "type": {
816
- "text": "boolean"
817
- },
818
- "default": "!this.shown"
819
- },
820
- {
821
- "kind": "method",
822
- "name": "_handleTransitionEnd",
823
- "privacy": "private",
824
- "parameters": [
825
- {
826
- "name": "event",
827
- "type": {
828
- "text": "Event"
829
- }
830
- }
831
- ]
832
- }
833
- ],
834
- "attributes": [
835
- {
836
- "name": "shown",
837
- "type": {
838
- "text": "boolean"
839
- },
840
- "default": "false",
841
- "fieldName": "shown"
842
- }
843
- ],
844
- "superclass": {
845
- "name": "LitElement",
846
- "package": "lit"
847
- },
848
- "tagName": "brz-fade-in-out",
849
- "customElement": true
850
- }
851
- ],
852
- "exports": [
853
- {
854
- "kind": "js",
855
- "name": "FADE_IN_OUT",
856
- "declaration": {
857
- "name": "FADE_IN_OUT",
858
- "module": "src/animation/fade-in-out.ts"
859
- }
860
- },
861
- {
862
- "kind": "js",
863
- "name": "FadeInOut",
864
- "declaration": {
865
- "name": "FadeInOut",
866
- "module": "src/animation/fade-in-out.ts"
867
- }
868
- },
869
- {
870
- "kind": "custom-element-definition",
871
- "declaration": {
872
- "name": "FadeInOut",
873
- "module": "src/animation/fade-in-out.ts"
874
- }
875
- }
876
- ]
877
- },
878
- {
879
- "kind": "javascript-module",
880
- "path": "src/animation/index.ts",
881
- "declarations": [],
882
- "exports": [
883
- {
884
- "kind": "js",
885
- "name": "*",
886
- "declaration": {
887
- "name": "*",
888
- "package": "./fade-in-out"
889
- }
890
- }
891
- ]
892
- },
893
893
  {
894
894
  "kind": "javascript-module",
895
895
  "path": "src/components/alert.ts",
@@ -29697,7 +29697,7 @@
29697
29697
  },
29698
29698
  {
29699
29699
  "kind": "javascript-module",
29700
- "path": "src/components/navigation/index.ts",
29700
+ "path": "src/components/modal/index.ts",
29701
29701
  "declarations": [],
29702
29702
  "exports": [
29703
29703
  {
@@ -29705,7 +29705,7 @@
29705
29705
  "name": "*",
29706
29706
  "declaration": {
29707
29707
  "name": "*",
29708
- "package": "./side-navigation-item"
29708
+ "package": "./modal"
29709
29709
  }
29710
29710
  },
29711
29711
  {
@@ -29713,228 +29713,44 @@
29713
29713
  "name": "*",
29714
29714
  "declaration": {
29715
29715
  "name": "*",
29716
- "package": "./side-navigation"
29716
+ "package": "./layout"
29717
29717
  }
29718
29718
  }
29719
29719
  ]
29720
29720
  },
29721
29721
  {
29722
29722
  "kind": "javascript-module",
29723
- "path": "src/components/navigation/side-navigation-item.ts",
29723
+ "path": "src/components/modal/layout.ts",
29724
29724
  "declarations": [
29725
29725
  {
29726
29726
  "kind": "variable",
29727
- "name": "SIDE_NAVIGATION_ITEM"
29727
+ "name": "MODAL_HEADER"
29728
+ },
29729
+ {
29730
+ "kind": "variable",
29731
+ "name": "MODAL_BODY"
29732
+ },
29733
+ {
29734
+ "kind": "variable",
29735
+ "name": "MODAL_FOOTER"
29728
29736
  },
29729
29737
  {
29730
29738
  "kind": "class",
29731
- "description": "Side navigation item component.",
29732
- "name": "SideNavigationItem",
29739
+ "description": "Modal header component.",
29740
+ "name": "ModalHeader",
29733
29741
  "members": [
29734
29742
  {
29735
29743
  "kind": "field",
29736
- "name": "target",
29737
- "type": {
29738
- "text": "string | undefined"
29739
- },
29740
- "attribute": "target",
29741
- "reflects": true
29744
+ "name": "_noClose",
29745
+ "privacy": "private"
29742
29746
  },
29743
29747
  {
29744
- "kind": "field",
29745
- "name": "rel",
29746
- "type": {
29747
- "text": "string | undefined"
29748
- },
29749
- "attribute": "rel",
29750
- "reflects": true
29751
- },
29752
- {
29753
- "kind": "field",
29754
- "name": "href",
29755
- "type": {
29756
- "text": "string | undefined"
29757
- },
29758
- "attribute": "href",
29759
- "reflects": true
29760
- },
29761
- {
29762
- "kind": "field",
29763
- "name": "active",
29764
- "type": {
29765
- "text": "boolean | undefined"
29766
- },
29767
- "attribute": "active",
29768
- "reflects": true
29769
- }
29770
- ],
29771
- "attributes": [
29772
- {
29773
- "name": "target",
29774
- "type": {
29775
- "text": "string | undefined"
29776
- },
29777
- "fieldName": "target"
29778
- },
29779
- {
29780
- "name": "rel",
29781
- "type": {
29782
- "text": "string | undefined"
29783
- },
29784
- "fieldName": "rel"
29785
- },
29786
- {
29787
- "name": "href",
29788
- "type": {
29789
- "text": "string | undefined"
29790
- },
29791
- "fieldName": "href"
29792
- },
29793
- {
29794
- "name": "active",
29795
- "type": {
29796
- "text": "boolean | undefined"
29797
- },
29798
- "fieldName": "active"
29799
- }
29800
- ],
29801
- "superclass": {
29802
- "name": "LitElement",
29803
- "package": "lit"
29804
- },
29805
- "tagName": "brz-side-navigation-item",
29806
- "customElement": true
29807
- }
29808
- ],
29809
- "exports": [
29810
- {
29811
- "kind": "js",
29812
- "name": "SIDE_NAVIGATION_ITEM",
29813
- "declaration": {
29814
- "name": "SIDE_NAVIGATION_ITEM",
29815
- "module": "src/components/navigation/side-navigation-item.ts"
29816
- }
29817
- },
29818
- {
29819
- "kind": "js",
29820
- "name": "SideNavigationItem",
29821
- "declaration": {
29822
- "name": "SideNavigationItem",
29823
- "module": "src/components/navigation/side-navigation-item.ts"
29824
- }
29825
- },
29826
- {
29827
- "kind": "custom-element-definition",
29828
- "declaration": {
29829
- "name": "SideNavigationItem",
29830
- "module": "src/components/navigation/side-navigation-item.ts"
29831
- }
29832
- }
29833
- ]
29834
- },
29835
- {
29836
- "kind": "javascript-module",
29837
- "path": "src/components/navigation/side-navigation.ts",
29838
- "declarations": [
29839
- {
29840
- "kind": "variable",
29841
- "name": "SIDE_NAVIGATION"
29842
- },
29843
- {
29844
- "kind": "class",
29845
- "description": "Side navigation component.",
29846
- "name": "SideNavigation",
29847
- "members": [],
29848
- "superclass": {
29849
- "name": "LitElement",
29850
- "package": "lit"
29851
- },
29852
- "tagName": "brz-side-navigation",
29853
- "customElement": true
29854
- }
29855
- ],
29856
- "exports": [
29857
- {
29858
- "kind": "js",
29859
- "name": "SIDE_NAVIGATION",
29860
- "declaration": {
29861
- "name": "SIDE_NAVIGATION",
29862
- "module": "src/components/navigation/side-navigation.ts"
29863
- }
29864
- },
29865
- {
29866
- "kind": "js",
29867
- "name": "SideNavigation",
29868
- "declaration": {
29869
- "name": "SideNavigation",
29870
- "module": "src/components/navigation/side-navigation.ts"
29871
- }
29872
- },
29873
- {
29874
- "kind": "custom-element-definition",
29875
- "declaration": {
29876
- "name": "SideNavigation",
29877
- "module": "src/components/navigation/side-navigation.ts"
29878
- }
29879
- }
29880
- ]
29881
- },
29882
- {
29883
- "kind": "javascript-module",
29884
- "path": "src/components/modal/index.ts",
29885
- "declarations": [],
29886
- "exports": [
29887
- {
29888
- "kind": "js",
29889
- "name": "*",
29890
- "declaration": {
29891
- "name": "*",
29892
- "package": "./modal"
29893
- }
29894
- },
29895
- {
29896
- "kind": "js",
29897
- "name": "*",
29898
- "declaration": {
29899
- "name": "*",
29900
- "package": "./layout"
29901
- }
29902
- }
29903
- ]
29904
- },
29905
- {
29906
- "kind": "javascript-module",
29907
- "path": "src/components/modal/layout.ts",
29908
- "declarations": [
29909
- {
29910
- "kind": "variable",
29911
- "name": "MODAL_HEADER"
29912
- },
29913
- {
29914
- "kind": "variable",
29915
- "name": "MODAL_BODY"
29916
- },
29917
- {
29918
- "kind": "variable",
29919
- "name": "MODAL_FOOTER"
29920
- },
29921
- {
29922
- "kind": "class",
29923
- "description": "Modal header component.",
29924
- "name": "ModalHeader",
29925
- "members": [
29926
- {
29927
- "kind": "field",
29928
- "name": "_noClose",
29929
- "privacy": "private"
29930
- },
29931
- {
29932
- "kind": "method",
29933
- "name": "_handleClickClose",
29934
- "privacy": "private"
29935
- }
29936
- ],
29937
- "events": [
29748
+ "kind": "method",
29749
+ "name": "_handleClickClose",
29750
+ "privacy": "private"
29751
+ }
29752
+ ],
29753
+ "events": [
29938
29754
  {
29939
29755
  "type": {
29940
29756
  "text": "ModalCloseEvent"
@@ -30235,6 +30051,190 @@
30235
30051
  }
30236
30052
  ]
30237
30053
  },
30054
+ {
30055
+ "kind": "javascript-module",
30056
+ "path": "src/components/navigation/index.ts",
30057
+ "declarations": [],
30058
+ "exports": [
30059
+ {
30060
+ "kind": "js",
30061
+ "name": "*",
30062
+ "declaration": {
30063
+ "name": "*",
30064
+ "package": "./side-navigation-item"
30065
+ }
30066
+ },
30067
+ {
30068
+ "kind": "js",
30069
+ "name": "*",
30070
+ "declaration": {
30071
+ "name": "*",
30072
+ "package": "./side-navigation"
30073
+ }
30074
+ }
30075
+ ]
30076
+ },
30077
+ {
30078
+ "kind": "javascript-module",
30079
+ "path": "src/components/navigation/side-navigation-item.ts",
30080
+ "declarations": [
30081
+ {
30082
+ "kind": "variable",
30083
+ "name": "SIDE_NAVIGATION_ITEM"
30084
+ },
30085
+ {
30086
+ "kind": "class",
30087
+ "description": "Side navigation item component.",
30088
+ "name": "SideNavigationItem",
30089
+ "members": [
30090
+ {
30091
+ "kind": "field",
30092
+ "name": "target",
30093
+ "type": {
30094
+ "text": "string | undefined"
30095
+ },
30096
+ "attribute": "target",
30097
+ "reflects": true
30098
+ },
30099
+ {
30100
+ "kind": "field",
30101
+ "name": "rel",
30102
+ "type": {
30103
+ "text": "string | undefined"
30104
+ },
30105
+ "attribute": "rel",
30106
+ "reflects": true
30107
+ },
30108
+ {
30109
+ "kind": "field",
30110
+ "name": "href",
30111
+ "type": {
30112
+ "text": "string | undefined"
30113
+ },
30114
+ "attribute": "href",
30115
+ "reflects": true
30116
+ },
30117
+ {
30118
+ "kind": "field",
30119
+ "name": "active",
30120
+ "type": {
30121
+ "text": "boolean | undefined"
30122
+ },
30123
+ "attribute": "active",
30124
+ "reflects": true
30125
+ }
30126
+ ],
30127
+ "attributes": [
30128
+ {
30129
+ "name": "target",
30130
+ "type": {
30131
+ "text": "string | undefined"
30132
+ },
30133
+ "fieldName": "target"
30134
+ },
30135
+ {
30136
+ "name": "rel",
30137
+ "type": {
30138
+ "text": "string | undefined"
30139
+ },
30140
+ "fieldName": "rel"
30141
+ },
30142
+ {
30143
+ "name": "href",
30144
+ "type": {
30145
+ "text": "string | undefined"
30146
+ },
30147
+ "fieldName": "href"
30148
+ },
30149
+ {
30150
+ "name": "active",
30151
+ "type": {
30152
+ "text": "boolean | undefined"
30153
+ },
30154
+ "fieldName": "active"
30155
+ }
30156
+ ],
30157
+ "superclass": {
30158
+ "name": "LitElement",
30159
+ "package": "lit"
30160
+ },
30161
+ "tagName": "brz-side-navigation-item",
30162
+ "customElement": true
30163
+ }
30164
+ ],
30165
+ "exports": [
30166
+ {
30167
+ "kind": "js",
30168
+ "name": "SIDE_NAVIGATION_ITEM",
30169
+ "declaration": {
30170
+ "name": "SIDE_NAVIGATION_ITEM",
30171
+ "module": "src/components/navigation/side-navigation-item.ts"
30172
+ }
30173
+ },
30174
+ {
30175
+ "kind": "js",
30176
+ "name": "SideNavigationItem",
30177
+ "declaration": {
30178
+ "name": "SideNavigationItem",
30179
+ "module": "src/components/navigation/side-navigation-item.ts"
30180
+ }
30181
+ },
30182
+ {
30183
+ "kind": "custom-element-definition",
30184
+ "declaration": {
30185
+ "name": "SideNavigationItem",
30186
+ "module": "src/components/navigation/side-navigation-item.ts"
30187
+ }
30188
+ }
30189
+ ]
30190
+ },
30191
+ {
30192
+ "kind": "javascript-module",
30193
+ "path": "src/components/navigation/side-navigation.ts",
30194
+ "declarations": [
30195
+ {
30196
+ "kind": "variable",
30197
+ "name": "SIDE_NAVIGATION"
30198
+ },
30199
+ {
30200
+ "kind": "class",
30201
+ "description": "Side navigation component.",
30202
+ "name": "SideNavigation",
30203
+ "members": [],
30204
+ "superclass": {
30205
+ "name": "LitElement",
30206
+ "package": "lit"
30207
+ },
30208
+ "tagName": "brz-side-navigation",
30209
+ "customElement": true
30210
+ }
30211
+ ],
30212
+ "exports": [
30213
+ {
30214
+ "kind": "js",
30215
+ "name": "SIDE_NAVIGATION",
30216
+ "declaration": {
30217
+ "name": "SIDE_NAVIGATION",
30218
+ "module": "src/components/navigation/side-navigation.ts"
30219
+ }
30220
+ },
30221
+ {
30222
+ "kind": "js",
30223
+ "name": "SideNavigation",
30224
+ "declaration": {
30225
+ "name": "SideNavigation",
30226
+ "module": "src/components/navigation/side-navigation.ts"
30227
+ }
30228
+ },
30229
+ {
30230
+ "kind": "custom-element-definition",
30231
+ "declaration": {
30232
+ "name": "SideNavigation",
30233
+ "module": "src/components/navigation/side-navigation.ts"
30234
+ }
30235
+ }
30236
+ ]
30237
+ },
30238
30238
  {
30239
30239
  "kind": "javascript-module",
30240
30240
  "path": "src/components/tabs/index.ts",